@charset "UTF-8";
/* ==========================================================================
   Generic
   - Our reset and custom SASS variables and Mixins
   ========================================================================== */
/* ==========================================================================
   Subtheme-specific Variables
   ========================================================================== */
/**** Font Awesome Path ****/
/**** Theme Color Schemes ****/
@import url(https://fonts.googleapis.com/css?family=Enriqueta:400,700|Roboto+Condensed:300italic,300,400,700|Open+Sans:400,400italic,700|Francois+One);
.logo--large.logo--header {
  margin-top: -10px; }
  @media (max-width: 500px) {
    .logo--large.logo--header {
      margin-top: 0; } }

.header--top.expanded .on-demand__button {
  background: #002d6d; }

.footer--bottom-apps-link img {
  box-shadow: 0 0 10px #ffffff;
  border-radius: 7px; }

/* Neutrals (Black/Grays/White) */
/* Reds */
/* Transparent */
/* ==========================================================================
   Relational Variables
   ========================================================================== */
/**** Grouped Variables ****/
/* Primary Color + Variations */
/* Secondary Colors + Variations */
/* Neutral Colors + Variations */
/* Overrides */
/* Global Objects */
/**** Base ****/
/* Global */
/* Layout */
/* Animations */
/* Backgrounds */
/* Buttons */
/* Forms */
/* Links */
/* Labels */
/* Widgets (sidebar blocks) */
/* Quick Tabs */
/* On Demand Items */
/* Author */
/**** Header Elements ****/
/* Auxillary Bar */
/* Services Menu */
/* Social Media Menu */
/* Shortcut Menu */
/* Menu Toggle */
/* Search */
/* Breadcrumbs Bar */
/* Listen Live Dropdown */
/* Listen Live Dropdown > Quick Tabs */
/* Listen Live Dropdown > Quick Tabs > Live */
/* Primary Nav */
/* Flyout / Global Level li */
/* Flyout / Global Level links */
/* Flyout / Child Level li */
/* Flyout / Child Level a */
/**** Footer Elements ****/
/* Footer Menu */
/* Social Media */
/* Station Contact */
/* Search */
/* Legal Menu */
/* Copyright */
/**** Block Elements ****/
/* Thumbnail Blocks */
/* List Blocks */
/* Teaser Block */
/**** Sidebar Elements ****/
/* Quick Tabs > Tabbed This Just In */
/* On Air Now */
/* Weather Widget */
/* Quick Tabs > Audio On Demand */
/* AppNexus OAS Ads */
/* Poll */
/* Related Hosts */
/* STATS Widgets */
/* Outbrain */
/**** Object Elements ****/
/* Alert */
/* Page Elements (comments, content wrapper, etc) */
/* Page C2A Items */
/* Page Audio */
/* Page Gallery */
/* Page Host / Author / Show */
/* Page Schedule */
/* Page Subnav */
/* Page Weather */
/* Recommended Content */
/* Newsletter Signup */
/* Author */
/* Events */
/* Filter */
/* Pagination */
/* Slideshow */
/* Tags */
/* NTS: Homepage Feature Story/Content */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* generated with grunt-sass-globbing */
.legal {
  font-size: 13px; }

.widget__inner--pad {
  padding: 15px; }
  .widget__inner--pad-x {
    padding: 0 15px; }

/* ==========================================================================
   Sass Mixins
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: Consolas, "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Base | Basic Element Styles
   ========================================================================== */
/* generated with grunt-sass-globbing */
/* Animations and Transitions
   ========================================================================== */
/* ==========================================================================
   Base Variables
   ========================================================================== */
/**** Sizes ****/
/* Base */
/* Breakpoints */
/* Heading Sizes */
/* Object-Specific Sizes */
/* Social Media Brand Colors */
/**** Animation *****/
.search__submit, .transition-bg {
  transition: background 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.button--primary, .entry__submit, .form-submit, .button--secondary, .entry__reset, .button--base, a.link--twitter, .item-list .pager li.pager-item, .item-list .pager li.pager-first, .item-list .pager li.pager-previous, .item-list .pager li.pager-next, .item-list .pager li.pager-last, .item-list .pager.pager-load-more li a, .header--aux-social .social__site, .header--aux-social .social__link, .item__link--more, .transition-bg-color {
  transition: background-color 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.footer__social .social__link, .transition-color {
  transition: color 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.loading--bar {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }
  .loaded .loading--bar {
    display: none; }
  .loading--bar .loading__text, .loading--bar .loading__animation {
    position: relative;
    display: inline-block; }
  .loading--bar .loading__text {
    padding-right: 10px; }
  .loading--bar .loading__animation {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms; }
    .loading--bar .loading__animation, .loading--bar .loading__animation:before, .loading--bar .loading__animation:after {
      height: 25px;
      width: 3px;
      background: #f6294c;
      border-radius: 5px;
      -webkit-animation-name: bars;
      -webkit-animation-duration: 900ms;
      -webkit-animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
      animation-name: bars;
      animation-duration: 900ms;
      animation-timing-function: ease-in;
      animation-iteration-count: infinite; }
    .loading--bar .loading__animation:before, .loading--bar .loading__animation:after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0; }
    .loading--bar .loading__animation:before {
      left: -6px;
      -webkit-animation-delay: 125ms;
      animation-delay: 125ms; }
    .loading--bar .loading__animation:after {
      left: 6px;
      -webkit-animation-delay: 375ms;
      animation-delay: 125ms; }

@-webkit-keyframes bars {
  0% {
    height: 3px;
    margin-top: 22px; }
  50% {
    height: 25px;
    margin-top: 0px; }
  100% {
    height: 3px;
    margin-top: 22px; } }

@keyframes bars {
  0% {
    height: 3px;
    margin-top: 22px; }
  50% {
    height: 25px;
    margin-top: 0px; }
  100% {
    height: 3px;
    margin-top: 22px; } }

.loading--circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.7); }
  .loading--circle.is-loading {
    z-index: 1; }

.loading__animation--circle {
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-animation: spin 1s infinite linear;
  border: 5px solid transparent;
  border-left: 5px solid #f6294c;
  border-radius: 100%;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  display: block; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Backgrounds (Textured, Colored, Etc.)
========================================================================== */
.view-homepage-hero .homepage-hero-caption, .view-carousel .owl-item-caption, .view-slideshow .owl-item-caption, .slide__caption, .bg--gradient--primary {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: -moz-linear-gradient(center top, transparent 0%, #000000 100%);
  background: -moz-gradient(center top, transparent 0%, #000000 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 0%, #000000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FF000000',GradientType=0 ); }

.bg--gradient-neutral {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#9C9C9C));
  background: -moz-linear-gradient(center top, transparent 0%, #9C9C9C 100%);
  background: -moz-gradient(center top, transparent 0%, #9C9C9C 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #9C9C9C 100%);
  background: -o-linear-gradient(top, transparent 0%, #9C9C9C 100%);
  background: -ms-linear-gradient(top, transparent 0%, #9C9C9C 100%);
  background: linear-gradient(to bottom, transparent 0%, #9C9C9C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FF9C9C9C',GradientType=0 ); }

.bg--gradient-white {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFF));
  background: -moz-linear-gradient(center top, transparent 0%, #FFF 100%);
  background: -moz-gradient(center top, transparent 0%, #FFF 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #FFF 100%);
  background: -o-linear-gradient(top, transparent 0%, #FFF 100%);
  background: -ms-linear-gradient(top, transparent 0%, #FFF 100%);
  background: linear-gradient(to bottom, transparent 0%, #FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FFFFFFFF',GradientType=0 ); }

.bg--semitransparent--primary {
  background: rgba(0, 0, 0, 0.8); }

/* Buttons
========================================================================== */
.button--primary, .entry__submit, .form-submit, .button--secondary, .entry__reset, .button--base {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  font-family: "Francois One", sans-serif;
  border-radius: 0;
  border-width: 0; }
  .button--primary .fa, .entry__submit .fa, .form-submit .fa, .button--secondary .fa, .entry__reset .fa, .button--base .fa {
    padding-right: 5px; }

.button--icon-only .fa {
  padding: 0; }

.button--primary, .entry__submit, .form-submit {
  color: #FFF;
  background-color: #ce092b; }
  .button--primary:hover, .entry__submit:hover, .form-submit:hover, .button--primary:focus, .entry__submit:focus, .form-submit:focus {
    background-color: #ac0824; }

.button--secondary, .entry__reset {
  color: #FFFFFF;
  background-color: #636363; }
  .button--secondary:hover, .entry__reset:hover, .button--secondary:focus, .entry__reset:focus {
    background-color: #525252; }

a.ctools-use-modal.ctools-modal-fb-modal-style {
  text-decoration: none;
  width: 150px;
  margin: 0 auto;
  display: block;
  outline: none; }
  a.ctools-use-modal.ctools-modal-fb-modal-style .button.button--comments-trigger {
    display: inline-block; }

.ctools-modal-fb-comments-modal-content .popups-close a.close {
  outline: none; }

.button--comments-trigger {
  font-size: 16px;
  font-size: 1rem;
  color: #FFF;
  font-family: "Francois One", sans-serif;
  background: #ce092b;
  padding: 3px 10px 2px;
  line-height: 30px;
  border: 1px solid #8a061d;
  border-radius: 5px;
  margin: 25px auto 15px;
  cursor: pointer;
  text-align: center;
  transition: background 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7), opacity 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 250ms;
  user-select: none;
  -moz-user-select: none;
  width: 150px; }
  .button--comments-trigger .fa {
    color: #FFF;
    margin-right: 5px; }
  .button--comments-trigger:hover {
    opacity: 1; }

/* Forms
========================================================================== */
/**
 * Inherit font color for placeholder text
 *
 */
::-webkit-input-placeholder {
  color: inherit; }

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

input,
textarea,
select {
  border-radius: 5px;
  border: 1px solid #666;
  padding: 5px;
  outline: none; }

fieldset {
  border: 1px solid #757575;
  margin: 10px 0;
  padding: 20px; }

.form--hidden {
  visibility: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.form__entry {
  display: block;
  width: 100%;
  padding: 10px 0; }
  @media (min-width: 720px) {
    .form__entry.entry--half {
      width: 50%;
      float: left;
      display: inline-block; }
      .form__entry.entry--half:nth-of-type(2n) {
        clear: right;
        padding-left: 10px; } }
  .form--hidden .form__entry {
    width: 0;
    height: 0;
    overflow: hidden; }

.entry__input, .entry__label, label {
  width: 100%;
  display: block; }
  .entry--radio .entry__input, .entry--checkbox .entry__input, .entry--radio .entry__label, .entry--checkbox .entry__label, .entry--radio label, .entry--checkbox label {
    display: inline;
    width: auto; }
  .form--inline .entry__input, .form--inline .entry__label, .form--inline label {
    display: inline;
    width: auto; }

.entry__label, label {
  padding: 0 0 5px 0; }
  .entry--radio .entry__label, .entry--checkbox .entry__label, .entry--radio label, .entry--checkbox label {
    padding: 0 0 0 5px; }

.entry__input {
  max-width: 400px; }

.entry__submit:after, .entry__reset:after {
  clear: both;
  content: '';
  display: table; }

.entry__submit {
  margin-right: 10px; }

/* Forms: Checkbox
========================================================================== */
/* Forms: Select Element
========================================================================== */
.select-wrap label {
  display: block;
  font-weight: 700; }

.select-wrap select {
  background-color: #FFFFFF;
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: none; }

/* ==========================================================================
   Global
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
  height: 100%;
  font-size: 16px;
  font-size: 1rem; }

body {
  background-color: #000;
  color: #000;
  line-height: 1.6;
  height: 100%;
  font-family: "Open Sans", Helvetica, sans-serif;
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

section {
  position: relative;
  clear: both;
  padding: 10px 0; }

blockquote {
  background: #cfcfcf;
  margin: 0;
  padding: 40px 40px 40px 80px;
  position: relative;
  border-left: 10px solid #ababab;
  margin: 10px 0;
  color: #525252; }
  blockquote:before {
    content: open-quote;
    font-size: 60px;
    line-height: 1.6;
    position: absolute;
    left: 30px;
    top: 10px; }

figure {
  margin: 0;
  padding-bottom: 20px;
  position: relative; }

figcaption {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  color: black;
  font-size: 16.6px;
  font-size: 1.0375rem; }
  figcaption p {
    margin: 0; }

/* Grid
========================================================================== */
.third,
.fourth,
.half,
.two-third,
.three-fourth,
.fifth,
.two-fifth,
.three-fifth,
.full {
  padding: 0 20px;
  float: left; }


.third {
  width: 33.3333333333%; }


.fourth {
  width: 25%; }


.half {
  width: 50%; }


.two-third {
  width: 66.6666666667%; }


.three-fourth {
  width: 75%; }


.fifth {
  width: 20%; }


.two-fifth {
  width: 40%; }


.three-fifth {
  width: 60%; }


.full {
  width: 100%; }

/* Grid
========================================================================== */
h1, h2, h3, h4, h5, h6, .heading {
  line-height: 1.2;
  margin: 20px 0;
  font-weight: 400;
  font-family: "Francois One", sans-serif; }

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 23.4px;
  font-size: 1.4625rem; }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 16.6px;
  font-size: 1.0375rem; }

h6, .h6 {
  font-size: 13.4px;
  font-size: 0.8375rem; }

h1#page-title {
  margin: 15px 0;
  line-height: 1;
  color: #002d6d; }
  @media (max-width: 580px) {
    h1#page-title {
      font-size: 30px;
      font-size: 1.875rem; } }
  .main--left > h1#page-title {
    color: #002d6d;
    margin-top: 0; }
  .page-search .main--left > h1#page-title,
  .page-search-file .main--left > h1#page-title,
  .page-weather-forecast h1#page-title {
    color: #002d6d; }

.heading {
  display: block; }

.heading-container + .heading-container {
  margin-top: -5px; }

.heading + .heading {
  margin-top: -15px; }

.heading--top, .teaser__title {
  margin: 0 0 20px 0; }

.heading--only {
  margin: 0; }

.heading--sub, .teaser__subtitle {
  display: block;
  margin: 0 0 20px 0;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem; }
  @media (max-width: 580px) {
    .heading--sub, .teaser__subtitle {
      font-size: 23.4px;
      font-size: 1.4625rem; } }

.heading--small {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0; }

.term-listing-heading {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  padding: 10px 40px 5px 15px;
  border-bottom: 2px solid #fafcff;
  position: relative; }
  .term-listing-heading .rss {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .term-listing-heading .heading.heading--top, .term-listing-heading .heading.teaser__title {
    color: #002d6d;
    margin: 0 0 5px 0; }
  .term-listing-heading .heading.heading--sub, .term-listing-heading .heading.teaser__subtitle {
    color: #000;
    margin: 0; }

/* ==========================================================================
   Layout
   ========================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 720px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.container--grid {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 620px) {
    .container--grid {
      flex-direction: row;
      justify-content: space-between; } }
  .no-flexbox .container--grid:after {
    clear: both;
    content: '';
    display: table; }

.hero {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 15px; }

.page {
  top: 100px;
  position: relative; }
  @media (max-width: 500px) {
    .page {
      top: 70px; } }
  @media (max-width: 400px) {
    .page {
      top: 75px; } }
  .expanded .page {
    overflow: hidden; }
    @media (min-width: 720px) {
      .expanded .page {
        overflow: initial; } }
  @media (min-width: 720px) {
    .page .hero {
      display: flex;
      justify-content: space-between; } }
  .page .hero-left {
    position: relative; }
    @media (min-width: 720px) {
      .page .hero-left {
        width: 60%;
        max-width: 775px;
        padding-right: 15px; } }
    @media (min-width: 1020px) {
      .page .hero-left {
        width: 66.6666666667%; } }
    @media (min-width: 1190px) {
      .page .hero-left {
        padding-right: 0; } }
  .page .hero-right {
    width: 100%;
    display: block;
    position: relative; }
    @media (min-width: 720px) {
      .page .hero-right {
        width: 40%;
        max-width: 380px; } }
    @media (min-width: 1020px) {
      .page .hero-right {
        width: 33.3333333333%; } }
    .page .hero-right:after {
      content: '';
      display: block;
      clear: right; }
  .page .region-hero--right {
    height: 100%;
    width: 100%; }
    @media (min-width: 720px) {
      .page .region-hero--right {
        position: absolute; } }
  .page .body--inner,
  .page .content--main {
    padding: 0;
    background-color: #F4F4F4; }
    .page .body--inner .page,
    .page .content--main .page {
      top: initial; }
  .page .sidebar__item.block-advpoll,
  .page .sidebar__item.block-appnexus + .sidebar__item.block-quicktabs {
    display: none; }
    @media (min-width: 720px) {
      .page .sidebar__item.block-advpoll,
      .page .sidebar__item.block-appnexus + .sidebar__item.block-quicktabs {
        display: inherit; } }

.page--home .sidebar__item.block-quicktabs,
.page--home .sidebar__item.block-advpoll {
  display: none; }
  @media (min-width: 720px) {
    .page--home .sidebar__item.block-quicktabs,
    .page--home .sidebar__item.block-advpoll {
      display: inherit; } }

.page--body {
  background-color: #F4F4F4; }
  .page--body:before {
    content: "";
    position: absolute;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: z-index 0ms ease-in 550ms; }
  .expanded .page--body * {
    z-index: 0 !important; }
  .expanded .page--body .loading--circle {
    z-index: -2 !important; }
  .expanded .page--body:before {
    z-index: 4;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
    @media (min-width: 720px) {
      .expanded .page--body:before {
        opacity: 0;
        z-index: -1; } }
  .page--body a {
    color: #ce092b;
    background-color: transparent;
    word-break: break-word; }
    .page--body a:hover, .page--body a:focus {
      color: #002d6d; }

.body--inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10; }
  .body--inner:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 720px) {
    .body--inner {
      padding-left: 20px;
      padding-right: 20px; } }

.main--left,
.sidebar--right {
  width: 100%;
  display: block; }
  @media (min-width: 720px) {
    .main--left,
    .sidebar--right {
      display: inline-block;
      position: relative;
      padding: 0; } }

.content--main:after {
  clear: both;
  content: '';
  display: table; }

.main--left {
  position: relative; }
  @media (min-width: 720px) {
    .main--left {
      width: 60%;
      max-width: 775px;
      float: left;
      padding-right: 15px; } }
  @media (min-width: 1020px) {
    .main--left {
      width: 66.6666666667%; } }
  @media (min-width: 1190px) {
    .main--left {
      padding-right: 0; } }
  .main--left > .region > div:last-child {
    margin-bottom: 0; }

.sidebar--right {
  width: 100%;
  display: block;
  z-index: 1; }
  .sidebar--right > div {
    margin-bottom: 15px; }
  @media (min-width: 720px) {
    .sidebar--right {
      width: 40%;
      max-width: 380px;
      float: right; } }
  @media (min-width: 1020px) {
    .sidebar--right {
      width: 33.3333333333%; } }
  .sidebar--right:after {
    content: '';
    display: block;
    clear: right; }

.sidebar__item {
  width: 100%;
  display: block;
  margin-bottom: 15px; }

.sidebar-item__title {
  margin: 0 0 20px 0;
  display: none; }

.main--full {
  width: 100%;
  display: block; }

.home--full {
  position: relative;
  z-index: 0;
  margin: 0 -2px; }

@media (max-width: 719px) {
  .not-front .content--main {
    display: flex;
    flex-flow: column; }
  .not-front .sidebar--right {
    order: 2; }
  .not-front .main--left {
    order: 1;
    margin-bottom: 15px; } }

.not-front .main--left article.node {
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  margin-bottom: 15px;
  padding: 1px 15px 15px; }

.not-front .main--left .field-name-body .wp-caption {
  max-width: 100%; }

/* Links
========================================================================== */
.inline-block-link {
  display: inline-block;
  margin-right: 20px; }

.inherit-link {
  color: inherit; }

.link--plain {
  text-decoration: none; }
  .link--plain:focus, .link--plain:hover {
    text-decoration: underline; }

a.link--twitter {
  padding: 0 5px;
  background-color: #00aced;
  color: white !important;
  text-align: center;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-size: 1.25rem; }
  a.link--twitter:hover, a.link--twitter:focus {
    background-color: #12beff;
    color: white !important; }

.link--twitter--plain {
  color: #00aced; }
  .link--twitter--plain:hover, .link--twitter--plain:focus {
    color: #12beff; }

/*
* List Styles
*/
.plain-list, .link-block {
  margin: 0;
  padding: 0; }
  .plain-list li, .link-block li {
    list-style: none; }

.link-block a {
  display: block;
  text-decoration: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

iframe {
  max-width: 100%; }

.video, .audio--ramp {
  width: 100%;
  min-height: 300px; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Text-level semantics
   ========================================================================== */
.home-feature-story {
  font-family: "Roboto Condensed", sans-serif; }

.home-feature-content__item-subtitle, .home-feature-story__overlay-subtitle, .block--second-street--ss-block-signup .item-8 {
  font-family: "Open Sans", Helvetica, sans-serif; }

.node-listing-widget__tabs, .audio-on-demand__tabs, .recent-audio-main__tabs, .recent-content-main__tabs, .this-just-in__tabs {
  font-family: "Francois One", sans-serif; }

/* 
* Utility
* Very Generic classes that are meant to be extended by your own objects. 
*/
.float-right {
  float: right; }

.float-left {
  float: left; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

img.max-width {
  width: 100%;
  height: auto; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.float-clear:after, .link-block:after {
  clear: both;
  content: '';
  display: table; }

.image-replace {
  display: block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap; }

.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.break-all {
  word-break: break-all; }

.no-margin {
  margin: 0; }

.image-only-link {
  text-decoration: none;
  text-indent: -10000px; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

/* ==========================================================================
   Objects | Custom Object Styles
   Remember to keep new additions object-oriented.
   Ex:
   @import 'articles';
   @import 'calendar';
   @import 'map';
   ========================================================================== */
/* generated with grunt-sass-globbing */
/* ==========================================================================
   Top and Bottom Advertisement Regions
   ========================================================================== */
.advertisement--top, .advertisement--bottom {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 20px; }
  .advertisement--top:after, .advertisement--bottom:after {
    clear: both;
    content: '';
    display: table; }
  .advertisement--top iframe, .advertisement--bottom iframe {
    display: block;
    margin: 0 auto; }
  .advertisement--top img, .advertisement--bottom img {
    width: 100%;
    height: auto; }
  @media (min-width: 1020px) {
    .advertisement--top .oas_x95 img,
    .advertisement--top .oas_x96 img, .advertisement--bottom .oas_x95 img,
    .advertisement--bottom .oas_x96 img {
      width: 960px;
      margin: 0 auto;
      display: block; } }
  @media (min-width: 1020px) {
    .advertisement--top .oas_x10 img,
    .advertisement--top .oas_x11 img, .advertisement--bottom .oas_x10 img,
    .advertisement--bottom .oas_x11 img {
      width: 795px;
      margin: 0 auto;
      display: block; } }

.advertisement--appnexus {
  width: 100%;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 1020px) {
    .advertisement--appnexus.oas_x20, .advertisement--appnexus.oas_x21, .advertisement--appnexus.oas_x22 {
      width: 300px;
      margin: 0 auto; } }

.advertisement--full {
  display: block;
  height: 100%;
  margin: 0;
  position: fixed;
  width: 100%;
  opacity: 0;
  top: 0;
  transition: opacity 550ms ease-in; }
  .has-fullpage-ad .advertisement--full {
    opacity: 1;
    text-align: center;
    padding-top: 100px;
    z-index: 9; }
  .advertisement--full img {
    width: 100%;
    max-width: 1795px;
    height: auto;
    margin-top: -10px; }
    @media (max-width: 1480px) {
      .advertisement--full img {
        max-width: 100%;
        margin-top: 15px; } }
    @media (max-width: 1360px) {
      .advertisement--full img {
        margin-top: 28px; } }
  .advertisement--full.oas_x72:not(:empty) ~ #page .page--body {
    background-color: transparent; }

@media (max-width: 1480px) {
  .has-fullpage-ad .body--inner {
    max-width: 1100px; } }

@media (max-width: 1360px) {
  .has-fullpage-ad .body--inner {
    max-width: 1040px; } }

.block-appnexus.oas_x20, .block-appnexus.oas_x21,
.block-appnexus .oas_x35,
.block-appnexus .oas_x36,
.block-appnexus .oas_x37,
.block-appnexus .oas_x70 {
  background: #FFF;
  border: 1px solid #CCC;
  font-family: "Roboto Condensed", sans-serif;
  padding: 30px;
  line-height: 1;
  text-align: center; }
  @media (max-width: 920px) {
    .block-appnexus.oas_x20, .block-appnexus.oas_x21,
    .block-appnexus .oas_x35,
    .block-appnexus .oas_x36,
    .block-appnexus .oas_x37,
    .block-appnexus .oas_x70 {
      padding: 15px; } }
  @media (max-width: 720px) {
    .block-appnexus.oas_x20, .block-appnexus.oas_x21,
    .block-appnexus .oas_x35,
    .block-appnexus .oas_x36,
    .block-appnexus .oas_x37,
    .block-appnexus .oas_x70 {
      background: transparent;
      border: none;
      padding: 0; } }

.block-ent-poll-ct .node-advpoll .oas_x35 {
  text-align: center; }

.hero .hero-right .advertisement--appnexus.oas_x22 {
  margin: 20px auto 15px; }
  @media (min-width: 720px) {
    .hero .hero-right .advertisement--appnexus.oas_x22 {
      margin: auto; } }

/* ==========================================================================
   Alert
   ========================================================================== */
.alert-container {
  position: relative;
  width: 100%;
  background: #FFF;
  color: #000;
  transform: translate3d(0, -100%, 0px);
  max-height: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  transition: transform 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 100ms, z-index 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7), opacity 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .expanded .alert-container {
    z-index: 0; }
  .alert-container.alert--visible {
    margin-bottom: 20px;
    transform: translate3d(0, 0, 4px);
    opacity: 1;
    max-height: none;
    transition: transform 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7), z-index 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 200ms, opacity 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 200ms; }
    @media (max-width: 1160px) {
      .alert-container.alert--visible {
        margin-bottom: 15px; } }

.alert {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1;
  border: 1px solid #db1111; }

.alert__section-title {
  background: #db1111;
  color: #FFFFFF;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  margin: 0;
  padding: 0 10px 0 49px;
  vertical-align: top;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 850px) {
    .alert__section-title {
      height: 40px;
      line-height: 40px;
      padding: 0 10px 0 42px;
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (max-width: 620px) {
    .alert__section-title {
      display: block; } }
  .alert__section-title:before {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    left: 24px;
    position: absolute;
    opacity: 0.75;
    font-size: 34px;
    font-size: 2.125rem; }
    @media (max-width: 850px) {
      .alert__section-title:before {
        font-size: 29px;
        font-size: 1.8125rem;
        left: 22px; } }
  .alert__section-title:after {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    left: 9px;
    position: absolute;
    font-size: 34px;
    font-size: 2.125rem; }
    @media (max-width: 850px) {
      .alert__section-title:after {
        font-size: 29px;
        font-size: 1.8125rem; } }

.alert__description, .alert__actions {
  display: inline-block;
  vertical-align: top;
  height: 50px; }
  @media (max-width: 850px) {
    .alert__description, .alert__actions {
      height: 40px; } }

.alert__description {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  padding: 0 5px;
  width: calc(100% - 248px); }
  @media (max-width: 850px) {
    .alert__description {
      width: calc(100% - 220px); } }
  @media (max-width: 620px) {
    .alert__description {
      width: 100%; } }
  .alert__description.Weather {
    width: calc(100% - 280px); }
    @media (max-width: 850px) {
      .alert__description.Weather {
        width: calc(100% - 250px); } }
    @media (max-width: 620px) {
      .alert__description.Weather {
        width: 100%; } }
  @media (max-width: 620px) {
    .alert__description {
      height: 100%;
      padding: 10px 15px; } }
  .alert__description.description--loading {
    opacity: 0; }

.alert__actions {
  width: 30px;
  padding-top: 14px;
  position: absolute;
  right: 0; }
  @media (max-width: 850px) {
    .alert__actions {
      padding-top: 11px;
      text-align: center; } }
  @media (max-width: 620px) {
    .alert__actions {
      width: 35px;
      color: #FFF;
      top: 0; } }

.alert__link--more {
  text-decoration: none;
  height: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit; }
  @media (max-width: 620px) {
    .alert__link--more {
      overflow: visible;
      text-overflow: initial;
      white-space: normal; } }
  .page--body .alert__link--more:hover {
    color: #db1111;
    text-decoration: underline; }

.alert__title {
  color: #db1111;
  display: inline;
  font-family: "Francois One", sans-serif;
  line-height: 52px;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem; }
  @media (max-width: 850px) {
    .alert__title {
      line-height: 44px;
      font-size: 16.6px;
      font-size: 1.0375rem; } }
  @media (max-width: 620px) {
    .alert__title {
      line-height: 1.25; } }

.alert__close {
  display: block;
  cursor: pointer;
  font-size: 23.4px;
  font-size: 1.4625rem; }
  @media (max-width: 850px) {
    .alert__close {
      font-size: 20px;
      font-size: 1.25rem; } }

/* ==========================================================================
   Alt Page-Specific Listing Styling
   ========================================================================== */
.page-alt .teaser .title {
  margin-top: 0; }

.page-alt .teaser .teaser__media {
  display: block;
  overflow-x: hidden;
  padding-bottom: 8px;
  width: 100%; }
  @media (max-width: 500px) {
    .page-alt .teaser .teaser__media img.img--cover-image {
      width: initial;
      width: 182%;
      max-width: none;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      position: relative;
      right: -50%; } }

.page-alt .teaser .teaser__meta {
  padding-bottom: 0; }

.page-alt .teaser .teaser__details {
  display: block;
  width: 100%; }

.page-alt .teaser .teaser__link--more {
  width: 100%; }

/* ==========================================================================
   Author Byline (for blog posts)
   ========================================================================== */
.author {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  font-size: 23.4px;
  font-size: 1.4625rem; }
  .author .author__full-rss {
    position: absolute;
    right: 0;
    top: 2px;
    color: #ffa500;
    font-family: "Francois One", sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 580px) {
      .author .author__full-rss {
        display: none; } }
    .author .author__full-rss a {
      text-decoration: none;
      color: #ffa500; }
    .author .author__full-rss i {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  .author a {
    color: inherit; }
  .author .author__image, .author .author__details {
    display: inline-block; }
  .author .author__image {
    width: 45px;
    height: 45px;
    vertical-align: top;
    float: left; }
    .author .author__image img {
      width: 100%;
      height: 100%;
      margin: 0;
      border-radius: 50%; }
  .author .author__name {
    color: #ce092b;
    font-weight: 600;
    text-decoration: none;
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    font-size: 17px;
    font-size: 1.0625rem; }
    .author .author__name:hover {
      color: #002d6d; }
  .author .author__details {
    line-height: 1.2;
    float: left;
    color: #888; }
    .author .author__details .item__date--created {
      margin: 0;
      font-size: 16px;
      font-size: 1rem; }
  .author .author__rss {
    margin-left: 10px;
    font-size: 16px;
    font-size: 1rem; }
    .author .author__rss a:link, .author .author__rss a:visited {
      color: #002d6d;
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
    .author .author__rss a:hover {
      color: #ce092b; }
  .author .author__image + .author__details {
    color: #333;
    width: calc(100% - 45px);
    padding-left: 10px; }
    .author .author__image + .author__details .item__date--created {
      font-size: 12px;
      font-size: 0.75rem;
      color: #333; }

@media (max-width: 700px) {
  #modalBackdrop {
    width: 100% !important; } }

@media (max-width: 700px) {
  #modalContent {
    width: 100% !important;
    margin: 0 auto;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed !important; }
    #modalContent div.ctools-modal-content {
      margin: 0;
      width: 100% !important; }
      #modalContent div.ctools-modal-content #modal-content.modal-content {
        padding: 0;
        width: 100% !important; }
    #modalContent .ctools-modal-fb-comments-modal-content .popups-close a.close {
      right: 0;
      top: -15px;
      position: absolute; }
    #modalContent .fb-comments.fb_iframe_widget {
      width: 100%; }
      #modalContent .fb-comments.fb_iframe_widget > span {
        width: 100% !important; } }

#modalContent div.ctools-modal-content .modal-content {
  padding: 0;
  margin: 0 auto; }

#modalContent .ctools-modal-fb-comments-modal-content .popups-close a.close {
  z-index: 9; }

#modalContent .modal-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ==========================================================================
   Contest Page
   ========================================================================== */
.not-front.node-type-contest .main--left article.node.node-contest {
  padding: 0 15px 10px; }

.not-front.node-type-contest .tags-container {
  padding: 0; }

.not-front.node-type-contest .contest-additional-rules {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  padding: 1px 15px 10px;
  line-height: 1.4;
  font-size: 12.8px;
  font-size: 0.8rem; }
  .not-front.node-type-contest .contest-additional-rules .rules-title {
    margin: 0 0 -5px 0; }

.main--left .view.view-contests .view-header, .main--left .view.view-contests .view-content .item--group {
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  margin-bottom: 15px; }

.main--left .view.view-contests .view-header {
  padding: 2px 15px; }

.main--left .view.view-contests .view-content .item--group {
  padding: 15px 15px 1px; }

.main--left .view.view-contests .view-content .views-field-field-contest-rules-text {
  margin-top: 15px; }
  .main--left .view.view-contests .view-content .views-field-field-contest-rules-text .views-label {
    font-weight: bold;
    color: #000; }

/* ==========================================================================
   Events
   ========================================================================== */
.node-type-event .tags-container {
  padding: 0;
  margin: 10px 0 -5px; }
  .node-type-event .tags-container a:link, .node-type-event .tags-container a:visited {
    text-decoration: none;
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  @media (max-width: 580px) {
    .node-type-event .tags-container {
      line-height: 1; } }

.node-type-event .social--share .addthis_sharing_toolbox {
  margin-top: 12px; }
  .node-type-event .social--share .addthis_sharing_toolbox:empty {
    display: none; }

.node-type-event .event-description-tags {
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  margin-bottom: 15px;
  padding: 1px 15px 1px; }
  .node-type-event .event-description-tags .tags-container {
    padding-bottom: 15px; }

.event {
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px;
  background-color: #fafcff;
  color: #002d6d;
  font-size: 23.4px;
  font-size: 1.4625rem; }
  @media (max-width: 580px) {
    .event {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1; }
      .event > div + div {
        margin-top: 10px; } }
  .event .fa__icon {
    width: 30px;
    margin: 0px;
    position: absolute;
    color: #ce092b; }
  .event .fa__text {
    padding-left: 40px; }
  .event a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.event__line {
  display: block;
  position: relative; }
  .event__line.line--bold {
    font-weight: 700; }

.event__address {
  margin-left: 40px;
  line-height: 1.2; }

.view-events .item-list {
  margin-top: 7px; }

.heading--grouping-event {
  color: #002d6d;
  margin: 7.5px 0 6px 0;
  box-shadow: #dddddd 0px 0px 1px;
  position: relative;
  background: white;
  padding: 10px 15px 8px;
  border-bottom: 2px solid #dddddd;
  width: 100%;
  text-transform: uppercase; }
  .view-events .heading--grouping-event > i:before {
    line-height: 1;
    font-size: 23px;
    vertical-align: top;
    margin-right: 7px;
    color: #757575;
    margin-top: 6px;
    display: inline-block; }
  .heading--grouping-event:first-child {
    margin-top: 0; }

/* ==========================================================================
   Filter (Mostly for Grid Index pages)
   ========================================================================== */
.filter-container {
  padding: 20px 0;
  white-space: normal;
  background: #cfcfcf;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .filter-container:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 720px) {
    .filter-container {
      padding-left: 20px;
      padding-right: 20px; } }
  .filter-container .filter__entry {
    padding: 0 0 10px 0;
    width: 100%; }
    @media (min-width: 720px) {
      .filter-container .filter__entry {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 0 10px 0 0; } }
  .filter-container .form__entry {
    display: inline-block;
    padding: 0; }
  .filter-container label {
    display: block; }

/* ==========================================================================
   Font Awesome Reset
   ========================================================================== */
.fa {
  font: inherit !important; }
  .fa:before {
    font-family: FontAwesome !important; }

.fa__icon, .fa__text {
  display: inline-block; }

.fa__icon {
  margin-right: 5px; }

@font-face {
  font-family: 'fa-snapchat';
  src: url("../../../fonts/fa-snapchat.eot?-73zac");
  src: url("../../../fonts/fa-snapchat.eot?#iefix-73zac") format("embedded-opentype"), url("../../../fonts/fa-snapchat.ttf?-73zac") format("truetype"), url("../../../fonts/fa-snapchat.woff?-73zac") format("woff"), url("../../../fonts/fa-snapchat.svg?-73zac#fa-snapchat") format("svg"); }

.fa-snapchat:before {
  font-family: 'fa-snapchat' !important;
  content: "\e600"; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #000;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  z-index: 9; }

.footer--top {
  border-top: 1px solid #001f4c;
  padding: 20px 0 0; }
  .footer--top:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 919px) {
    .footer--top > .container {
      padding: 0; } }
  @media (min-width: 920px) {
    .footer--top {
      background: #002d6d;
      border-bottom: 1px solid #FFF;
      padding: 25px 0; } }

.footer--top-left {
  display: none;
  width: 100%;
  background: #002d6d; }
  @media (min-width: 620px) {
    .footer--top-left {
      display: block;
      padding: 25px 25px 20px;
      border-top: 1px solid #001f4c;
      border-bottom: 1px solid #FFF;
      margin-top: 15px; } }
  @media (min-width: 920px) {
    .footer--top-left {
      border-width: 0 1px 0 0;
      border-color: #FFF;
      border-style: solid;
      float: left;
      width: 75%;
      padding: 0;
      margin-top: 0; } }

.footer--top-right {
  width: 100%;
  text-align: center; }
  @media (min-width: 920px) {
    .footer--top-right {
      width: 25%;
      padding: 0 0 0 30px;
      right: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (min-width: 1200px) {
    .footer--top-right {
      right: 0px; } }
  .footer--top-right .social__sites--list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; }
  .footer--top-right .social__site a {
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #ce092b;
    background: white;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #ce092b;
    vertical-align: middle;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    transition: all 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
    .footer--top-right .social__site a:hover {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #002d6d;
      color: #002d6d; }
  .footer--top-right .social__link_header {
    display: none; }

.footer--search .search__submit {
  color: #002d6d; }

.footer--station-contact {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 18px 0 0;
  color: #FFF; }
  .footer--station-contact a:link, .footer--station-contact a:visited {
    color: #FFF; }
  .footer--station-contact .divider {
    margin: 0 5px; }
  @media (min-width: 920px) {
    .footer--station-contact {
      padding: 20px 0 5px; } }

.footer--malts-text {
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  line-height: 1;
  margin-top: 5px;
  padding: 0 15px; }
  @media (min-width: 920px) {
    .footer--malts-text {
      margin: 0 0 20px; } }

.footer--bottom {
  background: #000;
  padding: 15px 0;
  text-align: center; }
  @media (min-width: 620px) {
    .footer--bottom {
      padding: 20px 0 15px; } }

.logo--footer {
  position: relative;
  margin-bottom: 7px;
  display: none; }
  @media (min-width: 920px) {
    .logo--footer {
      display: inherit; } }
  .footer--top-right .logo--footer {
    display: inherit;
    margin-bottom: 10px; }
    @media (min-width: 920px) {
      .footer--top-right .logo--footer {
        display: none; } }

.footer--bottom-apps-link {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin-bottom: 5px;
  border-radius: 5px;
  vertical-align: top; }
  @media (min-width: 400px) {
    .footer--bottom-apps-link + .footer--bottom-apps-link {
      margin-left: 20px; } }
  .footer--bottom-apps-link img {
    width: 100%;
    height: auto;
    transition: opacity 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.footer--copyright {
  padding: 0;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  color: #e23956; }
  .footer--copyright p {
    margin: 0; }

/* ==========================================================================
   Drupal Search Form +
   ========================================================================== */
.page-search.page-search-node #page-tabs h2,
.page-search.page-search-file #page-tabs h2 {
  display: none; }

.page-search.page-search-node #page-tabs ul.tabs.primary,
.page-search.page-search-file #page-tabs ul.tabs.primary {
  margin: 0;
  border-bottom: none; }
  .page-search.page-search-node #page-tabs ul.tabs.primary li a,
  .page-search.page-search-file #page-tabs ul.tabs.primary li a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.search-form {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  padding: 15px;
  border-bottom: 2px solid #DDD;
  position: relative; }
  .search-form .container-inline label {
    display: inline;
    font-weight: bold;
    padding: 0 15px 5px 0; }
  .search-form .form__entry.entry--textfield,
  .search-form .form-item.form-type-textfield.form-item-keys {
    float: left;
    padding: 0;
    width: 74%; }
    .search-form .form__entry.entry--textfield input[type="text"],
    .search-form .form-item.form-type-textfield.form-item-keys input[type="text"] {
      width: calc(100% - 200px); }
    @media (max-width: 500px) {
      .search-form .form__entry.entry--textfield,
      .search-form .form-item.form-type-textfield.form-item-keys {
        width: 100%;
        float: none; }
        .search-form .form__entry.entry--textfield input[type="text"],
        .search-form .form-item.form-type-textfield.form-item-keys input[type="text"] {
          display: block;
          width: 100%;
          margin-top: 10px; } }
  .search-form .form-submit {
    width: 25%;
    float: right;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 5px; }
    @media (max-width: 500px) {
      .search-form .form-submit {
        width: 100%;
        float: none;
        margin: 20px 0 5px; } }
    .search-form .form-submit#edit-submit--2 {
      margin-bottom: 0;
      width: auto; }
  .search-form fieldset.search-advanced {
    margin-bottom: 0;
    clear: both; }
    .search-form fieldset.search-advanced.collapsible.collapsed {
      border-bottom-width: 0;
      border-left-width: 0;
      border-right-width: 0;
      height: 20px;
      padding: 0 20px;
      overflow: hidden; }
  .search-form + h2 {
    display: none; }

/* ==========================================================================
   Gallery Page
   ========================================================================== */
.not-front.node-type-image-gallery .block-views-carousel-image-gallery-owl {
  margin-bottom: 15px; }

.not-front.node-type-image-gallery .node.node-image-gallery {
  padding: 1px 15px 15px; }
  .not-front.node-type-image-gallery .node.node-image-gallery .field.field-name-body.field-type-text-with-summary.field-label-hidden {
    padding-left: 0; }

/* ==========================================================================
   Grouping (mostly for schedule index page)
   ========================================================================== */
.group {
  white-space: nowrap;
  line-height: 0; }
  .group:after {
    clear: both;
    content: '';
    display: table; }

.group--top, .group--bottom {
  white-space: normal;
  width: 100%;
  display: block;
  vertical-align: top; }

.group--top .group__heading {
  color: #ce092b;
  box-shadow: #DDD 0px 0px 1px;
  position: relative;
  background: white;
  padding: 10px 15px 8px;
  border-bottom: 2px solid #cdd9ea;
  text-transform: uppercase; }

.group--bottom {
  background: none; }

/* Header
========================================================================== */
.logged-in .header {
  top: 39px; }

@media (min-width: 800px) {
  .logged-in.navbar-tray-open .header {
    top: 79px; } }

.header {
  background: #FFF;
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 11;
  top: 0; }
  @media (max-width: 500px) {
    .header {
      height: 70px; } }
  @media (max-width: 400px) {
    .header {
      height: 75px; } }

.header--aux {
  background: #000;
  border-bottom: 1px solid #000;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  position: relative;
  z-index: 999999; }
  @media (max-width: 500px) {
    .header--aux {
      display: none; } }

.header--aux-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1230px) {
    .header--aux-inner {
      padding: 0 15px; } }

.header--wrap {
  height: 70px; }
  @media (max-width: 400px) {
    .header--wrap {
      height: 75px; } }

.header--top, .header--bottom {
  position: relative; }
  .header--top:after, .header--bottom:after {
    clear: both;
    content: '';
    display: table; }

.header--top {
  background: #FFF;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #001f4c;
  color: inherit;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .header--top.expanded {
    background: #FFF; }
    .header--top.expanded .on-demand__button {
      cursor: default;
      opacity: 0.5; }

.header--top-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.header--bottom {
  height: 20px;
  background: #002d6d;
  border-color: #001f4c;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #FFF;
  font-size: 14px;
  line-height: 19px;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .header--bottom a:link, .header--bottom a:visited {
    color: #FFF; }
  .expanded + .header--bottom {
    background: #ce092b; }
  @media (max-width: 1215px) {
    .header--bottom {
      padding: 0 15px; } }
  @media (max-width: 400px) {
    .header--bottom {
      height: 25px;
      font-size: 11px;
      line-height: 24px; } }

.header--bottom-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 140px; }
  @media (max-width: 500px) {
    .header--bottom-inner {
      padding-left: 0; } }

.header--bottom-inner--left {
  float: left; }
  @media (max-width: 500px) {
    .header--bottom-inner--left {
      display: none; } }

.header--bottom-inner--right {
  max-width: 300px;
  float: right;
  text-align: right; }
  @media (max-width: 500px) {
    .header--bottom-inner--right {
      float: none;
      max-width: 100%; } }
  @media (max-width: 400px) {
    .header--bottom-inner--right {
      text-align: left; } }
  .header--bottom-inner--right .label {
    margin-right: 5px; }
  .header--bottom-inner--right .divider {
    margin: 0 5px; }
  .header--bottom-inner--right span {
    position: relative; }

.header--inner {
  width: 100%; }

.header__branding--left, .header__branding--right {
  vertical-align: top; }

.header__branding--right {
  text-align: right; }
  @media (min-width: 720px) {
    .header__branding--right {
      padding-left: 20px; } }

.logo--header {
  width: 120px;
  height: auto;
  display: block;
  position: absolute;
  z-index: 5; }
  @media (max-width: 500px) {
    .logo--header {
      height: 50px;
      width: auto;
      left: 52px; } }

.header__nav, .subpage__nav {
  padding: 0 20px 0 0;
  position: relative;
  font-family: "Francois One", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  margin-left: 140px; }
  .header__nav:after, .subpage__nav:after {
    clear: both;
    content: '';
    display: table; }
  @media (max-width: 768px) {
    .header__nav, .subpage__nav {
      margin-left: 135px;
      padding: 0 15px 0 0; } }
  @media (max-width: 500px) {
    .header__nav, .subpage__nav {
      margin-left: 0; } }

.header__nav--right {
  height: 49px;
  max-width: 140px;
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 1215px) {
    .header__nav--right {
      right: 15px; } }

/* ==========================================================================
   Homepage Feature Content
   ========================================================================== */
.home-feature-content:after {
  content: " ";
  clear: both;
  display: block; }

.block-views-home-feature-content-group {
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  margin-bottom: 15px; }
  @media (max-width: 500px) {
    .block-views-home-feature-content-group {
      background: #FFF;
      box-shadow: none;
      overflow-x: hidden;
      margin-bottom: 0; } }
  .block-views-home-feature-content-group .views-row {
    width: 50%; }
    @media (max-width: 500px) {
      .block-views-home-feature-content-group .views-row {
        width: 100%;
        clear: both; } }

.block-views-home-feature-content-group-bottom .views-row-1 {
  float: left;
  padding-right: 7.5px; }
  @media (max-width: 500px) {
    .block-views-home-feature-content-group-bottom .views-row-1 {
      float: none;
      padding: 0; } }

.block-views-home-feature-content-group-bottom .views-row-2 {
  float: right;
  padding-left: 7.5px; }
  @media (max-width: 500px) {
    .block-views-home-feature-content-group-bottom .views-row-2 {
      float: none;
      padding: 0; } }
  .block-views-home-feature-content-group-bottom .views-row-2:after {
    content: " ";
    display: block;
    clear: both; }

.block-views-home-feature-content-group-bottom .views-row-3 {
  width: 100%; }

.block-views-home-feature-content-group-top .views-row-1 {
  width: 100%; }
  .block-views-home-feature-content-group-top .views-row-1:after {
    content: " ";
    display: block;
    clear: both; }

.block-views-home-feature-content-group-top .views-row-2 {
  float: left;
  padding-right: 7.5px; }
  @media (max-width: 500px) {
    .block-views-home-feature-content-group-top .views-row-2 {
      float: none;
      padding: 0; } }

.block-views-home-feature-content-group-top .views-row-3 {
  float: right;
  padding-left: 7.5px; }
  @media (max-width: 500px) {
    .block-views-home-feature-content-group-top .views-row-3 {
      float: none;
      padding: 0; } }
  .block-views-home-feature-content-group-top .views-row-3:after {
    content: " ";
    display: block;
    clear: both; }

.home-feature-content__item {
  display: inline-block;
  vertical-align: top; }

.home-feature-content__item-inner {
  position: relative;
  line-height: 1; }
  @media (max-width: 500px) {
    .home-feature-content__item-inner {
      display: block; } }
  .home-feature-content__item-inner .item-label {
    color: #FFF;
    position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    background: #ce092b;
    top: 0;
    left: 0;
    z-index: 1; }

@media (max-width: 500px) {
  .home-feature-content__item-link {
    width: 100%;
    display: block; }
    .home-feature-content__item-link > img {
      width: 100%; }
      .home-feature-content__item-link > img.img--cover-image {
        width: initial;
        width: 182%;
        max-width: none;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        position: relative;
        right: -50%; } }

.home-feature-content__item-image-attribution {
  bottom: 7px;
  position: absolute;
  right: 5px;
  color: #878787;
  z-index: 1;
  font-size: 10px;
  font-size: 0.625rem; }

.home-feature-content__item-details {
  padding: 15px 15px 20px; }
  @media (max-width: 850px) {
    .home-feature-content__item-details {
      padding: 15px; } }

.home-feature-content__item-title {
  margin: 0 0 10px;
  line-height: 1; }
  @media (max-width: 850px) {
    .home-feature-content__item-title {
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0 0 7px; } }
  .home-feature-content__item-title .fa {
    color: #333;
    position: absolute;
    cursor: pointer;
    margin-left: -30px; }
  .home-feature-content__item-title a:link, .home-feature-content__item-title a:visited {
    text-decoration: none;
    color: #ce092b; }
  .home-feature-content__item-title.has-audio {
    padding-left: 30px; }

.home-feature-content__item-subtitle {
  margin: 0 0 10px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem; }
  @media (max-width: 850px) {
    .home-feature-content__item-subtitle {
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0 0 7px; } }
  .home-feature-content__item-subtitle a:link, .home-feature-content__item-subtitle a:visited {
    text-decoration: none;
    color: #002d6d; }

.home-feature-content__item-author {
  color: #000;
  line-height: 1;
  margin-top: 8px;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem; }

/* ==========================================================================
   Homepage Feature Story Block
   ========================================================================== */
.home-feature-story {
  position: relative; }
  .home-feature-story > a {
    display: block;
    width: 100%;
    height: auto; }
  .home-feature-story .img--cover-tall-image {
    display: block;
    height: auto;
    width: 100%; }

.home-feature-story__image {
  position: relative; }

.home-feature-story__overlay {
  bottom: 0;
  position: absolute;
  padding: 25px 15px 15px;
  left: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#ffffff',GradientType=0 );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 10%); }
  @media (max-width: 400px) {
    .home-feature-story__overlay {
      padding: 10px;
      position: static;
      background: #FFF;
      border-top: 1px solid #e0e0e0;
      filter: none; } }

.home-feature-story__overlay-title {
  color: #ce092b;
  margin: 0;
  line-height: 1;
  text-shadow: 0 0 2px #FFF;
  font-size: 30px;
  font-size: 1.875rem; }
  @media (max-width: 500px) {
    .home-feature-story__overlay-title {
      font-size: 23.4px;
      font-size: 1.4625rem; } }
  @media (max-width: 400px) {
    .home-feature-story__overlay-title {
      font-size: 20px;
      font-size: 1.25rem;
      text-shadow: none; } }
  .home-feature-story__overlay-title a:link, .home-feature-story__overlay-title a:visited {
    color: #ce092b;
    text-decoration: none; }

.home-feature-story__overlay-subtitle {
  color: #002d6d;
  text-shadow: 0 0 2px #FFF;
  margin: 5px 0 0 0;
  width: 100%;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem; }
  @media (max-width: 500px) {
    .home-feature-story__overlay-subtitle {
      font-size: 16.6px;
      font-size: 1.0375rem; } }
  @media (max-width: 400px) {
    .home-feature-story__overlay-subtitle {
      font-size: 13.4px;
      font-size: 0.8375rem;
      text-shadow: none; } }
  @media (min-width: 401px) {
    .home-feature-story__overlay-subtitle {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .home-feature-story__overlay-subtitle a:link, .home-feature-story__overlay-subtitle a:visited {
    color: #002d6d;
    text-decoration: none; }

.home-feature-story__author {
  color: #000;
  line-height: 1;
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (max-width: 400px) {
    .home-feature-story__author {
      font-size: 12px;
      font-size: 0.75rem;
      color: #878787; } }

.home-feature-story__image-attribution {
  bottom: 2px;
  position: absolute;
  right: 5px;
  color: #878787;
  font-weight: 600;
  z-index: 1;
  font-size: 11px;
  font-size: 0.6875rem; }

.block-views-home-feature-story p:empty {
  display: none; }

.view-homepage-hero {
  max-height: 515px;
  overflow: hidden;
  position: relative;
  z-index: 4; }
  .view-homepage-hero .homepage-hero-caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    padding: 40px 20px 20px 20px; }
    .view-homepage-hero .homepage-hero-caption h2 {
      color: #FFFFFF;
      margin: 0;
      font-size: 40px;
      font-size: 2.5rem; }
      @media (max-width: 450px) {
        .view-homepage-hero .homepage-hero-caption h2 {
          font-size: 22px; } }
      .view-homepage-hero .homepage-hero-caption h2 a {
        color: #FFF;
        text-decoration: none; }
    .view-homepage-hero .homepage-hero-caption h3 {
      color: #f74b69;
      margin: 5px 0 0 0;
      font-size: 30px;
      font-size: 1.875rem; }
      @media (max-width: 450px) {
        .view-homepage-hero .homepage-hero-caption h3 {
          font-size: 16px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .view-homepage-hero .homepage-hero-caption h3 > div {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }

/* ==========================================================================
   Host/Author/Show Page Styles
   ========================================================================== */
.main--left article.node.node-show {
  padding: 0 15px 1px;
  margin-bottom: 0; }
  .main--left article.node.node-show + .second-street-block {
    margin-top: 15px; }
  .main--left article.node.node-show .heading-container,
  .main--left article.node.node-show .field-name-field-social-media-links {
    text-align: center; }

/* ==========================================================================
   Mobile Menu Toggle
   ========================================================================== */
.menu-toggle-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  z-index: 2;
  left: 0;
  vertical-align: middle; }
  @media (max-width: 500px) {
    .menu-toggle-container {
      width: 22px; } }

.menu-title,
.menu-title-expanded {
  color: #FFF;
  font-weight: normal;
  font-size: 18px;
  float: right;
  padding-top: 1px; }

@-moz-document url-prefix() {
  .menu-title,
  .menu-title-expanded {
    padding-top: 0; } }
  @media (max-width: 500px) {
    .menu-title,
    .menu-title-expanded {
      display: none; } }

.menu-title-expanded {
  display: none; }

.expanded .menu-title {
  display: none; }

.expanded .menu-title-expanded {
  display: inline; }
  @media (max-width: 500px) {
    .expanded .menu-title-expanded {
      display: none; } }

.menu-bars {
  width: 16px;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 500px) {
    .menu-bars {
      width: 22px; } }

.menu-bar {
  display: block;
  left: 0;
  height: 3px;
  width: 16px;
  background: #5480bf;
  position: absolute;
  transform: none;
  border-radius: 5px;
  transition: all 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), height 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 100ms, width 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 300ms, transform 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 350ms; }
  @media (max-width: 500px) {
    .menu-bar {
      width: 22px; } }
  .menu-bar.top {
    top: 0; }
  .menu-bar.middle {
    top: 6px; }
    @media (max-width: 500px) {
      .menu-bar.middle {
        top: 7px; } }
  .menu-bar.bottom {
    top: 12px; }
    @media (max-width: 500px) {
      .menu-bar.bottom {
        top: 14px; } }
  .expanded .menu-bar {
    transition: all 400ms cubic-bezier(0.22, 0.61, 0.18, 0.7), height 400ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 250ms, transform 400ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 300ms;
    transform: rotate(45deg); }
    .expanded .menu-bar.top {
      width: 3px;
      height: 18px;
      left: 7px;
      top: -2px; }
      @media (max-width: 500px) {
        .expanded .menu-bar.top {
          height: 24px;
          left: 9px;
          top: -4px; } }
    .expanded .menu-bar.middle {
      left: 6.8333333333px;
      width: 0; }
      @media (max-width: 500px) {
        .expanded .menu-bar.middle {
          left: 8.8333333333px; } }
    .expanded .menu-bar.bottom {
      top: 6px;
      width: 18px; }
      @media (max-width: 500px) {
        .expanded .menu-bar.bottom {
          width: 24px;
          top: 7px; } }

/* ==========================================================================
   Base Navigation Styles for Main Menu/Secondary/Tertiary Nav
   ========================================================================== */
.nav--footer ul, .nav--primary ul, .nav--services ul {
  list-style: none; }

.nav--footer a, .nav--primary a, .nav--services a {
  text-decoration: none; }

.nav--footer ul li.expanded, .nav--primary ul li.expanded, .nav--services ul li.expanded, .nav--footer ul li.collapsed, .nav--primary ul li.collapsed, .nav--services ul li.collapsed, .nav--footer ul li.leaf, .nav--primary ul li.leaf, .nav--services ul li.leaf {
  list-style: none; }

/* ==========================================================================
   Footer Navigation (menu-footer)
   ========================================================================== */
.nav--footer {
  color: #97bff9; }
  @media (min-width: 920px) {
    .nav--footer {
      min-height: 170px; } }
  .nav--footer:after {
    content: " ";
    display: block;
    clear: both; }
  .nav--footer .menu {
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 1.2;
    word-break: break-word; }
  .nav--footer .menu__item {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .nav--footer .menu__item.last:after {
      content: " ";
      display: block;
      clear: both; }
  .nav--footer .menu__link {
    color: inherit; }
  .nav--footer .menu--child, .nav--footer .item--child {
    display: block; }
  .nav--footer .menu--child {
    display: inline-block;
    width: 80%;
    padding: 0;
    margin-left: 0;
    font-size: 14px;
    font-size: 0.875rem; }
  .nav--footer .item--parent {
    display: block;
    float: left;
    width: 16.6666666667%;
    box-shadow: none; }
    .nav--footer .item--parent:nth-of-type(7n) {
      clear: both; }
  .nav--footer .link--parent {
    color: #cbdbf3;
    text-transform: uppercase;
    font-family: "Francois One", sans-serif;
    font-weight: 400;
    display: block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem; }
  .nav--footer .link--child {
    text-decoration: none;
    color: #97bff9; }
    .nav--footer .link--child:hover, .nav--footer .link--child:focus {
      text-decoration: underline; }
  .nav--footer .item--child {
    margin: 0;
    padding: 1px 0;
    position: relative; }

/* ==========================================================================
   Legal Navigation
   ========================================================================== */
.menu--legal {
  list-style-type: none;
  line-height: 1;
  text-align: center;
  padding: 0;
  margin: 0 0 20px; }
  @media (min-width: 620px) {
    .menu--legal {
      margin: 0 0 15px; } }

.menu__item--legal {
  display: inline-block; }
  .menu__item--legal + .menu__item--legal {
    margin-left: 15px; }

.menu__link--legal {
  text-decoration: none;
  color: #97bff9;
  font-size: 12px;
  text-transform: uppercase; }
  .menu__link--legal:visited, .menu__link--legal.active {
    color: #97bff9; }
  .menu__link--legal:hover {
    text-decoration: underline; }

/* ==========================================================================
   Primary Navigation (Main Menu)
   ========================================================================== */
@media (min-width: 721px) and (max-width: 1019px) {
  .header__main-menu .contextual-links-region, .header__main-menu .contextual-links-wrapper {
    width: 100%;
    height: inherit;
    float: left; }
  .header__main-menu .contextual-links-region {
    position: inherit; }
  .header__main-menu .contextual-links-wrapper {
    position: relative; } }

.nav--primary {
  display: block;
  height: inherit; }

.logged-in .nav--sidebar, .logged-in .nav--sidebar-subpage {
  top: 0; }

.nav--sidebar, .nav--sidebar-subpage {
  position: fixed;
  height: 100%;
  width: 50%;
  max-width: 400px;
  left: -100%;
  top: 0;
  bottom: 0;
  padding-top: 100px;
  background: #002d6d;
  border-color: #001f4c;
  border-style: solid;
  border-width: 0 1px 0 0;
  transition: left 0.5s ease-out;
  display: block;
  overflow: auto;
  z-index: -1; }
  .expanded .nav--sidebar, .expanded .nav--sidebar-subpage {
    left: 0; }
  @media (max-width: 580px) {
    .nav--sidebar, .nav--sidebar-subpage {
      width: 75%; } }
  @media (max-width: 500px) {
    .nav--sidebar, .nav--sidebar-subpage {
      padding-top: 70px;
      width: 100%; } }
  .logged-in .nav--sidebar, .logged-in .nav--sidebar-subpage {
    padding-top: 139px; }
  @media (min-width: 800px) {
    .logged-in.navbar-tray-open .nav--sidebar, .logged-in.navbar-tray-open .nav--sidebar-subpage {
      padding-top: 179px; } }

.nav--top--primary, .nav--subpage--primary {
  vertical-align: middle;
  float: left;
  position: relative;
  display: inline-block;
  height: 30px;
  width: 91px;
  background: #000;
  padding: 0px 10px;
  line-height: 27px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 9px;
  margin-right: 12px;
  cursor: pointer;
  user-select: none; }
  @media (max-width: 500px) {
    .nav--top--primary, .nav--subpage--primary {
      background: none;
      border: none;
      width: inherit;
      margin-right: 0;
      padding: 10px 15px;
      margin-top: 0;
      height: 100%; } }

.menu--primary, .menu--sub-primary {
  width: 100%;
  background: #002d6d;
  z-index: 5;
  margin: 0;
  padding: 0;
  transition: left 700ms ease-out;
  left: -100%;
  font-size: 0;
  top: auto;
  overflow: auto;
  line-height: 1.75; }
  .menu--primary a, .menu--sub-primary a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.menu__item--primary, .menu__item--sub-primary {
  position: relative;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  border-bottom: 1px solid #FFF; }
  .menu__item--primary.open .menu--child--primary, .open.menu__item--sub-primary .menu--child--primary {
    display: block;
    max-height: 700px;
    transition: max-height 2s cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.menu__link--primary {
  position: relative;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  padding: 10px 20px;
  background: #002d6d;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .menu__link--primary:link, .menu__link--primary:visited {
    color: #FFF; }
  .menu__link--primary:after {
    content: '';
    position: absolute;
    background-color: #FFF;
    transition: visibility 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), left 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), width 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), height 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), top 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    left: 0;
    width: 3px;
    height: 0;
    top: 50%;
    visibility: hidden; }
  .menu__link--primary:hover {
    background: #001c44;
    color: #FFF; }
    .menu__link--primary:hover:after {
      transition: visibility 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), left 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), width 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), height 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), top 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
      top: 0;
      height: 100%;
      visibility: visible; }

.menu__link--child--primary {
  position: relative;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  word-break: normal;
  padding: 10px 20px;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .menu__link--child--primary:link, .menu__link--child--primary:visited {
    color: #FFFFFF; }
  .menu__link--child--primary:after {
    content: '';
    position: absolute;
    background-color: #FFF;
    transition: visibility 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), left 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), width 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), height 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), top 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    left: 0;
    width: 3px;
    height: 0;
    top: 50%;
    visibility: hidden; }
  .menu__link--child--primary:hover {
    background: #121212; }
    .menu__link--child--primary:hover:after {
      transition: visibility 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), left 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), width 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), height 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), top 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
      top: 0;
      height: 100%;
      visibility: visible; }

.menu__link--primary {
  font-size: 18px; }

.menu__link--primary.has-children {
  padding-right: 40px; }
  .open .menu__link--primary.has-children {
    background: #001c44;
    color: #FFF;
    letter-spacing: 2px; }
  .menu__link--primary.has-children:before, .menu__link--primary.has-children:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    top: 13px;
    right: 20px;
    left: auto;
    background: #FFF;
    transition: top 200ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    visibility: visible; }
  .menu__link--primary.has-children:before {
    transform: rotate(-45deg); }
  .menu__link--primary.has-children:after {
    top: 22px;
    transform: rotate(45deg); }
  .open .menu__link--primary.has-children:before, .open .menu__link--primary.has-children:after {
    top: 17px; }

.menu--child--primary {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  max-height: 0;
  transition: max-height 600ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

.menu__item--child--primary {
  border-color: #FFF;
  border-style: solid;
  border-width: 1px 0 0 0; }

.menu__link--child--primary {
  background: #000; }

/* ==========================================================================
   Services Navigation (Nav Right)
   ========================================================================== */
.nav--services {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px; }
  .nav--services .menu {
    height: 30px;
    padding: 0;
    margin: 0;
    font-size: 0; }
  .nav--services .menu__item {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .nav--services .menu__item.first .menu__link:before {
      display: none; }
  .nav--services .menu__link {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .nav--services .menu__link:hover, .nav--services .menu__link:focus {
      color: #e6e6e6;
      text-shadow: 0 0 3px #666; }
    .nav--services .menu__link:before {
      content: "-";
      color: #FFFFFF;
      padding: 0 10px; }

/* ==========================================================================
   Shortcut Navigation (Shortcut Menu)
   ========================================================================== */
@media (max-width: 1000px) {
  .nav--shortcut-menu {
    display: none; } }

.header__shortcut-menu .contextual-links-region, .header__shortcut-menu .contextual-links-wrapper {
  width: 100%;
  height: inherit;
  float: left; }

.header__shortcut-menu .contextual-links-region {
  position: inherit; }

.header__shortcut-menu .contextual-links-wrapper {
  position: relative; }

.menu--shortcut {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.75; }
  .menu--shortcut a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  @media (min-width: 720px) {
    .expanded .menu--shortcut a {
      color: #CCC; } }
  .menu--shortcut:hover a {
    color: #CCC; }

.nav--shortcut-menu .menu__item--shortcut {
  font-size: 16px;
  font-size: 1rem;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  display: inline-block;
  padding: 10px 8px;
  height: 100%;
  margin: 0; }

.menu__link--shortcut {
  font-size: 18px;
  position: relative;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  color: #000; }
  .menu__link--shortcut:hover, .menu__link--shortcut.active {
    color: #ce092b !important; }

/* ==========================================================================
   Sub Page Navigation
   ========================================================================== */
.nav--subpage--primary {
  padding-bottom: 10px;
  z-index: 3; }
  .nav--subpage--primary .menu-title {
    padding-left: 10px;
    color: #404040;
    position: relative !important; }
    @media (min-width: 1020px) {
      .nav--subpage--primary .menu-title {
        position: absolute !important; } }
  .nav--subpage--primary .menu-bar {
    background: #404040; }

.menu--sub-primary {
  margin: 0 !important;
  padding: 0 !important; }

.menu__item--sub-primary {
  padding: 0 !important;
  margin: 0 !important;
  list-style-image: none !important;
  list-style-type: none !important; }

.menu__item--sub-primary a.leaf {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  background: #000; }
  @media (min-width: 1020px) {
    .menu__item--sub-primary a.leaf {
      color: #404040;
      background: none; } }
  .menu__item--sub-primary a.leaf.active {
    color: #FFFFFF; }
    @media (min-width: 1020px) {
      .menu__item--sub-primary a.leaf.active {
        color: #FFF;
        background: #404040; } }
  @media (min-width: 1020px) {
    .menu__item--sub-primary a.leaf:hover, .menu__item--sub-primary a.leaf:focus, .menu__item--sub-primary a.leaf.open {
      color: #FFF;
      background: #404040; } }

.nav--sidebar-subpage {
  position: absolute;
  left: -110%;
  width: 100%;
  transition: left 1s ease-out; }
  @media (min-width: 1020px) {
    .nav--sidebar-subpage {
      left: 0;
      position: relative; } }
  .nav--sidebar-subpage .expanded {
    left: 0;
    top: 46px; }

.subpage__nav {
  padding: 0; }
  .subpage__nav .expanded.nav--sidebar-subpage {
    overflow-y: visible !important;
    z-index: 2; }
  .subpage__nav .expanded .sub-menu-bar {
    transition: all 400ms cubic-bezier(0.22, 0.61, 0.18, 0.7), height 400ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 250ms, transform 400ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 300ms;
    transform: rotate(45deg); }
    .subpage__nav .expanded .sub-menu-bar.top {
      width: 3px;
      height: 30px;
      left: 12.5px;
      top: -3px; }
    .subpage__nav .expanded .sub-menu-bar.middle {
      left: 9.8333333333px;
      width: 0; }
    .subpage__nav .expanded .sub-menu-bar.bottom {
      top: 10.5px;
      width: 30px; }
  .subpage__nav .sub-menu-bar {
    display: block;
    left: 0;
    height: 3px;
    width: 35px;
    background: #404040;
    position: absolute;
    transform: none;
    border-radius: 5px;
    transition: all 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7), height 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 100ms, width 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 300ms, transform 350ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 350ms; }
    .subpage__nav .sub-menu-bar.top {
      top: 0; }
    .subpage__nav .sub-menu-bar.middle {
      top: 9.8333333333px; }
    .subpage__nav .sub-menu-bar.bottom {
      top: 20px; }

/* ==========================================================================
   Node Listing Widget (Sidebar)
   ========================================================================== */
.node-listing-widget__content {
  padding: 15px;
  background: #FFF;
  border: 1px solid #CCC;
  height: 100%;
  position: relative; }
  .node-listing-widget__content > h2 {
    color: #002d6d;
    font-family: "Francois One", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: -2px 0 0 0;
    padding: 0 0 10px 10px;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem; }

.node-listing-widget__tabs {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  display: flex; }
  @media (max-width: 920px) {
    .node-listing-widget__tabs {
      font-size: 16px; } }
  @media (max-width: 850px) {
    .node-listing-widget__tabs {
      font-size: 14px; } }
  @media (max-width: 720px) {
    .node-listing-widget__tabs {
      font-size: 18px; } }
  @media (max-width: 400px) {
    .node-listing-widget__tabs {
      font-size: 14px; } }

.node-listing-widget__tabs--item {
  color: #9a9a9a;
  display: inline-block;
  vertical-align: top;
  padding: 0 7.5px;
  border-bottom: 2px solid #ababab;
  padding-bottom: 5px;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase; }
  @media (max-width: 421px) {
    .node-listing-widget__tabs--item {
      min-width: 50%;
      padding: 0 0 5px 0; } }
  .node-listing-widget__tabs--item.active {
    border-bottom: 2px solid #ababab; }

.node-listing-widget__tabs--link {
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .node-listing-widget__tabs--link:link, .node-listing-widget__tabs--link:visited {
    color: #9a9a9a;
    text-decoration: none;
    outline: none; }
    .active .node-listing-widget__tabs--link:link, .active .node-listing-widget__tabs--link:visited {
      color: #000; }
  .node-listing-widget__tabs--item > .node-listing-widget__tabs--link:hover {
    color: #717171; }

.node-listing-widget__inner {
  background: #f9f9f9;
  border: 1px solid #cdd9ea;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-height: 421px; }
  .sidebar__item.block-views .node-listing-widget__inner .view-display-id-list_hosts_block {
    background: transparent;
    border: 0;
    padding: 0; }
    .sidebar__item.block-views .node-listing-widget__inner .view-display-id-list_hosts_block > .view-content {
      background: transparent;
      border: 0; }

.node-listing-widget__inner--item {
  display: none;
  font-weight: normal; }
  .node-listing-widget__inner--item.active {
    display: inherit; }

.node-listing-widget__inner--item-list {
  margin: 0;
  padding: 0; }

/* Node-specific stuff
   ========================================================================== */
.node img {
  margin: 10px 0; }

.node__cover {
  line-height: 1;
  margin: 0 -15px;
  position: relative; }
  @media (max-width: 500px) {
    .node__cover {
      overflow: hidden; } }
  .node__cover .item-label {
    display: inherit;
    color: #FFF;
    position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    background: #ce092b;
    top: 0;
    left: 0;
    z-index: 1; }
  .node__cover img {
    width: 100%;
    margin: 0; }
  @media (max-width: 500px) {
    .node__cover img.img--cover-image {
      width: initial;
      width: 182%;
      max-width: none;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      position: relative;
      right: -50%; } }

/* ==========================================================================
   Schedule Index Page
   ========================================================================== */
@media (max-width: 500px) {
  .view-on-air-schedule .group__heading {
    font-size: 23.4px;
    font-size: 1.4625rem; } }

.view-on-air-schedule .teaser.teaser--small {
  overflow: hidden; }
  .view-on-air-schedule .teaser.teaser--small .teaser__media {
    width: auto;
    max-width: 100%;
    display: inline-block; }
    @media (max-width: 1020px) {
      .view-on-air-schedule .teaser.teaser--small .teaser__media {
        max-width: 30%; } }
    @media (max-width: 850px) {
      .view-on-air-schedule .teaser.teaser--small .teaser__media {
        vertical-align: middle; } }
  .view-on-air-schedule .teaser.teaser--small img {
    height: 130px; }
    @media (max-width: 1020px) {
      .view-on-air-schedule .teaser.teaser--small img {
        width: auto;
        height: auto; } }
  .view-on-air-schedule .teaser.teaser--small .teaser__details {
    padding: 0 0 0 15px;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1020px) {
      .view-on-air-schedule .teaser.teaser--small .teaser__details {
        left: 30%; } }
    @media (max-width: 850px) {
      .view-on-air-schedule .teaser.teaser--small .teaser__details {
        padding: 0 0 0 10px;
        display: inline-block;
        vertical-align: middle;
        position: static;
        width: 68%;
        top: auto;
        left: auto;
        transform: none; } }
  .view-on-air-schedule .teaser.teaser--small .teaser__title.heading--top, .view-on-air-schedule .teaser.teaser--small .teaser__title {
    margin: 0; }
    .view-on-air-schedule .teaser.teaser--small .teaser__title.heading--top a, .view-on-air-schedule .teaser.teaser--small .teaser__title a {
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
      color: #002d6d; }
      .view-on-air-schedule .teaser.teaser--small .teaser__title.heading--top a:hover, .view-on-air-schedule .teaser.teaser--small .teaser__title a:hover {
        color: #ce092b; }
    @media (max-width: 1020px) {
      .view-on-air-schedule .teaser.teaser--small .teaser__title.heading--top, .view-on-air-schedule .teaser.teaser--small .teaser__title {
        font-size: 23.4px;
        font-size: 1.4625rem;
        line-height: 1; } }
  .view-on-air-schedule .teaser.teaser--small .teaser__subtitle {
    margin: 0; }
    @media (max-width: 1020px) {
      .view-on-air-schedule .teaser.teaser--small .teaser__subtitle {
        font-size: 23.4px;
        font-size: 1.4625rem;
        white-space: nowrap; } }

/* ==========================================================================
   On Demand Button/Block (Header)
   ========================================================================== */
.on-demand-container {
  float: right; }

.on-demand__button {
  color: #FFF;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  width: auto;
  background: #ce092b;
  padding: 0px 10px;
  line-height: 30px;
  border: 1px solid #ce092b;
  border-radius: 5px;
  margin-top: 9px;
  cursor: pointer;
  transition: background 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7), opacity 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 250ms;
  user-select: none;
  -moz-user-select: none;
  opacity: 1; }
  @media (max-width: 720px) {
    .on-demand__button span {
      display: none; } }
  .expanded > .on-demand__button {
    color: #ce092b;
    background: #FFF;
    border: 1px solid #ce092b; }

.on-demand__content {
  width: 285px;
  padding: 0 15px 15px;
  position: absolute;
  min-height: 0;
  right: -15px;
  background: #FFF;
  z-index: 99;
  border-width: 0 1px 1px 1px;
  border-color: #001f4c;
  border-style: solid;
  top: -500px;
  opacity: 0;
  transition: top 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 100ms, z-index 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7), opacity 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  @media (max-width: 421px) {
    .on-demand__content {
      max-width: 100%;
      width: 100%;
      position: fixed;
      right: 0;
      border-width: 0 1px 1px 1px;
      padding: 10px 15px 15px; } }
  .expanded > .on-demand__content {
    top: 100%;
    min-height: 250px;
    z-index: 99999;
    opacity: 1;
    transition: top 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7), z-index 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 200ms, opacity 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 200ms; }
    @media (max-width: 500px) {
      .expanded > .on-demand__content {
        top: 49px; } }
    @media (max-width: 421px) {
      .expanded > .on-demand__content {
        top: 70px; } }
    @media (max-width: 400px) {
      .expanded > .on-demand__content {
        top: 75px; } }

.on-demand__tabs {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 15px; }
  .on-demand__tabs:after {
    content: " ";
    display: block;
    clear: both; }

.on-demand__tabs--item {
  display: inline-block;
  vertical-align: top;
  padding: 0 14px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  float: left; }
  @media (max-width: 421px) {
    .on-demand__tabs--item {
      min-width: 33%;
      padding: 0 0 5px 0; } }
  .on-demand__tabs--item.active {
    border-bottom: 2px solid #ce092b; }

.on-demand__tabs--link {
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .on-demand__tabs--link:link, .on-demand__tabs--link:visited {
    color: #a5b6d0;
    text-decoration: none;
    outline: none; }
    .active .on-demand__tabs--link:link, .active .on-demand__tabs--link:visited {
      color: #002d6d; }
  .on-demand__tabs--link:hover {
    color: #667fa2; }

.on-demand__inner {
  background: #fafcff;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0;
  height: 194px;
  text-transform: none; }

.on-demand__inner--item {
  display: none;
  border: 1px solid #cdd9ea;
  font-weight: normal;
  height: 194px;
  overflow-y: auto;
  overflow-x: hidden; }
  .on-demand__inner--item:first-child {
    padding: 15px 15px 0; }
  .on-demand__inner--item.active {
    display: inherit; }
  .on-demand__inner--item .item--on-demand .item__image {
    width: 45px; }
  .on-demand__inner--item .item--on-demand .item__description {
    width: calc(100% - 50px);
    padding: 3px 0 0 5px; }
  .on-demand__inner--item .item--on-demand .list-item .item__title {
    margin: 2px 0; }
  .on-demand__inner--item .item--on-demand .item__inner {
    padding: 8px 10px; }
  .on-demand__inner--item .item--on-demand .item__meta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.on-demand__inner--item-list {
  padding: 0;
  margin: 0; }

.on-demand__inner--title {
  color: #333;
  margin: 0 0 7px; }

.on-demand__inner--description {
  color: #002d6d;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: none;
  margin: 0 0 13px;
  line-height: 1.2; }

.on-demand__inner--listen-button {
  color: #000;
  margin: 0 auto;
  width: 165px;
  min-height: 45px;
  border-radius: 4px;
  background: #FFF;
  border-width: 1px;
  border-color: #cdd9ea;
  border-style: solid;
  display: block;
  font-size: 18px;
  font-weight: 600; }
  .on-demand__inner--listen-button + .on-demand__inner--listen-button {
    margin-top: 10px; }
  .on-demand__inner--listen-button .fa {
    color: #ce092b;
    margin-right: 10px; }

.on-demand__inner--app-links {
  border-top: 1px solid #cdd9ea;
  margin-top: 15px;
  padding-top: 5px;
  font-size: 22px;
  text-align: center; }

.on-demand__inner--app {
  width: 22%;
  vertical-align: top;
  display: inline-block; }
  .on-demand__inner--app a:link, .on-demand__inner--app a:visited {
    color: #002d6d;
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .on-demand__inner--app a:hover {
    color: #000; }

.main--left #ob_card {
  border-top-left-radius: 0;
  border-color: #002d6d;
  box-shadow: 0 0 17px 3px rgba(0, 45, 109, 0.5); }
  .main--left #ob_card .ob_close_image {
    margin: 5px 7px 0 0; }
  .main--left #ob_card .ob_box_cont ul {
    padding-left: 20px; }
  .main--left #ob_card .ob_source {
    padding-left: 10px; }
  .main--left #ob_card a.rec-link:link, .main--left #ob_card a.rec-link:visited {
    color: #ce092b;
    text-decoration: none;
    border-bottom: 1px dotted; }
  .main--left #ob_card a.rec-link:hover {
    color: #002d6d; }

.main--left .ob_strip_container .ob_container {
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  line-height: 1;
  padding: 15px 15px 0; }
  .main--left .ob_strip_container .ob_container .ob_container_recs {
    display: inline-block;
    position: relative; }
    .main--left .ob_strip_container .ob_container .ob_container_recs .item-container {
      margin: 0 15px 12px 0;
      min-height: 0;
      padding: 0 !important;
      width: calc(33% - 7.75px);
      position: relative; }
      @media (max-width: 1092px) {
        .main--left .ob_strip_container .ob_container .ob_container_recs .item-container {
          width: calc(33% - 8px); } }
      @media (max-width: 1019px) {
        .main--left .ob_strip_container .ob_container .ob_container_recs .item-container {
          width: calc(33% - 8.5px); } }
      @media (max-width: 839px) {
        .main--left .ob_strip_container .ob_container .ob_container_recs .item-container {
          width: calc(33% - 9px); } }
      @media (max-width: 500px) {
        .main--left .ob_strip_container .ob_container .ob_container_recs .item-container {
          width: 100%;
          margin: 0 0 15px 0; } }
      .main--left .ob_strip_container .ob_container .ob_container_recs .item-container img.strip-img {
        height: auto !important;
        width: 100%;
        opacity: 0.5; }
      .main--left .ob_strip_container .ob_container .ob_container_recs .item-container .ob-text-content {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        text-shadow: 0 0 10px #FFF; }
      .main--left .ob_strip_container .ob_container .ob_container_recs .item-container .strip-rec-link-title {
        color: #002d6d;
        font-family: "Francois One", sans-serif;
        font-size: 14px;
        font-size: 0.875rem; }
      .main--left .ob_strip_container .ob_container .ob_container_recs .item-container .strip-rec-link-source {
        line-height: 1;
        font-weight: 600;
        margin-top: 7px; }
        .main--left .ob_strip_container .ob_container .ob_container_recs .item-container .strip-rec-link-source .ob_source {
          font-size: 12px;
          font-size: 0.75rem;
          color: #000;
          font-style: italic; }
    .main--left .ob_strip_container .ob_container .ob_container_recs .item-link-container:nth-child(3):after {
      content: " ";
      display: block;
      width: 100%;
      clear: both; }
      @media (max-width: 500px) {
        .main--left .ob_strip_container .ob_container .ob_container_recs .item-link-container:nth-child(3):after {
          display: none; } }
    .main--left .ob_strip_container .ob_container .ob_container_recs .item-link-container:nth-child(3) .item-container {
      margin-right: 0; }
      @media (max-width: 500px) {
        .main--left .ob_strip_container .ob_container .ob_container_recs .item-link-container:nth-child(3) .item-container {
          margin-right: 15px; } }
    .main--left .ob_strip_container .ob_container .ob_container_recs .item-link-container:last-child .item-container {
      margin-right: 0; }
    .main--left .ob_strip_container .ob_container .ob_container_recs + .ob_container_shadow_outer {
      display: none; }

.view-carousel, .view-slideshow {
  display: none;
  position: relative;
  z-index: 4; }
  .view-carousel #current-large-slide, .view-slideshow #current-large-slide {
    max-height: 507px;
    max-width: 775px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none; }
    .view-carousel #current-large-slide .owl-item, .view-slideshow #current-large-slide .owl-item {
      width: 100% !important;
      max-height: 507px;
      position: relative;
      line-height: 1; }
      .view-carousel #current-large-slide .owl-item > div[class^='item-'], .view-slideshow #current-large-slide .owl-item > div[class^='item-'] {
        display: none;
        transition: all 0.2s ease-in-out; }
      .view-carousel #current-large-slide .owl-item div.item-0, .view-slideshow #current-large-slide .owl-item div.item-0 {
        display: block; }
      .view-carousel #current-large-slide .owl-item .views-field-field-file-image-attribution, .view-slideshow #current-large-slide .owl-item .views-field-field-file-image-attribution {
        bottom: 5px; }
    .view-carousel #current-large-slide .current-large-slide-controls > div, .view-slideshow #current-large-slide .current-large-slide-controls > div {
      background: #002d6d;
      opacity: 0.5;
      cursor: pointer;
      padding: 3px 10px 15px;
      position: absolute;
      color: #FFF;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.2s ease-in-out;
      z-index: 999;
      line-height: 1; }
      @media (max-width: 450px) {
        .view-carousel #current-large-slide .current-large-slide-controls > div, .view-slideshow #current-large-slide .current-large-slide-controls > div {
          padding: 0px 7px 10px; } }
      .view-carousel #current-large-slide .current-large-slide-controls > div:hover, .view-slideshow #current-large-slide .current-large-slide-controls > div:hover {
        opacity: 1; }
    .view-carousel #current-large-slide .current-large-slide-controls-prev, .view-slideshow #current-large-slide .current-large-slide-controls-prev {
      left: 0; }
      .view-carousel #current-large-slide .current-large-slide-controls-prev:before, .view-slideshow #current-large-slide .current-large-slide-controls-prev:before {
        content: "\2039";
        font-size: 70px;
        font-size: 4.375rem; }
        @media (max-width: 450px) {
          .view-carousel #current-large-slide .current-large-slide-controls-prev:before, .view-slideshow #current-large-slide .current-large-slide-controls-prev:before {
            font-size: 3rem; } }
    .view-carousel #current-large-slide .current-large-slide-controls-next, .view-slideshow #current-large-slide .current-large-slide-controls-next {
      right: 0; }
      .view-carousel #current-large-slide .current-large-slide-controls-next:after, .view-slideshow #current-large-slide .current-large-slide-controls-next:after {
        content: "\203A";
        font-size: 70px;
        font-size: 4.375rem; }
        @media (max-width: 450px) {
          .view-carousel #current-large-slide .current-large-slide-controls-next:after, .view-slideshow #current-large-slide .current-large-slide-controls-next:after {
            font-size: 3rem; } }
    .view-carousel #current-large-slide .owl-item-image img, .view-slideshow #current-large-slide .owl-item-image img {
      width: 100%; }
  .view-carousel .owl-wrapper.owl-wrapper--thumbs, .view-slideshow .owl-wrapper.owl-wrapper--thumbs {
    overflow: hidden; }
    .view-carousel .owl-wrapper.owl-wrapper--thumbs .owl-item, .view-slideshow .owl-wrapper.owl-wrapper--thumbs .owl-item {
      position: relative;
      cursor: pointer; }
      .view-carousel .owl-wrapper.owl-wrapper--thumbs .owl-item img, .view-slideshow .owl-wrapper.owl-wrapper--thumbs .owl-item img {
        border-bottom: 8px solid #000;
        opacity: 0.8;
        transition: all 0.2s ease-in-out; }
      .view-carousel .owl-wrapper.owl-wrapper--thumbs .owl-item.activeOwl img, .view-slideshow .owl-wrapper.owl-wrapper--thumbs .owl-item.activeOwl img {
        border-color: #f00a32 !important;
        opacity: 1 !important; }
      .view-carousel .owl-wrapper.owl-wrapper--thumbs .owl-item:hover img, .view-slideshow .owl-wrapper.owl-wrapper--thumbs .owl-item:hover img {
        border-color: #760519;
        opacity: 0.9; }
      .view-carousel .owl-wrapper.owl-wrapper--thumbs .owl-item .views-field-field-file-image-attribution, .view-slideshow .owl-wrapper.owl-wrapper--thumbs .owl-item .views-field-field-file-image-attribution {
        display: none; }
    .view-carousel .owl-wrapper.owl-wrapper--thumbs .owl-item-caption, .view-slideshow .owl-wrapper.owl-wrapper--thumbs .owl-item-caption {
      display: none; }
  .view-carousel .owl-controls, .view-slideshow .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .view-carousel .owl-controls .owl-buttons div, .view-slideshow .owl-controls .owl-buttons div {
      font-size: 12px;
      position: absolute;
      bottom: 0;
      background: #000;
      border-radius: 0;
      margin: 0; }
    .view-carousel .owl-controls .owl-prev, .view-slideshow .owl-controls .owl-prev {
      left: 0; }
    .view-carousel .owl-controls .owl-next, .view-slideshow .owl-controls .owl-next {
      right: 0; }
  .view-carousel .owl-controls.owl-controls--single .owl-buttons div, .view-slideshow .owl-controls.owl-controls--single .owl-buttons div {
    font-size: 20px; }
    @media (max-width: 400px) {
      .view-carousel .owl-controls.owl-controls--single .owl-buttons div, .view-slideshow .owl-controls.owl-controls--single .owl-buttons div {
        font-size: 16px; } }
  .view-carousel .owl-item-caption, .view-slideshow .owl-item-caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    padding: 40px 20px 20px 20px; }
    @media (max-width: 768px) {
      .view-carousel .owl-item-caption, .view-slideshow .owl-item-caption {
        padding-left: 45px;
        padding-right: 45px; } }
    .view-carousel .owl-item-caption h2, .view-slideshow .owl-item-caption h2 {
      color: #FFFFFF;
      margin: 0;
      font-size: 40px;
      font-size: 2.5rem; }
      @media (max-width: 450px) {
        .view-carousel .owl-item-caption h2, .view-slideshow .owl-item-caption h2 {
          font-size: 22px; } }
      .view-carousel .owl-item-caption h2 a, .view-slideshow .owl-item-caption h2 a {
        color: #FFF;
        text-decoration: none; }
    .view-carousel .owl-item-caption h3, .view-slideshow .owl-item-caption h3 {
      color: #f74b69;
      margin: 5px 0 0 0;
      font-size: 30px;
      font-size: 1.875rem; }
      @media (max-width: 450px) {
        .view-carousel .owl-item-caption h3, .view-slideshow .owl-item-caption h3 {
          font-size: 16px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .view-carousel .owl-item-caption h3 > div, .view-slideshow .owl-item-caption h3 > div {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
  .view-carousel .views-field-field-file-image-attribution, .view-slideshow .views-field-field-file-image-attribution {
    position: absolute;
    bottom: 10px;
    right: 5px;
    font-size: 11px;
    color: #FFFFFF;
    z-index: 1; }

.view-slideshow {
  margin-bottom: 15px; }

body.front .owl-carousel,
.view-carousel.page-carousel .owl-carousel {
  max-width: 775px;
  overflow: hidden; }

body.front .views-field-field-file-image-attribution,
.view-carousel.page-carousel .views-field-field-file-image-attribution {
  bottom: 5px; }

/* ==========================================================================
   Pagination (using Drupal's default output)
   ========================================================================== */
.item-list {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 0 0 1px #DDD; }
  .item-list .pager {
    margin: 0;
    padding: 3px 0 2px;
    font-family: "Roboto Condensed", sans-serif;
    list-style-type: none;
    text-align: center; }
    .item-list .pager:after {
      clear: both;
      content: '';
      display: table; }
    .item-list .pager li {
      margin: 0;
      padding: 0;
      color: #000;
      display: inline-block; }
      .item-list .pager li.pager-current {
        color: #FFFFFF;
        background-color: #002d6d;
        padding: 7px 10px; }
      .item-list .pager li.pager-item, .item-list .pager li.pager-first, .item-list .pager li.pager-previous, .item-list .pager li.pager-next, .item-list .pager li.pager-last {
        color: #000; }
        .item-list .pager li.pager-item:hover, .item-list .pager li.pager-item:focus, .item-list .pager li.pager-first:hover, .item-list .pager li.pager-first:focus, .item-list .pager li.pager-previous:hover, .item-list .pager li.pager-previous:focus, .item-list .pager li.pager-next:hover, .item-list .pager li.pager-next:focus, .item-list .pager li.pager-last:hover, .item-list .pager li.pager-last:focus {
          background-color: #000; }
      .item-list .pager li a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        padding: 7px 10px; }
        .item-list .pager li a:hover, .item-list .pager li a:focus {
          color: #FFF; }
    @media (max-width: 720px) {
      .item-list .pager .pager-item:first-of-type, .item-list .pager .pager-next {
        clear: left; } }
    .item-list .pager.pager-load-more {
      padding: 6px;
      display: block; }
      .item-list .pager.pager-load-more li {
        color: #FFF;
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        padding: 0;
        position: relative; }
        .item-list .pager.pager-load-more li .ajax-progress.ajax-progress-throbber {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .item-list .pager.pager-load-more li:hover {
          background-color: #002d6d; }
        .item-list .pager.pager-load-more li a {
          color: #FFF;
          display: block;
          padding: 10px;
          background-color: #002d6d;
          font-weight: 600;
          letter-spacing: 1px; }
          .item-list .pager.pager-load-more li a:hover, .item-list .pager.pager-load-more li a:focus {
            background-color: #003c91; }
          .item-list .pager.pager-load-more li a.progress-disabled {
            opacity: 0.5;
            cursor: default; }

/* ==========================================================================
   Podcast Page Styles
   ========================================================================== */
.node-podcast .field-name-field-rss-links > .item-list {
  box-shadow: none;
  margin: 0; }

.node-podcast .field-name-field-rss-links ul.field-items {
  list-style: none;
  overflow: auto;
  padding: 0 !important;
  margin: 0; }

.node-podcast .field-name-field-rss-links li {
  float: left;
  margin: 0;
  padding: 0 !important; }
  .node-podcast .field-name-field-rss-links li:first-child {
    margin-left: 0; }
    .node-podcast .field-name-field-rss-links li:first-child .icon {
      padding-left: 0px; }
  .node-podcast .field-name-field-rss-links li + li {
    margin-left: 15px; }
    @media (max-width: 400px) {
      .node-podcast .field-name-field-rss-links li + li {
        margin-left: 2px; } }
  .node-podcast .field-name-field-rss-links li a.display-text {
    text-decoration: none;
    color: #002d6d;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    background: #f0f6ff;
    padding: 3px 10px 2px;
    line-height: 30px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    transition: background 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7), opacity 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 250ms;
    user-select: none; }
    .node-podcast .field-name-field-rss-links li a.display-text:hover {
      background: #fafcff; }
  .node-podcast .field-name-field-rss-links li .icon {
    color: #002d6d;
    padding: 0; }
  .node-podcast .field-name-field-rss-links li span.link-text {
    padding-left: 5px; }

.node-podcast .tags-container {
  padding-bottom: 0; }

.view-podcasts .teaser__details {
  padding: 5px 15px 15px 12px; }
  .view-podcasts .teaser__details .teaser__duration, .view-podcasts .teaser__details .stage__duration,
  .view-podcasts .teaser__details .teaser__download,
  .view-podcasts .teaser__details .stage__download {
    text-align: center;
    width: 49%;
    padding: 0; }
  .view-podcasts .teaser__details .field-content {
    font-size: 14px;
    font-size: 0.875rem; }

/* ==========================================================================
   Recommended Content Block
   ========================================================================== */
.recommended-content:after {
  content: " ";
  display: block;
  clear: both; }

.block-views-recommended-content {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  padding: 15px 7.5px 7.5px;
  line-height: 1; }
  .block-views-recommended-content .recommended-title {
    color: #ce092b;
    margin: 0 0 2.5px 7.5px; }
  .block-views-recommended-content .recommended-content__item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    float: left; }
    @media (max-width: 920px) {
      .block-views-recommended-content .recommended-content__item {
        width: 50%; } }
    @media (max-width: 450px) {
      .block-views-recommended-content .recommended-content__item {
        width: 100%;
        float: none; } }
  .block-views-recommended-content .recommended-content__item-link {
    margin: 7.5px;
    display: block;
    position: relative; }

.recommended-content__item {
  position: relative;
  line-height: 1; }

.recommended-content__item-link {
  color: #002d6d;
  height: 183px; }
  @media (max-width: 1019px) {
    .recommended-content__item-link {
      height: 150px; } }
  @media (max-width: 920px) {
    .recommended-content__item-link {
      height: 180px; } }
  @media (max-width: 719px) {
    .recommended-content__item-link {
      height: 180px; } }
  .page--body .recommended-content__item-link:link, .page--body .recommended-content__item-link:visited, .page--body .recommended-content__item-link:hover {
    color: #002d6d;
    text-decoration: none;
    background-size: cover !important; }
  .page--body .recommended-content__item-link:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background: #98b6e0; }
  .recommended-content__item-link > img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.5; }

.recommended-content__item-meta {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-shadow: 0 0 10px #FFF;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, white 140%);
  z-index: 2; }
  .recommended-content__item-meta .fa {
    color: #000;
    position: absolute;
    cursor: pointer;
    right: 15px;
    bottom: 10px; }
    .recommended-content__item-meta .fa:before {
      font-size: 22px;
      font-size: 1.375rem; }

.recommended-content__item-author,
.recommended-content__item-timestamp {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  font-style: italic;
  font-weight: 600; }

.recommended-content__item-author {
  text-transform: capitalize; }

.recommended-content__item-title {
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 0.875rem; }

/* ==========================================================================
   Related Hosts Block (Sidebar View)
   ========================================================================== */
.sidebar__item .view-display-id-list_hosts_block {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 15px; }
  .sidebar__item .view-display-id-list_hosts_block > .view-content {
    border: 1px solid #cdd9ea;
    background: #FFF; }
  .sidebar__item .view-display-id-list_hosts_block .list-item {
    background-color: #fafcff; }
    .sidebar__item .view-display-id-list_hosts_block .list-item a {
      display: block;
      line-height: 1; }
    .sidebar__item .view-display-id-list_hosts_block .list-item .item__inner {
      border-color: #cdd9ea; }
  .sidebar__item .view-display-id-list_hosts_block .item__title {
    text-transform: uppercase; }
    .sidebar__item .view-display-id-list_hosts_block .item__title a {
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
      color: #002d6d;
      text-decoration: none; }
      .sidebar__item .view-display-id-list_hosts_block .item__title a:hover {
        text-decoration: none; }
  .sidebar__item .view-display-id-list_hosts_block .element-invisible {
    display: none; }
  .sidebar__item .view-display-id-list_hosts_block .field-item > a,
  .sidebar__item .view-display-id-list_hosts_block .field-item > a .icon {
    color: #ce092b !important;
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
    .sidebar__item .view-display-id-list_hosts_block .field-item > a:hover,
    .sidebar__item .view-display-id-list_hosts_block .field-item > a .icon:hover {
      color: #002d6d !important; }
  .sidebar__item .view-display-id-list_hosts_block .field-name-field-social-media-links > .item-list {
    margin-bottom: 0;
    background-color: transparent; }
  .sidebar__item .view-display-id-list_hosts_block .field-name-field-social-media-links .icon {
    width: 25px;
    height: 25px;
    font-size: 16px !important; }
  .sidebar__item .view-display-id-list_hosts_block .item--thumbnail .item__image {
    width: auto; }
    .sidebar__item .view-display-id-list_hosts_block .item--thumbnail .item__image img {
      border-radius: 50%; }

/* ==========================================================================
   Search
   ========================================================================== */
.search-container {
  float: right;
  display: block;
  height: 100%;
  padding-right: 15px;
  top: 0;
  position: relative; }
  @media (max-width: 500px) {
    .search-container {
      display: none; } }

.search__toggle {
  cursor: pointer;
  color: #ce092b;
  height: 100%;
  line-height: 3;
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .search__toggle:hover, .search__toggle:focus, .search__toggle.open {
    color: #bdbdbd; }

.search__dropdown {
  position: absolute;
  width: auto;
  background-color: #002d6d;
  border: 1px solid #002d6d;
  right: 0;
  padding: 20px;
  z-index: 99;
  top: -500px;
  opacity: 0;
  transition: top 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 100ms, z-index 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7), opacity 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .search__dropdown.open {
    top: 100%;
    z-index: 99999;
    opacity: 1;
    transition: top 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7), z-index 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 200ms, opacity 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 200ms; }
    @media (max-width: 539px) {
      .search__dropdown.open {
        margin-top: 20px; } }
  .header__main-menu .search__dropdown {
    display: none;
    padding: 15px;
    position: inherit;
    border-width: 0 0 1px 0;
    border-color: #e0e0e0;
    border-style: solid;
    background: transparent; }
    @media (max-width: 500px) {
      .header__main-menu .search__dropdown {
        display: block;
        opacity: 1; } }
    .header__main-menu .search__dropdown.open {
      margin-top: 0; }
    .header__main-menu .search__dropdown .search__form {
      box-shadow: none; }
    .header__main-menu .search__dropdown .search__input {
      width: 100%; }

.search__form {
  position: relative;
  height: 40px;
  box-shadow: 0 0 5px transparent; }
  .footer--search .search__form {
    display: none;
    box-shadow: none;
    max-width: 235px;
    margin: 2px auto 0; }
    @media (min-width: 920px) {
      .footer--search .search__form {
        display: inherit; } }

.search__input, .search__submit {
  border: 1px solid #CCC; }

.search__input {
  width: 300px;
  height: inherit;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding-right: 75px;
  outline: none;
  border-radius: 5px; }
  .search__input::-webkit-input-placeholder {
    color: #999; }
  .search__input::-moz-placeholder {
    color: #999; }
  .search__input:-moz-placeholder {
    color: #999; }
  .search__input:-ms-input-placeholder {
    color: #999; }
  .footer--search .search__input {
    width: 100%;
    max-width: 235px; }

.search__submit {
  width: 75px;
  height: inherit;
  color: #333;
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  border-radius: 0 5px 5px 0;
  background: #f7f7f7;
  text-transform: uppercase; }
  .search__submit:hover, .search__submit:focus {
    background: #d9d9d9; }

.not-front.page-search .main--left > h1#page-title {
  box-shadow: #ddd 0px 0px 1px;
  position: relative;
  background: white;
  padding: 15px;
  border-bottom: 2px solid #dddddd;
  text-transform: uppercase;
  margin-top: 0; }
  @media (max-width: 580px) {
    .not-front.page-search .main--left > h1#page-title {
      padding: 10px 15px; } }
  .not-front.page-search .main--left > h1#page-title:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 24px;
    vertical-align: top;
    margin-right: 15px;
    color: #757575;
    margin-top: 8px;
    display: inline-block; }
    @media (max-width: 580px) {
      .not-front.page-search .main--left > h1#page-title:before {
        font-size: 22px;
        margin-top: 5px; } }

.search-results {
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Second Street: Email Sign Up Block
   ========================================================================== */
.second-street-block {
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  line-height: 1;
  margin-bottom: 15px;
  padding: 18px 15px 15px; }
  .second-street-block .element-invisible {
    display: none; }
  .second-street-block .block--second-street__item-terms {
    margin-top: 0; }
    @media (max-width: 1020px) {
      .second-street-block .block--second-street__item-terms {
        margin-top: 5px; } }

.block--second-street--ss-block-signup .form__entry {
  padding: 0; }

.block--second-street--ss-block-signup .entry__input {
  max-width: none; }

.block--second-street--ss-block-signup form {
  margin: 15px 0; }

.block--second-street--ss-block-signup label {
  padding: 0; }

.block--second-street--ss-block-signup input[type="text"],
.block--second-street--ss-block-signup input[type="email"] {
  background: #f7f7f7;
  color: #757575;
  font-weight: 600;
  width: 100%; }

.block--second-street--ss-block-signup .item-8 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #002d6d;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (max-width: 850px) {
    .block--second-street--ss-block-signup .item-8 {
      font-size: 13px;
      font-size: 0.8125rem;
      margin: 0 0 12px; } }

.block--second-street--ss-block-signup .textfield-3 {
  display: inline-block;
  width: 110px;
  margin: 0 10px; }
  @media (max-width: 1020px) {
    .block--second-street--ss-block-signup .textfield-3 {
      width: 49%;
      margin: 0 0 15px;
      float: right; } }
  @media (max-width: 500px) {
    .block--second-street--ss-block-signup .textfield-3 {
      display: block;
      width: 100%;
      margin-bottom: 15px; } }

.block--second-street--ss-block-signup .textfield-23 {
  display: inline-block;
  width: calc(100% - 475px); }
  @media (max-width: 1020px) {
    .block--second-street--ss-block-signup .textfield-23 {
      width: 49%;
      margin: 0 0 15px; } }
  @media (max-width: 500px) {
    .block--second-street--ss-block-signup .textfield-23 {
      display: block;
      width: 100%;
      margin: 0 0 15px; } }

.block--second-street--ss-block-signup .date_text-7 {
  display: inline-block;
  width: 220px;
  margin-right: 10px; }
  .block--second-street--ss-block-signup .date_text-7 .container-inline-date .form-item,
  .block--second-street--ss-block-signup .date_text-7 .container-inline-date .form-item-input,
  .block--second-street--ss-block-signup .date_text-7 .container-inline-date input.date-date {
    width: 100%; }
  .block--second-street--ss-block-signup .date_text-7 .container-inline-date .date-padding {
    float: none; }
  @media (max-width: 1020px) {
    .block--second-street--ss-block-signup .date_text-7 {
      width: 49%;
      margin: 0; } }
  @media (max-width: 500px) {
    .block--second-street--ss-block-signup .date_text-7 {
      display: block;
      width: 100%;
      margin-bottom: 15px; } }

.block--second-street--ss-block-signup .form-item,
.block--second-street--ss-block-signup .form-actions {
  margin-top: 0;
  margin-bottom: 0; }

.block--second-street--ss-block-signup .form-actions {
  width: 100px;
  display: inline-block; }
  @media (max-width: 1020px) {
    .block--second-street--ss-block-signup .form-actions {
      width: 49%;
      margin: 0;
      float: right; } }
  @media (max-width: 500px) {
    .block--second-street--ss-block-signup .form-actions {
      display: block;
      width: 100%;
      margin-bottom: 15px; } }

.block--second-street--ss-block-signup .form-submit {
  width: 100%;
  text-align: center;
  padding: 6px;
  border-radius: 5px; }

#second-street-user-form div > div[class] {
  vertical-align: middle; }

.block--second-street__item-title {
  color: #ce092b;
  margin: 0;
  line-height: 1;
  text-transform: uppercase; }
  @media (max-width: 850px) {
    .block--second-street__item-title {
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0 0 10px; } }
  @media (max-width: 500px) {
    .block--second-street__item-title {
      margin: 0 0 15px; } }

.block--second-street__item-terms {
  color: #878787;
  margin-top: 15px;
  font-size: 11px;
  font-size: 0.6875rem; }

/* ==========================================================================
   Carousel (Homepage)
   ========================================================================== */
#cycle2-slideshow {
  display: block; }
  #cycle2-slideshow.view-slideshow {
    margin-bottom: 0; }

.slideshow {
  font-size: 0; }

.slideshow__slide {
  width: 100%;
  position: relative; }

.slide__image {
  width: 100%;
  height: auto; }
  .slide__image img {
    width: 100%;
    height: auto; }

.slide__caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  padding: 40px 20px 20px 20px; }

.slide__title {
  color: #FFFFFF;
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem; }

.slide__subtitle {
  color: #f74b69;
  margin: 5px 0 0 0;
  font-size: 30px;
  font-size: 1.875rem; }

.cycle-carousel-wrap {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  position: absolute;
  white-space: nowrap;
  background: #000000; }
  .cycle-carousel-wrap img.cycle-slide {
    z-index: 4 !important; }

.cycle-carousel-wrapper .cycle-slide {
  border-bottom: 10px solid #000000;
  opacity: 0.7;
  cursor: pointer;
  position: relative !important; }

.cycle-carousel-wrapper .cycle-slide-active {
  border-bottom: 10px solid #f00a32;
  opacity: 1; }

.cycle-slide {
  max-width: 100%; }
  .cycle-slide figure {
    margin: 0;
    padding: 0;
    font-size: 0; }
  .cycle-slide img {
    margin: 0; }

.cycle-slide-active {
  z-index: 2 !important; }

.cycle-button {
  background: #000000;
  bottom: 45%;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  line-height: 1;
  padding: 0px 20px 10px;
  opacity: 0.5;
  z-index: 3;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 70px;
  font-size: 4.375rem; }
  .cycle-button.cycle-top-prev {
    left: 0; }
    .cycle-button.cycle-top-prev:after {
      content: "\2039"; }
  .cycle-button.cycle-top-next {
    right: 0; }
    .cycle-button.cycle-top-next:after {
      content: "\203A"; }

/* ==========================================================================
   Sidebar Social Media
  ========================================================================== */
.social--share .at-share-tbx-element .at-share-btn, .social--share .at4-icon {
  max-width: none !important;
  max-height: none !important;
  line-height: 40px !important; }

.social--share .at-icon-wrapper {
  line-height: 40px !important;
  height: 40px !important;
  width: 40px !important; }

.social--share .at-share-tbx-element .at-share-btn {
  padding: 0 !important;
  margin: 0;
  position: relative;
  display: inline-block;
  width: 40px !important;
  height: 40px !important; }
  .social--share .at-share-tbx-element .at-share-btn .at-icon {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    background-size: 40px !important; }

/* ==========================================================================
   Footer Social Media
   ========================================================================== */
.footer__social {
  padding: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-size: 1.875rem; }
  @media (min-width: 720px) {
    .footer__social {
      display: block;
      padding: 0 0 20px 0; } }
  .footer__social .social__site {
    padding: 0 10px 0 0; }
  .footer__social .social__link {
    padding: 0;
    color: #ce092b;
    text-decoration: none; }
    .footer__social .social__link:focus, .footer__social .social__link:hover {
      color: #002d6d; }

/* ==========================================================================
   Header Social Media
   ========================================================================== */
.header--aux-social {
  padding: 0;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  right: 0;
  height: 27px;
  line-height: 30px;
  overflow-y: hidden; }
  @media (max-width: 1200px) {
    .header--aux-social {
      right: 3px; } }
  @media (max-width: 580px) {
    .header--aux-social {
      display: none; } }
  .header--aux-social .social__sites--list {
    display: inline-block;
    position: relative;
    line-height: 20px; }
  .header--aux-social .social__link_header {
    margin-right: 15px;
    color: #FFF; }
    @media (max-width: 720px) {
      .header--aux-social .social__link_header {
        display: none; } }
  .header--aux-social .social__site {
    background: #ce092b;
    padding: 2px;
    margin-left: 1px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center; }
    .header--aux-social .social__site:hover {
      background: #b10825;
      text-shadow: 0 0 3px #666; }
  .header--aux-social .social__link {
    width: 30px;
    height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block; }
    .header--aux-social .social__link .fa {
      display: inline; }
  .header--aux-social .social__title {
    font-family: "Francois One", sans-serif; }
  .header--aux-social .site--facebook:hover, .header--aux-social .site--facebook:focus {
    background-color: #3b5998; }
  .header--aux-social .site--twitter:hover, .header--aux-social .site--twitter:focus {
    background-color: #00aced; }
  .header--aux-social .site--instagram:hover, .header--aux-social .site--instagram:focus {
    background-color: #125688; }
  .header--aux-social .site--pinterest:hover, .header--aux-social .site--pinterest:focus {
    background-color: #cb2027; }
  .header--aux-social .site--google-plus:hover, .header--aux-social .site--google-plus:focus {
    background-color: #dd4b39; }
  .header--aux-social .site--vimeo:hover, .header--aux-social .site--vimeo:focus {
    background-color: #aad450; }
  .header--aux-social .site--vine:hover, .header--aux-social .site--vine:focus {
    background-color: #00bf8f; }
  .header--aux-social .site--youtube:hover, .header--aux-social .site--youtube:focus {
    background-color: #bb0000; }

/* ==========================================================================
   Social Field Module
   ========================================================================== */
.social-links .item-list {
  box-shadow: none;
  border-bottom: none; }

.social-links .field-items {
  margin: 0;
  padding: 0; }

.social-links ul li {
  display: inline-block;
  margin: 0 5px 0 0 !important;
  list-style-type: none;
  float: none; }
  .social-links ul li a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .social-links ul li.field-item a {
    color: #ce092b; }
    .social-links ul li.field-item a:hover {
      color: #002d6d; }
    .social-links ul li.field-item a .icon {
      color: #ce092b;
      width: 30px;
      height: 30px;
      padding: 0 !important;
      line-height: 30px !important;
      font-size: 20px !important;
      text-align: center;
      background-color: transparent;
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
      .social-links ul li.field-item a .icon:hover {
        color: #002d6d; }

.social-links .icon__text {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase; }

/* ==========================================================================
   Stage (for Video/Audio Index Pages)
   ========================================================================== */
.stage-container {
  white-space: nowrap;
  position: relative; }
  .stage-container:after {
    clear: both;
    content: '';
    display: table; }

.stage, .stage__gallery {
  white-space: normal;
  display: block;
  width: 100%;
  position: relative; }
  @media (min-width: 720px) {
    .stage, .stage__gallery {
      display: inline-block; } }

.stage {
  vertical-align: top;
  padding: 0 0 20px 0;
  position: relative; }
  @media (min-width: 720px) {
    .stage {
      width: 66.6666666667%;
      padding: 0 20px 0 0; }
      .stage.stage--full {
        width: 100%;
        padding: 0; } }

.stage__media {
  width: 100%;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  margin-bottom: 15px;
  padding: 0; }
  .stage__media .loading--circle {
    height: 100%; }
  .stage__media .group-video {
    display: block;
    position: relative;
    max-width: 100%; }
    .stage__media .group-video > div.video {
      padding-top: 56.25%;
      min-height: inherit;
      height: inherit;
      width: 100%; }
  .stage__media video {
    min-height: inherit;
    width: 100%; }
  .stage__media audio {
    width: 100%; }
  .stage__media .media__still {
    width: 100%; }
    .stage__media .media__still img {
      width: 100%;
      height: auto; }

.stage__meta {
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  margin-bottom: 15px;
  padding: 15px 15px 1px;
  position: relative; }
  .stage__meta.has-description {
    padding-bottom: 40px; }
  .stage__meta.no-show-time.no-download {
    padding-bottom: 1px; }
  .stage__meta-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 15px 12px;
    text-align: center;
    background-color: #f0f6ff;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    color: #002d6d;
    border-top: 1px solid #cdd9ea;
    border-left: 1px solid #cdd9ea;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 16.6px;
    font-size: 1.0375rem; }
    @media (max-width: 580px) {
      .stage__meta-inner {
        width: 100%; } }
    .no-show-time.no-download .stage__meta-inner {
      display: none; }
  .stage__meta .heading {
    color: #002d6d;
    margin: 0 0 15px;
    line-height: 1; }
    @media (max-width: 580px) {
      .stage__meta .heading {
        font-size: 30px;
        font-size: 1.875rem; } }
  .stage__meta .heading--sub, .stage__meta .teaser__subtitle {
    color: #000; }
    @media (max-width: 580px) {
      .stage__meta .heading--sub, .stage__meta .teaser__subtitle {
        font-size: 23.4px;
        font-size: 1.4625rem; } }
  .stage__meta a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }

@media (min-width: 720px) {
  .stage__gallery {
    width: 33.3333333333%; } }

.stage__gallery .item__description {
  cursor: pointer; }
  .stage__gallery .item__description:hover, .stage__gallery .item__description:focus {
    text-decoration: underline; }

.stage__download {
  border-left: 1px solid #cdd9ea;
  margin-left: 15px; }

.stage__transcription {
  background: #FFF;
  box-shadow: 0 0 1px #DDD;
  padding: 15px;
  margin-bottom: 15px;
  position: relative; }
  .stage__transcription h2.heading--sub, .stage__transcription h2.teaser__subtitle {
    color: #ce092b;
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 0; }
    .stage__transcription h2.heading--sub span, .stage__transcription h2.teaser__subtitle span {
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      color: #002d6d;
      letter-spacing: 1px; }

.stage__transcription--text {
  max-height: 250px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  font-size: 12px;
  font-size: 0.75rem; }
  .show-full .stage__transcription--text {
    margin-bottom: 20px;
    max-height: 875px;
    overflow: auto; }
    .show-full .stage__transcription--text .field-item {
      padding-bottom: 15px; }

.page--body .stage__transcription--read-more {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #002d6d;
  position: absolute;
  bottom: 0;
  left: 0px;
  background-color: #f0f6ff;
  border-top: 1px solid #cdd9ea;
  padding: 7px;
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  z-index: 1;
  outline: none;
  text-decoration: none;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .page--body .stage__transcription--read-more:hover {
    background-color: #fafcff; }
  .page--body .stage__transcription--read-more:focus {
    color: #002d6d; }

.stage__transcription--read-more span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin: 0 10px;
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  outline: none; }
  .show-full .stage__transcription--read-more span {
    margin: 0 20px; }

.stage__transcription--read-more .r-less {
  display: none; }
  .show-full .stage__transcription--read-more .r-less {
    display: inline-block; }

.show-full .stage__transcription--read-more .r-more {
  display: none; }

.stage__transcription--read-more i {
  outline: none;
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .show-full .stage__transcription--read-more i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6); }

.stage__transcription--fader {
  position: absolute;
  bottom: 40px;
  left: 0;
  height: 150px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  opacity: 1;
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .show-full .stage__transcription--fader {
    opacity: 0; }

/* ==========================================================================
   STATS Scraper Page
   ========================================================================== */
.not-front.page-stats-scraper .main--left article.node {
  padding: 1px 15px 15px; }

.not-front.page-stats-scraper .main--left .social--share {
  margin-bottom: 15px; }

@media (max-width: 992px) {
  .not-front.page-stats-scraper .content--main {
    display: flex;
    flex-flow: column; }
  .not-front.page-stats-scraper .sidebar--right,
  .not-front.page-stats-scraper .main--left {
    width: 100%;
    display: block; }
  .not-front.page-stats-scraper .sidebar--right {
    order: 2;
    margin: 0 auto; }
  .not-front.page-stats-scraper .main--left {
    order: 1;
    margin-bottom: 15px;
    max-width: 100%; } }

/* ==========================================================================
   STATS Widget Styles (Sports Pages, Sidebar)
   ========================================================================== */
.sidebar__item.block.block-ent-stats .shsTable,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable {
  width: calc(100% - 2px) !important; }
  .sidebar__item.block.block-ent-stats .shsTable + .shsTable td[colspan="3"],
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable + .shsTable td[colspan="3"] {
    padding-top: 8px; }
  .sidebar__item.block.block-ent-stats .shsTable tr[valign="top"] td.text12[align="center"],
  .sidebar__item.block.block-ent-stats .shsTable .shsTableSubttlRow.shsHeaderRow,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable tr[valign="top"] td.text12[align="center"],
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable .shsTableSubttlRow.shsHeaderRow {
    display: none; }
  .sidebar__item.block.block-ent-stats .shsTable td,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td {
    color: #000;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 4px 10px;
    width: inherit; }
    .sidebar__item.block.block-ent-stats .shsTable td:empty,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td:empty {
      display: none; }
    .sidebar__item.block.block-ent-stats .shsTable td.shsALStand, .sidebar__item.block.block-ent-stats .shsTable td.shsNLStand,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsALStand,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsNLStand {
      display: block;
      padding: 0;
      width: 100% !important;
      border: 0; }
      .sidebar__item.block.block-ent-stats .shsTable td.shsALStand > table, .sidebar__item.block.block-ent-stats .shsTable td.shsNLStand > table,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsALStand > table,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsNLStand > table {
        border: 0; }
      .sidebar__item.block.block-ent-stats .shsTable td.shsALStand .shsTableTtlRow > td, .sidebar__item.block.block-ent-stats .shsTable td.shsNLStand .shsTableTtlRow > td,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsALStand .shsTableTtlRow > td,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsNLStand .shsTableTtlRow > td {
        text-align: left !important;
        padding-top: 5px;
        padding-bottom: 10px;
        border-bottom-width: 1px; }
      .sidebar__item.block.block-ent-stats .shsTable td.shsALStand .shsTableSubttlRow, .sidebar__item.block.block-ent-stats .shsTable td.shsNLStand .shsTableSubttlRow,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsALStand .shsTableSubttlRow,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsNLStand .shsTableSubttlRow {
        background-color: #ebf3ff;
        text-transform: uppercase; }
        .sidebar__item.block.block-ent-stats .shsTable td.shsALStand .shsTableSubttlRow td, .sidebar__item.block.block-ent-stats .shsTable td.shsNLStand .shsTableSubttlRow td,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsALStand .shsTableSubttlRow td,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsNLStand .shsTableSubttlRow td {
          background-color: transparent; }
    .sidebar__item.block.block-ent-stats .shsTable td.shsNLStand,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td.shsNLStand {
      margin-top: 8px; }
    .sidebar__item.block.block-ent-stats .shsTable td a,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable td a {
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .sidebar__item.block.block-ent-stats .shsTable tr.shsTableSubttlRow td.shsTotD,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable tr.shsTableSubttlRow td.shsTotD {
    color: #002d6d; }
  .sidebar__item.block.block-ent-stats .shsTable hr,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTable hr {
    display: none; }

.sidebar__item.block.block-ent-stats tbody,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] tbody {
  border-top: none;
  border-bottom: 1px solid #cdd9ea; }
  .sidebar__item.block.block-ent-stats tbody tr td:first-child,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] tbody tr td:first-child {
    border-left: 1px solid #cdd9ea; }
  .sidebar__item.block.block-ent-stats tbody tr td:last-child,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] tbody tr td:last-child {
    border-right: 1px solid #cdd9ea; }
  .sidebar__item.block.block-ent-stats tbody tr.shsTableTtlRow td.shsTotDgold,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] tbody tr.shsTableTtlRow td.shsTotDgold {
    border: 0;
    display: none; }

.sidebar__item.block.block-ent-stats .shsMinistandings table tbody,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsMinistandings table tbody {
  border: 0; }

.sidebar__item.block.block-ent-stats #shsMiniConfStand table tbody,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMiniConfStand table tbody {
  border-bottom: 1px solid #cdd9ea; }

.sidebar__item.block.block-ent-stats h2:first-child,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] h2:first-child {
  display: none; }

.sidebar__item.block.block-ent-stats > .content,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] > .content {
  padding: 8px 15px 12px;
  background: #FFF;
  border: 1px solid #CCC;
  height: 100%;
  position: relative; }

.sidebar__item.block.block-ent-stats .shsColTtlRow,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsColTtlRow {
  background-color: #ebf3ff;
  background-image: none;
  border-bottom: 1px solid #cdd9ea;
  color: #002d6d; }
  .sidebar__item.block.block-ent-stats .shsColTtlRow.shsSeriesStatus,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsColTtlRow.shsSeriesStatus {
    border-top: 1px solid #cdd9ea; }
  .sidebar__item.block.block-ent-stats .shsColTtlRow td,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsColTtlRow td {
    color: #002d6d !important;
    width: inherit;
    white-space: nowrap; }

.sidebar__item.block.block-ent-stats .shsTableTtlRow,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTableTtlRow {
  background-color: transparent;
  background-image: none;
  border: none; }
  .sidebar__item.block.block-ent-stats .shsTableTtlRow td, .sidebar__item.block.block-ent-stats .shsTableTtlRow th,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTableTtlRow td,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTableTtlRow th {
    color: #002d6d;
    font-family: "Francois One", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem; }
    .sidebar__item.block.block-ent-stats .shsTableTtlRow td:first-child, .sidebar__item.block.block-ent-stats .shsTableTtlRow th:first-child,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTableTtlRow td:first-child,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTableTtlRow th:first-child {
      background-color: transparent;
      border-width: 0 0 2px 0;
      border-style: solid;
      border-color: #cdd9ea;
      padding-left: 0; }
    .sidebar__item.block.block-ent-stats .shsTableTtlRow td a, .sidebar__item.block.block-ent-stats .shsTableTtlRow th a,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTableTtlRow td a,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTableTtlRow th a {
      color: #002d6d !important; }

.sidebar__item.block.block-ent-stats .shsViewMore,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsViewMore {
  border-top: 2px solid #cdd9ea;
  border-bottom: 1px solid #cdd9ea; }
  .sidebar__item.block.block-ent-stats .shsViewMore td,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsViewMore td {
    font-weight: 600;
    text-transform: uppercase;
    padding: 0; }
    .sidebar__item.block.block-ent-stats .shsViewMore td a,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsViewMore td a {
      color: #002d6d !important;
      line-height: 1;
      padding: 10px;
      background: #f0f6ff;
      text-decoration: none;
      width: 100%;
      display: block; }
      .sidebar__item.block.block-ent-stats .shsViewMore td a:hover,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsViewMore td a:hover {
        background: #fafcff;
        text-decoration: none !important; }

.sidebar__item.block.block-ent-stats .shsTableLegend,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsTableLegend {
  background-color: #f0f6ff;
  color: #002d6d;
  border-width: 0 1px 1px 1px;
  border-color: #CCC;
  border-style: solid;
  width: 100%; }

.sidebar__item.block.block-ent-stats tr:not([class]) td[colspan="13"]:not([class]),
.sidebar__item.block[class*="block-views-stats-widgets-block-"] tr:not([class]) td[colspan="13"]:not([class]) {
  display: none; }

.sidebar__item.block.block-ent-stats .shsMiniCopyright,
.sidebar__item.block.block-ent-stats .shsMiniCopyrightText,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsMiniCopyright,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsMiniCopyrightText {
  color: #333;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 10px !important;
  padding: 0;
  margin-top: 13px;
  line-height: 1; }
  .sidebar__item.block.block-ent-stats .shsMiniCopyright img,
  .sidebar__item.block.block-ent-stats .shsMiniCopyrightText img,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsMiniCopyright img,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsMiniCopyrightText img {
    margin: -4px 5px 0 0;
    padding: 0; }

.sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList,
.sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList {
  background: transparent;
  border: none;
  margin: 0; }
  .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul,
  .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul {
    margin: 0;
    padding: 0;
    background: #fafcff;
    border: 1px solid #cdd9ea;
    list-style-type: none; }
    .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul li,
    .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul li,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul li,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul li {
      color: #002d6d;
      margin: 5px 12px;
      padding: 8px 0 2px;
      width: inherit;
      line-height: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      background-color: transparent; }
      .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul li + li,
      .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul li + li,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul li + li,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul li + li {
        border-top: 1px solid #cdd9ea; }
      .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul li a,
      .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul li a,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul li a,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul li a {
        text-decoration: none;
        color: #002d6d;
        font-family: "Roboto Condensed", sans-serif;
        transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
        font-size: 15px;
        font-size: 0.9375rem; }
        .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul li a:hover,
        .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul li a:hover,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList ul li a:hover,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList ul li a:hover {
          color: black; }
  .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList #shsFirstHalfHeadlines,
  .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList #shsFirstHalfHeadlines,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList #shsFirstHalfHeadlines,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList #shsFirstHalfHeadlines {
    border-bottom: 0;
    padding-bottom: 0; }
    .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList #shsFirstHalfHeadlines li:last-child,
    .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList #shsFirstHalfHeadlines li:last-child,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList #shsFirstHalfHeadlines li:last-child,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList #shsFirstHalfHeadlines li:last-child {
      border-bottom: 1px solid #cdd9ea;
      padding-bottom: 8px; }
  .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList #shsSecondHalfHeadlines,
  .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList #shsSecondHalfHeadlines,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList #shsSecondHalfHeadlines,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList #shsSecondHalfHeadlines {
    border-top: 0;
    padding-top: 0;
    margin-top: -4px; }
    .sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList #shsSecondHalfHeadlines li:last-child,
    .sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList #shsSecondHalfHeadlines li:last-child,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList #shsSecondHalfHeadlines li:last-child,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList #shsSecondHalfHeadlines li:last-child {
      border-bottom: 0; }

.sidebar__item.block.block-ent-stats .view-stats-widgets #shsMiniHeadlines .shsHeadlineList h2,
.sidebar__item.block.block-ent-stats .block-ent-stats #shsMiniHeadlines .shsHeadlineList h2,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .view-stats-widgets #shsMiniHeadlines .shsHeadlineList h2,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .block-ent-stats #shsMiniHeadlines .shsHeadlineList h2 {
  background-color: transparent;
  color: #002d6d;
  font-family: "Francois One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1px 0 7px 0;
  border-bottom: 0px;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem; }

.sidebar__item.block.block-ent-stats #shsMultisportScoreboard,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard {
  width: 100%; }
  .sidebar__item.block.block-ent-stats #shsMultisportScoreboard .shsTableTtlRow,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard .shsTableTtlRow {
    background: none; }
    .sidebar__item.block.block-ent-stats #shsMultisportScoreboard .shsTableTtlRow td,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard .shsTableTtlRow td {
      font-family: "Francois One", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      padding-top: 0;
      padding-bottom: 5px;
      border-bottom: 2px solid #cdd9ea;
      text-align: left; }
      .sidebar__item.block.block-ent-stats #shsMultisportScoreboard .shsTableTtlRow td a,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard .shsTableTtlRow td a {
        text-decoration: none;
        font-size: 18px;
        font-size: 1.125rem; }
  .sidebar__item.block.block-ent-stats #shsMultisportScoreboard tbody,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard tbody {
    border-bottom: 1px solid #cdd9ea; }
  .sidebar__item.block.block-ent-stats #shsMultisportScoreboard tr,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard tr {
    background: #fafcff; }
    .sidebar__item.block.block-ent-stats #shsMultisportScoreboard tr.shsTableSubttlRow.shsSubSectionRow,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard tr.shsTableSubttlRow.shsSubSectionRow {
      background-color: #ebf3ff;
      color: #002d6d; }
      .sidebar__item.block.block-ent-stats #shsMultisportScoreboard tr.shsTableSubttlRow.shsSubSectionRow td,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard tr.shsTableSubttlRow.shsSubSectionRow td {
        background-color: transparent;
        color: #002d6d; }
    .sidebar__item.block.block-ent-stats #shsMultisportScoreboard tr:last-child,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard tr:last-child {
      height: 0;
      line-height: 0;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #cdd9ea; }
      .sidebar__item.block.block-ent-stats #shsMultisportScoreboard tr:last-child td,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard tr:last-child td {
        padding: 0;
        margin: 0; }
    .sidebar__item.block.block-ent-stats #shsMultisportScoreboard tr.shsMiniRowSpacer td,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard tr.shsMiniRowSpacer td {
      background: #e1ebf9; }
    .sidebar__item.block.block-ent-stats #shsMultisportScoreboard tr td.shsTotD.shsMiniTeamScore,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard tr td.shsTotD.shsMiniTeamScore {
      border: none; }
  .sidebar__item.block.block-ent-stats #shsMultisportScoreboard .shsMiniTeamName,
  .sidebar__item.block.block-ent-stats #shsMultisportScoreboard .shsMiniTeamScore,
  .sidebar__item.block.block-ent-stats #shsMultisportScoreboard .shsMiniStatus,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard .shsMiniTeamName,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard .shsMiniTeamScore,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard .shsMiniStatus {
    width: inherit; }
  .sidebar__item.block.block-ent-stats #shsMultisportScoreboard .shsMiniCopyrightText,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard .shsMiniCopyrightText {
    text-align: left;
    display: block; }
  .sidebar__item.block.block-ent-stats #shsMultisportScoreboard .shsMiniCopyright,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsMultisportScoreboard .shsMiniCopyright {
    float: none;
    display: block; }

.sidebar__item.block.block-ent-stats tr.shsRow1Row,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] tr.shsRow1Row {
  background-color: #fafcff; }

.sidebar__item.block.block-ent-stats .node-listing-widget__content,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .node-listing-widget__content {
  background: #FFF;
  padding: 0;
  border: 0; }

.sidebar__item.block.block-ent-stats .node-listing-widget__inner,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .node-listing-widget__inner {
  background: #FFF;
  padding: 0;
  border: 0;
  max-height: 605px; }

.sidebar__item.block.block-ent-stats .shsLastResults tr td.shsTotD,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsLastResults tr td.shsTotD {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  border-top: 2px solid #cdd9ea; }
  .sidebar__item.block.block-ent-stats .shsLastResults tr td.shsTotD a,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsLastResults tr td.shsTotD a {
    color: #002d6d !important;
    line-height: 1;
    padding: 10px;
    background: #f0f6ff;
    text-decoration: none;
    width: 100%;
    display: block; }
    .sidebar__item.block.block-ent-stats .shsLastResults tr td.shsTotD a:hover,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] .shsLastResults tr td.shsTotD a:hover {
      background: #fafcff;
      text-decoration: none !important; }

.sidebar__item.block.block-ent-stats #shsBody,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsBody {
  padding: 0 !important;
  height: 100% !important;
  min-height: 0;
  overflow: hidden !important;
  font-size: 11px !important; }
  .sidebar__item.block.block-ent-stats #shsBody span,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsBody span {
    font-size: 11px;
    font-size: 0.6875rem; }
  .sidebar__item.block.block-ent-stats #shsBody td,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsBody td {
    font-size: 11px !important; }
  .sidebar__item.block.block-ent-stats #shsBody .shsMiniCopyrightText,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsBody .shsMiniCopyrightText {
    font-size: 10px !important; }

.sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry,
.sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry {
  padding: 0;
  border: 0; }
  .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry a,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry a {
    color: #ce092b; }
  .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore {
    margin: 8px 0 0;
    width: 100% !important;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e0e0e0; }
    .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore table.shsGameLeaders tr td:first-child,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore table.shsGameLeaders tr td:first-child {
      border-left: 0;
      padding-left: 5px; }
    .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody,
    .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody {
      border: 0; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsGamePitchers td,
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsGameHomeRuns td,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsGamePitchers td,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsGameHomeRuns td {
        padding: 3px 0 0px !important;
        text-align: center !important; }
        @media (max-width: 768px) {
          .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsGamePitchers td a + span:before,
          .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsGameHomeRuns td a + span:before,
          .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsGamePitchers td a + span:before,
          .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsGameHomeRuns td a + span:before {
            content: " ";
            display: block; } }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsRow0Row,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr.shsRow0Row {
        background-color: #FFF; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td:first-child,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td:first-child {
        padding: 0; }
        .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td:first-child.shsNamD,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td:first-child.shsNamD {
          padding-left: 8px;
          border-left: 0; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsTotD,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsTotD {
        border-right: 0; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsLiveNav,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsLiveNav {
        background: #f0f6ff;
        border-top: 1px solid #cdd9ea;
        color: #002d6d;
        padding: 2px 0; }
        .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsLiveNav a,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsLiveNav a {
          color: #002d6d;
          text-decoration: none; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr:first-child,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr:first-child {
        background: #f0f6ff; }
        .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr:first-child a:link,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr:first-child a:link {
          color: #002d6d;
          text-decoration: underline; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td[rowspan="3"],
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td[rowspan="3"] {
        background: #FFF; }
        .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td[rowspan="3"] + td,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td[rowspan="3"] + td {
          white-space: nowrap; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td[style="vertical-align: top"],
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td[style="vertical-align: top"] {
        border: 0; }
        .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td[style="vertical-align: top"]:first-child,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td[style="vertical-align: top"]:first-child {
          white-space: nowrap; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td.shsPlateCount,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td.shsPlateCount {
        border: 0; }
        .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td.shsPlateCount > table > tbody > tr:first-child,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td.shsPlateCount > table > tbody > tr:first-child {
          background-color: #ebf3ff;
          color: #002d6d; }
          .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td.shsPlateCount > table > tbody > tr:first-child td img,
          .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody tr td.shsGameDetails table tr td.shsPlateCount > table > tbody > tr:first-child td img {
            background: #FFF; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child {
        background: #ebf3ff;
        color: #002d6d; }
        .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child td,
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child td {
          color: #002d6d;
          background-color: transparent;
          border: 0;
          padding: 5px 3px; }
          .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child td.shsLinescoreSpacer,
          .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child td.shsLinescoreSpacer {
            display: none; }
          .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child td:first-child,
          .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child td:first-child {
            padding-left: 10px; }
          .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child td:last-child,
          .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody table tr:first-child td:last-child {
            padding-right: 5px; }
      .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody table tr td,
      .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody table tr td {
        padding: 0; }
        .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shsLinescore tbody table tr td[colspan="2"],
        .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shsLinescore tbody table tr td[colspan="2"] {
          border: 0;
          padding: 0 5px; }
  .sidebar__item.block.block-ent-stats #shsTeamScoreboardsEntry table.shs3Stars td.shsNumD,
  .sidebar__item.block[class*="block-views-stats-widgets-block-"] #shsTeamScoreboardsEntry table.shs3Stars td.shsNumD {
    border-left: 0; }

#shsTeamScoreboards {
  width: auto !important; }
  #shsBody #shsTeamScoreboards #shsToday table {
    border-collapse: collapse; }
  #shsTeamScoreboards .shsTable tr.shsTableSubttlRow + tr {
    border-bottom: 1px solid #cdd9ea; }

.main--left > .home-feature-story {
  margin-bottom: 15px; }

.this-just-in__content .block-ent-stats {
  background: #FFF; }
  .this-just-in__content .block-ent-stats h2 {
    display: none !important; }
  .this-just-in__content .block-ent-stats .shsHeadlineList {
    background: #fafcff !important;
    border: none !important;
    margin: 0; }
    .this-just-in__content .block-ent-stats .shsHeadlineList ul {
      margin: 0 !important;
      padding: 0 !important; }
      .this-just-in__content .block-ent-stats .shsHeadlineList ul li {
        margin: 0px 12px !important;
        padding: 11px 0 7px; }
        .this-just-in__content .block-ent-stats .shsHeadlineList ul li a {
          text-decoration: none;
          transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
          font-size: 15px;
          font-size: 0.9375rem; }
          .this-just-in__content .block-ent-stats .shsHeadlineList ul li a:link, .this-just-in__content .block-ent-stats .shsHeadlineList ul li a:visited {
            color: #002d6d !important; }
          .this-just-in__content .block-ent-stats .shsHeadlineList ul li a:hover {
            color: #000 !important;
            text-decoration: none !important; }
  .this-just-in__content .block-ent-stats ul#shsFirstHalfHeadlines li:last-child {
    border-bottom: 1px solid #cdd9ea; }
  .this-just-in__content .block-ent-stats .shsMiniCopyright img {
    padding-top: 4px; }
  .this-just-in__content .block-ent-stats .shsMiniCopyrightText {
    border-top: 1px solid #cdd9ea;
    line-height: 1;
    padding-top: 9px;
    padding-bottom: 7px;
    color: #333; }

.block-ent-stats-general-sports-headlines.block-ent-stats .shsMiniCopyright img {
  padding-top: 0;
  margin-left: 7px; }

.sidebar__item.block-stackables .node-listing-widget__content {
  padding-bottom: 11px; }

.sidebar__item.block-stackables .node-listing-widget__inner {
  background: #FFF;
  border-width: 1px 0 0;
  max-height: none; }

.sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody {
  background: #FFF;
  font-family: "Francois One", sans-serif !important;
  font-size: 11px !important;
  min-height: 0;
  padding: 0; }
  .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody a {
    color: #ce092b;
    text-decoration: underline; }
  .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsMiniCopyright, .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsMiniCopyrightText {
    display: none; }
  .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody #shsTeamScoreboards #shsToday table {
    border-collapse: separate; }
  .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable {
    border-width: 0 1px;
    border-style: solid;
    border-color: #cdd9ea;
    margin: 0; }
    .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable .shsTableSubttlRow {
      background-color: #ebf3ff;
      color: #002d6d; }
    .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable td.gamedate {
      background-color: #ebf3ff;
      border-bottom: 1px solid #cdd9ea;
      color: #002d6d;
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: normal;
      padding: 4px 10px; }
    .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable #shsTeamScoreboardsEntry {
      font-family: "Roboto Condensed", sans-serif !important;
      padding: 5px 10px; }
      .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable #shsTeamScoreboardsEntry > table {
        width: 100%; }
        .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable #shsTeamScoreboardsEntry > table td {
          padding: 0; }
      .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable #shsTeamScoreboardsEntry .shsNamD.shsMiniTeamName {
        width: 40%;
        font-family: "Roboto Condensed", sans-serif !important; }
      .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable #shsTeamScoreboardsEntry .shsTotD.shsMiniTeamScore {
        width: 15%;
        font-family: "Roboto Condensed", sans-serif !important; }
      .sidebar__item.block-stackables .block-stackables--stats-mini-linescore #shsBody .shsTable #shsTeamScoreboardsEntry .shsMiniStatus {
        width: 45%;
        font-family: "Roboto Condensed", sans-serif !important; }

.sidebar__item.block-stackables .block-stackables--stats-mini-linescore:last-child #shsBody .shsMiniCopyright, .sidebar__item.block-stackables .block-stackables--stats-mini-linescore:last-child #shsBody .shsMiniCopyrightText {
  display: inherit; }

.sidebar__item.block-stackables .block-stackables--stats-mini-linescore:last-child #shsBody .shsMiniCopyright img {
  margin: 0 8px 0 0;
  padding-top: 8px; }

.sidebar__item.block-stackables .block-stackables--stats-mini-linescore:last-child #shsBody .shsMiniCopyrightText {
  border-top: 1px solid #cdd9ea;
  color: #333;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 10px !important;
  padding: 10px 0 0; }

#shsMiniStats.shsMinitrans .shsTable tr.shsRow0Row td, #shsMiniStats.shsMinitrans .shsTable tr.shsRow1Row td {
  padding: 4px 5px; }

#shsMiniStats.shsMinistandings #shsMiniStand .shsTable {
  margin: 0;
  width: 100% !important; }
  #shsMiniStats.shsMinistandings #shsMiniStand .shsTable .shsBorderTable {
    border: 0 !important; }
    #shsMiniStats.shsMinistandings #shsMiniStand .shsTable .shsBorderTable td:first-child {
      border-left: 1px solid #cdd9ea !important; }

#shsMiniStats.shsMinistandings #shsMiniStand .shsTable.shsBorderTable tr.shsTableTtlRow td {
  border: 0 !important; }

#shsMiniStats.shsMinistandings #shsMiniStand tr.shsTableSubttlRow {
  background-color: transparent; }
  #shsMiniStats.shsMinistandings #shsMiniStand tr.shsTableSubttlRow td {
    background-color: #ebf3ff;
    border-bottom: 1px solid #cdd9ea !important;
    border-top: 1px solid #cdd9ea !important;
    color: #002d6d; }

#shsMiniStats.shsMinistandings #shsMiniStand tr.shsSpacerRow td {
  border: 0;
  display: none; }

#shsMiniStats.shsMinistandings #shsMiniStand td.shsAFCStand,
#shsMiniStats.shsMinistandings #shsMiniStand td.shsNFCStand,
#shsMiniStats.shsMinistandings #shsMiniStand td.shsECStand,
#shsMiniStats.shsMinistandings #shsMiniStand td.shsWCStand {
  width: 100% !important;
  display: block;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #cdd9ea; }
  #shsMiniStats.shsMinistandings #shsMiniStand td.shsAFCStand tr.shsTableTtlRow td[colspan="5"],
  #shsMiniStats.shsMinistandings #shsMiniStand td.shsNFCStand tr.shsTableTtlRow td[colspan="5"],
  #shsMiniStats.shsMinistandings #shsMiniStand td.shsECStand tr.shsTableTtlRow td[colspan="5"],
  #shsMiniStats.shsMinistandings #shsMiniStand td.shsWCStand tr.shsTableTtlRow td[colspan="5"] {
    text-align: left !important; }

#shsMiniStats.shsMinistandings #shsMiniStand td.shsAFCStand,
#shsMiniStats.shsMinistandings #shsMiniStand td.shsECStand {
  margin-bottom: 8px; }

.shsTableTtlRow td {
  background-color: transparent; }

/* ==========================================================================
   Sub-Nav Page
   ========================================================================== */
.main--left .node.node-subpage .node__cover article.node {
  padding: 0; }

.main--left .sub-nav__nts {
  margin-bottom: 20px; }
  .main--left .sub-nav__nts ul {
    list-style-type: none;
    padding: 10px 15px 8px;
    border-bottom: 1px dashed #cdd9ea;
    margin: 0 -15px;
    text-transform: uppercase;
    font-family: "Francois One", sans-serif;
    background: #f0f6ff; }
    .main--left .sub-nav__nts ul:before {
      color: #000;
      content: "\f054 ";
      font-family: fontAwesome;
      margin-right: 10px; }
    .main--left .sub-nav__nts ul li {
      display: inline-block; }
      .main--left .sub-nav__nts ul li + li {
        margin-left: 15px; }
      .main--left .sub-nav__nts ul li a {
        color: #000;
        text-decoration: none;
        transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
        .main--left .sub-nav__nts ul li a:hover {
          color: #004dba; }
      .main--left .sub-nav__nts ul li.active a {
        font-weight: 600;
        color: #002d6d; }

/* ==========================================================================
   Audio / Podcasts (Quick Tabs Block)
   ========================================================================== */
.audio-on-demand__content {
  padding: 8px 15px 15px;
  background: #FFF;
  border: 1px solid #CCC;
  height: 100%;
  position: relative; }
  @media (max-width: 719px) {
    .audio-on-demand__content {
      height: auto; } }

.audio-on-demand__tabs {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  display: flex; }
  @media (max-width: 920px) {
    .audio-on-demand__tabs {
      font-size: 16px; } }
  @media (max-width: 850px) {
    .audio-on-demand__tabs {
      font-size: 14px; } }
  @media (max-width: 720px) {
    .audio-on-demand__tabs {
      font-size: 18px; } }
  @media (max-width: 400px) {
    .audio-on-demand__tabs {
      font-size: 14px; } }

.audio-on-demand__tabs--item {
  color: #a5b6d0;
  display: inline-block;
  vertical-align: top;
  padding: 0 7.5px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase; }
  @media (max-width: 421px) {
    .audio-on-demand__tabs--item {
      min-width: 50%;
      padding: 0 0 5px 0; } }
  .audio-on-demand__tabs--item.active {
    border-bottom: 2px solid #ce092b; }

.audio-on-demand__tabs--link {
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .audio-on-demand__tabs--link:link, .audio-on-demand__tabs--link:visited {
    color: #a5b6d0;
    text-decoration: none;
    outline: none; }
    .active .audio-on-demand__tabs--link:link, .active .audio-on-demand__tabs--link:visited {
      color: #002d6d; }
  .audio-on-demand__tabs--item > .audio-on-demand__tabs--link:hover {
    color: #667fa2; }

.audio-on-demand__inner {
  background: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0;
  height: 100%;
  max-height: 416px; }

.audio-on-demand__inner--item {
  display: none;
  border: 1px solid #cdd9ea;
  font-weight: normal;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-height: 416px; }
  .audio-on-demand__inner--item.active {
    display: block; }

.audio-on-demand__inner--item-list {
  margin: 0;
  padding: 0; }

.item__has-audio {
  display: none; }
  .has-audio .item__has-audio {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(204, 204, 204, 0.4);
    cursor: pointer;
    border-radius: 50%;
    max-height: 60px; }
    @media (max-width: 1180px) {
      .has-audio .item__has-audio {
        max-height: 45px; } }
    .header__nav--right .has-audio .item__has-audio {
      max-height: 45px; }
  .item__has-audio i {
    color: inherit;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.item--on-demand + .item--on-demand {
  border-top: 1px solid #cdd9ea; }

.item--on-demand .list-item {
  background: #fafcff; }

.item--on-demand .item__inner {
  padding: 10px;
  line-height: 1; }

.item--on-demand .item__image {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative; }
  @media (max-width: 1180px) {
    .item--on-demand .item__image {
      width: 45px; } }
  .item--on-demand .item__image img {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #CCC; }

.item--on-demand .item__description {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
  padding: 0 0 0 5px; }
  @media (max-width: 1180px) {
    .item--on-demand .item__description {
      width: calc(100% - 55px); } }

.item--on-demand .item__type {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ce092b; }

.item--on-demand .list-item .item__title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 400;
  margin: 7px 0; }
  .view-display-id-list_show_podcasts .item--on-demand .list-item .item__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25; }
  @media (max-width: 1180px) {
    .item--on-demand .list-item .item__title {
      margin: 5px 0; } }
  .node-listing-widget__inner--item .item--on-demand .list-item .item__title {
    margin: 0; }
  .item--on-demand .list-item .item__title a:link, .item--on-demand .list-item .item__title a:visited {
    color: #002d6d; }

.item--on-demand .item__body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.1; }
  .item--on-demand .item__body + .item__meta {
    margin-top: 2px; }

.item--on-demand .item__meta {
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
  color: inherit; }

.item--on-demand .item__author a {
  color: inherit; }

.sidebar__item.block.block-quicktabs .node-listing-widget__content {
  padding: 8px 15px 15px; }
  .sidebar__item.block.block-quicktabs .node-listing-widget__content > h2 {
    display: none; }
  .sidebar__item.block.block-quicktabs .node-listing-widget__content .node-listing-widget__inner {
    background: transparent;
    border: 0;
    max-height: 100%; }

/* ==========================================================================
   Recent Audio Main (Quick Tabs Block)
   ========================================================================== */
.recent-audio-main__content {
  margin-bottom: 15px; }

.recent-audio-main__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  display: flex; }
  @media (max-width: 920px) {
    .recent-audio-main__tabs {
      font-size: 16px; } }
  @media (max-width: 850px) {
    .recent-audio-main__tabs {
      font-size: 14px; } }
  @media (max-width: 720px) {
    .recent-audio-main__tabs {
      font-size: 18px; } }
  @media (max-width: 400px) {
    .recent-audio-main__tabs {
      font-size: 14px; } }

.recent-audio-main__tabs--item {
  background: #fafcff;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #cdd9ea;
  color: #002d6d;
  display: inline-block;
  vertical-align: top;
  padding: 7px;
  width: 33.3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase; }
  .recent-audio-main__tabs--item:first-child {
    border-left: 1px solid #cdd9ea; }
    .recent-audio-main__tabs--item:first-child.active {
      border-left: none; }
  .recent-audio-main__tabs--item:last-child {
    border-right: 1px solid #cdd9ea; }
    .recent-audio-main__tabs--item:last-child.active {
      border-right: none; }
  .recent-audio-main__tabs--item.active {
    color: #ce092b;
    background: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    letter-spacing: 2px; }

.recent-audio-main__inner--item-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .recent-audio-main__inner--item-list li {
    margin: 5px 12px;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0 7px;
    width: inherit;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent; }
    .recent-audio-main__inner--item-list li:last-child {
      border: none;
      margin-bottom: 0; }
  .recent-audio-main__inner--item-list .list-item a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    font-size: 15px;
    font-size: 0.9375rem; }
    .recent-audio-main__inner--item-list .list-item a:link, .recent-audio-main__inner--item-list .list-item a:visited {
      color: #666; }
    .recent-audio-main__inner--item-list .list-item a:hover {
      text-decoration: none;
      color: #000; }

.recent-audio-main__tabs--link {
  display: block;
  width: 100%;
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .recent-audio-main__tabs--link:link, .recent-audio-main__tabs--link:visited {
    color: #002d6d;
    text-decoration: none;
    outline: none; }
  .recent-audio-main__tabs--item > .recent-audio-main__tabs--link:hover {
    color: #000d21; }
  .active .recent-audio-main__tabs--link {
    color: #ce092b !important; }

.recent-audio-main__inner {
  background: #ffffff;
  box-shadow: 0 0 1px #DDD;
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }
  .recent-audio-main__inner .teaser {
    box-shadow: none;
    border: none; }
    .recent-audio-main__inner .teaser .node-title.title {
      margin: 0px 15px 10px 12px; }
    .recent-audio-main__inner .teaser .teaser__link--more {
      border: 1px solid #eaeaea; }

.recent-audio-main__inner--item {
  display: none;
  font-weight: normal; }
  .recent-audio-main__inner--item.active {
    display: inherit; }
  .recent-audio-main__inner--item .item-list {
    margin-bottom: 0; }

/* ==========================================================================
   Recent Content Main (Quick Tabs Block)
   ========================================================================== */
.recent-content-main__content {
  margin-bottom: 15px; }

.recent-content-main__tabs {
  background: #fafcff;
  border-bottom: 1px solid #cdd9ea;
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  display: flex; }
  @media (max-width: 920px) {
    .recent-content-main__tabs {
      font-size: 16px; } }
  @media (max-width: 850px) {
    .recent-content-main__tabs {
      font-size: 14px; } }
  @media (max-width: 720px) {
    .recent-content-main__tabs {
      font-size: 18px; } }
  @media (max-width: 400px) {
    .recent-content-main__tabs {
      font-size: 14px; } }

.recent-content-main__tabs--item {
  border-right: 1px solid #cdd9ea;
  border-top: 1px solid #cdd9ea;
  color: #002d6d;
  display: inline-block;
  vertical-align: top;
  padding: 7px;
  width: 33.3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase; }
  .recent-content-main__tabs--item:first-child {
    border-left: 1px solid #cdd9ea; }
    .recent-content-main__tabs--item:first-child.active {
      border-left: none; }
  .recent-content-main__tabs--item:last-child {
    border-right: 1px solid #cdd9ea; }
    .recent-content-main__tabs--item:last-child.active {
      border-right: none; }
  .recent-content-main__tabs--item.active {
    background: #FFF;
    border-bottom: 2px solid #cdd9ea;
    border-top: none;
    letter-spacing: 2px;
    padding-top: 0; }

.recent-content-main__inner--item-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .recent-content-main__inner--item-list li {
    margin: 5px 12px;
    border-bottom: 1px solid #cdd9ea;
    padding: 5px 0 7px;
    width: inherit;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent; }
    .recent-content-main__inner--item-list li:last-child {
      border: none;
      margin-bottom: 0; }
  .recent-content-main__inner--item-list .list-item a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    font-size: 15px;
    font-size: 0.9375rem; }
    .recent-content-main__inner--item-list .list-item a:link, .recent-content-main__inner--item-list .list-item a:visited {
      color: #666; }
    .recent-content-main__inner--item-list .list-item a:hover {
      text-decoration: none;
      color: #000; }

.recent-content-main__tabs--link {
  display: block;
  width: 100%;
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .recent-content-main__tabs--link:link, .recent-content-main__tabs--link:visited {
    color: #002d6d;
    text-decoration: none;
    outline: none; }
  .recent-content-main__tabs--item > .recent-content-main__tabs--link:hover {
    color: #000d21; }
  .active .recent-content-main__tabs--link {
    color: #ce092b !important; }

.recent-content-main__inner {
  background: transparent;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }

.recent-content-main__inner--item {
  display: none;
  font-weight: normal; }
  .recent-content-main__inner--item.active {
    display: inherit; }
  .recent-content-main__inner--item .item-list {
    margin-bottom: 0; }
    .recent-content-main__inner--item .item-list .pager.pager-load-more {
      padding: 0; }

/* ==========================================================================
   This Just In (Quick Tabs Block)
   ========================================================================== */
.this-just-in__content {
  padding: 8px 15px 15px;
  background: #FFF;
  border: 1px solid #CCC;
  height: 100%;
  position: relative; }
  @media (max-width: 719px) {
    .this-just-in__content {
      height: auto; } }

.this-just-in__tabs {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  display: flex; }
  @media (max-width: 920px) {
    .this-just-in__tabs {
      font-size: 16px; } }
  @media (max-width: 850px) {
    .this-just-in__tabs {
      font-size: 14px; } }
  @media (max-width: 720px) {
    .this-just-in__tabs {
      font-size: 18px; } }
  @media (max-width: 400px) {
    .this-just-in__tabs {
      font-size: 14px; } }

.this-just-in__tabs--item {
  display: inline-block;
  vertical-align: top;
  padding: 0 7.5px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  width: 33%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase; }
  @media (max-width: 421px) {
    .this-just-in__tabs--item {
      min-width: 33%;
      padding: 0 0 5px 0; } }
  .this-just-in__tabs--item.active {
    border-bottom: 2px solid #ce092b; }

.this-just-in__inner--item-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .this-just-in__inner--item-list li {
    margin: 5px 12px;
    border-bottom: 1px solid #cdd9ea;
    padding: 5px 0 7px;
    width: inherit;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent; }
    .this-just-in__inner--item-list li:last-child {
      border: none;
      margin-bottom: 0 !important; }
  .this-just-in__inner--item-list .list-item a {
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    font-size: 15px;
    font-size: 0.9375rem; }
    .this-just-in__inner--item-list .list-item a:link, .this-just-in__inner--item-list .list-item a:visited {
      color: #002d6d; }
    .this-just-in__inner--item-list .list-item a:hover {
      text-decoration: none;
      color: #000; }

.this-just-in__tabs--link {
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
  .this-just-in__tabs--link:link, .this-just-in__tabs--link:visited {
    color: #a5b6d0;
    text-decoration: none;
    outline: none; }
    .active .this-just-in__tabs--link:link, .active .this-just-in__tabs--link:visited {
      color: #002d6d !important; }
  .this-just-in__tabs--item > .this-just-in__tabs--link:hover {
    color: #667fa2; }

.this-just-in__inner {
  background: #fafcff;
  border: 1px solid #cdd9ea;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0;
  height: 100%;
  max-height: calc(100% - 49px); }
  @media (max-width: 920px) {
    .this-just-in__inner {
      max-height: calc(100% - 47px); } }
  @media (max-width: 850px) {
    .this-just-in__inner {
      max-height: calc(100% - 43px); } }
  @media (max-width: 720px) {
    .this-just-in__inner {
      height: 200px; } }
  .sidebar--right .this-just-in__inner {
    height: 273px; }

.this-just-in__inner--item {
  display: none;
  font-weight: normal;
  overflow: auto;
  height: 100%;
  max-height: 100%; }
  .this-just-in__inner--item.active {
    display: block; }

/* ==========================================================================
   Category Tags
   ========================================================================== */
.tags-container {
  padding: 10px 0;
  position: relative;
  font-family: "Roboto Condensed", sans-serif; }

.tags__label, .tags {
  display: inline; }

.tags__label {
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px; }

.tags__label, .tag {
  padding: 0 2.5px; }

.tag {
  display: inline-block; }
  .tag a {
    text-decoration: none;
    color: #ce092b; }
    .tag a:hover, .tag a:focus {
      text-decoration: underline; }
    .tag a:after {
      content: ", ";
      color: #ce092b; }
  .tag:last-of-type a:after {
    content: ""; }

/* ==========================================================================
   Taxonomy Page-Specific Styling (i.e., anything using taxonomy-term.tpl.php)
   ========================================================================== */
.taxonomy-container .heading--sub p, .taxonomy-container .teaser__subtitle p {
  margin: 0; }

/* ==========================================================================
   Full Weather Forecast Page
   ========================================================================== */
.not-front.page-weather-forecast .main--left #page-title {
  box-shadow: #DDD 0px 0px 1px;
  position: relative;
  background: white;
  padding: 15px;
  border-bottom: 2px solid #cdd9ea;
  text-transform: uppercase;
  margin-top: 0; }

.not-front.page-weather-forecast .main--left > div {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 1px 0 1px #DDD;
  border-bottom: 2px solid #cdd9ea;
  white-space: nowrap;
  position: relative; }
  .not-front.page-weather-forecast .main--left > div > h3 {
    line-height: 36px;
    padding: 10px;
    background: #f0f6ff;
    letter-spacing: 1px;
    border-bottom: 1px solid #cdd9ea;
    color: #002d6d;
    text-transform: uppercase;
    box-shadow: 1px 0 1px #DDD;
    margin-left: 62px;
    margin-bottom: 0;
    border-left: 1px solid #cdd9ea;
    height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .not-front.page-weather-forecast .main--left > div > h3:before {
      font-family: FontAwesome;
      content: "\f101";
      display: inline-block;
      padding-right: 7px;
      color: #000; }
  .not-front.page-weather-forecast .main--left > div > table {
    width: 100%; }
    .not-front.page-weather-forecast .main--left > div > table thead {
      display: none; }
    .not-front.page-weather-forecast .main--left > div > table tbody {
      border-top: none;
      width: 100%; }
      .not-front.page-weather-forecast .main--left > div > table tbody tr.odd,
      .not-front.page-weather-forecast .main--left > div > table tbody tr.even {
        background-color: #FFF;
        border-bottom: none;
        padding: inherit; }
      .not-front.page-weather-forecast .main--left > div > table tbody td img {
        position: absolute;
        top: 5px;
        left: 5px; }
      .not-front.page-weather-forecast .main--left > div > table tbody td:not(:first-child) {
        width: 25%;
        padding: 15px 15px 13px; }
        @media (max-width: 850px) {
          .not-front.page-weather-forecast .main--left > div > table tbody td:not(:first-child) {
            padding: 10px; } }
        @media (max-width: 500px) {
          .not-front.page-weather-forecast .main--left > div > table tbody td:not(:first-child) {
            float: left;
            width: 50%;
            display: inline-block;
            padding: 15px;
            text-align: center; } }
        @media (max-width: 400px) {
          .not-front.page-weather-forecast .main--left > div > table tbody td:not(:first-child) {
            float: none;
            width: 100%;
            display: block;
            padding: 0 5px; } }
      .not-front.page-weather-forecast .main--left > div > table tbody td:first-child + td {
        font-weight: 600; }
        @media (max-width: 400px) {
          .not-front.page-weather-forecast .main--left > div > table tbody td:first-child + td {
            padding-top: 5px; } }
      .not-front.page-weather-forecast .main--left > div > table tbody td:nth-child(3):after {
        content: " ";
        display: block;
        clear: both; }

.not-front.page-weather-forecast .main--left .weather-underground-att {
  padding: 5px 10px 10px; }
  @media (max-width: 720px) {
    .not-front.page-weather-forecast .main--left .weather-underground-att {
      margin-bottom: 0; } }
  .not-front.page-weather-forecast .main--left .weather-underground-att > a {
    display: inline-block;
    width: 90px;
    height: 21px;
    background: url("../../../img/wundergroundLogo_4c_horz.png") no-repeat left center;
    background-size: contain;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -99999px; }
  .not-front.page-weather-forecast .main--left .weather-underground-att span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 100;
    margin-left: 15px; }

/* ==========================================================================
   Webform Form and Page Styles
   ========================================================================== */
.not-front .main--left article.node.node-webform {
  padding: 1px 15px 40px; }
  @media (max-width: 720px) {
    .not-front .main--left article.node.node-webform {
      padding: 1px 15px 15px; } }

.webform-client-form {
  max-width: 100%; }
  .social--share + .field-name-body.field-type-text-with-summary + .webform-client-form {
    padding-left: 55px; }
    @media (max-width: 720px) {
      .social--share + .field-name-body.field-type-text-with-summary + .webform-client-form {
        padding-left: 0; } }
  .webform-client-form div > input,
  .webform-client-form div > textarea {
    max-width: 100%; }
    @media (max-width: 720px) {
      .webform-client-form div > input,
      .webform-client-form div > textarea {
        width: 100%; } }

/* ==========================================================================
   Blocks | Block-Level Styles
   ========================================================================== */
/* generated with grunt-sass-globbing */
/* Block: Common Styles that aren't unique to any particular block
========================================================================== */
.item__link--more {
  display: block;
  width: 100%;
  background-color: #cfcfcf;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  color: #333; }
  .item__link--more a {
    color: inherit;
    text-decoration: none; }
  .item__link--more:hover, .item__link--more:focus {
    color: #333;
    background-color: #e0e0e0; }
    .item__link--more:hover a, .item__link--more:focus a {
      color: inherit; }
  .item__link--more .more-link {
    text-align: center; }

.item__date--created {
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  text-transform: uppercase;
  font-size: 23.4px;
  font-size: 1.4625rem; }

.item__social {
  display: block;
  padding-top: 5px; }

/* ==========================================================================
   Calendar List (e.g. Upcoming Events list)
   ========================================================================== */
.sidebar__item.block-events .node-listing-widget__content > h2 {
  padding-left: 0; }

.sidebar__item.block-events .node-listing-widget__content .node-listing-widget__inner {
  max-height: 100%; }

.view-events .view-footer .item__link--more {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  font-weight: 600;
  background: #EEE; }
  .view-events .view-footer .item__link--more:hover {
    background: #F7f7f7; }
  .view-events .view-footer .item__link--more a {
    padding: 10px 10px 7px;
    display: block;
    width: 100%; }

.list-item.item--calendar {
  color: #000000;
  background-color: #F9F9F9;
  border-bottom: 1px solid #cdd9ea;
  line-height: 1;
  padding: 0; }
  .list-item.item--calendar .item__date, .list-item.item--calendar .item__details {
    display: inline-block; }
  .list-item.item--calendar .item__date {
    background-color: #F4F4F4;
    border-right: 1px solid #cdd9ea;
    color: #000000;
    width: 60px;
    padding: 7px 10px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    position: absolute;
    height: 100%; }
  .list-item.item--calendar .date__day {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem; }
  .list-item.item--calendar .date__month {
    font-size: 20px;
    font-size: 1.25rem; }
  .list-item.item--calendar .item__details {
    width: 100%;
    padding: 10px 10px 9px 70px;
    border-left: 1px solid transparent; }
  .list-item.item--calendar .item__title {
    font-size: 20px;
    font-size: 1.25rem; }
  .list-item.item--calendar .item__subtitle {
    font-size: 16px;
    font-size: 1rem;
    margin: 2px 0 0 0;
    display: block;
    text-transform: none; }

/* ==========================================================================
   Lined List Block (single-line list items, e.g. )
   ========================================================================== */
.item--lined {
  font-family: "Roboto Condensed", sans-serif;
  padding: 0 15px; }
  .item--lined .item__inner {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-bottom: 1px dotted #ababab; }
    .item--group:last-of-type .item--lined .item__inner {
      border-bottom: none; }
  .item--lined:last-child .item__inner {
    border-bottom: 0; }

/* ==========================================================================
   Lined List Block (single-line list items, e.g. )
   ========================================================================== */
.item--thumbnail {
  white-space: nowrap;
  padding: 0 15px; }
  .item--thumbnail .item__image, .item--thumbnail .item__description {
    white-space: normal;
    display: inline-block; }
  .item--thumbnail .item__image {
    vertical-align: top;
    width: 33.3333333333%; }
    @media (min-width: 720px) {
      .item--thumbnail .item__image {
        width: 20%; } }
    .container--scroll .item--thumbnail .item__image, .container--short .item--thumbnail .item__image {
      width: 20%; }
  .item--thumbnail .item__description {
    width: 100%;
    padding-left: 0; }
  .item--thumbnail .item__image + .item__description {
    width: 66.6666666667%;
    padding-left: 10px; }
    @media (min-width: 720px) {
      .item--thumbnail .item__image + .item__description {
        width: 80%; } }
    .container--scroll .item--thumbnail .item__image + .item__description, .container--short .item--thumbnail .item__image + .item__description {
      width: 80%; }
  .item--thumbnail .item__title {
    width: 100%;
    display: block;
    line-height: 1.2; }

/* ==========================================================================
   List Block (base styles for Calendar List, List Lined, etc.)
   ========================================================================== */
.list-container.container--short {
  max-height: 300px;
  overflow-y: auto; }

.list-container.container--long {
  max-height: 700px;
  overflow-y: auto; }

.list-container.container--scroll {
  max-height: 500px;
  overflow-y: auto; }

.list-item {
  position: relative;
  width: 100%;
  background-color: #f7f7f7; }
  .list-item a {
    color: inherit;
    text-decoration: none;
    text-decoration: none;
    color: #000000; }
    .list-item a:hover, .list-item a:focus {
      text-decoration: underline; }
    .list-item a:hover, .list-item a:focus {
      color: inherit; }
  .list-item .item__title {
    margin: 0;
    display: block;
    font-family: "Francois One", sans-serif;
    font-size: 23.4px;
    font-size: 1.4625rem; }
  .list-item .item__subtitle {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem; }
    .list-item .item__subtitle a {
      color: inherit; }

/* ==========================================================================
   Most Recent Poll Block (Sidebar)
   ========================================================================== */
.sidebar--right .node.node-advpoll {
  padding: 15px;
  background: #FFF;
  border: 1px solid #CCC; }
  .sidebar--right .node.node-advpoll h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0;
    color: #002d6d; }
  .sidebar--right .node.node-advpoll .field-name-field-poll-sponsor .appNexus {
    margin-top: 15px; }
  .sidebar--right .node.node-advpoll .field-name-field-poll-sponsor img {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    display: block; }
  .sidebar--right .node.node-advpoll .field-name-body p {
    margin: 15px auto;
    line-height: 1.25;
    text-align: center;
    color: #000;
    font-style: italic;
    font-size: 13px;
    font-size: 0.8125rem;
    max-width: 300px; }
  .sidebar--right .node.node-advpoll form > div {
    max-width: 250px;
    margin: 0 auto; }
  .sidebar--right .node.node-advpoll input[type="submit"] {
    width: 60%; }

.node.node-advpoll .field-name-body p {
  color: #000;
  font-style: italic; }

.node.node-advpoll .form-type-radio {
  margin-bottom: 7px; }

.node.node-advpoll label {
  display: inline;
  margin: 0 0 0 10px;
  width: auto; }

.node.node-advpoll input[type="radio"] {
  outline: none;
  display: inline; }

.node.node-advpoll input[type="submit"] {
  margin: 20px auto 0;
  display: block;
  min-width: 100px;
  border-radius: 5px;
  padding: 7px 10px; }

.sidebar__item.block.block-ent-poll-ct .node-listing-widget__content {
  padding: 0;
  border: 0; }

.sidebar__item.block.block-ent-poll-ct .node-listing-widget__inner {
  background: #FFF;
  border: 0;
  overflow: visible;
  max-height: none; }

.sidebar__item.block.block--twitter-block .node-listing-widget__inner {
  max-height: 100%;
  border-color: rgba(15, 70, 100, 0.12);
  border-width: 0 1px; }
  .sidebar__item.block.block--twitter-block .node-listing-widget__inner > p {
    margin: 0; }
  .sidebar__item.block.block--twitter-block .node-listing-widget__inner iframe.twitter-timeline {
    display: block !important; }

/* ==========================================================================
   Event Teaser Block
   ========================================================================== */
.teaser--event {
  margin: 7.5px 0;
  padding: 0;
  vertical-align: top;
  background-color: #f7f7f7; }
  @media (min-width: 620px) {
    .teaser--event {
      display: inline-block;
      width: calc(50% - 10px); }
      .teaser--event:nth-of-type(2n) {
        margin-left: 10px; }
      .region-content-full .teaser--event {
        width: calc(33.3333333333% - 10px);
        margin: 10px 2px 10px 2px; } }
  .teaser--event .teaser__media {
    width: 100%;
    display: block;
    line-height: 0; }
    @media (min-width: 620px) {
      .teaser--event .teaser__media {
        width: 100%;
        max-height: 250px;
        max-width: none; } }
    .teaser--event .teaser__media img {
      width: 100%; }
  .teaser--event .teaser__details {
    width: 100%;
    padding: 0 20px 20px;
    color: #000000; }
  .teaser--event .teaser__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1; }
  .teaser--event .teaser__subtitle {
    font-size: 23.4px;
    font-size: 1.4625rem;
    margin-top: -10px; }
  .teaser--event .teaser__date, .teaser--event .teaser__location {
    display: block;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    position: relative; }
    .teaser--event .teaser__date .fa__icon, .teaser--event .teaser__location .fa__icon {
      width: 20px;
      position: absolute;
      left: 0;
      top: 0; }
    .teaser--event .teaser__date .fa__text, .teaser--event .teaser__location .fa__text {
      padding-left: 30px; }
  .page--body .teaser--event .teaser__link--more {
    font-family: "Roboto Condensed", sans-serif;
    color: #002d6d;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    width: auto;
    margin-top: 15px;
    border: 1px solid #cdd9ea; }
    .page--body .teaser--event .teaser__link--more .fa {
      margin-left: 5px; }
  .teaser--event:only-child {
    width: 100%; }
    .teaser--event:only-child .teaser__media {
      width: calc(50% - 10px);
      display: inline-block;
      vertical-align: middle;
      max-height: inherit; }
      @media (max-width: 920px) {
        .teaser--event:only-child .teaser__media {
          width: 100%;
          display: block; } }
    .teaser--event:only-child .teaser__details {
      width: 50%;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 920px) {
        .teaser--event:only-child .teaser__details {
          width: 100%;
          display: block; } }

/* ==========================================================================
   File (Audio/Video) Teaser Block
   ========================================================================== */
.teaser--file .teaser__media, .teaser--file .teaser__details {
  display: inline-block; }

.teaser--file .teaser__media {
  width: 33.3333333333%; }

.teaser--file .teaser__details {
  width: 66.6666666667%;
  padding-left: 20px;
  font-size: 20px;
  font-size: 1.25rem; }

.teaser--file .teaser__title {
  color: #002d6d;
  font-size: 23.4px;
  font-size: 1.4625rem; }

.teaser__air-date, .teaser__duration, .stage__duration {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase; }

.teaser__duration, .stage__duration {
  color: #002d6d;
  display: inline-block; }

.teaser__download, .stage__download {
  color: #002d6d;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 20px; }
  .teaser__download a:link, .stage__download a:link, .teaser__download a:visited, .stage__download a:visited, .teaser__download a:hover, .stage__download a:hover, .teaser__download a:focus, .stage__download a:focus {
    color: #002d6d;
    text-decoration: none;
    font-size: 16.6px;
    font-size: 1.0375rem; }

/* ==========================================================================
   Play by Play Block (base rendered from custom view.)
   ========================================================================== */
.block-views-custom-play-by-play-block {
  margin-bottom: 15px; }

.item--group.item--group--play-by-play {
  background-color: #FFF; }
  .item--group.item--group--play-by-play .list-item {
    background-color: transparent; }
  .item--group.item--group--play-by-play .item--thumbnail {
    padding: 0; }
    @media (min-width: 1020px) {
      .item--group.item--group--play-by-play .item--thumbnail {
        display: inline-block;
        padding: 0 15px 0 0;
        vertical-align: top; } }
    .item--group.item--group--play-by-play .item--thumbnail img {
      width: 100%; }
  @media (min-width: 1020px) {
    .item--group.item--group--play-by-play .item--details {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 322px); } }
  .item--group.item--group--play-by-play .item--details .item--details-title {
    font-size: 1em; }
  .item--group.item--group--play-by-play .item--extras {
    margin-top: 10px; }
    @media (min-width: 1020px) {
      .item--group.item--group--play-by-play .item--extras {
        display: inline-block;
        float: right;
        margin-top: 0;
        vertical-align: top;
        width: 75px; } }
  .item--group.item--group--play-by-play .item--play-by-play-subtitle h3 {
    margin: 5px 0 0; }

/* ==========================================================================
   Teaser Block (Index Pages, Search Results, etc.)
   ========================================================================== */
.teaser {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 1px 0 1px #cdd9ea;
  border-bottom: 2px solid #cdd9ea;
  white-space: nowrap;
  position: relative; }
  .teaser:after {
    clear: both;
    content: '';
    display: table; }
  .teaser.teaser--lined {
    border-bottom: 1px solid #ababab; }
  .teaser.teaser--grouped {
    background-color: #f7f7f7; }
  .teaser .title {
    line-height: 1;
    margin: 15px 15px 10px 12px;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 1020px) {
      .teaser .title {
        margin: 7px 15px 10px; } }
    .teaser .title a {
      color: #002d6d;
      text-decoration: none;
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
      .teaser .title a:hover {
        color: #ce092b; }

.teaser__media, .teaser__details {
  display: block;
  width: 100%;
  white-space: normal; }
  @media (min-width: 620px) {
    .teaser__media, .teaser__details {
      display: inline-block; } }

.teaser__media {
  vertical-align: top;
  width: 380px;
  line-height: 1; }
  @media (max-width: 1020px) {
    .teaser__media {
      display: block;
      width: 100%; }
      .teaser__media img {
        width: 100%;
        height: auto; } }
  .teaser__media .item-label {
    color: #FFF;
    position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    background: #ce092b;
    top: 0;
    left: 0;
    z-index: 1; }
  @media (min-width: 720px) {
    .teaser--small .teaser__media {
      max-width: 20%; } }
  .teaser__media .audio {
    width: 100%;
    height: auto; }

.teaser__media-inner {
  position: relative;
  line-height: 1; }

.teaser__details {
  padding-bottom: 45px;
  width: calc(100% - 385px); }
  @media (max-width: 1020px) {
    .teaser__details {
      display: block;
      width: 100%; } }
  .teaser__details .field-name-body,
  .teaser__details .field-name-field-file-audio-description {
    padding: 0 15px 0 12px;
    font-size: 14px;
    font-size: 0.875rem; }
  .teaser__details .teaser__meta-inner {
    padding: 10px 12px 0;
    text-align: center; }
    .teaser__details .teaser__meta-inner .teaser__duration, .teaser__details .teaser__meta-inner .stage__duration {
      width: 49%;
      font-size: 14px;
      font-size: 0.875rem; }
    .teaser__details .teaser__meta-inner .teaser__download, .teaser__details .teaser__meta-inner .stage__download {
      width: 49%;
      padding-left: 0; }
      .teaser__details .teaser__meta-inner .teaser__download a, .teaser__details .teaser__meta-inner .stage__download a {
        font-size: 14px;
        font-size: 0.875rem; }

.teaser__title {
  line-height: 1;
  margin: 15px 15px 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
  color: #002d6d;
  white-space: normal; }
  .teaser__title a {
    text-decoration: none;
    color: #002d6d; }

.teaser__subtitle {
  line-height: 1.2;
  margin-top: -20px; }

.teaser__author {
  color: #000;
  font-family: "Francois One", sans-serif;
  margin: -20px 0 10px 0;
  display: block;
  font-size: 23.4px;
  font-size: 1.4625rem; }
  .teaser__author .author__byline, .teaser__author .author__name {
    display: inline-block; }

.page--body .teaser__link--more {
  padding: 7px 10px 5px;
  text-align: center;
  background-color: #f0f6ff;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #002d6d;
  border-top: 1px solid #cdd9ea;
  border-left: 1px solid #cdd9ea;
  transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 385px);
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem; }
  .page--body .teaser__link--more:hover {
    color: #002d6d;
    background-color: #fafcff; }
  @media (max-width: 1020px) {
    .page--body .teaser__link--more {
      width: 100%; } }

.teaser__line {
  display: block; }

.teaser__meta {
  padding: 10px 10px 12px;
  position: relative;
  line-height: 1;
  font-size: 16.6px;
  font-size: 1.0375rem;
  font-weight: 600;
  color: #333; }
  @media (max-width: 1020px) {
    .teaser__meta {
      padding: 10px 10px 5px; } }
  .teaser__meta a {
    color: #333; }
  .teaser__meta li {
    display: inline-block;
    margin-right: 10px; }

.field-name-field-cover-image figure {
  padding-bottom: 0;
  overflow: hidden; }

.teaser__image-attribution,
.field-name-field-cover-image figure figcaption {
  bottom: 7px;
  position: absolute;
  right: 5px;
  left: auto;
  color: #878787;
  z-index: 1;
  font-size: 10px;
  font-size: 0.625rem; }

.view.view-blog.view-display-id-blogs_host_show_index_page .teaser .teaser__details {
  padding-left: 12px;
  padding-right: 15px; }

/* ==========================================================================
   Featured Single Thumbnailed Block (e.g. 'On Air Now')
   ========================================================================== */
.thumbnail--featured {
  border: 1px solid #CCC;
  position: relative;
  background: #FFF;
  white-space: nowrap;
  font-family: "Francois One", sans-serif; }
  .thumbnail--featured .thumbnail__view-full {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #CCC;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: center;
    background: #f0f6ff;
    line-height: 1;
    font-size: 13px;
    font-size: 0.8125rem; }
    .thumbnail--featured .thumbnail__view-full a {
      color: #002d6d;
      width: 100%;
      display: inline-block;
      padding: 15px 0 12px;
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
      .thumbnail--featured .thumbnail__view-full a:hover {
        background: #fafcff; }
  .thumbnail--featured .thumbnail__section-title {
    color: #002d6d;
    margin: 0 0 15px;
    font-size: 20px;
    letter-spacing: 1px;
    width: 50%;
    text-align: center;
    padding-top: 12px; }
  .thumbnail--featured .thumbnail__image, .thumbnail--featured .thumbnail__description {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
  .thumbnail--featured .thumbnail__image {
    width: 75px;
    margin-left: 15px; }
    @media (max-width: 768px) {
      .thumbnail--featured .thumbnail__image {
        width: 70px; } }
    .thumbnail--featured .thumbnail__image img {
      border-radius: 50%; }
  .thumbnail--featured .thumbnail__description {
    width: 100%;
    max-width: calc(100% - 94px);
    padding: 0 15px;
    white-space: normal; }
    @media (max-width: 768px) {
      .thumbnail--featured .thumbnail__description {
        max-width: calc(100% - 89px); } }
  .thumbnail--featured .thumbnail__title {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 768px) {
      .thumbnail--featured .thumbnail__title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .thumbnail--featured .thumbnail__subtitle {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 768px) {
      .thumbnail--featured .thumbnail__subtitle {
        font-size: 14px;
        font-size: 0.875rem; } }
  .thumbnail--featured .item__link--buttons {
    border-top: 1px solid #CCC; }
    .thumbnail--featured .item__link--buttons > a {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      text-align: center;
      line-height: 1;
      padding: 10px 10px 7px;
      background: #f0f6ff;
      font-size: 14px;
      letter-spacing: 1px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 600;
      color: #002d6d;
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
      .thumbnail--featured .item__link--buttons > a:hover, .thumbnail--featured .item__link--buttons > a:focus {
        color: #002d6d;
        background: #fafcff; }
    .thumbnail--featured .item__link--buttons a + a {
      border-left: 1px solid #CCC; }

/* ==========================================================================
   Featured Single Thumbnailed Block (e.g. 'On Air Now')
   ========================================================================== */
.thumbnail a, .thumbnail--featured a {
  color: inherit;
  text-decoration: none; }
  .thumbnail a:hover, .thumbnail a:focus, .thumbnail--featured a:hover, .thumbnail--featured a:focus {
    color: inherit;
    outline: none; }

.thumbnail__image {
  max-width: 125px;
  max-height: 125px; }
  .thumbnail--small .thumbnail__image {
    max-width: 50px;
    max-height: 50px; }
  .thumbnail__image img {
    width: 100%;
    height: auto;
    margin: 0; }

.thumbnail__image, .thumbnail__description {
  display: inline-block; }

.thumbnail__description {
  vertical-align: top;
  padding-left: 10px;
  line-height: 1.2; }

.thumbnail__title {
  margin: 0 0 5px 0;
  color: #000000;
  font-size: 30px;
  font-size: 1.875rem; }
  .thumbnail--small .thumbnail__title {
    font-family: "Francois One", sans-serif;
    font-size: 23.4px;
    font-size: 1.4625rem; }

.thumbnail__subtitle {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 23.4px;
  font-size: 1.4625rem; }
  .thumbnail__subtitle.subtitle--time {
    line-height: 1.2; }

.thumbnail__link {
  text-decoration: none;
  color: #000000;
  color: #ce092b; }
  .thumbnail__link:hover, .thumbnail__link:focus {
    text-decoration: underline; }

/* ==========================================================================
   Current Weather Widget Block
   ========================================================================== */
.current-weather-block-content {
  background: #FFF;
  border: 1px solid #CCC;
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px 0 0;
  line-height: 1; }
  .current-weather-block-content .weather__header {
    color: #ce092b;
    padding: 0 15px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .current-weather-block-content .weather__header a:link, .current-weather-block-content .weather__header a:visited {
      color: #000;
      text-decoration: none;
      font-size: 14px;
      font-size: 0.875rem; }
    .current-weather-block-content .weather__header a:hover {
      color: #000;
      text-decoration: underline; }
  .current-weather-block-content .weather__location {
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem; }
    .current-weather-block-content .weather__location:after {
      color: #000;
      font-family: FontAwesome;
      content: "\f0da";
      display: inline-block;
      margin: 0 15px 0 20px; }
  .current-weather-block-content .weather__item-temp {
    color: #002d6d;
    font-size: 40px;
    font-size: 2.5rem; }
  .current-weather-block-content .weather__item-condition {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem; }
  .current-weather-block-content .weather__content-col {
    width: 33%;
    float: left;
    padding: 7.5px;
    text-align: center;
    margin-bottom: 13px; }
  .current-weather-block-content .col-first img {
    display: inline-block; }
  .current-weather-block-content .col-last {
    text-align: left;
    padding-top: 14px;
    font-size: 11px;
    font-size: 0.6875rem; }
    .current-weather-block-content .col-last strong {
      color: #ce092b;
      display: inline-block;
      margin-right: 10px; }
    .current-weather-block-content .col-last > div {
      margin-bottom: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .current-weather-block-content .col-last:after {
      display: block;
      content: " ";
      clear: both; }
  .current-weather-block-content .weather__traffic {
    border-top: 1px solid #CCC;
    clear: both; }
    .current-weather-block-content .weather__traffic a {
      display: block;
      width: 100%;
      text-align: center;
      line-height: 1;
      padding: 10px 10px 7px;
      background: #f0f6ff;
      font-size: 14px;
      letter-spacing: 1px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 600;
      color: #002d6d;
      text-decoration: none;
      transition: all 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7); }
      .current-weather-block-content .weather__traffic a:hover {
        background: #fafcff; }
      .current-weather-block-content .weather__traffic a:before {
        color: #002d6d;
        font-family: FontAwesome;
        content: "\f1b9";
        display: inline-block;
        margin-right: 10px; }
      .current-weather-block-content .weather__traffic a:after {
        color: #002d6d;
        opacity: .75;
        font-family: FontAwesome;
        content: "\f1b9";
        display: inline-block;
        margin-left: -205px;
        position: absolute;
        margin-top: -4px;
        font-size: 12px;
        font-size: 0.75rem; }

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