/*!
Theme Name: The World Inside You
Theme URI: http://underscores.me/
Author: Mike Staples
Author URI: https://drawn2design.net
Description: Custom theme created for The World Inside You
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twiy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The World Inside You is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts / Icons
# Color
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*--------------------------------------------------------------
# Fonts / Icons
--------------------------------------------------------------*/
@font-face {
	font-family: 'Mato Sans';
	src: url('fonts/MatoSans-Regular.eot');
	src: local('Mato Sans Regular'), local('MatoSans-Regular'),
			url('fonts/MatoSans-Regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/MatoSans-Regular.woff2') format('woff2'),
			url('fonts/MatoSans-Regular.woff') format('woff'),
			url('fonts/MatoSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Mato Sans';
	src: url('fonts/MatoSans-SemiBold.eot');
	src: local('Mato Sans Semi Bold'), local('MatoSans-SemiBold'),
			url('fonts/MatoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
			url('fonts/MatoSans-SemiBold.woff2') format('woff2'),
			url('fonts/MatoSans-SemiBold.woff') format('woff'),
			url('fonts/MatoSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Mato Sans';
	src: url('fonts/MatoSans-Bold.eot');
	src: local('Mato Sans Bold'), local('MatoSans-Bold'),
			url('fonts/MatoSans-Bold.eot?#iefix') format('embedded-opentype'),
			url('fonts/MatoSans-Bold.woff2') format('woff2'),
			url('fonts/MatoSans-Bold.woff') format('woff'),
			url('fonts/MatoSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/* Dark Blue */
.dark-blue, .has-dark-blue-color {color:#042958}
.has-dark-blue-background-color {background-color:#042958}
/* Medium Blue */
.medium-blue, .has-medium-blue-color {color:#255BC4}
.has-medium-blue-background-color {background-color:#255BC4}
/* Blue */
.blue, .has-blue-color {color:#4D81E7}
.has-blue-background-color {background-color:#4D81E7}
/* Teal */
.teal, .has-teal-color {color:#409A9D}
.has-teal-background-color {background-color:#409A9D}
/* Green */
.green, .has-green-color {color:#64B849}
.has-green-background-color {background-color:#64B849}
/* Light Green */
.light-green, .has-light-green-color {color:#90C341}
.has-light-green-background-color {background-color:#90C341}
/* Orange */
.orange, .has-orange-color {color:#FE8D03}
.has-orange-background-color {background-color:#FE8D03}
/* Dark Orange */
.dark-orange, .has-dark-orange-color {color:#FE0103}
.has-dark-orange-background-color {background-color:#FE0103}
/* Pink */
.pink, .has-pink-color {color:#D05FE2}
.has-pink-background-color {background-color:#D05FE2}
/* Purple */
.purple, .has-purple-color {color:#7F0AC7}
.has-purple-background-color {background-color:#7F0AC7}
/* Black */
.black, .has-black-color {color:#000}
.has-black-background-color {background-color:#000}
/* Dark Gray */
.dark-gray, .has-dark-gray-color {color:#333}
.has-dark-gray-background-color {background-color:#333}
/* Very Light Gray */
.very-light-gray, .has-very-light-gray-color {color:#E6E6E6}
.has-very-light-gray-background-color {background-color:#E6E6E6}
/* white */
.white, .has-white-color {color:#FFF}
.has-white-background-color {background-color:#FFF}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family: 'Mato Sans', sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

/*.main-navigation ul ul li:hover > ul,*/
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	min-width: 240px;
}

/*.main-navigation ul li:hover > ul,*/
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	padding: 5px 10px 12px;
	display: block;
	line-height: 1rem;
	text-decoration: none;
	color: #fff;
}
.main-navigation a:hover {
	background-color: rgba(255,255,255,0.2);
}
.main-navigation .sub-menu {
	top: calc(100% + 30px) !important;
	padding: 20px 15px !important;
}

.main-navigation .sub-menu li {
	float: none;
	display: block;
}
.main-navigation .sub-menu li a {
	padding: 8px 10px 15px;
	line-height: 1;
	white-space: nowrap;
}
.main-navigation .menu-item-10 .sub-menu {
	background-color: #3163c1;
}
#primary-nav-menu {
	display: none;
}

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}*/
/*** main mobile nav ***/
.mobile-menu-toggle {
	width: 47px;
	height: 40px;
	border: none;
	background-image: url(images/icon-hamburger.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	display: block;
}
.mobile-menu-toggle:hover {
	background-image: url(images/icon-hamburger-hot.svg);
	background-color: #000;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
	outline: none;
}
.toggled .mobile-menu-toggle {
	background-image: url(images/icon-closeX.svg);
}
.toggled .mobile-menu-toggle:hover {
	background-image: url(images/icon-closeX-hot.svg);
}

.mobile-menu {
	max-height: 0px;
	width: 100%;
	position: absolute;
	z-index: 1000;
	overflow: hidden;
	-moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
body.mobile-open .mobile-menu {
	padding-bottom: 60px;
	max-height: 800px;
}
.mobile-menu-inner {
	display: flex;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
}
/*body.mobile-open .mobile-menu-inner {
	box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
}*/
.mobile-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.mobile-menu ul {
	margin: 0;
	padding: 0 0 20px;
	list-style-type: none;
}
.mobile-menu ul li a {
	padding: 15px 15px 15px 40px;
}
.mobile-menu ul li a:hover {
	background-color: rgba(0,0,0,0.2);
}
/*.mobile-menu ul li.current-menu-item a {
	background-color: rgba(0,0,0,0.2);
}*/
.mobile-menu-left, .mobile-menu-right {
	padding: 30px;
	width: 50%;
}
.mobile-menu-left {
	background-color: #7f0ac7;
}
.mobile-menu-right {
	background-color: #042958;
}
.mobile-menu-right p {
	color: #fff
}
.mobile-menu-right a {
	font-weight: 400;
}
.mobile-menu-toggle-round {
	width: 86px;
	height: 86px;
	background-image: url(images/btn-closeMenu.svg);
	background-color: transparent;
	border-radius: 50%;
	border: none;
	outline: none;
	box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	left: 50%;
	margin-left: -43px;
	bottom: 17px;
	position: absolute;
}


@media (min-width: 960px) {
	.menu-toggle, .mobile-menu, .mobile-menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
@media (max-width: 959px) {
	.main-navigation.toggled ul {
		display: none;
	}
}
@media (max-width: 765px) {
	.mobile-menu-inner {
		flex-direction: column;
	}
	.mobile-menu-left, .mobile-menu-right {
		width: 100%;
	}
	.mobile-menu-right {
		padding-left: 70px;
		padding-bottom: 70px;
	}
}
@media (max-width: 720px) {
	.mobile-menu ul li a {
		padding: 15px 15px 15px 30px;
	}
	.mobile-menu-left {
		padding: 30px 0;
	}
	.mobile-menu-right {
		padding-left: 30px;
	}
}
@media (max-width: 520px) {
	.mobile-menu-toggle-round {
		left: 73px;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	/*display: inline;*/
	float: left;
	margin-right: 1.5em;
}

.alignright {
	/*display: inline;*/
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

body.page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* hide google recaptcha v3 */
.grecaptcha-badge { visibility: hidden; }

/* */
body {
	overflow-x: hidden;
}
.site-content {
	margin: 0 auto;
	padding: 0 35px;
	width: 100%;
	max-width: 770px;
	position: relative;
}
.site-content-wider {
	max-width: 920px;
}
@media ( max-width: 800px ) {
	.site-content {
		max-width: 710px;
	}
}
.alignwide,
.alignfull {
	margin: 0 calc(50% - (50vw - 7px));	
	width: calc(100vw - 14px);
	max-width: 100vw;
}
@media (max-width: 800px) {
	.alignwide,
.alignfull {
	margin: 0 calc(50% - 50vw);	
	width: 100vw;
	max-width: 100vw;
}
}
.wp-block-group.has-background {
	padding: 0;
	margin-top: 80px;
	margin-bottom: 80px;
}
.wp-block-group.no-margin-block {
	margin-top: 0;
	margin-bottom: 0;
}
.normal-width, .normal-width .wp-block-group__inner-container {
	margin: 0 auto;
	padding: 0 35px;
	width: 100%;
	max-width: 770px;
	position: relative;
}
.wp-block-group.has-background.no-padding-top {margin-top:0}
.wp-block-group.has-background.no-padding-bottom {margin-bottom:0}
/* */
.site-header {
	background-color: #000;
}
.site-header-inner {
	margin: 0 auto;
	padding: 0 35px;
	width: 100%;
	max-width: 1150px;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-contact {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.header-contact a {
	color: #fff;
	text-decoration: none;
	display:block;
}
.svg-icon {
	content: '';
	width: 50px;
	height: 30px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}
.hdr-email-icon {
	margin-right: 50px;
	background-image: url(images/icon-email.svg);
}
.header-email-icon a:hover .hdr-email-icon {
	background-image: url(images/icon-email-hot.svg);
}
.header-email-address {display: none;}
.hdr-phone-icon {
	background-image: url(images/icon-phone.svg);
}
.header-phone-icon {display: none;}
.header-phone-number a {margin-top:-10px;}

@media (max-width: 959px) {
	.site-header-inner {
		padding: 0 70px;
	}
	.header-email-icon {
		display: none;
	}
	.header-email-address {
		padding-right: 20px;
		margin-top: -10px;
		display: block;
	}
}
@media (max-width: 720px) {
	.site-header-inner {
		padding: 0 30px;
	}
}
@media (max-width: 600px) {

	.header-email-address {
		display: none;
	}
	.header-email-icon {
		display: block;
	}
	.hdr-email-icon {
		margin-right: 20px;
	}
}
@media (max-width: 550px) {
	.site-header-inner {
		padding: 0 30px;
	}
}
@media (max-width: 520px) {
	.header-phone-number {
		display: none;
	}
	.header-phone-icon {
		display: block;
	}
}

/*** sub menus ***/
.submenu-wrapper {
	position: relative;
	z-index: 999;
}
.submenu-wrap {
	min-height: 10px;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
}
.submenu-inner {
	margin: 0 auto;
	padding: 0 35px;
	width: 100%;
	max-width: 1150px;
	min-height: 5px;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
ul.section-submenu {
	margin: 0 0 0 80px;
	padding: 0;
	list-style-type: none;
	background-color: #225bc4;
	position: relative;
	-moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
ul.section-submenu:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #225bc4;
	display: block;
	left: 0;
	top: -10px;
	position: absolute;
}
ul.section-submenu:after {
	content: '';
	width: 46px;
	height: 46px;
	background-image: url(images/btn-DropmenuTag.svg);
	display: block;
	left: 0;
	bottom: -46px;
	position: absolute;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
ul.section-submenu:hover:after {
	content: '';
	width: 46px;
	height: 46px;
	background-image: url(images/btn-DropmenuTag-hover.svg);
	display: block;
	left: 0;
	bottom: -46px;
	position: absolute;
	cursor: pointer;
}
.submenu-inner-wrap {
	max-height: 10px;
	overflow: hidden;
	-moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
body.submenu-open .submenu-inner-wrap {
	max-height: 800px;
}
.submenu-inner-wrap li:first-child {
	padding-top: 20px;
}
.submenu-inner-wrap li:last-child {
	padding-bottom: 25px;
}
ul.section-submenu li a {
	padding: 8px 30px 14px;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
	display: block;
}
ul.section-submenu li a:hover {
	background-color: rgba(0,0,0,0.2);
}
ul.section-submenu li.is-current-pg a:hover, ul.section-submenu li.is-current-pg a {
	background-color: rgba(0,0,0,0.4);
}
/* programs submenu */
ul.section-submenu.submenu-81 {
	margin: 0 0 0 185px;
	background-color: #7f0ac7;
}
ul.section-submenu.submenu-81:before {
	border-color: transparent transparent transparent #7f0ac7;
}
/* become a world leader submenu */
ul.section-submenu.submenu-83 {
	margin: 0 0 0 292px;
	background-color: #90c341;
}
ul.section-submenu.submenu-83:before {
	border-color: transparent transparent transparent #90c341;
}
@media (max-width: 959px) {
	ul.section-submenu,
	ul.section-submenu.submenu-81,
	ul.section-submenu.submenu-83 {
		margin-left: 35px;
	}
}
@media (max-width: 720px) {
	ul.section-submenu,
	ul.section-submenu.submenu-81,
	ul.section-submenu.submenu-83 {
		margin-left: 0;
	}
	.submenu-inner {
		padding: 0 30px;
	}
}
@media (max-width: 450px) {
	ul.section-submenu,
	ul.section-submenu.submenu-81 {
		width: 100%;
	}
}

.entry-header {
	max-height: 834px;
	position: relative;
	overflow: hidden;
}
.entry-header:before {
	content: '';
	width: 100%;
	padding-top: calc((139 / 197) * 100%);
	display: block;
}
.entry-header-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center top;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.entry-header-logo {
	width: 47%;
	padding-bottom: 50px;
}
.home-header-tab {
	height: 50px;
	padding: 3px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #64B849;
	border-radius: 10px 10px 0 0;
	left: 35px;
	top: -100px;
	position: absolute;
}

body:not(.home) .entry-header-inner .normal-width {
	text-align: center;
}
.twiy-subtitle-programs {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.twiy-subtitle-become {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.page-title {
	margin: 0 auto;
}
.page-title h1.entry-title {
	margin: 0;
	padding: 0;
	font-size: 42px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
@media (min-width: 320px) {
	.twiy-subtitle-programs {
		font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1180 - 300)));
	}
	.twiy-subtitle-become {
		font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1180 - 300)));
	}
	.page-title h1.entry-title {
		font-size: calc(42px + (84 - 42) * ((100vw - 300px) / (1180 - 300)));
	}
}
@media (min-width: 1180px) {
	.twiy-subtitle-programs {
		font-size: 40px;
	}
	.twiy-subtitle-become {
		font-size: 30px;
	}
	.page-title h1.entry-title {
		font-size: 84px;
	}
}
.entry-content {margin-top:0}

.normal-text-block {
	padding-top: 70px;
	padding-bottom: 30px;
}
.sup-small {
	font-size: 0.7rem;
}
p strong, .normal-text-block p strong {font-weight: 600;}
p a, .normal-text-block p a {
	font-weight: 600;
	color: #7f0ac7;
	text-decoration: none;
}
.thought-name {
	font-size: 1.75rem;
	font-weight: 600;
	display: inline-block;
	padding-right: 10px
}
.post-27 .entry-content p a {
	color: #333;
}

/*** circle href ***/
.circle-btn {
	width: 153px;
	height: 153px;
	border-radius: 50%;
	background-color:#4D81E7;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	margin-left: -76px;
	bottom: -30px;
	position: absolute;
}
.circle-btn:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 25px;
	border-color: transparent transparent transparent #fff;
	right: -23px;
	top: 50%;
	margin-top: -12.5px;
	position: absolute;
	display: block;
	z-index: -1;
}
.circle-btn a {
	padding: 36px 0;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background-color:#90C341;
	border: 4px solid #90C341;
	font-size: 1.438rem;
	font-weight: 600;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.circle-btn a:hover {
	background-color: #042958;
	border: 4px solid #042958;
}
.circle-btn a:active, .circle-btn a:focus {
	border: 4px solid #fff;
}
@media (max-width: 450px) {
	.circle-btn {
		width: 115px;
		height: 115px;
	}
	.circle-btn:before {
		right: -18px;
	}
	.circle-btn a {
		padding: 26px 0;
		width: 65px;
		height: 65px;
		font-size: 1.063rem;
	}
}

/*** download href ***/
.download-btn {
	width: 153px;
	height: 153px;
	border-radius: 50%;
	background-color:#333;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	margin-left: -76px;
	bottom: -60px;
	position: absolute;
}
.download-btn:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 9px 0 9px;
	border-color: #ffffff transparent transparent transparent;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	display: block;
	z-index: 21;
}
.download-btn a {
	padding: 36px 0;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background-color:#FE0103;
	border: 4px solid #FE0103;
	font-size: 1.438rem;
	font-weight: 600;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	position: relative;
	z-index: 20;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.download-btn a:hover {
	background-color: #c90001;
	border: 4px solid #c90001;
}
.download-btn a:active, .download-btn a:focus {
	background-color:#FE0103;
	border: 4px solid #fff;
}

/*** case study href ***/
.case-study-btn {
	width: 153px;
	height: 153px;
	border-radius: 50%;
	background-color:#852af4;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	bottom: -30px;
	position: absolute;
}
.case-study-btn:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 25px;
	border-color: transparent transparent transparent #fff;
	right: -23px;
	top: 50%;
	margin-top: -12.5px;
	position: absolute;
	display: block;
	z-index: -1;
}
.case-study-btn a {
	padding: 36px 0;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background-color: #90c341;
	border: 4px solid #90c341;
	font-size: 1.438rem;
	font-weight: 600;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.case-study-btn a:hover {
	background-color: #172f59;
	border: 4px solid #172f59;
}
.case-study-btn a:active, .case-study-btn a:focus {
	background-color:#172f59;
	border: 4px solid #fff;
}

/*** home go button ***/
.go-btn-wrapper {
	padding: 30px 0 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 0;
}
.go-btn {
	width: 153px;
	height: 153px;
	border-radius: 50%;
	background-color:#fff;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -30px;
	top: 0;
	position: absolute;
}
.go-btn:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 25px;
	border-color: transparent transparent transparent #4d81e7;
	right: -23px;
	top: 50%;
	margin-top: -12.5px;
	position: absolute;
	display: block;
	z-index: -1;
}
.go-btn a {
	padding: 36px 0;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background-color: #4d81e7;
	border: 4px solid #4d81e7;
	font-size: 1.438rem;
	font-weight: 600;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.go-btn a:hover {
	background-color: #172f59;
	border: 4px solid #172f59;
}
.go-btn a:active, .go-btn a:focus {
	background-color:#172f59;
	border: 4px solid #fff;
}
.go-btn-wrapper h4 {
	padding-left: 160px;
  line-height: 1.4;
}
.go-btn-wrapper h4 a {
	color: #4d81e7;
	text-decoration: none;
	font-size: 24px;
}
@media (max-width: 680px) {
	.go-btn-wrapper {
		padding: 0 0 50px;
	}
	.go-btn {
		display: none;
	}
	.go-btn-wrapper h4 {
		margin-top: 20px;
		padding-left: 0;
		font-size: 1rem;
	}
}

/*** story board home ***/
.story-board-home {
	margin-top: 100px;
	margin-bottom: 100px;;
	background-color: #333;
}
.story-board-home .site-content {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 920px;
	display: flex;
	/*flex-wrap: wrap;*/
}
.sb-left-col {
	padding: 15px 0;
	width: 60%;
	font-size: 0;
	text-align: center;
}
.sb-right-col {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sb-home-text {
	padding-bottom: 40px;
	margin: 0 auto;
	max-width: 270px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.sb-home-text h3 {
	margin: 0 0 5px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.3;
	color: #fff;
}
.sb-home-text a {
	color: #fed201;
	text-decoration: none;
}
@media (max-width: 740px) {
	.sb-left-col {
		width: 50%;
	}
	.sb-right-col {
		width: 50%;
		padding-bottom: 35px;
	}
}
@media (max-width: 650px) {
	.story-board-home .site-content {
		flex-direction: column;
	}
	.sb-left-col {
		width: 100%;
	}
	.sb-right-col {
		padding-top: 30px;
		width: 100%;
	}
}
@media (max-width: 450px) {
	.sb-left-col {
		padding: 15px 0;
	}
	.sb-left-col img {
		width: 100vw;
		max-width: 100vh;
		margin-left: -36px;
	}
}

/*** color-split-home ***/
.color-split-home {
	margin-top: 100px;
	margin-bottom: 120px;
	display: flex;
	flex-wrap: wrap;
}
.split-left-col, .split-right-col {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	background-color: #90c341;
}
.split-left-col {
	justify-content: flex-end;
	background-color: #852af4;
	z-index: 0;
}
.split-col-content {
	width: 100%;
	max-width: 385px;
	padding: 60px 35px;
	color: #fff;
}
.split-left-col .split-col-content {
	padding-bottom: 100px;
	position: relative;
}
.split-col-content h3 {
	margin: 0;
	font-size: 34px;
	font-weight: 600;
}
.split-left-col p {
	font-size: 1.4rem;
}
.split-right-col a, .split-right-col p a {
	color: #fff !important;
}
@media (max-width: 680px) {
	.split-left-col, .split-right-col {
		width: 100%;
	}
	.split-col-content {
		padding: 60px 50px;
		max-width: 100%;
	}
	.case-study-btn {
		left: 15px;
	}
}

/*** quote block full width ***/
.wp-block-group.quote-text-block {
	margin-top: 20px;
}
.wp-block-group.quote-text-block .wp-block-group__inner-container {
	margin: 0 auto;
	padding: 40px 35px;
	width: 100%;
	max-width: 770px;
	font-size: 1.8rem;
}

/*** testimonials on both pages ***/
.impact-testimonials {
	margin-top: 60px;
}
.impact-testimonials-header {
	padding: 50px 0 60px;
	background-color: #4d81e7;
}
.impact-testimonials-header h2 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: #fff;
}
@media (min-width: 320px) {
	.impact-testimonials-header h2 {
		font-size: calc(40px + (48 - 40) * ((100vw - 300px) / (1180 - 300)));
	}
}
@media (min-width: 1180px) {
	.impact-testimonials-header h2 {
		font-size: 48px;
	}
}
.impact-testimonials-wrapper, .testimonials-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.impact-left-col, .impact-right-col, .testos-left-col, .testos-right-col {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.impact-left-col {
	background-color: #90c341;
}
.impact-left-col > div:first-child {
	background-color: #D05FE2;
}
.impact-right-col {
	background-color: #7f0ac7;
}
.impact-right-col > div:first-child {
	background-color: #FE8D03;
}
.testos-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.impact-left-col .testos-wrapper, .testos-left-col .testos-wrapper {
	display: flex;
	justify-content: flex-end;
}
.impact-right-col .testos-wrapper, .testos-right-col .testos-wrapper {
	display: flex;
	justify-content: flex-start;
}
.testos {
	width: 100%;
	max-width: 385px;
	padding: 80px 50px 60px;
	text-align: center;
	color: #fff;
}
.testos-icon img {
	width: 60px;
}
.impact-testimonials-footer {
	margin-bottom: 70px;
	height: 150px;
	background-color: #4d81e7;
	position: relative;
	z-index: 1;
}
.impact-testimonials-footer .circle-btn a {
	background-color: #d05fe2;
	border: 4px solid #d05fe2;
}
.impact-testimonials-footer .circle-btn a:hover {
	background-color: #7f0ac7;
	border: 4px solid #7f0ac7;
}
.impact-testimonials-footer .circle-btn a:active, .impact-testimonials-footer .circle-btn a:focus {
	border: 4px solid #fff;
}
.program-testimonials {
	padding-top: 100px;
}
.program-testimonials .testos-left-col {
	justify-content: center;
}
@media (max-width: 600px) {
	.impact-left-col, .impact-right-col, .testos-left-col, .testos-right-col {
		width: 100%;
	}
	.testos {
		max-width: 100%;
	}
}

/*** featured links block ***/
.wp-block-group.featured-links-block-wrapper {
	margin-bottom: 30px;
}
.featured-links-block-wrap {
	margin: 0 auto;
	padding: 80px 35px;
	width: 100%;
	max-width: 1150px;
	min-height: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.featured-link-block {
	width: 28%;
	max-width: 276px;
	margin: 2%;
	padding: 0;
	font-size: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link-block-title {
	font-size: 1.2rem;
	line-height: 1;
}
.link-block-title h3 {
	margin: 0;
	padding: 0 10px;
	font-size: 2rem;
	font-weight: 600;
	color: #666;
}
.link-block-title a {
	padding: 8px 10px;
	color: #852af4;
	text-decoration: none;
	display: block;
}
@media (max-width: 1000px) {
	.link-block-title h3 {
		font-size: 1.6rem;
	}
}
@media (max-width: 768px) {
	.link-block-title {
		font-size: 1rem;
	}
	.link-block-title h3 {
		font-size: 1.4rem;
	}
}
@media (max-width: 600px) {
	.featured-links-block-wrap {
		flex-direction: column;
		align-items: center;
	}
	.featured-link-block {
		width: 100%;
		max-width: 260px;
		min-height: 320px;
	}
}

/*** programs choose ***/
.programs-choose-block {
	margin-top: 80px;
	background-color: #18194d;
}
.programs-choose-block .site-content {
	padding-top: 300px;
	padding-bottom: 130px;
	position: relative;
}
.choose-circle {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #90c341;
	font-size: 54px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 105px;
	top: -70px;
	position: absolute;
}
.choose-image-wrapper {
	margin-bottom: 60px;
	position:relative;
	z-index: 1;
}
.choose-image-wrapper img {
	position: relative;
	z-index: -1;
}
.choose-image-wrapper a.program-choice-circle {
	padding-bottom: 8px;
	width: 138px;
	height: 138px;
	border-radius: 50%;
	background-color: #fe0103;
	border: 4px solid #fe0103;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	position: absolute;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.choose-image-wrapper a.program-choice-circle:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 25px;
	border-color: transparent transparent transparent #fff;
	right: -23px;
	top: 50%;
	margin-top: -12.5px;
	position: absolute;
	display: block;
	z-index: -1;
}
.choose-image-wrapper a.choice-build {
	top: 25%;
	margin-top: -69px;
	left: -40px;
}
.choose-image-wrapper a.choice-lead {
	top: -50px;
	right: -20px;
	background-color: #fe8d03;
	border: 4px solid #fe8d03;
}
.choose-image-wrapper a.choice-grow {
	left: 80px;
	bottom: 20px;
	background-color: #4065e0;
	border: 4px solid #4065e0;
}
.choose-image-wrapper a.choice-go {
	right: 80px;
	bottom: -80px;
	background-color: #852af4;
	border: 4px solid #852af4;
}
.choose-image-wrapper a.choice-build:hover {
	background-color: #de0103;
	border: 4px solid #de0103;
}
.choose-image-wrapper a.choice-lead:hover {
	background-color: #fe6703;
	border: 4px solid #fe6703;
}
.choose-image-wrapper a.choice-grow:hover {
	background-color: #172f59;
	border: 4px solid #172f59;
}
.choose-image-wrapper a.choice-go:hover {
	background-color: #5c0f8b;
	border: 4px solid #5c0f8b;
}
.choose-image-wrapper a.program-choice-circle:active, .choose-image-wrapper a.program-choice-circle:focus {
	border: 4px solid #fff;
}
.choose-programs a {
	padding: 20px 0 25px;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #334da1;
	display: block;
}
.choose-programs a span {
	font-size: 1.8rem;
	color: #687f9b;
	display: block;
}
@media (max-width: 740px) {
	.choose-image-wrapper {
		margin: 0 40px 60px;
	}
}
@media (max-width: 660px) {
	.choose-image-wrapper a.program-choice-circle {
		padding-bottom: 3px;
		width: 60px;
		height: 60px;
		font-size: 14px;
	}
	.choose-image-wrapper a.program-choice-circle:before {
		right: -18px;
	}
	.choose-image-wrapper a.choice-build {
    top: 25%;
    margin-top: -30px;
    left: -20px;
	}
	.choose-image-wrapper a.choice-lead {
    top: -25px;
    right: -15px;
	}
	.choose-image-wrapper a.choice-grow {
    left: 40px;
    bottom: 20px;
	}
	.choose-image-wrapper a.choice-go {
    bottom: -40px;
	}
}
@media (max-width: 500px) {
	.programs-choose-block .site-content {
    padding-top: 240px;
    padding-bottom: 100px;
	}
	.choose-circle {
    width: 200px;
    height: 200px;
    font-size: 37px;
    left: 60px;
    top: -30px;
	}
	.choose-image-wrapper {
		margin: 0 0 60px;
	}
	.choose-programs a {
		font-size: 1.6rem;
	}
	.choose-programs a span {
		font-size: 1.4rem;
	}
}

/*** programs faq link block ***/
.programs-faq-link-block {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.programs-faq-link-block h3 {
	margin: 0;
	padding: 0;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.3;
	color: #4f82f5;
}
@media (min-width: 320px) {
	.programs-faq-link-block h3 {
		font-size: calc(38px + (50 - 38) * ((100vw - 300px) / (1180 - 300)));
	}
}
@media (min-width: 1180px) {
	.programs-faq-link-block h3 {
		font-size: 50px;
	}
}
.programs-faq-link {
	padding-top: 40px;
}
.programs-faq-link a {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 208px;
	height: 208px;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	background-color: #4f82f5;
	border: 4px solid #4f82f5;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.programs-faq-link a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 40px;
	border-color: transparent transparent transparent #90c341;
	right: -32px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	display: block;
	z-index: -1;
}
.programs-faq-link a:hover {
	background-color: #225bc4;
	border: 4px solid #225bc4;
}
.programs-faq-link a:active, .programs-faq-link a:focus {
	border: 4px solid #fff;
}
@media (max-width: 500px) {
	.programs-faq-link a {
		width: 150px;
		height: 150px;
		font-size: 23px;
	}
	.programs-faq-link a:before {
		right: -24px;
	}
}
/* program signup css below next css block */

/*** home page and default signup ***/
.signup-outer {
	padding-bottom: 100px;
}
.signup-wrapper {
	padding: 50px 0 25px;
	background-color: #4D81E7;
	border-radius: 0 0 30px 0;
	color: #fff;
}
.signup-wrapper p {
	position: relative;
	z-index: 2;
}
.signup-wrapper h3 {
	margin: 0;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.1em;
	text-transform: uppercase;
}
@media (min-width: 320px) {
	.signup-wrapper h2 {
		font-size: calc(38px + (48 - 38) * ((100vw - 300px) / (1180 - 300)));
	}
}
@media (min-width: 1180px) {
	.signup-wrapper h2 {
		font-size: 48px;
	}
}
.signup-row {
	display:flex;
	position: relative;
	z-index: 1;
}
.signup-email {
	width: 100%;
	padding: 0 180px 0 0;
}
.signup-email input {
	height: 50px;
	padding: 6px 20px 10px;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}
.signup-submit {
	width: 153px;
	height: 153px;
	border-radius: 50%;
	background-color:#4D81E7;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 25px;
	top: -50px;
	position: absolute;
}
.signup-submit:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 25px;
	border-color: transparent transparent transparent #fff;
	right: -23px;
	top: 50%;
	margin-top: -12.5px;
	position: absolute;
	display: block;
	z-index: -1;
}
.signup-submit button {
	padding: 0;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background-color:#90C341;
	border: 4px solid #90C341;
	font-size: 1.438rem;
	font-weight: 600;
	color: #fff;
	display: block;
	position: relative;
	z-index: 10;
	cursor: pointer;
	outline: none;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.signup-submit button:hover {
	background-color: #042958;
	border: 4px solid #042958;
}
.signup-submit button:active, .signup-submit button:focus {
	border: 4px solid #fff;
}
@media (max-width: 450px) {
	.signup-wrapper {
		padding: 30px 0 15px;
	}
	.signup-email {
    padding: 0 145px 0 0;
    position: relative;
    z-index: 2;
	}
	.signup-email input {
		padding: 6px 8px 10px;
	}
	.signup-submit {
		width: 115px;
		height: 115px;
		right: 25px;
		top: -28px;
	}
	.signup-submit:before {
		right: -18px;
	}
	.signup-submit button {
		width: 65px;
		height: 65px;
		font-size: 1.063rem;
	}
}

/*** program signup block ***/
.programs-signup-block {
	margin-bottom: 30px;
	padding-top: 122px;
	padding-bottom: 84px;
	background-color: #fed201;
	overflow: hidden;
}
.post-83 .programs-signup-block {
	padding-top: 244px;
	background-color: #c8c8c8;
}
.programs-signup-content {
	background-color: #fe8d03;
	border-radius: 0 0 30px 0;
}
.post-83 .programs-signup-content {
	background-color: #a0a0a0;
}
.programs-signup-content > .site-content {
	position: relative;
}
.programs-signup-content .signup-wrapper {
	padding: 0 150px 25px 0;
	height: 354px;
	display: flex;
	align-items: flex-end;
	background: none;
}
.programs-signup-content .signup-wrapper .site-content {
	padding: 0;
}
.programs-signup-content .signup-wrapper .site-content p {
	margin-bottom: 2.5em;
}
.signup-newsletter-image {
	top: -122px;
	right: 30px;
	position: absolute;
}
.programs-signup-content .signup-wrapper .site-content .signup-submit {
	background-color:#fe8d03;
}
.post-83 .programs-signup-content .signup-wrapper .site-content .signup-submit {
	background-color:#a0a0a0;
}
.programs-signup-content .signup-wrapper .site-content .signup-submit button {
	background-color:#4f82f5;
	border: 4px solid #4f82f5;
}
.programs-signup-content .signup-wrapper .site-content .signup-submit button:hover {
	background-color: #225bc4;
	border: 4px solid #225bc4;
}
.programs-signup-content .signup-wrapper .site-content .signup-submit button:active, 
.programs-signup-content .signup-wrapper .site-content .signup-submit button:focus {
	border: 4px solid #fff;
}
@media (max-width: 570px) {
	.programs-signup-block {
		padding-top: 80px;
	}
	.programs-signup-content .signup-wrapper {
    padding: 0 0 20px 0;
	}
	.signup-newsletter-image {
		display: none;
	}
}

/*** logo footer ***/
.logo-footer {
	padding: 30px 0 80px;
	text-align: center;
}
.logo-footer img {
	margin: 0 auto;
	width: 130px;
}
/*** planning footer ***/
.planning-footer {
	margin-top: 30px;
	background-color: #fe0103;
}
.planning-footer .site-content {
	display: flex;
}
.pf-left-col {
	width: 30%;
	text-align: center;
}
.pf-left-col img {
	margin-top: -25px;
}
.pf-right-col {
	width: 70%;
	text-align: center;
}
.pf-text {
	padding: 50px 30px 60px;
	color: #fff;
}
.pf-text h4 {
	margin: 0;
	font-size: 1.4rem;
}
.pf-text p {
	margin: 10px 0;
}
.pf-text a {
	color: #fff;
}
@media (max-width: 500px) {
	.planning-footer .site-content {
		flex-direction: column;
	}
	.pf-left-col, .pf-right-col {
		width: 100%;
	}
	.pf-left-col img {
		width: 120px;
	}
}

/*** heading/nav bars ***/
.wp-block-group.heading-bar {
	padding-top: 40px;
	padding-bottom: 50px;
}
.wp-block-group.heading-bar.heading-bar-no-margin {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-block-group.heading-bar.heading-bar-no-top-margin {
	margin-top: 0;
}
.wp-block-group.heading-bar .wp-block-group__inner-container {
	margin: 0 auto;
	padding: 0 35px;
	width: 100%;
	max-width: 770px;
	position: relative;
}
.wp-block-group.heading-bar h2 {
	margin: 0;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
}
@media (min-width: 320px) {
	.wp-block-group.heading-bar h2 {
		font-size: calc(38px + (48 - 38) * ((100vw - 300px) / (1180 - 300)));
	}
}
@media (min-width: 1180px) {
	.wp-block-group.heading-bar h2 {
		font-size: 48px;
	}
}
.wp-block-group.heading-nav-bar {
	padding-top: 45px;
	padding-bottom: 50px;
}
.wp-block-group.heading-nav-bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.wp-block-group.heading-nav-bar.heading-nav-bar-vertical ul {
	flex-direction: column;
}
.wp-block-group.heading-nav-bar ul li {
	display: inline-block;
}
.wp-block-group.heading-nav-bar ul li a {
	padding: 6px 12px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.post-135 .wp-block-group.heading-nav-bar ul li a {
	display: block;
	text-align: center;
}
@media (max-width: 600px) {
	.wp-block-group.heading-nav-bar ul {
		flex-direction: column;
	}
}
@media (max-width: 500px) {
	.wp-block-group.heading-nav-bar ul li a {
		font-size: 1.2rem;
	}
}

.wp-block-group.curriculum-section h4 {
	margin: 0;
	font-size: 1.37rem;
	font-weight: bold;
}
.wp-block-group.curriculum-section p {
	margin: 0;
}
.wp-block-group.curriculum-section .wp-block-group__inner-container p:first-of-type {
	margin-bottom: 10px;
}
.wp-block-group.curriculum-section ul {
	margin: 0;
	padding: 0 0 60px;
	list-style-type: none;
}
.team-building-curriculum-wrap ul,
.stand-alone-program ul,
.leader-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.leadership-dev-curriculum-wrap ul {
	margin: 0;
	padding: 0 0 20px;
	list-style-type: none;
}
.wp-block-group.curriculum-section ul li,
.team-building-curriculum-wrap ul li,
.leadership-dev-curriculum-wrap ul li,
.stand-alone-program ul li,
.leader-content ul li {
	padding-left: 20px;
	position: relative;
}
.wp-block-group.curriculum-section ul li:before,
.team-building-curriculum-wrap ul li:before,
.leadership-dev-curriculum-wrap ul li:before,
.stand-alone-program ul li:before,
.leader-content ul li:before {
	content: '•';
	position: absolute;
	left: 0;
}

h3.programs-subheading {
	font-size: 25px;
	font-weight: 600;
	color: #7f0ac7;
}
.team-building-curriculum-wrap a {
	color: #4f82f5;
}
.team-building-theme-block strong {
	font-size: 1.3rem;
	font-weight: bold;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
hr.hr-space {
	margin-top: 30px;
	margin-bottom: 30px;
}

.programs-contact-block {
	margin-top: 110px;
	margin-bottom: 30px;
	background-color: #7f0ac7;
	color: #fff;
	text-align: center;
}
.programs-contact-header {
	max-height: 311px;
	position: relative;
	overflow: hidden;
}
.programs-contact-header:before {
	content: '';
	width: 100%;
	padding-top: calc((311 / 1182) * 100%);
	display: block;
}
.programs-contact-header-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center top;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.page-id-102 .programs-contact-header-inner {
	background-image: url('images/contact-leadership-skills.jpg');
}
.page-id-105 .programs-contact-block {
	margin-top: 0;
}
.page-id-105 .programs-contact-header-inner {
	background-image: url('images/contact-team-building.jpg');
}
.page-id-108 .programs-contact-header-inner {
	background-image: url('images/contact-leadership-development.jpg');
}
.page-id-135 .programs-contact-block {
	margin-top: 0;
}
.page-id-135 .programs-contact-header-inner {
	background-image: url('images/contact-stand-alone.jpg');
}
.programs-contact-block .site-content {
	padding-top: 140px;
	padding-bottom: 120px;
}
.programs-contact-block .site-content h3 {
	margin: 0;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.25;
}
.programs-contact-block .site-content h3.programs-contact-title {
	text-transform: uppercase;
}
@media (min-width: 320px) {
	.programs-contact-block .site-content h3 {
		font-size: calc(38px + (47 - 38) * ((100vw - 300px) / (1180 - 300)));
	}
}
@media (min-width: 1180px) {
	.programs-contact-block .site-content h3 {
		font-size: 47px;
	}
}
.programs-contact-block .site-content p {
	margin-top: 50px;
	font-size: 24.5px;
	font-weight: 600;
	line-height: 1.25;
}
.programs-contact-block .site-content a {
	color: #fff;
	word-break: break-all;
}
@media (max-width: 600px) {
	.programs-contact-block .site-content {
		padding-top: 80px;
    padding-bottom: 60px;
	}
	.programs-contact-block .site-content p {
		font-size: 20px;
	}
}
h3.leader-dev-subheading {
	margin-bottom: 4px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.stand-alone-intro a {
	color: #4f82f5;
	font-weight: normal;
}
.wp-block-group.has-background.stand-alone-program {
	padding-top: 50px;
	padding-bottom: 80px;
}
.stand-alone-program .wp-block-group__inner-container {
	margin: 0 auto;
	padding: 0 35px;
	width: 100%;
	max-width: 770px;
	position: relative;
}
.stand-alone-program h4 {
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 600;
}
.stand-alone-program h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	color: #7f0ac7;
}
.stand-alone-program p.list-intro {
	font-size: 1.4rem;
	font-weight: 600;
}
@media ( max-width: 800px ) {
	.stand-alone-program .wp-block-group__inner-container {
		max-width: 710px;
	}
}

/*** world leader ***/
.leader-content .wp-block-group__inner-container {
	margin: 0 auto;
	padding: 80px 35px;
	width: 100%;
	max-width: 770px;
	position: relative;
}
.leader-content p.list-intro {
	font-size: 1.4rem;
	font-weight: 600;
}
.get-started-heading {
	font-size: 1.875rem;
	font-weight: 600;
	color: #7f0ac7;
}
.post-121 .faq-block-wrap {
	padding-bottom: 100px;
}
@media (max-width: 600px) {
	.leader-content .wp-block-group__inner-container {
		padding: 60px 0 80px;
	}
}

/* leader in-page nav */
.benefits-btn-wrapper {
	padding: 50px 0;
	background-color: #18194d;
	text-align: center;
}
.faq-btn-wrapper {
	padding: 50px 0;
	background-color: #4065e0;
	text-align: center;
}
.leader-nav-btn a {
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.15;
	text-decoration: none;
	display: inline-block;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.leader-nav-btn a:hover {
	opacity: 0.7;
}
.leader-nav-btn a img {
	width: 50px;
}
.leader-nav-btn a img.leader-nav-arrow-up {
	display: none;
}
.leader-nav-btn a span {
	display: inline-block;
}
/* details nav */
.details-btn-wrapper {
	padding: 50px 0;
	background-color: #852af4;
	text-align: center;
}
.post-83 .details-btn-wrapper .leader-nav-btn {
	display: none;
}
.post-83 .details-btn-wrapper {
	padding: 0 0 40px;
}
.post-115 .details-btn-wrapper .leader-nav-btn a img.leader-nav-arrow-right {
	display: none;
}
.post-115 .details-btn-wrapper .leader-nav-btn a img.leader-nav-arrow-up {
	display: inline-block;
}
.post-115 .details-btn-wrapper .leader-nav-btn a {
	opacity: 0.7;
	cursor: default;
}
.start-here-btn {
	position:relative;
	z-index: 0;
	display: none;
}
.post-83 .start-here-btn {
	display: block;
}
.start-here-btn a {
	margin: -40px auto 0;
	padding-bottom: 25px;
	width: 340px;
	height: 340px;
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	line-height: 0.9;
	background-color: #fe8d03;
	border-radius: 50%;
	border: 4px solid #fe8d03;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	position: relative;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.start-here-btn a span {
	padding-top: 16px;
	font-size: 28px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	display: block;
}
.start-here-btn a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 50px;
	border-color: transparent transparent transparent #fff;
	right: -45px;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	display: block;
	z-index: -1;
}
.start-here-btn a:hover {
	background-color: #fe6703;
	border-color: #fe6703;
}
.start-here-btn a:active, .start-here-btn a:focus {
	background-color: #fe6703;
	border-color: #fff;
}
@media (max-width: 600px) {
	.start-here-btn a {
		width: 260px;
		height: 260px;
		font-size: 40px;
	}
	.start-here-btn a span {
		font-size: 21px;
	}
	.start-here-btn a:before {
		right: -32px;
	}
	.leader-nav-btn a {
		font-size: 24px;
	}
	.leader-nav-btn a img {
		width: 34px;
	}
}

/* benefits nav */
.post-118 .benefits-btn-wrapper .leader-nav-btn a img.leader-nav-arrow-right {
	display: none;
}
.post-118 .benefits-btn-wrapper .leader-nav-btn a img.leader-nav-arrow-up {
	display: inline-block;
}
.post-118 .benefits-btn-wrapper .leader-nav-btn a {
	opacity: 0.7;
	cursor: default;
}
/* faq nav */
.post-121 .faq-btn-wrapper .leader-nav-btn a img.leader-nav-arrow-right {
	display: none;
}
.post-121 .faq-btn-wrapper .leader-nav-btn a img.leader-nav-arrow-up {
	display: inline-block;
}
.post-121 .faq-btn-wrapper .leader-nav-btn a {
	opacity: 0.7;
	cursor: default;
}

/* application nav btn */
.app-btn-wrapper {
	padding: 70px 0;
	background-color: #90c341;
	text-align: center;
}
.app-btn {
	position: relative;
  z-index: 0;
}
.app-btn a {
	margin: 0 auto;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.app-btn a .app-btn-circle {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background-color: #fe8d03;
	border: 4px solid #fe8d03;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.app-btn a .app-btn-circle .app-btn-inner {
	width: 166px;
	height: 166px;
	border-radius: 50%;
	color: #225bc4;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.app-btn a .app-btn-circle:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 20px 0 20px;
	border-color: #ffffff transparent transparent transparent;
	left: 50%;
	margin-left: -20px;
	bottom: -36px;
	position: absolute;
	z-index: -1;
	display: block;
}
.app-btn a .app-btn-text-below {
	padding-top: 30px;
}
.app-btn a:hover .app-btn-circle {
	background-color: #fe6703;
	border: 4px solid #fe6703;
}
.app-btn a:active .app-btn-circle, .app-btn a:focus .app-btn-circle {
	border: 4px solid #fff;
}
@media (max-width: 570px) {
	.post-83 .programs-signup-block {
		padding-top: 120px;
	}
}
@media (max-width: 500px) {
	.app-btn a {
		font-size: 20px;
	}
	.app-btn a .app-btn-circle {
		width: 180px;
		height: 180px;
	}
	.app-btn a .app-btn-circle .app-btn-inner {
		padding-bottom: 5px;
		width: 126px;
		height: 126px;
	}
	.app-btn a .app-btn-circle:after {
		bottom: -27px;
	}
	.app-btn a .app-btn-text-below {
		padding-top: 26px;
	}
}


/*** faq ***/
.faq-block-wrap {
	padding-top: 70px;
}
.faq-block-wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.faq-block-wrap ul li {
	border-bottom: 1px solid #d9d9d9;
}
.faq-block-wrap ul li a {
	padding: 20px 25px 25px 52px;
	color: #333;
	display: block;
	position: relative;
}
.faq-block-wrap ul li > a:before {
	content: '';
	width: 38px;
	height: 38px;
	background-image: url(images/btn-FAQ-plus.svg);
	display: block;
	left: 0;
	top: 18px;
	position: absolute;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.faq-block-wrap ul li > a.open:before {
	background-image: url(images/btn-FAQ-minus.svg);
}
.faq-block-wrap ul li > a:hover:before {
	background-image: url(images/btn-FAQ-plus-hover.svg);
}
.faq-block-wrap ul li > a.open:hover:before {
	background-image: url(images/btn-FAQ-minus-hover.svg);
}
.faq-block-wrap ul li > a:active:before,
.faq-block-wrap ul li > a:focus:before {
	background-image: url(images/btn-FAQ-plus-click.svg);
}
.faq-block-wrap ul li > a.open:active:before,
.faq-block-wrap ul li > a.open:focus:before {
	background-image: url(images/btn-FAQ-minus-click.svg);
}
.faq-block-wrap .accordian-inner {
	margin-top: -10px;
	padding: 0 0 30px 80px;
	display: none;
}
@media (max-width: 600px) {
	.faq-block-wrap {
		font-size: 1.15rem;
	}
	.faq-block-wrap ul li a {
		padding-left: 42px;
	}
	.faq-block-wrap ul li > a:before {
		width: 30px;
		height: 30px;
	}
	.faq-block-wrap .accordian-inner {
    padding-left: 70px;
	}
}
/*** contact us ***/
.contact-us {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.contact-us-tel a {
	color: #333;
	font-weight: normal;
}
.page-id-85 .signup-footer .signup-wrapper {
	background-color: #852af4;
}
.page-id-85 .signup-footer .signup-submit {
	background-color: #852af4;
}

/* contact us form */
.contact-form-tab {
	height: 60px;
	width: calc(100% - 70px);
	padding: 8px 30px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #fe8d03;
	border-radius: 10px 10px 0 0;
	left: 35px;
	top: -60px;
	position: absolute;
}
.contact-wrapper .site-content {
	padding-bottom: 120px;
	max-width: 470px;
	position: relative;
	z-index: 0;
}
.contact-wrapper h3 {
	margin: 0;
	padding: 80px 0 30px;
	color: #fff;
	font-size: 1.86rem;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
}
.form-row {
	padding-bottom: 10px;
}
.form-row input {
	height: 50px;
	padding: 6px 20px 10px;
	font-size: 22px;
	line-height: 1;
	width: 100%;
}
.form-row textarea {
	height: 150px;
	padding: 6px 20px 10px;
	font-size: 22px;
	line-height: 1;
	width: 100%;
}
.form-row input::placeholder, .form-row textarea::placeholder {
	color: #999;
}
.contact-send {
	width: 153px;
	height: 153px;
	border-radius: 50%;
	background-color:#90C341;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 50%;
	margin-right: -76px;
	bottom: -35px;
	position: absolute;
}
.contact-send:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 25px;
	border-color: transparent transparent transparent #fff;
	right: -23px;
	top: 50%;
	margin-top: -12.5px;
	position: absolute;
	display: block;
	z-index: -1;
}
.contact-send button {
	padding: 0 0 5px;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background-color:#fff;
	border: 4px solid #fff;
	font-size: 1.438rem;
	font-weight: 600;
	color: #90C341;
	display: block;
	cursor: pointer;
	outline: none;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.contact-send button:hover {
	color: #000;
}
.contact-send button:active, .contact-send button:focus {
	color: #000;
	border: 4px solid #73a327;
}
/* case study get popup form etc */
.case-study-send {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background-color:#852af4;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 65px;
	bottom: -35px;
	position: absolute;
}
.case-study-send:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 25px;
	border-color: transparent transparent transparent #fff;
	right: -23px;
	top: 50%;
	margin-top: -12.5px;
	position: absolute;
	display: block;
	z-index: -1;
}
.case-study-send button {
	padding: 0 0 5px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color:#90C341;
	border: 4px solid #90C341;
	font-size: 1.438rem;
	font-weight: 600;
	color: #fff;
	display: block;
	cursor: pointer;
	outline: none;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.case-study-send button:hover {
	background-color: #73a327;
	border: 4px solid #73a327;
}
.case-study-send button:active, .contact-send button:focus {
	background-color: #73a327;
	border: 4px solid #fff;
}

/*** signup footer ***/
/*.signup-footer {background-color: #409a9d;}*/
.signup-footer {
	background-color: #90c341;
}
.signup-footer .signup-wrapper {
	background-color: #409a9d;
}
.signup-footer .signup-submit {
	background-color:#409a9d;
}
.signup-footer .signup-submit button {
	background-color:#3a56a5;
	border: 4px solid #3a56a5;
}
.signup-footer .signup-submit button:hover {
	background-color: #4d81e7;
	border: 4px solid #4d81e7;
}
.signup-footer .signup-submit button:active, .signup-footer .signup-submit button:focus {
	border: 4px solid #fff;
}
/*** footer ***/
.site-footer {
	font-size: 1.1rem;
	text-align: center;
}
.site-footer p {
	margin: 0;
	padding: 0;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.footer-circles {
	max-height: 130px;
	background-image: url(images/circles-footer.png);
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.footer-circles:before {
	content: '';
	width: 100%;
	padding-top: calc((139 / 197) * 100%);
	display: block;
}
.footer-info {
	padding: 50px 35px;
	background-color: #333;
}
.footer-info a {
	font-weight: normal;
}
.footer-nav {
	padding: 40px 35px 50px;
	background-color: #212121;
}
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {padding: 3px 0;}
.footer-menu > li {padding-top: 15px;}
.footer-menu > li > a {font-weight: 600;}
.footer-menu ul.sub-menu li a {color: #b3b3b3;}
/*.footer-menu ul.sub-menu li:first-child a {font-weight: 600; color: #fff;}
.footer-menu li.menu-item-has-children > a {display:none;}*/
.footer-copyright {
	padding: 25px 35px;
	font-size: 14px;
	color: #b3b3b3;
	background-color: #000;
}

/* contact forms 7 */
span.wpcf7-not-valid-tip {
	padding-left: 20px;
	color: #fff;
	font-size: 0.9rem;
}
div.wpcf7-response-output {
	margin: 1rem 0.5rem 0;
	padding: 0.5rem 0 0;
	color: #fff;
	font-style: italic;
	line-height: 1;
	border: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
}
div.wpcf7-mail-sent-ok {
	display: none !important;
}


/*** jquery modal ***/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 10000;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.85);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.world-leader-ty.modal {
	max-width: 700px;
	width: 90%;
	font-size: 1.25rem;
	color: #fff;
	background: #4f82f5;
	padding: 90px 65px 110px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.world-leader-ty.case-study-get.modal, 
.world-leader-ty.case-study-ty.modal {
	background: #852af4;
}
.world-leader-ty.contact-ty.modal {
	padding: 0;
	max-width: 640px;
	background: #a154ff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.world-leader-ty.case-study-get.modal {
	padding: 60px 65px 180px;
}
.world-leader-ty.case-study-get.modal h4 {
	font-size: 1.5rem;
}
.contact-ty h2, .contact-ty p {
	margin: 0;
}
.contact-ty h2 {
	font-size: 42px;
	font-weight: 600;
}
.contact-ty-header {
	padding: 40px 30px 20px;
	background-color: #90c341;
}
.contact-ty-body {
	padding: 30px 30px 80px;
}
.contact-ty-header-content, .contact-ty-body-content {
	margin: 0 auto;
	width: 100%;
	max-width: 310px;
}

.case-study-email input {
	height: 50px;
	padding: 6px 20px 10px;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}
.world-leader-ty.modal a.close-modal {
	top: auto;
  bottom: -43px;
  right: 20%;
  width: 86px;
  height: 86px;
  background-image: url(images/btn-closeMenu.svg);
}
.world-leader-ty.case-study-get.modal a.close-modal {
	display: none;
}
.world-leader-ty.modal a.close-modal:hover {
  background-image: url(images/btn-closeMenu-hover.svg);
}
.world-leader-ty.modal a.close-modal:active,
.world-leader-ty.modal a.close-modal:focus {
  background-image: url(images/btn-closeMenu-click.svg);
}
.contact-ty-form {
	padding-top: 10px;
	display: flex;
}
.contact-ty-form p {
	padding-left: 15px;
}
.subscribe-yes button {
	padding: 0 0 5px;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color:#fff;
	border: 4px solid #fff;
	font-size: 1.25rem;
	font-weight: 600;
	color: #a154ff;
	display: block;
	cursor: pointer;
	outline: none;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.subscribe-yes button:hover {
	background-color: #e0c6ff;
	border: 4px solid #e0c6ff;
}
.subscribe-yes button:active, .subscribe-yes button:focus {
	background-color: #e0c6ff;
	border: 4px solid #fff;
}

@media (max-width: 500px) {
	.world-leader-ty.modal {
		font-size: 1.1rem;
		padding: 30px 30px 40px;
	}
	.world-leader-ty.case-study-get.modal {
		padding: 30px 30px 180px;
	}
	.world-leader-ty.modal a.close-modal {
		bottom: -37px;
		right: 20%;
		width: 74px;
		height: 74px;
	}
}