@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------
Copyright: © 2017 Envisionwise
Company Website: http://www.envisionwise.com

[Table of Contents]
Defaults
Utilities
Text
Buttons
Bootstrap Overrides
Links
Zones
Headers / Title Bars
Menu/Listen Live
Scrolling Text
Flash Gallery
Banner SlideShow
Custom Modules
Footer
-------------------------------------------------------------------*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Roboto+Condensed:400,700?display=swap");
@font-face {
  font-family: "the_aeroplane_flied_highheavy";
  src: url("../fonts/theafhh-webfont.eot");
  src: url("../fonts/theafhh-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/theafhh-webfont.woff2") format("woff2"), url("../fonts/theafhh-webfont.woff") format("woff"), url("../fonts/theafhh-webfont.ttf") format("truetype"), url("../fonts/theafhh-webfont.svg#the_aeroplane_flies_highheavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ============================= Default ====================== */
body {
  background: #000000 url(/images/custombg.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/custombg.jpg", sizingMethod="scale");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/custombg.jpg', sizingMethod='scale')";
  color: #222;
  font-family: "Open Sans", sans-serif;
}

/* ============================= Utilities ====================== */
.img-center-xs {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .img-center-xs {
    display: inline;
  }
}

/* ============================= Text ====================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

/* ============================= Buttons ====================== */
.btn {
  border-radius: 0;
}

.btn-primary {
  background: #000066;
  color: #fff;
  border: 1px solid #131313;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  background: #000045;
  color: #fff;
  border: 1px solid #131313;
}

/* ============================= Bootstrap Overrides ====================== */
/* ============================= Links ====================== */
a {
  color: #C90000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #7A0000;
  text-decoration: none;
}

/* ============================= Theme/Zones ====================== */
.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #cccccc;
}

.stack {
  background-color: #fff;
  margin-bottom: 10px;
}
.stack img {
  padding: 0;
}

.stack-override .stack {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.stack-override .stack p {
  margin-bottom: 0;
}

.stack-transparent .stack {
  background-color: transparent;
}

.stack-mb-0 .stack {
  margin-bottom: 0;
}

.stack-pb-0 .stack {
  padding-bottom: 0;
}

.subheader {
  background: #000045 !important;
  color: #eee;
  padding: 5px 0;
}

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: black;
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: #000066;
}

.header-text h2 {
  color: #fff;
  font-family: "the_aeroplane_flied_highheavy", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}

/* ============================= Top Bar ====================== */
.top-bar {
  border-top: 2px solid #000066;
  background: #333;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-bar.search {
  color: #eee;
}

.module-keyword {
  display: flex;
  justify-content: flex-end;
}

/* ============================= Social Icons ====================== */
.social-links {
  padding: 5px 0;
  font-size: 1.1rem;
}
.social-links a {
  color: #fff;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #000;
}

.tunein {
  background-image: url(../images/tunein-sprite.png);
  height: 22px;
  width: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-left: 0px;
}
.tunein:hover {
  background-position-x: 100%;
}

/* ============================= Member Login ====================== */
.member-nav .user-nav {
  background: #fff;
}

/* ============================= Header ====================== */
.header-bg {
  background: #fff;
}

@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: flex-end;
  }
}

.header-ad {
  margin-top: 30px;
}

/* ============================= Menu/Listen Live ====================== */
.navbar-custom {
  background: linear-gradient(#C90000, #7A0000);
  font-family: "the_aeroplane_flied_highheavy", sans-serif;
}
@media (min-width: 992px) {
  .navbar-custom {
    padding: 0;
  }
}
.navbar-custom .navbar-collapse {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li {
    border-right: 1px solid #fff;
  }
  .navbar-custom .navbar-nav > li:last-child {
    border-right: none;
  }
}
.navbar-custom .navbar-nav > li.toggle {
  padding-right: 2.5em;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li.toggle {
    padding-right: 0;
  }
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #000;
  color: #fff;
}
.navbar-custom .dropdown-menu {
  background: #000;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  top: 95%;
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #fff;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-custom .dropdown-menu > li > a {
  color: #7c7c7c;
  font-size: 1em;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #000045;
  color: #fff;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggler {
  background-color: #0101A5;
  border: 1px solid #fff;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background-color: #000066;
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon:hover, .navbar-toggler-icon:active, .navbar-toggler-icon:focus {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-listen {
  margin: 8px 0 8px 5px;
}

/* ============================= Ad Styles ========================== */
.ad-bg {
  background-color: #cccccc;
}

/* ============================== Scrolling Text ====================== */
.horizontal_scroller {
  background: #fff;
  color: #222;
  padding-top: 3px;
  margin-top: 4px;
}

.scrollingtext a:hover {
  color: #000066;
  text-decoration: none;
}

/* ============================= Flash Gallery ====================== */
.flash-gallery .caption-container {
  background: rgba(0, 0, 102, 0.8);
}

.flash-thumb {
  margin-bottom: 10px;
}

/* ============================= Banner SlideShow ====================== */
.banner {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .banner {
    padding-top: 0;
  }
}
#bannerslideshow {
  max-height: 200px;
  padding: 0px;
  overflow: hidden;
}

/* ============================= Custom Modules ====================== */
/*Primis */
.primis-video {
  display: none;
}

.page .primis-video {
  display: block;
}

/* ============================= Footer ====================== */
.footer {
  background: #131313;
  border-top: 1px solid #C90000;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer a {
  color: #eee;
}
.footer a:hover {
  color: #fff;
}
.footer font {
  color: #fff;
}
.footer .ad-bg {
  background: transparent;
}
.footer .copyright,
.footer .admin-access {
  font-size: 0.75em;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .copyright {
    text-align: left;
  }
  .footer .admin-access {
    text-align: right;
  }
}

.footer-nav {
  padding: 20px 0;
}

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