﻿/* 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;

    }


.updatesAndAlertsBox ul {
    list-style: none;
    padding-left: 0;
}

.updatesAndAlertsBox li:first-child {
    margin-top: 7px;
}

.updatesAndAlertsBox li {
    margin-bottom: 7px;
}

.updatesAndAlertsBox h3 {
    margin-top: 0;
}

.updatesAndAlertsBox .page-header {
    border-bottom: 0;
}

.updatesAndAlertsBox + p {
    font-weight: 700;
}

.widget-alerts-banner {
    background-color: #CC6828;
    display: flex;
    align-items: center;
    transition: all 300ms;
}

.top-alert-close {
    margin-left: auto;
    margin-right: 20px;
    color: white;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (min-width: 1px) and (max-width: 376px) {
    .widget-alerts-banner {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.widget-alerts-banner .alerts-banner-header {
    margin: 0 0 0 auto;
    padding: 20px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .widget-alerts-banner .alerts-banner-header a:hover {
        text-decoration: underline;
    }

    .widget-alerts-banner .alerts-banner-header a,
    .widget-alerts-banner .alerts-banner-header .fa-exclamation-circle,
    .widget-alerts-banner .alerts-banner-header .num-alerts {
        font-size: 17px;
        font-weight: 600;
        color: white;
        text-transform: uppercase;
    }

    .widget-alerts-banner .alerts-banner-header .fa-exclamation-circle {
        margin-right: 5px;
    }

    .widget-alerts-banner .alerts-banner-header .num-alerts {
        margin-left: 5px;
    }

.alert.content-item {
    font-size: inherit;
    font-weight: inherit;
}

.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%;
    }
}

/* Projection Page */

.projection-page {
    margin-top: 10px;
}

/* 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://media.esd.wa.gov/esdwa/Default/Site/esdbanner.PNG');
        background-size: 550px;
        background-position: 0px 10px;
        height: 97px;
    }

    .espanolContainer {
        position: relative;
        right: 5px;
    }


    .searchBoxMobile {
        position: absolute;
        top: 135px;
        right: 2px;
        visibility: visible;
        display: block;
    }

  

    #mobileSearch {
        display: none;
    }

    .clickableBackground {
        display: block;
        height: 67px;
        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) {

  
    .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;
   }*/

    .menuRight{
        float:right;
    }
}



.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;
    height:100%;
}

.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%;
        display: flex !important;
        width: 100%;
    }

        .navCustom-pills > ul > li {
            flex: inline-block;
        }

    .nav > li > a {
        padding-right: 7px;
        padding-left: 7px;
        padding-top: 10px;
        font-size: 14px;
    }
}

@media (min-width: 1150px) {
    .nav > li > a {
        padding-right: 12px;
        padding-left: 12px;
        padding-top: 8px;
        font-size: 14px;
    }

     .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;
    }
}

.SearchBtnGroup {
    float: right;
    margin-top: 13px;
    margin-bottom: 15px;
}

.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;

    }
    .searchBox {
        float: right;
        width: 90%;
    }

    .SearchBtnGroup {
        float: right;
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

.SearchBtnGroup {
    float: right;
    margin-bottom: 15px;
}

.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;
}
.paddingRightBox{
    padding-right:3px;
}
.paddingLeftBox{
    padding-left:3px;
}
.homepageWhiteBox {
    height: 100%;
    padding: 15px;
    background-color: white;
    text-align: left;
    color: #00446b;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
.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;
}

.outlineButton {
    border-radius: 5px;
    border: 1px solid #008cba;
    background-color: white;
    color: #008cba;
    padding: 7px;
}
    .outlineButton:hover {
        background-color: #008cba;
        color: white !important;
        text-decoration: none;
    }
.outlineButtonWhite {
    border-radius: 5px;
    border: 1px solid white;
    background-color: white;
    color: #595959;
    padding: 7px;
}

    .outlineButtonWhite:hover {
        background-color: #a6a6a6;
        border: 1px solid #a6a6a6;
        color: white !important;
        text-decoration: none;
    }
.searchInput{
    width:90%;
}
.font48 {
    font-size: 48px;
}

.esdOrangeBackground {
    background-color: #cc6828;
}

.esdBlueBackground {
    background-color: #00446b;
}

.esdBlueColor {
    color: #00446b;
}

.esdOrangeColor {
    color: #cc6828;
}

.keepHeight{
    margin-bottom: 3rem;
}
.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 {
        margin-bottom: 3rem;
    }
    .spanishLink {
        text-decoration: underline;
        font-weight: bold;
        margin-top: 4%;
        color: white;
    }

    .SearchBtnGroup {
        float: right;
        margin-top: 13px;
        margin-bottom: 15px;
    }

    .searchBox {
        float: right;
        width: 90%;
    }

    .gutter {
        margin-left: 10rem;
    }

    .fullWidth {
        width: 100%;
    }

    .sameHeight {
        display: flex;
    }

    .paddingRightBox {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .paddingLeftBox {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .navCustom-pills {
        padding-left: 0px;
        height: auto;
        width: 100%;
        display: flex !important;
        width: 100%;
    }
        .navCustom-pills > ul > li {
            flex: inline-block;
        }


    .guideContainer {
        height: 100% !important;
    }
   
}

@media screen and (max-width: 990px) and (min-width: 766px) 
 {
    .keepHeight {
        margin-bottom: 5rem;
    }
    .spanishLink {
        text-decoration: underline;
        font-weight: bold;
        margin-top: 5%;
        color: white;
    }
    .navCustom-pills {
        padding-right: 15px;
    }
    .SearchBtnGroup {
        float: right;
        margin-top: 13px;
        margin-bottom: 15px;
    }

    #banner {
        background-repeat: no-repeat;
        background-color: #32a3d3;
        background-image: url('https://media.esd.wa.gov/esdwa/Default/Site/smallEsdbanner.PNG');
        background-size: 190px;
        background-position: 0px 10px;
        height: 97px;
    }
    .clickableBackground {
        display: block;
        height: 97px;
        /*width: 450px;*/
        float: left;
        text-indent: -900px;
    }
    .ipadCollapse{
        width:60% !important;
    }

    .searchBox {
        float: right;
        width: 100%;
        margin-top: 15px;
    }

    .gutter {
        margin-left: 0rem;
    }
    .fullWidth {
        width:100%;
    }
    .sameHeight {
        display: flex;
    }
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .col-lg-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .paddingRightBox{
        width: 100%;
        padding-right: 0px;
        padding-left: 3px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .paddingLeftBox {
        width: 100%;
        padding-right: 1px;
        padding-left: 3px;
    }
    .navCustom-pills {
        padding-left: 0px;
        height: auto;
        width: 100%;
    }
    .guideContainer{
        height:100% !important;
    }
    .bx-wrapper .bx-controls-direction a {
        margin-right: 10px;
        margin-left: 10px;
    }
}


@media screen and (max-width: 765px) and (min-width: 300px) {
    .TextInfoSide {
        padding: 10px;
    }
    .keepHeight {
        margin-bottom: 5rem;
    }
    .navCustom-pills{
        padding-left:15px;
    }
    .gutter {
        margin-left: 0rem;
        width: 100%;
    }
    .SearchBtnGroup {
        float: right;
        margin-top: 3px;
        margin-bottom: 15px;
        width: 100%;
    }
    .cultureLinks{
        margin-right:20px;
    }
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .eserviceLogin {
        width: 48%;
    }
    .selectLanguageBtn {
        width: 46%;
    }

    .spanishLink {
        text-decoration: underline;
        font-weight: bold;
        margin-top: 9%;
        color: white;
    }

    .searchBox {
        float: right;
        width: 100%;
        margin-top: 15px;
    }

      #banner {
        background-repeat: no-repeat;
        background-color: #32a3d3;
        background-image: url('https://media.esd.wa.gov/esdwa/Default/Site/esdbanner.PNG');
        background-size: 380px;
        background-position: 0px 10px;
        height: 97px;
    }

    .clickableBackground {
        display: block;
       /* height: 97px;*/
        width: 80%;
        float: left;
        text-indent: -900px;
    }
    .mobilPaddingRL{
        padding-right:5px;
        padding-left:5px;
    }
    .fullWidth {
        width: 100%;
    }
    .selectLanguageBtn{
        
    }

    .homepageBlueBox {
        height: 100%;
        padding: 20px;
        background-color: #00446b;
        text-align: left;
        color: white;
        width: 100%;
    }
   
    .noLRpadMarg {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .sameHeight {
        display: block;
    }
    .paddingRightBox {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .mobileTopBottomMargin{
        margin-top:5px;
        margin-bottom:5px;
    }
    .paddingLeftBox {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 5px !important;
    }
    .bottomOrangeAlert {
        height: 280px;
        margin-top: -35px;
        background-color: #cc6828;
        text-align: left;
        color: white;
    }
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .container > .navbar-header {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
   
    .col-lg-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

/* default heading styles */

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h2, h3, h4, h5, h6, p {
    color: inherit;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 39px !important;
    color: #cc6828 !important;
}

h2 {
    font-size: 32px !important;
}

h3 {
    font-size: 26px !important;
}

h4 {
    font-size: 19px !important;
}

h5 {
    font-size: 15px !important;
}

h6 {
    font-size: 13px !important;
}

p {
    font-size: 15px;
}

/*autocomplete */

input.form-control#q[name=q] {
    font-size: initial;
    width: 100%;
}

.autoComplete_wrapper {
    display: table-cell;
}

.autoComplete_resultsList {
    overflow-y: auto !important;
    max-height: initial !important;
    margin: 0 !important;
    border-radius: 0px 0px 5px 5px !important;
    box-shadow: 0px 23px 23px 7px rgba(0, 0, 0, 0.23);
}

.autoComplete_highlight {
    color: initial !important;
    padding: 0;
}

.autoComplete_result {
    white-space: normal !important;
}

.autoComplete_link {
    color: initial;
    text-decoration: none;
}

    .autoComplete_link:hover {
        color: initial;
        text-decoration: none;
    }

.autoComplete_result.active {
    background-color: rgba(123,123,123,.1);
}

/*search results*/
.search-results h4 {
    margin-bottom: 5px;
}

.search-results .layout-summary p {
    margin: 0;
}

.search-results .post-description p {
    margin: 0;
}

.search-results li {
    margin-bottom: 40px;
}

/*no translation*/

.dontShow {
    display:none;
}


/*language dropdown*/
#langDropdown {
    height: 130px;
    overflow: auto;
}

/*form[aria-label="Search"] .input-group {
    display: flex;
}*/

/*no border outline on button clicks*/
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.eserviceLogin {
    background-color: #00446b;
}
.eserviceLogin:hover {
    background-color: #0079a1;
}

.selectLanguageBtn {
    background-color: #f8f9fa;
}
.selectLanguageBtn:hover {
    background-color: #d9d9d9;
}


/*redirect wheel*/
.redirectCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100px;
    width: 100px;
}

.radial {
    position: absolute;
    height: 10px;
    width: 30px;
    border-radius: 5px;
    background-color: #00446B;
    left: -15px;
    transform-origin: 65px;
    transition: background 1s, box-shadow 1s;
    background: #00446B;
}

.noDisplay{
    display:none;
}
/*end redirect wheel*/

/* Modal */
.modal {
    display: none;
    position: fixed; 
    /*chat bot is set to 501*/
    /* bxslider set to 9999 */
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}


.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 25px 60px 25px 25px;
    border: 1px solid #888;
}



.closeModal {
    color: #aaa;
    float: right;
    margin-right:-40px;
    margin-top:-20px;
    font-size: 28px;
    font-weight: bold;
}

    .closeModal:hover,
    .closeModal:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    /*end of modal*/
.collapse.show {
    visibility: visible;
}


