@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,700,300");
/* ============================= 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: #000;
  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: "Oswald", sans-serif;
}

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

.btn-primary, .btn-station {
  background: #484b4c;
  color: #fff;
  border: 1px solid transparent;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-station:focus, .btn-station:hover, .btn-station:active {
  background: #b40c00;
  color: #fff;
  border: 1px solid transparent;
}

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

/* ============================= Links ====================== */
a {
  color: #b40c00;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #680700;
  text-decoration: none;
}

/* ============================= Theme/Zones ====================== */
.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

.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;
}

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

.jock-wrapper {
  background: #f1f1f1;
}

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

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: linear-gradient(#dd3333, #b40c00);
}

.header-text h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  margin-bottom: 0;
  padding: 8px 8px 8px 10px;
  text-transform: uppercase;
}

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

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 6px 0;
  font-size: 0.99em;
  text-align: center;
}
.social-links a {
  color: #fff;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #000;
}

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

/* ============================= Header ====================== */
.header {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0 5px;
}

/* ============================= Menu/Listen Live ====================== */
@media (min-width: 992px) {
  .navbar {
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}

.navbar-custom {
  background: linear-gradient(#484b4c, #333);
  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 {
    border-right: 1px solid rgba(204, 204, 204, 0.75);
  }
  .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.1em;
  font-weight: normal;
  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: #fff;
  color: #000;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 1em;
  }
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #333;
  padding-top: 0;
  padding-bottom: 0;
  top: 95%;
}
@media (min-width: 992px) {
  .navbar-custom .dropdown-menu {
    min-width: 200px;
  }
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #ff1202;
  margin: 0 5px;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-custom .dropdown-menu > li > a {
  color: #fff;
  font-family: sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 8px 10px 8px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #f2f2f2;
  color: #000;
}
.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;
}

ul.nav .nav-link {
  padding: 0.3rem 1rem 0.4rem;
}

.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: #000;
}
.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;
}

/* ============================= Ad Styles ========================== */
.ad-bg {
  background-color: rgba(72, 75, 76, 0.8);
}

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  background-color: #000;
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(221, 51, 51, 0.8);
}
.flash-gallery img {
  max-height: 430px;
}

.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 ====================== */
/*Primis */
.primis-video {
  display: none;
}

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

/*SecureNet Podcast Widget*/
img.ssiPodcastLogo {
  max-width: 450px !important;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 20%;
}

.ssiPodcastTime {
  color: #000;
  font-size: 14px;
}

/* ============================= Responsive Data Tables ====================== */
@media (min-width: 769px) {
  .schedule-table td, th {
    padding: 3px 0px 3px 0px;
  }
}
.schedule-table {
  /*Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.*/
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .schedule-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.
    */
  }
  .schedule-table table, .schedule-table thead, .schedule-table tbody, .schedule-table th, .schedule-table td, .schedule-table tr {
    display: block;
  }
  .schedule-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .schedule-table tr {
    margin: 0 0 1rem 0;
  }
  .schedule-table tr:nth-child(odd) {
    background: #ccc;
  }
  .schedule-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .schedule-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .schedule-table td:nth-of-type(1):before {
    content: "Time";
  }
  .schedule-table td:nth-of-type(2):before {
    content: "Name";
  }
  .schedule-table td:nth-of-type(3):before {
    content: "Speaker";
  }
  .schedule-table td:nth-of-type(4):before {
    content: "Website";
  }
}

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