/*
Theme Name: TmaxSoft
Theme URI: http://tmaxsoft.com
Author: b.royer
Author URI: http://www.peppergroup.com/
Description: TmaxSoft custom WordPress template.
Version: 1.0


License: Private

TmaxSoft WordPress Theme, Copyright 2017 b.royer
*/

/* =Normalize.css v2.0.1 by Nicolas Gallagher - http://necolas.github.com/normalize.css/
-------------------------------------------------------------- */

/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table;}
.row:after,.clearfix:after{clear:both;}
.row,.clearfix{zoom:1;}
	
/* =TmaxSoft Site styles
-------------------------------------------------------------- */
/* hide the admin bar during layout development! */
#wpadminbar {
	/*display:none;*/
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
	margin:0px;
	padding:0px;
	font-family: 'SourceSansPro',Arial, Tahoma, Geneva, Verdana, sans-serif;
	height:100%;
	color:#4D4D4D;
}
@font-face {
	font-family: 'SourceSansPro';
	src: url('/fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('/fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Light';
	src: url('/fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('/fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/fonts/OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url('/fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('/fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu-Bold';
	src: url('/fonts/Ubuntu-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu-Medium';
	src: url('/fonts/Ubuntu-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
#header {
	height:30px;
	width:100%;		
	background-color:#fff;
	position: fixed;
    top: 0px;
    z-index: 20;
}
a {
	color:#1042B8;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.hide {
	display:none;
}
.topNavLinks {
	float:right;
	color:#1042B8;
	padding-top:8px;
}
a.topNavLink {
	color:#1042B8;
	text-decoration:none;
	font-size:12px;
	font-family: 'SourceSansPro-Bold';
	display:block;
	float:left;
}
.topNavLinkDivider {
	color:#1042B8;
	text-decoration:none;
	font-size:12px;
	font-family: 'SourceSansPro-Bold';
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.topNavLinkDivider:last-of-type {
	display:none;
}
.searchBar {
	/*background-color:#105ac5;*/
	background-color:#1042B8;
	width:261px;
	height:30px;
	float:right;
	margin-left:24px;
}
div.searchBox {
	border: 2px solid #fff;
	border-radius: 13px 13px 13px 13px;
	width:206px;
	height:19px;
	margin-top:5px;
	margin-left:25px;
}
input.searchBox {
	border: 0px;
    outline: none;
    background-color: transparent;
	color:#fff;
	font-size:11px;
	font-family: 'SourceSansPro-Bold';
	margin-left:10px;
	margin-top: -1px;
    display: block;
	float:left;
	width: 172px;
	-webkit-appearance:textfield;
}
.searchBox::-webkit-input-placeholder {
    color: #fff;
	background-color:#1042B8;
	border:none;
}
.searchBox:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
.searchBox::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
.searchBox:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
input.searchBox::-webkit-textfield-decoration-container {
  background-color:transparent;
  border:none;
}
input.searchBox::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display:none !important;
}
.runSearchLink {
    float: left;
	margin-top: -3px;
}
.homeHero {
	width:100%;
	/*height:1145px;*/
	height:745px;
	background-image:url('/images/home/skyline.jpg');
	background-size:cover;
	background-position:bottom;
	text-align:center;
	position:relative;
	
}
.homeHero video {
	position: absolute;
    top: 0px;
    left: 0px;
    /* width: 100%; */
    height: 1045px;
    display: block;
    margin: 0 auto;
	/*display:none;*/
}
.homeHero a:hover {
	text-decoration:none;
}
.heroSubTag a {
	color:#fff;
}
.innerContainer {
	width:1140px;
	margin: 0px auto;
	position:relative;
}
.innerPostContainer img {
	width:100%;
	max-height:800px;
}
.innerPostContainer .feature-image {
	background-size:cover;
	max-height:800px;
	min-height:180px;
	width:98%;
	margin:10px;
	margin-top:30px;
	background-position:center center;
}
.innerPostContainer h1, .innerPostContainer h4 {
	color:#1042B8;	
	font-family:'SourceSansPro-Bold';
	margin-bottom:10px;
}
.innerPostContainer h4 {
	font-family:'SourceSansPro';
	font-size:24px;
	font-weight:normal;
}
.innerPostContainer h4.byline {
	margin-top:10px;
	font-size:18px !important;	
}
div.listing-byline {
	margin-top:0px;
	font-size:18px !important;	
}
.innerPostContainer h4.byline-about {
	margin-top:10px;
	font-weight:bold;
}
.blog-read-more {
	text-transform:uppercase;
	font-family:'SourceSansPro-Bold';
	font-weight:bold;
	font-size:13px;
	letter-spacing:2px;
}
div.blog-read-more {
	width:100%;
	text-align:left;
}
.mainNav {
	width:100%;
	height:87px;
	margin-top:38px;
	clear:both;
	position:absolute;
	z-index:9;
}
.mainNavLine {
	width:100%;
	height:1px;	
	background-color:#dce0e7;
	clear:both;
	position: absolute;
    bottom: 0px;
    z-index: -1;
}
.mainNavLinks {
	float:right;
	margin-top:24px;
}
a.mainNavLink {
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-family: 'SourceSansPro-Bold';
	display:block;
	float:left;
	text-transform:uppercase;
	margin-left:20px;
}
a.mainNavLink:hover {
	height:65px;
	border-bottom:5px solid #fff;
}
a.mainNavLinkActive, a.mainNavLinkDDActive {
	height:65px;
	border-bottom:5px solid #fff;
}
a.mainNavLink div {
    float: right;
    /* width: 14px; */
    display: none;
	margin-right:28px;
    padding: 8px 10px 0px 0px;
	margin-top:-7px;
}
ul.sub-menu-small {
	top:38px !important;
}
ul.sub-menu {
	position:absolute;
	/*bottom:0px;*/	
	top:86px;
	background-color:rgba(255,255,255,0.92);	
    padding-left: 0px;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-padding-start: 0px;
	 margin-left: 20px;
    -webkit-margin-before: 0px;
	box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.20);
	display:none;
	margin-top:0px;
}

ul.sub-menu  a {
	color:#1042b8;
	text-transform:none;
	font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left:18px;
	margin-left:0px;
	float:none;
	margin-right:24px;
	padding-right:8px;
	height:40px;
	white-space:nowrap;
}
ul.sub-menu a.mainNavLinkActive  {
	border-bottom:none;
}
ul.sub-menu  a:hover {
	background-color:#52504e;
	height:40px;
	color:#fff;
	border-bottom:none;
}
ul.sub-menu  a.mainNavLinkActive {
	background-color:#52504e;
	height:40px;
	color:#fff;
	border-bottom:none;
}
ul.sub-menu  a.mainNavLinkActive:hover {
	border-bottom:none;
}
.logo {
	float:left;
	margin-bottom:40px;
}
.heroTitle {
	font-size:100px;
	color:#fff;
	font-family: 'SourceSansPro-Light';
	/*margin-top:280px;*/
	margin-top:168px;
	text-align: left;
    margin-left: 16%;
}
.heroTitleContrast {
	color:#000;
}
.heroTagLine {
	width:306px;		
	clear:both;
	margin:0px auto;
	border-top: 1px solid #dce0e7;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	padding-top:18px;
	letter-spacing:6px;
}
.heroSubTagVideo {
	/*width:1140px;*/
	width:100%;
	margin:0px auto;
	position: relative;
}
.heroSubTag {
	background-color:#4d4d4d;
	padding-top:58px;
	padding-left:54px;
	padding-right:242px;
	font-family: 'SourceSansPro-Light';
	font-size:24px;
	width:630px;
	height:320px;
	text-align:left;
	color:#fff;
}
.tagVideo {
	background-color:#d6d6d6;
	width:720px;
	height:405px;
	position: absolute;
    right: 0px;
    top: 76px;
	cursor:pointer;
	background-image:url('/images/home/video_playscreen.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.tagVideoContainer {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:-51px;
	z-index:5;
}
.playButton {
	/*margin-top:25%;*/
	cursor:pointer;
	vertical-align: middle;
    display: flex;
    align-items: center;
    height: 100%;
}
.playButton img {
	margin:auto;
	display:block;
}
.homeClients {
	width:100%;
	/*height:768px;*/
	height:512px;
}
.clientGrid {
	width:1140px;
	margin-top:256px;
}
.clientGrid div {
	height:140px;
	line-height: 140px;
    text-align: center;
	float:left;
}
.clientGrid .textwidget {
	height:auto;
	line-height: normal;
    text-align: left;
	float:none;
}
.clientGrid img {
	vertical-align: middle;
}
.gridRow1Cell1 {
	width:568px;	
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	font-family: 'SourceSansPro-Light';
	font-size:24px;	
	line-height:34px !important;
	text-align:left !important;
	color:#606060;
	padding-right:36px;
}
.gridRow1Cell2 {
	width:284px;	
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;	
}
.gridRow1Cell3 {
	width:284px;	
	border-bottom:1px solid #e0e0e0;
}
.gridRow2Cell1 {
	width:284px;	
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.gridRow2Cell2 {
	width:284px;	
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;	
}
.gridRow2Cell3 {
	width:284px;	
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;	
}
.gridRow2Cell4 {
	width:284px;	
	border-bottom:1px solid #e0e0e0;
}
.gridRow3Cell1 {
	width:284px;	
	border-right:1px solid #e0e0e0;		
}
.gridRow3Cell2 {
	width:284px;	
	border-right:1px solid #e0e0e0;		
}
.gridRow3Cell3 {
	/*width:568px;*/
	width:284px;
	text-transform:uppercase;
	border-right:1px solid #e0e0e0;
}
.gridRow3Cell4 {
	width:284px;
	/*width:568px;*/
	text-transform:uppercase;
}
.gridRow3Cell3  a {
	color:#004a8d;
	font-weight:bold;
	text-decoration:none;
	font-family: 'SourceSansPro-Bold';
	letter-spacing:6px;
}
.homeFreedom  {
	width:100%;
	height:859px;
	background-image:url('/images/home/freedom.jpg');
	background-size:cover;
	background-position:center;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.freedomHeadline {
	color:#004a8d;
	font-family: 'SourceSansPro-Light';
	font-size:110px;	
	width:50%;
	float:left;
	text-align:left;
	padding-right:40px;
	line-height:110px;
	margin-top:110px;
}
.freedomFeatureBoxes {
	width:50%;
	float:left;
	margin-top:90px;
}
.freedomFeatureBox {
	background-image:url('/images/home/freedomFeatureBox.png');
	background-size:cover;
	background-position:center;
	width:270px;
	height:212px;
	float:left;
	margin:5px;
	padding-left:32px;
	padding-top:14px;
	/*padding-right:22px;*/
	padding-right:42px;
	padding-bottom:4px;
	font-size:20px;
	color:#fff;
	text-align:left;
	cursor:pointer;
}
.freedomFeatureBox:hover {
	background-color:#1042B8;
	background-image:none;
}
.freedomFeatureBoxActive {
	background-color:#1042B8;
	background-image:none;
}
.featureBoxIcon {
	margin-bottom:10px;
	margin-top:10px;
	height:57px;
}
.featureBoxIcon1 {
	background-image:url('/images/home/boxIcon1.png');
	width:52px;
	height:60px;
	margin-bottom:8px;
}
.featureBoxIcon2 {
	background-image:url('/images/home/boxIcon2.png');
	width:52px;
	height:52px;
	margin-bottom:10px;
}
.featureBoxIcon3 {
	background-image:url('/images/home/boxIcon3.png');
	width:62px;
	height:47px;
	margin-bottom:14px;
}

.imageTabContent .tabTitle {
	font-family: 'SourceSansPro-Bold';
	font-size:36px;
	color:#00377A;
}
.homeBreakfree {
	width:100%;
	height:800px;
	/*background-image:url('/images/home/breakfree.jpg');*/
	background:transparent;
	background-size:cover;
	background-position:center;
	text-align:center;
	position:relative;
}
.breakfreeTitle {
	font-size:44px;
	color:#fff;
	margin-top:100px;
}
.partnerBox {
	margin-top:28px;
	margin-bottom:38px;
	height:121px;
}
.partnerBox div {
	width:380px;
	height:120px;
	line-height:120px;
	float:left;
}
.partnerBox div img {
    vertical-align: middle;
}
.partnerBoxLeft {
	border-right:1px solid #fff;
	border-top:1px solid #fff;	
}
.partnerBoxMiddle {
	border-right:1px solid #fff;
	border-top:1px solid #fff;	
}
.partnerBoxRight {	
	border-top:1px solid #e0e0e0;	
}

.partnerFullList {
	width:254px;	
	border-top:1px solid #fff;
    clear:both;
	margin:auto;
	padding-top:14px;
}
.partnerFullList a {
	color:#fff;
	text-transform:uppercase;
	font-family: 'SourceSansPro-Bold';
	font-size:16px;
	letter-spacing:4px;
	text-decoration:none;
}
.breakfreeText {
	width:100%;
	position:absolute;
	bottom:-172px;
	z-index: 5;
}
.breakfreeTextBox {
	width:95%;
	width:1140px;
	height:455px;
	background-color:#fff;
	margin:auto;
	font-family: 'SourceSansPro-Light';
	font-size:32px;
	/*padding-top:80px;
	padding-left:40px;
	padding-right:40px;*/
	padding-top: 6%;
    padding-left: 5%;
    padding-right: 5%;
}
.breakfreeBoxLink {
	width:254px;	
	border-top:1px solid #004a8d;
    clear:both;
	margin:auto;
	padding-top:14px;
	padding-bottom:14px;
	margin-top:32px;
}
.breakfreeBoxLink a {
	color:#004a8d;
	text-transform:uppercase;
	font-family: 'SourceSansPro-Bold';
	font-size:16px;
	letter-spacing:4px;
	text-decoration:none;
}

.homeNewsInsights {
	width:100%;
	height:902px;	
	/*transcend height - 
	height:1379px;*/
	/*background-color:#105ac5;*/
	background-color:#1042b8;
	position:relative;
}
.newsInsightsTitle {
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	color:#fff;
	font-family: 'SourceSansPro-Bold';
	font-size:30px;
	letter-spacing:10px;
	margin-top:256px;
	text-align:center;
	padding-bottom:18px;
	margin-bottom:40px;
}
.transcendS {
	display:inline-block;
	float:left;
	text-transform:lowercase;
	transform-origin:72% 51%;
}
.transcendSLarge {
	font-size:154px;
}
.transcendFeature {
	/*width:100%;*/
	width:1139px;
	background-image:url('/images/home/transcend2018.png');
	background-size:cover;
	height:455px;
	margin-top: -8px;
	margin-bottom: 30px;
	background-position: center center;
	background-repeat:no-repeat;
	position:relative;
	cursor:pointer;
}
.transcendTopText {
	font-size:24px;
	color:#00FFFF;
	font-family:'OpenSans', 'SourceSansPro';
	width:55%;
	margin-left:8%;
	padding-top:4%;	
}
.transcendHeroText {
	font-size:146px;
	line-height:148px;
	font-family:'Ubuntu-Medium';
	color:#fff;
	width:92%;
	margin-left:8%;
	margin-top:1%;
}
.transcendChangeYourViewText {
	clear:both;
	font-size:64px;
	font-family:'Ubuntu-Bold';
	color:#fff;
	text-align:right;
	line-height:56px;
	padding-top:0px;
	/*
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	*/
	margin-left: 9.5%;
	-webkit-transform:scale(-1,1);
	-moz-transform:scale(-1,1);
	-o-transform:scale(-1,1);
	transform:scale(-1,1);
}
.transcendBottomText {
	font-size:24px;
	color:#00FFFF;
	font-family:'SourceSansPro-Bold';
	width:55%;
	right:4%;
	bottom:9%;	
	position:absolute;
	text-align:right;
}
.transcendLocationText {
	font-size:24px;
	color:#FFFFFF;
	font-family:'OpenSans', 'SourceSansPro';	
}
.transcendTextShadow {text-shadow: 2px 2px 4px #991371;}
.transcendAfterSText {
	margin-left:0px;
	float:left;
}
.transcendBeforeSText {
	margin-left:0px;
	float:left;
}
.transcendSpacer {
	padding-top:40px;
	padding-bottom:40px;
}
.homeNewsItems {
	padding-left:50px;
	padding-right:50px;
	 min-height: 380px;
}
.homeNewsItem {
	font-family: 'SourceSansPro-Light';
	/*font-size:24px;*/
	padding-right: 38px;
    font-size: 18px;
    line-height: 25px;
	color:#fff;
	width:33.33%;
	float:left;
	line-height: 36px;
}
.homeNewsItem a {
	color:#fff;
	text-decoration:none;
}
.newsCenterItem , .newsCenterItem a{
	color:#1042B8;
	text-align:left;
	font-family: 'SourceSansPro';
	padding-right: 38px;
    font-size: 18px;
    line-height: 25px;
	/*min-height:368px;*/
}
.homeNewsDate {
	border:1px solid #fff;
	padding:8px;
	width:50%;
	font-family: 'SourceSansPro-Bold';
	font-size:16px;
	letter-spacing:6px;
	line-height: 18px;
	text-align:center;
}
.newsCenterItem .homeNewsDate {
	color:#e96e21;
	text-align:left;
	padding:0px;
}
.newsCenterItem .homeNewsDivider {
	background-color:#1042B8;
}
.homeNewsDivider {
	width:62px;
	height:1px;
	background-color:#fff;
	margin-top:22px;
	margin-bottom:10px;	
}
.homeNewsContactFormContainer {
	width: 100%;
    text-align: center;
    position: absolute;
    bottom: -98px;
	z-index: 5;
}
.homeNewsContactForm {
    width: 1140px;
    margin: 0px auto;
    position: relative;
}
.homeNewsContactTag {
    background-color: #606060;
    padding-top: 78px;
    padding-left: 47px;
    padding-right: 242px;
    font-family: 'SourceSansPro-Light';
    font-size: 24px;
    width: 630px;
    height: 320px;
    text-align: left;
    color: #fff;
}
.theHomeNewsContactForm {
    background-color: #fff;
    width: 720px;
    height: 405px;
    position: absolute;
    right: 0px;
    top: 76px;
	text-align:left;
	padding-left:78px;
	/*padding-top:100px;*/
	padding-top:77px;
}
.theHomeNewsContactForm input[type=text],.theHomeNewsContactForm input[type=email] {
	width:506px;
	height:45px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #004a8d;
	outline:none;
	font-size:20px;
	color:#004a8d;
	font-family: 'SourceSansPro-Bold';
}
.entry-content-page input[type=text]::-webkit-input-placeholder {
    color: #004a8d;
}
.theHomeNewsContactForm input[type=text]::-webkit-input-placeholder {
    color: #004a8d;
}
.theHomeNewsContactForm input[type=text]:-moz-placeholder {
    /* FF 4-18 */
    color: #004a8d;
}
.theHomeNewsContactForm input[type=text]::-moz-placeholder {
    /* FF 19+ */
    color: #004a8d;
}
.theHomeNewsContactForm input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #004a8d;
}
.theHomeNewsContactForm input[type=email]::-webkit-input-placeholder {
    color: #004a8d;
}
.theHomeNewsContactForm input[type=email]:-moz-placeholder {
    /* FF 4-18 */
    color: #004a8d;
}
.theHomeNewsContactForm input[type=email]::-moz-placeholder {
    /* FF 19+ */
    color: #004a8d;
}
.theHomeNewsContactForm input[type=email]:-ms-input-placeholder {
    /* IE 10+ */
    color: #004a8d;
}
.theHomeNewsContactForm input[type=submit],.theHomeNewsContactForm input[type=button],.pageFeatureItemMessage a.featureButton, .entry-content-page input[type=submit],.entry-content-page input[type=button]{
	background-image:url('/images/common/submitButton_bg.png');
	background-size:cover;
	width:168px !important;
	height:50px;
	border:none;
	outline:none;
	color:#fff;
	text-transform:uppercase;
	font-family: 'SourceSansPro-Bold';
	font-size:16px;
	letter-spacing:6px;
	margin-top:22px;
	cursor:pointer;
	display:block;
	line-height: 42px;
}
/*00377A*/
.entry-content-page input[type=text],.entry-content-page input[type=email],.entry-content-page input[type=tel], .entry-content-page .nf-field-element select, .entry-content-page textarea{
	width:100%;
	height:45px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #004a8d;
	outline:none;
	font-size:20px;
	color:#105ac5;
	font-family: 'SourceSansPro-Bold';
}
.entry-content-page .nf-field-label {
	font-size:20px;
	color:#105ac5;
	font-family: 'SourceSansPro-Bold';
	margin-top:20px;
}
.entry-content-page textarea {
	border-top:2px solid #004a8d;
	border-left:2px solid #004a8d;
	border-right:2px solid #004a8d;
}
.entry-content-page input[type=text]::-webkit-input-placeholder {
    color: #105ac5;
}
.entry-content-page input[type=text]:-moz-placeholder {
    /* FF 4-18 */
    color: #105ac5;
}
.entry-content-page input[type=text]::-moz-placeholder {
    /* FF 19+ */
    color: #105ac5;
}
.entry-content-page input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #105ac5;
}
.entry-content-page input[type=email]::-webkit-input-placeholder {
    color: #105ac5;
}
.entry-content-page input[type=email]:-moz-placeholder {
    /* FF 4-18 */
    color: #105ac5;
}
.entry-content-page input[type=email]::-moz-placeholder {
    /* FF 19+ */
    color: #105ac5;
}
.entry-content-page input[type=email]:-ms-input-placeholder {
    /* IE 10+ */
    color: #105ac5;
}
.entry-content-page input[type=tel]::-webkit-input-placeholder {
    color: #105ac5;
}
.entry-content-page input[type=tel]:-moz-placeholder {
    /* FF 4-18 */
    color: #105ac5;
}
.entry-content-page input[type=tel]::-moz-placeholder {
    /* FF 19+ */
    color: #105ac5;
}
.entry-content-page input[type=submit],.entry-content-page input[type=button] {
    margin: 20px auto;
}
.entry-content-page input[type=tel]:-ms-input-placeholder {
    /* IE 10+ */
    color: #105ac5;
}
.label-hidden .nf-field-label {
	display:none;
}
.tmaxFormWrap {
	padding-left:22px;
	padding-right:22px;
}
.ninja-forms-req-symbol {
	color:#105ac5 !important;
}
.footerRight .ninja-forms-req-symbol {
	color:#fff !important;
}
.nf-form-fields-required {
	font-size: 16px;
    margin-bottom: 10px;
}
.entry-content-page .nf-field-element {
	margin-top:6px;
}
.pageFeatureItemMessage a {
	padding-left:20px;
	padding-right:18px;
	width:245px !important;
	background-size:cover;
	font-size:16px;
}
.pageFeatureItemMessage a.featureButton {
	width:250px !important;
}
.pageFeatureItemMessage a.featureButtonWide {   
    width: 100% !important;   
	text-align:center;
}
.homeContactUs {
	width:100%;
	height:800px;
	/*background-image:url('/images/home/conference.jpg');*/
	background:transparent;
	background-size:cover;
	background-position:center;
	text-align:center;
	position:relative;
}
.homeContactUsTitle {
	font-size:52px;
	color:#fff;
	margin-top:400px;
	font-family: 'SourceSansPro-Light';
	padding-left: 50px;
    padding-right: 50px;
}
.homeContactUsLink {
    width: 254px;
    border-top: 1px solid #fff;
    clear: both;
    margin: auto;
    padding-top: 14px;
    margin-top: 32px;
	color:#fff;
}
.homeContactUsLink a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
    font-size: 16px;
    letter-spacing: 6px;
    text-decoration: none;
}
.mediaNewsCenterLinkContainer {
	position:absolute;
	/*bottom:-68px;*/
	top:-33px;
	width:100%;
	height:100px;
	z-index:5;
}
.mediaNewsCenterLink {
	float:right;
	width:50%;
	height:100%;
	background-image:url('/images/home/mediaNewsCenter_bg.png');
	background-size:cover;
	text-align:left;
	vertical-align:middle;
	line-height: 100px;
	padding-left: 64px;
}
.mediaNewsCenterLink a {
	color: #fff;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
    font-size: 24px;
    letter-spacing: 8px;
    text-decoration: none;
	background-image: url(/images/common/linkArrow.png);
    padding-right: 50px;
    background-position: right center;
    background-repeat: no-repeat
}
.socialMediaLinks {
	padding-top:22px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:6;
}
.socialMediaLinks a {
	margin-right:10px;
}
.footerInner {
	/*margin-top:16px;*/
	padding-top:88px;
	width:100%;
	color:#fff;
	font-size:20px;
	height:406px;
}
.footerLeft {
	width:50%;
	float:left;
	border-top:1px solid #444444;
	border-bottom:1px solid #444444;
	border-right:1px solid #444444;
	height:100%;
	padding-top:26px;
	padding-right:64px;
}
.footerRight {
	width:50%;
	float:left;
	border-top:1px solid #444444;
	border-bottom:1px solid #444444;
	height:100%;
	padding-top:26px;
	padding-left:64px;
}
#footer {
	height:478px;
	width:100%;
	background-color:#222222;
	position:relative;
}
.homeProduct {
	font-style:italic;
	font-size:12px;
	float:left;
	width:33.33%;
}
.homeProduct a {
		color:#fff;
		text-decoration:none;
	}
.homeProductTitle {
	font-style:normal;
	font-size:26px;
	font-family: 'SourceSansPro-Bold';
}
.productsDividingLine {
	width:60px;
	height:1px;
	background-color:#fff;
	margin-top:10px;
	margin-bottom:14px;
}
.footerLinks {
	padding-top:12px;
	clear: both;
}
a.footerLink {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	display:block;
	float:left;
}
.footerLinkDivider {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'SourceSansPro-Bold';
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}
.footerRight input[type=text], .footerRight input[type=email] {
	width:85%;
	height:35px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #fff;
	outline:none;
	font-size:14px;
	color:#fff;
	background-color:transparent;
	font-family: 'SourceSansPro';
} 
.footerRight input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.footerRight input[type=text]:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
.footerRight input[type=text]::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
.footerRight input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.footerRight input[type=email]::-webkit-input-placeholder {
    color: #fff;
}
.footerRight input[type=email]:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
.footerRight input[type=email]::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
.footerRight input[type=email]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.footerRight input[type=submit],.footerRight input[type=button] {
	background-image:url('/images/common/submitButton_bg.png');
	/*width:95px !important;*/
	width:118px !important;
	height:25px;
	border:none;
	outline:none;
	color:#fff;
	text-transform:uppercase;
	font-family: 'SourceSansPro-Bold';
	font-size:12px;
	letter-spacing:4px;
	margin-top:16px;
	cursor:pointer;
}



/*BEGIN - register for download form */
.regForDownload {
	padding-top:40px;
	padding-bottom:40px;
}
.regForDownload input[type=text], .regForDownload input[type=email],.regForDownload input[type=tel], .regForDownload select {
	width:85%;
	height:35px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #fff;
	outline:none;
	font-size:14px;
	color:#fff;
	background-color:transparent;
	font-family: 'SourceSansPro';
} 
.regForDownload .field-wrap select {
	width:85%;
	height:35px;
	background-color:#1042b8;
}
.regForDownload input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.regForDownload input[type=text]:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
.regForDownload input[type=text]::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
.regForDownload input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.regForDownload input[type=email]::-webkit-input-placeholder {
    color: #fff;
}
.footerRight input[type=email]:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
.regForDownload input[type=email]::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
.regForDownload input[type=email]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.regForDownload input[type=tel]::-webkit-input-placeholder {
    color: #fff;
}
.footerRight input[type=tel]:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
.regForDownload input[type=tel]::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
.regForDownload input[type=tel]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.regForDownload input[type=submit],.regForDownload input[type=button] {
	background-image:url('/images/common/submitButton_bg.png');
	/*width:95px !important;*/
	height:25px;
	border:none;
	outline:none;
	color:#fff;
	text-transform:uppercase;
	font-family: 'SourceSansPro-Bold';
	font-size:12px;
	letter-spacing:4px;
	margin-top:16px;
	cursor:pointer;
}



/*END - register for download form */







.copyrightText {
	color:#fff;
	font-size:12px;
	padding-left:38px;
	float:left;
}
.bottomAnchor {
	position:fixed;
	bottom:29px;
	right:19px;
	z-index:9;
	display:none;
	opacity:.92;
}
.liveChatButton {
	color:#fff;
	background-image:url('/images/common/submitButton_bg.png');
	width:280px;
	height:80px;
	background-size:cover;
	line-height:80px;
	font-family: 'SourceSansPro-Bold';
    font-size: 16px;
    letter-spacing: 6px;
	text-transform:uppercase;
	float:left;
	/*display:none;*/
}
.liveChatButton a {
	background-image:url('/images/common/chatIcon.png');
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	padding-left:84px;
	margin-left:24px;
	height:80px;
	display:block;
}
.anchorTop {
	float:left;
	width:80px;
	height:80px;
	line-height:80px;
	/*background-color:#105ac5;*/
	background-color:#1042b8;
	padding-left:27px;
	padding-top:11px;
	margin-left:10px;
	cursor:pointer;
}
.featureVideo {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
	z-index:50;
	text-align:center;
	/*background-color:rgba 16 90 197;*/
	background-color:rgba(16,90,197,0.92);
	display: flex;
    align-items: center;
}
.featureVideo div {
	margin:auto;
}
.featureVideo video {
	width:80%;
	height:auto;
	position:relative;
	top:auto;
	left:auto;
}
#featureVideo .memberClose {
	top:-60px;
	right:40px;
	cursor:pointer;
}
.nf-error-msg.nf-error-required-error{
	font-size:12px;
}

/* BEGIN - SUB Page styles */
.subHeader {
	width:100%;
	height:261px;
	background-color:#1042b8;
}
.subHeaderSmall {
	position:fixed;
	height:120px;
	z-index:10;
	background-color: #1042b8;
}
.homeNav {
	width: 100%;
}
.logoSmall {
	margin-bottom:0px;
}
.logoSmall img {
	width:120px;
}
.mainNavLinksSmall {
	margin-top:0px;
}
.mainNavLinksSmall .mainNavLink {
	height:40px;
}
.mainNavSmall {
	height:38px;
	/*margin-top:28px !important;*/
	margin-top:40px !important;
}
a.mainNavLinkActiveSmall {
	height:40px;
}
.subHeaderSmall a.mainNavLink:hover {
	height:40px;
	border-bottom:3px solid #fff;
}
.subPageTitleSmall {
	padding-top:91px !important;
	font-size:16px !important;
}
.subContentSmall {
	padding-top:220px;
}
.secondaryContent {
	padding-top:42px;
	padding-bottom:120px;
}
.subHeader .mainNav {
	margin-top:68px;
}
.subPageTitle {
    width: 100%;
    padding-top: 198px;
    text-align: center;
	color:#fff;
	font-size:20px;
	font-family:'SourceSansPro-Bold';
	text-transform:uppercase;
	letter-spacing:8px;
}
.theContentTitle, .theContentTitleHero {
	color:#1042B8;
	font-size:49px;
	font-family: 'OpenSans-Light','SourceSansPro-Light';
	clear:both;
	margin-top:20px;
}
.theContentTitleHero {
	margin-top:54%;	
}

.theContentSubTitle, article h2, h1.theContentSubTitle {
	font-size:36px;
	font-weight:bold;
	color:#1042B8;
	margin-bottom:14px;
	margin-top:28px;	
	font-family:'SourceSansPro-Bold';
	/*font-size:40px;*/
	text-align: center;	
}
h1.theContentSubTitle {
	text-align:left;
	line-height:1 !important;
}
article h2 {
	text-align:left;
	font-size:24px;
}
article h2 a {
	color:#1042B8;
}
.pagination h2 {
	display:none;
}
.theContentTitleHero.theContentTitleSml {
	/*margin-top:32%;*/
}
.entry-content-page {
	font-size:22px;
	font-family: 'OpenSans', 'SourceSansPro';
	padding-left:10px;
	padding-right:10px;
}
.entry-content-page strong {
	font-family: 'OpenSans-Bold', 'SourceSansPro-Bold';
}
.imageTabContainer {
	width:100%;
	text-align:center;
}
.imageTab {
	display:block;
	float:left;
	width:16.6%;
	height:222px;
	text-align:center;
	border-bottom:1px solid #1042b8;
	font-family: 'OpenSans-Light','SourceSansPro-Light';
	color:#1042B8;
	font-size:18px;
	padding-left: 1%;
    padding-right: 1%;
	cursor:pointer;
}
.imageTabHover {
	border-bottom:3px solid #1042b8;
}
.imageTab img {
	/*width:60%;*/
}
.imageTabContent .theContentTitle {
	margin-top:0px !important;
	padding-top:28px;
	margin-bottom:18px;
}
.imageTabContent {
	clear:both;	
	display:none;
}
.imageTabContentActive {
	display:block;
}
.homeFreedom .imageTabContent {
	text-align:left;
	font-family:'SourceSansPro';
	font-size:24px;
	color:#00377A;
	margin-top: 20%;
    padding-left: 35px
}

.leaderMemberBox {
	width:33.33%;
	float:left;
	padding-left:1%;
	padding-right:1%;
	text-align:left;
	margin-bottom:30px;
	min-height: 340px;
}
.center {
	text-align:center;
}
.center .theContentTitle {
	margin:0px auto;
}
.theContentTitle p {
	margin-top:0px;
	margin-bottom:0px;
}
.leaderMemberBox img {
	width:100%;
}
.leaderMemberBox h1 {
	font-family: 'OpenSans-Light', 'SourceSansPro-Light';
	color:#1042B8;
	font-size:24px;
	margin-top:2px;
	margin-bottom:4px;
}
.subContentContainer .theContentTitle {
	margin-top:0px !important;
	padding-top:28px;
	margin-bottom:26px;
}
.theContentTitle a , .theContentSubTitle a {
	color:#1042B8;
	text-decoration:none;
}
.leaderMemberBox a {
	text-decoration:none;
	color:#004a8d;
}
.memberTitle {
	color:#52504e;
	font-weight:bold;
	font-size:20px;
	line-height:22px;
}
.nf-field-container {
	margin-bottom:0px !important;
}
.partnerLogo {
	width:25%;
	min-height:160px;
	float:left;
	text-align:center;
	vertical-align:middle;
	display:flex;
	align-items:center;
}
.partnerLogo img {
	/*display:block;*/
	margin:auto;
}
div.contentColumn {
	width:33.33%;
	float:left;
	text-align:left;
	padding-right:2%;
}
div.contentColumnGroup {
	width:100%;
	padding-bottom:40px;
}
.pageFeatureItemMessage div.contentColumnGroup {
	width:1140px;
}
.relatedIsightsContainer {
		width:100%;	
		margin:0px auto;		
		margin-top:-225px;
		min-height:320px;
	}
	.relatedIsightsNavItem {
		float:left;
		text-transform:uppercase;
		letter-spacing:2px;
		/*width:33.33%;*/
		width:25%;
		text-align:center;
		color:#fff;
		font-size:19px;
		height:54px;	
		cursor:pointer;
		font-weight:bold;
	}
	.relatedIsightsNavInner {
		width:60%;
		margin:0 auto;
	}
	.relatedIsightsNav {
		width:100%;
		margin:0 auto;
		border-bottom:1px solid #fff;
		height:52px;
	}
	.relatedInsightsContent {
		margin:0 auto;
		width:100%;
		padding-bottom:40px;
		min-height:140px;
	}
	.relatedInsightsContentGroup {
		width:100%;		
		display:none;
	}
	.relatedInsightsContentGroupActive {
		display:block;
	}
	
	.relatedInsightsContentItem {
		width:33.33%;
		color:#fff;
		text-align:left;
		padding:20px;
		float:left;
		font-size:18px;
	}
	.relatedIsightsNavItemHover {
		border-bottom:5px solid #fff;
	}
	.relInsightImageThumb {
		width:90%;
		height:134px;
		overflow:hidden;
	}
	.relInsightImageThumb img {
		width:100%;
		margin-top:-15%;
	}
	.relatedInsightsContentItem a {
		color:#fff;
		text-decoration:none;
	}
/* END - SUB Page styles */

/* BEGIN - styles for menu bar*/
.ani-menu-bar {
    display: none;
    cursor: pointer;
    z-index: 101;
    position: absolute;
    right: 14px;
    top: 64px;
	border:1px solid #dce0e7;
	border-radius:5px;
	padding:4px;
}

.bar1, .bar2, .bar3 {
    /*width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
	border-radius: 2px; */
	    width: 22px;
    height: 3px;
    background-color: #dce0e7;
    margin: 3px 0;
    transition: 0.4s;
    border-radius: 5px;
}

/* Rotate first bar */
.change .bar1 {
    /*-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
	*/
	-webkit-transform: rotate(-45deg) translate(-4px, 3px) ;
    transform: rotate(-45deg) translate(-4px, 3px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
   /* -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;*/
	-webkit-transform: rotate(45deg) translate(-5px, -5px) ;
    transform: rotate(45deg) translate(-5px, -5px) ;
}
.icon-hide {
		display:block;
	}
/* END - styles for menu bar*/
 .img-rotate90 {
	 -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	}
	
.eg-georgebush-container {
  background: rgba(16,66,184,1) !important;
}
.eg-georgebush-element-0-a .eg-georgebush-element-0 { 
	font-family: 'OpenSans-Light', 'SourceSansPro-Light' !important;
}

/* Feature Item styles */
.pageFeatureItemContainer {
	width:100%;
	color:#fff;
	position:relative;
	display:table;
	min-height:520px;
	background-size:cover;
	background-position:center;	
	font-family: 'SourceSansPro-Light';
}
.pageFeatureItemContent {
	margin:auto;
	display:table-cell;
	vertical-align:middle;
	font-size: 42px;
	text-align:center;
	
}
.pageFeatureItemContent  div { 
	max-width:1140px;
	margin-left:auto;
	margin-right:auto;
}

.pageFeatureItemMessage {
	font-size:28px;	
	/*display:inline-block;*/
	display:block;
	padding-left:4px;
	padding-right:4px;
	font-size:24px;
	font-family:'SourceSansPro';
	/*font-size:16px;*/
	max-width:1140px;
	clear:both;
	line-height: 44px;
	text-align:left;
}
.pageFeatureItemMessage  a {
	color:#fff;
	text-decoration:none;
}
.pageFeatureItemMessageBorder {
	border-top:1px solid #fff;
	/*padding-top:14px; */
	padding-top:0px; 
	margin-top:32px;
}
.mediaContactBox {
	width:25%;
	float:left;
	text-align:left;	
}
.mediaContactBox a {
	text-decoration:none;
	color:#fff;
	font-size:16px;
}
.mediaContactBox h1 {
	text-decoration:none;
	color:#fff;
	margin-bottom:4px;
	font-size:24px;
	margin-top: 12px;
}
.mediaContactsContainer {
	background-color:#1042B8;
	color:#fff;
	height:372px;
}
.mediaContactTitle {
	color:#fff;
	font-size:24px;
	font-family:'SourceSansPro';
}
.contentBarTitle {
	color:#fff;
	font-family:'SourceSansPro-Bold';
	font-size:40px;
	padding-top:44px;
	margin-bottom:30px;
}
.mediaContactLine {
	width:60px;
	border-top:1px solid #fff;
	height:8px;
}
.entry-content-page  li div.theContentSubTitle {
	text-align:left;	
	margin-bottom:0px;
}
.entry-content-page li p {
	padding-left:0px;
	padding-right:0px;
}
hr {
	clear:both;
	background-color:#1042B8;
	height:1px;
	border:none;
}
.entry-content-page p {
	padding-left:20px;
	padding-right:20px;
}
.entry-content-page ul {
	display:inline-block;
}
.split-list {
	margin-bottom:0px;
	display:inline-block;
}
.split-list ul{
  float: left;
  margin-left:0px;
  width:50%;
  text-align:left;
  margin-bottom: 20px;
}
.split-list li, .entry-content-page li{
  padding-right: 2em;
  line-height: 1.5em;
  /*color:#1042b8;  */
 }
 .sub-list li, .entry-content-page li {
	color:#000;
	list-style-type:none;
	margin-bottom:10px;
 }
  .sub-list ul:marker {
  color:#1042b8; /* bullet color */
}
.sub-list li::before, .entry-content-page li::before {content: "•"; color: #1042b8; font-size:36px;
  display: block; width: 1em;
  margin-left: -1em;
  float:left;
 }
 .entry-content-page ol li {
	list-style-type:decimal;
 }
 .entry-content-page ol li::before {
	content: '';
 }
  .sitemap li::before {
	content: '';
 }
 .nf-field-element li::before {
	content: '';
 }
 .no-bull .sub-list li::before{
	display:none;
 }
 .no-bull .sub-list li {
	padding-right:.5em;
 }
 .job_listings li::before , .esg-grid li::before{
	display:none;
 }
 #tabbedContentContainer {
	width:0%;
	float:left;
	display:none;
	margin-top:90px;
}
.sitemap .page_item {
	display:block;
	float:left;	
	width:20%;
	font-size:18px;
	
}
.sitemap ul {
	padding-left:8px;
}
.sitemap .page_item a {
	border-bottom:1px solid #1042b8;
}
.sitemap .page_item a:hover {
	text-decoration:none;
}
.sitemap .children .page_item a {
	border-bottom:none;
}
.sitemap .children .page_item a:hover {
	text-decoration:underline;
}
.sitemap .page_item_has_children .page_item {
	float:none;
}
.sitemap .children {
	display:block;
	padding-left:8px;
}
.sitemap .children .page_item{
	width:100%;
	font-size: 15px;
	border-bottom:none;
	padding-right:0px;
}
.sitemap .current_page_item {
	display:none;
}
.pdfemb-viewer {
	margin-bottom:120px !important;
}
.pdfemb-poweredby {
	display:none !important;
}
.memberBioContainer {
	padding:40px;
	text-align:center;
	left:0px;
	font-size:20px;
	cursor:pointer;
}
.memberBioInnerContainer {
	margin:auto;
	width:70%;
	background-color:#fff;
	padding-left:42px;
	padding-right:42px;
	position:relative;
}
.memberNameTitle {
	float:left;
	width:50%;
	padding-left:5%;
	text-align:left;
}
.memberNameTitle h1 {
	color:#1042b8;
	margin-top:30px;
}
.memberNameTitle hr {
	margin-top:40px;
}
.memberLinkedIn {
	position:absolute;
	top:-30px;
	right:100px;
}
.memberClose {
	position:absolute;
	top:-30px;
	right:30px;
}
.memberBioContent {
	clear:both;
	padding-bottom:52px;
}
.featureVideo div.memberBioImageBox {
	float:left;
	width:50%;
	margin-top:-128px;
}
.pageFeatureItemMessage .sub-list li
{
	color:#fff;
}
.pageFeatureItemMessage .split-list ul {
	margin-bottom:inherit;
}
.pageFeatureItemMessage .sub-list li::before {
    color: #fff;    
}
/* REGISTER FOR DOWNLOADS */
.registerForDownloadContainer {
	background-color:#FFF;
	margin:auto;
	display:inline-block;
	width:92%;
	margin-top:130px;
}
.registerForDownloadItemMessage {
	float:left;
	padding-top:40px;
	margin:0 auto;
	padding-left:40px;
	padding-right:40px;
	width:66.66%;
	font-size:18px;
	line-height:28px;
}
.regForDownload {
	float:right;
	width:33.33%;
	height:100%;
	background-color:#1042b8;
}
.intForm {
	height:380px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin-bottom:388px;
}
.intFormImg {
	float:left;
	width:30%;
	padding-right:20px;
}
.job_application input[type=button] {
	width:auto !important;
	font-size:16px;
}
 .application  input[type=button].application_button {
	font-size:16px;
 }
 
 /* LOCATIONS PAGE ! */
 .info-box {
    min-width:225px;
    font-size:13px;
    border: 1px solid #1042b8;
    margin-top: 34px;
    margin-bottom:20px; 
    margin-left:0px;
    background: #efefef; 
    padding:5px 10px 5px 10px;
    color:#000; 
    cursor: default;
    overflow:visible;
    box-shadow: 5px 5px 5px #999;
}
.info-box h1 {
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px;
    color:#1042b8;
}
.info-box p {
    margin-top:0px;
    margin-bottom:0px;
}
.info-box .map-location-bottom-link {
    position:absolute;
    right:10px;
    top:40px;
    height:30px;
    font-size:9px;
    padding:8px;
    width:33%;
}
.info-box .map-location-bottom-link2 {
    position:absolute;    
    top:80px;    
}
.info-box .map-location-bottom-link a {
    color:#efefef;
}
.locationRegion {	
	width:100%;
	font-family: 'SourceSansPro';
	font-size:32px;
	color:#1042b8;
	border-top: 1px solid #1042b8;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	text-transform:uppercase;
	text-align:left;
}
.locationItem {
	width:33.33%;
	/*padding-right:10px;*/
	display:inline-block;
	text-align:left;
	vertical-align: top;
	margin-top:16px;
	font-size:18px;
	padding-left: 18px;
    padding-right: 18px;
	cursor:pointer;
}
.locationTitle {
	font-family: 'SourceSansPro-Bold';
	color:#1042b8;
}
#map_canvas {
	width:100%;
	height:420px;
}
.mapContent {
	background-color:#1042b8;
	height:210px;
	margin-bottom:230px;
}

/* Media overrides !*/
@media (max-width: 1139px) {
	.innerContainer {
		width:100%;
		padding-right:18px;
		padding-left:12px;
	}
	.mainNavLinks {
		    margin-right: 24px;
	}
	.mainNavLine {
		margin-right: 18px;
		margin-left: -12px;
	}
	.innerContainer {
		width:100%;
		padding-right:18px;
		padding-left:12px;
	}
	.heroSubTag {
		width:100%;		
		padding-right:54px;
		background-color:rgba(77,77,77,0.42);
	
	}
	.tagVideo {
		width:100%;
		top:auto;
	}
	.clientGrid {
		width: 100%;
		margin-top: 467px;
	}
	.homeClients {
		height:auto;
	}
	.gridRow1Cell3, .gridRow2Cell4 {
		border-right:1px solid #e0e0e0;
	}
	.gridRow3Cell1, .gridRow3Cell2 {
		border-bottom:1px solid #e0e0e0;
	}
	/*.clientGrid div.gridRow3Cell3*/
	.clientGrid div.gridRow1Cell1, .clientGrid div.gridRow1Cell1 .textwidget {
		width:100% !important;
		text-align:center;
	}
	.clientGrid div { 
		width:50% !important;
		height:auto;
	}
	#tabbedContentContainer {
		width:100% !important;
		margin-top:0px;
	}
	.freedomHeadline {
		width:100% !important;
		font-size:68px;
		text-align:center;
		padding-left:0px;
		padding-right:0px;
		margin-top: 32px;
		margin-bottom: 30px;
		display:block !important;
		opacity:1 !important;
		line-height:72px;
		/* important to override js animations */
	}
	.freedomFeatureBoxes {
		width:100%;
		margin: auto;
		text-align: center;
		float:none;
	}
	.freedomFeatureBox {
		font-size: 14px;
		/*width: 220px;*/
		width: 32%;
		padding-top: 6px;
		padding-bottom: 8px;
		height:auto;
		min-height: 102px;
	}
	.featureBoxIcon img {
		/*height:30px;*/
	}
	.homeFreedom .imageTabContent {
		margin-top:20px;
	}
	.tabTitle {
		text-align:center;
	}
	.breakfreeBoxLink {
		margin-left:auto !important;
	}
	.homeFreedom {
		height:auto;
		min-height:712px;
	}
	.breakfreeTitle {
		font-size:36px;
		margin-top:40px;
	}
	.partnerBox div {
		width:33.33%;
	}
	.partnerBox div img {
		max-width:85%;
	}
	.breakfreeTextBox {
		width:100%;
		font-size:26px;
	}	
	.transcendFeature {
		width:100%;
		background-size:cover;			
		height:auto;
	}
	.homeNewsContactForm {
		width:90%;
	}
	.homeNewsContactTag {
		width:100%;
		padding-right:40px;
		margin-top:40px;
		padding-bottom:40px;
		padding-top:40px;
		height:auto;
	}
	.theHomeNewsContactForm {
		position:relative;
		width:100%;
		top:auto;
		padding-left:40px;
		padding-right:40px;
		height:305px;
		padding-top:40px;
	}
	.homeNewsContactFormContainer {
		position:relative;
		bottom:auto;
	}
	.homeNewsInsights {
		height:auto;
		padding-bottom:60px;
	}
	.theHomeNewsContactForm input[type=text],.theHomeNewsContactForm input[type=email] {
		width:100%;
		font-size:14px;
	}
	
	.subContentContainer .pageFeatureItemContainer, .homeContactUs {
		/*min-height: 380px !important;*/
		max-height: 420px;
	}
	
	.homeContactUsTitle {
		margin-top:60px;
		font-size:44px;
	}
	.homeNewsDate {
		width:75%;
	}
	.pageFeatureItemContent div {
		max-width:100%;
	}
	.subContentContainer .removeOffset {
		/*min-height: 280px !important;
		max-height: 280px;*/
		margin-top:0px !important;
		max-height:none !important;

	}
	.subContentContainer .removeOffset div {
		top:auto !important;
	}
	.pageFeatureItemMessage div.contentColumnGroup {
		width:100%;
	}
}
/* Media overrides !*/
@media (max-width: 1039px) {
	.heroTitle {
		font-size:74px;		
	}
	.homeNewsDate {
		width:90%;
		margin-bottom:12px;
	}
	.homeNewsItem {
		margin-bottom:12px;
	}
	.partnerLogo {
		width:33.33%;
	}
	.relatedIsightsContainer {
		margin-top:-100px;
	}
	.memberBioInnerContainer {
		width:100%;
	}
	.mediaContactBox {
		width:50%;
		padding-bottom:30px;
		margin:0 auto;
		float:left;
		padding-left:30px;
	}
	.mediaContactsContainer  {
		height:auto;
	}
	.sitemap .page_item  { 
		 width:33.33%
	}
	.socialMediaLinks {
		left:12px;
	}
	.mediaNewsCenterLink a {
		font-size:18px;
	}
	.homeProduct {
		width:100%;
	}
	#featureVideo .memberClose {
		top:-40px;
		right:40px;	
	}
	#featureVideo .memberClose img {
		width:30px;
	}
	
	.transcendTopText {
		font-size:18px;		
	}
	.transcendHeroText {
		font-size:116px;
		line-height:118px;
		height:118px;			
	}
	
	.transcendSLarge {
		font-size:122px;
	}
	.transcendChangeYourViewText {
		font-size:44px;
		line-height:50px;
	}
}
@media (max-width: 925px) {
	.heroTitle {
		font-size:74px;		
	}
	.relatedIsightsNavItem {
		font-size:16px;
	}
}
@media (max-width: 848px) {
	.freedomFeatureBoxes {
		/*width:560px;*/
	}
}
@media (max-width: 819px) {
	.heroTitle {
		font-size:62px;		
	}
	.mainNavLinks {
	   /* display: none;
		margin-top:52px;*/
		margin-top:70px;
		/*background-color: #e5e5e5;*/
		background-color:rgba(16,66,184,0.92);
		margin-right: 0px;
		padding-left: 0px;
		margin-left:-12px;
		padding-top:14px;
		border-top:1px solid #fff;
		width:100%;
		float:left;
	}
	a.mainNavLink div {
		display:inline;
	}
	.subHeader .mainNav, .homeNav .mainNav {
		height:38px;
		margin-top:40px;
	}
	.subPageTitle {
    padding-top: 91px;
    font-size: 16px;
}
	.topNavLinks {
		/*display:none;*/
		color:#fff;
		float:left;
		padding-left:10px;
		clear:both;
	}
	.topNavLinks a {
		/*display:none;*/
		color:#fff;
	}
	#header {
		/*padding-right:38px;*/
		background-color:#1042B8;
	}
	.subHeaderSmall {
		top:30px;
	}
	.subHeader , .homeNav{
	    position: fixed;
		/*height: 120px;*/
		height:138px;
		z-index: 10;
		background-color: #1042b8;
		top:30px;
	}
	.subContent  {
		/*padding-top:140px;*/
		padding-top:156px;
	}
	.logo {
	margin-bottom: 0px;
	}
	.logo img {
		width:120px;
	}
	div.searchBox {
		margin-left:43px;
	}
	.mediaNewsCenterLinkContainer {
		
	}
	.mediaNewsCenterLink {
		line-height:25px;
		padding-top:22px;
		padding-left:22px;
		height:70%;
	}
	.mediaNewsCenterLink a {
		font-size:18px;
		letter-spacing:.25px;
	}
	.footerLeft {
		width:100%;	
		border-right:none;
		border-bottom:none;
	}
	.footerRight {
		width:100%;
		padding-left:0px;
		height:auto;
	}
	#footer {
		height:850px;
	}	
	.copyrightText {
		padding-left:0px;
	}
	.liveChatButton {
		height:40px;
		width:109px;
		line-height:34px;
		font-size:13px;
		letter-spacing:2px;
	}
	.anchorTop {
		height:40px;
		width:40px;
		padding-left:7px;
		padding-top:3px;
		line-height:22px;
	}
	.liveChatButton a {
		background-image:none;
		padding-left:0px;
		height:40px;
		padding-top:3px;
		margin-left:8px;
	}
	.bottomAnchor {
		bottom:35px;
		right:10px;
	}
	.ani-menu-bar {
		display: block;
	}
	a.mainNavLink {
		width:100%;
		height:40px;
		padding-top: 6px;
	}
	a.mainNavLinkActive {
		border-bottom:3px solid #fff;
	}
	a.mainNavLink:hover{
		height:40px;
		border-bottom: 3px solid #fff;
	}
	.icon-hide {
		display:none;
	}
	ul.sub-menu {
		position:relative;
		top:0px;
		width:100%;
		clear:both;
	}
	ul.sub-menu a {
		white-space:normal;
		clear:both;
		line-height:14px;		
	}
	ul.sub-menu-small {
		top:0px !important; 
	}
	.leaderMemberBox {
		width:50%;
		min-height:auto;
	}
	.leaderMemberBox1 {
		clear:both;
	}
	.leaderMemberBox h1 {
		font-size:18px;
	}
	.leaderMemberBox h1 {
		font-size:18px;
	}
	.leaderMemberBox .memberBioInnerContainer h1 {
		font-size:18px;
	}
	.memberTitle {
		font-size:14px;
		line-height:18px;
	}
	.leaderMemberBox .memberBioInnerContainer .memberTitle {
		font-size:14px;
		line-height:18px;
	}
	.theContentSubTitle {
		clear:both;
	}
	.homeNewsItem {
		margin:0 auto;
		margin-bottom:12px;
		width:90%;
		clear:both;
		float:none;
		min-height:auto;
	}
	.homeNewsItem p {
		margin-bottom:0px;
		margin-top:6px;
	}
	.homeNewsDivider {
		margin-top:0px;
	}
	.locationItem {
		margin:0 auto;
		margin-bottom:12px;
		width:50%;
		clear:both;
		float:none;
		min-height:auto;
	}
	.mediaContactsContainer {
		height:auto;
	}
	
	.freedomFeatureBox {		
		width: 48%;		
		min-height: 102px;
	}
	.partnerLogo {
		width:50%;
	}
	.pageFeatureItemMessage {
		font-size:18px;
		line-height:26px;
	}
	.pageFeatureItemMessage a.featureButtonWide {
		font-size:14px;
		height:auto;
		line-height:24px;
	}
	.esg-filters  {
		margin-top:10px;
	}
	div.contentColumn {
		width:100%;
	}	
	div.contentColumn.even{
		width:50%;
	}
	.split-list ul {
		width:100%;
		padding:0px;
	}
	.pageFeatureItemContent {
		font-size:32px;
	}
	.imageTab {
		width:33.33%;
		margin-top: 22px;
	}
	.imageTab img {
		height: 53%;
	}
	.subContentBackground {
		background-size:contain !important;
		background-repeat:no-repeat;
		background-position:top !important;
		padding-top:0px;
		margin-top:156px;
	}
	.theContentTitleHero {
		margin-top: 34%;
	}
	.memberNameTitle {
		/*float:none;*/
		padding-left:0px;
		clear:both;
		width:100%;
	}
	.featureVideo div.memberBioImageBox  {
		margin-top:-51px;
	}
	.memberNameTitle hr {
		margin-top:0px;
	}
	.memberBioContent {
		text-align:left;
		font-size:14px;
	}
	.memberBioContainer {
		position:absolute !important;
	}
	.registerForDownloadItemMessage, .regForDownload {
		width:100%;		
	}
	.registerForDownloadContainer {
		margin-top:-70px;
	}
	.intForm {
		height:auto;
		margin-bottom:40px;
	}
	.transcendTopText {
		font-size:14px;		
	}
	.transcendHeroText {
		font-size:96px;
		line-height:98px;
		height:98px;			
	}
	
	.transcendSLarge {
		font-size:102px;
	}
	.transcendChangeYourViewText {
		font-size:28px;
		line-height:38px;
	}
	.transcendBottomText, .transcendLocationText {
		font-size:18px;
	}
	
}
@media (max-width: 722px) {	
	.heroTitle {
		font-size:53px;
		margin-left:16%;
	}
	.subContentContainer .pageFeatureItemContainer, .homeContactUs {
		min-height: 280px !important;
		max-height: 320px;
	}
	.subContentContainer .removeOffset {
		max-height:none !important;
	}
	.tagVideoContainer {
		bottom:40px;
	}
	.homeContactUsTitle {
		margin-top:40px;
		font-size:32px;
	}
	.newsInsightsTitle  {
		font-size:22px;
		margin-top:198px;
	}	
	.relatedInsightsContentItem {
		width:100%;
		float:none;
	}	
	.pageFeatureItemContent {
		font-size:28px;
	}
	.sitemap .page_item  { 
		 width:50%
	}
	
	.transcendHeroText {
		font-size:86px;
		line-height:88px;
		height:88px;			
	}
	
	.transcendSLarge {
		font-size:92px;
	}
	.transcendChangeYourViewText {
		font-size:24px;
		line-height:32px;
	}
	.transcendBottomText, .transcendLocationText {
		font-size:16px;
	}
}
@media (max-width: 625px) {
	.freedomHeadline {		
		font-size:52px;	
		line-height:62px;		
	}
	.breakfreeTitle {
		font-size:28px;		
		line-height:36px;
	}
	.homeNewsContactTag {
		font-size:18px;
	}
	.relatedIsightsContainer {
		margin-top:-135px;
	}
	.relatedIsightsNavItem  {
		float:none;
		width:100%;
		padding-top:10px;
		margin-top:10px;
	}
	.relatedIsightsNav {
	height:auto;
	}
	.nf-form-cont .one-half {
		width:100% !important;
		margin-left:0px !important;
	}	
	.locationItem {
		width:90%;
	}
	.locationRegion {
		font-size:24px;
	}
	#map_canvas {
		width:100%;
		height:300px;
	}
	.mapContent {		
		margin-bottom:90px;
	}
}

@media (max-width: 609px) {
	.heroTitle {
		font-size:46px;
		margin-left:16%;
	}
	.mediaNewsCenterLink {
		line-height:25px;
		padding-top:22px;
		padding-left:22px;
		width:85%;
	}
	.socialMediaLinks { 
		padding-top:52px;
		position:relative;
		left:auto;
	}
	.socialMediaLinks a {
		margin-right: 5px;
	}
	.footerInner {
		padding-top: 14px;
	}
	.homeNewsItem {		
		width:90%;		
		font-size:16px;
		line-height:18px;
	}
	.mediaContactBox {
		width:90%;
	}
	.clientGrid img {
		max-width:82%;
	}
	.gridRow1Cell1 {
		font-size:18px;
	}
	.freedomFeatureBox {
		width:100%;
		padding-top:14px;
		min-height:85px;
	}
	.breakfreeTextBox {
		font-size:24px;
	}
	.transcendHeroText {
		font-size:72px;
		line-height:78px;
		height:78px;			
	}	
	.transcendSLarge {
		font-size:76px;
	}
	.transcendChangeYourViewText {
		font-size:22px;
		line-height:28px;
	}
	.transcendBottomText, .transcendLocationText {
		font-size:14px;
	}
	.transcendTopText {
		width:72%;
	}
}
@media (max-width: 520px) {
	.heroTitle {		
		margin-left:10%;
	}
	.heroSubTag {
		font-size:20px;
		padding-top:42px;
	}
	.breakfreeTitle {
		font-size:22px;		
		line-height:32px;
	}
	.breakfreeTextBox {
		font-size:20px;
	}
	.subContentContainer .pageFeatureItemContainer, .homeContactUs {
		min-height: 280px !important;
		max-height: 280px;
		/*margin-top:0px !important;*/
	}
	.subContentContainer .pageFeatureItemContainer div {
		/*top:auto !important;*/
	}
	.subContentContainer .removeOffset {
		/*min-height: 280px !important;
		max-height: 280px;*/
		margin-top:0px !important;
		max-height:none;
	}
	.subContentContainer .removeOffset div {
		top:auto !important;
	}
	.homeContactUsTitle {
		margin-top:40px;
		font-size:22px;
	}
	.homeContactUsLink {
		margin-top:18px;
	}
	.partnerLogo img{
		max-width:85%;
	}	
	.theContentTitle {
		font-size:28px;
		line-height:36px;
	}
	.theContentSubTitle {
		font-size:26px;
		line-height:34px;
	}
	.entry-content-page {
		font-size:18px;
		text-align:left;
		
	}
	.entry-content-page p {
		/*text-align:left !important;*/
	}
	.pageFeatureItemMessage {
		font-size:15px;
		line-height:21px;
	}
	.pageFeatureItemMessage a.featureButtonWide {
		font-size:12px;
		height:auto;
		line-height:18px;
	}
	.relatedIsightsContainer {
		/*margin-top:-75px;*/
		margin-top:0px;
		clear:both;
	}
	.pageFeatureItemContent img {
		width:15%;
		height:auto;
	}
	.pageFeatureItemContent {
		font-size:22px;
	}
	.imageTab img {
		height: 53%;
	}
	.imageTab {
		width: 50%;
		margin-top: 22px;
	}	
	.sitemap .page_item  { 
		 width:100%
	}
	.tagVideo {
		background-size:contain;
		height:auto;
	}
	.clientGrid {
		margin-top:287px;
	}
	div.position h3, a div.position h3 {  
		font-size: 12px !important;
	}
	.split-list li, .entry-content-page li.date,  .entry-content-page li.job-type
	{
		padding-right:0px;
	}
	.leaderMemberBox h1 {
		font-size:12px;
		margin-bottom:2px;
	}
	.memberTitle {
		font-size:11px;
		line-height:12px;
	}
	.transcendHeroText {
		font-size:52px;
		line-height:58px;
		height:58px;			
	}	
	.transcendSLarge {
		font-size:56px;
	}
	.transcendChangeYourViewText {
		font-size:20px;
		line-height:23px;
	}	
	.transcendTopText,.transcendBottomText {
		width:82%;
	}
}
@media (max-width: 406px) {
	.featureVideo div.memberBioImageBox {
		margin-top:6px;
		width: 100%;
	}
	.memberClose {
		top:-13px;
		right:13px;
		width:26px;
		height:26px;
	}
	.memberLinkedIn {
		top:-13px;
		right:54px;
		width:26px;
		height:26px;
	}
	.subContentContainer .removeOffset {		
		max-height: 344px;
	}
	.theContentSubTitle {
		font-size: 18px;
		line-height:23px !important;
	}
	.intFormImg {
		float:none;
		width:100%;
		padding-right:20px;
	}
}
@media (max-width: 380px) {
	.partnerLogo {
		/*width:100%;*/
	}
	.subPageTitle {		
		font-size: 13px;
	}
	.subPageTitleSmall {    
		font-size: 14px !important;
	}
	
	.heroSubTag {
		font-size:20px;
		padding-top:28px;
	}
	.breakfreeTextBox {
		font-size:18px;
	}
	.pageFeatureItemContainer {
	/*height:auto !important;*/
	}
	.imageTab {
		width: 100%;
		margin-top: 22px;
	}
	.topNavLinks a {
		font-size:11px;
	}
	.topNavLinkDivider {
		margin-left:4px;
		margin-right:4px;
	}	
	.regForDownload {
		padding-top:20px;
	}
	.homeNewsItem {
		width:100%;
	}
	.transcendHeroText {
		font-size:42px;
		line-height:48px;
		height:48px;			
	}	
	.transcendSLarge {
		font-size:46px;
	}
	.transcendTopText {
		font-size:12px;
	}	
}
@media (max-height: 780px) {
	.featureVideo div.memberBioImageBox {
		margin-top:0px;
	}
}