/*
Theme Name: Glenn Beck 2015
Theme URI: http://www.glennbeck.com/
Description: 2015 theme for Glenn Beck.
Author: Christopher Brady, Greg Kilian, Greg Waugh, Corey Trice
Author URI: http://www.glennbeck.com
Version: 3.0
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.responsive-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%; }
  .responsive-container.story-grid-size {
    padding-bottom: 56.24999999999993%; }
  .responsive-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .responsive-container iframe, .responsive-container iframe img {
    width: 100% !important;
    height: 100% !important; }

/* CSS reset
--------------------------------------------------------- */
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; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  outline: 0; }

ol, ul {
  list-style: none; }

blockquote.pull, q {
  quotes: none; }

blockquote.pull:before, blockquote.pull:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #FFFFFF;
  line-height: 1.5;
  font-family: helvetica, arial, sans-serif;
  font-size: 1em; }

/* Box sizing for all elements
--------------------------------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Full width Image
--------------------------------------------------------- */
/*img { 
	max-width: 100%; 
	height: auto; 
	display: inline-block;
    vertical-align: middle;
}*/
img {
  display: inline-block;
  vertical-align: middle; }

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer; }

/* ----- Forms ------ */
textarea {
  height: auto;
  min-height: 50px; }

textarea,
input,
button {
  outline: none; }

input[type="submit"] {
  line-height: 1; }

select,
input[type="search"] {
  height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

select {
  margin-bottom: 10px; }

input[type="search"] {
  -webkit-appearance: none; }

/* ------ BUTTONS ---------- */
.gb-button {
  background-color: #4694BB;
  border: 2px solid #4694BB;
  border-radius: 4px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px !important;
  height: 34px;
  line-height: 32px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color ease-in-out .2s, color ease-in-out .2s;
  -o-transition: background-color ease-in-out .2s, color ease-in-out .2s;
  transition: background-color ease-in-out .2s, color ease-in-out .2s;
  -webkit-appearance: none; }

.gb-button:hover {
  background-color: #fff;
  color: #4694BB; }

/* Typography
--------------------------------------------------------- */
a {
  color: #4694BB; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

a img {
  border: 0; }

p {
  font-size: 0.85714em; }

h1 {
  font-size: 2.57143em; }

h2 {
  font-size: 2.14286em;
  color: #4694BB; }

h3 {
  font-size: 1.71429em; }

h4 {
  font-size: 1.28571em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.85714em; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

/* Basic WP MCE attributes
--------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

.test {
  margin-left: 16.66667%;
  width: 66.66667%;
  float: left;
  height: 50px;
  background: gray; }

.col-3 {
  width: 25.0%;
  float: left; }

.col-4 {
  width: 33.33333%;
  float: left; }

.col-8 {
  width: 66.66667%;
  float: left; }

.col-9 {
  width: 75.0%;
  float: left; }

/* Icons
--------------------------------------------------------- */
@font-face {
  font-family: 'gbfont';
  src: url("/publish/themes/gb3/fonts/gb-font.eot");
  src: url("/publish/themes/gb3/fonts/gb-font.eot?#iefix") format("embedded-opentype"), url("/publish/themes/gb3/fonts/gb-font.woff") format("woff"), url("/publish/themes/gb3/fonts/gb-font.ttf") format("truetype"), url("/publish/themes/gb3/fonts/gb-font.svg#icomoon") format("svg"); }
.icon, .single-social .social-button span.facebook, .single-social .social-button span.twitter {
  font-family: 'gbfont';
  speak: none;
  color: #4694BB;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.71429em;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon.blaze-logo:before, .single-social .social-button span.blaze-logo.facebook:before, .single-social .social-button span.blaze-logo.twitter:before {
    content: "\e618"; }
  .icon.headphones:before, .single-social .social-button span.headphones.facebook:before, .single-social .social-button span.headphones.twitter:before {
    content: "\e600"; }
  .icon.film:before, .single-social .social-button span.film.facebook:before, .single-social .social-button span.film.twitter:before {
    content: "\e601"; }
  .icon.camera:before, .single-social .social-button span.camera.facebook:before, .single-social .social-button span.camera.twitter:before {
    content: "\e602"; }
  .icon.location-pointer:before, .single-social .social-button span.location-pointer.facebook:before, .single-social .social-button span.location-pointer.twitter:before {
    content: "\e603"; }
  .icon.user:before, .single-social .social-button span.user.facebook:before, .single-social .social-button span.user.twitter:before {
    content: "\e604"; }
  .icon.search:before, .single-social .social-button span.search.facebook:before, .single-social .social-button span.search.twitter:before {
    content: "\e61f"; }
  .icon.menu:before, .single-social .social-button span.menu.facebook:before, .single-social .social-button span.menu.twitter:before {
    content: "\e617"; }
  .icon.warning:before, .single-social .social-button span.warning.facebook:before, .single-social .social-button span.warning.twitter:before {
    content: "\e605"; }
  .icon.player-play:before, .single-social .social-button span.player-play.facebook:before, .single-social .social-button span.player-play.twitter:before {
    content: "\e606"; }
  .icon.player-pause:before, .single-social .social-button span.player-pause.facebook:before, .single-social .social-button span.player-pause.twitter:before {
    content: "\e607"; }
  .icon.player-stop:before, .single-social .social-button span.player-stop.facebook:before, .single-social .social-button span.player-stop.twitter:before {
    content: "\e608"; }
  .icon.player-backward:before, .single-social .social-button span.player-backward.facebook:before, .single-social .social-button span.player-backward.twitter:before {
    content: "\e609"; }
  .icon.player-forward:before, .single-social .social-button span.player-forward.facebook:before, .single-social .social-button span.player-forward.twitter:before {
    content: "\e60a"; }
  .icon.arrow-right:before, .single-social .social-button span.arrow-right.facebook:before, .single-social .social-button span.arrow-right.twitter:before {
    content: "\e60b"; }
  .icon.arrow-left:before, .single-social .social-button span.arrow-left.facebook:before, .single-social .social-button span.arrow-left.twitter:before {
    content: "\e60c"; }
  .icon.arrow-circle-right:before, .single-social .social-button span.arrow-circle-right.facebook:before, .single-social .social-button span.arrow-circle-right.twitter:before {
    content: "\e60d"; }
  .icon.arrow-circle-left:before, .single-social .social-button span.arrow-circle-left.facebook:before, .single-social .social-button span.arrow-circle-left.twitter:before {
    content: "\e60e"; }
  .icon.googleplus:before, .single-social .social-button span.googleplus.facebook:before, .single-social .social-button span.googleplus.twitter:before {
    content: "\e60f"; }
  .icon.facebook:before, .single-social .social-button span.facebook:before {
    content: "\e610"; }
  .icon.facebook-square:before, .single-social .social-button span.facebook-square.facebook:before, .single-social .social-button span.facebook-square.twitter:before {
    content: "\e611"; }
  .icon.instagram:before, .single-social .social-button span.instagram.facebook:before, .single-social .social-button span.instagram.twitter:before {
    content: "\e612"; }
  .icon.twitter:before, .single-social .social-button span.twitter:before {
    content: "\e613"; }
  .icon.rss:before, .single-social .social-button span.rss.facebook:before, .single-social .social-button span.rss.twitter:before {
    content: "\e614"; }
  .icon.rss-square:before, .single-social .social-button span.rss-square.facebook:before, .single-social .social-button span.rss-square.twitter:before {
    content: "\e615"; }
  .icon.youtube:before, .single-social .social-button span.youtube.facebook:before, .single-social .social-button span.youtube.twitter:before {
    content: "\e616"; }
  .icon.triangle-left:before, .single-social .social-button span.triangle-left.facebook:before, .single-social .social-button span.triangle-left.twitter:before {
    content: "\e61a"; }
  .icon.triangle-down:before, .single-social .social-button span.triangle-down.facebook:before, .single-social .social-button span.triangle-down.twitter:before {
    content: "\e61b"; }
  .icon.triangle-up:before, .single-social .social-button span.triangle-up.facebook:before, .single-social .social-button span.triangle-up.twitter:before {
    content: "\e61c"; }
  .icon.triangle-right:before, .single-social .social-button span.triangle-right.facebook:before, .single-social .social-button span.triangle-right.twitter:before {
    content: "\e61d"; }
  .icon.arrow-prev:before, .single-social .social-button span.arrow-prev.facebook:before, .single-social .social-button span.arrow-prev.twitter:before {
    content: "\e619"; }
  .icon.arrow-next:before, .single-social .social-button span.arrow-next.facebook:before, .single-social .social-button span.arrow-next.twitter:before {
    content: "\e61e"; }

/* Header
--------------------------------------------------------- */
.ads-header {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: table;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 35px; }
  .ads-header:before, .ads-header:after {
    content: "";
    display: table; }
  .ads-header:after {
    clear: both; }
  .ads-header .ad {
    display: table-cell; }
    .ads-header .ad.mobileleaderboard {
      display: none; }
      @media screen and (max-width: 32.5em) {
        .ads-header .ad.mobileleaderboard {
          display: block; } }
    @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
      .ads-header .ad.btn1 {
        display: none; } }
    @media screen and (max-width: 32.5em) {
      .ads-header .ad.btn1 {
        display: none; } }
    @media screen and (max-width: 32.5em) {
      .ads-header .ad.leaderboard {
        display: none; } }
  @media screen and (max-width: 32.5em) {
    .ads-header {
      display: none;
      margin: 6em 0 1.42857em 0; } }
  @media screen and (min-width: 767px) and (max-width: 1000px) {
    .ads-header {
      margin-top: 130px; } }

.main-header {
  width: 100%;
  padding: 5px 1.42857em;
  background: #4694BB;
  height: 3.21429em; }
  .main-header:before, .main-header:after {
    content: "";
    display: table; }
  .main-header:after {
    clear: both; }
  @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
    .main-header {
      position: fixed;
      top: 0;
      padding: 5px 1.42857em;
      border-top: none;
      box-shadow: 0 0.07143em 0.21429em rgba(0, 0, 0, 0.1);
      z-index: 999997; } }
  @media screen and (min-width: 48em) and (max-width: 62em) {
    .main-header {
      position: fixed;
      top: 0;
      padding: 5px 1.42857em;
      border-top: none;
      box-shadow: 0 0.07143em 0.21429em rgba(0, 0, 0, 0.1);
      z-index: 999997; } }
  @media screen and (max-width: 32.5em) {
    .main-header {
      position: fixed;
      top: 0;
      padding: 5px 1.42857em;
      border-top: none;
      box-shadow: 0 0.07143em 0.21429em rgba(0, 0, 0, 0.1);
      z-index: 999997; } }
  .main-header .icon.menu:before, .main-header .single-social .social-button span.menu.facebook:before, .single-social .social-button .main-header span.menu.facebook:before, .main-header .single-social .social-button span.menu.twitter:before, .single-social .social-button .main-header span.menu.twitter:before {
    font-size: 0.71429em;
    color: #FFFFFF; }
  .main-header .icon.twitter:before, .main-header .single-social .social-button span.twitter:before, .single-social .social-button .main-header span.twitter:before {
    font-size: 0.71429em;
    color: #FFFFFF; }
  .main-header .icon.facebook:before, .main-header .single-social .social-button span.facebook:before, .single-social .social-button .main-header span.facebook:before {
    font-size: 0.71429em;
    color: #FFFFFF; }
  .main-header .icon.search:before, .main-header .single-social .social-button span.search.facebook:before, .single-social .social-button .main-header span.search.facebook:before, .main-header .single-social .social-button span.search.twitter:before, .single-social .social-button .main-header span.search.twitter:before {
    font-size: 0.71429em;
    color: #FFFFFF; }

.main-header-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .main-header-wrap:before, .main-header-wrap:after {
    content: "";
    display: table; }
  .main-header-wrap:after {
    clear: both; }

.main-header-nav {
  cursor: pointer;
  display: none;
  float: right;
  margin-top: 4px; }
  @media screen and (min-width: 48em) and (max-width: 62em) {
    .main-header-nav {
      display: inline-block; } }
  @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
    .main-header-nav {
      display: inline-block; } }
  @media screen and (max-width: 32.5em) {
    .main-header-nav {
      display: inline-block; } }
  .main-header-nav .menu {
    font-size: 1.71429em; }
  .main-header-nav .icon.search, .main-header-nav .single-social .social-button span.search.facebook, .single-social .social-button .main-header-nav span.search.facebook, .main-header-nav .single-social .social-button span.search.twitter, .single-social .social-button .main-header-nav span.search.twitter {
    padding-right: 0.57143em; }

.main-header-logo {
  width: 50.0%;
  float: left;
  text-align: left; }
  .main-header-logo .gb-logo-large {
    width: 10.71429em; }
    @media screen and (max-width: 32.5em) {
      .main-header-logo .gb-logo-large {
        /*width       : em(50);
        @include device-pix-2-min() {
            margin-top: em(5);
            width: em(150);
        }
        margin-left : 0;*/ } }
  .main-header-logo .gb-logo-small {
    display: none; }
    @media screen and (min-width: 48em) and (max-width: 62em) {
      .main-header-logo .gb-logo-small {
        display: none;
        max-width: 50px; } }
    @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
      .main-header-logo .gb-logo-small {
        display: none;
        max-width: 50px; } }
    @media screen and (max-width: 32.5em) {
      .main-header-logo .gb-logo-small {
        display: none;
        max-width: 50px; } }

.main-header-social {
  width: 25.0%;
  float: left;
  float: right;
  text-align: right;
  margin-top: 0.28571em;
  position: relative; }
  @media screen and (min-width: 48em) and (max-width: 62em) {
    .main-header-social {
      display: none; } }
  @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
    .main-header-social {
      margin-top: 1.35714em;
      display: none; } }
  @media screen and (max-width: 32.5em) {
    .main-header-social {
      margin-top: 0.71429em;
      float: left;
      display: none; } }
  .main-header-social .icon, .main-header-social .single-social .social-button span.facebook, .single-social .social-button .main-header-social span.facebook, .main-header-social .single-social .social-button span.twitter, .single-social .social-button .main-header-social span.twitter {
    cursor: pointer;
    margin-left: 0.71429em; }
    @media screen and (max-width: 32.5em) {
      .main-header-social .icon, .main-header-social .single-social .social-button span.facebook, .single-social .social-button .main-header-social span.facebook, .main-header-social .single-social .social-button span.twitter, .single-social .social-button .main-header-social span.twitter {
        font-size: 1.14286em; } }
  .main-header-social .search {
    margin-left: 0; }
    @media screen and (max-width: 32.5em) {
      .main-header-social .search {
        font-size: 1.71429em; } }
  .main-header-social > a {
    text-decoration: none; }
  @media screen and (max-width: 32.5em) {
    .main-header-social .twitter, .main-header-social .facebook {
      display: none; } }

.main-header-search-form {
  display: none; }
  .main-header-search-form.open {
    display: block; }
  .main-header-search-form.sticky {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%; }
    .main-header-search-form.sticky .main-header-search-input {
      padding: 1.42857em;
      box-shadow: 0 0.07143em 0.21429em rgba(0, 0, 0, 0.1); }

.main-header-search-input {
  position: absolute;
  top: -0.07143em;
  right: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  padding: 0.64286em 1.78571em 0.64286em 0.28571em;
  width: 100%;
  color: #4694BB;
  font-size: 0.85714em; }

.main-header-search-close {
  color: #4694BB;
  position: absolute;
  font-size: 1.85714em;
  top: -0.21429em;
  right: 0.14286em;
  cursor: pointer; }
  @media screen and (max-width: 32.5em) {
    .main-header-search-close {
      top: 0.14286em;
      right: 0.71429em; } }

/* Truncated Header
--------------------------------------------------------- */
.main-nav-large.truncated {
  position: fixed;
  top: 0;
  border-top: 0;
  padding: 0em 1.42857em;
  box-shadow: 0 0.07143em 0.21429em rgba(0, 0, 0, 0.1);
  -webkit-animation-name: enter-down;
  animation-name: enter-down;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  z-index: 999997; }
  .main-nav-large.truncated .main-header-nav {
    margin-top: 0; }
    .main-nav-large.truncated .main-header-nav .menu {
      font-size: 2.85714em; }
  .main-nav-large.truncated .gb-logo-small {
    display: block; }
  .main-nav-large.truncated .main-header-social {
    margin-top: 0.64286em; }
  .main-nav-large.truncated .main-header-search-input {
    top: -0.35714em; }

.body-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .body-container:before, .body-container:after {
    content: "";
    display: table; }
  .body-container:after {
    clear: both; }

.header-breadcrumb-nav {
  padding: 0.64286em 0; }
  @media screen and (max-width: 32.5em) {
    .header-breadcrumb-nav {
      display: none; } }

.breadcrumb {
  color: #ADADAD; }
  .breadcrumb:before {
    content: '>'; }
  .breadcrumb:first-child:before {
    content: none; }
  .breadcrumb a {
    text-decoration: none; }

/* Trucated Header Animation
--------------------------------------------------------- */
@-webkit-keyframes enter-down {
  from {
    top: -7.14286em; }
  to {
    top: 0; } }
@-moz-keyframes enter-down {
  from {
    top: -7.14286em; }
  to {
    top: 0; } }
@keyframes enter-down {
  from {
    top: -7.14286em; }
  to {
    top: 0; } }
/* Footer
--------------------------------------------------------- */
.main-footer {
  line-height: 1;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-weight: 100; }
  .main-footer:before, .main-footer:after {
    content: "";
    display: table; }
  .main-footer:after {
    clear: both; }
  .main-footer #footer-top {
    background: #aeaeae;
    padding: 2.14286em 1.42857em;
    text-transform: uppercase; }
    @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
      .main-footer #footer-top {
        display: none; } }
    @media screen and (max-width: 32.5em) {
      .main-footer #footer-top {
        display: none; } }
    @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
      .main-footer #footer-top img {
        max-width: 100%; } }
    @media screen and (max-width: 32.5em) {
      .main-footer #footer-top img {
        width: 100%;
        max-width: 100%; } }
    .main-footer #footer-top a {
      color: #FFFFFF;
      text-decoration: none; }
    .main-footer #footer-top .menu > li {
      display: inline-block;
      vertical-align: top; }
      .main-footer #footer-top .menu > li > a {
        display: block;
        font-size: 1.28571em;
        margin: 1.57143em 1.64286em 0.57143em; }
        @media screen and (min-width: 48em) and (max-width: 62em) {
          .main-footer #footer-top .menu > li > a {
            margin-left: 0.92857em;
            margin-right: 0.92857em; } }
        @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
          .main-footer #footer-top .menu > li > a {
            font-size: 1em;
            margin-left: 0.5em;
            margin-right: 0.5em; } }
        @media screen and (max-width: 32.5em) {
          .main-footer #footer-top .menu > li > a {
            margin-left: 0.35714em;
            margin-right: 0.35714em; } }
    .main-footer #footer-top .sub-menu li a {
      font-size: 0.64286em;
      padding: 2px; }
    @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
      .main-footer #footer-top .sub-menu {
        display: none; } }
    @media screen and (max-width: 32.5em) {
      .main-footer #footer-top .sub-menu {
        display: none; } }
  .main-footer #footer-bottom {
    background: #FFFFFF;
    height: 100px;
    color: #aeaeae;
    text-transform: uppercase;
    padding-top: 1.78571em; }
    .main-footer #footer-bottom ul {
      margin-top: 0.42857em;
      font-size: 0.85714em; }
      .main-footer #footer-bottom ul li {
        display: inline-block; }
        .main-footer #footer-bottom ul li:after {
          content: ' | '; }
        .main-footer #footer-bottom ul li:last-child:after {
          content: ''; }

/* Navigation
--------------------------------------------------------- */
.main-nav-module {
  background: #f1f1f1;
  position: fixed;
  width: 35.71429em;
  height: 100%;
  top: 0;
  padding-top: 50px;
  z-index: 999996;
  -ms-transform: translate(0, -1200px);
  -webkit-transform: translate(0, -1200px);
  transform: translate(0, -1200px);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.main-nav.active .main-nav-module {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 62em) {
    .main-nav.active .main-nav-module {
      width: 100%; } }

.main-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999995;
  background: rgba(250, 250, 250, 0.8);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.main-nav.active .main-nav-overlay {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.main-nav-top {
  width: 100%;
  padding: 1.42857em;
  position: relative; }

.main-nav-logo {
  text-align: center; }

.main-nav-logo .gb-logo-small {
  width: 3.57143em; }

.main-nav-close {
  position: absolute;
  top: 50%;
  right: 1.42857em;
  margin-top: -2.85714em; }

.main-nav-close .close-icon {
  font-size: 4.28571em; }

.main-nav-search {
  position: relative; }

.nav-search-input {
  width: 100%;
  padding: 2.14286em 5em 2.14286em 2.85714em;
  font-size: 1em;
  color: #4694BB;
  border: 0; }

.nav-search-clear {
  font-size: 1.71429em;
  left: 10px;
  margin-top: -20px;
  position: absolute;
  top: 50%; }

.main-nav-subscription {
  text-align: center;
  position: relative; }

.main-nav-subscription .subscription-button {
  padding: 1.42857em;
  background: #ADADAD;
  width: 100%;
  font-size: 1.28571em;
  color: #FFFFFF; }

.main-nav-subscription .user {
  color: #333333; }

.main-nav-social {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0; }
  .main-nav-social:before, .main-nav-social:after {
    content: "";
    display: table; }
  .main-nav-social:after {
    clear: both; }

.main-nav-social .facebook {
  background: #f1f1f1;
  padding-left: 30%; }

.main-nav-social .twitter {
  background: #f1f1f1;
  padding-right: 30%; }

.main-nav-links {
  height: 100%;
  overflow: auto; }

.main-nav-links .nav-link,
.main-nav-large-links .nav-link,
.main-nav-large-links .menu-item > a,
.main-nav-links .menu-item > a {
  color: #959595;
  padding: 0.71429em;
  width: 100%;
  font-size: 1.14286em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
  font-weight: 600;
  display: block; }

.main-nav-links .sub-menu .menu-item > a {
  color: #ffffff;
  border-bottom: 1px solid #959595; }

.main-nav-links .nav-list-item:last-child {
  margin-bottom: 2.85714em; }

.main-nav-links .nav-list-drop,
.main-nav-links .menu-item-has-children {
  position: relative; }

.main-nav-links .nav-list-sub,
.main-nav-links .sub-menu {
  display: none;
  background: #a7a6a6; }

.main-nav-large .sub-menu {
  display: none;
  background: #f1f1f1; }

.main-nav-links .drop-icon {
  display: none; }

.main-nav-links .menu-item-has-children > .drop-icon,
.nav-list-drop .drop-icon {
  color: #959595;
  border: 0;
  position: absolute;
  top: 0.42857em;
  right: 1.14286em;
  padding: 0.14286em 0.14286em 0;
  cursor: pointer;
  display: block; }

.main-nav-social .facebook,
.main-nav-social .twitter {
  width: 50%;
  padding-bottom: 0.71429em;
  float: left;
  color: #959595; }

.nav-search-submit,
.main-nav-subscription .user {
  margin-top: -15px;
  position: absolute;
  right: 1.35714em;
  top: 50%; }

.main-nav-module .close-icon,
.main-nav-module .nav-search-clear,
.main-nav-module .search,
.main-nav-module .user {
  color: #959595;
  text-shadow: 0 1px 0 rgba(250, 250, 250, 0.4); }

.main-nav-top,
.main-nav-search,
.main-nav-subscription,
.main-nav-links .menu-item > a {
  border-bottom: 1px solid #959595; }

.main-nav-large-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .main-nav-large-wrap:before, .main-nav-large-wrap:after {
    content: "";
    display: table; }
  .main-nav-large-wrap:after {
    clear: both; }

.main-nav-large {
  background-color: #f1f1f1;
  padding-left: 2.85714em;
  padding-right: 2.85714em;
  width: 100%; }
  .main-nav-large:before, .main-nav-large:after {
    content: "";
    display: table; }
  .main-nav-large:after {
    clear: both; }
  @media screen and (min-width: 48em) and (max-width: 62em) {
    .main-nav-large {
      display: none; } }
  @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
    .main-nav-large {
      display: none; } }
  @media screen and (max-width: 32.5em) {
    .main-nav-large {
      display: none; } }

.main-nav-large ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-nav-large li {
  display: inline-block;
  float: left; }

.main-nav-large-links .nav-link,
.main-nav-large-links .menu-item > a {
  color: #959595;
  padding: 0.71429em;
  width: 100%;
  font-size: 1em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
  font-weight: 600;
  display: block; }

.subscribe > a {
  color: #959595;
  padding: 0.71429em;
  font-size: 1em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
  font-weight: 600;
  display: block;
  float: right; }

.main-nav-large div.subscribe a:hover {
  background: #185786;
  color: #fff; }

.main-nav-large .subscribe {
  text-align: right; }

.main-nav-large .subscribe .search {
  display: none;
  font-size: 1.5em;
  padding-top: 10px;
  padding-right: 10px;
  color: #959595; }

.main-nav-large div.subscribe span:hover {
  color: #185786; }

.main-nav-large-links li:hover,
.main-nav-large-links li:hover a {
  background-color: #185786;
  color: #fff; }

.main-nav-large-links li:hover ul a {
  background: #f1f1f1;
  color: #959595;
  padding-top: 14px;
  padding-bottom: 10px; }

.main-nav-large-links li:hover .sub-menu {
  display: block;
  position: absolute;
  z-index: 100; }

.main-nav-large-links .sub-menu li {
  display: block;
  float: none; }

.main-nav-large-links li:hover .sub-menu a:hover {
  background-color: #185786;
  color: #fff; }

.main-nav-large img.gb-logo-small {
  float: left;
  width: 30px;
  margin-top: 4px;
  display: none;
  margin-right: 20px; }

.main-nav-links.hide-links {
  display: none; }

.main-header-search-close.hide-search {
  display: none; }

.main-header-search-input.hide-search {
  display: none; }

.main-nav-header.hide-search {
  display: none; }

/* Homepage
--------------------------------------------------------- */
.body-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative; }
  .body-container:before, .body-container:after {
    content: "";
    display: table; }
  .body-container:after {
    clear: both; }

.section-heading {
  text-transform: uppercase;
  color: #ADADAD;
  margin: 0.71429em 0 0.71429em 0; }
  @media screen and (max-width: 47.9375em) {
    .section-heading {
      text-align: center;
      font-size: 1.71429em; } }

.single-below.widget-story-grid .section-heading,
.content-below.widget-story-grid .section-heading {
  color: #4694BB;
  text-align: center; }

.billboard-content.widget-story-grid a {
  text-decoration: none; }

/* Slider
--------------------------------------------------------- */
.billboard-slider {
  margin-top: 30px; }
  .billboard-slider .sp-thumbnail {
    background-color: #f1f1f1; }
    .billboard-slider .sp-thumbnail:before, .billboard-slider .sp-thumbnail:after {
      content: "";
      display: table; }
    .billboard-slider .sp-thumbnail:after {
      clear: both; }
  .billboard-slider .slider-thumbnail-image {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden; }
  .billboard-slider .slider-thumbnail-image img {
    width: 150px;
    height: 100px; }
  .billboard-slider .slider-thumbnail-content {
    float: right;
    width: 150px; }
  .billboard-slider .slider-thumbnail-title {
    color: #4694BB;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 10px;
    width: 100%;
    font-size: 0.71429em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-family: helvetica, arial, sans-serif;
    font-weight: 600;
    display: block; }
  .billboard-slider .slider-thumbnail-description {
    color: #959595;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    width: 100%;
    font-size: 0.71429em;
    text-align: left;
    text-decoration: none;
    font-family: helvetica, arial, sans-serif;
    display: block; }
  @media screen and (max-width: 32.5em) {
    .billboard-slider {
      margin-top: 70px; } }

#slider-pro-1 {
  height: 400px; }
  @media screen and (max-width: 32.5em) {
    #slider-pro-1 {
      height: 300px; } }

/* Billboard
--------------------------------------------------------- */
.main-billboard {
  position: relative;
  margin-top: 10px; }
  .main-billboard:before, .main-billboard:after {
    content: "";
    display: table; }
  .main-billboard:after {
    clear: both; }
  @media screen and (max-width: 32.5em) {
    .main-billboard {
      margin-top: 50px; } }
  .main-billboard .billboard-right-front .billboard-live {
    position: absolute;
    top: 55%;
    right: 0;
    background: rgba(205, 207, 3, 0.8);
    padding: 0.71429em 2.85714em;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) and (max-width: 62em) {
      .main-billboard .billboard-right-front .billboard-live {
        /*padding-right: 11px;
        padding-left: 28px;
        padding-bottom: 3px;*/
        position: relative;
        margin-bottom: 1.42857em;
        text-align: center; } }
    @media screen and (max-width: 47.9375em) {
      .main-billboard .billboard-right-front .billboard-live {
        position: relative;
        margin-bottom: 1.42857em;
        text-align: center; } }
    @media screen and (max-width: 32.5em) {
      .main-billboard .billboard-right-front .billboard-live {
        padding: 0.71429em default-padding; } }
    .main-billboard .billboard-right-front .billboard-live .live-station {
      color: #333333; }
      @media screen and (max-width: 32.5em) {
        .main-billboard .billboard-right-front .billboard-live .live-station {
          font-size: 0.85714em; } }
    .main-billboard .billboard-right-front .billboard-live .live-title {
      color: #FFFFFF; }
      @media screen and (max-width: 32.5em) {
        .main-billboard .billboard-right-front .billboard-live .live-title {
          font-size: 1.42857em; } }
    @media screen and (max-width: 32.5em) {
      .main-billboard .billboard-right-front .billboard-live .live-time {
        display: none; } }
    .main-billboard .billboard-right-front .billboard-live .live-link a {
      color: #F8F605;
      display: block; }
    .main-billboard .billboard-right-front .billboard-live .live-icon {
      /* 
      In order to get this looking some what decent,
      we'll need to use pixels.
      */
      background: #C63711;
      border-radius: 60px;
      font-size: 24px;
      font-weight: bold;
      left: -23px;
      margin-top: -20px;
      padding: 5px 20px;
      position: absolute;
      top: 50%; }
      @media screen and (max-width: 62em) {
        .main-billboard .billboard-right-front .billboard-live .live-icon {
          left: 10%; } }
      @media screen and (max-width: 32.5em) {
        .main-billboard .billboard-right-front .billboard-live .live-icon {
          display: none; } }
  .main-billboard .billboard-image {
    width: 100.0%;
    float: left; }
    @media screen and (max-width: 47.9375em) {
      .main-billboard .billboard-image {
        float: none; } }
    .main-billboard .billboard-image img {
      width: 100%;
      max-width: 100%; }
  .main-billboard .billboard-left-front .billboard-newsletter {
    position: absolute;
    top: 55%;
    left: 0;
    padding: 1.42857em;
    background: #4694BB; }
    @media screen and (min-width: 48em) and (max-width: 62em) {
      .main-billboard .billboard-left-front .billboard-newsletter {
        top: 73%; } }
    @media screen and (max-width: 47.9375em) {
      .main-billboard .billboard-left-front .billboard-newsletter {
        position: static;
        margin-top: 1.42857em; } }
    .main-billboard .billboard-left-front .billboard-newsletter .newsletter-form .newsletter-label {
      color: #FFFFFF;
      font-family: helvetica, arial, sans-serif;
      text-transform: uppercase;
      font-size: 1.28571em; }
      @media screen and (max-width: 47.9375em) {
        .main-billboard .billboard-left-front .billboard-newsletter .newsletter-form .newsletter-label {
          display: block;
          text-align: center;
          font-size: 1em; } }
    .main-billboard .billboard-left-front .billboard-newsletter .newsletter-input {
      border: 1px solid #60798b;
      margin-left: 0.71429em;
      padding: 5px 10px;
      background: #FFFFFF; }
      @media screen and (max-width: 47.9375em) {
        .main-billboard .billboard-left-front .billboard-newsletter .newsletter-input {
          width: 65%;
          margin-left: 0; } }
    .main-billboard .billboard-left-front .billboard-newsletter .newsletter-submit {
      border: 1px solid #60798b;
      margin-left: 0.71429em;
      padding: 5px 10px;
      background: #FFFFFF; }
      @media screen and (max-width: 47.9375em) {
        .main-billboard .billboard-left-front .billboard-newsletter .newsletter-submit {
          width: 25%; } }
      @media screen and (max-width: 47.9375em) {
        .main-billboard .billboard-left-front .billboard-newsletter .newsletter-submit {
          width: 30%; } }

/* Story Modules
--------------------------------------------------------- */
.story-module {
  position: relative;
  border-bottom: 5px solid #FFFFFF;
  overflow: hidden; }
  .story-module:before, .story-module:after {
    content: "";
    display: table; }
  .story-module:after {
    clear: both; }
  .story-module .story {
    position: relative;
    /*&:last-child {
        margin-bottom: 0;
    }*/ }
    @media screen and (max-width: 47.9375em) {
      .story-module .story {
        margin-bottom: 1.42857em; } }
    .story-module .story a:hover > .story-title {
      opacity: 0; }
    .story-module .story a:hover > .story-details {
      opacity: 1; }
    .story-module .story .story-image {
      width: 100%;
      max-width: 100%; }
    .story-module .story .story-title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #FFFFFF;
      text-align: center;
      padding: 0.71429em;
      font-weight: bold;
      text-shadow: 0.07143em 0.07143em 0 rgba(0, 0, 0, 0.85);
      opacity: 1; }
      .story-module .story .story-title span {
        background-color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        padding: 0 10px; }
      @media screen and (max-width: 32.5em) {
        .story-module .story .story-title {
          font-size: 1.71429em; } }
    .story-module .story .story-details {
      padding: 1.42857em;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      display: block;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .story-module .story .story-excerpt {
      color: #FFFFFF;
      font-size: 1.71429em; }
    .story-module .story .story-link {
      font-size: 1.71429em;
      margin-top: 0.71429em;
      color: #4694BB;
      text-decoration: none;
      text-transform: uppercase; }
  .story-module.one .story-details {
    padding: 7.14286em; }
  .story-module.two .story {
    width: 50.0%;
    float: left;
    /*.story-details {
        padding: $default-padding;
    }*/ }
    .story-module.two .story:first-child {
      border-right: 3px solid #FFFFFF; }
    .story-module.two .story:last-child {
      border-left: 2px solid #FFFFFF; }
    .story-module.two .story .story-title {
      font-size: 1.71429em; }
    .story-module.two .story .story-excerpt {
      font-size: 1.28571em; }
  .story-module.three .story {
    width: 33.33333%;
    float: left; }
    .story-module.three .story:first-child {
      border-right: 3px solid #FFFFFF; }
    .story-module.three .story:nth-child(2) {
      border-right: 3px solid #FFFFFF;
      border-left: 2px solid #FFFFFF; }
    .story-module.three .story:last-child {
      border-left: 2px solid #FFFFFF; }
    .story-module.three .story .story-title {
      font-size: 1.28571em; }
    .story-module.three .story .story-excerpt {
      font-size: 1em;
      line-height: 1.2em; }
    .story-module.three .story .story-link {
      font-size: 1.28571em; }
  .story-module.with-ad-left .ad {
    width: 300px;
    float: left; }
    @media screen and (max-width: 47.9375em) {
      .story-module.with-ad-left .ad {
        width: 100%;
        margin: 2.85714em 0;
        text-align: center; } }
  .story-module.with-ad-left .story {
    border-left: 5px solid #FFFFFF; }
    .story-module.with-ad-left .story .story-excerpt {
      font-size: 1em;
      line-height: 1.2em; }
    .story-module.with-ad-left .story .story-link {
      font-size: 1.28571em; }
  .story-module.with-ad-right .ad {
    width: 300px;
    float: left; }
    @media screen and (max-width: 47.9375em) {
      .story-module.with-ad-right .ad {
        width: 100%;
        margin: 2.85714em 0;
        text-align: center; } }
  .story-module.with-ad-right .story {
    border-right: 5px solid #FFFFFF; }
    .story-module.with-ad-right .story .story-excerpt {
      font-size: 1em;
      line-height: 1.2em; }
    .story-module.with-ad-right .story .story-link {
      font-size: 1.28571em; }
  .story-module.xlarge .story-title {
    font-size: 2.57143em; }
  .story-module.xlarge .story-excerpt {
    font-size: 2.14286em; }
  .story-module.xlarge .story-link {
    font-size: 2.14286em; }
  .story-module.xlarge .story-details {
    padding: 10.71429em; }

.ad-article-container {
  width: 900px;
  float: left; }
  @media screen and (min-width: 48em) and (max-width: 62em) {
    .ad-article-container {
      width: 100.0%;
      float: left;
      border: none; } }
  .ad-article-container .story {
    width: 50.0%;
    float: left; }
    @media screen and (min-width: 48em) and (max-width: 62em) {
      .ad-article-container .story:last-child {
        border-right: 0; } }
  .ad-article-container .story-title {
    font-size: 1.28571em; }
  .ad-article-container .story-excerpt {
    font-size: 1em; }
  .ad-article-container .story-link {
    font-size: 1.28571em; }

@media screen and (max-width: 47.9375em) {
  .story a:hover > .story-details {
    opacity: 0; }

  .story a:hover > .story-title {
    opacity: 1; }

  .story-module.one .story,
  .story-module.two .story,
  .story-module.three .story,
  .story-module.with-ad-right .story,
  .story-module.with-ad-left .story,
  .story-module.xlarge .story,
  .ad-article-container {
    width: 100.0%;
    float: left;
    border: none; }

  .story-module.one .story-title,
  .story-module.two .story-title,
  .story-module.three .story-title,
  .story-module.with-ad-right .story-title,
  .story-module.with-ad-left .story-title,
  .story-module.xlarge .story-title,
  .story-module.one .story-excerpt,
  .story-module.two .story-excerpt,
  .story-module.three .story-excerpt,
  .story-module.with-ad-right .story-excerpt,
  .story-module.with-ad-left .story-excerpt,
  .story-module.xlarge .story-excerpt,
  .story-module.one .story-link,
  .story-module.two .story-link,
  .story-module.three .story-link,
  .story-module.with-ad .story-link,
  .story-module.xlarge .story-link {
    font-size: 1.71429em; }

  .story-module,
  .story-module.three .story:last-child,
  .story-module.three .story:nth-child(2),
  .story-module.three .story:first-child,
  .story-module.two .story:last-child,
  .story-module.two .story:first-child {
    border: none; } }
@media screen and (max-width: 32.5em) {
  .story-module.one .story-title,
  .story-module.two .story-title,
  .story-module.three .story-title,
  .story-module.with-ad-right .story-title,
  .story-module.with-ad-left .story-title,
  .story-module.xlarge .story-title,
  .story-module.one .story-excerpt,
  .story-module.two .story-excerpt,
  .story-module.three .story-excerpt,
  .story-module.with-ad-right .story-excerpt,
  .story-module.with-ad-left .story-excerpt,
  .story-module.xlarge .story-excerpt,
  .story-module.one .story-link,
  .story-module.two .story-link,
  .story-module.three .story-link,
  .story-module.with-ad .story-link,
  .story-module.xlarge .story-link {
    font-size: 1.28571em; } }
/* Single Pages
--------------------------------------------------------- */
.single-billboard {
  margin-top: 2.85714em; }
  @media screen and (max-width: 32.5em) {
    .single-billboard {
      margin-top: 7.14286em; } }
  .single-billboard .billboard-image {
    width: 100%;
    max-width: 100%; }

.single-container {
  background: none repeat scroll 0 0 #fff;
  margin: 0 auto;
  padding: 2.85714em 4.28571em 1.42857em;
  position: relative;
  margin-left: 8.33333%;
  width: 83.33333%;
  float: left; }
  @media screen and (max-width: 47.9375em) {
    .single-container {
      margin: 1.42857em 0 0 0;
      padding: 2.85714em;
      width: 100%; } }
  @media screen and (max-width: 32.5em) {
    .single-container {
      padding: 1.42857em; } }
  .single-container blockquote.pull, .single-container q {
    background: #4694BB;
    position: relative;
    padding: 2.14286em;
    color: #FFFFFF;
    font-size: 2.57143em;
    line-height: 1.4em;
    border-top: 0.28571em solid #ADADAD;
    border-bottom: 0.28571em solid #ADADAD;
    margin: 0.71429em -8%;
    text-align: center; }
    .single-container blockquote.pull p, .single-container q p {
      margin: 0;
      padding: 0; }
    .single-container blockquote.pull:before, .single-container q:before {
      content: ' ';
      position: absolute;
      top: -0.07143em;
      left: 0;
      right: 0;
      bottom: -0.07143em;
      border-top: 0.07143em solid #FFFFFF;
      border-bottom: 0.07143em solid #FFFFFF; }
    .single-container blockquote.pull.inverse, .single-container q.inverse {
      background: #FFFFFF;
      color: #4694BB;
      border-top: 0.28571em solid #4694BB;
      border-bottom: 0.28571em solid #4694BB; }
    .single-container blockquote.pull.inverse:before, .single-container q.inverse:before {
      border-top: none;
      border-bottom: none; }
    @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
      .single-container blockquote.pull, .single-container q {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        font-size: 1.71429em; } }
    @media screen and (max-width: 32.5em) {
      .single-container blockquote.pull, .single-container q {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        font-size: 1em; } }

.single-title {
  margin-bottom: 0.71429em;
  color: #333333; }
  @media screen and (max-width: 32.5em) {
    .single-title {
      font-size: 1.71429em;
      margin-bottom: 1.42857em; } }

.single-subheader {
  margin-bottom: 2.85714em; }
  .single-subheader:before, .single-subheader:after {
    content: "";
    display: table; }
  .single-subheader:after {
    clear: both; }

.single-byline,
.author-photo,
.story-info {
  float: left; }

.single-byline:before, .single-byline:after {
  content: "";
  display: table; }
.single-byline:after {
  clear: both; }
@media screen and (max-width: 62em) {
  .single-byline {
    float: none;
    width: 100%; } }

.author-photo {
  margin-right: 1.42857em;
  border-radius: 4.28571em; }
  @media screen and (max-width: 32.5em) {
    .author-photo {
      width: 2.85714em; } }

.story-info {
  line-height: 1;
  margin-top: 1.42857em; }
  @media screen and (max-width: 32.5em) {
    .story-info {
      margin-top: 0; } }

.story-author {
  color: #4694BB; }

.story-date {
  color: #ADADAD;
  font-size: 0.85714em; }

.single-content {
  line-height: 1.7; }
  .single-content:before, .single-content:after {
    content: "";
    display: table; }
  .single-content:after {
    clear: both; }

.single-content p {
  font-size: 1.14286em;
  margin-bottom: 0.71429em; }

body.single-format-image .single-container {
  margin-top: -10em; }
  @media screen and (min-width: 48em) and (max-width: 62em) {
    body.single-format-image .single-container {
      margin-top: -5em; } }
  @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
    body.single-format-image .single-container {
      margin-top: 0; } }
  @media screen and (max-width: 32.5em) {
    body.single-format-image .single-container {
      margin-top: 0; } }

body.single-format-standard .single-container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
    body.single-format-standard .single-container {
      padding-left: 1.42857em;
      padding-right: 1.42857em; } }
  @media screen and (max-width: 32.5em) {
    body.single-format-standard .single-container {
      padding-left: 0.71429em;
      padding-right: 0.71429em; } }

/* Single Social Buttons
--------------------------------------------------------- */
.single-social {
  float: right;
  margin-top: 1.07143em; }
  .single-social:before, .single-social:after {
    content: "";
    display: table; }
  .single-social:after {
    clear: both; }
  @media screen and (max-width: 62em) {
    .single-social {
      float: none;
      width: 100%;
      display: table; } }
  .single-social .social-button {
    padding: 0.71429em;
    color: #FFFFFF;
    font-size: 1em;
    border-radius: 4px;
    float: left;
    display: table-row;
    margin-right: 0.71429em; }
    .single-social .social-button:last-child {
      margin-right: 0; }
    .single-social .social-button.fb {
      background: #3B5999; }
    .single-social .social-button span.facebook {
      font-size: 1em;
      color: #FFFFFF; }
    .single-social .social-button.tw {
      background: #55ACEE; }
    .single-social .social-button span.twitter {
      font-size: 1em;
      color: #FFFFFF; }
    .single-social .social-button.com {
      background: #ADADAD; }
      .single-social .social-button.com .comment-count {
        background: #FFFFFF;
        color: #ADADAD;
        padding: 0.21429em;
        border-radius: 1.42857em; }
    @media screen and (max-width: 32.5em) {
      .single-social .social-button {
        font-size: 0.78571em;
        padding: 0.57143em;
        margin-right: 0.57143em;
        margin-top: 0.57143em; }
        .single-social .social-button:last-child {
          margin-right: 0; } }

.comments .nocomments {
  display: none; }

.post-type-radio .story-info {
  margin-top: 0; }
.post-type-radio .story-date {
  font-size: 1.71429em; }
.post-type-radio .recap-hours .story-recap-links {
  position: relative;
  text-align: center;
  padding-top: 0.71429em;
  background-color: #FFFFFF;
  a: first-child; }
  .post-type-radio .recap-hours .story-recap-links a {
    text-decoration: none;
    color: #ADADAD;
    padding-left: 2.85714em; }
    .post-type-radio .recap-hours .story-recap-links a:first-child {
      padding-left: 0; }
.post-type-radio .recap-hours .story-title {
  padding-bottom: 2.85714em; }

/* Search
--------------------------------------------------------- */
.search-container {
  color: #333333;
  margin-left: 8.33333%;
  width: 83.33333%;
  float: left; }
  .search-container h1 {
    color: #4694BB; }
    @media screen and (max-width: 32.5em) {
      .search-container h1 {
        margin-top: 1.42857em;
        font-size: 2.14286em; } }
  .search-container .search-content {
    margin: 2.85714em 0; }
    @media screen and (max-width: 32.5em) {
      .search-container .search-content {
        margin: 1.78571em 0; } }
    .search-container .search-content:first-child {
      margin-top: 0.71429em; }
    .search-container .search-content h2 {
      font-size: 2.57143em; }
      @media screen and (max-width: 32.5em) {
        .search-container .search-content h2 {
          font-size: 1.71429em;
          line-height: 1.2em; } }
      .search-container .search-content h2 a {
        color: #333333;
        text-decoration: none; }
    .search-container .search-content p {
      font-size: 1.28571em; }
      .search-container .search-content p.by-line {
        color: #4694BB; }
  .search-container .search-nav {
    margin: 0.71429em 0 2.14286em 0;
    text-align: center; }
    .search-container .search-nav .search-older {
      display: inline-block; }
      .search-container .search-nav .search-older a {
        background: #4694BB;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.28571em;
        padding: 0.71429em 1.42857em;
        margin-right: 1.07143em; }
        @media screen and (max-width: 32.5em) {
          .search-container .search-nav .search-older a {
            font-size: 0.78571em;
            padding: 0.71429em;
            margin-right: 0.71429em; } }
    .search-container .search-nav .search-newer {
      display: inline-block; }
      .search-container .search-nav .search-newer a {
        background: #4694BB;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.28571em;
        padding: 0.71429em 1.42857em; }
        @media screen and (max-width: 32.5em) {
          .search-container .search-nav .search-newer a {
            font-size: 0.78571em;
            padding: 0.71429em; } }

.ad {
  overflow: hidden; }

.ad.scrollerad {
  padding: 5px 0px !important;
  height: 46px;
  max-height: 46px;
  width: 630px;
  max-width: 630px;
  float: none; }

.ad.btn1 {
  height: 90px;
  max-height: 90px;
  width: 185px;
  max-width: 185px; }

.ad.leaderboard {
  height: 90px;
  max-height: 90px;
  /*width:728px;*/
  max-width: 728px; }

.ad.minibar {
  height: 27px;
  max-height: 27px;
  width: 927px;
  max-width: 927px; }

.ad.midrec {
  height: 250px;
  max-height: 250px;
  width: 300px;
  max-width: 300px;
  padding: 0; }

.ad.smrec {
  height: 100px;
  max-height: 1000px;
  width: 300px;
  max-width: 300px;
  padding: 0; }

.ad.followerboard1 {
  min-height: 100px;
  max-height: 100px;
  width: 605px;
  max-width: 605px;
  padding: 0;
  float: none;
  clear: both; }

.ad.followerboard2 {
  min-height: 100px;
  max-height: 250px;
  width: 605px;
  max-width: 605px;
  padding: 0;
  float: none;
  clear: both; }

.ad.followerboard3 {
  min-height: 250px;
  max-height: 250px;
  width: 605px;
  max-width: 605px;
  padding: 0;
  float: none;
  clear: both; }

.ad.followerboard4 {
  min-height: 310px;
  max-height: 310px;
  width: 620px;
  max-width: 620px;
  padding: 0;
  float: none;
  clear: both; }

.ad.fullgrid {
  border: 0 !important;
  margin: 30px 0 30px 0; }
  .ad.fullgrid h1 {
    margin-top: 0; }

.ad.in-content {
  /*padding:5px 10px 5px 0!important;*/
  border-color: #AAAAAA;
  border-style: solid;
  border-width: 1px 0;
  display: block;
  float: none;
  max-width: none;
  padding: 15px 5px !important;
  text-align: center;
  width: 100%;
  margin: 15px 0; }

iframe.ad, iframe.ad body {
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.ad.midrec.in-content {
  height: 255px;
  max-height: 255px; }

.ad.midrec.in-content .caption-adv {
  color: #999999;
  display: block;
  font-size: 77%;
  margin: 0 auto;
  text-align: right;
  text-transform: uppercase;
  width: 300px; }

.ad.placeholder {
  background-color: #ddd;
  border: 10px solid #fff;
  text-align: center; }

.ad.placeholder > span {
  color: #aaa;
  vertical-align: middle;
  font-size: 85%;
  /*padding-top:0.5em;*/
  line-height: normal;
  background-color: #ddd; }

.single-content .ad-inline.ad-inline-right {
  float: right;
  border-right: none;
  margin: 0 0 0.71429em 1.42857em; }
.single-content .ad-inline.ad-inline-left {
  float: left;
  border-left: none;
  margin: 0.71429em 1.42857em 0.71429em 0; }
.single-content .ad-inline:after {
  clear: both; }

.single-understory .ad {
  margin: 2.14286em auto 0.71429em; }

/*-------------------------------------------------------
 *
 * Templates Styles
 *
 *-------------------------------------------------------
 */
.template h1, .template h2, .template h3, .template h4, .template h5, .template h6 {
  color: #4694BB; }

.fw-container {
  margin-top: 1.42857em;
  margin-bottom: 1.42857em;
  padding: 0;
  width: 100.0%;
  float: left; }
  .fw-container:before, .fw-container:after {
    content: "";
    display: table; }
  .fw-container:after {
    clear: both; }
  @media screen and (min-width: 32.5625em) and (max-width: 47.9375em) {
    .fw-container {
      padding-left: 1.42857em;
      padding-right: 1.42857em; } }
  @media screen and (max-width: 32.5em) {
    .fw-container {
      padding-left: 0.71429em;
      padding-right: 0.71429em; } }

.sw-container {
  margin-top: 1.42857em;
  margin-bottom: 1.42857em;
  padding: 0;
  margin-left: 8.33333%;
  width: 83.33333%;
  float: left; }
  .sw-container:before, .sw-container:after {
    content: "";
    display: table; }
  .sw-container:after {
    clear: both; }

/* ------ ARCHIVES ------ */
.archive h1,
body.blog h1 {
  color: #000;
  margin-bottom: 0.71429em; }
.archive .loop-container,
body.blog .loop-container {
  margin-bottom: 24px; }
  .archive .loop-container .entry-title,
  body.blog .loop-container .entry-title {
    line-height: 1.3;
    margin-bottom: 5px; }
    .archive .loop-container .entry-title a,
    body.blog .loop-container .entry-title a {
      color: #4694BB;
      text-decoration: none; }
      .archive .loop-container .entry-title a:hover,
      body.blog .loop-container .entry-title a:hover {
        text-decoration: underline; }
  .archive .loop-container .article-excerpt,
  body.blog .loop-container .article-excerpt {
    margin-bottom: 5px; }
    .archive .loop-container .article-excerpt p,
    body.blog .loop-container .article-excerpt p {
      font-size: 1.28571em; }
  .archive .loop-container footer a,
  body.blog .loop-container footer a {
    font-size: 1.28571em; }

/* ------ AFFILIATE PAGE ------- */
#gb-affiliates {
  padding-top: 0;
  margin-top: 0; }
  #gb-affiliates #map-canvas {
    float: left;
    margin-bottom: 1.42857em;
    height: 400px;
    width: 100%; }
    @media screen and (max-width: 32.5em) {
      #gb-affiliates #map-canvas {
        height: 300px; } }
  #gb-affiliates .affiliate-ui {
    float: left;
    width: 100%; }
  #gb-affiliates form {
    float: left; }
    #gb-affiliates form > div {
      margin-right: 1.42857em; }
    #gb-affiliates form label {
      color: #ADADAD;
      display: inline-block;
      font-size: 1.28571em;
      margin: 0 1.42857em 10px 0;
      text-transform: uppercase; }
    #gb-affiliates form #location-input {
      margin-bottom: 1.42857em;
      width: 200px; }
  #gb-affiliates #affiliate-list {
    float: left;
    margin-top: 1.42857em;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px; }
    @media screen and (min-width: 62em) {
      #gb-affiliates #affiliate-list {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
        -webkit-column-width: 33%;
        /* Chrome, Safari, Opera */
        column-width: 33%; } }
    @media screen and (min-width: 32.5em) and (max-width: 62em) {
      #gb-affiliates #affiliate-list {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        -webkit-column-width: 50%;
        /* Chrome, Safari, Opera */
        column-width: 50%; } }
    #gb-affiliates #affiliate-list li {
      color: #4694BB;
      display: inline-block;
      font-size: 1.28571em;
      margin-bottom: 0.71429em; }
      #gb-affiliates #affiliate-list li em {
        font-style: normal;
        display: inline-block; }
      #gb-affiliates #affiliate-list li span {
        color: #333333;
        font-size: 14px;
        display: block; }
      #gb-affiliates #affiliate-list li a {
        font-size: 16px; }
      @media screen and (max-width: 32.5em) {
        #gb-affiliates #affiliate-list li {
          display: block; } }
  #gb-affiliates .info-window {
    color: #4694BB;
    display: inline-block;
    font-size: 1.28571em;
    margin-bottom: 0.71429em; }
    #gb-affiliates .info-window em {
      font-style: normal; }
    #gb-affiliates .info-window span {
      color: #333333;
      font-size: 13px;
      display: block; }

/* -------  STATE TAXONOMY ------- */
body.tax-state .single-container tr {
  display: block;
  margin-bottom: 1.42857em; }
  body.tax-state .single-container tr:before, body.tax-state .single-container tr:after {
    content: "";
    display: table; }
  body.tax-state .single-container tr:after {
    clear: both; }
body.tax-state .single-container td {
  display: block;
  float: left;
  margin-right: 1.42857em; }
  body.tax-state .single-container td.market {
    color: #4694BB;
    display: block;
    font-size: 1.71429em;
    margin: 0 0 5px; }
    body.tax-state .single-container td.market:after {
      content: ", "; }
  body.tax-state .single-container td.dial {
    color: #4694BB;
    font-size: 1.71429em; }
  body.tax-state .single-container td.daypart {
    clear: left; }
  body.tax-state .single-container td.daypart,
  body.tax-state .single-container td .site {
    font-size: 1em; }
  body.tax-state .single-container td:last-child {
    margin-right: 0; }

/* Random stuff
--------------------------------------------------------- */
/* Newsletter form
--------------------------------------------------------- */
form .required {
  color: #C63711;
  font-weight: bold; }

/* 404 Page
--------------------------------------------------------- */
body.error404 .error-404 {
  margin-left: 8.33333%;
  width: 83.33333%;
  float: left;
  margin: 1.42857em 0; }
  body.error404 .error-404 h1 {
    color: #4694BB; }
  body.error404 .error-404 p {
    font-size: 100%; }
  body.error404 .error-404 .search-form {
    margin-top: 0.71429em; }

/* Agenda 21 page
--------------------------------------------------------- */
#agenda21 {
  width: 870px;
  margin: 0 auto; }
  #agenda21 h1 {
    color: #4694BB;
    font-weight: bold; }
  #agenda21 h2 {
    font-size: 1.71429em;
    text-align: center;
    margin: 12px 0; }
  #agenda21 hr {
    border: 0;
    height: 0;
    border-top: 1px solid #D3D3D3; }
  #agenda21 .red {
    color: #ea1606; }
  #agenda21 .left {
    float: left; }
  #agenda21 .right {
    float: right; }
  #agenda21 .clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #agenda21 .agenda-one .right {
    width: 511px; }
  #agenda21 .agenda-two p {
    color: #666666;
    text-align: justify;
    line-height: 1.2;
    font-size: 1.07143em; }
    #agenda21 .agenda-two p.center {
      text-align: center; }
  #agenda21 .agenda-three .right {
    width: 511px; }
  #agenda21 .agenda-three p.original {
    color: #666666;
    line-height: 1.2;
    font-size: 1.07143em;
    padding: 0;
    margin: 0; }
  #agenda21 .agenda-three p.review {
    font-size: 0.92857em;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    margin: 12px 0 0 0; }
  #agenda21 .agenda-three p.author {
    font-size: 0.92857em;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    margin: 0; }
  #agenda21 .agenda-four {
    margin-top: 40px; }
    #agenda21 .agenda-four .left {
      width: 333px; }
    #agenda21 .agenda-four .right {
      width: 511px; }
    #agenda21 .agenda-four p.final {
      text-align: center;
      color: #666666;
      line-height: 1.2;
      font-size: 1.07143em;
      padding-top: 90px; }
    #agenda21 .agenda-four h4 {
      text-align: center; }
  #agenda21 .buy-books {
    padding: 6px 0; }
    #agenda21 .buy-books li {
      display: inline-block;
      margin-right: 20px; }
      #agenda21 .buy-books li:first-child {
        margin-left: 20px;
        width: 240px; }

/* ------ PAGINATION ------- */
.pagination {
  margin-top: 2.85714em; }
  .pagination .nav-links * {
    font-size: 1.28571em;
    margin-right: 10px; }
    .pagination .nav-links *:last-child {
      margin-right: 0; }

/* ------ ARCHIVE CALENDAR SET UP ------ */
/* ------- SHOW ARCHIVE MODULE -------- */
.archive-module h3 {
  line-height: 1.2;
  margin-bottom: 10px; }
@media screen and (max-width: 47.9375em) {
  .archive-module > div {
    width: 100.0%;
    float: left; }
    .archive-module > div .col-4 {
      padding: 0 20px; } }
.archive-module > div.col-8 {
  margin-bottom: 70px; }
.archive-module .col-4 {
  padding: 0 20px 0 30px; }
  .archive-module .col-4 > div {
    border-bottom: 1px solid #ADADAD;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .archive-module .col-4 > div:last-child {
      border-bottom: 0 none; }
  @media screen and (min-width: 48em) and (max-width: 62em) {
    .archive-module .col-4 {
      padding-top: 8px; }
      .archive-module .col-4 h3 {
        font-size: 19px; } }
  .archive-module .col-4 .gb-button {
    display: block; }
.archive-module div.left {
  margin: 0 20px 15px 0; }

/* ----- ARCHIVE CALENDAR ----- */
.calendar {
  color: white;
  height: 20em;
  font-weight: 300; }
  .calendar * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .calendar.small {
    font-size: 0.8em;
    font-weight: 100; }
  .calendar .c-month-view {
    background-color: #162F3B !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 12.5%;
    position: relative;
    font-size: 1.6em;
    margin-bottom: 1px;
    text-align: center; }
    .calendar .c-month-view p {
      line-height: 2; }
    .calendar .c-month-view .c-month-arrow {
      font-size: 2em;
      line-height: .8;
      width: 15%;
      height: 100%;
      position: absolute;
      top: 0;
      color: white;
      cursor: pointer; }
      .calendar .c-month-view .c-month-arrow:hover {
        background: rgba(255, 255, 255, 0.25); }
      .calendar .c-month-view .c-month-arrow[data-dir=left] {
        left: 0; }
      .calendar .c-month-view .c-month-arrow[data-dir=right] {
        right: 0; }
  .calendar .c-holder {
    height: 87.5%;
    position: relative; }
    .calendar .c-holder .c-grid {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      width: 100%; }
      .calendar .c-holder .c-grid .c-row {
        width: 100%;
        margin-bottom: 0.2%;
        margin-bottom: -moz-calc(0px + 1px);
        margin-bottom: -o-calc(0px + 1px);
        margin-bottom: -webkit-calc(0px + 1px);
        margin-bottom: calc(0px + 1px);
        height: 15.46667%;
        height: -moz-calc(100%/6 - 7px/5);
        height: -o-calc(100%/6 - 7px/5);
        height: -webkit-calc(100%/6 - 7px/5);
        height: calc(100%/6 - 7px/5); }
        .calendar .c-holder .c-grid .c-row:last-child {
          background-color: #4694BB;
          margin-bottom: 0; }
        .calendar .c-holder .c-grid .c-row .c-day {
          margin-right: 0.2%;
          margin-right: -moz-calc(0px + 4px/4);
          margin-right: -o-calc(0px + 4px/4);
          margin-right: -webkit-calc(0px + 4px/4);
          margin-right: calc(0px + 4px/4);
          width: 16.46667%;
          width: -moz-calc(100%/5 - 1px);
          width: -o-calc(100%/5 - 1px);
          width: -webkit-calc(100%/5 - 1px);
          width: calc(100%/5 - 1px);
          height: 100%;
          display: inline-block;
          position: relative; }
          .calendar .c-holder .c-grid .c-row .c-day.c-l {
            background-color: #28353B; }
            .calendar .c-holder .c-grid .c-row .c-day.c-l.date-holder {
              font-size: 1em; }
          .calendar .c-holder .c-grid .c-row .c-day:last-child {
            margin-right: 0; }
          .calendar .c-holder .c-grid .c-row .c-day.have-events {
            background-color: #336C88;
            cursor: pointer; }
            .calendar .c-holder .c-grid .c-row .c-day.have-events:hover {
              background-color: #86B1C6; }
          .calendar .c-holder .c-grid .c-row .c-day.other-month {
            color: #373737; }
            .calendar .c-holder .c-grid .c-row .c-day.other-month.have-events:hover {
              color: white; }
          .calendar .c-holder .c-grid .c-row .c-day.this-day {
            background: none; }
          .calendar .c-holder .c-grid .c-row .c-day.weekend {
            display: none;
            background-color: #333; }
            .calendar .c-holder .c-grid .c-row .c-day.weekend .date-holder {
              color: #666; }
          .calendar .c-holder .c-grid .c-row .c-day .date-holder {
            font-size: 1.3em;
            position: absolute;
            right: 5%;
            bottom: 5%; }
          .calendar .c-holder .c-grid .c-row .c-day .event-n-holder {
            display: none;
            height: 90%;
            height: -moz-calc(100% - 10px);
            height: -o-calc(100% - 10px);
            height: -webkit-calc(100% - 10px);
            height: calc(100% - 10px);
            left: 5%;
            left: -moz-calc(0px + 5px);
            left: -o-calc(0px + 5px);
            left: -webkit-calc(0px + 5px);
            left: calc(0px + 5px);
            top: 5%;
            top: -moz-calc(0px + 5px);
            top: -o-calc(0px + 5px);
            top: -webkit-calc(0px + 5px);
            top: calc(0px + 5px);
            position: absolute;
            width: 0.25em; }
            .calendar .c-holder .c-grid .c-row .c-day .event-n-holder .event-n {
              height: 0.5em;
              background-color: white;
              width: 100%;
              margin: 1px 0; }
  .calendar .c-specific {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    position: absolute;
    width: auto;
    height: auto;
    left: 35%;
    top: 0;
    display: none;
    min-width: 200%;
    padding: .5em;
    z-index: 1000; }
    .calendar .c-specific .specific-day {
      background-color: rgba(255, 255, 255, 0.4) !important;
      display: none;
      width: auto;
      padding-bottom: 1em;
      cursor: pointer; }
      .calendar .c-specific .specific-day:hover {
        background-color: rgba(255, 255, 255, 0.4) !important; }
      .calendar .c-specific .specific-day [i=day] {
        font-size: 1.5em;
        text-align: center; }
      .calendar .c-specific .specific-day [i=month] {
        font-size: 2em;
        line-height: normal;
        text-align: center; }
    .calendar .c-specific .s-scheme {
      display: block;
      height: 50%;
      width: auto;
      text-align: left; }
      .calendar .c-specific .s-scheme::-webkit-scrollbar {
        width: 10px; }
      .calendar .c-specific .s-scheme::-webkit-scrollbar-track {
        background: transparent; }
      .calendar .c-specific .s-scheme::-webkit-scrollbar-thumb {
        background: #232323; }
      .calendar .c-specific .s-scheme .s-event {
        background-color: #162F3B !important;
        padding: 0.5em;
        margin: 0.5em 0; }
        .calendar .c-specific .s-scheme .s-event:first-child {
          margin-top: 0; }
        .calendar .c-specific .s-scheme .s-event:last-child {
          margin-bottom: 0; }
        .calendar .c-specific .s-scheme .s-event a {
          color: #fff;
          display: block;
          text-decoration: none;
          letter-spacing: 1px;
          margin: 0;
          font-size: 1.2em;
          line-height: 1.3;
          font-weight: 400; }
        .calendar .c-specific .s-scheme .s-event p {
          margin: 0; }
        .calendar .c-specific .s-scheme .s-event p[data-role=loc] {
          line-height: 1; }
  .calendar:hover .c-month-view {
    background: #336C88 !important; }
    .calendar:hover .c-month-view .c-month-arrow {
      color: white; }
  .calendar.spec-day .c-grid {
    display: block; }
  .calendar.spec-day .c-specific {
    display: block; }
  .calendar.spec-day .c-month-arrow {
    display: none; }

.calendar[data-showdays=false] .c-holder .c-grid .c-row {
  height: 15.66667%;
  height: -moz-calc(100%/6 - 7px/6);
  height: -o-calc(100%/6 - 7px/6);
  height: -webkit-calc(100%/6 - 7px/6);
  height: calc(100%/6 - 7px/6); }

[data-color=red] {
  background-color: #E83C2C; }
  [data-color=red] .c-month-view, [data-color=red] .c-day, [data-color=red] .specific-day, [data-color=red] .s-event {
    background-color: #C1291B; }

[data-color=gray] {
  background-color: #4694BB; }
  [data-color=gray] .c-month-view, [data-color=gray] .c-day, [data-color=gray] .specific-day, [data-color=gray] .s-event {
    background-color: #333; }

[data-color=blue] {
  background-color: #2497DB; }
  [data-color=blue] .c-month-view, [data-color=blue] .c-day, [data-color=blue] .specific-day, [data-color=blue] .s-event {
    background-color: #3081B9; }

[data-color=green] {
  background-color: #2ECC70; }
  [data-color=green] .c-month-view, [data-color=green] .c-day, [data-color=green] .specific-day, [data-color=green] .s-event {
    background-color: #28AE61; }

[data-color=yellow] {
  background-color: #F2C30F; }
  [data-color=yellow] .c-month-view, [data-color=yellow] .c-day, [data-color=yellow] .specific-day, [data-color=yellow] .s-event {
    background-color: #F39C12; }



/*# sourceMappingURL=style.css.map */