
/*body*/
.ui-loader h1 {
    display: none;
}
/*header*/

#header nav {
    border-radius: 0;
    border: 0;
    margin: 0;
    background: #00255e;
    padding: 10px 0 10px 0;
}
#header nav .navbar-brand {
    padding: 0 15px;
    margin: 0;
}
#header .navbar-default .top_menu {
    margin: 0;
}
#header .navbar-default .top_menu >li>a {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .2px;

    font-weight: normal;
    padding: 7px 15px;
}

#header .navbar-default .top_menu >li>a i{
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
}
#header .navbar-default .top_menu >li>a i.fa-lock{
    font-size: 24px;
}
#header .navbar-default .top_menu .dropdown a {
    background: #003482;
    width: 130px;
    text-transform: uppercase;
    padding: 10px 15px;
}
#header .navbar-default .top_menu .dropdown span {
    text-align: right;
    float: right;
}
#header .navbar-default .top_menu .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    border: 1px solid #f7f7f7;
    padding: 0;
    min-width: 130px;
}
#header .navbar-default .top_menu .dropdown .dropdown-menu li a {
    background: #fff;
    color: #00255E;
    text-transform: uppercase;
    padding: 11px 15px;
    text-align: left;
    width: auto;
    font-size: 14px;
}
#header .navbar-default .top_menu .dropdown .dropdown-menu li a:hover,
#header .navbar-default .top_menu .dropdown .dropdown-menu li a.active {
    background: #EDF3F9;
}
#header .tooltip > .tooltip-inner {
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    letter-spacing: .2px;
    width: 150px;
    
    opacity: 1;
    z-index: 5;
}
#header .tooltip > .tooltip-arrow {
    border-bottom-color: #fff;
}
#header .tooltip.fade{
    margin: 0;
    opacity: 1;
}
#header .bottom_menu{
    margin: 0;
}
#header .bottom_menu .dropdown-menu {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    z-index: 1111111;
    left: 0;
    right: auto;
}

#header .bottom_menu li:hover .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #f7f7f7;
    z-index: 3;
}

#header .bottom_menu li a:hover,
#header .bottom_menu li a:focus,
#header .bottom_menu li a.active {
    color: #95BFFF;
    background: none;
}
#header .bottom_menu .dropdown-menu li a{
    font-weight: normal;
}
#header .bottom_menu .dropdown-menu li a {
    padding: 10px 15px;
    color: #00255e;
    /**/
    z-index: 120000;
    text-transform: none;
    font-size: 16px;
        white-space: normal;
    width: 240px;
}
#header .bottom_menu .dropdown-menu li a:hover{
    background: #EDF3F9;
}
#header .form_search .form-group {
    margin: 0;
}
#header .form_search .form-group .form-control {
    width: 80%;
    float: left;
    border-radius: 0;
    outline: none;
    border: 1px solid #eee;
    height: 52px;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
#header .form_search .form-group .btn-sm {
    width: 20%;
    height: 52px;
    border: 1px solid #00255E;
    background: #fff;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #00255E;
    border-radius: 0;
    font-weight: 500;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -o-tranistion: 1s;
}
#header .form_search .form-group .btn-sm:hover {
    background: #00255E;
    color: #fff;
}
#header .form_search .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #333;
    
    font-size: 13px;
    line-height: 16px;
}
#header .form_search .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333;
    
}
#header .form_search .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #333;
    
    font-size: 13px;
    line-height: 16px;
}
#header .form_search .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: #333;
    
    font-size: 13px;
    line-height: 16px;
}
/* splash secion*/

#splash .carousel-inner .item img {
    width: 100%;
}
#splash .carousel-inner .carousel-caption {
    left: 2%;
    right: 0;
    top: 20%;
    text-align: left;
    text-shadow: none;
}
#splash .carousel-inner .carousel-caption h3 {
    font-weight: normal;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    z-index: 1;
  
    text-shadow: none;

}
#splash .carousel-inner .carousel-caption p {
    font-size: 22px;
    line-height: 40px;
    text-shadow: none;
}
#splash .carousel-inner .carousel-caption a {
    font-size: 18px;
    line-height: 22px;
    color: #00255e;
    
    background: #fff;
   
    padding: 10px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#splash .carousel-inner .carousel-caption a:hover {
    background: #00255e;
    color: #fff;
}
#splash .carousel .carousel-indicators li {
    height: 13px;
    width: 13px;
    margin: 0;
    background: #fff;
    border: 2px solid #fff;
}
#splash .carousel .carousel-indicators {
    z-index: 2222;
}
#splash .carousel .carousel-indicators li {
    margin: 0 5px;
}
#splash .carousel .carousel-indicators li.active {
    height: 13px;
    width: 13px;
    border: 3.5px solid #fff;
    background: #00255e;
}
/*contact us cing*/
#contact_us_cing  .contact_right .panel-group .panel{
    border: 0;
    border-radius: 0;
    box-shadow: none
}
#contact_us_cing  .contact_right .panel-default>.panel-heading {
    background: none;
    padding: 0 0 0px 0;
    border: 0;
    box-shadow: none;
    margin: 0 0 0px 0;
}
#contact_us_cing  .contact_right .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: 0;
    padding: 0px 0;
}
#contact_us_cing  .contact_right .panel-title{
    font-size: 20px;
    line-height: 24px;
    /**/
    color: #00255e;
    border-bottom:  2px solid #edf3f9;
    padding: 0 0 17px 0;
    margin: 0 0 17px 0;
    font-weight: normal;
}
#contact_us_cing  .contact_right .panel-title i{
    float: right;
    top: 2px;
    position: relative;
    font-weight: bold;
}
#contact_us_cing  .contact_right .panel-body{
    margin: 0 0 17px 0;
}
#contact_us_cing  .contact_right .panel-body p{
    font-size: 16px;
    line-height: 22px;
    color: #4c4c4c;
    letter-spacing: .2px;
    font-weight: normal;
}
/*generic article*/
#generic_article  .generic_accordian .panel-group .panel{
    border: 0;
    border-radius: 0;
    box-shadow: none
}
#generic_article  .generic_accordian .panel-default>.panel-heading {
    background: none;
    padding: 0 0 0px 0;
    border: 0;
    box-shadow: none;
    margin: 0 0 0px 0;
}
#generic_article  .generic_accordian .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: 0;
    padding: 0px 0;
}
#generic_article  .generic_accordian .panel-title{
    font-size: 20px;
    line-height: 24px;
    /**/
    color: #00255e;
    border-bottom:  2px solid #edf3f9;
    padding: 0 0 17px 0;
    margin: 0 0 17px 0;
    font-weight: normal;
    font-family: 'Roboto Condensed';
}
#generic_article  .generic_accordian .panel-title i{
    float: right;
    top: 2px;
    position: relative;
    font-weight: bold;
}
#generic_article  .generic_accordian .panel-body{
    margin: 0 0 17px 0;
}
#generic_article  .generic_accordian .panel-body p,
#generic_article  .generic_accordian .panel-body ul li{
    font-size: 16px;
    line-height: 22px;
    color: #4c4c4c;
    letter-spacing: .2px;
    font-weight: normal;
}
#generic_article  .generic_accordian .panel-body ul{
    padding: 0 0px 0 18px;
}
#generic_article  .generic_accordian .panel-body ul li{
    list-style-type: disc;
}
/*Events article*/
#events_article .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#events_article  .breadcrumb>li+li:before{
    color: #00255e;
}
#events_article .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
    
}
#events_article .breadcrumb li a:hover{
    color: #95bfff;
}
#events_article .breadcrumb li .active{
    color: #878787;
}
/* genric article*/
 .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
  .breadcrumb>li+li:before{
    color: #00255e;
}
.breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
  
}
.breadcrumb li a:hover{
    color: #95bfff;
}
.breadcrumb li .active{
    color: #878787;
}
/*generic section*/
 .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
 .breadcrumb>li+li:before{
    color: #00255e;
}
 .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
}
 .breadcrumb li a:hover{
    color: #95bfff;
}
 .breadcrumb li .active{
    color: #878787;
}
/* news events section*/
 #news_events_section .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#news_events_section  .breadcrumb>li+li:before{
    color: #00255e;
}
#news_events_section .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
    
}
#news_events_section .breadcrumb li a:hover{
    color: #95bfff;
}
#news_events_section .breadcrumb li .active{
    color: #878787;
}
/* results*/
#results .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#results  .breadcrumb>li+li:before{
    color: #00255e;
}
#results .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
    
}
#results .breadcrumb li a:hover{
    color: #95bfff;
}
#results .breadcrumb li .active{
    color: #878787;
}
/* brouchers*/
#brochures .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#brochures  .breadcrumb>li+li:before{
    color: #00255e;
}
#brochures .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
    
}
#brochures .breadcrumb li a:hover{
    color: #95bfff;
}
#brochures .breadcrumb li .active{
    color: #878787;
}
/*conatct us cing*/
#contact_us_cing .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#contact_us_cing  .breadcrumb>li+li:before{
    color: #00255e;
}
#contact_us_cing .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
    
}
#contact_us_cing .breadcrumb li a:hover{
    color: #95bfff;
}
#contact_us_cing .breadcrumb li .active{
    color: #878787;
}
/* staff viewer*/
#staff_viewer .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#staff_viewer  .breadcrumb>li+li:before{
    color: #00255e;
}
#staff_viewer .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
    
}
#staff_viewer .breadcrumb li a:hover{
    color: #95bfff;
}
#staff_viewer .breadcrumb li .active{
    color: #878787;
}
/*staff sectin*/
#staff_section .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#staff_section  .breadcrumb>li+li:before{
    color: #00255e;
}
#staff_section .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
    
}
#staff_section .breadcrumb li a:hover{
    color: #95bfff;
}
#staff_section .breadcrumb li .active{
    color: #878787;
}
/*department_section sectin*/
#department_section .breadcrumb{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#department_section  .breadcrumb>li+li:before{
    color: #00255e;
}
#department_section .breadcrumb li a{
    font-size: 14px;
    line-height: 20px;
    color: #00255e;
    font-weight: normal;
    
}
#department_section .breadcrumb li a:hover{
    color: #95bfff;
}
#department_section .breadcrumb li .active{
    color: #878787;
}

#login_form ul {
    margin-left: 20px;
}
#login_form ul li {
    list-style-type: disc;
}