@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html{
    overflow-x: hidden;
}

body{
    font-size: 100%;
    background-color: #fff;
    overflow-x: hidden;
}
header .container-fluid{
    padding: 0 0 0 0;
}

@media screen and (max-width: 1020px){
    
    header .container-fluid{
        padding: 0;
    }

}
.header{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    padding: 2px 0;
    border-bottom: 3px solid #dde2e5;
}

@media only screen and (max-width: 1024px) {

    .header{
        border-bottom: 0px solid #dde2e5;
    }
	
}
@media only screen and (max-width: 1020px) {

    .header{
        padding: 3px 0 3px 0;
        height: 55px;
    }
	
}
/************* HEADER SCROLLS WITH REST OF PAGE *****************/
@media screen and (max-width: 800px){
    
    .header{
        position: relative;
    }

}
/*************************************/
@media screen and (max-width: 667px){
    
    .header{
        background-color: #f0f2f2;
    }

}

/**** DIV CONTAINER THAT HOLDS THE LOGO AND RIGHT SIDE BUTTONS ****/
header .logo-buttons .col-sm-12{
    padding: 0;
    border: 0px solid #000;
    /*
    overflow: hidden;
    */
}
@media screen and (max-width: 767px){
    
    /*
    header .logo-buttons .col-sm-12{
        overflow: hidden;
    
    */

}

/************************ LOGO ***********************/
/***********************************************************/
.logo{
    float: left;
    margin: 0 0 0 35px;
}
/*****************************************/
.logo-mobile{
    display: none;
}
.logo a{
    color: #000;
}
.logo a:hover{
    color: #000;
    text-decoration: none;
}
.logo img{
    width: 415px;
    position: absolute;
    z-index: 9;
    top: 3px;
}

@media only screen and (max-width: 1800px) {
	
    .logo img{
        width: 325px;
        top: 8px;
    }
	
}
@media only screen and (max-width: 1580px) {
	
    .logo img{
        width: 280px;
    }
	
}
@media only screen and (max-width: 1480px) {
	
    .logo img{
        width: 260px;
    }
	
}
@media only screen and (max-width: 1024px) {
	
    .logo{
        margin: 0 0 0 25px;
    }
    .logo img{
        width: 215px;
        top: 2px;
    }
	
}
@media only screen and (max-width: 767px) {
	
    .logo img{
        top: -3px;
    }
	
}
@media only screen and (max-width: 575px) {

    .desktop-pgh{
        display: none;
    }
    .logo-mobile{
        display: block;
    }
    .logo-mobile img{
        width: 102px !important;
        top: -4px;
    }

}
/*************************************************************/
/*************************************************************/

.header-right{
    border: 0px solid #000;
    display: block;
    /*
    float: right;
    */
    margin: 5px 16px 0 0;
    width: auto;
}

@media only screen and (max-width: 1024px) {
	
    .header-right{
        width: auto;
    }
	
}
@media only screen and (max-width: 320px) {
	
    .header-right{
        width: auto;
    }
	
}
/***********************************************************/
/***********************************************************/

/******************************* SEARCH ******************************/
/*********************************************************************/
.search-container {
    float: right;
}
.search-container input {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: 1px solid #054A91;
}
.search-container input[type=text] {
    padding: 6px 6px 6px 25px;
    margin-top: 4px;
    font-size: 1.3rem;
    border-radius: 0;
    width: 140px;
}

.search-container button {
    float: right;
    padding: 5px 8px;
    margin: 4px 0 0 3px;
    margin-right: 16px;
    border: 1px solid #054A91 !important;
    background: #054A91;
    font-size: 13px;
    color: #fff;
    border: none;
    cursor: pointer;
    border: 0px solid #000;
}
.search-container button:hover {
    background: #ccc;
}
.search-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    padding: 0 0 0 0 !important;
    font-size: 1.2rem !important;
    color: #aaa !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
}
.search-container ::-moz-placeholder { /* Firefox 19+ */
    padding: 0 0 0 0 !important;
    font-size: 1.2rem !important;
    color: #aaa !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
}
.search-container :-ms-input-placeholder { /* IE 10+ */
    padding: 0 0 0 0 !important;
    font-size: 1.2rem !important;
    color: #aaa !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
}
.search-container :-moz-placeholder { /* Firefox 18- */
    padding: 0 0 0 0 !important;
    font-size: 1.2rem !important;
    color: #aaa !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
}
/*********************************************************************/
/*********************************************************************/

/****************** HEADER BUTTONS *********************/
/***********************************************************/
.header-btn h1{
    float: left;
    margin: 9px 5px 0 1px !important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #054A91;
    display: block;
    padding: 2px 5px;
    border: 0px solid #753965;
    cursor: pointer;
    border-radius: 1px;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}
.header-btn h1:hover{
    background-color: transparent;
    border: 0px solid #000;
    color: #000;
}

@media only screen and (max-width: 1260px) {
	
    .header-btn h1{
        font-size: 1.3rem;
        margin: 2px 1px 0 1px;
    }
	
}
@media only screen and (max-width: 1024px) {
	
    .header-btn h1{
        margin: 2px 1px 0 1px;
    }
	
}
@media screen and (max-width: 600px){
    
    .header-btn h1{
        font-size: 2.00rem !important;
    }

}
@media screen and (max-width: 575px){
    
    .header-btn h1{
        display: none;
    }

}
/***********************************************************/
/***********************************************************/

/****************** SOCIAL MEDIA BUTTON DROPDOWN *********************/
/***********************************************************/
.header-btn{
    float: right !important;
    z-index: 9 !important;
}
.header-btn .dropdown{
    margin: 0 0 0 0 !important;
}
.header-btn .dropdown-menu{
    width: 240px;
}
.header-btn .dropdown-menu > li > a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 1.4rem;
    padding: 3px 10px;
    white-space: normal;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header-btn .dropdown-menu > li > a:hover {
    background-color: #054A91;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header-btn .btn-primary{
    margin: 6px 1px 0 0 !important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #054A91 !important;
    padding: 3px 5px !important;
    border: 0px solid #753965 !important;
    cursor: pointer;
    border-radius: 1px !important;
    background-color: transparent !important;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}
.header-btn .btn-primary:hover{
    background-color: transparent !important;
    border: 0px solid #000 !important;
    color: #000 !important;
    transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
}
/*
.btn:focus {
  outline: none !important;
}
*/
.header-btn .btn-primary:focus{
    background-color: transparent !important;
    border: 0px solid #000 !important;
    color: #000 !important;
    transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
}
.header-btn .btn-primary:active{
    color: #000 !important;
}
.header-btn .dropdown-menu .divider {
    background-color: rgb(229, 229, 229);
    margin: 2px 0px !important;
}

.header-btn .btn-primary.focus, .btn-primary:active{
    color: #000 !important;
    background-color: transparent !important;
}

@media only screen and (max-width: 1260px) {
	
    .header-btn .btn-primary{
        font-size: 1.3rem !important;
        margin: 2px 1px 0 1px;
    }
    .header-btn .btn-primary{
        margin: 6px 1px 0 0 !important;
    }
	
}
@media only screen and (max-width: 1024px) {
	
    #remove-careers{
        display: none;
    }
    #remove-directory{
        display: none;
    }
    #remove-language{
        display: none;
    }
    #remove-follow-us{
        display: none;
    }
    #remove-contact{
        display: none;
    }
    #remove-search{
        display: none;
    }
	
}
@media screen and (max-width: 600px){
    
    .header-btn .btn-primary{
        margin: 6px 5px 0 0 !important;
        padding: 4px 10px 2px 10px !important;
    }

}
@media only screen and (max-width: 412px) {
	
    .header-btn .btn-primary{
        margin: 4px 5px 0 0 !important;
        font-size: 1.4rem !important;
    }
	
}
/***********************************************************/
/***********************************************************/

/** NOTE: ALL OF THE "RIGHT: XX" ARE COMMENTED OUT. THESE CAN BE UNCOMMENTED FOR WHEN ITS TIME TO PUT THE 
SNOW LEVEL BACK ON THE HEADERS THEN JUST COMMENT OUT THE OTHER "RIGHT: XX RULES**/
/********************* 311 **************************/
/***********************************************************/
.three-one-one{
    position: absolute;
    /*right: 125px;*/
    right: 35px;
    top: 59px;
    z-index: 9;
}

@media only screen and (max-width: 1440px) {

    .three-one-one {
        top: 48px;
        /*right: 110px;*/
        right: 35px;
    }
    .three-one-one img{
        width: 44px;
    }
	
}
@media only screen and (max-width: 1260px) {

    .three-one-one {
        top: 49px;
    }
	
}
@media only screen and (max-width: 1024px) {

    .three-one-one{
        /*right: 174px;*/
        right: 80px;
        top: 11px;
    }
    .three-one-one img {
        width: 54px;
    }
	
}
@media only screen and (max-width: 767px) {

    .three-one-one{
        top: 6px;
    }
	
}
@media only screen and (max-width: 360px) {

    .three-one-one{
        /*right: 160px;*/
        right: 75px;
    }
	
}
/*************************************************/
/*************************************************/

/********************* SNOW LEVELS **************************/
/***********************************************************/
.snow-level{
    position: absolute;
    right: 210px;
    top: 55px;
    z-index: 9;
}
.snow-level img{
    vertical-align: baseline !important; 
}
.snow-level a {
    float: right;
    border: 0px solid #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 3.5rem !important;
    color: #235b84;
    font-weight: 700 !important;
    letter-spacing: -5px;
    line-height: 100%;
    /*
    padding: 3px 12px 5px 7px;
    */
    background-color: transparent;
}
.snow-level span{
    font-size: 3.8rem !important;
}
.snow-level a:hover{
    text-decoration: none;
}
.snow-level a:focus{
    text-decoration: none;
}
.level {
    color: #054A91;
}

@media only screen and (max-width: 1440px) {

    .snow-level {
        top: 38px;
        right: 190px;
    }
    .snow-level img{
        width: 38px;
    }
    .snow-level span{
        font-size: 2.9rem !important;
    }
	
}
@media only screen and (max-width: 1024px) {

    .snow-level{
        top: 6px;
        right: 250px
    }
    .snow-level img {
        width: 48px;
    }
    .snow-level span{
        font-size: 3.6rem !important;
    }
	
}
@media only screen and (max-width: 767px) {

    .snow-level {
        top: 1px;
    }
	
}
@media only screen and (max-width: 580px) {

    .snow-level{
        right: 150px;
    }
	
}
@media only screen and (max-width: 360px) {

    .snow-level{
        right: 144px;
    }
	
}
/*************************************************/
/*************************************************/

/************* BUILDING ACCESSIBILITY **********************/
/***********************************************************/
.ada{
    position: absolute;
    /*right: 125px;*/
    right: 196px;
    top: 61px;
    z-index: 9;
}

@media only screen and (max-width: 1440px) {

    .ada {
        /*right: 110px;*/
        right: 173px;
        top: 42px;
    }
    .ada img{
        width: 88px;
    }
	
}
@media only screen and (max-width: 1024px) {

    .ada{
        /*right: 174px;*/
        right: 233px;
        top: 12px;
    }
    .ada img {
        width: 107px;
    }
	
}
@media only screen and (max-width: 767px) {

    .ada{
        top: 7px;
    }
	
}
@media only screen and (max-width: 580px) {

    .ada{
        display: none !important;
    }
	
}
@media only screen and (max-width: 360px) {

    .ada{
        /*right: 160px;*/
        right: 75px;
    }
	
}

/********************* COVID-19 **************************/
/*********************************************************/
.covid{
    position: absolute;
    right: 113px;
    /*right: 113px;*/
    top: 60px;
    z-index: 9;
}

@media only screen and (max-width: 1440px) {

    .covid {
        right: 100px;
        /*right: 192px;*/
        top: 47px;
    }
    .covid img{
        width: 65px;
    }
	
}
@media only screen and (max-width: 1024px) {

    .covid{
        right: 154px;
        /*right: 263px;*/
        top: 11px;
    }
    .covid img {
        width: 74px;
    }
	
}
@media only screen and (max-width: 767px) {

    .covid{
        top: 6px;
    }
	
}
@media only screen and (max-width: 580px) {

    .covid{
        display: none !important;
    }
	
}
@media only screen and (max-width: 360px) {

    .covid{
        right: 160px;
        /*right: 75px;*/
    }
	
}
/*************************************************/
/*************************************************/

/***************** CITY HALL LIGHTING **********************/
/***********************************************************/
.ccb-lighting{
    position: absolute;
    /*right: 125px;*/
    right: 104px;
    top: 59px;
    z-index: 9;
}

@media only screen and (max-width: 1440px) {

    .ccb-lighting {
        top: 47px;
        /*right: 110px;*/
        right: 90px;
    }
    .ccb-lighting img{
        width: 94px;
    }
	
}
@media only screen and (max-width: 1024px) {

    .ccb-lighting{
        /*right: 174px;*/
        right: 149px;
        top: 11px;
    }
    .ccb-lighting img {
        width: 104px;
    }
	
}
@media only screen and (max-width: 767px) {

    .ccb-lighting{
        top: 6px;
    }
	
}
@media only screen and (max-width: 580px) {

    .ccb-lighting{
        display: none !important;
    }
	
}
/*************************************************/
/*************************************************/

/*********************** MOBILE SEARCH BAR ****************************/
/***********************************************************/
.mobile-search{
    display: none;
}

@media only screen and (max-width: 575px) {

    .mobile-search{
        display: block;
    }

}
/*************************************************/
/*************************************************/

/*********************** FOOTER ****************************/
/***********************************************************/
footer{
    height: 500px;
    background: url('../images/footer-bg.jpg') no-repeat 50% 50%; 
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .container-fluid {
    width: 80%;
}

footer .content-wrapper{
    background-color: rgba(0, 0, 0, 0.7);
    border: 0px solid #fff;
    overflow: hidden;
    padding: 50px 25px 45px 25px;
}
footer .col-xs-2{
    border: 0px solid #fff;
    padding: 5px;
    text-align: left;
    width: 20%;
}
footer .col-xs-12{
    border: 0px solid #fff;
    padding: 5px;
    text-align: center;
}
footer hr {
    margin: 10px 0 10px 0;
    height: 3px;
    width: 30%;
}

/**** CITY INFORMATION ****/
footer .city-info{
    margin: 0 0 0 0;
}

/**** POPULAR SERVICES ****/
footer .services{
    margin: 0 0 0 0;
}

/**** CITY HALL ****/
footer .city-hall{
    margin: 0 0 0 0;
}

/**** CONNECT WITH US ****/
footer .connect{
    margin: 0 0 0 0;
}
footer .connect i{
    color: #fff;
    font-size: 2.00rem !important;
}

footer p{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 300 !important;
    color: #fff;
	margin: 15px 0 0 0;
}
footer a{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 300 !important;
    color: #fff;
    text-decoration:  none;
}
footer a:visited {
    color: #fff;
}
footer a:hover {
    color: #ccc !important;
    text-decoration:  none;
}
footer a:active {
    color: #fff;
}

footer img{
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

footer .connect i{
    color: #fff;
    font-size: 1.9rem !important;
}

@media screen and (max-width: 1280px){
    
    footer .container-fluid {
        width: 97%;
    }

}
@media screen and (max-width: 1066px){
    
    footer{
        height: 430px;
    }
    footer .content-wrapper{
        margin: 45px auto;
        padding: 40px 25px;
    }
    footer p{
        font-size: 1.4rem;
    }
    footer a:link {
        font-size: 1.4rem;
    }

}
@media screen and (max-width: 870px){
    
    footer .container-fluid {
        width: 100%;
    }
    footer .content-wrapper{
        margin: 65px auto;
        padding: 30px 5px;
    }
    footer img {
        padding: 0 8px;
		margin: 5px auto;
    }

}
@media screen and (max-width: 820px){
    
    footer {
        height: auto;
    }
    footer .content-wrapper {
        padding: 30px 35px;
        width: 400px;
    }
    footer .col-xs-2 {
        border-bottom: 1px solid #fff;
        width: 100%;
        float: none;
    }
	footer .connect{
		text-align: center;
	}
	footer p{
		text-align: center;
    }
    footer img {
        width: 150px;
    }
    footer a:link {
        line-height: 180%;
    }
    footer .copyright{
        margin: 10px 0 0 0;
    }

}
@media screen and (max-width: 450px){
    
    footer .content-wrapper {
        padding: 30px 35px;
        width: 100%;
    }
    footer img {
        width: 100px;
    }

}
/***********************************************************/
/***********************************************************/

/***************** BACK TO TOP BUTTON ***********************/
/***********************************************************/
.back-to-top {
    display: none;
    position: fixed;
	bottom: 1rem;
    right: 1rem;
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.4rem;
    font-size: 1.7rem;
    color: #fff;
    background-color: #054A91;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 3.2rem;
    text-align: center;
    cursor: pointer;
    z-index: 999999;
}
.back-to-top:hover {
    color: #fff !important;
    background-color: #153A5C;
    border: 2px solid #fff;
    text-decoration: none;
    transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
}
/***********************************************************/
/***********************************************************/

/******************* Tooltips ******************************/
/***********************************************************/
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #031316 !important;
}
.tooltip-inner {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff !important;
  font-size: 1.5rem !important;
  line-height: 125%;
  background: #031316 !important;
  padding: 8px;
}
.tooltip + .tooltip.top > .tooltip-arrow {
    background-color: #000 !important;
}
/**********************************************************/
/**********************************************************/


/**** REMOVES BLUE FOCUS OUTLINE FROM BUTTONS & LINKS ******/
/***********************************************************/
/*
.btn:focus {
  outline: none;
}

a:focus {
  outline: none;
}
*/
/**********************************************************/
/**********************************************************/

/************************** MOBILE STYLES FOR MOBILE SEARCH FIELD ************************/
/*****************************************************************************************/
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin: 0 !important;
    border-radius: 0;
}
.mobile-search .btn {
    padding: 14px 20px 16px 20px !important;
}

.btn:focus {
  outline: none;
}

.mobile-search .search-bar .form-control {
    height: 45px !important;
    font-size: 3.00rem;
}

.mobile-search .form-control {
    height: 62px !important;
}
.mobile-search ::-webkit-input-placeholder {
    font-size: 2.2rem !important;
    font-style: italic;
    color: #191919 !important;
}
.mobile-search :-moz-placeholder { /* older Firefox*/
    font-size: 2.2rem !important;
    font-style: italic;
    color: #191919 !important;
    padding: 0 !important;
}
.mobile-search ::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 2.2rem !important;
    font-style: italic;
    color: #191919 !important;
    padding: 0 !important;
} 
.mobile-search :-ms-input-placeholder { 
    font-size: 2.2rem !important;
    font-style: italic;
    color: #191919 !important;
    padding: 0 !important;
}
@media only screen and (max-width: 575px){
    
    .search-bar .form-control {
        height: 48px !important;
        width: 94.8% !important;
    }
    .mobile-search .btn {
        padding: 19px 20px 19px 20px !important;
    }
    .mobile-search .glyphicon {
        font-size: 2.8rem !important;
    }

}
@media only screen and (max-width: 440px){
    
    .mobile-search .search-bar .form-control {
        width: 94.4% !important;
    }

}
@media only screen and (max-width: 400px){
    
    .mobile-search .search-bar .form-control {
        width: 93% !important;
    }

}
@media only screen and (max-width: 360px){
    
    .mobile-search .search-bar .form-control {
        width: 92% !important;
    }

}
@media only screen and (max-width: 320px){
    
    .mobile-search .search-bar .form-control {
        width: 91% !important;
    }
    .mobile-search ::-webkit-input-placeholder {
        font-size: 2.00rem !important;
        font-style: italic;
        color: #191919 !important;
    }
    .mobile-search :-moz-placeholder { /* older Firefox*/
        font-size: 2.00rem !important;
        font-style: italic;
        color: #191919 !important;
        padding: 0 !important;
    }
    .mobile-search ::-moz-placeholder { /* Firefox 19+ */ 
        font-size: 2.00rem !important;
        font-style: italic;
        color: #191919 !important;
        padding: 0 !important;
    } 
    .mobile-search :-ms-input-placeholder { 
        font-size: 2.00rem !important;
        font-style: italic;
        color: #191919 !important;
        padding: 0 !important;
    }

}

/************************** PRIMARY SEARCH FIELD ************************/
/************************************************************************/
.search-bar{
    border: 0px solid red;
}
.search-bar .form-control {
    display: block;
    height: 65px;
    padding: 4px 12px;
    font-size: 3.00rem;
    line-height: 1;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
    border: 0px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.search-bar .btn-primary {
    background-color: rgba(0, 0, 0, 0.7);
}
.input-group .form-control {
    width: 94.5%;
}
.search-bar .btn {
    margin-bottom: 0;
    background-image: none;
    border: 0px solid transparent;
    padding: 17px 15px 17px 15px;
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.search-bar .glyphicon {
    top: 3px;
    font-size: 2.5em;
    color: #fff;
}

::-webkit-input-placeholder {
    font-size: 2.9rem !important;
    font-style: italic;
    color: #191919 !important;
    padding: 0 !important;
}
:-moz-placeholder { /* older Firefox*/
    font-size: 2.9rem !important;
    font-style: italic;
    color: #191919 !important;
    padding: 0 !important;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 2.9rem !important;
    font-style: italic;
    color: #191919 !important;
    padding: 0 !important;
} 
:-ms-input-placeholder { 
    font-size: 2.9rem !important;
    font-style: italic;
    color: #191919 !important;
    padding: 0 !important;
}

@media only screen and (max-width: 1024px) {
    
    .search-bar .form-control {
        height: 48px;
        width: 93%;
    }
    
    .search-bar .btn {
        padding: 9px 12px 9px 12px;
    }
    
}
@media only screen and (max-width: 375px) {
    
    .search-bar .form-control {
        height: 35px;
        font-size: 1.5rem;
    }
    
    .search-bar .btn {
        padding: 7px 12px 8px 12px;
    }
    .search-bar .glyphicon {
        font-size: 1.00em;
    }
    
    ::-webkit-input-placeholder {
        font-size: 1.7rem !important;
    }
    ::-moz-placeholder { /* older Firefox*/
        font-size: 1.7rem !important;
    }
    ::-moz-placeholder { /* Firefox 19+ */ 
        font-size: 1.7rem !important;
    } 
    :-ms-input-placeholder { 
    }
    
}
/******************************************************************/

/*********************** GOOGLE TRANSLATER STYLE OVER-RIDES ******************************/
/*****************************************************************************************/
.translate{
    margin: 2px 0 0 2px;
}
.goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display: none !important;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: 0px solid #d5d5d5 !important;
    border-top: 0px solid #9b9b9b !important;
    border-bottom: 0px solid #e8e8e8 !important;
    border-right: 0px solid #d5d5d5 !important;
    font-size: 14px !important;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}
#google_translate_element span[style] {
    border-left: 0px solid rgb(187, 187, 187) !important;
    padding-right: 2px !important;
}

/****************** EMERGENCY ALERT SYSTEM *********************/
/***********************************************************/
.alert-system {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #fff !important;
    font-size: 1.5rem !important;
    background-color: #c4453c;
    box-shadow: 0 4px 0 hsla(0,0%,0%,.1);
    display: block;
    padding: 2px 0;
    height: 25px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -35px;
    left: 0;
    width: 100% !important;
    white-space: normal;
    -webkit-animation: alert 1s ease forwards;
       -moz-animation: alert 1s ease forwards;
        -ms-animation: alert 1s ease forwards;
         -o-animation: alert 1s ease forwards;
            animation: alert 1s ease forwards;
}
.alert-system a{
    color: #fff !important;
}
/* Animation */
@-webkit-keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-moz-keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-ms-keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-o-keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}

@media screen and (max-width: 1024px){
    
    .alert-system {
        font-size: 1.2rem !important;
    }

}
@media screen and (max-width: 991px){
    
    .alert-system {
        font-size: 1.1rem !important;
        padding: 1px 0;
        height: 20px;
        top: -35px;
    }

}
@media screen and (max-width: 500px){
    
    .alert-system {
        position: fixed;
        bottom: 0 !important;
        left: 0;
        height: 35px;
        padding: 3px 0;
        z-index: 2;
    }

}
/***********************************************************/
/***********************************************************/

/*************** CCB LIGHTING POPUP ***********************/
/**********************************************************/
.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 800px;
  position: relative;
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  color: #054A91;
  border: 0px solid #054A91;
  box-shadow: 0 0 25px #000;
  -webkit-box-shadow: 0 0 25px #000;
  -moz-box-shadow: 0 0 25px #000;
  -ms-box-shadow: 0 0 25px #000;
  -o-box-shadow: 0 0 25px #000;
}
.modal-window > div h1{
	font-family: 'Open Sans', Arial, snas-serif !important;
    font-size: 2.00rem !important;
    color: #054A91 !important;
    font-weight: 600 !important;
	margin: 0 !important;
	padding: 20px 0 10px 0;
	line-height: 135%;
}
.modal-window > div p{
	font-family: 'Open Sans', Arial, snas-serif !important;
    font-size: 1.5rem !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.modal-window header {
  font-weight: bold;
}
.modal-close {
  color: #054A91;
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
}
.modal-close i {
	font-size: 3.00rem;
    padding: 0 10px;
    line-height: 15px;
}
.modal-close:hover {
  color: #000;
}

@media screen and (max-width: 950px){
    
    .modal-window > div {
	  width: 90%;
	}

}
@media screen and (max-width: 800px){
    
    .modal-window > div h1{
		font-size: 1.7rem !important;
	}
	.modal-window > div p{
		font-size: 1.4rem !important;
	}

}
/***********************************************************/
/***********************************************************/

/********************** TRANSLATOR POSITION *************************/
@media screen and (max-width: 900px){
	
	#conveythis-wrapper{
		display: none !important;
	}

}

/********************* G|TRANSLATE WIDGET CSS OVER-RIDES *******************************/
.gtranslate-widget{
	position: fixed !important;
    bottom: 10px !important;
    left: 10px !important;
    z-index: 9 !important;
}
.gtranslate-widget select{
	font-size: 1.3rem !important;
    background: #febd2c !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
    padding: 2px !important;
	border: 1px solid #000 !important;
	cursor: pointer !important;
	border-radius: 0px !important;
}
.gtranslate-widget option{
	font-size: 1.3rem !important;
	background: #fff !important;
}