/*
,[____l,
_-o||||o-_
()_)¯¯ )_)*/
/*------------------------------------
	Global
------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Nunito:300i,400,400i,700,700i');*/

/*
	font-family: 'Nunito', sans-serif;
	font-family: 'Montserrat', sans-serif;
*/
/* Fix for admin toolbar and fixed header */
.toolbar-tray-open #toolbar-administration~.dialog-off-canvas-main-canvas #navbar {
	top: 79px;
}
#toolbar-administration~.dialog-off-canvas-main-canvas #navbar, .toolbar-vertical #toolbar-administration ~ .dialog-off-canvas-main-canvas #navbar {
	top: 39px;
}
#front-banner .contextual {
	top: 130px;
}
@media screen and (max-width: 610px) {
	#toolbar-administration ~ .dialog-off-canvas-main-canvas #navbar {
		top: 0;
	}
}
/* END Fix */

/* Bootstrap helpers */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.justify-center {
	-webkit-justify-content: center;
	justify-content: center;
}

/* Colors */ /* Use [property]: var(--COLOR); */
:root {
	--tangelo: #F26522;
	--goldenrod: #FFC20E;
	--grass: #92C956;
	--jade: #1F9D7F;
	--aqua: #0796E6;
	--violet: #894CAF;
	--charcoal: #3C444C;
	--gray: #9BA7B1;
	--silver: #C4CDD5;
	--smoke: #D9E0E5;
	--offwhite: #F5F6F6;
}

.jade-color, .jade-color a {
	color: var(--jade);
}

.jade-color:hover, .jade-color a:hover {
	color: var(--gray);
}

.aqua {
	color: var(--aqua);
}

.gray {
	color: var(--gray);
}

/* FontAwesome */
.content ul {
  list-style: none;
}
.content ul li {
  padding-left: 1.3em;
}
.content ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: var(--silver);
  margin-left: -1.3em;
  width: 1.3em;
}

.content .paragraph--id--149 .job-content a ul li:before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	color: var(--jade);
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.content .paragraph--id--149 .job-content a.collapsed ul li:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	color: var(--jade);
	margin-left: -1.3em;
	width: 1.3em;
}

.content .paragraph--id--149 .panel-collapse.collapse.in .job-body ul li:before {
	content: "\f054";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    color: var(--silver);
    margin-left: -1.3em;
    width: 1.3em;
}

ul.nav-tabs li:before {
	content: none;
}

.icon::before {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.content li.yellow-check::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f00c";
	color: var(--goldenrod);
	position: relative;
	left: -5px;
}

.content li.blue-check::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f00c";
	color: var(--aqua);
	position: relative;
	left: -5px;
}

.quote-white::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f10d";
	margin-bottom: 5px;
	color: var(--offwhite);
	display: block;
}

.quote-gray::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f10d";
	margin-bottom: 5px;
	color: var(--gray);
	display: block;
}

.blog-submitted::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f073";
	margin-bottom: 5px;
	color: var(--silver);
	display: inline;
	padding-right: 10px;
}

.resources::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-bottom: 5px;
	color: var(--gray);
	display: inline;
	padding-right: 10px;
}

.external-link::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f08e";
	margin-bottom: 5px;
	color: var(--gray);
}

.tag-icon::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f02c";
	margin-bottom: 5px;
	color: var(--gray);
}

.pagination > li > a:hover, .pagination > .active > a:focus {
	color: #fff;
	background-color: var(--jade);
	border-color: var(--silver);
}

.pager__item--first a:before {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
}

.pager__item--last a:before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
}

.pager__item--last a, .pager__item--first a {
	border: none !important;
}

.pager__item--last a span, .pager__item--first a span {
	display: none;
}


/* Basically a clearfix */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* When just "baically" doesn't cut it */
.clearfix {
	clear: both;
	height: auto;
}

h1,
h2,
h3,
h4 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-weight: 700;
	font-size: 54px;
	line-height: 64px;
	letter-spacing: -1px;
}

h1.page-header {
	text-align: center;
	display: block;
	border-bottom: none;
	margin-bottom: 0;
	max-width: 1250px;
}

h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 44px;
}

h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}

h5 {
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	font-style: italic;
}

h5.subhead {
	color: var(--gray);
}

h2 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	line-height: 44px;
	color: var(--charcoal);
}

h3 a {
	font-family: 'Montserrat', sans-serif;
	line-height: 36px;
	display: block;
	font-size: 26px;
	color: var(--charcoal);
}

h4 a {
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: var(--charcoal);
}

p, i {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

a {
	color: var(--jade);
	text-decoration: none;
}

a:hover, a:focus {
	color: var(--gray);
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-weight: 400i;
}

body {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: var(--charcoal);
	margin-top: inherit;

}

.subhead {
	font-size: 20px;
	line-height: 28px;
	color: var(--gray);
	font-style: italic;
}

.label {
	font-size: initial;
	color: var(--charcoal);
}

.large {
	font-size: 25px;
	line-height: 37px;
}

.larger {
	font-family: 'Nunito', sans-serif;
	color: var(--gray);
	font-size: 32px;
	line-height: 42px;
}

.field--name-body p.larger {
	padding-bottom: 40px;
}

.xlarge {
	font-family: 'Nunito', sans-serif;
	color: var(--gray);
	font-size: 36px;
	line-height: 48px;
}

.quote-title {
	font-size: 20px;
	line-height: 30px;
	color: var(--charcoal);
}

.narrow-column {
	max-width: 775px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 800px) {
	.narrow-column {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.paragraph--type--section-header {
	width: auto;
	margin: 0px auto;
	padding-top: 80px;
}

.path-frontpage .paragraph--type--section-header {
	padding-top: 100px;
}

.resource-tag {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 4px;
	color: var(--gray);
	text-transform: uppercase;
}

.region-header {
	width: 100%;
	text-align: center;
	margin-top: 75px;
	margin-bottom: 100px;
}

.region-header nav.tabs {
	padding-bottom: 10px;
}

h1.page-header span, h1.page-header {
	font-family: 'montserrat', san serif;
	letter-spacing: -2px;
	padding-right: 3px;
	line-height: 78px;
	font-size: 68px;
	font-weight: 700;
	background: #59b990;
	background: -moz-linear-gradient(45deg, #59b990 0%, #2ca6ba 30%, #4175da 70%, #894caf 100%);
	background: -webkit-linear-gradient(45deg, #59b990 0%,#2ca6ba 30%,#4175da 70%,#894caf 100%);
	background: linear-gradient(45deg, #59b990 0%,#2ca6ba 30%,#4175da 70%,#894caf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59b990', endColorstr='#894caf',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin: 0 auto;
}

.field--name-field-section-title, h2.block-title {
	font-size: 24px;
	line-height: 28px;
	font-family: 'montserrat', sans-serif;
	letter-spacing: 4px;
	font-weight: 700;
	background: #59b990;
	background: -moz-linear-gradient(45deg, #59b990 0%, #2ca6ba 30%, #4175da 70%, #894caf 100%);
	background: -webkit-linear-gradient(45deg, #59b990 0%,#2ca6ba 30%,#4175da 70%,#894caf 100%);
	background: linear-gradient(45deg, #59b990 0%,#2ca6ba 30%,#4175da 70%,#894caf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59b990', endColorstr='#894caf',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: contain;
	text-align: center;
	text-transform: uppercase;
}

h2.block-title {
	display: inline-block;
}

.page-title-small {
	font-family: 'montserrat', sans-serif;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 4px;
	color: var(--silver);
	font-weight: 700;
	text-transform: uppercase;
}

.page-title-small a {
	font-family: 'montserrat', sans-serif;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 4px;
	color: var(--silver);
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s;
}

.page-title-small a:hover {
	color: var(--gray);
}

.node-3 .page-title-small, .node-1 .page-title-small {
	display: none;
}

.field--name-field-underline {
	height: 2px;
	width: 50px;
	border: 3px solid var(--silver);
	border-radius: 5px;
	margin: 10px auto 50px;
	background-color: var(--silver);
}

.field--name-field-underline.header {
	margin-bottom: 100px;
}

#toolbar-administration a {
	font-size: unset;
}

@media screen and (max-width: 414px) {
	.region-header {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* Header size on scroll */
header {
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
	height: 121px;
	transition: 1.5s;
}

header.not-top {
	background-color: #fff;
	height: 100px;
	z-index: 999;
}

.logo img {
	max-height: 100px;
	transition: 1.5s;
}

.not-top .logo img {
	max-height: 80px;
}
/* END Header size on scroll */

.main-container.container-fluid {
	position: relative;
	top: 120px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 40px;
	transition: .5s;
	max-width: 1250px;
	padding: 0;
}

.main-container.container-fluid.search-height {
	top: 220px;
	transition: 0s;
}

@media screen and (max-width: 414px) {
	.main-container.container-fluid.search-height {
		top: 475px;
		transition: 0s;
	}
}

.footer-top.container-fluid {
	padding: 0;
	position: relative;
	top: 151px;
	overflow: hidden;
}

.main-container.container-fluid.search-height ~ .footer-top.container-fluid, .main-container.container-fluid.search-height ~ .below-content {
	top: 251px;
}

@media screen and (max-width: 414px) {
	.main-container.container-fluid.search-height ~ .footer-top.container-fluid, .main-container.container-fluid.search-height ~ .below-content {
		top: 475px;
	}
	.main-container.container-fluid.search-height ~ .footer {
		bottom: -475px;
	}
}

.navbar-default {
	background-color: #fff;
	border: none;
	box-shadow: 0 1px 1px var(--offwhite);
	border-radius: unset;
	max-height: 150px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.navbar-header {
	height: auto;
}

.navbar-default .navbar-nav > li > a {
	color: var(--charcoal);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.5px;
	transition: color 1.5s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #fff;
}

/* Superfish Menu */
.navbar-header {
	float: left;
	width: 25%;
}

#navbar-collapse {
	border-top: none;
	float: left;
	width: 75%;
	margin-top: 25px;
}

#superfish-main {
	float: right;
	transition: 1.5s;
	margin-top: 5px;
}

.not-top #superfish-main {
	margin-top: -5px;
}

#superfish-main a {
	color: var(--charcoal);
	font-size: 18px;
	line-height: 25px;
	white-space: nowrap;
	transition: 0.3s;
}

#superfish-main a:hover {
	background-color: var(--silver) !important;
}

#superfish-main a.menuparent:hover {
	-webkit-box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
	box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
}

#superfish-main .active-trail a.is-active.sf-depth-1, #superfish-main .active-trail a.menuparent {
	background: #59b990;
	background: -moz-linear-gradient(45deg, #59b990 0%, #2ca6ba 30%, #4175da 70%, #894caf 100%);
	background: -webkit-linear-gradient(45deg, #59b990 0%,#2ca6ba 30%,#4175da 70%,#894caf 100%);
	background: linear-gradient(45deg, #59b990 0%,#2ca6ba 30%,#4175da 70%,#894caf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59b990', endColorstr='#894caf',GradientType=1 );
	background-position: center bottom;
	background-size: 50px 2px;
	background-repeat: no-repeat;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-duration: 1.5s;
	display: block;
	z-index: 0;
}

#superfish-main ul {
	background-color: var(--smoke);
	width: auto;
	margin-top: 10px;
	-webkit-box-shadow: 0px 5px 8px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 8px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 8px -10px rgba(0,0,0,0.5);
}


ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
	top: 3.0em;
}

ul.sf-menu li.active-trail > ul {
	z-index: 0;
}

#superfish-main li ul li a.is-active {
	background: none;
	color: var(--charcoal);
}

.path-frontpage .navbar-default.not-top #superfish-main > li > a {
	color: var(--charcoal);
	transition: 1s;
	transition: background-color .1s;
}

.path-frontpage .navbar-default #superfish-main > li > a {
	color: var(--offwhite);
	font-size: 18px;
	line-height: 25px;
	transition: 1s;
}

.path-frontpage .navbar-default #superfish-main > li > a:hover {
	background-color: var(--silver) !important;
	-webkit-box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
	box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
	color: var(--charcoal);
}

.sfHover .hover-stay {
	background-color: var(--smoke) !important;
	-webkit-box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
	box-shadow: 0px -4px 6px -4px rgba(0,0,0,0.1);
	color: var(--charcoal) !important;
}

.navbar-toggle {
	border: none;
	position: absolute;
	right: 2%;
	top: 25%;
	transition: .2s;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: var(--gray);
	transition: 0.2s;
}

.navbar-toggle .icon-bar {
	width: 25px;
	height: 3px;
	border-radius: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: var(--charcoal);
	transition: 1.5s;
}

.path-frontpage .navbar-default .navbar-toggle .icon-bar {
	background-color: var(--offwhite);
}

.navbar-default.not-top .navbar-toggle .icon-bar {
		background-color: var(--charcoal);
	}

ul.sf-menu.sf-accordion.sf-expanded, ul.sf-menu.sf-accordion li.sf-expanded > ul {
	text-align: center;
	background-color: var(--offwhite);
}

/* Mobile Menu */
#navbar-collapse.collapse.in #superfish-main-accordion {
	display: block;
}

ul.sf-menu.sf-accordion.sf-hidden, ul.sf-menu.sf-accordion li.sf-hidden > ul {
	left: auto !important;
	position: relative !important;
	top: auto !important;
	height: auto !important;
	background: var(--offwhite);
}

.sf-accordion-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	/* Mobile Menu */
	#navbar-collapse {
		width: 100%;
		position: absolute;
		left: 0;
		padding: 0;
		z-index: 50;
		margin: 0;
	}

	.navbar-default .navbar-toggle {
		z-index: 100;
	}

	#superfish-main-accordion {
		border: 1px solid var(--silver);
		border-top: none;
		margin: 0 auto;
		width: 100%;
	}
	/*#superfish-main-accordion a {
		color: var(--charcoal);
	}*/
	#superfish-main-accordion li.sf-no-children a.sf-depth-2:hover, #superfish-main-accordion li.sf-clone-parent a.sf-depth-2:hover, #superfish-main-accordion a.is-active {
		color: var(--gray);
	}
	ul ul.sf-has-clone-parent {
		background-color: var(--offwhite) !important;
	}
	.sf-has-clone-parent a {
		font-size: large;
		color: var(--charcoal);
	}
	.sf-has-clone-parent a:hover {
		color: var(--gray);
	}
	.is-active.sf-depth-1.menuparent {
		color: var(--gray);
	}
	#superfish-main-accordion .sf-depth-2 {
		border-top: 1px solid #fff;
	}
	#superfish-main-accordion li.sf-depth-1 a {
		color: #fff;
		font-size: larger;
	}
	#superfish-main-accordion li.sf-depth-1 ul li a {
		color: var(--aqua);
	}
	#superfish-main-accordion li.sf-depth-1 ul li a.is-active {
		color: var(--charcoal);
	}
	#superfish-main-accordion li.sf-depth-1 a:hover {
		color: var(--charcoal);
	}
	#superfish-main-accordion li.sf-depth-1 {
		background-color: var(--aqua);
	}

}

@media screen and (min-width: 768px) and (max-width: 960px) {
	.navbar-header .navbar-btn img {
		/*max-width: 100%;*/
		height: auto;
	}

	ul.sf-menu a, ul.sf-menu span.nolink {
		padding: 1em 0.8em;
	}

	.main-container.container-fluid {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1250px) {
	.main-container.container-fluid {
		margin: 40px auto;
	}
	.search-height.main-container.container-fluid {
		top: 230px;
		transition: 0s;
	}
}

/* END Superfish */

.above-content {
	margin: auto 0;
	padding: 0;
}

.content {
	overflow: hidden;
}

.below-content {
	margin: auto 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 120px;
	margin-top: 50px;
}

/* Paragraph Colors and Such */
.paragraph--color--rgba-blue-strong {
	background-color: #0796e6;
}

.paragraph .paragraph, .paragraph .paragraph .paragraph {
	margin-left: 0;
	margin-right: 0;
	/*margin: auto;*/
}

/* Footer */
.footer {
	background-color: var(--charcoal);
	border-top: none;
	margin-top: 0px;
	position: relative;
	bottom: -151px;
	left: 0;
	right: 0;
}

.register-tm {
	font-family: 'Nunito';
	font-weight: 300;
	position: relative;
	font-size: 14px;
	top: -11px;
	left: -4px;
}

.footer-wrap {
	text-align: center;
}

.footer-wrap .btn-green {
	border-radius: 8px;
	font-family: 'Nunito', sans-serif;
	padding: 10px 30px;
}

.main-container.container-fluid.search-height ~ .footer {
	bottom: -251px;
}
@media screen and (max-width: 414px) {
	.main-container.container-fluid.search-height ~ .footer {
		bottom: -475px;
	}
}

.region.region-footer {
	margin-left: 5%;
	margin-right: 5%;
}

footer .region-footer section.block {
	clear: none;
}

.region-footer section.block-block-content, .region-footer section.block-block-content p {
	color: var(--offwhite);
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.footer-header {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 28px;
	line-height: 24px;
	padding-bottom: 5px;
}

.footer-social {
	width: 100%;
	padding: 20px 0;
}

.footer-social a {
	font-size: inherit;
	padding: 0 10px;
}

.footer-social .svg-inline--fa {
	color: var(--offwhite);
	transition: .2s;
}

.footer-social .svg-inline--fa:hover {
	color: var(--silver);
}

.footer-links {
	padding-bottom: 15px;
}

.footer-links ul {
	list-style: none;
	display: flex;
	justify-content: center;
}

.footer-links ul li {
	color: var(--jade);
	padding-right: 10px;
}

.footer-links ul li a {
	font-family: Nunito;
	font-weight: bold;
	font-size: 16px;
	line-height: 175%;
}

/* END Footer */

/* Hidden Area */
.black-hole {
	display: none;
	visibility: hidden;
}

.img-round {
	border-radius: 50%;
	max-width: 290px;
	margin: 0 auto;
}

.gray-circle {
	height: 40%;
	width: 40%;
	background-color: rgba(0, 0, 0, .2);
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}

.gray-circle2 {
	height: 50%;
	width: 50%;
	background-color: rgba(0, 0, 0, .2);
	display: block;
	position: absolute;
	left: -10px;
	bottom: -10px;
	border-radius: 50%;
}

.gray-circle3 {
	height: 35%;
	width: 35%;
	background-color: rgba(0, 0, 0, .2);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}

.wow {
	visibility: hidden;
	animation-fill-mode: forwards;
}

.hideme {
	opacity: 0;
}

/* Newsletter Block */
.paragraph--id--30 {
	text-align: center;
}

#block-energyloopnewsletter .paragraph--type--xeno-hero {
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
}

.paragraph--type--xeno-hero .paragraph--type--xeno-hero__image {
	background-position: top center;
	background-size: cover;
}

.newsletter-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 54px;
	line-height: 64px;
	letter-spacing: -1px;
}

/* Buttons */

/*white*/
.btn {
	margin-top: 20px;
	border-radius: 8px;
}
.btn-white {
	background-color: var(--offwhite);
	color: #3c444d;
	padding: 16px 32px;
	font-size: 18px;
	margin-top: 20px;
	transition: 0.3s;
}

.btn-white:hover {
	background-color: var(--silver);
}
/*green*/
.btn-green {
	background-color: var(--jade);
	color: var(--offwhite);
	font-size: 18px;
	padding: 16px 32px;
	transition: background-color 0.3s;
}

.btn-green:hover, .btn-green:focus {
	background-color: #59b990;
	color: #f5f5f6;
}
/*orange*/
.btn-orange {
	background-color: var(--tangelo);
	color: var(--offwhite);
	font-size: 18px;
	padding: 16px 32px;
	transition: background-color 0.3s;
}

.btn-orange:hover, .btn-orange:focus {
	background-color: var(--tangelo);
	color: #f5f5f6;
}

.shadow-drop {
	box-shadow: none;
	transition: .2s;
}

.shadow-drop:hover {
	box-shadow: 0 0 7px 1px var(--silver);
	transform: scale(1.1);
}

/* Masquerade in Footer */
#block-masquerade {
	clear: both;
}
#block-masquerade #masquerade-block-form {
	padding-top: 25px;
	text-align: center;
}
#block-masquerade #masquerade-block-form #edit-submit{
	margin: 0 0 0 10px;
}

@media screen and (max-width: 960px) {
	.main-container.container-fluid {
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media screen and (max-width: 414px) {
	/*.main-container.container-fluid {
		margin-left: 0;
		margin-right: 0;
	}*/
}

/*------------------------------------
	Frontpage
------------------------------------*/

.path-frontpage .main-container.container-fluid {
	position: relative;
	top: 0;
}

.path-frontpage header.front {
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
	height: 121px;
	transition: 1.5s;
}

.path-frontpage header.not-top {
	background-color: #fff;
	height: 100px;
	z-index: 999;
}

/* Frontpage Banner */
.path-frontpage #front-banner {
	position: relative;
	z-index: -10;
}

#block-homepagebanner .field--type-text-with-summary {
	position: relative;
	max-height: 100%;
	width: 100%;
}

.bg-banner-vid {
	position: absolute !important;
}

.videobackground-holder {
	z-index: 99;
}

#block-homepagebanner .splash-image {
	position: relative;
	top: 10%;
	left: 5%;
	height: 100%;
	max-width: 90%;
}

#block-homepagebanner .splash-image img {
	width: 50%;
	height: auto;
}

#block-homepagebanner .banner-text {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 20%;
}

#block-homepagebanner .banner-text .front-banner-txt {
	color: var(--offwhite);
	font-size: 4vw;
	line-height: 4vw;
	margin-left: -15%;
	transition: 0.5s;
}

#block-homepagebanner .banner-text .front-banner-title {
	color: var(--offwhite);
	font-size: 8vw;
	font-weight: 700;
	line-height: 8vw;
	margin-left: 25%;
	transition: 0.5s;
}

.front-p1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 52px;
	line-height: 68px;
}

.front-p1 .front-bold-blue {
	color: var(--aqua);
	font-weight: 600;
}

.binoculars {
	max-width: 225px;
}

@media screen and (max-width: 960px) {
	#block-homepagebanner .banner-text .front-banner-txt{
		margin-left: -20%;
		transition: 0.5s;
	}

	#block-homepagebanner .banner-text .front-banner-title {
		margin-left: 10%;
		transition: 0.5s;
	}
}

@media screen and (max-width: 768px) {
	#block-homepagebanner .banner-text .front-banner-txt{
		font-size: 6vw;
		line-height: 6vw;
		margin-left: -25%;
	}

	#block-homepagebanner .banner-text .front-banner-title {
		font-size: 12vw;
		line-height: 12vw;
	}

	.paragraph--id--10, .paragraph--id--15, .paragraph--id--19 {
		display: none;
	}
}

@media screen and (max-width: 414px) {
	.front-p1 {
		font-size: 10vw;
		line-height: 12vw;
	}

	#block-homepagebanner .banner-text {
		bottom: 5%;
	}

	.navbar-default {
		box-shadow: none;
	}

	.navbar-default .not-top {
		box-shadow: 0 1px 1px var(--offwhite);
	}

	.path-frontpage header.front {
   	background-color: rgba(0, 0, 0, 0);
   }

   .path-frontpage header.front.not-top {
		background-color: #fff;
	}
}
/* END Frontpage Banner */

.path-frontpage a.logo {
	background-image: url("/sites/default/files/logo_cse_white.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	height: 100px;
	margin-left: 25px;
	transition: 1s;
}

.path-frontpage header.not-top a.logo {
	height: 80px;
}

.path-frontpage a.logo img {
	height: 100px;
	transition: 1s;
}

.path-frontpage a.logo img {
	opacity: 0;
	transition: 1s;
}

.path-frontpage header.not-top a.logo img {
	height: 80px;
}

.path-frontpage header.not-top a.logo img {
	opacity: 1;
}

.path-frontpage h1.page-header, .path-frontpage .page-header ~ .field--name-field-underline {
	display: none;
}

.bold-blue {
	font-weight: 600;
	color: var(--aqua);
}

#block-homepagequoteparallax .paragraph--type--xeno-hero {
	padding-top: 5%;
	padding-bottom: 5%;
}

.path-frontpage .paragraph--type--bp-columns {
	max-width: 1050px;
	margin: 25px auto;
}

.path-frontpage .main-container .field--name-body {
	max-width: 1025px;
	margin: 25px auto 0;
}

.homepage-angle {
	width: 340px;
	height: 60px;
	border-top: 3px solid #c3cdd4;
	border-left: 3px solid #c3cdd4;
	border-radius: 2px;
	margin-left: 12%;
	margin-bottom: 20px;
}
.homepage-angle-small {
	width: 140px;
	height: 50px;
	border-top: 3px solid #c3cdd4;
	border-left: 3px solid #c3cdd4;
	border-radius: 2px;
	margin-left: -50px;
	overflow: visible;
	margin-bottom: -30px;
}
.homepage-angle-small-inverted {
	width: 140px;
	height: 50px;
	border-top: 3px solid #c3cdd4;
	border-left: 3px solid #c3cdd4;
	border-radius: 2px;
}

#block-homepagequoteparallax .paragraph--type--xeno-hero__image {
	background-color: var(--aqua);
}

.home-quote-name {
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

.home-quote-role {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 50px;
}

.btn-larry {
	margin-top: 50px;
}

@media screen and (max-width: 414px) {
	#block-homepagequoteparallax .paragraph--type--xeno-hero__image {
		display: none;
	}
	.img-round {
		margin-top: 100px;
	}
}

/* Thought Leadership Block */
#block-thoughtleadership {
	margin: 0 10%;
	padding: 100px 0 0;
	max-width: 1250px;
}

.tl-paragraph .tl-left {
	padding-bottom: 25px;
}

#block-thoughtleadership .tl-right-img {
	float: right;
	padding-bottom: 25px;
}

#block-thoughtleadership .tl-right-img .field--name-field-thought-leadership-image img {
	border-radius: 10px;
	max-height: 385px;
	width: auto;
	margin: 0 auto;
}

.tl-autohor-txt .field--name-field-author-name {
	font-weight: 600;
}

.field--name-field-thought-leadership-body {
	padding-bottom: 20px;
}

.field--name-field-thought-leadership-title {
	font-size: large;
	font-weight: 600;
}

.field--name-field-author-image img {
	width: 60px;
	height: auto;
	border-radius: 50%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}

.tl-paragraph2 {
	clear: both;
	overflow: hidden auto;
	padding: 25px 0;
}

.field--name-field-bottom-author-image img, .field--name-field-bottom-author-image-2 img {
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
	max-width: 100%;
	border-radius: 200px;
	height: auto;
	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.field--name-field-type-of-article, .field--name-field-type-of-article-2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 4px;
	color: var(--gray);
	text-transform: uppercase;
}

.field--name-field-bottom-summary-text p, .field--name-field-bottom-summary-text-2 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: var(--charcoal);
}

.button-holder {
	text-align: center;
	margin-top: 5%;
}

.more-blog {
	margin: 0 auto;
	width: auto;
}

.path-frontpage .paragraph--id--27 .paragraph__column {
	max-width: 1060px;
	margin: 0 auto;
	float: none;
}

.path-frontpage div.paragraph.paragraph--type--xeno-hero div.paragraph.paragraph--type--bp-simple div.paragraph__column div.field.field--name-bp-text div.col-md-4 {
	max-width: 290px;
	margin: 0 auto;
}

@media screen and (min-width: 1250px) {
	#block-thoughtleadership {
		margin: 0 auto;
		max-width: 1250px;
	}
}

/* END Thought Leadership Block */

/* Core Values Home Block */
#block-homepagecorevalues {
	overflow: hidden;
	margin: 50px 0;
}

#block-homepagecorevalues .paragraph--zoom--2 {
	padding: 5% 0;
}

.home-core {
	visibility: 0;
}

.home-core a {
	color: #fff;
}

.home-core a:hover {
	color: var(--gray);
}

.bubble-wrap .bubble-logo {
	position: absolute;
	top: 0;
	width: 96%;
}

/*.bubble-wrap .bubbles {
	position: absolute;
	top: 0;
}*/


@media screen and (min-width: 1250px) {
	.cv-bubbles-landing {
		max-width: 75%;
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 960px) {
	.field--name-field-bottom-author-image, .field--name-field-bottom-author-image-2 {
		margin: 5% auto 10%;
		max-width: 250px;
	}

	.path-frontpage .home-core span.Sustainability p {
		text-indent: -20%;
	}
}

/* Latest Resources */
#block-views-block-latest-resources-block-1 {
	margin: 100px 10% 50px;
	max-width: 1250px;
}

.latest-wrap {
	padding: 25px;
}

.latest-text a {
	font-weight: bold;
}


.latest-image img {
	border-radius: 10px;
	margin: 0 auto 25px;
}

#block-views-block-latest-resources-block-1 .view-footer a {
	margin: 50px auto;
}

@media screen and (min-width: 1250px) {
	#block-views-block-latest-resources-block-1 {
		margin: 0 auto;
	}
}

@media screen and (max-width: 414px) {
	.latest-wrap {
		margin-top: 50px;
	}
	.center-mobile {
		text-align: center;
	}
}

/* Recent Thought Leadership */
.node-45 .region-content .field--name-body {
	margin: 0 20%;
}

.rtl-3col-blocks {
	margin-bottom: 50px;
}

.page-node-type-core-values .rtl-3col-blocks {
	margin: 50px 0;
}

.rtl-3col-blocks h2 {
	position: absolute;
	bottom: 0;
	height: 10%;
}

.fw-1col-3item h2.block-title {
	margin-left: 0;
}

.rtl-3col-blocks h2 span {
	line-height: 30px;
	display: block;
	font-size: 22px;
	transition: 0.2s;
}

.fw-1col-3item h2 span {
	line-height: 36px;
	display: block;
	font-size: 26px;
	transition: 0.2s;
}

.rtl-3col-blocks h2.block-title {
	position: unset;
}

.rtl-3col-blocks .content {
	padding: 15px 0 50px 0;
}

.rtl-3col-blocks .latest-resources img {
	border-radius: 10px;
	max-height: 300px;
}

.rtl-3col-blocks .field--name-field-type-of-content.resource-tag {
	padding: 15px 0;
}

.rtl-3col-blocks footer, .fw-1col-3item footer {
	display: none;
}

/* Featured Work */
#block-featuredworkequity {
	margin-top: 50px;
}

.field--name-field-featured-work {
	max-width: 825px;
	margin: 0 auto;
}

.fw-1col-3item {
	margin: 50px 15%;
}

.fw-1col-3item h2 {
	margin-left: 225px;
}

.fw-1col-3item img {
	border-radius: 50%;
	float: left;
	margin-right: 25px;
}

.fw-1col-3item .field--name-field-read-more {
	margin: 25px auto;
	width: auto;
	display: inline-block;
}

.featured-work {
	padding: 25px 0;
}

.featured-work-external h2 {
	display: none;
}

.field--name-field-featured-work .field--name-field-title-link a {
	font-family: 'Montserrat',sans-serif;
	line-height: 36px;
	display: block;
	color: var(--charcoal);
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 15px;
	transition: .2s;
}

.field--name-field-featured-work .field--name-field-title-link a:hover {
	color: var(--gray);
}

.featured-work-external .field--name-field-image .img-responsive {
	margin-top: 10%;
}

/* Large Screen - Down */
@media screen and (min-width: 768px) {
	body.path-frontpage {
		margin-top: 0;
	}
	.path-frontpage .wow.fadeInDownSmall {
		padding-top: 5%;
	}
}

@media screen and (min-width: 1250px) {
	.fw-1col-3item {
		margin: 0 auto;
		max-width: 1250px;
	}
	.featured-work-external .field--name-field-image .img-responsive {
		margin-top: 5%;
	}
}

/* Mobile Screen - Up */

@media screen and (max-width: 768px) {
	.path-frontpage a.logo {
		background-position: 12px center;
	}

	.rtl-3col-blocks h2 {
		height: 10%;
	}

	.rtl-3col-blocks .content {
		margin-top: 50px;
	}

	.fw-1col-3item {
		margin: 0 10%;
	}

	.homepage-angle {
		display: none;
	}

	.fw-1col-3item img {
		float: none;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.fw-1col-3item .field--name-field-read-more {
		margin: 25px auto;
		width: 150px;
		display: block;
	}

	.fw-1col-3item h2 {
		margin-left: 0;
	}
}

@media screen and (max-width: 610px) {
	.fw-1col-3item img {
		top: 25px;
	}

	.fw-1col-3item h2 {
		margin-left: inherit;
		margin-top: 25px;
	}

	.fw-1col-3item .content {
		padding: 0 0 25px;
	}
	.featured-work-external .field--name-field-image .img-responsive {
		margin-top: 2%;
	}
}

@media screen and (max-width: 414px) {
	.fw-1col-3item img {
		top: 25px;
		width: 100%;
		padding: 5% 10%;
	}
	.binoculars {
		display: none;
	}
}

/*------------------------------------
	Expertise Sections
------------------------------------*/
.node-1 .field--name-body, .node-3 .field--name-body, .node-64 .field--name-body {
	max-width: 1250px;
	margin: 0 18%;
}

.page-node-type-expertise .paragraph--type--bp-column-wrapper {
	padding-top: 50px;
}

.page-node-type-expertise .footer-top.container-fluid {
	margin-top: 75px;
}

.mar-bot-50 {
	margin-bottom: 50px;
}

.mar-top-50 {
	margin-top: 50px;
}

.mar-top-25 {
	margin-top: 25px;
}

.expertise-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 54px;
	line-height: 64px;
	letter-spacing: -1px;
	color: var(--aqua);
}

.expertise-subtitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;

}

.paragraph--id--35 img {
	border-radius: 175px;
}

.page-node-type-expertise .field--name-body.field--type-text-with-summary div:first child {
	padding: 0 20px 20px 0;
}

.node-4 .gray-circle {
	width: 37%;
	bottom: 5px;
	right: 5px;
	max-width: 250px;
}

.node-4 #views_slideshow_cycle_main_expertise_testimonial_carousels-block_10 .views-field-title .field-content a::after {
	content: "\f25d";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    vertical-align: super;
}

.node-5 .gray-circle2 {
	width: 43%;
	height: 45%;
	bottom: 10px;
	left: 10px;
	max-width: 290px;
}

.node-6 .gray-circle3 {
	width: 27%;
	right: 25px;
	top: 15px;
	max-height: 100px;
	max-width: 100px;
}

img.valley-of-death {
	margin: 50px auto;
	border-radius: 15px;
}

.expertise-aqua {
	color: var(--aqua);
}

.expertise-h3s {
	margin-top: 75px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.expertise-title {
		font-size: 5vw;
		line-height: 5vw;
	}
}

@media screen and (max-width: 768px) {
	.expertise-title {
		font-size: 9vw;
		line-height: 9vw;
	}
}

/* Carousel View */
.view-expertise-testimonial-carousels .views_slideshow_controls_text_pause {
	display: none;
}

.view-id-expertise_testimonial_carousels .view-header {
	margin-bottom: 25px;
}

.view-id-expertise_testimonial_carousels .view-header h2 {
	color: var(--aqua);
	font-weight: 600;
}

.view-id-expertise_testimonial_carousels .views-field-title, .view-id-expertise_testimonial_carousels .views-field-title a {
	font-family: 'Montserrat', sans-serif;
	color: var(--aqua);
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	margin: 0 auto 25px;
	padding-right: 3%;
	transition: 0.3s;
}

.view-id-expertise_testimonial_carousels .views-field-title a:hover {
	color: var(--gray);
}

.views_slideshow_cycle_teaser_section {
	width: 100% !important;
	margin-bottom: 50px;
}
.views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide {
	padding: 0 50px;
	width: 100% !important;
}

.views_slideshow_controls_text {
	position: relative;
	top: 25px;
	z-index: 5;
}

.views_slideshow_controls_text_previous {
	position: absolute;
	left: 125px;
}

.paragraph > .paragraph__column .paragraph--id--35 .paragraph--type--bp-columns__3col {
	margin-bottom: 30px;
}

.arrow-left-green {
	background-image: url("/sites/default/files/dev-images/arrow-left-green.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 30px;
	width: 20px;
	height: 34px;
	display: block;
	text-indent: -9999em;
}

.views_slideshow_controls_text_next {
	position: absolute;
	right: 95px;
}

.arrow-right-green {
	background-image: url("/sites/default/files/dev-images/arrow-right-green.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 30px;
	width: 20px;
	height: 34px;
	display: block;
	text-indent: -9999em;
}

.view-expertise-testimonial-carousels .views_slideshow_cycle_slide .views-row {
	margin-left: 25px;
	background-color: var(--offwhite);
	padding: 25px 50px 25px 100px;
}

.view-expertise-testimonial-carousels .views_slideshow_cycle_slide .views-row .views-field-body .field-content, .view-expertise-testimonial-carousels .views_slideshow_cycle_slide .views-row .views-field-body p {
	font-size: small;
	line-height: 24px;
}

.view-expertise-testimonial-carousels .views-field.views-field-field-profile-picture {
	position: absolute;
	left: 0px;
}

.view-expertise-testimonial-carousels .views-field.views-field-field-profile-picture img {
	border-radius: 50%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}

.view-expertise-testimonial-carousels .views-field-field-person-quoted {
	font-weight: bold;
}

.view-expertise-testimonial-carousels .views-field-field-quote .field-content, .view-expertise-testimonial-carousels .views-field-field-quote p {
	font-size: larger;
	margin: 25px auto;
	display: block;
}

.views-field-field-our-values-at-work {
	text-align: center;
	margin-top: 25px;
}

.views-field-field-our-values-at-work span.views-label-field-our-values-at-work {
	display: block;
	font-weight: 600;
	margin-bottom: 15px;
}

.views-field-field-our-values-at-work .field-content div {
	display: inline-block;
	width: 105px;
	padding: 50px 0.5% 0;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
	color: var(--charcoal);
	transition: 0.3s;
}

.views-field-field-our-values-at-work .field-content div:hover {
	color: var(--aqua);
}

.views-field-field-our-values-at-work .field-content div.Sustainability {
	background-image: url("/sites/default/files/dev-images/icon_circle_yellow.png");
}

.views-field-field-our-values-at-work .field-content div.Equity {
	background-image: url("/sites/default/files/dev-images/icon_circle_blue.png");
}

.views-field-field-our-values-at-work .field-content div.Resiliency {
	background-image: url("/sites/default/files/dev-images/icon_circle_red.png");
}

.views-field-field-our-values-at-work .field-content div.Policy {
	background-image: url("/sites/default/files/dev-images/icon_circle_green.png");
}

.views-field-field-our-values-at-work .field-content div.Transparency {
	background-image: url("/sites/default/files/dev-images/icon_circle_gold.png");
}

@media screen and (max-width: 768px) {
	.page-title-small {
		font-size: 3vw;
		line-height: 6vw;
	}

	h1.page-header span {
		line-height: 10vw;
		font-size: 10vw;
	}

	.expertise .views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide {
		padding: 0 10px 0 50px;
	}

	.views_slideshow_controls_text_next {
		right: 25px;
	}

	.view-expertise-testimonial-carousels .views_slideshow_cycle_slide .views-row {
		padding: 25px 25px 25px 100px;
	}

	.view-id-expertise_testimonial_carousels .views-field-title {
		padding-right: 5%;
	}
}

@media screen and (max-width: 500px) {
.views_slideshow_controls_text {
	position: relative;
		top: 25px;
	}

	.views_slideshow_controls_text_previous {
		left: 15px;
	}

	.views_slideshow_controls_text_next {
		right: 15px;
	}

	.view-expertise-testimonial-carousels .views-field.views-field-field-profile-picture {
		display: none;
	}

	.view-expertise-testimonial-carousels .views_slideshow_cycle_slide .views-row {
		padding: 75px 25px 25px;
		margin: 0;
	}

	.expertise .views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide {
		padding: 0;
	}
}

/* Our Clients Section */
.node-64 .main-container.container-fluid {
	margin-left: 5%;
	margin-right: 5%;
}

.paragraph--type--enterprise-our-clients {
	padding-top: 50px;
}

.node-64 .tab-pane {
	position: relative;
}

.node-64 .paragraph.paragraph--type--bp-image {
	z-index: 1;
}

.node-64 .right-overlay {
	display: inline-block;
	background-color: var(--offwhite);
	padding: 0 5% 5% 8%;
	width: 50%;
	float: right;
	clear: both;
	margin-top: -35%;
	z-index: 0;
}

section#block-ourclientswhowhathow {
	background-color: var(--offwhite);
	padding-top: 80px;
  padding-bottom: 60px;
}

section#block-ourclientscsemanagemap {
	padding-top: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
	section#block-ourclientscsemanagemap img {
		padding-top: 50px;
	}
}


#block-views-block-client-testimonials-block-1-2 {
	background: url('/sites/default/files/hero/2020-10/image_parallax_caret_ev.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: cover;
	position: relative; 
	padding-top: 60px;
	padding-bottom: 10px;
}
#block-views-block-client-testimonials-block-1-2 blockquote {
    padding: 0px 0 0 36px;
    margin: 50px 50px 50px 75px;
    font-size: 24px;
    border-left: 6px transparent;
    line-height: 125%;
    font-weight: 300;
    color: white;
    font-style: italic;
	background: url(/sites/default/files/dev-images/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 22px;
}
#block-views-block-client-testimonials-block-1-2 blockquote p {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}
#block-views-block-client-testimonials-block-1-2 blockquote small {
	font-size: 16px;
	color: white;
	font-weight: 700;
	font-style: normal;
	line-height: 28px;
}
#block-views-block-client-testimonials-block-1-2 blockquote small::before {
	display: none;
}
#block-views-block-client-testimonials-block-1-2 #views_slideshow_controls_text_pause_client_testimonials-block_1 {
	display: none;
}

#block-ourclientsclientsandpartners{
	padding-top: 60px;
    padding-bottom: 60px;
}

#block-ourclientsclientsandpartners .client-intro {
	max-width: 830px;
	margin: 0px auto 30px;
}

#block-ourclientsclientsandpartners .client-box {
	margin: 30px auto;
}

#block-ourclientsclientsandpartners .client-box img {
	padding-top: 20px;
}

#block-ourclientsclientsandpartners .client-box h4 {
	padding-top: 15px;
}

#block-ourclientsclientsandpartners .client-box a {
	cursor: pointer;
	padding-left: 45px;
}

#block-ourclientscompanylogoticker .tech-slideshow {
	height: 100px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border: none;
}
#block-ourclientscompanylogoticker .mover-1 {
	height: 150px;
	width: 10000px;
	position: absolute;
	overflow-x:hidden;
	top: 0;
	left: 0;
	animation: moveSlideshow 15s linear infinite;
}
#block-ourclientscompanylogoticker .mover-1 img {
	display:inline-block;
	vertical-align:middle;
	width:100px;
	margin:0;
	padding: 0px 25px;
}
@keyframes moveSlideshow {
	100% { 
		transform: translateX(-988px);  
	}
}

.client-box ul {
	margin-bottom: 0;
}

#block-ourclientsfeaturedcase {
	background-color: var(--offwhite);
	padding-top: 60px;
  padding-bottom: 60px;
}

#block-ourclientsfeaturedcase .view-featured-case{
	max-width: 390px;
	margin:auto;
}

#block-ourclientsfeaturedcase .view-featured-case .views-field-user-picture img {
	border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 4px 4px 8px rgb(0 0 0 / 12%);
}
#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 {
	display: grid;
	grid-template-columns: auto auto auto ;
	grid-gap: 10px;
}
#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 .views-field-field-image{
	grid-area: 1 / 1 / 1 / 4;

}
#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 .views-field-field-image img{
	border-radius: 8px;
	margin: auto;
	width:525px;
}
#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 .views-field-title{
	grid-area: 2 / 1 / 2 / 4;
}
#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 .views-field-title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	padding:  20px 0;
	text-align: left;
	display: block;
	color:var(--charcoal);
	margin: auto;
}

#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 .views-field-created{
	grid-area: 4 / 2 / 4 / 4;
	margin-left: 10px;
}
#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 .views-field-name{
	grid-area: 3 / 2 / 3 / 4;
	display: flex;
	margin-left: 10px;
}
#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 .views-field-name span{
	align-self: flex-end;
}
#block-ourclientsfeaturedcase .view-featured-case .views-col.col-1 .views-field-user-picture{
	grid-area: 3 / 1 / 5 / 2;
}
#block-ourclientsletushelp{
	padding-top: 80px;
}
#block-ourclientsletushelp .display1{
	max-width: 800px;
	margin: 0px auto 30px;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 58px;
	letter-spacing: 0px;
	text-align: center;
}

#views_slideshow_controls_text_previous_client_testimonials-block_1 {
	text-indent: -9999px;
	display: inline-block;
	outline: 0 none;
	background: url('/sites/default/files/dev-images/chevron-right-white.png');
	background-repeat: no-repeat;
	transform: rotate(-180deg);
	height: 27px;
  width: 13px;
  left: 70px;
  opacity: 0.8;
}

#views_slideshow_controls_text_next_client_testimonials-block_1 {
	text-indent: -9999px;
	display: inline-block;
	outline: 0 none;
	background: url('/sites/default/files/dev-images/chevron-right-white.png');
	background-repeat: no-repeat;
	height: 27px;
  width: 13px;
  right: 70px;
  opacity: 0.8;
}

.view-client-testimonials .views-slideshow-controls-bottom {
	position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
	.view-client-testimonials .views-slideshow-controls-bottom {
		top: 50%;
		height: 100%;
		transform: translateY(-50%);
	}

	.block-views-blockclient-testimonials-block-1 .views_slideshow_controls_text {
		top: 0 !important;
		height: 90%;
		display: flex;
		align-items: center;
	}
}

.paragraph--id--79 .nav-tabs {
	border-bottom: none;
	text-align: center;
}

.paragraph--id--79 .nav-tabs > li {
	display: inline-block;
	float: none;
}

.paragraph--id--79 .nav-tabs > li > a {
	background-image: url("/sites/default/files/dev-images/btn-clients.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center left;
	border: none;
	transition: 0.2s;
	padding-left: 45px;
	color: var(--charcoal);
}

.paragraph--id--79 .nav-tabs > li > a:hover {
	background-image: url("/sites/default/files/dev-images/btn-active-clients.png");
	background-color: unset;
	border: none;
}

.paragraph--id--79 .nav-tabs > li.active > a, .paragraph--id--79 .nav-tabs > li.active > a:hover, .paragraph--id--79 .nav-tabs > li.active > a:focus {
	background-image: url("/sites/default/files/dev-images/btn-active-clients.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center left;
	color: inherit;
	cursor: default;
	background-color: inherit;
	border: none;
}

@media screen and (max-width: 768px) {
	.views_slideshow_controls_text {
		top: 0 !important;
	}

	.block-views-blockclient-testimonials-block-1 .views_slideshow_cycle_slide {
		padding: 0;
	}

	.block-views-blockclient-testimonials-block-1 .skin-default {
		position: relative;
	}

	#views_slideshow_cycle_main_client_testimonials-block_1 {
		position: relative;
		top: 50px;
		padding-bottom: 50px;
	}

	#block-views-block-client-testimonials-block-1-2 blockquote {
		margin: 0;
		padding: 0 15px 0 30px;
	}

	section#block-ourclientswhowhathow .wwh img {
		margin-top: 50px !important;
	}

	#block-ourclientsfeaturedcase {
		padding: 60px 18% 60px;
	}

	#block-ourclientsfeaturedcase .views-element-container {
		padding-top: 50px;
	}
}

/* Accordions */
.node-64 .paragraph--bp-accordion-container.right-overlay {
	margin-top: -8%;
}

.node-64 #tab-109-3 .paragraph--bp-accordion-container.right-overlay {
		margin-top: -9%;
	}

.panel {
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
	 color: var(--charcoal);
	 background-color: transparent;
}

.panel-heading {
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-header a.display {
	color: var(--gray);
}

.paragraph.paragraph--type--bp-accordion ul {
	list-style: none;
}

.paragraph.paragraph--type--bp-accordion ul li {
	color: var(--charcoal);
}

.paragraph--bp-accordion-container .bp-accordion-button, .paragraph.paragraph--type--bp-accordion .panel-heading a::after {
	float: left;
	padding-right: 10px;
}

.panel-heading {
	padding: 0 15px;
}

.panel-title {
	padding: 0;
}

/* END Our Clients Section */
@media screen and (min-width: 1250px) {
	.node-64 .paragraph--bp-accordion-container.right-overlay {
		margin-top: -10%;
	}

	.node-64 #tab-109-3 .paragraph--bp-accordion-container.right-overlay {
		margin-top: -16%;
	}

	.node-64 .main-container.container-fluid {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1000px) {
	.node-64 .paragraph--bp-accordion-container.right-overlay {
		margin-top: -9%;
	}
}

@media screen and (max-width: 768px) {
	.node-64 .right-overlay {
		width: auto;
		float: none;
		margin-top: 0;
	}
}

/*------------------------------------
	Core Values Sections
------------------------------------*/

/* Landing Page */
.node-3 .content .field--name-body.field--type-text-with-summary {
	margin-bottom: 50px;
}

.path-frontpage .home-core {
	width: 100%;
	height: 500px;
	position: relative;
	text-align: center;
}

.paragraph--id--46 .field-content {
	width: 100%;
	height: 500px;
	position: relative;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

.path-frontpage .top-logo-img {
	background-image: url("/sites/default/files/dev-images/logo_cse_core_value_fullcolor.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	height: 100%;
	width: 100%;
	position: absolute;
	top: -15px;
	left: -15px;
	animation-fill-mode: forwards;
}

.path-frontpage .home-core span {
	background-repeat: no-repeat;
	background-size: 100%;
	width: 30%;
	position: absolute;
	padding-top: 30%;
	background-position: top;
}

.path-frontpage .home-core span.Equity {
	background-image: url("/sites/default/files/dev-images/icon_circle_blue.png");
	top: 0;
	left: 0;
}

.path-frontpage .home-core span.Resiliency {
	background-image: url("/sites/default/files/dev-images/icon_circle_red.png");
	top: 0;
	right: 0;
}

.path-frontpage .home-core span.Sustainability {
	background-image: url("/sites/default/files/dev-images/icon_circle_yellow.png");
	top: 35%;
	left: 35%;
}

.path-frontpage .home-core span.Policy {
	background-image: url("/sites/default/files/dev-images/icon_circle_green.png");
	bottom: 0;
	right: 0;
}

.path-frontpage .home-core span.Transparency {
	background-image: url("/sites/default/files/dev-images/icon_circle_gold.png");
	bottom: 0;
	left: 0;
}

.paragraph--id--46 .item-name {
	font-weight: 600;
	font-size: large;
	padding-top: 5px;
}

.paragraph--id--46 a {
	color: var(--charcoal);
	text-decoration: none;
	transition: color 0.25s;
}

.paragraph--id--46 a:hover {
	color: var(--gray);
}

.img-responsive.top-img {
    color: #fff;
}

.cv-bubbles-landing div.align-self-start {
	padding: 0 20% 0 0;
}

.cv-bubbles-landing div.align-self-center {
	padding: 0 10%;
}

.cv-bubbles-landing div.align-self-end {
	padding: 0 0 0 20%;
}

@media screen and (max-width: 414px) {
	.paragraph--id--46 a {
		text-indent: -10%;
	}
}

/* Page Logos */
.page-node-type-core-values .field--name-body div {
	margin-bottom: 50px;
}

.cv-img-wrap {
	position: relative;
	padding: 0;
}

.page-node-type-core-values .img-responsive.bottom-img, .page-node-type-core-values .img-responsive.top-img {
	position: relative;
	left: 0;
	top: 0;
	width: 90%;
	clear: both;
}

.page-node-type-core-values .img-responsive.top-img {
	position: absolute;
}
/* END Logo Section */

/* Body Section */
.page-node-type-core-values .field--name-body div {
	margin-bottom: 50px;
}
/* END Body Section */

/* Quote Box */
.quote-paragraph {
	clear: both;
	height: auto !important;
	overflow: auto;
	padding: 25px 0;
}

.quote-paragraph .cv-quote {
	background-color: var(--offwhite);
	padding: 35px 70px 35px 35px;
	height: auto;
}

.quote-paragraph .cv-profile {
	position: absolute;
	right: 0;
	margin-top: 5%;
	height: auto;
}

.cv-profile-image {
	width: 40%;
}

.cv-profile-txt {
	width: 60%;
}

.cv-profile-txt .field--name-field-name {
	font-weight: bold;
}

.cv-profile-image img.img-responsive {
	border-radius: 300px;
	box-shadow: 2px 3px 5px 2px var(--silver);
	margin-bottom: 5%;
}

/* Recent Thought Leadership Block */
.field--name-field-resource-type.resource-tag {
	padding: 15px 0;
}

@media (max-width: 767px) and (min-width: 414px) {

	.paragraph--id--46 .field-content {
		height: 75vw;
	}
	.quote-paragraph .cv-profile {
		position: unset;
	}
	.paragraph--id--46 .field-content, .path-frontpage .home-core {
		width: 75%;
		height: 65vw;
		margin: 50px auto;
	}
}

@media screen and (max-width: 414px) {
	.paragraph--id--46 .field-content div {
		position: unset;
		width: 100%;
		text-align: center;
		padding-top: 80%;
		background-size: 80%;
		padding-bottom: 25px;
	}
	.quote-paragraph {
		padding: 0;
	}
}

/*------------------------------------
	About Us
------------------------------------*/
.node-63 .content .field--name-body, .page-node-type-about-us .content .field--name-body, .page-node-type-about-us .content .field--name-bp-text {
	/*margin-left: 10%;*/
	/*margin-right: 10%;*/
}

.paragraph--id--49 {
	margin-top: 100px;
	background-color: var(--offwhite);
	padding: 50px 25px 25px;
}

.paragraph--id--50 {
	margin-top: 100px;
}

.paragraph--id--50 .field {
	margin-right: 15%;
	margin-left: 15%;
}

#block-views-block-leadership-block-1 {
	background-color: var(--offwhite);
	padding-top: 50px;
	padding-bottom: 100px;
}

#block-views-block-leadership-block-1 .view-leadership {
	margin-left: 15%;
	margin-right: 15%;
}

.leadership-group {
	margin: 25px 0 50px;
	width: 100%;
}

.view-leadership img.img-responsive {
	border-radius: 300px;
	box-shadow: 3px 4px 6px 2px var(--silver);
	margin: 0 auto;
}

.view-leadership .views-view-grid .views-col {
	width: 50%;
	float: left;
}

.view-leadership .img-side {
	float: left;
	width: 31%;
	padding: 0 10px;
}

.view-leadership .txt-side {
	float: left;
	width: 69%;
	padding: 0px 15px 0px 20px;
}

.view-leadership .leadership-chunk {
	margin-bottom: 25px;
}

#block-awards {
	margin: 50px auto;
	max-width: 1250px;
}

#block-awards .field--name-body div.col-sm-6 {
	margin-top: 20px;
}

#block-awards .col-md-6 img {
	max-height: 100px;
}

#block-awards .field {
	margin-right: 10%;
	margin-left: 10%;
}

.node-63 .below-content.container-fluid {
    background-color: var(--offwhite);
    width: 100%;
    margin-bottom: -38px;
}

@media screen and (min-width: 1250px) {
	#block-views-block-leadership-block-1 .form-group {
		max-width: 1250px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 414px) {
	.view-leadership .views-view-grid .views-col {
		width: 100%;
	}
	.view-leadership .img-side{
		width: 100%;
		padding: 15px;
	}
	.view-leadership .txt-side {
		width: 100%;
		padding: 15px;
	}
}

@media screen and (max-width: 768px) {
	.view-leadership .views-view-grid .views-col {
		width: 100%;
	}
}

/* ----- Careers Page ----- */
.color-white {
	color: var(--offwhite);
}

.node-67 .paragraph--color--rgba-blue-strong {
	color: var(--aqua);
}

.job-intro {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1250px) {
	button[id^="edit-submit-job-postings"], button[id^="edit-reset-"]{
		margin-top:0px;
	}
}


.job-carousel {
	margin-top: 50px;
}


.paragraph--id--118 li {
	list-style: none;
}

#views-exposed-form-job-postings-block-1 .form-item {
	width: 50%;
}

#views-exposed-form-job-postings-block-2 div#edit-actions--59al8uNBrG8 {
    float: right;
    margin-right: 30px;
}
.job-row {
	border-bottom: 1px solid var(--silver);
    padding-bottom: 30px;
    padding-top: 20px;
}

.paragraph--id--149 .form--inline.form-inline {
	/* width: 65%; */
	margin: 0 auto;
	transition: 0.2s;
	padding-bottom:25px;
}
.paragraph--id--149 .job-filter-title {
    float: left;
    font-size: 2.15em;
	padding-bottom: 13px;
	padding-right:15px;
}

.carousel-caption {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #9999994d
}

.content .paragraph--id--149 ul li:before {
	content: "";
    content: none;
}

.node-67 div[class*="js-view-dom-id-"] {
    margin-top: -150px;
    padding-top: 150px;
}

@media screen and (max-width: 414px) {
	.pagination > li.pager__item {
		display: none;
	}
	.pagination > li.pager__item.pager__item--previous, .pagination > li.pager__item.pager__item--next {
		display: inline;
	}
}


.item img.responsive.slide {
	max-width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.carousel-control{
	width:10%;
}
a.right.carousel-control.cse, a.left.carousel-control.cse {
	background: none;
}

.form-inline .select-wrapper, .form-inline .form-control {
	width: 100%;
	z-index: 0;
}

.bef-exposed-form .form--inline .form-item {
	padding: 0 1%;
	width: 33.333%;
	transition: 0.2s;
}

ul.job-list {
	color: var(--jade);
	list-style: none;
}

.job-content a.collapsed .job-summary {
	display: block;
	padding-left:34px;
}
.job-content a .job-summary {
	display: none;
}
.job-body {
	padding-left:34px;
}

#edit-field-job-department-value, #edit-field-job-location-value {
	width: 100%;
}
/*-------
.view-job-postings .view-content {
	overflow: auto;
	clear: both;
}

.view-job-postings .view-content  .jobs-list-wrap {
	min-height: 125px;
	display: inline-block;
	transition: 1s;
}

.view-job-postings .view-content  .jobs-list-wrap h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 25px;
	line-height: 37px;
}

.view-job-postings .view-content {
    -moz-column-width: 19em;
    -webkit-column-width: 19em;
    -moz-column-gap: 1em;
    -webkit-column-gap:1em;
}

.view-job-postings .attachment .view-content {
	-moz-column-width: unset;
   -webkit-column-width: unset;
   -moz-column-gap: unset;
   -webkit-column-gap: unset;
   text-align: center;
	max-width: 35%;
	margin: 0 auto;
}

.view-job-postings .view-content > div {
    display: inline-block;
    padding:  .5rem;
    width:  100%;
}

.jobs-list-wrap {
    display: inline-block;
    height: 100%;
    width:  100%;
}

.view-job-postings .attachment .jobs-list-wrap {
	background-color: var(--offwhite);
	margin: 50px auto;
	padding: 25px 40px 40px;
	float: none;
	display: block;
}

.view-job-postings .attachment .jobs-list-wrap h3 {
	text-align: center;
}

.page-node-type-job-postings .main-container {
	margin: 0 20%;
}
---*/
.field--name-field-adp-job-bottom {
	text-decoration: none;
	font-style: italic;
}

.paragraph.paragraph--color > .paragraph__column {
	padding-bottom: 45px;
}

/* Fun Team Image Gallery */
#block-thefunteam {
	background-color: var(--offwhite);
	margin: 50px 0;
	padding: 25px 0;
}

#block-thefunteam div {

}

#block-thefunteam .field--name-body {
	margin: 0 20% 2%;
}

.fun-team-row span {
	float: left;
	display: inline-block;
	padding: 1%;
}

.fun-team-row span img {
	border-radius: 8px;
}

.fun-team-row.row1 span.ft-img1 {
	width: 28%;
}

.fun-team-row.row1 span.ft-img2 {
	width: 35%;
}

.fun-team-row.row1 span.ft-img3 {
	width: 37%;
}

.fun-team-row.row2 span.ft-img4 {
	width: 35%;
}

.fun-team-row.row2 span.ft-img5 {
	width: 39%;
}

.fun-team-row.row2 span.ft-img6 {
	width: 26%;
}

/* Our Team */
.view-our-team .views-slideshow-controls-bottom.clearfix {
	clear: none;
}

.view-our-team .views_slideshow_controls_text {
	top: 100px;
	width: 100%;
	position: absolute;
}

.view-our-team #views_slideshow_controls_text_pause_our_team-block_1 a {
	display: none;
}

.view-our-team #views_slideshow_controls_text_our_team-block_1 #views_slideshow_controls_text_previous_our_team-block_1 {
	left: 0;
}

.view-our-team #views_slideshow_controls_text_our_team-block_1 #views_slideshow_controls_text_next_our_team-block_1 {
	right: 15px;
}

.view-our-team #views_slideshow_cycle_teaser_section_our_team-block_1 .views-row-even .cv-quote {
	padding: 25px 25px 25px 75px;
	float: right;
}

.view-our-team #views_slideshow_cycle_teaser_section_our_team-block_1 .views-row-even .cv-profile {
	left: 0;
}

.view-our-team #views_slideshow_cycle_teaser_section_our_team-block_1 .views-row-even .cv-profile .cv-profile-image {
	float: right;
}

.view-our-team #views_slideshow_cycle_teaser_section_our_team-block_1 .views-row-even .cv-profile .cv-profile-txt {
	text-align: right;
}

.our-team-btn a {
	padding: 10px 20px;
}

#block-affirmativeactionandeverify {
	margin: 2% 20%;
}

@media screen and (max-width: 768px) {
	.node-63 .content .field--name-body, .page-node-type-about-us .content .field--name-body, .page-node-type-about-us .content .field--name-bp-text {
		margin-left: 10%;
		margin-right: 10%;
	}
	.paragraph--id--149 .form--inline.form-inline {
		width: 100%;
	}

	.bef-exposed-form .form--inline .form-item {
		float: left;
	}

	#block-thefunteam .field--name-body {
		margin: 0 10% 2%;
	}

	#block-affirmativeactionandeverify {
		margin: 2% 10%;
	}

	.fun-team-row span {
		float: none;
		display: block;
		width: 80% !important;
		margin: 0 auto;
	}

	.attachment .view-content {
		max-width: 75%;
	}

	.view-job-postings .attachment .view-content {
		max-width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.bef-exposed-form .form--inline .form-item {
		width: 100%;
	}
}

@media screen and (max-width: 414px) {
	.node-63 .content .field--name-body, .page-node-type-about-us .content .field--name-body, .page-node-type-about-us .content .field--name-bp-text {
		margin-left: 1%;
		margin-right: 1%;
	}
	.bef-exposed-form .form--inline .form-item {
		float: none;
		width: 100%;
	}

	.form-control {
		height: 50px;
	}

	.fun-team-row span {
		width: 100% !important;
	}
	.attachment .view-content {
		max-width: 95%;
	}
}

/*------------------------------------
	Media Center
------------------------------------*/
.node-14899 .region-header, .node-2071 .region-header {
    margin-top: 25px;
}

@media screen and (min-width: 1250px) {
	.node-14899 .main-container.container-fluid, .node-2071 .region-header {
		margin: 40px auto 75px;
	}
}

section#block-mediacoverage {
   max-width: 1010px;
	margin: 55px auto 45px;
	background-color: var(--offwhite);
	padding: 0px 15px;
}

section#block-mediacontacts {
    max-width: 1010px;
    margin: 0px auto;
    padding: 55px 5% 45px;
}

.paragraph--id--130 {
	background-color: var(--offwhite);
	max-width: 80%;
	margin: 50px auto 0;
	padding: 2% 5%;
}

.main-container.container-fluid.container-exception {
    top: 0px;
}

.block-above {
    margin-top: 100px;
	margin-bottom: 70px;
}

.below-content-2.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#block-views-block-company-news-block-2 {
	background-color: var(--offwhite);
	margin-top: 25px;
	padding: 75px 5px 25px;
}

#block-views-block-company-news-block-2 .view-header {
    margin-bottom: 50px;
}
#block-views-block-company-news-block-2 .view-content .our-blog-img img {
    border-radius: 10px;
    margin: 0 auto;
}

.view-company-news.view-id-company_news .view-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#block-views-block-company-news-block-2 .view-content .views-row {
    margin-bottom: 25px;
}

#block-views-block-company-news-block-2 .view-content .our-blog-author .our-blog-author-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}
.view.view-company-news.view-id-company_news.view-display-id-block_2 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1250px
}


#block-storystarters {
	background-color: var(--offwhite);
	padding: 50px 0;
}

#block-storystarters .paragraph--type--bp-columns {
	margin: 0 auto;
	width: auto;
	max-width: 1250px;
}

#block-storystarters .paragraph--type--bp-columns .paragraph--type--bp-columns__3col {
	background-color: #fff;
	border: 1px solid var(--silver);
	border-radius: 5px;
	margin: 0 1.5%;
	padding: 15px 25px;
	width: 30%;
}

#block-views-block-subject-matter-experts-block-1 {
	margin: 8% 10%;
}

#block-views-block-subject-matter-experts-block-1 .view-header {
	margin: 0 15%;
}

#block-views-block-subject-matter-experts-block-1 .view-content {
	overflow: auto;
}

.subject-matter-experts .expert-imgtext.col-xs-12.order-first {
	padding: 25px 0 50px 25px;
	margin-top: 50px;
}

.subject-matter-experts .expert-main-col {
	margin-top: 50px;
}

.subject-matter-experts .expert-image {
	max-width: 615px;
	margin: 0 auto;
}

.subject-matter-experts .col-sm-8.col-md-8.order-last {
	float: right;
}

.subject-matter-experts img.img-responsive {
	border-radius: 8px;
}

.subject-matter-experts .expert-author-img {
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.subject-matter-experts .expert-author-img img {
	border-radius: 50%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}

.subject-matter-experts .expert-title, .subject-matter-experts .expert-tags {
	margin: 0 auto;
	padding-top: 10px;
	width: 90%;
}

.subject-matter-experts .expert-title a {
	line-height: 20px;
	display: block;
	color: var(--charcoal);
	font-size: 22px;
	line-height: 120%;
	font-weight: 600;
	padding: 10px 0;
	transition: 0.3s;
}

.subject-matter-experts .expert-title a:hover {
	color: var(--gray);
}

.subject-matter-experts .expert-tags {
	color: var(--gray);
}

.subject-matter-experts .expert-tags a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: var(--gray);
	text-transform: uppercase;
}

#block-views-block-subject-matter-experts-block-1 .view-footer {
	margin-top: 50px;
}

#block-views-block-subject-matter-experts-block-1 .view-footer .subject-expert-btn {
	margin-top: 25px;
}

#block-brandingcollateral {
	background-color: var(--offwhite);
	padding: 55px 0 50px;
}

#block-brandingcollateral > div {
	margin: 0 10%;
}

#block-brandingcollateral .paragraph--type--bp-columns {
	width: 33%;
	float: left;
	overflow: auto;
	clear: none;
	text-align: center;
	padding: 25px 0px;
}
.paragraph.paragraph--type--bp-column-wrapper.paragraph--view-mode--default.paragraph--id--184 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#block-brandingcollateral .paragraph--id--183 {
	clear: both;
	left: 35%;
	position: relative;
}

#block-socialmediafeeds {
	margin: 55px 10% 55px;
}

.social-feeds {
	padding-top: 25px;
}

.social-feeds .fontawesome-icon-inline {
	color: #fff;
	background: #59b990;
	background: -moz-linear-gradient(45deg, #59b990 0%, #2ca6ba 30%, #4175da 70%, #894caf 100%);
	background: -webkit-linear-gradient(45deg, #59b990 0%,#2ca6ba 30%,#4175da 70%,#894caf 100%);
	background: linear-gradient(45deg, #59b990 0%,#2ca6ba 30%,#4175da 70%,#894caf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59b990', endColorstr='#894caf',GradientType=1 );
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	padding-top: 10px;
	margin: 5px;
	border-radius: 10px;
	transition: 0.5s;
}

.social-feeds .fontawesome-icon-inline:hover {
	box-shadow: 0 0 7px 1px var(--silver);
	transform: scale(1.2);
}

.row.expert-author-img 	{
	display: block;
}

@media screen and (min-width: 1250px) {
	#block-views-block-subject-matter-experts-block-1 {
		margin: 55px auto 75px;
		max-width: 1010px;
	}

	#block-brandingcollateral > div {
		margin: 0 auto;
		max-width: 1250px;
	}

	.page-node-type-job-postings .main-container {
		max-width: 1250px;
		margin: 0 auto;
		padding: 0 5%;
	}

	.subject-matter-experts .expert-title, .subject-matter-experts .expert-tags {
		width: 75%;
	}
}

@media screen and (max-width: 768px) {
	#block-views-block-subject-matter-experts-block-1 .view-header {
		margin: auto;
	}

	#block-storystarters .paragraph--type--bp-columns .paragraph--type--bp-columns__3col {
		margin: 5% 0;
		width: 100%;
	}

	.subject-matter-experts .expert-title, .subject-matter-experts .expert-tags {
		margin: 0 auto;
		width: 100%;
	}

	.subject-matter-experts .expert-imgtext.col-xs-12.order-first {
		margin-top: inherit;
	}

	.paragraph--id--129 .paragraph--type--bp-columns__2col:nth-child(2) {
		padding-top: 25px;
	}
}

@media screen and (max-width: 600px) {
	#block-brandingcollateral .paragraph--type--bp-columns {
		width: 50%;
	}

	#block-brandingcollateral .paragraph--id--183 {
		clear: none;
		position: unset;
	}
}

@media screen and (max-width: 414px) {
	#block-brandingcollateral .paragraph--type--bp-columns {
		width: 100%;
	}
	.page-node-type-job-postings .main-container {
		margin: 0 5%;
	}
}

/* Contact Us */
.node-5495 .field--name-body {
	margin: 0 20%;
	max-width: 1250px;
}

.node-5495 form input, .node-5495 form textarea, .node-5495 form select, .node-14757 form input, .node-14757 form select {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid var(--gray);
}

.inner-contact {
	float: none;
	margin: 0 auto;
}

.node-5495 form input[type="checkbox"] {
	width: 10%;
}

.contact-us-form input[type="submit"], .node-14757 input[type="submit"] {
	border: none;
	width: auto;
	margin: 0 auto;
	display: block;
	margin-top: 25px;
}

.not-visible {
	display: none;
}

@media screen and (max-width: 768px) {
	/*.node-5495 form input, .node-5495 form textarea, .node-5495 form select {
		width: 100%;
	}*/
}

/*------------------------------------
	Taxonomy Term
------------------------------------*/

.view-taxonomy-term .view-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}



/*------------------------------------
	News Articles
------------------------------------*/
.node-8612 div.field--type-image {
    display: none;
}

#videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 35%;
    padding-top: 25px;
    height: 0;
    background-image: url("/sites/default/files/articles/LEG4.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    cursor: pointer;
}

#videowrapper iframe, .videowrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view-list-articles .views-field h3 em {
	display: none;
}

.view-list-articles .view-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.our-blog-item.flex-in{
	max-width: 385px;
    margin: 0px 12px 45px;
}

.view-content .our-blog-author .our-blog-author-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}
.view-content .our-blog-img img {
    border-radius: 10px;
    margin: 0 auto;
}

/*------------------------------------
	Blog & News
------------------------------------*/
.energy-loop .author-img {
	position: absolute;
	z-index: 1;
	padding: 5px 5px;
}

.energy-loop .author-img img.img-responsive {
	border-radius: 50px;
	display: block;
	border: 1px solid var(--silver);
	padding: 5px;
	background: #fff;
}

.page-node-type-blog article.contextual-region, .page-node-type-article article.contextual-region {
    position:unset;
}

.field--name-field-subtitle, .subtitle {
	font-size: 20px;
	line-height: 28px;
	color: var(--gray);
	padding: 25px 0;
	font-weight: bold;
	font-style: italic;
}

.energy-loop .blog-content {
	padding-left: 20px;
}

.energy-loop .blog-content h3 a, .news-article .blog-content h3 a {
	color: var(--charcoal);
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	transition: 0.2s;
}

.energy-loop .blog-content h3 a:hover, .news-article .blog-content h3 a:hover {
	color: var(--gray);
}

.blog-submitted {
	font-size: small;
}

.energy-loop .blog-img-mobile, .news-article .blog-img-mobile {
	display: none;
}

.energy-loop .tagman, .news-article .tagman {
	background-color: var(--offwhite);
	width: auto;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 2% 0 6% 10%;
}

.news-article .blog-img {
	margin-top: 25px;
}

.news-article .tagman {
	margin: 2% 0 6% 1%;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border: 1px solid var(--silver);
	border-radius: 8px;
	margin: 0 5px;
}

.pagination > li > a, .pagination > li > span {
	color: var(--gray);
	border: 1px solid var(--silver);
	margin: 0 5px;
	border-radius: 8px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: var(--jade);
}

.view-list-articles .blog-content #videowrapper {
	display: none;
}

.path-thought-leadership nav.pager-nav {
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.energy-loop .blog-img-mobile, .news-article .blog-img-mobile {
		display: block;
	}
	.energy-loop .blog-img-mobile, .news-article .blog-img-mobile img {
		margin: 0 auto;
	}
	.energy-loop .blog-img, .news-article .blog-img {
		display: none;
	}
	.energy-loop .author-img {
		display: none;
	}
	.energy-loop .tagman, .news-article .tagman {
		margin: 2% 0 6% 2%;
	}
}

/*------------------------------------
	Research and Reports
------------------------------------*/

.research-form .bef-exposed-form .form--inline .form-item {
	width: 20%;
}

.research-form .form-actions .btn, .research-form .form-actions .btn-group {
	margin-top: 2em;
}

.research-form .form-group {
	margin-bottom: 30px;
}

a.fs-larger {
	color: #2d5c88;
	font-size: 125%;
	display: block;
	margin-bottom: 0.75em;
	transition: 0.2s;
}

a.fs-larger:hover {
	color: var(--gray);
}

.resource-date {
	text-align: right;
	padding-bottom: 0.5em;
	color: #777;
}

@media screen and (max-width: 768px) {
  .research-form .bef-exposed-form .form--inline .form-item {
		width: 100%;
	}
	.research-form .table-responsive > .table > tbody > tr > td {
		white-space: normal;
	}
}

/*------------------------------------
	Programs Pages
------------------------------------*/

html div[id^="MixItUp"] {
	min-height: 100vh;
}

#edit-filter-technologies .form-item input {
	height: 18px;
	width: 17px;
}

#edit-filter-technologies .form-type-checkbox {
	margin-top: 0;
	margin-bottom: 25px;
}

#edit-filter-technologies .checkbox label {
	background-color: var(--jade);
	padding: 5px 20px 5px 30px;
	border-radius: 8px;
	color: var(--offwhite);
	transition: 0.2s;
}

#edit-filter-technologies .checkbox label:hover {
	color: var(--charcoal);
	transition: 0.5s;
}

.checkbox label:hover, .checkbox label:active, .checkbox label:focus {
	color: var(--aqua)
}

#edit-filter-technologies div .form-checkbox.active {
	background-color: red;
}

.mix_item {
	padding-right: 10px;
	padding-left: 10px;
	/*margin-bottom: 75px;*/
}

.mix_item h2 a {
	line-height: 26px;
	font-size: 22px;
	display: block;
	text-align: center;
	padding: 0 5px;
	transition: 0.2s;
}

.mix_item p {
	text-align: center;
	padding: 0 10px;
}

.mix_item .program-years {
	padding-bottom: 15px;
}

.border-wrap {
	border: 1px solid var(--silver);
	border-radius: 5px;
}

.image-layer {
	position: relative;
}

.program-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s;
	background-color: var(--aqua);
	border-radius: 5px 5px 0 0;
}

.image-layer:hover .program-overlay {
	opacity: 1;
}

.program-icon {
	transition: .5s ease;
	color: var(--offwhite);
	position: absolute;
	left: 0%;
	top: 35%;
	text-align: center;
	width: 100%;
}

.field-image img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.program-icon .svg-inline--fa {
	background-color: var(--gray);
	border-radius: 50px;
	width: 50px;
	height: 50px;
	padding: 10px;
}

.program-years {
	color: var(--gray);
}

@media screen and (max-width: 768px) {
	.path-programs .same-height {
		height: auto !important;
	}
}

/*------------------------------------
	Thought Leadership Landing Page
------------------------------------*/
.node-45 .below-content {
	margin-bottom: -30px;
}

.node-45 #block-views-block-our-blog-block-1, #block-views-block-company-news-block-1, #block-views-block-research-reports-block-1 {
	background-color: var(--offwhite);
	margin-top: 25px;
	padding: 75px 0;
}

#block-views-block-company-news-block-1 {
	background-color: transparent;
}

.node-45 .view-header {
	margin-bottom: 25px;
}

.node-45 .view-content {
	margin: 0 10%;
	max-width: 1250px;
}

.node-45 .view-content .our-blog-img img {
	border-radius: 10px;
	margin: 0 auto;
}

.node-45 .view-content .our-blog-tags.resource-tag a {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: normal;
	color: var(--gray);
}

.node-45 .view-content .our-blog-author {
	margin-top: 15px;
}

.node-45 .view-content .our-blog-author .our-blog-author-img img {
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}

.node-45 .view-content .our-blog-author .our-blog-author-text {
	margin-top: 2%;
}

.node-45 .resource-created-date {
	color: var(--gray);
}

.row.subject-matter-experts.other.bottom {
    max-width: 1200px;
    margin: 0px auto;
}

@media screen and (min-width: 1250px) {
	.node-45 .view-content {
		margin: 0 auto;
	}
}

@media screen and (max-width: 414px) {
	.node-45 .view-content {
		margin: 0 2%;
	}

	.node-45 #block-views-block-our-blog-block-1, #block-views-block-company-news-block-1, #block-views-block-research-reports-block-1 {
		padding: 25px 0;
	}
}
/*------------------------------------
	Thought Leadership - Search bar
------------------------------------*/

.block-views-exposed-filter-blockthought-leadership-page-1 {
    background-color: var(--offwhite);
    margin-top: 0px;
    padding: 40px 0 20px;
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 9;
    text-align: center;
    transition: 1.5s;
}

@media screen and (max-width: 414px) {
	.block-views-exposed-filter-blockthought-leadership-page-1 {
		position: absolute;
		top: 100px;
		padding-bottom: 0px;
	}
}

header.not-top ~ .above-content .block-views-exposed-filter-blockthought-leadership-page-1 {
	padding: 20px 0 20px;
}

.toolbar-tray-open .block-views-exposed-filter-blockthought-leadership-page-1 {
	top: 170px;
}

#views-exposed-form-thought-leadership-page-1 {
	display: inline-block;
	margin-left: 75px;
}

#views-exposed-form-thought-leadership-page-1 .form-control {
	height: 44px;
}

#views-exposed-form-thought-leadership-page-1 .btn-leader-search {
	background-color: var(--jade);
	color: var(--offwhite);
	font-size: 18px;
	padding: 8px 10px;
	border-radius: 0px 4px 4px 0px;
	transition: background-color 0.3s;
}

#views-exposed-form-thought-leadership-page-1 .btn-leader-reset {
	background-color: var(--offwhite);
	color: var(--jade);
	font-size: 18px;
	padding: 8px 10px;
}

.block-views-exposed-filter-blockthought-leadership-page-1 div#edit-actions, .block-views-exposed-filter-blockthought-leadership-page-1 div#edit-actions--2 {
    width: 131px;
}

@media (min-width: 1381px) {
	.block-views-exposed-filter-blockthought-leadership-page-1 .form-inline .form-group {
		margin-bottom: 0;
		text-align: left;
		display: inline-block;
		max-width: 33.33%;
		float: left;
		margin: 0 10px;
		width:365px;
	}
	.block-views-exposed-filter-blockthought-leadership-page-1 div[id^="edit-actions"]  {
		position: relative;
		top: 9px;
		left: -60px;
		max-width: 135px;
	}
}

@media (min-width: 1186px) and (max-width:1380px) {
	.block-views-exposed-filter-blockthought-leadership-page-1 .form-inline .form-group {
		margin-bottom: 0;
		text-align: left;
		display: inline-block;
		max-width: 27%;
		float: left;
		margin: 0 10px;
		width:365px;
	}
	.block-views-exposed-filter-blockthought-leadership-page-1 div[id^="edit-actions"]  {
		position: relative;
		top: 9px;
		left: -60px;
		max-width: 135px;
	}
}

@media (min-width: 768px) and (max-width: 1185px) {
	.block-views-exposed-filter-blockthought-leadership-page-1 .form-inline .form-group {
		margin-bottom: 0;
		text-align: left;
		display: inline-block;
		max-width: 39%;
		float: left;
		margin: 0 10px;
		width: 365px;
	}
	.block-views-exposed-filter-blockthought-leadership-page-1 div[id^="edit-actions"]  {
		position: relative;
		top: 9px;
		left: -60px;
		max-width: 135px;
	}
}

@media (min-width: 415px) and (max-width: 767px) {
	.block-views-exposed-filter-blockthought-leadership-page-1 .form-inline .form-group {
		margin-bottom: 0;
		text-align: left;
		display: inline-block;
		max-width: 45%;
		float: left;
		margin: 5px 10px;
		width: 365px;
	}
	.block-views-exposed-filter-blockthought-leadership-page-1 div[id^="edit-actions"]  {
		position: relative;
		top: 13px;
		left: -60px;
		max-width: 135px;
	}
	#views-exposed-form-thought-leadership-page-1 {
		margin-left: 5px;
	}
}

@media screen and (max-width: 414px) {
	#views-exposed-form-thought-leadership-page-1 {
		margin-left: 0px;
		display: block;
		margin: 0px 35px;
	}
	.block-views-exposed-filter-blockthought-leadership-page-1 div[id^="edit-actions"]  {

		text-align: left;
		float:left;
	}
	.block-views-exposed-filter-blockthought-leadership-page-1 div#edit-actions, .block-views-exposed-filter-blockthought-leadership-page-1 div#edit-actions--2 {
		width: 100%;
	}
	#views-exposed-form-thought-leadership-page-1 .btn-leader-search {
		position: relative;
		left: 88%;
		top: -78px;

	}
	#views-exposed-form-thought-leadership-page-1 .btn-leader-reset {
		position: relative;
		top: -20px;
		text-align: center;
		left: 63px;
		left: calc(50% - 85px);
	}
}

/*------------------------------------
	Thought Leadership - All Resources
------------------------------------*/

.block-views-blockthought-leadership-block-1 {
    background-color: var(--offwhite);
    margin-top: 0px;
    padding: 75px 0 30px;
}
.block-views-blockthought-leadership-block-2 {
    margin-top: 0px;
    padding: 75px 0;
}
.view-thought-leadership .view-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.view-thought-leadership .view-content .our-blog-author .our-blog-author-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}

.view-thought-leadership .view-content .our-blog-img img{
	border-radius: 10px;
	margin: 0 auto;
}

.our-blog-btn.text-align-center.clearfix {
    margin-bottom: 60px;
}

.our-blog-btn2.text-align-center.clearfix {
    margin-bottom: 40px;
}


@media screen and (min-width: 1250px) {
	.view-thought-leadership .view-content {
		max-width:1250px;
		margin: 0 auto;
	}
}


/*------------------------------------
	Thought Leadership - Articles Page
------------------------------------*/
.block-views-blockarticles-block-1 {
    background-color: var(--offwhite);
    margin-top: 0px;
    padding: 75px 0 40px;
}
.block-views-blockarticles-block-2 {
    margin-top: 0px;
    padding: 75px 0 40px;
}
.view-id-articles .view-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.view-id-articles .view-content .our-blog-author .our-blog-author-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}

.view-id-articles .view-content .our-blog-img img{
	border-radius: 10px;
	margin: 0 auto;
}

@media screen and (min-width: 1250px) {
	.view-id-articles .view-content {
		max-width:1250px;
		margin: 0 auto;
	}
}

.our-blog-btn .btn{
	margin-top:30px;
}

/*------------------------------------
	Thought Leadership - Articles All Pages
------------------------------------*/
.view-id-articles.view-display-id-page_1 .view-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.our-blog-item.flex-in{
	max-width: 385px;
    margin: 0px 12px 45px;
}

#path-thought-leadership-all section#block-thoughtleadershippagetitle {
    display: none;
}

/*------------------------------------
	Thought Leadership - Contributors Pages
------------------------------------*/

.row.subject-matter-experts.other {
    max-width: 1060px;
    margin: 0px auto 75px;
}
.row.subject-matter-experts.super {
    max-width: 1167px;
    margin-left: auto;
    margin-right: auto;
}
.subject-matter-experts.super .expert-author-img {
    max-width: 400px;
}

.subject-matter-experts.super .expert-author-img img {
	max-width: 250px;
	margin: 0 auto;
}

.block-views.block-views-blockarticle-contributor-block-2 {
    margin-top: 0px;
    padding: 75px 0 55px;
}

.view-article-contributor.view-id-article_contributor .our-blog-btn.text-align-center {
    padding-top: 25px;
}

.block-views.block-views-blockarticle-contributor-block-3 {
    background-color: var(--offwhite);
    margin-top: 0px;
    padding: 75px 0;
}
@media screen and (min-width: 1250px) {
	.view-article-contributor.view-id-article_contributor .view-content {
		max-width:1250px;
		margin: 0 auto;
	}
}
.view-article-contributor.view-id-article_contributor .view-content .our-blog-author .our-blog-author-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}

.view-article-contributor.view-id-article_contributor .view-content .our-blog-img img{
	border-radius: 10px;
	margin: 0 auto;
}

.view-article-contributor .view-content, .view-thought-leadership-co-authors .view-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.our-blog-item.flex-in{
	max-width: 385px;
    margin: 0px 12px 45px;
}

.block-views-blockthought-leadership-co-authors-block-2 {
    background-color: var(--offwhite);
    margin-top: 0px;
    padding: 75px 0;
}

.path-thought-leadership .view-article-contributor nav.pager-nav, .path-thought-leadership .view-thought-leadership-co-authors nav.pager-nav {
    margin-bottom: 0px;
}


/*------------------------------------
	Job Postings Pages
------------------------------------*/
.page-node-type-job-postings .row {
	display: block !important;
}
.page-node-type-job-postings .field--name-field-job-location {
	background: var(--offwhite);
	width: 100%;
	display: inline-block;
	padding: 25px;
	max-width:330px
}
.page-node-type-job-postings .field--name-field-intro-text, .page-node-type-job-postings .field--name-body, .page-node-type-job-postings .field--name-field-adp-post {
	margin-top: 25px;
}

.apply-adp, .field--name-field-adp-post {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.adp-bottom {
	margin-top: 25px;
}

.job-display {
	margin-bottom: 25px;
}

.page-node-type-job-postings .field--name-field-adp-post a {
	display: inline-block;
	background-color: var(--jade);
	color: var(--offwhite);
	font-size: 18px;
	padding: 16px 32px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color 0.3s;
	width:180px;
}
.job-row a.btn-green {
	width:180px;
}

.page-node-type-job-postings .field--name-field-adp-post a:hover {
	background-color: #59b990;
	color: #f5f5f6;
}

.page-node-type-job-postings .field--name-field-adp-job-bottom {
	padding: 25px 0 75px;
}

.page-node-type-job-postings .field--name-field-adp-job-bottom .field--item {
	font-size: 13px;
	line-height: 18px;
}

/*------------------------------------
	Resources Pages
------------------------------------*/
/*.page-node-type-cse-resources .field--name-body {
	width: 50%;
	padding-right: 25px;
}*/

.page-node-type-cse-resources .field--name-field-resource-link {
	margin: 25px 0;
	width: 50%;
	text-align: center;
}

.page-node-type-cse-resources .field--name-field-image {
	float: right;
	width: 50%;
	padding-left: 25px;
}

.page-node-type-cse-resources .field--name-field-image img {
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.page-node-type-cse-resources .field--name-body {
		width: auto;
		padding-right: unset;
	}

	.page-node-type-cse-resources .field--name-field-resource-link {
		width: auto;
	}

	.page-node-type-cse-resources .field--name-field-image {
		float: none;
		width: auto;
		padding-bottom: 25px;
	}
	.page-node-type-cse-resources .field--name-field-image img {
		margin: 0 auto;
	}
}

/*------------------------------------
	Business Pages
------------------------------------*/
.node-14767 .field--name-body {
	margin: 25px 10%;
}

.node-14767 .field--name-bp-image-field img {
	margin: 25px auto;
}



@media screen and (min-width: 1250px) {
	.node-14767 .field--name-body {
		margin: 0 auto;
	}
}

@media screen and (max-width: 414px) {
	.node-14767 .field--name-body {
		margin: 25px 5%;
	}
}



/* Search Testing */
#block-exposedformdefault-searchpage-1 {
	display: none;
	position: absolute;
	left: 10%;
	top: 55px;
	width: 80%;
}

#block-exposedformdefault-searchpage-1-2 {
	text-align: center;
	padding-bottom: 50px;
}

#block-exposedformdefault-searchpage-1 .help-block, #block-exposedformdefault-searchpage-1-2 .help-block {
	font-size: 16px;
	height: 35px;
	margin-top: 10px;
	padding: 0 0 0 20px;
}

#block-exposedformdefault-searchpage-1 #edit-actions button#edit-submit-default-search,
#block-exposedformdefault-searchpage-1-2 #edit-actions {
	display: none;
}

#block-exposedformdefault-searchpage-1 #edit-actions {
	position: absolute;
	right: 8%;
	top: 10%;
}

#block-exposedformdefault-searchpage-1 .form-control, #block-exposedformdefault-searchpage-1-2 .form-control {
	border: none;
	height: 93px;
	padding: 0 0 0 20px;
	font-size: 48px;
	line-height: 2;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 2px solid var(--charcoal);
	color: var(--charcoal);
}

/* Marketo stuff */

.mktoForm {
	margin-left: auto;
	margin-right: auto;
}


/*Placeholder font color*/
#edit-search-api-fulltext::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--charcoal);
  opacity: 1; /* Firefox */
}

#edit-search-api-fulltext:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--charcoal);
}

#edit-search-api-fulltext::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--charcoal);
}
/*END Placeholder font color*/

#block-exposedformdefault-searchpage-1 .form-item-search-api-fulltext {
	width: 100%;
}

.spb_top_center {
	top: 0px;
	left: 0%;
	right: 0%;
}

.spb-controls {
	position: relative;
	z-index: 999999;
	right: 25px;
	top: 25px;
}

.spb_close {
	border: none;
	cursor: pointer;
	float: right;
	padding: 3px 11px 5px;
	background: var(--silver);
	font-size: 25px;
	color: var(--charcoal);
	border-radius: 50%;
	transition: 0.3s;
}

.spb_close:hover {
	transform: scale(1.2);
}

.spb-popup-main-wrapper {
	padding: 0;
	border: none;
	background-color: #FFF;
	height: 220px
}

#block-mainnavigation {
	position: relative;
	top: 0px;
	right: 30px;
}

#block-searchbutton {
	cursor: pointer;
	position: absolute;
	float: right;
	top: 49px;
	transition: 1.5s;
	right: 35px;
	font-size: 18px;
	line-height: 25px;
	width: auto;
	color: var(--charcoal);
}

.front #block-searchbutton {
	color: var(--offwhite);
}

.not-top #block-searchbutton {
	top: 38px;
	color: var(--charcoal);
}

.node-3 #block-searchbutton .field--name-body,
.node-1 #block-searchbutton .field--name-body {
	margin: 0;
}

.path-default-search h1 {
	text-transform: capitalize;
}

.view-default-search .views-row div.views-col {
	padding-bottom: 70px;
}

.path-default-search .view-default-search nav.pager-nav {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#block-exposedformdefault-searchpage-1 {
		left: 5%;
		top: 55px;
		width: 90%;
	}

	.spb-controls {
		right: 5%;
	}

	#block-mainnavigation {
		right: 0;
	}

	#block-searchbutton {
		right: 25px;
		top: 43px;
	}

	.not-top #block-searchbutton {
		top: 35px;
	}

	.navbar-toggle {
		right: 40px;
		top: 30px;
		transition: 1.5s;
	}

	.not-top .navbar-toggle {
		top: 22px;
	}

	.pager__item a {
		margin-bottom: 25px !important;
	}
}

@media screen and (max-width: 414px) {
	.spb-popup-main-wrapper {
		height: 100%;
	}
	#block-exposedformdefault-searchpage-1 {
		top: 40%;
	}
}

/* Ineractive Map */
#tabs-usa {
	overflow: hidden !important;
}

.videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	padding-top: 100%;
	height: 0;
	overflow: hidden !important;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden !important;
}

.list {
	font-size: 12px;
	font-family: tahoma;
	text-transform: none;
	text-align: left !important;
	text-justify: inter-word !important;
}

.head {
	font-size: 16px;
	font-family: tahoma;
	text-transform: none;
	text-align: left !important;
}

.sub_head {
	font-family: tahoma;
}

#jurisdiction,
#iou,
#adoption,
#irradiance,
#suitability,
#demographics {
	text-align: left !important;
}

.descript {
	font-size: 14px;
	font-family: tahoma;
	text-transform: none;
	text-align: left !important;
	text-justify: inter-word !important;
}

br {
	line-height: 50%;
}

#load {
	position: absolute;
	width: 1200px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999;
	background: url("https://thumbs.gfycat.com/AggressiveGrouchyHammerkop-size_restricted.gif") no-repeat center center rgba(0, 0, 0, 0.0)
}

#us-iframe {
	position: absolute;
	width: 1200px;
	height: 900px;
	background: url("https://thumbs.gfycat.com/AggressiveGrouchyHammerkop-size_restricted.gif") no-repeat center center rgba(0, 0, 0, 0.0)
}

#myTabs {
	margin-bottom: 25px;
}

.node-14943 .upper-section, .node-14965 .upper-section {
	margin-bottom: 125px;
}

.node-14943 .field--name-field-image img.img-responsive, .node-14965 .field--name-field-image img.img-responsive {
	display: none;
}

/* Caret Page */

.caret-blue {
	color: var(--aqua);
}

.node-15004 .page-header:before{
	content: "Expertise";
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'montserrat', sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 4px;
    color: var(--silver);
	-webkit-text-fill-color: var(--silver);
    font-weight: 700;
}

.node-15004 .page-header span:after{
	content: "\f25d";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -2px;
	text-align: center;
	vertical-align: super;
}

.caret-fixtop {
	position:fixed;
	z-index: 10;
	width: 100%;
	top: 100px;
}

#caret-orangemenu.outer-menu{
	background-color: var(--tangelo);
	height: 116px; 
	width: 100%;
	z-index: 20;
}

.caret-fillforecast {
	margin-top: 116px
}

.caret-menu {
	background-color: var(--tangelo);
	height: 116px;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	font-size:22px;
}
.caret-menu-logo {
	width: 245px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.caret-menu-logo img {
	width: 168px;
}
.caret-menu-item {
	margin-left: 51px;
	text-align: center;
}
.caret-menu-item.active:after {
	border-bottom: 5px solid var(--goldenrod);
	display: block;
	content:"";
    margin: auto 6px;
    top: 7px;
    position: relative;
}
.caret-menu-item a {
	color: white;
	text-decoration:none;
}
.caret-menu-button {
	margin-left: 51px;
}
.caret-menu-button a.btn-white {
	margin-top: 0px;
	color: var(--tangelo);
}
.caret-menu-button a.btn-white:hover {
	color:unset;
}

div.caret-anchor{
	position:relative;
}

div.caret-anchor span#forecastdemand, div.caret-anchor span#deploydollars, div.caret-anchor span#optimize{
	position:absolute; top:-262px;
}

#block-seeclearlywithcarettm, #block-caretmarketoform{
	background-color: var(--offwhite);
	padding: 45px 0 100px;
}

#block-optimize {
	padding: 45px 0 100px;
}

#block-forecastdemand {
	background-color: var(--offwhite);
	padding: 45px 0 100px;
}

#block-deploydollars  {
	background-color: var(--offwhite);
	padding: 45px 0 70px;
}

#block-deploydollars a {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#block-deploydollars .col-sm-3 img {
		max-width: 120px;
		margin: auto;
	}
}

#block-caretreadytogetstarted {
	padding: 45px 0px;
}

#block-caretreadytogetstarted #talk2expert{
	display: block;
	position: absolute;
	margin-top: -360px;
}

#block-howcarettmsupportsclearvisionandeffectiveaction {
	padding: 25px 0 45px;
}
#block-whycse {
	padding: 45px 0 80px;
}


.caret-subtitle {
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	padding: 15px !important;
}

.box-one, .box-two, .box-three, .box-four {
	background-color: var(--offwhite);
	padding: 0px;
	box-sizing: border-box;
	border: 5px solid #fff;
	min-height: 465px;
}

.caret-table p {
	padding: 10px;
}

.w881{
	max-width:891px;
	padding: 10px;
	margin: auto;
}

.box-one .caret-subtitle {
	background-color: var(--violet);
}

.box-two .caret-subtitle {
	background-color: var(--aqua);
}

.box-three .caret-subtitle {
	background-color: var(--jade);
}

.box-four .caret-subtitle {
	background-color: var(--grass);
}

#block-caretbutton {
	top: 130px;
	right: 70px;
	position: relative;
}

section#block-views-block-our-experts-block-1 {
	background-color: var(--offwhite);
	padding: 52px 0 63px;
}

section#block-views-block-our-experts-block-1 .view-header {
	margin-bottom: 30px;
}

.view-our-experts .views-slideshow-controls-top {
    max-width: 1530px;
    margin: auto;
}

div[id^=views_slideshow_cycle_div_our_experts-block_1]{
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
div[id^=views_slideshow_cycle_div_our_experts-block_1]{
	height: auto!important;
}
#views_slideshow_controls_text_pause_our_experts-block_1 {
	display: none;
}
#views_slideshow_controls_text_our_experts-block_1.views_slideshow_controls_text{
	z-index: 15;
}
#views_slideshow_controls_text_next_our_experts-block_1.views_slideshow_controls_text_next{
	right: 190px;
}
@media screen and (max-width: 1406px){
	#views_slideshow_controls_text_previous_our_experts-block_1.views_slideshow_controls_text_previous{
		left: 50px;
	}
	#views_slideshow_controls_text_next_our_experts-block_1.views_slideshow_controls_text_next{
		right: 75px;
	}
}


.expert-row .views-field-nothing .field-content a{
    display: grid;
    grid-template-columns: 120px 240px;
    align-items: center;
    justify-items: start;
	color: unset;
}

@media screen and (max-width: 768px) {
	.expert-row:not(:first-of-type) {
		display: none;
	}
	section#block-views-block-our-experts-block-1 .views_slideshow_controls_text_next {
		right: 110px;
	}
}

@media screen and (max-width: 500px){
	section#block-views-block-our-experts-block-1 .views_slideshow_controls_text_next {
		right: 15px;
	}
}

.views-field-field-profile-picture {
    grid-row: 1 / 4;
}
.views-field-field-profile-picture img{
	max-width: 110px;
    height: auto;
    border-radius: 50%;
}

@media screen and (max-width: 1250px) {
	div[id^=views_slideshow_cycle_div_our_experts-block_1] {
		justify-content: center;
		padding: 0 20px;
	}
	.expert-row .views-field-nothing .field-content a {
		display: grid;
		grid-template-columns: 204px;
		align-items: center;
		justify-items: center;
		text-align: center;
		color: unset;
	}
	.views-field-field-profile-picture {
		grid-row: unset;
	}
}


@media screen and (max-width: 1250px) {
	#block-caretbutton {
		right: 30px;
	}
}

@media screen and (max-width: 768px) {
	div.caret-talk {
		display: flex;
		justify-content: center;
	}
}

