@charset "UTF-8";

/* Mobile first styles */
.main-content {
  margin-top: 134px;
}

/*--Navigation-------------*/
.rejoiceLogo img {
  width: 150px;
}

.navbar-light .navbar-nav .nav-link {
  color: #394E63;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #6acacd;

}

.navbar-light .navbar-nav .nav-link.donateLink {
  color: #d57b2c;
}

.navbar-light .navbar-nav .nav-link.donateLink:hover {
  color: #6acacd;
}

/* Secondary Navigation */
.secondaryNavbar {
  padding: 10px 0;
  text-align: center;
}

.secondaryNavbarLinks li {
  display: inline-block;
}

.stationThumbnail,
.otherStations {
  display: none;
}

#nowPlaying {
  display: none;
}

.title {
  display: none;
}

#PlayingNowProgram {
  display: none;
}

.zip-search-btn {
  min-width: auto;
}

.zip-search-btn:hover,
.btn.play:hover {
  background-color: #6acacd;
  color: #394e63;
  border-color: #6acacd;
}

.btn.play {
  min-width: auto;
  max-width: 150px;
  width: 100%;
}
.btn.signUp {
  min-width: auto;
}
.signUpButtonPadding {
  padding-top: 32px;
}
.secondaryNavbar .sub-col {
  padding: 0;
  padding-right: .75rem;
}

.secondaryNavbar .sub-row {
  margin: 0;
}

.stationSearch input {
  max-width: 150px;
}

.playingNow,
.rejoiceStation {
  display: none;
}

.stationLabel {
  font-size: .8rem;
}

.jumbotron {
  margin-bottom: 0px;
}

label {
  color: #394e63;
  text-align: left !important;
}

.weight-400{
    font-weight:400;
}


/* WhatRBNmeans.aspx
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.announcer-border {
  padding: 5px;
  border-radius: 50%;
  max-width: 140px;
  margin: auto;
  display: block;
}

.inline-block {
  display: inline-block;
}

.main-announcer-photo {
  border-radius: 50%;
  max-width: 130px;
}

.announcer-text {
  padding-top: 80px;
  position: relative;
  top: -70px;
  z-index: -1;
  border-radius: 4px;
  margin-bottom: -20px;
}

.small-screen-announcers {
  display: flex;
}

.medium-screen-announcers {
  display: none;
}

.large-screen-announcers {
  display: none;
}

/* History Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
div .history-page {
  margin-top: 140px;
}

.horton-portrait {
  width: 280px;
  height: auto;
  float: none;
  display: block;
  margin: 10px auto 20px auto;
}

.history-tab {
  box-shadow: 1px 3px 11px 1px rgba(0, 0, 0, 0.2);
  margin-top: 120px;
  margin-left: 10px;
  margin-right: 10px;
}

.history-img {
  position: relative;
  top: -90px;
  max-width: 300px;
  display: block;
  margin: auto;
  margin-bottom: 0px;
  box-shadow: 1px 3px 11px 1px rgba(0, 0, 0, 0.2);
}

.history-content {
  margin-top: -90px;
}

.mobile-history {
  position: static;
  visibility: visible;
}

.desktop-history img {
  position: absolute;
  visibility: hidden;
}

.history-tab-left {
  margin-bottom: 0px;
}

.history-tab-right {
  margin-top: 120px;
}

/* Contact Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-link {
  font-weight: 400;
}
#lblContactEmailSuccess {
	margin: auto;
	display: block;
	text-align: center;
}

/*--Footer-------------*/

a.footerLinks {
  color: #ffffff;
  text-decoration: none;
}

ul.footerLinks li {
  list-style-type: none !important;
  margin-bottom: .5em;
  text-align: left;
}

ul.footerLinks a {
  list-style-type: none;
  text-align: left;
}

li.footerLinkHeader {
  color: #394E63;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.footer li {
  color: #ffffff;
}

.footer li a {
  color: #ffffff;
}

.legalLinks li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;

}

.legalFooterSection {
  margin: auto;
}

.footerLogo {
  width: 100%;
}

.page-header {
  margin-top: 20px;
}

.page-title {
  width: 100%;
  background: rgb(104, 201, 204);
  background: -moz-linear-gradient(90deg, rgba(0, 157, 153, 1) 0%, rgba(54, 82, 101, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 157, 153, 1) 0%, rgba(54, 82, 101, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 157, 153, 1) 0%, rgba(54, 82, 101, 1) 100%);
  margin-top: 20px;
}

.page-title h1 {
  margin: 0;
  padding: 30px 20px 30px 0;
  color: #FFF;
  width: 100%;
 
  font-size: 40px !important;
}

p {
  font-size: 18px;
}

img {
  width: 100%;
}

.center {
  display: block;
  margin: auto;
}

.verticalCenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*--Program Guide--*/
#ProgramGuide table {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

#ProgramGuide tr td {
  text-align: left;
  padding: 9px 5px 9px 0;
}

#ProgramGuide .ProgramGuideTime {
  white-space: nowrap;
  width: 100px !important;
}

.ProgramGuideTime {
  width: 70px;
  display: block;
  margin-right: 10px;
}

#ProgramGuide,
.HostedProgram,
#ProgramGuide .EndHostedProgram {
  background-color: #ffffff;
}

tr.BeginHostedProgram {
  background-color: #394E63;
  color: #ffffff;
}

#ProgramGuide tr.EndHostedProgram td {
  padding-bottom: 15px;
}
#ProgramGuide .HostedProgramTitle {
    font-weight: bold;
}

#ProgramGuide .HostedProgramHost {
    font-size: 11px;
    font-style: normal;
    vertical-align: baseline;
}

.nav-item .tab-button {
  margin-right: 0 !important;
}

.dropdown-menu {
 border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  border: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: inherit;
  background-color: inherit;
}

#nowPlaying {
  display: none;
}

.title {
  display: none;
}

#txtZipCode::placeholder {
  font-size: .75rem;
}

/*Share-a-thon */
/*--------------------*/

body {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #394e63
}
.meter {
  height: 45px;
  position: relative;
  border-radius: 25px;
  padding: 10px;
  text-align: left;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
  .meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    overflow: hidden;
}

.goal {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}
.shareathon-header {
  width: 220px;
  padding-left: 5px;
  padding-bottom: 30px;
}
.pledges{
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}
.announcer-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: none;
}

.Validator {
  color:rgb(255,0,0);
  text-align: left;
}
/* Extra extra small devices (portrait phones, 406px and higher)

–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 405px) {
  .page-title h1 {
    font-size: 40px;
    padding: 30px 0;
  }
  .main-content {
    margin-top: 134px;
}
}


/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
  .stationLabel {
    font-size: 1rem;
  }

  .footerLogo {
    width: 100%;
  }

  .footerLinkHeader {
    margin-top: 10px;
  }

  li.footerLinkHeader {
    font-size: 20px;
  }

  ul.footerLinks li {
    list-style-type: none !important;
    margin-bottom: .8em;
    text-align: left;
  }

  .history-tab {
    margin-left: 0px;
    margin-right: 0px;
  }

  .horton-portrait {
    /* width:200px; */
    float: right;
    margin: 10px 0px 20px 30px;
  }
}


/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
  #txtZipCode::placeholder {
    font-size: 1rem;
  }

  .main-content {
    margin-top: 174px;
  }


  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .nav-item {
    margin-right: 1em;
  }

  .nav-item.tab-button {
    margin-right: 0 !important;
  }

  .secondaryNavbar {
    text-align: left;
    padding: 10px;
  }

  .playingNow {
    display: block;
  }

  .listenNow {
    margin: 0;
  }

  .footerLogo {
    width: 100%;
  }

  li.footerLinkHeader {
    font-size: 24px;
  }

  #PlayingNowProgram {
    display: inline;
  }

  .small-screen-announcers {
    display: none;
  }

  .medium-screen-announcers {
    display: flex;
  }

  .large-screen-announcers {
    display: none;
  }

  .history-content {
    margin-top: 0px;
  }

  .history-img {
    margin-bottom: -60px;
  }

  .history-tab {
    margin-top: 60px;
  }

  .mobile-history {
    position: absolute;
    visibility: hidden;
  }

  .desktop-history img {
    position: relative;
    visibility: visible;
  }

  .history-tab-left {
    margin-bottom: -30px;
  }

  .history-tab-right {
    margin-top: 90px;
  }

  #nowPlaying {
    display: block;
  }

  .title {
    display: block;
  }

  .stationSearch .input-group {
    justify-content: flex-start !important;
  }
  .page-title h1 {
    font-size: 40px !important;
    padding: 50px 0;
  }
}

/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
  .main-content {
    margin-top: 189px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .footerLogo {
    width: 70%;
  }

  li.footerLinkHeader {
    margin-top: 0;
    font-size: 24px;
  }

  .small-screen-announcers {
    display: none;
  }

  .medium-screen-announcers {
    display: none;
  }

  .large-screen-announcers {
    display: flex;
  }

  .rejoiceStation,
  .otherStations,
  .outages {
    display: inline-block;
  }

  .stationThumbnail {
    display: inline-block;
    width: 67px;
  }
  .horton-portrait {
    margin: 10px 0px 80px 30px;
  }
  .btn.signUp {
    min-width: 150px;
  }
  .dropdown-menu {
    border-color: #e9ecef;
    border-radius: 0;
  }
  .page-title h1 {
    font-size: 60px !important;
  }

}

/* ------------- Mobile Table -------------- */
		
        @media (min-width:992px) {
            .text-lg-nowrap {
                white-space: nowrap;
            }		
        }
		
		
		 @media (min-width:767px) {		
		
		.mobileTableLabel {
			display: none;
		}
				}
		
		
		
		@media (max-width: 768px) {
    .mobileTableLabel {
		font-weight: bold;}
		  .DataTable {
        margin: 0 auto;
        width: 100%;
        border-collapse: collapse;
        font-weight: 100;
        text-rendering: optimizeLegibility;
        border-radius: 5px;
    }

    .DataTable thead th{
        font-weight: 600;
    }

    .DataTable thead th, .DataTable tbody td{
        padding: 8px;
        font-size: 15px;
    }

    .DataTable tbody td {
        padding: 8px;
        font-size: 15px;
    }

    .DataTable tbody tr:not(:last-child) {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .DataTable .HeaderRow, .DataTable thead {
        display: none;
    }

    .DataTable tbody td{
        display: block;
        padding: .6rem;
        text-align: left;
    }

    .DataTable tbody tr td:first-child{
        border-top: 2px #5a5a5a solid;
    }

    .DataTable tbody td span{
        display: block;
    }

    .DataTable .tdaligncenter {
        text-align: left;
    }

    .DataTable tr td:nth-child(even){
        background: #ffffff;
    }

   

    .DataTable tfoot td {
        display: block;
        text-align: left;
        background-color: #e9ecef !important;
        border: 0;
    }

    .DataTable tfoot tr td:first-child {
        border-top: 2px #5a5a5a solid;
    }
}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
    
  .rejoiceLogo img {
    width: 247px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  span.title {
    display: inline-block;
  }

  .footerLogo {
    width: 70%;
  }

  li.footerLinkHeader {
    margin-top: 0;
    font-size: 24px;

  }
  .btn.signUp {
    min-width: 150px;
  }
  .page-title h1 {
    font-size: 60px !important;
  }
}