@charset "UTF-8";
/*!
Theme Name: FBIRadio Select Field Theme
Theme URI: http://selectfield.co/
Author: selectfield.co
Author URI: http://web.nicklarosa.net
Description: FBIRadio Select Field Theme
Version: 1.3
*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/* @font-face {
  font-family: 'FontAwesome';
  src: url("includes/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("includes/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("includes/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("includes/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("includes/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("includes/fonts/fontawesome-webfont.svg?v=4.6.2#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.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.0
* Docs at http://davidtheclark.github.io/scut
*/
/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* First fixing the dropdown menu.
 * Most stuff is handled by the walker, but some styles need to be added too.
 * Here we are removing the ">" from the original bootstrap styles, so it works for 2nd and 3rd level dropdown too..
 * (actually not cool to use more than 1 level dropdown, but if YOU or your users want to do this, it won't break the layout now ;)  */
.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap; }

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); }

.dropdown-menu ul {
  list-style: none; }

/* Some modified padding for the bootstrap container.
 * Now you can make many styles of design easily.
 * Try with giving the .container class just a background colour and have a look. ;)
 */
/*.container { padding: 0; }*/
/*** CUSTOM FONTS ****/
@font-face {
  font-family: 'FjallaOne';
  src: url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/fjallaone-regular-webfont.eot");
  src: url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/fjallaone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/fjallaone-regular-webfont.woff2") format("woff2"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/fjallaone-regular-webfont.woff") format("woff"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/fjallaone-regular-webfont.ttf") format("truetype"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/fjallaone-regular-webfont.svg#fjalla_oneregular") format("svg");
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; }

@font-face {
  font-family: 'sorts_mill_goudyitalic';
  src: url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-italic-webfont.eot");
  src: url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-italic-webfont.woff2") format("woff2"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-italic-webfont.woff") format("woff"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-italic-webfont.ttf") format("truetype"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-italic-webfont.svg#sorts_mill_goudyitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sorts_mill_goudyregular';
  src: url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-regular-webfont.eot");
  src: url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-regular-webfont.woff2") format("woff2"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-regular-webfont.woff") format("woff"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-regular-webfont.ttf") format("truetype"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/sortsmillgoudy-regular-webfont.svg#sorts_mill_goudyregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotoregular';
  src: url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/roboto-regular-webfont.eot");
  src: url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/roboto-regular-webfont.woff2") format("woff2"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/roboto-regular-webfont.woff") format("woff"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/roboto-regular-webfont.ttf") format("truetype"), url("https://d1kt6vnx6cjjqh.cloudfront.net/wp-content/themes/fbi_sf/includes/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-y: scroll; }

body {
  word-wrap: break-word;
  color: #000;
  font-family: "robotoregular"; }

body {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

a {
  color: #000;
  outline: 0; }

.text a {
    color: #168ecd;
}

.content a, .single-box .info .text a, .archive.grid .info .entry-summary a {
  color: #168ecd; }

a:hover, a:focus, h3.active a {
  color: #168ecd;
  text-decoration: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: inherit;
  color: inherit; }

.dropdown-menu > li > a:focus {
  background-color: inherit;
  color: inherit; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/* Images and wp-captions should always fit and be responsive */
@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }

.news-item a img:hover {
  animation: fade 0.5s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -webkit-animation: fade 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px; }

.wp-caption.aligncenter {
  margin-bottom: 10px; }

.wp-caption img[class*="wp-image-"] {
  display: block; }

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px; }

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em; }

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Content */
.hentry {
  margin: 0 0 1.5em; }

/* Clearing */
.clear {
  clear: both; }

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 12px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em; }

/* Header */
.site-title {
  margin: 0;
  background-image: url("images/FBI_HEADER_Large_new.png");
  height: 240px; }

/* .site-title.scrolling {
  background-image: url("images/FBI_HEADER_Large_animated.gif"); } */

.site-title img {
  height: 271px; }

.site-title a:hover {
  text-decoration: none; }

.navbar {
  margin-bottom: 0; }

.nav.navbar-nav {
    display: flex;
}

.nav.navbar-nav > li {
    flex-grow: 1;
    float: none;
    width: auto;
}

.navbar-default {
  background-color: transparent;
  border: medium none; }

@media (max-width: 767px) {
  .navbar-default {
    min-height: 0px; } }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.navbar-default .navbar-nav {
  width: 100%; }

.navbar-default .navbar-nav > li > a {
  color: #000; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #000000; }

.navbar-default .navbar-nav > li > a:hover {
  /*font-weight: bold;*/ }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .current-menu-parent > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  font-weight: normal; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  font-weight: normal; }

.navbar .menu-item:hover > .dropdown-menu {
    display: block;
}

/*** CATEGORY COLOURS *****/
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-image: none; }

.station .thumb img {
  border-bottom: 5px solid #168ecd; }

/* HOME */
.navbar-default .navbar-nav > li:nth-child(1) a {
  border-color: #000000; }

.home-border {
  border-color: #000000; }

.home-color {
  color: #000000; }

/* 94.5 FM **/
.navbar-default .navbar-nav > li:nth-child(2) a {
  border-color: #198ecb; }

.navbar-default .navbar-nav > li:nth-child(2) > a:hover, .navbar-default .navbar-nav > li:nth-child(2) > a:focus, .navbar-default .navbar-nav > li.active:nth-child(2) > a {
  background-color: #198ecb;
  color: #ffffff; }

.station.fm945 .thumb img {
  border-bottom: 5px solid #198ecb !important; }

.fm945-border {
  border-color: #198ecb; }

.fm945-color {
  color: #198ecb; }

.fm945-bg {
  background-color: #198ecb !important; }

.navbar-default .navbar-nav > li:nth-child(2) .dropdown-menu a:hover {
  background-color: #198ecb; }

.navbar-default .navbar-nav > li .dropdown-menu .fm945 a {
  border-color: #198ecb !important; }

.fm945 .album-of-the-week {
  border-bottom: 5px solid #198ecb;
  border-top: 5px solid #198ecb;
  margin-bottom: 16px; }

.content-945fm h2.title {
  border-color: #198ecb; }

#audio-wrapper.fm945 .track-name {
  color: #198ecb; }

#audio-wrapper.fm945 .jp-play-bar {
  width: 100% !important;
  background-color: #198ecb !important; }

/* Click */
.navbar-default .navbar-nav > li:nth-child(3) a {
  border-color: #4ac1c6; }

.navbar-default .navbar-nav > li:nth-child(3) > a:hover, .navbar-default .navbar-nav > li:nth-child(3) > a:focus, .navbar-default .navbar-nav > li.active:nth-child(3) > a {
  background-color: #4ac1c6;
  color: #ffffff; }

.station.click .thumb img {
  border-bottom: 5px solid #4ac1c6 !important; }

.click-border {
  border-color: #4ac1c6; }

.click-color {
  color: #4ac1c6; }

.click-bg {
  background-color: #4ac1c6 !important; }

.navbar-default .navbar-nav > li:nth-child(3) .dropdown-menu a:hover {
  background-color: #4ac1c6; }

.navbar-default .navbar-nav > li .dropdown-menu .click a {
  border-color: #4ac1c6 !important; }

.click .album-of-the-week {
  border-bottom: 5px solid #4ac1c6;
  border-top: 5px solid #4ac1c6;
  margin-bottom: 16px; }

.content-click h2.title {
  border-color: #4ac1c6; }

#audio-wrapper.click .track-name {
  color: #4ac1c6; }

#audio-wrapper.click .jp-play-bar {
  width: 100% !important;
  background-color: #4ac1c6 !important; }

/* Program */
.navbar-default .navbar-nav > li:nth-child(4) a {
  border-color: #337183; }

.navbar-default .navbar-nav > li:nth-child(4) > a:hover, .navbar-default .navbar-nav > li:nth-child(4) > a:focus, .navbar-default .navbar-nav > li.active:nth-child(4) > a {
  background-color: #337183;
  color: #ffffff; }

.program-border {
  border-color: #337183; }

.program-color {
  color: #337183; }

.navbar-default .navbar-nav > .menu-item-has-children {
    cursor: default;
}

.navbar-default .navbar-nav > li:nth-child(4) .dropdown-menu a:hover {
  background-color: #337183; }

/* SMACS */
.navbar-default .navbar-nav > li:nth-child(5) a {
  border-color: #a8def0; }

.navbar-default .navbar-nav > li:nth-child(5) > a:hover, .navbar-default .navbar-nav > li:nth-child(5) > a:focus, .navbar-default .navbar-nav > li.active:nth-child(5) > a {
  background-color: #a8def0;
  color: #ffffff; }

.smac-border {
  border-color: #a8def0; }

.smac-color {
  color: #a8def0; }

.navbar-default .navbar-nav > li:nth-child(5) .dropdown-menu a:hover {
  background-color: #a8def0; }

/* MUSIC */
.navbar-default .navbar-nav > li:nth-child(6) a {
  border-color: #a0d8d1; }

.navbar-default .navbar-nav > li:nth-child(6) > a:hover, .navbar-default .navbar-nav > li:nth-child(6) > a:focus, .navbar-default .navbar-nav > li.active:nth-child(6) > a {
  background-color: #a0d8d1;
  color: #ffffff; }

.station.music .thumb img {
  border-bottom: 5px solid #a0d8d1; }

.music-border {
  border-color: #a0d8d1; }

.music-color {
  color: #a0d8d1; }

.navbar-default .navbar-nav > li:nth-child(6) .dropdown-menu a:hover {
  background-color: #a0d8d1; }

.content-music h2.title {
  border-color: #a0d8d1; }

/* CULTURE */
.navbar-default .navbar-nav > li:nth-child(7) a {
  border-color: #7391ca; }

.navbar-default .navbar-nav > li:nth-child(7) > a:hover, .navbar-default .navbar-nav > li:nth-child(7) > a:focus, .navbar-default .navbar-nav > li.active:nth-child(7) > a {
  background-color: #7391ca;
  color: #ffffff; }

.station.culture .thumb img {
  border-bottom: 5px solid #7391ca; }

.culture-border {
  border-color: #7391ca; }

.culture-color {
  color: #7391ca; }

.navbar-default .navbar-nav > li:nth-child(7) .dropdown-menu a:hover {
  background-color: #7391ca; }

.content-culture h2.title {
  border-color: #7391ca; }

/* EVENTS */
.navbar-default .navbar-nav > li:nth-child(8) a {
  border-color: #8177b6; }

.navbar-default .navbar-nav > li:nth-child(8) > a:hover, .navbar-default .navbar-nav > li:nth-child(8) > a:focus, .navbar-default .navbar-nav > li.active:nth-child(8) > a {
  background-color: #8177b6;
  color: #ffffff; }

.station.events .thumb img {
  border-bottom: 5px solid #8177b6; }

.events-border {
  border-color: #8177b6; }

.events-color {
  color: #8177b6; }

.navbar-default .navbar-nav > li:nth-child(8) .dropdown-menu a:hover {
  background-color: #8177b6; }

.content-events h2.title {
  border-color: #8177b6; }

/* SUPPORT */
.navbar-default .navbar-nav > li:nth-child(9) a {
  border-color: #3e3789; }

.navbar-default .navbar-nav > li:nth-child(9) > a:hover, .navbar-default .navbar-nav > li:nth-child(9) > a:focus, .navbar-default .navbar-nav > li.active:nth-child(9) > a {
  background-color: #3e3789;
  color: #ffffff; }

.support-border {
  border-color: #3e3789; }

.support-color {
  color: #3e3789; }

.navbar-default .navbar-nav > li:nth-child(9) .dropdown-menu a:hover {
  background-color: #3e3789; }

.content-support h2.title {
  border-color: #3e3789; }

.navbar-default .navbar-nav > li > a {
    padding: 0 5px;
}

/** Dont indent Home on Hover **/

.navbar-nav > li > .dropdown-menu {
  padding-bottom: 0; }

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  font-family: "FjallaOne";
  text-transform: uppercase; }

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, .navbar-nav sup, #audio-wrapper sup, .noms ul li a sup, footer sup {
  font-size: 100%;
  text-transform: lowercase;
  top: 0; }

h6, .h6 {
  font-family: sorts_mill_goudyitalic;
  font-size: 16px; }

.content h1 {
  font-size: 26px; }

.content h2 {
  font-size: 24px; }

.content h3 {
  font-size: 22px; }

.content h4 {
  font-size: 20px;
  margin-top: 20px; }

.h4.btn {
  font-size: 20px; }

.content h5 {
  font-size: 16px;
  margin-top: 16px; }

.content h6 {
  font-size: 18px; }

.navbar-nav > li {
  float: left;
  width: 11.1111%; }

.nav > li > a {
  background-color: #fff;
  border-top: 4px solid;
  color: #000;
  float: left;
  font-size: 22px;
  line-height: 28px;
  margin-right: 8px;
  outline-color: #fff;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 90%; }

.nav > li:last-child > a {
  margin-right: 0;
  width: 100%; }

.navbar-toggle {
  position: absolute;
  right: 0px;
  top: -50px; }

.info.affix {
  top: 6px; }

.page .content p {
  margin-top: 17px; }

body.home .item {
  padding-bottom: 12px; }

.sidebar .social a .fa {
  background: #666666 none repeat scroll 0 0;
  border-radius: 12px;
  color: #ffffff;
  font-size: 17px;
  margin-left: 10px;
  padding: 7px; }

.sidebar .social {
  background-color: #000000;
  border-top: 5px solid #3e3789; }

.sidebar .social .icons {
  margin-top: 10px; }

.sidebar .social a .fa {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 30px;
  color: #000000;
  font-size: 32px;
  height: 46px;
  margin-left: 10px;
  padding: 8px 10px;
  width: 46px; }

.sidebar .social a .fa.fa-facebook {
  font-size: 33px;
  padding: 8px 16px 0; }

.sidebar .social a .fa.fa-play {
  font-size: 33px;
  padding: 8px 14px 0; }

.sidebar .subscribe .subs_title {
  color: #ffffff;
  font-size: 23px;
  margin-bottom: 5px;
  margin-left: 12px;
  margin-top: 11px; }

.sidebar .subs_input {
  border: 3px solid #000000;
  width: 100%; }

.sidebar .subs_input input {
  border: medium none;
  height: 28px;
  padding-left: 5px;
  width: 100%; }

.sidebar .subs-submit.btn.btn-default {
  background-color: #a8def0;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 28px;
  padding-left: 7px;
  padding-top: 0;
  position: absolute;
  right: 11px;
  width: 33px; }

.sidebar .subs-submit i {
  font-size: 21px;
  position: relative;
  top: 3px; }

.copyright > p {
  margin: 0; }

.player {
  background-color: #000000;
  border-top: 5px solid #198ecb;
  height: 70px;
  width: 100%; }

.caret {
  float: right;
  margin-top: 7px;
  width: 0;
  display: none; }

.carousel img {
  width: 100%; }

.carousel-indicators {
  display: none; }

.what-song .col-sm-12 {
  margin-bottom: 15px; }

.navbar-nav {
  font-family: 'FjallaOne';
  text-transform: uppercase; }

.dropdown-menu {
  font-size: 18px;
  min-width: 150px;
  padding: 0;
}

.dropdown-menu li a {
  border-bottom: 4px solid blue;
  padding: 2px 10px; }

.site-branding {
  background-color: white; }

.navbar {
  background-color: white; }

.main-content-inner {
  background-color: white;
  overflow: hidden; }

.site-footer-inner {
  background-color: white; }

.site-header-inner {
  margin-top: 80px;
  transition-duration: 150ms;
  transition-property: margin-top; }

.fix header {
  position: fixed;
  width: 100%;
  z-index: 200; }

.fix .site-title { 
  background-image: url("images/FBI_HEADER_Small_new.png");
  
  /* background-size:contain; */
  background-position: center center;
  background-repeat: no-repeat;
  height: 55px;
  margin: 0; }
 

@media (min-width: 768px) {
   
 .site-title { 
  background-size:100% 240px;
  background-position: center;
  background-repeat: no-repeat;
    transition: background-size 0.2s ease-in;
  -moz-transition: background-size 0.2s ease-in;
  -ms-transition: background-size 0.2s ease-in;
  -o-transition: background-size 0.2s ease-in;
  -webkit-transition: background-size 0.2s ease-in;}
  
  .fix .site-title {  
    background-size:auto 49px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 55px;
    margin: 0; }
   
}
/*
.fix .site-title.scrolling {
  background-image: url("images/HEADER_ANIMATION_revised.gif");
  background-position: 0 129px;
}

*/
.fix .ad1 {
  display: none; }

/*
.fix nav {
  margin-top: 127px;
  position: fixed;
  width: 100%;
  z-index: 300;
}
*/
.fix .main-content {
  position: relative;
  top: 314px; }

#audio-wrapper.shrink {
  height: 30px !important;
  overflow: hidden; }

#audio-wrapper.shrink .audio-player-container .audio-controllers li a.jp-play, #audio-wrapper.shrink .audio-player-container .audio-controllers li a.jp-pause {
  font-size: 20px !important;
  line-height: 20px !important;
  position: relative;
  top: -1px; }

#audio-wrapper.shrink .jp-previous {
  left: 30px;
  line-height: 17px;
  position: relative;
  font-size: 12px; }

#audio-wrapper.shrink .jp-next {
  right: 30px;
  line-height: 17px;
  position: relative;
  font-size: 12px; }

#audio-wrapper.shrink .audio-player-container {
  padding-top: 3px !important; }

.site-header-inner.shrink, .fix .site-header-inner {
  margin-top: 40px; }

/*
.fix .navbar {
  box-shadow: 0 9px 6px -7px rgba(0, 0, 0, 0.5);
}
*/
.fix .navbar {
  border-bottom: 2px solid #168ecd; }

.fix footer {
  margin-bottom: 12px;
  margin-top: 308px; }

#audio-wrapper {
  background-color: transparent !important;
  border-top: medium none;
  font-size: 12px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 300;
  -webkit-transition: height 150ms;
  /* Safari */
  transition: height 150ms; }

.audio-player-container {
  background-color: #000000;
  padding-top: 5px !important;
  border-top: 5px solid #168ecd; }

#audio-wrapper .audio-player-container .audio-controllers li a.jp-play, #audio-wrapper .audio-player-container .audio-controllers li a.jp-pause {
  line-height: 58px !important;
  transition: font-size 150ms ease 0s, line-height 150ms ease 0s; }

#audio-wrapper .fbiaudo-top-playlist {
  font-family: "FjallaOne";
  text-transform: uppercase; }

#audio-wrapper .track-name {
  font-family: "FjallaOne"; }

#audio-wrapper .audio-player-container .jp-current-time, #audio-wrapper .audio-player-container .jp-duration {
  font-size: 12px;
  font-weight: 200; }

/*

#audio-wrapper .audio-player-container .audio-controllers.player-icons {
  min-height: 60px !important;
}

#audio-wrapper .audio-player-container .audio-controllers li a.jp-play, #audio-wrapper .audio-player-container .audio-controllers li a.jp-pause {
  font-size: 55px !important;
  line-height: 71px !important;
  position: relative;
  top: -5px;
}

#audio-wrapper .audio-player-container .fbiaudo-top-playlist {
  font-size: 14px !important;
  padding: 0 !important;
}

#audio-wrapper .audio-player-container .fbiaudo-top-playlist {
  font-size: 14px !important;
}

#audio-wrapper .audio-player-container .fbiaudo-top-playlist li a {
  font-size: 14px !important;
}

#audio-wrapper .audio-player-container .jp-progress {
  height: 7px !important;
  margin-top: 2px !important;
}

#audio-wrapper .audio-player-container .track-name {
  font-size: 14px !important;
  line-height: 18px !important;
  min-height: 18px !important;
}

#audio-wrapper.no-playlist #showplaylist::before {
  font-size: 17px !important;
}
#audio-wrapper .audio-player-container .fbiaudo-top-playlist li i {
  font-size: 17px !important;
}
*/
.main-content-inner .text {
  font-family: "sorts_mill_goudyitalic"; }

.ccc .thumb img {
  border-bottom: 5px solid #168ecd; }

.single-box, .double-box {
  margin-bottom: 16px; }

.double-box {
  width: 66%;
}

.single-box .info, .double-box .info {
  border: 1px solid #d3d3d3;
  border-top: none;
  padding: 15px; }

.single-box .info .title, .double-box .info .title {
  margin-top: 0; }

#content {
  min-height: 800px; }

.main-content-inner {
  padding-top: 9px; }

.main-content-inner > .row > .col-sm-6:nth-child(2n+1) {
  clear: both; }

.sidebar {
  padding-top: 9px; }

.navbar {
  min-height: 33px;
  border-radius: 0; }

#jp_fbi_audio_header #nprogress .bar {
  background: #168ecd;
  position: absolute;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; }

.nprogress-busy .audio-player-container {
  border-top: 0 none;
  padding-top: 10px !important; }

.playlist .zigzag {
  background-image: url("images/FBI_Vertical-SideBar_revised-1.png");
  background-repeat: no-repeat;
  height: 192px;
  width: 69px; }

.playlist.click .zigzag {
  background-image: url("images/FBI_Vertical-SideBar_revised-4.png");
  background-repeat: no-repeat;
  height: 192px;
  width: 69px; }

.playlist.fm945 .zigzag {
  background-image: url("images/FBI_Vertical-SideBar_revised-5.png");
  background-repeat: no-repeat;
  height: 192px;
  width: 69px; }

.playlist .list {
  background-color: #000000;
  color: #ffffff;
  height: 240px;
  padding: 10px;
  font-size: 13px;
  overflow: hidden;
}

.playlist .list .fa.fa-play {
    font-size: 16px;
}

.playlist .list .fa.fa-pause {
    font-size: 16px;
}

.playlist .list .fbi-audio-loader.fbi-audio-list-item {
    margin-bottom: 3px;
}

.playlist {
  border-bottom: 5px solid #a8def0;
  border-top: 5px solid #a8def0;
  margin-bottom: 16px; }

.playlist .list > h3 {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase; }

.playlist .text {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 2px; }

.playlist a {
  color: #ffffff;
  line-height: 16px; }

.playlist .track-title {
  font-size: 15px; }

.playlist .list > ul {
  margin: 0;
  padding: 0 0 0 15px; }

.list li {
  height: 16px;
  list-style: none; }

.playlist .glyphicon-triangle-right {
  color: #a8def0; }

  .album-of-the-week {
      display: flex;
  }

  .album-of-the-week .cover {
    width: 240px;
  }

  .album-of-the-week .cover img {
      height: 100%;
  }

  .album-of-the-week .info {
    background-color: #000000;
    color: #ffffff;
    height: 240px;
    flex-grow: 1;
    padding: 10px;
  }

.album-of-the-week .title {
  font-size: 13px;
  margin-bottom: 6px;
  margin-top: 3px; }

.album-of-the-week .title a {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase; }

.album-of-the-week .station {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 4px; }

.album-of-the-week .aow {
  margin-top: 0;
  font-size: 23px; }

.album-of-the-week .text {
  line-height: 18px; }

.search {
  margin-bottom: 12px; }

.search-form {
  height: 35px;
  position: relative; }

label {
  font-weight: normal; }

input[type="search"] {
  border: 3px solid #a8def0;
  border-radius: 0;
  height: 34px;
  padding-left: 5px;
  width: 100%; }

.search-form > label {
  width: 100%; }

.search-submit.btn.btn-default {
  background-color: #a8def0;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 34px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  right: 0px;
  width: 34px;
  top: 0; }

.form-control:focus {
  border-color: #a8def0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none; }

.glyphicon.glyphicon-search {
  font-size: 19px; }

.ad1 {
  height: auto;
  left: 20%;
  margin: 0;
  position: absolute;
  top: 28px;
  width: 60%; }

.ad2 {
  margin: 12px auto;
  width: 300px; }

.ad3 {
  margin: 36px auto;
  width: 300px; }

.archive-title {
  font-size: 40px;
  margin-top: 0; }

.archive .info {
  border: 1px solid #d3d3d3;
  border-top: none;
  padding: 15px; }

.post-title {
  margin-top: 0px; }

.archive .thumb img {
  border-bottom: 5px solid #168ecd; }

.archive {
  margin-bottom: 12px; }

#event {
  margin-bottom: 15px;
}

#event .banner img {
  border-bottom: 5px solid #8278b7; }

#event .details {
  border-bottom: 5px solid #8278b7;
  border-top: 5px solid #8278b7;
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 12px 0; }

/*
#event .event-title {
  padding-left: 12px;
}

#event .by-line {
  padding-left: 12px;
}

#event .content {
  padding: 0 12px;
}

#event .related {
  padding: 12px;
}
*/
#event .info-value {
  font-size: 19px;
  margin-top: 6px; }

.what-song {
  height: 150px; }

#amrap-whatsongisthat-widget iframe {
  z-index: 100; }

.dropdown-menu {
  border-radius: 0; }

.main-wrap {
  background-color: #ffffff; }

.ccc .double-box-carousel {
  margin-bottom: 12px; }

.main-content-inner > .title, .section-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 5px;
  padding-bottom: 6px; }

.contributor {
  background-color: #333333;
  color: #ffffff;
  margin-bottom: 16px;
  padding: 15px; }

.contributor h3 {
  margin-top: 0; }

.contributor a {
  color: #ffffff; }

.contributor .bio a {
  color: #fff;
  text-decoration: underline;
}

.contributor .bio a:hover {
    color: #168ecd;
}

#amrap-945-onairnow-banner h3 {
  margin-bottom: 0;
  border: none; }

#amrap-click-onairnow-banner h3 {
  border-color: #4ac1c6;
  margin-bottom: 0;
  border: none; }

.related {
  background-color: #ffffff; }

.related .section-title {
  margin-top: 0;
  padding-top: 16px; }

.carousel-control {
  background-image: none !important; }

.filter-show {
  background-color: #000000;
  border-bottom: 5px solid #a8def0;
  border-top: 5px solid #a8def0;
  clear: both;
  color: #ffffff;
  overflow: hidden; }

.filter-time {
  background-color: #000000;
  border-bottom: 5px solid #a8def0;
  clear: both;
  color: #ffffff;
  overflow: hidden; }

.filter-item {
  display: inline-block;
  float: left;
  padding-left: 5px;
  width: 124px; }

.filter-item h4 {
  display: inline-block; }

.filter-item.link > button {
  background-color: #ffffff;
  border: medium none;
  display: inline-block;
  height: 15px;
  margin-right: 7px;
  padding: 0;
  position: relative;
  top: 11px;
  vertical-align: top;
  width: 15px; }

.filter-item.link:hover {
  cursor: pointer; }

.filter-item.link:hover button i {
  display: inline; }

.filter-item.link button i {
  color: #000000;
  display: none;
  font-size: 20px;
  position: relative;
  top: -3px; }

.content-podcasts .filter-item.link button#podcasts i {
  display: inline; }

.site-info {
  border-top: 5px solid #168ecd;
  display: block;
  min-height: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative; }

.menu-footer-menu-container {
  display: inline-block; }

#footer-menu {
  padding: 0; }

#footer-menu li {
  display: inline-block; }

#footer-menu li a {
  margin-left: 5px; }

#footer-menu li a::before {
  content: "|";
  margin-right: 9px; }

.copyright.h5 {
  margin-top: 5px; }

footer .search {
  margin-top: 4px; }

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

.btn.btn-playlist-loader {
  border-radius: 0;
  margin: 0 0 15px;
  background-color: #000000;
  color: #ffffff; }

.fbi-audio-loader .fa.fa-play {
  color: #198ecb;
  font-size: 24px;
  position: relative;
}

.fbi-audio-loader .fa.fa-pause {
    color: #198ecb;
    font-size: 24px;
    position: relative;
}

.list .fbi-audio-loader.fbi-audio-list-item {
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 8px;
  text-transform: inherit;
  white-space: nowrap;
}

.new-music {
  margin-bottom: 30px; }

.new-music .thumb {
  margin-bottom: 15px; }

.new-music .play-button {
    margin-right: 10px;
}

ul.fbi-playlist {
    padding: 0;
}

.fbi-audio-loader.fbi-audio-list-item {
  font-family: "FjallaOne";
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.h6.track-title {
  font-weight: inherit;
  margin: 0;
  line-height: 1;
}

.ccc .fbi-audio-list-item .track-artist {
  margin-left: 10px;
}

.new-music-show-more-button {
    position: absolute;
    bottom: 26px;
    right: 20px;
}

.archive.list .info {
  border: medium none;
  padding: 0; }

#guide .archive {
  border-bottom: 5px solid #337183;
  border-top: 5px solid #337183;
  margin-bottom: 32px;
  margin-top: 16px; }

#guide .thumb img {
  border: medium none; }

#guide .post-title {
  font-size: 30px;
  margin-top: 8px; }

#guide .info {
  border: 0 none;
  padding: 0; }

#guide .entry-content.h6 > p {
  font-size: 18px; }

.bottom-content .ccc .col-sm-6 {
  width: 33.3333%; }

/*
.bottom-content .ccc .col-sm-12 {
  width: 66.66666%;
}
*/
.sidebar .ccc .col-sm-6 {
  width: 100%; }

.bottom-content .ccc .col-sm-12.singles {
  width: 100%; }

.entry-summary img {
  display: none; }

.nav-previous.previous {
  display: none; }

.contributor .author {
  font-size: 26px; }

/*
.no-sidebar .main-content-inner > .title, .no-sidebar .section-title {
  padding-left: 12px;
  padding-right: 12px;
}

.no-sidebar .main-content-inner .col-sm-12 {
  padding: 0 24px;
}

*/
.shrink .jp-details {
  padding-right: 45px;
  position: absolute;
  right: 0;
  top: -19px; }

#audio-wrapper .audio-player-container .track-name {
  font-size: 16px;
  line-height: 16px;
  margin-top: 3px;
  min-height: 18px; }

#audio-wrapper.shrink .track-name {
  font-size: 14px;
  margin-top: 1px; }

.nprogress-busy #audio-wrapper.shrink .audio-player-container {
  padding-top: 8px !important; }

#content .date {
  font-size: 18px;
  margin-bottom: 5px; }

#content .author {
  margin-top: 0; }

.no-sidebar .main-content-inner .col-sm-6 {
  width: 33.33333%; }

.bottom-content {
  background-color: #ffffff; }

.list-item {
  border-bottom: 5px solid #168ecd;
  border-top: 5px solid #168ecd;
  margin: 16px 0px;
  overflow: hidden; }

.ccc .list-item img {
  border: medium none; }

h6.section-title {
  padding: 0 12px 4px; }

.faqs a {
  display: block;
  position: relative;
  top: -260px;
  visibility: hidden; }

.faqs a[href] {
  display: inline;
  position: relative;
  top: 0px;
  visibility: visible; }

.next h3, .loading h3 {
  margin-bottom: 32px;
  margin-top: 16px; }

.content-events .main-content-inner .events:nth-child(2n+1), .content-music .main-content-inner .col-sm-6:nth-child(2n+1), .content-culture .main-content-inner .col-sm-6:nth-child(2n+1) {
  clear: both; }

.noms ul {
  margin: 0 0 12px;
  padding: 0; }

.noms ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.noms ul li a {
  font-size: 22px;
  font-family: "FjallaOne";
  text-transform: uppercase; }

.noms h3 {
  border-bottom: 5px solid #168ecd;
  font-size: 30px;
  margin-bottom: 8px;
  margin-top: 5px;
  padding-bottom: 3px; }

body.bg-image #audio-wrapper .container, body.bg-image #masthead .container {
  padding: 0; }

body.bg-image .container {
  background-color: #ffffff; }

body.bg-image .navbar-default .navbar-nav > li:nth-child(1) a {
  padding-left: 3px !important; }

.only-250 {
  max-height: 250px;
  overflow: hidden; }

#audio-wrapper .right-block {
  padding-right: 12px; }

#audio-wrapper .fbi-audio-popup {
  height: 20px;
  padding-top: 1px; }

.main-content-inner .jscroll-inner .col-sm-6:nth-child(2n+3) {
  clear: both; }

.share_popup:hover {
  cursor: pointer; }

#shareModal {
  overflow: hidden; }

#shareModal .modal-dialog {
  margin: 200px auto;
  width: 200px; }

#shareModal .modal-body .share_buttons {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%; }

#shareModal .modal-body .share_buttons i {
  font-size: 50px;
  margin: 0 12px; }

#genericModal .track-line {
    display: flex;
    flex-grow: 1;
    align-items: center;
    min-height: 40px;
    padding: 0 10px;
    transition: 0.2s min-height ease;
}

#genericModal .track-line .track-titles {
    display: flex;
    align-items: center;
}

#genericModal .track-line .track-titles .trackArtist {
    margin-right: 15px;
}

#genericModal .track-line .divider {
    flex-grow: 1;
}

#genericModal .track-line .track-controls {
    display: flex;
    align-items: center;
}

#genericModal .track-line .trackName {
    margin: 0;
}

#genericModal .track-line .play-button {
    color: #337ab7;
    font-size: 20px;
    margin-right: 10px;
}

#genericModal .track-line .play-button:hover {
    color: #35638a;
}

#genericModal .track-line .play-button:hover {
    color: #284a66;
}

#genericModal .track-line .jumpToTrack {
  color: #337ab7;
  margin-right: 5px;
}

#genericModal .track-line .jumpToTrack_time {
    display: none;
}

#genericModal .track-shareButtons {
	font-size: 18px;
	text-align: center;
    display: none;
    margin-right: 10px;
}

#genericModal .track-shareButtons.mobile {
    padding: 0 10px 10px 10px;
}

#genericModal .track-shareButtons .fa { font-size: 19px; }

#genericModal .track-line .social-media-button {
	line-height: 40px;
	font-size: 32px;
}

#genericModal .track .track-shareButtons.mobile {
    display: none;
}

#genericModal .track .track-shareButtons {
    display: flex;
}

#genericModal .track-shareButtons .social-button {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 8px;
}

#genericModal .track-shareButtons .social-button.twitter {
    background: #55ACEE;
}

#genericModal .track-shareButtons .social-button.twitter:hover {
    background: #2496DC;
}

#genericModal .track-shareButtons .social-button.twitter:active {
    background: #2975A4;
}

#genericModal .track-shareButtons .social-button.facebook {
    background: #3B5999;
}

#genericModal .track-shareButtons .social-button.facebook:hover {
    background: #354C76;
}

#genericModal .track-shareButtons .social-button.facebook:active {
    background: #30405E;
}

#genericModal .track-shareButtons .social-button.link {
    background: #3399CC;
}

#genericModal .track-shareButtons .social-button.link:hover {
    background: #2E6E8D;
}

#genericModal .track-shareButtons .social-button.link:active {
    background: #28576E;
}

#genericModal .track-shareButtons .link-outer {
    position: relative;
}

#genericModal .track-shareButtons .link-outer.active .link-share-box {
    display: flex;
}

#genericModal .track-shareButtons .link-outer .link-share-box {
    display: none;
    position: absolute;
    bottom: -46px;
    left: -269px;
    width: 300px;
    height: 40px;
    background: #fff;
    z-index: 10;
    padding: 5px;
}

#genericModal .track-shareButtons.mobile .link-outer .link-share-box {
    left: -6px;
}

#genericModal .track-shareButtons .link-outer .link-share-box input {
    height: auto;
    width: auto;
    border: none;
    font: 300 14px "robotoregular";
    flex-grow: 1;
    padding: 0 8px;
}
#genericModal .track-shareButtons .link-outer .link-share-box:after {
	bottom: 100%;
	right: 7px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#genericModal .track-shareButtons .link-outer .link-share-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: -9px;
}

#genericModal .track-shareButtons.mobile .link-outer .link-share-box:after {
    right: auto;
    left: 20px;
}

#genericModal .track-info-upper {
    display: flex;
    flex-shrink: 0;
    padding: 0 10px;
}

#genericModal .track-info-upper .release {
    margin: 0 10px 10px 10px;
}

#genericModal .track-info-upper a {
    color: #00aced;
    margin: 0 0 10px 10px;
}

#genericModal .track-info-upper .fa-twitter {
    font-size: 18px;
    margin-left: 5px;
}

#genericModal .track-info {
    padding: 0 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
}

#genericModal .track .divider {
    flex-grow: 1;
}

#genericModal .track-image {
	text-align: center;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

#genericModal .track-image img {
    max-width: 300px;
	height: 200px;
    position: absolute;
    left: 0;
    top: 0;
}

#genericModal .track-video iframe {
	height: 200px;
    margin-right: 10px;
}

#genericModal .track-data {
	position: absolute;
	bottom: 0;
}

#genericModal .track-flags {
    font-size: 11px;
    font-style: italic;
    margin-left: 10px;
}

#genericModal .track-info .notes-right {
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
}

#genericModal .track-info .notes-right .view-more {
    display: none;
}

#genericModal .track-info .notes-right .track-notes, #genericModal .track-info .notes-right .wiki-extract {
    min-height: 0;
    position: relative;
}

#genericModal .track-info .notes-right .wiki-extract {
   margin-top: 15px;
}

.modal-content {
  background-color: #ffffff;
  border-radius: 0; }

#amrap-945-onairnow-banner {
  margin-bottom: 10px; }

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  border-radius: 0 !important; }

#amrap-whatsongisthat-widget iframe {
  min-height: 90px !important; }

.fbi-audio-playlist-from-post ul {
  margin-bottom: 0; }

.fbi-audio-playlist-from-post .play-button {
    margin-right: 10px;
}

h5.newmusic_more {
  float: right;
  margin: 0; }

#share_note {
  display: none; }

#audio-wrapper.shrink .jp-current-time {
  font-size: 13px !important;
  position: absolute;
  right: 0px;
  top: -45px; }

#audio-wrapper.shrink .time-current {
  width: 83.3333%; }

.attachment .entry-meta {
  margin-top: 10px; }

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
  border: medium none !important;
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: normal !important; }

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
  color: #000000 !important;
  font-weight: normal !important; }

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  border-radius: 0 !important;
  font-weight: normal !important; }

.frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
  border-radius: 0 !important; }

.rc-anchor {
  border-radius: 0 !important; }

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing, .menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
  font-size: 24px; }

#audio-wrapper.shrink #showPlaylist {
  display: none; }

#audio-wrapper.shrink .audio-player-container .fbiaudo-top-playlist {
  margin-bottom: 10px; }

#share_url {
  display: none; }

#amrap-previous-episodes {
  margin-bottom: 16px; }

#amrap-previous-episodes iframe {
  min-height: 300px; }

.content-show .ccc {
  margin-top: 16px; }

.bottom-content .ccc .station:nth-child(3n+2) {
  clear: both; }

.content-events .title {
  text-transform: none; }

form.pmpro_form .pmpro_submit {
  height: 40px;
  margin-top: -10px; }

#nav-below {
  display: none; }

.ad3.mobile {
  display: none;
}

/** Mobile Phones **/
@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
        width: 100%;
    }
  div.container {
      margin: 0;
      padding: 0;
  }

  #fbi-audio-player-div .player-outer.player-outer {
      width: auto;
  }

  .needs-padding {
      padding: 0 10px;
  }

  .ad3.mobile {
    display: block;
  }
  .site-title {
    background-image: url("images/FBI_HEADER_Small_new.png") !important;

    height: 51px  !important;
    margin: 0;
    width: 100%; }
    
@media (max-width: 768px) {
  .site-title {
    background-position: center center;
    background-size: auto 100%;
  }
}
  .ad1 {
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%; }

  .nav.navbar-nav {
      flex-direction: column;
  }
  .nav.navbar-nav > li.menu-item:hover .dropdown-menu {
      display: none;
  }
  .nav.navbar-nav > li.menu-item.open:hover .dropdown-menu {
      display: flex;
      flex-direction: column;
  }
  .nav.navbar-nav > li.menu-item.open:hover .dropdown-menu > .menu-item > div {
      padding: 5px 15px 5px 25px;
      color: #777;
  }
  .navbar-toggle {
    border: 1px solid #000000 !important;
    position: absolute;
    left: 9px;
    top: -50px;
    right: auto; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000000; }
  .navbar-nav > li {
    float: none;
    width: auto; }
  .nav > li > a {
    width: 100%; }
  .navbar {
    min-height: 0; }
  .navbar-nav {
    margin: 0; }
  #audio-wrapper .audio-player-container .audio-controllers li a.jp-play, #audio-wrapper .audio-player-container .audio-controllers li a.jp-pause {
    left: 5px;
    position: relative; }
  .fix #audio-wrapper .audio-player-container .audio-controllers li a.jp-play, .fix #audio-wrapper .audio-player-container .audio-controllers li a.jp-pause {
    top: -2px; }
  #audio-wrapper .flex-box.text-right {
    width: 30%;
    height: 24px; }
  #audio-wrapper.shrink .jp-details {
    padding-right: 0;
    position: relative;
    right: 0;
    top: 0; }
  #audio-wrapper .right-block .col-xs-2.text-right {
    display: none; }
  #audio-wrapper .audio-player-container .fbiaudo-top-right-playlist li.right {
    margin-left: 0.5em; }
  .site-header-inner {
    margin-top: 101px; }
  .bottom-content .ccc .col-sm-6 {
    width: 100%; }
  .no-sidebar .main-content-inner .col-sm-6 {
    width: 100%; }
  .sidebar {
    display: none; }
  .list .post-title {
    margin-top: 6px; }
  footer h5, .h5 {
    font-size: 13px; }
  .fix .main-content {
    top: 132px; }
  .fix footer {
    margin-top: 132px; }
  .sidebar.show-on-mobile {
    display: block; }
  #audio-wrapper .audio-player-container .fbiaudo-top-playlist li:last-child {
    margin-right: 0; }
  #audio-wrapper .audio-player-container .fbiaudo-top-right-playlist li.right {
    margin-bottom: 0.4em; }
  #audio-wrapper .audio-player-container .audio-controllers li a.jp-play, #audio-wrapper .audio-player-container .audio-controllers li a.jp-pause {
    left: 9px;
    position: relative;
    top: -2px;
    line-height: 46px !important;
    font-size: 40px !important; }
  .filter-time {
    display: none; }
  .filter-item.link > button {
    top: 6px; }
  .filter-item h4 {
    margin-bottom: 0;
    margin-top: 5px; }
  #audio-wrapper.shrink .jp-current-time {
    display: none; } }

/** IPads **/
.bg-white {
  background-color: white; }

.push-down {
  margin-bottom: 0.5rem; }

.push-down-2 {
  margin-bottom: 1rem; }

.push-down-3 {
  margin-bottom: 1.5rem; }

.push-down-4 {
  margin-bottom: 2rem; }

.push-down-5 {
  margin-bottom: 2.5rem; }

.push-down-6 {
  margin-bottom: 3rem; }

.push-down-7 {
  margin-bottom: 3.5rem; }

.push-down-8 {
  margin-bottom: 4rem; }

.push-down-9 {
  margin-bottom: 4.5rem; }

.push-down-10 {
  margin-bottom: 5rem; }

.push-up {
  margin-top: 0.5rem; }

.push-up-2 {
  margin-top: 1rem; }

.push-up-3 {
  margin-top: 1.5rem; }

.push-up-4 {
  margin-top: 2rem; }

.push-up-5 {
  margin-top: 2.5rem; }

.push-up-6 {
  margin-top: 3rem; }

.push-up-7 {
  margin-top: 3.5rem; }

.push-up-8 {
  margin-top: 4rem; }

.push-up-9 {
  margin-top: 4.5rem; }

.push-up-10 {
  margin-top: 5rem; }

.fill-down {
  padding-bottom: 0.5rem; }

.fill-down-2 {
  padding-bottom: 1rem; }

.fill-down-3 {
  padding-bottom: 1.5rem; }

.fill-down-4 {
  padding-bottom: 2rem; }

.fill-down-5 {
  padding-bottom: 2.5rem; }

.fill-down-6 {
  padding-bottom: 3rem; }

.fill-down-7 {
  padding-bottom: 3.5rem; }

.fill-down-8 {
  padding-bottom: 4rem; }

.fill-down-9 {
  padding-bottom: 4.5rem; }

.fill-down-10 {
  padding-bottom: 5rem; }

.fill-up {
  padding-top: 0.5rem; }

.fill-up-2 {
  padding-top: 1rem; }

.fill-up-3 {
  padding-top: 1.5rem; }

.fill-up-4 {
  padding-top: 2rem; }

.fill-up-5 {
  padding-top: 2.5rem; }

.fill-up-6 {
  padding-top: 3rem; }

.fill-up-7 {
  padding-top: 3.5rem; }

.fill-up-8 {
  padding-top: 4rem; }

.fill-up-9 {
  padding-top: 4.5rem; }

.fill-up-10 {
  padding-top: 5rem; }

iframe {
  max-width: 100%; }

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.main-content-inner h2.title {
  text-transform: uppercase !important; }

.clear-second .col-sm-6:nth-child(2n+1) {
  clear: left; }

.clear-third .col-sm-6:nth-child(3n+1) {
  clear: left; }

.aotw.main-content-inner .thumb {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
}

.play-button {
    display: inline;
}

#fbi-audio-player-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.logged-in #fbi-audio-player-div {
  top: 32px;
}

#fbi-audio-player-div .player-outer {
    width: 1160px;
}

#amrap-current-episode iframe, #amrapguide iframe, #amrap-listen-to-show iframe, #amrap-whatsongisthat-widget iframe {
  width: 1500px !important; }

@media (min-width: 768px) {
  .col-sm-6 {
    min-height: 380px;
  }
}

.frm_form_fields {
  padding-bottom: 30px;
}


@media (min-width: 768px) {
  .site-title{
    background-image:none !important;
    height:auto !important;
  }
  #main-menu li.menu-item.menu-item-77242 a{
    position:relative;
  }

  #main-menu li.menu-item.menu-item-77242 a:before{
    content:"";
    position:absolute;
    left:0;
    right:12px;
    bottom:0;
    top:0;
    background-image:url('https://fbiradio.com/wp-content/themes/fbi_sf/images/FBI_HEADER_Large_smaller.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center left;
    font-size:0px;
    /* margin-right:5px; */
  }
/* 
  #main-menu li.menu-item.menu-item-77242 a{ 
    visibility: hidden;
      min-width:120px;
      font-size:0px; 
      border-top: 0px solid white !important;
  } */

  #main-menu li.menu-item  a{  
    font-size:16px !important;  
    white-space:nowrap;
  }
}


@media (min-width: 960px) {
   #main-menu li.menu-item.menu-item-77242 a{ 
      min-width:80px; 
  }

  #main-menu li.menu-item a{  
    font-size:22px !important;  
  } 
}