@font-face {
    font-family: 'gotham_htfbook';
    src: url('fonts/gothamhtf-light-webfont.eot');
    src: url('fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-light-webfont.woff2') format('woff2'),
         url('fonts/gothamhtf-light-webfont.woff') format('woff'),
         url('fonts/gothamhtf-light-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-light-webfont.svg#gotham_htflight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htfbook';
    src: url('fonts/gothamhtf-book-webfont.eot');
    src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-book-webfont.woff2') format('woff2'),
         url('fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htfbook';
    src: url('fonts/gothamhtf-medium-webfont.eot');
    src: url('fonts/gothamhtf-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-medium-webfont.woff2') format('woff2'),
         url('fonts/gothamhtf-medium-webfont.woff') format('woff'),
         url('fonts/gothamhtf-medium-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-medium-webfont.svg#gotham_htfmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htfbook';
    src: url('fonts/gothamhtf-bold-webfont.eot');
    src: url('fonts/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-bold-webfont.woff2') format('woff2'),
         url('fonts/gothamhtf-bold-webfont.woff') format('woff'),
         url('fonts/gothamhtf-bold-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
body {
	font-family: 'gotham_htfbook';
	font-size:15px;
	color:#616971;
	margin:0;
}
a {
	text-decoration:none;
	outline:none;
	color:#f58020;
}
a:hover {
	color:#333;
	text-decoration:none;
}
img {
	vertical-align:top;
	max-width:100%;
	height:auto;
	border:none;
}
input, select, textarea {
	font-family: 'gotham_htfbook';
	font-size:13px;
	color:#000;
}
iframe {
	max-width:100%;
	border:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr,
.cl,
.clear {
	clear:both;
}
input,
select,
textarea,
button {
	font-family: 'gotham_htfbook';
	font-size:13px;
	color:#333;
}
.clearfix:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
textarea {
	resize:none;
	min-height:82px;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline:none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"], 
input[type="search"],
input[type="tel"],
input[type="color"]
{
	border:1px solid #dddddd;
	background:#fff;
	padding:0 13px;
	box-shadow:none;
	height:49px;
	max-width:100%;
	border-radius:0px;
	width:100%;
}
input[type="search"] {
	-webkit-appearance:none;
}
textarea {
	line-height:normal;
	padding:9px;
	width:100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus, 
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus
{
	border-color:#0EB1FE;
	background:#f9f9f9;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
}
select {
	border:1px solid #dddddd;
	background:#fff;
	max-width:100%;
	border-radius:3px;
	padding:15px 13px;
}
input[type="image"],
input[type="submit"],
input[type="button"],
button {
	background:#f1592a;
	border: medium none;
    border-radius: 0px;
	color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	padding: 0px 23px;
	text-transform:uppercase;
	height:40px;
    transition: all 0.3s ease-in-out 0s;
	font-weight:bold;
	appearance:normal;
	-webkit-appearance:none;
	max-width:100%;
}
input[type="image"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	background-color:#555;
}
input[type="image"]:active,
input[type="submit"]:active,
input[type="button"]:active,
button:active {
	box-shadow:inset 0 0 12px rgba(0, 0, 0, 0.2);
}
.wrapper {
	margin:0 auto;
	padding:0 50px;
	max-width:1240px;/*1140px*/
}
.header{position:absolute; left:0; right:0; padding:28px 0 0 0; z-index:99;  }
.logo{float:left; }
.header-right{float:right; }
.header-top{float:right; padding:0 0 21px 0;  }
.hdr-social{float:left; }
.hdr-social a{background:url(../images/header-social.png) no-repeat; width:18px; height:17px; float:left;  margin:0 18px; position:relative;    }
.hdr-social a:after{position:absolute; border-right:1px solid #657478; right:-18px; top:0; content:""; height:17px;  }
.hdr-social a.soc-1{background-position:0 0; }
.hdr-social a.soc-1:hover{background-position:0 bottom; }
.hdr-social a.soc-2{background-position:-48px 0; }
.hdr-social a.soc-2:hover{background-position:-48px bottom; }
.hdr-social a.soc-3{background-position:-103px 0; }
.hdr-social a.soc-3:hover{background-position:-103px bottom; }
.hdr-social a.soc-4{background-position:-158px 0; }
.hdr-social a.soc-4:hover{background-position:-158px bottom; }
.hdr-call{float:left; padding:0 18px 0 18px; border-right:1px solid #657478; }
.hdr-call a{font-size:15px; color:#b7c0c9; font-weight:300; background:url(../images/header-call.png) 0 center no-repeat; padding-left:23px;  }
.hdr-call a:hover{color:#69c39b; }
.alumini{float:left; padding:0 20px 0 18px; border-right:1px solid #657478;  }
.alumini a{font-size:15px; color:#b7c0c9; font-weight:300; background:url(../images/alumini-icon.png) 0 center no-repeat; padding-left:24px; }
.alumini a:hover{color:#24b3da; }
.signup{float:left; padding:0 20px 0 18px; border-right:1px solid #657478;  }
.signup a{font-size:15px; color:#b7c0c9; font-weight:300; background:url(../images/sign-icon.png) 0 center no-repeat; padding-left:24px; }
.signup a:hover{color:#24b3da; }
.search-box{float:left; position:relative; width:0px; padding:0 20px;  -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;  }
input.search-text{height:20px; padding:0; border:none;    }
input.search-btn{background:url(../images/search-icon.png) center no-repeat; padding:0; height:20px; width:20px; position:absolute; right:0; top:0;    }
input.search-btn:hover{background-color:transparent; }
.search-box.show input.search-text{padding:0 } 
.search-box.show{width:200px; }
.header-btm{clear:both; }
.nav{float:left; padding:3px 26px 0 0; }
.nav ul{margin:0 -13px; padding:0; }
.nav ul li{margin:0; padding:0 9px; list-style:none; float:left; position:relative;  }
.nav ul li a{text-decoration:none; display:block; font-size:13px; color:#ffffff; font-weight:500; text-transform:uppercase; position:relative; padding:8px 0;   }
.nav ul li a:after{background:url(../images/nav-hov-icon.png) repeat-x; position:absolute; left:0; right:0; bottom:0; content:""; height:2px; display:none;   }
.nav ul li a.sub-icon{position:relative; }
.nav ul li a.sub-icon:before{background:url(../images/support-btn-icon.png) no-repeat; position:absolute; right:-12px; top:50%; width:8px; height:4px; content:""; }
.nav ul li a:hover{color:#f3bd2f;  }
.nav ul li:first-child a:hover:after{display:none; }
.nav ul li a:hover:after{display:block; }
.nav ul li:first-child {
    padding: 0 10px 0 21px;
    display: none;
}
.nav ul li ul{position:absolute; left:0; top:100%; min-width:180px; z-index:99; margin:0; background:#166da4; border-radius:0 0 6px 6px;padding:2px 21px; display:none;  }
.nav ul li ul li:first-child{padding:0; }
.nav ul li ul li{float:none; padding:2px 0;  }
.nav ul li ul li a{font-size:13px; padding:6px 0; }
.nav ul li ul li a:hover:after{display:none; }
.nav ul li:hover ul{display:block; }
.support-btn{float:left; }
.support-btn a{font-size:15px; color:#ffffff; text-transform:uppercase; font-weight:500; display:inline-block; line-height:40px; background:#24b3da; padding:0 32px 0 22px; border-radius:20px; position:relative;  }
.support-btn a:after{background:url(../images/support-btn-icon.png) no-repeat; position:absolute; right:16px; top:50%; content:""; width:8px; height:4px; margin-top:-2px;  }
.support-btn a:hover{background:#41b984; }
.banner{position:relative;height: 500px;}
.banner ul{margin:0; padding:0; }
.banner ul li{margin:0; padding:0; list-style:none; }
/*Homepage banner settings*/
.banner-img{max-height:500px; overflow:hidden; background:#112c46; }
.banner-img img{width:100%; opacity:0.40;}
.banner-text{text-align:center; position:absolute; left:0; right:0; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); max-width:64%; margin:0 auto; }
.banner-text h2{margin:0; font-size:50px; line-height:60px; color:#ffffff; font-weight:normal; padding-bottom:22px;   }
.banner-text h2 strong{display:block; font-weight:bold;  }
.banner-text h2 strong span{font-weight:300; }
.banner-text p{margin:0; font-size:25px; line-height:33px; color:#b7c0c9; font-weight:300; padding-bottom:15px; }
.more-btn a{display:inline-block; font-size:15px; color:#ffffff; background:#24b3da; font-weight:500; line-height:44px; padding:0 30px; border-radius:24px; text-transform:uppercase;  }
.more-btn a:hover{background:#41b984; }
.banner-sec{position:relative; }
.banner-top{position:relative; }
.banner-ptrn{position:absolute; left:0; right:0; bottom:0; z-index:99; }
.banner-ptrn img{width:100%; }
.banner .bx-wrapper .bx-controls-direction a{height:57px; width:32px; margin-top:-28px; }
.banner .bx-wrapper .bx-prev{background:url(../images/ban-prev.png) no-repeat; left:40px; }
.banner .bx-wrapper .bx-next{background:url(../images/ban-next.png) no-repeat; right:40px;  }
.banner .bx-wrapper .bx-prev:hover, .banner .bx-wrapper .bx-next:hover{background-position:0 bottom; }
.signup-box{background:#ffffff; box-shadow:0 5px 15px rgba(1,2,2,0.10); max-width:440px; margin:0 auto; padding:20px 20px 40px 20px; text-align:center; border-radius:6px; position:absolute; left:0; right:0; bottom:-55px; z-index:99;  }
.signup-box h5{margin:0; font-size:22px; line-height:30px; color:#112c46; font-weight:500;  }
.signup-box .more-btn{position:absolute; left:0; right:0; bottom:-22px; }
.signup-box .more-btn a{font-size:16px; }
.advt-bg{background:#f6f6f6; padding:145px 0 0 0; position:relative; }
.advt-bg:after{background:url(../images/advt-after1.png) no-repeat; position:absolute; left:0; right:0; bottom:-31px; content:""; height:31px; width:100%; background-size:100%;  }
.advt-bg:before{background:url(../images/advt-after2.png) no-repeat; position:absolute; right:0; top:10px; content:""; width:183px; height:516px;  }
.advt-list{position:relative; bottom:-68px; z-index:9; }
.advt-list.host_org_list { bottom: 0;padding: 85px 0 50px;}
.advt-list ul{margin:0; padding:0 5px; }
.advt-list ul li{margin:0; padding:0 25px; list-style:none; float:left; width:33.33%; }
.advt-box{text-align:center; background:#ffffff; box-shadow:0 5px 15px rgba(1,2,2,0.1); border-radius:5px; padding:0 30px 32px 30px;   }
.advt-img{position:relative; top:-100px; margin-bottom:-100px; }
.advt-text{padding:16px 0 0 0; }
.advt-text p{margin:0; font-size:18px; line-height:24px; color:#112c46; font-weight:300;  }
.advt-text p strong{font-weight:500; }
.circle{position:relative; }
.percent{font-size:40px; color:#112c46; font-weight:500; background:#ffffff; height:150px; width:150px; border-radius:50%; border:1px solid #d8d8d8; line-height:140px; text-align:center; position:absolute; left:50%; margin-left:-75px; top:25px; z-index:99;   }
.percent:after{border:3px solid rgba(0, 0, 0, 0.1); border-radius:50%; position:absolute; left:-15px; top:-15px; right:-15px; bottom:-15px; content:""; z-index:-1; }
.advt-img canvas{background:#f6f6f6; border-radius:50%; }
.health-sec{padding:150px 0 80px 0; position:relative;  }
.health-sec:before{background:url(../images/health-after1.png) no-repeat; position:absolute; left:0; bottom:0; content:""; width:288px; height:361px; }
.health{width:822px; float:left; border-right:1px dashed #d2d2d2;  }
.health-nav{float:left; width:263px; }
.health-nav ul{margin:-20px 0; padding:0; }
.health-nav ul li{margin:0; padding:20px 0; list-style:none; border-bottom:1px dashed #d2d2d2; }
.health-nav ul li:last-child{border-bottom:none; }
.health-icon.icon-a{background:url(../images/health-icon1.png) no-repeat; }
.health-icon.icon-b{background:url(../images/health-icon2.png) no-repeat; }
.health-icon.icon-c{background:url(../images/health-icon3.png) no-repeat; }
.health-nav ul li a.selected .health-icon, .health-nav ul li a:hover .health-icon{border-color:#24b3da; background-position:0 bottom;  }
.health-nav ul li a.selected .health-text h6, .health-nav ul li a:hover .health-icon{color:#166da4; }
.health-box{position:relative; }
.health-nav ul li a.selected .health-box:after, .health-nav ul li a:hover .health-box:after{background:url(../images/health-tab-after1.png) no-repeat; position:absolute; right:-18px; top:50%; content:""; width:16px; height:33px; margin-top:-16px;  }
.health-icon{display:inline-block; vertical-align:middle;  width:80px; height:80px; border:2px solid #d9d9d9; border-radius:50%; margin-right:12px;  }
.health-text{display:inline-block; width:63%; vertical-align:middle; }
.health-text h6{margin:0; font-size:20px; line-height:24px; color:#112c46; font-weight:bold; }
.health-right{float:right; width:556px; padding:0 55px; border-left:1px dashed #d2d2d2;   }
.health-cnt{text-align:center; }
.health-cnt h3{margin:0; font-size:26px; color:#112c46; font-weight:bold; padding-bottom:20px; }
.health-cnt h3 a{color:#112c46; }
.health-cnt h3 a:hover{color:#112c46; }
.health-img{box-shadow:0 5px 15px rgba(1,2,2,0.1); border-radius:5px;  }
.health-img img{border-radius:5px; border:10px solid #ffffff;   }
.health-cnt p{margin:0; font-size:15px; line-height:22px; color:#616971; font-weight:300; padding:10px 0 22px 0;   }
.testimonial{float:right; width:318px; text-align:center; padding:0 0 0 55px;  }
.testimonial h2{margin:0; font-size:26px; color:#112c46; font-weight:bold; }
.testi-list{padding:25px 0 0 0; }
.testi-list ul{margin:0; padding:0; }
.testi-list ul li{margin:0; padding:0; list-style:none; }
.testi-img img{border-radius:50%; border:4px solid #ffffff; box-shadow:0 10px 15px rgba(1,2,2,0.12); display:inline-block !important;   }
.testi-text{padding:24px 0 0 0; }
.testi-text h4{margin:0; font-size:16px; line-height:24px; color:#24b3da; font-weight:500; padding-bottom:8px;  }
.testi-text h4 a{color:#24b3da;}
.testi-text h4 a:hover{color:#112c46;}
.testi-text p{font-size:15px; line-height:22px; color:#616971; font-weight:300; margin:0;  }
.testi-box{padding-bottom:60px; }
.testi-list .bx-wrapper .bx-controls-direction a{height:36px; width:36px; border-radius:50%; box-shadow:0 5px 15px rgba(1,2,2,0.12); top:auto; bottom:0; margin-top:0;   }
.testi-list .bx-wrapper .bx-prev{background:url(../images/testi-prev.png) no-repeat; left:50%; margin-left:-42px; }
.testi-list .bx-wrapper .bx-next{background:url(../images/testi-next.png) no-repeat; right:50%; margin-right:-42px;  }
.testi-list .bx-wrapper .bx-prev:hover, .testi-list .bx-wrapper .bx-next:hover{background-position:0 bottom; }
.about-bg{background:url(../images/about-bg.jpg) 50% 0 no-repeat; background-size:cover; min-height:544px; text-align:center; padding:62px 0 0 0; position:relative; z-index:9;   }
.about-bg:after{background:url(../images/about-after1.png) no-repeat; position:absolute; left:0; right:0; bottom:0; content:""; height:33px; background-size:cover; z-index:-1; }
.about-top{padding:0 144px 0 144px; }
.about-top h2{margin:0; font-size:40px; color:#ffffff; font-weight:300; padding-bottom:23px;   }
.about-top h2 strong{font-weight:bold; }
.about-top p{margin:0; font-size:15px; line-height:22px; color:#ffffff; font-weight:300; padding-bottom:34px; }
.abt-list{position:relative; bottom:-70px; }
.abt-list ul{margin:0 -20px; padding:0; }
.abt-list ul li{margin:0; padding:0 20px; list-style:none; float:left; width:33.33%; }
.abt-list ul li:nth-child(2){position:relative; bottom:-40px; }
.abt-box{background:#f6f6f6; border:4px solid #ffffff; box-shadow:0 10px 15px rgba(1,2,2,0.12); border-radius:10px; padding:0 30px 25px 30px;   }
.abt-icon{height:108px; width:108px; background-image:url(../images/about-icon1.png); background-repeat:no-repeat; border-radius:50%; border:4px solid #ffffff; background-color:#34c0cc; margin:0 auto; position:relative; top:-54px; margin-bottom:-54px; box-shadow:0 10px 15px rgba(1,2,2,0.12);   }
.abt-text{padding:22px 0 0 0;}
.abt-text h3{margin:0; font-size:60px; line-height:60px; color:#34c0cc; font-weight:bold; }
.abt-text h4{margin:0; font-size:25px; color:#616971; font-weight:500; }
.abt-box-b .abt-icon{background-image:url(../images/about-icon2.png); background-color:#41b984; }
.abt-box-b .abt-text h3{color:#41b984; }
.abt-box-c .abt-icon{background-image:url(../images/about-icon3.png); background-color:#f7986a; }
.abt-box-c .abt-text h3{color:#f7986a; }
.abt-box-c .abt-text h4{font-size:16px; line-height:19px; }
.connection-sec{text-align:center; padding:130px 0 70px 0; position:relative;  }
.about_partnersss{padding:0px;}
.connection-sec:after{background:url(../images/connection-after1.png) no-repeat; background-size:100%; position:absolute; left:0; right:0; bottom:-6px; content:""; height:32px; width:100%; }
.connection-sec h2{font-size:40px; color:#112c46; margin:0; font-weight:300; padding-bottom:7px;   }
.connection-sec h2 strong{font-weight:bold; }
.connection-sec p{margin:0; font-size:15px; line-height:22px; color:#616971; font-weight:300; }
.cont-list{padding:10px 0 15px 0;  }
.cont-box-out{padding:25px 10px;  }
.cont-box{background:#ffffff; box-shadow:0 5px 12px rgba(1,2,2,0.10); }
.connection-sec .owl-carousel .owl-controls .owl-nav .owl-prev{background:url(../images/connection-prev.png) center no-repeat #f2f2f2; border-radius:50%; height:40px; width:40px; border:3px solid #ffffff; box-shadow:0 10px 15px rgba(1,2,2,0.12); font-size:0; position:absolute; left:-70px; top:50%; margin-top:-20px;    } 
.connection-sec .owl-carousel .owl-controls .owl-nav .owl-next{background:url(../images/connection-next.png) center no-repeat #f2f2f2; border-radius:50%; height:40px; width:40px; border:3px solid #ffffff; box-shadow:0 10px 15px rgba(1,2,2,0.12); font-size:0; position:absolute; right:-70px; top:50%; margin-top:-20px;  }
.connection-sec .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .connection-sec .owl-carousel .owl-controls .owl-nav .owl-next:hover{background-color:#ffffff; }
.socsec-bg{background:#f6f6f6; padding:80px 0; position:relative; z-index:9;  }
.socsec-bg:after{background:url(../images/socsec-after1.png) no-repeat; position:absolute; right:0; top:-190px; content:""; width:192px; height:518px; z-index:-1; }
.lt-news{float:left; width:420px; padding:27px 50px 0 0;  }
.lt-news h2{margin:0; font-size:40px; line-height:40px; color:#112c46; font-weight:300; }
.lt-news h2 strong{font-weight:bold; }
.ltnews-list{padding:22px 0 0 0; }
.ltnews-list ul{margin:0; padding:0; }
.ltnews-list ul li{margin:0; padding:0; list-style:none; }
.ltnews-box{padding-bottom:30px; }
.ltnews-img{width:135px; float:left;padding:4px; background:#ffffff; border-radius:5px;  }
.ltnews-img img{border-radius:5px; }
.ltnews-text{overflow:hidden; padding:0 0 0 20px;  }
.ltnews-text h5{margin:0; font-size:18px; line-height:22px; color:#166da4; font-weight:500; padding-bottom:3px;  }
.ltnews-text h5 a{color:#166da4;}
.ltnews-text h5 a:hover{color:#41b984;}
.ltnews-text h4{margin:0; font-size:15px; line-height:22px; color:#41b984; font-weight:300; padding-bottom:13px;  }
.ltnews-text p{margin:0; font-size:15px; line-height:22px; color:#616971; font-weight:300; }
.lt-news .bx-wrapper .bx-controls-direction a{height:36px; width:36px; background-color:#ffffff;  border-radius:50%;  box-shadow:0 5px 15px rgba(1,2,2,0.12); top:-43px;   }
.lt-news .bx-wrapper .bx-prev{background:url(../images/testi-prev.png) no-repeat; left:auto; right:46px;  }
.lt-news .bx-wrapper .bx-next{background:url(../images/testi-next.png) no-repeat; right:0;  }
.lt-news .bx-wrapper .bx-prev:hover, .lt-news .bx-wrapper .bx-next:hover{background-position:0 bottom; }
.spotlight{background:#ffffff; border-radius:6px; box-shadow:0 5px 25px rgba(1,2,2,0.10); width:300px; padding:26px 25px; float:left; text-align:center;   }
.spotlight h2{margin:0; font-size:40px; line-height:40px; color:#112c46; font-weight:300;   }
.spotlight h2 strong{display:block; font-weight:bold; }
.alumini-list{padding:12px 0 0 0;}
.alumini-list ul{margin:0; padding:0; }
.alumini-list ul li{margin:0; padding:0; list-style:none; }
.alumini-img img{border:4px solid #ffffff; border-radius:50%; box-shadow:0 10px 15px rgba(1,2,2,0.12); display:inline-block !important; }
.alumini-text{padding:10px 0 0 0;}
.alumini-text h3{margin:0; font-size:16px; line-height:22px; color:#24b3da; font-weight:500; padding-bottom:10px;  }
.alumini-text h3 a{color:#24b3da; }
.alumini-text h3 a:hover{color:#616971; }
.alumini-text p{margin:0; font-size:15px; line-height:22px; color:#616971; font-weight:300; }
.alumini-list .bx-wrapper .bx-controls-direction a{height:20px; width:20px; margin:0; top:54px;   }
.alumini-list .bx-wrapper .bx-prev{background:url(../images/alumini-prev.png) no-repeat; left:35px;    }
.alumini-list .bx-wrapper .bx-next{background:url(../images/alumini-next.png) no-repeat; right:35px;  }
.alumini-list .bx-wrapper .bx-prev:hover, .alumini-list .bx-wrapper .bx-next:hover{background-position:0 bottom; }
.donate{float:right; width:420px; padding:27px 0 0 70px;  }
.donate h2{margin:0; font-size:40px; line-height:40px; color:#112c46; font-weight:300; padding-bottom:20px;   }
.donate h2 strong{display:block; font-weight:bold;  }
.donate p{margin:0; font-size:15px; line-height:24px; color:#616971; font-weight:300; }
.donate-btn{padding:23px 0 0 0; }
.donate-btn a{font-size:18px; color:#ffffff; font-weight:bold; text-transform:uppercase; display:inline-block; background:#24b3da; padding
:0 30px 0 65px; line-height:44px; border-radius:22px; position:relative;   }
.donate-btn a:before{background:#166da4; height:44px; width:44px; position:absolute; left:0; top:0; content:"$"; border-radius:50%; text-align:center; font-size:22px; line-height:40px;  }
.donate-btn a:hover{background:#41b984; }
.donate-img{padding:30px 0 0 0; }
.donate-img img{display:inline-block; margin-right:6px; box-shadow:0 5px 15px rgba(1,2,2,0.10); }
.top-foot{background:#112c46; padding:65px 0; }
.foot-box{float:left; width:260px; padding:0 50px 0 0;   }
.foot-box h3{margin:0; font-size:22px; color:#ffffff; font-weight:500; text-transform:uppercase; display:block; border-bottom:1px solid #455a6f; padding-bottom:18px; margin-bottom:24px;    }
.foot-nav ul{margin:-8px 0; padding:0; }
.foot-nav ul li{margin:0; padding:8px 0; list-style:none; float:left; width:60%; }
.foot-nav ul li a{text-decoration:none; font-size:16px; line-height:21px; color:#b7c0c9; font-weight:300; background:url(../images/foot-nav-icon.png) 0 center no-repeat; padding-left:15px; }
.foot-nav ul li:nth-child(2n){width:40%; }
.foot-nav ul li a:hover{background:url(../images/foot-nav-icon-hov.png) 0 center no-repeat; color:#24b3da; }
.contbox{width:576px; float:left; }
.condtl h4{margin:0; font-size:17px; color:#ffffff; font-weight:500; padding-bottom:20px;  }
.foot-col{float:left; width:53%; }
.foot-col:last-child{width:40%; float:right; }
.addbox p{margin:0; font-size:16px; line-height:24px; color:#b7c0c9; font-weight:300; background:url(../images/contact-icon1.png) 0 2px no-repeat; padding-left:30px;  }
.addbox p a{color:#b7c0c9; }
.addbox p a:hover{color:#b7c0c9; }
.emailbox{padding:20px 0 0 0; }
.emailbox p{background:url(../images/contact-icon2.png) 0 center no-repeat;}
.emailbox p a:hover{color:#24b3da; }
.callbox{padding-bottom:16px; }
.callbox p{background:url(../images/contact-icon3.png) 0 center no-repeat; font-size:22px; }
.callbox p a:hover{color:#69c39b; }
.faxbox p{background:url(../images/contact-icon4.png) 0 center no-repeat; font-size:22px;  }
.followbox{width:304px; float:right; }
.foot-sco a{background:url(../images/footer-soc.png) no-repeat; height:35px; width:35px; float:left; margin-right:10px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }
.foot-sco a.soc-1{background-position:0 0; }
.foot-sco a.soc-1:hover{background-position:0 bottom; }
.foot-sco a.soc-2{background-position:-45px 0; }
.foot-sco a.soc-2:hover{background-position:-45px bottom; }
.foot-sco a.soc-3{background-position:-90px 0; }
.foot-sco a.soc-3:hover{background-position:-90px bottom; }
.foot-sco a.soc-4{background-position:-135px 0; }
.foot-sco a.soc-4:hover{background-position:-135px bottom; }
.nzletter{padding:28px 0 0 0;}
.nzletter h4{margin:0; font-size:18px; color:#ffffff; font-weight:500; padding-bottom:10px;  }
.nzletterbox{position:relative; }
input.nz-text{font-size:14px; color:#b7c0c9; font-weight:300; height:40px; padding:0 60px 0 20px; border-radius:20px; background:#294158; border:none; }
input.nz-text:focus{background:#294158;}
input.nz-submit{padding:0; height:40px; width:40px; border-radius:50%; background:#23b3da; background-image:url(../images/newsletter-icon.png); background-repeat:no-repeat; background-position:center;  position:absolute; right:0; top:0; }
input.nz-submit:hover{background-color:#69c39b; }
.btm-foot{background:#061c31; padding:25px 0; }
.copyright{float:left;}
.copyright p{margin:0; font-size:15px; line-height:22px; color:rgba(183,191,201,0.55); font-weight:300; }
.design{float:right; }
.design p{margin:0; font-size:15px; line-height:22px; color:rgba(183,191,201,0.55); font-weight:300;  }
.page-title-bg{max-height:380px; overflow:hidden; }
.page-title-sec{position:relative; }
.page-title-sec:after{background:#ffffff url(../images/page-title-aerow.png) center no-repeat; position:absolute; left:50%; bottom:-31px; content:""; border-radius:50%; margin-left:-31px; height:62px; width:62px; z-index:99;   }
.page-title-img{position:relative; background:#112c46; }
.page-title-img img{width:100%; opacity:0.40;  }
.page-title-text{text-align:center; padding:70px 0 0 0; max-width:71%; margin:0 auto;     }
.page-title-bg .wrapper{position:absolute; left:0; right:0; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.page-title-text h1{margin:0; font-size:43px; color:#ffffff; font-weight:bold; text-transform:uppercase; padding-bottom:14px; }
.page-title-text p{font-size:18px; line-height:26px; color:#b7c0c9; margin:0; font-weight:300; }
.pattern{position:relative; }
.pattern:before{background:url(../images/left-pattern1.png) no-repeat; position:absolute; left:0; top:-72px; content:""; height:518px; width:192px; z-index:-1; }
.pattern:after{background:url(../images/right-pattern1.png) no-repeat; position:absolute; right:0; bottom:70px; content:""; width:257px; height:545px; z-index:-1; }
.content{padding:80px 0 0 0; }
.advisory:after{clear:both; display:block; content:""; visibility:hidden; }
.advisory{padding:0 0 50px 0; }
.advright-box{background:#166da4; border-radius:8px; padding:26px 30px; float:right; width:360px; margin:0 0 20px 40px;  }
.advright-box h3{margin:0; font-size:22px; color:#ffffff; font-weight:500; text-transform:uppercase; border-bottom:1px dashed #d2d2d2; padding-bottom:16px; }
.advright-box ul{margin:-5px 0; padding:23px 0 0 0; }
.advright-box ul li{margin:0; padding:5px 0; list-style:none; }
.advright-box ul li a{text-decoration:none; font-size:16px; line-height:24px; color:#ffffff; font-weight:300; padding-left:20px; background:url(../images/about-board-list-icon.png) 0 3px no-repeat;  }
.advright-box ul li a:hover{background:url(../images/about-board-list-hov-icon.png) 0 3px no-repeat; color:#2dd2ff;  }
.advisory h2{margin:0; font-size:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:14px; }
.advisory h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.advisory > h3{margin:0; font-size:22px; line-height:26px; color:#166da4; font-weight:500; padding:25px 0 30px 0; }
.advisory h4{margin:0; font-size:16px; color:#6a6f74; font-weight:500; padding:0 0 2px 20px; background:url(../images/list-icon-black-2.png) 0 4px no-repeat;  }
.advisory p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding:0 0 28px 20px; }
.alumini-top{padding-bottom:45px; border-bottom:1px dashed #d2d2d2; }
.alumini-left{float:left; width:64.9%; position:relative;  }
.alumini-left h2{margin:0; font-size:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:16px; line-height:40px; }
.alumini-left h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.alumin-box{padding:36px 0 0 0; }
.aluminispimg{width:265px; float:left; background:#ffffff; padding:4px; border-radius:5px; box-shadow:0 10px 15px rgba(1,2,2,0.12);  }  
.aluminispimg img{border-radius:5px;width:100%;} 
.aluminisptext{overflow:hidden; padding:32px 0 0 40px; }
.aluminisptext h3{margin:0; font-size:18px; color:#166da4; font-weight:500; padding-bottom:6px; }
.aluminisptext p{margin:0; font-size:16px; line-height:26px; color:#6a6f74; font-weight:300; }
.alumini-left .more-btn{position:absolute; right:0; top:0; }
.alumini-left .more-btn a{line-height:40px; padding:0 24px; }
.alumini-btm{padding:35px 0 55px 0; }
.alumini-btm h4{margin:0; font-size:22px; line-height:26px; color:#166da4; font-weight:500; padding-bottom:5px;  }
.alumini-btm p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding-bottom:23px;  }
.alumini-btm ul{margin:-4px 0; padding:0 0 30px 0; }
.alumini-btm ul li{margin:0; padding:4px 0 4px 23px; list-style:none; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; background:url(../images/list-icon-black-2.png) 0 12px no-repeat;  }
.alumini-btm ul li a{text-decoration:none; color:#6a6f74; }
.alumini-btm ul li a:hover{text-decoration:underline;  }
.alumini-pattern .pattern::after{background:none; }
.alumini-stat{background:url(../images/alumini-state-bg.png) right bottom no-repeat; padding:0 0 40px 0;  }
.stat-left{float:left; width:66.1%; }
.stat-left h2{margin:0 0 25px 0; font-size:40px; line-height:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:16px; }
.stat-left h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.stat-left h3{margin:0; font-size:22px; line-height:26px; color:#166da4; font-weight:500; padding-bottom:18px;  }
.alumini-stat .advright-box{width:356px; margin:0 0 10px 30px;  }
.stat-left ul{margin:0; padding:0 0 30px 0; }
.stat-left ul li{margin:0; padding:7px 0 7px 22px; list-style:none; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; background:url(../images/list-icon-black-2.png) 0 14px no-repeat;  }
.stat-left ul li a{color:#6a6f74; }
.stat-left ul li a:hover{text-decoration:underline; }
.stat-left ul li strong{font-size:20px; font-weight:500; }
.stat-left ul li strong.prpl{color:#24b3da; }
.stat-left ul li strong.orange{color:#f7986a; }
.stat-left ul li strong.green{color:#69c39b; }
.accepted li{width:50%; float:left; }
.intern li{width:50%; float:left; }
.hccsup-bg{background:#23b3da url(../images/hcc-support-bg1.png) right center no-repeat; }
.hccsup{max-width:920px; margin:0 auto; padding:50px 0;  }
.hccsup-img{float:left; width:100px; text-align:right; }
.hccsup-text{overflow:hidden; padding:5px 0 0 40px;  }
.hccsup-text p{margin:0; font-size:20px; line-height:30px; color:#ffffff; font-weight:normal; }
.alumini-aptrn .pattern:after{top:130px; }
.alumini-title{text-align:center; padding:0 140px 54px 140px; border-bottom:1px dashed #d2d2d2;   }
.alumini-title h2{margin:0; font-size:40px; line-height:45px; color:#112c46; font-weight:bold; position:relative; padding-bottom:24px; margin-bottom:23px;  }
.alumini-title h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:50%; bottom:0; content:""; margin-left:-35px; }
.alumini-title p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; }
.alumincnt-out-a{padding:50px 0 0 0; background:url(../images/alumini-img2.png) left top no-repeat;  }
.alumincnt-a{float:right; width:59%; }
.alumincnt-a h3{margin:0; font-size:22px; line-height:28px; color:#166da4; font-weight:500; padding-bottom:23px;  }
.alumincnt-a p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding-bottom:23px;   }
.alumincnt-a p a{color:#24b3da; }
.alumincnt-a p a:hover{text-decoration:underline; }
.alumincnt-a p strong{font-weight:500; }
.alumincnt-a p:last-child{padding-bottom:0; }
.alumincnt-out-b{background:url(../images/alumini-img3.png) right bottom no-repeat; }
.alumincnt-b{width:59%; padding:40px 0 52px 0;  }
.alumincnt-b h3{margin:0; font-size:22px; line-height:28px; color:#166da4; font-weight:500; padding-bottom:23px;  }
.alumincnt-b p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding-bottom:23px;   }
.alumincnt-b p strong{font-weight:500; }
.aproach-pattern .pattern::after{background:url(../images/approach-pattern1.png) no-repeat; width:257px; height:358px; bottom:0;  }
.aproach{text-align:center; padding:0 0 75px 0;  }
.aproach > p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding:0 130px 23px 130px;  }
.aproach .left-content p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding:0 0 23px 0; text-align:left; }
.aproach .left-content {
  overflow: hidden;
  padding: 0 30px 0 0;
}
.aproach > p:last-child{padding-bottom:0; }
.aproach > h2
{
      margin: 0 0 23px 0;
    font-size: 40px;
    color: #112c46;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
}  
    
.aproach 
ul li {
    margin: 0;
    padding: 8px 0 8px 33px;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #6a6f74;
    font-weight: 300;
    background: url(../images/list_icon.png) 0 14px no-repeat;
}    
.appr-list{padding:18px 0 53px 0; }
.appr-list h3{margin:0; font-size:22px; line-height:26px; color:#166da4; font-weight:500; }
.appr-list ul{margin:0 -15px; padding:70px 0 0 0; }
.appr-list ul li{margin:0; padding:0 15px; list-style:none; float:left; width:25%; }
.appr-box{background:#f6f6f6; border-radius:5px; border:4px solid #ffffff; box-shadow:0 10px 15px rgba(1,2,2,0.12); padding:0 20px 25px; min-height:200px;  }
.intbox .appr-img{float:left; width:108px; height:108px; width:108px; border-radius:50%; border:4px solid #ffffff; background-position:center center; box-shadow:0 10px 15px rgba(1,2,2,0.12);top:0;    }
.appr-img{border-radius:50%; border:4px solid #ffffff; height:108px; width:108px; margin:0 auto; position:relative; top:-52px; margin-bottom:-52px;     }
.appr-a{background:#34c0cc url(../images/approach-icon1.png) center no-repeat;  }
.appr-b{background:#41b984 url(../images/approach-icon2.png) center no-repeat;  }
.appr-c{background:#f7986a url(../images/approach-icon3.png) center no-repeat;  }
.appr-d{background:#76d1ee url(../images/approach-icon4.png) center no-repeat;  }
.appr-text{padding:14px 0 0 0; }
.appr-text p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; }
.support_left{ width:66.66666667%; padding:0 15px 0 0; float:left; }
.support_left.new_class_donate {
    width: 100%;
}
.support_left.new_class_donate .fifty_width {
    width: 48%;
    float: left;
    margin-right: 45px; 
}
.support_left.new_class_donate .fifty_width:last-child {
    margin-right: 0;
} 
.org-box.new_min_height {
    min-height: 550px;
    height: 100%;
} 
.advisory .support_left h2{ margin-bottom:25px; }
.advisory .support_left p{ padding:0 0 25px 0; }
.advisory .support_left > h3 { color:#166da4; font-size:22px; font-weight:500; line-height:26px; margin:0; padding:5px 0 12px; }
.advisory .support_left > h4 { color:#6a6f74; font-size:18px; font-weight:500; line-height:26px; margin:0; padding:5px 0 4px; background:none; }
.advisory .support_left ul{ padding:0; margin:0; }
.advisory .support_left ul li{ padding:16px 0 0 38px; margin:0; list-style:none; font-size:16px; font-weight:300; color:#6a6f74; line-height:24px; background:url(../images/list_icon.png) no-repeat 0 22px; }
.advisory .support_left ul + h4{ padding-top:25px; }
.need{font-size:16px; line-height:24px; color:#6a6f74; font-weight:300;}
.supp-ri-head{ width:100%; font-size:16px; color:#f3bd2f; line-height:24px; border-bottom:1px dashed #d2d2d2; padding:0 0 20px 0; font-weight:500; }
.dona_info-div{ padding:24px 0 0 0; }
.dona_info-div h3{ font-size:22px; color:#fff; margin:0; padding:0 0 6px 0; border:none; text-transform:inherit; }
.dona_info-div p{ padding:0px 0 0 0; margin:0; font-size:16px; color:#fff; line-height:24px; font-weight:300; }
.donationradiowrap{ margin:5px 0 0 0;  } 
.donaradio { float:left; width:33.33%; padding:12px 0px 0px 0px; }
.donaradio input[type="radio"] { display:block; position:absolute; top:0; left:0; opacity:0; -moz-opacity:0; -khtml-opacity:0; margin:0; padding:0;}
.donaradio input[type="radio"]:not(old) + label { color:#fff; font-size:16px; font-weight:300; line-height:1.3; cursor:pointer; }
.donaradio input[type="radio"]:not(old) + label span { display:inline-block; width:14px; height:12px; margin:-4px 8px 0 0; vertical-align:middle; background:url(../images/radio_icon.png) no-repeat -16px 0; cursor:pointer; }
.donaradio input[type="radio"]:checked:not(old) + label span { background:url(../images/radio_icon.png) no-repeat -1px top; }
.tribute_wrap{ margin:25px 0 0 0; padding:23px 0 0 0; border-top:1px dashed #d2d2d2; clear:both; }
.tribute_wrap h3{ padding:0 0 0 0; border:none; text-transform:inherit; }
.tributecheckwrap{ padding:8px 0px 0px 0px; }
.tributecheckwrap input{ float:left; margin:8px 0px 0px 0px; } 
.tributecheckwrap label{ margin:0 0 0 24px; font-size:16px; color:#fff; line-height:25px; display:block; }
.donrinfosec_wrap{ margin:25px 0 0 0; padding:23px 0 0 0; border-top:1px dashed #d2d2d2; clear:both; }
.donrinfosec_wrap h3{ padding:0 0 0 0; border:none; text-transform:inherit; }
.donafrom_wrap{ display:block; margin:18px 0px 0px 0px; }
.donafrom_titel{ display:block; font-size:16px; color:#fff; font-weight:500; }
.donafrom_field{ display:block; margin:8px 0 0 0; }
.donafrom_field input{ display:block; width:100%; padding:0 18px; height:44px; font-size:15px; color:#616971; border:1px solid #e7e7e7; background:#fff; font-weight:300; border-radius:5px; }
.donatebut{ margin:30px 0 0 0; }
.donatebut input{ padding:0px 0px 0px 0px; background:#24b3da url(../images/donate_icon.png) no-repeat right center; height:50px; padding:0 56px 0 29px; border:none; display:inline-block; border-radius:25px; text-transform:uppercase; font-size:18px; font-weight:bold; }
.donatebut input:hover{background-color:#41b984; }
.support_right{width:33.33333333%; padding:0 0 0 15px; float:left;}
.selectionprocess_wrap p{ padding:0 0 20px 0;  }
.advisory .selectionprocess_wrap h3 { color:#166da4; font-size:22px; font-weight:500; line-height:26px; margin:0; padding:5px 0 12px; }
.board{padding:0 0 80px 0; }
.board .advright-box{margin:0 0 0 40px; }
.board-left{float:left; width:64.9%; }
.board-left h2{margin:0; font-size:40px; line-height:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:18px;  }
.board-left h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.board-list{padding:15px 0 0 0; }
.faq-hdr{background:url(../images/faq-header-bdr.png) bottom repeat-x; padding:22px 50px 22px 0; position:relative;  }
.faq-hdr h4{margin:0; font-size:22px; line-height:26px; color:#112c46; font-weight:500; cursor:pointer; position:relative;  }
.faq-hdr h4:after{ background:url(../images/faq-icon.png) no-repeat; position:absolute; right:-30px; top:3px; content:""; height:21px; width:21px;  }
.faq-hdr.active h4{color:#166da4; }
.faq-hdr.active h4:after{background:url(../images/faq-icon-act.png) no-repeat;   }
.faq-dtl{background:url(../images/faq-header-bdr.png) bottom repeat-x; padding:32px 20px 32px 0; }
.faq-dtl p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; }
.faq-hdr.active:after{background:url(../images/faq-bdr-icon1.png) no-repeat; position:absolute; left:60px; bottom:-15px; content:""; height:17px; width:32px;  }
.hcc-fond-bg{background:#23b3da url(../images/board-btm-img2.png) right center no-repeat; }
.hcc-fond{padding:55px 0; }
.hcc-fond-img{float:left; width:156px; }
.hcc-fond-text{float:left; width:70%; padding:0 0 0 40px; }
.hcc-fond-text p{margin:0; font-size:20px; line-height:30px; color:#ffffff; font-weight:normal; }
.resource-list{padding:0 0 80px 0; margin:-22px 0 0 0;  }
.resource-list .faq-dtl ul{margin:0 -5px; padding:0 0 10px 0; }
.resource-list .faq-dtl ul li{margin:0; padding:5px 30px 5px 22px; list-style:none; float:left; width:49%; font-size:16px; line-height:22px; color:#6a6f74; font-weight:300; background:url(../images/list-icon-black-2.png) 0 11px no-repeat;   }
.resource-list .faq-dtl ul li:nth-child(2n+1){clear:both; }
.resource-list .faq-dtl ul li:nth-child(2n){float:right; width:49%; }
.resource-list .faq-dtl ul li a{text-decoration:none; color:#6a6f74;  }
.resource-list .faq-dtl ul li:hover{background:url(../images/resource-list-hov.png) 0 11px no-repeat; color:#166da4; }
.resource-list .faq-dtl ul li:hover a{color:#166da4; }
.contact{margin:0 -45px; padding:0 0 65px 0; }
.contact-box{float:left; width:50%; padding:0 45px; border-right:1px dashed #d2d2d2;   }
.contact-box:last-child{border:none; }
.contact-box h2{margin:0 0 26px 0; font-size:40px; line-height:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:26px;  }
.contact-box h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.cont-form input{font-size:15px; color:#616971; font-weight:300; background:#ffffff; height:44px; border-radius:6px; border:1px solid #e7e7e7; box-shadow:0 5px 10px rgba(1,2,3,0.06); width:460px; padding:0 18px; }
.cont-form .frm{padding-bottom:15px; }
.cont-form .frm label{font-size:16px; color:#112c46; font-weight:500; padding:0 0 10px 0; display:block;  }
.cont-form .frm label span{color:#ed2626; }
.cont-form textarea{font-size:15px; color:#616971; font-weight:300; background:#ffffff; min-height:145px; border-radius:6px; border:1px solid #e7e7e7; box-shadow:0 5px 10px rgba(1,2,3,0.06); padding:15px 18px; }
.cont-form input:focus, .cont-form textarea:focus{border-color:#34c0cc; background:#ffffff;  }
.send-btn{padding:5px 0 0 0;  }
.send-btn input{font-size:19px; color:#ffffff; font-weight:bold; text-transform:uppercase; height:50px; background:#24b3da url(../images/newsletter-icon.png) 76% center no-repeat; padding:0 55px 0 30px; border-radius:26px;  }
.send-btn input:hover{background-color:#69c39b; }
.info-list{margin:-30px 0 0 0; }
.info-box{border-bottom:1px dashed #d2d2d2; }
.info-box p{margin:0; font-size:16px; line-height:24px; color:#616971; font-weight:500; padding-left:45px; background:url(../images/contact-info-icon1.png) 0 4px no-repeat;  }
.info-box p a{color:#616971; }
.info-box p a:hover{color:#24b3da; }
.info-box{padding:28px 0;}
.email-box p{background:url(../images/contact-info-icon2.png) 0 center no-repeat; }
.info-row .info-box{float:left; width:50%;  }
.call-box{position:relative; }
.call-box:after{border-right:1px dashed #d2d2d2; position:absolute; right:0; top:22px; content:""; height:40px; width:1px;  }
.call-box p{font-size:25px; font-weight:normal; background:url(../images/contact-info-icon3.png) 0 center no-repeat;  }
.call-box p a:hover{color:#69c39b; }
.info-row .fax-box{text-align:right;   }
.fax-box p{font-size:25px; font-weight:normal; background:url(../images/contact-info-icon4.png) 0 center no-repeat; display:inline;  }
.info-btm{padding:25px 0 0 0; clear:both; }
.info-btm p{margin:0; font-size:15px; line-height:22px; color:#616971; font-weight:300; padding-bottom:18px;  }
.info-btm p:last-child{padding-bottom:0; }
.info-btm ul{margin:0; padding:0 0 18px 0;}
.info-btm ul li{margin:0; padding:4px 0 4px 22px; list-style:none; font-size:15px; line-height:22px; color:#616971; font-weight:300; background:url(../images/info-btm-icon.png) 0 9px no-repeat;   }
.info-btm ul li a{text-decoration:none; color:#616971;  }
.info-btm ul li a:hover{color:#24b3da; }
.cont-map{padding:0 0 100px 0; }
.cont-map iframe{width:100%; display:block; border-radius:6px; height:358px; border:4px solid #ffffff; box-shadow:0 10px 15px rgba(1,2,2,0.12); }
.history{padding:0 0 80px 0; }
.faq-left{float:left; width:65.7%; }
.hist-faq{margin:-25px 0 0 0; padding:0 0 55px 0;  }
.history .advright-box{margin:0 0 0 30px; }
.hist-btm h2{margin:0 0 6px 0; font-size:40px; line-height:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:16px;}
.hist-btm h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.hist-chart{padding:30px 0; position:relative;  }
.hist-chart ul{margin:0; padding:35px 0 0 0; }
.hist-chart ul li{margin:-35px 0 0 0; padding:0; list-style:none; }
.chart-box{float:left; width:345px; background:#f6f6f6; border-radius:5px; padding:15px 20px; position:relative;   }
.chart-box:before{background:url(../images/chart-border-icon.png) no-repeat; position:absolute; right:-36px; top:26px; content:""; width:14px; height:12px;  }
.chart-box:after{background:url(../images/hist-chart-after1.png) no-repeat; position:absolute; right:-8px; top:23px; content:""; width:8px; height:17px; }
.hist-yr{border-bottom:1px dashed #d2d2d2; padding-bottom:10px; }
.hist-yr h3{margin:0; font-size:22px; line-height:26px; color:#166da4; font-weight:500; }
.chart-box h6{margin:0; font-size:16px; line-height:22px; color:#6a6f74; font-weight:500; padding:10px 0 0 0;  }
.chart-box p{margin:0; font-size:15px; line-height:22px; color:#6a6f74; font-weight:300; padding:9px 0 0 0;  }
.hist-chart:after{background:url(../images/chart-border.png) repeat-y; position:absolute; left:50%; top:0; content:""; height:100%; width:2px; margin-left:-1px;  }
.hist-chart ul li:nth-child(2n) .chart-box{float:right; text-align:right; }
.hist-chart ul li:nth-child(2n) .chart-box:after{background:url(../images/hist-chart-after2.png) no-repeat; left:-8px; }
.hist-chart ul li:nth-child(2n) .chart-box:before{background:url(../images/chart-border-icon.png) no-repeat; position:absolute; left:-36px; top:26px; content:""; width:14px; height:12px;  }
.impact-title{text-align:center; border-bottom:1px dashed #d2d2d2; padding:0 100px 42px 100px;  }
.impact-title h2{margin:0 0 23px 0; font-size:40px; line-height:45px; color:#112c46; font-weight:bold; position:relative; padding-bottom:30px;  }
.impact-title h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:50%; bottom:0; content:""; margin-left:-35px; }
.impact-title p{margin:0; font-size:16px; line-height:24px; font-weight:300; }
.impact-bg{background:url(../images/impact-img1.png) right bottom no-repeat; padding:70px 0 50px 0; }
.impact{width:56%;   }
.impact h3{margin:0 0 8px 0; font-size:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:24px; }
.impact h3:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.impact-box{border-bottom:1px dashed #d2d2d2; padding:25px 0 0 0;  }
.impact-box:last-child{border-bottom:none; }
.impact-box p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding-bottom:22px; }
.impact-box h5{margin:0; font-size:18px; line-height:24px; color:#112c46; font-weight:300; padding-bottom:24px;  }
.impact-box h5 strong{font-size:22px; color:#166da4; font-weight:500; }
.impact-box p strong{margin:0; font-size:16px; line-height:24px; color:#112c46; font-weight:500; padding-bottom:24px; }
.case-bg{background:url(../images/case-img1.png) left bottom no-repeat #f8f8f8; padding:70px 0 65px 0;  }
.case{width:55%; float:right; }
.case h3{font-size:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:24px; margin:0 0 32px 0;  }
.case h3:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.case p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding-bottom:7px;   }
.case ul{margin:0; padding:0; }
.case ul li{margin:0; padding:8px 0 8px 23px; list-style:none; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; background:url(../images/list-icon-black-2.png) 0 16px no-repeat;   }
.case ul li a{text-decoration:none; color:#6a6f74;  }
.case ul li a:hover{color:#6a6f74; }
.org-list{padding:80px 0; }
.org-list ul{margin:-30px 0 0 -30px; padding:0; }
.org-list ul li{margin:0; padding:0 0 30px 30px; list-style:none; float:left; width:33.33%; }
.org-list ul li:nth-child(3n+1){clear:both; }
.org-box{box-shadow:0 5px 25px rgba(1,2,2,0.10); padding:25px 30px 30px 30px; background:#ffffff;  }
.org-box h3{margin:0; font-size:16px; line-height:24px; color:#166da4; font-weight:500; padding-bottom:5px; }
.org-box p{margin:0;font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding-bottom:18px; }
.org-in-box{border-top:1px dashed #d2d2d2; padding-top:18px;  }
.org-in-box:first-child{border-top:none; padding:0;  }
.org-box .more-btn a{line-height:40px; }
.intern-pattern .pattern::after{background:none; }
.intern-bg{background:url(../images/intern-img1.png) right bottom no-repeat; padding:73px 0;  }
.intern-box{width:53%; }
.intern-box h3{margin:0 0 26px 0; font-size:40px; line-height:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:24px;  }
.intern-box h3:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.intern-box h4{margin:0; font-size:22px; line-height:28px; color:#166da4; font-weight:500; padding-bottom:16px; }
.intern-box p{font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; margin:0; padding-bottom:24px;  }
.intern-box p strong{font-weight:500; }
.intern-box p:last-child{padding-bottom:0; }
.internship-bg{background:url(../images/intern-img2.png) left bottom no-repeat #f8f8f8; padding:84px 0 66px 0; }
.internship-bg .intern-box{float:right; width:55.3%; }
.intern-box ul{margin:0; padding:0; }
.intern-box ul li{margin:0; padding:11px 0 11px 22px; list-style:none; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; background:url(../images/list-icon-black-2.png) 0 18px no-repeat;   }
.intern-box ul li a{text-decoration:none; color:#6a6f74; }
.intern-box ul li a:hover{text-decoration:underline; }
.int-btm-bg{background:url(../images/intern-img3.png) right bottom no-repeat; padding:72px 0; }
.int-btm-bg .intern-box p strong{color:#24b3da; font-weight:300; }
.int-btm-bg .intern-box p strong a{color:#24b3da; }
.int-btm-bg .intern-box p strong a:hover{text-decoration:underline; }
.int-btm-bg .intern-box{width:55%; }
.internship-pattern .pattern:after{width:216px;}
.intern-title{border-bottom:none; }
.inter-over h3{margin:0; font-size:22px; color:#166da4; font-weight:500; text-align:center; padding-bottom:13px;   }
.inter-over > p{margin:0; padding:0 120px; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; text-align:center;  }
.intern-row{padding:50px 0 40px 0; border-bottom:1px dashed #d2d2d2;   }
.intern-col{display:table-cell; vertical-align:top; width:50%; padding:0 32px; border-right:1px dashed #d2d2d2;  }
.intern-col:first-child{padding-left:0; }
.intern-col:last-child{border:none; padding-right:0;  }
.intbox{border-bottom:1px dashed #d2d2d2; padding:28px 0; line-height:100px; min-height: 197px; }
.intbox:first-child{padding-top:0; }
.intbox:last-child{border-bottom:none; padding-bottom:0;  }
.int-icon{float:left; width:108px; background:#166da4; height:108px; width:108px; border-radius:50%; border:4px solid #ffffff; background-position:center center; box-shadow:0 10px 15px rgba(1,2,2,0.12);    }
.int-icon.icon-1{background:url(../images/internship-icon1.png) #166da4 no-repeat; }
.int-icon.icon-2{background:url(../images/internship-icon2.png) #34c0cc no-repeat; }
.int-icon.icon-3{background:url(../images/internship-icon3.png) #f3bd2f no-repeat; }
.int-icon.icon-4{background:url(../images/internship-icon4.png) #24b3da no-repeat; }
.int-icon.icon-5{background:url(../images/internship-icon5.png) #69c39b no-repeat; }
.int-icon.icon-6{background:url(../images/internship-icon6.png) #f7986a no-repeat; }
.int-icon.icon-7{background:url(../images/internship-icon7.png) #8781bd no-repeat; }
.int-text{display:inline-block; vertical-align:middle; width:79.8%; padding:0 0 0 18px;  }
.int-text p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; }
.int-text p strong{font-weight:500; }
.intbtm-row{margin:0 -36px; padding:44px 0 68px 0; }
.intbtm-col{display:table-cell; width:33.33%; padding:0 36px; border-right:1px dashed #d2d2d2;  }
.intbtm-col:last-child{border:none; }
.intbtm-col h5{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:500; padding-bottom:5px;  }
.intbtm-col ul{margin:0; padding:0;}
.intbtm-col ul li{margin:0; padding:6px 0 6px 22px; list-style:none; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; background:url(../images/list-icon-black-2.png) 0 13px no-repeat;   }
.intbtm-col ul li strong{font-weight:500; }
.intbtm-col ul li a{text-decoration:none; color:#6a6f74; }
.intbtm-col ul li a:hover{text-decoration:underline; }
.founder h2{margin:0 0 24px 0; }
.founder > p{padding:0 0 24px 0; }
.founder-top{padding:0 0 50px 0; }
.founder-top:last-child{padding-bottom:0; }
.founder-top h3{margin:0; font-size:22px; color:#166da4; font-weight:500; padding-bottom:3px;  }
.founder-top h4{padding:28px 0 3px 20px; background-position:0 32px;  }
.founder-top p{padding:0 0 0 20px; }
/******/
.advisory .selectionprocess_wrap .advright-box h3{
	color:#ffffff;
	}
.selectionprocess_wrap ul{
	margin:0 -15px 43px;
	padding:13px 0 17px;
	list-style:none;
	border-bottom:1px dashed #d2d2d2;
	}
.selectionprocess_wrap ul li{
	margin:0;
	padding:0 15px 25px 38px;
	float:left;
	width:50%;
	font-size:16px;
	line-height:24px;
	color:#6a6f74;
	font-weight:300;
	background:url(../images/list-icon-black-2.png) no-repeat 15px 7px;
	}
.selectionprocess_wrap li:nth-child(2n+1) {
  clear: left;
}
.advisory p strong{
	font-weight:500;
	}
.selection-step{
	padding:60px 0 0;
	margin:0 -15px;
	}
.selection-step .step-box{
	background:none;
	margin:0;
	padding:0 15px;
	width:25%;
	float:left;
	}
.selection-step.benefit-step .step-box { 
  width: 33%;
}
.selection-step.benefit-step {
  float: left;
  padding: 80px 0 15px;
  width: 100%;
}
.added_value {
  float: left;
  width: 100%;
}
.selection-step .step-box:nth-child(2n+1){
	clear:none;
	}
.selection-step .step-box .text-box{
	background:#f6f6f6;
	text-align:center;
	border-radius:10px;
	border:4px solid #ffffff inset;
	padding:0 30px;
	min-height:322px;
	-webkit-box-shadow: 0 10px 15px rgba(1, 2, 2, 0.12);
	-moz-box-shadow: 0 10px 15px rgba(1, 2, 2, 0.12);
	box-shadow: 0 10px 15px rgba(1, 2, 2, 0.12);
	border:4px solid #ffffff;
	}
.selection-step .step-box .icon{
	width:100px;
	height:100px;
	border-radius:50%;
	border:4px solid #ffffff;
	display:inline-block;
	margin:0 0 -54px;
	transform:translateY(-50%);
	}
.selection-step .text-box .icon.step-1{
	background:#34c0cc;
	}
.selection-step .text-box .icon.step-2{
	background:#41b984;
	}
.selection-step .text-box .icon.step-3{
	background:#f7986a;
	}
.selection-step .text-box .icon.step-4{
	background:#76d1ee;
	}
.selection-step .text-box h4{
	font-size:18px;
	line-height:24px;
	color:#112c46;
	font-weight:500;
	margin:24px 0 0;
	background:none;
	padding:0 0 12px;
	}
.selection-step  ul{
	display:block;
	text-align:center;
	padding:55px 0 35px;
	clear:both;
	margin:0 15px 30px;
	}
.selection-step  ul li{
	float:none;
	display:inline-block;
	width:auto;
	padding:0 30px 0 20px;
	margin:0 15px;
	background-position:0 7px;
	position:relative;
	}
.selection-step  ul li:after{
	position:absolute;
	content:"";
	top:50%;
	left:100%;
	width:1px;
	height:15px;
	background:#d0d1d3;
	transform:translateY(-50%);
	}
.selection-step  ul li:last-child:after{
	display:none;
	}
.selection-step  ul li a{
	color:#6a6f74;
	}
.selection-step  ul li a:hover{
	text-decoration:underline;
	}
.selectionprocess_wrap .left-content{
	width:50%;
	float:left;
	padding-right:15px;
	}
.selectionprocess_wrap .right-content{
	float:left;
	width:50%;
	padding-left:15px;
	}
.selectionprocess_wrap .advright-box ul{
	margin:-5px 0;
	padding:23px 0 0;
	border:none;
	}
.selectionprocess_wrap .advright-box ul li{
	padding:5px 0;
	margin:0;
	width:100%;
	background:none;
	}
.regions-page h2{
	font-size:40px;
	line-height:45px;
	color:#112c46;
	font-weight:700;
	margin:0 0 25px;
	text-align:center;
	display:block;
	padding:0 0 25px;
	background:url(../images/title-bg.png) no-repeat center bottom;
	}
.regions-page p{
	font-size:16px;
	line-height:24px;
	color:#6a6f74;
	font-weight:300;
	margin:0;
	text-align:center;
	display:block;
	}
.our-regions{
	margin:45px 0;
	border-top:1px dashed #d2d2d2;
	padding:35px 0 0; 
	}
.our-regions h2{
	font-size:26px;
	color:#166da4;
	line-height:1;
	}
.regions-detail{
	border-top:1px dashed #d2d2d2;
	padding:65px 0 75px;
	}
.regions-detail h2{
	font-size:26px;
	color:#112c46;
	line-height:1;
	background-position:left bottom;
	text-align:left;
	padding:0 0 15px;
	margin:0 0 15px;
}
.regions-lists{
	width:66.67%;
	padding:0 15px 0 0;
	}
.regions-lists .regions-box{
	width:49.33%;
	float:left;
	}
.regions-lists ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.regions-lists ul li{
	margin:0;
	padding:0 0 0 17px;
	display:block;
	background:url(../images/list-icon-black-2.png) no-repeat left 15px;
	font-size:16px;
	line-height:40px;
	color:#6a6f74;
	font-weight:300;
	}
.regions-lists ul li a{
	color:#6a6f74;
	}
.regions-lists ul li:hover{
	background:url(../images/list-icon-lightblue.png) no-repeat left 15px;
	}
.regions-lists ul li:hover a{
	color:#24b3da;
	}
.south-regions{
	padding:0 0 0 40px;
	}
.regions-detail .detail{
	width:33.33%;
	padding:0 0 0 15px;
	}
.regions-detail .detail p{
	text-align:left;
	}
.washington-dc{
	padding-bottom:30px;
	}
.washington-dc h2, .news-content h2{
	color: #112c46;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 24px;
	padding-bottom: 14px;
	position: relative;
	}
.washington-dc h2:after, .news-content h2:after{
	background: rgba(0, 0, 0, 0) url("../images/list-icon-black-2.png") repeat-x scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 70px;
	}
.washington-dc p, .news-content p{
	color: #6a6f74;
	font-size: 16px;
	font-weight: 300;
	line-height:24px;
	margin: 0 0 30px;
	}
.washington-dc ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.washington-dc ul li{
	margin:0;
	padding:0 0 0 22px;
	display:block;
	color: #6a6f74;
	font-size: 16px;
	font-weight: 300;
	line-height:39px;
	background:url(../images/list-icon-black-2.png) no-repeat left 15px;
	}
.washington-dc .advright-box ul, .news-content .advright-box ul{
    margin: -5px 0;
    padding: 23px 0 0;
}
.washington-dc .advright-box ul li, .news-content .advright-box ul li{
	padding:5px 0;
	background:none;
	line-height:24px;
	}
.news-content{
	padding-bottom:50px;
	}
.partners h2{
	background: rgba(0, 0, 0, 0) url("../images/title-bg.png") no-repeat scroll center bottom;
	color: #112c46;
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	margin: 0 0 25px;
	padding: 0 0 25px;
	text-align: center;
	}
.partners p{
	color: #6a6f74;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
	text-align: center;
	}
.partners-detail{
	margin:120px 0 0;
	border-top:1px dashed #d2d2d2;
	padding:0 20px;
	}
.partners-detail ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.partners-detail ul li{
	margin:0;
	padding:0;
	float:left;
	}
.partners-detail .tab-nav{
	transform:translateY(-50%);
	}
.partners-detail .tab-nav li{
	padding:0 10px;
	width:25%;
	}
.tab-nav li a{
	color: #112c46;
	font-size: 16px;
	font-weight: 500;
	line-height:22px;
	background:#f6f6f6;
	border:1px solid #d9d9d9;
	border-radius:5px;
	padding:18px 20px;
	text-align:center;
	display:block;
	position:relative;
	}
.tab-nav li a:after{
	position:absolute;
	content:"";
	height:12px;
	width:28px;
	display:none;
	top:100%;
	left:50%;
	margin-left:-14px;
	background:url(../images/tab-nav-after-bg.png) no-repeat center;
	}
.tab-nav li a:hover, .tab-nav li a.selected{
	background:#24b3da;
	border-color:#24b3da;
	color:#ffffff;
	}
.tab-nav li a:hover:after, .tab-nav li a.selected:after{
	display:block;
	}
.partners-detail .tab-content{
	padding:15px 10px 55px;
	}
.partners-detail .tab-content ul li{
	width:50%;
	color: #6a6f74;
	font-size: 16px;
	font-weight: 300;
	line-height:40px;
	padding:0 0 0 17px;
	background:url(../images/list-icon-black-2.png) no-repeat left 15px;
	border-right:1px dashed #d2d2d2; 
	}
.partners-detail .tab-content ul li a{
	color: #6a6f74;
	}
.partners-detail .tab-content ul li:hover{
	background:url(../images/list-icon-lightblue.png) no-repeat left 15px;
	}
.partners-detail .tab-content ul li:hover a{
	color:#24b3da;
	}
.partners-detail .tab-content ul li:nth-child(2n){
	border:none; 
	float:right; 
	width:45%; 
	}	
.partners-bottom-cnt{
	background:url(../images/partners-content-bg.png) no-repeat left bottom;
	background-size:83.33% auto;
	border-top:1px dashed #d2d2d2;
	padding:95px 80px 0 0;
	}
.partners-bottom-cnt .detail{
	width:50%;
	text-align:center;
	padding-bottom:90px;
	}
.partners-bottom-cnt .detail p{
	color: #112c46;
	font-size: 25px;
	font-weight: 300;
	line-height:35px;
	margin:0;
	}
.partners-bottom-cnt .detail p span{
	font-weight:bold;
	}
.partners-bottom-cnt .detail p span strong{
	color:#24b3da;
	}
.partners-pattern .pattern:after{
	display:none;
	}
.news-content .left-content {
	overflow:hidden; 
	padding-right:60px;
	}
.news-content p strong{
	font-weight:500;
	}
.news-content h3{
	color: #166da4;
	font-size: 22px;
	font-weight: 500;
	line-height:24px;
	margin:0 0 18px;
	}
.news-content .advright-box h3{
	color:#ffffff;
	margin:0; 
	}
.mission-and-goals{
	padding-bottom:40px;
	}
.mission-and-goals .left-content{
	padding:0 30px 0 0;
	overflow:hidden;
	}
.mission-and-goals h2{
	color: #112c46;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 24px;
	padding-bottom: 14px;
	position: relative;
	}
.mission-and-goals h2:after{
	background: rgba(0, 0, 0, 0) url("../images/advisory-title-border.png") repeat-x scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 70px;
	}
.mission-and-goals p{
	color: #6a6f74;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 0 23px;
	}
.mission-and-goals .left-content h3{
	color: #166da4;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 0 18px;
	}
.mission-and-goals p strong{
	font-weight:500;
	}
.goals-list{
	border-top:1px dashed #d2d2d2;
	padding:20px 0;
	}
.goals-list:first-child{
	border:none;
	}
.goals-list .icon{
	border: 4px solid #ffffff;
	border-radius: 50%;
	float:left;
	height: 100px;
	margin: 0 15px 0 0;
	width: 100px;
	box-shadow:0 5px 5px rgba(1, 2, 2, 0.12);
	}
.goals-list .icon.goal-1{
	background:#69c39b;
	}
.goals-list .icon.goal-2{
	background:#f7986a;
	}
.goals-list .icon.goal-3{
	background:#f3bd2f;
	}
.mission-and-goals h4{
	color: #6a6f74;
	font-size: 18px;
	font-weight: 500;
	line-height:28px;
	margin:0;
	padding:0 0 5px;
	}
.goals-list p{
	margin:0;
	}	
.page-title-text .detail .item{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	width:50%; 
	margin:0 -2px;
	text-align:left;
	}
.page-title-text .detail .item.first{
	text-align:right;
	}
.page-title-text .detail .item.first span{
	color:#2dd2ff;
	}
.page-title-text .detail .item span{
	width:110px;
	height:110px;
	border-radius:50%;
	background:#112c46;
	border:2px solid #ffffff;
	display:inline-block;
	vertical-align:middle;
	margin:0 18px;
	line-height:110px;
	color: #f3bd2f;
	font-size: 40px;
	font-weight: bold;
	text-align:center;
	}
.page-title-text .detail .item h3{
	color: #ffffff;
	font-size: 25px;
	font-weight: 200;
	line-height:28px;
	margin:0;
	display:inline-block;
	vertical-align:middle;
	}
.our-regions .map{
	text-align:center; 	
	}	
	
/****/
.team-left{float:left; width:64.9%; margin:-40px 0 0 0;  }
.team-left .team-box:first-child{border-top:none; }
.team-box{border-top:1px dashed #d2d2d2;  padding:40px 0;  }
.team-img{float:left; width:120px; }
.team-img img{border-radius:50%; border:4px solid #ffffff; box-shadow:0 3px 15px rgba(1,2,2,.10); }
.team-text{overflow:hidden; padding:0 0 0 20px;  }
.team-text h3{margin:0; font-size:18px; line-height:24px; color:#166da4; font-weight:500; padding-bottom:6px;  }
.team-text h4{margin:0; font-size:14px; color:#24b3da; font-weight:300; }
.team-text h4 strong{color:#f7986a; font-weight:300; text-decoration:underline; }
.team-text p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding:14px 0 0 0;  }
.team-btm{margin:0 -15px; padding:0 0 20px 0; }
.team-col{float:left; width:50%; padding:0 15px; }
.team-row .team-box:nth-child(2n+1){clear:both;   }
.about-title-bg{max-height:380px; overflow:hidden; }
.about-title-bg .page-title-text{max-width:87%; }
.about-title-bg .page-title-text h1{color:#69c39b; font-weight:normal; }
.about-title-bg .page-title-text h1 strong{font-weight:bold; color:#ffffff;  }
.about-title-bg .page-title-text  p{padding:10px 120px 15px 120px; }
.about-title-bg .page-title-text  p:last-child{padding-bottom:0; }
.about-patrn .pattern::before{top:0; }
.about-patrn .pattern:after{background:none; width:auto;  }
.wedo-bg{padding:80px 0 80px 0; background:url(../images/wedo-img1.png) right bottom no-repeat; margin:-80px 0 0 0;   }
.wedo{width:56%; }
.wedo h2{margin:0 0 23px 0; font-size:40px; color:#112c46; font-weight:bold; position:relative; padding-bottom:14px;  }
.wedo h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.wedo p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding-bottom:21px; }
.wedo ul{margin:0; padding:0 0 26px 0; }
.wedo ul li{margin:0; padding:8px 0 8px 33px; list-style:none; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; background:url(../images/list_icon.png) 0 12px no-repeat;   }
.wedo ul li a{text-decoration:none; color:#6a6f74; }
.wedo ul li strong{font-weight:500; }
.service-bg{background:url(../images/service-bg.jpg) 50% 0 no-repeat; background-size:cover; min-height:925px; padding:50px 0;  }
.service ul{margin:0 0 0 -50px; padding:0; }
.service ul li{margin:0; padding:50px 0 0 50px; list-style:none; float:left; width:33.33%; }
.service ul li:nth-child(3n+1){clear:both; }
.serv-box-first h2{margin:0 0 25px 0; font-size:40px; line-height:35px; color:#112c46; font-weight:bold; position:relative; padding-bottom:18px;  }
.serv-box-first h2:after{ background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.serv-box-first p{margin:0; font-size:15px; line-height:22px; color:#6a6f74; font-weight:300; padding-bottom:26px;  }
.serv-box{background:#ffffff; padding:38px 35px 34px 35px; box-shadow:0 5px 15px rgba(1,2,2,0.05); border-radius:10px; border:1px solid #ffffff; position:relative; min-height:340px;   }
.serv-icon{width:80px; height:65px; }
.serv-icon.icon-1{background:url(../images/service-icon-1.png) no-repeat; }
.serv-icon.icon-2{background:url(../images/service-icon-2.png) no-repeat; }
.serv-icon.icon-3{background:url(../images/service-icon-3.png) no-repeat; }
.serv-icon.icon-4{background:url(../images/service-icon-4.png) no-repeat; }
.serv-icon.icon-5{background:url(../images/service-icon-5.png) no-repeat; }
.serv-text{padding:3px 0 0 0; }
.serv-text h3{margin:0; font-size:22px; line-height:26px; color:#112c46; font-weight:500; padding-bottom:15px;  }
.serv-text h3 a{color:#112c46; }
.serv-text p{margin:0; font-size:15px; line-height:22px; color:#6a6f74; font-weight:300; }
.serv-box:hover{border-color:#27b4da; }
.serv-box:hover:after{background:url(../images/service-hov-icon.png) no-repeat; position:absolute; right:0; bottom:0; content:""; width:28px; height:28px;  }
.serv-box:hover .serv-text h3, .serv-box:hover .serv-text h3 a{color:#166da4; }
.serv-box:hover .serv-icon{background-position:0 bottom; }
.weserv-bg{background:url(../images/we-serv-bg.png) left bottom no-repeat; padding:90px 0 74px 0; position:relative; }
.weserv-bg:after{background:url(../images/we-serv-right-pattern.png) no-repeat; position:absolute; right:0; bottom:45px; content:""; width:316px; height:547px; z-index:-1; }
.weserv{float:right; width:56%; }
.weserv h2{margin:0 0 23px 0; font-size:40px; color:#112c46; font-weight:500; position:relative; padding-bottom:15px;  }
.weserv h2:after{background:url(../images/advisory-title-border.png) repeat-x; width:70px; height:2px; position:absolute; left:0; bottom:0; content:""; }
.weserv p{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding-bottom:23px; }
.weserv h3{margin:0; font-size:18px; line-height:24px; color:#166da4; font-weight:500; padding-bottom:15px; }
.weserv ul{margin:0; padding:0; }
.weserv ul li{margin:0; padding:8px 0 8px 33px; list-style:none; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; background:url(../images/list_icon.png) 0 14px no-repeat;  }
.weserv ul li a{text-decoration:none; }
.hccpartbtm-bg{padding:150px 0 85px 0; background:url(../images/hcc-partner-bg.png) right bottom no-repeat; position:relative;  }
.hccpartbtm-bg:before{background:url(../images/left-pattern1.png) no-repeat; position:absolute; left:0; bottom:90px; content:""; height:518px; width:192px; z-index:-1; }
.hccpartbtm{width:66%; }
.hccpartbtm h2{margin:0; font-size:40px; line-height:45px; color:#112c46; font-weight:bold; padding-bottom:27px;   }
.hccpartbtm ul{margin:0; padding:0; }
.hccpartbtm ul li{margin:0; padding:8px 0 8px 33px; list-style:none; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; background:url(../images/list_icon.png) 0 14px no-repeat;  }
.hccpartbtm ul li a{text-decoration:none; color:#6a6f74; }
.hccconnect-bg{background:#f8f8f8 url(../images/hcc-connect-img1.png) right top no-repeat; }
.hccconnect{padding:70px 100px; }
.hccconnect-img{float:left; width:100px;  }
.hccconnect-text{overflow:hidden; padding:5px 0 0 40px; }
.hccconnect-text p{margin:0; font-size:20px; line-height:30px; color:#112c46; font-weight:normal; }
.hccpartner-bg{background:url(../images/hcc-partner-img1.jpg) 50% 0 no-repeat; background-size:cover; min-height:335px; padding:72px 0 0 0;  }
.hccpartner{text-align:center; max-width:810px; margin:0 auto;  }
.hccpartner h2{margin:0; font-size:40px; color: #ffffff; font-weight:bold; padding-bottom:20px;  }
.hccpartner p{margin:0; font-size:18px; line-height:26px; color:#ffffff; font-weight:300; }
.partner-list-out{position:relative; bottom:-60px; }
.partner-list-out:after{width: 0; height: 0; border-style: solid; border-width: 0 15px 15px 15px; border-color: transparent transparent #ffffff transparent; position:absolute; top:-15px; left:50%; margin-left:-15px; content:"";  }
.partner-list{background:#ffffff; box-shadow:0 5px 15px rgba(1,2,2,0.05); border-radius:10px; padding:30px 20px; }
.partner-box{text-align:center; line-height:64px; }
.partner-list-out .owl-carousel .owl-item img{width:auto; display:inline-block; vertical-align:middle; }
.partner-list-out .owl-carousel .owl-controls .owl-nav .owl-prev{background:url(../images/partner-prev.png) center no-repeat #ebebeb; position:absolute; left:-66px; top:50%; margin-top:-22px; height:44px; width:44px; border-radius:50%; border:2px solid #ffffff;   box-shadow:0 3px 10px rgba(1,2,2,0.05); font-size:0;    }
.partner-list-out .owl-carousel .owl-controls .owl-nav .owl-next{background:url(../images/partner-next.png) center no-repeat #ebebeb; position:absolute; right:-66px; top:50%; margin-top:-22px; height:44px; width:44px; border-radius:50%; border:2px solid #ffffff;   box-shadow:0 3px 10px rgba(1,2,2,0.05); font-size:0;   }
.partner-list-out .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .partner-list-out .owl-carousel .owl-controls .owl-nav .owl-next:hover{background-color:#ffffff; }
.recrut-list{margin:0 -45px; }
.recrut-box{display:table-cell; width:50%; border-right:1px dashed #d2d2d2; padding:0 45px;  }
.recrut-box:last-child{border:none; }
.hcc-guide{background:url(../images/hcc-guide-bg.png) right center no-repeat #23b3da; }
.hcc-guide .hccsup{max-width:100%; }
.hcc-guide .hccsup-img{padding:20px 0 0 0; }
.hcc-guide .hccsup-text{padding:0 0 0 40px; }
/*pb 10-10-2016*/
.general-page img.main-image { margin-bottom: 20px; margin-right: 20px; max-width: 720px; }
.general-page .advright-box .current-menu-item a { background: rgba(0, 0, 0, 0) url("../images/about-board-list-hov-icon.png") no-repeat scroll 0 3px; color: #2dd2ff; }
.nav ul li.menu-item-has-children > a:before { background: rgba(0, 0, 0, 0) url("../images/support-btn-icon.png") no-repeat scroll 0 0;  content: ""; height: 4px; position: absolute; right: -12px; top: 50%; width: 8px; }
.nav ul li.menu-item-has-children > a:after { background: rgba(0, 0, 0, 0) url("../images/nav-hov-icon.png") repeat-x scroll 0 0; bottom: 0; content: ""; display: none; height: 2px; left: 0; position: absolute; right: 0; }
.nav ul li.menu-item-has-children > a { position: relative; }
.nav ul li.current-menu-item > a,.nav ul li.current-menu-parent > a { color: #f3bd2f; } 
.nav ul li.current_page_ancestor > a { color: #f3bd2f; }
.nav ul li ul li.current-menu-parent > a { color: #f3bd2f; }
.page-title-sec:after, .banner-ptrn { z-index:9; }
.page-template-home-page .page-title-sec::after, .page-template-home-page .banner-ptrn { z-index: 99; }
header .nav ul li ul { min-width:210px; }
.nzletter .eemail_caption { display:none; }
input.eemail_textbox_class {
    background: #294158 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    color: #b7c0c9;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 0 60px 0 20px;
}
input.eemail_textbox_class:focus {
    background: #294158 none repeat scroll 0 0;
}
input.eemail_textbox_button {
    background: #23b3da url("../images/newsletter-icon.png") no-repeat scroll center center;
    border-radius: 50%;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 40px;
}
input.eemail_textbox_button:hover {
    background-color: #69c39b;
}
.eemail_msg {
    position: absolute;
    top: 70px;
}
.faqs-list h4 { line-height: 23px; font-size: 18px; }
.faqs-list h3 { font-size:22px; color: #24b3da; }
.faqs-list .faq-dtl p { margin: 0 0 10px; }
/*R.O 13-10-2016 */
.page-id-208 .resource-list .faq-box .faq-dtl ul li {
  display: inline-block;
  float:none;
  width: 100%;
}
.page-id-208 .resource-list .faq-box .faq-dtl ul li:hover {
	background:rgba(0, 0, 0, 0) url("../images/list-icon-black-2.png") no-repeat scroll 0 11px;
	color:#6a6f74;
}
.page-id-208 .faq-box ul li a {
  color: #f58020;
}
/*pb 13-10-2016*/
.content .general-page .alignleft {
    float: left;
}
.content .general-page .alignright {
    float: right;
    margin: 20px 0 0 20px;
}
h4.date-time {
    color: #41b984;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    padding-bottom: 13px;
}
.map_image { display: block; margin: 0 auto; position: relative; width: 920px; }
#mpcth_main img { height: auto; max-width: 100%; }
.tooltip.top { display: none; font-size: 14px; margin-top: -3px; padding: 5px 0; position: absolute; right: -83px; top: -39px; width: 190px; }
.tooltip { display: block; font-size: 12px; font-style: normal; font-weight: 400; letter-spacing: normal; line-height: 1.42857; opacity: 1; overflow-wrap: normal; position: absolute; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; z-index: 1070; }
.tooltip.top .tooltip-arrow { border-top-color: rgba(36,179,218,0.9); border-width: 5px 5px 0; bottom: 0; left: 50%; margin-left: -5px; }
.tooltip-arrow { border-color: rgba(0, 0, 0, 0); border-style: solid; height: 0; position: absolute; width: 0; }
.tooltip-inner { background-color: rgba(36,179,218,0.9); border-radius: 4px; color: #ffffff; font-weight: 600; max-width: 200px; padding: 3px 8px; text-align: center; }
.nine_regions_link .one_region { position: absolute; right: 15%; top: 42%; }  /* Washington D.C. */
/*.nine_regions_link .second { position: absolute; right: 14%; top: 25%; } */
.nine_regions_link .third { position: absolute; right: 12%; top: 34%; }  /* New york / new Jersey */
.nine_regions_link .fourth { bottom: 40%; position: absolute; right: 17%; } /* North Carolina */
.nine_regions_link .fifth { bottom: 51%; left: 5%; position: absolute; } /* Central California Valley */
.nine_regions_link .sixth { bottom: 44%; left: 8%; position: absolute; } /* Coachella Valey */
.nine_regions_link .seventh { bottom: 42%; left: 4%; position: absolute; } /* Southern California */
.nine_regions_link .eight { bottom: 57%; left: 1%; position: absolute; } /* Northern California*/ 
.nine_regions_link .ninth { position: absolute; right: 8%; top: 24%; }
.nine_regions_link .one_region:hover .tooltip.top { display: block; }
.nine_regions_link .second:hover .tooltip.top { display: block; }
.nine_regions_link .third:hover .tooltip.top { display: block; }
.nine_regions_link .fourth:hover .tooltip.top { display: block; }
.nine_regions_link .fifth:hover .tooltip.top { display: block; }
.nine_regions_link .sixth:hover .tooltip.top { display: block; }
.nine_regions_link .seventh:hover .tooltip.top { display: block; }
.nine_regions_link .eight:hover .tooltip.top { display: block; }
.nine_regions_link .ninth:hover .tooltip.top { display: block; }
.sitemap-first-wrap { width:60%; }
.sitemap-second-wrap { width:40%; }
.sitemap-wrap h3 { color: #24b3da; font-size: 22px; margin-top: 0; }
.sitemap-wrap ul li a { color: #333; }
.sitemap-wrap ul li a:hover { color: #24b3da; }
.washington-dc .sitemap-wrap ul li { background: rgba(0, 0, 0, 0) url("../images/list-icon-black-2.png") no-repeat scroll left 12px; line-height: 30px; }
.washington-dc .sitemap-first-wrap li { float: left; width: 50%; }
.content .advright-box li.current-menu-item a { background: rgba(0, 0, 0, 0) url("../images/about-board-list-hov-icon.png") no-repeat scroll 0 3px; color: #2dd2ff; }
/* V.R. 13-10-2016 */
.header-top .search-box.show .searchform input.search-text{padding:0 0 0 7px;}
.alumini-stat .advright-box .current-menu-item a, .alumini-top .advright-box .current-menu-item a { background: rgba(0, 0, 0, 0) url("../images/about-board-list-hov-icon.png") no-repeat scroll 0 3px; color: #2dd2ff; }
.search-results .advisory .selectionprocess_wrap h3 > a{ color:#112c46; }
.search-results .advisory .selectionprocess_wrap p > a { color:#24b3da; font-weight:bold; }
.search-results .advisory .selectionprocess_wrap h3 > a:hover, .search-results .advisory .selectionprocess_wrap p > a:hover{ color:#112c46;}
.search-results .advisory .selectionprocess_wrap > article{ border-bottom:1px dashed #d2d2d2; margin-bottom:20px;}
.selectionprocess_wrap .search-form input.search-submit{font-size:19px; color:#ffffff; font-weight:bold; text-transform:uppercase; height:50px; background:#24b3da; padding:0 30px; border-radius:26px;  }
.selectionprocess_wrap .search-form input.search-submit:hover{background-color:#69c39b; }
.selectionprocess_wrap .search-form input.search-field{font-size:15px; color:#616971; font-weight:300; background:#ffffff; height:44px; border-radius:6px; border:1px solid #e7e7e7; box-shadow:0 5px 10px rgba(1,2,3,0.06); width:460px; padding:0 18px; }
.selectionprocess_wrap .search-form input.search-field:focus{border-color:#34c0cc; background:#ffffff;  }
.selectionprocess_wrap .search-form span.screen-reader-text{margin:0; font-size:16px; line-height:24px; color:#6a6f74; font-weight:300; padding:0 0 28px 20px; }
.content .wp-pagenavi { text-align:center; padding:10px 0;}
.content .wp-pagenavi > a, .content .wp-pagenavi > span {font-size:22px; font-weight:bold; padding:6px 10px;}
.content .wp-pagenavi > a, .content .wp-pagenavi > span:hover {color:#166da4; border:1px solid #166da4;}
.content .wp-pagenavi > a:hover, .content .wp-pagenavi > span {color:#112c46; border:1px solid #112c46;}
.nav ul li.menu-item-has-children > a::before{right:-10px; margin-top:-2px; }
.nav ul li ul{padding:2px 0; }
.nav ul li ul li a::before{right:0 !important; }
.nav ul li ul li:first-child{padding:0 12px;}
.nav ul li ul li{position:relative ; padding:0 12px; }
.nav ul li ul li ul{position:absolute; left:100%; top:-2px; min-width:210px; z-index:99; display:none !important; }
.nav ul li ul li:hover ul{display:block !important; }
.support-btn a::after{background:none; }
.support-btn ul{margin:0; padding:0; }
.support-btn ul li{margin:0; padding:0; list-style:none; position:relative;   }
.support-btn ul li a {
    border-radius: 20px;
    font-size: 12px;
    display: block;
    background: #24b3da;
    padding: 0 20px 0 11px;
    font-weight: 500;
    position: relative;
}
.support-btn ul li a:after{background:rgba(0, 0, 0, 0) url("../images/support-btn-icon.png") no-repeat scroll 0 0; position:absolute; right:10px; top:50%; content:""; height:4px; width:8px; margin-top:-2px;  }
.support-btn ul li ul{position:absolute; right:0; top:100%; min-width:210px; padding:10px 0 0 0; display:none;     }
.support-btn ul li ul li a:after{background:none; }
.support-btn ul li ul li a{font-size:14px; padding:0 20px; border-radius:0;   }
.support-btn ul li ul li:first-child a{border-radius:20px 20px 0 0; }
.support-btn ul li ul li:last-child a{border-radius:0 0 20px 20px; }
.support-btn ul li:hover ul{display:block; }
.page-id-8 .service-bg, .page-template-about-page .service-bg{ min-height:auto; } 
.page-id-8 .service ul li, .page-template-about-page .service ul li{ width:100%; }

/******************************* 21-10-2016 *******************************************/
.service-bg{ min-height:inherit; }
/*** page id changes css *****/
.serv-box-first ul{ margin:0; padding:0; }
.serv-box-first ul li { background:url(../images/list_icon.png) no-repeat 0 12px; display:block; float:left; font-weight:300; line-height:24px; padding:8px 0 0 30px; width:50%; }
.serv-box-first ul li:first-child, .serv-box-first ul li:nth-child(2n + 1){ clear:both; padding-right:13px; }
.alumincnt-b h2::after { background:url(../images/advisory-title-border.png) repeat-x 0 0; bottom:0; content:""; height:2px; left:0; position:absolute; width:70px; }
.alumincnt-b h2 { color:#112c46; font-size:40px; font-weight:bold; line-height:35px; margin:0 0 25px; padding-bottom:18px; position:relative; }
.alumincnt-b ul { padding:0; margin:0 0 15px 0; }
.alumincnt-b ul li{ background:url(../images/list-icon-black-2.png) no-repeat 0 12px; color:#6a6f74; font-size:16px; font-weight:300; line-height:24px; list-style:outside none none; margin:0; padding:4px 0 4px 23px; }
.host-org-title h2::after { background:url(../images/advisory-title-border.png) repeat-x 0 0; bottom:0; content:""; height:2px; left:50%; margin-left:-35px; position:absolute; width:70px; }
.host-org-title h2 { color:#112c46; font-size:20px; font-weight:bold; line-height:27px; margin:0 0 23px; padding-bottom:30px; position:relative; text-align:center; } 
.host-org-page h3{ font-size:20px; color:#24b3da; }
.host-org-page p{ color:#6a6f74; font-size:16px; font-weight:300; line-height:24px; margin:0 0 23px;}
.host-org-page .service-bg h2::after { background:url(../images/advisory-title-border.png) repeat-x 0 0; bottom:0; content:""; height:2px; left:0; position:absolute; width:70px; }
.host-org-page .service-bg h2 { color:#112c46; font-size:40px; font-weight:bold; line-height:35px; margin:0 0 25px; padding-bottom:18px; position:relative; }
.internshipwrap ul{ margin:0; padding:0; }
.internshipwrap ul li{ display:block; padding:10px 0px 0px 20px; background:url(../images/list-icon-black-2.png) no-repeat left 13px; color:#6a6f74; font-size:16px; font-weight:300; }
.internshipwrap ul li:first-child{ background-position:0 3px; padding:0 0 0 20px; }
.internshipleft { float:left; width:50%; padding:0 15px 0 0; }
.internshipright{ float:left; width:50%; padding:0 0 0 15px;  }
.connecttelentwrap h2::after { background:url(../images/advisory-title-border.png) repeat-x 0 0; bottom:0; content:""; height:2px; left:0; position:absolute; width:70px; }
.connecttelentwrap h2 { color:#112c46; font-size:35px; font-weight:bold; line-height:40px; margin:0 0 23px; padding-bottom:15px; position:relative;  } 
.connecttelentwrap ul{ padding:0; margin:0; }
.connecttelentwrap ul li{ background:url(../images/list_icon.png) no-repeat 0 12px; display:block; float:left; font-weight:300; line-height:24px; padding:8px 0 0 30px; width:100%;  }
.host-org-page .impact-bg{ background-size:20% auto; }
.studentdisc .wedo{ width:100%; } 
.studentdisc .wedo h2{ font-size:35px; }
.impactsectionwrap h3{ color:#166da4; font-size:22px; font-weight:500; margin:0 0 15px 0; padding:0; }
.impactsectionwrap .alignright{ margin:0px 0px 10px 30px; float:right; }
.impactsectionwrap .alignleft{ margin:0px 30px 10px 0px; float:left; }
.service-bg .impactsectionwrap { margin:30px 0 0 0; }
.service-bg .impactsectionwrap:first-child{ margin:0; }
.impactsectionwrap h4{ color:#616971; font-size:20px; font-weight:500; margin:0 0 20px 0; padding:0; }
.impactsectionwrap p{ font-size:17px; color:#616971; line-height:29px; }
.impactwrap .hccpartbtm-bg{ padding:70px 0; }
.impactwrap .hccpartbtm h2:after { background:url(../images/advisory-title-border.png) repeat-x 0 0; bottom:0; content:""; height:2px; left:0; position:absolute; width:70px; }
.impactwrap .hccpartbtm h2 { color:#112c46; font-size:35px; font-weight:bold; line-height:50px; margin:0 0 23px; padding-bottom:15px; position:relative;  } 
.impactwrap .hccpartbtm p{ font-size:16px; font-weight:300; padding:0 0 20px 0; margin:0; line-height: 35px;} 
.impactwrap .hccpartbtm ul{ margin:0 0 20px 0; }
.impactwrap .hccpartbtm .partner-list-out{ bottom:0; }
.impactwrap .hccpartbtm .partner-list-out .partner-box{ padding-right:15px; }
.impactwrap .hccpartbtm .partner-list-out .partner-list { box-shadow:3px 2px 15px rgba(1, 2, 2, 0.1); }
.partnersaccesslist{ margin:30px 0 0 0;  }
.partnersaccesslist ul li{ background:url(../images/list-icon-black-2.png) no-repeat left 15px; width:50%; float:left; padding:8px 0 8px 20px }
.partnersaccesslist ul li:first-child,.partnersaccesslist ul li:nth-child(2n + 1){ padding-right:13px; clear:both; }
.communbenefitwrap{ padding:70px 0; }
.communbenefitwrap h2:after { background:url(../images/advisory-title-border.png) repeat-x 0 0; bottom:0; content:""; height:2px; left:0; position:absolute; width:70px; }
.communbenefitwrap h2{ color:#112c46; font-size:35px; font-weight:bold; line-height:40px; margin:0 0 23px; padding-bottom:15px; position:relative;  } 
.communbenefitwrap p{ font-size:16px; font-weight:300; padding:0 0 20px 0; margin:0; line-height:30px; } 
.communbenefitwrap ul { margin:0; padding:0; } 
.communbenefitwrap ul li { background:url(../images/list_icon.png) no-repeat 0 14px; color:#6a6f74; font-size:16px; font-weight:300; line-height:24px; list-style:none; margin:0; padding:8px 0 8px 33px; }
.communpaetwrap{ margin:0; }
.communpaetleft{ float:left; width:50%; padding:25px 15px 0 0; }
.communpaetleft p{ font-weight:500; }
.communpaetright{ float:left; width:50%; padding:25px 0px 0 15px; }
.communpaetright iframe{ height:312px; }

.step_main_div .icon_div_step {
  background: #41b984 none repeat scroll 0 0;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 15px rgba(1, 2, 2, 0.12);
  color: #ffffff;
  float: left;
  font-size: 37px;
  height: 80px;
  line-height: 72px;
  text-align: center;
  top: 0;
  width: 80px;
}
.step_main_div .icon_div_step.two {
  background: #F7986A none repeat scroll 0 0;
}
.step_main_div .icon_div_step.three {
  background: #34C0CC none repeat scroll 0 0;
}
.step_main_div {
  float: left;
  width: 100%;
  margin: 25px 0;
}
.step_text {
  padding-left: 10%;
}
.step_text strong {
  font-weight: 500;
}
.org-list.benefit_org_list {
  padding: 0;
}