@import "../../font-awesome/css/font-awesome.min.css";

@import "//fast.fonts.net/cssapi/2fc46500-f579-417d-a9bb-f2a4e21a0543.css";
/* CFCR Saskatoon Community Radio - Responsive CSS Stylesheet by OH! Media */
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=806d4893ad769a9b7864)
 * Config saved to config.json and https://gist.github.com/806d4893ad769a9b7864
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/** Slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
/** Popup */
#popup {
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 14px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
  border: 1px solid #444;
  display: none;
  opacity: .9;
}
#popup h3 {
  margin: 0 0 4px 0;
  padding: 0;
}
#popup a {
  text-decoration: underline;
}
#popup img.align-left {
  padding-right: 10px;
  padding-bottom: 10px;
}
#popup img.align-right {
  padding-left: 10px;
  padding-bottom: 10px;
}
/** Legend */
.genre {
  float: left;
  margin: 8px;
  height: 16px;
  line-height: 16px;
  width: 165px;
}
.genre span {
  vertical-align: middle;
}
.genre-square {
  display: inline-block;
  width: 30px;
  height: 15px;
  border: 1px solid #444;
  margin-right: 4px;
  opacity: .8;
}
/** Grid */
#hgrid,
#vgrid {
  position: absolute;
  top: 34px;
  left: 0;
  width: 949px;
  height: 1680px;
}
#hgrid .grid {
  width: 100%;
  height: 35px;
  border-top: 1px solid #f0f1f2;
  text-align: right;
}
#hgrid .grid:last-child {
  border-bottom: 1px solid #f0f1f2;
}
#vgrid .time_col {
  float: left;
  width: 68px;
  height: 1728px;
  margin-right: 4px;
}
#vgrid .show_col {
  position: relative;
  float: left;
  width: 120px;
  height: 1727px;
  margin-left: 4px;
  border-left: 1px solid #f0f1f2;
  border-right: 1px solid #f0f2f2;
}
/** Program Schedule */
#program-schedule {
  position: relative;
  height: 1765px;
  margin-top: 30px;
}
#program-schedule * {
  box-sizing: content-box !important;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col_label {
  font-family: 'Congress W01', Arial, Verdana, sans-serif;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.time_col {
  float: left;
  width: 68px;
  margin-right: 4px;
}
.time {
  height: 35px;
  border: 1px solid #000;
  border-bottom: 0px;
  text-align: right;
}
.time:last-child {
  border-bottom: 1px solid;
}
.time span {
  display: inline-block;
  padding: 4px 4px 0 0;
}
#program-wrap {
  max-width: 100%;
  overflow-x: scroll;
}
#program {
  width: 868px;
  height: 1765px;
}
.show_col {
  position: relative;
  float: left;
  width: 120px;
  margin-left: 4px;
}
.shows {
  position: relative;
}
.show {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  border: 1px solid #000;
  overflow: hidden;
  cursor: pointer;
}
.show span {
  display: inline-block;
  padding: 6px;
  font-size: 11px;
  line-height: 14px;
}
.show-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  text-align: center;
  opacity: .9;
}
.show-time div {
  display: none;
  font-size: 11px;
  color: #fff;
  background: #000;
  padding: 2px 0;
}
@media (max-width: 767px) {
  .copy-line-height-fix {
    line-height: 25px;
    line-height: 2.5rem;
  }
}
@media (max-width: 480px) {
  .copy-line-height-fix {
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.transition-animation {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ul-style {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rounded-corners {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.rounded-corner-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.clear {
  clear: both;
}
* {
  -webkit-font-smoothing: antialiased;
}
.align-center {
  text-align: center;
}
.align-left {
  float: left;
  padding-left: 0px !important;
}
.align-right {
  float: right;
  padding-right: 0px !important;
}
/* GLOBAL STYLES */
html {
  margin: 0;
  padding: 0;
}
body {
  background: url(../../img/body-bg.jpg) #eaeaea repeat-x;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
/* TEXT STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Congress W01', Arial, Verdana, sans-serif;
  color: #000000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
}
h1 {
  font-size: 26px;
  font-size: 2.6rem;
}
h1.page-title {
  font-size: 30px;
  font-size: 3rem;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
}
.border-title {
  border-top: 2px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 5px 0px;
  text-indent: 11px;
}
@media (max-width: 767px) {
  .border-title {
    text-indent: 0px;
  }
}
p,
table,
li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  line-height: 22px;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  p,
  table,
  li {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  p,
  table,
  li {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
table {
  border: 0px;
}
table td {
  vertical-align: top;
}
ul,
ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
/* LINK STYLES */
a {
  color: #ff0000;
  text-decoration: none;
}
a:hover {
  color: #ff4d4d;
  text-decoration: none;
}
a.plain {
  color: #000000;
}
a.plain:hover {
  color: #f00;
}
a img {
  border: 0;
}
a.readMore {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
@media (max-width: 767px) {
  a.readMore {
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  a.readMore {
    font-size: 12px;
    font-size: 1.6rem;
    line-height: 17px;
    line-height: 2.2rem;
  }
}
a.readMore:hover {
  color: #ff4d4d;
  text-decoration: none;
}
a.view-all {
  text-align: center;
}
@media (max-width: 767px) {
  a.view-all {
    text-align: left;
  }
}
a.btn {
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #ff0000;
  margin: 0px;
  padding: 10px 18px;
  text-decoration: none;
}
@media (max-width: 480px) {
  a.btn {
    padding: 6px 10px;
  }
}
a.btn:hover {
  background: #ff3333;
}
button {
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #ff0000;
  margin: 0px;
  padding: 10px 18px;
  text-decoration: none;
  border: 0px;
}
@media (max-width: 767px) {
  button {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  button {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  button {
    padding: 6px 10px;
  }
}
button:hover {
  background: #ff3333;
}
/* ----- MISC Elements */
hr {
  background: #dadada;
  height: 1px;
  border: 0px;
  margin: 0;
}
.placeholder {
  color: #dadada;
}
/* GRAPHIC ELEMENTS - Top/Btm/Record Player/Radio */
#graphic_top {
  width: 100%;
  background: url(../../img/top-bg-graphic1170.jpg) no-repeat top center;
  height: 360px;
  position: absolute;
  top: 108px;
}
@media (max-width: 1199px) {
  #graphic_top {
    background: url(../../img/top-bg-graphic990.jpg) no-repeat top center;
  }
}
@media (max-width: 991px) {
  #graphic_top {
    background: url(../../img/top-bg-graphic800.jpg) no-repeat top center;
  }
}
@media (max-width: 790px) {
  #graphic_top {
    display: none;
  }
}
#graphic_bottom {
  width: 100%;
  background: url(../../img/btm-bg-graphic1170.jpg) no-repeat top center;
  height: 344px;
  position: absolute;
  z-index: -1;
  margin: -210px 0 0;
}
@media (max-width: 1199px) {
  #graphic_bottom {
    background: url(../../img/btm-bg-graphic990.jpg) no-repeat top center;
  }
}
@media (max-width: 991px) {
  #graphic_bottom {
    background: url(../../img/btm-bg-graphic800.jpg) no-repeat top center;
  }
}
@media (max-width: 790px) {
  #graphic_bottom {
    display: none;
  }
}
#bottom_radio {
  position: absolute;
  display: block;
  width: 242px;
  height: 116px;
  right: 7px;
  bottom: -2px;
  background: url(../../img/bottom_radio.gif) no-repeat;
}
@media (max-width: 790px) {
  #bottom_radio {
    display: none;
  }
}
#bottom_record {
  position: absolute;
  display: block;
  width: 228px;
  height: 61px;
  bottom: -2px;
  left: 48px;
  background: url(../../img/bottom_record.gif) no-repeat;
}
@media (max-width: 790px) {
  #bottom_record {
    display: none;
  }
}
/* WRAP */
#wrap {
  position: relative;
  max-width: 1170px;
  min-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #wrap {
    max-width: 990px;
  }
}
@media (max-width: 991px) {
  #wrap {
    max-width: 800px;
  }
}
/* HEADER */
#header {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 26px;
}
@media (max-width: 676px) {
  #header {
    text-align: center;
    margin-bottom: 20px;
  }
}
#header #logo {
  display: inline-block;
  width: 215px;
  margin-right: 25px;
  float: left;
}
@media (max-width: 676px) {
  #header #logo {
    display: block;
    width: 100%;
  }
}
#header #logo a {
  display: inline-block;
}
#header #header_title {
  display: inline-block;
  float: left;
}
@media (max-width: 676px) {
  #header #header_title {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
#header #header_title h1 {
  margin-top: 12px;
  font-size: 48px;
  font-size: 4.8rem;
}
@media (max-width: 991px) {
  #header #header_title h1 {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
@media (max-width: 767px) {
  #header #header_title h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 440px) {
  #header #header_title h1 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
#header #header_title h2 {
  font-size: 20px;
  font-size: 2rem;
  float: left;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #header #header_title h2 {
    font-size: 18px;
    font-size: 2.1rem;
    line-height: 25px;
    line-height: 2.9rem;
  }
}
@media (max-width: 480px) {
  #header #header_title h2 {
    font-size: 18px;
    font-size: 2.3rem;
    line-height: 25px;
    line-height: 3.2rem;
  }
}
@media (max-width: 991px) {
  #header #header_title h2 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #header #header_title h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    float: none;
  }
}
@media (max-width: 440px) {
  #header #header_title h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#header #header_title h2 a {
  color: #ff0000;
}
#header #header_title h2 a:hover {
  color: #ff4d4d;
}
/* MAIN NAV */
#main_nav {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
#main_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#main_nav ul li {
  display: inline-block;
}
#main_nav ul li a {
  color: #000000;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Congress W01', Arial, Verdana, sans-serif;
  display: block;
  margin: 5px 1px 5px 0px;
  padding: 4px 8px;
}
@media (max-width: 1199px) {
  #main_nav ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 5px 0px 5px 0px;
    padding: 4px 6px;
  }
}
#main_nav ul li a:hover,
#main_nav ul li a.hover,
#main_nav ul li a.active {
  text-decoration: none;
  color: #ffffff;
  background: #ff0000;
}
#main_nav ul li:last-child a {
  margin-right: 0px !important;
}
#main_nav ul li.active a {
  text-decoration: none;
  color: #ffffff;
  background: #ff0000;
}
#main_nav ul li.active ul li a {
  color: #828282 !important;
  background: #f6f6f6;
}
#main_nav ul ul {
  display: none;
  position: absolute;
  top: 40px;
  width: 175px;
  z-index: 99999;
  margin-top: 0px;
  text-align: left;
  padding: 0;
  background: #f6f6f6;
  -webkit-box-shadow: 1px 5px 10px 1px #efefef;
  box-shadow: 1px 1px 6px 1px #efefef;
}
#main_nav ul ul ul {
  left: 100%;
  top: 0;
  margin: 0px !important;
}
#main_nav ul ul li {
  padding: 0px;
  width: 175px;
  margin: 0px !important;
}
#main_nav ul ul li:hover,
#main_nav ul ul li.active {
  background: #e9e9e9 !important;
}
#main_nav ul ul li:hover a,
#main_nav ul ul li.active a {
  color: #828282 !important;
  background: #e9e9e9 !important;
}
#main_nav ul ul li a {
  color: #666666 !important;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none !important;
  padding: 5px 15px;
  display: block;
  line-height: normal;
}
#main_nav ul li:hover > ul {
  display: block;
}
/* MOBILE NAV */
#mobile_nav {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  text-align: center;
}
#mobile_nav a#mobileBtn {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #mobile_nav a#mobileBtn {
    font-size: 18px;
    font-size: 2.1rem;
    line-height: 25px;
    line-height: 2.9rem;
  }
}
@media (max-width: 480px) {
  #mobile_nav a#mobileBtn {
    font-size: 18px;
    font-size: 2.3rem;
    line-height: 25px;
    line-height: 3.2rem;
  }
}
#mobile_nav a#mobileBtn:hover {
  color: #ff0000;
  text-decoration: none;
}
#sidr ul.menu li a {
  font-family: 'Congress W01', Arial, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
}
@media (max-width: 767px) {
  #sidr ul.menu li a {
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  #sidr ul.menu li a {
    font-size: 12px;
    font-size: 1.6rem;
    line-height: 17px;
    line-height: 2.2rem;
  }
}
@media (max-width: 767px) {
  #sidr ul.menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
#sidr ul.menu li ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #sidr ul.menu li ul li a {
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  #sidr ul.menu li ul li a {
    font-size: 12px;
    font-size: 1.6rem;
    line-height: 17px;
    line-height: 2.2rem;
  }
}
/* CONTENT WRAPPER */
#contentContainer {
  position: relative;
  min-height: 600px;
  padding-bottom: 105px;
  border: 2px solid #dadada;
  background-color: #ffffff;
  margin-top: 26px;
}
@media (max-width: 767px) {
  #contentContainer {
    padding-bottom: 20px;
  }
}
#contentContainer .overlapLeft {
  position: absolute;
  z-index: 10;
  top: 119px;
  left: -3px;
}
@media (max-width: 1199px) {
  #contentContainer .overlapLeft {
    left: -3px;
  }
}
@media (max-width: 991px) {
  #contentContainer .overlapLeft {
    left: -3px;
    top: 128px;
  }
}
@media (max-width: 790px) {
  #contentContainer .overlapLeft {
    display: none;
  }
}
#contentContainer .overlapRight {
  position: absolute;
  z-index: 10;
  top: 54px;
  right: -2px;
}
@media (max-width: 991px) {
  #contentContainer .overlapRight {
    right: -2px;
    top: 64px;
  }
}
@media (max-width: 790px) {
  #contentContainer .overlapRight {
    display: none;
  }
}
#page_content #leftCol img {
  padding: 15px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 475px) {
  #page_content #leftCol img {
    display: block !important;
    clear: both !important;
    float: none !important;
  }
}
#page_content #leftCol figure.image {
  margin: 15px;
  display: inline-block;
}
@media (max-width: 475px) {
  #page_content #leftCol figure.image {
    clear: both !important;
    float: none !important;
  }
}
#page_content #leftCol figure.image img {
  padding: 0;
  max-width: 100%;
  height: auto;
}
#page_content #leftCol figure.image figcaption {
  background: #efefef;
  color: #000000;
  padding: 5px 15px;
}
/* SOCIAL MEDIA */
#social_links {
  margin-top: 10px;
  margin-left: 25px;
  float: right;
}
@media (max-width: 991px) {
  #social_links {
    margin-top: 0px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #social_links {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}
@media (max-width: 676px) {
  #social_links {
    padding-bottom: 0px;
    margin-top: 15px;
    width: 100%;
    float: left;
  }
}
#social_links a {
  margin-right: 10px;
}
@media (max-width: 991px) {
  #social_links a {
    margin-right: 9px;
  }
}
@media (max-width: 767px) {
  #social_links a {
    margin-right: 5px;
  }
}
#social_links a:last-child {
  margin-right: 0px;
}
#social_links a img {
  height: 30px;
}
@media (max-width: 991px) {
  #social_links a img {
    height: 27px;
  }
}
@media (max-width: 767px) {
  #social_links a img {
    height: 40px;
    width: auto;
    padding: 4px;
  }
}
@media (max-width: 400px) {
  #social_links a img {
    height: 40px;
  }
}
/* SPONSORS */
#sponsors {
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  #sponsors img {
    width: 170px;
    height: auto;
  }
}
@media (max-width: 400px) {
  #sponsors img {
    width: 130px;
    height: auto;
  }
}
/* FOOTER */
#footer {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin: 0px auto 30px auto;
  padding-top: 20px;
}
#footer p {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  #footer p {
    font-size: 9px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  #footer p {
    font-size: 9px;
    font-size: 1.2rem;
    line-height: 13px;
    line-height: 1.7rem;
  }
}
#footer p.powered-by {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #footer p.powered-by {
    font-size: 9px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  #footer p.powered-by {
    font-size: 9px;
    font-size: 1.2rem;
    line-height: 13px;
    line-height: 1.7rem;
  }
}
#footer p.powered-by a {
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: none;
  margin: 0px;
  color: #666666;
}
@media (max-width: 767px) {
  #footer p.powered-by a {
    font-size: 9px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  #footer p.powered-by a {
    font-size: 9px;
    font-size: 1.2rem;
    line-height: 13px;
    line-height: 1.7rem;
  }
}
/* HOMEPAGE TEMPLATE ELEMENTS */
/* ------- Homepage Slideshow */
#slideshow-homepage {
  position: relative;
  overflow: hidden;
}
#slideshow-homepage ul.slideshow {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 293px;
  max-height: 293px;
}
#slideshow-homepage ul.slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#slideshow-homepage ul.slideshow li .title {
  display: none;
}
#slideshow-homepage img {
  border: 0px;
  padding: 0px !important;
  max-width: 948px !important;
  max-height: 293px;
}
.slideshow-dot-nav {
  position: absolute;
  z-index: 2000;
  bottom: 0px;
  right: 0px;
  list-style: none;
  margin: 0px 10px 4px 0px;
  padding: 0;
  text-align: right;
  line-height: 27px;
}
.slideshow-dot-nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.slideshow-dot-nav li a {
  text-decoration: none;
  color: #5b5b5b;
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 0px;
  margin: 0px 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slideshow-dot-nav li a {
    font-size: 13px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 2.1rem;
  }
}
@media (max-width: 480px) {
  .slideshow-dot-nav li a {
    font-size: 13px;
    font-size: 1.7rem;
    line-height: 18px;
    line-height: 2.4rem;
  }
}
.slideshow-dot-nav li a.fa-circle {
  color: #ffffff;
}
/* ------- Homepage News Feed */
@media (max-width: 767px) {
  #news_feed {
    margin-top: 30px;
  }
}
#news_feed .news-item {
  padding: 0px 10px;
}
.news-listing-two-columns .news-item .news-title {
  margin-bottom: 5px;
}
.news-listing-two-columns .news-item .news-title h3,
.news-listing-two-columns .news-item .news-title h3 a {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .news-listing-two-columns .news-item .news-title h3,
  .news-listing-two-columns .news-item .news-title h3 a {
    font-size: 14px;
    font-size: 1.7rem;
    line-height: 20px;
    line-height: 2.4rem;
  }
}
@media (max-width: 480px) {
  .news-listing-two-columns .news-item .news-title h3,
  .news-listing-two-columns .news-item .news-title h3 a {
    font-size: 14px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2.5rem;
  }
}
.news-listing-two-columns .news-item .news-date {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .news-listing-two-columns .news-item .news-date {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .news-listing-two-columns .news-item .news-date {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
.news-listing-two-columns .news-item .news-more {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news-listing-two-columns .news-item .news-more {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .news-listing-two-columns .news-item .news-more {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
/* ------- Homepage Blog Feed */
@media (max-width: 767px) {
  #blog_feed {
    margin-top: 15px;
  }
}
#blog_feed .post-item {
  padding: 0px 10px;
}
/* ------- Sidebar Weekly Charts */
@media (max-width: 767px) {
  #weekly_charts {
    margin-top: 30px;
  }
}
#weekly_charts ul#weekly-charts {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  #weekly_charts ul#weekly-charts {
    padding-left: 15px !important;
  }
}
#weekly_charts ul#weekly-charts li {
  margin-bottom: 15px;
  font-family: 'Sketch Block W03 Bold', Georgia, "Times New Roman", Times, serif;
  list-style-type: decimal;
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #weekly_charts ul#weekly-charts li {
    font-size: 18px;
    font-size: 2.1rem;
    line-height: 25px;
    line-height: 2.9rem;
  }
}
@media (max-width: 480px) {
  #weekly_charts ul#weekly-charts li {
    font-size: 18px;
    font-size: 2.3rem;
    line-height: 25px;
    line-height: 3.2rem;
  }
}
#weekly_charts ul#weekly-charts li .artist-details {
  clear: both;
}
#weekly_charts ul#weekly-charts li h4.chart-artist {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 0px 0px;
}
@media (max-width: 767px) {
  #weekly_charts ul#weekly-charts li h4.chart-artist {
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  #weekly_charts ul#weekly-charts li h4.chart-artist {
    font-size: 12px;
    font-size: 1.6rem;
    line-height: 17px;
    line-height: 2.2rem;
  }
}
#weekly_charts ul#weekly-charts li h4.chart-album {
  color: #666666;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
}
@media (max-width: 767px) {
  #weekly_charts ul#weekly-charts li h4.chart-album {
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  #weekly_charts ul#weekly-charts li h4.chart-album {
    font-size: 12px;
    font-size: 1.6rem;
    line-height: 17px;
    line-height: 2.2rem;
  }
}
#weekly_charts ul#weekly-charts li .canadian-artist,
#weekly_charts ul#weekly-charts li .sask-artist,
#weekly_charts ul#weekly-charts li .local-artist,
#weekly_charts ul#weekly-charts li .other-artist {
  display: inline;
}
#weekly_charts ul#weekly-charts li .canadian-artist img,
#weekly_charts ul#weekly-charts li .sask-artist img,
#weekly_charts ul#weekly-charts li .local-artist img,
#weekly_charts ul#weekly-charts li .other-artist img {
  clear: none !important;
  display: inline !important;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #weekly_charts ul#weekly-charts li .canadian-artist img,
  #weekly_charts ul#weekly-charts li .sask-artist img,
  #weekly_charts ul#weekly-charts li .local-artist img,
  #weekly_charts ul#weekly-charts li .other-artist img {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #weekly_charts ul#weekly-charts li .canadian-artist img,
  #weekly_charts ul#weekly-charts li .sask-artist img,
  #weekly_charts ul#weekly-charts li .local-artist img,
  #weekly_charts ul#weekly-charts li .other-artist img {
    margin-bottom: 13px;
  }
}
#full-chart-feed #weekly_charts h2.border-title {
  display: none;
}
#full-chart-feed #weekly_charts img {
  padding: 0px !important;
}
/* NEWS MODULE STYLES */
/* ------- Main News Feed */
.news-item {
  margin-bottom: 30px;
}
.news-item .news-title {
  margin-bottom: 5px;
}
.news-item .news-title h3,
.news-item .news-title h3 a {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .news-item .news-title h3,
  .news-item .news-title h3 a {
    font-size: 14px;
    font-size: 1.7rem;
    line-height: 20px;
    line-height: 2.4rem;
  }
}
@media (max-width: 480px) {
  .news-item .news-title h3,
  .news-item .news-title h3 a {
    font-size: 14px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2.5rem;
  }
}
.news-item .news-date {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .news-item .news-date {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .news-item .news-date {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
.news-item .news-image img {
  width: auto !important;
  max-width: 100%;
  height: auto;
}
.news-item .news-more {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news-item .news-more {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .news-item .news-more {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
/* BLOG MODULE STYLES */
/* ------- Main Blog Feed */
.post-item {
  margin-bottom: 30px;
}
.post-item .post-title {
  margin-bottom: 5px;
}
.post-item .post-title h3,
.post-item .post-title h3 a {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .post-item .post-title h3,
  .post-item .post-title h3 a {
    font-size: 14px;
    font-size: 1.7rem;
    line-height: 20px;
    line-height: 2.4rem;
  }
}
@media (max-width: 480px) {
  .post-item .post-title h3,
  .post-item .post-title h3 a {
    font-size: 14px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2.5rem;
  }
}
.post-item .post-date {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .post-item .post-date {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .post-item .post-date {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
.post-item .post-clip p {
  margin-top: 0px;
  margin-bottom: 5px;
}
.post-item .post-more {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .post-item .post-more {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .post-item .post-more {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
/* CFCR RECENT TWEETS Widget */
#cfcr_tweets h2.border-title {
  margin-bottom: 5px;
}
/* MEMBERSHIP APPLICATION + DONATION FORM */
form#membership_application input,
form#donate input,
form#membership_application label,
form#donate label {
  outline: none;
}
form#membership_application .form-group,
form#donate .form-group {
  margin-bottom: 15px;
}
form#membership_application .form-group label,
form#donate .form-group label {
  width: 100%;
}
form#membership_application .form-group label.checkbox,
form#donate .form-group label.checkbox {
  font-weight: normal !important;
  margin: 0px !important;
}
form#membership_application .form-group label.checkbox-inline input,
form#donate .form-group label.checkbox-inline input {
  width: 20px !important;
  position: relative;
}
form#membership_application .form-group input,
form#donate .form-group input {
  border: 1px solid #dadada !important;
  font-weight: normal !important;
}
form#membership_application .form-group input:not([type=checkbox]):not([type=radio]),
form#donate .form-group input:not([type=checkbox]):not([type=radio]) {
  width: 80% !important;
}
form#membership_application .form-group textarea,
form#donate .form-group textarea {
  border: 1px solid #dadada !important;
  width: 100% !important;
  font-weight: normal !important;
}
form#membership_application .form-group select,
form#donate .form-group select {
  width: 50% !important;
  font-weight: normal !important;
}
/* EVENT MODULE STYLE */
/* ------- Sidebar Event Feed */
@media (max-width: 767px) {
  #featured_events {
    margin-top: 30px;
  }
}
#featured_events h2.border-title {
  margin-top: 0px;
}
#featured_events .sidebar-event-item {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 18px;
}
@media (max-width: 767px) {
  #featured_events .sidebar-event-item {
    line-height: 25px;
  }
}
#featured_events .sidebar-event-item .event-date {
  color: #000000;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  display: inline;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #featured_events .sidebar-event-item .event-date {
    font-size: 10px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.7rem;
  }
}
@media (max-width: 480px) {
  #featured_events .sidebar-event-item .event-date {
    font-size: 10px;
    font-size: 1.3rem;
    line-height: 14px;
    line-height: 1.8rem;
  }
}
#featured_events .sidebar-event-item .event-sidebar-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
#featured_events .sidebar-event-item .event-sidebar-link .inline-location {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0px;
  text-transform: uppercase !important;
  font-style: normal;
}
@media (max-width: 767px) {
  #featured_events .sidebar-event-item .event-sidebar-link .inline-location {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  #featured_events .sidebar-event-item .event-sidebar-link .inline-location {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
#featured_events .sidebar-event-item .event-sidebar-link .event-title {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #featured_events .sidebar-event-item .event-sidebar-link .event-title {
    font-size: 10px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.7rem;
  }
}
@media (max-width: 480px) {
  #featured_events .sidebar-event-item .event-sidebar-link .event-title {
    font-size: 10px;
    font-size: 1.3rem;
    line-height: 14px;
    line-height: 1.8rem;
  }
}
#featured_events a.readMore {
  margin-top: 10px;
}
/* ------- Main Event Feed - Listed by Date */
.event-item .event-date {
  color: #666666;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .event-item .event-date {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .event-item .event-date {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
.event-item .event-date h2 {
  font-style: normal;
}
.event-item .event-location {
  color: #666666;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .event-item .event-location {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .event-item .event-location {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
.event-item .inline-location {
  color: #ff0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0px;
  display: inline;
  text-transform: uppercase;
  font-style: normal;
}
@media (max-width: 767px) {
  .event-item .inline-location {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .event-item .inline-location {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
.event-item .event-title h3,
.event-item .event-title h3 a {
  color: #ff0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  margin: 0px;
  display: inline;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .event-item .event-title h3,
  .event-item .event-title h3 a {
    font-size: 10px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.7rem;
  }
}
@media (max-width: 480px) {
  .event-item .event-title h3,
  .event-item .event-title h3 a {
    font-size: 10px;
    font-size: 1.3rem;
    line-height: 14px;
    line-height: 1.8rem;
  }
}
.event-item .event-clip {
  margin-bottom: 10px;
}
.event-item .event-clip p {
  margin-top: 0px;
  margin-bottom: 5px;
}
.event-item .event-more {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .event-item .event-more {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .event-item .event-more {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
/* ----- Listing Pagination (Event + News Feeds) */
.pagination {
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination ul li {
  display: inline-block;
  border: 1px solid #efefef;
}
.pagination ul li a {
  display: inline-block;
  padding: 6px 10px 6px 10px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .pagination ul li a {
    font-size: 13px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 2.1rem;
  }
}
@media (max-width: 480px) {
  .pagination ul li a {
    font-size: 13px;
    font-size: 1.7rem;
    line-height: 18px;
    line-height: 2.4rem;
  }
}
.pagination ul li.disabled {
  background: #ffb3b3 !important;
  cursor: not-allowed !important;
}
.pagination ul li.disabled a {
  color: #ffffff;
}
.pagination ul li.active {
  background: #ff0000 !important;
}
.pagination ul li.active a {
  color: #ffffff;
}
.pagination ul li.previous {
  background: #ff0000;
}
.pagination ul li.previous a {
  color: #ffffff;
}
.pagination ul li.next {
  background: #ff0000;
}
.pagination ul li.next a {
  color: #ffffff;
}
/* BLOG MODULE STYLE */
/* Blog Full Item */
.post-date {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .post-date {
    font-size: 11px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .post-date {
    font-size: 11px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 2rem;
  }
}
/* Blog Search Box */
form#search-form input {
  border: 1px solid #dadada !important;
  font-weight: normal !important;
  color: #666666;
  padding: 3px 10px;
  display: inline-block;
  height: 32px;
}
form#search-form button {
  display: inline-block;
  float: right;
  width: 32px;
  height: 32px;
  padding: 0px;
}
/* Blog Date Archive */
.archive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.archive ul li a.active {
  font-weight: bold;
  text-decoration: underline;
}
/* Blog Pagination - Older/Newer Buttons */
ul.pager {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.pager li.previous {
  display: inline-block;
}
ul.pager li.previous a {
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #ff0000;
  margin: 0px;
  padding: 10px 18px;
  text-decoration: none;
}
@media (max-width: 480px) {
  ul.pager li.previous a {
    padding: 6px 10px;
  }
}
ul.pager li.previous a:hover {
  background: #ff3333;
}
ul.pager li.next {
  display: inline-block;
  float: right;
}
ul.pager li.next a {
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #ff0000;
  margin: 0px;
  padding: 10px 18px;
  text-decoration: none;
}
@media (max-width: 480px) {
  ul.pager li.next a {
    padding: 6px 10px;
  }
}
ul.pager li.next a:hover {
  background: #ff3333;
}
/* ON AIR STYLES */
body.onair #leftCol {
  width: 640px;
  margin-bottom: 14px;
}
body.onair {
  background-color: #000000;
  background-image: none;
}
#first_slider {
  margin-bottom: 15px;
}
#second_slider {
  width: 480px;
  height: 90px;
  text-align: right;
  padding-right: 20px;
  float: left;
}
#onair_player {
  width: 160px;
  height: 90px;
  float: left;
}
#onair_help {
  width: 640px;
  height: 90px;
}
#social_links.onair-social {
  float: none !important;
  clear: both;
  text-align: right;
}
#social_links.onair-social a img {
  height: 38px !important;
  width: auto !important;
}
