@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;700&family=Lato:wght@400;700&display=swap');

body { margin: 0; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 28px; color: #000; }
.clear { clear: both; }
a, a:hover, a:visited, a:active { color: #2952A1; }
h1, h2, h3 { font-family: 'Archivo Narrow' }
.contentLeft img { max-width: 100%; }

a.button { background: #DE0024; color: #FFF; display: block; text-align: center; text-decoration: none; font-weight: 700; padding: 5px 15px 4px; display: inline-block; border-radius: 5px; }
a.button.greenButton { background: #4EAF13; }

.alert { background: #191919; color: #FFF; text-align: center; font-weight: 700; padding: 10px; width: calc(100% - 20px); font-size: 20px; line-height: 30px; }
.alert a { color: #FFF; text-decoration: none; }
.alert i { margin-right: 5px; }
.alert a .alertButton { display: inline-block; margin-left: 5px; padding: 0 5px; background: rgba(255, 255, 255, .2); }

.listenLive { width: 100%; background: #2952A1; color: #FFF; text-transform: none; }
.listenLive a { color: #FFF; text-decoration: none; }
.listenLive b { text-transform: uppercase; }

/* .listenText i.fa-play-circle { line-height: 50px; font-size: 30px; } */
.listenText { float: left; width: 100%; text-align: center; font-weight: 400; font-size: 20px; line-height: 50px; }
.listenText br { display: none; }
.listenText a { float: none; display: block; padding: 0; }
.listenSeparator { display: inline; padding: 0 3px 0 5px; }

.header { background: linear-gradient(180deg, #FFF 50%, #DE0024 50%); height: 100px; }
.headerContent { width: 100%; margin: 0 auto; }
.headerLogo { float: left; width: 200px; padding-left: 20px; }
.headerLogo img { height: 110px; border: 5px solid #FFF; background: #FFF; }
.headerNavigation { float: right; width: calc(100% - 450px); }
.headerIcons { height: 50px; line-height: 50px; font-size: 20px; width: calc(100% - 20px); text-align: right; font-weight: 700; padding: 0 20px 0 0; }
.headerIcons a i { display: inline-block; margin: 0 10px; line-height: 50px; }
.headerIcons a { color: #DE0024; text-decoration: none; }
.headerNav { height: 50px; line-height: 50px; font-size: 18px; font-family: 'Archivo Narrow'; float: right; font-weight: 700; text-transform: uppercase;  }
.headerNav a { float: left; color: #FFF; text-decoration: none; padding: 0 10px; display: inline-block; }
.headerNav a:hover { color: #191919; background: #E7E7E7; }
.topIcon { display: none; }
.headerWeatherSponsor img { height: calc(100% - 20px); width: auto; }
.wxHpWidgetHover { background: none !important; }
.wxHomepageWidget { text-align: center; }
.wxMoreDetails a { color: #FFF !important; }

.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 18px; font-weight: 700; font-family: 'Archivo Narrow', sans-serif; border: none; outline: none; color: #FFF; line-height: 50px; text-decoration: none; margin: 0; background: none; text-transform: uppercase; padding: 0; }
.dropdown-content { display: none; position: absolute; background-color: #CCC; min-width: 160px; max-width: 250px; z-index: 1; }
.dropdown-content a { float: none; color: #000; padding: 6px 8px; text-decoration: none; display: block; text-align: left; border-bottom: 1px solid #BBB; letter-spacing: 0; font-size: 16px; line-height: 24px; }
.dropdown:hover .dropbtn { color: #000; }
.dropdown-content a:hover { color: #2952A1; }
.dropdown:hover .dropdown-content { display: block; }

.headerSponsor { width: 230px; float: left; }
.headerSponsor img { height: 90px; padding: 20px 0; }

.headerSponsors { display: inline-block; }
.phoneHeader { display: flex; }
.phoneSponsor { width: 50px; margin: 0; }
.phoneSponsor img { width: 40px; height: auto; margin: 5px; }
.phoneSponsor.altSize { width: 70px; }
.phoneSponsor.altSize img { width: 60px; }
.phoneNumber { font-size: 13px; line-height: 20px; padding: 5px 5px 0; text-align: left; font-weight: 400; }
.headerWxSocial { display: inline-block; float: right; margin: 0 0 0 -5px; }

.homeAd { width: 100%; text-align: center; padding: 20px 0; }
.homeAd728x90 { display: block; background: #191919; color: #FFF; line-height: 90px; width: 728px; height: 90px; margin: 0 auto; text-transform: uppercase; letter-spacing: 1px; }

.homeFeature { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
.homeHeadlines { width: 300px; float: right; }

.homeBlog { width: calc(100% - 310px); margin-right: 10px; float: left; display: flex; flex-wrap: wrap; }
.homeBlog h2 { width: 100%; }
.homeNewsFeatureBox { width: calc(50% - 20px); margin: 0 10px 10px 0; height: 300px; background-size: cover; border-bottom: 4px solid #2952A1; position: relative; }
.homeNewsFeatureBox a { display: block; width: 100%; height: 100%; }
.homeNewsFeatureBox a .title { background: rgba(0, 0, 0, .4); position: absolute; bottom: 0; left: 0; width: calc(100% - 20px); padding: 5px 10px; color: #FFF; text-decoration: none; font-weight: 700; font-size: 20px; }
.homeNewsFeatureBox a .title .tag { font-size: 14px; line-height: 20px; padding: 2px 4px; margin: -2px 0 2px -4px; background: #2952A1; color: #FFF; text-transform: uppercase; display: inline-block; }
.homeNewsFeatureBox a .title .readMore { font-size: 14px; line-height: 20px; font-weight: 400; }
.homeBlogLink { text-align: center; width: 100%; }

.homeFeatured { margin: 40px 0; }
.homeEvents { background: #F6F6F6; padding: 30px 0; }
.podcastsContainer h2, .homeEvents h2, .homeFeatured h2 { text-decoration: uppercase; font-size: 32px; line-height: 40px; text-align: center; }

/* ----- CONTENT ----- */
.pageHeader { width: 100%; }
.pageHeaderText { margin: 0 auto; width: calc(100% - 40px); padding: 40px 20px 20px; max-width: 1440px; }
.pageHeaderText h1 { color: #FFF; font-size: 40px; line-height: 50px; margin: 0; font-family: 'Archivo Narrow'; }
.pageHeaderText h1 img { margin-left: 10px; height: 60px; margin-top: -10px; }
.pageHeaderText h1 .presentedBy { display: inline-flex; font-size: 20px; line-height: 50px; margin-left: 20px; }
.pageHeaderText.sponsored { display: flex; align-items: center; vertical-align: middle; }
.pageHeaderInfo { width: 125px; }
.pageHeaderSponsoredBy { width: 125px; text-align: center; color: #FFF; font-weight: 700; }
.pageHeaderSponsoredLogo1 { width: 250px; text-align: center; }
.pageHeaderSponsoredLogo2 { width: calc(100% - 500px); }
.pageHeaderSponsoredLogo1 img { height: 80px; width: auto; }
.pageHeaderSponsoredLogo2 img { height: 50px; width: auto; }

@media screen and (max-width: 1000px) {
  .pageHeaderText.sponsored { flex-wrap: wrap; }
  .pageHeaderSponsoredBy { width: 110px; }
  .pageHeaderSponsoredLogo1 { width: 230px; }
  .pageHeaderSponsoredLogo2 { width: calc(100% - 465px); }
  .pageHeaderSponsoredLogo2 img { height: auto; width: calc(100% - 20px); margin: 0 auto; display: block; }
}
@media screen and (max-width: 725px) {
  .pageHeaderSponsoredLogo1 { width: calc(100% - 235px); text-align: left; }
  .pageHeaderSponsoredLogo2 { width: 100%; }
  .pageHeaderSponsoredLogo1 img { max-width: 100%; }
  .pageHeaderSponsoredLogo2 img { max-width: 400px; margin: 20px auto 0; }
  .homeFeature { width: calc(100% - 30px); }
}

.pageSectionLink a { display: inline-block; padding: 2px 8px; background: rgba(255, 255, 255, .7); color: #DE0024; text-transform: uppercase; font-weight: 700; text-decoration: none; margin: 0 0 3px -4px; }

.content { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; display: flex; }
.intro { width: 100%; font-size: 20px; line-height: 34px; margin-bottom: 20px; padding: 0 0 20px; border-bottom: 1px solid #EEE; }

.contentLeft { width: calc(100% - 320px); margin-right: 20px; padding: 20px 0 0; }
.contentRight { width: 300px; }


/* ------ ON-AIR ------ */
.onAirListing { display: flex; width: 100%; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #EEE; }
.onAirImage { width: 300px; }
.onAirImage img { width: 100%; height: auto; }
.onAirInfo { width: calc(100% - 320px); padding-left: 20px; }
.onAirInfo h3 { margin-top: 0; }

.showInfo { width: 100%; display: flex; padding-bottom: 20px; border-bottom: 1px solid #CCC; margin-bottom: 20px; }
.showInfoPhoto { width: calc(50% - 10px); order: 2; }
.showInfoPhoto img { width: 100%; height: auto; }
.showInfoText { width: calc(50% - 10px); margin-right: 20px; order: 1; }
#showBio { max-width: 800px; }
#showBio img { width: 100%; }

/* FOOTER */

.footer { width: calc(100% - 40px); padding: 20px; background: #E7E7E7; color: #191919; display: flex; font-size: 14px; line-height: 24px; }
.footerLeft { width: 300px; }
.footerSpacer { display: inline-block; width: 17.5px; }
.footerMiddle { width: 300px; }
.footerRight { width: calc(100% - 600px); text-align: right; }
.footerRight img { width: auto; height: 120px; }

#credit { background: #191919; color: #FFF; font-size: 12px; line-height: 30px; padding: 7.5px 0; width: 100%; }
#credit .container { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; line-height: 30px; height: 30px; overflow: hidden; }
#credit .copyright { width: 100%; height: 30px; text-align: center; }
#credit .copyright a { color: #DDD; }

/* Ads */
.homeTop { width: calc(100% - 40px); max-width: 1440px; margin: 20px auto 0; display: flex; padding: 10px 0 20px; height: 90px; }
.homeTop .homeTopAd { width: calc(100% - 320px); text-align: center; }
.homeTop .homeTopWeather { width: 300px; margin: 0 0 0 20px; display: flex; justify-content: space-between; }

@media screen and (max-width: 1100px) { 
  .homeTop { flex-wrap: wrap; height: auto; }
  .homeTop .homeTopAd { width: 100%; margin: 0 0 20px; }
  .homeTop .homeTopWeather { height: 90px; margin: 0 auto; }
}

.homeAd, .pageAd { padding: 20px 0; width: 100%; text-align: center; }
.pageAd.homeAd.adTop { padding: 40px 0 20px; }
.ad728x90 { width: 728px; height: 90px; line-height: 90px; text-align: center; color: #FFF; font-weight: 700; margin: 0 auto; }
.ad728x90 img { width: 728px; height: 90px; }
.ad300x250 { width: 300px; height: 250px; line-height: 250px; text-align: center; color: #FFF; font-weight: 700; margin: 27px auto 0; }
.ad300x250 img { width: 300px; height: 250px; }
.ad300x600 { width: 300px; height: 600px; line-height: 600px; text-align: center; color: #FFF; font-weight: 700; margin: 0 auto; }
.ad300x600 img { width: 300px; height: 600px; }
a.ad320x50, iframe.iframe320x50 { display: none; }
iframe.iframe728x90 { width: 728px; height: 90px; border: 0; }
iframe.iframe300x250 { width: 300px; height: 250px; border: 0; }
iframe.iframe320x50 { width: 320px; height: 50px; border: 0; }
iframe.iframe300x600 { width: 300px; height: 600px; border: 0; }
.homeAdFrame728x90, .pageAdFrame728x90 { position: relative; width: 728px; height: 90px; margin: 0 auto; }
.homeAdFrame728x90 a, .pageAdFrame728x90 a { position: absolute; top: 0; left: 0; width: 728px; height: 90px; }
.homeAdFrame300x250, .pageAdFrame300x250 { position: relative; width: 300px; height: 250px; margin: 0 auto; }
.homeAdFrame300x250 a, .pageAdFrame300x250 a { position: absolute; top: 0; left: 0; width: 300px !important; height: 250px !important; }
.homeAdFrame320x50, .pageAdFrame320x50 { position: relative; width: 320px; height: 50px; margin: 0 auto; }
.homeAdFrame320x50 a, .pageAdFrame320x50 a { position: absolute; top: 0; left: 0; width: 320px; height: 50px; }
.homeAdFrame300x600, .pageAdFrame300x600 { position: relative; width: 300px; height: 600px; margin: 0 auto; }
.homeAdFrame300x600 a, .pageAdFrame300x600 a { position: absolute; top: 0; left: 0; width: 300px; height: 600px; }
.homeAdFrame320x50, .pageAdFrame320x50 { display: none; }
.adContainer { background: #E6E6E6 url(/images/background.png) left top repeat; background-size: 5px 5px; padding: 10px; display: inline-block; }

/* Podcasts */
.podcastsContainer { width: calc(100% - 40px); max-width: 1400px; margin: 0 auto 20px; text-align: center; display: flex; flex-wrap: wrap; }
.podcastsContainer h2 { text-transform: uppercase; text-align: center; width: 100%; }
.podcastsList a.listLink { text-align: right; width: 100%; margin: 10px 0; font-size: 16px; text-decoration: none; font-weight: 700; display: block; }

.podcastsList { width: calc(100% - 10px); margin: -5px; display: flex; flex-wrap: wrap; }
.podcast { width: calc(50% - 20px); display: flex; margin: 5px; padding: 5px; background: #F6F6F6; float: left; }
.podcastImage { width: 100px; margin-right: 10px; }
.podcastImage img { width: 100%; height: auto; }
.podcastText { width: calc(100% - 110px); text-align: left; }
.seriesName { display: block; width: 100%; margin-top: 10px; font-size: 13px; line-height: 18px; }
.podcastsAd { width: 300px; margin-left: 20px; }

/* Social */
.socialContainer { width: calc(100% - 40px); max-width: 1440px; margin: 1em auto; }
.socialInfo { display: flex; flex-wrap: wrap; }
.socialInfo h2 { width: 100%; }
.socialLinks { width: 100%; }
.socialLinks h3 { text-transform: uppercase; margin-top: 30px; }
.socialLink { width: calc(25% - 20px); margin: 0 10px 10px 0; background: #F6F6F6; text-align: center; font-size: 20px; font-weight: 700; padding: 15px 5px; float: left; }
.socialLink a { display: block; text-decoration: none; }
.socialLink:hover { background: #EEE; transition: 1s; }
.socialEmbed { width: 50%; text-align: center; }

.homeShows { width: calc(100% - 20px); margin: 0 auto; display: flex; }
.homeShow { width: calc(25% - 20px); padding: 10px; text-align: center; line-height: 22px; }
.homeShow b { display: block; margin-bottom: 5px; }
.homeShow img { width: 100%; margin-bottom: 5px; }

.homeCalendarContainer { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto 30px; }
.homeCalendar { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin: -10px; }
.calendarItem { width: calc(33.3% - 20px); margin: 10px; background: #FFF; }
.calendarDate { text-transform: uppercase; background: #2952A1; text-align: center; color: #FFF; padding: 4px 0; font-weight: 700; }
.calendarInfo { text-align: center; background: #FFF; line-height: 21px; padding: 8px 0; }

/* ------- BLOG ------- */
.blogListing { width: 100%; display: flex; padding: 0 0 20px; margin: 20px 0; border-bottom: 1px solid #CCC; position: relative; }
.blogListing.last { border-bottom: none; padding: 0; }
.blogFeaturedImage { background-size: cover !important; background-position: center center !important; transition: all 300ms ease-out; width: 400px; }
.blogFeaturedImage a { padding-bottom: 60%; display: block; width: 100%; }
.blogText { width: calc(100% - 440px); padding: 0 20px; }
.blogText h2 { margin-top: 0; font-size: 24px; line-height: 28px; }
.blogText h2 a { text-decoration: none; }
.blogText .blogDate { margin: 15px 0 0; font-size: 14px; line-height: 20px; }
.blogText p a { display: inline-block; background: #A9006A; color: #FFF;  padding: 0 8px; font-weight: 700; text-decoration: none; border-radius: 5px; }
img.blogPhoto { width: 100%; margin: 0 auto; max-width: 600px; display: block; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.blogGallery { display: flex; flex-wrap: wrap; }
.galleryImage { width: calc(50% - 20px); margin: 0 20px 20px 0; position: relative; }
.galleryImage.even { margin-right: 0; }
.galleryImage a { display: block; background: rgba(75, 79, 84, .4); color: #FFF; padding-bottom: 66.6%; }
.galleryImage a:hover { background: none; transition: 1s; }
.galleryImage a > .photoCaption { position: absolute; bottom: 10px; left: 10px; width: calc(100% - 20px); text-align: center; font-weight: 700; }

@media screen and (max-width: 1390px) {
  a.homeLink { display: none; }
}

@media screen and (max-width: 1310px) {

  /* Top Navigation Icon and Updated Listen Live Display */
  .topIcon { display: block; float: right; z-index: 100; width: 72px; }
  .topIcon a.icon { float: right; display: block; background: #000; color: #FFF; height: 100px; font-size: 36px; padding: 0 20px; text-decoration: none; font-weight: 700; line-height: 100px; }
  .topIcon a.icon i { font-size: 36px; line-height: 100px !important; }
  .headerNavigation { width: calc(100% - 522px); }

  .headerIcons { width: 520px; padding: 0; float: right; display: flex; flex-wrap: wrap; height: 100px; }
  .headerSponsors { width: 260px; float: right; height: 50px; }
  .headerSponsors.weatherSponsor { margin-left: 100px; color: #FFF; }
  .headerWxSocial a { color: #FFF; }

  /* Top Navigation */
  .headerNav { display: none; }
  .headerNav.responsive { display: block; position: absolute; margin: 100px 0 0; right: 0; text-align: left; background: #CCC; border-bottom: 2px solid #2952A1; height: auto; width: 100%; text-align: center; z-index: 100; }
  .headerNav.responsive a { float: none !important; display: block !important; margin: 0; border-left: none !important; height: 35px; line-height: 35px; padding: 0 10px; background: none !important; text-align: center; color: #000; }
  .headerNav.responsive a.standard { border-bottom: 1px solid #BBB; }
  .headerNav.responsive .dropbtn a { display: inline-block !important; }
  .headerNav.responsive .dropdown { float: none; border-bottom: 1px solid #BBB; }
  .headerNav.responsive .dropdown-content { position: relative; border-top: 0; max-width: none !important; text-align: center; }
  .headerNav.responsive .dropdown-content a { border-top: 1px solid #BBB; border-bottom: none; }

  .homeNewsFeatureBox { width: calc(100% - 20px); height: 250px; }
  .socialLinks { width: 100%; margin: 0 0 20px; }
  .socialLink { width: calc(50% - 20px); }
  .socialEmbed { width: 500px; max-width: 100%; margin: 0 auto 20px; }
  .podcast { width: calc(100% - 20px); }
  .homeShows { flex-wrap: wrap; }
  .homeShow { width: calc(50% - 25px); }

}

@media screen and (max-width: 1070px) { 
  .headerIcons { width: 480px; }
  .headerSponsors { width: 240px; }
}

@media screen and (max-width: 850px) {
  .footer { flex-wrap: wrap; }
  .footerLeft, .footerMiddle { width: 50%; }
  .footerRight { width: 100%; margin: 0 0 20px; order: 1; text-align: left; }
  .footerLeft { order: 2; }
  .footerMiddle { order: 3; }
}

@media screen and (max-width: 1010px) {
  .homeAd, .pageAd { height: 50px; }
  .ad728x90, iframe.iframe728x90, .homeAdFrame728x90 { display: none; }
  a.ad320x50, iframe.iframe320x50, .homeAdFrame320x50 { display: block; margin: 0 auto; }
  .ad320x50 img { width: 320px; height: 50px; }

  .content { flex-wrap: wrap; }
  .contentLeft { width: 100%; margin: 0; }
  .contentRight { width: 100%; text-align: center; }

  .headerIcons { width: 100%; position: absolute; top: 50px; left: 0; border-bottom: 2px solid #000; }
  .headerSponsors { width: 50%; }
  .headerSponsors.weatherSponsor { color: #000; width: 225px; margin-left: 0; }
  .headerWxSocial a { color: #000; }
  .header { margin-top: 100px; }

  .homeNewsFeatureBox { width: 100%; margin: 0 0 15px; height: 300px; }

  .homeBlog { width: 100%; margin: 0 0 20px; }
  .homeHeadlines { width: 100%; float: none; }
  .homeHeadlines a.ad300x600 { display: block; }
  .calendarItem { width: calc(100% - 20px); }
  .podcastsList { width: 100%; margin: 0 0 20px; }
  .podcast.hideMobile { display: none; }
  .podcastsAd { margin: 0 auto 20px; }

  .onAirListing { flex-wrap: wrap; }
  .onAirImage { width: 100%; margin: 0 0 20px; }
  .onAirImage img { width: 100%; display: block; }
  .onAirInfo { width: 100%; padding: 0; }

  .showInfo { flex-wrap: wrap; }
  .showInfoPhoto { order: 1; width: 100%; }
  .showInfoText { order: 2; margin: 0; width: 100%; }

}

@media screen and (max-width: 600px) {
  .footerLeft { width: 100%; margin-bottom: 20px; }
  .footerMiddle { width: calc(100% - 20px); margin-left: 20px; }
  .socialLink { width: calc(100% - 20px); }
}

@media screen and (max-width: 560px) {
  .phoneSponsor { width: 70px; text-align: center; }
  .headerSponsors { width: 100%; }
  .headerIcons { height: 150px; }
  .header { margin-top: 200px; background: #FFFFFF; }
  .headerWxSocial { margin-left: 200px; }
  .headerLogo { padding-left: 0; }
}

@media screen and (max-width: 520px) { 
  .header { height: 80px; }
  .headerLogo { width: 110px; }
  .headerLogo img { height: 60px; margin: 5px 0; }
  .headerSponsor { width: 160px; }
  .headerSponsor img { height: 60px; padding: 10px 0; }
  .topIcon a.icon { height: 80px; line-height: 80px; }
  .topIcon a.icon i { line-height: 80px !important; }
  .headerNav.responsive { margin-top: 80px; }
}

@media screen and (max-width: 400px) { 
  .headerWxSocial { margin-left: 178px; display: flex; width: calc(100% - 250px); justify-content: space-evenly; }
  .headerWxSocial a i { margin: 0 5px; }
}

/* Weather */
.wxBlock { display: flex; width: 100%; align-items: center; flex-wrap: wrap; background: #95AEDE; margin: 0 0 20px; }
.wxBlock h3 { width: calc(100% - 20px); padding: 5px 10px; background: #2951A1; color: #FFF; margin: 0; }
.wxLeft, .wxRight { width: 50%; text-align: center; padding: 15px 0; }
.wxTemp { font-size: 70px; line-height: 70px; font-weight: 700; }
.wxIcon, .wxIcon i { font-size: 70px; line-height: 70px; }
.wxInfo { font-size: 20px; line-height: 30px; }
.wxHourly { width: calc(100% - 20px); display: flex; padding: 10px; background: #F4F9FF; border-bottom: 1px solid #95AEDE; }
.wxHourly:hover { background: #E0EDFB; transition: 1s; }
.wxHourlyTime { width: 100px; }
.wxHourlyTemp { width: 100px; font-size: 18px; font-weight: 700; }
.wxHourlyCondition { width: calc(100% - 450px); }
.wxHourlyPrecip { width: 100px; }
.wxHourlyWind { width: 150px; }

@media screen and (max-width: 1050px) {
  /* Weather */
  .wxLeft.secondary { width: calc(100% - 20px); padding: 10px 10px 0; text-align: left; }
  .wxRight.secondary { width: calc(100% - 20px); padding: 0 10px 10px; text-align: left; }

  .wxHourly { flex-wrap: wrap; }
  .wxHourlyTime { font-weight: 700; width: 33.3%; }
  .wxHourlyTemp { width: 33.3%; text-align: center; }
  .wxHourlyCondition { width: 33.3%; text-align: right; }
  .wxHourlyPrecip { width: 33.3%; text-align: left; }
  .wxHourlyWind { width: 33.3%; text-align: center; }
}
/* WNW */

h3.wnwHeader { background: #22398B; color: #FFF; margin: 0 0; border-radius: 10px 10px 0 0; width: calc(100% - 20px); padding: 2.5px 10px; }
.wetNose { display: flex; width: 100%; margin: 0 0 20px; }
.wnwPhoto { width: 300px; height: auto; }
.wnwInfo { width: calc(100% - 280px); padding: 10px; background: #F6F6F6; }

.wnwHome { width: calc(100% - 40px); max-width: 1100px; padding: 20px; display: flex; align-items: center; margin: 0 auto; }
.wnwLogo { width: 400px; }
.wnwLogo img { width: 400px; height: auto; }
.wnwHomePhoto { width: 300px; height: 300px; margin: 0 30px; }
.wnwHomeInfo { width: calc(100% - 740px); }
.wnwHomeInfo h3 { margin-top: 0; }
.wnwHomeInfo a { color: #F6F6F6; }

@media screen and (max-width: 1125px) {
  .wnwHome { flex-wrap: wrap; width: 620px; margin: 0 auto; }
  .wnwLogo { width: 100%; text-align: center; margin-bottom: 20px; }
  .wnwHomePhoto { margin-left: 0; margin-right: 20px; }
  .wnwHomeInfo { width: calc(100% - 320px); }
}

@media screen and (max-width: 700px) {
  .wnwHome { width: 300px; }
  .wnwLogo img { width: 300px; }
  .wnwHomePhoto { margin: 0 0 20px; }
  .wnwHomeInfo { width: 300px; padding: 0; }
}

/* Schedule */
#filterContainer, #myBtnContainer.filterContainer { margin: -5px 0 calc(2em - 5px); padding-left: 8px; }
#myBtnContainer.filterContainer .btn { display: inline-block; margin: 5px; background: rgba(62, 122, 194, 0.3); padding: 2px 5px; border-radius: 5px; cursor: pointer; }
#myBtnContainer.filterContainer .btn:hover { background: #203648; color: #FFF !important; }
#myBtnContainer.filterContainer .btn.activebtn, #myBtnContainer.filterContainer .btn.activebtn:hover { background: #203648; color: #FFF; font-weight: 700; }
.listHidden { display: none !important; }
.filterDiv { display: none; }
.show { display: block; }

/* Module - Businesses */
.contentSearch input, input.fullSearch { width: 100%; padding: 4px 8px; border: 2px solid #CCC; font-size: 16px; font-family: 'Mulish', sans-serif; }
.contentSearch { margin-bottom: 20px; }

.listings { display: flex; flex-wrap: wrap; margin: 10px -10px -10px; }
.listing { width: calc(50% - 24px); float: left; margin: 12px; background: #FFF; box-shadow: 0 0 5px rgba(0,0,0,.4); font-size: 16px; line-height: 24px; border-bottom: 3px solid #DE0024; }
.listing:hover { background: #F6F6F6; box-shadow: 0 0 5px rgba(0,0,0,.5); }
.listingImage { background: #FFF; width: 100%; margin: 0; background-size: 100% !important; background-position: center center !important; transition: all 300ms ease-out; position: relative; }
.listingImage:hover { background-size: 105% !important; }
.listingImage a { padding-bottom: 60%; display: block; width: 100%; }
.listingImage a .moreInfo { position: absolute; display: inline-block; background: rgba(0,0,0,.7); color: #FFF; text-decoration: none; right: 10px; bottom: 10px; text-transform: uppercase; font-size: 14px; line-height: 20px; padding: 0 6px;  }
.listingText { padding: 15px 20px; }
.listingLinks { font-size: 20px; font-weight: 900; line-height: 30px; display: block; margin: 0 0 10px; }
.listingLinks.more { margin-bottom: 0; }
.listingLinks a { color: #DE0024; text-decoration: none; margin-right: 6px; }
.listingEndorsements { margin: 15px 0 0; }
.listingCategory { background: #DE0024; color: #FFF; text-transform: uppercase; display: inline-block; font-weight: 700; margin: 4px; font-size: 14px; line-height: 20px; padding: 0 6px; }
.listingLinksLeft { width: calc(100% - 125px); float: left; }
.listingLinksRight { width: 125px; float: right; text-align: right; }

@media screen and (max-width: 1100px) {
  .listingLinksLeft { width: 100%; float: none; }
  .listingLinksRight { width: 100%; text-align: left; float: none; }
}

@media screen and (max-width: 900px) {
  .listing { width: calc(100% - 24px); }
}

@media screen and (max-width: 640px) {
  .listings { width: 100%; max-width: 400px; margin: 0 auto 10px; }
  .listing { width: calc(100% - 24px); }
}

/* Forms */
#contactForm i { font-style: normal; color: #C00; font-weight: 700; }
#contactForm ol { margin: 0; list-style-type: none; padding: 0; }
#contactForm ol label { display: block; font-size: 15px; line-height: 24px; font-weight: 700; }
#contactForm ol li .checkboxGroup { margin-bottom: 0.5em; }
#contactForm ol input[type="text"], #contactForm ol input[type="email"], #contactForm ol input.form-input { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid rgb(209,213,219); margin-bottom: 1em; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
#contactForm ol input[type="submit"] { display: block; width: 150px; font-family: 'Lato', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #35485E; padding: 10px 0; margin: 1.5em 0 0; }
#contactForm ol select { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #E5E5E5; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #E5E5E5; margin-bottom: 1em; }

#contactForm li.width50 { width: 49%; float: left; margin-right: 1%; }
#contactForm li.width40 { width: 39%; float: left; margin-right: 1%; }
#contactForm li.width33 { width: 32.3%; float: left; margin-right: 1%; }
#contactForm li.width30 { width: 29%; float: left; margin-right: 1%; }
#contactForm li.width25 { width: 24%; float: left; margin-right: 1%; }
#contactForm li.width20 { width: 19%; float: left; margin-right: 1%; }
#contactForm li.width50.right { width: 50%; margin-right: 0%; }
#contactForm li.width40.right { width: 40%; margin-right: 0%; }
#contactForm li.width33.right { width: 33.3%; margin-right: 0%; }
#contactForm li.width30.right { width: 30%; margin-right: 0%; }
#contactForm li.width25.right { width: 25%; margin-right: 0%; }
#contactForm li.width20.right { width: 20%; margin-right: 0%; }
#contactForm hr { margin-block-start: 10px; }

@media screen and (max-width: 600px) {
  #contactForm li.width50, #contactForm li.width40, #contactForm li.width33, #contactForm li.width30, #contactForm li.width25, #contactForm li.width20, #contactForm li.width40.right, #contactForm li.width33.right, #contactForm li.width30.right, #contactForm li.width25.right, #contactForm li.width20.right {
    width: 100% !important;
    margin: 0 !important;
    float: none;
  }
}



/* Testimonials */
.testimonial { width: calc(100% - 20px); max-width: 600px; margin: 0 auto 20px; background: #EEE; border-radius: 10px; padding: 10px; }
.testimonialBusiness { font-size: 12px; line-height: 15px; text-transform: uppercase; }
.carousel { margin-bottom: 20px; }
.carousel__slide { color: #CCC; }
.carousel__slide img { opacity: 30%; }
.carousel__slide.is-selected { color: #000; border: 2px solid #CCC; border-radius: 5px; }
.carousel__slide.is-selected img { opacity: 100%; }
.carousel__button.is-next, .carousel__button.is-prev { background: #DE0024; color: #FFF; }

/* News */
.feedNewsItem { padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px solid #CCC; }
.feedNewsItem a { font-size: 20px; }
.feedNewsSource { color: #FFF; background: #DE0024; font-size: 13px; line-height: 19px; display: inline-block; text-transform: uppercase; font-weight: 700; padding: 1px 8px; margin: 0 0 5px; }
.feedDate { font-size: 13px; line-height: 19px; }

/* Home */

.homeHeadlines .feedNewsItem { padding: 0 0 10px; margin: 0 0 10px; }
.homeHeadlines .feedNewsItem a { font-size: 16px; }

/* ------- BLOG ------- */
.blogListing { width: 100%; display: flex; padding: 0 0 20px; margin: 20px 0; border-bottom: 1px solid #CCC; position: relative; }
.blogListing.last { border-bottom: none; padding: 0; }
.blogFeaturedImage { background-size: cover !important; background-position: center center !important; transition: all 300ms ease-out; width: 400px; }
.blogFeaturedImage a { padding-bottom: 60%; display: block; width: 100%; }
.blogText { width: calc(100% - 440px); padding: 0 20px; }
.blogText h2 { margin-top: 0; font-size: 24px; line-height: 28px; }
.blogText h2 a { text-decoration: none; }
.blogText .blogDate { margin: 15px 0 0; font-size: 14px; line-height: 20px; }
.blogText p a { display: inline-block; background: #2952A1; color: #FFF;  padding: 0 8px; font-weight: 700; text-decoration: none; border-radius: 5px; }
img.blogPhoto { width: 100%; margin: 0 auto; max-width: 600px; display: block; }
