* {
    font-family: 'Karla', sans-serif;
	font-weight:400;
}
h1,h2,h3,h4,h5 {
	margin-top:0;
	margin-bottom:0;
	font-weight: bold;
}
.container {
	width:100%;
	max-width: 1312px;
}
a,a:hover,input,input:hover {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none;
}
body {
	max-width:100vw;
	overflow-x:hidden;
}

/* External Link */
.popup_scroll_con a:hover strong:before {
	color:#000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.external_link strong:before {
	color:#fff;
	font-size:18px;
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	font-style: normal;
	text-decoration: inherit;
	margin-right:7.5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}



/* HEADER */
.top_logo_con {

}
.top_logo_con h3{
	color:#fff;
	display:inline-block;
	margin-left:30px;
}
.enter_screen:before {
	background:rgba(74, 107, 219, 0.6);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
}
body.home {
	max-height:100vh;
	overflow-y:hidden;
}
.background_media {
	position:relative;
	overflow-y:hidden;
}
.intro_vid_close {
	position:absolute;
	bottom:60px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
    display: inline-block;
    width: 100%;
    max-width: 214px;
    line-height: 64px;
    background: #18C33F;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    text-align:center;
    z-index:10000;
}
.start_video {
	position:absolute;
	bottom:60px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
    display: inline-block;
    width: 100%;
    max-width: 214px;
    line-height: 64px;
    background: #18C33F;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    text-align:center;
    z-index:10001;
}


#video_intro, #video_outro {
	position: absolute;
	right: 0%;
	top: 0%;
	height:100%;
	width:auto;
	z-index:1000;
}
.background_vid_section #video_intro, .background_vid_section #video_outro{
	width:100%;
	height:auto;
	top:50%;
	left:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
header {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	padding:56px 56px;
	z-index:100;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	pointer-events: none;
}
header a {
	pointer-events: auto;
}
header.scroll-nav {
	background:#38C357;
	padding:15px 15px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
header.scroll-nav img {
	max-width:70px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.popup_scroll_con a.video_popup_link {
    border-color: #000;
    color: #000;
    line-height: 77px !important;
    line-height: 40px;
    margin: auto;
    display: block;
    margin-top:15px;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.popup_scroll_con a:hover::after {
	color:#000 !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.popup_scroll_con a:after {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.popup_scroll_con a.video_popup_link:after {
	color:#000;
}
.popup_scroll_con a.video_popup_link:hover {
    color: #fff !important;
    background:#000;
}
.popup_scroll_con a.video_popup_link:hover::after {
	color:#fff;
}
.popup_scroll_con a:hover {
    color: #000 !important;
    background:#fff;
}
.popup_scroll_con a:hover::after {
	color:#000;
}
.menu-item-has-children {
	position:relative;
}
.menu-item-has-children:after {
	position:absolute;
	top:15px;
	right:15px;
	color:#4A6BDB;
	font-size:30px;
	content: "\f107";
	font-family: "Font Awesome 5 Free";font-weight:900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	cursor:pointer;
	font-weight: 900;
}
.menu-item-has-children.full_sub:after {
	content: "\f106";
	color:#CCCCCC;
}
.popup_scroll_con a.video_popup_link:hover::after {
	color:#fff !important;
}
.popup_scroll_con a.no_btn {
	color:#4A6BDB;
}
.popup_scroll_con a.no_btn:hover {
	color:#4A6BDB !important;
	background:none !important;
}
header .container {
	max-width:none;
}
header img {
	width:100%;
	max-width:134px;
	height:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
header .hamburger_con {
	text-align:right;
}
.hamburger_con i {
	color:#fff;
	font-size:32px;
}
.sidebar_menu {
	position: fixed;
	right:0;
	width:100%;
	max-width:632px;
	background:#fff;
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index:150;
	padding:56px 56px;
	min-height:100vh;
}
.sidebar_menu.active_menu {
	position:absolute;
	transform:translateX(0%);
	-webkit-transform:translateX(0%);	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.sidebar_menu h3 {
	font-size:32px;
	padding-bottom:30px;
	border-bottom:solid thin #CCCCCC;
	position:relative;
}
.sidebar_menu a.menu_close {
	position:absolute;
	top:0;
	right:15px;
}
.sidebar_menu a {
	float:right;
	color:#2F2F2F;
}
.sidebar_menu ul{
	padding-left:0;
	list-style:none;
	margin-bottom:0;
}
.sidebar_menu ul li {
	padding:15px 0;
	border-bottom:solid thin #CCCCCC;;
}
.sidebar_menu ul li a {
	float:none;
	color:#2F2F2F;
	font-weight:bold;
	font-size:28px;
	display:inline-block;
	width:100%;
}
.sidebar_menu ul li ul {
	border-top:none;
	height:0;
	overflow:hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding-left:0px;

}
.sidebar_menu ul li.full_sub ul {
	height:auto;
	margin-top:15px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.sidebar_menu ul li ul li {
	padding:0 0 0 0;
	border-bottom:none;
}
.sidebar_menu ul li ul a {
	font-size:18px;
	line-height:28px;
	margin-bottom:15px;
	display: inline-block;
}
.sidebar_menu ul li.current-menu-item a {
	color:#375EE2;
}

.hamburger_con {
  display: -webkit-flex;
  display: flex;	
}
.close_btn_header {
	align-self:center;
}

/* Single Gallery */
.blog_gallery_title {
	margin-bottom:60px;
}
.single_gallery_con {
	margin-top:30px;
	margin-bottom:90px;
}
.single_gallery_panel {
	margin-bottom:30px;
}
.single_gallery_panel img {
	max-width:100%;
	height:auto;
}

/* Default Layout */
.school_map {
	position:fixed;
	bottom:30px;
	left:30px;
	max-width:65px;
	z-index:101;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none;
	
}
.school_map:not(.full-width) {
	cursor:pointer;
}
.school_map.full-width {
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	text-align:center;
	bottom:auto;
	max-width:none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none;
}
.school_map.full-width a {
	display:block;
}
.school_map.full-width img {
	max-height: 80vh;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.section_panel {
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	background:#000;
}
img {
	width:100%;
	max-width: 100%;
	height:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#video_start {
	position:fixed;
	top:50%;
	left:50%;
	z-index:-1;
	min-width:100%;
	min-height:100%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
}
#loading_wrap {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;

}
#loading_wrap img {
	max-width:150px;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	position:absolute;
	top:50%;
	left:50%;
}
.map_outer {
	position:relative;
	display:inline-block;
	max-height:80vh;
}
.school_map a {
	position:absolute;
	background:rgba(0,0,0,0);
	display:none;
}
.school_map a:not(.map_close)::hover {
	background:rgba(0,0,0,0.3);
}
#map_section_235 {
    width: 34.3%;
    height: 29%;
    top: 27.5%;
    left: 3.5%;
}
#map_section_222 {
    top: 65.5%;
    left: 28%;
    width: 30%;
    height: 23.2%;
}
#map_section_201 {
    top: 65.5%;
    left: 66.5%;
    width: 29.8%;
    height: 23.2%;
}
#map_section_55 {
    top: 0.5%;
    left: 38%;
    width: 58.5%;
    height: 50.5%;
}
#map_section_49 {
    top: 51.5%;
    left: 58.2%;
    width: 8%;
    height: 44.5%;
}
#map_section_286 {
    top: 65.5%;
    left: 3.5%;
    width: 24%;
    height: 23%;
}
.map_close {
	top:0;
	right:0;
	z-index:200;
	color:#fff;
}
.map_close:hover {
	color:#fff;
}
.map_underlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:100;
}

/* Home */
.video_home {
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100vh;
}
.non_hover_home {
	position:absolute;
	bottom:30px;
	text-align:center;
	width:100%;
	padding:0 15px;
}
.non_hover_home p {
	font-weight:bold;
	font-size:15px;
	line-height:27px;
	color:#FFFFFF;
	margin-bottom:21px;
}
.non_hover_home img {
	max-width:219px;
}
.button_overlay_home {
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	padding:0 15px;

}
.button_overlay_home img {
	max-width:250px;
	margin-bottom:30px;
}
.button_overlay_home h3 {
	font-size:32px;
	font-weight:bold;
	color:#fff;
	font-family: 'Karla', sans-serif;
	margin-bottom:15px;
}
.button_overlay_home a {
	display:inline-block;
	min-width:214px;
	padding: 0 30px;
	line-height:64px;
	background:#18C33F;
	color:#fff;
	font-size:32px;
	font-weight:bold;
	color:#fff;
	border-radius:8px;
}



/* Video Layout */
.full_screen_video {
	position:fixed;
	top:50%;
	left:50%;
	z-index:-1;
	min-width:100%;
	min-height:100%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.section_1.section_panel {
	top:60px;
}
.add_content_main {
	min-height:100vh;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}
.add_content_page {
	position:relative;
	z-index:2;
}
.close_btn_header {
	color:#fff;
	font-size:18px;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	margin-right:30px;
}
header .hamburger_con {
	display: -webkit-flex;
	display: flex;
	align-items:flex-start;
	justify-content:flex-end;
}

@keyframes move {
    0% {margin-right:7.5px;}
    50% {margin-right:15px;}
    100% {margin-right:7.5px;} 
}

.close_btn_header i {
	margin-right:7.5px;
}
.close_btn_header:hover i {
    animation-name: move; 
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	margin-right: 15px
}
.close_btn_header:hover {
	color:#fff;
}
/* Img Background */
.background_img {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	
}


/* Content Layout */
.top_blue_section {
	position:relative;
	padding-top: 269px;
}
.top_blue_section_bg {
	background:#375EE2;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
}
.top_blue_section h1 {
	color:#fff;
	font-size: 128px
	margin-bottom: 57px;
	letter-spacing: -3px;
}
.top_blue_section img {
	
}
.blue_side_content_links {
	margin-top: 42px;
}
.top_blue_section a {
	color:#fff;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom:solid thin #fff;
	display:inline-block;
	float: left;
	clear: both;
}
.top_quote_line {
	height:100vh;
	max-height: 638px;
	background:url('img/repeat-grid.png');
	background-position:right bottom;
	overflow:hidden;
	background-repeat:no-repeat;
	display: -webkit-flex;
	display: flex;
	align-items:flex-end;
}
.top_quote_content .top_quote_line p {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-size:18px;
	line-height:28px;
	color:#000;
	position:relative;
	transform-origin: left top 0;
	margin-bottom:0;
	width:100%;
	text-transform:initial;
}
.top_quote_line p:after {
	content:'';
	position:absolute;
	width:1000%;
	margin-left:36px;
	top:calc(50% - 1px);
	border:solid 0.5px #000;
}
.top_quote_content {

}
.top_quote_content h3 {
	color:#375EE2;
	font-size: 38px;
	line-height:48px;
	margin-bottom: 15px;
	font-weight: bold;
}
.top_quote_content p {
	text-transform:uppercase;
	font-size: 18px;
	line-height:22px;
}
.first_section_image {
	position:relative;
	margin-right:16px;
	display: inline-block;
	float: right;
}
.first_section_image:after {
	content:'';
	border:solid thin #375EE2;
	height:100%;
	width:100%;
	left:15px;
	top:15px;
	z-index:-1;
	position:absolute;
}
.first_section_image img {
	max-width:1052px;
	float: right;
}
.first_section_top_content {
	margin-top:92px;
}
.first_section_top_content h3 {
	position:absolute;
	left:15px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 90px;
	font-weight:bold;
	color:#375EE2;
}
.overlay_panel {
	position:absolute;
	padding:90px 60px;
	background:#fff;
	min-width:466px;
	-webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	z-index:1;
}
.overlay_panel p{
	color:#375EE2;
	text-transform:uppercase;
	font-size: 18px;
	line-height:22px;
	margin-bottom: 62px;
}
.overlay_panel h3{
	font-size: 38px;
	line-height:48px;
}
.first_section_big_panel {
	border:solid thin #375EE2;
	padding: 127px 151px 112px;
	margin-top:143px;
}
.first_section_big_panel h4 {
	color:#375EE2;
	text-transform:uppercase;
	font-size: 18px;
	line-height:22px;
	margin-bottom:28px;
}
.first_section_big_panel p {
	font-size:18px;
	line-height:28px;
	margin-bottom:15px;
}
.first_section_panels {
	margin-top:128px;
}
.overlay_panel_bg {
	background:url('img/repeat-grid.png');
	background-position:0px 68%;
	background-repeat:no-repeat;
}

.iframe_responsive {
    position: relative;
    padding-top: 56.25%;
	width: calc(100% - 30px);
	left: 15px;
}
.iframe_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}
.iframe_responsive:after {
	content:'';
	border:solid thin #375EE2;
	height:100%;
	width:100%;
	left:15px;
	top:15px;
	z-index:-1;
	position:absolute;
}
.second_section {
	margin-top:100px;
	background:url('img/repeat-grid-vert.png');
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:58px;
}
.second_section h3 {
	margin-top: 120px;
	color: #375EE2;
	font-size: 38px;
	line-height: 51px;
	padding:0 15px;
}
.third_section_panels {
	margin-top:101px;
}
.third_section_panels .overlay_panel_bg {
	position:relative;
	background:transparent;
}
.third_section_panels .overlay_panel {
	right:15px;
}
.fourth_section {
	margin-top: -154px;
}
.fourth_section  .top_quote_line {
	height:115vh;
	max-height: 693px;
	background:transparent;
	background-position:right bottom;
	overflow:hidden;
	background-repeat:no-repeat;
	display: -webkit-flex;
	display: flex;
	align-items:flex-end;
}
.fourth_section .top_quote_line p {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-size:18px;
	line-height:28px;
	color:#000;
	position:relative;
	transform-origin: left top 0;
	margin-bottom:0;
	width:100%;
	text-transform:initial;
}
.dot_bg_btm{
	background:url('img/repeat-grid.png');
	background-position:15px bottom;
	background-repeat:no-repeat;
	padding-bottom:28px;
	padding-top:230px;
}
.fourth_section h2 {
	padding-left:57px;
	font-size: 98px;
	color:#375EE2;
	font-weight:bold;
}
.faqs_con:nth-child(1) {
	margin-top:45px;
	padding-top:15px;
	border-top:solid thin #CCCCCC;;
}
.faqs_con {
	margin-bottom:15px;
	border-bottom:solid thin #CCCCCC;
}
.faqs_con span {
	color:#CCCCCC;
	font-size: 32px;
	line-height:56px;
	display:inline-block;
	margin-right:30px;
}
.faqs_con h3{
	font-size:32px;
	display:inline-block;
	cursor:pointer;
		padding-bottom:15px;
		width:100%;
}
.faqs_con p {
	font-size: 18px;
	line-height:22px;
	height:0;
	overflow: hidden;
	padding:0 60px;
	margin-bottom:0;
}
.active.faqs_con h3,.active.faqs_con h3 span {
	color:#375EE2;
}
.active.faqs_con p {
	height:auto;
	margin-bottom:15px;
}
.contact_section {
	margin-top:196px;
}
.contact_main_panel {
	padding:102px 105px;
	border:solid thin #375EE2;
}
.contact_main_panel p {
	text-transform: uppercase;
	color:#375EE2;
	margin-bottom:0;
	font-size: 18px;
	line-height:22px;
}
.contact_main_panel h3 {
	font-size: 38px;
	margin-top: 15px;
}
.contact_con_sm {
	position:relative;
}
.overlay_contact {
	position:absolute;
	width:483px;
	padding:76px;
	top:35px;
	right:15px;
	background:#fff;
	z-index:1;
	-webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
}
.overlay_contact h3 {
	text-transform: uppercase;
	color:#375EE2;
	margin-bottom:15px;
	font-size: 18px;
	line-height:22px;
	margin-top:60px;
}
.overlay_contact h3:nth-child(1) {
	margin-top:15px;
}
.overlay_contact a {
	font-size: 18px;
	line-height:22px;
	display:inline-block;
	width:100%;
	line-height:75px;
	border:solid thin #375EE2;
	color:#375EE2;
	text-transform:uppercase;
	text-align:center;
}
.btm_fifth_section {

}
.btm_fifth_section h2 {
	padding-left:57px;
	font-size: 98px;
	color:#375EE2;
	font-weight:bold;
}
.btm_fifth_section .dot_bg_btm {
	padding-top:248px;
}
.btm_blu_bg {
	background:#375EE2;
	padding: 89px 0 76px;
}
.btm_panel_five {
	position:relative;
	margin-bottom:30px;
	padding:15px;
}
.btm_panel_five span{
	padding: 60px 49px 82px;
	position:relative;
	background:#375EE2;
	border:solid thin #fff;
	z-index:1;
	display:inline-block;
}
.btm_panel_five:before {
	content:'';
	top:30px;
	right:0px;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	position:absolute;
	z-index:0;
	border:solid thin #fff;
}
.btm_panel_five h3 {
	font-size:18px;
	line-height:28px;
	color:#fff;
	margin-bottom:15px;
}
.btm_panel_five p {
	margin-bottom:0;
	color:#fff;
	font-size: 18px;
	line-height:22px;
	
}
/* Our Stories */
.resource_top_desc {
	margin-bottom:60px;
}
.resource_top_desc h5 {
	color:#000;
	font-size:28px;
	margin-bottom:15px;
}
.resource_top_desc a {
    display: inline-block;
    padding:0 30px;
    line-height: 64px;
    background: #18C33F;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    text-align:center;
    margin-right:15px;

}




.top_blue_section_default h5 {
	color:#fff;
	font-size:28px;
	margin-bottom:30px;
}
.top_blue_section_default a {
	font-size:18px;
	text-decoration: underline;
	color:#fff;
}
.top_blue_section_default {
	display: -webkit-flex;
	display: flex;
	align-items:flex-end;
	background:#4A6BDB;
	height:470px;
	padding-bottom:60px;
	margin-bottom:128px;
	background-size:cover !important;
	background-position:center center !important;
}
.top_blue_section_default h4 {
	font-weight:bold;
	text-transform:uppercase;
	font-size: 18px;
	margin-bottom:15px;
	color:#fff;
}
.top_blue_section_default h1 {
	font-weight:bold;
	color:#fff;
	font-size:90px;
	line-height:initial;
}
.single_blog_panels {
	border:solid thin #4A6BDB;
	position:relative;
	padding:40px 40px 40px;
	min-height:293px;
	background:#fff;
	margin-bottom:45px;
}
.single_blog_panels:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	border:solid thin #4A6BDB;
	left:15px;
	top:15px;
	z-index:-1;
}
.single_blog_panels span.blog_left {
	float:left;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	position:relative;
	z-index:2;
}
.single_blog_panels span.blog_right {
	float:right;
	font-size:14px;
	width:30px;
	height:30px;
	line-height:30px;
	position:relative;
	border:solid thin #fff;
	position:relative;
	z-index:2;
	text-align:center;
	color:#fff;
}
.single_blog_panels a:not(.blue_txt) {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	color:#fff;
	font-size:18px;
	font-weight:bold;
	z-index:2;
}
.single_blog_panels a.blue_txt {
	font-size:18px;
	font-weight:bold;
	color:#4A6BDB;
}
.single_blog_panels h3 {
	font-size:32px;
	font-weight:bold;
	color:#4A6BDB;
	margin-bottom:15px;
}
.single_blog_panels p {
	font-size:18px;
	line-height:27px;
	color:#2F2F2F;
	margin-bottom:30px;
}
.single_blog_panels img {
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
}
.single_blog_panels .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    pointer-events: none;
}
.video-js .vjs-big-play-button {
	position:absolute;
	top:50% !important;
	left:50% !important;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.our_stories_sidebar {

}
.our_stories_sidebar input.search-field {
	border:solid thin #4A6BDB;
	width:100%;
	height:56px;
	margin-bottom:30px;
	padding:0 20px;
	border-right:none;
	font-size:18px;
}
.our_stories_sidebar .search-form label {
	width:calc(100% - 56px)
}
.our_stories_sidebar input.search-submit {
	width:56px;
	height:56px;
	border:solid thin #4A6BDB;
	float:right;
	border-left:none;
	background-color:transparent;
	position:absolute;
	font-family: "Font Awesome 5 Free";font-weight:900;
	color:#4A6BDB;
	cursor:pointer;
	font-size:18px;
}
.our_stories_sidebar h3 {
	color:#4A6BDB;
	font-size:18px;
	margin-bottom:15px;
}
.our_stories_sidebar ul {
	padding-left:0;
	list-style:none;
	margin-bottom:0;
}
.our_stories_sidebar ul li {
	margin-bottom:7px;
}
.our_stories_sidebar ul li a {
	font-size:18px;
	color:#2F2F2F;
}
/* youth/k12 Programs */
.page_panel_con {
	background:#375EE2;
	margin-bottom:45px;
	position:relative;
	min-height:290px;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	padding:15px 40px;
	background-size:cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.page_panel_con:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	border:solid thin #4A6BDB;
	left:15px;
	top:15px;
	z-index:-1;
}
.page_panel_con a {
	color:#fff;
	margin-bottom:7.5px;
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	width:100%;
	line-height: initial;
}
.page_panel_con p {
	color:#fff;
	font-size:18px;
	margin-bottom:0;
	line-height:initial;
}
.panel_layout_con {
	margin-bottom:90px;
}
/* Resource Panels */
.inner_resource_panel {
	display:inline-block;
	width:100%;
	padding:40px;
	min-height:174px;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	position:relative;
	margin-bottom:45px;
}
.outline_resource {
	position:absolute;
	top:15px;
	left:15px;
	width:100%;
	height:100%;
	z-index:-1;
}

.inner_resource_panel p {
	color:#fff;
	margin-bottom:0;
	font-size:18px;
}
.inner_resource_panel strong {
	color:#fff;
	font-size:18px;
	text-transform: uppercase
}
.resource_title {
	font-weight:bold;
	font-size:32px;
	margin-top:60px;
	margin-bottom:30px;
}
.btm_spacing_resources {
	padding-bottom:90px;
}
.resource_filters {
	display: -webkit-flex;
	display: flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content: space-between;
}
.resource_filters a {
	text-transform:uppercase;
	color:#A8A8A8;
	font-weight:bold;
	font-size: 16px;
	padding-bottom:4px;
	border-bottom:solid 2px transparent;
}
.resource_filters a.active {
	color:#4A6BDB;
	border-bottom-color:#4A6BDB;
}
	.popup_scroll_con {
		max-width:75vw;
		width:100%;
		border-radius:8px;
		padding:30px 30px;
	}
	.popup_scroll_con .res_iframe {
		padding-bottom:56%;
		height:0;
		position:relative;
	}
	.popup_scroll_con .res_iframe_url {

	}
	.popup_scroll_con .res_iframe iframe {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
	}
	.popup_scroll_con h3 {
		color:#fff;
		font-size:32px;
		font-weight:bold;
		margin-bottom:15px;
		margin-top:40px;
	}
	.popup_scroll_con p {
		font-size:18px;
		color:#fff;
		margin-bottom:15px;
	}
	.popup_scroll_con ul {
		padding-left:15px;
		margin-bottom:15px;
		padding-top:10px;
	}
	.popup_scroll_con ul li {
		font-size:18px;
		color:#fff;
		margin-bottom:7.5px;
	}
	.popup_scroll_con h4{
		padding-top:30px;
		font-size:28px;
		color:#fff;
		font-weight:bold;
		margin-bottom:15px;
	}
	.popup_scroll_con a:not(.no_btn) {
		display:inline-block;
		width:100%;
		padding:15px 25px;
		border:solid 2px #fff;
		font-size:16px;
		margin-bottom:15px;
		color:#fff;
		line-height:20px;
		position:relative;
		padding-right:75px !important;
	}
	.popup_scroll_con a:not(.no_btn)::after {
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		right:30px;
		color:#fff;
		font-size:30px;
		content: "\f105";
		font-family: "Font Awesome 5 Free";font-weight:900;
		font-style: normal;
		text-decoration: inherit;
	}
	.popup_scroll_con a strong {
		font-size:18px;
		
		width:100%;
		display:inline-block;
	} 
	.popup_scroll_con .video-js {
		width:100%;
		padding-bottom: 56%;
		height:0;
	}
	.popup_table {
		color:#fff;
		width:100%;
	}
	.popup_table th {
		font-size:32px;
		font-weight:bold;
		padding:15px;
		width:50%;
		padding-left:0;
	}
	.popup_table tr th:nth-last-child(1) {
		padding-left:15px;
		border-left:solid thin #fff;
	} 
	.popup_table td {
		font-size:18px;
		color:#fff;
		padding:15px;
	}
	.popup_table tr {
		border-bottom:solid thin #fff;
		
	}
	.popup_table tr td:nth-last-child(1) {
		border-left:solid thin #fff;
		padding-left:15px;
		padding-right:0;
	}
.top_pop_scroll {
	text-align:center;
	margin-bottom:15px;
}
.top_pop_scroll strong {
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.top_pop_scroll p {
	margin-bottom:0;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
/* About Page */
.add_content_page {
	background:#fff;
}
.top_about_section {
	height:75vh;

}
.top_about_content h1 {
	color:#fff;
	font-weight:bold;
	font-size:90px;
}
.top_about_content p {
	color:#fff;
	margin-bottom:0;
	font-size:18px;
}
.top_about_content {
	margin-bottom:102px;
}
.top_about_margin {
	margin-top:-50vh;
}
.second_about_section {

}
.second_about_bg {
	background:#FFFFFF;
	padding:64px 66px;
	-webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
}
.second_about_bg th {
	padding:15px 30px;
	font-size:32px;
	font-weight:bold;
	color:#38C357;
}
.second_about_bg table tr {
	border-bottom:solid thin #CCCCCC;
}
.second_about_bg table tr:nth-last-child(1) {
	border-bottom:none;
}
.second_about_bg table td {
	font-size:18px;
	line-height:22px;
	padding:15px 15px 15px 30px;
	vertical-align: top;
}
.second_about_bg table tr td:nth-last-child(1),.second_about_bg table tr th:nth-last-child(1)  {
	border-left:solid thin #CCCCCC;
}
.second_about_bg table tr td:nth-last-child(2),.second_about_bg table tr th:nth-last-child(2)  {
	padding-left:0;
}
.second_about_bg p {
	font-size:18px;
	font-style:italic;
	margin-bottom:0;
	margin-top:64px;
}
.second_about_bg p em {
	color:#38C357;
	font-style:normal;
}
.second_about_quote {

}
.second_about_quote h4 {
	color:#38C357;
	font-size:32px;
	line-height:40px;
	font-weight:400;
	font-style:italic;
}
.third_about_section {
	margin-top:120px;
}
.third_about_section_title {
	margin-bottom:96px;
}
.third_about_section_title h3{
	color:#38C357;
	font-size:90px;
	line-height:90px;
}
.third_about_left {

}
.third_about_left p {
	font-size:18px;
	line-height:28px;
}
.third_about_right {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
}
.third_about_quote {
	max-width:496px;
	background:#FFFFFF;
	padding:71px 62px;
	-webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
}
.third_about_quote p {
	font-size:18px;
}
.third_about_image {
	margin-top:60px;
	margin-bottom:60px;
}
.third_about_text {
	max-width:496px;
	align-self: flex-end;
	background:#FFFFFF;
	padding:87px 60px;
	-webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
	box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
}
.third_about_text strong {
	color:<?= $color; ?>;
	margin-bottom:40px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.third_about_text p {
	font-size:18px;
	margin-bottom:24px;
}
.third_about_text ul {
	padding-left:15px;
	margin-bottom:0;
}
.third_about_text ul li{
	font-size:18px;
	line-height:34px;
	margin-bottom:24px;
}
.third_about_text a {
	color:#38C357;
}
.fourth_about_section {
	margin-top:120px;
	margin-bottom:120px;
}
.fourth_about_box {
	border:solid thin #2F2F2F;
	padding:70px 96px;
}
.fourth_about_box p strong {
	font-size:18px;
	margin-bottom:32px;
	line-height:inherit;
margin-bottom: 15px;
display: inline-block;
}
.fourth_about_box p {
	font-size:32px;
	margin-bottom:0;
}
.fourth_about_box a {
	display:inline-block;
	margin-top:0px;
	border:solid thin #000;
	width:100%;
	max-width:252px;
	line-height:72px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#000;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content:center;
}
.fourth_about_box a i {
	margin-left:15px;
	font-size:16px;
	font-size: 29px;
}
.third_about_left {
	position:relative;
}
.third_about_left .vertical_text p {
-webkit-transform: rotate(-90deg) translateX(50%);
-moz-transform: rotate(-90deg) translateX(50%);
-ms-transform: rotate(-90deg) translateX(50%);
-o-transform: rotate(-90deg) translateX(50%);
margin-bottom:0;
white-space: nowrap;
position:absolute;
bottom:0;
}
.third_about_left .vertical_text {
	position:absolute;
	bottom:0;
}
.third_about_left .vertical_text p:after {
	content:'';
	border-top:solid thin <?= $color; ?>;
	width:324px;
	margin-left:15px;
	position:absolute;
	top: 50%;
}
/* System Thinking */
.top_section_thinking {
	height:100vh;
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position:center center !important;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.top_section_thinking h4 {
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
	font-weight:bold;
}
.top_section_thinking h3 {
	color:#fff;
	font-size:90px;
	margin-bottom:30px;
}
.top_section_thinking p {
	color:#fff;
	font-size:18px;
	line-height:28px;
}
.second_thinking_section {

}
.second_thinking_section img{
	max-width:100%;
	position:relative;
	top:-60px;
}
.second_thinking_section h4 {
	color:#38C357;
	font-size:32px;
	text-transform:uppercase;
	margin-top:120px;
}
.second_thinking_section h3 {
	font-size:64px;
	margin-bottom:15px;
}
.second_thinking_section p {
	margin-bottom:0;
	font-size:18px;
	line-height:34px;
}
.third_thinking_section {
	margin-top:120px;
}
.third_thinking_section h3 {
	font-size:32px;
	margin-bottom:15px;
}
.third_thinking_section p {
	font-size:18px;
	line-height:34px;
}
.third_thinking_section ul {
	padding-left:15px;
}
.third_thinking_section ul li {
	font-size:18px;
	margin-bottom:7.5px;
}
.third_thinking_section img {
	width:auto;
	display:block;
	margin:auto;
}
.fourth_thinking_section {
	margin-top:120px;
	height:100vh;
	max-height:851px;
	background-size:cover !important;
	background-position:center center !important;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.fourth_thinking_section h2 {
	color:#fff;
	font-size:90px;
}
.fourth_thinking_section p {
	color:#fff;
	font-size:18px;
	line-height:28px;
}
.fourth_thinking_section .col-md-6 p:nth-last-child(1) {
	margin-bottom:0;
	margin-top:60px;
}
.fifth_thinking_section {
	margin-top:120px;
	position:relative;
}
.fifth_thinking_section h3 {
	font-size:32px;
	margin-bottom:15px;
}
.fifth_thinking_section p {
	font-size:18px;
}
.fifth_thinking_section h4 {
	font-size:28px;
	margin-bottom:15px;
}
.fifth_thinking_section .video-js {
	width:100%;
    position: relative;
    overflow: hidden;
    height:0;
    padding-top: 56.25%;
}
.fifth_thinking_section .video-js:before {
	width:100%;
	content:'';
	height:100%;
	top:15px;
	left:15px;
	border:solid thin #38C357;
}
.fifth_thinking_section .fifth_thinking_right p{
	margin-bottom:0;

}
.fifth_thinking_section .fifth_thinking_right .fifth_thinking_link p{
	font-size:28px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
}

.fifth_thinking_section .fifth_thinking_right .fifth_thinking_link {
	margin-top:60px;
	margin-bottom:60px;
}
.fifth_thinking_section .fifth_thinking_right .fifth_thinking_link a {
	font-size:18px;
	display:inline-block;
	width:100%;
	max-width:300px;
	height:77px;
	border:solid thin #38C357;
    line-height: 19px;
    padding: 20px;
	position:relative;
	margin-left:15px;
	color:#38C357;
}
.fifth_thinking_section .fifth_thinking_right .fifth_thinking_link a:after {
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		right:30px;
		color:#38C357;
		font-size:30px;
		content: "\f105";
		font-family: "Font Awesome 5 Free";font-weight:900;
		font-style: normal;
		text-decoration: inherit;
}
.fifth_thinking_section .fifth_thinking_right .fifth_thinking_link a strong {
	display:inline-block;
	width:100%;
}
.vertical_text {
	position:absolute;
	bottom:0;
    width: 100%;
    height: 100%;
    left:0;
}
.vertical_text p {
    -webkit-transform: rotate(-90deg) translate(50%,-250%);
    -moz-transform: rotate(-90deg) translate(50%,-250%);
    -ms-transform: rotate(-90deg) translate(50%,-250%);
    -o-transform: rotate(-90deg) translate(50%,-250%);
    transform: rotate(-90deg) translate(50%,-250%);
    margin-bottom: 0;
    white-space: nowrap;
    position: absolute;
    bottom: 0;

}
.thinking_con_btm {
	margin-top:120px;
	margin-bottom:120px;
}
.thinking_con_btm .fourth_about_box {
	border:solid thin #38C357;
}
.thinking_con_btm .fourth_about_box h4 {
	font-size:18px;
	text-transform:uppercase;
	color:#38C357;
	margin-bottom:15px;
}
.thinking_con_btm .fourth_about_box h3 {
	font-weight:400;
	font-size:32px;
	margin-bottom:15px;
}
.thinking_con_btm .fourth_about_box h3 strong {
	color:#38C357;
	display:inline-block;
	width:100%;
	margin-top:30px;
}
.thinking_con_btm .fourth_about_box a {
	border:solid thin #38C357;
	margin-top:0;
}
.thinking_con_btm .fourth_about_box a i {
	color:#38C357;
}
/* Facilitation */
.top_section_fac {
	background-size:cover !important;
	background-position:center !important;
	height:602px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.top_section_fac h4 {
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
	font-weight:bold;
}
.top_section_fac h3 {
	color:#fff;
	font-size:90px;
	line-height:113px;
	margin-bottom:60px;
}
.top_section_fac p {
	color:#fff;
	margin-bottom:0;
	font-size:18px;
	line-height:28px;
}
.second_section_fac {

}
.second_section_fac img {
	position:relative;
	top:-60px;
}
.second_section_fac .second_fac_content {
	margin-top:90px;
}
.second_fac_content p {
	margin-bottom:0;
	font-size:18px;
	line-height:34px;
}
.third_banner_fac {
	margin-top:120px;
	height:100vh;
	max-height:851px;
	background-position:center center !important;
	background-size:cover !important;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.third_banner_fac h2 {
	color:#fff;
	font-size:90px;
	line-height:90px;
}
.fourth_section_fac {
	margin-top:120px;
}
.fourth_section_fac p {
	font-size:18px;
	line-height:34px;	
}
.fourth_section_fac img {
	margin-bottom:30px;
}
.fifth_section_fac {
	margin-top:120px;
}
.fifth_section_fac h3 {
	font-size:32px;
	margin-bottom:15px;
}
.fifth_section_fac p {
	font-size:18px;
	line-height:34px;	
}
.fifth_section_panel {
    -webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    padding:30px;
    text-align:center;
}
.border_table {
	width:100%;
}
.fifth_section_panel tr {
	border-bottom:solid thin #CCCCCC;
}
.border_table tr th:nth-last-child(1),.border_table tr td:nth-last-child(1) {
	border-left:solid thin #CCC;
}
.border_table tr:nth-last-child(1) {
	border-bottom:none;
}
.fifth_section_panel td {
	font-size:18px;
	line-height:34px;
	padding:15px;
}
.fifth_section_panel th {
	color:#38C357;
	font-size:32px;
	padding:15px;
	text-align:center;
	width:50%;
}
.sixth_section_fac {
	margin-top:120px;
	height:100vh;
	max-height:851px;
	background-size:cover !important;
	background-position:center center !important;
}
.seventh_section_fac {
	margin-top:120px;
}
.seventh_section_fac h3 {
	font-size:32px;
	margin-bottom:15px;
}
.seventh_section_fac p {
	font-size:18px;
	line-height:34px;
	margin-bottom:0;
}
.eighth_section_inner_con {
	padding:15px;
}
.eighth_section_fac {
	margin-top:60px;
    -webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);    -webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
}
.eighth_section_fac table {
	width:100%;
}
.eighth_section_fac table tr {
	border-bottom:solid thin #CCCCCC;
}
.eighth_section_fac table tr th:nth-last-child(1),.eighth_section_fac table tr td:nth-last-child(1) {
	border-left:solid thin #CCC;
}
.eighth_section_fac table tr th:nth-last-child(1) {
	color:#38C357;
}
.eighth_section_fac table tr:nth-last-child(1) {
	border-bottom:none;
}
.eighth_section_fac td {
	font-size:18px;
	line-height:22px;
	padding:15px;
}
.eighth_section_fac th {
	color:#838383;
	font-size:32px;
	padding:15px;
	text-align:center;
	width:50%;
}
.ninth_section_fac {
	margin-top:120px;
}
.ninth_section_fac h3 {
	font-size:32px;
	margin-bottom:15px;
}
.ninth_section_fac p {
	font-size:18px;
	line-height:34px;
}
.tenth_section_fac {
	margin-top:120px;
}
.tenth_section_fac h2 {
	font-size:90px;
	color:#38C357;
	line-height:90px;
	margin-bottom:60px;
}
.section_list_titles {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
}
.tenth_section_fac span {
	display:inline-block;
	width:134px;
	height:134px;
	background:#38C357;
	line-height:134px;
	border-radius:50%;
	text-align:center;
	font-size:90px;
	color:#fff;
	margin-right:15px;
}
.tenth_section_fac h3 {
	font-size:32px;	
}
.tenth_section_fac p {
	font-size:18px;
	line-height:34px;	
}
.tenth_fac_list_con {
	margin-bottom:30px;
}
.eleventh_section_fac {
	margin-top:90px;
}
.eleventh_section_fac h2 {
	font-size:90px;
	line-height:90px;
	color:#38C357;
}
.twelve_section_fac {
	margin-top:60px;
	background:#38C357;
	min-height:379px;
	padding:15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.twelve_section_fac a {
	display:inline-block;
	width:100%;
	height:153px;
	border:solid thin #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	position:relative;
	margin-bottom:45px;
	background:#38C357;
	padding:15px 30px;
	z-index:3;
	background-color: #38C357;
}
.full_green {
	width:100%;
	height:100%;
	background-color: #38C357;
	position:absolute;
	top:0;
	left:0;
}
.twelve_section_fac a:before {
	content:'';
	top:15px;
	left:15px;
	width:100%;
	height:100%;
	position:absolute;
	border:solid thin #fff;

}
.twelve_section_fac a p {
	margin-bottom:0;
	color:#fff;
	font-size:18px;
	position:absolute;
	width:calc(100% - 60px);
	top:50%;
	left:30px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	padding-left:33px;
}
.twelve_section_fac a p span {
	position:absolute;
	left:0;
	top:0;
}

/* Core Page */

header.scroll-nav {
	background:#4A6BDB;
}

.third_core_video {
	position:relative;
	height:0;
    overflow: hidden;
    padding-top: 56.25%;
}
.third_core_video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.top_core_content {

}
.top_core_content h1 {
	color:#fff;
	font-size:90px;
	line-height:90px;
}
.top_core_content p {
	font-size:18px;
	line-height:28px;
	color:#fff;
}
.top_core_content a {
	color:#fff;
	font-size:18px;
	line-height:28px;
	text-decoration:underline;
	margin-bottom:7.5px;
	display:inline-block;
	width:100%;
}
.top_core_content .lower_links {
	margin-top:30px;
}
.second_core_quote {
	margin-top:120px;
}
.second_core_quote h4 {
	font-size:18px;
	line-height:28px;
	font-weight:400;
}
.third_core_section {
	margin-top:120px;
}
.third_core_section h3 {
	font-size:90px;
	line-height:90px;
	color:#375EE2;
}
.third_core_section .video-js {
	width:100%;
    position: relative;
    overflow: hidden;
    height:0;
    padding-top: 56.25%;
}
.fourth_core_section_baner {
	margin-top:120px;
	min-height:851px;
	padding:15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-top:120px;
}
.fourth_core_section_baner h2 {
	font-size:90px;
	line-height:90px;
	color:#fff;
}
.fourth_core_section_baner a {
	color:#fff;
	font-size:18px;
	line-height:28px;
	text-decoration: underline;
}
.fifth_section_core {
	margin-top:120px;
}
.fifth_section_core h3{
	font-size:32px;
	margin-bottom:15px;
}
.fifth_section_core p {
	font-size:18px;
	line-height:28px;
	margin-bottom:0;
}
.fifth_right_core div {
   -webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);    -webkit-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    box-shadow: -20px 20px 64px 0px rgba(0,0,0,0.75);
    padding:60px;
}
.fifth_right_core div p {
	font-size:18px;
	line-height:22px;
}
.sixth_section_banner_core {
	height:100vh;
	max-height:851px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding:60px;
	background-size:cover !important;
	background-position:center center !important;
	margin-top:120px;
}
.sixth_section_banner_core p {
	font-size:64px;
	color:#fff;
	margin-bottom:0;
  	line-height:64px;
}
.sixth_section_banner_core p em {
	font-style:normal;
	text-decoration: underline;
	font-weight:bold;
}
.seveth_section_core {
	margin-top:120px;
}
.seveth_section_core h3 {
	margin-bottom:15px;
	font-size:32px;
}
.seveth_section_core p {
	font-size:18px;
	line-height:28px;
}
.right_side_seventh img {
	margin-bottom:30px;
}
.right_side_seventh p {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
}
.right_side_seventh a {
	font-size:14px;
	display:inline-block;
	width:100%;
	max-width:360px;
	height:77px;
	border:solid thin #4A6BDB;
    line-height: 19px;
    padding: 20px;
	position:relative;
	color:#2F2F2F;
	letter-spacing:0;
	margin-left:15px;
}
.right_side_seventh a:after {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:30px;
	color:#4A6BDB;
	font-size:30px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";font-weight:900;

	font-style: normal;
	text-decoration: inherit;
}
.right_side_seventh a strong {
	font-size:18px;
	display:inline-block;
	width:100%;
}



.eighth_section_core {
	margin-top:120px;
}
.eighth_section_core h3 {
	font-size:32px;
	margin-bottom:15px;
}
.eighth_section_core p {
	font-size:18px;
	line-height:28px;	
}
.eighth_section_core a {
	font-size:14px;
	display:inline-block;
	width:100%;
	max-width:300px;
	height:77px;
	border:solid thin #4A6BDB;
    line-height: 19px;
    padding: 20px;
	position:relative;
	color:#2F2F2F;
	margin-top:20px;
	letter-spacing:0;
	margin-left:15px;
}
.eighth_section_core a:after {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:30px;
	color:#4A6BDB;
	font-size:30px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";font-weight:900;
	font-style: normal;
	text-decoration: inherit;
}
.eighth_section_core a strong {
	font-size:18px;
	display:inline-block;
	width:100%;
}
.eighth_core_bg {
	min-height:626px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	padding:60px;
	background-size:cover !important;
	background-position:center center !important;
	margin-bottom:30px;
}
.eighth_core_bg p {
	color:#fff;
	font-size:32px;
	font-weight:400;
	margin-bottom:45px;
}
.eighth_core_bg p:nth-last-child(1) {
	margin-bottom:0;
}
.eighth_core_bg p em {
	font-style: normal;
	font-size:18px;
}
.eighth_core_vid .video-js{
	width:100%;
    position: relative;
    overflow: hidden;
    height:0;
    padding-top: 56.25%;
}
.ninth_section_core {
	margin-top:120px;
	position:relative;
}
.ninth_section_core h3 {
	font-size:32px;
	margin-bottom:15px;
}
.ninth_section_core p {
	font-size:18px;
	line-height:28px;
}
.ninth_section_core ul {
	font-size:18px;
	line-height:28px;
}
.ninth_section_core li {
	font-size:18px;
	line-height:28px;
	margin-bottom:7.5px;
}
.ninth_section_core  .video-js{
	width:100%;
    position: relative;
    overflow: hidden;
    height:0;
    padding-top: 56.25%;
}
.tenth_section_core {
	min-height:851px;
	padding:15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-top:120px;
	background-position:center center !important;
	background-size:cover !important;
}
.tenth_section_core h2 {
	font-size:90px;
	line-height:90px;
	color:#fff;
}
.tenth_section_core p {
	color:#fff;
	font-size:18px;
	line-height:28px;
}
.tenth_section_core a {
	font-size:14px;
	display:inline-block;
	width:100%;
	max-width:360px;
	height:77px;
	border:solid thin #fff;
    line-height: 19px;
    padding: 20px;
	position:relative;
	color:#fff;
	letter-spacing:0;
	margin-top:20px;
}
.tenth_section_core a:after {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:30px;
	color:#fff;
	font-size:30px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";font-weight:900;
	font-style: normal;
	text-decoration: inherit;
}
.tenth_section_core a strong {
	font-size:18px;
	display:inline-block;
	width:100%;
}
.vert_text_global {
	position:absolute;
	bottom:0;
}
.vert_text_global p {
    -webkit-transform: rotate(-90deg) translate(50%,-100%);
    -moz-transform: rotate(-90deg) translate(50%,-100%);
    -ms-transform: rotate(-90deg) translate(50%,-100%);
    -o-transform: rotate(-90deg) translate(50%,-100%);
    transform: rotate(-90deg) translate(50%,-100%);
    margin-bottom: 0;
    white-space: nowrap;
    position: absolute;
    bottom: 0;	
}
.fourth_about_section.core_eleven_section {
	margin-top:120px;
}
.fourth_about_section.core_eleven_section .fourth_about_box {
	border:solid thin #4A6BDB;
}
.fourth_about_section.core_eleven_section h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #4A6BDB;
    margin-bottom: 30px;
}
.fourth_about_section.core_eleven_section h3 {
    font-weight: 400;
    font-size:32px;
    margin-bottom: 15px;
}
.fourth_about_section.core_eleven_section h3 strong {
	color:#4A6BDB;
	display:inline-block;
	width:100%;
	margin-top:30px;
}
.fourth_about_section.core_eleven_section a {
	border:solid thin #4A6BDB;
}
.fourth_about_section.core_eleven_section a i {
	color:#4A6BDB;
}
/* Outside Thinking */
.top_section_outside  {
	background-size:cover !important;
	background-position:center !important;
	height:803px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding-top:120px;
}
.top_section_outside h4 {
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
	font-weight:bold;
}
.top_section_outside h2 {
	color:#fff;
	font-size:90px;
	line-height:90px;
	margin-bottom:15px;
}
.top_section_outside h3 {
	color:#fff;
	font-size:32px;
}
.top_section_outside p {
	margin-bottom:0;
	color:#fff;
	font-size:18px;
	line-height:28px;
}

.second_section_outside {

}
.second_section_outside img {
    margin-top: -60px;
}
.second_outside_text {
	margin-top:120px;
}
.second_section_outside p {
	font-size:18px;
	line-height:28px;
}
.third_section_outside {
	margin-top:120px;
}
.third_section_outside h3 {
	font-size:32px;
}
.fourth_section_outside {
	margin-top:120px;
}
.fourth_section_outside h3 {
	font-size:32px;
	margin-bottom:15px;
}
.fourth_section_outside p {
	font-size:18px;
	line-height:28px;
}
.fourth_section_outside_panel {

}
.fourth_section_outside_panel {
	min-height:626px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	padding:60px;
	background-size:cover !important;
	background-position:center center !important;
	margin-bottom:30px;
}
.fourth_section_outside_panel p {
	color:#fff;
	font-size:28px;
	line-height:38px;
	margin-bottom:0px;
}
.fifth_section_outside {
	margin-top:120px;
}
.fifth_section_outside h3 {
	font-size:90px;
	line-height:100px;
	color:#38C357;
	margin-bottom:15px;
}
.fifth_section_outside p {
	font-size:18px;
	line-height:28px;
}
.sixth_section_outside {
	margin-top:120px;
}
.sixth_section_outside h3 {
	font-size:32px;
	margin-bottom:15px;
}
.sixth_section_outside p {
	font-size:18px;
	line-height:28px;
}
.outside_thinking_next

.fourth_about_section.core_eleven_section.outside_thinking_next .fourth_about_box {
	border:solid thin #38C357;
}
.fourth_about_section.core_eleven_section.outside_thinking_next h4 {
	color:#38C357;
}

.fourth_about_section.core_eleven_section.outside_thinking_next h3 strong {
	color:#38C357;
}
.fourth_about_section.core_eleven_section.outside_thinking_next a {
	border:solid thin #38C357;
}
.fourth_about_section.core_eleven_section.outside_thinking_next a i {
	color:#38C357;
}
/* Survey */
.default_layout_con {

}
.default_layout_con form {
	margin-bottom:120px;
}
.default_layout_con form p {
	margin-bottom:10px;
}
.default_layout_con form h3 {
	margin-top:30px;
	margin-bottom:0px;
}
.default_layout_con form label {
	margin-bottom:0;
}
.wpcf7-form-control-wrap {
	margin-bottom:5px;
    display: inline-block;
    width: 100%;
    margin-top:7.5px;
}
.default_layout_con form strong {
	display:inline-block;
	width:100%;
	margin-bottom:3.5px;
	margin-top:15px;
}
.wpcf7-form-control .wpcf7-list-item.first {
	margin-left:0;
}
.default_layout_con form input.wpcf7-submit {
	background:#38C357;
	padding:0 60px;
	height:60px;
	border:none;
	-webkit-appearance:none !important;
	border-radius:0;
	color:#fff;
	margin-top:20px;
	cursor:pointer;
}
.default_layout_con form input.wpcf7-submit:hover {
	background:#2F2F2F;
}



/* Footer */
.fancybox-close-small {
	color:#fff !important;
}
footer {
	background:#2F2F2F;
	padding:117px 0 30px;
}
footer img {
	width:100%;
	max-width:134px;
	height:auto;
}
footer ul {
	list-style:none;
	padding:0 15px
}
footer ul li {
	display:block;
	cursor:pointer;
	color:#fff;
}
footer ul li.safe_toggle:hover a{
	color: #4A6BDB !important;
}
footer ul li a {
	color:#fff;
	font-size:14px;
	line-height:initial;
	padding-bottom:0px;
	margin-bottom:7px;
	display:inline-block;
}
footer ul li.strong a {
	color:#fff;
	font-size: 18px;
	line-height:22px;
	border-bottom:none;
	margin-bottom: 22px;
	padding-bottom:0;
}
.flex_columns_custom {
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
}
.flex_columns_custom div.menu{
	padding:0 15px;
}
.footer_copy {
 	margin-top: 54px;
}
.footer_copy p {
	color:#fff;
	font-size: 14px;
	line-height:22px;
	margin-bottom:0;
}
.social_footer {
	text-align:right;
}
.social_footer a {
	color:#fff;
	font-size:32px;
	margin-left:30px;
}
/* Hovers */
.next_page:hover,.prev_page:hover {
	color:#fff;
}
.next_page:hover i,.prev_page:hover i  {
	background-color: #38C357;
	color:#fff;
}
.fourth_about_box a:hover {
	background:#000;
	color:#fff;
}
.fourth_about_box a:hover i {
	color:#fff;
}
.thinking_con_btm .fourth_about_box a:hover {
	background:#38C357;
	color:#fff;
}
.thinking_con_btm .fourth_about_box a:hover i {
	color:#fff;
}
.fourth_about_section.core_eleven_section.outside_thinking_next a:hover {
	background:#38C357;
	color:#fff;
}
.fourth_about_section.core_eleven_section.outside_thinking_next a:hover i {
	color:#fff;
}
.fourth_about_section.core_eleven_section a:hover {
	background:#4A6BDB;
	color:#fff;
}
.fourth_about_section.core_eleven_section a:hover i {
	color:#fff;
}
.tenth_section_core a:hover {
	background:#4A6BDB;
}
.eighth_section_core a:hover, .right_side_seventh a:hover {
	background:#4A6BDB;
	color:#fff;
}
.eighth_section_core a:hover::after, .right_side_seventh a:hover::after {
	color:#fff;
}
.fifth_thinking_section .fifth_thinking_right .fifth_thinking_link a:hover {
	color:#fff;
	background:#38C357;
}
.fifth_thinking_section .fifth_thinking_right .fifth_thinking_link a:hover::after {
	color:#fff;
}
.button_overlay_home a:hover, .intro_vid_close:hover,.resource_top_desc a:hover,.start_video:hover {
	background-color: #DEBD00;
	color:#fff;
}
.sidebar_menu ul li a:hover {
	color: #4A6BDB;
}
.single_blog {
	margin-bottom:50px;
}
.single_blog h3 {
	font-size:32px;
	display:inline-block;
	cursor:pointer;
	padding-bottom:15px;
	width:100%;
}
.single_blog p {
	margin-bottom:10px;
}
/* Responsive */
@media(max-width:1600px) {
	header {
		padding:15px 15px;
	}
	.prev_page span, .next_page span {
		display:none;
	}
	.link_panel p {
		max-width:240px;
	}
}