/* ##### GLOBAL ##### */

@media screen and (min-width: 900px) {
	#em_container {
		padding-top: 115px;
	}
}

/* ##### HEADER ##### */

.button__bar--green {
	background-color: #057E2A;
}

.button__bar--green:hover {
	background-color: #279F4C !important;
}

.bar--green .bar__header {
	/*background-color: #057E2A;*/
	background-color: #231f20;
	color: #ffffff;
	background-image: url('images/tick-white.png');
}

.bar--green .bar__header:hover {
	/*background-color: #279F4C;*/
	background-color: #f38800;
}

div.bar--green h3.bar__header:after {
	background-image: url('images/icon__arrow--white.svg');
	background-position: 0px 0px;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

div.bar--green h3.bar__header:hover:after {
	background-position: 4px 0px;
}

div.button__bar--green a.link {
	height: 55px;
}


.careers .random-spacer {
	display: none;
}



div.slideSquare:hover {
	background-color: #f38800;
	border-color: #e45900;
}

div.slideSquareSelected {
	background-color: #f38800;
	border-color: #e45900;
}

@media(max-width: 800px) {
	/* #hero_slider.contains-bio{
				height: 700px;
			}
			#hero_slider.contains-bio .heroSlideInnerInner{
				flex-wrap: wrap;
				justify-content: center;
			} */
}


/* ##### FEATURED BODY HOME BOXES ##### */

div#em_container div.featured {
	/*top: 0;*/
}


/* ##### PERSPECTIVES ##### */

div.featured__header div.view-all a.link {
	color: #f38900;
}

div.featured__header div.view-all a.link:hover {
	color: #e45900;
}

div.featured__header div.view-all a.link svg {
	fill: #f38900;
	position: relative;
	left: 0px;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

div.featured__header div.view-all a.link:hover svg {
	left: 4px;
	fill: #e45900;
}

div.insights__list {
	margin: 10px 5px 0 15px;
}

div.insights__item {
	background-color: #f7f4ef;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 20px 30px 20px 30px;
}

div.insights__item:last-of-type {
	margin-bottom: 0;
}

div.item__text h4.item__info {
	font-size: 15px;
	margin-bottom: 7px;
}

div.item__text h3.item__title {
	font-size: 24px;
	margin-bottom: 15px;
}

div.item__text div.item__excerpt p.excerpt {
	font-size: 15px;
	margin-bottom: 20px;
}

div.item__text div.button {
	padding: 0;
}

div.item__text div.button a.link {
	background-color: none;
	border: none;
	padding: 0;
	background-color: transparent;
	color: #f38900;
}

div.item__text div.button a.link:hover {
	background-color: transparent;
	color: #e45900;
}

div.item__text div.button a.link svg {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 0px;
	width: 21px;
	fill: #f38900;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

div.item__text div.button a.link:hover svg {
	fill: #e45900;
	left: 4px;
}

/* ##### TOP LEVEL PAGES ##### */

.subheader .section {
	background-image: none;
	background-color: #f6f4ee;
}

/* ##### PAGES ##### */

/* ##### LEDE ##### */




/* ##### MAIN PAGE CONTENT ##### */


div.the_content div.button__item {
	border: none;
	background: none;
	padding: 0 0 0 0;
	margin-top: 15px;
}



/* ##### MISC. ##### */

div.page__list div.learn-more a {
	color: #f38800;
}

div.page__list div.learn-more a:hover {
	color: #e45900;
}

div.page__list div.learn-more a svg {
	fill: #f38800;
	left: 0px;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

div.page__list div.learn-more a:hover svg {
	fill: #e45900;
	left: 4px;
}

/* ##### SIDEBAR ##### */

div.sidebar div.sidebar_slider {
	position: relative;
	display: block;
	width: 100%;
	height: 550px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	margin-bottom: 35px;
	background-color: #f7f4ef;
}

div.sidebar_slider div.all_slides_outer {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div.sidebar_slider div.all_slides_inner {
	position: relative;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	font-size: 0;
}

div.sidebar_slider div.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: inline-block;*/
	display: none;
	vertical-align: top;
	white-space: normal;
}

div.sidebar_slider div.slide:first-of-type {
	display: inline-block;
}

div.sidebar_slider_image {
	display: block;
	position: relative;
	width: 100%;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div.sidebar_slider_text {
	position: relative;
	display: block;
	width: 100%;
	height: 375px;
	box-sizing: border-box;
	padding: 18px 25px 18px 25px;
}

div.sidebar_slider_text h3 {
	text-transform: uppercase;
	color: #231f20;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 10px 0;
}

div.sidebar_slider_text p {
	color: #231f20;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

div.sidebar_slider_text a.link {
	display: inline-block;
	position: absolute;
	bottom: 55px;
	left: 25px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f38800;
}

div.sidebar_slider_text a.link:hover {
	color: #e45900;
}

div.sidebar_slider_text a.link svg {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 0px;
	width: 21px;
	fill: #f38900;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

div.sidebar_slider_text a.link:hover svg {
	fill: #e45900;
	left: 4px;
}

div.sidebar_slider_pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0;
}

div.sidebar_slider_pagination_circle {
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin: 0 5px 0 5px;
}

div.sidebar_slider_pagination_circle_selected {
	background-color: #f38900;
	border-color: #d16700;
}

div.sidebar__header_new {
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	height: 56px;
	background-image: url('images/tick-white.png');
	background-repeat: no-repeat;
	background-position: left 3px bottom 50%;
	background-size: auto 100%;
}

div.sidebar__header_new h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #ffffff;
	position: relative;
	top: 6px;
	margin-left: 25px;
}

div.sidebar__list {
	background-image: url("images/icon__tick-marks--gray.svg");
	background-repeat: repeat-y;
	background-position: left -9px top;
	background-size: 45px;
	box-sizing: border-box;
	margin-top: 15px;
}

div.sidebar__list div.news-and-events {
	margin-left: 35px;
}

div.sidebar__list a.permalink:first-of-type div.news-and-events {
	padding-top: 0;
}

div.sidebar div.view-all {
	background-color: #ffffff;
}

div.sidebar div.view-all a {
	color: #f38800;
}

div.sidebar div.view-all a:hover {
	color: #e45900;
}

div.sidebar div.view-all a svg {
	fill: #f38800;
	position: relative;
	left: 0px;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

div.sidebar div.view-all a:hover svg {
	fill: #e45900;
	left: 4px;
}

div#kc_hot_topics {
	position: relative;
	display: block;
	width: auto;
	background-color: #f7f4ef;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 5px 15px 0 15px;
	margin-top: 25px;
}

div#kc_hot_topics h3 {
	color: #000000;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

div.kc_hot_topic {
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dashed #dddddd;
}

div.kc_hot_topic:last-of-type {
	margin-bottom: 5px;
}

p.kc_hot_topic_title {
	font-family: "Crimson Text", "Georgia", "Cambria", "Times New Roman", "Times", serif;
	/*font-size: 22px;*/
	font-size: 19px;
	color: rgb(35, 31, 32);
	line-height: 21px;
	margin-bottom: 3px;
}

div.kc_hot_topic a.link {
	text-transform: uppercase;
	color: #f38800;
	/*font-size: 16px;*/
	font-size: 14px;
	font-weight: 600;
}

div.kc_hot_topic a.link:hover {
	color: #e45900;
}

div.kc_hot_topic a.link svg {
	display: inline-block;
	position: relative;
	top: 4px;
	left: 0px;
	width: 17px;
	fill: #f38900;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

div.kc_hot_topic a.link:hover svg {
	fill: #e45900;
	left: 4px;
}

#subscribe_sidebar .sidebar input[type=button] {
	position: relative;
	margin-right: 15px;
	border: none;
	background: none;
	text-transform: uppercase;
	color: #f38800;
	font-size: 17px;
	font-weight: 600;
	padding: 0 15px 0 15px;
	background-image: url("/images/icon__arrow--orange_small.png");
	background-repeat: no-repeat;
	background-position: right 0px top 3px;
	-webkit-transition: all 0.05s;
	transition: all 0.05s;
}

#subscribe_sidebar .sidebar input[type=button]:hover {
	color: #e45900;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right 0px top 3px;
	background-image: url("/images/icon__arrow--orange_small_hover.png");
	padding: 0 19px 0 19px;
}

/* ##### BIO SINGLE ##### */

div.sidebar_manager_photo {
	width: 304px;
	height: 457px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: none;
}

p.manager_quote {
	color: #f38900;
	font-family: "Crimson Text", "Georgia", "Cambria", "Times New Roman", "Times", serif;
	font-size: 30px;
	font-style: italic;
	line-height: 36px;
	margin-top: 5px;
}



div#subscribe_sidebar div.subscribe div.sidebar {
	padding-top: 0;
}

div.pagination__previous a {
	display: inline-block;
	padding: 0;
}

div.pagination__previous svg {
	display: inline-block;
	display: inline-block;
	position: relative;
	top: 5px;
	width: 21px;
	fill: #f38900;
}

div.pagination__next a {
	display: inline-block;
	padding: 0;
}

div.pagination__next svg {
	display: inline-block;
	display: inline-block;
	position: relative;
	top: 5px;
	width: 21px;
	fill: #f38900;
}

.button__register a svg {
	max-height: 22px;
	vertical-align: bottom;
}

/* ##### NEWS AND EVENTS ##### */

div.page-info div.pagination a:hover {
	color: #e45900;
}

div.post__body a:hover {
	color: #e45900;
}

/* ##### VALUATION ##### */

.page-id-18 .item__link {
	color: #057E2A !important;
}

.page-id-18 .sidebar .header {
	background-color: #057E2A !important;
	color: #ffffff !important;
}

.page-id-18 .page__list .item__title .item__link,
.parent-pageid-18 .page__list .item__title .item__link {
	color: #057E2A !important;
}

.page-id-18 .sidebar .related .header,
.parent-pageid-18 .sidebar .related .header {
	background-color: #057E2A !important;
	color: #ffffff !important;
}


@media(max-width: 600px) {
	.em_questionnaire-template-default .the_content img {
		display: block;
		float: none !important;
		margin: 24px auto !important;
	}
}