@charset "UTF-8";
/* ==========================================================================
   Generic
   - Our reset and custom SASS variables and Mixins
   ========================================================================== */
/* ==========================================================================
   Subtheme-specific Variables
   ========================================================================== */
/**** Font Awesome Path ****/
/**** Colors ****/
/* Blues */
/* Neutrals (Black/Grays/White) */
/* Greens */
/* Reds */
/* Yellows */
/* 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 */
/**** Header Elements ****/
/* Menu Toggle */
/* Search */
/* Media Menu (On Air Schedule, Podcasts, etc.) */
/* Services Menu */
/* Social Media Menu */
/* Tunegenie */
/**** Footer Elements ****/
/* Social Media */
/* Footer Menu */
/* App Links */
/**** Block Elements ****/
/* Common */
/* Media Blocks */
/* Thumbnail Blocks */
/* List Blocks */
/* Teaser Block */
/**** Object Elements ****/
/* Alert */
/* Author */
/* Events */
/* Filter */
/* Tunegenie Popup */
/* Grouping */
/* Pagination */
/* Slideshow */
/* Tags */
/* Triton */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(http://fonts.googleapis.com/css?family=Enriqueta:400,700|Roboto+Condensed:300italic,300,400,700|Open+Sans:400,400italic,700|Francois+One);
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../../../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../../../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../../../fonts/fontawesome-webfont.svg?v=4.5.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: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-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-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: "";
}

/* generated with grunt-sass-globbing */
/* ==========================================================================
   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: monospace, monospace;
  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 */
/* Patternlab Regex Color Swatches */
/* There has to be a better way to do this */
/* 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, .tunegenie__button, .button--base, a.link--twitter, .nav--services .menu__link, .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, .search__toggle, .header__social .social__site, .header__social .social__link, .triton-user a, .item__link--more, .transition-bg-color {
  transition: background-color 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
}

.footer__social .social__link, .header__social .social__site.site--toggle .social__icon, .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: 8px;
}

.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: #e3636b;
  border-radius: 4px;
  -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 #e3636b;
  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--semitransparent--primary {
  background: rgba(0, 0, 0, 0.8);
}

/* Buttons
========================================================================== */
.button--primary, .entry__submit, .form-submit, .button--secondary, .entry__reset, .tunegenie__button, .button--base {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px;
  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, .tunegenie__button .fa, .button--base .fa {
  padding-right: 4px;
}

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

.button--primary, .entry__submit, .form-submit {
  color: #e0e0e0;
  background-color: #d82731;
}

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

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

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

/* 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: 4px;
  border: 1px solid #999;
  padding: 4px;
}

fieldset {
  border: 1px solid #999;
  margin: 8px 0;
  padding: 16px;
}

.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: 8px 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: 8px;
  }
}

.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;
}

.entry--radios .entry__input, .entry--radios .entry__label, .entry--radios label {
  display: inline-block;
}

.form--inline .entry__input, .form--inline .entry__label, .form--inline label {
  display: inline;
  width: auto;
}

.entry__label, label {
  padding: 0 0 4px 0;
}

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

.entry__input {
  max-width: 400px;
}

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

.entry__submit {
  margin-right: 8px;
}

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

.select-wrap select {
  background-color: #FFFFFF;
  width: 100%;
  height: 48px;
  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 {
  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: 8px 0;
}

blockquote {
  background: #cfcfcf;
  margin: 0;
  padding: 32px 32px 32px 76px;
  position: relative;
  border-left: 10px solid #ababab;
  margin: 8px 0;
  color: #525252;
}

blockquote:before {
  content: open-quote;
  font-size: 60px;
  line-height: 1.6;
  position: absolute;
  left: 26px;
  top: 6px;
}

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

figcaption {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  color: black;
  font-size: 13.28px;
  font-size: 0.83rem;
}

figcaption p {
  margin: 0;
}

/* Grid
========================================================================== */
.third,
.fourth,
.half,
.two-third,
.three-fourth,
.fifth,
.two-fifth,
.three-fifth,
.full {
  padding: 0 16px;
  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: 16px 0;
  font-weight: 400;
  font-family: "Francois One", sans-serif;
}

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 18.72px;
  font-size: 1.17rem;
}

h4, .h4 {
  font-size: 16px;
  font-size: 1rem;
}

h5, .h5 {
  font-size: 13.28px;
  font-size: 0.83rem;
}

h6, .h6 {
  font-size: 10.72px;
  font-size: 0.67rem;
}

.heading {
  display: block;
}

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

.heading--top, .sidebar-item__title, .teaser__title {
  margin: 0 0 16px 0;
}

.heading--only {
  margin: 0;
}

.heading--sub, .teaser__subtitle {
  display: block;
  margin: 0 0 16px 0;
  color: #525252;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.heading--small {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

.view-display-id-rules_page h2.teaser__title.heading--top, .view-display-id-rules_page h2.teaser__title.sidebar-item__title, .view-display-id-rules_page h2.teaser__title {
  margin: 0 0 8px 0;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container:after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width: 720px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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 {
  @inclue float-clear;
}

.page {
  height: 100%;
}

.expanded .page {
  overflow: hidden;
}

@media (min-width: 720px) {
  .expanded .page {
    overflow: initial;
  }
}

.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: #d82731;
  background-color: transparent;
  word-break: break-word;
}

.page--body a:hover, .page--body a:focus {
  color: #c8bd01;
}

.body--inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #FFFFFF;
}

.body--inner:after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width: 720px) {
  .body--inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main--left,
.sidebar--right {
  width: 100%;
  display: block;
  padding: 8px 0;
}

@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: 66.6666666667%;
    float: left;
    padding-right: 16px;
  }
  .page--home .main--left {
    padding-right: 0;
  }
}

.sidebar--right {
  width: 100%;
  display: block;
  z-index: 1;
}

@media (min-width: 621px) and (max-width: 719px) {
  .sidebar--right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 720px) {
  .sidebar--right {
    width: 33.3333333333%;
    float: right;
  }
}

.sidebar--right:after {
  content: '';
  display: block;
  clear: right;
}

@media (min-width: 720px) {
  .page--home .sidebar--right {
    padding-left: 16px;
  }
}

.sidebar__item {
  width: 100%;
  display: block;
  padding-bottom: 16px;
}

@media (min-width: 621px) and (max-width: 719px) {
  .sidebar__item {
    width: 48%;
    display: inline-block;
  }
}

.main--full {
  width: 100%;
  display: block;
}

.home--full {
  position: relative;
  z-index: 0;
  margin: 0 -2px;
}

/* Links
========================================================================== */
.inline-block-link {
  display: inline-block;
  margin-right: 16px;
}

.inherit-link {
  color: inherit;
}

.link--plain {
  text-decoration: none;
}

.link--plain:focus, .link--plain:hover {
  text-decoration: underline;
}

a.link--twitter {
  padding: 0 4px;
  background-color: #00aced;
  color: white !important;
  text-align: center;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}

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
   ========================================================================== */
.media--featured, .media--grid, .media {
  font-family: "Roboto Condensed", 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;
}

.legal {
  font-size: 13.28px;
  font-size: 0.83rem;
}

.legal p {
  padding-bottom: 1em;
}

div.views-label-field-contest-rules-text {
  font-weight: bold;
}

div.views-label-field-contest-rules-text + p {
  margin-top: 0.25em;
}

/* ==========================================================================
   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%;
  padding: 0;
  max-width: 1200px;
  padding: 8px 0;
}

.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;
}

.advertisement--top .advertisement--appnexus {
  padding-top: 58px;
}

@media (min-width: 720px) {
  .advertisement--top .advertisement--appnexus {
    padding-top: 0;
  }
}

@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;
}

.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;
  }
}

@media (max-width: 1480px) {
  .has-fullpage-ad .body--inner {
    max-width: 1100px;
  }
}

@media (max-width: 1360px) {
  .has-fullpage-ad .body--inner {
    max-width: 1040px;
  }
}

/* ==========================================================================
   Alert
   ========================================================================== */
.alert-container {
  position: relative;
  width: 100%;
  background: #db1111;
  color: #FFFFFF;
  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;
}

@media (min-width: 720px) {
  .alert-container {
    position: relative;
    border-bottom: 1px solid #636363;
  }
}

.alert-container.alert--visible {
  transform: translate3d(0, 0, 4px);
  opacity: 1;
  z-index: 4;
  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;
}

.alert {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}

.alert:after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width: 720px) {
  .alert {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 720px) {
  .alert {
    height: auto;
    line-height: 1.2;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.alert__description, .alert__actions {
  display: inline-block;
  height: inherit;
}

@media (min-width: 720px) {
  .alert__description, .alert__actions {
    white-space: normal;
    line-height: initial;
  }
}

.alert__description {
  width: calc(100% - 24px);
  padding-right: 8px;
  text-overflow: ellipsis;
  vertical-align: top;
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
}

@media (min-width: 720px) {
  .alert__description {
    vertical-align: middle;
  }
}

.alert__description.description--loading {
  opacity: 0;
}

.alert__actions {
  width: 24px;
}

.alert__link--more {
  text-decoration: none;
  height: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}

@media (min-width: 720px) {
  .alert__link--more {
    width: auto;
  }
}

.alert__title, .alert__subtitle {
  font-size: 18.72px;
  font-size: 1.17rem;
}

.alert__title, .alert__subtitle {
  display: inline;
  font-family: "Francois One", sans-serif;
  text-decoration: none;
  color: #FFFFFF;
}

.alert__title:hover, .alert__title:focus, .alert__subtitle:hover, .alert__subtitle:focus {
  text-decoration: underline;
}

.alert__title {
  text-transform: uppercase;
  margin: 0;
}

.alert__subtitle {
  margin-left: 4px;
  padding-left: 8px;
  border-left: 3px solid #FFFFFF;
}

.alert__close {
  display: block;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
}

/* ==========================================================================
   Author Byline (for blog posts)
   ========================================================================== */
.author {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  color: #525252;
  text-transform: uppercase;
  font-size: 18.72px;
  font-size: 1.17rem;
}

.author a {
  color: inherit;
}

.author .author__image, .author .author__details {
  display: inline-block;
}

.author .author__image {
  width: 50px;
  height: 50px;
  vertical-align: top;
}

.author .author__image img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.author .author__details {
  padding-left: 8px;
  line-height: 1.2;
}

.author .author__name, .author .author__social {
  display: table;
}

.author .author__name {
  text-decoration: none;
  color: #525252;
}

.author .author__name:hover, .author .author__name:focus {
  text-decoration: underline;
}

.author .author__social {
  padding-top: 4px;
}

/* ==========================================================================
   Events
   ========================================================================== */
.event {
  font-family: "Roboto Condensed", sans-serif;
  padding: 16px;
  background-color: #f7f7f7;
  color: #000000;
  font-size: 18.72px;
  font-size: 1.17rem;
}

.event .fa__icon {
  width: 24px;
  margin: 0px;
  position: absolute;
  color: #525252;
}

.event .fa__text {
  padding-left: 32px;
}

.event__line {
  display: block;
  position: relative;
}

.event__line.line--bold {
  font-weight: 700;
}

.event__address {
  margin-left: 32px;
  line-height: 1.2;
}

/* ==========================================================================
   Filter (Mostly for Grid Index pages)
   ========================================================================== */
.filter-container {
  padding: 16px 0;
  white-space: normal;
  background: #cfcfcf;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.filter-container:after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width: 720px) {
  .filter-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.filter-container .filter__entry {
  padding: 0 0 8px 0;
  width: 100%;
}

@media (min-width: 720px) {
  .filter-container .filter__entry {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 8px 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: 4px;
}

@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-color: #e0e0e0;
  padding: 16px 0;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  z-index: 1;
}

.footer--left, .footer--right {
  display: block;
  width: 100%;
  padding: 0 0 16px 0;
}

@media (min-width: 720px) {
  .footer--left, .footer--right {
    display: inline-block;
    float: left;
    padding: 0;
  }
}

@media (min-width: 720px) {
  .footer--left {
    width: 83.3333333333%;
  }
}

.footer--right {
  text-align: center;
}

@media (min-width: 720px) {
  .footer--right {
    width: 16.6666666667%;
    text-align: left;
  }
}

.footer__apps {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 720px) {
  .footer__apps {
    display: block;
    padding-bottom: 16px;
  }
}

.app__link {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin-bottom: 5px;
  background-color: #d82731;
  border-radius: 5px;
}

.app__link img {
  width: 100%;
  height: auto;
  transition: opacity 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
}

.app__link:hover img, .app__link:focus img {
  opacity: 0.5;
}

.footer__copyright {
  padding: 0;
  font-size: 13.28px;
  font-size: 0.83rem;
}

.footer__copyright p {
  margin: 0;
}

/* ==========================================================================
   Drupal Search Form + 
   ========================================================================== */
.search-form .form-submit {
  margin-left: 8px;
}

/* ==========================================================================
   Grouping (mostly for schedule index page)
   ========================================================================== */
.group {
  white-space: nowrap;
  padding: 16px 0;
}

.group:after {
  clear: both;
  content: '';
  display: table;
}

.group--left, .group--right {
  white-space: normal;
  width: 100%;
  display: block;
  vertical-align: top;
}

@media (min-width: 720px) {
  .group--left, .group--right {
    display: inline-block;
  }
}

.group--left {
  background: #e0e0e0;
  padding: 8px 16px;
  border-bottom: 5px solid #ababab;
}

@media (min-width: 720px) {
  .group--left {
    width: 25%;
    padding: 0 8px;
    background: none;
    border-bottom: none;
  }
}

.group--right {
  border-color: #ababab;
  background: none;
}

@media (min-width: 720px) {
  .group--right {
    width: 75%;
    border-left: 5px solid #ababab;
    background: #e0e0e0;
  }
}

/* Header
========================================================================== */
.header {
  background: #000000;
  color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 5;
}

@media (min-width: 720px) {
  .header {
    padding-top: 16px;
    position: relative;
  }
}

.header--top, .header--bottom {
  position: relative;
}

.header--top:after, .header--bottom:after {
  clear: both;
  content: '';
  display: table;
}

.header--top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
}

@media (min-width: 720px) {
  .header--top {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    display: table;
    padding-bottom: 8px;
  }
  .header--top:after {
    clear: both;
    content: '';
    display: table;
  }
}

@media (min-width: 720px) and (min-width: 720px) {
  .header--top {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header--bottom {
  border-color: #636363;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.header--inner {
  width: 100%;
}

@media (min-width: 720px) {
  .header--inner {
    display: table-row;
  }
}

.header__branding--left, .header__branding--right {
  vertical-align: top;
}

@media (min-width: 720px) {
  .header__branding--left, .header__branding--right {
    display: table-cell;
  }
}

.header__branding--right {
  text-align: right;
}

@media (min-width: 720px) {
  .header__branding--right {
    padding-left: 16px;
  }
}

.header__logo--large {
  display: none;
  width: 100%;
  max-width: 320px;
  height: auto;
}

@media (min-width: 720px) {
  .header__logo--large {
    display: block;
  }
}

.header__logo--large img {
  width: 100%;
  height: auto;
}

.header__logo--small {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  height: 100%;
  max-height: 48px;
  max-width: 150px;
}

@media (min-width: 580px) {
  .header__logo--small {
    max-width: none;
  }
}

@media (min-width: 720px) {
  .header__logo--small {
    display: none;
  }
}

.header__logo--small img {
  width: 100%;
  height: auto;
}

@media (min-width: 580px) {
  .header__logo--small img {
    width: auto;
    height: 100%;
  }
}

.header__nav, .subpage__nav {
  padding: 0 16px;
  position: relative;
  font-family: "Francois One", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 48px;
}

.header__nav:after, .subpage__nav:after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width: 720px) {
  .header__nav, .subpage__nav {
    padding: 0 32px;
    height: initial;
  }
}

@media (min-width: 1020px) {
  .header__nav, .subpage__nav {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__nav:after, .subpage__nav:after {
    clear: both;
    content: '';
    display: table;
  }
}

@media (min-width: 1020px) and (min-width: 720px) {
  .header__nav, .subpage__nav {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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: 32px 16px 16px 16px;
}

.view-homepage-hero .homepage-hero-caption h2 {
  color: #FFFFFF;
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
}

@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: #e88288;
  margin: 4px 0 0 0;
  font-size: 24px;
  font-size: 1.5rem;
}

@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;
  }
}

/* ==========================================================================
   Mobile Menu Toggle
   ========================================================================== */
.menu-toggle-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 25px;
  width: 35px;
  z-index: 2;
  left: 0;
  vertical-align: middle;
}

@media (min-width: 1020px) {
  .menu-toggle-container {
    display: none;
  }
}

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

.menu-bars {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}

.menu-bar {
  display: block;
  left: 0;
  height: 3px;
  width: 35px;
  background: #d82731;
  position: absolute;
  transform: none;
  border-radius: 4px;
  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;
}

.menu-bar.top {
  top: 0;
}

.menu-bar.middle {
  top: 9.8333333333px;
}

.menu-bar.bottom {
  top: 20px;
}

.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: 30px;
  left: 12.5px;
  top: -3px;
}

.expanded .menu-bar.middle {
  left: 9.8333333333px;
  width: 0;
}

.expanded .menu-bar.bottom {
  top: 10.5px;
  width: 30px;
}

/* ==========================================================================
   Base Navigation Styles for Main Menu/Secondary/Tertiary Nav
   ========================================================================== */
.nav--footer ul, .nav--media ul, .nav--primary ul, .nav--services ul {
  list-style: none;
}

.nav--footer a, .nav--media a, .nav--primary a, .nav--services a {
  text-decoration: none;
}

.nav--footer ul li.expanded, .nav--media ul li.expanded, .nav--primary ul li.expanded, .nav--services ul li.expanded, .nav--footer ul li.collapsed, .nav--media ul li.collapsed, .nav--primary ul li.collapsed, .nav--services ul li.collapsed, .nav--footer ul li.leaf, .nav--media ul li.leaf, .nav--primary ul li.leaf, .nav--services ul li.leaf {
  list-style: none;
}

/* ==========================================================================
   Footer Navigation (menu-footer)
   ========================================================================== */
.nav--footer {
  color: #525252;
}

.nav--footer .menu {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  word-break: break-word;
}

@media (min-width: 720px) {
  .nav--footer .menu {
    padding-right: 16px;
  }
}

.nav--footer .menu__item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.nav--footer .menu__link {
  color: inherit;
}

.nav--footer .menu--child, .nav--footer .item--child {
  display: inline-block;
}

@media (min-width: 1020px) {
  .nav--footer .menu--child, .nav--footer .item--child {
    display: block;
  }
}

.nav--footer .menu--child {
  display: block;
  width: auto;
  margin-left: -4px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 720px) {
  .nav--footer .menu--child {
    display: inline-block;
    width: 80%;
    padding: 0 0 0 16px;
    margin-left: 0;
  }
}

@media (min-width: 1020px) {
  .nav--footer .menu--child {
    display: block;
    width: auto;
    padding: 0;
  }
}

.nav--footer .item--parent {
  display: block;
  padding: 8px 0;
  box-shadow: inset 0 -1px 0 0 rgba(153, 153, 153, 0.5);
}

@media (min-width: 1020px) {
  .nav--footer .item--parent {
    float: left;
    width: 16.6666666667%;
    padding: 0 16px 16px 0;
    box-shadow: none;
  }
  .nav--footer .item--parent:nth-of-type(7n) {
    clear: both;
  }
}

.nav--footer .link--parent {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 720px) {
  .nav--footer .link--parent {
    width: 20%;
  }
}

@media (min-width: 1020px) {
  .nav--footer .link--parent {
    display: block;
    width: auto;
    font-weight: 400;
    font-size: 18.72px;
    font-size: 1.17rem;
  }
}

.nav--footer .link--child {
  text-decoration: none;
  color: #525252;
}

.nav--footer .link--child:hover, .nav--footer .link--child:focus {
  text-decoration: underline;
}

.nav--footer .item--child {
  margin: 0;
  padding: 0 4px;
  position: relative;
}

@media (min-width: 1020px) {
  .nav--footer .item--child {
    padding: 2px 0;
  }
}

.nav--footer .item--child:not(.last):after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #999;
  display: block;
  position: absolute;
  right: -3px;
  top: 0;
}

@media (min-width: 1020px) {
  .nav--footer .item--child:not(.last):after {
    content: none;
  }
}

/* ==========================================================================
   Services Navigation (Nav Right)
   ========================================================================== */
.nav--media {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

@media (max-width: 720px) {
  .nav--media {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

.nav--media .menu {
  position: relative;
  right: 0;
  padding: 16px 0 0;
  margin: 0;
  font-size: 0;
  width: 100%;
  text-align: right;
}

.nav--media .menu__item {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  border-right: 1px solid #999;
}

.nav--media .menu__item:last-of-type {
  border-right: none;
  padding-right: 0;
}

.nav--media .menu__link {
  text-decoration: none;
  color: #fef336;
}

.nav--media .menu__link:hover, .nav--media .menu__link:focus {
  text-decoration: underline;
}

/* ==========================================================================
   Primary Navigation (Main Menu)
   ========================================================================== */
@media (min-width: 720px) {
  .header__main-menu {
    float: left;
  }
}

@media (min-width: 721px) and (max-width: 1019px) {
  .header__main-menu {
    float: left;
    width: 100%;
    height: inherit;
    padding-left: 80px;
  }
  .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;
  float: left;
  height: inherit;
}

.nav--sidebar, .nav--sidebar-subpage {
  position: fixed;
  height: 100%;
  width: 50%;
  left: -100%;
  background: #000000;
  transition: left 1s ease-out;
}

.nav--sidebar.expanded, .expanded.nav--sidebar-subpage {
  transition: left 500ms ease-out;
  left: 0;
  overflow-y: auto;
}

@media (min-width: 720px) {
  .nav--sidebar, .nav--sidebar-subpage {
    position: absolute;
    height: 100%;
    background: none;
    left: 0;
    top: 0;
    transition: none;
  }
  .nav--sidebar.expanded, .expanded.nav--sidebar-subpage {
    overflow-y: inherit;
  }
}

@media (min-width: 1020px) {
  .nav--sidebar, .nav--sidebar-subpage {
    position: relative;
    float: left;
    width: auto;
    display: block;
  }
}

.nav--top--primary, .nav--subpage--primary {
  padding: 0;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  height: inherit;
}

@media (min-width: 720px) {
  .nav--top--primary, .nav--subpage--primary {
    margin-top: 8px;
  }
}

@media (min-width: 1020px) {
  .nav--top--primary, .nav--subpage--primary {
    display: none;
    padding: 16px 0;
    height: auto;
  }
}

.menu--primary, .menu--sub-primary {
  width: 100%;
  background: #000000;
  z-index: 5;
  margin: 0;
  padding: 0;
  transition: left 700ms ease-out;
  left: -100%;
  font-size: 0;
  top: auto;
  overflow: auto;
}

@media (min-width: 720px) and (max-width: 1019px) {
  .menu--primary, .menu--sub-primary {
    position: absolute;
    height: auto;
    top: 100%;
  }
}

@media (min-width: 1020px) {
  .menu--primary, .menu--sub-primary {
    width: auto;
    background: none;
    left: 0;
    transition: none;
    position: relative;
    float: left;
    text-align: left;
    border-left: 1px solid #636363;
    overflow: visible;
  }
}

@media (min-width: 720px) {
  .expanded .menu--primary, .expanded .menu--sub-primary {
    transition: left 500ms ease-out;
    left: 0;
  }
}

.menu__item--primary, .menu__item--sub-primary {
  border-color: #999;
  border-style: solid;
  border-width: 1px 0 0 0;
  position: relative;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1020px) {
  .menu__item--primary, .menu__item--sub-primary {
    display: inline-block;
    padding: 8px 4px;
    border-color: #636363;
    border-style: solid;
    border-width: 0 1px 0 0;
    position: initial;
    height: 100%;
  }
}

@media (min-width: 1020px) {
  .menu__item--primary:hover, .menu__item--sub-primary:hover, .menu__item--primary:focus, .menu__item--sub-primary:focus, .menu__item--primary.open, .open.menu__item--sub-primary {
    background: #d82731;
  }
}

.menu__item--primary.open .menu--child--primary, .open.menu__item--sub-primary .menu--child--primary {
  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%;
  color: #FFFFFF;
  padding: 8px 16px;
  background: #000000;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
}

@media (min-width: 1020px) {
  .menu__link--primary {
    width: auto;
    color: #FFFFFF;
    padding: 0;
    background: none;
  }
}

.menu__link--primary:after {
  content: '';
  position: absolute;
  background-color: #e88288;
  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;
}

@media (min-width: 1020px) {
  .menu__link--primary:after {
    display: none;
  }
}

.menu__link--primary:hover, .menu__link--primary:focus {
  background: #9c1c23;
}

@media (min-width: 1020px) {
  .menu__link--primary:hover, .menu__link--primary:focus {
    background: none;
  }
}

.menu__link--primary:hover:after, .menu__link--primary:focus: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;
}

@media (min-width: 1020px) {
  .menu__link--primary:hover:after, .menu__link--primary:focus:after {
    top: auto;
    left: 0;
    width: 100%;
    left: 0;
    height: 2px;
  }
}

.menu__link--child--primary {
  position: relative;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  word-break: normal;
  color: #FFFFFF;
  padding: 8px 16px;
  transition: background 700ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
}

.menu__link--child--primary:after {
  content: '';
  position: absolute;
  background-color: #fef55a;
  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, .menu__link--child--primary:focus {
  background: #525252;
}

@media (min-width: 1020px) {
  .menu__link--child--primary:hover, .menu__link--child--primary:focus {
    background: #525252;
  }
}

.menu__link--child--primary:hover:after, .menu__link--child--primary:focus: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;
}

@media (min-width: 1020px) {
  .menu__link--child--primary {
    white-space: nowrap;
  }
}

.menu__link--primary.has-children {
  padding-right: 40px;
}

@media (min-width: 1020px) {
  .menu__link--primary.has-children {
    padding-right: 23px;
  }
  .menu__link--primary.has-children:before {
    content: "+";
    position: absolute;
    color: #fef336;
    right: 0;
    top: 0px;
    width: 15px;
    height: 16px;
    line-height: 16px;
    transition: transform 200ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
    transform-origin: 7px 14px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .open .menu__link--primary.has-children:before {
    transform: rotate(45deg);
  }
}

@media (max-width: 1019px) {
  .menu__link--primary.has-children:before, .menu__link--primary.has-children:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    top: 9px;
    right: 16px;
    left: auto;
    background: #FFFFFF;
    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: 18px;
    transform: rotate(45deg);
  }
  .open .menu__link--primary.has-children:before, .open .menu__link--primary.has-children:after {
    top: 13px;
  }
}

.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);
}

@media (min-width: 1020px) {
  .menu--child--primary {
    position: absolute;
    left: auto;
    width: auto;
    color: #FFFFFF;
    background-color: #404040;
    top: 100%;
    line-height: 1.6;
    z-index: 2;
    max-height: 0;
    padding: 0;
    margin-left: -8px;
    transition: max-height 100ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  }
}

.menu__item--child--primary {
  border-color: #999;
  border-style: solid;
  border-width: 1px 0 0 0;
}

@media (min-width: 1020px) {
  .menu__item--child--primary {
    display: block;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
    text-align: left;
  }
}

.menu__link--child--primary {
  background: #404040;
}

@media (min-width: 1020px) {
  .menu__link--child--primary {
    color: #FFFFFF;
    background: none;
  }
}

.menu__link--child--primary.active {
  color: #FFFFFF;
}

.menu__link--primary.active, .menu__item--child--primary .menu__link--child--primary.active {
  background: #000000;
}

.menu__link--primary.active:hover, .menu__link--primary.active:focus, .menu__item--child--primary .menu__link--child--primary.active:hover, .menu__item--child--primary .menu__link--child--primary.active:focus {
  background: #9c1c23;
}

.menu__link--primary.active:not(.has-children):after, .menu__item--child--primary .menu__link--child--primary.active:not(.has-children):after {
  background-color: #fef55a;
}

.menu__link--primary.active {
  color: #FFFFFF;
}

@media (min-width: 1020px) {
  .menu__link--primary.active {
    background: none;
    color: #FFFFFF;
  }
}

@media (min-width: 1020px) {
  .menu__link--primary.active:hover, .menu__link--primary.active:focus {
    background: none;
  }
}

/* ==========================================================================
   Services Navigation (Nav Right)
   ========================================================================== */
.nav--services {
  float: right;
  position: relative;
  top: 0px;
  height: 100%;
  padding: 0 0 0 8px;
}

@media (max-width: 720px) {
  .nav--services {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

.nav--services .menu {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.nav--services .menu__item {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.nav--services .menu__link {
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px;
  cursor: pointer;
}

.nav--services .menu__link:hover, .nav--services .menu__link:focus {
  background-color: #fef336;
}

.nav--services .menu__link.fa:before {
  padding-right: 8px;
}

/* ==========================================================================
   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: #404040;
}

@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: #FFFFFF;
    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: #FFFFFF;
    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: 4px;
  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-specific stuff
   ========================================================================== */
.node img {
  margin: 8px 0;
}

.node__cover img {
  width: 100%;
}

.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: #000;
  opacity: 0.5;
  cursor: pointer;
  padding: 3px 10px 15px;
  position: absolute;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  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: #dd454e !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: #8a191f;
  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: 32px 16px 16px 16px;
}

@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: 32px;
  font-size: 2rem;
}

@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: #e88288;
  margin: 4px 0 0 0;
  font-size: 24px;
  font-size: 1.5rem;
}

@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 .pager {
  margin: 0;
  padding: 8px 0;
  font-family: "Roboto Condensed", sans-serif;
}

.item-list .pager:after {
  clear: both;
  content: '';
  display: table;
}

.item-list .pager li {
  margin: 0;
  padding: 8px;
  color: #000000;
}

.item-list .pager li.pager-current {
  color: #FFFFFF;
  background-color: #000000;
}

.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: #000000;
}

.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: #999;
}

.item-list .pager li a {
  color: inherit;
  text-decoration: none;
}

.item-list .pager li a:hover, .item-list .pager li a:focus {
  color: inherit;
}

@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 li {
  color: #525252;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  padding: 0;
}

.item-list .pager.pager-load-more li a {
  display: block;
  padding: 16px;
  background-color: #cfcfcf;
}

.item-list .pager.pager-load-more li a:hover, .item-list .pager.pager-load-more li a:focus {
  background-color: #e0e0e0;
}

/* ==========================================================================
   Contest Rules
   ========================================================================== */
.view-display-id-rules_page .item--group {
  margin-bottom: 2em;
}

/* ==========================================================================
   Search
   ========================================================================== */
.search-container {
  float: right;
  display: block;
  height: 100%;
  width: 48px;
}

@media (min-width: 720px) {
  .search-container {
    top: 0;
    position: relative;
  }
}

.search__toggle {
  padding: 0 16px;
  cursor: pointer;
  height: 100%;
  background-color: #404040;
  line-height: 48px;
}

@media (min-width: 720px) {
  .search__toggle {
    padding: 8px 16px;
    line-height: 1.6;
  }
}

.search__toggle:hover, .search__toggle:focus {
  background-color: #fef336;
}

.search__dropdown {
  position: absolute;
  width: 100%;
  background-color: #404040;
  right: 0;
  padding: 16px;
  z-index: -1;
  top: -100%;
  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 (min-width: 720px) {
  .search__dropdown {
    width: auto;
  }
}

.search__dropdown.open {
  top: 100%;
  z-index: 3;
  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;
}

.search__form {
  position: relative;
  height: 32px;
}

.search__input, .search__submit {
  border: none;
}

.search__input {
  width: 100%;
  height: inherit;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding-right: 75px;
}

.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;
}

@media (min-width: 720px) {
  .search__input {
    width: 300px;
  }
}

.search__submit {
  width: 75px;
  height: inherit;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  border-radius: 0 4px 4px 0;
  background: #d82731;
  text-transform: uppercase;
}

.search__submit:hover, .search__submit:focus {
  background: #ba222a;
}

.search-results {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   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: 32px 16px 16px 16px;
}

.slide__title {
  color: #FFFFFF;
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
}

.slide__subtitle {
  color: #e88288;
  margin: 4px 0 0 0;
  font-size: 24px;
  font-size: 1.5rem;
}

.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: 8px solid #000000;
  opacity: 0.7;
  cursor: pointer;
  position: relative !important;
}

.cycle-carousel-wrapper .cycle-slide-active {
  border-bottom: 8px solid #dd454e;
  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 16px 8px;
  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 {
  padding: 8px 0;
}

.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 16px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 720px) {
  .footer__social {
    display: block;
    padding: 0 0 16px 0;
  }
}

.footer__social .social__site {
  padding: 0 8px 0 0;
}

.footer__social .social__link {
  padding: 0;
  color: #d82731;
  text-decoration: none;
}

.footer__social .social__link:focus, .footer__social .social__link:hover {
  color: #fef336;
}

/* ==========================================================================
   Header Social Media
   ========================================================================== */
.header__social {
  padding: 0 8px;
  display: block;
  position: relative;
  font-size: 0;
}

@media (min-width: 720px) {
  .header__social {
    position: absolute;
    top: 0;
    left: 85px;
  }
}

@media (min-width: 1020px) {
  .header__social {
    position: relative;
    left: 0;
    float: left;
  }
}

.header__social .social__sites--list {
  display: inline-block;
  position: relative;
}

.header__social .social__site {
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

.header__social .social__site.site--more {
  transition: all 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  opacity: 0;
  visibility: hidden;
  width: 0;
  padding: 0;
}

.header__social .social__site.site--more .social__link {
  transition: all 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  padding: 0;
}

.header__social .social__site.site--more.social--expanded {
  transition: all 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
  opacity: 1;
  width: auto;
  visibility: visible;
}

.header__social .social__site.site--more.social--expanded .social__link {
  padding: 8px;
}

.header__social .social__site.site--toggle {
  cursor: pointer;
  padding: 8px;
}

.header__social .social__site.site--toggle .social__icon {
  transition: transform 200ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
}

.header__social .social__site.site--toggle .social__icon:hover, .header__social .social__site.site--toggle .social__icon:focus {
  color: #fef336;
}

.header__social .social__site.site--toggle.social--expanded .social__icon {
  transform: rotate(45deg);
}

.header__social .social__link {
  padding: 8px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
}

.header__social .social__link .fa {
  display: inline;
}

.header__social .social__title {
  font-family: "Francois One", sans-serif;
}

.header__social .site--facebook:hover, .header__social .site--facebook:focus {
  background-color: #3b5998;
}

.header__social .site--twitter:hover, .header__social .site--twitter:focus {
  background-color: #00aced;
}

.header__social .site--instagram:hover, .header__social .site--instagram:focus {
  background-color: #125688;
}

.header__social .site--pinterest:hover, .header__social .site--pinterest:focus {
  background-color: #cb2027;
}

.header__social .site--google-plus:hover, .header__social .site--google-plus:focus {
  background-color: #dd4b39;
}

.header__social .site--vimeo:hover, .header__social .site--vimeo:focus {
  background-color: #aad450;
}

.header__social .site--vine:hover, .header__social .site--vine:focus {
  background-color: #00bf8f;
}

.header__social .site--youtube:hover, .header__social .site--youtube:focus {
  background-color: #bb0000;
}

/* ==========================================================================
   Social Field Module 
   ========================================================================== */
.social-links ul li {
  margin: 0 4px 0 0 !important;
}

.social-links .icon {
  width: 24px;
  height: 24px;
  padding: 0 !important;
  line-height: 24px !important;
  font-size: 16px !important;
  text-align: center;
}

.social-links .service-snapchat .icon {
  background-color: #fffc00;
}

.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 16px 0;
  position: relative;
}

@media (min-width: 720px) {
  .stage {
    width: 66.6666666667%;
    padding: 0 16px 0 0;
  }
  .stage.stage--full {
    width: 100%;
    padding: 0;
  }
}

.stage__media {
  width: 100%;
  position: relative;
}

.stage__media .loading--circle {
  height: 100%;
}

.stage__media video {
  width: 100%;
  min-height: 300px;
}

.stage__media audio {
  width: 100%;
}

.stage__media .media__still {
  width: 100%;
}

.stage__media .media__still img {
  width: 100%;
  height: auto;
}

@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;
}

/* ==========================================================================
   Category Tags
   ========================================================================== */
.tags-container {
  padding: 8px 0;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}

.tags__label, .tags {
  display: inline;
}

.tags__label {
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px;
}

.tags__label, .tag {
  padding: 0 2px;
}

.tag {
  display: inline-block;
}

.tag a {
  text-decoration: none;
  color: #d82731;
}

.tag a:hover, .tag a:focus {
  text-decoration: underline;
}

.tag a:after {
  content: ", ";
  color: #d82731;
}

.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;
}

/* ==========================================================================
   Triton (Menu Link and Modal)
   ========================================================================== */
.triton-user a {
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px;
  cursor: pointer;
}

.triton-user a:hover, .triton-user a:focus {
  background-color: #fef336;
}

.triton-user a.fa:before {
  padding-right: 8px;
}

.triton-user ul.triton-subnav {
  top: 100%;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background-color: #404040;
  border: none;
}

.triton-user ul.triton-subnav .sub-nav-item {
  margin: 0;
  border-top: 1px solid #999;
}

.see-overlay-regui #see-overlay .see-wrapper .see-x {
  font-size: 28px !important;
  margin-bottom: -38px;
  margin-right: 10px;
  color: #d82731;
}

.see-overlay-regui #see-overlay-modal {
  color: #000000;
  background: #cfcfcf;
  font-size: 16px;
  font-size: 1rem;
}

.see-overlay-regui #see-overlay-modal .see-button {
  font-size: 16px;
  font-size: 1rem;
}

.see-overlay-regui #see-overlay-modal .see-submit {
  background: #d82731;
  color: #e0e0e0;
  border: none;
}

.see-overlay-regui #see-overlay-modal .see-submit:hover, .see-overlay-regui #see-overlay-modal .see-submit:focus {
  background: #ba222a;
  color: #e0e0e0;
}

.see-overlay-regui #see-overlay-modal.regui .see-header {
  height: auto;
  color: #525252;
  font-size: 24px;
  font-size: 1.5rem;
}

.see-overlay-regui #see-overlay-modal.regui .see-header i {
  bottom: 0;
  color: inherit;
}

.see-overlay-regui #see-overlay-modal.regui .see-header p {
  line-height: 1.6;
  height: auto;
  font-size: 16px;
  font-size: 1rem;
}

.see-overlay-regui #see-overlay-modal.regui .see-form {
  border-right: 1px solid #999;
}

.see-overlay-regui #see-overlay-modal.regui .see-form label, .see-overlay-regui #see-overlay-modal.regui .see-form a {
  font-size: 16px;
  font-size: 1rem;
}

.see-overlay-regui #see-overlay-modal.regui .see-form .see-input {
  border: 1px solid #999;
}

.see-overlay-regui #see-overlay-modal.regui .see-sidebar {
  font-size: 16px;
  font-size: 1rem;
}

/* ==========================================================================
   "Listen Live" Tunegenie (in header)
   ========================================================================== */
.tunegenie {
  position: absolute;
  top: 0;
  font-family: "Francois One", sans-serif;
  width: 100%;
  text-align: left;
  padding: 8px 16px;
  background: #404040;
  z-index: -1;
  top: -100%;
  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 (min-width: 720px) {
  .tunegenie {
    position: relative;
    width: auto;
    text-align: right;
    padding: 0;
    background: none;
    z-index: 1;
    top: auto;
    opacity: 1;
    padding: 4px 0 4px 16px;
  }
}

.tunegenie.open {
  top: 0;
  z-index: 3;
  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;
}

.tunegenie__music {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 16px;
}

@media (min-width: 1020px) {
  .tunegenie__music {
    height: 48px;
    padding-bottom: 0;
  }
}

.tunegenie__album {
  display: none;
  width: auto;
  vertical-align: top;
  height: 32px;
}

@media (min-width: 720px) {
  .tunegenie__album {
    height: 48px;
  }
}

.loaded .tunegenie__album {
  display: inline-block;
}

.tunegenie__details {
  display: inline-block;
  padding: 0 8px;
  line-height: 1.2;
  vertical-align: middle;
  word-break: break-word;
  overflow: hidden;
}

@media (min-width: 720px) {
  .tunegenie__details {
    max-width: 200px;
  }
}

.tunegenie__song, .tunegenie__artist {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
}

@supports (display: -webkit-box) {
  .tunegenie__song, .tunegenie__artist {
    white-space: normal;
  }
}

.tunegenie__song {
  max-height: 38.4px;
  -webkit-line-clamp: 2;
}

.tunegenie__artist {
  color: #999;
  max-height: 19.2px;
  -webkit-line-clamp: 1;
}

.tunegenie__button {
  color: #FFFFFF;
  background-color: #d82731;
  vertical-align: top;
}

.tunegenie__button:hover, .tunegenie__button:focus {
  background-color: #ba222a;
}

.tunegenie__button.button--mobile {
  float: right;
  display: block;
  height: 100%;
  line-height: 48px;
  padding: 0 16px;
  cursor: pointer;
}

@media (min-width: 720px) {
  .tunegenie__button.button--mobile {
    display: none;
  }
}

.tunegenie__popup:after {
  clear: both;
  content: '';
  display: table;
}

.popup--left, .popup--right {
  display: block;
  width: 100%;
  padding-bottom: 16px;
}

@media (min-width: 580px) {
  .popup--left, .popup--right {
    display: inline-block;
    float: left;
    padding-bottom: 0;
  }
}

@media (min-width: 580px) {
  .popup--left {
    width: 50%;
    padding-right: 8px;
  }
}

@media (min-width: 580px) {
  .popup--right {
    width: 50%;
    padding-left: 8px;
  }
}

.popup__logo {
  width: 100%;
  max-width: 250px;
  padding-bottom: 16px;
}

.popup__logo img {
  width: 100%;
  height: auto;
}

.popup__music {
  font-family: "Francois One", sans-serif;
}

.music__info {
  white-space: nowrap;
}

.music__album, .music__details {
  display: inline-block;
  white-space: normal;
}

.music__album {
  width: 100px;
  height: 100px;
  padding-right: 8px;
}

.music__album img {
  width: 100%;
  height: auto;
}

.music__details {
  width: calc(100% - 100px);
  vertical-align: top;
  line-height: 1.2;
  font-size: 18.72px;
  font-size: 1.17rem;
}

.music__song a {
  text-decoration: none;
  color: #000000;
}

.music__song a:hover, .music__song a:focus {
  text-decoration: underline;
}

.music__artist {
  color: #525252;
}

.music__actions {
  padding-top: 16px;
}

.music__actions .button--primary, .music__actions .entry__submit, .music__actions .form-submit {
  margin-right: 8px;
}

/* ==========================================================================
   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: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  color: #525252;
}

.item__link--more a {
  color: inherit;
  text-decoration: none;
}

.item__link--more:hover, .item__link--more:focus {
  color: #525252;
  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: #525252;
  text-transform: uppercase;
  font-size: 18.72px;
  font-size: 1.17rem;
}

.item__social {
  display: block;
  padding-top: 4px;
}

/* ==========================================================================
   Calendar List (e.g. Upcoming Events list)
   ========================================================================== */
.item--calendar {
  color: #000000;
  background-color: #f7f7f7;
  border-bottom: 1px solid transparent;
  line-height: 1.2;
  padding: 0;
}

.item--calendar .item__date, .item--calendar .item__details {
  display: inline-block;
}

.item--calendar .item__date {
  background-color: #cfcfcf;
  color: #000000;
  width: 70px;
  padding: 8px;
  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%;
}

.item--calendar .date__day {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.item--calendar .date__month {
  font-size: 18.72px;
  font-size: 1.17rem;
}

.item--calendar .item__details {
  width: 100%;
  padding: 8px 8px 8px 78px;
  border-left: 1px solid transparent;
}

.item--calendar .item__subtitle {
  margin: 4px 0 0 0;
}

/* ==========================================================================
   Lined List Block (single-line list items, e.g. )
   ========================================================================== */
.item--lined {
  font-family: "Roboto Condensed", sans-serif;
  padding: 0 16px;
}

.item--lined .item__inner {
  width: 100%;
  display: block;
  padding: 8px 0;
  border-bottom: 1px dotted #ababab;
}

.item--group:last-of-type .item--lined .item__inner {
  border-bottom: none;
}

/* ==========================================================================
   Lined List Block (single-line list items, e.g. )
   ========================================================================== */
.item--thumbnail {
  white-space: nowrap;
  padding: 0 16px;
}

.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: 8px;
}

@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: 240px;
  overflow-y: auto;
}

.list-container.container--long {
  max-height: 560px;
  overflow-y: auto;
}

.list-container.container--scroll {
  max-height: 400px;
  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: 18.72px;
  font-size: 1.17rem;
}

.list-item .item__subtitle {
  color: #525252;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

.list-item .item__subtitle a {
  color: inherit;
}

/* ==========================================================================
   Featured Media Block (e.g. Blog Spotlight)
   ========================================================================== */
.media--featured {
  display: block;
  height: 300px;
}

@media (min-width: 720px) {
  .media--featured {
    height: auto;
  }
}

.media--featured .media__image {
  overflow: hidden;
  background: #d82731;
  background: -webkit-gradient(linear, left top, left bottom, from(#d82731), to(#fef336));
  background: -moz-linear-gradient(center top, #d82731 0%, #fef336 100%);
  background: -moz-gradient(center top, #d82731 0%, #fef336 100%);
  background: -webkit-linear-gradient(top, #d82731 0%, #fef336 100%);
  background: -o-linear-gradient(top, #d82731 0%, #fef336 100%);
  background: -ms-linear-gradient(top, #d82731 0%, #fef336 100%);
  background: linear-gradient(to bottom, #d82731 0%, #fef336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD82731', endColorstr='#FFFEF336',GradientType=0 );
}

.media--featured .media__image img {
  min-height: 100%;
  width: 100%;
  margin-top: -100%;
  /* Landscape Only */
}

@media (max-width: 320px) {
  .media--featured .media__image img {
    margin-top: -105%;
  }
}

@media (min-width: 720px) {
  .media--featured .media__image img {
    margin-top: 0;
    min-height: 0;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .media--featured .media__image img {
    margin-top: -58%;
  }
}

/* ==========================================================================
   Grid Media Block (e.g. Recent Content on homepage)
   ========================================================================== */
.media--grid {
  display: block;
  width: 100%;
  margin: 8px 0;
  font-weight: 700;
  font-size: 18.72px;
  font-size: 1.17rem;
}

@media (min-width: 620px) {
  .media--grid {
    display: inline-block;
    width: calc(50% - 8px);
    margin: 8px 2px 8px 2px;
  }
}

@media (min-width: 720px) {
  .media--grid {
    max-width: calc(33.3333333333% - 8px);
    margin: 4px 2px 4px 2px;
  }
}

@media (min-width: 720px) {
  .main--left .media--grid {
    max-width: calc(50% - 8px);
    margin: 4px 2px 4px 2px;
  }
}

.media--grid .media__image {
  min-height: 100%;
  overflow: hidden;
}

.media--grid .media__image img {
  height: 100%;
}

@media (min-width: 720px) {
  .media--grid .media__image img {
    height: auto;
  }
}

.media--grid .media__title {
  padding: 16px 8px 8px 8px;
  z-index: 0;
}

/* ==========================================================================
   Media Block (e.g. "Discover and Download", "Recent Content")
   ========================================================================== */
.media--featured, .media--grid, .media {
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
}

.media--featured a, .media--grid a, .media a {
  color: inherit;
  text-decoration: none;
}

.media--featured a:hover, .media--grid a:hover, .media--featured a:focus, .media--grid a:focus, .media a:hover, .media a:focus {
  color: inherit;
}

.media__image {
  width: 100%;
  height: 100%;
  background: #d82731;
  background: -webkit-gradient(linear, left top, left bottom, from(#d82731), to(#fef336));
  background: -moz-linear-gradient(center top, #d82731 0%, #fef336 100%);
  background: -moz-gradient(center top, #d82731 0%, #fef336 100%);
  background: -webkit-linear-gradient(top, #d82731 0%, #fef336 100%);
  background: -o-linear-gradient(top, #d82731 0%, #fef336 100%);
  background: -ms-linear-gradient(top, #d82731 0%, #fef336 100%);
  background: linear-gradient(to bottom, #d82731 0%, #fef336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD82731', endColorstr='#FFFEF336',GradientType=0 );
}

.media__image a {
  width: 100%;
  height: inherit;
  display: block;
}

.media__image img {
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: opacity 350ms ease-out;
}

.media__title, .media__type {
  position: absolute;
  margin: 0;
}

.media__title {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 16px 16px 16px;
  text-shadow: 2px 2px 8px #000000;
  font-weight: 700;
  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 );
}

.media__type {
  right: 0;
  top: 0;
  width: auto;
  padding: 8px;
  background: rgba(0, 0, 0, 0.77);
}

.media__link {
  height: 100%;
}

.media__link:hover .media__image img, .media__link:focus .media__image img {
  opacity: 0.7;
}

/* ==========================================================================
   Event Teaser Block
   ========================================================================== */
.teaser--event:not(:only-child) {
  padding: 0;
  vertical-align: top;
  background-color: #f7f7f7;
  margin: 8px 0;
}

@media (min-width: 620px) {
  .teaser--event:not(:only-child) {
    display: inline-block;
    width: calc(50% - 8px);
    margin: 8px 0;
  }
  .teaser--event:not(:only-child):nth-of-type(2n) {
    margin-left: 8px;
  }
  .region-content-full .teaser--event:not(:only-child) {
    width: calc(33.3333333333% - 8px);
    margin: 8px 2px 8px 2px;
  }
}

.teaser--event:not(:only-child) .teaser__media {
  width: 100%;
  display: block;
}

@media (min-width: 620px) {
  .teaser--event:not(:only-child) .teaser__media {
    width: 100%;
    max-height: 250px;
    max-width: none;
  }
}

.teaser--event:not(:only-child) .teaser__media img {
  width: 100%;
}

.teaser--event:not(:only-child) .teaser__details {
  width: 100%;
  padding: 16px;
  color: #000000;
}

.teaser--event .teaser__title {
  font-size: 24px;
  font-size: 1.5rem;
}

.teaser--event .teaser__subtitle {
  font-size: 18.72px;
  font-size: 1.17rem;
}

.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: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.teaser--event .teaser__date .fa__text, .teaser--event .teaser__location .fa__text {
  padding-left: 24px;
}

.teaser--event .teaser__date {
  margin-top: -8px;
}

.teaser--event .teaser__link--more {
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.teaser--event .teaser__link--more .fa {
  margin-left: 4px;
}

/* ==========================================================================
   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: 16px;
  font-size: 16px;
  font-size: 1rem;
}

.teaser--file .teaser__title {
  font-size: 18.72px;
  font-size: 1.17rem;
}

.teaser__air-date, .teaser__duration, .stage__duration {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.teaser__duration, .stage__duration {
  color: #525252;
  display: inline-block;
}

.teaser__download, .stage__download {
  color: #525252;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 16px;
}

.teaser__download a, .stage__download a {
  color: #525252;
  text-decoration: none;
  font-size: 13.28px;
  font-size: 0.83rem;
}

/* ==========================================================================
   Teaser Block (Index Pages, Search Results, etc.)
   ========================================================================== */
.teaser {
  padding: 16px;
  white-space: nowrap;
}

.teaser:after {
  clear: both;
  content: '';
  display: table;
}

.item--group:nth-of-type(odd) .teaser {
  background-color: #f7f7f7;
}

.teaser.teaser--lined {
  border-bottom: 1px solid #ababab;
}

.teaser.teaser--grouped {
  background-color: #f7f7f7;
}

.teaser .title {
  margin-top: 0;
}

.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;
}

@media (min-width: 620px) {
  .teaser__media {
    width: 33.3333333333%;
    max-width: 250px;
  }
}

@media (min-width: 720px) {
  .teaser--small .teaser__media {
    max-width: 20%;
  }
}

.teaser__media .audio {
  width: 100%;
  height: auto;
}

@media (min-width: 620px) {
  .teaser__details {
    width: 100%;
  }
  .teaser__media + .teaser__details {
    width: 66.6666666667%;
    padding-left: 16px;
  }
  .teaser--small .teaser__media + .teaser__details {
    width: 80%;
  }
  .teaser__details img {
    max-width: 250px;
    display: inline;
  }
  .teaser--small .teaser__details img {
    max-width: 150px;
  }
}

.teaser__title {
  color: #000000;
}

.teaser__title a {
  text-decoration: none;
  color: #000000;
}

.teaser__title a:hover, .teaser__title a:focus {
  text-decoration: underline;
}

.teaser__title a:hover, .teaser__title a:focus {
  color: #000000;
}

.teaser__subtitle {
  line-height: 1.2;
  margin-top: -16px;
}

.teaser__author {
  color: #525252;
  font-family: "Francois One", sans-serif;
  margin: -16px 0 8px 0;
  display: block;
  font-size: 18.72px;
  font-size: 1.17rem;
}

.teaser__author .author__byline, .teaser__author .author__name {
  display: inline-block;
}

.teaser__link--more {
  display: block;
  padding-top: 8px;
}

.teaser__line {
  display: block;
}

.teaser__meta {
  margin: -8px 0 16px 0;
  padding: 0;
  font-size: 13.28px;
  font-size: 0.83rem;
  font-weight: bold;
  color: #525252;
}

.teaser__meta a {
  color: #525252;
}

.teaser__meta li {
  display: inline-block;
  margin-right: 8px;
}

/* ==========================================================================
   Featured Single Thumbnailed Block (e.g. 'On Air Now')
   ========================================================================== */
.thumbnail--featured {
  position: relative;
  background: #f7f7f7;
  padding: 16px;
  white-space: nowrap;
  font-family: "Francois One", sans-serif;
}

.thumbnail--featured .thumbnail__image, .thumbnail--featured .thumbnail__description {
  display: inline-block;
  vertical-align: middle;
}

.thumbnail--featured .thumbnail__image {
  min-width: 100px;
  width: 25%;
}

.thumbnail--featured .thumbnail__description {
  width: 75%;
  max-width: calc(100% - 100px);
  padding-left: 8px;
  white-space: normal;
}

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

.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: 8px;
  line-height: 1.2;
}

.thumbnail__title {
  margin: 0 0 4px 0;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
}

.thumbnail--small .thumbnail__title {
  font-family: "Francois One", sans-serif;
  font-size: 18.72px;
  font-size: 1.17rem;
}

.thumbnail__subtitle {
  color: #525252;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 18.72px;
  font-size: 1.17rem;
}

.thumbnail__subtitle.subtitle--time {
  line-height: 1.2;
}

.thumbnail__link {
  text-decoration: none;
  color: #000000;
}

.thumbnail__link:hover, .thumbnail__link:focus {
  text-decoration: underline;
}

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