
.phn_topd  {
	width: 100%;
	background-color: transparent;
	display: block;
	padding: 10px 0;
}

.phn_topd a{
	color: #fff;
}

.phn_topd span{
	margin: 0 auto;
	display: block;
	text-align:right;
	color: #fff;
}

.fotr-cta strong{
	font-weight: bold;
}
.d-none{
	display:none;
}

.overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 0;
}
.fotr-cta{
	display: block;
	margin-top: 15px;
	color: #fff;
}

* {margin: 0px;padding: 0px;list-style: none;}
*:focus {outline: none;}
img {max-width: 100%;height: auto;}

body {font-size: 14px;font-family: 'PT Sans', sans-serif;color: #666;}
a {-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;}
a:hover, a:focus {color: inherit;    text-decoration: none;}
ul {list-style: none;padding: 0;margin: 0;}
h1, h2, h3, h4, h5, h6 {font-family: 'PT Sans', sans-serif; margin: 0;}
footer,header,section,div,a,span,li,p,td{font-family: var(--secondary-font-family);}
p{margin: 0;}
.d-flex{display: flex;}
.sprite{background: url(../images/sprite.png);}

.hdng{
    color: #052f47;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 40px 0;
        font-size: 30px;
}
.hdng:after{width:100% !important;left:0 !important;}

:root {
  --lblue: #31708f;
  --dblue:#093f59;
  --lgreen: #83b177;
  --dgreen: #697965;
  --primary-font-family: 'PT Sans', sans-serif;
  --secondary-font-family:  'PT Sans', sans-serif;
}
.pad-0{padding: 0;}
.bb-white{border-bottom: 1px solid #fff;}

header{
    position: absolute;
    width: 100%;
    z-index: 9;
}
header .logo{display: inline-block;}
header .logo figure{}
header .logo figure img{}
a.logo {
    width: 20%;
}
a.logo img {
    max-width: 100%;
}

.top-bar{background: transparent;/* overflow:hidden; */
/*padding: 15px 0;*/
    
}
.top-bar .container {
    background: #052f47;
    padding: 20px;
}
.main-navigation ul {}
.main-navigation ul li {display:inline-block;position:relative;}
.main-navigation ul li a {color:#fff;padding:10px 30px;display: block;}
.main-navigation ul li.home {font-size: 0px;}
.main-navigation ul li.home a:before {background: url(../images/sprite.png) -18px -18px no-repeat;content: " ";height: 21px;width: 23px;font-size: 0px;display: inline-block;position: absolute;top: -5px;}
.main-navigation ul li:before  {content: "  ";position: absolute;background: #e81a26;height: 18px;width: 1px;top: 10px;}

.main-navigation ul li .dropdown{position: absolute;z-index: 1;width: 200px;background: #e81a26;top: 100%;display:none;}
.main-navigation ul li .dropdown.dp2{width: 240px;}
.main-navigation ul li .dropdown.dp3{width: 280px;}
.main-navigation ul li:hover .dropdown{display:block;}
.main-navigation ul li .dropdown ul{}
.main-navigation ul li .dropdown ul li{}
.main-navigation ul li .dropdown ul li:before{display:none;}
.main-navigation ul li .dropdown ul li a{}

.nobefore:before  {content: " "; display:none}
.be-member a {border: 2px solid #ccc;border-radius: 5px;padding: 4px 15px !important;}
.home-banner {min-height:500px;position: relative;padding-top: 170px;background-size: cover !important;}
.home-banner-text {
    position: absolute;
    color: #fff;
    padding-right: 80px !important;
    padding: 10px 0 13px;
    font-family: 'Lato', sans-serif;
}
.home-banner-text h1{
    text-transform: uppercase;
    font-size: 53px;
    font-weight: 900;
    line-height: 56px;
    font-family: 'Lato', sans-serif;
}
.home-banner-text h5{
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 7px;
}
.home-banner-text p{
    font-size: 17px;
}
.home-banner-text:after  {content: "  ";height: 5px;width: 235px;background: #052f47;display: block;margin-top: 10px;}
.home-banner-text:before  {content: "  ";border: solid #ccc 1px;height: 156px;display: block;position: absolute;width: 700px;border-bottom: 0;border-left: 0;top: 27px;left: 368px;}

@media only screen and (max-width: 575px) {
    .home-banner-text:before{
        left: 0px;
        width: 0px;
    }
}

.quick-links {background: url(../images/quick-links-bg.png) no-repeat #eceef0;padding: 20px 65px 18px 28px;margin-top: 55px;}
.quick-links li {position: relative;}
.quick-links li a {
    font-size: 16px;
    padding: 4px 0 3px 23px;
    display: block;
    border-bottom: 1px solid #b1b3b5;
    color: #383838;
}
.quick-links li::after  {background: url(../images/sprite.png) -87px -10px no-repeat;content: " ";height: 30px;width: 23px;font-size: 0px;display: inline-block;position: absolute;top: -4px;}
.quick-links h2 {font-family: 'Lato', sans-serif;color: #052f47;font-size:24px;font-weight: 600;margin-bottom: 7px;}



.mainhd{font-size: 35px;font-weight: 700;}
.before-after{position: relative;display: block;}
.before-after:before{content: "";position: absolute;height: 5px;width: 235px;background: #052f47;left: 0;bottom: -20px;z-index: 1;}
.before-after:after{content: "";position: absolute;height: 2.5px;width: 68%;background: #dddddd;bottom: -19px;left: 235px;}

@media only screen and (max-width: 575px) {
    .before-after:after{
        width: 50%;
        left: 85px;
    }
}


@media only screen and (max-width: 1400px) {
      .fold-2:before{display: none;}
  .fold-2:after{display: none;}
}

@media only screen and (max-width: 767px) {

 

.phn_topd span{
	max-width: 1170px;
	margin: 0 auto;
	display: block;
	text-align:center;
}

}






footer{background: #052f47;padding: 40px 0;}
footer .row.top{align-items: center;justify-content: center;display: flex;flex-direction: row;margin-bottom: 40px;}
footer .top{}
footer .footer-nav{color: #fff;/* padding: 0 0 40px; */}
footer .footer-nav a{font-size: 14px;margin: 0;padding: 0;display: inline-block;color: #fff;margin: 0 0 20px 0;}
footer .footer-nav p{font-size: 14px;margin: 0;padding: 0;display: block;}

footer .row.disc{}
footer .disc p{font-size: 14px;margin: 0;color: #fff;border-top: 1px solid #fff;padding: 40px 0 0;}
footer .disc p strong{display: block;}





.below-banner{}
.below-baner-ltext{padding: 40px 0 0;}
.below-baner-ltext h3{color: #052f47;text-transform: uppercase;line-height: 1;margin: 0 0 3px 0;font-weight: 700;font-size: 34px;}
.below-baner-ltext h4{color: #052f47;font-size: 17px;line-height: 1;margin: 0 0 40px 0;display: block;}
.below-baner-ltext p{font-size: 17px;color: #515151;}

.banner-1{
    p{
        font-size: 17px;
    }
}

.below-banner-heading{
    padding: 30px 0 30px;
}

.heading p{
    margin: 0 0 12px;
}


.bb-list{padding: 56px 0 0;}


.bblist-box{min-height: 151px;margin: 0 20px 40px 0;padding: 20px;}
.bblist-box.lb{background: #052f47;}
.bblist-box.lb2{background: #ff7a00;}
.bblist-box.lb3{background: #052f47;}
.bblist-box.lb4{background: #ff7a00;}


.bblist-box span.sprite{width: 37px;height: 33px;display: block;}
.bblist-box span.sprite.bb1{background-position: -21px -72px;}
.bblist-box span.sprite.bb2{background-position: -19px -141px;}
.bblist-box span.sprite.bb3{background-position: -25px -205px;}
.bblist-box span.sprite.bb4{background-position: -22px -265px;}
.bblist-box p{font-size: 16px;color: #fff;margin: 0;padding: 14px 0 0;display: block;}
.bblist-box p.pppa{}
.bblist-box p.pppara{font-size: 18px;}



.rsb-upcomming-events{background: #ff7a00;padding: 20px 30px; margin-top:28%;}
.rsb-upcomming-events h2{font-size: 24px;color: #fff;text-transform: uppercase;font-weight: 700;margin: 0 0 10px 0;}
.rsb-upcomming-events .onerow{padding: 12px 0;display: flex;flex-flow: row;align-items: center;}
.rsb-upcomming-events .onerow span.sprite{display: inline-block;width: 31px;height: 30px;margin: 0 13px 0 0;}
.rsb-upcomming-events .onerow span.sprite.ue-1{background-position: -84px -76px;}
.rsb-upcomming-events .onerow span.sprite.ue-2{background-position: -82px -141px;}
.rsb-upcomming-events .onerow span.sprite.ue-3{background-position: -77px -200px;}
.rsb-upcomming-events .onerow p{font-size: 16px;color: #fff;line-height: 1.1;}


.home-news{background: #1c499a;padding: 20px 30px;margin: 0 0 20px 0;}
.home-news h2{font-size: 24px;color: #fff;text-transform: uppercase;font-weight: 700;margin: 0 0 20px 0;}
.hnews-wrapper{}
.hnews-wrapper .item{}
.hnews-wrapper .item p{color: #fff;font-size: 14px;padding: 0 10px 0 0;margin: 0;}
.hnews-wrapper .item p strong{font-size: 16px;display: block;padding: 0 0 5px 0;}
.hnews-wrapper .item p + p{padding: 15px 0 0 0;}



.slick-dots{}
.slick-dots li{width: unset;height: unset;}
.slick-dots li button{width: unset;height: unset;}
.slick-dots li button:before{opacity: 1;color: unset;width: 10px;height: 10px;content: "";background: #fff;border-radius: 50%;}

.slick-dots li.slick-active{}
.slick-dots li.slick-active button{}
.slick-dots li.slick-active button:before{content: "";background: #e81a26;opacity:1;color: unset;}



.cta{margin: 0 0 20px;}
.cta figure{position: relative;}
.cta figure img{width: 100%;}
.cta figure a.learn{position: absolute;text-transform: uppercase;padding: 6px 14px;font-size: 14px;color: #1c499a;right: 20px;bottom: 10px;background: #fff;font-weight: 700;}
.cta figure a{}



.homebig-boxes{margin: 0 0 40px 0;}

.hbb-head{background: #052f47;padding: 15px 20px;}
.hbb-head h3{font-size: 16px;text-transform: uppercase;font-weight: 700;color: #fff;line-height: 1;}
.hbb-body{border: 1px solid #d4d4d4;padding: 20px;min-height: 200px;}
.hbb-body .hbb-bodytop{display: flex;align-items: center;margin: 0;}
.hbb-body .hbb-bodytop figure{width: 180%;}
.hbb-body .hbb-bodytop figure img{}
.hbb-body .hbbb-text{padding: 0 0 0 20px;}
.hbb-body .hbbb-text p{font-weight: 500;color: #515151;font-size: 16px;padding: 0 0 10px 0;}
.hbb-body .hbbb-text a{font-size: 14px;text-decoration: underline;}



.hbb-body-fot{}
.hbb-body-fot figure{}
.hbb-body-fot figure img{}




.mission-vision{padding: 40px 0;background: #f2f2f2;}
.mv-wrapper{margin: 0 0 30px 0;}
.mv-wrapper h2{font-size: 29px;color: #052f47;font-weight: 700;text-transform: uppercase;margin: 0 0 50px 0;}
.mv-wrapper h2:before{width: 85px;}
.mv-wrapper h2:after{width: 50%;left: 85px;background: #c5c5c5;}
.mv-wrapper p{position: relative;font-size: 17px;color: #515151;padding: 0 0 0 0;line-height: 1.9;}
.mv-wrapper p:before{content: "";position: absolute;width: 30px;height: 26px;background: url(../images/sprite.png);z-index: 1;background-position: -156px -47px;left: 0;top: -9px;}
.mv-wrapper p:after{content: "";position: absolute;width: 30px;height: 25px;background: url(../images/sprite.png);z-index: 1;background-position: -221px -47px;}



.message-president{background: url(../images/mp-bg.jpg)no-repeat center;background-size:cover;padding: 40px 0;position: relative;}
.message-president h2{color: #fff;font-size: 29px;text-transform: uppercase;font-weight: 700;margin: 0 0 40px 0;}
.mp-wrapper{}
.mp-wrapper p{position: relative;font-size: 16px;color: #fff;padding: 0 0 0 0;line-height: 2;}
.mp-wrapper p:before{content: "";position: absolute;width: 30px;height: 26px;background: url(../images/sprite.png);z-index: 1;background-position: -156px -8px;left: 0;top: -2px;}
.mp-wrapper p:after{content: "";position: absolute;width: 30px;height: 25px;background: url(../images/sprite.png);z-index: 1;background-position: -215px -8px;}
.mp-wrapper span{font-size: 14px;color: #fff;padding: 30px 0 0 0;display: block;    font-weight: 700;}




.inner .home-banner-text{margin: 80px 0 0 0;}
.inner .home-banner-text:before{display: none;}
.inner .home-banner-text h1{}
.inner .home-banner-text h1:before{content: " "; border: solid #ccc 1px; height: 1px; display: block; position: absolute; width: 30%; border-bottom: 0; border-left: 0; top: 27px; right: -120px;}



.inner .below-baner-ltext h3{margin: 0 0 50px 0;line-height: 1.3;}


.glob-chap-wrapper{background: url(../images/global-cha.png)no-repeat center;min-height: 365px;background-size: cover;margin: 64px 0 40px 0;display: flex;align-items: center;justify-content: center;flex-flow: column;}
.glob-chap-wrapper h3{font-size: 35px;color: #052f47;font-weight: 700;text-transform: uppercase;margin: 0 0 9px !important;}
.glob-chap-wrapper p{font-size: 16px;color: #515151;text-align: center;padding: 10px 97px;}




.nopad{padding: 0 !important; }


.about-associa{min-height: 200px;}


.about-associa.hbb-body .hbb-bodytop{margin: 0;padding: 0 40px 0 0;}
.about-associa.hbb-body h4{font-size: 19px;color: #052f47;font-weight: 600;margin: 0 0 20px 0;}
.about-associa.hbb-body .hbb-bodytop figure{width: 124%;}

.inner .home-banner-text.accre-home:before{width: 150px; left: unset; right: -90px;top: 39px;}




.abc{}
.abc h4{font-size: 34px;color: #052f47;font-weight: 700;text-transform: uppercase;}
.abc h4:after{width: 100%;left: 0;z-index: 0;}
.accre-list{margin: 50px 0 0 0;font-size: 0;}
.accre-list .item{text-align: center;position: relative;display: inline-block;width: 17%;vertical-align: top;float: left;padding: 20px 10px;border: 5px solid #e81a26;border-radius: 24px;margin-right: 40px;margin-bottom: 44px;height: 300px;}
.accre-list .item:before{position: absolute;content: "";width: 57px;height: 55px;background: url(../images/arrow-gray.png)no-repeat center;top: 0;bottom: 0;right: -56.2px;margin: auto;z-index: 3;}
.accre-list .item.blue{border: 5px solid #ff7a00;}
.accre-list .item.blue:before{background: url(../images/arrow-blue.png)no-repeat center;right: -55.2px;}
.accre-list .item:last-child{margin-right:0; }
.accre-list .item:last-child:before{display:none;}
.accre-list .item h4{font-size: 23px;color: #092e6c;font-weight: 700;margin: 20px 0;text-transform: unset;}
.accre-list .item p{font-size: 16px;color: #515151;}
.accre-list .item span.sprite{display: block;width: 52px;height: 52px;margin: auto;}
.accre-list .item span.sprite.ro{background-position:  -10px -376px;}
.accre-list .item span.sprite.sd{background-position: -95px -376px;}
.accre-list .item span.sprite.cs{background-position: -170px -376px;}
.accre-list .item span.sprite.ep{background-position: -257px -370px;}
.accre-list .item span.sprite.as{background-position: -350px -375px;}




.accre-list-top{margin: 56px 0 0 0;}
.accre-list-top-2{margin: 40px 0 0 0;}
.accre-list-top .col-md-4{}
.alt-box{text-align: center;border: 1px solid #cbcbcb;min-height: 429px;margin: 0 17px 40px 0;}
.alt-box figure{}
.alt-box figure img{width: 100%;}
.alt-box h5{font-size: 19px;color: #092e6c;font-weight: 700;padding: 10px;}
.alt-box p{font-size: 16px;color: #515151;padding: 10px;}



.locations{padding: 0 30px 20px 0;}
.locations h5{font-weight: 700;font-size: 22px;color: #1c499a;padding: 0;margin: 0 0 20px 0;}
.locations h5:before{width: 40%;bottom: -10px;}
.locations h5:after{width: 100%;left: 0;bottom: -9px;}
.locations p{position: relative;padding: 0 0 5px 20px;font-size: 16px; color: #515151;}
.locations p:before{background: url(../images/sprite.png) -87px -10px no-repeat;content: " ";height: 30px;width: 23px;font-size: 0px;display: inline-block;position: absolute;left: 0;top: -8px;}
.locations p + p{}
.locations.pinilne p{display: inline-block;width: 49%;vertical-align: top;padding: 0 0 5px 20px;}


.map-image{margin: 40px 0;}
.map-image img{}



.accre-model-top{}
.below-baner-ltext .accre-model-top{background: #f1f1f1;padding: 10px;margin: 0 0 40px 0;}
.below-baner-ltext .accre-model-top h3{font-size: 32px;font-weight: 700;text-transform: uppercase;color: #052f47;margin: 0 0 15px;padding: 0;}
.below-baner-ltext .accre-model-top h3:after,.below-baner-ltext .accre-model-top h3:before{bottom: -9px;}
.below-baner-ltext .accre-model-top p{font-size: 16px;color: #515151;font-style: italic;font-weight: 600;}



.criterion{}
.criterion h3{}
.criterion h3:before{}
.criterion h3:after{}
.criterion h5{font-size: 16px;font-weight: 700;color: #000;margin: 0 0 20px 0;padding: 0;line-height: 1.4;}
.criterion h5 em{font-size: 15px;line-height: 1.4;}
.criterion p{font-size: 18px;color: #515151;margin: 0 0 20px 0;line-height: 1.7;}
.criterion p .style-list{color: #052f47;font-weight: 700;padding: 0 10px 0 0;}
.criterion figure{margin: 0 0 20px 0;}
.criterion figure img{width: 100%;}




.fold-2{position: relative;background: #f1f1f1f1;padding: 40px 0;overflow: hidden;background-blend-mode: multiply;}
.fold-2:before{content: "";background: url(../images/accremodel-3.png)no-repeat;width: 253px;height: 645px;left: 0;z-index: 1;position: absolute;opacity: .4; display:none;}
.fold-2:after{content: "";background: url(../images/accremodel-4.png)no-repeat;width: 253px;height: 645px;right: 0;position: absolute;bottom: 0; display:none;}
.criterion.common-criterion{}
.criterion.common-criterion h3{color: #052f47;text-transform: uppercase;margin: 0 0 40px 0;font-weight: 700;font-size: 23px;}
.criterion.common-criterion h3:before{}
.criterion.common-criterion h3:after{width: 100%;left: 0;}
.criterion.common-criterion  h5{font-size: 18px;color: #515151;font-weight:700;}
.fold-3{padding: 40px 0;}



.business-boxex-wrapper{}
.business-boxex-wrapper .col-md-6.nopad.frst-6{padding: 0 20px 30px 0 !important;}
.business-boxex-wrapper .col-md-6.nopad.sec-6{padding: 0 0 30px 20px !important;}
.business-boxex-wrapper h4{font-size: 27px;color: #052f47;font-weight: 700;text-transform: uppercase;margin: 0 0 10px 0;}
.business-boxex-wrapper figure{}
.business-boxex-wrapper figure img{width: 100%;}
.business-boxex-wrapper p{font-size: 17px;color: #515151;padding: 10px 30px 20px 0px;}


.bus-lastfold{min-height: 446px;background:url(../images/accrebusines-7.png)no-repeat center;background-size: cover;position: relative;padding: 80px 0;margin: 50px 0 0 0;}
.bus-lastfold:before{position: absolute;content: "";background:url(../images/man.png)no-repeat center;width: 436px;height: 496px;left: -90px;right: 0;top: -51px;margin: auto;}
.blf-box{}
.blf-box h3{font-size: 27px;color: #fff;margin: 15px 0 10px;font-weight: 700;}
.blf-box p{font-size: 15px;color: #fff;}
.blf-box .sprite{width: 107px; height: 99px;display: block;}
.blf-box .sprite.blf-1{background-position:  -22px -485px; }
.blf-box .sprite.blf-2{background-position:  -182px -480px;}



.eval-wrapper{background:url(../images/equali-bg.jpg)no-repeat center;background-size: cover;padding: 40px 0;margin: 40px 0 0 0;}
.eval-wrapper h3{font-size: 25px;color: #052f47;font-weight: 700;text-transform: uppercase;margin: 0 0 30px 0;}
.eval-wrapper h3:after,.eval-wrapper h3:before{bottom: -12px;}
.eval-wrapper p{font-size: 16px;color: #515151;} 
.eval-wrapper p strong{display: block;    padding: 30px 0 0 0;}



.benefits-evalu{padding: 40px 0;}
.benefits-box{padding: 40px 30px 20px 30px;min-height: 410px; position:relative}
.benefits-box .content{ position:absolute;}
.benefits-box h3{font-size: 28px;color: #fff;font-weight: 700;margin: 0 0 10px 0;}
.benefits-box p{padding: 0 0 20px 0;color: #fff;font-size: 16px;}
.benefits-box p span{}


.last-fold-equa{margin: 40px 0 0 0;position: relative;}
.last-fold-equa figure{}
.last-fold-equa figure img{}
.last-fold-equa .egilibi{position: absolute;background: #fff;padding: 30px;right: 0;top: 90px;box-shadow: 7px 14px 0 0 #cfd4d8a1;border: 1px solid #cbcbcb;}
.last-fold-equa .egilibi h3{margin: 0 0 20px 0;font-size: 25px;font-weight: 700;color: #052f47;}
.last-fold-equa .egilibi h3:after,.last-fold-equa .egilibi h3:before{bottom: -12px;}
.last-fold-equa .egilibi p{font-size: 15px;color: #515151;}
.last-fold-equa .egilibi p strong{}




.inner .home-banner-text .abt:before{width: 758px; top: 45px; right: -720px;}
.inner .home-banner-text .accre-modl{font-size: 42px;}
.inner .home-banner-text .accre-modl:before{width: 24%;top: 40px;}
.inner .home-banner-text .acadmc-accre{font-size: 42px;line-height: 1.4;}
.inner .home-banner-text .acadmc-accre:before{top: 36px;width: 50%;}
.inner .home-banner-text .bus-accre{font-size: 42px;}
.inner .home-banner-text .bus-accre:before{top: 36px;}
.inner .home-banner-text .equali{font-size: 42px;}
.inner .home-banner-text .equali:before{top: 36px; width: 40%;}
.inner .home-banner-text .equali-working{font-size: 42px;}
.inner .home-banner-text .equali-working:before{top: 40px;}
.inner .home-banner-text .glbl{font-size: 42px;}
.inner .home-banner-text .glbl:before{top: 38px; width: 28%;}
.inner .home-banner-text .nws{font-size: 42px;}
.inner .home-banner-text .nws:before{width: 600px; top: 37px; right: -550px;}
.inner .home-banner-text .mmbr-hd{    font-size: 42px;}
.inner .home-banner-text .mmbr-hd:before{    top: 40px;}
.inner .home-banner-text .trm-pol:before{display: none;}


.inner .home-banner-text .srch{font-size: 42px;}
.inner .home-banner-text .srch:before{top: 40px;}




.pri-terms{padding: 40px 0;}
.pri-terms p{}
.pri-terms p strong{    font-size: 28px;}



.news-wrapper{}
.news-wrapper figure{margin: 0 0 20px 0;}
.news-wrapper figure img{width: 100%;}
.news-wrapper p a{text-decoration: underline; display: inline-block; padding: 0 0 0 10px; font-weight: 700;}



.events{background: #626262;padding: 30px;min-height: 210px;margin: 20px 0 0;}
.events h2{color: #fff;font-size: 24px;text-transform: uppercase;font-weight: 700;margin: 0 0 10px 0;}
.events h3{color: #fff;font-size: 19px;font-weight: 700;margin: 0 0 10px 0;}
.events p{color: #fff;font-size: 14px;}
.events a{color: #fff;font-size: 14px;margin: 20px 0 0 0;display: inline-block;text-decoration: underline;}

.events + .events{background: #4e4e4e;}
.events + .events + .events{background: #252525;margin: 20px 0 20px 0;}


.home-news + br{display: none}



.mmbr-wrapr h3{margin: 0 0 40px 0}
.mmbr-wrapr h3:after{width: 100%;left: 0;}


.mmbr-bbwrapper{background: #dfe7ea;font-size: 0;}
.mmbr-bbwrapper .col-md-6{float: none;display: inline-block;vertical-align: top;}
.mmbr-bbwrapper figure{text-align: center;}
.mmbr-bbwrapper figure img{}
.mmbr-bbwrapper h4{font-size: 19px;color: #515151;margin: 0 0 20px 0;line-height: 1.4;padding: 23px 0 0 0;}
.mmbr-bbwrapper h5{position: relative;font-size: 30px;color: #1c499a;text-transform: uppercase;margin: 0 0 30px 0;font-weight: 700;}
.mmbr-bbwrapper h5:before{content: "";position: absolute;height: 5px;width: 100px;background: #1c499a;left: 0;bottom: -20px;z-index: 1;}
.mmbr-bbwrapper h6{font-size: 19px;color: #515151;font-weight: 700;line-height: 1.3;padding: 0 0 24px 0;}



.mmbr-lastfold{background: #1c499a;padding: 40px 0;}
.mmbr-lastfold .col-md-12{display: flex;align-items: center;}
.mmbr-lastfold figure{padding: 0 50px 0 40px;}
.mmbr-lastfold figure img{}
.mmbr-lastfold h3{font-size: 41px;font-weight: 700;color: #fff;text-transform: uppercase;margin: 0 0 10px 0;}
.mmbr-lastfold p{font-size: 14px;color: #fff;}



.equacert p{font-size: 16px;}
.style-list-two{width: 12px;height: 12px;border-radius: 50%;background: #ff7a00;display: inline-block;margin: 0 15px 0 0;vertical-align: top;}
.profes-wrpr{}
.profes-wrpr h2{color: #052f47; text-transform: uppercase; line-height: 1; margin: 0 0 40px 0; font-weight: 700; font-size: 34px;}
.profes-wrpr h2:before{}
.profes-wrpr h2:after{}
.profes-wrpr .benefits-box{min-height:440px;}
.profes-wrpr .benefits-box h3{margin: 0 0 20px 0;}
.profes-wrpr .benefits-box p{font-size: 17px;padding: 0;display: inline-block;width: 90%;vertical-align: top;line-height: 1;}
.profes-wrpr .benefits-box div{padding: 0 0 25px 0;}



.pros-lastfold{padding: 40px 0;}
.pros-lastfold h3{color: #052f47; text-transform: uppercase; line-height: 1; margin: 0 0 40px 0; font-weight: 700; font-size: 34px;}
.pros-lastfold h3:before{}
.pros-lastfold h3:after{}
.pros-lastfold .steps-list{}
.pros-lastfold .steps-list ul{
    background: url(../images/profess-steps.png)no-repeat center;
    min-height: 274px;
    margin: 50px 0 40px 0;
    font-size: 0;
    padding: 90px 0 0 67px;
}
.pros-lastfold .steps-list ul li{
    display: inline-block;
    width: 196px;
    vertical-align: top;
    text-align: center;
    margin-right: 75px;
    padding: 10px 10px 0;
    position: relative;
    min-height: 104px;
}
.pros-lastfold .steps-list ul li p{
    font-size: 16px;
    color: #fff;
}

.pros-lastfold .steps-list ul li:last-child{margin-right:0;}

.pros-lastfold .steps-list ul li span{position: absolute;text-transform: uppercase;font-size: 18px;color: #515151;font-weight: 700;left: 0;right: 0;bottom: -133px;}







.search-wrapper{padding: 40px 0;}
.search-wrapper h2{margin: 0 0 16px 0;font-size: 34px;color: #052f47;font-weight: 700;text-transform: uppercase;}
.search-wrapper h2:after,.search-wrapper h2:before{bottom: -10px;}
.search-wrapper p{font-size: 17px;color: #515151;padding: 5px 0 20px 0;}
.search-wrapper table{margin: 40px 0 0 0;}
.search-wrapper table thead{}
.search-wrapper table thead tr{}
.search-wrapper table thead tr th{padding: 34px;background: #052f47;color: #fff;border-right: 1px solid #6180b7;text-align: center;}
.search-wrapper table tbody{}
.search-wrapper table tbody tr{}
.search-wrapper table tbody tr td{}



.address-here:before{
    content: "1624 Muttontown Road, Bremerton, WA Washington";
    display: inline-block;
    color:#9a9a9a;
}

.address-footer{
    color: rgba(181,181,181,1.00);
}


.alphabet{
    padding: 10px;
    background: #f0f0f0;
    font-weight: 700;
    font-size: 18px;
    color: #515151;
    margin: 0 0 20px 0;
}

.alphabet span:first-child{
    width:60px;
}

.alphabet span{
    display: inline-block;
    padding: 6px;
    height: 30px;
    width:30px;
    background-color: #fff;
    margin: 0 4px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}


.alphabet span:hover , .alphabet span.active{
    background-color:#ff7a00;
    color: #fff;
}
[name="listing-uni_length"] {
background: #f0f0f0;
}
.dataTables_wrapper .dataTables_filter input {
background: #f0f0f0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #1c499a !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #515151 !important;
    font-size: 16px;
    font-weight: 700;
}

table.dataTable tbody td{padding: 25px 10px !important;}
table.dataTable tbody td:nth-child(2) {
    text-align: center !important;
}


.button-box{
    border: 1px solid #cbcbcb;
    text-align: center;
    padding: 25px;
    min-height: 290px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: .2s all linear;
}

.button-box:hover .button-hover{
    bottom: 50px;
}

.button-box:hover{
    background: #1c499a;
}

.button-box:hover img{
    opacity: 0;
}

.button-hover{
    position: absolute;
    bottom: -200px;
    transition: .3s all linear;
    padding: 0px 10px;
}

.button-box h4{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.button-box p{
    font-size: 16px;
    color:#fff;
    padding-bottom: 20px;
}

.btn-primary{
    padding: 10px 20px;
    background-color: #ffffff;
}

.btn-primary span{
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    position: relative;
    color:black;
  }

  .btn-primary span:after{
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
  }

  .btn-primary:hover span {
    padding-right: 20px;
    color:#fff;
  }

  .btn-primary:hover span:after {
    opacity: 1;
    right: 0;
  }

.media-logos {
    margin: 20px 0;
}

.logo-container{
    border: 1px solid #cbcbcb;
    min-height: 290px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.global-tabs-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.global-tabs-nav ul li {
    display: inline-flex;
    margin-bottom: 20px;
}

.global-tabs-nav ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0px 40px;
    background-color: #e81a26;
    position: relative;
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.global-tabs-nav ul li a span{
    position: relative;
}

.global-tabs-nav ul li a:before{
   content: "";
   position: absolute;
   top:0;
   left:0;
   width: 0;
   height: 100%;
   transition: .3s all linear;
}

.global-tabs-nav ul li:hover a:before{





    background-color: #1c499a;
    color: #fff;
    width: 100%;
}

.tab-section{
    padding:40px 0;
}
/*NAVIATION*/
.navigation .menu {
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
}
 .navigation .menu > li {
	 padding: 0 0 0 40px;
	 position: relative;
}
 .navigation .menu > li > a {
	 font-size: 14px;
	 color: #fff;
	 display: block;
	 position: relative;
	 padding: 6px 0;
	 transition: all 0.35s ease;
	 /* text-transform: uppercase; */
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .navigation .menu > li > a i {
	background: url(../images/sprite.png) -126px -8px no-repeat;
	content: " ";
	height: 30px;
	width: 23px;
	font-size: 0px;
	display: inline-block;
	position: absolute;
	top: -2px;
	right: -28px;
}
 .navigation .menu > li > a.is--active {
	 color: #fff;
}
 .navigation .menu > li > a.member {
    padding: 10px 20px;
    border: 1px solid #ff7a00;
    background-color: #ff7a00;
    margin-left: 15px;
}
 .navigation .menu > li > a.btn {
	 padding: 14px 41px;
}
 .navigation .menu > li:hover a, .navigation .menu > li.is--active a {
	 color: #fff;
}
 .navigation .menu > li:hover a:last-child:before, .navigation .menu > li.is--active a:last-child:before {
	 display: none;
}
 @media (min-width: 992px) {
	 .navigation .menu > li:hover .dropdown, .navigation .menu > li.is--active .dropdown {
		 visibility: visible;
		 opacity: 1;
	}
	
}
 @media (max-width: 1600px) {
	 .navigation .menu > li {
		 padding: 0 0 0 20px;
	}
}
 @media (max-width: 1400px) {
	 .navigation .menu > li {
		 padding: 0 0 0 40px;
	}
}
 @media (max-width: 991px) {
	 
	 .rsb-upcomming-events { margin-top:0px;}
	 .navigation {
		 display: none;
		 position: fixed;
		 top: 0;
		 left: -100%;
		 width: 280px;
		 height: 100%;
		 background-color: #1c499a;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 flex-direction: column;
		 z-index: 11;
		 transition: all 0.5s ease-in-out;
		 box-shadow: 0 10px 5px 2px rgba(204, 204, 204, .2);
	}
	 .navigation .menu {
		 flex-direction: column;
	}
	 .navigation .menu > li {
		 padding: 12px 0;
		 text-align: center;
		 margin: 0;
		 display: block !important;
	}
	 
	 .navigation .menu > li > a {
		 font-size: 16px;
		 color: #fff !important;
		 padding: 0;
	}
	 .navigation .menu > li > a.btn {
		 padding: 7px 12px;
	}
	
}
 .navigation.is--open {
	 left: 0;
}
 .dropdown {
	 position: absolute;
	 width: 318px;
	 left: 0;
	 top: 100%;
	 background: #000;
	 transition: all 0.25s ease-in-out;
	 z-index: 1;
	 visibility: hidden;
	 opacity: 0;
	 box-shadow: 0 2px 12px rgba(204, 204, 204, 0.6);
}
 .dropdown li {
	 border-bottom: 1px solid #1c499a;
	 position: relative;
}

 .dropdown li a {
	 z-index: 1;
	 position: relative;
	 transition: all 0.2s ease-in-out;
	 display: block;
	 font-weight: 600;
	 padding: 10px 15px;
	 font-size: 16px;
}
 .dropdown li::before {
	 content: "";
	 background: #ff7a00;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 0;
	 position: absolute;
	 transition: all 0.3s ease-in-out;
}
 .dropdown li:hover::before {
	 width: 100%;
}
 .dropdown li:hover a {
	 color: #fff !important;
}
 @media (max-width: 991px) {
	 .dropdown {
		 position: static;
		 display: none;
		 visibility: visible;
		 opacity: 1;
		 transition: none;
	}
	 .dropdown li a {
		 color: #fff !important;
	}
	
	.accre-list .item {
		width:92%;
	}
	.home-banner-text{ position:static;}
	.home-banner-text:before { display:none;}
}
 .nav-hamburger {
	 width: 28px;
	 height: 21px;
	 position: relative;
	 cursor: pointer;
	 display: none;
	 margin-left: auto;
	 z-index: 12;
}
 .nav-hamburger span {
	 display: block;
	 position: absolute;
	 height: 3px;
	 width: 50%;
	 background: #FFF;
	 opacity: 1;
	 transform: rotate(0deg);
	 transition: all 0.25s ease-in-out;
}
 .nav-hamburger span:nth-child(even) {
	 left: 50%;
	 border-radius: 0 9px 9px 0;
}
 .nav-hamburger span:nth-child(odd) {
	 left: 0px;
	 border-radius: 9px 0 0 9px;
}
 .nav-hamburger span:nth-child(1), .nav-hamburger span:nth-child(2) {
	 top: 0px;
}
 .nav-hamburger span:nth-child(3), .nav-hamburger span:nth-child(4) {
	 top: 50%;
	 margin-top: -2px;
}
 .nav-hamburger span:nth-child(5), .nav-hamburger span:nth-child(6) {
	 bottom: 0px;
}
 .nav-hamburger.is--active span:nth-child(1), .nav-hamburger.is--active span:nth-child(6) {
	 transform: rotate(45deg);
}
 .nav-hamburger.is--active span:nth-child(2), .nav-hamburger.is--active span:nth-child(5) {
	 transform: rotate(-45deg);
}
 .nav-hamburger.is--active span:nth-child(1) {
	 top: 6px;
	 left: 4px;
}
 .nav-hamburger.is--active span:nth-child(2) {
	 left: calc(50% - 4px);
	 top: 6px;
}
 .nav-hamburger.is--active span:nth-child(3) {
	 left: -50%;
	 opacity: 0;
}
 .nav-hamburger.is--active span:nth-child(4) {
	 left: 100%;
	 opacity: 0;
}
 .nav-hamburger.is--active span:nth-child(5) {
	 left: 4px;
	 top: 12px;
}
 .nav-hamburger.is--active span:nth-child(6) {
	 left: calc(50% - 4px);
	 top: 12px;
}
 @media (max-width: 991px) {
	 .nav-hamburger {
		 display: block;
	}
	.inner .home-banner-text h1:before { display:none;}
}
 
 .fflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.d-none {
    display: done;
}
.privacy-policy h4 { margin-bottom:10px; padding-top:10px;}

.privacy-policy{}
.privacy-policy{padding: 40px 0 0;}
.privacy-policy h3{color: #1c499a;text-transform: uppercase;line-height: 1;margin: 0 0 3px 0;font-weight: 700;font-size: 34px;}
.privacy-policy h4{color: #1c499a;font-size: 17px;line-height: 1;margin: 10px 0 10px 0;display: block;}
.privacy-policy p{font-size: 14px;color: #515151;}


