@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|Francois+One:400");
/* ============================= Default ====================== */
body {
  background: #f7f7f7 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: #333;
  font-family: "Open Sans", sans-serif;
}

/* ============================= Utilities ====================== */
.d-flex {
  display: flex;
}

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

.align-items-center {
  align-items: center;
}

@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .xs-my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

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

/* ============================= Buttons ====================== */
.btn-primary,
.btn-station,
input.btn-station {
  background: #32a7f6;
  color: #fff;
  border: 1px solid #054571;
  border-radius: 4px;
}
.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: #4ab1f7;
  color: #fff;
  border: 1px solid #054571;
}

.btn-listen {
  background: #0872BA;
  color: #054571;
  border-color: transparent;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
.btn-listen:hover, .btn-listen:focus {
  background: #0a90eb;
  color: #000;
  border-color: transparent;
}

.navbar-custom .navbar-listen {
  border-color: #ddd;
}

/* ============================= 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: #0872BA;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #0872BA;
  text-decoration: underline;
}

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

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

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

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

.zone-right .stack {
  background-color: #f7f7f7;
}

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

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

.subheader {
  background: #043658;
  color: #eee;
  padding: 5px 0;
}

.jock-wrapper {
  background: #e4e4e4;
}

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

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

.zone-center .header-text h2 {
  font-size: 1.8em;
}

/* ============================= Headings / Title Bars ====================== */
.header-text {
  background: transparent;
}
.header-text h2 {
  color: #000;
  font-family: "Francois One", sans-serif;
  font-size: 1.4em;
  margin-bottom: 0;
  padding: 5px 10px 0;
  text-transform: uppercase;
}

.bg-info {
  background-color: #94d1fa;
}

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

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 11px 0;
  font-size: 1.26em;
  text-align: center;
}
.social-links a {
  color: #fff;
  padding: 5px;
  display: inline-block;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #fff;
  text-decoration: none;
  background: #0a90eb;
}

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

/* ============================= Header ====================== */
.header-bg {
  background: rgba(255, 255, 255, 0.7);
}

.header {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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

.ad-row {
  background: transparent;
}

.header-nav {
  display: flex;
  padding: 0 0 10px;
  margin: 10px 0;
  list-style: none;
  font-size: 1em;
  font-weight: bold;
  justify-content: center;
}
@media (min-width: 768px) {
  .header-nav {
    font-size: 1.1em;
    justify-content: flex-end;
    align-items: center;
  }
}
.header-nav > li {
  padding: 0 10px;
}
.header-nav > li:last-child {
  border-right: none;
}

.now-playing .feed h2.entry-title {
  font-size: 1.4em;
}
.now-playing .entry-title {
  margin-bottom: 3px;
}

/* ============================= Menu/Listen Live ====================== */
.menu-bg {
  background: #0872BA;
  border-top: 1px solid #63bcf8;
}

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

.navbar-custom {
  background: transparent;
  font-family: "Francois One", sans-serif;
}
.navbar-custom .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-collapse {
    padding: 0;
  }
}
.navbar-custom .navbar-nav > li {
  border-right: 1px solid #63bcf8;
}
.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: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #043658;
  color: #fff;
}
.navbar-custom .dropdown-menu {
  background: #043658;
}
.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;
  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: #065489;
  color: #fff;
}
.navbar-custom .navbar-right {
  margin-right: 0;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}
.navbar-custom .navbar-listen {
  margin: 8px;
}

.navbar-default .navbar-toggle {
  background-color: #32a7f6;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #054571;
}
/* ============================= Ad Styles ========================== */
.img-ad img {
  max-width: 100%;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(8, 114, 186, 0.8));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(8, 114, 186, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(8, 114, 186, 0.8));
}

.flash-thumb {
  display: none;
}

/* ============================= Banner SlideShow ====================== */
.banner {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .banner {
    padding-top: 0;
  }
}

#bannerslideshow {
  max-height: 200px;
  padding: 0px;
  overflow: hidden;
}

/* ============================= Custom Modules ====================== */
.feed-2col-overlay article.entry-article {
  padding: 0;
}
.feed-2col-overlay .entry-header {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.9) 40%);
  bottom: 0;
}
.feed-2col-overlay .entry-title a {
  color: #fff;
  font-size: 0.9em;
}
.feed-2col-overlay .entry-title a:active, .feed-2col-overlay .entry-title a:hover, .feed-2col-overlay .entry-title a:focus {
  color: #fff;
  text-decoration: underline;
}

.feed-2col-icon-top .entry-header .entry-title {
  font-size: 1.2em;
}

.feed-2col-overlay .entry-header .entry-title {
  font-size: 1.2em;
}

.feed-2col .entry-header .entry-title {
  font-size: 1.2em;
}

.feed-three-boxes .entry-header .entry-title {
  font-size: 1.2em;
}

.now-playing {
  display: flex;
  justify-content: flex-end;
}
.now-playing .ssiLiveButtonM {
  height: 220px !important;
  margin-top: 10px;
}
.now-playing .ssiLiveButtonM .ssiLiveButton_Title {
  font-size: 20px;
}
.now-playing .ssiLiveButtonM .ssiLiveButton_Artist {
  font-size: 15px;
}

/* === Responsive Data Tables === */
@media (min-width: 768px) {
  .employees-table td, th {
    padding: 10px;
  }
}
.employees-table {
  width: 100%;
}
.employees-table tr {
  border-bottom: 1px solid #D1D1D1;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .employees-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
      	You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. 
    Lea Verou has a clever way to handle with text-shadow.
    */
  }
  .employees-table table, .employees-table thead, .employees-table tbody, .employees-table th, .employees-table td, .employees-table tr {
    display: block;
  }
  .employees-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .employees-table tr {
    margin: 0 0 1rem 0;
  }
  .employees-table tr:nth-child(odd) {
    background: #ccc;
  }
  .employees-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 20%;
  }
  .employees-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 20%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .employees-table td:nth-of-type(1):before {
    content: "Name";
  }
  .employees-table td:nth-of-type(2):before {
    content: "Ext.";
  }
  .employees-table td:nth-of-type(3):before {
    content: "E-Mail";
  }
}

/* ============================= Calendar List ====================== */
.calendar-list .day {
  font-size: 1.6em;
}

.calendar-list .title {
  font-size: 1.4em;
}

/* ============================= Recently Played ====================== */
#stack-304797 .feed h2.entry-title {
  font-size: 1.2em;
}

#stack-304797 article.entry-article {
  font-size: medium;
  margin-bottom: 0px;
  padding: 10px 0;
}

/* ============================= Footer ====================== */
.footer {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #199cf5;
}
.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;
}

.footer-ad-row {
  background: #000;
  padding: 10px 0;
}

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