body{ 

    /*font-family: 'Poppins', sans-serif;*/
        font-family: 'Inter', sans-serif !important;
    font-size: 15px;
    font-weight: 300
 }
 h1, h2, h3, h4, h5, h6{font-family: 'Inter', sans-serif !important;}
 
.header_section {
	/*background: url(https://www.getopenwater.com/wp-content/uploads/2018/02/header-bg-sail.jpg);
	 background-position: bottom right
	background-repeat: no-repeat;
	background-size: cover;*/
	background: #fff;
	overflow: hidden;
	position: relative;
	 
	

}
.header_section .container{ position: relative; min-height:100vh }
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
	width: 25px;
	height: 40px;
	margin-left: -20px;
	top: auto;
	margin-top: -35px;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
	bottom: 30px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
  .outer-wrap{
	margin: 0px;
	box-shadow: none !important  ;
	

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+52&0.65+0,0+34,0+39,0+56,0+67,0.65+99 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 52%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 67%, rgba(0,0,0,0.65) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.65) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.65) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}

body.logged-in .navbar { top: 32px; }
.navbar { padding-top:0px ; padding-bottom:0px ;  transition: top 0.5s ease-in-out; background: #fff;filter: drop-shadow(0px 2px 4px rgba(38, 50, 56, 0.16)) drop-shadow(0px 4px 8px rgba(38, 50, 56, 0.08)); -webkit-filter: drop-shadow(0px 2px 4px rgba(38, 50, 56, 0.16)) drop-shadow(0px 4px 8px rgba(38, 50, 56, 0.08));}
.navbar .navbar-brand{
	height: auto;
}
.navbar-fixed-top{border-width:0px;}
.navbar .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
}
.header-top-margin > .navbar { box-shadow: 0px 0px 13px rgba(0,0,0,.1); }
.navbar.nav-up {
	top: -166px;
	transition: all 0.5s ease-in-out;
	 
}

.navbar.stuck {

		transition: all 0.5s ease-in-out;
		
}
.top-bar {
 
	color: #fff;
}
.top_contact {
	padding: 12px 0 2px 20px;
	display: block;
	border-left: 1px solid #888789;
}
.top_contact a {
	font-size: 1.2em;
	color: #fff;
	padding-left: 7px;
	font-weight: 500	
}
.top_contact span {
	font-size: 1em;
}
.about-heading img {
	max-width: 140px;
}
.top_contact img {
	margin-right: 20px;
	    max-width: 22px;
}

.navbar-nav > li.current-menu-item > a {
	color: #2D3436;
	font-weight: 700;
}

.navbar-nav > li > a{ color: #007599; padding: 38px 34px; font-family: 'Inter', sans-serif; font-weight: 400;position: relative;right: 0px;}
.navbar-nav > li:not(.demo-btn):not(.full_width_parent) > a:after{content: '•';position: absolute;color: #FFD196;left: 0px;}
.navbar-nav > li.demo-btn > a{
	background: #FF5722;
    border-radius: 50px;
/*     font-size: 24px; padding: 20px 25px;*/
	font-size:19px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
    letter-spacing: 0.25px;
	padding: 17px 25px;
}

.navbar-nav > li.demo-btn > a:hover, .navbar-nav > li.demo-btn > a:focus{
	background: #da3400;
}
.navbar-nav > li.full_width_parent > a{ font-weight: 700; color:#2D3436 !important}

.navbar-nav > li > a >span{padding-left: 0px !important;}

.navbar-nav   li { vertical-align: top; font-size: 18px;letter-spacing: 0.2 px;}
.navbar-nav > li.full_width_parent{ position: static; }
.nav > li > a:focus, .nav > li > a:hover,.nav > li.active > a{ background:none; }
.nav .full_width_parent > a {
	position: relative;
}
.nav .full_width_parent > a::after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 11px solid #FFFFFF;
	bottom: 0;
	left: 42%;
	display: none;
	z-index: 4;
	opacity: 1;
}
.nav .full_width_parent:hover a::after{ display: block; }
.navbar-nav ul {
	padding: 0;
	list-style: none;
}
.navbar-nav ul.sub-menu {
	box-shadow: 0 0 0px rgba(0,0,0,.15);
	
	
	position: absolute;
	min-width: 180px;
	border-top: 7px solid transparent;
/* 	padding:10px 0; background: #ffffff; margin-top:7px; */
}
.navbar-nav ul.sub-menu > li{
	background:#fff;
}


/* .navbar-nav ul.sub-menu::before {
	content: "";
	height: 0;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 11px solid white;
	top: -11px;
	position: absolute;
	left: 29px;
} */
.sub-menu:not(.full_width) > li:nth-of-type(1){
	padding-top:10px;
}
.sub-menu:not(.full_width) > li:nth-last-of-type(1){
	padding-bottom:10px;
}
.sub-menu > li > a {
	display: block;
	padding: 9px 22px;
	font-size: 1em;
	font-weight:600;
	color: #007599;
}
.navbar-right{
	display: flex;
	display:-webkit-flex;
    flex-wrap: wrap;
    align-items: center;

}
.sub-menu > li > a:hover{background: rgba(118, 197, 213, 0.35);}

.sub-menu > li > a:hover { text-decoration: none;}
.sub-menu > li:last-child > a{ border-bottom: none; }
.sub-menu{ font-size: 1em; display: none; }
.navbar-nav   li:hover .sub-menu{ display: block; z-index: 9999; }
.sub-menu.full_width {
	position: relative;
	position: absolute;
/* 	background: #fff; */
	left: 0;
	right: 0;
	padding: 0 !important;
	overflow: hidden;
	box-shadow: 0 0 40px rgba(0,0,0,.15)
}
 
 .full_width:before {
 	height: 0px  !important; width: 0px !important

	 
 }
.menu_list li {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 0;
	padding-top: 21px;
	padding: 20px 5px 15px;
}
.menu_list li:hover{ background: #efefef;  }

.menu_list li a:hover{ text-decoration: none; }
.menu_list h3 {
	font-size: 1.4em;
	color: #005195;
	margin-bottom: 5px;
	margin-top: 0;
}
.menu_list p{ color: #333; }

.one_third {
	display: inline-block;
	width: calc(100%/3);
	vertical-align: top;
}
.two_third {
	display: inline-block;
	width: calc(65%);
}
.one_half{ display: inline-block; width:49.5% }
.menu_demo {
	background: #f6f6f6;
	 
	padding: 30px 56px;
}
.menu_demo img{ max-width: 100%; }
.menu_demo h3 {
	font-size: 1.4em;
	color: #005195;
	font-weight: 300;
	margin-bottom: 30px;
}
.menu_demo img{ margin-bottom: 30px }
.menu_demo p{ margin-bottom: 25px; font-size: 1em; }
.navbar-nav .menu_list {
	padding: 30px 30px;
}

.navbar .container{ position: relative;; }
.navbar .container:before, .navbar .container:after{display:none;}
.navbar-brand {
	padding:0 15px;
	max-width: 240px;
}
.navbar-brand  img{ max-width: 100%; }
.container .jumbotron{
	padding: 0;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	margin-top:33%;
	margin-top:33vh;
	background: no-repeat;
	color: #fff;
	max-width: 60%;
}
.jumbotron p{ margin-bottom: 40px; font-size: 1.3em; }
.btn{padding: 12px 45px; border: none; border-radius: 50px}
.btn-default {
	color: #fff;
	background: #f27522;
	
	
}
.btn-default:hover {
	color: #ffffff;
	background-color: #d16015;
	border-color: #adadad;
}
.btn-info{ background: #f26c4f }
.btn-player {
	color: #eb811c;
	text-transform: uppercase;
	font-weight: 600;
	 
	background-repeat: no-repeat;
	background-size: 28px;
	padding:9px 24px !important
	 /*margin-left: 30px */; 
	background-position: left center;
 
	font-size: 1.1em;
	 
	border-radius: 0;
	opacity: .9	
}
 .btn-player img {
  width: 0;  
	margin-right: 10px;

	transition: width 100ms;
	margin-top: -4px;
}
.btn-player:hover,.btn-player:focus,.btn.active, .btn:active {   color: #eb811c; opacity: 1; box-shadow: none; outline: none;	  }
.btn-player:hover  img{    width: 30px; transition: width 200ms;	  }
.btn-primary{ background: no-repeat; color: #fff; border:1px solid #fff; }
.btn-primary:hover{ background-color: #f27522; border-color: #f27522 }
.btn-lg{ font-size:1.1em }
.btn-sm {
	padding: 4px 15px;
}
.jumbotron h1{font-size:2.8rem;}
.home-banner .jumbotron h1{/*font-size:97px;*/ font-size:89px;color: #2D3436;line-height: 95px;max-width: 406px;}
.home-banner .jumbotron p{font-size: 32px;color: #2D3436;line-height: 38.73px;font-weight: 700;max-width: 420px;margin-bottom:0px;}
.header_section.home-banner .container {
    position: relative;
    min-height: 100%;
    height: 100%;
	z-index:1;
}
.header_section.home-banner .bottom_logo{bottom:0px;z-index:1;}
.header_section.home-banner .bottom_logo img{margin-bottom:0px;}
.bottom_logo {
	position: absolute;
	right: -255px;
	bottom: 46px;
}
/*.bottom_logo img {
	width:65px;
}*/
.container{ max-width: 1200px }
.about-wrap {
	background: #ffffff;
	margin: 0 60px;
	
	padding: 60px 0 80px;
	position: relative;
}
.section_heading { margin-bottom: 100px }
.feature_item {
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 60px rgba(0,0,0,.1);
 	border: 1px solid #e8e8e8;
	padding: 0px 0;
	font-size: 14px;
	margin-bottom: 30px;
	border-radius:5px;
	position: relative;
	overflow: hidden;
	 background-size: cover;
    background-repeat: no-repeat;
    margin: 25px 10px;

}

.feature_img {
	max-width: 100%;
	filter: grayscale(100%);
	opacity: 0.1;
	z-index: 9;
	 -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
}
.feature_item :hover .feature_img { opacity: .6;  filter: soft-light(10%);  -webkit-transition: all 2s; /* Safari */
    transition: all 2s; }
.feature_icon {
	width: 45px;
	display: block;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 9
}
.feature_item:hover .feature_icon{ opacity: 0;  -webkit-transition: opacity 100ms; /* Safari */
    transition: opacity 100ms; }
.feature_icon img { width: 100%
}
.feature_ctn {
	position: absolute;
	bottom:-30px;
	padding:0 50px 0 40px;
	z-index: 9;
	 -webkit-transition: bottom 100ms; /* Safari */
    transition: bottom 100ms;

}
.feature_ctn .btn {
	opacity: 0;
	visibility: hidden;
	height: 0
}
.footer_ctn a {
	margin: 10px 0;
}
.feature_item:hover::after {
	content: "";
	background: #f2ab01;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: .7;
}
.feature_item:hover .feature_ctn{ bottom: 20px; color: #fff; }
.feature_item:hover .feature_ctn .btn {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: opacity 500ms; /* Safari */
    transition: opacity 500ms;
    padding: 10px 23px;
    font-size: .8em;


}
.feature_ctn h3{ font-size: 1.4em; color:#f27522;  font-family: 'Poppins', sans-serif }
.feature_item:hover h3{   color:#ffffff }
.feature_ctn p{ margin-bottom: 20px; font-size: 1em; font-weight: 400; }
.section_heading h2,.fellowship_steps_header h3{ font-size: 2em; color: #000000;  }
.section_heading p{ font-size: 1.15em; color: #464646 }
 
.partners-wrap {
	margin: 0 60px;
	padding: 80px 0;
}
.client_logos {
	margin-bottom: 60px;
	text-align: center;
}
.client_logos img {
	display: inline-block;
	margin: 0 22px 0px;
	max-height: 68px;
}
.client_logos img:nth-of-type(1),
.client_logos img:nth-of-type(2),
.client_logos img:nth-of-type(3),
.client_logos img:nth-of-type(4),
.client_logos img:nth-of-type(5) { margin-bottom: 80px; }

.ocp_client_logos { margin-top: 50px; margin-bottom: 0; text-align: center; }
.ocp_client_logos img { display: inline-block; margin: 0 35px 80px; max-height: 80px; }

.divider hr {
	border-bottom: 4px solid #eb811c;
	max-width: 116px;
	margin-bottom: 90px;
}
.ps-top-to-bottom { position: relative; border-top: 1px solid #e3e3e3; } 
.ps-top-to-bottom:before, .ps-top-to-bottom:after { content: ""; position: absolute; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e3e3), to(transparent)); background-image: -webkit-linear-gradient(#e3e3e3, transparent); background-image: -moz-linear-gradient(#e3e3e3, transparent); background-image: -o-linear-gradient(#e3e3e3, transparent); background-image: linear-gradient(#e3e3e3, transparent); top: -1px; bottom: -1px; width: 1px; } .ps-top-to-bottom:before { left: -1px; } .ps-top-to-bottom:after { right: -1px; }

.testimonial_wrap {
	padding: 9%;
	background: #fff;
	margin-bottom: 30px
}
.user_thumb {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 100%;
}
.testimonial_cat_wrap {
	padding: 41px 41px 63px;
	margin-bottom: 36px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */}
.testimonial_cat h3 {
	font-weight: 300;
	font-size: 1em;
}
.testimonial_cat h2 { font-size:1.7em; font-weight: 700 }
.testimonial_cat {
	padding-right: 30px;
	border-right: 1px solid #ececec;
}
.testimonial_cat.last{ border-right: none; }
.user_thumb img{ width: 100%; }
.testimonial_wrap p {
	margin-top: 35px;
}.partner_logo {
	padding: 14% 0;
}
.testimonial-by p {
	margin-top: 0;
	margin-bottom: 0;
}
.testimonial-by h3 {
	margin-top: 0;
	opacity: .7;
}
.testimonial-by{ margin-top: 15px }
.testimonial-by h4{ margin-bottom: 5px;font-family: "adelle-sans",sans-serif; font-weight: 600; font-size: 1.15em; opacity: .7 }
.testimonial_wrap_inner .user_thumb {
	width: 90px;
	height: 90px;
}
.testimonial_wrap_inner .partner_logo{ padding: 10% 0 }
.partner_logo img {
    width: 90%;
}
.help_section {
	background: url(../images/help_bg.jpg) no-repeat;
	background-size: cover;
	background-attachment:  fixed;
	position: relative;
	overflow: hidden;
}

.help_section_wrap{ background:#f7f7f7; padding: 80px 0; margin-bottom: 120px !important ;border-radius: 0 0 5px 5px; }
.content_box{ background: #ffffff; border-radius: 5px  }
.highlighted{ background:#eb811c }
.content_box a {
	display: block;
	padding: 30px 20px 20px 90px;
	position: relative;
	min-height: 173px;
	
	color:#000000

}
.highlighted a{ color: #ffffff !important;}
.content_box a:hover,
.content_box a:active { text-decoration: none; color: inherit; }
a:focus { text-decoration: none; }

.content_box a::before {
	content: "";
	/* height: 100%; */
	width: 1px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
	top: 34px;
	left: 70px;
}
.content_box a strong{ font-size: 1em; font-weight: 600 }
.content_box p{ font-size: .8em }
.content_box a img {
	position: absolute;
	left: 22px;
	width: 10%;
	top: 40px;
}
.content_box a span {
	font-weight: 600;
	font-size: .9em;
	color: #e97900;
	text-transform: uppercase;
}
.footer-wrap {
	background: #fff;
 
	margin: 60px 60px 10px;
	border-radius: 5px;
	overflow: hidden;
}
.widget_section,
#sidebars-footer .widget {
	padding: 30px;
	background: #efefef;
	min-height: 400px;
}
.widget_section.section1,
#sidebar-footer1 .widget { background:#f6f6f6}
.widget_section.section2,
#sidebar-footer2 .widget {  background:#f0f0f0 }
.widget_section.section3,
#sidebar-footer3 .widget { background:#f5f5f5 }
.widget_section.section4,
#sidebar-footer4 .widget {  background:#f9f9f9 }
.widget_section.section5,
#sidebar-footer5 .widget { background:#ffffff; padding-bottom: 0; }
.widget_section h3,
#sidebars-footer .widget h3.widget-title {
	font-size: 18px;
	margin-bottom: 30px;
}
.widget_section ul li,
#sidebars-footer .widget ul li {
	margin-bottom: 14px;
}
.widget_section ul li a,
#sidebars-footer .widget ul li a {
	font-size: .833em;
	color: #363636;
}
 .about-wrap, .partners-wrap, .help_section_wrap, .footer-wrap,.bottom-wrap,.content-wrap {
	max-width: 1440px;
	margin: 0 auto;

}
.footer-wrap .container-fluid{ padding: 0 }

.footer-wrap .container-fluid .row{ margin:  0 }
.footer-wrap .container-fluid .col-md-2,.footer-wrap .container-fluid .col-md-4 { padding: 0 }
.widget_section:nth-of-type(2) {
	background: #f0f0f0;
	border-left: 1px solid #fefefe;
}

.footer_ctn {
	padding-left: 45px;
	padding-top: 20px;
	font-size: .833em;
}


.footer-bottom {
	padding: 40px 50px 40px;
	border-top: 1px solid #efefef;
}
/*.footer-bottom img {
	float: left;
	margin-right: 33px;
	width: 65px;
}*/
.footer-bottom p {
	margin-bottom: 0;
	line-height: 22px;
}
.footer-bottom p a {
	font-size: .722em;
	color: #005092;
	text-transform: uppercase;
	font-weight: 600;
}
 
.bottom-bar {
	overflow: hidden;
	padding: 10px 5px;
	font-size: .772em;
	 
}
.bottom-bar a{ color:#737373;padding: 10px 0; display: inline-block; }
.copyright_text{  }
.copyright_text div {
	display: inline-block;
	border-right: 1px solid #b2b2b2;
	padding-right: 10px;
	
	text-align: right;
	line-height: 18px;
	float: left; margin-right: 10px
}
 
.copyright_text div strong {
	font-size: 1.8em;
	font-weight: 600;
}

/*Inner Pages Style  Starts Here 
.fellowship_header{ background-image :url(../images/fellowship-header.jpg);  }
.fellowship_header_bg { background-image :url(../images/background-fellows-light.png);  } */
.fellowship_header{ background-image :url(https://getopenwater.staging.wpengine.com/wp-content/uploads/2018/02/background-fellows-light.png);  }
.fellowship_header_bg { background-image :url(https://getopenwater.staging.wpengine.com/wp-content/uploads/2018/02/background-fellows-light.png);  } 
.fellowship_header .bottom_logo {
    
    bottom: 70px;
}
/*.nav_invert .navbar-nav > li > a{ color:#585858 }
.nav_invert  .top_contact a{ color: #4c4c4c }
.nav_invert.navbar.stuck {
	
	box-shadow: 0px 0px 13px rgba(0,0,0,.1);
}
.nav_invert .navbar-nav > li:hover > a{ color:#000000 }
.nav_invert .top-bar{ color: #000 }*/

.container .invert_jumbo{ color: #a0a0a0 }
.invert_jumbo h1{ color: #000000 }

.testimonial_company {
	max-width: 220px;
	margin-top: 25px;
}
.fellowship_features_img img{ max-width: 100%; }
.right_direction {
	margin-right: -15px;
}
.left_direction {
	margin-left: -15px;
}
.testimonial_thumb {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
}
.testimonial_thumb img {
	border-radius: 100%;
}
.partners-logo {
	background: #f6f6f6;
	padding: 44px 0px;
	text-align: center;
}
.logos-section  { vertical-align:middle; }
.logos-section img{ max-width: 100%; }
.testimonial-section {
	margin-top: -60px;
	position: relative;
	z-index: 9;
	margin-bottom: 50px
	/* background: #fff; */
}
.testimonial-section::after {
	position: absolute;
	content: "";
	height: 80%;
	width: 100%;
	background: #005195;
	top: 60px;
	z-index: -1;
}
.testimonial-section .content-wrap {
	margin-top: 0;
	background: #fff;
	border-radius: 5px;
}
.testimonial-section .flexslider {
	padding: 100px 50px 100px;
	margin: 0;
}
.testimonial-section .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: inherit;
    text-align: right;
    top: 60px;
    right: 16px;
    max-width: 200px;
    font-size: 0px;
}
.testimonial-section  .flex-control-paging li a {
	width: 7px;
	height: 7px; 
}
.testimonial_content {
	padding-right: 120px;
}
.testimonial_content blockquote {
	 
	padding: 16px 0;
	position: relative;
	border:none;
	font-family: 'Poppins', sans-serif;
	line-height: 1.42857143;
	color: #333
}
.testimonial_content blockquote::after {
	content: "";
	height: 47px;
	width: 60px;
	background: url(../images/quote-after.png);
	position: absolute;
	/* left: 0; */
	/* padding: 17px; */
	background-position: bottom right;
	background-repeat: no-repeat;
	display: block;
}
.testimonial_content blockquote::before {
	content: "";
	height: 65px;
	width: 50px;
	background: url(../images/quote-before.png);
	position: absolute;
	left: -59px;
	top: 2px;
	background-repeat: no-repeat;
	background-position: top left;
}
.testimonial_content h3 {
	color: #4c4c4c;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 5px
}
.flex-direction-nav a::before { font-size: 27px } 
.partners-logo {
	background: #f6f6f6;
	padding: 50px 0px;
	text-align: center;
}
 
.partners-logo h2 {
	font-size: 2em;
	margin-bottom: 70px;
	padding: 0 25%;
}
.logos-section ul { margin: 0 0 10px; }
.logos-section ul li {
	list-style: none;
	display: inline-block;
	width: 16%;
	vertical-align: middle;
	margin: 0;
}
.logos-section ul li img {
	width: 80%;
}
.fellowship_steps_header {
	margin-top: 0;
	margin-bottom: 50px
}

.fellowship_steps_header h2 {
	color: #004f91;
	font-weight: normal;
}

.fellowship_steps_header h2 strong{
	
	font-weight: 700;
}
.fellowship_steps_header h3{ color: #004f91; }
.fellowship_steps_header  p{ font-size: 1em }
.ctn_left_pad{ padding-left: 10%; }
.ctn_right_pad{ padding-right: 10% }
.key_features h5{ text-transform: uppercase; margin-bottom: 20px }
.key_features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.key_features ul li {
	display: inline-block;
	padding: 0 10px;
	width: 19%;
	vertical-align: top;
	position: relative;
	text-align: center;
	margin: 0;
}

.key_features ul li::before {
	content: "";
	height: 35px;
	width: 1px;
	background: rgba(0,0,0,.1);
	position: absolute;
	right: 1px;
	top: 0;
}
.key_features ul li:last-child::before {
 
	height: 0px;
}
.key_features ul li img {
	width: 21px;
	display: inline-block;
}
.key_features ul li strong {
	display: block;
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	font-weight: 400;
}
.fellowship_section .fellowship_step {
	padding: 60px 0;
	border-bottom: 1px solid #eee;
	background: #fff;
	position: relative;
	z-index: 2
}
.fellowship_step:nth-child(2n) {
	background: #fafafa;
}
.fellowship_section .content-wrap{ border-radius: 5px; overflow: hidden; }
.fellowship_testimonial {
	margin-top: 50px;
}
.fellowship_testimonial blockquote {
	background:rgba(0,0,0,.03);
	border: none;
	padding: 19px 21px;
	font-size: 1em;
	position: relative;
	font-family: "adelle-sans",sans-serif;
	margin-bottom: 29px;
	color: #333;
	line-height: 1.42857143;
	quotes: none;
}
.fellowship_testimonial blockquote::before {
	display: none;
}
.fellowship_testimonial blockquote::after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(0,0,0,.03);
	bottom: -14px;
	left: 28%;
}
.fellowship_testimonial_by img {
	float: left;
	width: 122px;
	margin-right: 20px;
}
.fellowship_testimonial_by h5 {
	margin-bottom: 0;
	/* margin-top: 34px !important; */
	padding-top: 10px;
}
.fellowship_testimonial_by p {
	font-size: .9em
}
.fellowship_footer_wrapper{ position: relative; z-index: 1 }
.fellowship_footer_wrapper::after{ content: ""; height: 100%; width: 100%; background: red; }
.fellowship_footer_wrapper::after {
	content: "";
	height: auto;
	width: 100%;
	background: #005194;
	position: absolute;
	z-index: -1;
	top: -123px;
	bottom: 183px;
}
.fellowship_footer_wrapper .help_section{ background:none }
.fellowship_footer_wrapper .help_section_wrap {
	background: #f7f7f7;
	padding: 80px 0;
	margin: 40px  auto !important;
	border-radius: 5px
}
.modal-lg {
	width: 64%;
}
.modal-body {
	padding: 0;
 
}
.modal-body .close {
	position: absolute;
	right: 0;
	top: -45px;
	z-index: 9;
	font-weight: 300;
	font-size: 53px;
	opacity: .7;
	color: #000 !important;
	text-shadow: none;
	background: rgba(255,255,255,.5);
	height: 47px;
	width: 40px;
	cursor: pointer;
	border-radius: 0px;
}
.modal-body .close { opacity: 1 }
.modal.in .modal-dialog {
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	top: 50%;
}
.modal-body img {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: 50%;
	margin-top: -32px;
}
.modal-content {
	-webkit-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	box-shadow: 0 0px 50px rgba(0,0,0,.3);
}

/* AboutUs Page Style Starts here */

.about_header {
	background: url(../images/about-header.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
	min-height: 100vh;
}
.about_header .jumbotron {
	margin-top: 81px;
	margin-bottom: 253px;
	max-width: 65%;
	color: #000;
}
.about_header .jumbotron p {
	font-size: 1.1em;
}
.about_header .jumbotron h1 {
	font-size: 1.7em;
}
.about-banner img{ width: 100%; height: auto}
.logo-caption {
	margin-top: 40px;
	float: left;
}
.logo-caption img {
	float: left;
	margin-right: 20px;
	width: 69px;
}
.logo-caption small {
	padding: 7px 0 0;
	display: inline-block;
}
.about-content-section {
	padding: 140px 0;
}

.about-content-section  h2 {
	color: #004f91;
	font-weight: normal;
}
.about-content-section h4 {
	color: #464646;
	font-size: 18px;
	font-weight: 600;
    margin-bottom: 35px
}
.team-section {
	background: #f2f2f2;
	padding-bottom: 0;
}
.members-section {
	overflow: hidden;
	padding: 140px 0 0;
}
.members-part {
	position: relative;
	background: #f4f4f4;
	margin-top: 200px;
    padding-bottom: 241px;
 
}
.members-part::before {
	content: "";
	height: 249px;
	width: 150%;
	border-top: 10px solid transparent;
	position: absolute;
	top: -80px;
	/* border-bottom: 10px solid transparent; */
	/* border-left: 10px solid red; */
	width: 108%;
	background: #F4F4F4;
	z-index: -1;
	transform: rotate(-4deg);
	left: 0;
	z-index: 0;
}
.members-part2::before {
	content: "";
	height: 93%;
	width: 150%;
	border-top: 10px solid transparent;
	position: absolute;
	top: -183px;
	/* border-bottom: 10px solid transparent; */
	/* border-left: 10px solid red; */
	width: 150%;
	background: #fff;
	z-index: 0;
	transform: rotate(11deg);
	left: -27%;
}
.team-member {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.members-part  .team-member,.members-part2 .team-member{ 	margin-bottom: 120px;}
.members-part  .team-member.last{ margin-bottom: 0}
.member-thumb {
	flex-basis: 39%;
	max-width: 39%;
	margin-right: 26px;
	margin-top: -17px;
	height: 100%;
}
.team-member .member-content { lex-basis: 61%; max-width: 61%; }
.member-thumb img{ max-width: 100%; height: auto}
.member-content h3 {
	font-size: 25px;
	color: #004f91;
}
.top-push {
	margin-top: 150px;
}

.members-part2 {
	padding: 36px 0 130px;
	position: relative;
}
.pull-top{ margin-top: -170px}

.small_divider {
	position: relative;
	margin: 36px 0 0;
}
.small_divider::before {
	content: "";
	height: 5px;
	width: 54px;
	background: #eb811c;
	position: absolute;
    left: 0;
    top:0

}
.small_divider.divider-center::before { 	top: 0;
	left: 50%; 
	margin-left: -27px; }
.grid{
 
	-moz-column-width: 24em;
	-webkit-column-width: 24em;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	position: relative;
    background: #ffffff
}
.grid img{ max-width: 100%;}

.members-section .small_divider {
	margin-bottom: 100px;
}
.about-bottom {
	color: #fff;
	margin-bottom: 60px;
}

.about-bottom h3 {
	font-size: 30px;
	 
	font-weight: 600;
}

.about-bottom p{ margin-bottom: 30px}
/* AboutUs Page Style Ends here */

.page-template-template-services .sidebar-right-nav { width: 31.03448%; }

/* Careers  Page Style Starts here */
.career_header_section{ 
	background: url(../images/careers-page-header.jpg);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover

}

.career_header_section .container .jumbotron{ max-width:inherit}
.careers-attribute .feature_item {
	 
	margin-top: -258px;
	background: #fff;
}
.careers-attribute .about-wrap {
	padding-bottom: 50px;
}
 
.social-post-slider .container-fluid{ padding: 0 10px }

.careers-attribute .feature_img{ filter: none; opacity: 1}
.social-post-slider .row {
	margin-left: -10px;
	margin-right: -10px;
}

.social-post-slider .row .col-xs-6 {
	padding: 0 3px;
}
.socail-img-wrap {
	position: relative;
	/* margin-bottom: 5px; */
    margin-bottom: 6px
}
.social-hover {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	bottom: 0;
	top: 0;
    color: #fff !important; text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms
}
.social-post-slider .flex-control-nav.flex-control-paging {
	display: none;
}
.social-post-slider.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.5;
	right: -40px;
}
.social-post-slider.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: -40px;
}
.social-post-slider.flexslider{ margin-bottom: 0}
.socail-img-wrap:hover { color: #ffffff}
.socail-img-wrap:hover .social-hover{ visibility: visible; opacity: 1; transition: all 200ms}
.twitter_wrap .social-hover{ background: #20B8FF}
.instagram_wrap .social-hover{ background: #3b5998;}
.linkedin_wrap .social-hover{ background: #007BB5}
.social-hover h3 {
	font-size: 24px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -13px;
    color: #fffl
}
.social-hover::after {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}
.socail-img-wrap img{ width: 100%; height: auto}
.job-listing h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}
.job-listing ul {
	list-style: none;
	padding: 0;
	margin: 0;
    margin-bottom: 30px
}
.job-listing ul li {
	margin: 0;
	margin-bottom: 22px;
	font-size: 15px;
	/* color: #000; */
}
.job-listing ul li a {
	color: #000;
	opacity: .7;
}

.job-listing {
	margin-top: 60px;
}
.signup-form {
	margin-top: 40px;
}
.signup-section #mc_embed_signup input[type="submit"] { background: #005297; padding: 12px 45px; border-radius: 10px; border: none; }

.signup-form .form-control {
	background: #fff;
	box-shadow: none;
	/* border: none; */
	border-radius: 10px;
	width: 100%;
	padding: 10px;
	height: auto;
}
.btn-blue{ background:#005297; color:#ffffff; border-radius: 10px }
.form-inline .form-group {
	width: 40%;
    margin-right: 10px
}
.white_bg{ background: #ffffff}
.off_white_bg{ background:#f7f7f7 }
.careerfooter-text img { margin: 0 auto; }
.careerfooter-text p {
	font-size: 20px;
	opacity: .70;
	padding: 20px 10% 0;
}
.help_section .help_section_wrap { background: #fff; }
/* Careers Page Style Ends here */

blockquote { border-left: none; padding: 0 0 0px 35px; margin: 20px 0; line-height: normal; font-weight: 600; font-family: 'Poppins', sans-serif; font-size: 15px; }
blockquote::after { font-size: 20px; display: block; }

body.single .entry-content p span,
body.single .entry-content ul span { font-weight: 300 !important; }


/* New Resources Page */
.page-template-resources-2020 .dim-wrap,
body.single-resources .dim-wrap { display: none !important; }
.page-template-resources-2020 #content,
.page-template-resources-2020-details #content,
body.single-resources #content,
.tax-category_resources #main #content { width: 100%; max-width: 100%; float: none; }
.section__intro { max-width: 820px; margin: 80px auto; text-align: center; }
.section__intro h1 { font-size: 32px; line-height: 64px; margin: 0 0 24px; color: #3e444e; }
.section__intro p { font-size: 16px; line-height: 24px; margin-bottom: 8px; color: #7b85a0; }

.sales-resources__container {
    display: flex;
	flex-wrap: wrap;
	padding: 0 0 200px;
}
.sales-resources__item { width: 100%; padding: 16px; }

.sales-resource { transition: box-shadow .2s; padding: 32px; border-radius: 8px; position: relative; overflow: hidden; height: 100%; min-height: 316px; background-color: #668eca; }
.sales-resource:hover { box-shadow: 0 0 48px -30px rgba(0,0,0,0.9); }

.sales-resource::after { content: ""; position: absolute; top: -32px; left: 0; height: 100px; width: 100%; transform: skewY(6deg); background-color: #5679b4; }
.sales-resources__item--featured .sales-resource::after { transform: skewY(16deg); right: auto; left: 0; height: 220px; top: -100px; bottom: auto; background-color: #f18069; }


.sales-resources__item:nth-of-type(3) .sales-resource { background-color: #6eadf8; }
.sales-resources__item:nth-of-type(3) .sales-resource::after { background-color: #4d8dd9; }
.sales-resources__item:nth-of-type(4) .sales-resource { background-color: #bccada; }
.sales-resources__item:nth-of-type(4) .sales-resource::after { background-color: #8397af; }
.sales-resources__item:nth-of-type(5) .sales-resource { background-color: #80d1f3; }
.sales-resources__item:nth-of-type(5) .sales-resource::after { background-color: #65bce0; }

.sales-resource__book-cover { width: 80px; /*height: 120px;*/ position: relative; background-color: #fff; flex-shrink: 0; margin-right: 32px; z-index: 1; border-radius: 4px; overflow: hidden; margin-bottom: 24px; box-shadow: 0 6px 20px rgba(0,0,0,0.2); }

.sales-resource .sales-resource__info { z-index: 1; position: relative; }
.sales-resource h3 { font-size: 20px; font-weight: 600; line-height: 1.25; margin: 0 0 8px; color: #fff; }
.sales-resource p { font-size: 14px; line-height: 1.25; color: #fff; }

.sales-resources__item--featured .sales-resource__book-cover {  width: 120px; /*height: 180px;*/ }
.sales-resources__item--featured .sales-resource__featured-label { display: inline-block; padding: 8px; border-radius: 4px; background-color: #668ECA; color: #fff; font-size: 12px; line-height: 1; margin-bottom: 16px; text-transform: uppercase; font-weight: 600; }

.page-template-resources-2020-details .inner,
.single-resources #main .inner { max-width: none; padding: 0px 0 0; }
.section--book-intro { position: relative; overflow-y: hidden; padding: 64px 0 64px; background-color: #B9D6F2; }
.section--book-intro::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    transform: skewY(-2deg);
    top: -40px;
    left: 0;
    background-color: #fff;
}
.book-cover { width: 40%; margin: 0 auto; }
.book-cover img {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    position: relative;
    top: -40px;
    z-index: 2;
    width: 100%;
}
.book-info {
    color: #1c1c1f;
    margin-bottom: 80px;
}
.book-info__description {
    margin-bottom: 48px;
}
.heading--small {
    margin-bottom: 16px;
    font-weight: 600;
}
.text--xsmall {
    font-size: 14px;
}
.text--uppercase {
    text-transform: uppercase;
}
.book-info__title {
    color: #1c1c1f;
	font-size: 20px;
	font-weight: 600;
}
.subscribe-wrapper {
    padding: 8px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}
.subscribe-wrapper-select {
	width: 100%;
	margin: 0 0 15px;
}
.subscribe-wrapper-select select {
	width: 100%;
}
.subscribe-email {
    height: 56px;
    flex-grow: 1;
    font-size: 16px;
    border: 0;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(33,44,62,0.1);
    width: 100%;
    margin: 0 0 16px 0;
	padding: 16px;
	width: 100% !important;
	border: 1px solid #e7e7e7;
}
.subscribe-email:focus {
	box-shadow: none;
	border: none;
}
.subscribe-wrapper .button {
    position: relative;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
    line-height: 1;
    transition: transform .3s ease-out;
    text-align: center;
	cursor: pointer;
	padding: 20px;
	color: #fff;
	background-color: #1c1c1f;
	border: none;
	width: 100%;
	line-height: 1 !important;
}
.form__consent {
    margin-top: 32px;
    display: flex;
	position: relative;
}
.form__consent a {
	color: #202024;
}
.form__consent-label {
    margin-left: 32px;
    line-height: 1.1;
	cursor: pointer;
	font-weight: normal;
}
.form__consent-checkbox {
    height: auto;
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 1;
	cursor: pointer;
	margin: 0 !important;
}
.form__consent-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ebeef2;
	border-radius: 2px;
	background-color: #fff;
}
.form__consent-checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form__consent-checkbox:checked ~ .form__consent-checkmark--secondary {
    background-color: #1c1c1f;
	border-color: #1c1c1f;
}
.form__consent-checkbox:checked ~ .form__consent-checkmark::after {
    display: block;
}

.book-share {
    padding: 32px 0 8px;
    position: relative;
    line-height: 1;
}
.book-share::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 260px;
    top: 0;
    left: 0;
	transform: skewY(3deg);
	background-color: #5f94d0;
}
.section--book-intro::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    transform: skewY(-2deg);
    bottom: -35px;
    left: 0;
    background-color: #fafcfd;
}
.book-share__links {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-share__link {
    margin-left: 1rem;
    display: flex;
}
.section--book-testimonial {
    background-color: #fafcfd;
	position: relative;
	padding-top: 10%;
}
.section--book-testimonial::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    transform: skewY(-2deg);
    bottom: -35px;
    left: 0;
    background-color: #fafcfd;
}
.book-video {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-bottom: 64px;
}
.book-video__description {
    width: 100%;
}
.book-video__description h3 {
	margin-top: 0;
}
.list--book {
	margin: 16px 0;
	padding: 0;
}
.list--book li {
	margin: 0 0 16px;
	position: relative;
	padding: 0 0 0 24px;
	list-style: none;
}
.list--book li:before {
	content: "";
    position: absolute;
    top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../images/bullet-checkmark-black.svg) no-repeat;
	background-size: cover;
}
.book-video__video {
    width: 100%;
    margin-bottom: 48px;
}
.section--book-testimonial .testimonial {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.section--book-testimonial .testimonial img {
	display: inline-block;
}
.testimonial__quotation-mark {
    width: 80px;
    height: auto;
    margin-bottom: 3rem;
}
.testimonial__text {
    font-size: 20px;
    line-height: 1.5;
    color: #3e444e;
    margin-bottom: 48px;
}
.section--more-books {
    position: relative;
    padding: 96px 0 80px;
}
.section--more-books::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    transform: skewY(-2deg);
    bottom: -35px;
    left: 0;
    background-color: #fafcfd;
}
.section__intro--center {
    text-align: center;
    margin-left: auto;
	margin-right: auto;
	max-width: 820px;
	width: 100%;
	margin-bottom: 32px;
}
.section__intro--wide {
    max-width: 1008px;
}
.section__intro--center h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
	font-weight: 600;
}
.text--large {
    font-size: 16px;
    margin-bottom: 8px;
}
.more-books {
    display: flex;
    flex-wrap: wrap;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}
.more-books__item {
    width: 50%;
    padding: 16px;
    margin-bottom: 32px;
}
.more-books__cover {
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(51,62,77,0.1);
    width: auto;
    height: auto;
}
.more-books__title {
    font-size: 14px;
    color: #202024;
    text-align: center;
}
.section--book-cta {
    padding: 64px 0;
}
.section--book-cta a {
	background-color: #1a1a1c;
	border: none;
	font-weight: 600;
	padding: 24px;
	font-size: 16px;
}
.section--gray {
    background-color: #fafcfd;
}
.section--book-cta p.cta-legend {
    margin-top: 16px;
	opacity: .75;
	font-size: 16px;
}
.testimonial-box {
    background-color: #fafcfd;
    padding: 48px 32px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.testimonial-box__quote {
    color: #3e444e;
    font-size: 20px;
}
.testimonial-box__bottom {
    margin-top: 32px;
}
.testimonial-box__person {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}
.testimonial-box__photo {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 16px;
}
.testimonial-box__name {
    color: #3e444e;
    font-weight: 600;
}
.testimonial-box__position {
    font-size: 14px;
}
.testimonial-box .link--large {
	font-weight: 600;
	border-bottom: 4px solid;
    color: #3e444e;
	border-color: #4364af;
	border-radius: 0;
	padding: 8px 0;
	font-size: 16px;
}
.testimonial-box .link--large img {
	display: inline-block;
}

/* Platform Industry Page */
.d-flex {
	display: flex;
}
.page-template-platform-industry-flexible #main .inner {
	max-width: none;
	padding: 0;
}
.pi-section-padding {
	padding: 50px 0;
}
.pi-heading-section {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 48px;
}
.pi-heading-section h1 {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 16px;
	font-weight: 600;
}
.pi-heading-section p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.pi-features-callout-section ul {
	margin: 0;
	padding: 0;
}
.pi-features-callout-section ul li {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}
.pi-features-callout-section ul li .d-flex {
	align-items: center;
}
.pi-features-callout-section ul li h3 {
	margin: 0 0 0 16px;
	font-weight: 600;
}
.features-callout-icon {
	flex-shrink: 0;
	max-width: 48px;
}
.pi-start-free-trial-section {
	text-align: center;
}
.pi-start-free-trial-section .btn,
.pi-request-demo-section-dark .btn {
	background-color: #4364af;
	color: #fff;
	padding: 24px;
	font-weight: 600;
	display: inline-block;
	border-radius: 4px;
	line-height: 1;
	transition: transform .3s ease-out;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 16px;
}
.pi-start-free-trial-section .btn:hover,
.pi-request-demo-section-dark .btn:hover {
    transform: translate(0, -2px);
}
.pi-start-free-trial-section p,
.pi-request-demo-section-dark p {
	margin-top: 24px;
}


.pi-feature-callout-section-two-col .pi-feature-callout-img {
	border-radius: 8px;
	border-top: 1px solid #fff;
}
.pi-feature-callout-section-two-col .pi-feature-callout-img {
	/*box-shadow: 0 8px 32px rgba(51,62,77,0.2);*/
}
.pi-feature-callout-section-two-col .pi-feature-callout-content {
	padding-left: 80px;
}
.pi-feature-callout-section-two-col .pi-feature-callout-content h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 30px;
}
.pi-feature-callout-section-two-col .pi-feature-callout-content p { font-size: 16px; line-height: 30px; }
.pi-feature-callout-section-two-col .pi-feature-callout-content p strong { font-weight: 600; }
.pi-feature-callout-section-two-col .pi-feature-callout-content ul {
	margin: 0;
	padding: 0;
}
.pi-feature-callout-section-two-col .pi-feature-callout-content ul li {
	margin: 15px 0 0;
	padding: 0 0 0 45px;
	list-style: none;
	font-size: 16px;
	position: relative;
}
.pi-feature-callout-section-two-col .pi-feature-callout-content ul li::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/50px_check.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.pi-faq-container ul {
	margin: 0;
	padding: 0;
}
.pi-faq-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pi-faq-container h3 {
	font-size: 20px;
	margin: 0 0 25px;
	padding: 0 0 20px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
}
.pi-faq-container p {
	font-size: 16px;
}
.pi-request-demo-section-dark {
	width: 100%;
	color: #fff;
	background-color: #202024;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 48px 0;
}
.pi-request-demo-section-dark:after,
.pi-request-demo-section-dark:before {
	content: '';
	position: absolute;
}
.pi-request-demo-section-dark::before {
    height: 60px;
    width: 100%;
    background-color: #202024;
    left: 0;
    top: -40px;
    transform: skewY(-2deg);
}
.pi-request-demo-section-dark::after {
	height: 50px;
	width: 100%;
	background-color: #4364af;
	left: 0;
	top: -60px;
	transform: skewY(-3deg);
	z-index: -1;
}
.pi-request-demo-section-dark h2 {
	max-width: 900px;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	margin: 0 auto 16px;
	font-weight: 600;
}
.pi-icons-section .client_logos {
	margin-bottom: 0;
}
.pi-icons-section .client_logos img {
	margin: 0 5px 20px;
	max-height: 100px;
}

.about-section:before{
	content: '';
	width: 100%;
	height: 100px;
	background: url(../images/about-banner.png) no-repeat;
	position: absolute;
	background-size: cover;
    top: -100px;    background-position: left;
	left: 0px;
}
.about-section{
	background: rgba(118, 197, 213, 0.35);
	position: relative;
}
.about-section .about-wrap{
	background: transparent;
}



@media (min-width: 992px) {
	.pi-feature-callout-section-two-col:nth-of-type(2n+1) .column-6:nth-of-type(1) { order: 2; }
	.pi-feature-callout-section-two-col:nth-of-type(2n+1) .column-6:nth-of-type(2) { order: 1; }
	.pi-feature-callout-section-two-col:nth-of-type(2n+1) .pi-feature-callout-content { padding-left: 0; }
	.pi-feature-callout-section-two-col:nth-of-type(2n+1) .pi-feature-callout-img { margin-left: auto; }
}
.pi-feature-callout-section-two-col .pi-feature-callout-content p { font-size: 16px; }

.page-template-platform-industry-flexible .section--book-testimonial .testimonial-box { padding: 32px 80px 48px; text-align: center; box-shadow: 0 8px 32px rgba(51,62,77,0.2); }
.page-template-platform-industry-flexible .section--book-testimonial .testimonial-box__logo img { margin: 0 auto; }
.page-template-platform-industry-flexible .section--book-testimonial .testimonial-box .testimonial-box__quote { width: 100%; }
.page-template-platform-industry-flexible .section--book-testimonial .testimonial-box__bottom { margin: 30px 0 0; }
.page-template-platform-industry-flexible .section--book-testimonial .testimonial-box__person { display: block; margin: 0; }
.page-template-platform-industry-flexible .section--book-testimonial .testimonial-box__photo { margin: 0 auto 10px; }

.column-6 { width: 100%; }

.page-template-platform-industry-flexible .section--more-books { padding: 60px 0 60px; }
.page-template-platform-industry-flexible .section--more-books .sales-resource__book-cover { border-radius: 8px; background-color: transparent; }
.page-template-platform-industry-flexible .section--more-books .more-books__cover { margin-bottom: 0; }

@media (min-width: 480px) {
	.sales-resource::after { top: auto;	bottom: -72px; }
	.more-books__item {
		width: 25%;
	}
}
@media (min-width: 768px) {
	.section__intro h1 { font-size: 56px; line-height: 64px; margin: 0 0 24px; }
	.section__intro p { font-size: 24px; line-height: 32px; margin-bottom: 20px; color: #7b85a0; }
	.sales-resources__item { width: 50%; }
	.sales-resource::after {
		top: -32px;
		bottom: auto;
	}
	.sales-resources__item--featured .sales-resource  { padding: 48px 80px; }
	.sales-resources__item--featured .sales-resource__book-cover {  width: 220px; /*height: 330px;*/ margin-right: 112px; }
	.sales-resources__item--featured h3 { font-size: 32px; margin-bottom: 16px; }
	.sales-resources__item--featured p { font-size: 20px; }

	.subscribe-wrapper {
		box-shadow: 0 8px 24px rgba(33,44,62,0.1);
	}
	.sub-flex {
		display: flex;
	}
	.subscribe-email {
		box-shadow: none;
		width: auto;
		margin: 0 16px 0 0;
		padding: 0 0 0 16px;
	}
	.subscribe-wrapper .button {
		width: auto;
	}
	.section__intro--center h2 {
		font-size: 48px;
		line-height: 56px;
		margin-bottom: 24px;
	}
	.pi-faq-container ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pi-faq-container ul li {
		width: 45%;
		margin-bottom: 48px;
	}

}
@media (min-width: 992px) {
	.sales-resource { display: flex; align-items: center; }
	.sales-resource__book-cover { width: 168px; /*height: 252px;*/ }
	.sales-resource::after { bottom: -32px; top: auto; height: 100px; width: 100%; transform: skewY(6deg);  }
	.sales-resources__item--featured .sales-resource::after { transform: skewY(16deg); right: auto; left: 0; height: 260px; top: auto; bottom: -200px; }

	.section--book-intro {
		padding-top: 128px;
	}
	.book-top {
		display: flex;
		align-content: center;
	}
	.book-cover {
		margin: 0;
		width: 35%;
	}
	.book-cover img {
		top: -80px;
	}
	.book-info {
		width: 65%;
		padding-left: 96px;
		margin-bottom: 0;
	}
	.book-info__title {
		font-size: 32px;
		margin-bottom: 16px;		
	}
	.book-share::before {
		left: -200px;
		transform: skewY(12deg);
		height: 260px;
	}
	.book-share__links {
		width: 35%;
	}
	.book-video {
		margin-bottom: 128px;
	}
	.book-video__description {
		width: 35%;
	}
	.book-video__video {
		width: 65%;
		padding-left: 96px;
		margin-bottom: 0;
	}
	.testimonial__text {
		font-size: 32px;
	}
	.section--more-books {
		padding: 192px 0 160px;
	}
	.section__intro {
		margin-bottom: 80px;
	}
	.text--large {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.section--book-cta {
		padding: 128px 0;
	}
	.testimonial-box {
		padding: 96px 96px 64px;
	}
	.testimonial-box__quote {
		width: 80%;
	}
	.testimonial-box__bottom {
		margin-top: 48px;
	}
	.testimonial-box .link--large {
		font-size: 20px;
	}
	.pi-heading-section {
		margin: 0 auto 80px;
	}
	.pi-heading-section h1 {
		font-size: 48px;
		line-height: 56px;
		margin: 0 0 24px;
	}
	.pi-heading-section p {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.pi-features-callout-section ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pi-features-callout-section ul li {
		width: 45%;
		margin-bottom: 48px;
	}
	.pi-features-callout-section ul li h3 {
		font-size: 20px;
	}
	.column-6 {
		width: 50%;
	}
	.pi-feature-callout-section-two-col .column-6 {
		display: flex;
		align-items: center;
	}
	.pi-request-demo-section-dark {
		padding: 160px 0;
		margin: 100px 0 0;
	}
	.pi-request-demo-section-dark:after {
		height: 100px;
	}
	.pi-request-demo-section-dark::before {
		height: 100px;
	}
	.pi-request-demo-section-dark h2 {
		font-size: 48px;
		line-height: 56px;
		margin-bottom: 24px;
	}
	.pi-features-callout-section ul li:nth-last-of-type(1),
	.pi-features-callout-section ul li:nth-last-of-type(2) {
		margin-bottom: 0;
	}

}

.sales-resources__item--featured { width: 100%; }

@media (max-width: 991.98px) {
	.pi-section-padding { padding: 25px 0; }
	.pi-feature-callout-section-two-col .d-flex { flex-wrap: wrap; }
	.pi-feature-callout-section-two-col .pi-feature-callout-content { padding: 40px 0 0; }
	.page-template-platform-industry-flexible .section--more-books { padding: 30px 0 150px; }
}
@media (max-width: 767.98px) {
	.pi-features-callout-section ul li h3 { font-size: 16px; }
	.pi-faq-container ul { flex-wrap: wrap; }
	.pi-faq-container ul li { width: 100%; margin: 20px 0 0; }
	.pi-faq-container ul li:first-child { margin-top: 0; }
	.page-template-platform-industry-flexible .section--book-testimonial .testimonial-box { padding: 32px 40px 48px; }
}


.hbspt-form form .hs-form-required{
	color: #790000;
    margin-left: 4px;
}

.hbspt-form form .hs-error-msgs{
    display: block;
    list-style-type: none;
    font-size: 12px;
    margin: 0;
    color: #790000;
}
.hbspt-form form ul.inputs-list{
    list-style-type: none;
    margin: 0;
}

.hbspt-form form ul.inputs-list li label.hs-error-msg{
	font-weight: 500;
}

.hbspt-form form ul.inputs-list li label span{
	margin-left: 10px;
}

.hbspt-form form .form-columns-1, .hbspt-form form .form-columns-2{
	margin-bottom: 10px;
}