@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|Oswald:400,600,700&display=swap");
/* ============================= Default ====================== */
body {
  background: #fff;
  -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: #333;
  font-family: "Open Sans", sans-serif;
}

/* ============================= Utilities ====================== */
.shadow-box {
  box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.5);
}

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

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

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

.btn-primary {
  background: #114266;
  color: #fff;
  border: 1px solid #114266;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  background: #5d92b7;
  color: #fff;
  border: 1px solid #114266;
}

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

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

.stack-item-wrapper {
  background: #fff;
  border: 1px solid #d1d1d1;
  margin-bottom: 10px;
  padding: 5px;
}

.stack {
  margin-bottom: 10px;
  padding: 10px;
}
.stack img {
  padding: 0;
}

.stack-override .stack-item-wrapper {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.stack-override .stack {
  padding: 0;
  margin-bottom: 0;
}
.stack-override .stack p {
  margin-bottom: 0;
}

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

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

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

.jock-wrapper {
  background: #f1f1f1;
}

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

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

.header-text {
  padding: 10px 10px 8px;
}
.header-text h2 {
  color: #424242;
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

.logo-stack > div {
  display: inline-block;
  width: 32%;
  padding: 0 1%;
}
@media screen and (min-width: 768px) {
  .logo-stack > div {
    display: block;
    width: 100%;
  }
}

/* ============================= Top Bar ====================== */
.top-bar {
  background: #141d23;
  padding: 5px 10px;
}

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 5px 0;
  font-size: 1.1em;
  text-align: center;
}
.social-links li {
  margin-right: 0.25rem;
}
.social-links a {
  color: #c2d9ea;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #141d23;
}

.fa-win {
  font-family: "Oswald", sans-serif;
}

.img-icon img {
  max-width: 27px;
  height: auto;
}
.img-icon:focus img, .img-icon:hover img, .img-icon:active img {
  filter: brightness(0.1);
}

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

/* ============================= Header ====================== */
.header {
  background-image: url(../images/header_576x340.jpg);
  background-color: #0f2a79;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .header {
    background-image: url(../images/header_768x340.jpg);
  }
}
@media screen and (min-width: 992px) {
  .header {
    background-image: url(../images/header_992x340.jpg);
  }
}
@media screen and (min-width: 1200px) {
  .header {
    background-image: url(../images/header_1200x340.jpg);
  }
}
.header .d-flex {
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.header .d-flex > div:last-child {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .header .d-flex > div:last-child {
    margin-left: 50px;
    margin-right: 20px;
  }
}

.phone {
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.channel-bg {
  background-color: #141d23;
  border-bottom: 3px solid #114266;
}

.channel-guide {
  flex-wrap: nowrap;
}
.channel-guide > div {
  padding: 0 5px;
  width: calc(100% / 7);
}
@media (max-width: 768px) {
  .channel-guide {
    padding: 0 10px;
  }
}

/* ============================= Menu/Listen Live ====================== */
.menu {
  background: linear-gradient(#114266, #0a263a);
}

.navbar-custom {
  font-family: "Oswald", sans-serif;
}
@media (min-width: 992px) {
  .navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-custom .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.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: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
}
.navbar-custom .navbar-nav > li > a.nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  .navbar-custom .navbar-nav > li > a.nav-link {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a.nav-link {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #5d92b7;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 0.9em;
  }
}
.navbar-custom .dropdown-menu {
  background: #5d92b7;
  top: 95%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
}
.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: #fff;
  font-size: 1.1em;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #45789c;
  color: #fff;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggler {
  border-color: #c2d9ea;
}

.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(194, 217, 234, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
  .social {
    position: absolute;
    right: 10px;
    top: 5px;
  }
}

/* ============================= Ad Styles ========================== */
/* ============================== Scrolling Text ====================== */
.headline {
  background-color: #114266;
  padding: 20px 0;
}

.horizontal_scroller {
  background: #114266;
  color: #fff;
  padding-top: 3px;
}

.scrollingtext a {
  color: #5d92b7;
}
.scrollingtext a:hover {
  color: #c2d9ea;
  text-decoration: none;
}

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(17, 66, 102, 0.8);
}

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

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

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

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

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

/* ============================= Footer ====================== */
.footer {
  background: #141d23;
  border-top: 1px solid #114266;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #d9d9d9;
}
.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;
}

/* ============================= index2.php ====================== */
body.index2 .header {
  padding-top: 0;
}
body.index2 .btn.btn-listen-live {
  border: 1px solid #b3b3b3;
  border-radius: 2rem;
  font-size: 1.1rem;
  background: linear-gradient(#a41e23, #721f18);
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  box-shadow: 1px 1px 3px #333;
}
body.index2 .jumbo-heading {
  font-size: 2.5rem;
  text-align: center;
  padding: 15px 0;
  background: #4892c6;
  color: #fff;
}
body.index2 .jumbo-heading h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
}
body.index2 .nav-loaf > li {
  border-right: 1px solid #f7f7f7;
}
body.index2 .nav-loaf > li:first-child {
  border-radius: 0.3rem 0 0 0.3rem;
  overflow: hidden;
}
body.index2 .nav-loaf > li:last-child {
  border-radius: 0 0.3rem 0.3rem 0;
  overflow: hidden;
  border-right: none;
}
body.index2 .nav-loaf a {
  color: #fff;
  background-color: #114266;
}
body.index2 .nav-loaf a:hover, body.index2 .nav-loaf a.nav-link.active {
  background-color: #4892c6;
}
body.index2 .nav-pills .nav-link.active,
body.index2 .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #114266;
}

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