@import url("https://fonts.googleapis.com/css?family=EB+Garamond|Droid+Serif|Playfair+Display|Open+Sans+Condensed:300");

@font-face {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
			format("embedded-opentype"),
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0")
			format("woff2"),
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0")
			format("woff"),
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0")
			format("truetype"),
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
			format("svg");
}

@media (min-width: 992px) {
	html.no-scroll {
		margin: 0;
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
		width: 100%;
	}
}

body {
	font-family: "Roboto", sans-serif;
	color: #2d3033;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	color: #184f40;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-transform: uppercase;
}

p {
	color: #2d3033;
	line-height: 1.4;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
	font-size: 1em;
	font-weight: 300;
}

p.small {
	font-size: 1rem !important;
}

strong {
	font-weight: 900;
}

@media (min-width: 768px) {
	p {
		font-size: 1.3rem;
	}
}

p.highlight {
	color: #25e961;
	font-weight: 900;
}

p.label {
	margin: 0 0 10px;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #a0a0a0;
}

b {
	font-weight: 700;
}

em {
	font-style: italic;
}

a,
a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 0;
}

ol {
	list-style: decimal;
	font-size: 1.2em;
	margin-left: 20px;
}

section {
	padding: 3.125rem 0;
	position: relative;
}

section.section-sml {
	padding: 3.125rem 0;
}

section.dark {
	background-color: #184f40;
}

section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6,
section.dark p {
	color: #baffff;
}

@media (min-width: 768px) {
	section {
		padding: 5rem 0;
	}
}

section .section-heading {
	font-size: 1.6em;
}

@media (min-width: 992px) {
	section .section-heading {
		font-size: 2.2em;
	}
}

.code-block iframe {
	text-align: center;
}

.code-block iframe {
	width: 100%;
}

@media (min-width: 768px) {
	.code-block iframe {
		padding: 0 70px;
	}

	.code-block iframe {
		min-height: 400px;
	}
}

@media (min-width: 992px) {
	.code-block iframe {
		padding: 0 50px;
	}
}

.cms-body {
	overflow: hidden;
}

.cms-img {
	width: 100%;
	margin: 10px auto;
	height: auto;
}

.ul,
.cms-body ul {
	list-style: circle;
	margin-left: 20px;
	font-size: 1.2rem;
}

.img-caption {
	font-size: 10pt;
	text-align: right;
	width: 100%;
	color: #808080;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width: 992px) {
	.cms-img {
		width: 60%;
		margin: 20px auto;
	}

	.img-caption {
		width: 60%;
		opacity: 0;
	}

	.cms-img:hover + .img-caption {
		opacity: 1;
	}
}

.pad-top {
	padding-top: 61px;
}

.pad-bottom {
	padding-top: 61px;
}

@media (min-width: 992px) {
	.pad-top {
		padding-top: 86px;
	}
}

@media (min-width: 768px) {
	.v-outer {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.v-inner {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
}

.header-splash {
	position: relative;
	width: 100%;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	color: white;
	height: calc(100vh - 60px);
}

.header-splash-sml {
	position: relative;
	width: 100%;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	color: white;
	height: calc(60vh);
}

@media (min-width: 768px) {
	.header-splash-sml {
		min-height: 400px;
	}
}

@media (min-width: 768px) {
	.header-splash {
		height: calc(100vh - 90px);
	}
}

.header-caption {
	/*position: absolute;*/
	/*bottom: 30%;*/
	/*z-index: 10;*/
	/*width: 100%;*/
}

.header-caption h1 {
	font-weight: 900;
	font-size: 2.8rem;
	overflow: hidden;
}

.header-caption h1,
.header-caption p {
	color: #baffff;
	margin: 0;
}

.display-3 {
	font-size: 2.4rem;
}

.lead {
	line-height: 1.2;
	font-size: 1.4rem;
}

@media (min-width: 768px) {
	.header-caption h1 {
		font-weight: 900;
		font-size: 6rem;
		line-height: 0.9em;
		overflow: unset;
	}

	.display-3 {
		font-size: 4.1rem;
	}

	.lead {
		font-size: 1.8rem;
	}
}

.ffHeader {
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 0.9em;
	overflow: unset;
	color: #baffff;
}

.circoHeader {
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 0.9em;
	overflow: unset;
	color: black;
}

h1:first-letter {
    text-transform: uppercase;
}

p:first-letter {
    text-transform: uppercase;
}

.capitalize {	
  text-transform: capitalize;
}

.lowercase {	
  text-transform: lowercase;
}

.uppercase {	
  text-transform: uppercase;
}

.header-caption-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

.header-caption-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.overlay {
	background-color: #2b2d32;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	opacity: 0.35;
}

.overlay-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	opacity: 0.6;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
}

@media (min-width: 992px) {
	.overlay-circle {
		left: 25%;
		width: 50%;
	}
}

.overlay-circle.overlay-circle-green-1 {
	background-image: url("/images/aceh-circle-green-1.png");
}

.overlay-circle.overlay-circle-blue-1 {
	background-image: url("/images/aceh-circle-blue-1.png");
}

.overlay-circle.overlay-circle-blue-2 {
	background-image: url("/images/aceh-circle-blue-2.png");
}

.overlay-circle.overlay-circle-blue-3 {
	background-image: url("/images/aceh-circle-blue-3.png");
}

.addthis_default_style .addthis_separator,
.addthis_default_style .at4-icon,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300bs,
.addthis_default_style .at300m {
	float: none !important;
}

.btn {
	border: none;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	font-family: diazo-mvb-ex-cond, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6rem;
	border-radius: 0;
	letter-spacing: 0.05em;
}

.btn-glider {
	background-color: #25e861;
	height: 28px;
	font-size: 1em;
	padding: 0 20px;
	display: inline-block;
	border-radius: 14px;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.btn-glider-icon {
	background-color: #25e861;
	height: 28px;
	font-size: 1em;
	padding: 0 20px;
	display: inline-block;
	border-radius: 14px;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.btn-glider-icon:hover {
	cursor:none;
}

button.btn-glider {
	line-height: 1rem;	
}

.btn-glider-portal {
	min-width:110px;
}

.btn-glider:hover {
	color: #fff;
}

.btn-primary {
	background: #184f40;
	/*background-color: #184F40;*/
	color: #baffff;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 900;
}

.btn-primary:hover {
	background: #baffff;
	color: #184f40;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-green {
	background-color: #184f40;
	color: #25e961;
}

.btn-green:hover {
	background-color: #25e961;
	color: #184f40;
}

.btn.btn-transparent {
	border: 1px solid #25e961;
	padding: 5px 10px;
	color: #25e961;
	border-radius: 5px;
}

.btn.btn-transparent:hover {
	background-color: #25e961;
	color: #184f40;
}

.btn.btn-block {
	text-align: left;
	background-color: #fff;
	color: #184f40;
	border-radius: 0;
	padding: 10px 20px;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
}

.btn.btn-block:hover {
	background-color: #25e961;
	color: #184f40;
}

.btn.btn-blue {
	background-color: #baffff;
	color: #184f40;
	text-transform: uppercase;
}

.btn.btn-blue:hover {
	background-color: #25e961;
	/*color: #BAFFFF;*/
}

.btn.btn-pill {
	background-color: #25e961;
	font-size: 0.9em;
	line-height: 28px;
	padding: 0px 14px;
	border-radius: 14px;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	text-transform: uppercase;
	color: #1b1e21;
}

.btn.btn-pill:hover {
	color: #fff;
}

.grecaptcha-badge {
	z-index: 1;
}

.rotate-180 {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

/* ----------------------------------------------------
	Interactive Diagram
------------------------------------------------------- */

#home-sequence {
	height: 100vh;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1050;
}

#home-content {
	background-color: #184f40;
}

.aceh {
	overflow: hidden;
	position: relative;
}

.aceh .section {
	height: calc(100vh - 61px);
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
}

#diagramContainer .aceh,
#diagramContainer .aceh .section {
	height: unset !important;
}

@media (min-width: 992px) {
	.aceh .section {
		height: calc(100vh - 86px);
	}
}

.aceh .section.hub .copy {
	margin: 0;
	height: unset;
}

.aceh .section.hub .layer {
	position: relative;
}

.aceh .section .advance {
	font-size: 1.6em;
}

.aceh .section.hub .copy .title {
	width: 100%;
	margin-right: 0;
	padding-right: 0;
}

@media (max-width: 992px) {
	.aceh .section .advance {
		bottom: 60px;
	}

	.aceh .copy {
		margin: 0 0.9em;
	}
}

.aceh .copy .title .h1 {
	font-size: 12vw;
}

@media (min-width: 992px) {
	.aceh .copy .title .h1 {
		/*font-size: 8em;*/
	}
}

.aceh .hub .title h2 {
	color: #25e961;
}

.aceh .hub .title p {
	color: #25e961;
	font-weight: 300;
}

@media (max-width: 992px) {
	.aceh .hub .title h2 {
		font-size: 2em;
		margin: 0.5em 0 0 0;
	}

	.aceh .hub .title p {
		font-size: 1em;
	}

	.aceh .hub .layer.copy .desc {
		font-size: 0.6em;
		font-weight: 700;
	}
}

.aceh .copy .logo {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 125px;
}

@media (min-width: 992px) {
	.aceh .copy .logo {
		position: absolute;
		bottom: 50px;
		right: 100px;
		width: 175px;
	}
}

#diagramContainer {
	/*height: calc(100vh - 61px);*/
	background-color: #184f40;
}

#diagramContainer .aceh,
#diagramContainer .aceh .section.hub {
	/*height: calc(100vh - 61px);*/
}

@media (min-width: 992px) {
	/*#diagramContainer {*/
	/*    height: calc(100vh);*/
	/*}*/

	/*#diagramFull #diagramContainer {*/
	/*    height: calc(100vh + 100px);*/
	/*}*/

	/*#diagramContainer .aceh, #diagramContainer .aceh .section.hub {*/
	/*    height: calc(100%);*/
	/*}*/
}

#aceh_graphic {
	height: 400px;
}

@media (min-width: 768px) {
	#aceh_graphic {
		height: 500px;
	}
}

@media (min-width: 992px) {
	#aceh_graphic {
		height: calc(100vh - 86px);
	}
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #25e961;
}

.aceh #panel {
	-webkit-box-shadow: 0 4px 8px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 8px rgba(0, 0, 0, 0.2);
	width: 45%;
	position: fixed;
	top: 61px;
	z-index: 1300;
}

@media (min-width: 992px) {
	.aceh #panel {
		top: 86px;
	}
}

.aceh #acehInstruction a {
	pointer-events: auto;
	color: #baffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.aceh #acehInstruction a:hover {
	color: #009cff;
}

.aceh #panel .structure {
	padding: 20px;
}

.aceh #panel .content {
	padding-right: 0;
	margin-top: 79px;
	height: calc(100% - 220px);
}

.aceh #panel .element-desc-container {
	position: relative;
	margin-bottom: 15px;
}

.aceh #panel .element-desc-container i {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #25e861;
	font-size: 1.1em;
}

.aceh #panel .element-desc {
	font-size: 0.9em;
	color: #184f40;
	margin: 0;
}

.aceh #panel .header {
	width: calc(100% - 55px);
}

.aceh #panel .footer {
	bottom: 78px;
}

.aceh #panel .header .title {
	margin-bottom: 0;
}

.aceh #panel .content-tile:hover {
	-ms-transform: unset;
	transform: unset;
	-webkit-transform: unset;
}

.aceh #panel .content-tile-img {
	height: 100%;
	min-height: 200px;
}

.aceh #panel h3.content-tile-title {
	color: #184f40;
}

.aceh #panel p.content-type-label {
	color: #a0a0a0;
}

.aceh #panel p.summary {
	color: #184f40;
	font-size: 0.8rem;
	margin-bottom: 0;
}

.aceh .section.intro p {
	color: #25e961;
}

.aceh .section.new_way p {
	color: #baffff;
}

.aceh .section.rewind p {
	color: #3af7ff;
}

.aceh .section.planet_friendly p {
	color: #b1ffff;
}

.aceh .section.intro p,
.aceh .section.new_way p,
.aceh .section.rewind p,
.aceh .section.planet_friendly p {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.aceh .section.intro p,
	.aceh .section.new_way p,
	.aceh .section.rewind p,
	.aceh .section.planet_friendly p {
		font-size: 2em;
		padding-left: 5px;
	}
}

h3.content-tile-title.content-tile-company {
	color: #25e861 !important;
	text-transform: uppercase;
}

#home-carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #25e861;
	border-radius: 100%;
}

#home-carousel .carousel-indicators li.active {
	background-color: #184f40;
}

/* ----------------------------------------------------
	Navbar
------------------------------------------------------- */

#mainNav {
	background-color: #184f40;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

#mainNav .nav-wrap {
	width: 100%;
}

#mainNav .sub-nav {
	background-color: #fff;
	width: 100%;
}

#mainNav .sub-nav nav {
	width: 100%;
}

#mainNav .sub-nav .nav-link {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	padding: 5px 10px;
	font-size: 11pt;
	color: #184f40;
}

@media (min-width: 992px) {
	#mainNav {
		/*background-color: transparent;*/
		/*-webkit-box-shadow: none;*/
		/*box-shadow: none;*/
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	#mainNav.navbar-shrink {
		background-color: #184f40;
		/*-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
	}

	#mainNav .sub-nav .nav-link,
	#mainNav.navbar-shrink .sub-nav .nav-link {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		color: #184f40;
	}

	#mainNav .sub-nav .nav-link:hover,
	#mainNav.navbar-shrink .sub-nav .nav-link:hover,
	#mainNav .sub-nav .nav-link:hover i {
		color: #25e961;
	}
}

@media (max-width: 768px) {
	/*#mainNav .sub-nav {*/
	/*    display: none;*/
	/*}*/
}

@media (max-width: 662px) {
	.nav-item-footer {
		display:block;
	}
}

#mainNav .navbar-brand svg {
	width: 138px;
}

#mainNav .nav-icon-right svg {
	width: 150px;
}

#mainNav .nav-link {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #baffff;
	font-size: 12pt;
	white-space: nowrap;
	text-transform: uppercase;
}

#mainNav .dropdown-menu {
	background-color: #baffff;
	max-height: 100vh;
	overflow-y: scroll;
	padding: 20px 0;
}

#mainNav .dropdown-menu h1 {
	color: #184f40;
	font-size: 1.9rem;
	border-bottom: 1px solid #184f40;
	margin-bottom: 20px;
}

#mainNav .dropdown-menu .container {
	display: block;
	/*min-height: 50vh;*/
}

#mainNav .dropdown-menu .dropdown-item {
	font-style: normal;
	color: #184f40;
	font-size: 1.3rem;
	padding: 0;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	
}

#mainNav .dropdown-menu .dropdown-item.dropdown-item-secondary {
	font-size: 1rem;
	margin-left: 15px;
	letter-spacing: 0.1em;
	text-transform: none;

}

/* .dropdown-item.dropdown-item-secondary {
	
	display: inline-block;
} */


#mainNav .dropdown-menu .dropdown-item.dropdown-item-primary:after {
	border-bottom: 4px solid #25e961;
	border-radius: 5px;
	content: "";
	display: block;
	margin-top: 10px;
	width: 35px;
}

#mainNav .dropdown-menu .dropdown-social {
	border-top: 1px solid #184f40;
}

#mainNav .dropdown-menu .dropdown-social .at-icon-wrapper {
	width: 30px !important;
	height: 30px !important;
	margin: 0 10px 0 0;
}

#mainNav .dropdown-menu .dropdown-social a .at-icon {
	width: 30px !important;
	height: 30px !important;
	padding: 2px 5px 5px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mainNav .nav-item.dropdown.show .nav-link {
	background-color: #baffff;
	color: #184f40;
}

#mainNav .nav-item,
#mainNav .nav-link,
#mainNav .dropdown-item {
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.nav-item-footer {
	font-size: 1.2rem;
}

#mainNav .dropdown-item:hover {
	background-color: transparent;
	color: #25e961;
}

#mainNav .placeholder:hover {
	background-color: transparent;
	color: #184f40;
}

#mainNav ul.navbar-nav {
	width: 100%;
}

@media (min-width: 992px) {
	#mainNav .nav-item.dropdown.show .nav-link:before {
		border: 9px solid;
		border-color: #baffff transparent transparent;
		content: "";
		height: 0;
		position: absolute;
		bottom: -18px;
		width: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1001;
	}

	#mainNav .dropdown-menu {
		position: fixed;
		top: 0;
		left: 0;
		margin-top: 86px;
		height: 0;
		width: 100%;
		border: none;
		border-radius: 0;
		-webkit-transition: 0.7s height;
		-o-transition: 0.7s height;
		transition: 0.7s height;
		/*border-top: 1px solid #25E961;*/
		border-bottom: 1px solid #184f40;
		padding: 50px 0;
		/*max-height: unset;*/
		/*overflow-y: unset;*/

		max-height: 0;
		display: block;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
	}

	#mainNav .dropdown-menu.show {
		pointer-events: auto;
		max-height: 400px;
		height: 400px;
		opacity: 1;
	}

	#mainNav ul.navbar-nav {
		width: unset;
	}

	#mainNav .dropdown-menu h1 {
		font-size: 2.9rem;
	}

	#mainNav .dropdown-menu .dropdown-item {
		font-size: 1.2rem;
	}

	#mainNav .dropdown-menu .dropdown-item.dropdown-item-secondary {
		margin-left: 0;
	}
}

#mainNav .nav-link {
	padding: 10px;
	letter-spacing: 0.1em;
	/*line-height: 1.2em;*/
}

/*#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(1) {*/
/*    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;*/
/*    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;*/
/*}*/

/*#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(2) {*/
/*    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;*/
/*    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;*/
/*}*/

/*#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(3) {*/
/*    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;*/
/*    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;*/
/*}*/

/*#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(4) {*/
/*    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.4s both;*/
/*    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.4s both;*/
/*}*/

/*#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(5) {*/
/*    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;*/
/*    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;*/
/*}*/

/*#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(6) {*/
/*    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;*/
/*    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;*/
/*}*/

/*#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(7) {*/
/*    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;*/
/*    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;*/
/*}*/

.nav-icon-right {
	padding: 10px;
}

.navbar-toggler {
	float: right;
	margin: 10px;
}

#mainNav i {
	color: #baffff;
	font-size: 1.4rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

@media (min-width: 992px) {
	#mainNav .nav-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#mainNav .navbar-brand svg {
		width: 190px;
		padding: 5px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	/*#mainNav.navbar-shrink .navbar-brand svg {*/
	/*    width: 150px;*/
	/*}*/

	#mainNav .navbar-nav {
		height: 100%;
		margin-left: 10px;
	}

	#mainNav .nav-link {
		padding: 30px;
		height: 100%;
	}

	#mainNav .nav-item.dropdown:hover .dropdown-menu {
		/*display: block;*/
		/*-webkit-transition: 0.3s all;*/
		/*-o-transition: 0.3s all;*/
		/*transition: 0.3s all;*/
	}

	#mainNav .nav-icon-right {
		text-align: right;
	}

	#mainNav .nav-icon-right .btn {
		/*margin-right: 30px;*/
	}

	#mainNav .nav-item:hover {
		background-color: #baffff;
	}

	#mainNav .nav-item.nav-item-icon:hover {
		background-color: #184f40;
	}

	#mainNav .nav-item:hover .nav-link {
		color: #184f40;
	}

	#mainNav .nav-item.nav-item-icon:hover .nav-link i {
		color: #25e961;
	}

	#mainNav .dropdown-toggle::after {
		display: none;
	}

	.nav-icon-right {
		padding: 0;
	}
}

@media (min-width: 1380px) {
	#mainNav .nav-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	#mainNav .navbar-nav {
		height: 100%;
		margin-left: 50px;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.hamburger {
	padding: 15px;
	float: right;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #baffff;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 3px;
	background-color: #baffff;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.13s;
	-o-transition-duration: 0.13s;
	transition-duration: 0.13s;
	-webkit-transition-delay: 0.13s;
	-o-transition-delay: 0.13s;
	transition-delay: 0.13s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
	-o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	-webkit-transition: top 0.12s 0.2s
			cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.22s;
	-o-transition-delay: 0.22s;
	transition-delay: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
	-o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top 0.1s 0.16s
			cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 992px) {
	.hamburger {
		display: none;
	}
}

/* ----------------------------------------------------
	Footer
------------------------------------------------------- */

footer {
	background-color: #184f40;
	width: 100%;
	padding: 0 0 0 0;
}

.footer-top {
	padding-bottom: 50px;
}

.footer-bottom {
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 20px 0;
}

.footer-middle {
	background-color: #0f4b63;
	width: 100%;
	padding: 20px 0;
}

footer p {
	font-size: 11pt;
	color: #baffff;
}

footer a {
	color: #baffff;
	font-weight: 900;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

footer a:hover {
	color: #25e961;
}

footer #aceHubLogoFullLight {
	max-width: 200px;
	min-width: 150px;
}

.footer-links a {
	display: block;
}

.addthis_inline_follow_toolbox_y7r6 {
	padding: 10px 0;
}

.addthis_inline_share_toolbox_qpx6 {
	margin: auto;
}

.at-icon-wrapper {
	width: 50px !important;
	height: 50px !important;
	/*margin: 0 16px;*/
}

a .at-icon {
	width: 50px !important;
	height: 50px !important;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.addthis_inline_share_toolbox_er9e a .at-icon-wrapper,
.addthis_inline_share_toolbox a .at-icon-wrapper {
	margin-bottom: 2px;
}

.addthis_inline_share_toolbox_er9e .at-icon-wrapper,
.addthis_inline_share_toolbox .at-icon-wrapper {
	width: 40px !important;
	height: 40px !important;
	margin: 0;
}

.addthis_inline_share_toolbox_er9e a .at-icon,
.addthis_inline_share_toolbox a .at-icon {
	width: 40px !important;
	height: 40px !important;
	padding: 5px;
}

.at-share-btn-elements {
	text-align: center;
}

.at-share-tbx-element .at-share-btn {
	margin: 0 10px 0 10px !important;
}

@media (min-width: 768px) {
	a .at-icon-wrapper {
		margin: 0 25px 0 0;
	}
}

.sponsor-logo {
	display: block;
	padding: 20px;
	height: 145px;
	background: 50% no-repeat;
	background-size: contain;
	background-origin: content-box;
}

#sponsors {
	/*background-color: rgba(24, 79, 64, 0.1);*/
	background-color: #fff;
	border-top: 1px solid rgba(24, 79, 64, 0.1);
}

/* ----------------------------------------------------
	Tiles
------------------------------------------------------- */

.pa-tile {
	width: 100%;
	padding-top: 100%;
	position: relative;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/*-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}

@media (min-width: 1024px) {
	.pa-tile:hover {
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
}

.pa-tile-inner, .pa-tile-inner-case-study {
	position: absolute;
	padding: 20px;
	/*top: 0;*/
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 20;
}

.pa-tile-inner h3 {
	color: #baffff;
	font-size: 22pt;
}

.pa-tile-inner-case-study h3 {
	color: #baffff;
	font-size: 20pt;
	text-transform: capitalize;
}

@media (min-width: 1200px) {
	.pa-tile-inner h3 {
		font-size: 26pt;
	}
}

/* ----------------------------------------------------
	Pagination
------------------------------------------------------- */

.page-item.active .page-link {
	background-color: #184f40;
	border-color: #184f40;
}

.page-item .page-link {
	color: #184f40;
}

ul.pagination {
	list-style: none;
}

/* ----------------------------------------------------
	Knowledge Wall
------------------------------------------------------- */

@media (min-width: 992px) {
	.knowledge-wall-wrapper {
		position: relative;
		min-height: 100vh;
	}
}

.knowledge-wall {
	width: 100%;
	background-color: #d4dde1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

@media (min-width: 992px) {
	.knowledge-wall {
		position: absolute;
		height: 100vh;
		overflow: scroll;
		padding-left: 62px;
	}

	.knowledge-wall.menu-open {
		padding-left: 462px;
	}

	.kw-menu-container {
		position: absolute;
		/*top: 0;*/
		left: 0;
		bottom: 0;
		z-index: 40;
		background-color: #fff;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		max-width: 100%;
		-webkit-transition-property: transform, width;
		-webkit-transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-property: transform, width;
		-moz-transition-duration: 0.3s;
		-moz-transition-timing-function: ease-in-out;
		-ms-transition-property: transform, width;
		-ms-transition-duration: 0.3s;
		-ms-transition-timing-function: ease-in-out;
		-o-transition-property: transform, width;
		-o-transition-duration: 0.3s;
		-o-transition-timing-function: ease-in-out;
		-webkit-transition-property: width, -webkit-transform;
		transition-property: width, -webkit-transform;
		transition-property: transform, width;
		transition-property: transform, width, -webkit-transform;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
	}

	.kw-menu-container.menu-open {
		max-width: calc(100vw - 62px);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@media (max-width: 992px) {
	.kw-menu-container.pad-top {
		padding-top: 0;
	}
}

.kwNav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #0a192d;
}

.kwNav-container .hamburger .hamburger-inner,
.kwNav-container .hamburger .hamburger-inner::before,
.kwNav-container .hamburger .hamburger-inner::after,
.kwNav-container .hamburger.is-active .hamburger-inner,
.kwNav-container .hamburger.is-active .hamburger-inner::before,
.kwNav-container .hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

@media (min-width: 992px) {
	.kwNav-container {
		height: 100%;
		width: 400px;
		max-width: 100%;
		position: relative;
		overflow: hidden;
		z-index: 41;
		min-height: 100vh;
		max-height: 100vh;
	}
}

.kwNav-toggle-container {
	display: none;
}

@media (min-width: 992px) {
	.kwNav-toggle-container {
		height: 100%;
		position: absolute;
		left: 100%;
		/*top: 0;*/
		bottom: 0;
		z-index: 40;
		pointer-events: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-height: 100vh;
	}

	.kwNav-toggle-bar {
		pointer-events: auto;
		background-color: #aa4b41;
		width: 62px;
		z-index: 40;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: width 0.3s ease-in-out;
		-o-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
	}

	.kwNav-toggle-bar:hover {
		width: 72px;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.kwNav-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.kwNav-toggle-icon {
		width: 26px;
		height: 24px;
		padding: 5px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.kwNav-toggle-icon span {
		background-color: #fff;
		width: 16px;
		height: 2px;
		-webkit-transition: width 0.3s ease-in-out;
		-o-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
	}

	.kwNav-toggle .kwNav-toggle-icon span:last-of-type,
	.kwNav-toggle:hover .kwNav-toggle-icon span:first-of-type {
		width: 10px;
	}

	.kwNav-toggle:hover .kwNav-toggle-icon span:last-of-type {
		width: 16px;
	}
}

.kw-title-container {
	padding: 40px 20px;
	background-color: #0a192d;
	border-bottom: 1px solid #d4dde1;
}

.kw-title-container h1 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 14px;
}

@media (min-width: 992px) {
	.kw-title-container h1 {
		padding-top: 0;
	}
}

.kw-title-container h1 span {
	font-size: 1.2rem;
	font-weight: lighter;
	color: #d4dde1;
}

.kwNav-container .nav {
	padding: 20px;
}

.kwNav-container h3 {
	font-size: 1.1rem;
	color: #fff;
}

#kw-content-container {
	padding: 15px;
	margin: 10px 0 0 0;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width: 992px) {
	#kw-content-container {
		/*position: relative;*/
		height: calc(100vh - 40px);
		overflow: scroll;
		padding: 40px 80px;
		margin: 20px 0;
		background-color: #fff;
		-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
}

#kw-content-container img {
	width: 100%;
}

.kw-content h1 {
	font-size: 1.4rem;
}

.kw-content h2 {
	font-size: 1.2rem;
}

.kw-content h3 {
	font-size: 1rem;
}

@media (min-width: 992px) {
	.kw-content h1 {
		font-size: 2.5rem;
	}

	.kw-content h2 {
		font-size: 2.1rem;
	}

	.kw-content h3 {
		font-size: 1.6rem;
	}
}

#kwAccordion .card {
	border-radius: 0;
	background-color: #d4dde1;
	border: none;
	border-bottom: 1px solid #d4dde1;
}

#kwAccordion .card-header {
	border: 0;
	border-radius: 0;
	padding: 0;
	background-color: #0a192d;
}

#kwAccordion .card-header button {
	padding: 0.65rem 1.25rem;
	height: 100%;
	width: 100%;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	text-transform: capitalize;
	border-radius: 0;
	background-color: #0f4b63;
}

@media (min-width: 992px) {
	#kwAccordion .card-header button {
		padding: 1.45rem 1.25rem;
		font-size: 1.3rem;
	}
}

#kwAccordion .card-header button.collapsed {
	background-color: #0a192d;
}

#kwAccordion .card-body {
	padding: 0;
}

#kwAccordion .card-body .nav-link {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #0a192d;
	padding: 0.85rem 1.6rem;
}

@media (min-width: 992px) {
	#kwAccordion .card-body .nav-link {
		padding: 0.75rem 1.25rem;
	}
}

#kwAccordion .card-body .nav-link span {
	font-family: "Roboto", sans-serif;
	color: #0a192d;
}

#kwAccordion .card-body .nav-link:hover,
#kwAccordion .card-body .nav-link.selected {
	color: #aa4b41;
}

/* ----------------------------------------------------
	Content
------------------------------------------------------- */

.topic-sections section:nth-child(odd) {
	/*background-color: rgba(186, 255, 255, .2);*/
}

.content-tile {
	border: 0.0625rem solid #eee;
	/*border-radius: .5rem;*/
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	z-index: 1;
	background-color: #fff;
}

/*.content-tile img {*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    border-bottom: .0625rem solid #eee;*/
/*}*/

.content-tile-ace-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.content-tile-img {
	/*border-radius: 5px 5px 0 0;*/
	border-bottom: 0.0625rem solid #eee;
	width: 100%;
	height: 200px;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-tile-inner {
	padding: 20px;
}

.content-tile-inner h3 {
	font-size: 1.2rem;
	text-decoration: none;
	text-transform: none;
	font-weight: 700;
}

.content-tile i {
	font-size: 0.7rem;
	padding-left: 5px;
}

.content-tile.content-tile-full {
	border: none;
	width: 100%;
	padding-top: 300px;
	position: relative;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.content-tile.content-tile-full .overlay {
	/*border-radius: 10px;*/
}

@media (min-width: 992px) {
	.content-tile:hover {
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-webkit-box-shadow: 0 0.625rem 0.875rem -0.3125rem #e0e0e0;
		box-shadow: 0 0.625rem 0.875rem -0.3125rem #e0e0e0;
	}
}

.content-tile-full-inner {
	position: absolute;
	padding: 20px;
	/*top: 0;*/
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 20;
}

.content-tile-full h2 {
	color: #baffff;
	font-size: 2.1rem;
	/*text-transform: none;*/
}

.content-tile-full p {
	color: #fff;
	font-size: 1.6rem;
	text-transform: none;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.content-tile-full h3 {
		font-size: 1.4rem;
	}
}

.topic-section-heading {
}

.content-tile-title {
	color: #184f40;
	line-height: unset;
	margin: 0;
}

.content-type-label {
	color: #a0a0a0;
	font-size: 0.8rem !important;
	margin: 0 0 0.2rem !important;
}

.content-tile-full .content-type-label {
	color: #eee;
}

.content-tile.content-tile-topic:before {
	border-radius: 0.1875rem;
	bottom: 0;
	content: " ";
	display: block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	z-index: -1;
}

/*.content-tile.content-tile-topic:after {*/
/*    background-color: #f5f5f5;*/
/*    transform: translate(-50%,.1875rem);*/
/*    width: calc(100% - 1rem);*/
/*}*/

.content-tile.content-tile-topic:before {
	background-color: #e0e0e0;
	margin: 0 auto;
	-webkit-transform: translate(-50%, 0.375rem);
	-ms-transform: translate(-50%, 0.375rem);
	transform: translate(-50%, 0.375rem);
	width: calc(100% - 1.625rem);
}

.content-tile.content-tile-topic p {
	font-size: 1rem;
}

p.content-tile-desc {
	font-size: 0.9em;
}

.tags {
	list-style: none;
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
}

.tags li {
	float: left;
}

.tag {
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: inherit;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	text-transform: uppercase;
	font-size: 9pt;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tag a {
	color: inherit;
}

.tag::before {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: "";
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tag::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #eee;
	border-top: 13px solid transparent;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tag:hover {
	background-color: #25e961;
	color: #184f40;
}

.tag:hover::after {
	border-left-color: #25e961;
}

/* ----------------------------------------------------
	Breadcrumb
------------------------------------------------------- */

.breadcrumb {
	background-color: transparent;
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 0 30px 0;
	font-size: 1.2rem;
}

.breadcrumb .breadcrumb-item {
	display: inline-block;
	color: #184f40;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 300;
}

.breadcrumb .breadcrumb-item a {
	color: #184f40;
	font-weight: 900;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.breadcrumb .breadcrumb-item a:hover {
	color: #25e961;
}

.breadcrumb-item + .breadcrumb-item::before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 0.7rem;
	color: #0f4b63;
	opacity: 0.7;
}

/* ----------------------------------------------------
	News
------------------------------------------------------- */

.tile {
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tile-inner {
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
}

@media (min-width: 1024px) {
	.tile:hover {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.tile-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	-webkit-box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
}

.news-main-img {
	height: 100%;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	min-height: 300px;
	position: relative;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
	.news-main-img {
		min-height: 350px;
	}
}

.news-main-img p,
.news-main-img i {
	color: #ffffff;
	font-size: 0.8rem;
}

.news-body {
	position: absolute;
	padding: 20px 20px 5px 20px;
	bottom: 10px;
}

.news-body h3 {
	font-size: 1.2rem;
	color: #fff;
}

.news-headline {
	font-size: 1.8rem;
}

@media (min-width: 768px) {
	.news-headline {
		font-size: 2.4rem;
	}
}

.news-story-body img {
	width: 80%;
	margin: auto;
	display: block;
}

.news-header-img {
	position: relative;
	width: 100%;
	height: 250px;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
}

@media (min-width: 768px) {
	.news-header-img {
		height: 500px;
	}
}

.stakeholder-tile:hover {
	cursor: pointer;
}

.stakeholder-tile .tile {
	width: 100%;
	height: 200px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.stakeholder-tile .tile .tile-inner {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: -webkit-filter 0.3s;
	transition: -webkit-filter 0.3s;
	-o-transition: filter 0.3s;
	transition: filter 0.3s;
	transition: filter 0.3s, -webkit-filter 0.3s;
}

.stakeholder-tile .tile .tile-inner:hover {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
}

.stakeholder-social img {
	width: 30px;
	padding-right: 10px;
	margin: 0;
}

.stakeholder-bio {
	position: relative;
	height: 100%;
}

#stakeholderModal p {
	font-size: 1rem;
	color: #baffff;
}

#stakeholderModal blockquote {
	margin: 1.1em 0;
	font-size: 1rem;
}

#stakeholderModal .modal-header {
	border-bottom: none;
}

#stakeholderModal #stakeholder-img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	max-height: 300px;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
}

@media (min-width: 768px) {
	.stakeholder-bio-inner {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

.circle-img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.news-story-body blockquote {
	border-left: 3px solid #25e961;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.8em;
	margin: 1.1em 4em;
	padding: 1em 2em;
	position: relative;
	-webkit-transition: 0.2s border ease-in-out;
	-o-transition: 0.2s border ease-in-out;
	transition: 0.2s border ease-in-out;
	z-index: 0;
}

.news-story-body blockquote:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	height: 2em;
	background-color: #fff;
	width: 5px;
	margin-top: -1em;
}

.news-story-body blockquote:after {
	content: "\f10d";
	position: absolute;
	top: 50%;
	left: -0.5em;
	color: #25e961;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 1em;
	text-align: center;
	text-indent: -2px;
	width: 1em;
	margin-top: -0.5em;
}

@media (max-width: 768px) {
	.news-story-body blockquote {
		border-top: 2px solid #25e961;
		border-bottom: 2px solid #25e961;
		border-left: none;
		margin: 1.5em 0;
		padding: 1.5em 1em;
	}

	.news-story-body blockquote:before {
		left: 50%;
		top: 0;
		height: 4px;
		margin-top: -3px;
		margin-left: -1em;
		width: 2em;
	}

	.news-story-body blockquote:after {
		font-size: 0.75em;
		left: 50%;
		top: 0;
		margin-top: -0.5em;
		margin-left: -0.5em;
	}
}

/* ----------------------------------------------------
	Knowledge Hub
------------------------------------------------------- */

.header .header-search {
	z-index: 20;
	position: absolute;
	text-align: center;
	padding: 0 10px;
	width: 100%;
	top: 40%;
}

@media (min-width: 992px) {
	.header .header-search {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 50px;
		top: 50%;
	}
}

.search-form input {
	width: 100%;
	/*border-radius: 10px;*/
	color: #184f40;
	font-size: 1.2rem;
	height: unset;
	border-width: 0 0 1px 0;
	border-color: #184f40;
	border-style: solid;
	border-radius: 0;
}

.header-search .search-form input {
	border-width: 1px;
}

.search-form input::-webkit-input-placeholder {
	color: #184f40;
	opacity: 0.7;
}

.search-form input::-moz-placeholder {
	color: #184f40;
	opacity: 0.7;
}

.search-form input:-ms-input-placeholder {
	color: #184f40;
	opacity: 0.7;
}

.search-form input::-ms-input-placeholder {
	color: #184f40;
	opacity: 0.7;
}

.search-form input::placeholder {
	color: #184f40;
	opacity: 0.7;
}

.search-form input:focus {
	outline: none;
	border-color: #184f40;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #184f40;
}

.header-search .search-form input {
	color: #184f40;
	padding: 15px;
	border-color: #baffff;
	border-radius: 20px;
	font-weight: 700;
}

.header-search .search-form input::-webkit-input-placeholder {
	color: rgba(24, 79, 64, 0.7);
}

.header-search .search-form input::-moz-placeholder {
	color: rgba(24, 79, 64, 0.7);
}

.header-search .search-form input:-ms-input-placeholder {
	color: rgba(24, 79, 64, 0.7);
}

.header-search .search-form input::-ms-input-placeholder {
	color: rgba(24, 79, 64, 0.7);
}

.header-search .search-form input::placeholder {
	color: rgba(24, 79, 64, 0.7);
}

.header-search .search-form input:focus {
	border-color: #baffff;
	color: #184f40;
}

.header-search #kw-search-btn {
	padding: 10px 20px;
	border-radius: 0 20px 20px 0;
}

.header-search h1 {
	color: #baffff;
	text-align: center;
	font-size: 2.8em;
}

@media (min-width: 768px) {
	.header-search h1 {
		text-align: left;
		font-size: 3.8em;
	}
}

#typed-suggestions-wrapper {
	position: absolute;
	z-index: 1;
	cursor: text;
	pointer-events: none;
	padding: 13px;
}

.header-search span#typed-suggestions {
	color: rgba(24, 79, 64, 0.8);
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 0;
	letter-spacing: 0.05em;
	font-weight: 300;
}

@media (min-width: 768px) {
	.header-search span#typed-suggestions {
		font-size: 1.4em;
	}
}

.portal-banner {
	max-width: 650px;
	height: auto
}

.typed-cursor {
	font-size: 1.4em;
	line-height: 1.6;
	color: #184f40;
}

/* ----------------------------------------------------
	Knowledge Hub Search
------------------------------------------------------- */

#search-header {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 24px;
}

.sui-layout-header {
	border-top: 1px solid #eee;
}

.sui-result {
	border-radius: 0;
}

.sui-result__type {
	font-family: "Roboto", sans-serif;
	margin: 0 0 10px;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #a0a0a0;
}

.sui-result__title {
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #0f4b63;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.sui-result__details {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
}

.sui-result__breadcrumb a {
	font-family: "Roboto", sans-serif;
	color: #a0a0a0;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.sui-result__title:hover,
.sui-result__breadcrumb a:hover {
	color: #25e961;
}

.sui-result__breadcrumb i {
	color: #0f4b63;
}

.sui-facet__title {
	font-family: "Roboto", sans-serif;
	color: #0f4b63;
}

.sui-multi-checkbox-facet__input-text {
	font-family: "Roboto", sans-serif;
	color: #184f40;
}

.sui-search-box__submit {
	background: #184f40;
	/*background-color: #184F40;*/
	color: #baffff;
	border-radius: 0;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	text-transform: uppercase;
	font-weight: 900;
}

.sui-search-box__submit:hover {
	background: #baffff;
	color: #184f40;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	.sui-layout-header__inner {
		padding: 0 24px;
		max-width: 1300px;
		margin: auto;
	}
}

.sui-search-box__text-input:focus {
	border: 1px solid #25e961;
}

.sui-search-box__text-input {
	background-color: #fff;
	border-radius: 0;
	color: #184f40;
}

.sui-result em {
	color: #25e961;
}

.sui-result em:after {
	background: rgba(33, 201, 89, 0.08);
}

.sui-select__control {
	background-color: #184f40;
	border-radius: 0;
}

.sui-select__single-value {
	color: #baffff !important;
}

.sui-select__dropdown-indicator svg path {
	fill: #baffff;
}

/* Base for label styling */
.sui-multi-checkbox-facet__checkbox:not(:checked),
.sui-multi-checkbox-facet__checkbox:checked {
	position: absolute;
	left: -9999px;
}

.sui-multi-checkbox-facet__checkbox:not(:checked) + span,
.sui-multi-checkbox-facet__checkbox:checked + span {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}

/* checkbox aspect */
.sui-multi-checkbox-facet__checkbox:not(:checked) + span:before,
.sui-multi-checkbox-facet__checkbox:checked + span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25em;
	height: 1.25em;
	border: 1px solid #a0a0a0;
	background: #fff;
	border-radius: 50%;
	/*box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
}

/* checked mark aspect */
.sui-multi-checkbox-facet__checkbox:not(:checked) + span:after,
.sui-multi-checkbox-facet__checkbox:checked + span:after {
	content: "\2713\0020";
	position: absolute;
	top: 0.15em;
	left: 0.22em;
	font-size: 1.3em;
	line-height: 0.8;
	color: #25e961;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Roboto", sans-serif;
}

/* checked mark aspect changes */
.sui-multi-checkbox-facet__checkbox:not(:checked) + span:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.sui-multi-checkbox-facet__checkbox:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* disabled checkbox */
.sui-multi-checkbox-facet__checkbox:disabled:not(:checked) + span:before,
.sui-multi-checkbox-facet__checkbox:disabled:checked + span:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #a0a0a0;
	background-color: #a0a0a0;
}

.sui-multi-checkbox-facet__checkbox:disabled:checked + span:after {
	color: #999;
}

.sui-multi-checkbox-facet__checkbox:disabled + span {
	color: #aaa;
}

/* accessibility */
.sui-multi-checkbox-facet__checkbox:checked:focus + span:before,
.sui-multi-checkbox-facet__checkbox:not(:checked):focus + span:before {
	/*border: 2px dotted blue;*/
}

.sui-multi-checkbox-facet__option-count {
	font-family: "Roboto", sans-serif;
	color: #a0a0a0;
}

/* ----------------------------------------------------
	Subscribe
------------------------------------------------------- */

.modal-header {
	background-color: #184f40;
	border: none;
}

.modal-footer {
	background-color: #184f40;
	border: none;
}

.close {
	color: #baffff;
	font-size: 30pt;
}

.modal h2 {
	color: #baffff;
	font-size: 1.7rem;
}

.modal-content {
	/*border-radius: 10px;*/
	background-color: #fff;
}

.modal-body {
	min-height: 150px;
	background-color: #184f40;
}

.modal-body input,
.modal-body textarea {
	width: 100%;
	background-color: transparent;
	/*border-radius: 10px;*/
	border-color: #baffff;
	color: #25e961;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

.modal-body input::-webkit-input-placeholder {
	color: #baffff;
	opacity: 0.6;
}

.modal-body input::-moz-placeholder {
	color: #baffff;
	opacity: 0.6;
}

.modal-body input:-ms-input-placeholder {
	color: #baffff;
	opacity: 0.6;
}

.modal-body input::-ms-input-placeholder {
	color: #baffff;
	opacity: 0.6;
}

.modal-body input::placeholder,
.modal-body textarea::placeholder {
	color: #baffff;
	opacity: 0.6;
}

.modal-body input:focus::placeholder,
.modal-body textarea:focus::placeholder {
	color: #184f40;
}

.modal-body input:focus {
	outline: none;
}

#searchSpinner {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
}

.spinner {
	width: 70px;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #25e961;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ----------------------------------------------------
	Document
------------------------------------------------------- */

.doc-tile-inner p {
	font-size: 12pt;
}

.doc-date {
	font-size: 11pt;
	color: #0079c1;
}

/* ----------------------------------------------------
	Case Study
------------------------------------------------------- */

.case-study-header {
	background-color: #baffff;
}

.case-study-header p {
	color: #0f4c64;
	font-weight: 700;
	margin-bottom: 0;
}

.case-study-tags {
	font-size: 1rem;
}

.case-study-tag {
	background-color: #0f4c64;
	color: #baffff;
	padding: 5px 10px;
	font-weight: 700;
	margin: 0 5px 0 0;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.case-study-tag:hover {
	background-color: #fff;
	color: #184f40;
}

p.case-study-teaser {
	font-size: 1.6rem;
	margin-bottom: 0.8em;
}

.case-study-facts ul li p {
	margin-bottom: 0.8em;
	font-weight: 300;
}

.case-study h2 {
	font-size: 3.4rem;
}

@media (min-width: 768px) {
	.case-study h2 {
		font-size: 4.4rem;
	}
}

.case-study-body img {
	width: 100%;
}

.case-study-body .case-study-img {
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	height: 70vh;
	min-height: 500px;
	width: 80%;
	margin: 0 auto 2rem;
}

.case-study-body .section-quote {
	background-color: #184f40;
	padding: 50px 0;
	margin-bottom: 2rem;
}

.case-study-body .section-quote-inner {
	position: relative;
}

.case-study-body .case-study-quote {
	position: relative;
	color: #25e961;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.case-study-body .case-study-quote {
		padding: 100px 0;
	}
}

.case-study-body .case-study-quote p:before {
	font-family: "EB Garamond";
	content: "“";
	position: absolute;
	left: -0.1em;
}

.case-study-body .case-study-quote p:after {
	font-family: "EB Garamond";
	content: "”";
	margin-right: -1rem;
}

@media (min-width: 768px) {
	.case-study-body .case-study-quote p:before {
		left: -0.7em;
	}
}

.case-study-body .case-study-quote p {
	margin-bottom: 0;
	color: #25e961;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: italic;
}

@media (min-width: 768px) {
	.case-study-body .case-study-quote p {
		font-size: 1.6rem;
	}
}

.case-study-body .section-quote:nth-child(even) {
	background-color: #baffff;
}

.case-study-body .section-quote:nth-child(even) p {
	color: #0f4c64;
}

@media (min-width: 768px) {
	.case-study-body .section-quote .quote-overlay-circle {
		position: absolute;
		top: 0;
		left: -2.5%;
		width: 100%;
		height: 100%;
		z-index: 0;
		pointer-events: none;
		opacity: 0.4;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: left;
		background-image: url("/images/aceh-circle-green-1.png");
	}

	.case-study-body .section-quote:nth-child(even) .quote-overlay-circle {
		background-image: url("/images/aceh-circle-blue-2.png");
	}
}

.case-study-body .ul {
	margin-bottom: 1em;
	margin-left: 20px;
}

.case-study-body .ul p {
	margin-bottom: 0;
}

.case-study-cta {
	background-color: #184f40;
}

.case-study-cta h2,
.case-study-cta p {
	color: #25e961;
}

.case-study-cta a {
	color: #baffff;
}

.case-study-related {
	background-color: #baffff;
}

.case-study-related h4 {
	color: #0f4c64;
}

.case-study-related .pa-tile h3 {
	color: #fff;
}

/* ----------------------------------------------------
	CE Principles
------------------------------------------------------- */

#home-feature {
	background-color: #0f4c64;
	min-height: 100vh;
}

#home-feature h2 {
	color: #25e961;
}

.home-content-inner h1,
.home-content-inner h2,
.home-content-inner h3,
.home-content-inner h4,
.home-content-inner h5,
.home-content-inner h6 {
	color: #25e961;
}

.home-content-inner p {
	color: #25e961;
}

@media (min-width: 992px) {
	.home-content-inner .section-heading {
		font-size: 3em;
	}
}

/*.home-content-inner #strategy h1, .home-content-inner #strategy h2, .home-content-inner #strategy h3, .home-content-inner #strategy h4, .home-content-inner #strategy h5, .home-content-inner #strategy h6 {*/
/*    color: #;*/
/*}*/

#strategy {
	background-color: #fff;
}

.home-content-inner #strategy h1,
.home-content-inner #strategy h2,
.home-content-inner #strategy h3,
.home-content-inner #strategy h4,
.home-content-inner #strategy h5,
.home-content-inner #strategy h6 {
	color: #0f4c64;
}

.home-content-inner #strategy p {
	color: #0f4c64;
}

@media (max-width: 992px) {
	#ce-what-is {
		padding-top: 0;
	}
}

#ce-what-is h3 {
	color: #baffff;
	font-size: 1.1rem;
	width: 80%;
	/*height: 80px;*/
	margin: 0 auto 40px;
}

@media (min-width: 768px) {
	#ce-what-is h3 {
		font-size: 1.1rem;
		margin: 40px auto 0;
	}
}

img.ce-principle {
	width: 60%;
	margin: 0 auto 40px;
	height: 200px;
}

@media (min-width: 768px) {
	img.ce-principle {
		margin: auto;
	}
}

.home-header-full {
	min-height: calc(100vh - 61px);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media (min-width: 768px) {
	.home-header-full {
		min-height: calc(100vh - 80px);
	}
}

.feature-title {
	line-height: 0.9em;
	font-size: 2.6em;
	-webkit-animation: slide-in-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		0.3s both;
	animation: slide-in-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
}

.feature-tagline {
	font-size: 1.4em;
	line-height: 1.1em;
}

@media (min-width: 768px) {
	.feature-title {
		font-size: 4.2em;
	}

	.feature-tagline {
		font-size: 1.6em;
	}
}

@media (min-width: 992px) {
	.feature-title {
		font-size: 6.2em;
	}

	.feature-tagline {
		font-size: 2em;
	}
}

.feature-img {
	width: 70%;
}

.header-scroll {
	position: absolute;
	bottom: 30px;
	left: 50%;
}

a.scroll-arrow span {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #25e961;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.scroll-arrow span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #25e961;
	border-bottom: 1px solid #25e961;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.scroll-arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	content: "";
	width: 44px;
	height: 44px;
	-webkit-box-shadow: 0 0 0 0 rgba(37, 233, 97, 0.1);
	box-shadow: 0 0 0 0 rgba(37, 233, 97, 0.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		-webkit-box-shadow: 0 0 0 20px rgba(37, 233, 97, 0.1);
		box-shadow: 0 0 0 20px rgba(37, 233, 97, 0.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.fade-in {
	animation: fadeIn ease 5s;
	-webkit-animation: fadeIn ease 5s;
	-moz-animation: fadeIn ease 5s;
	-o-animation: fadeIn ease 5s;
	-ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* ----------------------------------------------------
	Events
------------------------------------------------------- */

.event-info {
	background-color: #184f40;
	padding: 20px;
}

.event-info p.event-field {
	color: #fff;
	font-size: 0.9em;
}

.event-info p.label {
	color: #25e861;
}
