@import url("//hello.myfonts.net/count/27a896");
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 5, ../sass/core/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 26, ../sass/core/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, ../sass/core/_reset.scss */
body {
  line-height: 1;
}

/* line 33, ../sass/core/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../sass/core/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../sass/core/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../sass/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 49, ../sass/core/_reset.scss */
*:not(.lt-ie-9), *:not(.lt-ie-9):before, *:not(.lt-ie-9):after {
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}

/* line 11, ../sass/core/_color.scss */
body {
  color: #453f35;
  background-color: #320031;
  background: url("../img/bgpattern.gif") repeat 0 0;
}

/* line 17, ../sass/core/_color.scss */
a {
  color: #00bff3;
}

/* line 1, ../sass/core/_type.scss */
.content-area, .super-header, .nav.primary-nav, .on-air, .social-column, .affiliate-us-map, body.page-template-channel-finder-php .content-well, body.page-template-channel-finder-php #outlet, .atv-quotes h3, .atv-facts, .atv-contact {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
}

/* line 9, ../sass/core/_type.scss */
body {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 18, ../sass/core/_type.scss */
a {
  text-decoration: none;
}

/* line 1, ../sass/core/_utils.scss */
.replaced {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* endif */
/* SCSS port of CSS at http://htmldog.com/articles/suckerfish/dropdowns/ */
/* Built with compass http://www.compass-style.org */
/* Generates the styles for suckerfish dropdowns */
/* 
   Pass in the parameters $topLevelWidth and $lowerLevelWidth. The former controls the width of the first level,
   i.e. the visible level. The lower level is the width of the sub-levels, which get exposed on hover.

   Call this mixin with @import suckerfish(topLevelWidth, lowerLevelWidth), then style it as needed.

   To override any of these styles, place your code after the @import directive.

   For IE 6 compatibility, you must add javascript that attaches .sfhover class to mouseover.

   This will handle up to three levels of dropdowns.

   Be sure to minify before deploying to production.
*/
/* line 1, ../sass/core/_grid.scss */
.row {
  *zoom: 1;
}
/* line 3, ../sass/core/_grid.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 7, ../sass/core/_grid.scss */
.row:after {
  clear: both;
}

/* line 16, ../sass/core/_grid.scss */
.resource-module > header h1, .resource-module .resource-menu, .resource-module .resource-pane, .resource-module .resource-other {
  display: inline-block;
  height: 100%;
  float: left;
}

/* line 63, ../sass/core/_grid.scss */
body {
  width: 100%;
}

/* line 33, ../sass/core/_tabs.scss */
.tab-content {
  display: none;
}
/* line 35, ../sass/core/_tabs.scss */
.tab-content.selected {
  display: block;
}

/* line 1, ../sass/objects/_prose.scss */
.screen-reader-text {
  position: absolute;
  display: block;
  left: -9999px;
}

/* line 7, ../sass/objects/_prose.scss */
.prose p, .resource-module .info-pane p, .resource-module .resource-item .post-content p, .prose ol, .resource-module .info-pane ol, .resource-module .resource-item .post-content ol, .prose ul, .resource-module .info-pane ul, .resource-module .resource-item .post-content ul, .prose dl, .resource-module .info-pane dl, .resource-module .resource-item .post-content dl, .prose blockquote, .resource-module .info-pane blockquote, .resource-module .resource-item .post-content blockquote {
  margin: 1em 0;
  line-height: 1.3em;
}
/* line 12, ../sass/objects/_prose.scss */
.prose ol, .resource-module .info-pane ol, .resource-module .resource-item .post-content ol, .prose ul, .resource-module .info-pane ul, .resource-module .resource-item .post-content ul {
  overflow: hidden;
}
/* line 15, ../sass/objects/_prose.scss */
.prose ol li, .resource-module .info-pane ol li, .resource-module .resource-item .post-content ol li, .prose ul li, .resource-module .info-pane ul li, .resource-module .resource-item .post-content ul li {
  display: list-item;
  margin-left: 1.5em;
}
/* line 21, ../sass/objects/_prose.scss */
.prose ul li, .resource-module .info-pane ul li, .resource-module .resource-item .post-content ul li {
  list-style-type: disc;
}
/* line 25, ../sass/objects/_prose.scss */
.prose ol li, .resource-module .info-pane ol li, .resource-module .resource-item .post-content ol li {
  list-style-type: decimal;
}
/* line 29, ../sass/objects/_prose.scss */
.prose strong, .resource-module .info-pane strong, .resource-module .resource-item .post-content strong {
  font-weight: bold;
}
/* line 33, ../sass/objects/_prose.scss */
.prose em, .resource-module .info-pane em, .resource-module .resource-item .post-content em {
  font-style: italic;
}
/* line 40, ../sass/objects/_prose.scss */
.prose .alignnone, .resource-module .info-pane .alignnone, .resource-module .resource-item .post-content .alignnone {
  margin: 5px 20px 20px 0;
}
/* line 44, ../sass/objects/_prose.scss */
.prose .aligncenter, .resource-module .info-pane .aligncenter, .resource-module .resource-item .post-content .aligncenter,
.prose div.aligncenter,
.resource-module .info-pane div.aligncenter,
.resource-module .resource-item .post-content div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
/* line 50, ../sass/objects/_prose.scss */
.prose .alignright, .resource-module .info-pane .alignright, .resource-module .resource-item .post-content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
/* line 55, ../sass/objects/_prose.scss */
.prose .alignleft, .resource-module .info-pane .alignleft, .resource-module .resource-item .post-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
/* line 60, ../sass/objects/_prose.scss */
.prose .aligncenter, .resource-module .info-pane .aligncenter, .resource-module .resource-item .post-content .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
/* line 65, ../sass/objects/_prose.scss */
.prose a img.alignright, .resource-module .info-pane a img.alignright, .resource-module .resource-item .post-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
/* line 70, ../sass/objects/_prose.scss */
.prose a img.alignnone, .resource-module .info-pane a img.alignnone, .resource-module .resource-item .post-content a img.alignnone {
  margin: 5px 20px 20px 0;
}
/* line 74, ../sass/objects/_prose.scss */
.prose a img.alignleft, .resource-module .info-pane a img.alignleft, .resource-module .resource-item .post-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
/* line 79, ../sass/objects/_prose.scss */
.prose a img.aligncenter, .resource-module .info-pane a img.aligncenter, .resource-module .resource-item .post-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 85, ../sass/objects/_prose.scss */
.prose .wp-caption, .resource-module .info-pane .wp-caption, .resource-module .resource-item .post-content .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
/* line 93, ../sass/objects/_prose.scss */
.prose .wp-caption.alignnone, .resource-module .info-pane .wp-caption.alignnone, .resource-module .resource-item .post-content .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
/* line 97, ../sass/objects/_prose.scss */
.prose .wp-caption.alignleft, .resource-module .info-pane .wp-caption.alignleft, .resource-module .resource-item .post-content .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
/* line 101, ../sass/objects/_prose.scss */
.prose .wp-caption.alignright, .resource-module .info-pane .wp-caption.alignright, .resource-module .resource-item .post-content .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
/* line 105, ../sass/objects/_prose.scss */
.prose .wp-caption img, .resource-module .info-pane .wp-caption img, .resource-module .resource-item .post-content .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
/* line 114, ../sass/objects/_prose.scss */
.prose .wp-caption p.wp-caption-text, .resource-module .info-pane .wp-caption p.wp-caption-text, .resource-module .resource-item .post-content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* line 1, ../sass/objects/_page.scss */
.page-wrap {
  background: #fff;
  margin: 0 auto;
  padding: 0 10px 0;
  max-width: 1000px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  /* line 1, ../sass/objects/_page.scss */
  .page-wrap {
    padding: 0 20px 0;
  }
}

/* line 12, ../sass/objects/_page.scss */
.content-area {
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 18, ../sass/objects/_page.scss */
#content > article {
  margin-top: 40px;
}

/* line 22, ../sass/objects/_page.scss */
.content-well, .content-menu {
  display: inline-block;
  float: left;
}

/* line 28, ../sass/objects/_page.scss */
.content-well {
  font-weight: normal;
}
/* line 32, ../sass/objects/_page.scss */
.content-well > header h1 {
  font-size: 1.5em;
  text-transform: uppercase;
}
/* line 37, ../sass/objects/_page.scss */
.content-well.full {
  width: 100%;
}
@media (min-width: 1025px) {
  /* line 28, ../sass/objects/_page.scss */
  .content-well {
    width: 775px;
    min-height: 500px;
    padding-right: 30px;
  }
  /* line 44, ../sass/objects/_page.scss */
  .content-well.full {
    padding-right: 0;
  }
}

/* line 50, ../sass/objects/_page.scss */
.content-menu {
  width: 100%;
}
@media (min-width: 1025px) {
  /* line 50, ../sass/objects/_page.scss */
  .content-menu {
    width: 180px;
  }
}

/* line 60, ../sass/objects/_page.scss */
.utility-nav li a {
  color: #fff;
  display: block;
  text-align: center;
  background: #28aae1;
  padding: .5em 0 .5em;
  margin: 0 0 .25em 0;
}
/* line 69, ../sass/objects/_page.scss */
.utility-nav .current-menu-item a {
  background: #7ecced;
}

/* line 76, ../sass/objects/_page.scss */
.faq-question {
  margin: 1.5em 0 .5em;
  font-weight: normal;
}
/* line 79, ../sass/objects/_page.scss */
.faq-question:before {
  content: 'Q: ';
  font-weight: bold;
}

/* line 86, ../sass/objects/_page.scss */
.faq-answer p:first-of-type {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
/* line 90, ../sass/objects/_page.scss */
.faq-answer p:first-of-type:before {
  content: 'A: ';
  font-weight: bold;
}

/* line 96, ../sass/objects/_page.scss */
.addr-wrap {
  overflow: hidden;
  *zoom: 1;
}
/* line 98, ../sass/objects/_page.scss */
.addr-wrap .addr {
  line-height: 1.3;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

/* line 1, ../sass/objects/_header.scss */
.super-header .tagline, .super-header .social, .super-header .store, .super-header .login, .mobile-nav-btn, .dash-super-header .logo, .dash-super-header .heading, .dash-super-header .sign-out {
  display: block;
  float: left;
}

/* line 6, ../sass/objects/_header.scss */
.super-header {
  width: 100%;
  color: #fff;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  background: #453f35;
  white-space: nowrap;
}
/* line 16, ../sass/objects/_header.scss */
.super-header a {
  color: #fff;
  display: block;
}
/* line 20, ../sass/objects/_header.scss */
.super-header .tagline {
  background-color: #453f35;
  width: 723px;
  display: none;
  padding: 12px 0 13px 10px;
  border-right: 4px solid #fff;
}
body.logged-in  .super-header .tagline { width: 573px;}
/* line 29, ../sass/objects/_header.scss */
.super-header .social {
  width: 39px;
  height: 39px;
  background: #912c08;
  border-right: 4px solid #fff;
}
/* line 36, ../sass/objects/_header.scss */
.super-header .store {
  background-color: #453f35;
  text-align: center;
  padding: 12px 0 13px;
  border-right: 4px solid #fff;
  width: 25%;
}
/* line 46, ../sass/objects/_header.scss */
.super-header .login {
  background-color: #28aae1;
  padding: 12px 0 13px;
  text-align: center;
  width: 30%;
  overflow: hidden;
  border-right: 4px solid #fff;
}
@media (min-width: 1025px) {
  /* line 6, ../sass/objects/_header.scss */
  .super-header {
    background: none;
  }
  /* line 59, ../sass/objects/_header.scss */
  .super-header .social {
    width: 39px;
    margin-right: 4px;
    border: 0;
  }
  /* line 64, ../sass/objects/_header.scss */
  .super-header .tagline {
    display: inline-block;
    border-sizing: border-box;
  }
  /* line 68, ../sass/objects/_header.scss */
  .super-header .store, .super-header .login {
    width: 150px;
  }
  /* line 71, ../sass/objects/_header.scss */
  .super-header .login {
    border: 0;
  }
  /* line 74, ../sass/objects/_header.scss */
  .super-header .mobile-nav {
    display: none;
  }
}

/* line 80, ../sass/objects/_header.scss */
.site-header {
  position: relative;
  background: url(../img/site-header-bg-small.png) 0 0 no-repeat;
  width: 100%;
  height: inherit;
}
@media (min-width: 1025px) {
  /* line 80, ../sass/objects/_header.scss */
  .site-header {
    display: block;
    background: url(../img/site-header-bg.png) 0 0 no-repeat;
  }
}

/* line 91, ../sass/objects/_header.scss */
.nav.primary-nav {
  overflow: hidden;
  *zoom: 1;
  display: none;
}
/* line 21, ../sass/core/_suckerfish.scss */
.nav.primary-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  z-index: 9999;
}
/* line 28, ../sass/core/_suckerfish.scss */
.nav.primary-nav a {
  display: block;
  width: 187px;
  text-transform: uppercase;
}
/* line 33, ../sass/core/_suckerfish.scss */
.nav.primary-nav li {
  border: 0;
  float: left;
  background: #453f35;
  text-align: center;
  height: 50px;
  margin-left: 6px;
  z-index: 9999;
}
/* line 40, ../sass/core/_suckerfish.scss */
.nav.primary-nav li:first-child {
  margin-left: 0;
  width: 188px;
}
/* line 44, ../sass/core/_suckerfish.scss */
.nav.primary-nav li a {
  padding-top: 20px;
  display: block;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
/* line 53, ../sass/core/_suckerfish.scss */
.nav.primary-nav li:hover {
  background-color: #912c08;
}
/* line 58, ../sass/core/_suckerfish.scss */
.nav.primary-nav li:hover ul, .nav.primary-nav li.sfhover ul {
  width: 188px;
  left: auto;
}
/* line 61, ../sass/core/_suckerfish.scss */
.nav.primary-nav li:hover ul li, .nav.primary-nav li.sfhover ul li {
  font-size: .8em;
  width: 187px;
  float: none;
  margin: 0;
  display: block;
}
/* line 67, ../sass/core/_suckerfish.scss */
.nav.primary-nav li:hover ul li a, .nav.primary-nav li.sfhover ul li a {
  font-size: .9em;
  height: 50px;
}
/* line 73, ../sass/core/_suckerfish.scss */
.nav.primary-nav li:hover ul ul, .nav.primary-nav li.sfhover ul ul {
  left: -999em;
}
/* line 78, ../sass/core/_suckerfish.scss */
.nav.primary-nav li li:hover, .nav.primary-nav li li.sfhover {
  background: #453f35 url(../img/menu-hover-arrow.png) top center no-repeat;
}
/* line 85, ../sass/core/_suckerfish.scss */
.nav.primary-nav li ul {
  position: absolute;
  width: 187px;
  left: -999em;
}
/* line 89, ../sass/core/_suckerfish.scss */
.nav.primary-nav li ul ul {
  margin: -1em 0 0 187px;
}
/* line 96, ../sass/objects/_header.scss */
.nav.primary-nav .menu-item {
  font-weight: bold;
}
/* line 100, ../sass/objects/_header.scss */
.nav.primary-nav .current_page_item {
  background-color: #912c08 !important;
}
@media (min-width: 1025px) {
  /* line 91, ../sass/objects/_header.scss */
  .nav.primary-nav {
    display: block;
  }
}

/* line 109, ../sass/objects/_header.scss */
.mobile-nav-btn {
  background: #453f35;
  cursor: pointer;
  margin-left: 4px;
  padding: 10px 10px 10px;
  float: right;
}
/* line 117, ../sass/objects/_header.scss */
.mobile-nav-btn.active .bar-icon {
  background: #28aae1;
}
/* line 119, ../sass/objects/_header.scss */
.mobile-nav-btn .bar-icon {
  background: #fff;
  width: 20px;
  height: 3px;
  display: block;
  margin-bottom: 3px;
}
@media (min-width: 1025px) {
  /* line 109, ../sass/objects/_header.scss */
  .mobile-nav-btn {
    display: none;
  }
}

/* line 134, ../sass/objects/_header.scss */
.nav.mobile-nav {
  background: #912c08;
  clear: both;
  border-top: 5px solid #fff;
  display: none;
}
/* line 140, ../sass/objects/_header.scss */
.nav.mobile-nav li a {
  display: block;
  padding: 15px 5px 15px 25px;
}
/* line 144, ../sass/objects/_header.scss */
.nav.mobile-nav li li a {
  padding-top: 10px;
  padding-left: 50px;
}
/* line 149, ../sass/objects/_header.scss */
.nav.mobile-nav.active {
  display: block;
}
/* line 153, ../sass/objects/_header.scss */
.nav.mobile-nav .sub-menu {
  display: none;
}

/* line 1, ../sass/objects/_footer.scss */
.site-footer {
  background: #453f35 url(../img/footer-logo.png) 20px 15px no-repeat;
  margin: 0px auto;
  width: 100%;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 12px;
}
body.page-template-affiliate-dashboard .site-footer { background-position: 20px 5px;
background-size: 35px auto; }
/* line 10, ../sass/objects/_footer.scss */
.site-footer a {
  color: #fff;
  font-weight: bold;
}
/* line 15, ../sass/objects/_footer.scss */
.site-footer nav li {
  display: block;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 0 1em 1em;
  margin: 0 1em 1em 30%;
  line-height: .75em;
}
/* line 17, ../sass/objects/_footer.scss */
.site-footer nav li a {
  display: block;
}
/* line 23, ../sass/objects/_footer.scss */
.site-footer nav li:last-of-type {
  border-right: 0;
}
/* line 28, ../sass/objects/_footer.scss */
.site-footer .footer-links {
  text-align: center;
}
@media (min-width: 1025px) {
  /* line 1, ../sass/objects/_footer.scss */
  .site-footer {
    width: 1000px;
    height: 110px;
  }
  /* line 37, ../sass/objects/_footer.scss */
  .site-footer nav {
    text-align: center;
  }
  /* line 39, ../sass/objects/_footer.scss */
  .site-footer nav li {
    display: inline-block;
    border-bottom: 0;
    border-right: 1px solid #fff;
    margin: 0 0 1em 0;
    padding: 0 1em;
  }
}

/* line 1, ../sass/objects/_home-gallery.scss */
.home-gallery {
  /* pager */
  overflow: hidden;
  *zoom: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  /* line 1, ../sass/objects/_home-gallery.scss */
  .home-gallery {
    width: 960px !important;
  }
}
/* line 11, ../sass/objects/_home-gallery.scss */
.home-gallery .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 5%;
  overflow: hidden;
}
/* line 19, ../sass/objects/_home-gallery.scss */
.home-gallery .cycle-pager span {
  font-size: 0;
  margin: 0 5px 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
/* line 29, ../sass/objects/_home-gallery.scss */
.home-gallery .cycle-pager span.cycle-pager-active {
  background-color: #D69746;
}
/* line 32, ../sass/objects/_home-gallery.scss */
.home-gallery .cycle-pager > * {
  cursor: pointer;
}
/* line 34, ../sass/objects/_home-gallery.scss */
.home-gallery .cycle-prev, .home-gallery .cycle-next {
  z-index: 500;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../img/cycle-nav.png);
  top: 45%;
  cursor: pointer;
}
/* line 43, ../sass/objects/_home-gallery.scss */
.home-gallery .cycle-prev {
  background-position: left;
  left: 10px;
}
/* line 48, ../sass/objects/_home-gallery.scss */
.home-gallery .cycle-next {
  background-position: right;
  right: 10px;
}

/* line 58, ../sass/objects/_home-gallery.scss */
.home-gallery-slides a {
  display: none;
  width: 100%;
}
/* line 61, ../sass/objects/_home-gallery.scss */
.home-gallery-slides a img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  /* line 56, ../sass/objects/_home-gallery.scss */
  .home-gallery-slides {
    width: 960px;
  }
  /* line 68, ../sass/objects/_home-gallery.scss */
  .home-gallery-slides a {
    width: 960px;
  }
}

/* line 3, ../sass/objects/_module.scss */
.col-one, .ad-column, .social-column {
  width: 100%;
  padding-right: 0;
}
/* line 7, ../sass/objects/_module.scss */
.col-one:last-of-type, .ad-column:last-of-type, .social-column:last-of-type {
  padding-right: 0;
  margin: 0 !important;
}
/* line 11, ../sass/objects/_module.scss */
.col-one .module, .ad-column .module, .social-column .module, .col-one .ad-box, .ad-column .ad-box, .social-column .ad-box {
  border: 1px solid #453f35;
}
/* line 15, ../sass/objects/_module.scss */
.col-one .ad-box, .ad-column .ad-box, .social-column .ad-box {
  padding: 0;
  border: 0;
  margin-top: 15px;
}
@media (min-width: 1025px) {
  /* line 3, ../sass/objects/_module.scss */
  .col-one, .ad-column, .social-column {
    display: inline;
    float: left;
    width: 320px;
    margin: 0 10px;
    width: 313px;
    margin: 0;
    margin-right: 10px;
    margin-top: 5px;
  }
}

/* line 38, ../sass/objects/_module.scss */
.on-air header {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  padding: .5em 0 .5em;
  text-align: center;
  background: #912c08;
}
/* line 49, ../sass/objects/_module.scss */
.on-air .subheader {
  padding: 1em 0 1em;
  text-align: center;
  border: 1px solid #453f35;
  border-top: 0;
  border-bottom: 0;
  font-weight: bold;
  font-size: 14px;
}
/* line 57, ../sass/objects/_module.scss */
.on-air .subheader ul {
  margin-top: 0.5em;
  position: relative;
}
/* line 4, ../sass/core/_tabs.scss */
.on-air .subheader ul:before {
  z-index: 1;
}
/* line 5, ../sass/core/_tabs.scss */
.on-air .subheader ul:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #453f35;
  z-index: 1;
}
/* line 14, ../sass/core/_tabs.scss */
.on-air .subheader ul li {
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: inline-block;
  line-height: 2em;
  padding: 0 10px;
  border: 1px solid #453f35;
  background: #28aae1;
  color: #fff;
}
/* line 24, ../sass/core/_tabs.scss */
.on-air .subheader ul li.selected {
  background: #fff;
  z-index: 2;
  color: #453f35;
  border-bottom-color: #fff;
}
/* line 63, ../sass/objects/_module.scss */
.on-air .mod-body {
  border: 1px solid #453f35;
  border-top: 0;
  border-bottom: 0;
}
/* line 66, ../sass/objects/_module.scss */
.on-air .mod-body .tab-content {
  height: 300px;
}
/* line 71, ../sass/objects/_module.scss */
.on-air .on-air-listing {
  padding: 1em .9em 1em;
  border-bottom: 1px solid #453f35;
  font-size: 11px;
}
/* line 77, ../sass/objects/_module.scss */
.on-air .on-air-listing .on-air-title {
  font-weight: normal;
  margin-bottom: .25em;
}
/* line 78, ../sass/objects/_module.scss */
.on-air .on-air-listing .on-air-synopsis {
  margin-bottom: .75em;
}
/* line 79, ../sass/objects/_module.scss */
.on-air .on-air-listing .on-air-date {
  font-weight: normal;
}
/* line 80, ../sass/objects/_module.scss */
.on-air .on-air-listing .on-air-time {
  font-weight: normal;
}
/* line 81, ../sass/objects/_module.scss */
.on-air .on-air-listing:last-of-type {
  border-bottom: 0;
}
/* line 84, ../sass/objects/_module.scss */
.on-air footer {
  border: 1px solid #453f35;
  border-top: 0;
  padding: .5em;
  font-weight: bold;
}
/* line 90, ../sass/objects/_module.scss */
.on-air footer a.complete-schedule {
  color: #28aae1;
  font-weight: bold;
  font-size: 14px;
}

/* line 100, ../sass/objects/_module.scss */
.ad-column .find-antennatv {
  text-align: center;
}
/* line 105, ../sass/objects/_module.scss */
.ad-column .find-antennatv a {
  color: #fff;
  display: block;
  line-height: 1.6em;
  font-weight: bold;
}

/* line 116, ../sass/objects/_module.scss */
.social-column {
  line-height: 1em;
}

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 *
 * @usage:
   <div class=media>
       <span class=media-img><img src=http://placekitten.com/200/300 alt="" ></span>
       <p class=media-body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 
 */
/* line 18, ../sass/objects/_media.scss */
.on-air .on-air-listing, .on-air footer, .shows-page .show, .social-column .twt-box .twt-head {
  overflow: hidden;
  *zoom: 1;
  display: block;
}
/* line 22, ../sass/objects/_media.scss */
.on-air .on-air-listing .media-img, .on-air footer .media-img, .shows-page .show .media-img, .social-column .twt-box .twt-head .media-img {
  float: left;
  margin-right: 1em;
}
/* line 26, ../sass/objects/_media.scss */
.on-air .on-air-listing .media-img-right, .on-air footer .media-img-right, .shows-page .show .media-img-right, .social-column .twt-box .twt-head .media-img-right {
  float: right;
  margin-left: 1em;
}
/* line 30, ../sass/objects/_media.scss */
.on-air .on-air-listing .media-img-left img, .on-air footer .media-img-left img, .shows-page .show .media-img-left img, .social-column .twt-box .twt-head .media-img-left img, .on-air .on-air-listing .media-img-right img, .on-air footer .media-img-right img, .shows-page .show .media-img-right img, .social-column .twt-box .twt-head .media-img-right img {
  display: block;
}
/* line 32, ../sass/objects/_media.scss */
.on-air .on-air-listing .media-body, .on-air footer .media-body, .shows-page .show .media-body, .social-column .twt-box .twt-head .media-body {
  overflow: hidden;
}
/* line 35, ../sass/objects/_media.scss */
.on-air .on-air-listing .media-body, .on-air footer .media-body, .shows-page .show .media-body, .social-column .twt-box .twt-head .media-body,
.on-air .on-air-listing .media-body > :last-child,
.on-air footer .media-body > :last-child,
.shows-page .show .media-body > :last-child,
.social-column .twt-box .twt-head .media-body > :last-child {
  margin-bottom: 0;
}

/* line 2, ../sass/objects/_modal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 950;
  display: none;
  top: 0;
  left: 0;
}

/* line 15, ../sass/objects/_modal.scss */
.reveal-modal {
  box-sizing: border-box;
  background: white;
  visibility: hidden;
  width: 90%;
  position: absolute;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 999;
}
/* line 23, ../sass/objects/_modal.scss */
.reveal-modal > section {
  background: white;
  padding: 25px;
}
/* line 27, ../sass/objects/_modal.scss */
.reveal-modal h1 {
  color: #912c08;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.5em;
}
/* line 33, ../sass/objects/_modal.scss */
.reveal-modal .close-reveal-modal {
  background: url(../img/icon-close.gif) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}
@media (min-width: 480px) {
  /* line 15, ../sass/objects/_modal.scss */
  .reveal-modal {
    margin-left: -240px;
    width: 480px;
  }
}

/* line 52, ../sass/objects/_modal.scss */
#affiliate-login {
  left: 20px;
  top: 20px;
}
/* line 55, ../sass/objects/_modal.scss */
#affiliate-login label {
  line-height: 1.5em;
  font-weight: bold;
}
/* line 59, ../sass/objects/_modal.scss */
#affiliate-login input[type='text'], #affiliate-login input[type='password'] {
  width: 100%;
  float: right;
  height: 1.9em;
  border: 1px solid #ccc;
}
/* line 65, ../sass/objects/_modal.scss */
#affiliate-login p {
  margin: 2em 0;
}
/* line 68, ../sass/objects/_modal.scss */
#affiliate-login .forgot-pass {
  display: inline-block;
  margin-top: .5em;
  font-size: 14px;
  color: #453f35;
}
/* line 74, ../sass/objects/_modal.scss */
#affiliate-login .account-links {
  display: block;
}
/* line 77, ../sass/objects/_modal.scss */
#affiliate-login input[type='submit'], #affiliate-login .clear-btn {
  height: 30px;
  width: 80px;
  color: #fff;
  background: #28aae1;
  border: 0;
  float: right;
  margin-left: 1em;
}
/* line 86, ../sass/objects/_modal.scss */
#affiliate-login .input-wrap {
  margin-bottom: .5em;
}
@media (min-width: 480px) {
  /* line 52, ../sass/objects/_modal.scss */
  #affiliate-login {
    top: 30%;
    left: 50%;
    margin-left: -240px;
  }
}

/* line 3, ../sass/objects/_dashboard.scss */
.dash-super-header {
  overflow: hidden;
  background: #453f35;
  height: 48px;
}
/* line 7, ../sass/objects/_dashboard.scss */
.dash-super-header .logo {
  background: #453f35;
  padding: 5px 0 0;
  margin-right: 5px;
  text-align: center;
}
/* line 13, ../sass/objects/_dashboard.scss */
.dash-super-header .logo a {
  display: block;
  width: 75px;
}
/* line 15, ../sass/objects/_dashboard.scss */
.dash-super-header .heading {
  background: #453f35;
  color: #fff;
  padding: 15px 20px 15px;
  margin-right: 5px;
  width: auto;
  font-size: 18px;
}
/* line 23, ../sass/objects/_dashboard.scss */
.dash-super-header .heading span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 0.5em;
}
/* line 30, ../sass/objects/_dashboard.scss */
.dash-super-header .sign-out {
  background: #28aae1;
  padding: 17px 0 15px;
  text-align: center;
  float: right;
  overflow: hidden;
}
/* line 37, ../sass/objects/_dashboard.scss */
.dash-super-header .sign-out a {
  color: #fff;
  display: block;
  width: 145px;
}
@media (min-width: 1025px) {
  /* line 3, ../sass/objects/_dashboard.scss */
  .dash-super-header {
    background: 0;
  }
  /* line 45, ../sass/objects/_dashboard.scss */
  .dash-super-header .heading {
    width: 730px;
    padding: 15px 15px 15px;
  }
  /* line 48, ../sass/objects/_dashboard.scss */
  .dash-super-header .heading span {
    display: inline-block;
  }
}

/* line 55, ../sass/objects/_dashboard.scss */
.resource-module {
  margin-top: 5px;
  position: relative;
}
/* line 58, ../sass/objects/_dashboard.scss */
.resource-module .spinner {
  position: absolute;
  display: none;
  top: 120px;
  left: 50%;
  margin-left: -24px;
  height: 48px;
  width: 48px;
  background: url(../img/spinner.gif) 0 0 no-repeat;
}
@media (min-width: 1025px) {
  /* line 58, ../sass/objects/_dashboard.scss */
  .resource-module .spinner {
    top: 200px;
    left: 455px;
  }
}
/* line 72, ../sass/objects/_dashboard.scss */
.resource-module > header {
  border: 1px solid #ccc;
  height: 40px;
  background: #453f35;
}
/* line 76, ../sass/objects/_dashboard.scss */
.resource-module > header h1 {
  width: 230px;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: .6em 0 0 .75em;
}
/* line 88, ../sass/objects/_dashboard.scss */
.resource-module .resource-wrap {
  border: 1px solid #ccc;
  border-top: 0;
  overflow: hidden;
}
/* line 95, ../sass/objects/_dashboard.scss */
.resource-module .resource-menu {
  width: 100%;
  height: 100%;
}
/* line 99, ../sass/objects/_dashboard.scss */
.resource-module .resource-menu .dash-menu-item, .resource-module .resource-menu .menu-item-head {
  border-bottom: 1px solid #ccc;
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #453f35;
  padding: 0.5em;
}
/* line 106, ../sass/objects/_dashboard.scss */
.resource-module .resource-menu .dash-menu-item a, .resource-module .resource-menu .menu-item-head a {
  display: block;
}
/* line 110, ../sass/objects/_dashboard.scss */
.resource-module .resource-menu .dash-menu-item.active, .resource-module .resource-menu .active.menu-item-head {
  background: #912c08;
}
/* line 112, ../sass/objects/_dashboard.scss */
.resource-module .resource-menu .dash-menu-item.active a, .resource-module .resource-menu .active.menu-item-head a {
  color: #fff;
}
@media (min-width: 1025px) {
  /* line 95, ../sass/objects/_dashboard.scss */
  .resource-module .resource-menu {
    width: 230px;
    border-right: 1px solid #ccc;
    min-height: 800px;
  }
}
/* line 126, ../sass/objects/_dashboard.scss */
.resource-module .resource-pane {
  width: 100%;
  font-size: 14px;
  min-height: 100px;
  max-height: 1200px;
  overflow-y: scroll;
}
@media (min-width: 1025px) {
  /* line 126, ../sass/objects/_dashboard.scss */
  .resource-module .resource-pane {
    border-right: 1px solid #ccc;
    width: 500px;
    min-height: 800px;
  }
}
/* line 140, ../sass/objects/_dashboard.scss */
.resource-module .resource-other {
  width: 100%;
  border-top: 1px solid #ccc;
}
/* line 144, ../sass/objects/_dashboard.scss */
.resource-module .resource-other #signup-launch {
  text-align: center;
  height: 30px;
  width: 175px;
  color: #fff;
  background: #28aae1;
  border: 0;
  position: relative;
  left: 50%;
  margin: 20px 0 20px -87px;
  padding: .5em 1em .5em;
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 1025px) {
  /* line 140, ../sass/objects/_dashboard.scss */
  .resource-module .resource-other {
    width: 225px;
    border: 0;
  }
}
/* line 164, ../sass/objects/_dashboard.scss */
.resource-module .sorry {
  font-weight: bold;
  color: #912c08;
  padding: 1em;
}
/* line 170, ../sass/objects/_dashboard.scss */
.resource-module .info-pane {
  padding: 1em;
}
/* line 173, ../sass/objects/_dashboard.scss */
.resource-module .info-pane h1 {
  font-weight: bold;
  color: #912c08;
}
/* line 179, ../sass/objects/_dashboard.scss */
.resource-module ul.resources {
  margin: 0;
  list-style-type: none;
}
/* line 184, ../sass/objects/_dashboard.scss */
.resource-module .folder-name {
  padding: .5em 0 0.5em 3em;
  background: url("../img/arrow-right.png") no-repeat;
  background-position: left 20px top 50%;
  -ms-background-position-x: 20px;
  -ms-background-position-y: 50%;
}
/* line 191, ../sass/objects/_dashboard.scss */
.resource-module .folder-name.active {
  background: url("../img/arrow-down.png") no-repeat;
  background-position: left 15px top 50%;
  -ms-background-position-x: 15px;
  -ms-background-position-y: 50%;
}
/* line 200, ../sass/objects/_dashboard.scss */
.resource-module .resource-file {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 1em;
  background: url("../img/document.png") no-repeat;
  background-position: left 3px;
}
/* line 208, ../sass/objects/_dashboard.scss */
.resource-module .file a {
  text-decoration: none;
}
/* line 213, ../sass/objects/_dashboard.scss */
.resource-module .text_content-container {
  padding: 1em;
}
/* line 215, ../sass/objects/_dashboard.scss */
.resource-module .text_content-container ul {
  margin: 1em 0 1em;
}
/* line 218, ../sass/objects/_dashboard.scss */
.resource-module .text_content-container ul li {
  margin-bottom: 0.5em;
}
/* line 224, ../sass/objects/_dashboard.scss */
.resource-module .resource_type-heading {
  color: #fff !important;
  background: #453f35;
}
/* line 229, ../sass/objects/_dashboard.scss */
.resource-module .resource-item {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
/* line 232, ../sass/objects/_dashboard.scss */
.resource-module .resource-item .post-content {
  display: none;
  border-top: 1px solid #ccc;
  padding: 0 1em 0;
}
/* line 237, ../sass/objects/_dashboard.scss */
.resource-module .resource-item .post-content li {
  margin-bottom: 1em;
}
/* line 240, ../sass/objects/_dashboard.scss */
.resource-module .resource-item .post-content.active {
  display: block;
}
/* line 244, ../sass/objects/_dashboard.scss */
.resource-module .resource-item .resource-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 1em;
  background: url("../img/back-end-icons/toggle-arrow.png") no-repeat;
  background-position: left 2px;
}
/* line 251, ../sass/objects/_dashboard.scss */
.resource-module .resource-item .resource-arrow.active {
  background-position: right 2px;
}
/* line 255, ../sass/objects/_dashboard.scss */
.resource-module .resource-item a {
  display: block;
  padding: .5em 1em .5em;
  font-weight: bold;
  color: #453f35;
  vertical-align: bottom;
}
/* line 262, ../sass/objects/_dashboard.scss */
.resource-module .resource-item img {
  padding-right: .5em;
  vertical-align: top;
}
/* line 266, ../sass/objects/_dashboard.scss */
.resource-module .resource-item:nth-of-type(2n) {
  background: #eee;
}

/* line 274, ../sass/objects/_dashboard.scss */
.antenna-alerts {
  padding: .5em;
}
/* line 276, ../sass/objects/_dashboard.scss */
.antenna-alerts header {
  font-weight: bold;
  color: #912c08;
  text-align: center;
}

/* line 283, ../sass/objects/_dashboard.scss */
#alert-signup {
  position: absolute;
  top: 20px;
  left: 20px;
}
/* line 287, ../sass/objects/_dashboard.scss */
#alert-signup h1 {
  color: #912c08;
  font-weight: bold;
}
/* line 291, ../sass/objects/_dashboard.scss */
#alert-signup ul {
  position: relative;
  margin-bottom: 1em;
}
/* line 4, ../sass/core/_tabs.scss */
#alert-signup ul:before {
  z-index: 1;
}
/* line 5, ../sass/core/_tabs.scss */
#alert-signup ul:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #453f35;
  z-index: 1;
}
/* line 14, ../sass/core/_tabs.scss */
#alert-signup ul li {
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: inline-block;
  line-height: 2em;
  padding: 0 10px;
  border: 1px solid #453f35;
  background: #28aae1;
  color: #fff;
}
/* line 24, ../sass/core/_tabs.scss */
#alert-signup ul li.selected {
  background: #fff;
  z-index: 2;
  color: #453f35;
  border-bottom-color: #fff;
}
/* line 295, ../sass/objects/_dashboard.scss */
#alert-signup footer {
  margin-top: 1em;
  text-align: center;
}
/* line 299, ../sass/objects/_dashboard.scss */
#alert-signup form div, #alert-signup h1 {
  margin-bottom: .75em;
}
/* line 302, ../sass/objects/_dashboard.scss */
#alert-signup label {
  margin-bottom: .25em;
  display: block;
}
/* line 306, ../sass/objects/_dashboard.scss */
#alert-signup #agree-label {
  display: inline-block;
}
/* line 307, ../sass/objects/_dashboard.scss */
#alert-signup input[type='text'], #alert-signup input[type='password'] {
  height: 30px;
  width: 100%;
}
/* line 311, ../sass/objects/_dashboard.scss */
#alert-signup #item-filter, #alert-signup select {
  width: 100% !important;
  height: 30px;
}
/* line 316, ../sass/objects/_dashboard.scss */
#alert-signup input[type='submit'] {
  height: 30px;
  width: 100%;
  color: #fff;
  background: #28aae1;
  border: 0;
  font-size: 16px;
}
@media (min-width: 480px) {
  /* line 283, ../sass/objects/_dashboard.scss */
  #alert-signup {
    top: 15%;
    left: 50%;
  }
}

/* line 332, ../sass/objects/_dashboard.scss */
.page-template-affiliate-dashboard footer {
  height: 60px;
}

/* line 1, ../sass/objects/_contact-form.scss */
.wpcf7-form {
  width: 515px;
  font-size: 14px;
}
/* line 4, ../sass/objects/_contact-form.scss */
.wpcf7-form p {
  margin-bottom: 1em;
}
/* line 7, ../sass/objects/_contact-form.scss */
.wpcf7-form label {
  font-weight: 100;
}
/* line 10, ../sass/objects/_contact-form.scss */
.wpcf7-form select,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'] {
  display: block;
  width: 300px;
  height: 25px;
  border: 1px solid #ccc;
}
/* line 19, ../sass/objects/_contact-form.scss */
.wpcf7-form textarea {
  width: 300px;
  border: 1px solid #ccc;
}
/* line 23, ../sass/objects/_contact-form.scss */
.wpcf7-form input[type='submit'] {
  height: 30px;
  width: 80px;
  color: #fff;
  background: #28aae1;
  border: 0;
  font-size: 16px;
}
/* line 33, ../sass/objects/_contact-form.scss */
.wpcf7-form input[type='reset'] {
  height: 30px;
  width: 80px;
  color: #28aae1;
  background: #fff;
  font-size: 16px;
  border: 0;
}
/* line 41, ../sass/objects/_contact-form.scss */
.wpcf7-form span span span .wpcf7-list-item-label {
  width: 250px !important;
  font-size: 12px;
}
@media (min-width: 480px) {
  /* line 47, ../sass/objects/_contact-form.scss */
  .wpcf7-form select,
  .wpcf7-form input[type='text'],
  .wpcf7-form input[type='email'] {
    float: right;
    width: 300px;
  }
  /* line 53, ../sass/objects/_contact-form.scss */
  .wpcf7-form textarea {
    width: 515px;
  }
}

/* line 2, ../sass/objects/_shows.scss */
.shows-page header {
  display: none;
}
/* line 3, ../sass/objects/_shows.scss */
.shows-page .show {
  vertical-align: top;
  margin-bottom: 1.5em;
}
/* line 8, ../sass/objects/_shows.scss */
.shows-page .show .media-image img {
  width: 100%;
  height: auto;
}
/* line 12, ../sass/objects/_shows.scss */
.shows-page .show .show-time {
  margin: .5em 0;
  font-size: 14px;
  line-height: 1.2em;
}
@media (min-width: 480px) {
  /* line 3, ../sass/objects/_shows.scss */
  .shows-page .show {
    display: inline-block;
    width: 49%;
  }
  /* line 20, ../sass/objects/_shows.scss */
  .shows-page .show .media-image img {
    height: auto;
  }
}
@media (min-width: 1025px) {
  /* line 3, ../sass/objects/_shows.scss */
  .shows-page .show {
    margin-right: 35px;
    display: inline-block;
    height: 220px;
    width: 210px;
  }
  /* line 29, ../sass/objects/_shows.scss */
  .shows-page .show .media-image img {
    width: auto;
  }
  /* line 32, ../sass/objects/_shows.scss */
  .shows-page .show:nth-of-type(4n) {
    margin-right: 0;
  }
  /* line 33, ../sass/objects/_shows.scss */
  .shows-page .show .show-time {
    margin: .5em 0;
    font-size: 11px;
    line-height: 1.2em;
  }
}

/* line 1, ../sass/objects/_affiliate-map.scss */
.affiliate-us-map {
  position: relative;
}
/* line 5, ../sass/objects/_affiliate-map.scss */
.affiliate-us-map header {
  display: none;
}
/* line 6, ../sass/objects/_affiliate-map.scss */
.affiliate-us-map .us-map {
  margin-bottom: 30px;
  display: none;
}
@media (min-width: 1025px) {
  /* line 6, ../sass/objects/_affiliate-map.scss */
  .affiliate-us-map .us-map {
    display: block;
  }
}
/* line 13, ../sass/objects/_affiliate-map.scss */
.affiliate-us-map .us-map .marker {
  width: 10px;
  height: 10px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  background: #912c08;
  font-size: 0;
  position: absolute;
  overflow: visible;
}
/* line 23, ../sass/objects/_affiliate-map.scss */
.affiliate-us-map .us-map .marker:hover, .affiliate-us-map .us-map .marker.active {
  background: #fff;
  border: 1px solid #453f35;
}
/* line 29, ../sass/objects/_affiliate-map.scss */
.affiliate-us-map .tip {
  background: #453f35;
  background: rgba(69, 63, 53, 0.6);
  color: #fff;
  padding: .75em .5em .5em .75em;
  border-radius: 15%;
  font-size: 12px;
  z-index: 999;
}

/* line 44, ../sass/objects/_affiliate-map.scss */
.affiliate-info-head {
  display: none;
  background: #912c08;
  color: #fff;
  margin-top: 20px;
}
/* line 49, ../sass/objects/_affiliate-map.scss */
.affiliate-info-head span {
  width: 185px;
  height: 45px;
  padding-top: 15px;
  display: inline-block;
  text-align: center;
}
/* line 57, ../sass/objects/_affiliate-map.scss */
.affiliate-info-head .head-market {
  width: 160px;
}
/* line 58, ../sass/objects/_affiliate-map.scss */
.affiliate-info-head .head-state {
  width: 80px;
}
/* line 59, ../sass/objects/_affiliate-map.scss */
.affiliate-info-head .head-call-letters {
  width: 135px;
}
/* line 60, ../sass/objects/_affiliate-map.scss */
.affiliate-info-head .head-over-the-air {
  width: 150px;
}
/* line 61, ../sass/objects/_affiliate-map.scss */
.affiliate-info-head .head-cable-channel {
  width: 300px;
}
/* line 62, ../sass/objects/_affiliate-map.scss */
.affiliate-info-head .head-website {
  width: 190px;
}
@media (min-width: 1025px) {
  /* line 44, ../sass/objects/_affiliate-map.scss */
  .affiliate-info-head {
    display: block;
  }
}

/* line 68, ../sass/objects/_affiliate-map.scss */
.active-affiliate {
  display: none;
  padding: 1em 0 1em;
  background: #28aae1;
  color: #fff;
}
/* line 75, ../sass/objects/_affiliate-map.scss */
.active-affiliate a {
  color: #912c08;
}
/* line 76, ../sass/objects/_affiliate-map.scss */
.active-affiliate .info {
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
/* line 83, ../sass/objects/_affiliate-map.scss */
.active-affiliate .label {
  display: none;
}
/* line 86, ../sass/objects/_affiliate-map.scss */
.active-affiliate .market {
  width: 230px;
  text-align: left;
  padding-left: 1em;
  word-wrap: normal;
}
/* line 93, ../sass/objects/_affiliate-map.scss */
.active-affiliate .call-letters {
  width: 135px;
}
/* line 96, ../sass/objects/_affiliate-map.scss */
.active-affiliate .over-the-air {
  width: 150px;
}
/* line 99, ../sass/objects/_affiliate-map.scss */
.active-affiliate .cable-channel {
  width: 360px;
  text-align: left;
}
/* line 104, ../sass/objects/_affiliate-map.scss */
.active-affiliate .website {
  width: 190px;
  position: relative;
  top: 0;
  right: 0;
  text-align: right;
}
/* line 110, ../sass/objects/_affiliate-map.scss */
.active-affiliate .website.mobile {
  display: none;
}

/* line 122, ../sass/objects/_affiliate-map.scss */
.state-header {
  background: #28aae1;
  color: #fff;
  font-weight: bold;
  padding: 8px 0 8px 10px;
}

/* line 129, ../sass/objects/_affiliate-map.scss */
.affiliate-info {
  font-size: 15px;
  border-bottom: 1px solid #453f35;
  padding: 1em 0 1em;
  position: relative;
}
/* line 134, ../sass/objects/_affiliate-map.scss */
.affiliate-info .label {
  color: #912c08;
}
/* line 137, ../sass/objects/_affiliate-map.scss */
.affiliate-info .info {
  margin-bottom: .5em;
}
/* line 140, ../sass/objects/_affiliate-map.scss */
.affiliate-info .cable-channel {
  line-height: 1.3em;
}
/* line 143, ../sass/objects/_affiliate-map.scss */
.affiliate-info .website.fullsize {
  display: none;
}
@media (min-width: 1025px) {
  /* line 129, ../sass/objects/_affiliate-map.scss */
  .affiliate-info {
    font-size: 14px;
  }
  /* line 148, ../sass/objects/_affiliate-map.scss */
  .affiliate-info .label {
    display: none;
  }
  /* line 149, ../sass/objects/_affiliate-map.scss */
  .affiliate-info .info {
    vertical-align: top;
    display: inline-block;
    text-align: center;
  }
  /* line 157, ../sass/objects/_affiliate-map.scss */
  .affiliate-info .website.mobile {
    display: none;
  }
  /* line 161, ../sass/objects/_affiliate-map.scss */
  .affiliate-info .website.fullsize {
    display: block;
  }
  /* line 167, ../sass/objects/_affiliate-map.scss */
  .affiliate-info .market {
    width: 230px;
    text-align: left;
    padding-left: 1em;
    word-wrap: normal;
  }
  /* line 173, ../sass/objects/_affiliate-map.scss */
  .affiliate-info .call-letters {
    width: 135px;
  }
  /* line 176, ../sass/objects/_affiliate-map.scss */
  .affiliate-info .over-the-air {
    width: 150px;
  }
  /* line 179, ../sass/objects/_affiliate-map.scss */
  .affiliate-info .cable-channel {
    width: 360px;
    text-align: left;
    padding-left: 40px;
  }
}

/* line 2, ../sass/objects/_social.scss */
.social-column a {
  color: #912c08;
  font-weight: bold;
}
/* line 6, ../sass/objects/_social.scss */
.social-column .like-box {
  border: 1px #453f35 solid;
  margin-bottom: 1em;
  margin-top: 5px;
  padding-bottom: 1em;
  height: 425px;
}
/* line 13, ../sass/objects/_social.scss */
.social-column .twt-box {
  border: 1px #453f35 solid;
  padding: .75em;
}
/* line 16, ../sass/objects/_social.scss */
.social-column .twt-box h4 {
  margin-bottom: .25em;
}
/* line 19, ../sass/objects/_social.scss */
.social-column .twt-box .twt-head {
  padding-bottom: 10px;
}
/* line 22, ../sass/objects/_social.scss */
.social-column .twt-box .twt-head .media-img {
  background: #912c08;
}

/* line 30, ../sass/objects/_social.scss */
#twitter-2 h4 {
  display: none;
}
/* line 31, ../sass/objects/_social.scss */
#twitter-2 .tweets {
  font-size: 13px;
  line-height: 1.3em;
}
/* line 35, ../sass/objects/_social.scss */
#twitter-2 li {
  margin-bottom: 1em;
}

/* line 40, ../sass/objects/_social.scss */
.fb-like-box iframe {
  height: 420px !important;
}

/* line 2, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap {
  padding: 10px;
}
/* line 3, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap .zcc-time {
  font-weight: normal;
  border-bottom: 1px solid #453f35;
  margin-bottom: .5em;
}
/* line 8, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap .zcc-program-wrap {
  overflow: hidden;
  clear: both;
  line-height: 1em;
}
/* line 16, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap a:visited, .zcc-new-shows-wrap a:active, .zcc-new-shows-wrap a:hover {
  text-decoration: none;
  color: #28aae1;
}
/* line 23, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap .zcc-lead-image {
  width: 100px;
  height: 75px;
  float: left;
  margin-right: 5px;
  border: 0;
}
/* line 31, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap .zcc-checkin {
  display: none;
}
/* line 32, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap .zcc-program-details {
  display: block;
  margin-left: 110px;
  font-size: 12px;
}
/* line 37, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap .zcc-program-title {
  font-weight: bold;
  margin-bottom: .25em;
}
/* line 41, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap .zcc-program-description {
  margin-bottom: .75em;
}
/* line 44, ../sass/objects/_feeds.scss */
.zcc-new-shows-wrap .zcc-sked-time-channel {
  font-weight: normal;
}

/* line 49, ../sass/objects/_feeds.scss */
.zcc-credit {
  width: 100%;
  margin-top: 1px;
  text-align: right;
}
/* line 53, ../sass/objects/_feeds.scss */
.zcc-credit a {
  color: #999;
  font-size: 9px;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
}

/* line 62, ../sass/objects/_feeds.scss */
.bc_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.75em;
  display: block;
}

/* line 68, ../sass/objects/_feeds.scss */
.bc_date {
  display: block !important;
}

/* line 1, ../sass/objects/_registration.scss */
.mu_register {
  margin-top: 30px !important;
  line-height: 1.25em;
}
/* line 2, ../sass/objects/_registration.scss */
/* .mu_register > h2 {
  display: none;
} */
/* line 5, ../sass/objects/_registration.scss */
.mu_register p {
  margin: 1em 0 1em !important;
}
/* line 8, ../sass/objects/_registration.scss */
.mu_register .mu_alert {
  margin-bottom: 1em !important;
}
.mu_register label { margin-top: 15px !important; margin-bottom: 0 !important; }
/* line 11, ../sass/objects/_registration.scss */
.mu_register input[type='text'] {
  width: 500px !important;
}
/* line 14, ../sass/objects/_registration.scss */
.mu_register input[type='submit'] {
  height: 30px !important;
  width: 120px !important;
  color: #fff;
  background: #28aae1;
  border: 0;
  font-size: 16px  !important;
  float: right;
}

/* line 1, ../sass/objects/_channel-finder.scss */
.channel-finder-widget {
  white-space: nowrap;
  color: #912c08;
  font-size: 12px;
  overflow: hidden;
  *zoom: 1;
}
/* line 7, ../sass/objects/_channel-finder.scss */
.channel-finder-widget > div {
  color: #444;
  margin: 5px 0 5px;
}
/* line 11, ../sass/objects/_channel-finder.scss */
.channel-finder-widget input[type="submit"] {
  border: 0;
  background: #912c08;
  color: #fff;
  width: 15%;
  height: 30px;
  margin: 0;
  padding-left: .5em;
}
/* line 22, ../sass/objects/_channel-finder.scss */
.channel-finder-widget input[type="text"] {
  background: #ddd;
  padding-left: 1em;
  border: 1px solid #453f35;
  width: 85%;
  height: 30px;
  margin: 0 0 5px 0;
  box-sizing: border-box;
  float: left;
}
@media (min-width: 1025px) {
  /* line 1, ../sass/objects/_channel-finder.scss */
  .channel-finder-widget {
    color: #fff;
    position: absolute;
    top: 50px;
    left: 600px;
  }
  /* line 37, ../sass/objects/_channel-finder.scss */
  .channel-finder-widget > div {
    margin-bottom: 10px;
  }
  /* line 40, ../sass/objects/_channel-finder.scss */
  .channel-finder-widget input[type="text"] {
    border: 0;
    width: 200px;
  }
  /* line 44, ../sass/objects/_channel-finder.scss */
  .channel-finder-widget input[type="submit"] {
    width: 50px;
  }
}
@media (min-width: 1025px) {
  /* line 1, ../sass/objects/_channel-finder.scss */
  .channel-finder-widget {
    margin-left: 20px;
  }
}

/* line 57, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php .content-well, body.page-template-channel-finder-php #outlet {
  margin-top: 20px;
}
/* line 61, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php .results {
  margin-bottom: .5em;
}
/* line 65, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php .error {
  color: #912c08;
}
/* line 70, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php .content-menu a {
  display: block;
  margin-top: 100px;
}
/* line 77, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php #outlet .heading {
  color: #fff;
  text-align: center;
  background: #912c08;
  padding: .5em;
  font-weight: bold;
}
/* line 84, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php #outlet .lineup, body.page-template-channel-finder-php #outlet .channel {
  width: 50%;
  display: inline-block;
  background: #28aae1;
  color: #fff;
  text-align: center;
  padding: .5em;
}
/* line 94, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php .lineup-info, body.page-template-channel-finder-php .channel-info {
  width: 49%;
  display: inline-block;
  padding: .5em;
}
/* line 99, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php .info {
  border-bottom: 1px solid #453f35;
}
/* line 102, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php .channel-info {
  text-align: center;
}
/* line 105, ../sass/objects/_channel-finder.scss */
body.page-template-channel-finder-php .lineup-info {
  padding-left: 3em;
}

/* line 1, ../sass/objects/_brag.scss */
.atv-quotes {
  overflow: hidden;
  *zoom: 1;
  margin: 10px 0 30px;
  padding: 20px 0 0 30px;
}
/* line 6, ../sass/objects/_brag.scss */
.atv-quotes h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 13, ../sass/objects/_brag.scss */
.atv-quotes .quotes-left, .atv-quotes .quotes-right {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5em;
  width: 285px;
  vertical-align: top;
}
/* line 21, ../sass/objects/_brag.scss */
.atv-quotes .quotes-left li:before, .atv-quotes .quotes-right li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  margin-left: 5px;
  left: -15px;
  top: -0px;
  color: #912c08;
  font-size: 9px;
}
@media (min-width: 480px) {
  /* line 1, ../sass/objects/_brag.scss */
  .atv-quotes {
    margin: 30px 0 0;
    padding: 20px 0 50px 30px;
  }
  /* line 38, ../sass/objects/_brag.scss */
  .atv-quotes .quotes-right, .atv-quotes .quotes-left {
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  /* line 1, ../sass/objects/_brag.scss */
  .atv-quotes {
    background: url(../img/viewer-quotes.jpg) 0 0 no-repeat;
    margin: 30px 0 30px;
    padding: 20px 0 0 250px;
  }
}

/* line 53, ../sass/objects/_brag.scss */
.atv-facts, .atv-contact {
  background: #912c08;
  overflow: hidden;
  vertical-align: top;
  color: #fff;
  padding: 1.5em;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  /* line 53, ../sass/objects/_brag.scss */
  .atv-facts, .atv-contact {
    display: inline-block;
    height: 130px;
  }
}

/* line 69, ../sass/objects/_brag.scss */
.atv-facts {
  font-size: 20px;
  position: relative;
  width: 100%;
}
/* line 72, ../sass/objects/_brag.scss */
.atv-facts img {
  display: none;
}
@media (min-width: 1025px) {
  /* line 69, ../sass/objects/_brag.scss */
  .atv-facts {
    width: 600px;
    font-size: 28px;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 79, ../sass/objects/_brag.scss */
  .atv-facts img {
    display: inline-block;
    padding: 0.25em 0 0 0.3em;
  }
  /* line 83, ../sass/objects/_brag.scss */
  .atv-facts .text {
    position: absolute;
    top: 35px;
    left: 150px;
  }
}

/* line 90, ../sass/objects/_brag.scss */
.atv-contact {
  font-size: 14px;
  line-height: 1.3em;
}
/* line 93, ../sass/objects/_brag.scss */
.atv-contact strong {
  font-weight: bold;
}
@media (min-width: 1025px) {
  /* line 90, ../sass/objects/_brag.scss */
  .atv-contact {
    margin: 0;
    padding: 1em 0 0 2em;
    width: 356px;
  }
}

/* line 104, ../sass/objects/_brag.scss */
.logo-row {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  /* line 104, ../sass/objects/_brag.scss */
  .logo-row {
    border: 1px solid #453f35;
    border-top: 0;
  }
}

/* line 113, ../sass/objects/_brag.scss */
.logo-batch1, .logo-batch2 {
  width: 100%;
}
/* line 115, ../sass/objects/_brag.scss */
.logo-batch1 img, .logo-batch2 img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  /* line 113, ../sass/objects/_brag.scss */
  .logo-batch1, .logo-batch2 {
    width: 49%;
    display: inline-block;
    padding: 1em 0 1em;
  }
}

/* line 127, ../sass/objects/_brag.scss */
.brag-shows {
  margin-bottom: 10px;
}
/* line 129, ../sass/objects/_brag.scss */
.brag-shows .brag-show {
  padding-left: 2px;
  display: inline-block;
  width: 49%;
}
/* line 133, ../sass/objects/_brag.scss */
.brag-shows .brag-show img {
  width: 100%;
}
/* line 134, ../sass/objects/_brag.scss */
.brag-shows .brag-show:first-child, .brag-shows .brag-show:first-of-type {
  padding-left: 0;
}
@media (min-width: 1025px) {
  /* line 127, ../sass/objects/_brag.scss */
  .brag-shows {
    margin-bottom: 20px;
  }
  /* line 140, ../sass/objects/_brag.scss */
  .brag-shows .brag-show {
    width: auto;
    padding-left: 5px !important;
  }
  /* line 142, ../sass/objects/_brag.scss */
  .brag-shows .brag-show img {
    width: 100%;
  }
  /* line 144, ../sass/objects/_brag.scss */
  .brag-shows .brag-show:first-child, .brag-shows .brag-show:first-of-type {
    padding-left: 0;
  }
}

/* line 2, ../sass/objects/_video-page.scss */
.video-page h1 {
  font-size: 22px;
  margin-bottom: 1em;
}
/* line 6, ../sass/objects/_video-page.scss */
.video-page h2 {
  font-size: 18px;
  margin-bottom: 1em;
}
/* line 10, ../sass/objects/_video-page.scss */
.video-page iframe {
  width: 100%;
  height: 281px;
}
/* line 14, ../sass/objects/_video-page.scss */
.video-page .video-embed {
  text-align: center;
}
@media (min-width: 1025px) {
  /* line 18, ../sass/objects/_video-page.scss */
  .video-page iframe {
    width: 500px;
    height: 350px;
    margin: 0 auto;
  }
}

/* line 3, ../sass/objects/_shame.scss */
.lt-ie-9 .primary-nav.nav li ul {
  top: 30px !important;
}
/* line 7, ../sass/objects/_shame.scss */
.lt-ie-9 .page-wrap {
  background-color: 0 !important;
  padding: 0px !important;
  margin: 0 auto;
  width: 960px !important;
  overflow: hidden !important;
}
/* line 15, ../sass/objects/_shame.scss */
.lt-ie-9 .sub-menu {
  margin-top: -25px !important;
}

@media (min-width: 1025px) {
  /* line 24, ../sass/objects/_shame.scss */
  .ie8 .tagline {
    width: 555px;
  }
}
