/* line 33, ../sass/utility/_typography.sass */
body, html {
  margin: 0;
  padding: 0;
  font-family: "freight-sans-pro",sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.010em;	
  color: #0e212b;
}

/***** New Styles - 6/2018 Begin ******/

/* Cookie Message */

.cookie-message {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
	border-top: 5px solid #0f212b;
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	padding: 20px 0px 20px 0px;
}

/* Shared Styles */

::-moz-placeholder {
	color: #0f212b;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #0f212b;
}

.page-content-wrap {
    display: block;
    width: 100%;
	max-width: 1240px;
    height: 100%;
    overflow: visible;
	margin: 0% auto;
	position: relative;
}
@media (max-width: 1200px) {
	.page-content-wrap {
		max-width: 1000px;
	}
}

@media (max-width: 980px) {
	.page-content-wrap {
		max-width: 800px;
	}
}
@media (max-width: 750px) {
	.page-content-wrap {
		max-width: 90%;
	}
}

.right {
	float: right;
}

.btn-regular {
	color: #0e212b;
	background: none;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #0e212b;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	vertical-align: middle;
	clear: both;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0px;
	margin: 30px 0px 0px 0px;
}

.alm-btn-wrap .alm-load-more-btn {
	color: #0e212b;
	background: none;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #0e212b;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	vertical-align: middle;
	clear: both;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
}

.btn-regular:hover, .alm-btn-wrap .alm-load-more-btn:hover {
	background-color: #0e212b;
	color: #ffffff;
}

.alm-btn-wrap {
	padding: 0px 0px 25px 0px;
	text-align: center;
}

.btn-close {
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.bar-horizontal {
	display: block;
	width: 200px;
	height: 6px;
	overflow: hidden;
	background-size: 0% 6px;
	margin: 30px 0px 0px 0px;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -webkit-transition: all 3s;
    transition: all 3s;
}
@media (max-width: 750px) {
	.bar-horizontal {
		width: 100px;
	}
}

.bar-horizontal.purple {
	background: linear-gradient(to right, #7e00c8, #7e00c8) no-repeat 0 0;
	background-size: 100% 6px;
}

.bar-horizontal.blue {
	background: linear-gradient(to right, #2588e2, #2588e2) no-repeat 0 0;
	background-size: 100% 6px;
}

.bar-horizontal.black {
	background: linear-gradient(to right, #000000, #000000) no-repeat 0 0;
	background-size: 100% 6px;
}

.bar-horizontal.yellow {
	background: linear-gradient(to right, #ffc500, #ffc500) no-repeat 0 0;
	background-size: 100% 6px;
}

.bar-horizontal.green {
	background: linear-gradient(to right, #17c335, #17c335) no-repeat 0 0;
	background-size: 100% 6px;
}

/* Animations */

.post-block .post-img, .single-key-idea .case-study {
    overflow: hidden;
}

.post-block .post-img > .in, .single-key-idea .case-study .in {	
	-moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.post-block .post-img > .in:hover, .single-key-idea .case-study .in:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Magnific Popup */

.mfp-iframe-holder .mfp-content {
    max-width: 75% !important;
}

/* Hero */

section.hero {
	background-color: #eee;
	position: relative;
	margin: 150px 0px 0px 0px;	
	z-index: 100;
	overflow: hidden;
}
@media (max-width: 750px) {
	section.hero {
		margin: 64px 0px 0px 0px;	
	}
}

section.hero .content-background {
	height: 344px;	
	background-size: cover !important;
	background-position: center !important;
}

.single-team section.hero .content-background {
	height: 705px;	
}

section.hero .hero-title .bar-horizontal {
	margin: 20px 0px 20px 0px;
	background-size: 0% 6px;
}
	
section.hero .hero-content {
	display: inline-block;
	width: 50%;
	font-weight: 400;
	font-size: 30px;
    line-height: 37px;
	letter-spacing: 0.010em;
	background: rgba(255,255,255,.80);
	color: #0e212b;
	padding: 40px 60px 40px 30px;
    position: relative;
	top: 50%;
    transform: translateY(-50%);	
}
@media (max-width: 980px) {
	section.hero .hero-content {
		width: 80%;
		padding: 30px 30px 30px 30px;
	}
}
@media (max-width: 750px) {
	section.hero .hero-content {
		width: 100%;
		font-size: 25px;
    	line-height: 30px;
		padding: 20px;
	}
}

.home section.hero .hero-content {
	display: inline-block;
	font-weight: 500;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0.010em;
	background: rgba(255,255,255,.80);
	color: #0e212b;
	padding: 35px 95px 50px 35px;
    position: relative;
	top: 50%;
    transform: translateY(-50%);	
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.3);
}
@media (max-width: 1200px) {
	.home section.hero .hero-content {
		font-size: 38px;
    	line-height: 43px;
	}
}
@media (max-width: 750px) {
	.home section.hero .hero-content {
		font-size: 25px;
    	line-height: 30px;
		padding: 30px 30px 30px 30px;
	}
}

.home section.hero .hero-content .bar-horizontal {
	background-size: 0% 6px;
}

.single-team section.hero .hero-content {
    top: 80%;
}

.single-team section.hero .hero-content.hero-content-align-left {
	float: left;
}

.single-team section.hero .hero-content.hero-content-align-right {
	float: right;
}

section.hero .hero-content .hero-title {
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
}
@media (max-width: 750px) {
	section.hero .hero-content .hero-title {
		font-size: 25px;
    	line-height: 28px;
	}
}

section.hero .hero-content .hero-title span {
    font-size: 20px;
    font-size: 500;
    position: relative;
    top: -.75em;
    line-height: 0px;
}

.home section.hero .content-background {
	height: 570px;	
	background-size: cover !important;
	background-position: center !important;
}

/* Sections */

.introduction {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 40px 0px;
	background: #ffffff;
}

.home .introduction, .page-template-page-approach .introduction, .page-template-page-solutions .introduction, .page-template-page-results .introduction {
	background: #efefef;
}

.introduction .introduction-header {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	font-size: 30px;
	font-weight: 500;
	line-height: 37px;
	letter-spacing: 0.010em;
	color: #0e212b;
	margin: 0px 0px 30px 0px;
}
@media (max-width: 1200px) {
	.introduction .introduction-header br {
		display: none;
	}
}

.introduction .introduction-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.010em;
	color: #0e212b;
}

.introduction .introduction-content ul {
	margin: 20px 0px 0px 0px;
}

.introduction .introduction-content ul li {
	margin: 0px 0px 5px 40px;
}

.introduction .introduction-content ul > li {
	list-style-type: disc;
}

.introduction .introduction-content p {
	margin: 0px 0px 40px 0px;
}

.introduction .introduction-content strong {
	font-weight: 500;
}

.introduction .introduction-content p:last-of-type {
	margin: 0px 0px 0px 0px;
}

.introduction .introduction-content .bar-horizontal {
    margin: 20px 0px 40px 0px;
}

.introduction .introduction-content .content-left {
	display: inline-block;
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0% 5% 0% 0%;
}
@media (max-width: 750px) {
	.introduction .introduction-content .content-left {
		display: block;
		width: 100%;
		float: none;
		margin: 0% 0% 5% 0%;
	}
}

.page-template-page-solutions .introduction .introduction-content .content-left { 
	font-size: 35px;
	line-height: 40px;
}

.introduction .introduction-content .content-right {
	display: inline-block;
	width: 55%;
	height: auto;
	overflow: hidden;
	float: left;
}
@media (max-width: 750px) {
	.introduction .introduction-content .content-right {
		display: block;
		width: 100%;
		float: none;
	}
}

.page-template-page-solutions .introduction .introduction-content .content-right { 
	font-size: 30px;
	line-height: 35px;
}

.introduction .introduction-content .content-left strong, .introduction .introduction-content .content-right strong {
	font-weight: 500;
}

section.privacy-policy {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 40px 0px;
	background: #ffffff;
}

section.privacy-policy .privacy-content-left {
	display: inline-block;
	width: 65%;
	height: auto;
	overflow: hidden;
	float: left;
	border-right: 6px solid #10242e;
	padding: 0px 40px 0px 0px;
}
@media (max-width: 750px) {
	section.privacy-policy .privacy-content-left {
		display: block;
		width: 100%;
		float: none;
		margin: 0% 0% 5% 0%;
		border-right: none;
	}
}

section.privacy-policy .privacy-content-right {
	display: inline-block;
	width: 35%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0px 0px 0px 40px;
}
@media (max-width: 750px) {
	section.privacy-policy .privacy-content-right {
		display: block;
		width: 100%;
		float: none;
		padding: 0% 0% 0% 0%;
	}
}

section.privacy-policy p {
	margin: 0px 0px 40px 0px;
}

section.privacy-policy p:last-of-type {
	margin: 0px 0px 0px 0px;
}

section.privacy-policy ul {
	margin: 20px 0px 0px 0px;
}

section.privacy-policy ul li {
	margin: 0px 0px 5px 40px;
}

section.privacy-policy ul > li {
	list-style-type: disc;
}

section.privacy-policy strong {
	font-weight: 500;
}

section.privacy-policy h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.010em;
	margin: 40px 0px 20px 0px;
}

section.privacy-policy  .privacy-content-right h3 {
	margin: 0px 0px 20px 0px;
}

section.privacy-policy h3:after {
	display: block;
	content: "";
	width: 200px;
	height: 6px;
	background: #10242e;
	margin: 10px 0px 0px 0px;
}

.download {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 40px 0px;
	background: #ffffff;
	box-shadow: inset 0 8px 8px -8px rgba(0,0,0,.30), inset 0 -8px 8px -8px rgba(0,0,0,.30);
}

.download .download-image {
    display: block;
    width: 50%;
    height: auto;
    overflow: hidden;
	float: left;
}
@media (max-width: 750px) {
	.download .download-image {
		width: 100%;
		float: none;
	}
}

.download .download-image img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.download .download-content {
    display: block;
    width: 50%;
    height: 227px;
    overflow: visible;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.010em;
	color: #0e212b;
	float: left;
	padding: 0px 0px 0px 30px;
}
@media (max-width: 750px) {
	.download .download-content {
		width: 100%;
		float: none;
		padding: 20px 0px 0px 0px;
	}
}

.download .download-content p {
	margin: 0px 0px 0px 0px;
}

.download .download-content .download-content-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.home-offerings-block {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 0px 0px;
}

.home-offerings-block.grey-bg {
	background: #efefef;
}

.home-offerings-block .post-block-title {
    display: none;
    width: 100%;
    height: auto;
    overflow: visible;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.010em;
	color: #0e212b;
	text-align: center;
	margin: 0px 0px 30px 0px;
}

.home-offerings-block .post-block-sub-title {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	font-weight: 500;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: 0.010em;
	color: #0e212b;
	text-align: center;
	margin: 0px 0px 25px 0px;
}

.home-offerings-block .post-block .txt {
	padding: 30px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.010em;
    position: relative;
	background: #efefef;
	height: 250px;
}

.home-offerings-block .post-block .txt h4 {
	font-weight: 400;
    font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.010em;
    position: relative;
	margin: 0px 0px 0px 0px;	
	min-height: 78px;
}

.home-offerings-block .post-block-container.additional .post-block .txt {
	height: auto;
}

.home-offerings-block .post-block-container.additional .post-block .txt h4 {
	min-height: 36px;
	margin: 0px 0px 20px 0px;
}

.home-offerings-block .post-block-container.additional .post-block .txt h4:after {
	position: absolute;
    content: "";
    background: #2588e2;
    height: 6px;
    left: 0px;
    bottom: -20px;
    right: 100%;
    width: 200px;
}

.home-offerings-block .post-block-container.additional .post-block .txt:after {
	display: none;
}

.home-offerings-block .post-block-container.additional .post-block .txt .content {
	margin: 35px 0px 0px 0px;
}

.home-offerings-block .post-block .txt h4 span {
    font-size: 15px;
    font-size: 500;
    position: relative;
    top: -.75em;
    line-height: 0px;
}

.home-offerings-block.grey-bg .post-block .txt {
	background: #ffffff;
}

.home-offerings-block .post-block .txt .content p {
    margin-bottom: 2em;
}

.home-offerings-block .post-block .txt .content p span {
    font-size: 50%;
    position: relative;
    top: -.65em;
    line-height: 0px;
}

.home-offerings-block .post-block-container.individuals .post-block .txt:after {
    background: #0074de;
}

.home-offerings-block .post-block-container.organizations .post-block .txt:after {
    background: #9e3fd6;
}

.home-offerings-block .post-block-container.additional .post-block .post-link {
	display: none;
}

.home-offerings-block .post-block-container.individuals, .home-offerings-block .post-block-container.organizations, .home-offerings-block .post-block-container.additional {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

section.clients {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 40px 0px;
	background: #efefef;
}

section.clients h2 {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.010em;
	color: #0e212b;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 750px) {
	section.clients h2 br {
		display: none;
	}
}

section.clients .logos li {
    display: block;
    vertical-align: middle;
    margin: 0 20px;
    height: 100px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

section.contact.half-width {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 40px 0px;
}

section.contact.half-width .contact-left {
    display: inline-block;
    width: 50%;
    height: auto;
    overflow: hidden;
	float: left;
}
@media (max-width: 750px) {
	section.contact.half-width .contact-left {
		width: 100%;
		float: none;
	}
}

section.contact.half-width .contact-left img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.contact.half-width .contact-right {
    display: inline-block;
    width: 50%;
    height: auto;
    overflow: hidden;
	float: left;
	padding: 0px 100px 0px 50px;
}
@media (max-width: 750px) {
	section.contact.half-width .contact-right {
		width: 100%;
		float: none;
		padding: 30px 30px 0px 30px;
	}
}

section.contact.half-width .contact-header {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	font-weight: 500;
	font-size: 43px;
	line-height: 52px;
	letter-spacing: 0.010em;
	color: #0e212b;	
}
@media (max-width: 750px) {
	section.contact.half-width .contact-header br {
		display: none;
	}
}

section.contact.half-width .contact-sub-header {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.010em;
	color: #0e212b;	
}

section.contact.half-width .bar-horizontal.blue {
    margin: 15px 0px 30px 0px;
}

.contact-form .gform_wrapper .top_label .gfield_label, section.download .gform_wrapper .top_label .gfield_label {
	display: none;
}

.contact-form .gform_wrapper #field_1_8 {
	margin-top: 30px;
}

.contact-form .gform_wrapper #field_1_8 .gfield_label {
	display: block;	
	font-size: 20px;
	font-weight: 200;
	line-height: 24px;
	letter-spacing: 0.020em;
}

.contact-form .gform_wrapper input[type="text"], .contact-form .gform_wrapper input[type="email"] { 
	font-size: 20px !important; 
	line-height: 24px;
	letter-spacing: 0.020em;
	color: #0e212b;
	border: none;
    border-bottom: 1px solid #0e212b;
    border-radius: 0px;
	padding: 10px 0px 10px 0px !important;
}

section.download .gform_wrapper .gform_body {
    display: inline-block !important;
    width: 60% !important;
    float: left !important;
}

section.download .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

section.download .gform_wrapper input[type="text"] { 
	font-size: 20px !important; 
	line-height: 24px;
	letter-spacing: 0.020em;
	color: #0e212b;
    border: 1px solid #0e212b;
    border-radius: 0px;
	padding: 10px 0px 10px 20px !important;
}

.contact-form .gform_wrapper textarea {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.020em;
    border: 1px solid #0e212b;
    border-radius: 0px;
}

.contact-form .gform_wrapper .gform_footer {
    padding: 0px 0px 0px 0px;
	text-align: center;
}

section.download .gform_wrapper .gform_footer {
    display: inline-block !important;
    width: 25% !important;
    float: left !important;
	padding: 0px !important;
	margin: 0px !important;
	clear: none !important;
}

.contact-form .gform_wrapper .gform_footer input.button, .contact-form .gform_wrapper .gform_footer input[type=submit] {
	background: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0px;
	color: #0e212b;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #0e212b;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	vertical-align: middle;
	clear: both;
	margin: 15px 0px 0px 0px;
}

section.download .gform_wrapper .gform_footer input[type=submit] {
	background: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0px;
	color: #0e212b;
	display: inline-block;
	padding: 13px 30px;
	border: 1px solid #0e212b;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	vertical-align: middle;
	clear: both;
	margin: 16px 0px 0px 10px;
}

.contact-form .gform_wrapper .gform_footer input.button:hover, .contact-form .gform_wrapper .gform_footer input[type=submit]:hover, section.download .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #0e212b;
	color: #ffffff;
}

section.contact.full-width {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 40px 0px;
}

section.contact.full-width .page-content-wrap {
	text-align: center;
}

section.contact.full-width .contact-header {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	font-weight: 500;
	font-size: 43px;
	line-height: 52px;
	letter-spacing: 0.010em;
	color: #0e212b;	
	text-align: center;
	margin: 0px auto 40px auto;
}
@media (max-width: 750px) {
	section.contact.full-width .contact-header br {
		display: none;
	}
}

section.contact.full-width .contact-header .lighter {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	font-weight: 200;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0.010em;
	color: #0e212b;	
}

section.contact.full-width .contact-form {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin: 0px 0px 35px 0px;
}

section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield {
	width: 50%;
	padding-right: 50px;
}
@media (max-width: 750px) {
	section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield {
		width: 100%;
		padding-right: 0px;
	}
}

section.contact.full-width .contact-form .gform_wrapper ul.gform_fields {
	position: relative;
}

section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(1), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(2), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(3), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(4), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(5), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(6) {
	width: 25%;
	padding-right: 20px;
}
@media (max-width: 750px) {
	section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(1), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(2), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(3), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(4), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(5), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(6) {
		width: 100%;
		padding-right: 0px;
	}
}

section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(2), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(4), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(6) {
	margin-right: 50%;
}
@media (max-width: 750px) {
	section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(2), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(4), section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(6) {
		margin-right: 0%;
	}	
}

section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(7) {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 0px;
}
@media (max-width: 750px) {

	section.contact.full-width .contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(7) {
		position: relative;
		top: auto;
		right: auto;
	}
}

section.contact.full-width .contact-form .gform_wrapper textarea.large {
    height: 205px;
}

section.contact.full-width .contact-form .gform_wrapper .gform_footer input.button, section.contact.full-width .contact-form .gform_wrapper .gform_footer input[type=submit] {
	padding: 10px 75px;
}
section.leadership {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 40px 0px;
	text-align: center;
	background: #efefef;
}

section.leadership.facilitators, section.leadership.team {
	display: none;
}

section.leadership .team-header {
	display: inline-block;
}

section.leadership .team-header h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.010em;
	color: #0e212b;
	margin: 0px 0px 10px 0px;
}

section.leadership .team-header .bar-horizontal {
    display: block;
    width: 80%;
    height: 6px;
    overflow: hidden;
    margin: 0px auto 35px auto;
}

section.leadership .team-hero {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

section.leadership .team-hero .team-hero-image {
    display: block;
    width: 75%;
    height: auto;
    overflow: hidden;		
}
@media (max-width: 750px) {
	section.leadership .team-hero .team-hero-image {
		width: 100%;
	}
}

section.leadership .team-hero .team-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.leadership .team-hero .team-hero-quote {
    display: inline-block;
    width: 460px;
    height: auto;
    overflow: visible;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.010em;
    background: #ffffff;
    color: #0e212b;
    text-align: center;
    position: absolute;
    padding: 40px 60px 60px 60px;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1200px) {
	section.leadership .team-hero .team-hero-quote {
		font-size: 26px;
    	line-height: 30px;
		right: 0%;
	}
}
@media (max-width: 750px) {
	section.leadership .team-hero .team-hero-quote {
		width: 100%;
		height: auto;
		font-size: 26px;
    	line-height: 30px;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
}

section.leadership .team-hero .team-hero-quote p {
	margin: 0px 0px 0px 0px;
}

section.leadership .team-hero .team-hero-quote p:before {
    display: block;
    width: 100%;
    height: 55px;
    overflow: hidden;
	content: "“";
    font-size: 75px;
	font-weight: 700;
    line-height: 75px;
    letter-spacing: 0.010em;
    color: #0e212b;
	text-align: center;
}

section.leadership .team-hero .team-hero-quote p:after {
    display: block;
    width: 100%;
    height: 55px;
    overflow: hidden;	
	content: "”";
    font-size: 75px;
	font-weight: 700;
    line-height: 75px;
    letter-spacing: 0.010em;
    color: #0e212b;
	text-align: center;
}

section.leadership .team-hero .team-hero-quote-attribution {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-style: italic;
    text-align: center;
	margin: 30px 0px 0px 0px;
}

section.leadership .team-hero .team-hero-quote-attribution .team-hero-quote-attribution-name {
	font-weight: 500;
	font-size: 24px;
    line-height: 29px;
}

section.leadership .team-hero .team-hero-quote-attribution .team-hero-quote-attribution-title {
	font-weight: 200;
	font-size: 20px;
    line-height: 26px;
}

section.leadership .team-hero .team-hero-quote-attribution p:before, section.leadership .team-hero .team-hero-quote-attribution p:after {
	display: none;
}

section.page-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin: 0px 0px 0px 0px;
}

section.page-content .page-content-row {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	position: relative;
}

section.page-content .page-content-row .page-content-wrap {
	height: 550px;
}
@media (max-width: 1200px) {
	section.page-content .page-content-row .page-content-wrap {
		height: 750px;
	}
}
@media (max-width: 750px) {
	section.page-content .page-content-row .page-content-wrap {
		height: auto;
	}
}

section.page-content .page-content-row:nth-of-type(2) {
	background: #efefef;
}

section.page-content .page-content-row .page-content-row-image {
    display: inline-block;
    overflow: hidden;	
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 750px) {
	section.page-content .page-content-row .page-content-row-image {
		top: 0%;
		transform: translateY(0%);
	}
}

section.page-content .page-content-row .page-content-row-image img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.page-content .page-content-row .page-content-row-content {
    display: inline-block;
    overflow: hidden;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 750px) {
	section.page-content .page-content-row .page-content-row-content {
		position: relative;
    	top: 0%;
    	transform: translateY(0%);
	}
}

section.page-content .page-content-row .page-content-row-content .bar-horizontal {
	margin: 20px 0px 20px 0px;
}

section.page-content .page-content-row .page-content-row-content .page-content-row-title {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: visible;
	font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.010em;
    color: #0e212b;
}

section.page-content .page-content-row .page-content-row-content .page-content-row-text {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.010em;
    color: #0e212b;
}

section.page-content .page-content-row .page-content-row-content .page-content-row-text p {
    margin: 0px 0px 40px 0px;
}

section.page-content .page-content-row .page-content-row-content .page-content-row-text p:last-of-type {
    margin: 0px 0px 0px 0px;
}

/* Image Align */

.page-content-row.image-align-left, .page-content-row.image-align-right {
	padding: 40px 0px 40px 0px;
}

.page-content-row.image-align-left .page-content-row-image {
	width: 40%;
	float: left;
}
@media (max-width: 750px) {
	.page-content-row.image-align-left .page-content-row-image {
		width: 100%;
		float: none;
	}
}

.page-content-row.image-align-left .page-content-row-content {
	width: 60%;
	float: right;
    padding: 0px 0px 0px 75px;
}
@media (max-width: 1200px) {
	.page-content-row.image-align-left .page-content-row-content {
		padding: 0px 0px 0px 75px;
	}
}
@media (max-width: 750px) {
	.page-content-row.image-align-left .page-content-row-content {
		width: 100%;
		float: none;
		padding: 0px 0px 0px 0px;
	}
}

.page-content-row.image-align-right .page-content-row-image {
	width: 40%;
	float: right;
}
@media (max-width: 750px) {
	.page-content-row.image-align-right .page-content-row-image {
		width: 100%;
		float: none;
	}
}

.page-content-row.image-align-right .page-content-row-content {
	width: 60%;
	float: left;
	padding: 0px 75px 0px 0px;
}
@media (max-width: 1200px) {
	.page-content-row.image-align-right .page-content-row-content {
		padding: 0px 75px 0px 0px;
	}
}
@media (max-width: 750px) {
	.page-content-row.image-align-right .page-content-row-content {
		width: 100%;
		float: none;
		padding: 0px 0px 0px 0px;
	}
}

/* Image Overlay */

.page-content-row.image-overlay-left, .page-content-row.image-overlay-right {
	padding: 0px 0px 50px 0px;
}

.page-content-row.image-overlay-left .page-content-row-image {
	width: 468px;
	height: 488px;
	float: left;
	position: absolute;
    top: 50px;
    left: 50px;
}
@media (max-width: 750px) {
	.page-content-row.image-overlay-left .page-content-row-image {
		width: 100%;
		height: auto;
		float: none;
		position: relative;
		top: auto;
		left: auto;
	}
}

.page-content-row.image-overlay-left .page-content-row-image img {
	width: 468px;
	height: 488px;
}
@media (max-width: 750px) {
	.page-content-row.image-overlay-left .page-content-row-image img {
		width: 100%;
		height: auto;
	}
}

.page-content-row.image-overlay-left .page-content-row-content {
	width: 75%;
	height: 588px;
	padding: 200px 100px 0px 200px;
	float: right;
	background: #efefef;
}
@media (max-width: 1200px) {
	.page-content-row.image-overlay-left .page-content-row-content {
		padding: 100px 100px 0px 300px;
	}
}
@media (max-width: 750px) {
	.page-content-row.image-overlay-left .page-content-row-content {
		width: 100%;
		height: auto;
		float: none;
		padding: 30px 30px 30px 30px;
	}
}

.page-content-row.image-overlay-right .page-content-row-image {
	width: 468px;
	height: 488px;
	float: right;
	position: absolute;
    top: 50px;
    right: 50px;
}
@media (max-width: 750px) {
	.page-content-row.image-overlay-right .page-content-row-image {
		width: 100%;
		height: auto;
		float: none;
		position: relative;
		top: auto;
		right: auto;
	}
}

.page-content-row.image-overlay-right .page-content-row-image img {
	width: 468px;
	height: 488px;
}

.page-content-row.image-overlay-right .page-content-row-content {
	width: 75%;
	height: 588px;
	padding: 200px 200px 0px 100px;
	float: left;
	background: #efefef;
}
@media (max-width: 1200px) {
	.page-content-row.image-overlay-right .page-content-row-content {
		padding: 100px 300px 0px 100px;
	}
}
@media (max-width: 750px) {
	.page-content-row.image-overlay-right .page-content-row-content {
		width: 100%;
		height: auto;
		float: none;
		padding: 30px 30px 30px 30px;
	}
}

section.video {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 40px 0px 40px 0px;
	background: #efefef;
}

section.video .video-title {
    display: block;
    width: 100%;
    height: auto;
	max-width: 1240px;
    overflow: visible;
	font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.010em;
    color: #0e212b;
	text-align: left;
	margin: 0px auto 10px auto;
}

.home section.video .video-title {
	margin: 0px auto 40px auto;
}

section.video .video-sub-title {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.010em;
    color: #0e212b;
	text-align: center;
	margin: 0px 0px 30px 0px;
}

section.video .video-row {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	position: relative;
}

section.video .video-row .video-image {
    display: block;
    width: 65%;
    height: auto;
    overflow: hidden;
	float: right;
}
@media (max-width: 750px) {
	section.video .video-row .video-image {
		width: 100%;
		float: none;
	}
}

section.video .video-row.video-left .video-image {
	float: left;
}

section.video .video-row .video-image img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.video .video-row .video-content {
	display: inline-block;
    width: 460px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    padding: 40px 60px 60px 60px;
    top: 50%;
	left: 10%;
    transform: translateY(-50%);
}
@media (max-width: 750px) {
	section.video .video-row .video-content {
		width: 100%;
		height: auto;
		float: none;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
}

section.video .video-row.video-left .video-content {
	left: auto;
	right: 10%;
}
@media (max-width: 1200px) {
	section.video .video-row.video-left .video-content {
		right: 0%;
	}
}
@media (max-width: 750px) {
	section.video .video-row.video-left .video-content {
		right: auto;
	}
}

section.video .video-row .video-content .video-quote {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.010em;
    color: #0e212b;
    text-align: center;
}
@media (max-width: 1200px) {
	section.video .video-row .video-content .video-quote {
		font-size: 26px;
    	line-height: 30px;
	}
}
@media (max-width: 750px) {
	section.video .video-row .video-content .video-quote {
		font-size: 26px;
    	line-height: 30px;
	}
}

section.video .video-row .video-content .video-quote-attribution {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-size: 24px;
	font-style: italic;
    line-height: 32px;
    letter-spacing: 0.010em;
    background: #ffffff;
    color: #0e212b;
    text-align: center;
	margin: 30px 0px 0px 0px;
}
@media (max-width: 1200px) {
	section.video .video-row .video-content .video-quote-attribution {
		font-size: 20px;
    	line-height: 28px;
	}
}
@media (max-width: 750px) {
	section.video .video-row .video-content .video-quote-attribution {
		font-size: 20px;
    	line-height: 28px;
	}
}

section.video .video-row .video-content .video-quote-attribution .video-quote-name {
	font-weight: 500;
	font-size: 24px;
    line-height: 29px;
}

section.video .video-row .video-content .video-quote-attribution .video-quote-title {
	font-weight: 200;
	font-size: 20px;
    line-height: 26px;
}

section.video .video-row .video-content .video-quote p, section.video .video-row .video-content .video-quote-attribution p {
	margin: 0px 0px 0px 0px;	
}

section.video .video-row .video-content .video-quote:before {
    display: block;
    width: 100%;
    height: 55px;
    overflow: hidden;
	content: "“";
    font-size: 75px;
	font-weight: 700;
    line-height: 75px;
    letter-spacing: 0.010em;
    color: #0e212b;
	text-align: center;
}

section.video .video-row .video-content .video-quote:after {
    display: block;
    width: 100%;
    height: 55px;
    overflow: hidden;	
	content: "”";
    font-size: 75px;
	font-weight: 700;
    line-height: 75px;
    letter-spacing: 0.010em;
    color: #0e212b;
	text-align: center;
}

.video-loop {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding: 50px 0px 50px 0px;
}

.video-small {
	display: block;
	width: 48%;
	height: auto;
	overflow: visible;
	float: left;
	margin: 0px 4% 0% 0%;
	position: relative;
}
@media (max-width: 750px) {
	.video-small {
		width: 100%;
		float: none;
		margin: 0% 4% 0% 0%;
	}
}

.video-small:nth-of-type(2) {
	margin: 0px 0% 0% 0%;
}

.video-small .video-image {
	display: block;
	width: 65%;
	height: auto;
	overflow: hidden;
	float: right;
}
@media (max-width: 750px) {
	.video-small .video-image {
		width: 100%;
		float: none;
	}
}

.video-small .video-image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.video-small .video-content {
	position: absolute;
	left: 0px;
	bottom: -50px;
	z-index: 10;
}
@media (max-width: 750px) {
	.video-small .video-content {
		position: relative;
		left: auto;
		bottom: auto;
	}
}

.video-small .video-content .video-quote-attribution {
    display: block;
    width: 300px;
    height: auto;
    overflow: hidden;
    letter-spacing: 0.010em;
    background: #ffffff;
    color: #0e212b;
    text-align: center;
	padding: 10px 10px 10px 10px;
}
@media (max-width: 750px) {
	.video-small .video-content .video-quote-attribution {
		width: 100%;
	}
}

.video-small .video-content .video-quote-attribution .video-quote-name {
	font-weight: 500;
	font-size: 18px;
    line-height: 24px;
}

.video-small .video-content .video-quote-attribution .video-quote-title {
	display: block;
	font-style: italic;
	font-weight: 200;
	font-size: 16px;
    line-height: 20px;
}

.video-small .video-content .video-quote-attribution p {
	margin: 0px 0px 0px 0px;	
}

.post-block-container.additional .post-img {
	display: none;
}

.post-block-container.additional .post-block {
    width: 45%;
	margin: 0 2% 40px;
}
@media (max-width: 750px) {
	.post-block-container.additional .post-block {
		width: 100%;
	}
}

.post-block-container.additional .post-block:nth-of-type(4n+2) .txt:after {
    background: #0074de;
}

.page-template-page-results .single-key-idea {
	padding: 40px 0px 0px 0px;
}

.page-template-page-results .single-key-idea .case-study {
	float: left !important;
	width: 48% !important;
	margin: 0% 4% 4% 0% !important;
	text-align: center;
}
@media (max-width: 980px) {
	.page-template-page-results .single-key-idea .case-study {
		float: none !important;
		width: 100% !important;
		height: 300px;
		margin: 0% 0% 4% 0% !important;
		text-align: center;
		position: relative;
	}
}

.page-template-page-results .single-key-idea .case-study:nth-of-type(2), .page-template-page-results .single-key-idea .case-study:nth-of-type(4) {
	float: left !important;
	width: 48% !important;
	margin: 0% 0% 4% 0% !important;
}
@media (max-width: 980px) {
	.page-template-page-results .single-key-idea .case-study:nth-of-type(2), .page-template-page-results .single-key-idea .case-study:nth-of-type(4) {
		float: none !important;
		width: 100% !important;
		margin: 0% 0% 4% 0% !important;
		text-align: center;
	}
}

.page-template-page-results .single-key-idea .copy {
	font-weight: 500;
	font-size: 35px;
    line-height: 40px;
	letter-spacing: 0em;
	margin: 0px auto 0px auto;
}

.page-template-page-results .single-key-idea .copy:after {
	display: block;
	content: "";
	width: 200px;
	height: 6px;
	background: #ffc500;
	margin: 20px auto 20px auto;
}

.page-template-page-results .single-key-idea .client {
	font-style: italic;
	font-weight: 200;
	font-size: 30px;
    line-height: 36px;
	letter-spacing: 0em;
	margin: 0px auto 70px auto;
}

.page-template-page-results .single-key-idea .case-study .in .txt-container .link {
    display: inline-block;
    color: #ffffff;
    padding: 12px;
	background: rgba(255,255,255,.20);
    border: 1px solid #ffffff;
    text-decoration: none;
    font-size: 15px;
	line-height: 15px;
    font-weight: 600;
    -moz-transition: all, 0.5s, ease-out;
    -o-transition: all, 0.5s, ease-out;
    -webkit-transition: all, 0.5s, ease-out;
    transition: all, 0.5s, ease-out;
}

.page-template-page-results .case-study-text {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.010em;
    color: #0e212b;
}

.page-template-page-results .case-study-text p {
	margin: 0px 0px 0px 0px;
}

.page-template-page-results.case-study-text h3 {
	font-weight: 500;
	font-size: 43px;
    line-height: 52px;
}

.offerings-body {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0px 40px 0px;
}

.offerings-body .offerings-body-left {
	display: block;
    width: 65%;
    height: auto;
	min-height: 620px;
    overflow: hidden;
    float: left;
    padding: 0px 85px 0px 0px;
	border-right: 6px solid #17c335;
}
@media (max-width: 750px) {
	.offerings-body .offerings-body-left  {
		display: block;
		width: 100%;
		float: none;
		margin: 0% 0% 5% 0%;
		padding: 0% 0% 10% 0%;
		border-right: none;
		border-bottom: 6px solid #17c335;
	}
}

.offerings-body .offerings-body-left p:last-of-type {
	margin: 0px 0px 0px 0px;
}

.offerings-body .offerings-body-right {
	display: block;
    width: 35%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 0px 0px 0px 40px;
}
@media (max-width: 750px) {
	.offerings-body .offerings-body-right {
		display: block;
		width: 100%;
		float: none;
		margin: 5% 0% 0% 0%;
		padding: 5% 0% 0% 0%;
	}
}

.offerings-body .offerings-body-left span, .offerings-body .offerings-body-right span {
    font-size: 50%;
    position: relative;
    top: -.65em;
    line-height: 0px;
}

.offerings-body h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.010em;
    margin: 20px 0px 40px 0px;
}

.offerings-body .offerings-body-right h3 {
    margin: 0px 0px 0px 0px;
}

.offerings-body ul {
	margin: 20px 0px 20px 0px;
}

.offerings-body ul li {
	margin: 0px 0px 20px 40px;
}

.offerings-body ul li:last-of-type {
	margin: 0px 0px 0px 40px;
}

.offerings-body ul > li {
	list-style-type: disc;
}

.offerings-body .quote {
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-weight: 400;
	font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.010em;
    color: #0e212b;
	margin: 40px 0px 40px 0px;
}

.offerings-body .quote-name {
	font-weight: 500;
	font-size: 24px;
    line-height: 29px;
	text-align: right;
}

.offerings-body .quote-title {
	font-weight: 200;
	font-size: 20px;
    line-height: 26px;
	text-align: right;
}

.offerings-body p {
	margin: 0px 0px 40px 0px;
}

.single-offering .home-offerings-block .post-block-title {
    width: 80%;
    margin: 0px auto 50px auto;
}

.single-offering .home-offerings-block .post-block-title span {
    font-size: 50%;
    position: relative;
    top: -.65em;
    line-height: 0px;
}

.single-offering .home-offerings-block .post-block:nth-of-type(4n+1) .txt:after {
	background: #ffc600;
}

.post-block-container.two-per-row .post-block {
    width: 45%;
    margin: 0 2% 40px;
}
@media (max-width: 750px) {
  	.post-block-container.two-per-row .post-block {
    	width: 100%;
	}
}

.post-block-container.two-per-row .post-block .txt h4 {
    min-height: 36px;
}

.post-block-container.two-per-row .post-block .txt {
    height: 200px;
}

.single-offering section.page-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0px 40px 0px;
	background: #efefef;
}

.single-offering section.page-content .page-content-row-image {
	display: block;
    width: 60%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 0px 100px 0px 0px;
}

.single-offering section.page-content .page-content-row-image img {
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.single-offering section.page-content .page-content-row-content {
	display: block;
    width: 35%;
    height: auto;
    overflow: hidden;
    float: left;
	padding: 85px 0px 0px 0px;
}

.single-offering section.page-content .page-content-row-content .page-content-row-title {
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-weight: 500;
	font-size: 43px;
    line-height: 48px;
    letter-spacing: 0.010em;
    color: #0e212b;
}

.single-offering section.page-content .page-content-row-content .page-content-row-text {
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.010em;
    color: #0e212b;
}

.single-offering section.page-content .page-content-row-content .bar-horizontal {
    margin: 20px 0px 20px 0px;
}

.postid-2078 section.contact.full-width {
    padding: 0px 0px 40px 0px;
}
@media (max-width: 750px) {
	.postid-2078 section.contact.full-width {
		padding: 40px 0px 40px 0px;
	}
}

/***** New Styles - 6/2018 End ******/

@media (max-width: 750px) {
  /* line 33, ../sass/utility/_typography.sass */
  body, html {
    font-size: 18px;
  }
}

/* line 45, ../sass/utility/_typography.sass */
h1, h2 {
  line-height: 1em;
}

/* line 48, ../sass/utility/_typography.sass */
h1 {
  font-size: 50px;
}
@media (max-width: 750px) {
  /* line 48, ../sass/utility/_typography.sass */
  h1 {
    font-size: 36px;
  }
}

/* line 54, ../sass/utility/_typography.sass */
h2 {
  font-size: 50px;
}
@media (max-width: 1200px) {
  /* line 54, ../sass/utility/_typography.sass */
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 750px) {
  /* line 54, ../sass/utility/_typography.sass */
  h2 {
    font-size: 30px;
  }
}

/* line 61, ../sass/utility/_typography.sass */
h3 {
  font-weight: 500;
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}

/* line 65, ../sass/utility/_typography.sass */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 70, ../sass/utility/_typography.sass */
li {
  margin: 0;
  padding: 0;
}

/* line 77, ../sass/utility/_typography.sass */
a {
  color: #0e212b;
  text-decoration: none;
}

/* line 81, ../sass/utility/_typography.sass */
p {
  margin-bottom: 0;
}

/* line 84, ../sass/utility/_typography.sass */
img {
  display: block;
}

/* line 87, ../sass/utility/_typography.sass */
input[type="text"],
textarea {
  width: 100%;
}

/* line 8, ../sass/style.sass */
html {
  box-sizing: border-box;
}

/* line 11, ../sass/style.sass */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 20, ../sass/style.sass */
.site-content {
  width: 100%;
  overflow: hidden;
}

/* line 24, ../sass/style.sass */
.error-404 {
  text-align: center;
  height: 80vh;
}
/* line 27, ../sass/style.sass */
.error-404 h1 {
  font-size: 180px;
  color: #666;
  line-height: 1.2em;
  padding: 150px 0 20px;
}
/* line 32, ../sass/style.sass */
.error-404 p {
  max-width: 600px;
  margin: 0 auto;
  color: #666;
  font-size: 20px;
  line-height: 1.05;
  border-top: 3px solid #666;
  padding: 50px;
  margin-bottom: 100px;
}

/* line 42, ../sass/style.sass */
.page-cloak {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fefefe;
  z-index: 1000000;
}

/* line 52, ../sass/style.sass */
.bg-img {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
/* line 55, ../sass/style.sass */
.bg-img.loaded {
  opacity: 1;
}

/* line 1, ../sass/plugins/_fancybox.sass */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 18, ../sass/plugins/_fancybox.sass */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 25, ../sass/plugins/_fancybox.sass */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

/* line 31, ../sass/plugins/_fancybox.sass */
.fancybox-opened {
  z-index: 8030;
}

/* line 34, ../sass/plugins/_fancybox.sass */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 38, ../sass/plugins/_fancybox.sass */
.fancybox-inner {
  overflow: hidden;
}

/* line 41, ../sass/plugins/_fancybox.sass */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 45, ../sass/plugins/_fancybox.sass */
.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 52, ../sass/plugins/_fancybox.sass */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 58, ../sass/plugins/_fancybox.sass */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 62, ../sass/plugins/_fancybox.sass */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 74, ../sass/plugins/_fancybox.sass */
#fancybox-loading div {
  width: 100px;
  height: 100px;
}

/* line 79, ../sass/plugins/_fancybox.sass */
.fancybox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 8040;
  padding: 2px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: none;
  background-image: url(../img/controls/close.svg);
}
/* line 92, ../sass/plugins/_fancybox.sass */
.fancybox-close:link, .fancybox-close:visited {
  border: none;
}

/* line 95, ../sass/plugins/_fancybox.sass */
a.fancybox-nav,
a.fancybox-nav:link {
  border: none;
}

/* line 99, ../sass/plugins/_fancybox.sass */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 110, ../sass/plugins/_fancybox.sass */
.fancybox-prev {
  left: 0;
}

/* line 113, ../sass/plugins/_fancybox.sass */
.fancybox-next {
  right: 0;
}

/* line 116, ../sass/plugins/_fancybox.sass */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 127, ../sass/plugins/_fancybox.sass */
.fancybox-prev span {
  left: 0px;
  padding: 2px;
  background-position: center;
}

/* line 132, ../sass/plugins/_fancybox.sass */
.fancybox-next span {
  right: 0px;
  padding: 2px;
  background-position: center;
}

/* line 138, ../sass/plugins/_fancybox.sass */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 142, ../sass/plugins/_fancybox.sass */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* line 153, ../sass/plugins/_fancybox.sass */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 158, ../sass/plugins/_fancybox.sass */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 162, ../sass/plugins/_fancybox.sass */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 166, ../sass/plugins/_fancybox.sass */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}

/* line 176, ../sass/plugins/_fancybox.sass */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 182, ../sass/plugins/_fancybox.sass */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* line 187, ../sass/plugins/_fancybox.sass */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 195, ../sass/plugins/_fancybox.sass */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 199, ../sass/plugins/_fancybox.sass */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 208, ../sass/plugins/_fancybox.sass */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 221, ../sass/plugins/_fancybox.sass */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 227, ../sass/plugins/_fancybox.sass */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 231, ../sass/plugins/_fancybox.sass */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 2, ../sass/plugins/_bxslider.sass */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
@media (min-width: 1200px) {
  /* line 2, ../sass/plugins/_bxslider.sass */
  .bx-wrapper {
    margin-bottom: 0;
  }
}
/* line 10, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
/* line 17, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* line 21, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
/* line 30, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
/* line 37, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* line 41, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* line 45, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  outline: 0;
  border: none;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: white;
  border: 1px solid black;
}
/* line 59, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black;
}
/* line 61, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-prev {
  left: -50px;
  padding: 2px;
  background-image: url(../img/controls/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
/* line 69, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-next {
  right: -50px;
  padding: 2px;
  background-image: url(../img/controls/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
/* line 77, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  opacity: 1;
}
/* line 79, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  margin-top: -25px;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 300;
}
/* line 88, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* line 90, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
/* line 92, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
/* line 100, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
/* line 102, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
/* line 110, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* line 113, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
/* line 116, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* line 119, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/* line 126, ../sass/plugins/_bxslider.sass */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* line 3, ../sass/modules/_header.sass */
header {
  position: fixed;
  width: 100%;
  padding: 0 40px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.3);	
}
/* line 10, ../sass/modules/_header.sass */
header .site-branding a {
  display: block;
  width: 240px;
  height: 120px;
  margin: 15px 0;
}
@media (max-width: 1200px) {
  header .site-branding a {
    width: 180px;
    height: 90px;
  }
}
@media (max-width: 750px) {
  header .site-branding a {
    width: 100px;
    height: 50px;
    margin: 7px 0 7px 24px;
  }
}
@media (max-width: 750px) {
  /* line 3, ../sass/modules/_header.sass */
  header {
    padding: 0px;
  }
}
/* line 21, ../sass/modules/_header.sass */
header .content {
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  /* line 21, ../sass/modules/_header.sass */
  header .content {
    overflow: visible;
    max-width: 700px;
    margin: 0 auto;
    z-index: 102;
  }
  /* line 28, ../sass/modules/_header.sass */
  header .content .site-branding {
    z-index: 103;
    position: relative;
    display: block;
  }
}
/* line 33, ../sass/modules/_header.sass */
header .logo {
  height: 100%;
  width: auto;
  text-indent: 205%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/tep-logo_dark.svg");
  background-repeat: no-repeat;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 40, ../sass/modules/_header.sass */
header .top-nav {
  position: absolute;
  bottom: 35px;
  right: 20px;
  display: block;
}
@media (max-width: 750px) {
  /* line 40, ../sass/modules/_header.sass */
  header .top-nav {
    top: 7px;
  }
}
/* line 49, ../sass/modules/_header.sass */
header .top-nav li {
  margin-left: 40px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 1200px) {
	header .top-nav li {
		margin-left: 20px;
	}
}

header .top-nav li.wpml-ls-item {
	display: none;
}

/* line 53, ../sass/modules/_header.sass */
header .top-nav li a {
  color: #0e212b;
  line-height: 60px;
  display: block;
  position: relative;
}

header .top-nav li#menu-item-418 a {
 color: #117de0; 
 line-height: 44px;	
 margin: 20px 0px 20px 0px;
 padding: 0px 20px 0px 20px;
 border: 1px solid #117de0;
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
}

header .top-nav li#menu-item-418 a:hover {
 background: #117de0; 	
 color: #ffffff; 
 border: 1px solid #117de0;
}

/* line 60, ../sass/modules/_header.sass */
header .top-nav li a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 6px;
  background-color: #16c335;
  width: 0%;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 70, ../sass/modules/_header.sass */
header .top-nav li a:hover:after {
  width: 100%;
}
/* line 74, ../sass/modules/_header.sass */
header .top-nav li.current_page_item a:after {
  width: 100%;
}
/* line 77, ../sass/modules/_header.sass */
header .top-nav li:nth-of-type(6n+1) a:after {
  background-color: #0e212b;
}
/* line 80, ../sass/modules/_header.sass */
header .top-nav li:nth-of-type(6n+2) a:after {
  background-color: #16c335;
}
/* line 83, ../sass/modules/_header.sass */
header .top-nav li:nth-of-type(6n+3) a:after {
  background-color: #0074de;
}
/* line 86, ../sass/modules/_header.sass */
header .top-nav li:nth-of-type(6n+4) a:after {
  background-color: #7f00c9;
}
/* line 89, ../sass/modules/_header.sass */
header .top-nav li:nth-of-type(6n+5) a:after {
  background-color: #ffc500;
}
/* line 92, ../sass/modules/_header.sass */
header .top-nav li:nth-of-type(6n+6) a:after {
	background: none;
}
@media (max-width: 980px) {
  /* line 49, ../sass/modules/_header.sass */
  header .top-nav li {
    margin-left: 25px;
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  /* line 40, ../sass/modules/_header.sass */
  header .top-nav {
    display: none;
    position: fixed;
    z-index: 102;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 90px;
    background: #0e212b;
  }
  /* line 108, ../sass/modules/_header.sass */
  header .top-nav .menu {
    border-top: 1px solid #ffffff;
    margin: 0 20px;
    padding-top: 20px;
  }
  /* line 112, ../sass/modules/_header.sass */
  header .top-nav li {
    display: block;
    font-size: 28px;
    margin-left: 0px;
  }
  /* line 116, ../sass/modules/_header.sass */
  header .top-nav li a {
    color: #ffffff;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
  }
  /* line 124, ../sass/modules/_header.sass */
  header .top-nav li a:after {
    content: "";
    display: none;
  }
}
/* line 128, ../sass/modules/_header.sass */
header.nav-open .logo {
  background-image: url("../img/tep-logo_light.svg");
}

/* line 5, ../sass/modules/_footer.sass */
.site-footer {
  background: #efefef;
  color: #0e212b;
  padding: 50px 0;
  border-top: 6px solid #ffc500;
  font-weight: 400;		
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.020em;
}
/* line 8, ../sass/modules/_footer.sass */
.site-footer a {
  color: #0e212b;
}
/* line 12, ../sass/modules/_footer.sass */
.site-footer h3 {
  font-weight: 200;
}
/* line 14, ../sass/modules/_footer.sass */
.site-footer .content {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  /* line 14, ../sass/modules/_footer.sass */
  .site-footer .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 14, ../sass/modules/_footer.sass */
  .site-footer .content {
    margin: 0 18px;
  }
}
/* line 63, ../sass/utility/_mixins.sass */
.site-footer .content:before, .site-footer .content:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.site-footer .content:after {
  clear: both;
}
/* line 19, ../sass/modules/_footer.sass */
.site-footer .footer-logo-wrap {
  float: left;
  width: 460px;
}
@media (max-width: 1200px) {
  /* line 19, ../sass/modules/_footer.sass */
  .site-footer .footer-logo-wrap {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  /* line 19, ../sass/modules/_footer.sass */
  .site-footer .footer-logo-wrap {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}
/* line 28, ../sass/modules/_footer.sass */
.site-footer .footer-logo-wrap .footer-logo {
  text-indent: 205%;
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  height: 120px;
  background-image: url("../img/tep-logo_dark.svg");
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
	.site-footer .footer-logo-wrap .footer-logo {
		margin: 0px auto;
	}
	.site-footer .footer-sec.footer-nav li a {
		margin: 0px auto;
	}
}

/* line 34, ../sass/modules/_footer.sass */
.site-footer .footer-sections {
  float: right;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1000px) {
  /* line 34, ../sass/modules/_footer.sass */
  .site-footer .footer-sections {
    float: none;
    width: 100%;
  }
}
/* line 40, ../sass/modules/_footer.sass */
.site-footer .footer-sec {
  padding: 12px 0;
  width: 260px;
}
@media (max-width: 750px) {
	.site-footer .footer-sec {
		width: 100%;
		text-align: center;
	}
}

/* line 43, ../sass/modules/_footer.sass */
.site-footer .footer-sec.footer-nav {
  width: 210px;
  padding-right: 30px;
}
@media (max-width: 750px) {
.site-footer .footer-sec.footer-nav {
	width: 100%;  
	margin-bottom: 0px;
	padding-right: 0px;
}
}
/* line 48, ../sass/modules/_footer.sass */
.site-footer .footer-sec.footer-nav li {
  display: block;
}
/* line 50, ../sass/modules/_footer.sass */
.site-footer .footer-sec.footer-nav li a {
  display: inline-block;
  font-weight: 200;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.010em;
  margin-bottom: 12px;
  border-bottom: 1px solid #0e212b;	
}
/* line 55, ../sass/modules/_footer.sass */
.site-footer .footer-sec.contact {
  padding-right: 30px;
}
@media (max-width: 750px) {
	.site-footer .footer-sec.contact {
		padding-right: 0px;
	}
}
/* line 58, ../sass/modules/_footer.sass */
.site-footer .footer-sec.contact .footer-contact-content {
  font-weight: 400;	  
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.020em;
  margin: 20px 0px 0px 0px;	
}
.site-footer .footer-sec.connected {
	width: 280px;
    padding-left: 30px;
}
@media (max-width: 750px) {
	.site-footer .footer-sec.connected {
		width: 80%;
		margin: 0% auto;
    	padding: 0px 0px 0px 0px;
	}
}

.site-footer .footer-sec .contact-form {
	margin: 25px 0px 0px 0px;
}

.site-footer .footer-sec .contact-form .gform_wrapper input[type="text"] {
    font-size: 16px !important;
    line-height: 16px;
    letter-spacing: 0.010em;
    color: #0e212b;
    border: none;
    border: 1px solid #0e212b;
    border-radius: 0px;
	background: none !important;
    padding: 15px 0px 15px 10px !important;
}

.site-footer .footer-sec .contact-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

.site-footer .footer-sec .contact-form .gform_wrapper form {
	position: relative;
}

.site-footer .footer-sec .contact-form .gform_wrapper .gform_footer {
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 25px;
    top: 0px;
	width: 8px;
	height: 53px;
}

.site-footer .footer-sec .contact-form .gform_wrapper .gform_footer input[type=submit] {
    background: url("../img/footer-contact-submit-bg.png") no-repeat center;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0px;
    color: #0e212b;
    display: block;
	width: 8px;
	height: 53px;
    padding: 0px 0px;
    border: none;
    text-decoration: none;
    font-size: 0px;
    font-weight: 600;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    vertical-align: middle;
    clear: both;
    margin: 0px 0px 0px 0px;
}

/* line 63, ../sass/modules/_footer.sass */
.site-footer .footer-sec h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.010em;
  margin: 0px 0px 0px 0px;
}
/* line 69, ../sass/modules/_footer.sass */
.site-footer .footer-sec em {
  font-style: normal;
  width: 40px;
  display: inline-block;
  color: #0e212b;
}
/* line 74, ../sass/modules/_footer.sass */
.site-footer .legal {
  font-weight: 400;	
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #0e212b;
  text-align: left;
  margin: 40px 0px 0px 0px;	
}
@media (max-width: 750px) {
	.site-footer .legal {
		width: 100%;
		padding: 0px;
		text-align: center;
	}
}

/* line 88, ../sass/modules/_footer.sass */
.site-footer .socials {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 750px) {
	.site-footer .socials {
		display: block;
		text-align: center;
	}
}

/* line 91, ../sass/modules/_footer.sass */
.site-footer .socials li {
    width: auto;
    height: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
/* line 96, ../sass/modules/_footer.sass */
.site-footer .socials li a {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
}
/* line 99, ../sass/modules/_footer.sass */
.site-footer .socials li a:hover {
  opacity: 0.6;
}

/* line 1, ../sass/modules/_nav.sass */
#nav-toggle {
  position: absolute;
  top: 13px;
  right: 24px;
  z-index: 200;
}
@media (min-width: 750px) {
  /* line 1, ../sass/modules/_nav.sass */
  #nav-toggle {
    display: none;
  }
}

/* line 29, ../sass/modules/_nav.sass */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 47, ../sass/modules/_nav.sass */
.hamburger:hover {
  opacity: 0.7;
}

/* line 49, ../sass/modules/_nav.sass */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 55, ../sass/modules/_nav.sass */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
/* line 60, ../sass/modules/_nav.sass */
.hamburger-inner {
  width: 40px;
  height: 4px;
  background-color: #0e212b;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 69, ../sass/modules/_nav.sass */
.hamburger-inner::before {
  width: 40px;
  height: 4px;
  background-color: #0e212b;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 78, ../sass/modules/_nav.sass */
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #0e212b;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 88, ../sass/modules/_nav.sass */
.hamburger-inner::before {
  content: "";
  display: block;
}
/* line 91, ../sass/modules/_nav.sass */
.hamburger-inner::after {
  content: "";
  display: block;
}
/* line 95, ../sass/modules/_nav.sass */
.hamburger-inner::before {
  top: -10px;
}
/* line 97, ../sass/modules/_nav.sass */
.hamburger-inner::after {
  bottom: -10px;
}

/* line 101, ../sass/modules/_nav.sass */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 104, ../sass/modules/_nav.sass */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
/* line 107, ../sass/modules/_nav.sass */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 112, ../sass/modules/_nav.sass */
.hamburger--squeeze.is-active .hamburger-inner {
  background-color: #ffffff;
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 118, ../sass/modules/_nav.sass */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
/* line 122, ../sass/modules/_nav.sass */
.hamburger--squeeze.is-active .hamburger-inner::after {
  background-color: #ffffff;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 97, ../sass/modules/_post-block.sass */
.post-block {
  width: 31.333%;
  margin: 0 1% 40px;
  float: left;
  text-align: left;
  background-color: white;
}
/* line 22, ../sass/modules/_post-block.sass */
.post-block .post-img {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
}
/* line 47, ../sass/utility/_mixins.sass */
.post-block .post-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
/* line 52, ../sass/utility/_mixins.sass */
.post-block .post-img > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 26, ../sass/modules/_post-block.sass */
.post-block .txt {
  padding: 30px;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
  font-size: 18px;
  position: relative;
}
/* line 6, ../sass/utility/_typography.sass */
.post-block .txt p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.post-block .txt ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.post-block .txt ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.post-block .txt a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.post-block .txt a:hover {
  border-bottom: 2px solid #ffc600;
}
@media (min-width: 750px) {
  /* line 26, ../sass/modules/_post-block.sass */
  .post-block .txt {
    height: 400px;
  }
}
/* line 36, ../sass/modules/_post-block.sass */
.post-block .txt .info {
  display: block;
}
/* line 38, ../sass/modules/_post-block.sass */
.post-block .txt h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 1px;
  margin: 18px 0px 36px;
}
/* line 43, ../sass/modules/_post-block.sass */
.post-block .txt .content {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
.post-block .txt .content p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.post-block .txt .content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.post-block .txt .content ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.post-block .txt .content a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.post-block .txt .content a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 45, ../sass/modules/_post-block.sass */
.post-block .txt:after {
  position: absolute;
  content: "";
  background: #ffc600;
  height: 10px;
  left: 0px;
  bottom: 0px;
  right: 100%;
  width: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 55, ../sass/modules/_post-block.sass */
.post-block .post-link {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 750px) {
  /* line 55, ../sass/modules/_post-block.sass */
  .post-block .post-link {
    bottom: 16px;
  }
}
/* line 62, ../sass/modules/_post-block.sass */
.post-block .post-link span {
  margin-right: 5px;
  display: none;
  font-weight: 600;
  font-size: 15px;
}
/* line 65, ../sass/modules/_post-block.sass */
.post-block .post-link img, .post-block .post-link .svg {
  width: 8px;
  margin-bottom: 0;
}
/* line 68, ../sass/modules/_post-block.sass */
.post-block .post-link span, .post-block .post-link img, .post-block .post-link .svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  /* line 97, ../sass/modules/_post-block.sass */
  .post-block {
    width: 48%;
    margin: 0 1% 40px;
  }
}
@media (max-width: 750px) {
  /* line 97, ../sass/modules/_post-block.sass */
  .post-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 750px) {
  /* line 82, ../sass/modules/_post-block.sass */
  .post-block:hover .txt:after {
    right: 0px;
    width: 100%;
  }
  /* line 86, ../sass/modules/_post-block.sass */
  .post-block:nth-of-type(4n+1) .txt:after {
    background: #16c335;
  }
  /* line 89, ../sass/modules/_post-block.sass */
  .post-block:nth-of-type(4n+2) .txt:after {
    background: #ffc600;
  }
  /* line 92, ../sass/modules/_post-block.sass */
  .post-block:nth-of-type(4n+3) .txt:after {
    background: #7f00c9;
  }
  /* line 95, ../sass/modules/_post-block.sass */
  .post-block:nth-of-type(4n+4) .txt:after {
    background: #045baa;
  }
}

/* line 95, ../sass/modules/_press-block.sass */
.press-block {
  width: 31.334%;
  margin: 0 1% 40px;
  float: left;
  text-align: left;
  background-color: white;
  position: relative;
  height: 460px;
  overflow: hidden;
}
@media (min-width: 750px) {
  /* line 4, ../sass/modules/_post-block.sass */
  .press-block .post-link span,
  .press-block .view-case-study span {
    opacity: 0;
    -moz-transform: translateX(-5px) scale(1.01);
    -ms-transform: translateX(-5px) scale(1.01);
    -webkit-transform: translateX(-5px) scale(1.01);
    transform: translateX(-5px) scale(1.01);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    transition-delay: 0.2s;
  }
  /* line 12, ../sass/modules/_post-block.sass */
  .press-block:hover .post-link span,
  .press-block:hover .view-case-study span {
    -moz-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  /* line 95, ../sass/modules/_press-block.sass */
  .press-block {
    width: 48%;
    margin: 0 1% 40px;
  }
}
@media (max-width: 750px) {
  /* line 95, ../sass/modules/_press-block.sass */
  .press-block {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 20, ../sass/modules/_press-block.sass */
.press-block:after {
  position: absolute;
  content: "";
  height: 10px;
  left: 0px;
  bottom: 0px;
  right: 100%;
  width: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 31, ../sass/modules/_press-block.sass */
.press-block:hover:after {
  width: 100%;
}
/* line 34, ../sass/modules/_press-block.sass */
.press-block:hover:after {
  right: 0px;
  width: 100%;
}
/* line 38, ../sass/modules/_press-block.sass */
.press-block:after {
   background: #7f00c9;
}
.page-template-page-press .press-block:after {
   background: #0071da;
}
/* line 49, ../sass/modules/_press-block.sass */
.press-block .press-logo {
  width: 100%;
  text-align: left;
  padding-top: 30px;
}
/* line 53, ../sass/modules/_press-block.sass */
.press-block .press-logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
	display: block;
	width: auto;
    height: 40px;
    margin: 0px 0px 0px 30px;
}
/* line 59, ../sass/modules/_press-block.sass */
.press-block .txt {
  padding: 0px 30px 30px 30px;
  position: relative;
}
/* line 62, ../sass/modules/_press-block.sass */
.press-block .txt .info {
  font-weight: 400; 
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.020em;	
  margin: 20px 0px 0px 0px;
}
.press-block .txt .info .date {
	display: none;
}
/* line 64, ../sass/modules/_press-block.sass */
.press-block .txt .info span {
  font-weight: 600;
}
/* line 67, ../sass/modules/_press-block.sass */
.press-block .txt h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.010em;
  margin: 20px 0px 20px 0px;
  min-height: 80px;
}
@media (max-width: 750px) {
  /* line 67, ../sass/modules/_press-block.sass */
  .press-block .txt h4 {
    font-size: 24px;
  }
}
/* line 75, ../sass/modules/_press-block.sass */
.press-block .txt .content {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
  font-size: 18px;
}
/* line 6, ../sass/utility/_typography.sass */
.press-block .txt .content p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.press-block .txt .content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.press-block .txt .content ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.press-block .txt .content a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.press-block .txt .content a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 78, ../sass/modules/_press-block.sass */
.press-block .post-link {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 750px) {
  /* line 78, ../sass/modules/_press-block.sass */
  .press-block .post-link {
    bottom: 16px;
  }
}
/* line 87, ../sass/modules/_press-block.sass */
.press-block .post-link span {
  margin-right: 5px;
  display: none;
}
/* line 90, ../sass/modules/_press-block.sass */
.press-block .post-link img {
  width: 8px;
}
/* line 92, ../sass/modules/_press-block.sass */
.press-block .post-link span, .press-block .post-link img {
  display: inline-block;
  vertical-align: middle;
}

/* line 24, ../sass/modules/_podcast-block.sass */
.podcast-block {
  width: 98%;
  height: 500px;
}
@media (max-width: 1200px) {
  /* line 24, ../sass/modules/_podcast-block.sass */
  .podcast-block {
    height: auto;
  }
}
/* line 6, ../sass/modules/_podcast-block.sass */
.podcast-block .post-img {
  width: 67%;
  float: left;
  height: inherit;
}
@media (max-width: 1200px) {
  /* line 6, ../sass/modules/_podcast-block.sass */
  .podcast-block .post-img {
    width: 100%;
    float: none;
    height: auto;
  }
}
/* line 14, ../sass/modules/_podcast-block.sass */
.podcast-block .txt {
  width: 33%;
  float: right;
  height: inherit;
}
@media (max-width: 1200px) {
  /* line 14, ../sass/modules/_podcast-block.sass */
  .podcast-block .txt {
    width: 100%;
    float: none;
  }
  /* line 21, ../sass/modules/_podcast-block.sass */
  .podcast-block .txt h4 {
    min-height: inherit;
  }
}

/* line 111, ../sass/modules/_case-study-block.sass */
.case-study-block {
  *zoom: 1;
  display: block;
  position: relative;
}
/* line 63, ../sass/utility/_mixins.sass */
.case-study-block:before, .case-study-block:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.case-study-block:after {
  clear: both;
}
@media (min-width: 750px) {
  /* line 4, ../sass/modules/_post-block.sass */
  .case-study-block .post-link span,
  .case-study-block .view-case-study span {
    opacity: 0;
    -moz-transform: translateX(-5px) scale(1.01);
    -ms-transform: translateX(-5px) scale(1.01);
    -webkit-transform: translateX(-5px) scale(1.01);
    transform: translateX(-5px) scale(1.01);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    transition-delay: 0.2s;
  }
  /* line 12, ../sass/modules/_post-block.sass */
  .case-study-block:hover .post-link span,
  .case-study-block:hover .view-case-study span {
    -moz-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    opacity: 1;
  }
}
/* line 7, ../sass/modules/_case-study-block.sass */
.case-study-block .txt, .case-study-block .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 10, ../sass/modules/_case-study-block.sass */
.case-study-block .txt {
    float: left;
    width: 600px;
    background: #ffffff;
    height: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 0px 70px;
    display: -webkit-box;
    display: -moz-box;
    position: absolute;
    top: 10%;
    left: 5%;
    display: block;
    text-align: left;
}
@media (max-width: 1200px) {
	.case-study-block .txt {
		height: 100%;
		top: 0%;
	}
}
@media (max-width: 750px) {
	.case-study-block .txt {
		float: none;
		width: 90%;
		margin: 0% auto;
		position: relative;
		top: auto;
		left: auto;
		padding: 40px 40px 0px 40px;
	}
}

.case-study-block:nth-of-type(even) .txt {
    right: 5%;
	left: auto;
}
@media (max-width: 750px) {
	.case-study-block:nth-of-type(even) .txt {
		right: auto;
	}
}

/* line 17, ../sass/modules/_case-study-block.sass */
.case-study-block .txt:after {
  content: "";
  position: absolute;
  height: 10px;
  background-color: #ffc600;
  width: 0%;
  bottom: 0px;
  left: 0px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 37, ../sass/modules/_case-study-block.sass */
.case-study-block:hover .txt:after {
  width: 100%;
}
/* line 39, ../sass/modules/_case-study-block.sass */
.case-study-block .image {
    width: 75%;
    height: 500px;
    float: right;
    position: relative;
    cursor: pointer;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 1100px) {
  /* line 39, ../sass/modules/_case-study-block.sass */
  .case-study-block .image {
    width: 40%;
  }
}
@media (max-width: 750px) {
  /* line 39, ../sass/modules/_case-study-block.sass */
  .case-study-block .image {
    position: relative;
    height: auto;
    float: none;
    width: 90%;
	margin: 0% auto;  
  }
  /* line 47, ../sass/utility/_mixins.sass */
  .case-study-block .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

}
/* line 54, ../sass/modules/_case-study-block.sass */
.case-study-block .case-study-small {
  font-size: 14px;
  line-height: 16px;
}
/* line 57, ../sass/modules/_case-study-block.sass */
.case-study-block .case-study-small .client {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0em;
  display: block;
}
/* line 60, ../sass/modules/_case-study-block.sass */
.case-study-block .case-study-headline {
  font-size: 30px;
  line-height: 37px;
  font-weight: 200;
  margin: 20px 0px;
}
@media (max-width: 750px) {
  /* line 60, ../sass/modules/_case-study-block.sass */
  .case-study-block .case-study-headline {
    font-size: 24px;
  }
}

.case-study-block:nth-of-type(even) .image {
    float: left;
}
@media (max-width: 750px) {
    .case-study-block:nth-of-type(even) .image {
    	float: none;
	}
}

.case-study-block .bar-horizontal {
    margin: 0px 0px 40px 0px;
}
.case-study-block:nth-of-type(4n+1) .bar-horizontal {
	background: #ffc500;
}
.case-study-block:nth-of-type(4n+2) .bar-horizontal {
	background: #0074de;
}
.case-study-block:nth-of-type(4n+3) .bar-horizontal {
	background: #17c335;
}
.case-study-block:nth-of-type(4n+4) .bar-horizontal {
	background: #7f00c9;
}

/* line 67, ../sass/modules/_case-study-block.sass */
.case-study-block .case-study-text {
  letter-spacing: 0em;
  font-size: 24px;
  line-height: 32px;
}
/* line 6, ../sass/utility/_typography.sass */
.case-study-block .case-study-text p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.case-study-block .case-study-text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.case-study-block .case-study-text ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.case-study-block .case-study-text a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.case-study-block .case-study-text a:hover {
  border-bottom: 2px solid #ffc600;
}
@media (max-width: 750px) {
  /* line 67, ../sass/modules/_case-study-block.sass */
  .case-study-block .case-study-text {
    margin-bottom: 80px;
    font-size: 15px;
  }
}
/* line 74, ../sass/modules/_case-study-block.sass */
.case-study-block .case-study-logo {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 120px;
  max-height: 70px;
}
/* line 80, ../sass/modules/_case-study-block.sass */
.case-study-block .case-study-logo * {
  fill: #949599;
}
@media (max-width: 750px) {
  /* line 74, ../sass/modules/_case-study-block.sass */
  .case-study-block .case-study-logo {
    width: 80px;
  }
}
/* line 84, ../sass/modules/_case-study-block.sass */
.case-study-block .view-case-study {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 750px) {
  /* line 84, ../sass/modules/_case-study-block.sass */
  .case-study-block .view-case-study {
    font-size: 12px;
  }
}
/* line 92, ../sass/modules/_case-study-block.sass */
.case-study-block .view-case-study span {
  vertical-align: middle;
}
/* line 94, ../sass/modules/_case-study-block.sass */
.case-study-block .view-case-study div {
  opacity: 0;
  visibility: hidden;
  display: inline;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 99, ../sass/modules/_case-study-block.sass */
.case-study-block .view-case-study:after {
  content: "";
  background: url("../img/controls/arrow-right.svg");
  display: inline-block;
  background-size: contain;
  background-position: center;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: -2px;
  background-repeat: no-repeat;
}
/* line 115, ../sass/modules/_case-study-block.sass */
.case-study-block:nth-of-type(n+2) .txt:after {
  background-color: #045baa;
}
/* line 119, ../sass/modules/_case-study-block.sass */
.case-study-block:nth-of-type(n+3) .txt:after {
  background-color: #16c335;
}
/* line 123, ../sass/modules/_case-study-block.sass */
.case-study-block:nth-of-type(n+4) .txt:after {
  background-color: #7f00c9;
}
/* line 127, ../sass/modules/_case-study-block.sass */
.case-study-block .txt:hover div {
  opacity: 1;
  visibility: visible;
}

/* line 1, ../sass/modules/_sub-nav.sass */
section.sub-nav {
  background-color: #eee;
  text-align: center;
  padding: 22px 0px;
  z-index: 99999;
}
/* line 8, ../sass/modules/_sub-nav.sass */
section.sub-nav li {
  display: inline;
  margin: 0 20px;
  font-size: 16px;
}
@media (max-width: 750px) {
  /* line 8, ../sass/modules/_sub-nav.sass */
  section.sub-nav li {
    font-size: 14px;
    margin: 0 5px;
  }
}
/* line 15, ../sass/modules/_sub-nav.sass */
section.sub-nav li a {
  position: relative;
}
/* line 17, ../sass/modules/_sub-nav.sass */
section.sub-nav li a:after {
  content: "";
  height: 5px;
  width: inherit;
  left: 0px;
  right: 100%;
  background-color: #16c335;
  position: absolute;
  bottom: -24px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 28, ../sass/modules/_sub-nav.sass */
section.sub-nav li a:hover:after {
  right: 0px;
}
/* line 31, ../sass/modules/_sub-nav.sass */
section.sub-nav li a.active:after {
  right: 0px;
}

/* line 40, ../sass/modules/_social-share.sass */
.social-share {

}
/* line 5, ../sass/modules/_social-share.sass */
.social-share a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 10, ../sass/modules/_social-share.sass */
.social-share a img {
  display: block;
}
/* line 16, ../sass/modules/_social-share.sass */
.social-share a .copied-message {
  position: absolute;
  background: white;
  font-size: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1em;
  top: 3px;
  left: -17px;
  height: 40px;
  display: none;
}
/* line 30, ../sass/modules/_social-share.sass */
.social-share a:hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 43, ../sass/modules/_social-share.sass */
.social-rail {
  position: relative;
}

.social-rail .social-rail-title {
	display: block;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	margin: 0px 0px 15px 0px;
}

@media (max-width: 1200px) {
  /* line 163, ../sass/modules/_methodology-chart.sass */
  .methodology-chart.desktop {
    display: none;
  }
}
/* line 166, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile {
  display: none;
}
@media (max-width: 1200px) {
  /* line 166, ../sass/modules/_methodology-chart.sass */
  .methodology-chart.mobile {
    display: block;
  }
}
/* line 170, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .mobile-chart-instructions {
  color: #16c335;
  font-size: 0.87em;
  word-spacing: 4px;
  margin-top: -20px;
}
/* line 175, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .mobile-chart-instructions .icon, .methodology-chart.mobile .mobile-chart-instructions .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
/* line 179, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .mobile-chart-instructions .icon svg, .methodology-chart.mobile .mobile-chart-instructions .text svg {
  width: 12px;
  height: 12px;
}
/* line 182, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .mobile-chart-instructions .icon svg *, .methodology-chart.mobile .mobile-chart-instructions .text svg * {
  fill: #16c335;
}
@media (max-width: 750px) {
  /* line 170, ../sass/modules/_methodology-chart.sass */
  .methodology-chart.mobile .mobile-chart-instructions {
    margin-top: -10px;
  }
}
/* line 186, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
  padding: 0 24px;
}
/* line 6, ../sass/utility/_typography.sass */
.methodology-chart.mobile .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.methodology-chart.mobile .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.methodology-chart.mobile .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.methodology-chart.mobile .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.methodology-chart.mobile .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 189, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .content {
  max-width: 800px;
  margin: 0 auto;
}
/* line 192, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .content .step-title {
  font-weight: 700;
  font-size: 32px;
  margin: 0px;
  line-height: 34px;
  margin-bottom: 20px;
}
/* line 198, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .bx-wrapper .bx-pager.bx-default-pager a:hover,
.methodology-chart.mobile .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #949599;
}
/* line 201, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  border: 1px solid #949599;
  width: 10px;
  height: 10px;
}
/* line 206, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .bx-wrapper .bx-pager {
  bottom: -40px;
}
/* line 208, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots {
  width: 100%;
  margin: 20px 0px;
  text-align: center;
}
/* line 212, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot {
  display: inline-block;
  margin: 0 23px;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/* line 220, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot:after {
  content: "";
  background: url("../img/home/dashes.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 4px;
  color: #949599;
  height: 5px;
  width: 46px;
}
/* line 232, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot1 {
  border: 1px solid #16c335;
}
/* line 234, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot1.lit {
  background-color: #16c335;
}
/* line 236, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot2 {
  border: 1px solid #ffc600;
}
/* line 238, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot2.lit {
  background-color: #ffc600;
}
/* line 240, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot3 {
  border: 1px solid #045baa;
}
/* line 242, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot3.lit {
  background-color: #045baa;
}
/* line 244, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot4 {
  border: 1px solid #7f00c9;
}
/* line 246, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot4:after {
  content: "";
  background: none;
}
/* line 249, ../sass/modules/_methodology-chart.sass */
.methodology-chart.mobile .methodology-chart-colordots .dot.dot4.lit {
  background-color: #7f00c9;
}

/* line 1, ../sass/modules/_lightbox-base.sass */
.lb-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 750px) {
  /* line 1, ../sass/modules/_lightbox-base.sass */
  .lb-overlay {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
  }
}

/* line 11, ../sass/modules/_lightbox-base.sass */
.lb-content {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  /* line 11, ../sass/modules/_lightbox-base.sass */
  .lb-content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 11, ../sass/modules/_lightbox-base.sass */
  .lb-content {
    margin: 0 18px;
  }
}
@media (max-width: 750px) {
  /* line 11, ../sass/modules/_lightbox-base.sass */
  .lb-content {
    margin: 18px;
  }
}
/* line 16, ../sass/modules/_lightbox-base.sass */
.lb-content .lb-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  font-size: 2em;
  line-height: 1;
  height: 30px;
  width: 30px;
  background-image: url(../img/controls/close-dk.svg);
  background-repeat: none;
  background-size: 100%;
}

/* line 1, ../sass/modules/_video.sass */
.vid {
  width: 100%;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
/* line 47, ../sass/utility/_mixins.sass */
.vid:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
/* line 52, ../sass/utility/_mixins.sass */
.vid > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 8, ../sass/modules/_video.sass */
.vid .vid_thumb {
  background-size: cover;
  background-position: center center;
}
/* line 11, ../sass/modules/_video.sass */
.vid .vid-play,
.vid .vid_thumb,
.vid .vidbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 19, ../sass/modules/_video.sass */
.vid .vid-play {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 22, ../sass/modules/_video.sass */
.vid .vid-play.playing .vid_thumb {
  opacity: 0;
  pointer-events: none;
}
/* line 25, ../sass/modules/_video.sass */
.vid .vid_thumb {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 28, ../sass/modules/_video.sass */
.vid .vid_thumb #play-video {
  width: 80px;
  display: block;
  z-index: 1000;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 34, ../sass/modules/_video.sass */
.vid .vid_thumb #play-video * {
  fill: white;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 38, ../sass/modules/_video.sass */
.vid:hover .vid_thumb {
  filter: brightness(1.3);
}
/* line 40, ../sass/modules/_video.sass */
.vid:hover #play-video {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 47, ../sass/modules/_video.sass */
.lb-overlay.lightbox-video .lb-content {
  width: 100%;
}
/* line 49, ../sass/modules/_video.sass */
.lb-overlay.lightbox-video .lb-close {
  background-image: url(../img/controls/close-white.svg);
}
@media (min-width: 750px) {
  /* line 49, ../sass/modules/_video.sass */
  .lb-overlay.lightbox-video .lb-close {
    top: -40px;
    right: 0;
  }
}
/* line 54, ../sass/modules/_video.sass */
.lb-overlay.lightbox-video .lb-in {
  background-color: #444;
  width: 100%;
  height: auto;
}

/* line 1, ../sass/modules/_wp-nav.sass */
.wp-nav {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  /* line 1, ../sass/modules/_wp-nav.sass */
  .wp-nav {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 1, ../sass/modules/_wp-nav.sass */
  .wp-nav {
    margin: 0 18px;
  }
}
/* line 63, ../sass/utility/_mixins.sass */
.wp-nav:before, .wp-nav:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.wp-nav:after {
  clear: both;
}

/* line 2, ../sass/modules/_pardot-contact.sass */
section.connect {
  background-color: white;
}
/* line 4, ../sass/modules/_pardot-contact.sass */
section.connect .content {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 750px) {
  /* line 4, ../sass/modules/_pardot-contact.sass */
  section.connect .content {
    padding: 50px 0;
  }
}
/* line 10, ../sass/modules/_pardot-contact.sass */
section.connect .contact-form iframe {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
/* line 14, ../sass/modules/_pardot-contact.sass */
section.connect .contact-form .row {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 1200px) {
  /* line 14, ../sass/modules/_pardot-contact.sass */
  section.connect .contact-form .row {
    padding: 10px 0;
  }
}
/* line 18, ../sass/modules/_pardot-contact.sass */
section.connect .contact-form .row .field {
  width: 100%;
}
@media (min-width: 1200px) {
  /* line 18, ../sass/modules/_pardot-contact.sass */
  section.connect .contact-form .row .field {
    width: 33%;
    padding: 20px;
  }
  /* line 23, ../sass/modules/_pardot-contact.sass */
  section.connect .contact-form .row .field.textarea {
    width: 66%;
  }
  /* line 25, ../sass/modules/_pardot-contact.sass */
  section.connect .contact-form .row .field.submit {
    margin-top: 22px;
  }
}

/* line 28, ../sass/modules/_pardot-contact.sass */
#pardot-form {
  text-align: center;
}
/* line 30, ../sass/modules/_pardot-contact.sass */
#pardot-form h2 {
  padding: 20px;
}

/* line 6, ../sass/modules/_hero.sass */
section.hero .content {
  max-width: 100%;
}
/* line 47, ../sass/utility/_mixins.sass */
section.hero .content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.5%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.hero .content > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  /* line 6, ../sass/modules/_hero.sass */
  section.hero .content {
    position: relative;
  }
  /* line 47, ../sass/utility/_mixins.sass */
  section.hero .content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120%;
  }
  /* line 52, ../sass/utility/_mixins.sass */
  section.hero .content > .in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* line 12, ../sass/modules/_hero.sass */
section.hero .content .in {
  height: 100%;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
/* line 16, ../sass/modules/_hero.sass */
section.hero .content .in:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 750px) {
  /* line 16, ../sass/modules/_hero.sass */
  section.hero .content .in:before {
    display: none;
  }
}
/* line 26, ../sass/modules/_hero.sass */
section.hero .content .lockup {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
}
/* line 31, ../sass/modules/_hero.sass */
section.hero .content .lockup.dark h1, section.hero .content .lockup.dark .title {
  color: #0e212b;
}
/* line 33, ../sass/modules/_hero.sass */
section.hero .content .lockup.light h1, section.hero .content .lockup.light .title {
  color: white;
}
@media (min-width: 750px) {
  /* line 36, ../sass/modules/_hero.sass */
  section.hero .content .lockup.right {
    width: 500px;
    text-align: left;
    max-width: 100%;
    padding-right: 60px;
    margin: 0;
    margin-left: calc(100% - 500px);
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  /* line 36, ../sass/modules/_hero.sass */
  section.hero .content .lockup.right {
    width: 400px;
    padding-right: 50px;
    margin-left: calc(100% - 400px);
  }
}

@media (min-width: 750px) {
  /* line 48, ../sass/modules/_hero.sass */
  section.hero .content .lockup.left {
    width: 500px;
    text-align: left;
    max-width: 100%;
    padding-left: 100px;
    margin: 0;
    margin-right: calc(100% - 500px);
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  /* line 48, ../sass/modules/_hero.sass */
  section.hero .content .lockup.left {
    width: 400px;
    padding-left: 50px;
    margin-right: calc(100% - 400px);
  }
}

/* line 59, ../sass/modules/_hero.sass */
section.hero .content .lockup h1 {
  margin: 0 auto 20px !important;
  font-weight: bold;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.001em;
  max-width: 1240px;
  margin: 0 auto;
  max-width: 700px;
  z-index: 100;
}
@media (max-width: 1200px) {
  /* line 59, ../sass/modules/_hero.sass */
  section.hero .content .lockup h1 {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 59, ../sass/modules/_hero.sass */
  section.hero .content .lockup h1 {
    margin: 0 18px;
  }
}
@media (max-width: 1200px) {
  /* line 59, ../sass/modules/_hero.sass */
  section.hero .content .lockup h1 {
    font-size: 60px;
    margin: 0 auto 10px !important;
  }
}
@media (max-width: 750px) {
  /* line 59, ../sass/modules/_hero.sass */
  section.hero .content .lockup h1 {
    font-size: 36px;
    margin: 0 auto 5px !important;
  }
}
/* line 75, ../sass/modules/_hero.sass */
section.hero .content .lockup .intro {
  max-width: 1240px;
  margin: 0 auto;
  max-width: 700px;
  z-index: 100;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
@media (max-width: 1200px) {
  /* line 75, ../sass/modules/_hero.sass */
  section.hero .content .lockup .intro {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 75, ../sass/modules/_hero.sass */
  section.hero .content .lockup .intro {
    margin: 0 18px;
  }
}
/* line 6, ../sass/utility/_typography.sass */
section.hero .content .lockup .intro p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.hero .content .lockup .intro ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.hero .content .lockup .intro ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.hero .content .lockup .intro a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.hero .content .lockup .intro a:hover {
  border-bottom: 2px solid #ffc600;
}
@media (max-width: 750px) {
  /* line 75, ../sass/modules/_hero.sass */
  section.hero .content .lockup .intro {
    font-weight: bold;
  }
}

/* line 83, ../sass/modules/_hero.sass */
.down-arrow {
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
  left: 0px;
  z-index: 50;
}
/* line 90, ../sass/modules/_hero.sass */
.down-arrow img {
  margin: 0 auto;
  max-width: 40px;
}

@media (min-width: 750px) {
  /* line 3, ../sass/templates/_single.sass */
  section.hero.blog-single-hero .in:before {
    display: block;
  }
}
/* line 9, ../sass/templates/_single.sass */
section.hero.blog-single-hero.light .content .in:before {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 14, ../sass/templates/_single.sass */
article.blog-single {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  /* line 14, ../sass/templates/_single.sass */
  article.blog-single {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 14, ../sass/templates/_single.sass */
  article.blog-single {
    margin: 0%;  
	max-width: 100%;
	padding: 40px 0px 0px 0px;  
  }
}
/* line 17, ../sass/templates/_single.sass */
article.blog-single .blog-subhead {
  text-align: left;
  font-weight: 400;
  font-size: 30px;	
}
/* line 24, ../sass/templates/_single.sass */
article.blog-single .blog-subhead .category {
  display: inline-block;
  vertical-align: middle;
}
/* line 27, ../sass/templates/_single.sass */
article.blog-single .blog-subhead .category span {
  font-weight: 500;
}
/* line 29, ../sass/templates/_single.sass */
article.blog-single .blog-subhead .sep {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
  height: 20px;
  border-right: 1px solid black;
}
/* line 35, ../sass/templates/_single.sass */
article.blog-single .blog-subhead .length {
  display: inline-block;
  vertical-align: middle;
}
/* line 38, ../sass/templates/_single.sass */
article.blog-single .blog-subhead .date {
  font-size: 24px;
}
/* line 40, ../sass/templates/_single.sass */
article.blog-single .podcast-embed {
  margin-bottom: 30px;
}
/* line 42, ../sass/templates/_single.sass */
article.blog-single .blog-content {
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
article.blog-single .blog-content:before, article.blog-single .blog-content:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
article.blog-single .blog-content:after {
  clear: both;
}
/* line 44, ../sass/templates/_single.sass */
article.blog-single .blog-sidebar {
  float: left;
  width: 500px;
  padding: 0px 0px 0px 45px;
}
@media (max-width: 1200px) {
	article.blog-single .blog-sidebar {
		width: 300px;
	}
}
@media (max-width: 750px) {
	article.blog-single .blog-sidebar {
		width: 90%;
		float: none;
		margin: 5% auto 0% auto;
		padding: 5% 0% 0% 0%;
	}
}
/* line 231, ../sass/utility/_mixins.sass */
article.blog-single .blog-sidebar .case-study-info {
  padding-bottom: 50px;
}
/* line 46, ../sass/templates/_single.sass */
article.blog-single .blog-sidebar .blog-single-info {
  padding-bottom: 60px;
}
/* line 48, ../sass/templates/_single.sass */
article.blog-single .blog-sidebar .author-img {
	width: 100%;
	height: auto;
	margin: 45px 0px 0px 0px;
}
/* line 55, ../sass/templates/_single.sass */
article.blog-single .blog-sidebar .author-txt {
  font-size: 0.8em;
}
/* line 57, ../sass/templates/_single.sass */
article.blog-single .blog-sidebar .author-txt .author-name {
  font-weight: 500;
}
/* line 59, ../sass/templates/_single.sass */
article.blog-single .blog-sidebar h4 {
  font-weight: 400;
  font-size: 30px;
  position: relative;
  margin-bottom: 35px;
}
/* line 72, ../sass/templates/_single.sass */
article.blog-single .post {
  width: calc(100% - 500px);
  float: left;
  padding-right: 45px;
  border-right: 6px solid #17c335;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 600px;
}
@media (max-width: 1200px) {
	article.blog-single .post {
		  width: calc(100% - 300px);
	}
}
@media (max-width: 750px) {
	article.blog-single .post {
		width: 90%;
		float: none;
		margin: 0% auto 5% auto;
		padding: 0% 0% 5% 0%;
		border-bottom: 6px solid #17c335;
		border-right: none;
	}
}
/* line 6, ../sass/utility/_typography.sass */
article.blog-single .post p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
article.blog-single .post ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
article.blog-single .post ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
article.blog-single .post a {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid #c3c7ca;
}
/* line 79, ../sass/templates/_single.sass */
.related-posts {
  padding-top: 200px;
}
@media (max-width: 750px) {
  .related-posts {
	padding-top: 40px;  
  }
}
@media (min-width: 750px) {
  .related-posts .post-block .post-link span,
  .related-posts .post-block .view-case-study span {
    opacity: 0;
    -moz-transform: translateX(-5px) scale(1.01);
    -ms-transform: translateX(-5px) scale(1.01);
    -webkit-transform: translateX(-5px) scale(1.01);
    transform: translateX(-5px) scale(1.01);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    transition-delay: 0.2s;
  }
  /* line 12, ../sass/modules/_post-block.sass */
  .related-posts .post-block:hover .post-link span,
  .related-posts .post-block:hover .view-case-study span {
    -moz-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    opacity: 1;
  }
}
/* line 85, ../sass/templates/_single.sass */
.related-posts > .content {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  /* line 85, ../sass/templates/_single.sass */
  .related-posts > .content {
    margin: 0px;
  }
}
@media (max-width: 1000px) {
  /* line 89, ../sass/templates/_single.sass */
  .related-posts .post-block:last-of-type {
    display: none;
  }
}
@media (max-width: 750px) {
  /* line 93, ../sass/templates/_single.sass */
  .related-posts .post-block:last-of-type {
    display: block;
  }
}
/* line 95, ../sass/templates/_single.sass */
.related-posts h3 {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.010em;
  margin: 0px 0px 20px 0px;	
}
.related-posts .post-block {
	display: block;
    width: 100%;
    margin: 0px 0px 100px 0px;
    float: none;
    text-align: left;
    background: #efefef;
}
.related-posts .post-block .txt {
    height: auto;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.010em;
	padding: 30px 30px 50px 30px;
}
.related-posts .post-block .txt .info span {
	font-weight: 500
}
/* line 14, ../sass/templates/_single-team.sass */
.team-member-page .profile-body {
  max-width: 1240px;
  padding: 50px 0px 0px 0px;
  *zoom: 1;
  margin: 0 auto;
}
@media (max-width: 1200px) {
	.team-member-page .profile-body {
  		max-width: 1000px;
	}
}
@media (max-width: 980px) {
	.team-member-page .profile-body {
  		max-width: 800px;
	}
}

.postid-145 .team-member-page .profile-body, .postid-1480 .team-member-page .profile-body {
  padding: 50px 0px 50px 0px;
}

.team-member-page .profile-body .profile-body-left {
	display: block;
	width: 65%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0px 85px 0px 0px;
	border-right: 6px solid #17c335;
}
@media (max-width: 750px) {
	.team-member-page .profile-body .profile-body-left {
		display: block;
		width: 90%;
		float: none;
		margin: 0% auto 5% auto;
		padding: 0px 0px 0px 0px;
		border-right: none;
		border-bottom: 6px solid #17c335;
	}
}

.team-member-page .profile-body .profile-body-left span {
    font-size: 50%;
    position: relative;
    top: -.65em;
    line-height: 0px;
}

.team-member-page .profile-body .profile-body-left p {
	margin: 0px 0px 40px 0px;
}

.team-member-page .profile-body .profile-body-left p:last-of-type {
	margin: 0px 0px 0px 0px;
}

.postid-145 .team-member-page .profile-body .profile-body-left {
	border-right: 6px solid #0074de;
}
@media (max-width: 750px) {
	.postid-145 .team-member-page .profile-body .profile-body-left {
		border-right: none;
		border-bottom: 6px solid #0074de;
	}
}

.postid-1480 .team-member-page .profile-body .profile-body-left {
	border-right: 6px solid #0074de;
}
@media (max-width: 750px) {
	.postid-1480 .team-member-page .profile-body .profile-body-left {
		border-right: none;
		border-bottom: 6px solid #0074de;
	}
}

.team-member-page .profile-body .profile-body-right {
	display: block;
	width: 35%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0px 0px 0px 40px;
}
@media (max-width: 750px) {
	.team-member-page .profile-body .profile-body-right {
		display: block;
		width: 90%;
		float: none;
		margin: 5% auto 0% auto;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
}

.team-member-page .profile-body .profile-body-right h3 {
	font-weight: 500;
	font-size: 43px;
	line-height: 48px;
	letter-spacing: 0.010em;
	margin: 0px 0px 20px 0px;
}

/* line 63, ../sass/utility/_mixins.sass */
.team-member-page .profile-body:before, .team-member-page .profile-body:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.team-member-page .profile-body:after {
  clear: both;
}
/* line 21, ../sass/templates/_single-team.sass */
.team-member-page .profile-body .profile-contact {
  width: 250px;
  float: left;
}
/* line 24, ../sass/templates/_single-team.sass */
.team-member-page .profile-body .profile-contact h5 {
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  letter-spacing: 0.010em;	
  margin: 50px 0px 0px 0px;	
}
/* line 26, ../sass/templates/_single-team.sass */
.team-member-page .profile-body .profile-contact .profile-social-links {
  margin-top: 20px;
}
/* line 28, ../sass/templates/_single-team.sass */
.team-member-page .profile-body .profile-contact .profile-social-links svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 36, ../sass/templates/_single-team.sass */
.team-member-page .profile-body .profile-contact .profile-social-links svg * {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #0e202a;
}
/* line 39, ../sass/templates/_single-team.sass */
.team-member-page .profile-body .profile-contact .profile-social-links a {
  display: inline-block;
  margin: 0px 10px 0px 0px;	
}
@media (max-width: 960px) {
  /* line 21, ../sass/templates/_single-team.sass */
  .team-member-page .profile-body .profile-contact {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 30px;
  }
}
/* line 51, ../sass/templates/_single-team.sass */
.team-member-page .profile-body .bio {
  width: calc(100% - 250px);
  max-width: 640px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
.team-member-page .profile-body .bio p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.team-member-page .profile-body .bio ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.team-member-page .profile-body .bio ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.team-member-page .profile-body .bio a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.team-member-page .profile-body .bio a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 58, ../sass/templates/_single-team.sass */
.team-member-page .profile-body .bio .bio-link {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 750px) {
  /* line 58, ../sass/templates/_single-team.sass */
  .team-member-page .profile-body .bio .bio-link {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 130, ../sass/utility/_mixins.sass */
.team-member-page .profile-body .bio .bio-link:hover {
  background-color: #0e212b;
  color: #ffffff;
}
@media (max-width: 960px) {
  /* line 51, ../sass/templates/_single-team.sass */
  .team-member-page .profile-body .bio {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0px;
  }
  /* line 65, ../sass/templates/_single-team.sass */
  .team-member-page .profile-body .bio p {
    text-align: left;
  }
}
/* line 67, ../sass/templates/_single-team.sass */
.team-member-page .videos-press, .team-member-page .blog-posts {
  background: #eee;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
  *zoom: 1;
}

.postid-145 .video-blog-container .videos, .postid-1480 .video-blog-container .videos {
	display: none;
}

/* line 69, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .video-blog-container, .team-member-page .blog-posts .video-blog-container {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* line 69, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .video-blog-container, .team-member-page .blog-posts .video-blog-container {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 69, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .video-blog-container, .team-member-page .blog-posts .video-blog-container {
    margin: 0 18px;
  }
}
/* line 71, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .video-blog-container .bx-wrapper, .team-member-page .blog-posts .video-blog-container .bx-wrapper {
  margin-bottom: 80px;
}
/* line 73, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .video-blog-container .bx-wrapper .bx-pager, .team-member-page .blog-posts .video-blog-container .bx-wrapper .bx-pager {
  bottom: -40px;
}
/* line 75, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .video-blog-container .bx-wrapper .bx-pager.bx-default-pager a, .team-member-page .blog-posts .video-blog-container .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #949599;
  height: 12px;
  width: 12px;
  background: transparent;
}
/* line 80, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .video-blog-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .team-member-page .videos-press .video-blog-container .bx-wrapper .bx-pager.bx-default-pager a.active, .team-member-page .blog-posts .video-blog-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .team-member-page .blog-posts .video-blog-container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #949599;
}
/* line 85, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .read-more-link, .team-member-page .blog-posts .read-more-link {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 750px) {
  /* line 85, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .read-more-link, .team-member-page .blog-posts .read-more-link {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 130, ../sass/utility/_mixins.sass */
.team-member-page .videos-press .read-more-link:hover, .team-member-page .blog-posts .read-more-link:hover {
  background-color: #0e212b;
  color: #ffffff;
}
/* line 87, ../sass/templates/_single-team.sass */
.team-member-page .videos-press h2, .team-member-page .blog-posts h2 {
  font-weight: 500;
  margin: 0px 0px 50px 0px;
  text-align: center;
}
/* line 63, ../sass/utility/_mixins.sass */
.team-member-page .videos-press:before, .team-member-page .videos-press:after, .team-member-page .blog-posts:before, .team-member-page .blog-posts:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.team-member-page .videos-press:after, .team-member-page .blog-posts:after {
  clear: both;
}
/* line 92, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video, .team-member-page .blog-posts .videos .video {
  width: 48%;
  margin: 0 1% 20px;
  float: left;
  position: relative;
}
.team-member-page .videos-press .videos .video:after {
  position: absolute;
  content: "";
  background: #ffc600;
  height: 10px;
  left: 0px;
  bottom: 0px;
  right: 100%;
  width: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.team-member-page .videos-press .videos .video:hover:after {
  width: 100%;
}
.team-member-page .videos-press .videos .video:hover:after {
  right: 0px;
  width: 100%;
}
.team-member-page .videos-press .videos .video:nth-of-type(2n+1):after {
   background: #0074de;
}
.team-member-page .videos-press .videos .video:nth-of-type(2n+2):after {
   background: #ffc500;
}
/* line 96, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video .vid-thumb, .team-member-page .blog-posts .videos .video .vid-thumb {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
/* line 100, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video .vid-thumb .play-vid-wrap, .team-member-page .blog-posts .videos .video .vid-thumb .play-vid-wrap {
  display: block;
}
/* line 102, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video .vid-thumb #play-video, .team-member-page .blog-posts .videos .video .vid-thumb #play-video {
  width: 80px;
  margin: 0 auto;
}
/* line 111, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video .vid-info, .team-member-page .blog-posts .videos .video .vid-info {
  background: white;
  padding: 30px;
  height: 310px;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 960px) {
  /* line 111, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .videos .video .vid-info, .team-member-page .blog-posts .videos .video .vid-info {
    height: auto;
  }
}
/* line 119, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video .vid-info .label, .team-member-page .blog-posts .videos .video .vid-info .label {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.010em;
  font-weight: 600;
  margin: 25px 0px 0px 0px;
}
/* line 122, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video .vid-info .date, .team-member-page .blog-posts .videos .video .vid-info .date {
  font-size: 16px;
}
/* line 124, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video .vid-info h3, .team-member-page .blog-posts .videos .video .vid-info h3 {
  margin: 0px 0px 25px 0px;
  font-weight: 400;
  font-size: 32px;	
  line-height: 36px;
  letter-spacing: 0.010em;
}
/* line 128, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .videos .video .vid-info .text, .team-member-page .blog-posts .videos .video .vid-info .text {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
  font-size: 18px;
}
/* line 6, ../sass/utility/_typography.sass */
.team-member-page .videos-press .videos .video .vid-info .text p, .team-member-page .blog-posts .videos .video .vid-info .text p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.team-member-page .videos-press .videos .video .vid-info .text ul, .team-member-page .blog-posts .videos .video .vid-info .text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.team-member-page .videos-press .videos .video .vid-info .text ul li, .team-member-page .blog-posts .videos .video .vid-info .text ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.team-member-page .videos-press .videos .video .vid-info .text a, .team-member-page .blog-posts .videos .video .vid-info .text a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.team-member-page .videos-press .videos .video .vid-info .text a:hover, .team-member-page .blog-posts .videos .video .vid-info .text a:hover {
  border-bottom: 2px solid #ffc600;
}
@media (max-width: 960px) {
  /* line 92, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .videos .video, .team-member-page .blog-posts .videos .video {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  /* line 135, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .videos .video .vid-info, .team-member-page .blog-posts .videos .video .vid-info {
    text-align: left;
  }
}
/* line 139, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .press {
  margin-top: 2%;
  text-align: center;
}
/* line 142, ../sass/templates/_single-team.sass */
.team-member-page .videos-press .press .link {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 750px) {
  /* line 142, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .press .link {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 130, ../sass/utility/_mixins.sass */
.team-member-page .videos-press .press .link:hover {
  background-color: #0e212b;
  color: #ffffff;
}
@media (max-width: 1200px) {
  /* line 144, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .press .press-block {
    width: 49%;
    margin: 0 0 40px;
  }
}
@media (max-width: 1200px) {
  /* line 148, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .press .press-block:nth-of-type(1) {
    margin-right: 1%;
  }
}
@media (max-width: 1200px) {
  /* line 151, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .press .press-block:nth-of-type(2) {
    margin-left: 1%;
  }
}
@media (max-width: 1200px) {
  /* line 154, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .press .press-block:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 750px) {
  /* line 144, ../sass/templates/_single-team.sass */
  .team-member-page .videos-press .press .press-block {
    width: 100%;
    margin: 0 auto 40px;
  }
}
/* line 160, ../sass/templates/_single-team.sass */
.team-member-page .books {
  *zoom: 1;
  max-width: 1240px;
	padding: 0px 0px 0px 0px;
  margin: 0 auto;
  text-align: center;
}
/* line 63, ../sass/utility/_mixins.sass */
.team-member-page .books:before, .team-member-page .books:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.team-member-page .books:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 160, ../sass/templates/_single-team.sass */
  .team-member-page .books {
    text-align: center;
  }
}
/* line 164, ../sass/templates/_single-team.sass */
.team-member-page .books .bx-wrapper {
  max-width: 600px !important;
  margin: 0 auto;
}
/* line 167, ../sass/templates/_single-team.sass */
.team-member-page .books .bx-wrapper .bx-pager {
  bottom: -40px;
}
/* line 169, ../sass/templates/_single-team.sass */
.team-member-page .books .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #949599;
  height: 12px;
  width: 12px;
  background: transparent;
}
/* line 174, ../sass/templates/_single-team.sass */
.team-member-page .books .bx-wrapper .bx-pager.bx-default-pager a:hover, .team-member-page .books .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #949599;
}
/* line 179, ../sass/templates/_single-team.sass */
.team-member-page .books h2 {
  font-weight: 500;
  font-size: 43px;
  line-height: 48px;
  letter-spacing: 0.010em;
  text-align: center;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 750px) {
  /* line 179, ../sass/templates/_single-team.sass */
  .team-member-page .books h2 {
    text-align: center;
  }
}
/* line 184, ../sass/templates/_single-team.sass */
.team-member-page .books .book {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 100px 0px;
    vertical-align: top;
}
@media (max-width: 1200px) {
	.team-member-page .books .book {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 750px) {
  /* line 184, ../sass/templates/_single-team.sass */
  .team-member-page .books .book {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.team-member-page .books .book:last-of-type {
  margin: 0px 0px 50px 0px;
}
/* line 193, ../sass/templates/_single-team.sass */
.team-member-page .books .book .book-img {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.team-member-page .books .book .book-info {
  width: 70%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 197, ../sass/templates/_single-team.sass */
.team-member-page .books .book .book-img img, .team-member-page .books .book .book-info img {
  width: 100%;
  height: auto;	
}
/* line 204, ../sass/templates/_single-team.sass */
.team-member-page .books .book .book-info {
  padding-left: 20px;
  text-align: left;
}
/* line 207, ../sass/templates/_single-team.sass */
.team-member-page .books .book .book-info h3 {
  font-style: italic;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0.010em;	
  position: relative;
  font-weight: 500;
  margin: 0px 0px 0px 0px;	
}
.team-member-page .books .book .book-info h3:after {
  display: none;
}
/* line 221, ../sass/templates/_single-team.sass */
.team-member-page .books .book .book-info .blurb {
  font-style: italic;
  font-weight: 400;	
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.010em;	
  margin-bottom: 5px;
}
/* line 224, ../sass/templates/_single-team.sass */
.team-member-page .books .book .book-info .link {
  font-size: 14px;
  font-weight: 700;
  display: block;
}
/* line 228, ../sass/templates/_single-team.sass */
.team-member-page .books .book .book-info .link:after {
  content: "";
  background: url("../img/controls/arrow-right.png");
  display: inline-block;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 10px;
  vertical-align: middle;
  margin-left: 3px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) and (min-width: 750px) {
  /* line 241, ../sass/templates/_single-team.sass */
  .team-member-page .books .book .book-info {
    width: 80%;
    padding-left: 20px;
  }
  /* line 244, ../sass/templates/_single-team.sass */
  .team-member-page .books .book .book-info h3 {
    font-size: 25px;
	line-height: 30px;  
  }
  /* line 246, ../sass/templates/_single-team.sass */
  .team-member-page .books .book .book-info .blurb {
    font-size: 20px;
    line-height: 1.1em;
  }
  /* line 249, ../sass/templates/_single-team.sass */
  .team-member-page .books .book .book-img {
    width: 20%;
  }
}
/* line 4, ../sass/modules/_post-block.sass */
.team-member-page section.blog-posts .post-block .post-link span,
.team-member-page section.blog-posts .post-block .view-case-study span {
  opacity: 0;
  -moz-transform: translateX(-5px) scale(1.01);
  -ms-transform: translateX(-5px) scale(1.01);
  -webkit-transform: translateX(-5px) scale(1.01);
  transform: translateX(-5px) scale(1.01);
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 0.2s;
}
/* line 12, ../sass/modules/_post-block.sass */
.team-member-page section.blog-posts .post-block:hover .post-link span,
.team-member-page section.blog-posts .post-block:hover .view-case-study span {
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -webkit-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  opacity: 1;
}
@media (max-width: 1200px) {
  /* line 262, ../sass/templates/_single-team.sass */
  .team-member-page section.blog-posts .post-block:nth-of-type(3) {
    display: none;
  }
}

/* line 2, ../sass/templates/_home.sass */
section.home-hero .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto !important;
}
/* line 12, ../sass/templates/_home.sass */
section.home-hero .bx-wrapper .bx-pager {
  bottom: 40px;
}
@media (max-width: 1200px) {
  /* line 12, ../sass/templates/_home.sass */
  section.home-hero .bx-wrapper .bx-pager {
    bottom: 28px;
  }
}
@media (max-width: 750px) {
  /* line 12, ../sass/templates/_home.sass */
  section.home-hero .bx-wrapper .bx-pager {
    bottom: 25px;
  }
}
/* line 18, ../sass/templates/_home.sass */
section.home-hero .bx-wrapper .bx-controls-direction {
  display: none;
}
@media (max-width: 500px) {
  /* line 20, ../sass/templates/_home.sass */
  section.home-hero .bx-wrapper .bx-viewport {
    height: 450px;
  }
}
/* line 23, ../sass/templates/_home.sass */
section.home-hero .bx-wrapper ul {
  text-align: center;
}
/* line 25, ../sass/templates/_home.sass */
section.home-hero .bx-wrapper ul li {
  position: relative;
  background-size: cover;
  background-position: center;
}
/* line 27, ../sass/templates/_home.sass */
section.home-hero .bx-wrapper ul li .in:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 750px) {
  /* line 27, ../sass/templates/_home.sass */
  section.home-hero .bx-wrapper ul li .in:before {
    display: none;
  }
}
/* line 47, ../sass/utility/_mixins.sass */
section.home-hero .bx-wrapper ul li:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.5%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.home-hero .bx-wrapper ul li > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  /* line 25, ../sass/templates/_home.sass */
  section.home-hero .bx-wrapper ul li {
    position: relative;
  }
  /* line 47, ../sass/utility/_mixins.sass */
  section.home-hero .bx-wrapper ul li:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120%;
  }
  /* line 52, ../sass/utility/_mixins.sass */
  section.home-hero .bx-wrapper ul li > .in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* line 41, ../sass/templates/_home.sass */
section.home-hero .bx-wrapper ul li .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

/* line 50, ../sass/templates/_home.sass */
section.home-post-block {
  padding: 60px 0px;
  background-color: #eeeeee;
}
/* line 53, ../sass/templates/_home.sass */
section.home-post-block .post-block-container {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
  text-align: center;
}
@media (max-width: 1200px) {
  /* line 53, ../sass/templates/_home.sass */
  section.home-post-block .post-block-container {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 53, ../sass/templates/_home.sass */
  section.home-post-block .post-block-container {
    margin: 0 18px;
  }
}
/* line 63, ../sass/utility/_mixins.sass */
section.home-post-block .post-block-container:before, section.home-post-block .post-block-container:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.home-post-block .post-block-container:after {
  clear: both;
}
/* line 4, ../sass/modules/_post-block.sass */
section.home-post-block .post-block-container .post-block .post-link span,
section.home-post-block .post-block-container .post-block .view-case-study span {
  opacity: 0;
  -moz-transform: translateX(-5px) scale(1.01);
  -ms-transform: translateX(-5px) scale(1.01);
  -webkit-transform: translateX(-5px) scale(1.01);
  transform: translateX(-5px) scale(1.01);
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 0.2s;
}
/* line 12, ../sass/modules/_post-block.sass */
section.home-post-block .post-block-container .post-block:hover .post-link span,
section.home-post-block .post-block-container .post-block:hover .view-case-study span {
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -webkit-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  opacity: 1;
}
/* line 59, ../sass/templates/_home.sass */
section.home-post-block .post-block-container .post-block .txt {
  height: 240px;
}
/* line 61, ../sass/templates/_home.sass */
section.home-post-block .post-block-container .post-block .txt .content {
  display: none;
}
@media (max-width: 1060px) {
  /* line 57, ../sass/templates/_home.sass */
  section.home-post-block .post-block-container .post-block {
    width: 48%;
  }
  /* line 65, ../sass/templates/_home.sass */
  section.home-post-block .post-block-container .post-block:nth-of-type(odd) {
    clear: both;
  }
}
@media (max-width: 750px) {
  /* line 57, ../sass/templates/_home.sass */
  section.home-post-block .post-block-container .post-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 71, ../sass/templates/_home.sass */
section.home-post-block .home-more-posts-container {
  width: 100%;
  text-align: center;
  clear: both;
}
/* line 75, ../sass/templates/_home.sass */
section.home-post-block .more-posts {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
  vertical-align: middle;
  min-width: 210px;
  clear: both;
}
@media (max-width: 750px) {
  /* line 75, ../sass/templates/_home.sass */
  section.home-post-block .more-posts {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 130, ../sass/utility/_mixins.sass */
section.home-post-block .more-posts:hover {
  background-color: #0e212b;
  color: #ffffff;
}

/* line 82, ../sass/templates/_home.sass */
section.home-problem {
  padding: 70px 0px;
  text-align: center;
}
@media (max-width: 750px) {
  /* line 82, ../sass/templates/_home.sass */
  section.home-problem {
    padding: 36px 0;
  }
}
/* line 87, ../sass/templates/_home.sass */
section.home-problem .content {
  *zoom: 1;
  max-width: 1240px;
  margin: 0 auto;
}
/* line 63, ../sass/utility/_mixins.sass */
section.home-problem .content:before, section.home-problem .content:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.home-problem .content:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 87, ../sass/templates/_home.sass */
  section.home-problem .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 87, ../sass/templates/_home.sass */
  section.home-problem .content {
    margin: 0 18px;
  }
}
/* line 90, ../sass/templates/_home.sass */
section.home-problem h2 {
  margin-bottom: 20px;
}
/* line 92, ../sass/templates/_home.sass */
section.home-problem .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #949599;
  height: 12px;
  width: 12px;
  background: transparent;
}
/* line 97, ../sass/templates/_home.sass */
section.home-problem .bx-wrapper .bx-pager.bx-default-pager a:hover, section.home-problem .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #949599;
}
@media (max-width: 1200px) {
  /* line 99, ../sass/templates/_home.sass */
  section.home-problem .vid {
    margin-top: 60px;
  }
}
/* line 102, ../sass/templates/_home.sass */
section.home-problem .problem-block-container {
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 36px;
}
/* line 63, ../sass/utility/_mixins.sass */
section.home-problem .problem-block-container:before, section.home-problem .problem-block-container:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.home-problem .problem-block-container:after {
  clear: both;
}
/* line 108, ../sass/templates/_home.sass */
section.home-problem .problem-block {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  float: left;
  overflow: hidden;
}
@media (max-width: 1200px) {
  /* line 108, ../sass/templates/_home.sass */
  section.home-problem .problem-block {
    width: 50%;
    padding-bottom: 50px;
  }
}
@media (max-width: 750px) {
  /* line 108, ../sass/templates/_home.sass */
  section.home-problem .problem-block {
    width: 100%;
    text-align: center;
  }
  /* line 121, ../sass/templates/_home.sass */
  section.home-problem .problem-block .txt {
    text-align: center;
  }
}
/* line 124, ../sass/templates/_home.sass */
section.home-problem .problem-block .problem-block__header {
  height: 40px;
  margin-bottom: 20px;
}
/* line 127, ../sass/templates/_home.sass */
section.home-problem .problem-block h3 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 32px;
  font-weight: bold;
}
/* line 132, ../sass/templates/_home.sass */
section.home-problem .problem-block img {
  width: 45px;
  max-height: 41px;
  opacity: 0;
}
/* line 136, ../sass/templates/_home.sass */
section.home-problem .problem-block svg {
  width: 45px;
  margin-right: 10px;
  max-height: 41px;
  display: inline-block;
}
/* line 141, ../sass/templates/_home.sass */
section.home-problem .problem-block .txt {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.home-problem .problem-block .txt p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.home-problem .problem-block .txt ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.home-problem .problem-block .txt ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.home-problem .problem-block .txt a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.home-problem .problem-block .txt a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 144, ../sass/templates/_home.sass */
section.home-problem .problem-block .notes {
  font-size: 0.6em;
  line-height: 1.1em;
}
/* line 148, ../sass/templates/_home.sass */
section.home-problem .problem-block:nth-of-type(4n+1) svg * {
  fill: #045baa;
}
/* line 152, ../sass/templates/_home.sass */
section.home-problem .problem-block:nth-of-type(4n+2) svg * {
  fill: #7f00c9;
}
/* line 156, ../sass/templates/_home.sass */
section.home-problem .problem-block:nth-of-type(4n+3) svg * {
  fill: #16c335;
}
/* line 160, ../sass/templates/_home.sass */
section.home-problem .problem-block:nth-of-type(4n+4) svg * {
  fill: #ffc600;
}

/* line 162, ../sass/templates/_home.sass */
section.intro {
  color: #ffffff;
  background-color: white;
  text-align: center;
  color: #0e212b;
}
/* line 112, ../sass/utility/_mixins.sass */
section.intro a {
  color: #ffffff;
}
/* line 116, ../sass/utility/_mixins.sass */
section.intro a {
  color: #0e212b;
}
/* line 167, ../sass/templates/_home.sass */
section.intro .content {
  margin: 0 auto;
  padding: 0 0 89px 0;
  max-width: 850px;
}
@media (max-width: 1200px) {
  /* line 167, ../sass/templates/_home.sass */
  section.intro .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 750px) {
  /* line 167, ../sass/templates/_home.sass */
  section.intro .content {
    padding: 50px;
  }
}
/* line 177, ../sass/templates/_home.sass */
section.intro .content h2 {
  margin-bottom: 36px;
}
/* line 179, ../sass/templates/_home.sass */
section.intro .content .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.intro .content .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.intro .content .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.intro .content .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.intro .content .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.intro .content .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 181, ../sass/templates/_home.sass */
section.intro .content .intro-link {
  margin-top: 40px;
}
/* line 183, ../sass/templates/_home.sass */
section.intro .content .intro-link a {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
  vertical-align: middle;
  min-width: 210px;
  clear: both;
}
@media (max-width: 750px) {
  /* line 183, ../sass/templates/_home.sass */
  section.intro .content .intro-link a {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 130, ../sass/utility/_mixins.sass */
section.intro .content .intro-link a:hover {
  background-color: #0e212b;
  color: #ffffff;
}

/* line 254, ../sass/templates/_home.sass */
section.capacity {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  /* line 254, ../sass/templates/_home.sass */
  section.capacity {
    margin-bottom: 50px;
  }
}
/* line 208, ../sass/templates/_home.sass */
section.capacity .imagery {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1260px) {
  /* line 208, ../sass/templates/_home.sass */
  section.capacity .imagery {
    background-size: 100%;
  }
}
@media (max-width: 1000px) {
  /* line 208, ../sass/templates/_home.sass */
  section.capacity .imagery {
    position: relative;
    height: 50vw;
  }
}
/* line 219, ../sass/templates/_home.sass */
section.capacity .content {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  height: 800px;
}
@media (max-width: 1200px) {
  /* line 219, ../sass/templates/_home.sass */
  section.capacity .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 219, ../sass/templates/_home.sass */
  section.capacity .content {
    margin: 0 18px;
  }
}
@media (max-width: 1260px) {
  /* line 219, ../sass/templates/_home.sass */
  section.capacity .content {
    height: 56vw;
  }
}
@media (max-width: 1000px) {
  /* line 219, ../sass/templates/_home.sass */
  section.capacity .content {
    height: auto;
    display: block;
    z-index: 100;
    text-align: center;
    width: auto;
    padding-bottom: 50px;
  }
}
/* line 233, ../sass/templates/_home.sass */
section.capacity .content .lockup {
  width: 36%;
  margin-left: 30px;
  z-index: 100;
}
/* line 237, ../sass/templates/_home.sass */
section.capacity .content .lockup h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
/* line 240, ../sass/templates/_home.sass */
section.capacity .content .lockup .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.capacity .content .lockup .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.capacity .content .lockup .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.capacity .content .lockup .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.capacity .content .lockup .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.capacity .content .lockup .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 242, ../sass/templates/_home.sass */
section.capacity .content .lockup .notes {
  margin-top: 20px;
  font-size: 0.6em;
}
@media (max-width: 1260px) {
  /* line 233, ../sass/templates/_home.sass */
  section.capacity .content .lockup {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  /* line 233, ../sass/templates/_home.sass */
  section.capacity .content .lockup {
    width: auto;
    margin: 0 auto;
    max-width: 700px;
  }
}
/* line 256, ../sass/templates/_home.sass */
section.capacity .imagery {
  background-image: url("../img/home/hp_bg_1.jpg");
}

/* line 261, ../sass/templates/_home.sass */
section.capability {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  /* line 261, ../sass/templates/_home.sass */
  section.capability {
    margin-bottom: 50px;
  }
}
/* line 208, ../sass/templates/_home.sass */
section.capability .imagery {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1260px) {
  /* line 208, ../sass/templates/_home.sass */
  section.capability .imagery {
    background-size: 100%;
  }
}
@media (max-width: 1000px) {
  /* line 208, ../sass/templates/_home.sass */
  section.capability .imagery {
    position: relative;
    height: 50vw;
  }
}
/* line 219, ../sass/templates/_home.sass */
section.capability .content {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  height: 800px;
}
@media (max-width: 1200px) {
  /* line 219, ../sass/templates/_home.sass */
  section.capability .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 219, ../sass/templates/_home.sass */
  section.capability .content {
    margin: 0 18px;
  }
}
@media (max-width: 1260px) {
  /* line 219, ../sass/templates/_home.sass */
  section.capability .content {
    height: 56vw;
  }
}
@media (max-width: 1000px) {
  /* line 219, ../sass/templates/_home.sass */
  section.capability .content {
    height: auto;
    display: block;
    z-index: 100;
    text-align: center;
    width: auto;
    padding-bottom: 50px;
  }
}
/* line 233, ../sass/templates/_home.sass */
section.capability .content .lockup {
  width: 36%;
  margin-left: 30px;
  z-index: 100;
}
/* line 237, ../sass/templates/_home.sass */
section.capability .content .lockup h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
/* line 240, ../sass/templates/_home.sass */
section.capability .content .lockup .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.capability .content .lockup .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.capability .content .lockup .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.capability .content .lockup .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.capability .content .lockup .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.capability .content .lockup .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 242, ../sass/templates/_home.sass */
section.capability .content .lockup .notes {
  margin-top: 20px;
  font-size: 0.6em;
}
@media (max-width: 1260px) {
  /* line 233, ../sass/templates/_home.sass */
  section.capability .content .lockup {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  /* line 233, ../sass/templates/_home.sass */
  section.capability .content .lockup {
    width: auto;
    margin: 0 auto;
    max-width: 700px;
  }
}
/* line 263, ../sass/templates/_home.sass */
section.capability .content {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 266, ../sass/templates/_home.sass */
section.capability .imagery {
  background-image: url("../img/home/hp_bg_2.jpg");
  background-position: left center;
}

/* line 272, ../sass/templates/_home.sass */
section.solve {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  /* line 272, ../sass/templates/_home.sass */
  section.solve {
    margin-bottom: 50px;
  }
}
/* line 208, ../sass/templates/_home.sass */
section.solve .imagery {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1260px) {
  /* line 208, ../sass/templates/_home.sass */
  section.solve .imagery {
    background-size: 100%;
  }
}
@media (max-width: 1000px) {
  /* line 208, ../sass/templates/_home.sass */
  section.solve .imagery {
    position: relative;
    height: 50vw;
  }
}
/* line 219, ../sass/templates/_home.sass */
section.solve .content {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  height: 800px;
}
@media (max-width: 1200px) {
  /* line 219, ../sass/templates/_home.sass */
  section.solve .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 219, ../sass/templates/_home.sass */
  section.solve .content {
    margin: 0 18px;
  }
}
@media (max-width: 1260px) {
  /* line 219, ../sass/templates/_home.sass */
  section.solve .content {
    height: 56vw;
  }
}
@media (max-width: 1000px) {
  /* line 219, ../sass/templates/_home.sass */
  section.solve .content {
    height: auto;
    display: block;
    z-index: 100;
    text-align: center;
    width: auto;
    padding-bottom: 50px;
  }
}
/* line 233, ../sass/templates/_home.sass */
section.solve .content .lockup {
  width: 36%;
  margin-left: 30px;
  z-index: 100;
}
/* line 237, ../sass/templates/_home.sass */
section.solve .content .lockup h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
/* line 240, ../sass/templates/_home.sass */
section.solve .content .lockup .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.solve .content .lockup .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.solve .content .lockup .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.solve .content .lockup .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.solve .content .lockup .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.solve .content .lockup .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 242, ../sass/templates/_home.sass */
section.solve .content .lockup .notes {
  margin-top: 20px;
  font-size: 0.6em;
}
@media (max-width: 1260px) {
  /* line 233, ../sass/templates/_home.sass */
  section.solve .content .lockup {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  /* line 233, ../sass/templates/_home.sass */
  section.solve .content .lockup {
    width: auto;
    margin: 0 auto;
    max-width: 700px;
  }
}
/* line 274, ../sass/templates/_home.sass */
section.solve .imagery {
  background-image: url("../img/home/hp_bg_3.jpg");
}

/* line 278, ../sass/templates/_home.sass */
section.evolution {
  background-color: #eee;
  position: relative;
  padding: 80px 0 70px;
}
@media (max-width: 750px) {
  /* line 278, ../sass/templates/_home.sass */
  section.evolution {
    padding: 30px 0;
  }
}
/* line 284, ../sass/templates/_home.sass */
section.evolution .down-arrow {
  bottom: -20px;
}
/* line 286, ../sass/templates/_home.sass */
section.evolution .content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  /* line 286, ../sass/templates/_home.sass */
  section.evolution .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 286, ../sass/templates/_home.sass */
  section.evolution .content {
    margin: 0 18px;
  }
}
/* line 289, ../sass/templates/_home.sass */
section.evolution .content .notes {
  margin-top: 20px;
  font-size: 0.6em;
  line-height: 1.1em;
}
/* line 292, ../sass/templates/_home.sass */
section.evolution .content h2 {
  font-weight: 200;
  letter-spacing: 0;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 32px;
}
/* line 298, ../sass/templates/_home.sass */
section.evolution .content .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
  max-width: 700px;
  margin: 0 auto;
}
/* line 6, ../sass/utility/_typography.sass */
section.evolution .content .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.evolution .content .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.evolution .content .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.evolution .content .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.evolution .content .copy a:hover {
  border-bottom: 2px solid #ffc600;
}

/* line 303, ../sass/templates/_home.sass */
section.methodology-chart-section {
  background-color: #0f212b;
  width: 100%;
  color: #ffffff;
}
/* line 112, ../sass/utility/_mixins.sass */
section.methodology-chart-section a {
  color: #ffffff;
}
@media (min-width: 1200px) {
  /* line 8, ../sass/modules/_methodology-chart.sass */
  section.methodology-chart-section .content .in {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 50px 80px;
  }
  /* line 12, ../sass/modules/_methodology-chart.sass */
  section.methodology-chart-section .content .imagery {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    height: 600px;
    max-width: 600px;
    width: 57%;
  }
}
@media (max-width: 1200px) {
  /* line 6, ../sass/modules/_methodology-chart.sass */
  section.methodology-chart-section .content {
    text-align: center;
    padding: 100px 0;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  /* line 6, ../sass/modules/_methodology-chart.sass */
  section.methodology-chart-section .content {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  /* line 23, ../sass/modules/_methodology-chart.sass */
  section.methodology-chart-section .content .imagery {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    height: 600px;
    max-width: 600px;
    width: 100%;
  }
}
/* line 28, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery {
  position: relative;
  margin: 0 auto;
}
/* line 31, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .methodology-chart-step {
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  text-align: center;
  position: absolute;
  display: table;
  z-index: 20;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(14, 33, 43, 0);
  cursor: pointer;
}
/* line 45, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .txt {
  display: table-cell;
  vertical-align: middle;
  line-height: 26px;
}
/* line 49, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .step1 {
  position: absolute;
  top: 10px;
  left: 41%;
  border: 2px solid #16c335;
}
/* line 54, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .step1:hover, section.methodology-chart-section .content .imagery .step1.on {
  background-color: #16c335;
}
/* line 57, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .step4 {
  position: absolute;
  left: 0px;
  top: 41%;
  border: 2px solid #7f00c9;
}
/* line 62, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .step4:hover, section.methodology-chart-section .content .imagery .step4.on {
  background-color: #7f00c9;
}
/* line 65, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .step2 {
  position: absolute;
  right: 0px;
  top: 41%;
  border: 2px solid #ffc600;
}
/* line 70, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .step2:hover, section.methodology-chart-section .content .imagery .step2.on {
  background-color: #ffc600;
}
/* line 73, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .step3 {
  position: absolute;
  bottom: 10px;
  left: 41%;
  border: 2px solid #045baa;
}
/* line 78, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .step3:hover, section.methodology-chart-section .content .imagery .step3.on {
  background-color: #045baa;
}
/* line 81, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .method-logo {
  max-width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 87, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .imagery .method-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 92, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup {
  width: 43%;
  padding-left: 70px;
}
/* line 95, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup h2 {
  position: relative;
  font-weight: 200;
  margin: 80px 0px 40px;
  display: inline-block;
}
/* line 100, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup h2 span {
  font-size: 0.3em;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
/* line 102, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup h2:after {
  content: "";
  height: 8px;
  background-color: #16c335;
  width: 80px;
  margin-top: 24px;
  display: block;
  margin-top: 60px;
}
/* line 106, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup.step1 h2:after {
  background-color: #16c335;
}
/* line 109, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup.step2 h2:after {
  background-color: #ffc600;
}
/* line 112, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup.step3 h2:after {
  background-color: #045baa;
}
/* line 115, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup.step4 h2:after {
  background-color: #7f00c9;
}
@media (max-width: 1200px) {
  /* line 92, ../sass/modules/_methodology-chart.sass */
  section.methodology-chart-section .content .methodology-chart-lockup {
    width: 100%;
    max-width: 700px;
    padding: 40px 0;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  /* line 92, ../sass/modules/_methodology-chart.sass */
  section.methodology-chart-section .content .methodology-chart-lockup {
    padding: 50px 0 0 0;
    margin-top: 0;
  }
}
/* line 126, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container {
  position: relative;
  *zoom: 1;
  min-height: 200px;
  padding: 10px 0px 30px;
}
/* line 63, ../sass/utility/_mixins.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container:before, section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container:after {
  clear: both;
}
/* line 131, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy {
  width: 100%;
}
/* line 133, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy h5 {
  font-weight: 100;
  font-size: 30px;
  line-height: 1;
}
/* line 137, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy h3 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 36px;
  line-height: 1;
}
/* line 142, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 146, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p:first-of-type {
  margin-top: 0;
}
/* line 148, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions {
  color: #16c335;
  font-size: 0.87em;
  word-spacing: 4px;
  margin-top: 70px;
}
/* line 153, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .icon, section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
/* line 157, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .icon svg, section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .text svg {
  width: 12px;
  height: 12px;
}
/* line 160, ../sass/modules/_methodology-chart.sass */
section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .icon svg *, section.methodology-chart-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .text svg * {
  fill: #16c335;
}

/* line 306, ../sass/templates/_home.sass */
section.science-of-high-performance {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  /* line 306, ../sass/templates/_home.sass */
  section.science-of-high-performance {
    margin-bottom: 50px;
  }
}
/* line 208, ../sass/templates/_home.sass */
section.science-of-high-performance .imagery {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1260px) {
  /* line 208, ../sass/templates/_home.sass */
  section.science-of-high-performance .imagery {
    background-size: 100%;
  }
}
@media (max-width: 1000px) {
  /* line 208, ../sass/templates/_home.sass */
  section.science-of-high-performance .imagery {
    position: relative;
    height: 50vw;
  }
}
/* line 219, ../sass/templates/_home.sass */
section.science-of-high-performance .content {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  height: 800px;
}
@media (max-width: 1200px) {
  /* line 219, ../sass/templates/_home.sass */
  section.science-of-high-performance .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 219, ../sass/templates/_home.sass */
  section.science-of-high-performance .content {
    margin: 0 18px;
  }
}
@media (max-width: 1260px) {
  /* line 219, ../sass/templates/_home.sass */
  section.science-of-high-performance .content {
    height: 56vw;
  }
}
@media (max-width: 1000px) {
  /* line 219, ../sass/templates/_home.sass */
  section.science-of-high-performance .content {
    height: auto;
    display: block;
    z-index: 100;
    text-align: center;
    width: auto;
    padding-bottom: 50px;
  }
}
/* line 233, ../sass/templates/_home.sass */
section.science-of-high-performance .content .lockup {
  width: 36%;
  margin-left: 30px;
  z-index: 100;
}
/* line 237, ../sass/templates/_home.sass */
section.science-of-high-performance .content .lockup h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
/* line 240, ../sass/templates/_home.sass */
section.science-of-high-performance .content .lockup .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.science-of-high-performance .content .lockup .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.science-of-high-performance .content .lockup .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.science-of-high-performance .content .lockup .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.science-of-high-performance .content .lockup .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.science-of-high-performance .content .lockup .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 242, ../sass/templates/_home.sass */
section.science-of-high-performance .content .lockup .notes {
  margin-top: 20px;
  font-size: 0.6em;
}
@media (max-width: 1260px) {
  /* line 233, ../sass/templates/_home.sass */
  section.science-of-high-performance .content .lockup {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  /* line 233, ../sass/templates/_home.sass */
  section.science-of-high-performance .content .lockup {
    width: auto;
    margin: 0 auto;
    max-width: 700px;
  }
}
/* line 308, ../sass/templates/_home.sass */
section.science-of-high-performance .imagery {
  width: 50%;
  left: auto;
  background-size: contain;
}
@media (max-width: 1200px) {
  /* line 308, ../sass/templates/_home.sass */
  section.science-of-high-performance .imagery {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  /* line 306, ../sass/templates/_home.sass */
  section.science-of-high-performance {
    padding-top: 50px;
  }
}

/* line 316, ../sass/templates/_home.sass */
section.connect {
  background-color: #eee;
}
/* line 318, ../sass/templates/_home.sass */
section.connect .content {
  padding: 100px 0 0;
  text-align: center;
}
@media (max-width: 750px) {
  /* line 318, ../sass/templates/_home.sass */
  section.connect .content {
    padding: 50px 0;
  }
}
/* line 272, ../sass/utility/_mixins.sass */
section.connect .contact-form iframe {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1130px) {
  /* line 278, ../sass/utility/_mixins.sass */
  section.connect .contact-form iframe #pardot-form form.form input.text,
  section.connect .contact-form iframe #pardot-form form.form textarea.standard,
  section.connect .contact-form iframe #pardot-form form.form select,
  section.connect .contact-form iframe #pardot-form form.form input.date {
    width: 100% !important;
  }
}
/* line 325, ../sass/templates/_home.sass */
section.connect .contact-form .row {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 1200px) {
  /* line 325, ../sass/templates/_home.sass */
  section.connect .contact-form .row {
    padding: 10px 0;
  }
}
/* line 329, ../sass/templates/_home.sass */
section.connect .contact-form .row .field {
  width: 100%;
}
@media (min-width: 1200px) {
  /* line 329, ../sass/templates/_home.sass */
  section.connect .contact-form .row .field {
    width: 33%;
    padding: 20px;
  }
  /* line 334, ../sass/templates/_home.sass */
  section.connect .contact-form .row .field.textarea {
    width: 66%;
  }
  /* line 336, ../sass/templates/_home.sass */
  section.connect .contact-form .row .field.submit {
    margin-top: 22px;
  }
}

/* line 340, ../sass/templates/_home.sass */
section.home-case-study {
  background-color: #ffffff;
  color: #0e212b;
}
/* line 116, ../sass/utility/_mixins.sass */
section.home-case-study a {
  color: #0e212b;
}
/* line 343, ../sass/templates/_home.sass */
section.home-case-study .in {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 60px 0;
}
@media (max-width: 1200px) {
  /* line 343, ../sass/templates/_home.sass */
  section.home-case-study .in {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 343, ../sass/templates/_home.sass */
  section.home-case-study .in {
    margin: 0 18px;
  }
}
@media (max-width: 750px) {
  /* line 347, ../sass/templates/_home.sass */
  section.home-case-study .in .case-study-block {
    margin-bottom: 20px;
  }
}
/* line 355, ../sass/templates/_home.sass */
section.home-case-study .bx-controls-direction {
  display: none;
}
/* line 357, ../sass/templates/_home.sass */
section.home-case-study .bx-wrapper .bx-pager.bx-default-pager a:hover,
section.home-case-study .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #939598;
}
/* line 360, ../sass/templates/_home.sass */
section.home-case-study .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #939598;
  width: 12px;
  height: 12px;
  bottom: 20px;
}
/* line 365, ../sass/templates/_home.sass */
section.home-case-study .bx-wrapper .bx-pager {
  bottom: -50px;
}

/* line 1, ../sass/templates/_about.sass */
section.our-values {
  text-align: center;
  padding: 50px 20px;
}
/* line 4, ../sass/templates/_about.sass */
section.our-values .content {
  max-width: 900px;
  margin: 0 auto;
}
/* line 7, ../sass/templates/_about.sass */
section.our-values .content h2 {
  margin-bottom: 36px;
}
/* line 9, ../sass/templates/_about.sass */
section.our-values .content .intro {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.our-values .content .intro p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.our-values .content .intro ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.our-values .content .intro ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.our-values .content .intro a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.our-values .content .intro a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 11, ../sass/templates/_about.sass */
section.our-values .content .values-chart {
  margin: 40px 0px;
}
/* line 13, ../sass/templates/_about.sass */
section.our-values .content .values-container {
  width: 120px;
  height: 290px;
  line-height: 120px;
  padding: 10px;
  border-radius: 100%;
  text-align: center;
  z-index: 20;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  margin: 0 16px;
  display: inline-block;
  position: relative;
}
@media (max-width: 850px) {
  /* line 13, ../sass/templates/_about.sass */
  section.our-values .content .values-container {
    height: 120px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
  }
}
/* line 33, ../sass/templates/_about.sass */
section.our-values .content .values-container .brother, section.our-values .content .values-container .sister {
  position: absolute;
  border-radius: 100%;
  height: 130px;
  line-height: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 130px;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*&:after
   * content: '-----'
   * color: #ccc 
   * right: -33px
   * position: absolute */
}
/* line 44, ../sass/templates/_about.sass */
section.our-values .content .values-container .brother span, section.our-values .content .values-container .sister span {
  display: inline-block;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1em;
  font-weight: bold;
}
@media (max-width: 850px) {
  /* line 33, ../sass/templates/_about.sass */
  section.our-values .content .values-container .brother, section.our-values .content .values-container .sister {
    position: relative;
    display: inline-block;
    margin: 0;
  }
}
@media (max-width: 340px) {
  /* line 33, ../sass/templates/_about.sass */
  section.our-values .content .values-container .brother, section.our-values .content .values-container .sister {
    height: 125px;
    width: 125px;
  }
  /* line 60, ../sass/templates/_about.sass */
  section.our-values .content .values-container .brother span, section.our-values .content .values-container .sister span {
    font-size: 15px;
  }
}
/* line 68, ../sass/templates/_about.sass */
section.our-values .content .values-container .brother {
  top: 170px;
  opacity: 1;
  visibility: visible;
  color: white;
}
@media (max-width: 850px) {
  /* line 68, ../sass/templates/_about.sass */
  section.our-values .content .values-container .brother {
    top: 0px;
    margin-left: 30px;
  }
  /* line 76, ../sass/templates/_about.sass */
  section.our-values .content .values-container .brother:after {
    content: "";
  }
}
@media (max-width: 340px) {
  /* line 68, ../sass/templates/_about.sass */
  section.our-values .content .values-container .brother {
    margin-left: 26px;
  }
}
/* line 80, ../sass/templates/_about.sass */
section.our-values .content .values-container .sister {
  background-color: white;
}
/* line 82, ../sass/templates/_about.sass */
section.our-values .content .values-container .sister:before {
  content: "";
  background-image: url("../img/controls/arrow-up-down.png");
  height: 30px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -39px;
  left: 43%;
}
@media (max-width: 850px) {
  /* line 82, ../sass/templates/_about.sass */
  section.our-values .content .values-container .sister:before {
    background-image: url("../img/controls/arrow-left-right.png");
    top: 44%;
    right: -30px;
    bottom: initial;
    left: initial;
    width: 24px;
    height: 20px;
  }
}
@media (max-width: 340px) {
  /* line 82, ../sass/templates/_about.sass */
  section.our-values .content .values-container .sister:before {
    right: -27px;
    top: 46%;
  }
}
/* line 104, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(1) .brother, section.our-values .content .values-container:nth-of-type(1) .sister {
  border: 2px solid #16c335;
}
/* line 106, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(1) .brother {
  background-color: #16c335;
}
/* line 108, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(2) .brother, section.our-values .content .values-container:nth-of-type(2) .sister {
  border: 2px solid #045baa;
}
/* line 110, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(2) .brother {
  background-color: #045baa;
}
/* line 112, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(3) .brother, section.our-values .content .values-container:nth-of-type(3) .sister {
  border: 2px solid #7f00c9;
}
/* line 114, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(3) .brother {
  background-color: #7f00c9;
}
/* line 116, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(4) .brother, section.our-values .content .values-container:nth-of-type(4) .sister {
  border: 2px solid #ffc600;
}
/* line 118, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(4) .brother {
  background-color: #ffc600;
}
/* line 120, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(5) .brother, section.our-values .content .values-container:nth-of-type(5) .sister {
  border: 2px solid #0e212b;
}
/* line 122, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(5) .brother:after, section.our-values .content .values-container:nth-of-type(5) .sister:after {
  content: "";
}
/* line 124, ../sass/templates/_about.sass */
section.our-values .content .values-container:nth-of-type(5) .brother {
  background-color: #0e212b;
}
/* line 127, ../sass/templates/_about.sass */
section.our-values .content .values-link {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 750px) {
  /* line 127, ../sass/templates/_about.sass */
  section.our-values .content .values-link {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 130, ../sass/utility/_mixins.sass */
section.our-values .content .values-link:hover {
  background-color: #0e212b;
  color: #ffffff;
}

/* line 131, ../sass/templates/_about.sass */
section.our-story {
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 0px;
  *zoom: 1;
}
@media (max-width: 1200px) {
  /* line 131, ../sass/templates/_about.sass */
  section.our-story {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 131, ../sass/templates/_about.sass */
  section.our-story {
    margin: 0 18px;
  }
}
/* line 63, ../sass/utility/_mixins.sass */
section.our-story:before, section.our-story:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.our-story:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 131, ../sass/templates/_about.sass */
  section.our-story {
    padding: 50px 0px;
  }
}
@media (max-width: 750px) {
  /* line 131, ../sass/templates/_about.sass */
  section.our-story {
    padding: 0;
  }
}
/* line 141, ../sass/templates/_about.sass */
section.our-story h2 {
  font-size: 50px;
  margin: 0 1% 10px;
  position: relative;
  margin-bottom: 40px;
}
/* line 146, ../sass/templates/_about.sass */
section.our-story h2:after {
  content: "";
  height: 8px;
  background-color: #7f00c9;
  display: block;
  width: 150px;
  margin-top: 64px;
}
@media (max-width: 1200px) {
  /* line 141, ../sass/templates/_about.sass */
  section.our-story h2 {
    display: none;
  }
}
/* line 155, ../sass/templates/_about.sass */
section.our-story h2.story-mobile {
  text-align: center;
  display: none;
  margin-bottom: 20px;
}
/* line 159, ../sass/templates/_about.sass */
section.our-story h2.story-mobile:after {
  content: none;
}
@media (max-width: 1200px) {
  /* line 155, ../sass/templates/_about.sass */
  section.our-story h2.story-mobile {
    display: block;
  }
}
/* line 163, ../sass/templates/_about.sass */
section.our-story .section-content {
  width: 50%;
  float: left;
}
@media (max-width: 1200px) {
  /* line 163, ../sass/templates/_about.sass */
  section.our-story .section-content {
    width: 100%;
  }
}
/* line 168, ../sass/templates/_about.sass */
section.our-story .section-content .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.our-story .section-content .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.our-story .section-content .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.our-story .section-content .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.our-story .section-content .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.our-story .section-content .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 170, ../sass/templates/_about.sass */
section.our-story .imagery {
  width: 50%;
  float: right;
}
@media (max-width: 1200px) {
  /* line 170, ../sass/templates/_about.sass */
  section.our-story .imagery {
    width: 100%;
  }
}
/* line 175, ../sass/templates/_about.sass */
section.our-story .section-content {
  padding-right: 50px;
}
@media (max-width: 1200px) {
  /* line 175, ../sass/templates/_about.sass */
  section.our-story .section-content {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
  }
}
/* line 181, ../sass/templates/_about.sass */
section.our-story .imagery {
  position: relative;
  /*div[class^='image']
   * +phabletdown 
   * 	display: none */
}
/* line 183, ../sass/templates/_about.sass */
section.our-story .imagery .image1 {
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  height: 180px;
  width: 310px;
  right: -10px;
  position: relative;
  position: absolute;
}
/* line 47, ../sass/utility/_mixins.sass */
section.our-story .imagery .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.our-story .imagery .image1 > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 195, ../sass/templates/_about.sass */
section.our-story .imagery .image1:after {
  background-color: #16c335;
  width: 180px;
  top: -5px;
  right: 0px;
  content: "";
  position: absolute;
  height: 5px;
}
@media (max-width: 1200px) {
  /* line 183, ../sass/templates/_about.sass */
  section.our-story .imagery .image1 {
    width: 49%;
    margin-right: 1%;
    float: left;
    margin-top: 0px;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
    height: inherit;
  }
  /* line 212, ../sass/templates/_about.sass */
  section.our-story .imagery .image1:after {
    content: none;
  }
}
@media (max-width: 750px) {
  /* line 183, ../sass/templates/_about.sass */
  section.our-story .imagery .image1 {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 217, ../sass/templates/_about.sass */
section.our-story .imagery .image2 {
  background-size: cover;
  background-position: center;
  z-index: 2;
  height: 290px;
  width: 200px;
  margin-top: -36px;
  right: 302px;
  position: absolute;
  border: 12px solid #fff;
}
/* line 226, ../sass/templates/_about.sass */
section.our-story .imagery .image2:after {
  background-color: #ffc600;
  width: 120px;
  bottom: 50px;
  left: -40px;
  content: "";
  position: absolute;
  height: 5px;
}
@media (max-width: 1200px) {
  /* line 217, ../sass/templates/_about.sass */
  section.our-story .imagery .image2 {
    display: none;
  }
}
/* line 236, ../sass/templates/_about.sass */
section.our-story .imagery .image3 {
  background-size: cover;
  background-position: center;
  z-index: 1;
  float: right;
  right: 135px;
  top: 192px;
  position: absolute;
  height: 300px;
  width: 215px;
  z-index: 1;
}
/* line 246, ../sass/templates/_about.sass */
section.our-story .imagery .image3:after {
  background-color: #045baa;
  width: 140px;
  bottom: 20px;
  left: -50px;
  content: "";
  position: absolute;
  height: 5px;
}
@media (max-width: 1200px) {
  /* line 236, ../sass/templates/_about.sass */
  section.our-story .imagery .image3 {
    display: none;
  }
}
/* line 256, ../sass/templates/_about.sass */
section.our-story .imagery .image4 {
  position: absolute;
  top: 255px;
  width: 280px;
  left: -23px;
  position: relative;
  text-align: center;
}
@media (max-width: 1245px) {
  /* line 256, ../sass/templates/_about.sass */
  section.our-story .imagery .image4 {
    width: 261px;
  }
}
/* line 47, ../sass/utility/_mixins.sass */
section.our-story .imagery .image4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.our-story .imagery .image4 > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  /* line 256, ../sass/templates/_about.sass */
  section.our-story .imagery .image4 {
    width: 49%;
    float: left;
    margin-left: 1%;
    margin-top: 0px;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  /* line 256, ../sass/templates/_about.sass */
  section.our-story .imagery .image4 {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 276, ../sass/templates/_about.sass */
section.our-story .imagery .vid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 285, ../sass/templates/_about.sass */
section.our-story .imagery .vid .vid_thumb {
  background-size: cover;
  background-position: center;
}

/* line 292, ../sass/templates/_about.sass */
section.leadership, section.team {
  *zoom: 1;
  overflow: hidden;
	margin: 0px 0px 0px 0px;
}
/* line 63, ../sass/utility/_mixins.sass */
section.leadership:before, section.leadership:after, section.team:before, section.team:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.leadership:after, section.team:after {
  clear: both;
}
@media (max-width: 750px) {
  /* line 292, ../sass/templates/_about.sass */
  section.leadership, section.team {
    margin-top: 40px;
  }
}
/* line 299, ../sass/templates/_about.sass */
section.leadership h2, section.team h2 {
  margin: 0 0 32px;
  display: inline-block;
}
@media (max-width: 600px) {
  /* line 299, ../sass/templates/_about.sass */
  section.leadership h2, section.team h2 {
    display: block;
  }
}
/* line 304, ../sass/templates/_about.sass */
section.leadership .team-header, section.team .team-header {
  position: relative;
}
/* line 308, ../sass/templates/_about.sass */
section.leadership .team-header .filters-team, section.team .team-header .filters-team {
  padding-top: 10px;
  position: absolute;
  width: 200px;
  border-bottom: 2px solid #0e212b;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 1000;
  padding: 5px;
  padding-bottom: 0;
  font-size: 0.9em;
}
@media (max-width: 750px) {
  /* line 308, ../sass/templates/_about.sass */
  section.leadership .team-header .filters-team, section.team .team-header .filters-team {
    width: 150px;
    font-size: 0.7em;
  }
}
/* line 189, ../sass/utility/_mixins.sass */
section.leadership .team-header .filters-team:hover ul, section.team .team-header .filters-team:hover ul {
  display: block;
}
/* line 191, ../sass/utility/_mixins.sass */
section.leadership .team-header .filters-team .arrow, section.team .team-header .filters-team .arrow {
  width: 18px;
  position: absolute;
  right: 0px;
  top: 6px;
}
/* line 196, ../sass/utility/_mixins.sass */
section.leadership .team-header .filters-team ul, section.team .team-header .filters-team ul {
  display: none;
}
/* line 198, ../sass/utility/_mixins.sass */
section.leadership .team-header .filters-team .filter-item, section.team .team-header .filters-team .filter-item {
  right: 25px;
  top: 10px;
}
/* line 201, ../sass/utility/_mixins.sass */
section.leadership .team-header .filters-team .filter-item a, section.team .team-header .filters-team .filter-item a {
  display: block;
  line-height: 1;
  margin: 0 -5px;
  padding: 5px;
  -moz-transition: all, 0.2s, ease-out;
  -o-transition: all, 0.2s, ease-out;
  -webkit-transition: all, 0.2s, ease-out;
  transition: all, 0.2s, ease-out;
}
/* line 207, ../sass/utility/_mixins.sass */
section.leadership .team-header .filters-team .filter-item a:hover, section.team .team-header .filters-team .filter-item a:hover {
  background-color: #0e212b;
  color: white;
}
/* line 310, ../sass/templates/_about.sass */
section.leadership .profile, section.team .profile {
  width: 23.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  float: left;
  text-align: left;
  display: block;
  height: 460px;
  background: #ffffff;	
}
@media (max-width: 1200px) {
	section.leadership .profile, section.team .profile {
		height: 410px;
	}
}
@media (max-width: 750px) {
	section.leadership .profile, section.team .profile {
		height: 375px;
	}
}
/* line 6, ../sass/modules/_team-block.sass */
section.leadership .profile h4, section.team .profile h4 {
  margin: 20px 0px 0px 0px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1000px) {
  /* line 6, ../sass/modules/_team-block.sass */
  section.leadership .profile h4, section.team .profile h4 {
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  /* line 6, ../sass/modules/_team-block.sass */
  section.leadership .profile h4, section.team .profile h4 {
    font-weight: bold;
    margin: 16px 0 10px;
    text-align: center;
  }
}
/* line 17, ../sass/modules/_team-block.sass */
section.leadership .profile .profile-image, section.team .profile .profile-image {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
}
/* line 47, ../sass/utility/_mixins.sass */
section.leadership .profile .profile-image:before, section.team .profile .profile-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.leadership .profile .profile-image > .in, section.team .profile .profile-image > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 21, ../sass/modules/_team-block.sass */
section.leadership .profile .profile-image .overlay, section.team .profile .profile-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
@media (max-width: 1030px) {
  /* line 21, ../sass/modules/_team-block.sass */
  section.leadership .profile .profile-image .overlay, section.team .profile .profile-image .overlay {
    font-size: 0.75em;
    line-height: 1.1em;
    padding: 15px;
  }
}
@media (max-width: 750px) {
  /* line 21, ../sass/modules/_team-block.sass */
  section.leadership .profile .profile-image .overlay, section.team .profile .profile-image .overlay {
    display: none;
  }
}
/* line 40, ../sass/modules/_team-block.sass */
section.leadership .profile .title, section.team .profile .title {
  margin-bottom: 7px;
}
/* line 42, ../sass/modules/_team-block.sass */
section.leadership .profile .loc, section.team .profile .loc {
  line-height: 1em;
}
/* line 218, ../sass/utility/_mixins.sass */
section.leadership .profile .loc .location:after, section.team .profile .loc .location:after {
  content: ", ";
}
/* line 221, ../sass/utility/_mixins.sass */
section.leadership .profile .loc .location:last-of-type:after, section.team .profile .loc .location:last-of-type:after {
  content: "";
}
/* line 47, ../sass/modules/_team-block.sass */
section.leadership .profile .title, section.leadership .profile .more, section.team .profile .title, section.team .profile .more {
  width: 80%;
  min-height: 44px;	
  margin: 10px auto 0px auto;	
  font-size: 22px;
  line-height: 26px;	
  font-weight: 200;
  text-align: center;	
}
@media (max-width: 1200px) {
	section.leadership .profile .title, section.leadership .profile .more, section.team .profile .title, section.team .profile .more {
		font-size: 20px;
  		line-height: 24px;
		min-height: 96px;
	}
}
@media (max-width: 750px) {
	section.leadership .profile .title, section.leadership .profile .more, section.team .profile .title, section.team .profile .more {
		min-height: auto;
	}
}

/* line 49, ../sass/modules/_team-block.sass */
section.leadership .profile .more, section.team .profile .more {
  position: absolute;
  bottom: 30px;
}
@media (max-width: 1030px) {
  /* line 49, ../sass/modules/_team-block.sass */
  section.leadership .profile .more, section.team .profile .more {
    font-size: 0.75em;
    bottom: 10px;
  }
}
/* line 55, ../sass/modules/_team-block.sass */
section.leadership .profile .mobile-info, section.team .profile .mobile-info {
  display: none;
  line-height: 1.1em;
  text-align: center;
}
@media (max-width: 750px) {
  /* line 55, ../sass/modules/_team-block.sass */
  section.leadership .profile .mobile-info, section.team .profile .mobile-info {
    display: block;
  }
  /* line 62, ../sass/modules/_team-block.sass */
  section.leadership .profile .mobile-info .title, section.team .profile .mobile-info .title {
    font-weight: 200;
    margin-bottom: 3px;
  }
}
/* line 66, ../sass/modules/_team-block.sass */
section.leadership .profile:hover .overlay, section.team .profile:hover .overlay {
  opacity: 1;
  visibility: visible;
  background: #16c335;
}
/* line 28, ../sass/utility/_color-changers.sass */
section.leadership .profile:nth-child(16n+1) .overlay, section.leadership .profile:nth-child(16n+2) .overlay, section.leadership .profile:nth-child(16n+3) .overlay, section.leadership .profile:nth-child(16n+4) .overlay, section.team .profile:nth-child(16n+1) .overlay, section.team .profile:nth-child(16n+2) .overlay, section.team .profile:nth-child(16n+3) .overlay, section.team .profile:nth-child(16n+4) .overlay {
  background-color: #ffc600;
}
/* line 34, ../sass/utility/_color-changers.sass */
section.leadership .profile:nth-child(16n+5) .overlay, section.leadership .profile:nth-child(16n+6) .overlay, section.leadership .profile:nth-child(16n+7) .overlay, section.leadership .profile:nth-child(16n+8) .overlay, section.team .profile:nth-child(16n+5) .overlay, section.team .profile:nth-child(16n+6) .overlay, section.team .profile:nth-child(16n+7) .overlay, section.team .profile:nth-child(16n+8) .overlay {
  background-color: #045baa;
}
/* line 40, ../sass/utility/_color-changers.sass */
section.leadership .profile:nth-child(16n+9) .overlay, section.leadership .profile:nth-child(16n+10) .overlay, section.leadership .profile:nth-child(16n+11) .overlay, section.leadership .profile:nth-child(16n+12) .overlay, section.team .profile:nth-child(16n+9) .overlay, section.team .profile:nth-child(16n+10) .overlay, section.team .profile:nth-child(16n+11) .overlay, section.team .profile:nth-child(16n+12) .overlay {
  background-color: #7f00c9;
}
/* line 46, ../sass/utility/_color-changers.sass */
section.leadership .profile:nth-child(16n+13) .overlay, section.leadership .profile:nth-child(16n+14) .overlay, section.leadership .profile:nth-child(16n+15) .overlay, section.leadership .profile:nth-child(16n+16) .overlay, section.team .profile:nth-child(16n+13) .overlay, section.team .profile:nth-child(16n+14) .overlay, section.team .profile:nth-child(16n+15) .overlay, section.team .profile:nth-child(16n+16) .overlay {
  background-color: #16c335;
}
@media (max-width: 750px) {
  /* line 310, ../sass/templates/_about.sass */
  section.leadership .profile, section.team .profile {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
  }
}
/* line 325, ../sass/templates/_about.sass */
section.leadership .profile-grid, section.team .profile-grid {
  *zoom: 1;
  margin-right: -1.5%;
}
/* line 63, ../sass/utility/_mixins.sass */
section.leadership .profile-grid:before, section.leadership .profile-grid:after, section.team .profile-grid:before, section.team .profile-grid:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.leadership .profile-grid:after, section.team .profile-grid:after {
  clear: both;
}
@media (max-width: 750px) {
  /* line 325, ../sass/templates/_about.sass */
  section.leadership .profile-grid, section.team .profile-grid {
    margin: 0;
  }
}
/* line 332, ../sass/templates/_about.sass */
section.leadership .profile-grid .grid-filler, section.team .profile-grid .grid-filler {
  display: none;
  background-color: #16c335;
  width: 23.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  float: left;
  position: relative;
}
/* line 47, ../sass/utility/_mixins.sass */
section.leadership .profile-grid .grid-filler:before, section.team .profile-grid .grid-filler:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.leadership .profile-grid .grid-filler > .in, section.team .profile-grid .grid-filler > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 340, ../sass/templates/_about.sass */
section.leadership .profile-grid .grid-filler .in, section.team .profile-grid .grid-filler .in {
  padding: 25px;
  color: white;
  line-height: 1.16em;
  font-size: 24px;
}
@media (min-width: 1030px) {
  /* line 347, ../sass/templates/_about.sass */
  section.leadership .profile-grid.fill-lrg .grid-filler, section.team .profile-grid.fill-lrg .grid-filler {
    display: block;
  }
}
@media (max-width: 1030px) {
  /* line 351, ../sass/templates/_about.sass */
  section.leadership .profile-grid.fill-med .grid-filler, section.team .profile-grid.fill-med .grid-filler {
    display: block;
  }
}
@media (max-width: 750px) {
  /* line 357, ../sass/templates/_about.sass */
  section.leadership .profile-grid.fill-med .grid-filler, section.leadership .profile-grid.fill-lrg .grid-filler, section.team .profile-grid.fill-med .grid-filler, section.team .profile-grid.fill-lrg .grid-filler {
    display: none;
  }
}

/* line 360, ../sass/templates/_about.sass */
.team .profile-grid .grid-filler {
  background-color: #7f00c9;
}

/* line 1, ../sass/templates/_consulting.sass */
section.journey-section {
  *zoom: 1;
  max-width: 1240px;
  margin: 0 auto;
  margin: 0 auto;
}
/* line 63, ../sass/utility/_mixins.sass */
section.journey-section:before, section.journey-section:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.journey-section:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 1, ../sass/templates/_consulting.sass */
  section.journey-section {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 1, ../sass/templates/_consulting.sass */
  section.journey-section {
    margin: 0 18px;
  }
}
/* line 5, ../sass/templates/_consulting.sass */
section.journey-section .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #949599;
  height: 12px;
  width: 12px;
  background: transparent;
}
/* line 10, ../sass/templates/_consulting.sass */
section.journey-section .bx-wrapper .bx-pager.bx-default-pager a:hover, section.journey-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #949599;
}
/* line 12, ../sass/templates/_consulting.sass */
section.journey-section .content {
  padding: 60px 0px;
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.journey-section .content:before, section.journey-section .content:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.journey-section .content:after {
  clear: both;
}
@media (max-width: 750px) {
  /* line 12, ../sass/templates/_consulting.sass */
  section.journey-section .content {
    padding: 0;
  }
}
/* line 17, ../sass/templates/_consulting.sass */
section.journey-section .section-content {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 25px;
}
@media (max-width: 1200px) {
  /* line 17, ../sass/templates/_consulting.sass */
  section.journey-section .section-content {
    width: 100%;
    float: none;
    padding: 20px 15px;
    text-align: center;
  }
  /* line 27, ../sass/templates/_consulting.sass */
  section.journey-section .section-content .mobile-image {
    margin-bottom: 20px;
  }
  /* line 29, ../sass/templates/_consulting.sass */
  section.journey-section .section-content h3 {
    margin-bottom: 15px;
  }
  /* line 31, ../sass/templates/_consulting.sass */
  section.journey-section .section-content .txt {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  /* line 17, ../sass/templates/_consulting.sass */
  section.journey-section .section-content {
    padding: 0 0 50px;
  }
}
/* line 37, ../sass/templates/_consulting.sass */
section.journey-section .section-content h2 {
  margin: 0px 0px 36px;
}
@media (max-width: 1200px) {
  /* line 37, ../sass/templates/_consulting.sass */
  section.journey-section .section-content h2 {
    margin: 20px 0px 30px;
  }
}
/* line 41, ../sass/templates/_consulting.sass */
section.journey-section .section-content .intro {
  position: relative;
  font-weight: 200;
  margin-bottom: 100px;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.journey-section .section-content .intro p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.journey-section .section-content .intro ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.journey-section .section-content .intro ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.journey-section .section-content .intro a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.journey-section .section-content .intro a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 46, ../sass/templates/_consulting.sass */
section.journey-section .section-content .intro:after {
  content: "";
  height: 8px;
  background-color: #045baa;
  width: 140px;
  left: 0px;
  bottom: -60px;
  position: absolute;
}
/* line 55, ../sass/templates/_consulting.sass */
section.journey-section .section-content .copy strong {
  margin-bottom: 5px;
}
/* line 58, ../sass/templates/_consulting.sass */
section.journey-section .section-content .steps .mobile-image {
  display: none;
  position: relative;
}
/* line 47, ../sass/utility/_mixins.sass */
section.journey-section .section-content .steps .mobile-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.journey-section .section-content .steps .mobile-image > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  /* line 58, ../sass/templates/_consulting.sass */
  section.journey-section .section-content .steps .mobile-image {
    display: block;
  }
}
/* line 63, ../sass/templates/_consulting.sass */
section.journey-section .section-content .steps h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
/* line 66, ../sass/templates/_consulting.sass */
section.journey-section .section-content .steps .txt {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.journey-section .section-content .steps .txt p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.journey-section .section-content .steps .txt ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.journey-section .section-content .steps .txt ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.journey-section .section-content .steps .txt a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.journey-section .section-content .steps .txt a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 69, ../sass/templates/_consulting.sass */
section.journey-section .imagery {
  width: 50%;
  float: right;
  margin-top: 60px;
  position: relative;
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.journey-section .imagery:before, section.journey-section .imagery:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.journey-section .imagery:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 69, ../sass/templates/_consulting.sass */
  section.journey-section .imagery {
    display: none;
  }
}
/* line 82, ../sass/templates/_consulting.sass */
section.journey-section .imagery div {
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 86, ../sass/templates/_consulting.sass */
section.journey-section .imagery div:after {
  content: "";
  position: absolute;
  height: 5px;
}
/* line 90, ../sass/templates/_consulting.sass */
section.journey-section .imagery div.image1 {
  border: 12px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  float: right;
  height: 232px;
  width: 342px;
}
/* line 97, ../sass/templates/_consulting.sass */
section.journey-section .imagery div.image1:after {
  background-color: #ffc600;
  width: 180px;
  top: 80px;
  left: -50px;
}
@media (max-width: 1200px) {
  /* line 90, ../sass/templates/_consulting.sass */
  section.journey-section .imagery div.image1 {
    height: 500px;
    width: 100%;
  }
  /* line 105, ../sass/templates/_consulting.sass */
  section.journey-section .imagery div.image1:after {
    content: none;
  }
}
@media (max-width: 750px) {
  /* line 90, ../sass/templates/_consulting.sass */
  section.journey-section .imagery div.image1 {
    height: 320px;
  }
}
/* line 109, ../sass/templates/_consulting.sass */
section.journey-section .imagery div.image2 {
  z-index: 1;
  height: 220px;
  width: 320px;
  margin-top: 184px;
  right: 292px;
  position: absolute;
}
/* line 116, ../sass/templates/_consulting.sass */
section.journey-section .imagery div.image2:after {
  background-color: #7f00c9;
  width: 180px;
  bottom: 20px;
  left: -20px;
}
@media (max-width: 1200px) {
  /* line 109, ../sass/templates/_consulting.sass */
  section.journey-section .imagery div.image2 {
    display: none;
  }
}
/* line 123, ../sass/templates/_consulting.sass */
section.journey-section .imagery div.image3 {
  z-index: 1;
  float: right;
  right: 44px;
  top: 232px;
  position: absolute;
  height: 300px;
  width: 234px;
}
/* line 131, ../sass/templates/_consulting.sass */
section.journey-section .imagery div.image3:after {
  background-color: #16c335;
  width: 110px;
  top: 20px;
  right: -25px;
}
@media (max-width: 1200px) {
  /* line 123, ../sass/templates/_consulting.sass */
  section.journey-section .imagery div.image3 {
    display: none;
  }
}

/* line 139, ../sass/templates/_consulting.sass */
section.methodology-section {
  background-color: #0f212b;
  width: 100%;
  color: #ffffff;
}
/* line 112, ../sass/utility/_mixins.sass */
section.methodology-section a {
  color: #ffffff;
}
@media (min-width: 1200px) {
  /* line 8, ../sass/modules/_methodology-chart.sass */
  section.methodology-section .content .in {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 50px 80px;
  }
  /* line 12, ../sass/modules/_methodology-chart.sass */
  section.methodology-section .content .imagery {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    height: 600px;
    max-width: 600px;
    width: 57%;
  }
}
@media (max-width: 1200px) {
  /* line 6, ../sass/modules/_methodology-chart.sass */
  section.methodology-section .content {
    text-align: center;
    padding: 100px 0;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  /* line 6, ../sass/modules/_methodology-chart.sass */
  section.methodology-section .content {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  /* line 23, ../sass/modules/_methodology-chart.sass */
  section.methodology-section .content .imagery {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    height: 600px;
    max-width: 600px;
    width: 100%;
  }
}
/* line 28, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery {
  position: relative;
  margin: 0 auto;
}
/* line 31, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .methodology-chart-step {
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  text-align: center;
  position: absolute;
  display: table;
  z-index: 20;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(14, 33, 43, 0);
  cursor: pointer;
}
/* line 45, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .txt {
  display: table-cell;
  vertical-align: middle;
  line-height: 26px;
}
/* line 49, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .step1 {
  position: absolute;
  top: 10px;
  left: 41%;
  border: 2px solid #16c335;
}
/* line 54, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .step1:hover, section.methodology-section .content .imagery .step1.on {
  background-color: #16c335;
}
/* line 57, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .step4 {
  position: absolute;
  left: 0px;
  top: 41%;
  border: 2px solid #7f00c9;
}
/* line 62, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .step4:hover, section.methodology-section .content .imagery .step4.on {
  background-color: #7f00c9;
}
/* line 65, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .step2 {
  position: absolute;
  right: 0px;
  top: 41%;
  border: 2px solid #ffc600;
}
/* line 70, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .step2:hover, section.methodology-section .content .imagery .step2.on {
  background-color: #ffc600;
}
/* line 73, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .step3 {
  position: absolute;
  bottom: 10px;
  left: 41%;
  border: 2px solid #045baa;
}
/* line 78, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .step3:hover, section.methodology-section .content .imagery .step3.on {
  background-color: #045baa;
}
/* line 81, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .method-logo {
  max-width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 87, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .imagery .method-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 92, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup {
  width: 43%;
  padding-left: 70px;
}
/* line 95, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup h2 {
  position: relative;
  font-weight: 200;
  margin: 80px 0px 40px;
  display: inline-block;
}
/* line 100, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup h2 span {
  font-size: 0.3em;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
/* line 102, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup h2:after {
  content: "";
  height: 8px;
  background-color: #16c335;
  width: 80px;
  margin-top: 24px;
  display: block;
  margin-top: 60px;
}
/* line 106, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup.step1 h2:after {
  background-color: #16c335;
}
/* line 109, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup.step2 h2:after {
  background-color: #ffc600;
}
/* line 112, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup.step3 h2:after {
  background-color: #045baa;
}
/* line 115, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup.step4 h2:after {
  background-color: #7f00c9;
}
@media (max-width: 1200px) {
  /* line 92, ../sass/modules/_methodology-chart.sass */
  section.methodology-section .content .methodology-chart-lockup {
    width: 100%;
    max-width: 700px;
    padding: 40px 0;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  /* line 92, ../sass/modules/_methodology-chart.sass */
  section.methodology-section .content .methodology-chart-lockup {
    padding: 50px 0 0 0;
    margin-top: 0;
  }
}
/* line 126, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container {
  position: relative;
  *zoom: 1;
  min-height: 200px;
  padding: 10px 0px 30px;
}
/* line 63, ../sass/utility/_mixins.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container:before, section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container:after {
  clear: both;
}
/* line 131, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy {
  width: 100%;
}
/* line 133, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy h5 {
  font-weight: 100;
  font-size: 30px;
  line-height: 1;
}
/* line 137, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy h3 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 36px;
  line-height: 1;
}
/* line 142, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 146, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .copy p:first-of-type {
  margin-top: 0;
}
/* line 148, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions {
  color: #16c335;
  font-size: 0.87em;
  word-spacing: 4px;
  margin-top: 70px;
}
/* line 153, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .icon, section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
/* line 157, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .icon svg, section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .text svg {
  width: 12px;
  height: 12px;
}
/* line 160, ../sass/modules/_methodology-chart.sass */
section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .icon svg *, section.methodology-section .content .methodology-chart-lockup .methodology-chart-txt-container .chart-instructions .text svg * {
  fill: #16c335;
}

/* line 144, ../sass/templates/_consulting.sass */
section.offerings-section {
  background: #eee;
  clear: both;
  text-align: center;
}
/* line 148, ../sass/templates/_consulting.sass */
section.offerings-section .lockup {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 20px 20px 20px;
}
@media (max-width: 750px) {
  /* line 148, ../sass/templates/_consulting.sass */
  section.offerings-section .lockup {
    padding-top: 30px;
  }
}
/* line 154, ../sass/templates/_consulting.sass */
section.offerings-section .lockup h2 {
  margin-bottom: 20px;
}
/* line 156, ../sass/templates/_consulting.sass */
section.offerings-section .offerings {
  *zoom: 1;
  max-width: 1240px;
  margin: 0 auto;
}
/* line 63, ../sass/utility/_mixins.sass */
section.offerings-section .offerings:before, section.offerings-section .offerings:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.offerings-section .offerings:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 156, ../sass/templates/_consulting.sass */
  section.offerings-section .offerings {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 156, ../sass/templates/_consulting.sass */
  section.offerings-section .offerings {
    margin: 0 18px;
  }
}
/* line 159, ../sass/templates/_consulting.sass */
section.offerings-section .offerings .offering-thumb {
  width: 31.334%;
  margin: 0 1% 40px;
  float: left;
  text-align: left;
  background-color: white;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1060px) {
  /* line 159, ../sass/templates/_consulting.sass */
  section.offerings-section .offerings .offering-thumb {
    width: 49%;
    margin: 0 0.5% 40px;
  }
}
@media (max-width: 750px) {
  /* line 159, ../sass/templates/_consulting.sass */
  section.offerings-section .offerings .offering-thumb {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 16, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb .offering-img {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
}
/* line 47, ../sass/utility/_mixins.sass */
section.offerings-section .offerings .offering-thumb .offering-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.offerings-section .offerings .offering-thumb .offering-img > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 20, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb:after {
  content: "";
  position: absolute;
  height: 7px;
  background-color: #ffc600;
  width: 0%;
  left: 0px;
  bottom: 0px;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
/* line 29, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb .info {
  padding: 25px;
  position: relative;
}
/* line 32, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb .info h4 {
  display: inline;
  font-size: 26px;
}
@media (max-width: 1200px) and (min-width: 1060px) {
  /* line 32, ../sass/modules/_offering-block.sass */
  section.offerings-section .offerings .offering-thumb .info h4 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  /* line 32, ../sass/modules/_offering-block.sass */
  section.offerings-section .offerings .offering-thumb .info h4 {
    font-size: 22px;
  }
}
/* line 39, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb .info .more-link {
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 25px;
  bottom: 50%;
  margin-bottom: -12px;
}
/* line 48, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb .info .more-link span {
  opacity: 0;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 54, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb .info .more-link:after {
  content: "";
  background: url("../img/controls/arrow-right.svg");
  display: inline-block;
  background-size: contain;
  background-position: center;
  height: 15px;
  width: 16px;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  opacity: 1;
}
/* line 67, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb .lightbox-content {
  display: none;
}
/* line 71, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb:hover:after {
  width: 100%;
}
/* line 74, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb:hover .more-link span {
  opacity: 1;
}
/* line 77, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb:nth-child(4n+1):after {
  background-color: #16c335;
}
/* line 80, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb:nth-child(4n+2):after {
  background-color: #045baa;
}
/* line 83, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb:nth-child(4n+3):after {
  background-color: #ffc600;
}
/* line 86, ../sass/modules/_offering-block.sass */
section.offerings-section .offerings .offering-thumb:nth-child(4n+4):after {
  background-color: #7f00c9;
}

@media (max-width: 750px) {
  /* line 164, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-content {
    overflow: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
/* line 170, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: white;
}
@media (max-width: 960px) {
  /* line 170, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in {
    height: auto;
    overflow: scroll;
  }
}
/* line 178, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in h4 {
  padding-top: 20px;
}
/* line 180, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .info {
  display: none;
}
/* line 182, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .post-img,
.lb-overlay.offering .lb-in .offering-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  float: left;
  position: relative;
  background-color: #f5f5f5;
}
/* line 47, ../sass/utility/_mixins.sass */
.lb-overlay.offering .lb-in .post-img:before,
.lb-overlay.offering .lb-in .offering-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
/* line 52, ../sass/utility/_mixins.sass */
.lb-overlay.offering .lb-in .post-img > .in,
.lb-overlay.offering .lb-in .offering-img > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  /* line 182, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in .post-img,
  .lb-overlay.offering .lb-in .offering-img {
    width: 100%;
    height: 380px;
  }
}
@media (max-width: 750px) {
  /* line 182, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in .post-img,
  .lb-overlay.offering .lb-in .offering-img {
    height: 280px;
  }
}
/* line 197, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .post-img .in,
.lb-overlay.offering .lb-in .offering-img .in {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 205, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .lightbox-content {
  margin-left: 55%;
  padding: 36px;
  overflow: scroll;
  height: 100%;
}
@media (max-width: 750px) {
  /* line 205, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in .lightbox-content {
    padding: 20px;
  }
}
/* line 213, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .lightbox-content h4 {
  position: relative;
  font-size: 60px;
  line-height: 62px;
}
/* line 217, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .lightbox-content h4:after {
  content: "";
  height: 8px;
  background-color: #16c335;
  width: 80px;
  margin-top: 24px;
  display: block;
}
@media (max-width: 750px) {
  /* line 213, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in .lightbox-content h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
/* line 222, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .lightbox-content .copy {
  margin-top: 30px;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
.lb-overlay.offering .lb-in .lightbox-content .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.lb-overlay.offering .lb-in .lightbox-content .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.lb-overlay.offering .lb-in .lightbox-content .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.lb-overlay.offering .lb-in .lightbox-content .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.lb-overlay.offering .lb-in .lightbox-content .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 225, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .lightbox-content .link {
  display: block;
  text-align: right;
  font-weight: bold;
}
/* line 229, ../sass/templates/_consulting.sass */
.lb-overlay.offering .lb-in .lightbox-content .link:after {
  content: "";
  background: url("../img/controls/arrow-right.png");
  display: inline-block;
  background-size: contain;
  background-position: center;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-left: 3px;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  /* line 225, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in .lightbox-content .link {
    text-align: center;
    border: 1px solid #0e212b;
    padding: 10px;
  }
  /* line 244, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in .lightbox-content .link:after {
    display: none;
  }
}
@media (max-width: 960px) {
  /* line 170, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in {
    overflow: scroll;
  }
  /* line 248, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in .post-img {
    width: 100%;
    position: relative;
    height: 320px;
  }
  /* line 252, ../sass/templates/_consulting.sass */
  .lb-overlay.offering .lb-in .lightbox-content {
    margin-left: 0%;
    height: auto;
    overflow: visible;
  }
}

/* line 257, ../sass/templates/_consulting.sass */
section.client-services-section {
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.client-services-section:before, section.client-services-section:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.client-services-section:after {
  clear: both;
}
/* line 260, ../sass/templates/_consulting.sass */
section.client-services-section .content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 0px;
}
@media (max-width: 1200px) {
  /* line 260, ../sass/templates/_consulting.sass */
  section.client-services-section .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 260, ../sass/templates/_consulting.sass */
  section.client-services-section .content {
    margin: 0 18px;
  }
}
/* line 264, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery {
  width: 50%;
  float: right;
  position: relative;
}
@media (max-width: 1200px) {
  /* line 264, ../sass/templates/_consulting.sass */
  section.client-services-section .content .imagery {
    width: 100%;
    float: none;
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 275, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery div {
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 279, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery div:after {
  content: "";
  position: absolute;
  height: 5px;
}
/* line 283, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery div.image1 {
  border: 12px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  float: right;
  height: 232px;
  width: 342px;
}
/* line 290, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery div.image1:after {
  background-color: #ffc600;
  width: 180px;
  top: 80px;
  left: -50px;
}
@media (max-width: 1200px) {
  /* line 283, ../sass/templates/_consulting.sass */
  section.client-services-section .content .imagery div.image1 {
    height: 500px;
    width: 100%;
    float: none;
    border: none;
  }
  /* line 300, ../sass/templates/_consulting.sass */
  section.client-services-section .content .imagery div.image1:after {
    content: none;
  }
}
@media (max-width: 750px) {
  /* line 283, ../sass/templates/_consulting.sass */
  section.client-services-section .content .imagery div.image1 {
    height: 320px;
  }
}
/* line 304, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery div.image2 {
  z-index: 1;
  height: 220px;
  width: 320px;
  margin-top: 184px;
  right: 292px;
  position: absolute;
}
/* line 311, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery div.image2:after {
  background-color: #7f00c9;
  width: 180px;
  bottom: 20px;
  left: -20px;
}
@media (max-width: 1200px) {
  /* line 304, ../sass/templates/_consulting.sass */
  section.client-services-section .content .imagery div.image2 {
    display: none;
  }
}
/* line 318, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery div.image3 {
  z-index: 1;
  float: right;
  right: 44px;
  top: 232px;
  position: absolute;
  height: 300px;
  width: 234px;
}
/* line 326, ../sass/templates/_consulting.sass */
section.client-services-section .content .imagery div.image3:after {
  background-color: #16c335;
  width: 110px;
  top: 20px;
  right: -25px;
}
@media (max-width: 1200px) {
  /* line 318, ../sass/templates/_consulting.sass */
  section.client-services-section .content .imagery div.image3 {
    display: none;
  }
}
/* line 333, ../sass/templates/_consulting.sass */
section.client-services-section .content .section-content {
  width: 50%;
  float: left;
  padding: 30px 25px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  /* line 333, ../sass/templates/_consulting.sass */
  section.client-services-section .content .section-content {
    width: 100%;
    float: none;
    padding: 30px 0px;
  }
}
/* line 342, ../sass/templates/_consulting.sass */
section.client-services-section .content .section-content h2 {
  margin: 0px 0px 36px;
}
@media (max-width: 1200px) {
  /* line 342, ../sass/templates/_consulting.sass */
  section.client-services-section .content .section-content h2 {
    display: none;
  }
}
/* line 346, ../sass/templates/_consulting.sass */
section.client-services-section .content .section-content .intro {
  position: relative;
  font-weight: 200;
  margin-bottom: 90px;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .intro p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .intro ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .intro ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .intro a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .intro a:hover {
  border-bottom: 2px solid #ffc600;
}
@media (max-width: 1200px) {
  /* line 346, ../sass/templates/_consulting.sass */
  section.client-services-section .content .section-content .intro {
    display: none;
  }
}
/* line 353, ../sass/templates/_consulting.sass */
section.client-services-section .content .section-content .intro:after {
  content: "";
  height: 8px;
  background-color: #16c335;
  width: 140px;
  left: 0px;
  bottom: -60px;
  position: absolute;
}
/* line 361, ../sass/templates/_consulting.sass */
section.client-services-section .content .section-content .copy {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.client-services-section .content .section-content .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 363, ../sass/templates/_consulting.sass */
section.client-services-section .content .section-content .copy ul {
  list-style-type: disc;
  margin-left: 20px;
}
/* line 366, ../sass/templates/_consulting.sass */
section.client-services-section .content .section-content .copy ul li {
  margin-top: 20px;
}
/* line 369, ../sass/templates/_consulting.sass */
section.client-services-section .content .section-content.mobile {
  display: none;
}
@media (max-width: 1200px) {
  /* line 369, ../sass/templates/_consulting.sass */
  section.client-services-section .content .section-content.mobile {
    display: block;
  }
  /* line 373, ../sass/templates/_consulting.sass */
  section.client-services-section .content .section-content.mobile h2 {
    display: block;
  }
  /* line 375, ../sass/templates/_consulting.sass */
  section.client-services-section .content .section-content.mobile .intro {
    display: block;
    margin-bottom: 0px;
  }
  /* line 378, ../sass/templates/_consulting.sass */
  section.client-services-section .content .section-content.mobile .intro p {
    margin-bottom: 0px;
  }
  /* line 380, ../sass/templates/_consulting.sass */
  section.client-services-section .content .section-content.mobile .intro:after {
    content: none;
  }
}

/* line 1, ../sass/templates/_key-ideas.sass */
.single-key-idea {
  margin: 0 auto;
}
/* line 3, ../sass/templates/_key-ideas.sass */
.single-key-idea .key-idea-txt-wrapper {
  padding: 50px 0px;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
  *zoom: 1;
}
@media (max-width: 1200px) {
  /* line 3, ../sass/templates/_key-ideas.sass */
  .single-key-idea .key-idea-txt-wrapper {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 3, ../sass/templates/_key-ideas.sass */
  .single-key-idea .key-idea-txt-wrapper {
    margin: 0 18px;
  }
}
/* line 63, ../sass/utility/_mixins.sass */
.single-key-idea .key-idea-txt-wrapper:before, .single-key-idea .key-idea-txt-wrapper:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.single-key-idea .key-idea-txt-wrapper:after {
  clear: both;
}
/* line 8, ../sass/templates/_key-ideas.sass */
.single-key-idea h5 {
  font-weight: bold;
}
/* line 10, ../sass/templates/_key-ideas.sass */
.single-key-idea h3 {
  font-size: 30px;
  line-height: 37px;
  margin: 0px 0px 40px;
  font-weight: 500;
}
/* line 15, ../sass/templates/_key-ideas.sass */
.single-key-idea .copy {
  text-align: center;
  margin-bottom: 10px;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
.single-key-idea .copy p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.single-key-idea .copy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.single-key-idea .copy ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.single-key-idea .copy a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.single-key-idea .copy a:hover {
  border-bottom: 2px solid #ffc600;
}
@media (max-width: 750px) {
  /* line 15, ../sass/templates/_key-ideas.sass */
  .single-key-idea .copy {
    padding: 0px 50px 40px;
  }
}
/* line 23, ../sass/templates/_key-ideas.sass */
.single-key-idea .vid {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
/* line 47, ../sass/utility/_mixins.sass */
.single-key-idea .vid:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
/* line 52, ../sass/utility/_mixins.sass */
.single-key-idea .vid > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  /* line 23, ../sass/templates/_key-ideas.sass */
  .single-key-idea .vid {
    margin-bottom: 0px;
  }
}
/* line 29, ../sass/templates/_key-ideas.sass */
.single-key-idea .in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 31, ../sass/templates/_key-ideas.sass */
.single-key-idea .in #play-video {
  width: 80px;
  margin: 0 auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
/* line 35, ../sass/templates/_key-ideas.sass */
.single-key-idea .quote, .single-key-idea .case-study {
  width: 49%;
  color: white;
}
@media (min-width: 750px) {
  /* line 35, ../sass/templates/_key-ideas.sass */
  .single-key-idea .quote, .single-key-idea .case-study {
    position: relative;
  }
  /* line 47, ../sass/utility/_mixins.sass */
  .single-key-idea .quote:before, .single-key-idea .case-study:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  /* line 52, ../sass/utility/_mixins.sass */
  .single-key-idea .quote > .in, .single-key-idea .case-study > .in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* line 40, ../sass/templates/_key-ideas.sass */
.single-key-idea .quote {
  float: left;
  background-color: #16c335;
}
@media (max-width: 750px) {
  /* line 40, ../sass/templates/_key-ideas.sass */
  .single-key-idea .quote {
    padding: 30px;
    padding-right: 70px;
    text-align: left;
    color: white;
    height: auto;
    width: 100%;
  }
  /* line 50, ../sass/templates/_key-ideas.sass */
  .single-key-idea .quote a {
    color: white;
  }
}
@media (min-width: 750px) {
  /* line 52, ../sass/templates/_key-ideas.sass */
  .single-key-idea .quote .in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* line 55, ../sass/templates/_key-ideas.sass */
.single-key-idea .quote .in h4 {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: left;
  color: white;
  font-size: 42px;
  line-height: 1.27em;
  padding: 50px 50px 50px 80px;
}
@media (max-width: 1000px) {
  /* line 55, ../sass/templates/_key-ideas.sass */
  .single-key-idea .quote .in h4 {
    font-size: 24px;
    padding: 20px;
    padding-right: 40px;
  }
}
@media (max-width: 750px) {
  /* line 55, ../sass/templates/_key-ideas.sass */
  .single-key-idea .quote .in h4 {
    padding: 0;
    font-size: 36px;
  }
}
/* line 69, ../sass/templates/_key-ideas.sass */
.single-key-idea .quote .case-study-link {
  display: none;
}
@media (max-width: 750px) {
  /* line 69, ../sass/templates/_key-ideas.sass */
  .single-key-idea .quote .case-study-link {
    display: block;
    margin-top: 30px;
  }
  /* line 74, ../sass/templates/_key-ideas.sass */
  .single-key-idea .quote .case-study-link .lbl {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 0.8em;
  }
}
/* line 78, ../sass/templates/_key-ideas.sass */
.single-key-idea .case-study {
  float: right;
}
/* line 79, ../sass/templates/_key-ideas.sass */
.single-key-idea .case-study .dimmer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 750px) {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 89, ../sass/templates/_key-ideas.sass */
.single-key-idea .case-study .in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 20;
  overflow: hidden;
}
/* line 93, ../sass/templates/_key-ideas.sass */
.single-key-idea .case-study .in .txt-container {
  padding: 50px;
  z-index: 30;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: inherit;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 750px) {
.single-key-idea .case-study .in .txt-container {
  height: 300px;
}
}
@media (max-width: 1200px) {
  /* line 93, ../sass/templates/_key-ideas.sass */
  .single-key-idea .case-study .in .txt-container {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  /* line 102, ../sass/templates/_key-ideas.sass */
  .single-key-idea .case-study .in .txt-container .copy {
    display: none;
  }
}
/* line 105, ../sass/templates/_key-ideas.sass */
.single-key-idea .case-study .in .txt-container .logo {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 110, ../sass/templates/_key-ideas.sass */
.single-key-idea .case-study .in .txt-container .logo .svg {
  max-width: 300px;
  width: 100%;
  height: auto;
  max-height: 120px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
/* line 118, ../sass/templates/_key-ideas.sass */
.single-key-idea .case-study .in .txt-container .logo svg * {
  fill: #ffffff;
}
/* line 121, ../sass/templates/_key-ideas.sass */
.single-key-idea .case-study .in .txt-container .link {
  display: inline-block;
  color: #ffffff;
  padding: 10px 30px;
  border: 2px solid #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all, 0.5s, ease-out;
  -o-transition: all, 0.5s, ease-out;
  -webkit-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out;
}
@media (max-width: 750px) {
  /* line 121, ../sass/templates/_key-ideas.sass */
  .single-key-idea .case-study .in .txt-container .link {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 145, ../sass/utility/_mixins.sass */
.single-key-idea .case-study .in .txt-container .link:hover {
  background-color: #ffffff;
  color: #0e212b;
}

/* line 125, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 3) .quote {
  float: left;
  background-color: #16c335;
}
/* line 128, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 3) .case-study {
  float: right;
}
/* line 130, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 4) {
  background-color: #eee;
}
/* line 132, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 4) .quote {
  float: right;
  background-color: #ffc600;
}
/* line 135, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 4) .case-study {
  float: left;
}
/* line 138, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 1) .quote {
  float: left;
  background-color: #045baa;
}
/* line 141, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 1) .case-study {
  float: right;
}
/* line 143, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 2) {
  background-color: #eee;
}
/* line 145, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 2) .quote {
  float: right;
  background-color: #7f00c9;
}
/* line 148, ../sass/templates/_key-ideas.sass */
.single-key-idea:nth-of-type(4n + 2) .case-study {
  float: left;
}

/* line 151, ../sass/templates/_key-ideas.sass */
section.partners {
  background-color: #eee;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
/* line 156, ../sass/templates/_key-ideas.sass */
section.partners .logos {
  margin: 15px 0px 20px;
}
/* line 158, ../sass/templates/_key-ideas.sass */
section.partners .logos li {
  display: block;
  vertical-align: middle;
  margin: 0 20px;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
@media (max-width: 750px) {
  /* line 158, ../sass/templates/_key-ideas.sass */
  section.partners .logos li {
    height: 80px;
    max-width: 160px;
  }
}
/* line 167, ../sass/templates/_key-ideas.sass */
section.partners .logos li img {
  max-height: 100px;
  width: auto;
}
/* line 170, ../sass/templates/_key-ideas.sass */
section.partners .partners-link {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 750px) {
  /* line 170, ../sass/templates/_key-ideas.sass */
  section.partners .partners-link {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 130, ../sass/utility/_mixins.sass */
section.partners .partners-link:hover {
  background-color: #0e212b;
  color: #ffffff;
}

/* ===================================
 * Case Studies Landing
 * =================================== */
/* line 4, ../sass/templates/_case-studies.sass */
.case-studies-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 620px;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 750px) {
  /* line 4, ../sass/templates/_case-studies.sass */
  .case-studies-header {
    padding: 0 20px;
  }
}
/* line 15, ../sass/templates/_case-studies.sass */
.case-studies-header .down-arrow {
  z-index: 10;
}
/* line 17, ../sass/templates/_case-studies.sass */
.case-studies-header .dim-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
}
/* line 24, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  max-width: 500px;
  margin: 0px 50px 0px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 750px) {
  /* line 24, ../sass/templates/_case-studies.sass */
  .case-studies-header .featured-case-study-info {
    width: 100%;
    margin: 40px 0px 80px;
    min-width: 0px;
  }
}
/* line 33, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info .logo {
  margin-bottom: 20px;
}
/* line 35, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info svg {
  height: 50px;
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
/* line 40, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info svg path {
  fill: #0e212b !important;
}
/* line 43, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info h2 {
  margin-bottom: 0px;
  position: relative;
}
/* line 46, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info h2:after {
  content: "";
  position: relative;
  display: block;
  height: 8px;
  width: 90px;
  margin: 40px 0;
  background-color: #16c335;
}
/* line 54, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info .content {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
.case-studies-header .featured-case-study-info .content p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
.case-studies-header .featured-case-study-info .content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
.case-studies-header .featured-case-study-info .content ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
.case-studies-header .featured-case-study-info .content a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
.case-studies-header .featured-case-study-info .content a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 56, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info .view-link {
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
}
/* line 60, ../sass/templates/_case-studies.sass */
.case-studies-header .featured-case-study-info .view-link:after {
  content: "";
  background: url("../img/controls/arrow-right.png");
  display: inline-block;
  background-size: contain;
  background-position: center;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-left: 3px;
  background-repeat: no-repeat;
}

/* line 71, ../sass/templates/_case-studies.sass */
.case-studies-list {
  margin: 45px 0px 0px 0px;
  text-align: center;
}
/* line 82, ../sass/templates/_case-studies.sass */
.case-studies-list .case-study-block {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;	
  *zoom: 1;
  padding: 40px 0px 40px 0px;
  margin: 0px 0px 40px 0px;
  background: #ffffff;	
}
.case-studies-list .case-study-block:nth-of-type(even) {
  background: #efefef;	
}

/* line 63, ../sass/utility/_mixins.sass */
.case-studies-list .case-study-block:before, .case-studies-list .case-study-block:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.case-studies-list .case-study-block:after {
  clear: both;
}

/* line 86, ../sass/templates/_case-studies.sass */
.case-studies-button {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 50px;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 750px) {
  /* line 86, ../sass/templates/_case-studies.sass */
  .case-studies-button {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 130, ../sass/utility/_mixins.sass */
.case-studies-button:hover {
  background-color: #0e212b;
  color: #ffffff;
}

/* ===================================
 * Enterprise
 * =================================== */
/* line 6, ../sass/templates/_enterprise.sass */
section.hero.enterprise .intro {
  margin-bottom: 30%;
}

/* line 9, ../sass/templates/_enterprise.sass */
section.enterprise-section {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
  margin: 0 auto;
}
/* line 63, ../sass/utility/_mixins.sass */
section.enterprise-section:before, section.enterprise-section:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.enterprise-section:after {
  clear: both;
}
/* line 13, ../sass/templates/_enterprise.sass */
section.enterprise-section .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #949599;
  height: 12px;
  width: 12px;
  background: transparent;
}
/* line 18, ../sass/templates/_enterprise.sass */
section.enterprise-section .bx-wrapper .bx-pager.bx-default-pager a:hover, section.enterprise-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #949599;
}
/* line 20, ../sass/templates/_enterprise.sass */
section.enterprise-section .content {
  padding: 60px 0px;
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.enterprise-section .content:before, section.enterprise-section .content:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.enterprise-section .content:after {
  clear: both;
}
/* line 23, ../sass/templates/_enterprise.sass */
section.enterprise-section .section-content {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 25px;
}
@media (max-width: 1200px) {
  /* line 23, ../sass/templates/_enterprise.sass */
  section.enterprise-section .section-content {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
/* line 32, ../sass/templates/_enterprise.sass */
section.enterprise-section .section-content h2 {
  margin: 0px 0px 36px;
}
@media (max-width: 1200px) {
  /* line 32, ../sass/templates/_enterprise.sass */
  section.enterprise-section .section-content h2 {
    margin: 20px 0px 30px;
  }
}
/* line 36, ../sass/templates/_enterprise.sass */
section.enterprise-section .section-content .intro {
  position: relative;
  font-weight: 200;
  margin-bottom: 100px;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .intro p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .intro ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .intro ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .intro a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .intro a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 41, ../sass/templates/_enterprise.sass */
section.enterprise-section .section-content .intro:after {
  content: "";
  height: 8px;
  background-color: #045baa;
  width: 140px;
  left: 0px;
  bottom: -60px;
  position: absolute;
}
@media (max-width: 1200px) {
  /* line 36, ../sass/templates/_enterprise.sass */
  section.enterprise-section .section-content .intro {
    display: none;
  }
}
/* line 51, ../sass/templates/_enterprise.sass */
section.enterprise-section .section-content .steps {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 52, ../sass/templates/_enterprise.sass */
section.enterprise-section .section-content .steps h3 {
  margin-bottom: 8px;
  font-size: 24px;
}
/* line 6, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .steps p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .steps ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .steps ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .steps a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.enterprise-section .section-content .steps a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 56, ../sass/templates/_enterprise.sass */
section.enterprise-section .section-content .steps .mobile-image {
  display: none;
  position: relative;
}
/* line 47, ../sass/utility/_mixins.sass */
section.enterprise-section .section-content .steps .mobile-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.enterprise-section .section-content .steps .mobile-image > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  /* line 56, ../sass/templates/_enterprise.sass */
  section.enterprise-section .section-content .steps .mobile-image {
    display: block;
  }
}
/* line 62, ../sass/templates/_enterprise.sass */
section.enterprise-section .section-content .copy strong {
  margin-bottom: 5px;
}
/* line 65, ../sass/templates/_enterprise.sass */
section.enterprise-section .imagery {
  width: 50%;
  float: right;
  margin-top: 60px;
  position: relative;
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.enterprise-section .imagery:before, section.enterprise-section .imagery:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.enterprise-section .imagery:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 65, ../sass/templates/_enterprise.sass */
  section.enterprise-section .imagery {
    display: none;
  }
}
/* line 73, ../sass/templates/_enterprise.sass */
section.enterprise-section .content {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* line 73, ../sass/templates/_enterprise.sass */
  section.enterprise-section .content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 73, ../sass/templates/_enterprise.sass */
  section.enterprise-section .content {
    margin: 0 18px;
  }
}
@media (max-width: 1200px) {
  /* line 9, ../sass/templates/_enterprise.sass */
  section.enterprise-section {
    padding: 30px 0px;
  }
}
/* line 79, ../sass/templates/_enterprise.sass */
section.enterprise-section div {
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 83, ../sass/templates/_enterprise.sass */
section.enterprise-section div:after {
  content: "";
  position: absolute;
  height: 5px;
}
/* line 87, ../sass/templates/_enterprise.sass */
section.enterprise-section div.image1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  height: 312px;
  width: 247px;
  left: 40px;
}
/* line 95, ../sass/templates/_enterprise.sass */
section.enterprise-section div.image1:after {
  background-color: #ffc600;
  width: 140px;
  top: 60px;
  right: -20px;
}
/* line 111, ../sass/templates/_enterprise.sass */
section.enterprise-section div.image2 {
  z-index: 2;
  height: 220px;
  width: 320px;
  margin-top: 124px;
  right: 0px;
  position: absolute;
}
/* line 121, ../sass/templates/_enterprise.sass */
section.enterprise-section div.image3 {
  border: 12px solid #fff;
  z-index: 3;
  float: right;
  right: 164px;
  top: 272px;
  position: absolute;
  height: 300px;
  width: 244px;
}
/* line 130, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) {
  background-color: #eee;
}
/* line 132, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) .section-content {
  float: right;
}
/* line 135, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) .section-content .intro:after {
  background-color: #ffc600;
}
/* line 137, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) .imagery {
  float: left;
}
/* line 139, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div {
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 143, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div:after {
  content: "";
  position: absolute;
  height: 5px;
}
/* line 147, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image1 {
  border: 12px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  float: right;
  height: 342px;
  width: 272px;
  margin-right: 85px;
}
/* line 155, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image1:after {
  background-color: #045baa;
  width: 180px;
  top: 80px;
  left: -50px;
}
/* line 160, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image1:before {
  background-color: #7f00c9;
  width: 160px;
  bottom: -5px;
  right: -40px;
  content: "";
  position: absolute;
  height: 5px;
}
/* line 168, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image2 {
  z-index: 1;
  height: 220px;
  width: 310px;
  margin-top: 150px;
  right: 317px;
  position: absolute;
}
/* line 175, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image2:before {
  content: none;
}
/* line 177, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image2:after {
  content: none;
}
@media (max-width: 1200px) {
  /* line 168, ../sass/templates/_enterprise.sass */
  section.enterprise-section:nth-of-type(even) div.image2 {
    display: none;
  }
}
/* line 181, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image3 {
  border: 12px solid #eee;
  z-index: 1;
  float: right;
  right: 5px;
  top: 335px;
  position: absolute;
  height: 220px;
  width: 348px;
}
/* line 190, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image3:before {
  content: none;
}
/* line 192, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(even) div.image3:after {
  background-color: #ffc600;
  width: 170px;
  top: 60px;
}
@media (max-width: 1200px) {
  /* line 197, ../sass/templates/_enterprise.sass */
  section.enterprise-section:nth-of-type(even) .imagery, section.enterprise-section:nth-of-type(even) .section-content {
    float: none;
  }
}
/* line 202, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .section-content .intro:after {
  background-color: #16c335;
}
/* line 205, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div {
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 209, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div:after {
  content: "";
  position: absolute;
  height: 5px;
}
/* line 213, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div.image1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  height: 200px;
  width: 312px;
  left: 160px;
}
/* line 221, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div.image1:before {
  background-color: #045baa;
  width: 140px;
  bottom: 20px;
  right: -100px;
  content: "";
  position: absolute;
  height: 5px;
}
/* line 229, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div.image1:after {
  background-color: #7f00c9;
  width: 140px;
  top: 30px;
  left: -20px;
}
/* line 234, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div.image2 {
  border: 12px solid #fff;
  z-index: 2;
  height: 310px;
  width: 250px;
  margin-top: 164px;
  left: 0px;
  position: absolute;
}
/* line 242, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div.image2:after {
  background-color: #16c335;
  width: 200px;
  bottom: 30px;
  right: -155px;
}
/* line 247, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div.image3 {
  z-index: 3;
  float: right;
  right: 68px;
  top: 202px;
  position: absolute;
  height: 220px;
  width: 314px;
}
/* line 255, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div.image3:before {
  content: none;
}
/* line 257, ../sass/templates/_enterprise.sass */
section.enterprise-section:nth-of-type(5) .imagery div.image3:after {
  content: none;
}
@media (min-width: 1200px) {
  /* line 260, ../sass/templates/_enterprise.sass */
  section.enterprise-section .content {
    min-height: 620px;
  }
}
@media (max-width: 1200px) {
  /* line 260, ../sass/templates/_enterprise.sass */
  section.enterprise-section .content {
    padding: 0px 0px 20px;
  }
}
/* line 265, ../sass/templates/_enterprise.sass */
section.enterprise-section .imagery {
  margin-top: 0px;
}
@media (max-width: 1200px) {
  /* line 9, ../sass/templates/_enterprise.sass */
  section.enterprise-section {
    width: 100%;
    float: none;
    padding: 20px 15px;
    text-align: center;
  }
  /* line 272, ../sass/templates/_enterprise.sass */
  section.enterprise-section .mobile-image {
    margin-bottom: 20px;
    max-height: 500px;
  }
  /* line 275, ../sass/templates/_enterprise.sass */
  section.enterprise-section h3 {
    margin-bottom: 15px;
  }
  /* line 277, ../sass/templates/_enterprise.sass */
  section.enterprise-section .txt {
    max-width: 600px;
    margin: 0 auto;
  }
}

/* line 1, ../sass/templates/_contact.sass */
section.socials-form {
  padding: 50px 20px;
  text-align: center;
}
/* line 4, ../sass/templates/_contact.sass */
section.socials-form .content {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 272, ../sass/utility/_mixins.sass */
section.socials-form .contact-form iframe {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1130px) {
  /* line 278, ../sass/utility/_mixins.sass */
  section.socials-form .contact-form iframe #pardot-form form.form input.text,
  section.socials-form .contact-form iframe #pardot-form form.form textarea.standard,
  section.socials-form .contact-form iframe #pardot-form form.form select,
  section.socials-form .contact-form iframe #pardot-form form.form input.date {
    width: 100% !important;
  }
}
@media (max-width: 750px) {
  /* line 9, ../sass/templates/_contact.sass */
  section.socials-form .social-links-contact {
    padding-top: 20px;
  }
}
/* line 12, ../sass/templates/_contact.sass */
.social-links-contact li {
  display: inline-block;
}
/* line 14, ../sass/templates/_contact.sass */
.social-links-contact li a {
  display: block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 18, ../sass/templates/_contact.sass */
.social-links-contact li a:hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 20, ../sass/templates/_contact.sass */
.social-links-contact li img {
  margin: 0px 15px 0px 15px;
}

/* line 23, ../sass/templates/_contact.sass */
section.connect-locations {
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.connect-locations:before, section.connect-locations:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.connect-locations:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 23, ../sass/templates/_contact.sass */
  section.connect-locations {
    padding: 40px 0;
  }
}
/* line 29, ../sass/templates/_contact.sass */
section.connect-locations .content {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* line 29, ../sass/templates/_contact.sass */
  section.connect-locations .content {
    margin: 0 50px;
  }
}
@media (max-width: 750px) {
  /* line 29, ../sass/templates/_contact.sass */
  section.connect-locations .content {
    margin: 0 18px;
  }
}
/* line 31, ../sass/templates/_contact.sass */
section.connect-locations h2 {
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}
/* line 33, ../sass/templates/_contact.sass */
section.connect-locations .location {
  width: 100%;
  height: 600px;		
  margin-bottom: 30px;
  position: relative;
}

/* line 42, ../sass/templates/_contact.sass */
section.connect-locations .location .location-info {
	float: left;
    width: 460px;
    background: #ffffff;
    height: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 40px;
    display: -webkit-box;
    display: -moz-box;
    position: absolute;
    top: 10%;
    right: 5%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media (max-width: 750px) {
	section.connect-locations .location .location-info {
		width: 80%;
		top: 10%;
		right: 10%;
	}
}

section.connect-locations .location:nth-of-type(2) .location-info {
	left: 5%;
}
@media (max-width: 750px) {
	section.connect-locations .location:nth-of-type(2) .location-info {
		left: 10%;
	}
}

/* line 52, ../sass/templates/_contact.sass */
section.connect-locations .location .location-info .location-info-container {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
/* line 54, ../sass/templates/_contact.sass */
section.connect-locations .location .location-info h4 {
  font-weight: 200;
  font-size: 40px;
  line-height: 45px;
  position: relative;
  margin-bottom: 0px;
  display: block;
}
@media (max-width: 1200px) {
  /* line 54, ../sass/templates/_contact.sass */
  section.connect-locations .location .location-info h4 {
    font-size: 24px;
  }
}
/* line 63, ../sass/templates/_contact.sass */
section.connect-locations .location .location-info h4:after {
  content: "";
  display: block;
  height: 6px;
  width: 200px;
  background: #ffc501;
  margin: 30px 0 36px;
}
/* line 70, ../sass/templates/_contact.sass */
section.connect-locations .location .location-info p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* line 6, ../sass/utility/_typography.sass */
section.connect-locations .location .location-info p p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.connect-locations .location .location-info p ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.connect-locations .location .location-info p ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.connect-locations .location .location-info p a {

}
/* line 18, ../sass/utility/_typography.sass */
section.connect-locations .location .location-info p a:hover {

}
@media (max-width: 1200px) {
  /* line 70, ../sass/templates/_contact.sass */
  section.connect-locations .location .location-info p {
    font-size: 16px;
  }
}

/* line 81, ../sass/templates/_contact.sass */
section.connect-locations .location .location-image {
  width: 75%;
  float: left;
  position: relative;
  cursor: pointer;
  height: inherit;
}

section.connect-locations .location:nth-of-type(2) .location-image {
	float: right;
}
/* line 89, ../sass/templates/_contact.sass */
section.connect-locations .location .location-image:after {
  content: "";
  position: absolute;
  height: 10px;
  bottom: 0px;
  left: 0px;
  width: 0%;
  background: #ffc501;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 98, ../sass/templates/_contact.sass */
section.connect-locations .location .location-image .image1, section.connect-locations .location .location-image .image2 {
  background-size: cover !important;
  background-position: center center !important;
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/* line 108, ../sass/templates/_contact.sass */
section.connect-locations .location .location-image .image1 {
  opacity: 1;
  -moz-transition: opacity 1.4s;
  -o-transition: opacity 1.4s;
  -webkit-transition: opacity 1.4s;
  transition: opacity 1.4s;
}
/* line 111, ../sass/templates/_contact.sass */
section.connect-locations .location .location-image .image2 {
  opacity: 0;
  -moz-transition: opacity 1.4s;
  -o-transition: opacity 1.4s;
  -webkit-transition: opacity 1.4s;
  transition: opacity 1.4s;
}
/* line 115, ../sass/templates/_contact.sass */
section.connect-locations .location .location-image:hover:after {
  width: 100%;
}
/* line 117, ../sass/templates/_contact.sass */
section.connect-locations .location .location-image:hover .image1 {
  opacity: 1;
}
/* line 119, ../sass/templates/_contact.sass */
section.connect-locations .location .location-image:hover .image2 {
  opacity: 1;
}
@media (max-width: 1200px) {
  /* line 81, ../sass/templates/_contact.sass */
  section.connect-locations .location .location-image {
    float: none;
    width: 100%;
    position: relative;
  }
  /* line 47, ../sass/utility/_mixins.sass */
  section.connect-locations .location .location-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  /* line 52, ../sass/utility/_mixins.sass */
  section.connect-locations .location .location-image > .in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* line 130, ../sass/templates/_contact.sass */
section.connect-locations .location:nth-of-type(n+2) .location-info h4:after {
  background: #17c335;
}
/* line 133, ../sass/templates/_contact.sass */
section.connect-locations .location:nth-of-type(n+2) .location-image:after {
  background: #17c335;
}
/* line 138, ../sass/templates/_contact.sass */
section.connect-locations .location:nth-of-type(n+3) .location-info h4:after {
  background: #7e00c8;
}
/* line 141, ../sass/templates/_contact.sass */
section.connect-locations .location:nth-of-type(n+3) .location-image:after {
  background: #7e00c8;
}

/* line 1, ../sass/templates/_press.sass */
section.press-hero {
  position: relative;
}
/* line 4, ../sass/templates/_press.sass */
section.press-hero .bx-wrapper {
  margin-bottom: 0;
}
/* line 6, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel {
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.press-hero ul.press-carousel:before, section.press-hero ul.press-carousel:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.press-hero ul.press-carousel:after {
  clear: both;
}
/* line 8, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel li {
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 47, ../sass/utility/_mixins.sass */
section.press-hero ul.press-carousel li:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.5%;
}
/* line 52, ../sass/utility/_mixins.sass */
section.press-hero ul.press-carousel li > .in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  /* line 8, ../sass/templates/_press.sass */
  section.press-hero ul.press-carousel li {
    height: 90vh;
  }
}
/* line 14, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel li .in {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* line 17, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block {
  background-color: rgba(255, 255, 255, 0.8);
  min-width: 500px;
  height: auto;
  margin-left: 70px;
  padding: 40px;
}
@media (max-width: 1200px) {
  /* line 17, ../sass/templates/_press.sass */
  section.press-hero ul.press-carousel .press-block {
    min-width: 80%;
  }
}
@media (max-width: 750px) {
  /* line 17, ../sass/templates/_press.sass */
  section.press-hero ul.press-carousel .press-block {
    width: auto;
    margin: 40px 18px 80px;
    min-width: 0px;
    padding: 20px;
  }
}
/* line 30, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block .txt {
  padding: 0;
}
/* line 32, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block .press-logo {
  text-align: left;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  padding: 0;
  width: 200px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  /* line 32, ../sass/templates/_press.sass */
  section.press-hero ul.press-carousel .press-block .press-logo {
    margin-bottom: 15px;
    width: 100px;
  }
}
/* line 42, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block .press-logo img {
  margin: 0;
}
/* line 44, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block .info {
  display: none;
}
/* line 46, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block h4 {
  position: relative;
  min-height: 0px;
  margin-bottom: 0px;
  font-size: 42px;
}
@media (max-width: 1200px) {
  /* line 46, ../sass/templates/_press.sass */
  section.press-hero ul.press-carousel .press-block h4 {
    font-size: 24px;
  }
}
/* line 53, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block h4:after {
  content: "";
  display: block;
  height: 8px;
  background: #045baa;
  width: 90px;
  margin: 40px 0;
}
@media (max-width: 1200px) {
  /* line 53, ../sass/templates/_press.sass */
  section.press-hero ul.press-carousel .press-block h4:after {
    margin: 20px 0;
  }
}
/* line 62, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block .content {
  font-size: 24px;
}
@media (max-width: 1100px) {
  /* line 62, ../sass/templates/_press.sass */
  section.press-hero ul.press-carousel .press-block .content {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  /* line 62, ../sass/templates/_press.sass */
  section.press-hero ul.press-carousel .press-block .content {
    font-size: 16px;
  }
}
/* line 68, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block .post-link {
  text-align: left;
  font-size: 20px;
  right: auto;
  left: auto;
  position: relative;
  font-size: 0.7em;
  margin-top: 10px;
  display: block;
  top: 0;
}
/* line 79, ../sass/templates/_press.sass */
section.press-hero ul.press-carousel .press-block:hover:after {
  width: 0px;
}
/* line 81, ../sass/templates/_press.sass */
section.press-hero .bx-wrapper .bx-pager {
  bottom: 30px;
}
/* line 83, ../sass/templates/_press.sass */
section.press-hero .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid white;
  height: 12px;
  width: 12px;
  background: transparent;
}
/* line 88, ../sass/templates/_press.sass */
section.press-hero .bx-wrapper .bx-pager.bx-default-pager a:hover, section.press-hero .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
}
/* line 90, ../sass/templates/_press.sass */
section.press-hero .down-arrow {
  bottom: -20px;
}

/* line 92, ../sass/templates/_press.sass */
section.press {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;	
  padding: 40px 0px 0px 0px;
  margin: 0px;
  background: #efefef;
  text-align: left;
}
/* line 97, ../sass/templates/_press.sass */
section.press .press-wrap {
  *zoom: 1;
  max-width: 1240px;
  margin: 0 auto;
}
/* line 63, ../sass/utility/_mixins.sass */
section.press .press-wrap:before, section.press .press-wrap:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.press .press-wrap:after {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 97, ../sass/templates/_press.sass */
  section.press .press-wrap {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 97, ../sass/templates/_press.sass */
  section.press .press-wrap {
    margin: 0 18px;
  }
}

section.press.featured {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;	
  padding: 40px 0px 40px 0px;
  background: #ffffff;
  position: relative;
}

section.press.featured .press-large-image {
    display: inline-block;
	width: auto;
    height: 500px;
    float: right;
    position: relative;
}
@media (max-width: 750px) {
	section.press.featured .press-large-image {
		height: auto;
	}
}

section.videos-press .press-large-image {
    display: none;
}

section.press.featured .press-block {
    width: 31.334%;
    margin: 0 1% 40px;
    float: left;
    text-align: left;
    background-color: white;
    height: 75%;
    position: absolute;
    top: 12.5%;
    z-index: 10;
    left: 15%;
    overflow: hidden;
}
@media (max-width: 1200px) {
	section.press.featured .press-block {
		width: 40%;
		left: 0%;
	}
}
@media (max-width: 750px) {
	section.press.featured .press-block {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}
}

section.press.featured .press-block .txt .info .date {
	display: none;
}

section.press.featured .press-block .txt .bar-horizontal {
	background: linear-gradient(to right, #17c335, #17c335) no-repeat 0 0;
	background-size: 100% 6px;
	margin: 0px 0px 40px 0px;
}

/* line 1, ../sass/templates/_careers.sass */
section.hero.careers {
  color: white;
}
/* line 4, ../sass/templates/_careers.sass */
section.hero.careers .in:before {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 7, ../sass/templates/_careers.sass */
section.careers-main {
  padding: 40px 0px;
  max-width: 1240px;
  margin: 0 auto;
  margin: 0 auto;
  *zoom: 1;
}
@media (max-width: 1200px) {
  /* line 7, ../sass/templates/_careers.sass */
  section.careers-main {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 7, ../sass/templates/_careers.sass */
  section.careers-main {
    margin: 0 18px;
  }
}
/* line 63, ../sass/utility/_mixins.sass */
section.careers-main:before, section.careers-main:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.careers-main:after {
  clear: both;
}
/* line 13, ../sass/templates/_careers.sass */
section.careers-main .careers-subhead h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0em;
}
section.careers-main .careers-subhead h2:after {
    display: block;
    content: "";
    width: 200px;
    height: 6px;
    background: #17c335;
    margin: 30px 0px 0px 0px;
}

/* line 35, ../sass/templates/_careers.sass */
section.careers-main .careers-subhead ul.social-links {
	margin: 15px 0px 40px 0px;
}
/* line 37, ../sass/templates/_careers.sass */
section.careers-main .careers-subhead ul.social-links li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  height: inherit;
}
/* line 43, ../sass/templates/_careers.sass */
section.careers-main .careers-subhead ul.social-links li a {
  display: block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 47, ../sass/templates/_careers.sass */
section.careers-main .careers-subhead ul.social-links li a:hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media (max-width: 750px) {
  /* line 35, ../sass/templates/_careers.sass */
  section.careers-main .careers-subhead ul.social-links {
    float: none;
    display: block;
    text-align: center;
  }
  /* line 53, ../sass/templates/_careers.sass */
  section.careers-main .careers-subhead ul.social-links li {
    margin: 0 10px 0 10px;
  }
}
/* line 60, ../sass/templates/_careers.sass */
section.careers-main .careers-wrap {
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.careers-main .careers-wrap:before, section.careers-main .careers-wrap:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.careers-main .careers-wrap:after {
  clear: both;
}
/* line 62, ../sass/templates/_careers.sass */
section.careers-main .careers-subhead ul.social-links {
  width: 100%;
  text-align: left;
}
section.careers-main .careers-list-container ul.careers-list li {
	margin: 0px 0px 40px 0px;
}
section.careers-main .careers-list-container ul.careers-list li:last-of-type {
	margin: 0px 0px 0px 0px;
}
section.careers-main .careers-list-container ul.careers-list li .career-list-title {
	font-size: 35px;
	line-height: 40px;
}
section.careers-main .careers-list-container ul.careers-list li .career-list-content {
	margin: 20px 0px 20px 0px;
}

/* ===================================
 * Blog Landing  
 * =================================== */
/* line 4, ../sass/templates/_blog.sass */
section.blog-hero {
  position: relative;
}
/* line 7, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel {
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.blog-hero ul.blog-featured-carousel:before, section.blog-hero ul.blog-featured-carousel:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.blog-hero ul.blog-featured-carousel:after {
  clear: both;
}
/* line 9, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel li {
  position: relative;
  height: 710px;
}
@media (max-width: 750px) {
  /* line 9, ../sass/templates/_blog.sass */
  section.blog-hero ul.blog-featured-carousel li {
    height: calc(100vh - $navHeightMobile);
  }
}
/* line 14, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block {
  width: auto;
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}
@media (min-width: 750px) {
  /* line 14, ../sass/templates/_blog.sass */
  section.blog-hero ul.blog-featured-carousel .post-block {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  /* line 14, ../sass/templates/_blog.sass */
  section.blog-hero ul.blog-featured-carousel .post-block {
    width: 100%;
    min-width: 0px;
  }
}
/* line 29, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block .post-img {
  width: auto;
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
/* line 36, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block .post-img:before {
  padding: 0;
}
/* line 38, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block .txt {
  background: rgba(255, 255, 255, 0.8);
  width: 600px;
  height: auto;
  margin-left: 100px;
  padding-bottom: 50px;
}
/* line 45, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block .txt .content > p {
  line-height: 1.273em;
  letter-spacing: 0.02em;
  word-spacing: 0.07em;
}
/* line 6, ../sass/utility/_typography.sass */
section.blog-hero ul.blog-featured-carousel .post-block .txt .content > p p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.blog-hero ul.blog-featured-carousel .post-block .txt .content > p ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.blog-hero ul.blog-featured-carousel .post-block .txt .content > p ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.blog-hero ul.blog-featured-carousel .post-block .txt .content > p a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.blog-hero ul.blog-featured-carousel .post-block .txt .content > p a:hover {
  border-bottom: 2px solid #ffc600;
}
@media (max-width: 750px) {
  /* line 38, ../sass/templates/_blog.sass */
  section.blog-hero ul.blog-featured-carousel .post-block .txt {
    width: auto;
    height: auto;
    margin: 20px;
  }
}
/* line 51, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block .txt:after {
  background-color: #045baa;
}
/* line 53, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block h4 {
  position: relative;
  min-height: 0px;
  margin: 40px 0;
  font-size: 42px;
}
@media (max-width: 1200px) {
  /* line 53, ../sass/templates/_blog.sass */
  section.blog-hero ul.blog-featured-carousel .post-block h4 {
    font-size: 24px;
  }
}
/* line 60, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block h4:after {
  content: "";
  height: 8px;
  background: #045baa;
  width: 80px;
  display: block;
  margin-top: 40px;
}
/* line 67, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block .content {
  font-size: 24px;
}
@media (max-width: 1200px) {
  /* line 67, ../sass/templates/_blog.sass */
  section.blog-hero ul.blog-featured-carousel .post-block .content {
    font-size: 18px;
  }
}
/* line 72, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-block:hover:after {
  width: 0px;
}
/* line 74, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-link {
  left: 30px;
  right: initial;
}
/* line 77, ../sass/templates/_blog.sass */
section.blog-hero ul.blog-featured-carousel .post-link span {
  font-size: 20px;
}
/* line 79, ../sass/templates/_blog.sass */
section.blog-hero .bx-wrapper .bx-pager {
  bottom: 30px;
}
/* line 81, ../sass/templates/_blog.sass */
section.blog-hero .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid white;
  height: 12px;
  width: 12px;
  background: transparent;
}
/* line 86, ../sass/templates/_blog.sass */
section.blog-hero .bx-wrapper .bx-pager.bx-default-pager a:hover, section.blog-hero .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
}
/* line 88, ../sass/templates/_blog.sass */
section.blog-hero .down-arrow {
  bottom: -20px;
}

/* line 93, ../sass/templates/_blog.sass */
.blog-posts-container {
  background-color: #fff;
}

.blog-posts-container .post-block .txt {
	background: #eeeeee;
}
/* line 95, ../sass/templates/_blog.sass */
.blog-posts-container .blog-posts-header {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  /* line 95, ../sass/templates/_blog.sass */
  .blog-posts-container .blog-posts-header {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 95, ../sass/templates/_blog.sass */
  .blog-posts-container .blog-posts-header {
    margin: 0 18px;
  }
}
/* line 100, ../sass/templates/_blog.sass */
.blog-posts-container .blog-posts-header h1, .blog-posts-container .blog-posts-header .filters {
  display: inline-block;
}
/* line 102, ../sass/templates/_blog.sass */
.blog-posts-container .blog-posts-header .filters-blog {
    padding-top: 10px;
    position: absolute;
    width: 200px;
    border: 1px solid #ffc500;
    right: 0;
    top: 0;
    z-index: 1000;
    padding: 5px;
    font-size: 0.9em;
    top: 20px;
    background-color: #fff;
}
@media (max-width: 750px) {
  /* line 102, ../sass/templates/_blog.sass */
  .blog-posts-container .blog-posts-header .filters-blog {
    width: 150px;
    font-size: 0.7em;
  }
}
/* line 189, ../sass/utility/_mixins.sass */
.blog-posts-container .blog-posts-header .filters-blog:hover ul {
  display: block;
}
/* line 191, ../sass/utility/_mixins.sass */
.blog-posts-container .blog-posts-header .filters-blog .arrow {
  width: 18px;
  position: absolute;
  right: 0px;
  top: 6px;
}
/* line 196, ../sass/utility/_mixins.sass */
.blog-posts-container .blog-posts-header .filters-blog ul {
  display: none;
}
/* line 198, ../sass/utility/_mixins.sass */
.blog-posts-container .blog-posts-header .filters-blog .filter-item {
  right: 25px;
  top: 10px;
}
/* line 201, ../sass/utility/_mixins.sass */
.blog-posts-container .blog-posts-header .filters-blog .filter-item a {
  display: block;
  line-height: 1;
  margin: 0 -5px;
  padding: 5px;
  -moz-transition: all, 0.2s, ease-out;
  -o-transition: all, 0.2s, ease-out;
  -webkit-transition: all, 0.2s, ease-out;
  transition: all, 0.2s, ease-out;
}
/* line 207, ../sass/utility/_mixins.sass */
.blog-posts-container .blog-posts-header .filters-blog .filter-item a:hover {
  background-color: #0e212b;
  color: white;
}
/* line 106, ../sass/templates/_blog.sass */
.blog-posts-container .blog-posts {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1200px) {
  /* line 106, ../sass/templates/_blog.sass */
  .blog-posts-container .blog-posts {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 106, ../sass/templates/_blog.sass */
  .blog-posts-container .blog-posts {
    margin: 0 18px;
  }
}
/* line 4, ../sass/modules/_post-block.sass */
.blog-posts-container .blog-posts .post-block .post-link span,
.blog-posts-container .blog-posts .post-block .view-case-study span {
  opacity: 0;
  -moz-transform: translateX(-5px) scale(1.01);
  -ms-transform: translateX(-5px) scale(1.01);
  -webkit-transform: translateX(-5px) scale(1.01);
  transform: translateX(-5px) scale(1.01);
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 0.2s;
}
/* line 12, ../sass/modules/_post-block.sass */
.blog-posts-container .blog-posts .post-block:hover .post-link span,
.blog-posts-container .blog-posts .post-block:hover .view-case-study span {
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -webkit-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  opacity: 1;
}
@media (min-width: 1200px) {
  /* line 113, ../sass/templates/_blog.sass */
  .blog-posts-container .blog-posts .alm-listing .post-block:first-of-type {
    width: 98%;
    height: 500px;
	position: relative;
  }
  /* line 117, ../sass/templates/_blog.sass */
  .blog-posts-container .blog-posts .alm-listing .post-block:first-of-type .post-img {
    width: 67%;
    float: left;
    height: inherit;
  }
  /* line 121, ../sass/templates/_blog.sass */
  .blog-posts-container .blog-posts .alm-listing .post-block:first-of-type .txt {
    width: 33%;
    height: 90% !important;
    background: #ffffff;
    float: right;
    position: absolute;
    top: 5%;
    right: 5%;
  }
}

/* line 125, ../sass/templates/_blog.sass */
#ajax-load-more, #ajax-load-more-2 {
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
#ajax-load-more:before, #ajax-load-more:after, #ajax-load-more-2:before, #ajax-load-more-2:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
#ajax-load-more:after, #ajax-load-more-2:after {
  clear: both;
}
/* line 127, ../sass/templates/_blog.sass */
#ajax-load-more .alm-btn-wrap, #ajax-load-more-2 .alm-btn-wrap {
  clear: both;
}
/* line 129, ../sass/templates/_blog.sass */
#ajax-load-more .alm-btn-wrap #load-more, #ajax-load-more-2 .alm-btn-wrap #load-more {
  color: #0e212b !important;
  border: 1px solid #0e212b !important;
  padding: 0px 40px !important;
  background-color: #ffffff !important;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 138, ../sass/templates/_blog.sass */
#ajax-load-more .alm-btn-wrap #load-more:hover, #ajax-load-more-2 .alm-btn-wrap #load-more:hover {
  background: #0e212b !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none;
}

/* line 144, ../sass/templates/_blog.sass */
section.contributors {
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 0px;
}
@media (max-width: 1200px) {
  /* line 144, ../sass/templates/_blog.sass */
  section.contributors {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 144, ../sass/templates/_blog.sass */
  section.contributors {
    margin: 0 18px;
  }
}
/* line 148, ../sass/templates/_blog.sass */
section.contributors h1 {
  margin-bottom: 40px;
}
/* line 153, ../sass/templates/_blog.sass */
section.contributors .contributors-list li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 0 30px;
}
@media (max-width: 750px) {
  /* line 153, ../sass/templates/_blog.sass */
  section.contributors .contributors-list li {
    width: 40%;
  }
}
/* line 160, ../sass/templates/_blog.sass */
section.contributors .contributors-list li a {
  display: inline-block;
  text-align: center;
}
/* line 164, ../sass/templates/_blog.sass */
section.contributors .contributors-list li img {
  width: 190px;
  border-radius: 100%;
  margin: 0 auto 20px;
}
/* line 169, ../sass/templates/_blog.sass */
section.contributors .contributors-list li .text .name {
  font-size: 22px;
}
/* line 171, ../sass/templates/_blog.sass */
section.contributors .contributors-list li .text .info {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
/* line 218, ../sass/utility/_mixins.sass */
section.contributors .contributors-list li .text .info .location:after {
  content: ", ";
}
/* line 221, ../sass/utility/_mixins.sass */
section.contributors .contributors-list li .text .info .location:last-of-type:after {
  content: "";
}

/* line 178, ../sass/templates/_blog.sass */
section.podcasts {
  background-color: #eee;
  *zoom: 1;
}
/* line 63, ../sass/utility/_mixins.sass */
section.podcasts:before, section.podcasts:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.podcasts:after {
  clear: both;
}
/* line 181, ../sass/templates/_blog.sass */
section.podcasts .podcasts-in {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  /* line 181, ../sass/templates/_blog.sass */
  section.podcasts .podcasts-in {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 181, ../sass/templates/_blog.sass */
  section.podcasts .podcasts-in {
    margin: 0 18px;
  }
}
/* line 187, ../sass/templates/_blog.sass */
section.podcasts .podcasts-in .podcasts-header {
  padding-bottom: 14px;
}
/* line 189, ../sass/templates/_blog.sass */
section.podcasts .podcasts-in .podcasts-header h1, section.podcasts .podcasts-in .podcasts-header .filters {
  display: inline-block;
}
/* line 191, ../sass/templates/_blog.sass */
section.podcasts .podcasts-in .podcasts-header .filters-blog {
  padding-top: 10px;
  position: absolute;
  width: 200px;
  border-bottom: 2px solid #0e212b;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 1000;
  padding: 5px;
  padding-bottom: 0;
  font-size: 0.9em;
  top: 20px;
  background-color: #eee;
}
@media (max-width: 750px) {
  /* line 191, ../sass/templates/_blog.sass */
  section.podcasts .podcasts-in .podcasts-header .filters-blog {
    width: 150px;
    font-size: 0.7em;
  }
}
/* line 189, ../sass/utility/_mixins.sass */
section.podcasts .podcasts-in .podcasts-header .filters-blog:hover ul {
  display: block;
}
/* line 191, ../sass/utility/_mixins.sass */
section.podcasts .podcasts-in .podcasts-header .filters-blog .arrow {
  width: 18px;
  position: absolute;
  right: 0px;
  top: 6px;
}
/* line 196, ../sass/utility/_mixins.sass */
section.podcasts .podcasts-in .podcasts-header .filters-blog ul {
  display: none;
}
/* line 198, ../sass/utility/_mixins.sass */
section.podcasts .podcasts-in .podcasts-header .filters-blog .filter-item {
  right: 25px;
  top: 10px;
}
/* line 201, ../sass/utility/_mixins.sass */
section.podcasts .podcasts-in .podcasts-header .filters-blog .filter-item a {
  display: block;
  line-height: 1;
  margin: 0 -5px;
  padding: 5px;
  -moz-transition: all, 0.2s, ease-out;
  -o-transition: all, 0.2s, ease-out;
  -webkit-transition: all, 0.2s, ease-out;
  transition: all, 0.2s, ease-out;
}
/* line 207, ../sass/utility/_mixins.sass */
section.podcasts .podcasts-in .podcasts-header .filters-blog .filter-item a:hover {
  background-color: #0e212b;
  color: white;
}
/* line 195, ../sass/templates/_blog.sass */
section.podcasts .podcast-block {
  width: 98%;
  height: 500px;
}
@media (max-width: 1200px) {
  /* line 195, ../sass/templates/_blog.sass */
  section.podcasts .podcast-block {
    height: auto;
  }
}
/* line 6, ../sass/modules/_podcast-block.sass */
section.podcasts .podcast-block .post-img {
  width: 67%;
  float: left;
  height: inherit;
}
@media (max-width: 1200px) {
  /* line 6, ../sass/modules/_podcast-block.sass */
  section.podcasts .podcast-block .post-img {
    width: 100%;
    float: none;
    height: auto;
  }
}
/* line 14, ../sass/modules/_podcast-block.sass */
section.podcasts .podcast-block .txt {
  width: 33%;
  float: right;
  height: inherit;
}
@media (max-width: 1200px) {
  /* line 14, ../sass/modules/_podcast-block.sass */
  section.podcasts .podcast-block .txt {
    width: 100%;
    float: none;
  }
  /* line 21, ../sass/modules/_podcast-block.sass */
  section.podcasts .podcast-block .txt h4 {
    min-height: inherit;
  }
}

/* line 1, ../sass/templates/_single-case-study.sass */
.download-cs-lightbox {
  display: none;
}

/* line 4, ../sass/templates/_single-case-study.sass */
section.hero.case-study-single {
  color: white;
  border-bottom: 10px solid #16c335;
}
@media (max-width: 750px) {
  /* line 8, ../sass/templates/_single-case-study.sass */
  section.hero.case-study-single .in:before {
    display: none;
  }
}
/* line 11, ../sass/templates/_single-case-study.sass */
section.hero.case-study-single .down-arrow {
  bottom: -24px;
}
/* line 13, ../sass/templates/_single-case-study.sass */
section.hero.case-study-single .dim-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 750px) {
  /* line 20, ../sass/templates/_single-case-study.sass */
  section.hero.case-study-single .content .lockup h1 {
    font-size: 24px;
  }
}
/* line 23, ../sass/templates/_single-case-study.sass */
section.hero.case-study-single .logo {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  margin: 0 auto;
  max-width: 200px;
  height: auto;
  margin-top: 60px;
}
@media (max-width: 750px) {
  /* line 23, ../sass/templates/_single-case-study.sass */
  section.hero.case-study-single .logo {
    max-width: 80px;
    margin-top: 30px;
  }
}
/* line 33, ../sass/templates/_single-case-study.sass */
section.hero.case-study-single .logo svg {
  max-width: 100%;
  height: auto;
  max-height: 80px;
}
/* line 37, ../sass/templates/_single-case-study.sass */
section.hero.case-study-single .logo svg path {
  fill: #0e212b !important;
}

/* line 40, ../sass/templates/_single-case-study.sass */
section.case-study-content {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
  padding: 60px 0px 30px 0px;
  position: relative;
}
@media (max-width: 1200px) {
  /* line 40, ../sass/templates/_single-case-study.sass */
  section.case-study-content {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 40, ../sass/templates/_single-case-study.sass */
  section.case-study-content {
    margin: 0 18px;
  }
}
/* line 63, ../sass/utility/_mixins.sass */
section.case-study-content:before, section.case-study-content:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
section.case-study-content:after {
  clear: both;
}
@media (max-width: 750px) {
  /* line 40, ../sass/templates/_single-case-study.sass */
  section.case-study-content {
    padding: 50px 0px;
  }
}
/* line 47, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar {
  float: left;
  width: 450px;
  padding-left: 40px;
}
/* line 231, ../sass/utility/_mixins.sass */
section.case-study-content .case-study-sidebar .case-study-info {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  section.case-study-content .case-study-sidebar {
    width: 300px;
  }
}
@media (max-width: 750px) {
  /* line 47, ../sass/templates/_single-case-study.sass */
  section.case-study-content .case-study-sidebar {
    width: 90%;
    float: none;
    margin: 0% auto;
	padding: 0px;
  }
}
/* line 49, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar .logo {
  margin-bottom: 70px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
/* line 53, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar .logo svg {
  height: auto;
  max-width: 80%;
}
/* line 56, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar .logo svg path {
  fill: #0e212b;
}
@media (max-width: 750px) {
  /* line 49, ../sass/templates/_single-case-study.sass */
  section.case-study-content .case-study-sidebar .logo {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
/* line 62, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar .label {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0em;	
  position: relative;
  margin-bottom: 70px;
  display: inline-block;
}
/* line 82, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar .quote {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0em;	
  margin-bottom: 70px;
}
section.case-study-content .case-study-sidebar .quote em {
	display: block;
	font-style: italic;
	margin: 25px 0px 0px 0px;
}
/* line 6, ../sass/utility/_typography.sass */
section.case-study-content .case-study-sidebar .quote p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.case-study-content .case-study-sidebar .quote ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.case-study-content .case-study-sidebar .quote ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.case-study-content .case-study-sidebar .quote a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.case-study-content .case-study-sidebar .quote a:hover {
  border-bottom: 2px solid #ffc600;
}
/* line 85, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar .download-link {
  color: #0e212b;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #0e212b;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 130, ../sass/utility/_mixins.sass */
section.case-study-content .case-study-sidebar .download-link:hover {
  background-color: #0e212b;
  color: #ffffff;
}
/* line 87, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar .social-links {
  margin-top: 40px;
}
/* line 89, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-sidebar .social-links .blog-share > svg {
  width: 30px;
  height: inherit;
  margin: 30px 0px;
  display: block;
}
/* line 95, ../sass/templates/_single-case-study.sass */
section.case-study-content .case-study-body {
  width: calc(100% - 450px);
  float: left;
  padding-right: 40px;
  border-right: 6px solid #17c335;
}
@media (max-width: 1200px) {
	section.case-study-content .case-study-body {
		width: calc(100% - 300px);
	}
}
@media (max-width: 750px) {
	section.case-study-content .case-study-body {
		width: 90%;
		float: none;
		padding: 0% 0% 5% 0% 0%;
		margin: 0% auto 5% auto;
		border-right: none;
		border-bottom: 6px solid #17c335;
	}
}
/* line 6, ../sass/utility/_typography.sass */
section.case-study-content .case-study-body p {
  margin-bottom: 1em;
}
/* line 8, ../sass/utility/_typography.sass */
section.case-study-content .case-study-body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 12, ../sass/utility/_typography.sass */
section.case-study-content .case-study-body ul li {
  margin-bottom: 0.3em;
}
/* line 14, ../sass/utility/_typography.sass */
section.case-study-content .case-study-body a {
  color: #045baa;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #16c335;
}
/* line 18, ../sass/utility/_typography.sass */
section.case-study-content .case-study-body a:hover {
  border-bottom: 2px solid #ffc600;
}

/* line 99, ../sass/templates/_single-case-study.sass */
section.next-case-study {
  background-color: #eee;
  padding: 50px 0;
}
/* line 102, ../sass/templates/_single-case-study.sass */
section.next-case-study .next-case-study-in {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* line 102, ../sass/templates/_single-case-study.sass */
  section.next-case-study .next-case-study-in {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 102, ../sass/templates/_single-case-study.sass */
  section.next-case-study .next-case-study-in {
    margin: 0px;
  }
}
/* line 104, ../sass/templates/_single-case-study.sass */
section.next-case-study .next-case-study-in h3 {
  margin-bottom: 36px;
}
/* line 106, ../sass/templates/_single-case-study.sass */
section.next-case-study .next-case-study-in .case-study-block {
  margin-bottom: 0px;
}
/* line 108, ../sass/templates/_single-case-study.sass */
section.next-case-study .next-case-study-in .case-study-block .txt {
  background-color: white;
}

/* line 115, ../sass/templates/_single-case-study.sass */
section.next-case-study .next-case-study-in .back-to-case-studies:before {
  content: "";
  background: url("../img/controls/arrow-left.png");
  display: inline-block;
  background-size: contain;
  background-position: center;
  height: 15px;
  width: 16px;
  vertical-align: middle;
  margin-right: 3px;
  background-repeat: no-repeat;
}
/* line 126, ../sass/templates/_single-case-study.sass */
section.next-case-study .next-case-study-in .back-to-case-studies:after {
  content: "";
  position: absolute;
  background-color: #0e212b;
  height: 2px;
  left: 19px;
  bottom: 0px;
  width: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 136, ../sass/templates/_single-case-study.sass */
section.next-case-study .next-case-study-in .back-to-case-studies:hover:after {
  width: 170px;
}

/* line 141, ../sass/templates/_single-case-study.sass */
.lb-overlay.cs-download-form .lb-content {
  width: 100%;
  max-width: 1130px;
  max-height: 500px;
  background-color: white;
}
@media (max-width: 750px) {
  /* line 141, ../sass/templates/_single-case-study.sass */
  .lb-overlay.cs-download-form .lb-content {
    width: inherit;
  }
}

/* line 1, ../sass/templates/_archive.sass */
.archive-page {
  background-color: #eee;
}
/* line 3, ../sass/templates/_archive.sass */
.archive-page .page-header {
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  /* line 3, ../sass/templates/_archive.sass */
  .archive-page .page-header {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 3, ../sass/templates/_archive.sass */
  .archive-page .page-header {
    margin: 0 18px;
  }
}
@media (min-width: 750px) {
  /* line 3, ../sass/templates/_archive.sass */
  .archive-page .page-header {
    padding-top: 100px;
  }
}
/* line 10, ../sass/templates/_archive.sass */
.archive-page .posts {
  max-width: 1240px;
  margin: 50px auto;
  *zoom: 1;
  min-height: 50vw;
}
@media (max-width: 1200px) {
  /* line 10, ../sass/templates/_archive.sass */
  .archive-page .posts {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 10, ../sass/templates/_archive.sass */
  .archive-page .posts {
    margin: 0 18px;
  }
}
/* line 63, ../sass/utility/_mixins.sass */
.archive-page .posts:before, .archive-page .posts:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/utility/_mixins.sass */
.archive-page .posts:after {
  clear: both;
}
/* line 14, ../sass/templates/_archive.sass */
.archive-page .empty-archive {
  min-height: 50vw;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* line 14, ../sass/templates/_archive.sass */
  .archive-page .empty-archive {
    margin: 0 40px;
  }
}
@media (max-width: 750px) {
  /* line 14, ../sass/templates/_archive.sass */
  .archive-page .empty-archive {
    margin: 0 18px;
  }
}
