/*
Theme Name:  Workplace Dynamics
Theme URI:   http://workplace-dynamics.clients01.stratusinteractive.com
Version:     1.0
Description: This is a theme built for Workplace Dynamics
Author:      Stratus Interactive
Author URI:  http://www.stratusinteractive.com
Template:    Divi
*/


/***********************************************************************
Caution: do not remove this to keep Divi Children Engine always updated 
Divi Children Engine version: 1.0.4
***********************************************************************/

/*------------------------------[FONT ICONS]-----------------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*-----------------------------------------------------------------------*/

.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

/*** IE10 Fixes ***/
.ie10 .footer-widget .et_pb_widget {
	float: none;
}
.ie10 .et_pb_team_member,
.ie10 .et_pb_team_member p,
.ie10 .et_pb_team_member h3,
.ie10 .et_pb_team_member_description {
	max-width: calc(100% - 1px);
}
.ie10 .a2a_kit a {
	visibility: visible;
}
.ie10 .a2a_kit a>span {
	background-color: transparent!important;
}
.ie10 .a2a_kit a>span>svg {
	display: none;
}
.ie10 wbr:after { content: "\00200B"; }
/*** IE11 Fixes ***/
@media (max-width: 980px) {
	.ie11 {
		overflow-x: hidden;
	}
	.ie11 .et_pb_section.picture-image-row .et_pb_row .et_pb_column_3_5 {
		height: 100%;
	}
	.ie11 .reverse-stack.ie-img-height-fix .et_pb_column:first-child {
		height: 100%;
	}
	.ie11 #manager .et_pb_column:first-child {
		height: 100%;
	}
	.ie11 .team-member-row.et_pb_equal_columns .et_pb_column {
		flex-direction: column;
	}
}

/*** General Settings ***/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #4f4f4f;
}

hr {
	width: 75%;
}

/*** Typography ***/

/* Headings */
h2.large-header { font-size: 4.25rem; margin-bottom: 0.625rem; }
h2.larger-header { font-size: 6rem; }
h2.largest-header { font-size: 7.813rem; font-weight: 100; }
h1 { font-size: 2.813rem; font-weight: 300; line-height: 1.1; padding: 0; margin: 0.938rem 0; color: #4f4f4f; }
h2 { font-size: 2.813rem; font-weight: 300; line-height: 1.1; padding: 0; margin: 0.938rem 0; color: #4f4f4f; }
h3 { font-size: 1.563rem; font-weight: 300; line-height: 1.15; color: #4f4f4f; }
/* Fix for three column module */
.et_pb_column_1_3 .et_pb_text p + h3 { margin-top: -1rem; }
h4 { font-size: 1.250rem; font-weight: 300; color: #4f4f4f; }

/* Text */
p { font-size: 1.000rem; font-weight: 300; padding: 0; line-height: 1.4; margin-bottom: 1rem; /* color: #4f4f4f; */ }
p:last-child { margin-bottom: 0; }
a { color: #2fabbb; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; }
a:hover { color: #29909d; }

/*** Helper Classes ***/

/* Alignment - Text */
.text-center { text-align: center; }

/* Backgrounds */
.not-ie10 .slant-bg__blue-to-img {
	min-height: 475px;
}
.not-ie10 .slant-bg__yellow-to-white {
	min-height: 475px;
}
.slant-bg__yellow-to-white {
	background: -moz-linear-gradient(26deg, #FEC040 0%, #FEC040 50%, #fff 50%, #fff 100%);
	background: -webkit-linear-gradient(26deg, #FEC040 0%, #FEC040 50%, #fff 50%, #fff 100%);
	background: linear-gradient(64deg, #FEC040 0%, #FEC040 50%, #fff 50%, #fff 100%);
}
.not-ie10 .slant-bg__white-to-yellow {
	min-height: 475px;
}
.slant-bg__white-to-yellow {
	background: -moz-linear-gradient(-26deg, #fff 0%, #fff 50%, #FEC040 50%, #FEC040 100%);
	background: -webkit-linear-gradient(-26deg, #fff 0%, #fff 50%, #FEC040 50%, #FEC040 100%);
	background: linear-gradient(116deg, #fff 0%, #fff 50%, #FEC040 50%, #FEC040 100%);
}
.not-ie10 .slant-bg__white-to-blue {
	min-height: 475px;
}
.slant-bg__white-to-blue {
	background: -moz-linear-gradient(-26deg, #fff 0%, #fff 50%, #2fabbb 50%, #2fabbb 100%);
	background: -webkit-linear-gradient(-26deg, #fff 0%, #fff 50%, #2fabbb 50%, #2fabbb 100%);	
	background: linear-gradient(116deg, #fff 0%, #fff 50%, #2fabbb 50%, #2fabbb 100%);
}
.not-ie10 .slant-bg__yellow-to-gray {
	min-height: 475px;
}
.slant-bg__yellow-to-gray {
	background: -moz-linear-gradient(26deg, #FEC040 0%, #FEC040 50%, #f4f4f4 50%, #f4f4f4 100%);
	background: -webkit-linear-gradient(26deg, #FEC040 0%, #FEC040 50%, #f4f4f4 50%, #f4f4f4 100%);
	background: linear-gradient(64deg, #FEC040 0%, #FEC040 50%, #f4f4f4 50%, #f4f4f4 100%);
}
.not-ie10 .slant-bg__img-to-blue {
    min-height: 475px;
}
.slant-bg__img-to-blue {
    position: relative;
    background-size: 52% 100%;
    background-position-x: 0;
    background-repeat: no-repeat;
}
.slant-bg__img-to-blue:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(206deg, #2fabbb 0%, #2fabbb 55%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(206deg, #2fabbb 0%, #2fabbb 55%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(-116deg, #2fabbb 0%, #2fabbb 55%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.3) 100%);
}

.not-ie10 .slant-bg__blue-to-img {
    min-height: 475px;
}

.slant-bg__blue-to-img {
    position: relative;
    background-size: 52% 100% !important;
    background-position-x: 100%;
    background-repeat: no-repeat;
}
.slant-bg__blue-to-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(26deg, #2fabbb 0%, #2fabbb 55%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(26deg, #2fabbb 0%, #2fabbb 55%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(116deg, #2fabbb 0%, #2fabbb 55%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.3) 100%);
}
.slant-bg__blue-to-img:after {
	display: block;
	background-image: inherit;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	width: 60%;
	top: 0;
	background-size: cover;
	z-index: 1;
}
.slant-bg__img-to-blue:before {
	display: block;
	background-image: inherit;
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	width: 60%;
	top: 0;
	background-size: cover;
	z-index: 1;	
}
.slant-bg__img-to-blue:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(206deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 55% #2fabbb 55%, #2fabbb 100%);
    background: -webkit-linear-gradient(206deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 55% #2fabbb 55%, #2fabbb 100%);
    background: linear-gradient(-116deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 55% #2fabbb 55%, #2fabbb 100%);
}
.slant-bg__blue-to-img>.et_pb_row {
	z-index: 10;
}

.slant-bg__img-to-blue .et_pb_row .et_pb_column:last-child {
	z-index: 10;
}

.ie10 .slant-bg__img-to-blue>.et_pb_row,
.ie10 .slant-bg__yellow-to-white>.et_pb_row,
.ie10 .slant-bg__white-to-yellow>.et_pb_row,
.ie10 .slant-bg__yellow-to-gray>.et_pb_row,
.ie10 .slant-bg__white-to-blue>.et_pb_row,
.ie10 .slant-bg__blue-to-white>.et_pb_row,
.ie10 .slant-bg__blue-to-img>.et_pb_row,
.ie10 .slant-bg__img-to-blue>.et_pb_row {
	padding-top: 50px!important;
}

/* Black And White Plug-in */
.bwWrapper {
	position: relative;
	display: block;
}

/* Buttons */
.theme-button, .theme-button:last-child, .menu-login-sign-up-container ul li:last-child a { display: inline-block; font-weight: bold; color: #fff; white-space: nowrap; -webkit-transition: background-color 0.5s ease, color 0.5s ease; -moz-transition: background-color 0.5s ease, color 0.5s ease; -o-transition: background-color 0.5s ease, color 0.5s ease; transition: background-color 0.5s ease, color 0.5s ease; }
.theme-button, .theme-button:last-child { padding: 9px 21px; }
.menu-login-sign-up-container ul li:last-child a { padding: 19px 21px; }
.theme-button.teal, .menu-login-sign-up-container ul li:last-child a { background-color: #2fabbb; }
.theme-button.teal:hover, .menu-login-sign-up-container ul li a:hover { background-color: #29909d; color: #fff; } 
.theme-button.white { background-color: transparent; border: 1px solid #fff; }
.theme-button.white:hover { background-color: #fff; color: #2fabbb; }
.theme-button + .theme-button { margin-left: 25px; }

/*** Display ***/

/* Displays */
.display-block { display: block; }
.display-inline { display: inline; }
.display-inline-block { display: inline-block; }

/* Blue Section Above Footer */
.blue-above-footer h2 {
	margin-bottom: 3rem;
}

/* Count Up Symbol */
.count-up__symbol {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;	
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

/* Keep Image at Bottom */
.keep-image-at-bottom>.et_pb_column_3_5 {
	align-self: flex-end;
	-ms-flex-align-self: flex-end;
	-webkit-align-self: flex-end;
}

/* Picture Image Row */
.not-ie10 .picture-image-row {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
	-ms-align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
}
.picture-image-row>.et_pb_row {
	margin: 0 auto;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

/* Vertically Aligned Center */
.vertical-align-center {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

/* Widths */
.max-width.et_pb_row {
	max-width: 800px;
}

/* White Space No Wrap */
.white-space-no-wrap {
	white-space: nowrap;
}

/* Padding */
.padding0 { padding: 0; }
.padding10 { padding: 0.625rem; }
.padding20 { padding: 1.250rem; }
.padding30 { padding: 1.875rem; }
.padding40 { padding: 2.500rem; }
.padding50 { padding: 3.125rem; }
.padding60 { padding: 3.750rem; }
.padding70 { padding: 4.375rem; }
.padding80 { padding: 5.000rem; }
.padding90 { padding: 5.625rem; }
.padding100 { padding: 6.250rem; }
.padding10tb { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.padding20tb { padding-top: 1.250rem; padding-bottom: 1.250rem; }
.padding30tb { padding-top: 1.875rem; padding-bottom: 1.875rem; }
.padding40tb { padding-top: 2.500rem; padding-bottom: 2.500rem; }
.padding50tb { padding-top: 3.125rem; padding-bottom: 3.125rem; }
.padding60tb { padding-top: 3.750rem; padding-bottom: 3.750rem; }
.padding70tb { padding-top: 4.375rem; padding-bottom: 4.375rem; }
.padding80tb { padding-top: 5.000rem; padding-bottom: 5.000rem; }
.padding90tb { padding-top: 5.625rem; padding-bottom: 5.625rem; }
.padding100tb { padding-top: 6.250rem; padding-bottom: 6.250rem; }
.padding10t { padding-top: 0.625rem; }
.padding20t { padding-top: 1.250rem; }
.padding30t { padding-top: 1.875rem; }
.padding40t { padding-top: 2.500rem; }
.padding50t { padding-top: 3.125rem; }
.padding60t { padding-top: 3.750rem; }
.padding70t { padding-top: 4.375rem; }
.padding80t { padding-top: 5.000rem; }
.padding90t { padding-top: 5.625rem; }
.padding100t { padding-top: 6.250rem; }
.padding10b { padding-bottom: 0.625rem; }
.padding20b { padding-bottom: 1.250rem; }
.padding30b { padding-bottom: 1.875rem; }
.padding40b { padding-bottom: 2.500rem; }
.padding50b { padding-bottom: 3.125rem; }
.padding60b { padding-bottom: 3.750rem; }
.padding70b { padding-bottom: 4.375rem; }
.padding80b { padding-bottom: 5.000rem; }
.padding90b { padding-bottom: 5.625rem; }
.padding100b { padding-bottom: 6.250rem; }

/* Typography */
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p { color: #fff; }

.teal-headers h1,
.teal-headers h2,
.teal-headers h3,
.teal-headers h4 { color: #2fabbb; }

.text-align-left { text-align: left; }
.text-align-right { text-align: right; }
.text-align-center { text-align: center; }

/*************************
***** Custom Modules *****
*************************/

/*** Top Menu ***/
.dropdown-logo {
	float: none;
	max-height: 54%;
	margin-bottom: 0;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	display: none;
	visibility: hidden;
}
.et-fixed-header .dropdown-logo {
	display: inline-block;
	visibility: visible;
}
.et-fixed-header .main-logo {
	display: none!important;
	visibility: hidden;
}
.et-fixed-header>.et_menu_container.container.clearfix:after {
	margin-bottom: 0;
}
.menu-login-sign-up-container {
	transition: padding 0.5s ease;
	-o-transition: padding 0.5s ease;
	-moz-transition: padding 0.5s ease;
	-webkit-transition: padding 0.5s ease;
}
.et-fixed-header .menu-login-sign-up-container {
	padding-top: 15px;
}
.et-fixed-header #top-menu #menu-login-sign-up li:last-child {
	padding-right: 0;
}
.et-fixed-header #top-menu #menu-login-sign-up li:last-child a {
	color: #fff!important;
}
#page-container.et-animated-content #main-header.et-fixed-header {
	box-shadow: 0 2px 4px rgba(0,0,0,0.5)!important;
}
#et-top-navigation {
	float: left;
	margin-left: 148px;
	padding-left: 0!important;
}
#et_top_search {
	float: left;
}
#et_search_icon:before {
	content: '\f002';
	font-family: 'FontAwesome'!important;
	margin-top: -2px;
}
#top-menu li.menu-item-has-children>ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	visibility: visible;
	opacity: 1;
	background-color: #fff;
	border-color: transparent;
	border-width: 0;
	padding: 0;
	width: auto;
	transition: max-height 0.5s ease, border-width 0.5s ease, border-color 0.5s ease!important;
	-o-transition: max-height 0.5s ease, border-width 0.5s ease, border-color 0.5s ease!important;
	-moz-transition: max-height 0.5s ease, border-width 0.5s ease, border-color 0.5s ease!important;
	-webkit-transition: max-height 0.5s ease, border-width 0.5s ease, border-color 0.5s ease!important;
}
#top-menu li.menu-item-has-children>ul.sub-menu>li {
	padding: 0;
}
#top-menu li.menu-item-has-children>ul.sub-menu>li:first-child {
	margin-top: 10px;
}
#top-menu li.menu-item-has-children>ul.sub-menu>li:last-child {
	margin-bottom: 10px;
}
#top-menu li.menu-item-has-children>ul.sub-menu>li {
	transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;	
}
#top-menu li.menu-item-has-children>ul.sub-menu>li:hover {
	background-color: #f4f4f4;
}
#top-menu li.menu-item-has-children:hover>ul.sub-menu {
	max-height: 400px;
	overflow: hidden;
	border-top-width: 5px;
	border-color: #2fabbb;
	transition: max-height: 0.5s ease, border-width 0.5s ease, border-color 0.5s ease!important;
	-o-transition: max-height: 0.5s ease, border-width 0.5s ease, border-color 0.5s ease!important;
	-moz-transition: max-height: 0.5s ease, border-width 0.5s ease, border-color 0.5s ease!important;
	-webkit-transition: max-height: 0.5s ease, border-width 0.5s ease, border-color 0.5s ease!important;
}
#top-menu li.menu-item-has-children.et-dropdown-removing>ul.sub-menu {
	display: block;
}
/*** Home Page Hero ***/
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 100%;
}
.et_pb_fullwidth_header.home-page-hero__header {
	padding-bottom: 140px;
}
.et_pb_fullwidth_header_subhead {
	font-weight: 300;
	margin-bottom: 27px;
}
/*** Home Page Slider Section ***/
.circle-icon__outer-wrapper {
	position: relative;
	/* TEMPORARY */
	height: 500px;
}
.circle-icon__inner-wrapper {
	display: inline-block;
	padding: 20px;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;	
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.circle-icon__content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 5;
	pointer-events: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;	
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.circle-icon__content-wrapper h3,
.circle-icon__content-wrapper p {
	color: #fff;
}
.circle-icon__work .circle-icon__content-wrapper,
.circle-icon__manager .circle-icon__content-wrapper {
	margin-top: 85px;
}
.circle-icon__company .circle-icon__content-wrapper,
.circle-icon__team .circle-icon__content-wrapper {
	margin-top: 75px;
}
.inactive-left .circle-icon__content-wrapper,
.inactive-right .circle-icon__content-wrapper,
.inactive-middle .circle-icon__content-wrapper {
	margin-top: 50px;
}
.active .circle-icon__content-wrapper {
	margin-top: 40px;
}
.circle-icon__inner-wrapper.inactive-left,
.circle-icon__inner-wrapper.inactive-middle,
.circle-icon__inner-wrapper.inactive-right {
	width: 120px;
	height: 120px;
}
/*.not-carousel-fix .circle-icon__inner-wrapper.inactive-left {
	top: auto;
	bottom: 0;
	left: 0;
}*/
.not-carousel-fix .circle-icon__inner-wrapper.inactive-left,
.ie-carousel-fix .circle-icon__inner-wrapper.inactive-left {
	top: auto;
	bottom: 0;
	left: 0;
	transform: translateX(0) translateY(0);
}
.safari.not-carousel-fix .circle-icon__inner-wrapper.inactive-left {
	bottom: 0;
	left: 0;
	transform: translateX(0) translateY(0);
}
/*.not-carousel-fix .circle-icon__inner-wrapper.inactive-right {
	top: auto;
	bottom: 0;
	left: calc(100% - 120px);
}*/
.not-carousel-fix .circle-icon__inner-wrapper.inactive-right,
.ie-carousel-fix .circle-icon__inner-wrapper.inactive-right {
	left: 100%;
	bottom: 0;
	transform: translateX(-120px) translateY(0);
}
.safari.not-carousel-fix .circle-icon__inner-wrapper.inactive-right {
	left: calc(100% - 120px);
	bottom: 0;
	transform: translateX(0) translateY(0);
}
/*.not-carousel-fix .circle-icon__inner-wrapper.inactive-middle {
	top: auto;
	bottom: 0;
	left: calc(50% - 60px);
}*/
.not-carousel-fix .circle-icon__inner-wrapper.inactive-middle,
.ie-carousel-fix .circle-icon__inner-wrapper.inactive-middle {
	left: 50%;
	bottom: 0;
	transform: translateX(-60px) translateY(0);
}
.safari.not-carousel-fix .circle-icon__inner-wrapper.inactive-middle {
	left: calc(50% - 60px);
	bottom: 0;
	transform: translateX(0) translateY(0);
}
.circle-icon__inner-wrapper h3 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;	
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.active.circle-icon__inner-wrapper h3.circle-title {
	font-size: 2.813rem;
}
.circle-icon__company h3.circle-title,
.circle-icon__team h3.circle-title {
	max-width: 180px;
}
.circle-icon__work h3.circle-title,
.circle-icon__manager h3.circle-title {
	max-width: 200px;
}
.active h3.circle-title {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.inactive-left h3.circle-title,
.inactive-middle h3.circle-title,
.inactive-right h3.circle-title {
	max-width: 120px;
	font-size: 1rem;
}
.circle-icon__opacity {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: background-color 0.7s ease;
	-moz-transition: background-color 0.7s ease;	
	-o-transition: background-color 0.7s ease;
	transition: background-color 0.7s ease;
}
.active .circle-icon__opacity {
	background-color: rgba(47,171,187,1);
}
.circle-icon__work,
.circle-icon__manager {
	height: 200px;
	width: 200px;
}
.circle-icon__company,
.circle-icon__team {
	height: 180px;
	width: 180px;
}
/*.not-carousel-fix .circle-icon__work {
	position: absolute;
	bottom: calc(100% - 200px);
	left: calc(50% - 100px);
}*/
.not-carousel-fix .circle-icon__work,
.ie-carousel-fix .circle-icon__work {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
}
.safari.not-carousel-fix .circle-icon__work {
	position: absolute;
	bottom: calc(100% - 200px);
	left: calc(50% - 100px);
	transform: translateX(0) translateY(0);
}
/*.not-carousel-fix .circle-icon__manager {
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
}*/
.not-carousel-fix .circle-icon__manager,
.ie-carousel-fix .circle-icon__manager {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
}
.safari.not-carousel-fix .circle-icon__manager {
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
	transform: translateX(0) translateY(0);	
}
/*.not-carousel-fix .circle-icon__team {
	position: absolute;
	left: calc(100% - 180px);
	bottom: calc(50% - 90px);
}*/
.not-carousel-fix .circle-icon__team,
.ie-carousel-fix .circle-icon__team {
	position: absolute;
	left: 100%;
	bottom: 50%;
	transform: translateX(-100%) translateY(50%);
}
.safari.not-carousel-fix .circle-icon__team {
	position: absolute;
	left: calc(100% - 180px);
	bottom: calc(50% - 90px);
	transform: translateX(0) translateY(0);
}
/*.not-carousel-fix .circle-icon__company {
	position: absolute;
	left: 0;
	bottom: calc(50% - 90px);
}*/
.not-carousel-fix .circle-icon__company,
.ie-carousel-fix .circle-icon__company {
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translateX(0%) translateY(50%);
}
.safari.not-carousel-fix .circle-icon__company {
	position: absolute;
	left: 0;
	bottom: calc(50% - 90px);
	transform: translateX(0%) translateY(0);	
}
.active .circle-icon__content-wrapper {
	right: 0;
}
.circle-icon__hidden-content {
	opacity: 0;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;	
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.active .circle-icon__hidden-content {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.2s;
	-moz-transition: opacity 0.3s ease 0.2s;	
	-o-transition: opacity 0.3s ease 0.2s;
	transition: opacity 0.3s ease 0.2s;
}
h3.circle-subtitle {
	margin-bottom: 12px;
}
.circle-description {
	margin-bottom: 28px;
}
.circle-icon__content-wrapper .theme-button {
	padding: 4px 20px;
	pointer-events: auto;
}
.carousel__background-image--wrapper {
	height: 100%;
	width: 500%;
	-webkit-transition: margin-left 0.5s ease;
	-moz-transition: margin-left 0.5s ease;	
	-o-transition: margin-left 0.5s ease;
	transition: margin-left 0.5s ease;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.carousel__background-image {
	width: 20%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
}
.carousel__background-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
}
/*** About Us Subhero Menu ***/
.subhero-menu__holder {
	border-bottom: 5px solid #fec040;
}
#nav_menu-2 {
	margin: 0;
	width: 100%;
}
#nav_menu-2 .widgettitle {
	display: none;
	visibility: hidden;
}
#nav_menu-2 .menu-about-us-subhero-menu-container>ul {
	padding-bottom: 0;
	list-style-type: none;
	max-width: 800px;
	margin: auto;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-ms-justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
}
#nav_menu-2 .menu-about-us-subhero-menu-container>ul>li {
	display: inline-block;
	margin-bottom: 0;
}
#nav_menu-2 .menu-about-us-subhero-menu-container ul li a {
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #2fabbb;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;	
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#nav_menu-2 .menu-about-us-subhero-menu-container ul li a:hover {
	color: #6ec4d0;
}
#nav_menu-2 .menu-about-us-subhero-menu-container ul li.current-menu-item,
#nav_menu-2 .menu-about-us-subhero-menu-container ul li.current-page-ancestor {
	position: relative;
}
#nav_menu-2 .menu-about-us-subhero-menu-container ul li.current-menu-item:after,
#nav_menu-2 .menu-about-us-subhero-menu-container ul li.current-page-ancestor:after {
	content: '';
	height: 0;
	width: 0;
	border-bottom: 10px solid #fec040;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 13px);
}
/*** Platform Subhero Menu ***/
#nav_menu-4 {
	margin: 0;
	width: 100%;
}
#nav_menu-4 .widgettitle {
	display: none;
	visibility: hidden;
}
#nav_menu-4 .menu-platform-sub-menu-container>ul {
	list-style-type: none;
	padding: 0;
	max-width: 800px;
	margin: auto;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-ms-justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
}
#nav_menu-4 .menu-platform-sub-menu-container>ul>li {
	display: inline-block;
	margin-bottom: 0;
}
#nav_menu-4 .menu-platform-sub-menu-container ul li a {
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #2fabbb;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;	
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#nav_menu-4 .menu-platform-sub-menu-container ul li a:hover {
	color: #6ec4d0;
}
#nav_menu-4 .menu-platform-sub-menu-container ul li.current-menu-item,
#nav_menu-4 .menu-platform-sub-menu-container ul li.current-page-ancestor {
	position: relative;
}
#nav_menu-4 .menu-platform-sub-menu-container ul li.current-menu-item:after,
#nav_menu-4 .menu-platform-sub-menu-container ul li.current-page-ancestor:after {
	content: '';
	height: 0;
	width: 0;
	border-bottom: 10px solid #fec040;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 13px);
}
/*** Top Workplaces Area ***/
.top-workplaces__stats hr {
	margin-top: 28px;
}
.top-workplaces__stats h3:last-child {
	margin-left: 20px;
	max-width: 100px;
}
.top-workplaces__stats hr:last-of-type {
	margin-bottom: 0;
}
/*** Person Module Customization ***/
.team-member-row.et_pb_equal_columns .et_pb_column {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.team-member-row.et_pb_equal_columns>.et_pb_column>.et_pb_team_member {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.team-member-row.et_pb_equal_columns>.et_pb_column>.et_pb_team_member>.et_pb_team_member_description {
	flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
}
.et_pb_team_member {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.et_pb_team_member.clearfix:after {
	margin-bottom: 0;
}
.et_pb_team_member .et_pb_team_member_image {
	max-height: 305px;
	overflow: hidden;
	margin-bottom: 0;
}
.et_pb_team_member_description {
	padding: 20px 20px 28px 24px;
	border-top: 1px solid #e2e2e2;
}
.ie10 .et_pb_team_member {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;	
}
.not-ie10 .et_pb_team_member_description {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.et_pb_team_member_description h4 {
	font-size: 1.250rem;
	font-weight: 300;
}
.et_pb_team_member_description p {
	color: #4f4f4f;
}
/*** Team Member Detail Page ***/
.team-member-detail img {
	width: 100%;
}
.team-member-detail>div[class*="et_pb_column"]:first-child {
	max-height: 470px;
	height: 470px;
	overflow: hidden;
}
.team-member-detail__name-and-title {
	padding-bottom: 32px;
}
/*** Top Workplaces Statistics Area ***/
.custom-twp-ribbon-top__outer,
.custom-twp-ribbon-bottom__outer {
	width: 100%;
	height: 0;
	padding-left: 50%;
	padding-bottom: 55px;
	overflow: hidden;
}
.custom-twp-ribbon-top__inner,
.custom-twp-ribbon-bottom__inner {
	width: 0;
	height: 0;
	margin-left: -500px;
	border-left: 500px solid transparent;
	border-right: 500px solid transparent;
}
.custom-twp-ribbon-top__inner {
	border-bottom: 100px solid #fec040;
}
.custom-twp-ribbon-bottom__inner {
	border-bottom: 100px solid #2fabbb;
}
.twp-stats__dollar {
	font-size: 4.438rem;
	vertical-align: top;
	line-height: 1.8;
}
.why-become-twp__mini-header {
	display: none;
	visibility: hidden;
}
/*** Clients Image Testimonial Section ***/
.image-testimonial__wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.image-testimonial__logo--outer-wrapper {
	position: relative;
	flex-basis: 16.66667%;
	flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	-webkit-flex: 0 0 16.66667%;
	-moz-box-flex: 0 0 16.66667%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
}
.image-testimonial__logo--inner-wrapper {
	padding: 15px;
}
.image-testimonial__logo--inner-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 11px);
	width: 0;
	height: 0;
	border-bottom: 12px solid #e4e4e4;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	opacity: 0;
	z-index: 500;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;	
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}
.active .image-testimonial__logo--inner-wrapper:after {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease 0.3s;
	-moz-transition: opacity 0.5s ease 0.3s;	
	-o-transition: opacity 0.5s ease 0.3s;
	transition: opacity 0.5s ease 0.3s;
}
.image-testimonial__logo--outer-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-bottom: 12px solid #fff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	opacity: 0;
	z-index: 500;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;	
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}
.active.image-testimonial__logo--outer-wrapper:after {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease 0.2s;
	-moz-transition: opacity 0.5s ease 0.2s;	
	-o-transition: opacity 0.5s ease 0.2s;
	transition: opacity 0.5s ease 0.2s;
}
.image-testimonial__logo--inner-wrapper img {
	cursor: pointer;
}
.image-testimonial__content-wrapper {
	width: 100%;
	max-height: 300px;
	height: auto;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: max-height 0.5s ease;
	-moz-transition: max-height 0.5s ease;	
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
}
.image-testimonial__content-wrapper.inactive {
	max-height: 0;
	border: none;
	-webkit-transition: max-height 0.5s ease;
	-moz-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
}
.inactive.image-testimonial__content--outer-wrapper {
	border: none;
}
.image-testimonial__name {
	margin-bottom: 0;
}
.image-testimonial__content--outer-wrapper {
	border: 1px solid #e4e4e4;
	width: 100%;
}
.image-testimonial__content--inner-wrapper {
	padding: 44px 64px 30px 38px;
}
h3.image-testimonial__text {
	font-style: italic;
	padding-bottom: 24px;
}
.bwWrapper {
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;	
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.active .bwWrapper {
	opacity: 1;
}
.BWFilter.BWfade {
	opacity: 1!important;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;	
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.active .BWFilter.BWfade {
	opacity: 0!important;
}
/*** Search Results ***/
#main-content.search-results-page .container:before {
	display: none;
}
.et_pb_gutter.et_pb_gutters2 .search-results-page #left-area {
	width: 100%;
	padding-right: 0;
}
.search-results-page #left-area ul.grid-search {
	padding-left: 0;
}
.search-results-main {
	padding-top: 50px;
	padding-bottom: 50px;
}
.search-result-container {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
li:last-child .search-result-container {
	border-bottom: none;
}
.search-result-container__image-wrapper {
	display: inline-block;
	width: 25%;
	float: left;
}
.search-result-container__text-wrapper {
	display: inline-block;
	width: 70%;
	margin-left: 5%;
	float: left;
}
.search-result-container__title a h3 {
	color: #2fabbb;
	transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;			
}
.search-result-container__title a:hover h3 {
	color: #29909d;
}
.search-no-results #main-content .container {
	padding-top: 0;
}
/*** Client Case Studies React Section ***/
.filters-row {
	border-bottom: 5px solid #fec040;
	padding: 0.75rem 0;
}
.filters-row__inner-wrapper {
	max-width: 750px;
	width: 100%;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.filter-holder {
	display: inline-block;
	width: 25%;
	text-align: center;
	position: relative;
	cursor: pointer;.
}
.filter-holder p {
	color: #2fabbb;
}
.filter-holder.clear-filter-holder p {
	transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}
.filter-holder.clear-filter-holder p.clear-all__inactive,
.filter-holder.clear-filter-holder p.clear-all__inactive:hover {
	color: #4f4f4f;
	cursor: default;
	transition: color 0s;
	-o-transition: color 0s;
	-moz-transition: color 0s;	
	-webkit-transition: color 0s;
}
.filter-holder.clear-filter-holder p:hover {
	color: #29909d;
}
.filter-holder.clear-filter-holder p:after {
	content: '';
	display: none;
	visibility: hidden;
}
.filter-holder p:after {
	content: '\f107';
	font-family: 'FontAwesome';
	color: #2fabbb;
	margin-left: 0.5rem;
	font-size: 1.25rem;
	display: inline-block;
	transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
}
.filter-holder .active p:after {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.filter-checkboxes__wrapper {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 1000;
	transition: max-height 0.5s ease-in;
	-o-transition: max-height 0.5s ease-in;
	-moz-transition: max-height 0.5s ease-in;
	-webkit-transition: max-height 0.5s ease-in;
}
.results-feed__empty-header {
	text-align: center;
}
.filter-holder__topic .filter-checkboxes__wrapper {
	width: 150%;
	left: -25%;
}
.filter-checkboxes__inner-wrapper {
	padding: 0.625rem 0.625rem 0.625rem 1.25rem;
	border: 1px solid #efefef;
	box-shadow: 0 2px 5px #ddd;
	background-color: #fff;
}
.filter-checkboxes__wrapper.inactive {
	max-height: 0;
	padding: 0 2px;
	transition: max-height 0.3s ease-out, padding 0.3s ease-out;
	-o-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
	-moz-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
	-webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.filter-checkboxes__wrapper.active {
	padding: 0 2px 2px;
	transition: max-height 0.3s ease-in, padding 0.3s ease-in;
	-o-transition: max-height 0.3s ease-in, padding 0.3s ease-in;
	-moz-transition: max-height 0.3s ease-in, padding 0.3s ease-in;	
	-webkit-transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}
.filter-checkboxes__wrapper ul {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
}
.filter-checkboxes__inner-wrapper {
	cursor: default;
}
.filter-checkboxes__wrapper li label {
	cursor: pointer;
}
.filter-checkboxes__inner-wrapper input[type="checkbox"] {
	display: none;
	visibility: hidden;
}
.filter-checkboxes__inner-wrapper .input-span:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	padding: 0.125rem;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	font-size: 0.625rem;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #fff;
}
.filter-checkboxes__inner-wrapper input[type="checkbox"]:checked ~ .input-span:before {
	background-color: #2fabbb;
}
.results-feed__header {
	text-align: center;
	padding-bottom: 3rem;
}
.react-app__holder .et_pb_section {
	background-color: #f5f5f5;
	padding-top: 2.5rem;
}
.results-feed__wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.client-testimonial__wrapper {
	margin-bottom: 20px;
	flex-basis: 33%;
	flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	-webkit-flex: 0 0 33%;
	-moz-box-flex: 0 0 33%;
}
.client-testimonial__inner-wrapper {
	padding: 0 0.625rem 0.625rem;
}
.client-testimonial__image-wrapper {
	text-align: center;
}
.client-testimonial__description-wrapper {
	text-align: center;
}
.client-testimonial__description-wrapper>p:first-child {
	margin-bottom: 0;
}
.client-testimonial__company-name {
	color: #2fabbb;
	transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}
.client-testimonial__company-name:hover {
	color: #29909d;
}
.client-testimonial__content {
	padding-top: 1.25rem;
}
.client-testimonial__excerpt {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.tags-section {
	margin: 1rem auto 0;
	max-width: 302px;
}
.client-tag {
	padding: 0.25rem;
	font-size: 1rem;
	white-space: nowrap;
	margin-right: 0.25rem;
	line-height: 1rem;
	display: inline-block;
	background-color: #2fabbb;
	color: #fff;
}
.pagination-holder {
	width: 100%;
	padding: 1rem 0;
}
.prev-page {
	float: left;
	cursor: pointer;
}
.prev-page p,
.next-page p {
	display: inline-block;
	color: #2fabbb;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.prev-page:hover p,
.next-page:hover p,
.prev-page:hover:before,
.next-page:hover:after {
	color: #29909d;
}
.prev-page:before,
.next-page:after {
	font-family: 'FontAwesome';
	display: inline-block;
	color: #2fabbb;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.prev-page:before {
	content: '\f104';
	margin-right: 0.5rem;
}
.next-page {
	float: right;
	cursor: pointer;
}
.next-page:after {
	content: '\f105';
	margin-left: 0.5rem;
}
/*** Clients Details Page ***/
.wpd_clients-template-default #content-area.clearfix:after {
	margin-bottom: 0;
}
/*** Events Listing Page ***/
.single-events #content-area.clearfix:after,
.post-type-archive-events #content-area.clearfix:after {
	margin-bottom: 0;
}
.single-events .overlay-background.et_pb_section_first:before,
.post-type-archive-events .overlay-background.et_pb_section_first:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(68,68,68,0.36);
}
.single-events .blue-above-listing,
.post-type-archive-events .blue-above-listing {
	padding: 11px 0 27px;
}
.single-events #main-content .container:before,
.post-type-archive-events #main-content .container:before {
	display: none;
	visibility: hidden;
}
.event__single-wrapper>.container,
.events__listing-holder .container {
	padding-top: 0!important;
}
.single-events .blue-above-footer,
.post-type-archive-events .blue-above-footer {
	background-color: #2fabbb;
}
.single-events .subhero-menu__holder,
.post-type-archive-events .subhero-menu__holder {
	padding: 0;
}
.single-events .subhero-menu__holder>.et_pb_row,
.post-type-archive-events .subhero-menu__holder>.et_pb_row {
	padding: 0;
}
.single-events .subhero-menu__holder ul,
.post-type-archive-events .subhero-menu__holder ul {
	padding-bottom: 0;
	list-style-type: none;
	max-width: 300px;
	margin: auto;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-around;
	-ms-justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
}
.single-events .subhero-menu__holder ul li,
.post-type-archive-events .subhero-menu__holder ul li {
	display: inline-block;
	padding: 10px 0;
}
.single-events .subhero-menu__holder ul li.current-menu-item,
.post-type-archive-events .subhero-menu__holder ul li.current-menu-item {
	position: relative;
}
.single-events .subhero-menu__holder ul li.current-menu-item:after,
.post-type-archive-events .subhero-menu__holder ul li.current-menu-item:after {
	content: '';
	height: 0;
	width: 0;
	border-bottom: 10px solid #fec040;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 13px);
}
.single-events .et_pb_post {
	padding-bottom: 93px;
	margin-bottom: 0;
	margin-top: 36px;
}
.post-type-archive-events .et_pb_post {
	padding-bottom: 35px;
	margin-bottom: 0;
	margin-top: 35px;
	border-bottom: 1px solid #979797;
}
.event__image-content-wrap {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.event__featured-image {
	flex-basis: 40%;
	flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
	-moz-box-flex: 0 0 40%;	
}
.event__content-wrap {
	flex-basis: 60%;
	flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	-webkit-flex: 0 0 60%;
	-moz-box-flex: 0 0 60%;	
}
.event__content-inner-wrap {
	padding-left: 30px;
}
.event__date-wrapper {
	display: inline-block;
}
.event__social-wrapper {
	display: inline-block;
	float: right;
}
.event__social-wrapper p {
	display: inline-block;
}
.event__social-wrapper>div {
	display: inline-block;
}
.post-type-archive-events .event__date-wrapper h3 {
	padding-top: 4px;
}
.post-type-archive-events a h3.entry-title {
	color: #2fabbb;
	transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}
.post-type-archive-events a h3.entry-title:hover {
	color: #29909d;
}
.a2a_kit>a>span {
	position: relative;
}
.a2a_button_facebook>span:before {
	content: '\f09a';
}
.a2a_button_twitter>span:before {
	content: '\f099';
}
.a2a_button_linkedin>span:before {
	content: '\f0e1';
}
.a2a_kit>a>span:before {
	color: #fff;
	background-color: #2fabbb;
	display: inline-block;
	font-family: 'FontAwesome';
	visibility: visible;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
}
.a2a_kit>a:hover>span:before {
	background-color: #29909d;
}
.event__presenter-wrapper {
	margin-bottom: 18px;
}
.event__excerpt-wrapper p {
	margin-bottom: 30px;
}
.events__pagination-holder {
	padding: 1.75rem 0 4rem;
	text-align: center;
}
.events__pagination--inner {
	display: inline-block;
}
.events__pagination--inner>a,
.events__pagination--inner>span {
	padding: 0.25rem 1rem;
	border-right: 1px solid #ddd;
}
.events__pagination--inner>a:last-child,
.events__pagination--inner>span:last-child {
	border-right: none;
}
.events-empty-text {
	padding-top: 40px;
}
.events-empty-text h3 {
	margin-bottom: 0;
}
.events-empty-text + .events__pagination-holder {
	padding: 0;
}
/*** Events Single Page ***/
.single-events h3.entry-title {
	margin-top: 6px;
	color: #2fabbb;
}
.single-events .event__presenter-wrapper {
	margin-bottom: 36px;
}
.event-single__featured-image {
	margin-bottom: 22px;
}
.event__form-wrapper {
	padding-top: 4.688rem;
}
.event__form-wrapper label {
	display: none;
	visibility: hidden;
}
.event__form-wrapper input[type="text"],
.event__form-wrapper input[type="email"] {
	width: calc(50% - 17px);
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #979797;
	font-size: 0.875rem;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 0.625rem;
	transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-webkit-transition: border-color 0.3s ease;	
}
.event__form-wrapper input[type="text"]:active,
.event__form-wrapper input[type="text"]:focus,
.event__form-wrapper input[type="email"]:active,
.event__form-wrapper input[type="email"]:focus {
	border-bottom: 1px solid #2fabbb;
}
.event__form-wrapper input[name="registrant.givenName"],
.event__form-wrapper input[name="registrant.email"] {
	float: left;
}
.event__form-wrapper input[name="registrant.surname"],
.event__form-wrapper input[name="registrant.organization"] {
	float: right;
}
.event__form--first-row {
	margin-top: 2.5rem;
}
.event__form--second-row {	
	margin: 4.688rem 0 2.688rem;
}
.event__form-wrapper input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
}
/*** Insights Page ***/
.container__insights #left-area.grid {
	padding-bottom: 1.25rem;
}
.grid-sizer,
.grid-item {
	width: 33.3333%;
}
.blog #left-area,
.archive #left-area {
	width: 100%!important;
	padding-right: 0!important;
}
.archive #main-content .container:before,
.single-post #main-content .container:before {
	display: none!important;
}
.single-post.et_pb_gutters2.et_pb_gutter #left-area {
	width: 69.25%!important;
}
.single-post.et_pb_gutters2.et_pb_gutter #sidebar {
	width: 30.75%!important;
	padding-top: 1.5rem;
}
.single-post .insights-header__content .subhead {
	padding-bottom: 1.125rem;
}
a.meta-item__type {
	transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
}
a.meta-item__type:hover {
	color: #fff;
	background-color: #29909d;
}
.insights-header {
	position: relative;
}
.insights-header:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(68,68,68,0.55);
	z-index: 1;
}
.insights-header__ins {
	z-index: 10;
	position: relative;
}
.insights-post__share-button {
	position: relative;
	cursor: pointer;
}
.insights-post__share-button.inactive .a2a_kit {
	max-height: 0;
	border-width: 0;
}
.insights-post__share-button .a2a_kit {
	position: absolute;
	background-color: #fff;
	z-index: 5;
	border: 1px solid #ddd;
	max-height: 150px;
	overflow: hidden;
	transition: max-height 0.3s ease, border-width 0.3s ease;
	-o-transition: max-height 0.3s ease, border-width 0.3s ease;
	-moz-transition: max-height 0.3s ease, border-width 0.3s ease;
	-webkit-transition: max-height 0.3s ease, border-width 0.3s ease;
}
.insights-post__share-button .a2a_kit a:first-child {
	padding-top: 5px;
}
.insights-post__share-button .a2a_kit a {
	padding-left: 5px;
	padding-right: 5px;
}
.insights-post__tax-image-holder {
	text-align: center;
	padding: 75px 10px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.insights-post__tax-image-holder:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.insights-post__tax-image-holder h3 {
	color: #fff;
	position: relative;
	z-index: 10;
}
.filter-holder.current-filter {
	position: relative;
}
.filter-holder.current-filter:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -0.8rem;
	left: calc(50% - 13px);
	height: 0;
	width: 0;
	border-bottom: 10px solid #fec040;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
}
.current-filter .active-term a {
	color: #4f4f4f;
	cursor: default;
}
.insights-post__meta--share-holder {
	width: 45px;
	display: inline-block;
	vertical-align: top;
}
.insights-post__meta--tags-holder {
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: top;
}
.insight-post__socials {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-top: 1.5rem;
}
.insight-post__socials .a2a_kit {
	text-align: left;
}
.insight-post__title {
	width: calc(100% - 185px);
	display: inline-block;
}
.insight-post__author-info {
	border-top: 1px solid #979797;
	padding-top: 2rem;
}
.insight-post__author-image {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
.insight-post__author-image img {
	border-radius: 50%;
}
.insight-post__author-bio {
	width: calc(100% - 105px);
	display: inline-block;
	vertical-align: top;
	padding-left: 1.5rem;
}
.insights-filters .filters-row__inner-wrapper {
	text-align: center;
}
.related_posts_by_taxonomy .gallery-item a {
	width: 100%;
}
.related_posts_by_taxonomy .related-gallery {
	padding-top: 0.75rem;
}
.related_posts_by_taxonomy dl.gallery-item {
	margin-bottom: .5rem;
}
.related_posts_by_taxonomy .gallery-item dt.gallery-icon {
	width: 55px;
	float: left;
	display: inline-block;
	text-align: left;
}
.related_posts_by_taxonomy .gallery-item dt.gallery-icon img {
	border: none!important;
}
.related_posts_by_taxonomy .gallery-item dd.gallery-caption {
	margin-right: 0;
	width: calc(100% - 55px);
	display: inline-block;
	text-align: left;
	padding-left: 10px;
}
.single-post #sidebar .et_pb_widget {
	margin-bottom: 44px;
}
.single-post #sidebar h4.widgettitle {
	font-size: 25px;
	border-bottom: 1px solid #979797;
	padding-bottom: 1.125rem;
}
.single-post #sidebar .textwidget .tag-list {
	padding-top: 1.25rem;
	margin-left: -5px;
}
.single-post #sidebar .textwidget .tag-list li {
	list-style-type: none;
	font-size: 1rem;
	color: #fff;
	margin-bottom: 0;
}
.single-post #sidebar .meta-item__type {
	float: left;
}
.single-post #sidebar .textwidget .category-list li {
	list-style-type: none;
	color: #2fabbb;
	font-size: 1rem;
	transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}
.single-post #sidebar .textwidget .category-list {
	padding-top: 1.5rem;
}
.single-post #sidebar .textwidget .category-list li:hover {
	color: #29909d;
}
.single-post .et_pb_post .entry-content {
	padding-bottom: 70px;
}
.single-post .insight-post__tag-holder .meta-item__type {
	float: left;
}
.single-post .insight-post__tag-holder {
	margin-left: -5px;
}
.insights-post__ins {
	background-color: #fff;
}
/*** Contact Page ***/
.et_pb_social_media_follow li a {
	transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
}
.et_pb_social_media_follow li a:hover {
	background-color: #29909d!important;
}
.et_pb_social_media_follow li a.icon:hover:before {
	color: #fff!important;
}
.et_pb_social_media_follow .et-social-linkedin a.icon:before {
	content: '\f0e1';
	font-family: 'FontAwesome'!important;
}
/*** 404 Page ***/
.error404 .overlay-background.et_pb_section_first:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(68,68,68,0.36);	
}
.error404 #main-content .container:before {
	display: none;
	visibility: hidden;
}
.error-page__container>.container {
	padding-top: 2.25rem!important;
}
.error-page__container form {
	margin-top: 40px;
}
.error-page__container form label {
	display: none;
	visibility: hidden;
}
.error-page__container form>div {
	position: relative;
}
.error-page__container form>div:before {
	content: '\f002';
	display: inline-block;
	color: #2fabbb;
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 9px;
	line-height: 1rem;
}
.error-page__container form input[type="text"] {
	font-size: 1rem;
	width: 50%;
	min-width: 240px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #979797;
	padding: 9px 21px;
	font-family: 'Roboto', sans-serif;
	transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-webkit-transition: border-color 0.3s ease;
}
.error-page__container form input[type="text"]:active,
.error-page__container form input[type="text"]:focus {
	border-bottom: 1px solid #2fabbb;
}
.error-page__container form input[type="submit"] {
	-webkit-appearance: none;
	display: block;
	padding: 9px 21px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	background-color: #2fabbb;
	font-size: 1rem;
	border: none;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: background-color 0.5s ease, color 0.5s ease;
	-moz-transition: background-color 0.5s ease, color 0.5s ease;
	-o-transition: background-color 0.5s ease, color 0.5s ease;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.error-page__container form input[type="submit"]:hover {
	background-color: #29909d;
}
/*** POV Engagement Maturity Curve ***/
.accordion__plus-holder {
	display: none;
	visibility: hidden;
}
.engagement-wrapper {
	overflow-x: hidden;
}
.engagement__mountain-image-wrapper>img {
	width: 100%;
}
.engagement__top-text {
	padding-left: 40px;
	padding-top: 35px;
	width: 75%;
	max-width: 1030px;
}
.engagement__image-and-bubbles-wrapper {
	position: relative;
	margin-top: 150px;
}
.engagement__bubble-column--lost-at-sea,
.engagement__bubble-column--islands-of-effort,
.engagement__bubble-column--shallows-of-despair {
	border-right: 2px dotted #055961;
}
.engagement__bubble-column--shores-of-enlightenment:after,
.engagement__bubble-column--ascent-of-success:after {
	content: '';
	border-right: 2px dotted #055961;
	width: 0;
	display: inline-block;
	right: 0;
	top: 0;
	position: absolute;
}
.engagement__bubble-column--shores-of-enlightenment:after {
	height: 410px;
}
.engagement__bubble-column--ascent-of-success:after {
	height: 210px;
}
.engagement__bubbles-wrapper {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.engagement__mountain-image-wrapper {
	padding-top: 220px;
}
.engagement__bubble-column {
	flex-basis: 15.6667%;
	flex: 1 1 15.6667%;
	-ms-flex: 1 1 15.6667%;
	-webkit-flex: 1 1 15.6667%;
	-moz-box-flex: 1 1 15.6667%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;	
	-ms-justify-content: center;	
	-moz-justify-content: center;	
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.engagement__bubble-column--summit-of-sustainment {
	flex-basis: 21.66667%;
	flex: 1 1 21.66667%;
	-ms-flex: 1 1 21.66667%;
	-webkit-flex: 1 1 21.66667%;
	-moz-box-flex: 1 1 21.66667%;
	justify-content: start;
	-ms-justify-content: start;	
	-moz-justify-content: start;	
	-webkit-justify-content: start;
}
.engagement__summit-of-sustainment--inner>img {
	max-width: 100px;
}
.engagement__bubble-column {
	position: relative;
}
.engagement__bubble--lost-at-sea,
.engagement__bubble--islands-of-effort,
.engagement__bubble--shores-of-enlightenment,
.engagement__bubble--ascent-of-success,
.engagement__bubble--shallows-of-despair {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	left: calc(50% - 82px);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	-o-transition: border-color 0.3s ease, box-shadow 0.3s ease;
	-moz-transition: border-color 0.3s ease, box-shadow 0.3s ease;
	-webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease;	
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;	
}
.engagement__bubble>p,
.engagement__bubble--inner>p {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 130px;
	text-align: center;
	margin-bottom: 0;
}
.engagement__bubble--inner>p {
	margin-left: auto;
	margin-right: auto;
}
.ie10 .engagement__tooltip {
	z-index: -100;
}
.engagement__tooltip {
	position: absolute;
	bottom: calc(100% + 10px);
	width: 900px;
	left: 0;
	background-color: #f5f5f5;
	z-index: 100;
	pointer-events: none;
	border: 1px solid #dbdbdb;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	padding: 10px 20px 30px;
	opacity: 0;
	transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}
.engagement__bubble--shallows-of-despair .engagement__tooltip {
	left: -200px;
}
.engagement__bubble--shores-of-enlightenment .engagement__tooltip {
	left: -500px;
}
.engagement__bubble--ascent-of-success .engagement__tooltip {
	left: -700px;
}
.ie10 .engagement__summit-of-sustainment {
	left: 0!important;
}
.engagement__summit-of-sustainment {
	cursor: pointer;
}
.engagement__bubble.engagement__summit-of-sustainment .engagement__tooltip {
	left: auto;
	right: 0;
	bottom: calc(-100% - 120px);
	text-align: left;
}
.ie10 .engagement__bubble.engagement__summit-of-sustainment .engagement__tooltip {
	bottom: calc(-100% - 80px);
}
.ie11.ie10 .engagement__bubble.engagement__summit-of-sustainment .engagement__tooltip {
	bottom: calc(-100% - 120px);
}
.engagement__bubble.engagement__summit-of-sustainment .engagement__tooltip>p {
	text-transform: none;
	color: #4f4f4f;
	font-weight: 300;
}
.ie10 .engagement__bubble.active .engagement__tooltip {
	z-index: 5;
}
.engagement__bubble.active .engagement__tooltip {
	opacity: 1;	
	display: inline-block;
}
.engagement__bubble--lost-at-sea:before,
.engagement__bubble--islands-of-effort:before,
.engagement__bubble--shores-of-enlightenment:before,
.engagement__bubble--ascent-of-success:before,
.engagement__bubble--shallows-of-despair>.engagement__bubble--inner:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	color: #f5f5f5;
	font-size: 72px;
	position: absolute;
	top: -16px;
	left: calc(50% - 36px);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
.engagement__summit-of-sustainment:before {
	content: '\f0d8';
	font-family: 'FontAwesome';
	color: #f5f5f5;
	font-size: 72px;
	position: absolute;
	top: 182px;
	left: calc(50% - 36px);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}
.active.engagement__summit-of-sustainment:before {
	opacity: 1;
}
.engagement__bubble--shallows-of-despair>.engagement__bubble--inner:before {
	right: calc(50% - 20px);
}
.engagement__bubble.active:before,
.engagement__bubble--shallows-of-despair.active>.engagement__bubble--inner:before {
	opacity: 1;
}
.engagement__bubble--lost-at-sea:after,
.engagement__bubble--islands-of-effort:after,
.engagement__bubble--shores-of-enlightenment:after,
.engagement__bubble--ascent-of-success:after,
.engagement__bubble--shallows-of-despair>.engagement__bubble--inner:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	color: #dbdbdb;
	font-size: 72px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
	position: absolute;
	left: calc(50% - 36px);
	top: -15px;
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
.engagement__summit-of-sustainment:after {
	content: '\f0d8';
	font-family: 'FontAwesome';
	color: #dbdbdb;
	font-size: 72px;
	text-shadow: 0 -2px 4px rgba(0,0,0,0.3);
	position: absolute;
	top: 181px;
	left: calc(50% - 36px);
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}
.active.engagement__summit-of-sustainment:after {
	opacity: 1;
}
.engagement__bubble--shallows-of-despair>.engagement__bubble--inner:after {
	right: calc(50% - 20px);
}
.engagement__bubble.active:after,
.engagement__bubble--shallows-of-despair.active>.engagement__bubble--inner:after {
	opacity: 1;
}
.engagement__bubble--lost-at-sea {
	background: #288f9d;
	top: 270px;
	border: 7px solid #288f9d;
	box-shadow: inset 0 0 0 7px #288f9d;
}
.engagement__bubble--lost-at-sea.active {
	border: 7px solid #c4e7eb;
	box-shadow: inset 0 0 0 7px #2a97a6;
}
.engagement__bubble--islands-of-effort {
	background: #9d12ab;
	top: 170px;
	border: 7px solid #9d12ab;
	box-shadow: inset 0 0 0 7px #9d12ab;
}
.engagement__bubble--islands-of-effort.active {
	border: 7px solid rgb(220,108,220);
	box-shadow: inset 0 0 0 7px rgb(159,33,180);
}
.engagement__bubble--shallows-of-despair {
	background: #c54949;
	top: 300px;
	border: 7px solid #c54949;
	box-shadow: inset 0 0 0 7px #c54949;
}
.engagement__bubble--shallows-of-despair.active {
	border: 7px solid rgb(240,180,180);
	box-shadow: inset 0 0 0 7px rgb(209,83,83);	
}
.engagement__bubble--shallows-of-despair:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(100% + 7px);
	right: 50%;
	height: 150px;
	width: 0;
	border-right: 2px dotted #9a3130;
}
.engagement__bubble--shores-of-enlightenment {
	background: #f75c38;
	top: 65px;
	border: 7px solid #f75c38;
	box-shadow: inset 0 0 0 7px #f75c38;
}
.engagement__bubble--shores-of-enlightenment.active {
	border: 7px solid rgb(253,182,146);
	box-shadow: inset 0 0 0 7px rgb(249,102,66);
}
.engagement__bubble--ascent-of-success {
	background: #ffb500;
	top: 0;
	border: 7px solid #ffb500;
	box-shadow: inset 0 0 0 7px #ffb500;
}
.engagement__bubble--ascent-of-success.active {
	border: 7px solid rgb(249,221,120);
	box-shadow: inset 0 0 0 7px rgb(255,191,20);
}
.engagement__summit-of-sustainment {
	padding-left: 8%;
	text-align: center;
	position: absolute;
	top: -220px;
}
.engagement__summit-of-sustainment--inner:after {
	content: '';
	display: inline-block;
	top: calc(100% - 10px);
	right: 43%;
	border-right: 2px dotted #ffb400;
	width: 0;
	height: 210px;
	position: absolute;
}
.engagement__summit-of-sustainment p {
	text-transform: uppercase;
	font-weight: bold;
	color: #feb60f;
}
/*** Landing Page ***/
.et_header_style_left .landing-page__header .logo_container {
	position: relative;
}
.et_header_style_left .landing-page__header .logo_container>a {
	display: inline-block;
}
#main-header.landing-page__header {
	background-color: #2fabbb;
	padding: 10px 0;
}
.landing-page__header .logo_container img {
	width: 105px;
}
.landing-page__header.clearfix:after,
.landing-page__header .clearfix:after {
	margin-bottom: 0;
}
.lp-table__row {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: none;
}
.lp-table__row:first-child {
	border-top: 1px solid #ddd;
}
.lp-table__row:first-child h3 {
	padding-bottom: 0!important;
}
.lp-table__row>.et_pb_column_1_6 {
	border-left: 1px solid #ddd;
}
.lp-table__row.gray-bg {
	background-color: #f5f5f5;
}
.lp-table__row>.et_pb_column {
	/* Cross browser needed */
	display: flex;
}
.lp-table__row>.et_pb_column>.et_pb_module {
	width: 100%;
	/* Cross browser needed */
	display: flex;
	align-items: center;
}
.lp-table__row>.et_pb_column_1_6>.et_pb_module {
	/* Cross browser needed */
	justify-content: center;
}
.lp-table__row>.et_pb_column_2_3>.et_pb_image {
	width: 70px;
	padding-left: 20px;
}
.lp-table__row>.et_pb_column_2_3>.et_pb_text {
	display: block;
}
.lp__blue-above-footer h3 {
	padding-bottom: 14px!important;
}
.lp__blue-above-footer p {
	margin-bottom: 1.313rem;
}
.lp__form-holder input[type="text"],
.lp__form-holder input[type="email"] {
	border: 1px solid #979797;
	padding: 11px 14px;
	font-size: 0.875rem;
}
.lp__form-holder input[type="submit"] {
	margin-bottom: 0;
}
.lp__form-holder h3 {
	padding-bottom: 22px!important;
}
.lp__form-holder form>p {
	margin-bottom: 1.438rem;
}
/*** Footer ***/
#main-footer p {
	color: #fff;
}
.container #footer-widgets {
	padding-top: 20px;
}
#main-footer .container #footer-widgets .footer-widget:first-child,
#main-footer .container #footer-widgets .footer-widget:nth-child(2) {
	width: 33.333333%;
	margin-right: 0;
	padding-right: 3%;
}
.footer__b-corp {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.footer__b-corp--image {
	padding-top: 0.5rem;
	flex-basis: 25%;
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0 0 25%;
}
.footer__b-corp--copy {
	padding-left: 8px;
	flex-basis: 75%;
	flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0 0 75%;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(3) {
	width: 16.666667%;
	margin-right: 0;
	padding-right: 3%;
}
#main-footer .container #footer-widgets .footer-widget:last-child {
	width: 16.666667%;
	margin-right: 0;
}
#main-footer #footer-widgets .footer-widget li {
	padding-left: 0;
}
#main-footer #footer-widgets .footer-widget li:before {
	display: none;
	visibility: hidden;
}
.footer__header,
.footer-widget h4.title {
	font-size: 1.125rem;
	margin-bottom: 0.875rem;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 0;
}
.footer__b-corp--body {
	font-size: 0.813rem;
}
.footer__company--menu li a {
	color: #fff;
}
.footer__newsletter form input[type="email"],
.footer__newsletter form input[type="email"]:focus,
.footer__newsletter form input[type="email"]:active {
	background: rgba(0,0,0,0);
	border-color: #fff;
	color: #fff;
}
.footer__newsletter form input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}
.footer__newsletter form input[type="email"]::-moz-placeholder {
	color: #fff;
}
.footer__newsletter form input[type="email"]:-ms-input-placeholder {
	color: #fff;
}
.footer__newsletter form input[type="email"]::-moz-placeholder {
	color: #fff;
}
.footer__newsletter .wpcf7-submit,
.footer__newsletter form input[type="submit"] {
	font-size: 1rem;
	margin-top: 32px;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 9px 22px!important;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	-webkit-transition: background-color 0.5s ease, color 0.5s ease;
	-moz-transition: background-color 0.5s ease, color 0.5s ease;
	-o-transition: background-color 0.5s ease, color 0.5s ease;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.footer__newsletter form input[type="submit"]:hover,
.footer__newsletter .wpcf7-submit:hover {
	background-color: #fff;
	color: #4f4f4f;
}
.et-social-linkedin a:before {
	content: '\f0e1';
	font-family: 'FontAwesome'!important;
}
.footer-widget .et-social-icons {
	float: left;
}
#footer-widgets .footer-widget .et-social-icons li {
	margin-left: 0;
	margin-bottom: 14px;
	display: block;
	list-style-type: none;
}
.footer-widget #menu-about-us-subhero-menu li {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 300;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.footer-widget #menu-about-us-subhero-menu li a {
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;	
}
.footer-widget .et-social-icons li a:before {
	padding: 4px;
	font-size: 1.125rem;
	color: #4f4f4f;
	background-color: #fff;
	border-radius: 50%;
}
.footer-widget .et-social-icons li.et-social-linkedin a:before {
	padding: 4px 5px;
}
.footer-widget .et-social-icon span {
	display: inline-block;
	font-size: 1rem;
	color: #fff;
}
#et-footer-nav {
	background-color: rgba(0,0,0,0);
}
.footer__teal-background {
	background-color: #2fabbb;
}
.page-template-page-landing .footer__teal-background {
	background-color: #4f4f4f;
}
.footer__middle-row {
	text-align: center;
	color: #fff;
	padding: 1rem 0;
}
.footer__middle-row p {
	text-align: center;
}
.footer__middle-row a {
	color: #fff;
}
.footer__end-row {
	background-color: #4f4f4f;
	text-align: center;
	color: #fff;
	padding: 0.625rem 0;
}
.page-template-page-landing .footer__end-row {
	background-color: #2fabbb;
}
.footer__end-row p {
	font-size: 0.688rem;
	text-align: center;
}
.footer__end-row a {
	color: #fff;
}
#main-footer #footer-bottom {
	padding: 0;
}

/***********************
****** Responsive ******
***********************/

/*** Tablet ***/
@media (max-width: 1560px) {
	/*** Engagement Maturity Curve ***/
	.engagement__bubble--shallows-of-despair:after {
		height: 120px;
	}
}
@media (max-width: 1420px) {
	/*** Engagement Maturity Curve ***/
	.engagement__bubble--shallows-of-despair:after {
		height: 90px;
	}
}
@media (max-width: 1340px) {
	/*** Engagement Maturity Curve ***/
	.engagement__mountain-image-wrapper {
		padding-top: 250px;
	}
	.engagement__summit-of-sustainment {
		padding-left: 4%;
	}
	.engagement__summit-of-sustainment--inner:after {
		right: 47%;
	}
}
@media (max-width: 1180px) {
	/*** Engagement Maturity Curve ***/
	.engagement__bubble--shallows-of-despair:after {
		height: 80px;
	}
	.engagement__bubble--lost-at-sea,
	.engagement__bubble--islands-of-effort,
	.engagement__bubble--shores-of-enlightenment,
	.engagement__bubble--ascent-of-success,
	.engagement__bubble--shallows-of-despair {
		height: 140px;
		width: 140px;
		left: calc(50% - 70px);
	}
	.engagement__bubbles-wrapper {
		height: 400px;
	}
	.engagement__bubble--lost-at-sea {
		top: 220px;
	}
	.engagement__bubble--islands-of-effort {
		top: 120px;
	}
	.engagement__bubble--shallows-of-despair {
		top: 260px;
	}
	.engagement__bubble--shores-of-enlightenment {
		top: 25px;
	}
	.engagement__mountain-image-wrapper {
		padding-top: 220px;
	}
}
@media (max-width: 1160px) {
	/*** Engagement Maturity Curve ***/
	.engagement__bubble--islands-of-effort .engagement__tooltip {
		left: -100px;
	}
}

@media (max-width: 1120px) {
	/*** Engagement Maturity Curve ***/
	.engagement__bubble--ascent-of-success .engagement__tooltip {
		left: -600px;
	}
}

@media (max-width: 1100px) {
	/*** Team Member Module ***/
	.et_pb_row.et_pb_equal_columns.team-member-row {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.et_pb_gutters2 .team-member-row.et_pb_row_4col>.et_pb_column_1_4:nth-child(odd) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.et_pb_gutters2 .team-member-row.et_pb_row_4col>.et_pb_column_1_4:nth-child(even) {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.et_pb_row.team-member-row .et_pb_team_member {
		max-width: 300px;
		margin: 0 auto;
	}
}

@media (max-width: 1080px) {
	/* Why Become TWP Section */
	.why-become-twp__section-wrapper h2.largest-header {
		font-size: 6rem;
		white-space: nowrap;
	}
	.why-become-twp__section-wrapper .twp-stats__dollar {
		line-height: 1.5;
	}
	/*** Engagement Maturity Curve ***/
	.engagement__bubble--shores-of-enlightenment .engagement__tooltip{
		left: -400px;
	}
}

@media (max-width: 1060px) {
	/*** Top Menu ***/
	#top-menu li,
	#menu-login-sign-up li:first-child {
		padding-right: 16px;
	}
	/* Insights Page */
	.grid-sizer,
	.grid-item {
		width: 50%;
	}
}

@media (max-width: 1020px) {
	/* Client Case Studies */
	.client-testimonial__wrapper {
		flex-basis: 50%;
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0 0 50%;
	}
	/*** Engagement Maturity Curve ***/
	.engagement__tooltip {
		width: 800px;
	}
	.engagement__bubble--shores-of-enlightenment .engagement__tooltip {
		left: -350px;
	}
	.engagement__bubble--ascent-of-success .engagement__tooltip {
		left: -500px;
	}
	.engagement__bubble.engagement__summit-of-sustainment .engagement__tooltip {
		right: 40px;
	}
	.engagement__bubble--shallows-of-despair:after {
		height: 50px;
	}
}
@media (max-width: 980px) {
	/* Reset */
	.vertical-align-center {
		display: block;
	}
	.et_pb_section .et_pb_column .et_pb_text {
		margin: auto;
		max-width: 80%;
	}
	.et_pb_section .et_pb_column_2_5 .et_pb_text,
	.et_pb_section .et_pb_column .et_pb_text.center-responsive,
	.testimonial__quote h3 {
		text-align: center;
	}
	.et_pb_section .et_pb_column_2_5 .et_pb_text ul {
		text-align: left;
	}
	.ie10 .slant-bg__img-to-blue>.et_pb_row,
	.ie10 .slant-bg__yellow-to-white>.et_pb_row,
	.ie10 .slant-bg__white-to-yellow>.et_pb_row,
	.ie10 .slant-bg__yellow-to-gray>.et_pb_row,
	.ie10 .slant-bg__white-to-blue>.et_pb_row,
	.ie10 .slant-bg__blue-to-img>.et_pb_row,
	.ie10 .slant-bg__img-to-blue>.et_pb_row {
		padding-top: 0px!important;
	}
	/* Mobile Menu */
	.et_mobile_menu li.menu-item-has-children>a {
		background-color: transparent;
	}
	.mobile_nav .et_mobile_menu li a {
		transition: background-color 0.3s ease, opacity 0.3s ease;
		-o-transition: background-color 0.3s ease, opacity 0.3s ease;
		-moz-transition: background-color 0.3s ease, opacity 0.3s ease;
		-webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
	}
	.mobile_nav .et_mobile_menu li a:hover {
		background-color: #f4f4f4;
	}
	.mobile_nav .et_mobile_menu li.menu-item-has-children>a.inactive + .sub-menu {
		max-height: 0;
		overflow: hidden;
	}
	.mobile_nav .et_mobile_menu li.menu-item-has-children>a + .sub-menu {
		max-height: 400px;
		overflow: hidden;
		transition: max-height 0.5s ease;
		-o-transition: max-height 0.5s ease;
		-moz-transition: max-height 0.5s ease;
		-webkit-transition: max-height 0.5s ease;
	}
	.mobile_nav .et_mobile_menu li.menu-item-has-children>a:after {
		content: '\f107';
		font-family: 'FontAwesome';
		display: inline-block;
		margin-left: 0.75rem;
		transform: rotateZ(180deg);
		-o-transform: rotateZ(180deg);
		-ms-transform: rotateZ(180deg);
		-moz-transform: rotateZ(180deg);
		-webkit-transform: rotateZ(180deg);
		transition: transform 0.5s ease;
		-o-transition: transform 0.5s ease;
		-moz-transition: transform 0.5s ease;
		-webkit-transition: transform 0.5s ease;
	}
	.mobile_nav .et_mobile_menu li.menu-item-has-children>a.inactive:after {
		transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	/* Reverse Stack */
	.reverse-stack {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.reverse-stack>.et_pb_column:first-child {
		margin-bottom: 0;
	}
	/* Yellow Slants */
	.picture-image-row .et_pb_row .et_pb_column .et_pb_text.et_pb_module {
		margin-bottom: 0;
	}
	.picture-image-row .et_pb_column {
		margin-bottom: 0;
	}
	.slant-bg__yellow-to-white.picture-image-row,
	.slant-bg__yellow-to-gray.picture-image-row {
		display: block;
	}
	.slant-bg__yellow-to-white {
		background: -moz-linear-gradient(76deg, #fec040 0%, #fec040 50%, #fff 50%, #fff 100%)!important;
		background: -webkit-linear-gradient(76deg, #fec040 0%, #fec040 50%, #fff 50%, #fff 100%)!important;
		background: linear-gradient(14deg, #fec040 0%, #fec040 50%, #fff 50%, #fff 100%)!important;
	}
	.slant-bg__yellow-to-gray {
		background: -moz-linear-gradient(76deg, #fec040 0%, #fec040 30%, #f4f4f4 30%, #f4f4f4 100%)!important;
		background: -webkit-linear-gradient(76deg, #fec040 0%, #fec040 30%, #f4f4f4 30%, #f4f4f4 100%)!important;
		background: linear-gradient(14deg, #fec040 0%, #fec040 30%, #f4f4f4 30%, #f4f4f4 100%)!important;
	}
	.slant-bg__blue-to-white.picture-image-row>.et_pb_row,
	.slant-bg__yellow-to-white.picture-image-row>.et_pb_row,
	.slant-bg__yellow-to-gray.picture-image-row>.et_pb_row {
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.slant-bg__yellow-to-white.picture-image-row>.et_pb_row>.et_pb_column_2_5,
	.slant-bg__yellow-to-gray.picture-image-row>.et_pb_row>.et_pb_column_2_5 {		
		margin-bottom: 30px;
	}
	.slant-bg__white-to-yellow {
		background: -moz-linear-gradient(286deg, #fff 0%, #fff 50%, #fec040 50%, #fec040 100%)!important;
		background: -webkit-linear-gradient(286deg, #fff 0%, #fff 50%, #fec040 50%, #fec040 100%)!important;
		background: linear-gradient(164deg, #fff 0%, #fff 50%, #fec040 50%, #fec040 100%)!important;
	}
	.slant-bg__white-to-blue {
		background: -moz-linear-gradient(286deg, #fff 0%, #fff 50%, #2fabbb 50%, #2fabbb 100%)!important;
		background: -webkit-linear-gradient(286deg, #fff 0%, #fff 50%, #2fabbb 50%, #2fabbb 100%)!important;
		background: linear-gradient(164deg, #fff 0%, #fff 50%, #2fabbb 50%, #2fabbb 100%)!important;
	}
	.slant-bg__white-to-yellow.picture-image-row>.et_pb_row,
	.slant-bg__white-to-blue.picture-image-row>.et_pb_row {
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
	}
	.slant-bg__white-to-yellow.picture-image-row>.et_pb_row>.et_pb_column_2_5,
	.slant-bg__white-to-blue.picture-image-row>.et_pb_row>.et_pb_column_2_5 {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.slant-bg__yellow-to-white,
	.slant-bg__yellow-to-gray,
	.slant-bg__white-to-yellow,
	.slant-bg__white-to-blue {
		min-height: 350px;
	}
	/* Blue Slants to Image */
	.slant-bg__img-to-blue,
	.slant-bg__blue-to-img {
		min-height: 0;
	}
	/* Top Bar Menu */
	#et-top-navigation {
		width: calc(100% - 148px);
	}
	.mobile_menu_bar:before {
		color: #fff;
	}
	#main-header ul.et_mobile_menu {
		background-color: #fff;
	}
	#main-header ul.et_mobile_menu li a {
		color: #333;
	}
	/* Platform Subhero Menu */
	.platform-menu__holder>.et_pb_row {
		width: 100%;
	}
	.platform-menu__holder.et_pb_section .et_pb_row .et_pb_column .et_pb_text {
		max-width: 90%;
	}
	/* Leadership and Consulting Rows */
	.team-member-row.et_pb_equal_columns>.et_pb_column>.et_pb_team_member {
		/*display: block;*/
	}
	/* Top Workplaces Statistics Global Module */
	.et_pb_gutters2 .et_pb_row.twp__stats--top-row>.et_pb_column_1_5 {
		width: 20%!important;
		padding-right: 3%;
		margin-right: 0;
	}
	.twp__stats--top-row>.et_pb_column_4_5 {
		width: 80%!important;
	}
	.top-workplaces__stats>h2:nth-last-child(2) {
		display: block;
	}
	.top-workplaces__stats>h3:last-child {
		max-width: 100%;
		margin-left: 0;
	}
	/* Why Become TWP Section */
	.why-become-twp__section-wrapper .et_pb_row .et_pb_column_1_3 {
		width: 33%!important;
	}
	.why-become-twp__section-wrapper .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
	.why-become-twp__section-wrapper .et_pb_column_empty {
		display: block;
	}
	.why-become-twp__section-wrapper .et_pb_row {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
	.why-become-twp__section-wrapper .vertical-align-center {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
	}
	/* Insights Page */
	.single-post.et_pb_gutters2.et_pb_gutter #left-area,
	.single-post.et_pb_gutters2.et_pb_gutter #sidebar {
		width: 100%!important;
	}
	/* Leadership Single Page */
	.team-member-detail img {
		max-width: 400px;
		height: auto;
	}
	/* Contact Page */
	.et_pb_social_media_follow {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		-ms-justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
	.et_pb_social_media_follow>li:last-child>a {
		margin-right: 0;
	}
	#responsive--form .three--col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	#responsive--form .ajax-loader {
		position: absolute;
	}
	/* Landing Page */
	.page-template-page-landing.et_header_style_left #logo,
	.page-template-page-landing.et_header_style_split #logo {
		max-width: 100%;
	}
	.lp__hero-row.et_pb_row .et_pb_column .et_pb_text {
		width: 100%;
		max-width: 100%;
	}
	.lp-table__row.et_pb_row {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
	.lp-table__row.et_pb_row>.et_pb_column_2_3 {
		width: calc(100% - 200px)!important;
	}
	.et_pb_gutters2 .lp-table__row.et_pb_row>.et_pb_column_1_6 {
		width: 100px!important;
		margin-right: 0;
	}
	.et_pb_gutters2 .lp-table__row.et_pb_row>.et_pb_column_1_6 img {
		padding: 5px;
	}	
	.lp-table__row.et_pb_row>.et_pb_column>.et_pb_text {
		max-width: 100%;
	}
	/*** Contact Page ***/
	.contact-row-wrapper .et_pb_social_media_follow {
		max-width: 80%;
		margin: auto;
		display: block;
		text-align: left;
	}
	/* Footer */
	.container #footer-widgets {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-widget .et-social-icons {
		text-align: left;
	}
}

@media (max-width: 970px) {
	/*** Engagement Maturity Curve ***/
	.engagement__bubble.engagement__summit-of-sustainment .engagement__tooltip {
		bottom: calc(-100% - 76px);
	}
}

@media (max-width: 950px) {
	/*** Engagement Maturity Curve ***/
	.ie10 .engagement__tooltip {
		z-index: 5;
	}
	.ie10 .engagement__bubbles-wrapper {
		display: block;
	}
	.engagement__bubbles-wrapper {
		position: relative;
		margin: 0 auto;
		max-width: 80%;
		flex-direction: column;
		-ms-flex-direction: column;		
		-webkit-flex-direction: column;
	}
	.engagement__bubble {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 0;
		position: relative;
		top: 0;
		border: none;
		box-shadow: none;
	}
	.engagement__bubble.active {
		border: none;
		box-shadow: none;
	}
	.engagement__bubble-column {
		display: block;
		border-right: none;
	}
	.engagement__bubble-column:after {
		display: none;
		visibility: hidden;
	}
	.engagement__bubble>p,
	.engagement__bubble--inner>p,
	.engagement__summit-of-sustainment--inner>p { 
		max-width: 100%;
		padding: 16px 20px;
		margin-bottom: 0;
	}
	.engagement__summit-of-sustainment--inner>p { 
		background-color: #f5f5f5;
	}	
	.engagement__bubble.active .engagement__tooltip {
		display: block;
	}
	.engagement__tooltip {
		top: 0!important;
		bottom: 0!important;
		right: 0!important;
		left: 0!important;
		padding: 0;
		position: relative;
		max-height: 0;
		width: 100%;
		box-shadow: none;
		opacity: 1;
		display: block;
		visibility: visible;
		overflow: hidden;
		transition: max-height 0.6s ease;
		-o-transition: max-height 0.6s ease;
		-moz-transition: max-height 0.6s ease;
		-webkit-transition: max-height 0.6s ease;
	}
	.engagement__tooltip>p:first-child {
		padding-top: 20px;
	}
	.engagement__tooltip>p:last-child {	
		padding-bottom: 20px;
	}
	.engagement__tooltip>p {
		padding-left: 20px;
		padding-right: 20px;
	}	
	.engagement__bubble:before,
	.engagement__bubble:after,
	.engagement__bubble--shallows-of-despair>.engagement__bubble--inner:before,
	.engagement__bubble--shallows-of-despair>.engagement__bubble--inner:after  {
		display: none;
	}
	.engagement__bubble.active .engagement__tooltip {
		max-height: 700px;
	}
	.engagement__summit-of-sustainment--inner>img {
		display: none;
	}
	.engagement__summit-of-sustainment--inner:after {
		display: none;
	}
	.engagement__summit-of-sustainment {
		padding-left: 0;
	}
	.engagement__mountain-image-wrapper {
		padding-top: 40px;
	}
	.engagement__bubbles-wrapper {
		height: auto;
	}
	.engagement__image-and-bubbles-wrapper {
		margin-top: 30px;
	}
	.engagement__bubble--ascent-of-success {
		background: rgb(248,131,56);
	}
	.engagement__summit-of-sustainment--inner>p {
		background: #ffb500;
		color: #fff;
	}
	.accordion__plus-holder {
		display: inline-block;
		visibility: visible;
		margin-left: 10px;
		height: 16px;
		width: 16px;
		position: relative;
		margin-bottom: -2px;
	}
	.plus__vertical-line {
		width: 4px;
		height: 16px;
		border-radius: 3px;
		background-color: #fff;
		display: block;
		position: absolute;
		top: 0;
		left: 6px;
		transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-webkit-transition: transform 0.3s ease;
	}
	.plus__horizontal-line {
		width: 16px;
		height: 4px;
		display: block;
		border-radius: 3px;
		background-color: #fff;
		position: absolute;
		top: 6px;
		left: 0;
	}
	.active .plus__vertical-line {
		-webkit-transform: rotateZ(90deg);
		-moz-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);						
		transform: rotateZ(90deg);
	}
	.engagement__summit-of-sustainment--inner .engagement__tooltip {
		border-top: none;
		border-bottom: none;
	}
	.active	.engagement__summit-of-sustainment--inner .engagement__tooltip {
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
	}
	.engagement__top-text {
		padding-left: 0;
		width: 80%;
		margin: 0 auto;
	}
	.engagement__bubble--lost-at-sea,
	.engagement__bubble--islands-of-effort,
	.engagement__bubble--shores-of-enlightenment,
	.engagement__bubble--ascent-of-success,
	.engagement__bubble--shallows-of-despair {
		left: 0;
	}
}

@media (max-width: 920px) {
	/* Events Listing Page */
	.event__image-content-wrap {
		display: block;
	}
	.event__image-content-wrap>.event__featured-image {
		width: 100%;
		height: 250px;
		min-height: 250px;
		margin-bottom: 20px;
	}
	.event__content-inner-wrap {
		padding-left: 0;
	}
}

@media (max-width: 850px) {
	/*** Resets ***/
	.subhero-menu__holder {
		display: none;
		visibility: hidden;
	}
	.ie10 .team-member-row.et_pb_row .et_pb_team_member {
		max-width: 100%!important;
	}
	/* Why Become TWP Section */
	.why-become-twp__section-wrapper h2.largest-header {
		font-size: 5rem;
	}
	.why-become-twp__section-wrapper .twp-stats__dollar {
		line-height: 1.3;
	}
	/* Clients Image Testimonial Feed */
	.image-testimonial__logo--outer-wrapper {
		flex-basis: 25%;
		flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		-moz-box-flex: 0 0 25%;
	}
}

@media (max-width: 767px) {
	/* Resets/Fixes */
	.error-page__container .et_pb_post h2 {
		font-size: 2.813rem;
	}
	.et_pb_section .et_pb_column .et_pb_text {
		max-width: 100%;
	}
	/* Yellow Slants */
	.et_pb_gutters2 .et_pb_row .et_pb_column.et_pb_column_2_5,
	.et_pb_gutters2 .et_pb_row .et_pb_column.et_pb_column_3_5 {
		width: 100%!important;
	}
	/* Top Workplaces Statistics Global Module */
	.et_pb_gutters2 .et_pb_row.twp__stats--top-row>.et_pb_column_1_5,
	.et_pb_gutters2 .et_pb_row.twp__stats--top-row>.et_pb_column_4_5,
	.et_pb_gutters2 .et_pb_row.twp__stats--map-row>.et_pb_column_3_5,
	.et_pb_gutters2 .et_pb_row.twp__stats--map-row>.et_pb_column_2_5 {
		width: 100%!important;
	}
	/* Why Become TWP Section */
	.custom-twp-ribbon-top__outer,
	.custom-twp-ribbon-bottom__outer {
		display: none;
		visibility: hidden;
	}
	.why-become-twp__section-wrapper .et_pb_row .et_pb_column {
		background: rgba(0,0,0,0);
	}
	.why-become-twp__stat-row {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.why-become-twp__stat-row .et_pb_column:first-child {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		flex-basis: 50%;	
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0 0 50%;
	}
	.why-become-twp__stat-row .et_pb_column:nth-child(2) {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		flex-basis: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0 0 100%;
	}
	.why-become-twp__stat-row .et_pb_column:last-child {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		flex-basis: 50%;
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0 0 50%;
	}
	.why-become-twp__stat-row .et_pb_text {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.why-become-twp__section-wrapper .et_pb_row.why-become-twp__headers {
		display: none;
		visibility: hidden;
	}
	.why-become-twp__mini-header {
		display: block;
		visibility: visible;
	}
	/* Clients Image Testimonial Section */
	.image-testimonial__content--inner-wrapper {
		padding: 22px 32px 15px 19px;
	}
	h3.image-testimonial__text {
		font-size: 1.25rem;
	}
	/*** Contact Page ***/
	.contact-row-wrapper .et_pb_social_media_follow {
		max-width: 100%;
	}
	/*** Search Results ***/
	.search-result-container__image-wrapper {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.search-result-container__image-wrapper img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.search-result-container__text-wrapper {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	/* Footer */
	#footer-widgets .footer-widget:nth-child(3),
	#footer-widgets .footer-widget:last-child {
		width: 50%!important;
		display: inline-block;
	}
	#footer-widgets {
		padding-bottom: 0;
	}
}

@media (max-width: 700px) {
	/* Client Case Studies */
	.filters-row {
		padding: 0;
	}
	.filters-row__inner-wrapper {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.filter-holder {
		display: block;
		width: 100%;
	}
	.filter-holder__topic .filter-checkboxes__wrapper {
		width: 100%;
		left: 0;
	}
	.filter-checkboxes__wrapper {
		position: relative;
		padding: 0;
	}
	.filter-checkboxes__inner-wrapper {
		border: none;
		box-shadow: none;
		padding: 1.5rem 0.625rem 1.5rem 1.25rem;
	}
	.filter-label {
		background: #fff;
		padding: 0.5rem;
		border-top: 2px solid #fec040;
		transition: background-color 0.3s ease;
		-o-transition: background-color 0.3s ease;
		-moz-transition: background-color 0.3s ease;
		-webkit-transition: background-color 0.3s ease;
	}
	.filter-holder.clear-filter-holder .filter-label {
		padding: 0.688rem 0.5rem;
		cursor: default;
	}
	.filter-holder:first-child .filter-label {
		border-top: none;
	}
	.filter-label.active {
		background: #f4f4f4;
	}
	.client-tag {
		font-size: 0.875rem;
	}
	.client-testimonial__wrapper {
		flex-basis: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0 0 100%;
	}
	/* Insights Page */
	.insights-filters .filter-checkboxes__inner-wrapper {
		padding: 1.5rem 0.625rem;
	}
	.insights-filters .filter-label {
		padding: 1rem 0.5rem;
	}
	.insights-filters .current-filter:after {
		bottom: 0;
	}
}

@media (max-width: 660px) {
	/* Insights Page */
	.grid-sizer,
	.grid-item {
		width: 100%;
	}
	.grid-item.insights-post {
		padding: 0;
	}
}

@media (max-width: 650px) {
	/* Landing Page */
	.lp-table__row>.et_pb_column_2_3>.et_pb_image {
		width: 0;
	}
	.lp-table__row>.et_pb_column_2_3 .et_pb_image img {
		display: none;
		visibility: hidden;
	}
	.lp-table__row:first-child>.et_pb_column_2_3 .et_pb_text {
		padding-left: 20px!important;
	}
	.lp-table__row>.et_pb_column_2_3 .et_pb_text {
		padding-left: 0!important;
	}
}

@media (max-width: 630px) {
	/* Home Page Slider */
	.circle-icon__work,
	.circle-icon__manager {
		height: 180px;
		width: 180px;
	}
	.circle-icon__work .circle-icon__content-wrapper,
	.circle-icon__manager .circle-icon__content-wrapper {
		margin-top: 75px;
	}
	.circle-icon__work h3.circle-title,
	.circle-icon__manager h3.circle-title {
		width: 180px;
	}
/*	.circle-icon__work {
		bottom: calc(100% - 180px);
		left: calc(50% - 90px);
	}*/
	.not-carousel-fix .circle-icon__work,
	.ie-carousel-fix .circle-icon__work {
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%) translateY(100%);
	}
/*	.circle-icon__manager {
		left: calc(50% - 90px);
	}*/
	.not-carousel-fix .circle-icon__manager,
	.ie-carousel-fix .circle-icon__manager {
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) translateY(0%);
	}
	.circle-icon__company,
	.circle-icon__team {
		height: 150px;
		width: 150px;
	}
	.circle-icon__company .circle-icon__content-wrapper,
	.circle-icon__team .circle-icon__content-wrapper {
		margin-top: 60px;
	}
	.circle-icon__company h3.circle-title,
	.circle-icon__team h3.circle-title {
		width: 150px;
	}
/*	.circle-icon__company {
		bottom: calc(50% - 75px);
	}*/
	.not-carousel-fix .circle-icon__company,
	.ie-carousel-fix .circle-icon__company {
		left: 0;
		bottom: 50%;
		transform: translateX(0%) translateY(50%);
	}	
/*	.circle-icon__team {
		left: calc(100% - 150px);
		bottom: calc(50% - 75px);
	}*/
	.not-carousel-fix .circle-icon__team, 
	.ie-carousel-fix .circle-icon__team {
		left: 100%;
		bottom: 50%;
		transform: translateX(-100%) translateY(50%);
	}	
	.inactive-left .circle-icon__content-wrapper,
	.inactive-middle .circle-icon__content-wrapper,
	.inactive-right .circle-icon__content-wrapper {
		margin-top: 50px;
	}
	.active .circle-icon__content-wrapper {
		margin-top: 40px;
	}
	.active h3.circle-title {
		max-width: 300px;
		width: 100%;
	}
}

@media (max-width: 620px) {
	/* Insights Page */
	.insight-post__title-and-socials {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-ms-flex-direction: row-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
	}
	.insight-post__title {
		width: 100%;
		flex-basis: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0 0 100%;
	}
	.insight-post__socials {
		padding-top: 0;
		width: 100%;
		flex-basis: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0 0 100%;
	}
	.insight-post__socials {
		text-align: left;
	}
}

@media (max-width: 580px) {
	/*** Team Member Row ***/
	.et_pb_gutters2 .team-member-row.et_pb_row_4col>.et_pb_column_1_4:nth-child(odd),
	.et_pb_gutters2 .team-member-row.et_pb_row_4col>.et_pb_column_1_4:nth-child(even) {
		display: block;
		width: 100%!important;
		margin-right: 0;
	}
	.ie10 .team-member-row.et_pb_row .et_pb_team_member {
		max-width: 340px !important;		
	}
	/*** Team Member Detail ***/
	.team-member-detail>div[class*="et_pb_column"]:first-child {
		height: auto;
	}
}

/*** Mobile Phone ***/
@media (max-width: 568px) {
	/* Fixes and Resets */
	.blue-above-footer h2 {
		font-size: 2rem;
	}
	/* Home Page Hero */
	.et_pb_section .et_pb_fullwidth_header.home-page-hero__header {
		padding-top: 70px!important;
		padding-bottom: 70px;
	}
	.et_pb_fullwidth_header .header-content-container .header-content {
		padding: 0;
	}
	/* Clients Image Testimonial Feed */
	.image-testimonial__logo--outer-wrapper {
		flex-basis: 33.33333%;
		flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		-webkit-flex: 0 0 33.33333%;
		-moz-box-flex: 0 0 33.33333%;
	}
	/* Events Listing Page */
	.event__date-and-social-wrapper {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.event__date-wrapper {
		display: block;
		float: none;
	}
	.event__social-wrapper {
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	.events__pagination--inner>a,
	.events__pagination--inner>span {
		padding: 0.25rem 0.5rem;
	}
	/*** Events Single Page ***/
	.event__form-wrapper form input[type="text"],
	.event__form-wrapper form input[type="email"] {
		display: block;
		width: 100%;
		margin-top: 2rem;
	}
	.event__form--first-row.clearfix:after {
		margin-bottom: 0;
	}
	.event__form--first-row {
		margin-top: 0.5rem;
	}
	.event__form--second-row {
		margin-top: 0;
	}
	/*** Landing Page ***/
	.lp-table__row {
		width: 95%;
	}
}

@media (max-width: 540px) {
	/*** Engagement Maturity Curve ***/
	.engagement__bubbles-wrapper {
		max-width: 90%;
	}
}

@media (max-width: 500px) {
	/* Why Become TWP Section */
	.why-become-twp__stat-row .et_pb_column:first-child,
	.why-become-twp__stat-row .et_pb_column:last-child {
		flex-basis: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0 0 100%;
	}
	/* About Page Bottom */
	.blue-above-footer.break-link .theme-button {
		white-space: initial;
	}
	.ie10 .blue-above-footer.break-link .theme-button {
		white-space: normal;
	}
	/*** Insights Single ***/
	.insight-post__author-image {
		display: block;
	}
	.insight-post__author-bio {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 480px) {
	/* Home Page Slider */
	.circle-icon__inner-wrapper.inactive-left,
	.circle-icon__inner-wrapper.inactive-middle,
	.circle-icon__inner-wrapper.inactive-right {
		width: 100px;
		height: 100px;
	}	
	.safari.not-carousel-fix .circle-icon__inner-wrapper.inactive-left,
	.not-carousel-fix .circle-icon__inner-wrapper.inactive-left,
	.ie-carousel-fix .circle-icon__inner-wrapper.inactive-left,
	.ie-carousel-fix .circle-icon__inner-wrapper.inactive-right,
	.safari.not-carousel-fix .circle-icon__inner-wrapper.inactive-right,
	.not-carousel-fix .circle-icon__inner-wrapper.inactive-right {
		bottom: 120px;
	}
/*	.not-carousel-fix .circle-icon__inner-wrapper.inactive-right,
	.ie-carousel-fix .circle-icon__inner-wrapper.inactive-right {
		left: calc(100% - 100px);
	}*/
	.not-carousel-fix .circle-icon__inner-wrapper.inactive-right,
	.ie-carousel-fix .circle-icon__inner-wrapper.inactive-right {
		left: 100%;
		transform: translateX(-100%) translateY(0);
	}
	.safari.not-carousel-fix .circle-icon__inner-wrapper.inactive-right {
		left: calc(100% - 100px);
		transform: translateX(0) translateY(0);
	}
/*	.circle-icon__inner-wrapper.inactive-middle {
		left: calc(50% - 50px);
	}*/
	.not-carousel-fix .circle-icon__inner-wrapper.inactive-middle,
	.ie-carousel-fix .circle-icon__inner-wrapper.inactive-middle {
		left: 50%;
		transform: translateX(-50%) translateY(0);
	}
	.safari.not-carousel-fix .circle-icon__inner-wrapper.inactive-middle {
		left: calc(50% - 50px);
		transform: translateX(0) translateY(0);
	}
	.inactive-left h3.circle-title,
	.inactive-middle h3.circle-title,
	.inactive-right h3.circle-title {
		max-width: 100px;
	}
	.circle-icon__inner-wrapper .circle-description {
		display: none; 
		visibility: hidden;
	}
	.circle-icon__content-wrapper {
		max-width: 95%;
		left: 2.5%;
	}
	.circle-icon__hidden-content {
		max-width: 95%;
	}
	.inactive-left .circle-icon__content-wrapper,
	.inactive-middle .circle-icon__content-wrapper,
	.inactive-right .circle-icon__content-wrapper {
		margin-top: 40px;
	}
	.circle-icon__work,
	.circle-icon__manager,
	.circle-icon__team,
	.circle-icon__company {
		width: 120px;
		height: 120px;
/*		left: calc(50% - 60px);*/
	}
	.ie-carousel-fix .circle-icon__work,
	.ie-carousel-fix .circle-icon__manager,
	.ie-carousel-fix .circle-icon__team,
	.ie-carousel-fix .circle-icon__company,
	.not-carousel-fix .circle-icon__work,
	.not-carousel-fix .circle-icon__manager,
	.not-carousel-fix .circle-icon__team,
	.not-carousel-fix .circle-icon__company {
		left: 50%;
	}
	.not-carousel-fix .circle-icon__work,
	.ie-carousel-fix .circle-icon__work {
		bottom: 100%;
		transform: translateX(-50%) translateY(100%);
	}
	.safari.not-carousel-fix .circle-icon__work {
		left: calc(50% - 60px);
		bottom: calc(100% - 120px);
		transform: translateX(0) translateY(0);
	}
	.not-carousel-fix .circle-icon__company,
	.ie-carousel-fix .circle-icon__company {
		bottom: 100%;
		transform: translateX(-50%) translateY(255px);
	}
	.safari.not-carousel-fix .circle-icon__company {
		left: calc(50% - 60px);
		bottom: calc(100% - 255px);
		transform: translateX(0) translateY(0);		
	}
	.not-carousel-fix .circle-icon__team,
	.ie-carousel-fix .circle-icon__team  {
		bottom: 135px;
		transform: translateX(-50%) translateY(0);
	}
	.safari.not-carousel-fix .circle-icon__team {
		left: calc(50% - 60px);
		bottom: 135px;
		transform: translateX(0) translateY(0);		
	}
	.safari.not-carousel-fix .circle-icon__manager {
		left: calc(50% - 60px);		
	}
	.circle-icon__work h3.circle-title,
	.circle-icon__team h3.circle-title,
	.circle-icon__company h3.circle-title,
	.circle-icon__manager h3.circle-title {
		width: 120px;
		font-size: 1.1rem;
	}
	.circle-icon__work .circle-icon__content-wrapper,
	.circle-icon__team .circle-icon__content-wrapper,
	.circle-icon__company .circle-icon__content-wrapper,
	.circle-icon__manager .circle-icon__content-wrapper {
		margin-top: 50px;
	}
	.active h3.circle-title {
		max-width: 300px;
		width: 100%;
	}
	.active.circle-icon__inner-wrapper h3.circle-title {
		font-size: 2.5rem;
	}
	.inactive-left .circle-icon__content-wrapper,
	.inactive-middle .circle-icon__content-wrapper,
	.inactive-right .circle-icon__content-wrapper {
		margin-top: 40px;
	}
}

@media (max-width: 479px) {
	/* Reset for Multiple Buttons on Same Line */
	.theme-button, 
	.theme-button:last-child {
		display: table;
		margin: 0 auto;
	}
	.theme-button:after {
		content: '\A';
		white-space: pre;
	}
	.theme-button + .theme-button {
		margin-top: 25px;
	}
	/* Yellow Slants */
	.picture-image-row.et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_5,
	.picture-image-row.et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_5:last-child {
		margin-bottom: 30px;
	}
	.picture-image-row.et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_5 {
		margin-bottom: 0;
	}
	/* Landing Page */
	.et_pb_section .et_pb_row.lp-table__row .et_pb_column.et_pb_column_1_6 {
		width: 90px!important;
		margin: 0;
	}
	.et_pb_section .et_pb_row.lp-table__row .et_pb_column.et_pb_column_2_3 {
		width: calc(100% - 180px)!important;
	}
	.lp-table__row h3 {
		font-size: 1rem;
	}
	.lp-table__row p {
		font-size: 0.875rem;
	}
	.lp-table__row:first-child>.et_pb_column_2_3 .et_pb_text {
		padding: 20px 10px!important;
	}
	.lp-table__row>.et_pb_column_2_3>.et_pb_image {
		padding-left: 10px;
	}
}

@media (max-width: 420px) {
	/* Clients Image Testimonial Feed */
	.image-testimonial__logo--outer-wrapper {
		flex-basis: 50%;
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0 0 50%;
	}
	h3.image-testimonial__text {
		font-size: 1.125rem;
	}
	/*** Engagement Maturity Curve ***/
	.engagement__tooltip>p {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
	}
	.active .engagement__tooltip {
		max-height: 800px;
	}
}

@media (max-width: 380px) {
	/* Font Size Decrease for Headers */
	h1, h2 { 
		font-size: 35px; 
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	/*** Top Workplaces Statistics Global Module ***/
	.twp__stats--global .theme-button.teal {
		white-space: initial;
		max-width: 220px;
	}
	.ie10 .twp__stats--global .theme-button.teal {
		white-space: normal;
	}
}

/*** Resets ***/
@media only screen and (max-width: 980px) {
	.team-member-row .et_pb_column .et_pb_team_member_image {
		width: auto!important;
	}
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}