/* CSS Document */

/* Start css for hero form template */

.legal {font-size: .8em;}

.interior-hero.hero-form {
    position:relative;   
}
.interior-hero.hero-form .hero-form-wrapper{
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
    max-width: 1201px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width:1201px;
}

.hero-form-placeholder{
    position: absolute;
    z-index: 5;
    margin-right: 25px;
    background: rgba(255,255,255,0.9);
    padding: 23px 35px;
    width: 407px;
    max-width:100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    margin-left:25px;
    right: -6%;
}

.hero-form-placeholder h2{
    color:#0075c9;
    font-size:30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hero-form-placeholder p{
    font-size:18px;
    line-height:23.5px;
    color:#808285;
    margin-bottom: 10px;
}

.hero-form-placeholder a{
    color:#0075c9;   
}

.hero-form-placeholder ul,
.hero-form-placeholder ol{
    list-style:none;
    margin-left:0;
    padding-left:0;
    color:#808285;
    font-size:13px;
    line-height:20.83px;
    
}
.hero-form-placeholder li{
    padding-left:10px;   
}
.hero-form-placeholder li:before{
    content:"\02010";
    display:block;
    width: 10px;
    float: left;
    margin-left: -10px;
}

.hero-form-placeholder .wpcf7-form{
    padding-top:10px; width: 80%;
}
.hero-form-placeholder .wpcf7-form .row{
    margin:0 -7.5px;    
}


.hero-form-placeholder .wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: -10px;
}
.hero-form-placeholder .wpcf7-form div.wpcf7-validation-errors,
.hero-form-placeholder .wpcf7-form  div.wpcf7-mail-sent-ok{
    border: none;
    margin: 5px 0 0;
    padding: 0;
}

.hero-form-placeholder .wpcf7-form .row > div {
    padding:0 7.5px;  
}

.hero-form-placeholder input[type="text"],
.hero-form-placeholder input[type="email"],
.hero-form-placeholder input[type="number"],
.hero-form-placeholder textarea,
.hero-form-placeholder input[type="date"]{
    border: 1px solid #a1a1a1;
    padding: 5px 12px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #9b9b9b;
    height: 38px;
    margin-bottom:10px;
    background:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    border-radius:0;
}
.hero-form-placeholder input[type="submit"]{
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    background: #4FB3CE;
    border-radius: 4px;
    padding:7px 20px;
    margin-top:10px;
    line-height: 21px;
    border-right: 1px solid #35a8c7;
    border-bottom: 1px solid #31a6c6;
    border-top: 1px solid #4ab1cc;
    border-left: 1px solid #31a6c6;
}

.hero-form-placeholder ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9b9b9b;
    -webkit-opacity:  1;
}
.hero-form-placeholder :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9b9b9b;
   opacity:  1;
}
.hero-form-placeholder ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9b9b9b;
   opacity:  1;
   -moz-opacity:  1;
}
.hero-form-placeholder :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9b9b9b;
   -ms-opacity:  1;
}

.hero-form-placeholder a.button {font-weight:400; margin-top:5px;}

@media(max-width:1320px) {.hero-form-placeholder{right:-4%}}
@media(max-width:1265px) {.hero-form-placeholder{right:-2%}}
@media(max-width:1220px) {.hero-form-placeholder{right:-1%}}

@media (min-width:767px) and (max-width:1200px) {
	.hero-form-placeholder h2 {font-size:24px}
	.hero-form-placeholder p {font-size:12px; line-height: 18px;}
	.hero-form-placeholder ul, .hero-form-placeholder ol {font-size:12px;}
	.hero-form-placeholder input[type="text"], .hero-form-placeholder input[type="email"], .hero-form-placeholder input[type="number"], .hero-form-placeholder textarea, .hero-form-placeholder input[type="date"] {
		font-size:14px; height:30px;
	}
	.hero-form-placeholder input[type="submit"] {font-size:14px; margin-top: 5px}
}

@media (min-width:767px) and (max-width:1100px) {
	.hero-form-placeholder {padding-top:10px; padding-bottom: 10px;}
}


@media(max-width: 1250px){
    .interior-hero.hero-form .hero-form-wrapper{
        max-width: 100% !important;
    }   
    
}
@media all and (min-width: 767px){
    .interior-hero.hero-form{
        /*height:526px;  */
            overflow: hidden;
    }
   /* .interior-hero.hero-form > img{
        min-height:100%;
        min-width:100%;
        width: auto;
    }*/
    
}
@media all and (max-width: 767px){
    
    .hero-form-placeholder input[type="text"], .hero-form-placeholder input[type="email"], .hero-form-placeholder input[type="number"], .hero-form-placeholder textarea, .hero-form-placeholder input[type="date"] {
        font-size: 14px;
        line-height: 22px;
    }
    .hero-form-placeholder input[type="submit"] {
        font-size: 14px;
    }
    
    .interior-hero.hero-form .hero-form-wrapper {
        height: auto;
        position: relative;
        max-width: 100%;
    }
    .hero-form-placeholder {
        position: relative;
        z-index: 5;
        margin-right: 0;
        background: rgba(255,255,255,0.8);
        padding: 23px 35px;
        width: 100% !important;
        max-width: 100%;
        transform: none;
        top: 0;
        margin-left: 0;
        right: 0;
        float: left;
        clear: both;
    }
    .hero-form-placeholder h2 {
        font-size: 24px;
    }
    .hero-form-placeholder p {
        font-size: 14px;
    }
	.hero-form-placeholder .wpcf7-form{
		width: 100%;
	}
}


/* End css for hero form template */


/* Start css for password login form - PERSONAL  */

/* start blog style */



 

.job_description p,
.job_description {
     font-size: 19px;
    line-height: 27px;
    margin: 0px 0px 13px;
    color: #707070;
    font-weight: 400;  
}
.single_job_listing .company .name {
     font-size: 19px;
    line-height: 27px;
    color: #0075c9;
    font-weight: 400;  
}

.cat_arrow:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #0075c9;
    display: inline-block;
    margin-left: 5px;
    border-bottom: 2px solid transparent;
}
.cat_arrow:hover:after{
    border-top: 9px solid #fff;
}
.blog_categories_list>li{
    position:relative;  
    width:20%;
}
.blog_categories_list>li>ul>li{
    display:block !important;  
}
.blog_categories_list>li>ul>li>a{
    display:block;
    width:100%;
    color:#9ae0ff;
    text-align: left;
    padding: 6px 15px;
    padding: 10px 15px;
    font-weight: 100;
}
.blog_categories_list>li>ul{
    position:absolute;
    background:#0053a3;
    top:100%;    
    padding:5px 0;
    display:none;
    height:auto;
    width:100%;
}

.blog_categories_list>li:hover>a{
    color:#fff;   
}

.blog_categories_list>li:hover>.cat_arrow:after{
    border-top: 9px solid #fff;
}

.blog_categories_list>li:hover>ul{
    display:block;  
}
.blog_post img{
    max-width:100%;
    height:auto;
}

.blog_post{
    padding:40px 0;   
}
.pull-right{
    float:right;   
}

.blog_post h2{
    font-size: 23px;
    margin: 0px 0px 8px;
    font-weight: 500;  
    color: #0075c9;
}
.blog_post a h2{
   color: #0075c9;    
}
.blog_post a h2:hover{
    text-decoration:underline;   
}

.blog_post a{
    color:#2c6fb5;   
}
.blog_post a:hover{
    color:#6a6663;   
}

.blog_post .post_content{
    margin-top: 0; padding-top:0px;  
}

.blog_post p {
    font-size: 19px;
    line-height: 27px;
    margin: 0px 0px 13px;
    color: #707070;
    font-weight: 400;
}

.blog_post .blog_date{
    color:#65717f;   
}

.read_more_blog{
    font-size: 15px;
    text-decoration:underline;
    font-weight: 500;   
    color: #0075c9;
    margin-right: 70px;
}
.spacer{
    padding:22px;
    clear:both;
}
.read_more_blog:hover{
    text-decoration:none;   
}
.single_blog_date{
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 15px;   
}

.blog_page_section_nav{
    height:75px !important;   
}
.blog_page_section_nav .blog_categories_list,
.blog_page_section_nav .wrapper{
    max-height:75px !important; 
    min-height: 75px;
}
.yarpp-related {}

.yarpp-related ol {margin:0; padding:0}

.yarpp-related li {list-style:none; padding:10px 0; border-top:#0075c9 1px dotted;}
.yarpp-related li:first-child {border-top:none; padding-top:0}

.single-navigation{
    clear:both;
    border-top: 1px solid #ccc;
    padding: 30px 0 0;
    margin: 15px 0 0;
}

.prev_post,
.next_post,
.prev_post a,
.next_post a{
    font-weight: 500;   
    color: #0075c9;  
    font-size: 15px;
}

.single-blog-image{
    margin-bottom:15px;   
}
.visible-xs{
        display:none;   
    }

@media all and (max-width: 767px){
    .read_more_blog{
        margin-right:0;   
    }
    .blog_image{
        text-align: center;
        margin-bottom: 15px;   
    }
    .blog_page_section_nav{
        display:block !important;   
    }
    .hidden-xs{
        display:none !important;   
    }
    .blog_post .next_post{
        float:left !important;   
    }
    .hidden-xs{
        display:none;   
    }
    .visible-xs{
        display:block;   
    }
}

/* end blog style */

.login_content div.select .dropdown .list {
    z-index: 999;
}


.login_content .password_id input[type="password"]{width:100%;background:#fff; border:none;box-shadow:0px 1px 3px #CCC inset;height: 23px;padding: 0 10px;	font-size:11px;float:left; font-weight:bold;}
.login_content .password_id input[type="password"]::-webkit-input-placeholder {color: #a6a6a6;}
.login_content .password_id input[type="password"]:-moz-placeholder {color: #a6a6a6;}
.login_content .password_id input[type="password"]::-moz-placeholder {color: #a6a6a6;}
.login_content .password_id input[type="password"]:-ms-input-placeholder {color: #a6a6a6;}


.login_content .password_id input[type="text"],
.login_content .password_id input[type="password"] {
    width: 100%;
    background: #fff;
    border: none;
    box-shadow: 0 1px 3px #CCC inset;
    height: 23px;
    padding: 0 10px;
    font-size: 11px;
    float: left;
    font-weight: 700;
}
.login_content .password_id [type="submit"] {
    border: none;
    background: #707070;
    color: #fff;
    text-transform: uppercase;
    height: 24px;
    width: 50px;
    margin-left: -50px;
    margin-right: -1px;
    font-size: 11px;
    font-weight: 700;
}

.password_id{
    margin: 10px 0px;
    display: block;
    clear: both;
    float: left;
    width: 100%;   
}


/* End css for password login form - PERSONAL  */




/* START sticky submenu for inner pages */
.breadcrumb-container {
    z-index: 5;
}
.page-section-nav .container-fluid{
    background: #6DC0D6;   
}
.make_submenu_sticky{
    left: 0px;
    right: 0px;
    z-index: 2147483647;
    position: fixed;
}
/* END sticky submenu for inner pages */

#banners-slideshow .hero > img, #banners-slideshow .hero > a > img {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
    height: auto;
}
#banners-slideshow a.banner_link{
     z-index: 3;
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     padding:0;
     margin:0;
     line-height:0;
     display:block;
     height:100%;
     width:100%;
     background:rgba(255,255,255,0);
}

#banners-slideshow .banner_text a {
    color: #707070;
}

#banners-slideshow .banner_text a:hover{
    color: #707070;
}



/* Desktop Login */
body .sf-menu > li.login .login_content .access_id {
    width: 100%;
}
body .sf-menu > li.login .login_content .login_link{
    float: right;
    width: 108px; white-space:nowrap;    padding-left: 5px;
    height: 35px;
}

body .login_content div.select .dropdown {
    margin: 0px;
    padding: 0px;
    width: 139px;
}
body .login_content div.select {
    position: relative;
    float: left;
    width: 100px;
}

body .login_content .login_form {
    margin-bottom: 0;
}
body .login_content {
    padding: 10px 23px 10px 23px;
}

body .login_link a.personal_link{
    display: block;
    margin-top: 3px;
    line-height: 14px;
    font-size:9px;
    font-weight:400;
}
body .login_link a{
    line-height: 12px;
    font-size:10px;
    font-weight:400;
}
body .login_content div.select .dropdown span {
    text-transform:none;
    font-weight:400;
    letter-spacing:0;
}
body .login_content div.select .dropdown {
    background: #E88009 url("../img/dropdown_select.png") no-repeat scroll right 6px;
}
body .login_content div.select .dropdown span.visible-selection.cashManagement {
    
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-transform:none;
}
body .login_content div.select .dropdown span.visible-selection {
    font-weight: 400;
}



/* tablet login  */

body .tablet_login .login_link{
    float: right;
    width: 115px;
    height: 35px;
    text-transform: none;
    line-height: 18px;
}


body .tablet_login .login_content {padding-right:5px;}


body .tablet_login .login_link a {}
body .tablet_login div.select .dropdown span{
    letter-spacing:0;
}

body .tablet_login .login_content .access_id {
    float: right;
    width: 100%;
}


/* mobile login */
body .mobile-login .login_content {
    padding: 20px 15px;
}

body .mobile-login .login_content div.select {
    position: relative;
    float: left;
    width: 51%;
    min-width: 100px;
}
body .mobile-login .login_content div.select .dropdown {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

body .mobile-login .login_content .login_link{
    float: left;
    /*max-width: 73%;
    min-width: 180px;*/
    height: 40px;
    display: block;
    margin-left: 10px;
}
body .mobile-login .login_content div.select .dropdown span.visible-selection.cashManagement {
    white-space: nowrap;
    min-width: 100px;
    overflow: hidden;
    text-transform: none;
    width: 100%;
}
body .mobile-login .login_content .access_id {
    float: right;
    width: 100%;
    clear: both;
}
body .mobile-login .login_content div.select .dropdown span.visible-selection.cashManagement {
    letter-spacing: 0;
}






body{
    overflow-x:hidden;   
}



/* start contact form 


.contact_form_holder .wpcf7-checkbox .wpcf7-list-item input,
.contact_form_holder .wpcf7-radio .wpcf7-list-item input{
    display:none;   
}
.contact_form_holder .wpcf7-checkbox .wpcf7-list-item{
    background:url('../../../uploads/2015/12/checkbox_off.png') 14px 9px no-repeat;
    cursor:pointer;
}
.contact_form_holder .wpcf7-checkbox .wpcf7-list-item.on{
    background:url('../../../uploads/2015/12/checkbox_on.png') 14px 9px no-repeat;
}
.contact_form_holder .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
    padding-left:25px; 
    display: inline-block;
    line-height: 20px;
}

.contact_form_holder .wpcf7-radio .wpcf7-list-item{
    background:url('../../../uploads/2015/12/radio_off.png') 14px 9px no-repeat;
    cursor:pointer;
}
.contact_form_holder .wpcf7-radio .wpcf7-list-item.on{
    background:url('../../../uploads/2015/12/radio_on.png') 14px 9px no-repeat;
    cursor:pointer;
}
.contact_form_holder .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
    padding-left:25px; 
    display: inline-block;
    line-height: 20px;
}

.contact_form_holder div.capcha .wpcf7-checkbox .wpcf7-list-item{
    background-position: 14px 19px;
}



.contact_form_holder{
    padding:50px 200px;
    background:#e5e5e5;
    color:#707070;
    font-size:16px;
    font-weight:500;
}
.contact_form_holder input[type="text"],
.contact_form_holder input[type="email"]{
    box-sizing:border-box;
    width:100%;
    border:1px solid #0f7ccb;
    padding:0 5px;
    background:transparent;
    height: 32px;
}
.contact_form_holder select{
    box-sizing:border-box;
    width:100%;
    border:1px solid #0f7ccb;
    padding:0 5px;
    height:32px;
    background:#E5E5E5 url("../../../uploads/2015/12/drop_down.png") 263px center no-repeat;
    color:#707070;
}
.select_holder{
    overflow:hidden;
    position:relative;
    border-right:1px solid #0f7ccb;
    width: 320px;
}


.select_holder select{
    width:115% !important;
    height: 38px;
    
}
.contact_form_holder textarea{
    box-sizing:border-box;
    width:100%;
    border:1px solid #0f7ccb;
    padding:0 5px;
    height:135px;
    background:transparent;
    
}
.contact_form_holder label{
    display:inline-block;
    font-size:16px;
}
.contact_form_holder .row{
    margin-bottom:20px;
}
.contact_form_holder .wpcf7-checkbox,
.contact_form_holder .wpcf7-radio{
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    overflow: auto;
}
.contact_form_holder .wpcf7-checkbox .wpcf7-list-item,
.contact_form_holder .wpcf7-radio .wpcf7-list-item{
    box-sizing:border-box;
    width:50%;
    padding:0 15px;
    float:left;
    display:block;
    margin-left:0;
}
.contact_form_holder div.capcha{
    width: 50%;
    background: rgb(249, 249, 249) none repeat scroll 0% 0%;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-size: 14px;
    position:relative;
}
.contact_form_holder div.capcha .wpcf7-list-item{
box-sizing: border-box;
width: 100%;
padding: 10px 15px;
float: left;
display: block;
margin-left: 0px;
}
.contact_form_holder input[type="submit"]{
color: #FFF;
font-size: 16px;
background: #0075c9 none repeat scroll 0% 0%;
display: inline-block;
padding: 10px 25px;
text-transform: uppercase;
border-radius: 4px;
border: medium none;
font-weight: 400;
margin-top: 30px;
}
.contact_form_holder input[type="submit"]:hover{
    background:#0164aa;
}
.contact_form_holder .capcha_image{
    position:absolute;
    top:7px;
    right:10px;
}
@media all and (max-width: 960px){
    .contact_form_holder{
        padding:50px 50px;
        background:#e5e5e5;
        color:#707070;
        font-size:18px;
        font-weight:500;
    }   
}
@media all and (max-width: 767px){
    .contact_form_holder .wpcf7-checkbox .wpcf7-list-item, .contact_form_holder .wpcf7-radio .wpcf7-list-item {
        box-sizing: border-box;
        width: 100%;
    }
    .contact_form_holder div.capcha {
        width: 65%;
    }
    .contact_form_holder .col-sm-6{
        margin-bottom:10px;
    }
}
@media all and (max-width: 480px){
    .contact_form_holder{
        padding:15px;
    }
    .contact_form_holder div.capcha {
    width: 100%;
    }
    .select_holder {
        width: 280px;
    }
    .select_holder select{
        background:#E5E5E5 url("../../../uploads/2015/12/drop_down.png") no-repeat scroll 223px 0px;
    }
}


end contact form */


.scroll-box {
  width: 100%;
height: 26px;
  overflow: hidden;
  position: relative;
}
.scroll-text {
  
}
.animate_alert_bar{
   position: absolute;
  width:auto;
  left:100%;
  white-space:nowrap; 
}

.banner_absolute_container{
    position:absolute;
    left:0;
    top:0;
    /*bottom:0;
    right:0;*/
    width:100%; 
    height:100%;
}

.home-hero .wrapper {height:100%;     max-width: 1125px;}
@media all and (max-width: 1024px){
.home-hero .wrapper {max-width: 865px;}
}
@media all and (max-width: 767px){
/*  .home #banners-slideshow .owl-item:first-child .home-hero.hero>img {right:-20%;} */
}

.home-hero .wrapper div {height:100%; height:95%;}
#banners-slideshow .banner_text_positioner{
    padding:0 !important;
}
#banners-slideshow .item{
    /*height:585px;*/   
    color:#6dc0d6; 
    font-size:24px;
    line-height:31px;
    font-weight: 500;
}
#banners-slideshow  .banner_text{color:#707070;}
.banner_wrapper{
    max-width:1200px;
}
#banners-slideshow .text-align-left{
    text-align:left !important;
}
#banners-slideshow .text-align-center{
    text-align:center !important;
}
#banners-slideshow .text-align-right{
    text-align:right !important;
}
/*#banners-slideshow .text-position-left{
    float:left !important;
}
#banners-slideshow .text-position-right{
    float:right !important;
}*/
#banners-slideshow h1{
    font-size: 3.215em;
    font-size:2.715em;
    line-height: 1em;
    /*font-size:56.25em;*/
    color:#6dc0d6; color:#0075c9;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top:30px;
}
#banners-slideshow .owl-pagination{
    position: absolute;
    bottom: 112px;
    width: 100%;
    text-align: center;
    z-index: 3;
}
#banners-slideshow .owl-controls{
   
    right: 0px;
    left: 0px;
    
    bottom: 0px;
    /*
    background:url('../../../uploads/2016/01/BackgroundShadow.png') bottom center no-repeat;
    background-size: 100% 258px;
    */
    background:none;
    height:auto;

    z-index: 5;
}

@media all and (max-width: 767px){
    #banners-slideshow .owl-controls{
        position: absolute;
        right: 0px;
        left: 0px;
        top: 0;
        bottom: 0px;
        background:url('../../../uploads/2016/01/BackgroundShadow.png') center 100px no-repeat;
        background-size: 100% 258px;
    }   
    
}

#banners-slideshow .owl-pagination .owl-page{
    height: 17px;
    width: 17px;
    border:1px solid #0075c9;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    display:inline-block;
    margin:0 7px;
}
#banners-slideshow .owl-pagination .new-owl-next{
    display:inline-block;
    width:15px;
    height:24px;
    background:url('../../../uploads/2016/01/next-R.png') 0 0 no-repeat;
    margin-bottom:-6px;
    margin-left:15px;
    cursor:pointer;
}
#banners-slideshow .owl-pagination .new-owl-prev{
    display:inline-block;
    width:15px;
    height:24px;
    background:url('../../../uploads/2016/01/next-L.png') 0 0 no-repeat;
    margin-bottom: -6px;
    margin-right: 15px;
    cursor:pointer;
}
#banners-slideshow .owl-pagination .owl-page:hover,
#banners-slideshow .owl-pagination .owl-page.active{
    background:#0075c9;   
}

#banners-slideshow .owl-buttons{
    position: absolute;
    top: 50%;
   /* margin-top: -70px;*/
   margin-top:-155px;
    width: 100%;
    z-index: 5;
    height: 0;
}

#banners-slideshow .owl-buttons .owl-prev{
     /* width:33px; */
    /* height:33px; */
     width:223px;
     height:223px;
     text-indent:500px;
     overflow:hidden;
     /* background:url('../../../uploads/2016/01/Prev.png') 0 0 no-repeat; */
     background:url('../../../uploads/2016/01/LeftSliderArrow1.png') 0 0 no-repeat;
     
     position:absolute;
     left:10%;
     display:none;
     
     /*box-shadow: 0 0 45px #666;*/
}
#banners-slideshow .owl-buttons .owl-next{
     width:223px;
     height:223px;
     text-indent:500px;
     overflow:hidden;
     /* background:url('../../../uploads/2016/01/Next.png') 0 0 no-repeat; */
     background:url('../../../uploads/2016/01/RightSliderArrow1.png') 0 0 no-repeat;
     position:absolute;
     right:10%;
     display:none;
     
}

.alert_bar{
    color:#fff;
    font-size:14px;
    line-height:24px;
    background:#e88009;
    padding-top:13px;
    padding-bottom:13px;
}

.page .page-section-nav .wrapper {
    min-height: 75px;
}
.page .page-section-nav ul {
    height: 75px;
}
.page .page_content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-section-nav a {
    font-size: 15px;
}

.page-section-nav li{
    padding:0;
}
.page-section-nav .wrapper {
    display: block;
}
.page-section-nav ul {
    display: table;
    min-height: 0px;
    max-width: 100%;
    width: 100%;
}
.page_content{
    min-height:0;
}
.page_content h2 {
    font-size: 23px;
    margin: 0px 0px 5px;
    font-weight: 500;
}
.page_content p{
    font-size: 19px;
    line-height: 27px;
    margin: 0px 0px 13px;
    color: #707070;
    font-weight: 400;
}
a.button, p.button a {
    display: inline-block;
    background: #4FB3CE none repeat scroll 0% 0% padding-box;
    border-radius: 4px;
    color: #FFF;
    font-size: 18px;
    padding: 6px 20px;
    font-weight: 500;
}
.page_content h2 + h3 {
    margin-top: 6px;
}
.page_content h3 {
    font-size: 14px;
    margin: 15px 0px 20px;
    font-weight: 500;
}
.page_content ol, .page_content ul {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 13px;
    color: #707070;
    font-weight: 400;
}
.slideshow p {
    font-weight: 400;
}
.boxes .box p {
    font-weight: 400;
}








.blue_menu_link{
    background:#0052A2 !important;
    color:#fff !important;   
}
.sf-menu > li.login .login_content {
    position: absolute;
    top: 0px;
    display: none;
    z-index: 1;
}
.sf-menu > li.login:hover .login_content {
    display: block;
}
.sf-menu > li.login .login_content.active {
    display: block !important;
}

ul.members .member_details img {
    height: auto;
}

.tablet_login{
display: none;
opacity: 1;
line-height: 36px;
white-space: nowrap;
color: #FFF;
font-weight: 500;
text-transform: uppercase;
background: #C4CE59 none repeat scroll 0% 0%;
height: 38px;
}
.tablet_login>a{
padding: 0 35px;
display:block;
}
.tablet_login .login_content{
    display:none !important;
}
.tablet_login .login_content.active{
    display:block !important;
}

.tablet_login:hover{
   color: #FFF; 
   background: #b3bd4c none repeat scroll 0% 0%;
}

.sf-mega ul.megamenu_list > li > .sub-menu-container > ul > li a {
    color: #FFF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 100;
}
.sf-mega ul.megamenu_list > li.menu-header > a {
    text-transform: uppercase;
    cursor: text;
    font-size: 21px;
    line-height: 24px;
    color: #FFF;
    font-weight: 500;
}

.sf-mega {
    box-shadow: 0px 3px 3px #666;
    position: absolute;
    left: 0px;
    width: 100%;
    background: rgba(10, 120, 200, 0.9) none repeat scroll 0% 0%;
    padding: 34px 85px;
}
.sf-mega ul.megamenu_list > li > .sub-menu-container > ul {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top;
    padding-top: 1px;
}
.sf-mega ul.megamenu_list > li > .sub-menu-container > ul > li {
    margin-top: 15px;
}


.make_absolute{
    position:absolute !important;
}

.page_content .news-listing-item{
    padding:30px 0 15px 0;
    border-top:1px solid #ccc;
}
.page_content .news-listing-item:nth-of-type(1){
    border-top:none;
}
.page_content .news-listing-item:after{
    content:"";
    display:block;
    clear:both;
    height:0;
    line-height:0;
}
.page_content .news-listing-item .read-more{
    float: right;
font-weight: bold;
font-style: italic;
font-size: 16px;
}
.page_content .news-listing-item h3{
 margin-bottom:10px;   
}

.page_content .news-listing-item h4{
    color: rgb(153, 153, 153);
font-weight: 700;
font-size: 16px;
}
.page_content .news-listing-item p.button{
    text-align:right;
}
.page_content .news-listing-item p.button a{
   font-weight:normal;
   font-size: 16px;
}
.page_content .news-listing-item p.button a:hover{
 opacity:0.8;   
}


aside.news-sidebar{
    margin-top: 60px;
    font-size: 20px;
}
aside.news-sidebar ul, aside.news-sidebar ol{
    list-style:none;
    margin:20px 0;
    padding:0; 
}

aside.news-sidebar li{
    font-size:14px;   
    display:block;
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 5px;
}
aside.news-sidebar li:last-child{
   border-bottom: none; 
}
aside.news-sidebar li:before{
 content:"»";
 display:block;
 float:left;
 margin-right:5px;
 color:#0075c9;
}
aside.news-sidebar li a{
    display:inline-block;
    color:#0075c9;
}
.news-title h2,
.news-title h3,
.news-title h4{
    color:#fff;
}

/* START MOBILE MENU CODE */
@media all and (min-width:767px) and (max-width: 1024px){
    .sf-mega ul.megamenu_list > li > .sub-menu-container > ul > li {
        margin-top: 12px;
    }
    .sf-mega ul.megamenu_list > li > .sub-menu-container {
     margin-top: -2px;
    }
    .sf-mega ul.megamenu_list > li.menu-header {
        margin-bottom: 60;
    }
    #top-main-menu>li>a{
        width:194px;
    }
    .header-container .search input[type="submit"] {
        top: 11px;
        background-size: 15px auto;
        z-index: 5;
        right: 11px;
    }
    
    .header-container .search {
        position: relative;
        width: 45px;
        height: 38px;
    }
    .login.login_menu{
        display:none;
    }
    .tablet_login{
        display:block !important;
    }
    .tablet_login a{
        color:#fff;
    }
    .tablet_login .login_content{
        position: absolute;
        right: 0;
        width: 295px;
        z-index: 999;
        top: 38px;
        display:none;
    }
    .tablet_login .login_content .access_id {
        float: right;
        width: 115px;
    }
   .tablet_login .login_content input[type="submit"],
   .tablet_login #Submitbtn{
        margin-top: 0 !important;
        float: right;
    }
     .tablet_login:hover .login_content{
       display:block;   
     }
     .tablet_login .login_content.active{
        display:block !important;   
     }
     .search.active{
         background:#0052A2;
     }
     .search.active input[type="submit"]{
         opacity:1;
     }
    .header-container .search input[type="text"] {
        border: medium none;
        color: #FFF;
        font-size: 12px;
        padding: 0px 40px 0px 18px;
        background: #0052A2 none repeat scroll 0% 0%;
        height: 38px;
        width: 0px;
        position: absolute;
        top: 38px;
        right: 0px;
        z-index: 5;
        display: none;
        width: 200px;
    }
    .header-container .search.active input[type="text"]{
        display:block;
    }
    
    .sf-menu .sf-mega {
        position: absolute;
        display: none;
        top: 100%;
        left: auto;
        z-index: 99;
        width: 388px;
        right: 0 !important;
        padding: 10px 0px 15px;
    }
    .sf-menu .sf-mega .row{
        margin-right:0 !important;
        margin-left:0 !important;
    }
    .sf-menu .sf-mega .col-sm-12{
        padding:0 !important;
    }
    .sf-mega ul.megamenu_list > li {
        padding: 0 25px 0 25px !important;
    }
    
    .sf-mega ul.megamenu_list > li.menu-header > a {
        text-transform: uppercase;
        cursor: text;
        font-size: 14px;
        line-height: 20px;
        color: #FFF;
        font-weight: 400;
    }
    .sf-mega ul.megamenu_list > li > .sub-menu-container > ul > li a {
        color: #FFF;
        font-size: 13px;
        line-height: 14px;
        font-weight: 100;
    }
    .sf-mega ul.megamenu_list > li > .sub-menu-container > ul {
        display: block;
        padding-bottom: 0;
        vertical-align: top;
    }
    .sf-mega ul.megamenu_list > li {
        border-left: 1px solid #FFF;
    }
    .sf-mega ul.megamenu_list > li > .sub-menu-container > ul > li span.sub-menu-trigger {
        display: none !important;
        cursor: pointer;
        width: 12px;
        height: 10px;
        background: transparent url("../img/li_hover.png") no-repeat scroll right center / 7px auto;
        padding-left: 0px;
        padding-top: 0;
        margin-bottom: -1px;
    }
    
}

.banner_text.interior-banner_text h1 {color:#0075c9}

.equity-graphic {    width: 32.5%;margin-top: 10px !important;}
@media all and (max-width:1024px){
.equity-graphic {    width: 18.5%;}
}
@media all and (max-width:1010px){
    #banners-slideshow .banner_text{
        padding-left: 30px;
    padding-right: 30px;
    }
}
@media all and (max-width:940px){
    .top_menu > ul {
        width: 78%;
    }
}

@media all and (max-width:768px){
    .alert_bar {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        background: #e88009;
        padding-top: 7px;
        padding-bottom: 7px;
        clear: both;
        margin-top: 0;
    }
    .megamenu{
        padding-top: 70px !important;
    }
   
}
@media all and (min-width:767px) and (max-width:768px){
     #banners-slideshow .owl-pagination {
        position: absolute;
        bottom: 75px;
        width: 100%;
        text-align: center;
    }
    #banners-slideshow .owl-controls {
        position: absolute;
        right: 0px;
        left: 0px;
        top: 0;
        bottom: 0px;
        background: url('../../../uploads/2016/01/BackgroundShadow.png') center 90px no-repeat;
        background-size: 100% 258px;
    }
}
@media all and (max-width: 767px){
    #banners-slideshow .owl-buttons{
        display:none !important;
    }
    #banners-slideshow .owl-controls {
    position: absolute;
    right: 0px;
    left: 0px;
    top: auto;
    bottom: 15px;
   /* background: transparent url("../../../uploads/2016/01/BackgroundShadow.png") no-repeat scroll center 130px / 100% 258px;*/
   background:none;
}
    #banners-slideshow h1 {
        margin-top:30px !important;   
    }
    #banners-slideshow .owl-buttons {
    margin-top: -30px;
    }
   
   #banners-slideshow .owl-pagination {
        bottom:0;   
   }
  
    #menu-main-navigation-business > li > a {
        color: #FFF;
        font-weight: 400;
        font-size: 18px;
    }
    .mobile_menu .megamenu #menu-main-navigation-business > li.open > a {
        color: #002E5F;
    }
    
    .sf-mega {
        box-shadow: 0px 3px 3px #666;
        position: absolute;
        left: 0px;
        width: 100%;
        background: rgba(10, 120, 200, 0.9) none repeat scroll 0% 0%;
        padding: 30px 15px;
    }
    
    .megamenu{
        background:rgba(0,117,201,0.9);
    }   
    .megamenu #menu-main-navigation-personal{
        list-style:none;
        margin-left:0;
    }
    .megamenu #menu-main-navigation-personal.megamenu_list{
        margin-top:0 !important;
        padding: 0 !important;
    }
    .megamenu #menu-main-navigation-personal>li>a{
        color:#fff;
        font-weight:400;
        font-size: 18px;
    }
    
    .mobile_menu .megamenu #menu-main-navigation-personal>li.open>a {
        color:#002e5f;   
    }
    .megamenu #menu-main-navigation-personal>li>ul a{
        font-weight:100;
    }
    .megamenu #menu-main-navigation-personal>li>ul a:hover{
         
    }
    .mobile_menu .megamenu {
        width: 100%;
        position: absolute;
        top: 0px;
        z-index: 2;
        display:none;
    }
     .mobile_menu .megamenu ul.megamenu_list.nested-menu>li>ul>li>a {padding-top:12px;}
    .mobile_menu .megamenu ul.megamenu_list.nested-menu>li>ul>li li>a {padding-top:0;}
}
@media all and (max-width: 480px){
    #banners-slideshow .owl-pagination {
        /* bottom: 10px; */
    }
    /*
    #banners-slideshow .item p{
        display:none;
    }
    #banners-slideshow .item {
        height: 250px;
    }
    #banners-slideshow h1 {
        font-size: 42px;
        line-height: 42px;
    }
    */
}

@media all and (max-width: 375px){
    
    .megamenu #menu-main-navigation-personal>li>ul a {font-size: 16px;}
}

/* END MOBILE MENU CODE */











/* 
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    START CODE FOR BHB Direct

*/

body.site-id-2 .tablet_login{
    display:none !important;
}
body.site-id-2 .top_menu > ul {
    width:100%;   
}

body.site-id-2 .top_mobile_menu_button{
    display:none;   
    z-index: 3;
    position: relative;
    right: 15px;
    margin-top: 10px;
    width: 31px;
    height: 30px;
    background: url(../img/menu.png) no-repeat;
    background-size: cover;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}
body.site-id-2 .top_mobile_menu_button.active {
    background: url(../img/menu_white.png) no-repeat;
    background-size: cover;
}

@media all and (max-width: 767px){
   body.site-id-2 .header-container.bhbdirect{
        height:70px;
    }
  body.site-id-2 .top_header { 
    display:block !important;   
    float: right;
    background: transparent !important;
  }
  body.site-id-2 .top_mobile_menu_button{
    display:block;   
  }
  body.site-id-2 .top_menu{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;   
    width: 100%;
    z-index: 2;
    padding: 70px 0 0;
    min-height: 100vh;
    background: rgba(0,117,201,0.9);
    display:none;
  }
  body.site-id-2 .top_menu #menu-bhb-direct-menu{
    margin-top: 0 !important;
    padding: 0 !important;   
    list-style: none;
    margin-left: 0;
    display: block !important;
  }
  body.site-id-2 .top_menu #menu-bhb-direct-menu > li{
    float: none;
    width: 100%;
    padding: 0;
    border-top: 1px solid #8ec2e7;   
    text-align:left;
    position: relative;
    color: #fff;
  }
  body.site-id-2 .top_menu #menu-bhb-direct-menu > li > a{
    color: #fff !important;
    font-weight: 700 !important;
    padding:  12px 30px 12px 30px;
    font-size: 18px;   
    text-transform: uppercase;
    text-decoration:none !important;
    line-height: 1.35em;
    opacity: 1;
  }
  body.site-id-2 .top_menu #menu-bhb-direct-menu > li.current-menu-item > a,
  body.site-id-2 .top_menu #menu-bhb-direct-menu > li > a:active,
  body.site-id-2 .top_menu #menu-bhb-direct-menu > li > a:hover,
  body.site-id-2 .top_menu #menu-bhb-direct-menu > li > a:focus{
    color: #002e5f !important;   
    background:transparent !important;
    text-decoration:none !important;
    opacity: 1;
  }
}

@media all and (max-width: 640px){
    body.site-id-2 .top_mobile_menu_button{
        margin-top:16px;   
    }
}

/* 

    END CODE FOR BHB Direct
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/
