﻿/* get educated header and banners */
.get-educated-header {
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    
}
.get-educated-alternate-header {
    color: #ffffff;
    text-align: center;
    box-sizing: border-box; 
}
.get-educated-alternate-header h1{
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 20px;
}
.get-educated-header > h1 {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 20px;
}
.get-educated-header > p {
    max-width: 670px;
    margin: 0 auto;
    font-size: 1.5em;
}

@media only screen and (max-width: 780px) {
    .get-educated-header > h1 {
        font-size: 2em;
    }
    .get-educated-header > p {
        font-size: 1em;
    }
    .get-educated-city-filter-fixed {
    top: 110px !important;
}
}

.get-educated-main-banner {
    background-image: url('/Images/Home/banner_Generic.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
    padding-top: 200px;
    background-size: cover;
}
.get-educated-description-banner {
    background-image: url('/Images/Home/banner_Generic.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
    padding-top: 200px;
    background-size: cover;
}

/* get educated jump nav */
.get-educated-nav {
    width: 100%;
    height: 50px;
    background-color: #ececec;
    text-align: center;
}
.get-educated-nav > ul {
    display: block;
    list-style-type: none;
}
.get-educated-nav > ul > li {
    display: inline;
}
.get-educated-nav > ul > li + li:before {
    content: ' | ';
    padding: 0 10px;
    font-size: 0.8em;
    height: 0.8em;
    line-height: 0.8em;
}
.get-educated-nav > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 10px;
    font-size: .8em;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
}
.get-educated-nav > ul > li > a:hover {
    color: #00aeef;
}

.get-educated-section {
    margin-top: 0px;
    position: relative;
    min-height: 300px;
    
}
.get-educated-section-marker {
    right: 0px;
    position: absolute;
    transform: rotate(90deg) translate(100%);
    transform-origin: top right;

    width: 300px;
    height: 50px;
    margin-bottom: 50px;
    text-align: center;
    border-top: solid 7px #00aeef;
    padding-top: 20px;

    font-size: 0.7em;
    letter-spacing: 0.2em;
}
.get-educated-section-marker > span:first-child {
    color: #00aeef;
}

@media (max-width: 1200px) {

    .get-educated-section-marker {
        display: none;
    }

}


/* get educated city filter */
.get-educated-city-filter {
    background-color: white;
    border: solid 1px #cccccc;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    position: absolute;
    z-index: 3;
}
.get-educated-city-filter-fixed {
    position: fixed;
    top: 150px;
}
.get-educated-city-filter > div {
    margin-top: 20px;
    margin-bottom: 5px;
}
.get-educated-city-filter > div:first-child {
    margin-top: 0px;
}
.get-educated-city-filter > ul {

}
.get-educated-city-filter > ul > li {
    font-size: 13px;
    padding: 5px;
    list-style: none;
}
.get-educated-city-filter > ul > li > label {
    padding-left: 10px;
}
.get-educated-city-filter > span {
    font-size: 12px;
}
#slideout-filter {
    padding: 20px;
    left: -10px;
    transform: translateX(-100%);
    transition: 0.4s ease all;
}
.open {
    transform: translateX(0)!important;
}
.toggle-btn {
    position: absolute;
    right: -92px;
    top: 70px;
    transform: rotate(90deg);
    background-color: #00b6cb;
    padding: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #ffffff;
    font-weight: 600;
}
.toggle-btn i{
    font-family:fontAwesome;
    color: #ffffff;
}







/* get educated class description  */
.get-educated-descripion {

}




/* footer */
.get-educated-footer {
    background-image: url('/Images/GetEducated/banner_FooterLocationDefault.jpg');
    background-size: cover;
    background-position:center;
    height: 400px;
    color: white;
    padding-top: 100px;
    box-sizing: border-box;
}
.get-educated-footer-section {
    width: 100%;
    margin: -40px auto;
    text-align: center;
}
.get-educated-footer-section > h1 {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 20px;
}
.get-educated-footer-section p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.get-educated-text-section {
    width: 100%;
    margin: -60px auto;
    text-align: center;
}
@media(max-width:767px){
    .get-educated-footer {
    background-size: cover;
    background-position: center;
    height: 460px;
}
    .get-educated-text-section > img {
    width: 38px;
}
}



/* icons */
.icon-get-educated {
    background-image: url('../Images/Icons/iconInTouch.png');
    width: 50px;
    height: 50px;
}

/*CDPH Certification*/

.CDHP-section {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.CDHP-section > p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.2em;
    padding-bottom: 15px
}

/*Confirm Attendance*/

.confirm-attendance-section {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.confirm-attendance-section > p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.2em;
    padding-bottom: 15px
}
