@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

/*=== COLORS ===*/
.darkestpurple {background-color: #763880;} 
    .darkestpurple a.btn-transparent:focus,
    .darkestpurple a.btn-transparent:hover {color: #763880;}
    @media (max-width: 991px) {
        .darkestpurple .btn {border: 2px solid #763880;}
        .darkestpurple .btn {background-color: #763880;}
    }    
.darkestnavy {background-color: #355997;} 
    .darkestnavy a.btn-transparent:focus,
    .darkestnavy a.btn-transparent:hover {color: #355997;}
    @media (max-width: 991px) {
        .darkestnavy .btn {border: 2px solid #355997;}
        .darkestnavy .btn {background-color: #355997;}
    }  
/*============*/    
    


/*----- STYLES FOR LISTS -----*/

.ul--links a {text-decoration: underline;}
.ul--no-bullets {list-style:none; padding-left:0;}

/*===== VACCINE PREREGISTRATION =====*/

.btn-preregister {display: block;} /* used on Vaccine home page */
@media screen and (min-width: 400px) {
    .btn-preregister {width: 300px;}
}

#preregistration-main hr {display: none;}

#preregistration-main .btn-healthcare { /* for modal behind main Prereg button, changes to white button so 1B/1C btn is primary call-to-action */
    background-color: transparent;
    color: #337ab7;
}
#preregistration-main .btn-healthcare:hover,
#preregistration-main .btn-healthcare:focus {
    background-color: #337ab7;
    color: #FFF;
}

.modal-body button.close { /* use for Close button within modal content */
        float:none;
        opacity: 1;
        color: #fff;
        text-shadow: none;
        background-color: #337ab7;
        border: 2px solid #2e6da4;
        padding: 10px 16px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 6px;
    }
.modal-body .close:hover {
        opacity: 1;
        font-weight:bold;
        color: #337ab7;
        background-color: #FFF;
        border: 2px solid #337ab7;
}

/*----- Icons/Images -----------*/

.icon-facecovering::before {content: url("/covid19/Resources/Images/icons/mask_icon_navy_resting.png");}
.icon-facecovering:focus::before,
.icon-facecovering:hover::before {content: url("/covid19/Resources/Images/icons/mask_icon_charcoal_hover.png");}
    
/*----- Section Navigation -----*/

ul.reopening-nav  {
    list-style-type:none; 
    padding-left: 0;
}

ul.reopening-nav li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #ccc;
}
    
@media screen and (max-width:991px) {
    ul.reopening-nav li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
}

/*----- Section Navigation - Horizonal display -----*/

/*
.reopening-home {text-align: center;}
.reopening-home ul.reopening-nav li.reopening-nav__home {display: none;}

@media (min-width: 992px) {
    .reopening-home {text-align: center;}
    .reopening-home ul.reopening-nav {    
        list-style: none;
        margin: 0 0 10px 10px;
        padding: 0;
        display: inline;
    }
    .reopening-home ul.reopening-nav > li {
        display: inline-block;
        padding-left: 0;
        margin: 0 7px 5px 0;
        border-bottom: none;
    }
    .reopening-home ul.reopening-nav > li:after {
        content: "|";
        margin-left: 10px;
        color: #ccc;
    }
    .reopening-home ul.reopening-nav > li:last-child:after {
        content: "";
        margin: 0;
    }
}
@media (max-width: 991px) {
    .reopening-home {text-align: left;}
    ul.reopening-nav  {
        list-style-type:disc;
        margin-left: 25px;
        margin-bottom: 20px;
    }
    ul.reopening-nav li {
        padding: 0;
        border-bottom: none;
    }
}
*/

.btn-mobile {float: right;}

.databar {
    background-color: #25262c;
    margin-top: 5px;
}

.databar .row {
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 0;
    display: flex;
    /*
    justify-content: center;
    align-items: center;
    column-gap: 30px; 
    */
    color: #fff;
}
.databar__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    }
@media (max-width: 1199px) {
    .databar__number {font-size: 4.5em;}
}
.databar__number {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 3.4em;
    margin-right: 7px;
    }
@media (min-width: 992px) and (max-width: 1199px) {
    .databar__number {font-size: 2.8em;}
}
@media (min-width: 585px) and (max-width: 625px) {
    .databar__number {font-size: 4em;}
}
@media (min-width: 495px) and (max-width: 584px) {
    .databar__number {font-size: 3em;}
}
@media (min-width: 455px) and (max-width: 494px) {
    .databar__number {font-size: 2.5em;}
}
@media (min-width: 410px) and (max-width: 454px) {
    .databar__number {font-size: 2em;}
}
@media (max-width: 409px) {
    .databar__number {font-size: 1.5em;}
}

.databar__label {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-right: 10px;
    }

a.databar__btn:focus,
a.databar__btn:hover {
    color: #25262c;
}

@media (max-width: 991px) {
    .databar .row {display: block; margin-left: 0; margin-right: 0;}
    .databar__btn {
        display: block;
        width: 100%;
        padding: 10px 16px; /* apply btn-lg styles */
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
        }
}

.featuredcontent .col-md-6,
.featuredcontent .col-xs-12{margin-bottom: 20px;}
.featuredcontent p a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 2.1em;
    line-height: normal;
    text-decoration: none;
}
.featuredcontent p a:focus,
.featuredcontent p a:hover {text-decoration: underline;}

.featuredblock {
    background-color: #e7ecf2;
    padding: 5px 15px 15px 15px;
    margin-bottom: 15px;
    text-align: left
}

.featuredblock p {
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;}

.featuredblock p a {
    font-weight: 900;
    font-size: 1.3em;
    margin: 20px 0 0 0;
}

.featuredblock i {
    /* margin-top: -10px; */
    float: right;
}

.featuredblock p a,
.featuredblock p a:focus,
.featuredblock p a:hover {text-decoration: none;}

/*
.featuredblock img {
    width: 75px;
    margin-top: 10px;
    float: right;
    }
    
.featuredblock__img--hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    }
.featuredblock__img--hover:hover,
.featuredblock__img--hover:focus {
        display: inline;
}
*/  

.featuredblock__h { 
    display: block;
     margin-top: 5px;
}
@media (min-width: 768px) {
    .featuredblock {
        text-align: center;
        height: 160px;
    }
    
    .featuredblock p {margin-top: 0; margin-bottom: 2px;}
    
    .featuredblock i {
        float: none;
        display: block;

    }
    .featuredblock i {margin: 10px auto 0 auto;}
    
    /*
    .featuredblock img {
        margin: 20px auto 10px auto;
        }
    */
}

.featuredquestion {
    margin: 10px 0;
}
.featuredquestion p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 2.1em;
    line-height: normal;
}

.twitter-name {font-size: .7em;}
.twitter-footer {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .featuredquestion {background-color: transparent;}
}
.featuredquestion > div {padding: 40px 15px;}

.featuredquestion p {
    margin-top: 0;
    color: #FFF;
    font-weight: 500;
}

.homepage-promo__box {
    color: #FFF;
    margin-bottom: 20px;
    padding: 20px;
    height: 150px;
}
.homepage-promo__box p {font-size: 1.2em;}

.homepage-promo__box--gethelp {
    background-color: #1B7DB6;
}
.homepage-promo__box--givehelp {
    background-color: #373737;
}

.homepage-news ul {
    list-style: none;
    margin-left: -40px;
}
.homepage-news li {margin-bottom: 10px;}

@media (max-width: 991px) {
    .featuredquestion > div {
        padding: 0;
    }
/*
    .featuredquestion .btn {
        border: 2px solid #355997;
        background-color: #355997;
    }
    .featuredquestion a.btn:focus,
    .featuredquestion a.btn:hover {
        color: #355997;
    }
*/
    .homepage-promo img,
    .homepage-promo__box p {display: none;} 
    .homepage-promo__box {
        padding: 0 0 10px 0;
        height: auto;
    }
    .homepage-promo__box--gethelp,
    .homepage-promo__box--givehelp {
        background-color: transparent;
    }
    .homepage-promo__box--gethelp .btn {
        border: 2px solid #00aeef;
        background-color: #00aeef;
        margin-bottom: 10px;
    }
    .homepage-promo__box--gethelp a.btn:focus,
    .homepage-promo__box--gethelp a.btn:hover {
        color: #00aeef;
    }
    .homepage-promo__box--givehelp .btn {
        border: 2px solid #373737;
        background-color: #373737;
    }
    .homepage-promo__box--givehelp a.btn:focus,
    .homepage-promo__box--givehelp a.btn:hover {
        color: #373737;
    } 
    
    .btn-transparent:hover,
    .btn-transparent:focus {
        background-color: #FFF;
    }

    .btn-mobile {
        float: left;
        width: 100%;
        margin-right: -15px;
        text-align: left;
    }
 
}

.div-info-box {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    padding: 20px;
}

@media (min-width: 1200px) {
    .video-news {width: 560px; height: 315px;}
}



/*----- Step-by-step numbered instructions -----*/

.step-number {
    display: flex;
    align-items: center;
}
.step-number__number {
    width: 50px;
    height: 50px;}
.step-number__number--detail {
    font-size: 2em;
    font-weight: bold;
    background: #555;
    color: #fff;
    padding: 10px 17px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.step-number__title {padding-left: 10px;}
.step-number__title h3 {margin:0;}
.step-content {
    margin-left: 25px;
    border-left: 1px dashed #666;
    padding: 10px 0 10px 35px;
}
.step-content h4 {margin-top: 0;}

/*----- Option divider -----*/

.option-divider {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.option-divider__content {
    font-size: 2em;
    font-weight: bold;
    background: #555;
    color: #fff;
    padding: 20px 5px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
}

/* vertical divider lines for desktop display */
.option-divider--above {
    border-left: 1px dashed #666;
    margin-left: 35px;
    margin-bottom: 10px; 
    padding: 0 0 30px 0;
}
.option-divider--below {
    margin-left: 35px;
    border-left: 1px dashed #666;
    padding: 0 0 30px 0;
    margin-top: 10px;
}

/* horizontal divider lines for mobile display */
@media (max-width: 767px){
    .option-divider {
        flex-direction: row; 
        justify-content: center;
        margin: 20px 0;
    }
    .option-divider--above {
        margin-top: 25px;
        margin-right: 25px;
        margin-left: 0;
        border-left: none;
        border-top: 1px dashed #666;
        margin-bottom: 0;
        width: 25%;
    }
    .option-divider--below {
        margin-top: 25px;
        margin-left: 25px;
        border-left: none;
        border-top: 1px dashed #666;
        width: 25%;
    }
}

/*----- accordion styles -----*/
    
.panel-plus-link {padding: 0 10px;}

.panel-plus-link a {padding-top: 0 !important; padding-bottom: 0px !important;}

/*
.panel-heading {font-size: 16px;}
*/

.panel-heading.panel-plus-link > a, .panel-heading-link > a {padding-left: 0px;}

.panel-group .panel > .panel-heading.panel-plus-link a.collapsed:before {
    font-size: 16px;
    float: right;
}

.panel-group .panel > .panel-heading.panel-plus-link a::before {
    font-size: 16px;
    float: right;
}

.panel-heading.panel-plus-link h2 > a,
.panel-heading.panel-plus-link h3 > a {
    padding-left: 0;
    width: 100%; 
    display: block; 
}

.panel-plus-link h2 {font-size:2em;}
.panel-plus-link h3 {font-size: 1.2em;}

@media screen and (max-width:768px) {
    .panel-plus-link h2 {font-size: 1.7em;}
    .panel-plus-link h3 {font-size: 1.4em;}
}

.panel-default .panel-heading, .panel-default .panel-footer {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* adjustment for Covid-19 site */
.panel-group .panel > .panel-heading.panel-plus-link a.collapsed::before {float: left;}
.panel-group .panel > .panel-heading.panel-plus-link a::before {float: left;}


/*----- Data Dashboard page -----*/

ul.status-key {display: inline;}
ul.status-key li {
    display: inline-block; 
    margin-right: 30px;
    margin-left: 5px;
    
}

.fa-status {
font-weight: bold;
border: 1px solid black;
width: 20px;
height: 20px;
display: inline-block;
}

.fa-status--progress {
background-color: #f5e101;
border-radius: 50%;
}
.fa-status--met {background-color: #00cc00;}

/*----- News page -----*/

.video-caption {
          font-weight:700;
          padding:10px;
          text-align:center;
          margin-left:-10px;
          font-size: 1.1em;
      }
.news-ul {margin-left: -25px;}

/*----- Responsive Table -----*/

@media only screen and (max-width: 767px) {    
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
        } 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        }
        .table-responsive {border: none;}
    #no-more-tables tr { border-bottom: 1px solid #ccc; }
	#no-more-tables tr:last-child { border-bottom: none; }
	#no-more-tables th {border-top: none; border-right: none; border-left: none;}
	#no-more-tables th.th--heading {border: 2px solid black;}
	#no-more-tables td {
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 30%;
		white-space: normal;
		text-align:left;
	}
	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/* top: 6px; */
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}    
	/* Label the data */
	#no-more-tables td:before { content: attr(data-title); }}

}
    
/*----- Reopening -----*/

.activityFilter__heading {display: inline;}

.reopening-homepage #accordion .panel-plus-link {font-size:1.2em;}
@media screen and (max-width:768px) {
    .reopening-home .panel-plus-link  {font-size: 1.2em;}

}
.reopening-homepage #accordion .panel {box-shadow:none;}

.reopening-homepage #accordion .panel-phase .panel-heading {
    border: 1px solid #ccc;
    background-color: transparent;
}

.reopening-homepage #accordion .panel-phase2 .panel-heading {
    color: #fff;
    background-color: #E42C0C;
}

/*
    Phase 1 heading: #ED2578;
    Phase 2 heading: #E42C0C;
    Phase 3 heading: #D37903;
*/

.reopening-homepage #accordion .panel-phase .panel-title {
    text-transform: uppercase;
    font-weight: bold;
    }


/*----- Testing details -----*/
@media (min-width: 768px) {
    .test-appointments {
    display: flex;
    align-items: center;
    }
}
.test-appointments {
    background-color: #f4f4f4;
    padding: 20px 0;
    margin-left: 0;
    margin-right: 0;
}
.test-appointments p {
    font-size: 18px;
    font-weight: bold;
}

/*----- Test Appointment Scheduler -----*/

#location-list h3,
#location-list h4 {font-weight: 700;}
#location-list p {padding-bottom: 10px;border-bottom:1px solid #ccc;}

.h--scheduler {
    background-color: #eee;
    padding: 10px;
}
.scheduler__consent {
    border: 3px solid #ff0000; 
    padding: 10px; 
    margin-bottom: 10px;
}

/*-----Vaccine  -----*/

.modal-content h1 {font-size: 2em; border-bottom: none;}
.modal-content h2 {font-size: 1.5em;}

.row__doses {text-align: center;}

.doses__label {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}
.doses__number {font-size: 2.5em;}

@media (min-width: 768px) {
    .doses__number {font-size:3em;}
}


/*----- Site Footer -----*/

.covid-sitefooter {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.covid-sitefooter h3 {font-size: 1.2em;}

/*  Translation Include File */

.translations {
    text-align: center;   
    margin-top: 20px;
    margin-bottom: 5px;
}
.translations--homepage {
    text-align: center;
    margin: 30px 0 5px 0;
    }
    
ul.translation__list {
    list-style: none;
    padding: 0;
    display: inline;
}
ul.translation__list > li {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 5px 0;
}
ul.translation__list > li::after {
    content: "|";
    margin-left: 10px;
    color: #bbb;
}
ul.translation__list > li:last-child:after {
    content: "";
    margin: 0;
}

#googleLabel{
    font-weight: normal;
}

/* for Google Translate widget */

.goog-te-gadget {color: #000 !important;}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    color: #FFF;
}
.goog-te-combo option {
    color: #000 !important;
    background-color: #fff !important;
}
