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

[Table of Contents]
1. Defaults
	1.2 Text
	1.3 Buttons
2. Bootstrap Overrides
3. Links
4. Zones
5. Headers / Title Bars
6. Menu/Listen Live
7. Scrolling Text
8. BannerSlideShow
9. Custom Modules
10. Footer
-------------------------------------------------------------------*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Oswald:400,700");
/* ============================= Default ====================== */
body {
  background: #fff url(/images/custombgwebp.webp) 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/custombgwebp.webp", sizingMethod="scale");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/custombgwebp.webp', sizingMethod='scale')";
  color: #333;
  font-family: "Lato", sans-serif;
}

body.cke_show_borders {
  padding-top: 0;
}

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

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

.btn-primary, .btn-station {
  background: #00afef;
  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: #0077a3;
  color: #fff;
  border: 1px solid #3dcbff;
}

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

/* ============================= Links ====================== */
a {
  color: #009cd6;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #0077a3;
  text-decoration: none;
}

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

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

hr.separator {
  height: 10px;
  margin-bottom: 0;
}

.stack-override .stack {
  background: 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;
}

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

.jock-wrapper {
  background: #f1f1f1;
}

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

.slider {
  background: #fff;
}

section.content .container {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.content .container::before {
  content: "";
  width: 1px;
  box-shadow: 1px 1px 1px #000;
}

.page {
  min-height: calc(100% - 230px);
}

.nav-title > a {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  background: #00afef;
  padding: 10px;
}

.row.content-nav > div {
  background: #0d5168;
}
@media screen and (min-width: 567px) {
  .row.content-nav > div {
    background: transparent;
  }
}
.row.content-nav > div .nav-title {
  margin: 0 -10px;
}
@media screen and (min-width: 567px) {
  .row.content-nav > div .nav-title {
    margin: 0;
  }
}

/*----- Accordion -----*/
.accordion, .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion {
  overflow: hidden;
}

/*----- Section Titles -----*/
.accordion a:focus {
  color: #eee;
}

.accordion-section-title {
  width: 100%;
  padding-top: 5px;
  display: inline-block;
  border-bottom: 1px solid #00afef;
  background: #009cd6;
  transition: all linear 0.15s;
  color: #eee;
}

.accordion-section-title > span::after {
  content: "";
  font-family: "fontawesome";
}

.accordion-section-title.active span::after {
  content: "";
  font-family: "fontawesome";
}

.accordion-section-title.active, .accordion-section-title:hover {
  background: #23c4ff;
  text-decoration: none;
}

/*----- Section Content -----*/
.accordion-section {
  margin-bottom: 20px;
  background: #bbb;
  padding-top: 10px;
  border: 2px solid #828185;
  border-radius: 4px;
}

.accordion-section-content {
  background: #eee;
  padding: 15px;
  display: none;
}

.accordion-section-content .heading {
  font-weight: bold;
  border-bottom: 1px solid #333;
  display: block;
  margin-bottom: 3px;
}

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

.header-row {
  padding: 10px 10px 8px;
}

.header-text h2 {
  color: #009cd6;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}

.header-row-after {
  border-bottom: 5px solid rgba(35, 35, 35, 0.7);
  position: relative;
  top: -5px;
  width: 65%;
}

/* ============================= 5.1 Header ====================== */
.header {
  background: #737373;
  padding: 10px 0 5px;
}

/* ============================= 5.2 Social Icons ====================== */
@media screen and (min-width: 992px) {
  .social-links {
    padding: 15px 0 5px;
  }
}

.social-links a {
  color: #eee;
}

.social-links a:focus,
.social-links a:active,
.social-links a:hover {
  color: #00afef;
}

/* ============================= 6. Menu/Listen Live ====================== */
.sticky {
  background: #fff;
  border-bottom: 2px solid #00afef;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}

.nav-wrap {
  background: #fff;
  border-bottom: 2px solid #00afef;
}

.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: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .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: #333;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.navbar-custom .navbar-nav > li > a.nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a.active-page, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #00afef;
  color: #fff;
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #00afef;
  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: #fff;
  font-size: 1.1em;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #008abc;
  color: #fff;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  left: 60%;
  top: 70%;
}
.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");
}

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

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

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

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

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

.flash-thumb {
  display: none;
}

/* ============================= Custom Modules ====================== */
/*===== Homepage Blog =====*/
.news .entry-article {
  background: rgba(0, 0, 0, 0.5);
}
.news .overlay {
  display: none;
}

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

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