
.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: 55px;
    }
    
    .search-bar .btn {
        padding: 9px 12px 9px 12px;
    }
    
}
@media only screen and (max-width: 950px) {
    
    .search-bar .form-control {
        height: 45px;
    }
    
    .search-bar .btn {
        padding: 7px 12px 7px 12px;
    }
    .search-bar .glyphicon {
        font-size: 2.00em;
    }
    
    ::-webkit-input-placeholder {
        font-size: 2.4rem !important;
    }
    ::-moz-placeholder { /* older Firefox*/
        font-size: 2.4rem !important;
    }
    ::-moz-placeholder { /* Firefox 19+ */ 
        font-size: 2.4rem !important;
    } 
    :-ms-input-placeholder { 
        font-size: 2.4rem !important;
    }
    
}
@media only screen and (max-width: 650px) {
    
    .search-bar .form-control {
        height: 45px;
        font-size: 2.00rem;
    }
    
    .search-bar .btn {
        padding: 9px 12px 10px 12px;
    }
    .search-bar .glyphicon {
        font-size: 1.5em;
    }
    
    ::-webkit-input-placeholder {
        font-size: 2.1rem !important;
    }
    ::-moz-placeholder { /* older Firefox*/
        font-size: 2.1rem !important;
    }
    ::-moz-placeholder { /* Firefox 19+ */ 
        font-size: 2.1rem !important;
    } 
    :-ms-input-placeholder { 
    }
    
}
@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 { 
    }
    
}
/******************************************************************/

/******************* DEPARTMENT TITLES *************************/
.title .col-sm-12{
    padding: 110px 0 0 0;
}
.title .title-text{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 600 !important;
    background-color: #054A91;
    padding: 4px 40px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

@media only screen and (max-width: 1260px) {
    
    .title .col-sm-12{
        padding: 108px 0 0 0;
    }
    
}
@media only screen and (max-width: 1210px) {
    
    .title .title-text {
        font-size: 2.2rem;
        padding: 7px 40px 8px 40px;
    }
    
}
@media only screen and (max-width: 1128px) {
    
    .title .col-sm-12{
        padding: 101px 0 0 0;
    }
    
}
@media only screen and (max-width: 1024px) {
    
    .title .col-sm-12{
        padding: 55px 0 0 0;
    }
    .title .title-text {
        padding: 7px 40px 7px 40px;
    }
    
}
@media only screen and (max-width: 800px) {
    
    .title .col-sm-12{
        padding: 0px 0 0 0;
    }
    
}
@media only screen and (max-width: 700px) {
    
    .title .title-text {
        font-size: 2.00rem;
        padding: 7px 10px 7px 10px;
    }
    
    .title .col-sm-12{
        padding: 0px 0 0 0;
    }
    
}
@media only screen and (max-width: 500px) {
    
    .title .title-text {
        text-align: center;
    }
    
}
@media only screen and (max-width: 450px) {
    
    .title .title-text {
        padding: 7px 0px 6px 0px;
    }
    
}
/***************************************************************/

/******************* SOCIAL MEDIA ICON   *************************/
.department-social-media{
    background-color: #f0f2f2;
}
.department-social-media .container-fluid{
    width: 100%;
    border: 0px solid #000;
    padding: 0 40px;
}
.department-social-media .row{
    margin: 0;
}
.department-social-media .col-sm-12{
    padding: 2px 0 9px 0;
}
.department-social-icons {
    margin: 0;
    padding: 10px 0;
}
.department-social-icons span{
    font-size: 2.00rem;
    font-weight: 500 !important;
    color: #054A91;
}
.department-social-icons span i{
    display: inline-block;
}
.department-social-icons span:hover{
    color: #404547;
    text-decoration: none;
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}
.department-social-icons a{
    font-size: 2.6rem;
    font-weight: 700 !important;
    color: #054A91;
    line-height: 50%;
}
.department-social-icons a:hover{
    color: #404547;
    text-decoration: none;
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}

@media only screen and (max-width: 1199px) {
    
    .department-social-media .col-sm-12{
        padding: 2px 0 8px 0;
    }
    .department-social-icons span{
        font-size: 1.8rem;
    }
    .department-social-icons a {
        line-height: 10%;
    }
    .department-social-icons a{
        font-size: 2.4rem;
        line-height: 50%;
    }
    
}
@media only screen and (max-width: 767px) {
    
    .department-social-icons {
        padding: 8px 5px 15px 0;
    }
    
}
@media only screen and (max-width: 700px) {
    
    .department-social-media .container-fluid {
        padding: 0 7px !important;
    }
    
}
@media only screen and (max-width: 575px) {
    
    .department-social-icons {
        padding: 6px 5px 15px 0;
    }
    
}
@media only screen and (max-width: 414px) {
    
    .department-social-icons a{
        text-align: center;
    }
    .department-social-icons span{
        font-size: 1.8rem;
    }
    
}
/***************************************************************/

.content-area{
    background-color: #fff !important;
    margin-bottom: 70px !important;
    margin: 0 auto;
}
.content-area .container-fluid{
    width: 88%;
    padding: 0;
}
.content-container {
    border: 0px solid #153A5C;
    padding: 35px 0 30px 0;
    min-height: 300px;
}
.content-container .col-md-3{
    border: 0px solid #153A5C;
    padding: 0;
}
.content-container .col-md-9{
    border: 0px solid #153A5C;
    padding: 0 25px 0 0;
}

@media only screen and (max-width: 1200px) {
    
    .content-area .container-fluid{
        width: 96%;
    }
    
}
@media only screen and (max-width: 991px) {
    
    .content-container {
        padding: 5px 0 0 0;
    }
    .content-container .col-md-9{
        border: 0px solid #153A5C;
        padding: 0 0 0 0;
    }
    
}
@media only screen and (max-width: 470px) {
    
    .content-area .container-fluid{
        width: 96%;
    }
    
}

/*********** SIDEBAR MENU ****************/
/*****************************************/
.accordion{
    margin: 0; 
    padding: 0;
}

.accordion {
    width: 98%;
    margin: 20px auto;
    border-left: 0px solid #153A5C;
}
.accordion h3{
    font-size: 2.00rem;
    color: #054A91 !important;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center;
}
.accordion h4 {
    padding: 7px 1px 7px 0;
    margin: 0;
    background-color: transparent;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #153A5C;
    border-bottom: 1px solid #153A5C;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    cursor: pointer;
    /*
    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;
    */
}
.accordion h4:hover {
    background-color: transparent;
    color: #404547;
    padding-left: 5px;
    /*
    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;
  */
}

.accordion i{
    float: right;
    font-size: 2.1rem;
    margin: 0;
    pointer-events: none;
}
.accordion div {
    display: none;
}
.accordion ul {
    padding: 4px 0 0 0 !important;
}
.accordion li{
    font-family: Open Sans;
    padding: 5px 12px 5px 4px;
    background-color: transparent;
    border-bottom: 0px solid #153A5C;
    list-style: none;
    transition: all 0.2s ease-in-out;
    line-height: 110%;
}
.accordion li a{
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    color: #054A91;
    line-height: 130%;
}
.accordion li:hover {
    padding-left: 8px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.accordion .opened-for-codepen {
    display: block;
}

@media screen and (max-width: 1200px){

    .accordion h3{
        font-size: 1.8rem;
    }
    .accordion h4 {
        margin: 10px 0;
    }
    .accordion i{
        font-size: 2.00rem;
    }
    .accordion li a {
        font-size: 1.5rem;
    }
    .accordion li{
        padding: 7px 12px 7px 4px;
    }

}
@media screen and (max-width: 991px){

    .accordion .opened-for-codepen {
        display: none;
    }
    .accordion h4 {
        font-size: 1.7rem;
    }

}
@media screen and (max-width: 600px){

    .accordion h3{
        font-size: 1.6rem;
    }

}
@media screen and (max-width: 450px){

    .accordion h4 {
        font-size: 1.6rem;
    }

}
/*****************************************/
/*****************************************/

/*********** SIDEBAR MENU ****************/
/*****************************************/
.multilevel-menu{
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.multilevel-menu > li{
    position: relative;
    float: left;
    width: 100%;
    background-color: #153A5C;
    z-index: 2;
    margin: 0 0 35px 0;
}
.multilevel-menu > li:hover{ 
    background-color: #153A5C;
}

.multilevel-menu li:hover > ul{
    /* On hover, display the next level's menu */
    display: inline;
}
.multilevel-menu a{
    display: block;
}

.shadow{
  -webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.8);
    box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.8);
}

.first-level a:hover{
    color: #fff;
}
.first-level a{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 120%;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 5px 7px 8px;
    border-left: 3px solid #153A5C;
    cursor: text;
}
.first-level i{
    float: right;
    font-size: 2.8rem !important;
    color: #800000;
    vertical-align: middle;
    padding-top: 0px;
    display: none;
}

.second-level{
    /*
    position: absolute;
    */
    left: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
.second-level a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 130%;
    color: #800000;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 5px 1px 10px;
    border-left: 2px solid #153A5C;
    -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;
}
.second-level a:hover {
    background-color: rgba(21, 58, 92, 0.2);
    -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;
}
.second-level i{
    font-size: 1.6rem !important;
    color: #800000;
    vertical-align: middle;
    padding-top: 5px;
}
.second-level > li{
    position: relative;
    background-color: #fff;
    -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;
}

.third-level{
    position: absolute;
    top: 22px;
    width: 100%;
    list-style: none;
    padding: 0;
    display: none;
}
.third-level > li{
    background-color: #fff;
    -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;
}
.third-level a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 130%;
    color: #153A5C;
    font-weight: 500;
    text-decoration: none;
    padding: 2px 5px 1px 18px;
    left: 0;
    border-left: 2px solid #153A5C;
}
.third-level a:hover {
    background-color: rgba(21, 58, 92, 0.2);
}

@media screen and (max-width: 1440px){

    .first-level a{
        font-size: 1.4rem;
    }

}
@media screen and (max-width: 1024px){

    .first-level a{
        font-size: 1.3rem;
    }

}
@media screen and (max-width: 991px){
    
    .multilevel-menu {
        margin: 0 0 15px 0;
    }
    .multilevel-menu > li{
        position: relative;
        float: none;
        width: 475px;
        margin: auto;
    }

    .first-level a{
        font-size: 1.4rem;
        cursor: normal;
        padding: 10px 8px;
        -ms-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.4);
        box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.4);
    }
    .first-level i{
        display: block;
        color: #fff;
    }
    
    .second-level{
        display: none;
    }
    .second-level a{
        cursor: pointer;
        font-size: 1.5rem;
        padding: 6px 8px;
    }
    
    
    .third-level {
        top: 28px;
    }
    .third-level a{
        cursor: normal;
        font-size: 1.5rem;
    }

}
@media screen and (max-width: 700px){
    
    .multilevel-menu {
        margin: 0 15px 15px 15px;
    }
    .multilevel-menu > li{
        width: 98%;
    }

}
@media screen and (max-width: 500px){
    
    .multilevel-menu {
        margin: 0 0 15px 0px;
    }
    .multilevel-menu > li{
        margin: auto;
    }
    
    .first-level a{
        font-size: 1.5rem;
    }
    
    .second-level{
        width: 100%;
    }
    
    .third-level{
        width: 100%;
    }

}
@media screen and (max-width: 360px){
    
    .first-level a{
        font-size: 1.4rem;
        line-height: 110%;
    }

}

.brand{
    width: 98%;
	margin: auto;
}
.brand img{
    max-width: 100%;
	height: auto;
}
.brand h2{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91;
    font-size: 2.00rem;
    font-weight: 600;
    padding: 0;
    margin: 7px 0 2px 0px;
    text-align: left;
    line-height: 140%;
}
.brand p{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.4rem;
    line-height: 160% !important;
    padding: 4px 5px 4px 0;
    margin: 3px 0 0 0;
}
.brand hr {
    background-color: #f0f2f2;
    height: 2px;
    width: 100%;
    border-top: 1px solid #0E72CC !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1280px) {

    .brand h2{
            font-size: 1.9rem;
    }

}
@media only screen and (max-width: 1024px) {

    .brand h2{
        font-size: 1.7rem;
    }

}
@media only screen and (max-width: 700px) {

    .brand h2{
        font-size: 1.6rem;
    }

}
@media only screen and (max-width: 450px) {

    .brand p{
        padding: 2px 5px;
    }
    .brand p{
        font-size: 1.4rem;
}

}
@media only screen and (max-width: 414px) {

    .brand h2{
        text-align: left;
    }

}
@media only screen and (max-width: 320px) {

    .brand p{
        font-size: 1.4rem;
    }

}