@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|Raleway:400,700");
/* ============================= 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;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

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

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

.btn-primary,
.btn-station {
  background: #074b7b;
  color: #fff;
  border: 1px solid #fff;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.btn-station:focus,
.btn-station:hover,
.btn-station:active {
  background: #031f33;
  color: #fff;
  border: 1px solid #0b77c3;
}

/* ============================= Bootstrap Overrides ====================== */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ============================= Links ====================== */
a {
  color: #074b7b;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #031f33;
  text-decoration: none;
}

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

.page .content {
  background-color: #fff;
  min-height: calc(100vh - 290px);
}

.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-mb-0 .stack {
  margin-bottom: 0;
}

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

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

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

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #02101a;
}

.white-section {
  background: #fff;
}

.slider-section {
  background: #2D2D2D;
  padding-top: 10px;
  padding-bottom: 10px;
}

.transparent-section {
  background: url(/images/custombg.jpg);
  background-size: cover;
  background-position: top center;
}
@media (min-width: 768px) {
  .transparent-section {
    background: transparent;
  }
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: transparent;
  position: relative;
}
.header-row-container::after {
  content: "";
  background: linear-gradient(to right, transparent, #8cc63f, #074b7b, #8cc63f, transparent);
  width: 100%;
  height: 3px;
  bottom: 0;
  position: absolute;
}

.header-text h2 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  text-transform: capitalize;
}

/* ============================= Top Bar ====================== */
.top-bar {
  border-top: 2px solid #074b7b;
  background: #074b7b;
  padding: 5px 10px;
}

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 5px 0;
  font-size: 1.08rem;
  text-align: center;
}
.social-links a {
  color: #fff;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #031f33;
}

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

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

.header-logo img {
  filter: brightness(1);
}
.header-logo img:hover {
  filter: brightness(0) invert(1);
}

.sticky {
  width: 100%;
  z-index: 200;
  transition: all 0.3s ease;
}

/* ============================= Menu/Listen Live ====================== */
.menu-wrapper {
  background: #222;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 200;
}

.navbar-custom {
  background: #222;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 992px) {
  .navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-custom .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-custom .navbar-nav > li.toggle {
  padding-right: 2.5em;
}
@media (min-width: 1200px) {
  .navbar-custom .navbar-nav > li.toggle {
    padding-right: 0;
    position: relative;
  }
  .navbar-custom .navbar-nav > li.toggle::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 9px;
    top: 25px;
    color: #fff;
    font-size: 0.938rem;
    height: 10px;
    width: 10px;
  }
  .navbar-custom .navbar-nav > li.toggle .nav-link {
    padding: 1.438rem 1.75rem 1.375rem 1rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li.toggle {
    padding-right: 0;
    position: relative;
  }
  .navbar-custom .navbar-nav > li.toggle::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
    top: 25px;
    color: #fff;
    font-size: 0.938rem;
    height: 10px;
    width: 10px;
  }
  .navbar-custom .navbar-nav > li.toggle .nav-link {
    padding: 1.438rem 1.25rem 1.375rem 1rem;
  }
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #222;
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #484848;
  border-bottom: 2px solid #fff;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a.nav-link {
    padding: 1.438rem 1rem 1.375rem;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li:hover.toggle::after {
    content: "";
  }
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #074b7b;
  padding-top: 0;
  padding-bottom: 0;
  top: 95%;
}
@media (min-width: 992px) {
  .navbar-custom .dropdown-menu {
    top: 97%;
  }
}
.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.1rem;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #8cc63f;
  color: #fff;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  left: 60%;
  top: 70%;
}
@media (max-width: 991px) {
  .navbar-custom .dropdown-menu .dropdown-menu {
    left: 3%;
  }
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggler {
  background-color: #fff;
  border: 1px solid #fff;
}
.navbar-toggler .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(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background-color: #000;
  border-color: #fff;
}
.navbar-toggler:hover .navbar-toggler-icon, .navbar-toggler:active .navbar-toggler-icon, .navbar-toggler:focus .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.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;
}

@media (min-width: 992px) {
  .navbar-brand {
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .navbar-brand {
    max-width: 70%;
  }
}

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

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

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

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

.flash-thumb {
  display: none;
}

.slider-section .flash-gallery {
  margin-bottom: 0;
}
.slider-section .flash-gallery .slick-slide {
  opacity: 1;
}
.slider-section .flash-gallery .slick-slide img {
  border-radius: 1rem;
}
.slider-section .flash-gallery .caption-container {
  position: static;
  color: #fff;
  background: transparent;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.top-slider-section .flash-gallery {
  margin-bottom: 0;
}
.top-slider-section .flash-gallery .slick-slide {
  opacity: 1;
}
.top-slider-section .flash-gallery .slick-slide img {
  min-width: 100%;
}
.top-slider-section .flash-gallery .caption-container {
  background: transparent;
  top: 50%;
  bottom: auto;
  transform: translateY(-80%);
  opacity: 0;
  transition: all ease-in-out 0.8s;
}
.top-slider-section .flash-gallery .caption-container p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.top-slider-section .flash-gallery .caption-container p.caption {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .top-slider-section .flash-gallery .caption-container p {
    font-size: 1.25rem;
  }
  .top-slider-section .flash-gallery .caption-container p.caption {
    font-size: 3.75rem;
  }
}
.top-slider-section .flash-gallery .slick-active .caption-container {
  transform: translateY(-50%);
  opacity: 1;
}

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

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

/* ============================= Custom Modules ====================== */
.info-row {
  background-color: #000;
  position: relative;
}
.info-row > .box-1, .info-row .box-2, .info-row .box-3 {
  background-size: cover !important;
  height: 25vh;
  padding: 0 !important;
  transition: opacity ease-in-out 0.3s;
}
@media (min-width: 576px) {
  .info-row > .box-1, .info-row .box-2, .info-row .box-3 {
    height: 40vh;
  }
}
.info-row > .box-1:hover > .bg-overlay, .info-row .box-2:hover > .bg-overlay, .info-row .box-3:hover > .bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.info-row .box-1 {
  background: url(../images/info-row/listening-to-music.jpg);
}
.info-row .box-2 {
  background: url(../images/info-row/abstract-street.jpg);
}
.info-row .box-3 {
  background: url(../images/info-row/podcasting.jpg);
}
.info-row .bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: background ease-in-out 0.3s;
}
.info-row .info-container {
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 100;
}
.info-row .info-container .stack {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.info-row .info-container h3 {
  font-weight: bold;
}
@media (min-width: 992px) {
  .info-row .info-container {
    bottom: 0;
    transform: translateY(0);
  }
}

.card-body {
  background: #F2F2F2;
}

.flip-card {
  perspective: 1000px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .flip-card {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.flip-card-inner {
  color: #fff;
  width: 100%;
  height: 400px;
  transition: transform 0.4s ease-in-out;
  transform-style: preserve-3d;
}
@media (min-width: 576px) {
  .flip-card-inner {
    height: 350px;
  }
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
}

.flip-card-front {
  background-color: #074b7b;
}

.flip-card-back {
  background-color: #031f33;
  transform: rotateY(-180deg);
}

.flip-card-content {
  text-align: center;
}
.flip-card-content a {
  color: #8cc63f;
}
.flip-card-content a:hover, .flip-card-content a:focus, .flip-card-content a:active {
  color: #638e2a;
}

.flip-card-icon {
  border-radius: 50%;
  background: #8cc63f;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  position: relative;
}
.flip-card-icon.digital-icon::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateX(50%) translateY(50%);
  font-size: 2rem;
}
.flip-card-icon.radio-icon::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateX(50%) translateY(50%);
  font-size: 2rem;
}

.profile-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.profile-list .profile-box {
  margin: 5px 0;
  padding: 20px;
  background: #f1f1f1;
  text-align: center;
  width: 30%;
}
.profile-list .round-profile-icon {
  border: 6px solid #074b7b;
  border-radius: 50%;
  max-width: 200px;
  max-height: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}
.profile-list .round-profile-icon img {
  border-radius: 50%;
  filter: saturate(0);
  transition: all 0.3s ease;
}
.profile-list .round-profile-icon img:hover {
  filter: saturate(1);
}
.profile-list .name {
  font-size: 1.125rem;
  font-weight: bold;
}
.profile-list .title {
  font-size: 0.875rem;
}

.services.blue {
  background: linear-gradient(to right, #0b77c3, #074b7b, #0b77c3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services.green {
  background: linear-gradient(to right, #638e2a, #8cc63f, #638e2a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-services .text-reveal {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: all 0.8s ease;
}

.our-services .text-reveal.active {
  transform: translateX(0);
  opacity: 1;
}

/* ============================= Footer ====================== */
.footer {
  background: #222;
  border-top: 1px solid #8cc63f;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer a {
  color: #eee;
}
.footer a:hover {
  color: #fff;
}
.footer .ad-bg {
  background: transparent;
}
.footer .copyright,
.footer .admin-access {
  font-size: 0.75rem;
  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 */
