@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");
/* ============================= 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 ====================== */
.d-flex {
  display: flex;
  flex-flow: wrap;
}

@media (min-width: 768px) {
  .d-sm-flex {
    display: flex;
  }
}
.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.no-wrap {
  flex-wrap: nowrap;
}

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

/* ============================= Buttons ====================== */
.btn-primary,
.btn-station,
input.btn-station {
  background: #004B8D;
  color: #fff;
  border: 1px solid #004B8D;
  border-radius: 0;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.btn-station:focus,
.btn-station:hover,
.btn-station:active,
input.btn-station:focus,
input.btn-station:hover,
input.btn-station:active {
  background: #05235D;
  color: #fff;
  border: 1px solid #004B8D;
}

/* ============================= Bootstrap Overrides ====================== */
.container {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

/* ============================= Links ====================== */
a {
  color: #004B8D;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #05235D;
  text-decoration: none;
}

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

@media (min-width: 786px) {
  .content {
    padding-bottom: 10px;
  }
}
.stack {
  background-color: #fff;
  margin-bottom: 20px;
}
.stack img {
  padding: 0;
}

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

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

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

.stack-p-0 .stack {
  padding: 0;
}

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

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #001527;
}

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

.header-text h2 {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 5px 0;
  text-transform: uppercase;
}

.header-row-after {
  position: relative;
  margin: 0 5px;
  border-bottom: 2px solid #4D4D4D;
}

/* ============================= Top Bar ====================== */
.top-bar {
  border-top: 2px solid #004B8D;
  background: #05235D;
  padding: 5px 10px;
}

.module-keyword {
  text-align: right;
}

/* ============================= Social Icons ====================== */
.social-links {
  padding: 10px 0;
  font-size: 1.4em;
  text-align: center;
}
.social-links a {
  color: #eee;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #0074da;
}

.social-links.eagle,
.social-links.rock {
  padding: 0;
  margin-left: 0.2em;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.social-links.eagle a,
.social-links.rock a {
  color: #fff;
  display: inline-block;
  padding: 0px 0px 0px 0.4rem;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .social-links.eagle a,
.social-links.rock a {
    width: 3rem;
    height: 3rem;
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .social-links.eagle a,
.social-links.rock a {
    width: 3.7rem;
    height: 3.7rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .social-links.eagle a,
.social-links.rock a {
    width: 4rem;
    height: 4rem;
    font-size: 2.7rem;
  }
}
.social-links.eagle a:focus, .social-links.eagle a:active, .social-links.eagle a:hover,
.social-links.rock a:focus,
.social-links.rock a:active,
.social-links.rock a:hover {
  background: transparent;
}

.social-links.eagle a {
  background: #22257C;
}
.social-links.eagle a:focus, .social-links.eagle a:active, .social-links.eagle a:hover {
  border: 1px solid #22257C;
  color: #22257C;
}

.social-links.rock a {
  background: #9F0405;
}
.social-links.rock a:focus, .social-links.rock a:active, .social-links.rock a:hover {
  border: 1px solid #9F0405;
  color: #9F0405;
}

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

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

.header {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: center;
  }
}

.scorestream-header {
  margin: 10px 0;
}

/* ============================= Menu/Listen Live ====================== */
.menu-bg {
  background: #000D0D;
}

.navbar-brand {
  height: 120px;
  padding: 5px 0;
}

.navbar-custom {
  font-family: "Roboto Condensed", sans-serif;
}
.navbar-custom .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.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: #aaa;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 7px;
}
@media (min-width: 1200px) {
  .navbar-custom .navbar-nav > li > a {
    padding: 15px 12px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 1em;
  }
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #000D0D;
  color: #fff;
}
.navbar-custom .dropdown-menu {
  background: #000D0D;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #888;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-custom .dropdown-menu > li > a {
  color: #aaa;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #000D0D;
  color: #fff;
}
.navbar-custom .navbar-right {
  margin-right: 0;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggle {
  background-color: #00305a;
  border: 1px solid #aaa;
}
.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
  background-color: #004B8D;
  border-color: #fff;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:active .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  background-color: #aaa;
}

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

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

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery .caption-container {
  background: rgba(0, 75, 141, 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;
}

#wxHpCurrent {
  display: none;
}

.gsc-control-cse {
  background-color: transparent !important;
  border-color: transparent !important;
}
@media (min-width: 768px) {
  .gsc-control-cse {
    padding: 0 !important;
  }
}

/* ============================= Footer ====================== */
.footer {
  background: #000D0D;
  border-top: 1px solid #004B8D;
  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 */
