﻿/* Alerts */

.dropdown-menu {
    top: 24px;
    left: -1px;
    min-width: 80px;
    background: #DBE6EB;
    width: 160px;
}


    .dropdown-menu > li > a {
        white-space:pre-wrap;
        padding: 6px 14px;
        font-size: 12px;

    }

.iconAlert-bar {
    color: white;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 0px;
    background-color: white;
}

span.iconAlert-bar + span.iconAlert-bar {
    margin-top: 2px;
}

.alertContainer {
    position: absolute;
    background-color: #CC6828;
    border-radius: 0px 0px 10px 10px;
    width: 160px;
    z-index: 100;
}
    .alertContainer :hover {
        background-color: #003366;
        border-radius: 0px 0px 10px 10px;
    }

@media (min-width: 1px) {
    .alertContainer {
        float: right;
        right: 5px;
    }

    .alertTitle {
        color: white;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 0px;
        cursor:pointer;
    }
        
}

@media (min-width: 768px) {
    .alertContainer {
        left: 48%;
    }
        
}

/* Carousel */

.slide {
    background-color: rgb(50, 163, 211);
    padding-left:60px;
}

.slide > a{
    display:inline-block;
}

div.slide img{
    padding-left:10px;
}




@media (max-width: 1250px) {
    .carouselBarTop {
        display: none;
    }

    .carouselBarBottom {
        display: none;
    }
}

@media (min-width: 1050px) {
    .carouselBarTop {
        width: 87%;
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 2px;
        background-color: white;
    }

    .carouselBarBottom {
        width: 87%;
        margin-bottom: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 2px;
        background-color: white;
    }
}


/* Header */
.espanolContainer > div > a {
    margin: 2px;
}
@media (min-width: 1px) {


    #banner {
        background-repeat: no-repeat;
        background-color: #32a3d3;
        background-image: url('https://esdorchardstorage.blob.core.windows.net/esdwa/Default/Site/smallEsdbanner.PNG');
        background-size: 190px;
        background-position: 0px 10px;
        height: 97px;
    }



    .espanolContainer {
        position: relative;
        right: 5px;
    }


    .searchBoxMobile {
        position: absolute;
        top: 135px;
        right: 2px;
        visibility: visible;
        display: block;
    }

    .searchBox {
        margin-bottom: 0;
    }

    #mobileSearch {
        display: none;
    }

    .clickableBackground {
        display: block;
        height: 97px;
        width: 190px;
        float:left;
        text-indent:-900px;
    }
}

    .espanolContainer {
        position: relative;
        top: 5px;
        text-align:right;
    }


.espanolLink {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: bold;
}



@media (min-width: 768px) {

    #banner {
        background-repeat: no-repeat;
        background-color: #32a3d3;
        background-image: url('https://esdorchardstorage.blob.core.windows.net/esdwa/Default/Site/esdbanner.PNG');
        background-size: 450px;
        background-position: 0px 10px;
        height: 97px;
    }

    .searchBoxMobile {
        visibility: hidden;
    }

    .searchBox {
        position: relative;
        top: 10px;
        visibility: visible;
    }
    
    #searchTextBox {
        display: block;
    }

    .clickableBackground {
        display: block;
        height: 97px;
        width: 450px;
        float:left;
        text-indent:-900px;
   }
}



.search-query {
    padding-left: 5px;
    /*background-image: url('https://esd.wa.gov/Media/Default/Site/searchbutton.png');
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 20px;*/
}

.navbar-search .search-query:focus, .navbar-search .search-query.focused {
    padding-left: 30px;
    background-position: 13px 9px;
}


.headerClass {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

/* Footer CSS*/

.footerContainer {
    width: calc(20% + 100px);
    margin: 0 auto;
   
}

.footerRow {
    width: 83%;
    margin: 35px auto;
}

.footerRowOtherLanguages {
    margin: 35px auto;
}

#q {
    height: 39px;
    /*min-width:250px;*/
}
@media (min-width: 1px) {

    .footerOtherLanguagesContainter {
        width: calc(100% / 4 - 4px);
        margin: 0 auto;
        display: inline-block;
    }

        .footerSection {
            position:relative;
        width: 50%;
        float: left;
       min-height:230px;
    }

    .footerRow {
        width: 90%;
        margin: 35px auto;
    }
    .search-bar {
        padding: 0 0;
        position: absolute;
        margin: 0 0 0 0;
        width: 100%;
    }

    #q {
        width: 100%;
    }
}


@media (min-width: 768px) {

    .footerOtherLanguagesContainter {
        width: calc(100% / 7 - 4px);
        margin: 0 auto;
        display: inline-block;
    }

        .footerSection {
        width:  20%;
        float: left;
    }

          .footerRow {
        width: 90%;
        margin: 35px auto;
    }

}


@media (min-width: 1024px) {

     .footerOtherLanguagesContainter {
        width: calc(100% / 14 - 4px);
        margin: 0 auto;
        display: inline-block;
    }

     .footerSection {
        width:  20%;
        float: left;
    }

    .search-bar {
        /* margin-top: 0px; */
        width: 300px;
        margin-bottom: 10px;
    }
 
    .footerRow {
        width: 83%;
        margin: 35px auto;
    }

}

.footerHeaders {
    color: #555452;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}


.footerRow a, .footerRow a:hover {
    color: #646463;
    font-size: 14px;
    text-decoration: none;
}

#footerOtherLanguages {
    color: #575656;
    text-align: center;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}


.footerOtherLanguagesLink a {
    color: #646463;
    font-size: 12px;
    text-decoration: none;
}

/* Menu Navigation */

#activeNavigation {
    padding: 7px 0px 0px 13px;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.navCustom-pills {
    text-transform: uppercase;
    width: 100%;
    background-color: #00446B;
    margin-right: auto;
    height: 35px;
}


    .navCustom-pills > li > a {
        border-radius: 0;
        color: #fff;
        height: 35px;
    }

    .navCustom-pills > li.active > a, .navCustom-pills > li.active > a:hover, .navCustom-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #32a3d3;
        height: 35px;
    }

.nav > li > a:hover, .nav > li > a:focus {
    background-color:#CC6828;
}

.navbar-toggle {
    padding: 4px 10px;
}

#searchToggle.navbar-toggle {
    margin:2px 0px 0px 0px;
}

/*.row {
    margin-right: -15px;
    margin-left:-15px;
}*/

@media (min-width: 1px) {

    .navContainer {
        height: 100%;
    }

    .nav > li > a {
        padding:7px 10px;
    }



    #activeNavigation {
        display: block;
    }

    .navCustom-pills {
        padding-left: 0px;
        height:100%;
    }

        .navCustom-pills > li {
            float: none;
            font-weight: bold;
            letter-spacing: .06em;
            text-align: left;
            background-color: #00446B;
            border-top: 1px solid white;
            font-size: 14px;
        }
    
 
}

@media (min-width: 768px) {
  


    #activeNavigation {
        display: none;
    }

    .navCustom-pills > li {
        float: left;
        font-weight: bold;
        letter-spacing: .03em;
        text-align: center;
        background-color: #00446B;
        border: none;
    }


        .navCustom-pills > li + li {
            border-left: 1px solid #fff;
        }

        .navCustom-pills > li.active + li {
            border-left: none !important;
        }

        .navCustom-pills > li.active {
            border-left: none !important;
        }

    .navCustom-pills li.active a {
        top: -5px;
        height: 35px;
        color: white;
        display: block;
        border-right: 0px;
        padding-top: 15px;
    }


    .in {
        position: relative;
        height: 0;
        overflow: hidden;
    }


    .navCustom-pills li.active {
        background-color: #32A3D3;
    }


    .navCustom-pills {
        padding-left: 0px;
        height: auto;
        width: 110%;
    }

    .nav > li > a {
        padding-right: 7px;
        padding-left: 7px;
        padding-top: 10px;
        font-size: 12px;
    }
}

@media (min-width: 1150px) {
    .nav > li > a {
        padding-right: 12px;
        padding-left: 12px;
        padding-top: 8px;
        font-size: 12px;
    }

     .navCustom-pills li.active a {

        padding-top: 13px;
    }
}



.navbar-header {
    background-color: #00446B;
}

.navbar-collapse {
    padding: 0px;
}

.icon-bar {
    background-color: #fff;
}

/* Aside Menu */

.navAside {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.navAside>li {
    position: relative;
    display: block;
    width: 75%;
}
    .navAside > li > a {
        position: relative;
        display: block;
        padding: 3px 3px;
        color: black;
        font-size: 14px;
    }
.navAside>li>a:hover, .navAside>li>a:focus {
    text-decoration: none;
    background-color: #EFF7F9;
}
.navAside>li.disabled>a {
    color: #999999;
}
.navAside>li.disabled>a:hover, .navAside>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.navAside .open>a, .navAside .open>a:hover, .navAside .open>a:focus {
    background-color: #eeeeee;
    border-color: #008cba;
}
.navAside .navAside-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.navAside>li>a>img {
    max-width: none;
}


.navAside-pills>li {
   width:240px;
}
.navAside-pills>li>a {
    border-radius: 0;
}

.navAside-pills>li.active>a, .navAside-pills>li.active>a:hover, .navAside-pills>li.active>a:focus {
    background-color: rgb(246, 251, 254);
}

.asideHeader {
    color: rgb(50, 163, 211);
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 3px;
}

div .asideBars {
    padding: 0px;
    margin: 1px;
    height: 5px;
    background-color: rgb(50, 163, 211);
    width: 240px;
}

div .asideContainer {
    width: 100%;
}

.navbar-collapse > li {
    float: none !Important;
    text-align: left !Important;
}

/*  Column/Row Adjustments  */



@media (min-width: 1250px) {
    .container {
        width: 1100px;
    }
}



.input-font{
    font-size:11pt;
    font-weight:bold;
}

@media (max-width: 1419px) {

    .media-library-main-list-overlay {

        display: block !important;

        top: auto !important;
    }

}

@media (max-width: 1190px) {

    .media-library-main-list-overlay {

        display: block !important;

        top: auto !important;

    }

}

.noSidePadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.topCovidAlert {
    padding-top: 3%;
    padding-bottom: 20px;
    font-size: x-large;
    color: #ffffff;
    background-color: #ca6b27;
    text-align: center;
}
.bottomOrangeAlert {
    height: 240px;
    margin-top: -35px;
    background-color: #cc6828;
    text-align: left;
    color: white;
}
.backWhite {
    background-color: white;
    padding-top: 30px;
    padding-right:30px;
    padding-left:30px;
    padding-bottom:20px;
    margin-left: 1px;
    margin-right: 1px;
}
.backGrey {
    background-color: #f2f2f2;
    padding: 30px;
    margin-left: 1px;
    margin-right: 1px;
}
.noBottomPadding{
    padding-bottom:0px;
}
.marginTop6{
    margin-top:6px;
}
.marginTop20{
    margin-top:20px;
}

.marginTopNeg23{
    margin-top:-23px;
}
.paddingRight3{
    padding-right:3px;
}
.paddingLeft3{
    padding-left:3px;
}
.homepageWhiteBox {
    height: 100%;
    padding: 15px;
    background-color: white;
    text-align: left;
    color: #00446b;
}
.homepageBlueBox {
    height: 100%;
    padding: 60px;
    background-color: #00446b;
    text-align: left;
    color: white;
}
.sameHeight {
    display: flex;
 

}
.flexWrap {
    flex-wrap: wrap;

}
.flexForSafari {
    margin: 0 -1px;
}
.spanishLink {
    text-decoration: underline;
    font-weight: bold;
    margin-top: 4%;
    color: white;
}

.searchInput{
    width:90%;
}
.font48 {
    font-size: 48px;
}

.esdOrangeBackground {
    background-color: #cc6828;
}

.esdBlueBackground {
    background-color: #00446b;
}

.esdBlueColor {
    color: #00446b;
}

.esdOrangeColor {
    color: #cc6828;
}

.faqMidBold {
    color: #00446b;
    font-size: 22px;
}
.keepHeight{
    height:10rem;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(30%);
}

.gutter {
   margin-left:50px;
   width:700px;
}

.guideHeaderFour {
    color: #267b82;
}

.guideBackgroundContainerFour {
    background-color: #d9f3f4;
}

.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

    .rotate.down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
@media screen and (max-width: 1200px) and (min-width: 991px) {

    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(100%);
    }
    .keepHeight {
        height: 14rem;
    }
    .spanishLink {
        text-decoration: underline;
        font-weight: bold;
        margin-top: 4%;
        color: white;
    }

   
    .gutter {
        margin-left: 10rem;
    }

    .fullWidth {
        width: 100%;
    }

    .sameHeight {
        display: flex;
    }

    .paddingRight3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .paddingLeft3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .navCustom-pills {
        padding-left: 0px;
        height: auto;
        width: 100%;
    }

    .guideContainer {
        height: 100% !important;
    }
   
}

@media screen and (max-width: 990px) and (min-width: 768px) 
 {
    .keepHeight {
        height: 14rem;
    }
    .spanishLink {
        text-decoration: underline;
        font-weight: bold;
        margin-top: 5%;
        color: white;
    }
   
    .ipadCollapse{
        width:60% !important;
    }
    .gutter {
        margin-left: 0rem;
    }
    .fullWidth {
        width:100%;
    }
    .sameHeight {
        display: flex;
    }

    .paddingRight3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .paddingLeft3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .navCustom-pills {
        padding-left: 0px;
        height: auto;
        width: 100%;
    }
    .guideContainer{
        height:100% !important;
    }
}


@media screen and (max-width: 770px) and (min-width: 300px) {
    .TextInfoSide {
        padding: 10px;
    }
    .keepHeight {
        height: 20rem;
    }
    .gutter {
        margin-left: 0rem;
        width:100%;
    }
    .spanishLink {
        text-decoration: underline;
        font-weight: bold;
        margin-top:9%;
        color:white;
    }
    .clickableBackground {
        display: block;
        height: 97px;
        width: 80%;
        float: left;
        text-indent: -900px;
    }
    .mobilPaddingRL{
        padding-right:5px;
        padding-left:5px;
    }
    .fullWidth {
        width: 100%;
    }
    .homepageBlueBox {
        height: 100%;
        padding: 60px;
        background-color: #00446b;
        text-align: left;
        color: white;
        width:100%;
    }
    .sameHeight {
        display: block;
    }
    .paddingRight3 {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .mobileTopBottomMargin{
        margin-top:5px;
        margin-bottom:5px;
    }
    .paddingLeft3 {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 5px;
    }
    .bottomOrangeAlert {
        height: 280px;
        margin-top: -35px;
        background-color: #cc6828;
        text-align: left;
        color: white;
    }
    
}
