@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');

body {
	color:#000;
	margin:0;
	padding:0;
	font-weight:400;
	font-size:18px;
	font-family:'Pathway Gothic One',sans-serif;
	-webkit-font-smoothing:antialiased;
	background-color:#FFF;
}

header {
	display:block;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:101;
	height:120px;
	/* background-color:rgba(22, 68, 115, 0.60); */
	background-color:rgba(22, 68, 115, 1);
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	transition:height .4s ease;
	transition:background-color 1s ease;
}

body.scroll header {
	height:70px;
	transition:height .4s ease;
	/* background-color:rgba(22, 68, 115, 1);
	transition:background-color 1s ease; */
}

#headliner {
	position:relative;
	margin:0px auto 0;
	transition:all .2s ease;
	z-index:0;
	width:100%;
	min-height:751px;
	background-image: url('../images/header-background-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#headliner .overlay {
		position:absolute;
		left:0;
		right: 0;
		top:auto;
		bottom:0;
		padding:0;
		width:60%;
		margin: 0 auto;
		z-index:600;
		transition:all .2s ease;
	}
	
	#headliner .overlay-content {
		background-color:rgba(22, 68, 115, 0.60);
		background:-moz-linear-gradient(top, rgba(22,68,115,0.6) 0%, rgba(12,33,55,0.9) 57%);
		background:-webkit-linear-gradient(top,rgba(22, 68, 115, 0.60) 0%,rgba(12,33,55,0.9) 57%);
		background:linear-gradient(to bottom,rgba(22, 68, 115, 0.60) 0%,rgba(12,33,55,0.9) 57%);
		padding:20px 0 50px;
		text-align: center
	}
	



#headliner div.overlay h2 {
	padding:0 5%;
	margin: 0;
	font-size:2em;
	font-weight:400;
	line-height:1em;
	color:#FFF;
	transition:all .2s ease;
}


#headliner div.overlay div.text_2 {
	padding:5px 10%;
	font-size:1em;
	font-weight:500;
	color:#FFF;
	transition:all .2s ease;
}

#headliner div.overlay div.text_2 div:first-child {
	padding: 0 15%;
}

#headliner div.overlay div.text_2 div:nth-child(2) {
	margin-top: 25px;
}

#headliner div.text_2:after {
	display:block;
	content:"";
	margin:20px auto;
	width:40%;
	border-bottom:#BECE43 solid 2px;
}

#headliner div.text_2:before {
	display:block;
	content:"";
	margin:20px auto;
	width:40%;
	border-top:#BECE43 solid 2px;
}

#headliner div.overlay div.button {
	padding:0 5%;
	display:inline-block;
}




@media screen and (max-width: 1000px) {
	#headliner .overlay {
		padding:0;
		width:100%;
	}
	
	#headliner div.overlay div.text_2 {
		font-weight:300;
	}
	
	#headliner .overlay-content {
		padding:20px 0 50px;
	}
	
	#headliner div.overlay div.text_2 div:first-child {
	padding:5px 10%;
}

}

@media screen and (max-width: 550px) {
	#headliner .overlay {
		padding:0;
		width:100%;
	}
	
	#headliner div.overlay div.text_2 {
		font-weight:300;
	}
	
	#headliner .overlay-content {
		padding:20px 0 50px;
	}

}


#headliner a.button {
	background: none;
	border: none;
	color: #BECE43;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.25em;
	letter-spacing: .1px;
}

#headliner a.button:after {
	position: absolute;
	content: '\f105';
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 2em;
	margin-left: 10px;
}

#headliner a.button:hover {
	color: #FFF;
}


#header_container {
	position:relative;
	width:100%;
	max-width:1235px;
	margin:auto;
}



#social {
	position:absolute;
	top:20px;
	right:0;
	text-align:center;
	font-size:1em;
	margin:2px 12px;
	transition:top .4s ease;
}

#social a {
	padding:2px 5px;
	color:#FFF;
}

#social a:hover {
	color:#BECE43!important;
}

body.scroll #social {
	top:12px;
}

.preload {
	display:none;
}

.logo {
	position:absolute;
	top:25px;
	left:15px;
	z-index:105;
}

body.scroll header .logo {
	top:10px;
	left:5px;
	transition:top .4s ease;
}

header .logo img {
	width:413px;
	height:auto;
	transition:width .4s ease,height .4s ease;
}


body.scroll .logo img {
	width: 300px!important;
	margin-top: 10px;
	transition:width .4s ease,height .4s ease;
}


.nowrap {
	white-space:nowrap;
}

#breadcrumb_container {
	width:100%;
	background-color:#E6E7E9;
}

#breadcrumb {
	width:100%;
	max-width:1235px;
	margin:auto;
	text-align:left;
	font-size:1.5em;
	padding:20px 15px;
	font-weight:500;
}

#sub_header {
	width:100%;
}

#sub_header img {
	width:100%;
	height:auto;
}

#pagecell {
	position:relative;
	margin:auto;
	background-color:rgba(255,255,255,1);
}

#content_container {
	width:100%;
	margin:130px auto 0;
	min-height:600px;
}

body.scroll #content_container {
	margin-top:100px;
}

/* body.home #content_container {
	margin-top:0;
} */

#content_container.no_top_margin {
	margin-top:0;
}

.content_sidebar_fix {
	margin-right:10px;
}

div.dark {
	background-color:#3c4357;
	padding:5px 30px;
	margin:20px 0;
	color:#fff;
}

div.dark a {
	color:#fff;
}

div.dark a:hover {
	color:#bb9115;
}

#content {
	text-align:left;
	min-height:425px;
	height:auto!important;
	margin:0 15px;
	letter-spacing:normal;
	white-space:normal;
	font-size:1em;
	font-weight:300;
	margin:auto;
}

body.home #content {
	max-width:100%;
}

p {
	line-height:1.5em;
	padding:0 0 15px;
}

a {
	outline:none;
}

a:link,a:visited {
	color:#194571;
	text-decoration:none;
	font-weight:500;
}

a:visited {
	color:#194571;
}

a:hover {
	color:#3c4357;
	text-decoration:none;
}




#content ol {
	list-style:none;
    list-style-type: none;
     
    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}
#content ol > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}
#content ol > li:before {
    position: absolute;
    top: 0;
    left: -3em;
    width: 2.5em;
    height: 2.5em;
    font-weight: 700;
     
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #BECE43;
    padding: 0;

    border-radius: 50%;
    background-color: #515669;
    content: counter(li-counter);
    counter-increment: li-counter;
}





#content ol li ol {
	padding-top: 50px;
	list-style-type:upper-alpha;
}



#content ul {
	list-style:none;
	padding-left:30px!important;
}

#content ul li {
	padding-left:0;
	padding-bottom:10px;
	margin:0!important;
	margin-left:40px;
	list-style-position:inside;
	text-indent:-15px;
}

#content ul.caret li {
	text-indent:-25px;
}

#content ul.caret li:before {
	background-image:url(../images/caret-bottom_right.png);
	background-repeat:no-repeat;
	display:inline-block;
	margin-left:0;
	width:25px;
	height:14px;
	content:'';
}

#content ul.checks li:before {
	content:"\f00c";
}

#content ul li:before {
	content:"\f0a9";
	font-family:FontAwesome;
	display:inline-block;
	margin-left:0;
	width:15px;
	color:#515669;
}

#content ul li ul li:before {
	content:"\2022";
	display:inline-block;
	margin-left:0;
	width:1em;
	color:#333;
}

#content ul li ul li ul li:before {
	content:"\f105";
	font-family:FontAwesome;
	display:inline-block;
	margin-left:0;
	width:1em;
	color:#BECE43;
}

#content ul li ul li ul li ul li:before {
	content:"\2022";
	display:inline-block;
	margin-left:0;
	width:1em;
	color:#BECE43;
}

li .inline_list_left {
	float:left;
	width:5em;
}

li .inline_list_right {
	float:right;
	width:5em;
}

.flip {
	-webkit-transform:rotateY(360deg);
	transform:rotateY(360deg);
	transition:1s;
}

.flop {
	-webkit-transform:rotateY(0);
	transform:rotateY(0);
	transition:1s;
}

.team_pic {
	cursor:pointer;
}

section.standard {
	max-width:1250px;
	margin:0 auto;
}

@media screen and (max-width: 1275px) {
	section.standard {
		padding:0 20px;
	}
}

section.medium {
	max-width:1000px;
	margin:0 auto;
}

@media screen and (max-width: 1025px) {
	section.medium {
		padding:20px;
	}
}

section.generic {
	max-width:800px;
	margin:0 auto;
	padding:40px 0 50px;
}

@media screen and (max-width: 825px) {
	section.generic {
		padding:20px;
	}
}

section.narrow {
	max-width:600px;
	margin:0 auto;
}

@media screen and (max-width: 625px) {
	section.narrow {
		padding:20px;
	}
}

section.gray {
	background:#F1F1F2;
}

section.gray_right {
	background:#fff;
	background:-moz-linear-gradient(left,rgba(255,255,255,1) 50%,rgba(241,241,242,1) 51%);
	background:-webkit-linear-gradient(left,rgba(255,255,255,1) 50%,rgba(241,241,242,1) 51%);
	background:linear-gradient(to right,rgba(255,255,255,1) 50%,rgba(241,241,242,1) 51%);
}

section.gray_left {
	background:#fff;
	background:-moz-linear-gradient(left,rgba(241,241,242,1) 50%,rgba(255,255,255,1) 51%);
	background:-webkit-linear-gradient(left,rgba(241,241,242,1) 50%,rgba(255,255,255,1) 51%);
	background:linear-gradient(to right,rgba(241,241,242,1) 50%,rgba(255,255,255,1) 51%);
}

section.blue {
	background:#3A4057;
	color:#fff;
	padding:60px 0 20px;
}

section.blue div.title {
	font-size:60px;
	color:#fff;
}

section.blue blockquote {
	font-size:2.2em;
	font-weight:100;
}

section.blue div.icon {
	opacity:.5;
}

section.blue div.icon.active {
	opacity:1;
}

section.blue .icon img {
	-moz-filter:grayscale(1);
	-ms-filter:grayscale(1);
	-o-filter:grayscale(1);
	filter:grayscale(1);
}

section.blue .icon.active img,section.blue div.icon:hover img {
	-moz-filter:grayscale(0);
	-ms-filter:grayscale(0);
	-o-filter:grayscale(0);
	filter:grayscale(0);
}

section.blue .icon span {
	font-weight:500;
	font-size:13px;
	white-space:nowrap;
}

body.mobile section.blue .icon span {
	white-space:normal;
}

section.blue .icon.active span span {
	color:#D2A53C;
}

section.area_1 h1,section.area_1 div {
	max-width:960px;
	margin:auto;
}

section.collaborator {
	background:#d1d1d2;
	background:-moz-linear-gradient(top,#d1d1d2 0%,#f4f5f6 57%);
	background:-webkit-linear-gradient(top,#d1d1d2 0%,#f4f5f6 57%);
	background:linear-gradient(to bottom,#d1d1d2 0%,#f4f5f6 57%);
	padding:30px 0;
	width:100%;
	margin:0 0 40px;
}

section.collaborator div,section.collaborator p {
	max-width:960px;
	margin:auto;
	padding:10px 20px;
}

section.icon_table div.icon {
	opacity:.5;
}

section.icon_table div.icon:hover {
	opacity:.75;
}

section.icon_table div.icon.active {
	opacity:1;
}

table.collaborator td {
	padding:10px 10px 30px;
}

body.mobile table.collaborator td {
	padding:0 0 30px;
}

table.collaborator td p,table.collaborator td h3 {
	padding:0;
	margin:0;
}

table,table.direction,table.measure,table.shift,table.table_4,table.gaps,table.gaps table,table.table_6,table.table_8,table.table_collaborator {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	max-width:1235px;
	margin:0 auto;
}

table.table_8 {
	max-width:1500px;
	margin:0 auto;
}

body.mobile table.table_8 td {
	max-width:500px;
	margin:0 auto;
	padding:0;
}

table.table_8 img {
	display:block;
}

table.table_8 div.pad_1 {
	padding:0 50px;
}

table.collaborator_1 {
	background:#2f3e67;
	background:-moz-linear-gradient(top,#2f3e67 0%,#6a718a 57%);
	background:-webkit-linear-gradient(top,#2f3e67 0%,#6a718a 57%);
	background:linear-gradient(to bottom,#2f3e67 0%,#6a718a 57%);
	width:100%;
}

table.collaborator_1 tr:first-child td {
	height:220px;
}

table.collaborator_1 tr:nth-child(2) td {
	padding:20px 30px;
	height:220px;
	vertical-align:top;
}

body.mobile #content table.collaborator_1 tr:first-child td {
	padding:40px 60px!important;
}

table.collaborator_1 tr:nth-child(2) {
	background-color:#f4f5f6;
}

table.table_6 {
	max-width:1480px;
}

table.table_6 td {
	padding:50px 30% 10px 100px;
	margin:0;
	color:#fff;
}

body.mobile table.table_6 td {
	padding:20px;
}

table.table_6 td h2::after {
	content:none;
}

table.direction td,table.measure td,table.shift td,table.table_4 td,table.gaps td,table.table_8 td {
	padding:0;
	margin:0;
}

section.gaps {
	width:100%;
	background-color:#F1F2F3;
}

table.gaps tr td {
	padding:50px 0 25px;
	background-color:#F1F2F3;
}

table.gaps h2 {
	padding:0 0 25px;
	color:#55596c;
	font-size:60px;
	line-height:65px;
	font-weight:300;
}

table.gaps tr td table tr td {
	padding:0;
}

table.direction td:first-child,table.shift td:first-child {
	padding:50px 50px 50px 20px;
	background-color:#F1F2F3;
}

body.mobile table.direction td:first-child,body.mobile table.shift td:first-child {
	padding:20px;
}

table.measure td:nth-child(2),table.table_4 td:nth-child(2) {
	padding:50px 20px 50px 50px;
	background-color:#fff;
}

body.mobile table.measure td:nth-child(2),body.mobile table.table_4 td:nth-child(2) {
	padding:20px;
}

table.direction,table.measure,table.shift {
	z-index:3;
	position:relative;
}

section.direction {
	position:relative;
	background-color:#F1F2F3;
	width:100%;
}

section.direction div.direction_right {
	position:absolute;
	top:0;
	right:0;
	width:38%;
	height:100%;
	background-image:url(../images/background-1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	z-index:2;
}

section.shift {
	position:relative;
	background-color:#F1F2F3;
	width:100%;
}

section.shift div.shift_right {
	position:absolute;
	top:0;
	right:0;
	width:38%;
	height:100%;
	background-image:url(../images/background-3.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	z-index:2;
}

section.measure {
	position:relative;
	background-color:#FFF;
	width:100%;
}

section.measure div.measure_left {
	position:absolute;
	top:0;
	left:0;
	width:38%;
	height:100%;
	background-image:url(../images/background-2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	z-index:2;
}

section.set_direction {
	position:relative;
	width:100%;
}

section.set_direction div.set_direction_right {
	position:absolute;
	top:0;
	right:0;
	width:40%;
	height:100%;
	background-image:url(../images/wallstreet.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

body.mobile section.set_direction div.set_direction {
	display:none;
}

table.direction td:nth-child(2) img,table.shift td:nth-child(2) img {
	padding:50px 70px 50px 0;
}

table.measure td:first-child img {
	padding:40px 0 40px 60px;
}

section.whatwedo {
	position:relative;
	width:100%;
}

section.whatwedo div.whatwedo_right {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-image:url(../images/stepping-out.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

body.mobile section.whatwedo div.whatwedo_right {
	display:none;
}

section.onemain {
	position:relative;
	width:100%;
	background-color:#F1F2F3;
}

body.mobile section.onemain {
	padding:20px;
}

section.onemain div.onemain_right {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-image:url(../images/onemain-2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

body.mobile section.onemain div.onemain_right {
	display:none;
}

section.onemain td:first-child {
	padding:40px 70px 40px 20px;
}

body.mobile section.onemain td:first-child {
	padding:0;
}

section.wealth {
	position:relative;
	width:100%;
	background-color:#F1F2F3;
}

body.mobile section.wealth,section.washcollege {
	padding:20px;
}

section.wealth div.wealth_right {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-image:url(../images/wallstreet.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

body.mobile section.wealth div.wealth_right {
	display:none;
}

section.wealth td:first-child {
	padding:40px 70px 40px 20px;
}

body.mobile section.wealth td:first-child {
	padding:0;
}

section.leadingage {
	position:relative;
	width:100%;
	background-color:#F1F2F3;
}

body.mobile section.leadingage,section.washcollege {
	padding:20px;
}

section.leadingage div.leadingage_right {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-image:url(../images/leadingage.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

body.mobile section.leadingage div.leadingage_right {
	display:none;
}

section.leadingage td:first-child {
	padding:40px 70px 40px 20px;
}

body.mobile section.leadingage td:first-child {
	padding:0;
}

section.washcollege {
	position:relative;
	width:100%;
	background-color:#F1F2F3;
}

section.washcollege div.washcollege_left {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-image:url(../images/washcollege.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

body.mobile section.washcollege div.washcollege_left {
	display:none;
}

section.washcollege td:nth-child(2) {
	padding:40px 10px 40px 70px;
}

body.mobile section.washcollege td:nth-child(2) {
	padding:0;
}

section.strategy {
	position:relative;
	width:100%;
}

section.strategy div.strategy_right {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-image:url(../images/WhatWeDo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	z-index:2;
}

body.mobile section.strategy div.strategy_right {
	display:none;
}

section.strategy td:first-child {
	padding:50px 60px 50px 20px;
}

body.mobile section.strategy td:first-child {
	padding:20px;
}

body.mobile section.strategy td:nth-child(2) {
	padding:0;
}





section.success {
	position:relative;
	width:100%;
}

section.success div.success_right {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-image:url(../images/success_1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	z-index:2;
}

section.success div.success_right_2 {
	background-image:url(../images/success_2.jpg) !important;
}


body.mobile section.success div.success_right {
	display:none;
}

section.success td:first-child {
	padding:50px 60px 50px 20px;
}

body.mobile section.success td:first-child {
	padding:20px;
}

body.mobile section.success td:nth-child(2) {
	padding:0;
}





section.mission h2 {
	font-size:60px;
	line-height:65px;
	font-weight:300;
	text-align:left;
	color:#55596c;
}

section.mission {
	position:relative;
	width:100%;
}

section.mission div.mission_right {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-image:url(../images/mission.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	z-index:2;
}

body.mobile section.mission div.mission_right {
	display:none;
}

section.mission td:first-child {
	padding:80px 70px 80px 20px;
}

body.mobile section.mission td:first-child {
	padding:20px;
}

body.mobile section.mission td:nth-child(2) {
	padding:0;
}

section.mission h2 {
	font-size:60px;
	line-height:65px;
	font-weight:300;
	text-align:left;
	color:#55596c;
}

section.vision {
	position:relative;
	width:100%;
}

section.vision div.vision_left {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-image:url(../images/vision.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

body.mobile section.vision div.vision_left {
	display:none;
}

section.vision td:nth-child(2) {
	padding:80px 10px 80px 70px;
}

body.mobile section.vision td:first-child {
	padding:0;
}

body.mobile section.vision td:nth-child(2) {
	padding:20px;
}

section.vision h2 {
	font-size:60px;
	line-height:65px;
	font-weight:300;
	text-align:left;
	color:#55596c;
}

section.mealsonwheels {
	position:relative;
	width:100%;
	background-color:#F1F2F3;
}

section.mealsonwheels blockquote {
	font-size:1em;
	line-height:1.5em;
}

section.mealsonwheels div.mealsonwheels_left {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-image:url(../images/mealsonwheels.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

body.mobile section.mealsonwheels div.mealsonwheels_left {
	display:none;
}

section.mealsonwheels td:nth-child(2) {
	padding:40px 10px 40px 70px;
}

body.mobile section.mealsonwheels td:nth-child(2) {
	padding:0;
}

section.whatwedo table td:first-child {
	padding:30px 20px 30px 0;
}

@media screen and (max-width: 1275px) {
	section.whatwedo table td:first-child {
		padding:30px 20px;
	}
}

section.culture {
	background-image:url(../images/culture-background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
}

body.mobile table.direction td:nth-child(2),body.mobile table.measure td:first-child,body.mobile table.shift td:nth-child(2) {
	display:none;
}

body.mobile table.direction td:nth-child(2),body.mobile table.measure td:first-child,body.mobile table.shift td:nth-child(2) {
	display:none;
}

body.mobile table {
	width:100%!important;
	height:auto!important;
	overflow:hidden;
	border-collapse:collapse;
}

body.mobile table:not(.no_resize) th {
	display:none;
}

body.mobile table:not(.no_resize) th,body.mobile table:not(.no_resize) td {
	padding:10px;
}

body.mobile table:not(.no_resize) td {
	display:block;
	width:100%!important;
	height:auto!important;
	overflow:hidden;
}

body.mobile table.no_resize {
	table-layout:fixed;
}

body.mobile table.no_resize td {
	vertical-align:middle!important;
}

body.mobile table:not(.no_resize) td p,body.mobile table:not(.no_resize) td div,body.mobile table:not(.no_resize) td ul li {
	text-align:left;
}

body.mobile table td img {
	max-width:100%!important;
	height:auto!important;
	margin-left:0!important;
	margin-right:0!important;
	margin:auto;
}

#content img,footer img,.footer_hands img {
	max-width:100%;
	height:auto!important;
}

#content a img.blur:hover {
	filter:blur(4px);
}

.hideSvgSoThatItSupportsFirefox {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

#content a img.blur:hover {
	filter:url(#sharpBlur);
}

figure {
	 margin: 15px 15px;
	 clear: both;
}

figcaption {
	font-size:.7em;
	line-height: 1.1em;
	color: #223C65;
}

body.mobile #content figure {
	float:none!important;
	margin:15px auto!important;
}


body.mobile #content img {
	float:none!important;
	margin:0 auto!important;
	margin-right:0;
	margin-left:0;
	display:block;
}

hr {
	border:none;
	border-top:2px #BECE43 solid;
	padding:20px 0;
	margin:10px 0;
}

hr.short {
	width:150px;
	margin:0 auto;
	border:none;
	border-top:3px #BECE43 solid;
	padding:5px 0 15px;
}

hr.dotted {
	border:none;
	border-top:3px #55596A dotted;
	padding:5px 0;
	margin:5px 0;
}

.handwriting_font {
	font-family: 'Nothing You Could Do', cursive;
	text-transform: capitalize !important;
}

.andrea_green {
	color:#BECE43;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#6798B4;
	margin:10px 0 15px;
}

h1 {
	font-size:50px;
	line-height:65px;
	font-weight:500;
	text-align:center;
	color:#6798B4;
	text-transform: uppercase;
}

h2 {
	color:#BECE43;
	font-size:40px;
}

h3 {
	font-size:30px;
	text-transform: uppercase;
}

h4 {
	color: #355874;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}

h5 {
	font-size:20px;
	color:#BECE43;
	font-weight:500;
}

h6 {
	font-size:18px;
}

h2.bar:after {
	display:block;
	content:"";
	margin:10px 0 10px 1px;
	width:115px;
	border-bottom:#BECE43 solid 3px;
}

blockquote {
	font-size:1em;
	margin:10px 0;
	padding:10px 0;
	line-height:1em;
	position:relative;
	text-align:left;
	text-indent:40px;
}

blockquote p:before {
	content:"\201C";
	font-family:Times;
	font-size:50px;
	vertical-align: text-bottom;
}

blockquote p {
	margin: 0;
	padding: 0;
}

blockquote p:after {
	content:"\201D";
	font-family:Times;
	font-size:50px;
	vertical-align: text-bottom;
}

table.callouts {
	width: auto; border-collapse: separate; border-spacing:50px 0;
}

body.mobile table.callouts {
	width: auto; border-collapse: separate; border-spacing:0 0;
}

section.empspot blockquote {
	font-size:2.2em;
	font-weight:100;
}

section.empspot {
	background-color: #6A96B4;
	background-image:url(../images/background-andrea-bio_450.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

section.empspot a.more {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 900;
}

section.empspot a.more:hover {
	color: #BECE43;
}

section.empspot div.title {
	color:#FFF;
	line-height:65px;
	font-weight:300;
	font-size: 2.5em
}

section.empspot h3 {
	color:#BECE43;
}

section.empspot p {
	line-height:1.2em;
}

section.highlights h2 {
	color:#55596c;
	font-size:60px;
	line-height:65px;
	font-weight:300;
	padding-left:10px;
}

span.hot {
	background-color:#BECE43;
	color:#FFF;
	font-weight:500;
	overflow:hidden;
	padding:2px 4px;
	margin:0 5px;
	text-decoration:none;
	cursor:pointer;
	letter-spacing:1px;
	white-space:nowrap;
}

a.button {
	background-color:#BECE43;
	color:#FFF;
	font-size:1.25em;
	font-weight: 700;
	line-height:3em;
	overflow:hidden;
	padding:12px 24px;
	text-decoration:none;
	cursor:pointer;
	letter-spacing:1px;
	box-shadow:0 0 1px #729EC7;
	white-space:nowrap;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	border-radius: 10px;
}

a.button:hover {
	background-color:#355874;
	text-decoration:none;
}

a.button_dark {
	background-color:#515669;
	color:#FFF;
	font-size:1em;
	line-height:3em;
	overflow:hidden;
	padding:12px 24px;
	text-decoration:none;
	cursor:pointer;
	letter-spacing:1px;
	box-shadow:0 0 1px #729EC7;
	white-space:nowrap;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

a.button_dark:hover {
	background-color:#3c4357;
	text-decoration:none;
	border:#3c4357 solid thin;
}

.external-icon {
	vertical-align:baseline;
	font-size:60%!important;
	padding:3px;
	vertical-align:super;
}

a.external {
	white-space:nowrap;
}

a.phone {
	text-decoration:none;
}

video {
    width: 100%;
    height: auto;
}

iframe {
	max-width:100%;
}

.responsive-iframe {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.responsive-iframe iframe,.responsive-iframe object,.responsive-iframe embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#mobile_nav {
	display:none;
}

#mobile_nav {
	display:none;
}

body.mobile-menu #mobile_nav,body.touch #mobile_nav {
	display:block;
}

nav {
	position:absolute;
	top:80px;
	right:0;
	padding:0;
	width:100%;
	text-align:center;
	transition:top .4s ease;
	z-index:110;
}

body.scroll nav {
	top:35px;
	transition:top .4s ease;
}

nav.right > ul {
	float:right;
	padding-left:0;
}

nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

nav ul li {
	text-align:left;
	border-right:#FFF solid 2px;
}

nav ul li.last {
	border: none;
}

nav ul li:hover > ul {
	display:block;
}

nav ul li.last:hover > ul {
	right:0;
}

nav ul li a {
	display:inline-block;
	font-size:18px;
	font-weight:500!important;
	text-decoration:none;
	width:125px;
	position:relative;
	text-transform: uppercase;
}

nav > ul > li > a {
	color:#FFF!important;
}

nav ul li.last a {
	border-right:none;
}

nav > ul > li.nav_active > a {
	color:#BECE43 !important;
	text-decoration:none;
}


nav > ul > li:hover > a {
	color: #BECE43 !important;
}

nav ul ul {
	position:absolute;
	top:40px;
	padding:5px 0 10px;
	display:none;
	background-color:rgba(246,251,253,0.92);
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	z-index:10;
	min-width:150px;
}

body.scroll nav ul ul {
	top:32px;
}

nav > ul > li > ul > li:hover > a,nav > ul > li > ul > li > ul > li:hover > a {
	color:#000;
}

nav > ul > li > ul > li.nav_active > a,nav > ul > li > ul > li > ul > li.nav_active > a {
	color:#000;
}

nav ul ul li {
	position:relative;
}

nav ul ul ul {
	left:100%;
	top:0;
}

nav > ul {
	padding-left:40px;
}

/*
body.scroll nav > ul {
	padding-left:30px;
}
*/

nav > ul > li {
	float:left;
}

nav.right > ul {
	float:right;
}

nav.centered > ul {
	padding:0;
}

nav.centered > ul > li {
	float:none;
	display:inline-block;
	white-space:nowrap;
	margin-right:-4px;
}

nav ul > li > a {
	width:auto;
	margin:2px 12px;
	padding: 0px 2px 0px;
	white-space:nowrap;
}

/*
body.scroll nav ul > li > a {
	padding:5px 2px 0;
}
*/

nav ul > li > ul > li > a {
	width:auto;
	padding:7px 10px;
	white-space:nowrap;
}

#mobile_nav {
	position:absolute;
	top:10px;
	right:20px;
	margin:0;
	width:60px;
	height:50px;
	text-align:center;
	padding:0;
	z-index:500;
}

#mobile_nav a {
	text-decoration:none;
	line-height:normal;
}

.mobile-nav-toggle {
	position:absolute;
	width:30px;
	height:30px;
	top:15px;
	right:20px;
	vertical-align:middle;
	cursor:pointer;
	color:#FFF;
	padding:0;
	display:inline-block;
	z-index:1002;
	transition:top .4s ease;
}

.top-bar {
	width:40px;
	height:4px;
	background-color:#FFF;
	position:absolute;
	top:0;
	transition:transform .1s .1s ease-in-out;
	-webkit-transition:transform .1s .1s ease-in-out;
	-moz-transition:transform .2s .2s ease-in-out;
	-o-transition:transform .1s .1s ease-in-out;
}

.middle-bar {
	width:40px;
	height:4px;
	background-color:#FFF;
	position:absolute;
	top:10px;
	transition:opacity 0 .1s linear;
	-webkit-transition:opacity 0 .1s linear;
	-moz-transition:opacity 0 .1s linear;
	-o-transition:opacity 0 .1s linear;
}

.bottom-bar {
	width:40px;
	height:4px;
	background-color:#FFF;
	position:absolute;
	top:20px;
	transition:transform .1s .1s ease-in-out;
	-webkit-transition:transform .1s .1s ease-in-out;
	-moz-transition:transform .1s .1s ease-in-out;
	-o-transition:transform .1s .1s ease-in-out;
}

div.mobile-nav-toggle.open .top-bar {
	transform:rotate(45deg);
	-webkit-transition:rotate(45deg);
	-moz-transition:rotate(45deg);
	-o-transition:rotate(45deg);
	top:7px;
}

div.mobile-nav-toggle.open .middle-bar {
	opacity:0;
}

div.mobile-nav-toggle.open .bottom-bar {
	transform:rotate(-45deg);
	-webkit-transition:rotate(-45deg);
	-moz-transition:rotate(-45deg);
	-o-transition:rotate(-45deg);
	top:7px;
}

#cssmenu,#cssmenu ul,#cssmenu li,#cssmenu a {
	margin:auto;
	padding:0;
	border:0;
	list-style:none;
	text-decoration:none;
	line-height:1em;
	font-size:18px;
	position:relative;
	text-align:left;
}

#cssmenu {
	display:none;
	width:100%;
	margin:auto;
	z-index:99999;
	position:fixed;
	top:187px;
}

#cssmenu {
	top:123px;
}

body.scroll #cssmenu {
	top:70px;
}

#cssmenu a {
	line-height:normal;
}

#cssmenu > ul > li {
	background-color:rgba(22, 68, 115, 0.65);
}

#cssmenu > ul > li > a {
	display:block;
	line-height:20px;
	text-transform:uppercase;
	color:#FFF;
}

#cssmenu > ul > li > a > span,#cssmenu > ul > li > ul > li > a > span {
	display:block;
	padding:8px 20px;
}

#cssmenu a:hover {
	text-decoration:none;
	color:#BECE43!important;
	background-color:rgba(0,0,0,0.23);
}

#cssmenu > ul > li.active,#cssmenu > ul > li.active > ul > li {
	border:none;
	color:#BECE43!important;
	background-color:#000;
}

#cssmenu > ul > li.has-sub > a i.nav_plus,#cssmenu > ul > li > ul > li.has-sub > a i.nav_plus {
	float:right;
	display:inline-block;
}

#cssmenu > ul > li.has-sub > a i.nav_minus,#cssmenu > ul > li > ul > li.has-sub > a i.nav_minus {
	float:right;
	display:none;
}

#cssmenu > ul > li.has-sub.active > a i.nav_plus,#cssmenu > ul > li > ul > li.has-sub.active > a i.nav_plus {
	display:none;
}

#cssmenu > ul > li.has-sub.active > a i.nav_minus,#cssmenu > ul > li > ul > li.has-sub.active > a i.nav_minus {
	display:inline-block;
}

#cssmenu ul ul {
	display:none;
	background-color:#000;
}

#cssmenu ul ul a {
	padding:5px 0 5px 25px;
	display:block;
	color:#FFF;
	font-size:16px;
}

#cssmenu ul ul a span {
	padding:0 0 0 15px;
}

#cssmenu ul ul ul a {
	padding:5px 0 5px 60px;
	display:block;
	color:#FFF;
	font-size:16px;
	line-height:20px;
}

#cssmenu ul ul ul a:before {
	left:90px;
}

#cssmenu ul ul a.nav_active {
	background-color:#000;
}

#cssmenu ul ul a.nav_active span {
	color:#BECE43!important;
}

#cssmenu a.nav_link.nav_active {
	color:#BECE43!important;
}

section.footer-top {
	/* background-image: url('../images/background-footer.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; */
	background-color:rgba(22, 68, 115, 1);
	margin: 0 0 50px;
}

body.mobile section.footer-top table td div, body.mobile section.footer-top table td p {
	text-align: center
}

section.footer-top .venue_cms_form_value {
	margin:0 10px 0 10px; !important;
}

footer {
	background-color:#002545;
	width:100%;
	text-align:center;
	color:#666;
}

#footer_container {
	width:100%;
	max-width:1235px;
	margin:auto;
	padding:30px;
}

footer a:link,footer a:visited {
	text-decoration:none;
	font-weight:300;
}

footer a:hover {
	text-decoration:none;
	color:#333;
}

#logo-footer {
	text-align:left;
	margin:30px 0 60px 10px;
}

.footer-social-block {
	text-align:center;
	background:#fff;
	padding:25px 20px 5px;
	margin:0 -20px;
}

#footer_social {
	text-align:center;
	font-size:1em;
	padding:10px;
}

#footer_social a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	border-radius:50%;
	background:#888;
	color:#FFF;
	margin:0 5px;
	font-size:1.1em;
	text-decoration:none;
	transition:background 0.2s;
}

#footer_social a:hover {
	background:#BECE43;
	color:#FFF!important;
}

#copyright {
	background:#fff;
	color:#333;
	padding:10px 30px 25px;
	margin:0 -20px;
	font-size: .55em;
	text-align:center;
}


#contact-footer td {
	padding:0 20px;
	width:50%;
	vertical-align:top;
}

#contact-footer a {
	color:#BECE43;
	text-decoration:none;
}

#contact-footer a:hover {
	text-decoration:underline;
}

#back-top-wrapper div a {
	width:40px;
	height:40px;
	opacity:1;
}

#back-top {
	display:none;
}

#back-top-wrapper {
	position:fixed;
	right:20px;
	bottom:20px;
	overflow:hidden;
	z-index:10000;
}

#back-top span {
	display:block;
	width:40px;
	height:45px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
	color:#CCC;
	font-size:40px;
	opacity:.5;
}

#back-top span:hover {
	color:#FFF;
	opacity:1;
}

@media screen and (max-width: 1152px) {
	

	

	
	table.table_8 div.pad_1 {
	padding:0 20px;
	}
}




@media screen and (max-width: 1000px) {
	body {
		font-size:16px;
	}
	
	blockquote,section.blue blockquote,section.empspot blockquote {
		font-size:1.5em;
	}
	
	#content h1 {
		text-align:center;
		font-size:35px;
		line-height:38px;
	}
	
	#footer-top {
		font-size:1.2em;
	}
	
	header {
		height:125px;
	}
	
	#content_container {
		margin-top:125px;
	}
	
	#mobile_nav {
		display:block;
	}
	
	nav {
		display:none;
	}
	
	#social {
		top:80px;
		right:12px;
	}
	
	.logo {
		top:20px;
		left:20px;
	}
	
		body.scroll #social {
		display:none;
	}
	
}

@media screen and (max-width: 490px) {
	header .logo img,body.scroll .logo img {
		width:300px !important;
	}

}

@media screen and (max-width: 425px) {
	body {
		font-size:14px;
	}
	
	blockquote,section.blue blockquote {
		font-size:1em;
	}
	
	#content h1 {
		text-align:center;
		font-size:30px;
		line-height:34px;
	}
	
	.logo {
		top:20px!important;
		transition:top .4s ease;
	}
	
	#footer-top {
		font-size:1em;
	}
	
	body.mobile.scroll header {
		height:100px;
	}
	
	#mobile_nav {
		top:45px;
		left:0!important;
		right:0!important;
		margin:0 auto;
	}
	
	#content {
		text-align:left;
	}
	
	header .logo img,body.scroll .logo img {
		width:100%!important;
	}
	
	.logo {
		top:10px!important;
		left:0!important;
		right:0!important;
	}
	
	.logo a {
		display:block;
		width:90%;
		height:auto;
		margin:auto;
	}
	
	#social {
		top:90px;
		right:0;
		left:0;
		font-size:1.75em;
	}


}

/* ============================
   Testimonial Carousel + A-List Footer
   ============================ */

.footer-top-inner {
	display: flex;
	align-items: stretch;
	max-width: 1100px;
	margin: 0 auto;
}
.footer-col {
	flex: 1;
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-testimonials {
	text-align: center;
}
.footer-signup {
	text-align: center;
}
.footer-alist-desc {
	color: rgba(255,255,255,0.8);
	font-weight: 300;
	font-size: 0.95em;
	line-height: 1.5;
	margin: 8px 0 18px;
	padding: 0;
}

/* Carousel */
.ac-carousel {
	position: relative;
	min-height: 120px;
}
.ac-carousel-track {
	position: relative;
}
.ac-carousel-slide {
	display: none;
	animation: acFadeIn 0.5s ease;
}
.ac-carousel-slide.ac-carousel-active {
	display: block;
}
.ac-carousel-slide p {
	color: #fff;
	font-weight: 300;
	font-size: 0.95em;
	line-height: 1.65;
	font-style: italic;
	padding: 0 10px;
	margin: 0;
}
@keyframes acFadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Carousel Navigation */
.ac-carousel-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 18px;
}
.ac-carousel-arrow {
	background: none;
	border: none;
	color: rgba(255,255,255,0.6);
	font-size: 1em;
	cursor: pointer;
	padding: 4px 8px;
	transition: color 0.2s;
}
.ac-carousel-arrow:hover {
	color: #BECE43;
}
.ac-carousel-dots {
	display: flex;
	gap: 8px;
}
.ac-carousel-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.4);
	background: transparent;
	cursor: pointer;
	padding: 0;
	transition: all 0.2s;
}
.ac-carousel-dot.active {
	background: #BECE43;
	border-color: #BECE43;
}
.ac-carousel-dot:hover {
	border-color: #BECE43;
}

/* A-List Footer Form */
.ac-footer-form {
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
}
.ac-footer-form input[type="text"] {
	width: 100%;
	padding: 14px 16px;
	margin: 0 0 12px;
	font-size: 0.95em;
	font-family: inherit;
	color: #333;
	background: #fff;
	border: none;
	border-radius: 8px;
	-webkit-appearance: none;
	appearance: none;
}
.ac-footer-form input[type="text"]::placeholder {
	color: #999;
}
.ac-footer-form input[type="text"]:focus {
	outline: none;
	box-shadow: 0 0 0 2px #BECE43;
}
.ac-alist-btn {
	display: block;
	width: 100%;
	background: #BECE43 !important;
	color: #164473 !important;
	font-weight: 700 !important;
	font-size: 1em !important;
	padding: 14px 28px !important;
	border-radius: 8px !important;
	border: none !important;
	cursor: pointer;
	letter-spacing: 0.5px;
	transition: background 0.3s ease;
	-webkit-appearance: none;
	appearance: none;
}
.ac-alist-btn:hover {
	background: #d4e255 !important;
}

/* Footer Carousel Responsive */
@media (max-width: 768px) {
	.footer-top-inner {
		flex-direction: column;
	}
	.footer-col {
		padding: 30px 20px;
	}
}
/* Floating CHAOS Score CTA */
.ac-float-cta {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.ac-float-cta a {
	display: block;
	background: #BECE43;
	color: #164473 !important;
	font-weight: 700;
	font-size: 0.85em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 18px 10px;
	border-radius: 8px 0 0 8px;
	box-shadow: -2px 2px 8px rgba(0,0,0,0.15);
	transition: background 0.3s ease, padding 0.3s ease;
}
.ac-float-cta a:link, .ac-float-cta a:visited {
	color: #164473 !important;
}
.ac-float-cta a:hover {
	background: #d4e255;
	padding: 18px 14px;
}
body.chaos-score .ac-float-cta {
	display: none;
}
@media (max-width: 600px) {
	.ac-float-cta {
		writing-mode: horizontal-tb;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		transform: none;
		text-align: center;
	}
	.ac-float-cta a {
		display: block;
		border-radius: 8px 8px 0 0;
		padding: 12px 18px;
		font-size: 0.8em;
	}
	.ac-float-cta a:hover {
		padding: 12px 18px;
	}
}
