/*
	Global variables and configurations.
	========================================================================== */
/* ==========================================================================
   Core
   ========================================================================== */
/*
	Ground zero styles and resets.
	========================================================================== */
/* ==========================================================================
   Box Sizing
   ========================================================================== */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
/* ==========================================================================
   Reset
   ========================================================================== */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, figure, th, td, caption, hr {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	border: 0;
}
button {
	padding: 0;
	border: 0;
	cursor: pointer;
}
button[disabled] {
	cursor: default;
}
label {
	cursor: pointer;
}
/*
	Base styles for HTML elements.
	========================================================================== */
/* ==========================================================================
   Document
   ========================================================================== */
html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #5b5b5b;
	background-color: #fff;
	overflow-y: scroll;
}
html.with-popup, html.with-popup body {
	height: auto;
}
html.no-overflow, html.no-overflow body {
	height: 100%;
	overflow: hidden;
}
html.no-overflow .mfp-bg {
	height: 100% !important;
}
html.no-overflow .mfp-wrap {
	top: 0 !important;
}
@media (max-width: 1199px) {
	.visible-mobile-nav, .visible-mobile-nav body {
		overflow: hidden;
	}
}
/* ==========================================================================
   Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Arial', sans-serif;
	margin-bottom: calc(1.2em / 2);
	color: #0087ab;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 24px;
	font-weight: 500;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
	font-weight: 500;
}
h6 {
	font-size: 14px;
}
h1[class], h2[class], h3[class], h4[class], h5[class], h6[class], h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
/* ==========================================================================
   Texts
   ========================================================================== */
p, ul, ol, dl, table, blockquote { margin-bottom: 1.2em; }
p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child, blockquote:last-child { margin-bottom: 0; }
hr { margin: 15px 0; }
/* ==========================================================================
   Links
   ========================================================================== */
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a[href^="tel"] {
	text-decoration: none;
}
a img {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
a:hover img {
	opacity: 0.7;
}
/* ==========================================================================
   Input
   ========================================================================== */
input, textarea, select, button {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.2;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
::-webkit-input-placeholder {
	color: #BCBCBC;
}
::-moz-placeholder {
	color: #BCBCBC;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #BCBCBC;
}
.c-select-wrapper {
	position: relative;
	padding: 0;
}
.ginput_container_multiselect:after, .ginput_container_select:after, .c-select-wrapper:after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 29px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #ff6600;
	z-index: 100;
	pointer-events: none;
}
select {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	border: solid 1px #d0d0d0;
	border-radius: 3px;
	padding: 18px 18px;
	margin: 0;
	color: #384045;
	background-color: #fff;
}
.c-select-wrapper--nav select {
	border: 0;
	padding: 0;
	color: #808080;
	letter-spacing: 1.5px;
}
textarea, input[type=text], input[type=email] {
	border: solid 1px #d0d0d0;
	border-radius: 3px;
	color: #5a5a5a;
	font-size: 14px;
	padding: 14px 10px;
	width: 100%;
	margin: 0;
}
textarea {
	font-family: 'Montserrat', 'Arial', sans-serif;
	height: 103px;
}
/*
	The undecorated blocks.
	========================================================================== */
/* ==========================================================================
   Shell
   ========================================================================== */
.o-shell {
	max-width: 1470px;
	padding: 0 15px;
	margin: 0 auto;
}
.o-shell--medium {
	max-width: 1315px;
}
.o-shell--small {
	max-width: 1160px;
}
.o-shell--blog {
	max-width: 1190px;
}
@media (max-width: 1023px) {
	.o-shell {
		width: 100%;
	}
}
/* ==========================================================================
   Wrapper
   ========================================================================== */
.o-wrapper {
	min-height: 100vh;
	overflow: hidden;
}
.o-wrapper--blog {
	padding-top: 172px;
}
@media (max-width: 1199px) {
	.o-wrapper {
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}

	.visible-mobile-nav .o-wrapper {
		-webkit-transform: translateX(-240px);
		        transform: translateX(-240px);
	}
}
@media (max-width: 1023px) {
	.o-wrapper {
		padding-top: 122px;
	}

		.o-wrapper--blog {
			padding-top: 172px;
		}
}
@media (max-width: 374px) {
	.o-wrapper {
		padding-top: 107px;
	}

		.o-wrapper--blog {
			padding-top: 132px;
		}
}
/* ==========================================================================
   Header Slider
   ========================================================================== */
.o-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.o-row--wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin: 0 -12px;
	}
.o-row + .o-row {
	margin-top: 20px;
}
.o-row--sp {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
@media (max-width: 1023px) {
	.o-row:not(.o-row--wrap) {
		display: block;
	}
}
@media (max-width: 767px) {
	.o-row.o-row--wrap {
		display: block;
	}
}
/* ==========================================================================
   Grid
   ========================================================================== */
.o-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.o-grid__item--1of2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48%;
	        flex: 0 0 48%;
}
.o-grid__item--half-size {
	width: 50%;
}
.o-grid__item--fe {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.o-grid__item--half-size + .o-grid__item--half-size {
	margin-left: 24px;
}
.o-grid--news .o-grid__item:first-child {
	width: 51.74%;
}
.o-grid--news .o-grid__item:nth-child(2) {
	width: 45.35%;
}
.o-grid--featured-articles .o-grid__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.o-grid--featured-articles .o-grid__item--half-size + .o-grid__item--half-size {
	margin-left: 35px;
}
@media (max-width: 1023px) {
	.o-grid {
		display: block;
	}

	.o-grid__item {
		width: 100% !important;
		margin-left: 0 !important;
	}
}
/* ==========================================================================
	Main
========================================================================== */
.o-main {
	position: relative;
	z-index: 100;
}
.page-template-sponsorship .o-main {
	padding-bottom: 50px;
}
/*
	The cosmetic styles.
	========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */
.c-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	-webkit-transition: background-color, 0.4s ease;
	transition: background-color, 0.4s ease;
}
.c-header--with-background {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.c-header--with-background .c-search__trigger {
		color: #5b5b5b;
	}
.c-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 25px 95px;
	position: relative;
}
.c-header--blog .c-header__inner {
	border-bottom: solid 1px #efefef;
	margin: 0 95px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 31px;
}
.c-header--blog .c-nav-mobile-trigger {
		color: #333333;
	}
.c-header--blog .c-search__trigger {
		right: -36px;
		margin-top: -10px;
	}
@media (max-width: 1470px) {
	.c-header__inner {
		padding: 25px 48px 25px 0;
	}
}
@media (max-width: 1365px) {
	.c-header--blog .c-header__inner {
		margin: 0 30px 0 0;
	}
}
@media (max-width: 1199px) {
	.c-header--blog .c-header__inner {
		margin: 0;
	}

	.c-header--blog .c-search__trigger {
		right: 58px;
		margin-top: -21px;
	}
}
@media (max-width: 1023px) {
	.c-header__inner, .c-header--blog .c-header__inner {
		padding: 25px 0;
		margin: 0;
	}

	.c-header {
		background-color: #fff;
	}
}
@media print {
	.c-header {
		display: none;
	}
}
/* ==========================================================================
   Logo
   ========================================================================== */
.c-logo {
	display: block;
}
.c-logo__image {
	display: block;
	max-width: 221px;
	height: auto;
}
.c-logo__image--solid {
	display: none;
}
.c-header--with-background .c-logo__image--transparent {
	display: none;
}
.c-header--with-background .c-logo__image--solid {
	display: block;
}
@media (max-width: 1023px) {
	.c-header .c-logo__image--transparent {
		display: none;
	}

	.c-header .c-logo__image--solid {
		display: block;
	}
}
@media (max-width: 374px) {
	.c-logo__image {
		max-width: 175px;
	}
}
/* ==========================================================================
   Nav
   ========================================================================== */
.c-nav {
	margin-left: auto;
}
.c-nav ul {
	list-style: none;
}
.c-nav li {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 500;
	padding-left: 25px;
	letter-spacing: 1px;
}
.c-nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 10px;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: opacity, visibility, z-index 0.5s ease;
	transition: opacity, visibility, z-index 0.5s ease;
}
.c-nav li:hover ul {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.c-nav li ul li {
	display: block;
	padding: 0 0 10px;
}
.c-nav li ul a {
	display: block;
	padding: 0 25px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
	border-bottom: solid 1px transparent;
	padding-bottom: 11px;
}
.c-header--with-background .c-nav a {
	color: #5b5b5b;
}
.c-nav > ul > li.current-menu-item > a, .c-nav > ul > li.current-menu-ancestor > a, .c-nav > ul > li > a:hover {
	border-bottom-color: #fff;
}
.c-header--with-background .c-nav > ul > li.current-menu-item > a, .c-header--with-background .c-nav > ul > li.current-menu-ancestor > a, .c-header--with-background .c-nav > ul > li > a:hover {
	border-bottom-color: #5b5b5b;
}
.c-nav .sub-menu a:hover {
	color: #ff6600;
}
.c-header--with-background .c-nav li ul {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1);
}
.c-nav--select {
	position: relative;
	margin-left: 64px;
	padding-top: 18px;
	min-width: 230px;
}
.c-nav--select-mobile {
	margin-left: 20px;
	margin-bottom: 20px;
}
.c-nav--alt {
	padding-top: 16px;
}
.c-nav--alt li {
	position: relative;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
}
.c-nav--alt li.menu-item-has-children {
	padding-right: 22px;
}
.c-nav--alt li.menu-item-has-children:after {
	font-family: 'FontAwesome';
	content: '\f078';
	position: absolute;
	top: 0;
	right: 0;
	color: #ff6600;
	pointer-events: none;
}
.c-nav--alt li + li {
	padding-left: 40px;
}
.c-nav--alt a {
	color: #404040;
	padding-bottom: 0;
	background: 0;
	border: 0;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-nav--alt li.current-menu-item a, .c-nav--alt li.current-menu-ancestor a, .c-nav--alt a:hover {
	color: #ff6600;
	border: 0;
}
.c-nav--alt li.current-menu-item a, .c-nav--alt li.current-menu-ancestor a {
	font-weight: bold;
}
.c-nav--alt li ul a {
	padding-left: 40px;
}
.c-nav-mobile-trigger {
	display: none;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 32px;
	color: #fff;
	text-decoration: none;
}
.c-nav--mobile {
	position: fixed;
	width: 250px;
	top: 0;
	bottom: 0;
	right: -250px;
	background-color: #fff;
	z-index: 9999;
	display: none;
	-webkit-transition: right 0.3s ease;
	transition: right 0.3s ease;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 15px;
}
.c-nav--mobile > ul {
		padding-bottom: 15px;
		border-top: solid 1px #efefef;
	}
.c-nav--mobile li {
	list-style: none;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.c-nav--mobile li.menu-item-has-children > a:after {
	font-family: 'FontAwesome';
	content: '\f078';
	position: absolute;
	top: 50%;
	right: 20px;
	color: #ff6600;
	margin-top: -10px;
	pointer-events: none;
}
.c-nav--mobile li ul {
	display: none;
}
.c-nav--mobile li a {
	display: block;
	padding: 15px 20px;
	color: #333333;
	text-decoration: none;
	position: relative;
	border-bottom: solid 1px #efefef;
}
.c-nav--mobile li ul a {
	padding-left: 35px;
}
.c-nav--mobile li.current-menu-item a, .c-nav--mobile li.current-menu-ancestor > a {
	color: #ff6600;
}
@media (max-width: 1199px) {
	.c-nav {
		display: none;
	}

	.c-nav-mobile-trigger, .c-nav--mobile {
		display: block;
	}

	.c-nav-mobile-trigger .fa-times, .visible-mobile-nav .c-nav-mobile-trigger .fa-bars {
		display: none;
	}

	.visible-mobile-nav .c-nav-mobile-trigger .fa-times, .c-nav-mobile-trigger .fa-bars {
		display: block;
	}

	.visible-mobile-nav .c-nav--mobile {
		right: 0;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}
		.c-header--with-background .c-nav-mobile-trigger {
			color: #333333;
		}
}
@media (max-width: 1023px) {
	.c-nav-mobile-trigger {
		color: #333333;
	}
}
/* ==========================================================================
   Header Slider
   ========================================================================== */
.c-header-slider {
	position: relative;
}
.c-header-slider .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center 0;
	height: 100vh;
	min-height: 1010px;
}
.c-header-slider .swiper-slide img {
	opacity: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: none;
}
.c-header-slider .swiper-slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0094e9;
	opacity: 0.5;
	z-index: 10;
}
.c-slide-caption {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	max-width: 1150px;
	padding-bottom: 240px;
	padding-top: 140px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	z-index: 15;
}
.c-slide-caption p {
	color: #fff;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 56px;
	margin-bottom: 0;
}
.c-slide-caption__actions {
	margin-top: 66px;
}
.c-header-slider__pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1150px;
	border-top: solid 1px #ebebeb;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 38px;
	text-align: left;
}
.c-slide-bullet {
	cursor: pointer;
	position: relative;
	padding-top: 30px;
	opacity: 0.7;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.c-slide-bullet--active {
	opacity: 1;
	background: none;
}
.c-slide-bullet:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-bottom: solid 11px #fff;
	border-right: solid 11px transparent;
	border-left: solid 11px transparent;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.c-slide-bullet--active:before {
	opacity: 1;
}
.c-slide-bullet + .c-slide-bullet {
	margin-left: 45px;
}
.c-slide-bullet, .c-slide-bullet h5 {
	color: #fff;
}
.c-slide-bullet h5 {
	margin-bottom: 25px;
}
.c-slide-bullet p {
	line-height: 1.6;
}
@media (max-width: 1023px) {
	.c-header-slider {
		max-width: 100%;
	}

	.c-header-slider .swiper-slide {
		min-height: 400px;
		height: 400px;
	}

	.c-header-slider__pagination {
		width: 100%;
	}

	.c-slide-caption {
		width: 100%;
		padding: 0 15px;
	}

	.c-slide-caption p {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.c-slide-caption__actions {
		margin-top: 0;
	}

	.c-header-slider__pagination {
		position: relative;
		left: 0;
		bottom: auto;
		-webkit-transform: none;
		        transform: none;
		padding: 0 15px;
	}

	.c-slide-bullet {
		max-width: 33%;
	}

	.c-slide-bullet, .c-slide-bullet h5 {
		color: #333333;
	}

	.c-slide-bullet:before {
		top: -10px;
	}
}
@media (max-width: 767px) {
	.c-slide-bullet:before {
		display: none;
	}

	.c-header-slider .swiper-slide {
		min-height: 350px;
		height: 350px;
	}

	.c-header-slider__pagination {
		display: block;
	}

	.c-slide-bullet {
		display: block;
		width: 100%;
		max-width: none;
		margin-left: 0 !important;
	}

	.c-slide-bullet h5 {
		margin-bottom: 0;
		text-align: center;
	}

	.c-slide-bullet p {
		display: none;
	}

	.c-slide-caption__actions .c-btn--big {
		max-width: 80%;
		min-width: 0;
		padding: 10px 25px;
	}
}
/* ==========================================================================
   Section
   ========================================================================== */
.c-section {
	margin-top: 78px;
}
.c-section--address-block {
	padding-top: 32px;
	padding-bottom: 10px !important;
}
.c-section + .c-section {
	padding-top: 80px;
}
.c-section__head {
	text-align: center;
	padding-bottom: 72px;
}
.c-section__head p {
	font-size: 18px;
	line-height: 1.6;
}
.c-section__head--no-padding {
	padding-bottom: 0;
}
.c-section__head--big-text p {
	font-size: 24px;
}
.c-section__title {
	text-transform: uppercase;
	padding-bottom: 26px;
}
.c-section__title--dark {
	color: #000;
}
.c-section__title--heavy {
	font-weight: 800;
}
.c-section.c-section--resources {
	padding-top: 61px;
}
.c-section--resources .c-section__head {
	padding-bottom: 44px;
}
.c-section--team .c-section__head {
	padding-bottom: 42px;
}
.c-section.c-section--news {
	padding-top: 94px;
}
.c-section--news .c-section__head {
	padding-bottom: 30px;
}
.c-section--text {
	padding-bottom: 62px;
}
.c-section.c-section--newsletter {
	display: block !important;
	padding: 79px 0 75px;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	margin: 60px 0;
	background-color: #fff;
}
.c-section--bottom-border {
	border-bottom: solid 1px #efefef;
	padding-bottom: 67px;
}
.c-section--bottom-border + .c-section--newsletter {
	border-top: 0;
}
.c-section--iconographic img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.c-section--iconographic .c-section__head {
	padding-bottom: 63px;
	max-width: 1160px;
	margin: 0 auto;
}
.c-section--iconographic .c-section__head h2 {
	font-size: 47px;
}
.c-section--iconographic .c-section__head p {
	font-size: 18px;
}
.c-section--questionnaire .c-section__head p {
	font-size: 24px;
	color: #353535;
}
.c-section--questionnaire .c-section__body {
	border-top: solid 1px #ebebeb;
	padding-top: 60px;
}
.c-section--questionnaire .c-section__subtitle {
	max-width: 1160px;
	margin: auto;
}
.c-section--questionnaire .c-section__subtitle p {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 24px;
	line-height: 1.2;
	color: #384045;
	text-align: center;
	margin-bottom: 0;
}
.c-section--questionnaire .c-section__subtitle img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.c-section--labs {
	background: url(../images/lab-section.png) no-repeat right center;
}
.c-section--labs .c-section__head {
	padding-bottom: 61px;
}
.c-section--sponsorship .c-section__head {
	padding-bottom: 0;
}
.c-section--sponsorship .c-section__head p {
	font-size: 24px;
	color: #353535;
}
.c-section--sponsorship .c-section__title {
	padding-bottom: 0;
}
.c-section.c-section--sponsors {
	padding-top: 70px;
}
.c-section--sponsors .c-section__head {
	padding-bottom: 33px;
}
.c-section--testimonials {
	padding-top: 0 !important;
}
.c-section--testimonials:last-child {
		padding-bottom: 80px;
	}
.c-section--testimonials .c-section__head p {
	color: #8a8a8a;
}
.c-section--with-shadow {
	-webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
}
.c-section--with-top-shadow {
	-webkit-box-shadow: inset 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.c-section--partners-list {
	padding: 0 !important;
}
.c-section--quote {
	padding: 0 !important;
	margin-top: 110px;
}
.c-section--gray {
	background-color: #fdfdfd;
}
.c-section--ctas {
	padding: 50px 0 !important;
	margin-bottom: 40px;
}
.c-section--faq {
	padding-bottom: 65px;
}
.c-section--article-slider .c-section__head {
	padding-bottom: 0;
}
.c-section--event .c-section__head {
	padding-bottom: 51px;
}
.c-section--contact {
	padding: 0 !important;
}
.c-section--contact-alt {
	padding: 42px 0 0 !important;
}
.c-section--directions {
	padding: 60px 0 40px !important;
}
.c-section__filter {
	margin: 0 auto;
	width: 296px;
}
.c-section__filter--big {
	width: 495px;
	max-width: 100%;
}
.c-section__actions {
	padding: 40px 0 50px;
}
.c-section__actions span {
	display: block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 12px;
}
.c-section.c-section--publications, .c-section.c-section--who-we-are {
	padding-top: 0;
}
.c-section.c-section--who-we-are {
	margin-bottom: 78px;
}
.c-section--jobs-intro {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 32px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
}
.c-section--jobs-listing {
	padding-bottom: 60px;
}
.c-section--courses {
	padding-top: 0 !important;
	margin-top: 0;
	padding-bottom: 60px;
}
.c-section--sponsor-contacts {
	padding-bottom: 78px;
}
.c-section--sponsor-contacts .c-section__head {
		padding-bottom: 80px;
	}
.c-section--sponsor-contacts .c-section__head .c-section__title {
			padding-bottom: 0;
		}
.c-section-technology {
	padding-top: 78px;
}
.c-section-technology .c-section__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
.c-section-technology .c-section__actions {
		padding-top: 0;
	}
.c-section-technology .c-article-preview {
		width: 48%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 48%;
		        flex: 0 0 48%;
		margin-bottom: 48px;
	}
.c-section-technology .c-article-preview + .c-article-preview {
			margin-left: 0;
		}
.c-section-technology .c-posts-pagination {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 5px;
	}
.c-section-technology .c-posts-pagination .c-btn {
			margin: 0;
		}
@media (max-width: 1023px) {
	.c-section + .c-section {
		padding-top: 0;
	}

	.c-section.c-section--newsletter {
		padding: 40px 0;
	}

	.c-section--labs {
		padding-left: 15px;
		padding-right: 15px;
	}

	.c-section.c-section--who-we-are {
		margin-bottom: 15px;
	}
		.c-section-technology .c-section__body {
			display: block;
		}

		.c-section-technology .c-article-preview {
			width: auto;
		}
}
@media (max-width: 767px) {
	.c-section__title {
		font-size: 35px;
	}
}
@media print {
	.c-section--newsletter {
		display: none;
	}
}
/* ==========================================================================
   Info Block
   ========================================================================== */
.c-info-block {
	position: relative;
	width: 20%;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	-webkit-transition: background-color, .4s ease;
	transition: background-color, .4s ease;
	cursor: pointer;
	-webkit-box-shadow: 0px 0 65px rgba(0,0,0,0.1);
	        box-shadow: 0px 0 65px rgba(0,0,0,0.1)
}
.c-info-block h5 {
	margin-bottom: 18px;
	color: #333333;
}
.c-info-block p {
	line-height: 1.8;
}
.c-info-block + .c-info-block {
	margin-left: 23px;
}
.c-info-block:hover {
	background-color: #f98155;
	color: #fff;
}
.c-info-block:hover h5 {
	color: #fff;
	font-weight: bold;
}
.c-info-block-link {
	display: block;
	text-decoration: none;
	height: 100%;
}
.c-info-block-link:before {
	content: '';
	position: absolute;
	top: 1%;
	left: 2%;
	width: 96%;
	height: 98%;
	border: solid 3px #fff;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.c-info-block-link:hover:before {
	opacity: 1;
}
.c-info-block-link img {
	display: block;
	width: 100%;
	height: auto;
}
.c-info-block-link:hover img {
	opacity: 1;
}
.c-info-block__text {
	padding: 55px 20px 48px;
}
.c-info-block__text--no-text h5 {
	font-size: 14px;
	line-height: 1.4;
	max-width: 180px;
	margin: 0 auto;
}
@media (max-width: 1023px) {
	.c-info-block {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
}
/* ==========================================================================
   Story
   ========================================================================== */
.c-story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.c-story:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.c-story__image {
	display: block;
	height: auto;
	width: 50%;
}
.c-story__text {
	width: 50%;
	padding: 29px 85px 0;
}
.c-story + .c-story .c-story__text {
	padding-top: 50px;
}
.c-story__text h6 {
	color: #384045;
	letter-spacing: -1px;
	margin-bottom: 32px;
}
.c-story__text p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 35px;
}
.c-story__text img {
	margin: 0 0 21px !important;
}
@media (max-width: 1023px) {
	.c-story {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
		margin-bottom: 20px;
	}

	.c-story__text, .c-story__image {
		width: 100%;
	}

	.c-story__text {
		padding-left: 0;
		padding-right: 0;
	}
}
/* ==========================================================================
   Button
   ========================================================================== */
.gform_button, .c-btn {
	display: inline-block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #ff6600;
	border-radius: 5px;
	-webkit-transition: color, background-color 0.4s ease;
	transition: color, background-color 0.4s ease;
	text-decoration: none;
	padding: 14px 10px;
	text-align: center;
	min-width: 200px;
}
.gform_button {
	padding: 11px 10px;
}
.gform_button:hover, .c-btn:hover {
	color: #fff;
	background-color: #333333;
}
.c-btn--secondary {
	color: #ff6600;
	background-color: #fff;
}
.c-btn--secondary:hover {
	color: #fff;
	background-color: #ff6600;
}
.c-btn--big {
	font-weight: 500;
	padding: 20px;
	min-width: 330px;
}
.c-btn--small {
	font-size: 14px;
	min-width: 165px;
	padding: 10px;
}
.c-btn--tiny {
	font-size: 12px;
	min-width: 150px;
	padding: 10px;
}
.c-btn--clear {
	background-color: #fff;
	color: #ff6600;
	border: solid 1px #ff6600;
}
.c-btn--clear:hover {
	background-color: #ff6600;
	color: #fff;
}
.c-btn--block {
	display: block;
}
.c-btn--small-text {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 10px;
}
.c-btn--small-text i {
	font-size: 18px;
	margin-right: 9px;
}
.c-btn--white {
	border-radius: 0;
	border: solid 4px #fff;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	padding: 29px 10px;
	min-width: 265px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-btn--white:hover {
	background: transparent;
	color: #ff6600;
}
.gform_button {
	display: block;
	height: 100%;
	border: 0;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}
input.c-btn {
	border: 0;
	cursor: pointer;
}
.c-connect-btn {
	display: inline-block;
	padding: 15px 20px 0 92px;
	min-width: 230px;
	height: 60px;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in;
	transition: -webkit-box-shadow 0.3s ease-in;
	transition: box-shadow 0.3s ease-in;
	transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}
.c-connect-btn--alt {
	padding-top: 0;
	vertical-align: center;
	line-height: 60px;
	padding-left: 60px;
	font-size: 15px;
}
.c-connect-btn:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.c-connect-btn--apple {
	background-image: url(../images/icons/apple.png);
	background-size: 23px auto;
	background-position: 35px center;
}
.c-connect-btn--google {
	padding-left: 82px;
	background-image: url(../images/icons/google.png);
	background-size: 28px auto;
	background-position: 35px center;
}
.c-connect-btn--email {
	background-image: url(../images/icons/email.png);
	background-size: 30px auto;
	background-position: 15px center;
}
.c-connect-btn--messenger {
	background-image: url(../images/icons/messenger.png);
	background-size: 30px auto;
	background-position: 15px center;
}
.c-connect-btn span {
	display: block;
	font-size: 12px;
	color: #4c4c4c;
}
.c-connect-btn + .c-connect-btn {
	margin-left: 30px;
}
@media (max-width: 767px) {
	.c-connect-btn {
		display: block;
		margin-left: 0 !important;
	}
}
.c-btn.is--loading {
	position: relative;
	overflow: visible;
}
.c-btn.is--loading:after {
	content: '\f1ce';
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 1;
	color: #ff6600;
	text-align: center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -35px;
	bottom: 0;
	margin: auto;
	-webkit-animation: fa-spin 2s infinite linear;
	        animation: fa-spin 2s infinite linear;
}
.c-btn--small.is--loading:after {
	font-size: 20px;
	width: 20px;
	height: 20px;
}
/* ==========================================================================
   Link
   ========================================================================== */
.c-link-more {
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-link-more:hover {
	color: #333333;
}
.c-link-more i {
	font-size: 14px;
	padding-left: 12px;
}
.c-link--with-icon i {
	background-color: #808080;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 27px;
	color: #fff;
	margin-right: 28px;
	padding-left: 0;
}
.c-link--icon-outline i {
	position: relative;
	display: block;
	border: solid 1px #b3b3b3;
	border-radius: 50%;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 1.64;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.c-link--icon-outline:hover i {
	border-color: #ff6600;
}
.c-link-load-more {
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 30px;
	text-decoration: none;
}
.c-link-load-more i {
	position: absolute;
	left: 0;
	color: #f78181;
	font-size: 19px;
}
.c-link-load-more.is--loading {
	position: relative;
}
.c-link-load-more.is--loading:after {
	content: '\f1ce';
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1;
	color: #ff6600;
	text-align: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -35px;
	bottom: 0;
	margin: auto;
	-webkit-animation: fa-spin 2s infinite linear;
	        animation: fa-spin 2s infinite linear;
}
/* ==========================================================================
   Preview
   ========================================================================== */
.c-preview {
	padding-bottom: 18px;
}
.c-preview__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.c-preview__text {
	padding: 28px 0 0 10px;
}
.c-preview--featured .c-preview__text {
	padding: 57px 0 0 47px;
}
.c-preview__text p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 19px;
}
.c-preview--half-size {
	width: 50%;
}
.c-preview--half-size + .c-preview--half-size {
	width: 50%;
	margin-left: 20px;
}
@media (max-width: 1023px) {
	.c-preview--featured .c-preview__text {
		padding-left: 0;
	}

	.c-preview--half-size {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.c-preview__image {
		width: 100%;
		height: auto;
		max-width: none;
	}
}
/* ==========================================================================
   Feed Items
   ========================================================================== */
.c-feed-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	background-color: #f7f7f7;
}
.c-feed-item + .c-feed-item {
	margin-top: 50px;
}
.c-feed-item__link {
	display: block;
	min-width: 50%;
	background-size: cover;
	background-position: center 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
.c-feed-item__link img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
}
.c-feed-item__link:hover img {
	opacity: 0;
}
.c-feed-item__text {
	position: relative;
	min-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 35px 50px 35px 43px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}
.c-feed-item__text:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: -14px;
	border-left: solid 14px #f7f7f7;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
}
.c-feed-item__text--absolute {
	position: absolute;
	bottom: 0;
}
.c-feed-item__text--absolute:before {
	content: none;
}
.c-feed-item__text p {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 17px;
	line-height: 2;
	color: #808080;
}
.c-feed-item__text a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.c-feed-item:nth-child(even)  {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.c-feed-item:nth-child(even) .c-feed-item__text:before {
	right: auto;
	left: -14px;
	border: 0;
	border-right: solid 14px #f7f7f7;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
}
.c-feed-item__text--large {
	padding-right: 70px;
	padding-bottom: 27px;
}
.c-feed-item__text--large p {
	font-size: 18px;
	line-height: 2.5;
}
.c-feed-item--transparent {
	background-color: #fff;
	border: solid 1px #efefef;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}
.c-feed-item--transparent .c-feed-item__link img {
	opacity: 1;
}
@media (max-width: 1023px) {
	.c-feed-item {
		display: block;
		margin: 0 0 50px 0 !important;
	}

	.c-feed-item__text, .c-feed-item__text--large {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.c-feed-item__text a {
		font-size: 14px;
	}
}
/* ==========================================================================
   Footer
   ========================================================================== */
.c-footer-widgets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end
}
.c-footer-widget {
	margin-left: 97px;
}
.c-footer-widget:first-child {
	margin-right: auto;
	margin-left: 0;
}
.c-footer-widget__head {
	padding-top: 14px;
}
.c-footer-widget__title {
	font-weight: bold;
	text-transform: uppercase;
	color: #b3b3b3;
}
.c-footer-widget--menus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-footer-widget--menus ul {
	list-style: none;
	font-size: 20px;
	line-height: 2.4;
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.c-footer-widget--menus ul + ul {
	margin-left: 72px;
}
.c-footer-widget--menus a {
	text-decoration: none;
	color: #666666;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.c-footer-widget--menus a:hover {
	color: #ff6600;
}
.c-footer-widget--socials .c-footer-widget__body {
	padding-top: 56px;
}
.c-footer-widget--form {
	width: 270px;
}
.c-footer-widget--form .c-footer-widget__title {
	padding-bottom: 40px;
}
.c-footer-widget--form .gform_button {
	min-width: 0;
}
@media (max-width: 1023px) {
	.c-footer-widgets {
		display: block;
	}

	.c-footer-widget {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0 !important;
	}

	.c-footer-widget--menus ul {
		margin: 0 !important;
	}

	.c-footer-widget--socials .c-footer-widget__body {
		padding-top: 25px;
	}
}
/* ==========================================================================
   Pagination
   ========================================================================== */
.c-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-pagination__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 13px;
	color: #384045;
	text-decoration: none;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.c-pagination__link i {
	color: #ff6600;
	font-size: 24px;
}
.c-pagination__link--prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.c-pagination__link--prev i {
	margin-right: 10px;
}
.c-pagination__link--next {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.c-pagination__link--next i {
	margin-left: 10px;
}
.c-pagination__item {
	padding: 16px 30px 29px 15px;
	border: solid 1px #ececec;
	min-width: 49%;
}
.c-pagination__item + .c-pagination__item {
	margin-left: 30px;
}
.c-pagination__post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 41px;
}
.c-pagination__post img {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	margin-right: 20px;
}
.c-pagination__post a {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.9;
	font-weight: 500;
	color: #384045;
	text-transform: uppercase;
	text-decoration: none;
}
.c-posts-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 30px 0 0;
}
.c-posts-pagination--courses {
	margin-top: 30px;
}
.c-posts-pagination .c-btn--next {
	margin-left: auto;
}
.c-posts-pagination--centered {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-posts-pagination--centered .c-btn--next {
	margin: auto;
}
@media (max-width: 767px) {
	.c-pagination {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.c-pagination__item {
		margin-bottom: 15px;
		margin-left: 0 !important;
	}

	.c-pagination__post {
		padding-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.c-pagination__post img {
		margin: 0 auto 15px;
	}

	.c-posts-pagination .c-btn {
		width: 45%;
		font-size: 15px;
		min-width: 0;
	}
}
/* ==========================================================================
   Socials
   ========================================================================== */
.c-socials-list {
	list-style: none;
}
.c-socials-list li {
	display: inline-block;
	font-size: 20px;
}
.c-socials-list li + li {
	margin-left: 43px;
}
.c-socials-list a {
	text-decoration: none;
	color: #b3b3b3;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-socials-list a:hover {
	color: #ff6600;
}
.c-socials-list--centered {
	text-align: center;
}
.c-socials-list--centered li {
	margin: 0 5px !important;
}
.c-socials-list--small li + li {
	margin-left: 10px;
}
.c-socials-list--small a {
	display: block;
	width: 22px;
	height: 22px;
	font-size: 13px;
}
.c-socials-list--small a.c-text-link {
		width: auto;
		height: auto;
		line-height: 22px;
	}
.c-socials-list--small a.c-text-link i {
			display: inline-block;
			width: auto;
			height: auto;
			line-height: 1;
		}
.c-socials-list--small i {
	width: 100%;
	height: 100%;
	line-height: 1.64;
}
/* ==========================================================================
   Gravity Forms
   ========================================================================== */
.gform_fields {
	list-style: none;
}
.gfield_label {
	display: block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 12px;
	color: #141414;
	text-transform: uppercase;
	padding-bottom: 6px;
}
.gfield_checkbox, .gfield_radio {
	padding: 20px 0 0;
}
.gfield_checkbox li, .gfield_radio li {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 300;
	position: relative;
	padding-left: 25px;
	list-style: none;
	display: inline-block;
}
.gfield_checkbox li input, .gfield_radio li input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.gfield_checkbox li + li, .gfield_radio li + li {
	margin-left: 60px;
}
.validation_error {
	display: none;
}
.validation_message {
	position: absolute;
	font-size: 12px;
	bottom: -20px;
	color: red;
}
.gform_confirmation_message {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 34px;
	color: #0087ab;
	text-align: center;
}
.ginput_container_multiselect, .ginput_container_select {
	position: relative;
}
@media (max-width: 767px) {
	.gfield_checkbox li, .gfield_radio li {
		display: block;
		margin-left: 0 !important;
		margin-bottom: 5px;
	}
}
/**
 * Section Form
 */
.c-section--newsletter .gform-wrapper {
	position: relative;
}
.c-section--newsletter form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-section--newsletter .gform_heading {
	width: 100%;
	padding-bottom: 30px;
}
.c-section--newsletter .gform_title {
	font-size: 34px;
	text-align: center;
	margin-bottom: 42px;
}
.c-section--newsletter .gform_description {
	display: block;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}
.c-section--newsletter .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-section--newsletter .gform_fields .gfield-checkbox {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
.c-section--newsletter .gfield {
	position: relative;
	width: 310px;
}
.c-section--newsletter .gfield + .gfield {
	margin-left: 35px;
}
.c-section--newsletter .ginput_container_select {
	position: relative;
	padding: 0;
}
.c-section--newsletter select {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	display: block;
	width: 100%;
	padding: 14px 10px;
	font-size: 12px;
	color: #5a5a5a;
	font-weight: normal;
}
.c-section--newsletter ::-webkit-input-placeholder {
	color: #b8b8b8;
}
.c-section--newsletter ::-moz-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
.c-section--newsletter :-ms-input-placeholder {
	color: #b8b8b8;
}
.c-section--newsletter .gform_footer {
	position: relative;
	margin-top: auto;
	width: 230px;
	height: 45px;
	margin-top: 25px;
}
.c-section--newsletter .gform_ajax_spinner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: -20px;
}
.c-section--newsletter .gform_button {
	width: 100%;
}
@media (max-width: 1380px) {
	.c-section--newsletter .gform_body {
		width: 100%;
	}

	.c-section--newsletter .gform_fields {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
		.c-section--newsletter .gfield {
			width: 40%;
			margin: 0 0 20px;
		}

			.c-section--newsletter .gfield + .gfield {
				margin-left: 0;
			}

			.c-section--newsletter .gfield.gfield-checkbox {
				text-align: center;
			}
}
@media (max-width: 1023px) {
	.c-section--newsletter form {
		display: block;
	}

	.c-section--newsletter .gform_fields {
		display: block;
	}

	.c-section--newsletter .gfield {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
		.c-section--newsletter .gfield.gfield-checkbox {
			text-align: left;
		}

	.c-section--newsletter .gform_footer {
		margin-left: 0;
		width: 100%;
	}
}
/**
 * Widget Form
 */
.c-footer-widget--form .gform_wrapper {
	position: relative;
	background-color: #f5f5f5;
	border-radius: 10px;
}
.c-footer-widget--form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-footer-widget--form .gform_body {
	width: calc(100% - 32px);
}
.c-footer-widget--form .gfield_label {
	display: none;
}
.c-footer-widget--form .gfield input {
	background-color: transparent;
	border: 0;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 15px;
	color: #bcbcbc;
	padding: 21px 10px 21px 30px;
}
.c-footer-widget--form .gform_button {
	position: relative;
	display: block;
	opacity: 0;
	cursor: pointer;
	width: 32px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	z-index: 10;
}
.c-footer-widget--form .gform_footer {
	position: relative;
}
.c-footer-widget--form .gform_footer:after {
	font-family: 'FontAwesome';
	content: '\f054';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #bcbcbc;
	cursor: pointer;
	z-index: 5;
}
.c-footer-widget--form .validation_error {
	display: none;
}
.c-footer-widget--form .validation_message {
	position: absolute;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 12px;
	color: red;
	left: 10px;
	bottom: -20px;
}
.c-footer-widget--form .gform_ajax_spinner {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.c-footer-widget--form .gform_confirmation_message {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 15px;
	color: #bcbcbc;
}
/**
 * Contact form
 */
.c-contact-form .gform_heading {
	padding-bottom: 35px;
}
.c-contact-form .gform_description {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #898989;
}
.c-contact-form .gfield {
	position: relative;
	margin-bottom: 27px;
}
.c-contact-form .gfield-small {
	display: inline-block;
	width: 48%;
}
.c-contact-form .gfield-small + .gfield-small {
	margin-left: 4%;
}
.c-contact-form .gfield_label {
	font-weight: 300;
	text-transform: none;
}
.c-contact-form .gform_button {
	background-color: #ff6600;
	padding: 18px 10px;
}
.c-contact-form .gform_button:hover {
	background-color: #333333;
}
.c-contact-form .gform_footer {
	position: relative;
	display: inline-block;
}
.c-contact-form .gform_ajax_spinner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: -20px;
}
.c-contact-form select {
	color: #5a5a5a;
	font-weight: 300;
}
.c-contact-form input[type='text'], .c-contact-form input[type='email'] {
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.c-contact-form .gfield-textarea {
	margin-bottom: 0;
}
.c-contact-form .gfield-text + .gfield-textarea {
	margin-top: -20px;
}
.c-contact-form .gfield-textarea + .gfield-checkbox {
	margin-top: -15px;
}
.c-contact-form .selectric, .c-contact-form .selectric .label, .c-contact-form .selectric .label, .c-contact-form .selectric-items ul, .c-contact-form .selectric-items li {
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.c-contact-form .selectric .label {
	color: #5a5a5a;
	font-weight: normal;
}
/**
 * Lab Form
 */
.c-lab-form {
	padding: 31px 0;
}
.c-lab-form form {
	padding: 0 115px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-lab-form .gform_heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	text-align: right;
	margin-right: 116px;
}
.c-lab-form .gform_description {
	font-size: 22px;
	color: #333333;
	padding-bottom: 16px;
}
.c-lab-form .gform_title {
	font-size: 30px;
	color: #333333;
}
.c-lab-form .gform_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 495px;
	margin-top: -24px;
}
.c-lab-form .gform_body ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 100%;
}
.c-lab-form .gfield_label {
	display: none;
}
.c-lab-form .gfield {
	width: 50%;
}
.c-lab-form .gfield + .gfield {
	margin-left: 25px;
}
.c-lab-form input[type='text'], .c-lab-form input[type='email'] {
	border: 0;
	border-bottom: solid 1px #333333;
	border-radius: 0;
	color: #333333;
	padding: 13px 0;
	width: 100%;
	font-size: 16px;
}
.c-lab-form ::-webkit-input-placeholder {
	color: #333333;
}
.c-lab-form ::-moz-placeholder {
	color: #333333;
	opacity: 1;
}
.c-lab-form :-ms-input-placeholder {
	color: #333333;
}
.c-lab-form .gform_footer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 32px;
	min-width: 21px;
	margin-top: -7px;
}
.c-lab-form .gform_button {
	width: 21px;
	height: 18px;
	min-width: 21px;
	border: 0;
	border-radius: 0;
	background: url(../images/icons/form-button.png) no-repeat 0 0;
	background-size: 21px auto;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}
.c-lab-form .gform_button:hover {
	opacity: 0.8;
}
.c-lab-form .validation_message {
	bottom: 12px;
}
.c-lab-form .gform_ajax_spinner {
	position: absolute;
	right: 0;
}
@media (max-width: 1023px) {
	.c-lab-form form {
		display: block;
		padding: 0;
	}

	.c-lab-form .gform_heading {
		margin-right: 0;
		text-align: center;
	}

	.c-lab-form .gform_body {
		margin-top: 0;
		width: 100%;
		padding-bottom: 10px;
		min-width: 0;
	}

	.c-lab-form .gform_body ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.c-lab-form .gfield {
		margin-left: 0 !important;
	}

	.c-lab-form .gform_footer {
		margin-top: 5px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 767px) {
	.c-lab-form .gfield {
		width: 100%;
	}
}
/* ==========================================================================
   Hero
   ========================================================================== */
.c-hero {
	position: relative;
	z-index: 10;
	min-height: 500px;
	padding: 213px 0 79px;
	background-size: cover;
	background-position: center 0;
}
.c-hero::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #0094e9;
	opacity: .5;
	content: '';
}
.c-hero__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-hero__title {
	min-width: 400px;
	padding: 10px 25px 8px 0;
	font-family: 'Helvetica', sans-serif;
	font-size: 56px;
	font-weight: normal;
	line-height: 1;
	text-align: right;
	letter-spacing: -0.03em;
	color: #fff;
}
.c-hero__title ~ .c-hero__title {
	margin-top: 5px;
}
.c-hero__title--stripped {
	position: relative;
	display: inline-block;
	background-color: #ff6600;
}
.c-hero__title--stripped::before {
	position: absolute;
	top: 0;
	right: 100%;
	width: 100vw;
	height: 100%;
	background-color: #ff6600;
	content: '';
}
.c-hero__text {
	max-width: 60%;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 44px;
	color: #fff;
	margin-top: -12px;
}
.c-hero__image {
	position: absolute;
	bottom: -235px;
	left: 57px;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	max-width: 762px;
}
.c-hero__image img {
	display: block;
	width: 100%;
	height: auto;
}
.c-hero--case-study:before {
	content: none;
}
.c-hero--case-study .c-hero__title {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 44px;
	text-align: left;
	padding-left: 0;
}
.c-hero--case-study .o-shell {
	position: relative;
}
.c-hero--case-study .c-hero__text {
	padding: 60px 0 0 0;
	margin-left: auto;
	min-width: 40%
}
.c-hero--case-study .c-hero__text p {
	font-size: 30px;
}
@media (max-width: 1023px)  {
	.c-hero__inner {
		display: block;
	}

	.c-hero__title {
		width: 60%
	}

	.c-hero__text {
		padding-top: 30px;
		max-width: 100%;
	}

	.c-hero__text p {
		font-size: 30px;
	}

	.c-hero__image {
		position: relative;
		bottom: auto;
		left: auto;
	}
}
@media (max-width: 767px)  {
	.c-hero__title {
		min-width: 0;
		width: 100%;
		font-size: 30px;
		text-align: left;
	}

	.c-hero__text p {
		font-size: 26px;
	}
}
@media print {
	.c-hero {
		padding: 0;
		min-height: 0;
	}

	.c-hero__image {
		display: none;
	}
}
/* ==========================================================================
   Team Members
   ========================================================================== */
.c-team-members-wrapper h3 {
	font-size: 32px;
	text-align: center;
	color: #333333;
	font-weight: normal;
	margin-bottom: 38px;
}
.c-team-members-wrapper .c-team-members {
	margin-bottom: 0;
}
.c-team-members {
	margin-bottom: 100px;
	overflow: visible !important;
}
.c-team-member {
	position: relative;
	display: inline-block;
	width: 243px;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	padding: 25px 25px 17px;
	font-size: 10px;
	color: #aaaaaa;
	margin-bottom: 40px;
	-webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow !important;
	transition-property: opacity, -webkit-transform, -webkit-box-shadow !important;
	transition-property: transform, opacity, box-shadow !important;
	transition-property: transform, opacity, box-shadow, -webkit-transform, -webkit-box-shadow !important;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
	transition: -webkit-box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	background-color: #fff;
	min-height: 322px;
}
.c-team-member:before {
	content: '\f1ce';
	font-family: FontAwesome;
	font-size: 40px;
	line-height: 100px;
	color: #333333;
	text-align: center;
	width: 160px;
	height: 160px;
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	padding: 30px;
	margin-left: -80px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	-webkit-animation: fa-spin 2s infinite linear;
	        animation: fa-spin 2s infinite linear;
}
.c-team-member.is--loading:before {
	display: block;
}
.c-team-member:after {
	content: '';
	border-top: solid 40px #fff;
	border-left: solid 40px transparent;
	border-right: solid 40px transparent;
	position: absolute;
	bottom: -46px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.c-team-member--active, .c-team-member:hover {
	-webkit-box-shadow: 0 0 110px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 110px 0 rgba(0, 0, 0, 0.3);
}
.c-team-member--active:after {
	opacity: 1;
}
.c-team-member--no-hover {
	cursor: default;
}
.c-team-member--no-hover:hover {
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.c-team-member h4 {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.c-team-member__avatar {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto 14px;
	background-color: #d8d8d8;
}
.c-team-member__avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.c-team-member__name {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 6px;
}
.c-team-member__position {
	display: block;
	padding-bottom: 30px;
}
.c-team-member .c-socials-list {
	display: inline-block;
	margin-top: 7px;
}
.c-team-member .c-socials-list li {
	font-size: 13px;
}
.c-team-member .c-socials-list a {
	display: block;
	text-decoration: none;
	width: 22px;
	height: 22px;
}
.c-team-member__join-image {
	position: relative;
	background-color: #f98155;
	margin: -25px -25px 33px;
	border-radius: 5px 5px 0 0;
	padding: 23px 0;
}
.c-team-member__join-image img {
	display: block;
	max-width: 133px;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 1325px) {
	.c-team-member {
		width: 23%;
	}
}
@media (max-width: 1023px) {
	.c-team-member {
		width: 49%;
	}
}
@media (max-width: 767px) {
	.c-team-member {
		width: 100%;
	}
}
/* ==========================================================================
   Member Bio
   ========================================================================== */
.c-member-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 40px;
	padding-top: 80px;
	width: 100%;
}
.c-member-bio:not([style]) {
	opacity: 0;
}
.c-member-bio__image {
	max-width: 30%;
	margin-right: 30px;
}
.c-member-bio__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.c-member-bio__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	padding-top: 9px;
}
.c-member-bio__text h2 {
	font-size: 36px;
	font-weight: 400;
	color: #333333;
}
.c-member-bio__text h6 {
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.c-member-bio__text p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 26px;
}
.c-member-bio__text .c-socials-list a {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 25px;
}
.c-member-bio__text .c-socials-list li + li {
	margin-left: 17px;
}
.c-member-bio__articles {
	padding-top: 20px;
	width: 100%;
}
.c-member-bio__articles .o-grid__item--one-half + .o-grid__item--one-half {
			margin-left: 50px;
		}
@media (max-width: 1070px) {
		.c-member-bio__articles .o-grid__item--one-half {
			width: 100%;
		}
}
@media (max-width: 767px) {
	.c-member-bio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.c-member-bio__image {
		width: 100%;
		height: auto;
		min-height: 0;
		max-width: none;
	}
}
/* ==========================================================================
   Article Preview
   ========================================================================== */
.c-article-preview {
	max-width: 285px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.c-article-preview:hover {
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
}
.c-article-preview + .c-article-preview {
	margin-left: 50px;
}
.c-article-preview__title {
	padding: 25px 0 30px;
}
.c-article-priview__link {
	display: block;
	text-decoration: none;
}
.c-article-priview__link h5 {
		-webkit-transition: color 0.4s ease;
		transition: color 0.4s ease;
	}
.c-article-priview__link:hover h5 {
		color: #ff6600;
	}
.c-article-preview img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
	opacity: 1 !important;
}
.c-article-preview__text {
	padding: 13px 18px;
	-webkit-box-shadow: inset 0 0;
	        box-shadow: inset 0 0;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
}
.c-article-preview__text h5 {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 23px;
}
.c-article-preview__text--alt h5 {
	font-weight: normal !important;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0 !important;
	padding-right: 20px;
}
.c-article-preview__text--alt h5 i {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		font-weight: 400;
		color: #ff6600;
	}
.c-article-preview__text p {
	font-size: 16px;
	line-height: 1.4;
}
.c-article-preview__placeholder {
	display: block;
	max-width: 65%;
}
.c-article-preview__actions {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 20px;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 25px;
}
.c-article-preview__actions .c-link-more {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 16px;
	margin-left: auto;
	letter-spacing: 0;
}
.c-article-preview__actions .c-link-more i {
	padding-left: 6px;
}
.c-article-preview__video {
	display: block;
	position: relative;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.c-article-preview__video:hover {
	opacity: 0.8;
}
.c-article-preview__video:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-image: url(../images/icons/play-btn.png);
}
.c-article-preview__meta {
	list-style: none;
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.c-article-preview__meta li {
	padding-left: 60px;
	position: relative;
	font-size: 16px;
}
.c-article-preview__meta li + li {
	padding-top: 10px;
}
.c-article-preview__meta li span {
	position: absolute;
	left: 0;
	font-weight: 300;
}
.c-article-preview--alt {
	max-width: 25%;
	width: 25%;
	cursor: default;
}
.c-article-preview--alt img {
	border-radius: 5px;
}
.c-article-preview--alt:hover {
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.c-article-preview--alt .c-article-preview__text {
	padding: 13px 10px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.c-article-preview--alt .c-article-preview__text h5 {
	font-size: 28px;
}
.c-article-preview--alt .c-article-preview__text p {
	font-size: 14px;
}
.c-article-preview--medium {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
}
.c-article-preview--medium h5 {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 59px;
	letter-spacing: -1px;
}
.c-article-preview--medium p {
	font-size: 14px;
	line-height: 2;
}
.c-article-preview--medium .c-article-preview__text {
	padding: 33px 30px 13px;
}
.c-article-preview--big {
	width: 50%;
	max-width: none;
}
.c-article-preview--big + .c-article-preview--big {
	margin-left: 20px;
}
.c-article-preview--big .c-article-preview__text {
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 35px;
}
.c-article-preview--big .c-article-preview__text h5 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.c-article-preview--big--background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 0;
	padding-bottom: 25%;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.c-article-preview.c-article-preview--big--background:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.c-article-preview--big--background img {
	display: none;
}
.c-article-preview--medium .c-article-preview__actions {
	margin: auto 30px 0;
	padding: 26px 0;
	border-top: solid 1px #efefef;
	text-align: right;
}
.c-article-preview--medium .c-article-preview__actions .c-link-more {
	margin-left: 0;
}
.c-article-preview--startup h5 {
	font-size: 24px;
	margin-bottom: 24px;
}
.c-article-preview--startup .c-article-preview__text {
	padding: 36px 30px 18px;
}
.c-article-preview--startup .c-article-preview__text p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 26px;
}
.c-article-preview--startup .c-article-preview__text a {
	color: #ff6600;
	text-decoration: none;
}
.c-article-preview--startup .c-article-preview__actions {
	border-top: solid 1px #efefef;
	padding: 18px 0;
	margin: 0 30px;
}
.c-article-preview--square {
	position: relative;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	cursor: default;
	background-color: #fff;
}
.c-article-preview--square:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ececec;
	-webkit-transition: background-color, 0.3s ease;
	transition: background-color, 0.3s ease;
}
.c-article-preview--square:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.c-article-preview--square:hover:after {
	height: 3px;
	background-color: #ff6600;
}
.c-article-preview--square .c-article-preview__text {
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding-bottom: 27px;
}
.c-article-preview--square .c-article-preview__image, .c-article-preview--square .c-article-preview__image img {
	border-radius: 0;
}
.c-article-preview__image--background {
	background-position: center 0;
	background-size: cover;
	width: 100%;
	height: 160px;
	border-radius: 5px 5px 0 0;
}
.c-article-preview__image--with-placeholder {
	background-position: center center;
	background-image: url(../images/logo-solid.png);
	background-repeat: no-repeat;
	background-size: 60% auto;
	height: 200px;
}
.c-article-preview--square .c-article-preview__text h5 a {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-article-preview--square .c-article-preview__text h5 a:hover {
	color: #ff6600;
	opacity: 1;
}
.c-article-preview--square .c-article-preview__text p {
	font-size: 12px;
	color: #9a9a9a;
}
.c-article-preview--square .c-article-preview__actions {
	margin-bottom: 20px;
	padding: 0 18px;
}
.c-article-preview--square .c-article-preview__actions p {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 11px;
	color: #9a9a9a;
}
.c-article-preview--square .c-article-preview__actions p a {
	color: #404040;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-article-preview--square .c-article-preview__actions p a:hover {
	color: #ff6600;
}
.c-article-preview--one-third {
	width: 33%;
	max-width: 460px;
}
.c-article-preview--one-third + .c-article-preview--one-third {
	margin-left: 30px;
}
.search-results .c-article-preview__image {
		min-height: 200px;
	}
.search-results .c-article-preview__image a {
			position: relative;
			display: block;
			height: 100%;
			width: 100%;
		}
.search-results .c-article-preview__image a .c-article-preview__placeholder {
				position: absolute;
				margin: auto;
			}
@media (max-width: 1023px) {
	.c-article-preview--square, .c-article-preview--big, .c-article-preview {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
		max-width: none !important;
	}

	.c-article-preview--square {
		padding-bottom: 15px;
	}
		.c-member-bio__articles .c-article-preview {
			width: 285px !important;
			margin: 0 auto 20px !important;
		}

	.c-article-preview--hide-on-mobile {
		display: none;
	}

	.c-article-preview--big--background {
		background: none;
		height: auto;
		padding-bottom: 0;
	}

	.c-article-preview--big--background img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 5px;
	}
}
/* ==========================================================================
   Resource
   ========================================================================== */
.c-resource {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 55px;
}
.c-resource:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.c-resource__image {
	width: 762px;
}
.c-resource__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.c-resource__text {
	max-width: 630px;
}
.c-resource:nth-child(even) .c-resource__text {
	padding-left: 90px;
	width: 640px;
}
.c-resource__text h3 {
	font-size: 34px;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.c-resource__text p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 24px;
}
.c-resource__text ul {
	list-style: none;
	margin-bottom: 24px;
}
.c-resource__text li {
	font-size: 18px;
	line-height: 1.4;
}
.c-resource__text li:before {
	content: '—';
}
.c-resource__actions {
	padding-top: 15px;
}
.c-resource__actions .c-btn + .c-btn {
	margin-left: 40px;
}
@media (max-width: 1023px) {
	.c-resource {
		display: block;
	}

	.c-resource__text, .c-resource__image {
		width: 100% !important;
	}

	.c-resource__image {
		padding-bottom: 20px;
	}

	.c-resource__text {
		padding: 0 !important;
	}
}
@media (max-width: 767px) {
	.c-resource__actions .c-btn {
		min-width: 100%;
		margin: 0 0 15px 0 !important;
	}
}
/* ==========================================================================
   Job Post
   ========================================================================== */
.rbox-top-links {
	display: none;
}
.rbox-job-longdesc {
	border: 0 !important;
}
.rbox-job-title {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 36px !important;
	color: #353535 !important;
	text-align: center;
	font-weight: normal !important;
	letter-spacing: -1px;
	line-height: 1.3 !important;
	margin-bottom: 59px !important;
}
.rbox-job-longdesc strong {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 28px;
	color: #141414;
	font-weight: normal;
	letter-spacing: -1px;
}
.rbox-job-longdesc ul, .rbox-job-longdesc p {
	margin-bottom: 38px;
}
.rbox-job-longdesc p, .rbox-job-longdesc li {
	font-size: 18px;
	color: #777777;
	line-height: 1.7;
}
.rbox-job-longdesc ol {
	margin-left: 20px;
}
.rbox-job-longdesc ul li {
	list-style: none;
}
.rbox-job-longdesc ul li:before {
	content: '•';
	padding-right: 20px;
}
.rbox-job-longdesc li + li {
	padding-top: 7px;
}
.rbox-job-longdesc a {
	color: #ff6600;
	text-decoration: none;
}
.rbox-job-longdesc a:hover {
		text-decoration: underline;
	}
.rbox-btn {
	display: inline-block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 18px !important;
	color: #fff !important;
	background: #ff6600 none !important;
	border-radius: 5px;
	-webkit-transition: background 0.4s ease;
	transition: background 0.4s ease;
	text-decoration: none;
	padding: 14px 10px !important;
	text-align: center;
	min-width: 200px;
	border: 0 !important;
	text-shadow: none !important;
}
.rbox-btn:hover {
		background: #333333 none !important;
	}
/* ==========================================================================
   Jobs List
   ========================================================================== */
.c-jobs-list__head {
	text-align: center;
	padding-bottom: 46px;
}
.c-jobs-list__title {
	font-size: 28px;
	letter-spacing: -1px;
	color: #141414;
	font-weight: normal;
}
.c-jobs-list__body {
	border: solid 1px #e8e8e8;
	padding-bottom: 25px;
}
.c-jobs-list--small {
	max-width: 1130px;
	margin: 0 auto;
}
@media (max-width: 1023px)  {
	.c-jobs-list__body {
		padding-bottom: 0;
		border-bottom: 0;
	}
}
/* ==========================================================================
   Job Preview
   ========================================================================== */
.c-job-preview {
	padding: 28px 37px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 300px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-job-preview + .c-job-preview {
	border-left: solid 1px #e8e8e8;
}
.c-job-preview h3 {
	font-size: 27px;
	font-weight: normal;
	color: #333333;
	letter-spacing: -1px;
}
.c-job-preview p {
	font-size: 16px;
	color: #878787;
	margin-bottom: 41px;
}
.c-job-preview__text--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-job-preview__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-job-preview__actions--center {
	display: block;
	text-align: center;
}
.c-job-preview__actions span {
	display: inline-block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	letter-spacing: 1px;
	color: #333333;
	text-transform: uppercase;
}
@media (max-width: 1023px) {
	.c-job-preview {
		display: block;
		border-left: 0 !important;
		border-bottom: solid 1px #e8e8e8;
		min-height: 0;
		padding-bottom: 28px;
	}

	.c-job-preview p {
		margin-bottom: 20px;
	}

	.c-job-preview__text--center {
		padding-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.c-job-preview h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.c-job-preview__actions .c-btn {
		min-width: 40%;
	}
}
/* ==========================================================================
   Lab
   ========================================================================== */
.c-lab {
	padding-bottom: 60px;
}
.c-lab + .c-lab {
	border-top: solid 1px #efefef;
	padding-top: 60px;
}
.c-lab__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-lab:nth-child(odd) .c-lab__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.c-lab:nth-child(odd) .c-lab__description {
	text-align: right;
	max-width: 516px;
}
.c-lab__image {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}
h3.c-lab__title {
	font-size: 36px;
	font-weight: bold;
	color: #4D4D4D;
	margin-bottom: 87px;
}
.c-lab__description {
	max-width: 615px;
}
.c-lab__description p {
	font-size: 16px;
	line-height: 2.2;
	color: #384045;
	margin-bottom: 60px;
}
@media (max-width: 1023px) {
	.c-lab__inner {
		display: block;
	}

	.c-lab__image {
		width: 100%;
		margin-bottom: 15px;
	}

	.c-lab__description {
		width: 100%;
		max-width: none !important;
		text-align: left !important;
	}

	h3.c-lab__title {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	h3.c-lab__title {
		font-size: 30px;
	}
}
/* ==========================================================================
   Sponsors
   ========================================================================== */
.c-sponsors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border: solid 1px #f0f0f0;
	max-width: 1195px;
	margin: 0 auto;
}
.c-sponsor {
	position: relative;
	width: 20%;
	border: solid 1px #f0f0f0;
	min-height: 242px;
}
.c-sponsor__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.c-sponsor__image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.c-sponsors-text {
	margin-bottom: 5em;
}
.c-sponsors-text h3 {
		text-align: center;
		font-size: 24px;
		color: #333333;
		margin-bottom: 1.7em;
	}
.c-sponsors-text p {
		font-size: 18px;
		line-height: 1.7;
		color: #8a8a8a;
	}
@media (max-width: 1023px) {
	.c-sponsor {
		width: 100%;
	}
}
/* ==========================================================================
   Sponsorship
   ========================================================================== */
.c-sponsorship-post {
	padding-top: 24px;
}
.c-sponsorship-post p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 0;
}
.c-sponsorship-post p + p {
	margin-top: 1.2em;
}
.c-sponsorship-post p a {
	text-decoration: none;
	color: #006bb1;
}
/* ==========================================================================
   Article Box
   ========================================================================== */
.c-article-box {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-article-box small {
		position: relative;
		display: block;
		text-align: center;
		margin: -50px 0 20px;
	}
.c-article-box__text {
	max-width: 810px;
	padding-top: 77px;
}
.c-article-box img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 19px;
}
@media (max-width: 1279px) {
	.c-article-box {
		float: none;
		display: block;
		width: 325px;
		margin: 0 auto 70px;
	}
}
@media (max-width: 1023px) {
	.c-article-box {
		display: block;
	}

		.c-article-box small {
			margin-top: -20px;
		}

	.c-article-box img {
		margin: 0 auto;
	}

	.c-article-box__image {
		min-width: 0;
	}
}
/* ==========================================================================
   Testimonial Slider
   ========================================================================== */
.c-testimonial__text {
	position: relative;
	background-image: url(../images/icons/quotes.png);
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 48px 52px;
	padding: 46px 40px 29px 95px;
	border-radius: 5px;
	opacity: 0.5;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}
.c-testimonial__text .c-triangle {
	position: absolute;
	bottom: -3px;
	left: 60px;
	-webkit-transform: rotate(299deg);
	        transform: rotate(299deg);
	opacity: 0;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}
.c-testimonial-author {
	opacity: 0;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}
.c-testimonial__text p {
	font-size: 16px;
	line-height: 1.9;
	color: #5b5b5b;
}
.c-testimonial-author {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-testimonial-author p {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	padding-left: 16px;
}
.c-testimonial-author p span {
	display: block;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 16px;
	color: #a3a3a3;
}
.c-testimonial-author__image {
	display: block;
	width: 47px;
	height: auto;
	border-radius: 50%;
}
.swiper-slide-next .c-testimonial-author {
	opacity: 1;
}
.swiper-slide-next .c-testimonial__text {
	background-color: #eeeeee;
	opacity: 1;
}
.swiper-slide-next .c-testimonial__text .c-triangle {
	opacity: 1;
}
.c-testimonials-plain .c-testimonial + .c-testimonial {
	padding-top: 2rem;
}
.c-testimonials-plain .c-testimonial:nth-child(even) .c-triangle {
	right: 60px;
	left: auto;
	-webkit-transform: rotate(331deg);
	        transform: rotate(331deg);
}
.c-testimonials-plain .c-testimonial:nth-child(even) .c-testimonial-author {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.c-testimonials-plain .c-testimonial:nth-child(even) .c-testimonial-author p {
	padding-right: 16px;
}
@media (max-width: 1023px) {
	.c-testimonial__slide {
		width: 80%;
		margin: 0 auto;
	}

	.c-testimonial-author {
		opacity: 1;
	}

	.c-testimonial__text {
		background-color: #eeeeee;
		opacity: 1;
	}

	.c-testimonial__text .c-triangle {
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.c-testimonial__text {
		padding: 20px;
		background-position: 20px 20px;
	}

		.c-testimonial__text :first-child {
			text-indent: 40px;
		}
}
/* ==========================================================================
   Triagle
   ========================================================================== */
.c-triangle {
	display: block;
	position: relative;
	background-color: #EEEEEE;
	text-align: left;
}
.c-triangle:before, .c-triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}
.c-triangle, .c-triangle:before, .c-triangle:after {
	width:  20px;
	height: 20px;
	border-top-right-radius: 30%;
}
.c-triangle {
	-webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
	        transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
}
.c-triangle:before {
	-webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
	        transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.c-triangle:after {
	-webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
	        transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}
/* ==========================================================================
   Partners list
   ========================================================================== */
.c-partners-list {
	padding: 25px 0;
}
.c-partners-list__title {
	font-size: 21px;
	color: #636363;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 32px;
}
.c-partners-list__items {
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	max-width: 1260px;
	margin: 0 auto;
}
.c-partners-list__items li {
	display: inline-block;
	margin: 0 28px;
}
.c-partners-list__items a {
	display: inline-block;
}
.c-partners-list__items img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media (max-width: 1023px) {
	.c-partners-list__items {
		display: block;
	}

	.c-partners-list__items li {
		display: block;
		margin: 0 auto 25px;
		text-align: center;
	}

	.c-partners-list__items a {
		width: 100%;
	}

	.c-partners-list__items img {
		max-width: 25%;
		margin: 0 auto;
	}
}
/* ==========================================================================
   Quote
   ========================================================================== */
.c-quote {
	padding: 25px 0;
	text-align: center;
	font-size: 24px;
	color: #636363;
}
.c-quote--alt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
.c-quote__image {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 220px;
		        flex: 0 0 220px;
	}
.c-quote__image img {
			border-radius: 50%;
		}
.c-quote__text {
		position: relative;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0 60px 0 72px;
		font-size: 18px;
		line-height: 1.7;
		color: #8a8a8a;
	}
.c-quote__quotes {
		position: absolute;
		top: 7px;
		left: -14px;
	}
.c-quote__quotes svg {
			width: 52px;
			height: 40px;
		}
@media (max-width: 1024px) {
	.c-section--quote {
		padding-bottom: 40px !important;
	}
		.c-quote__quotes {
			left: 0;
		}

		.c-quote__image {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 25%;
			        flex: 0 0 25%;
		}
}
@media (max-width: 767px) {
		.c-quote--alt {
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			    -ms-flex-flow: column-reverse;
			        flex-flow: column-reverse;
		}

		.c-quote__text {
			padding-right: 0;
			padding-left: 45px;
		}

		.c-quote__image {
			max-width: 20%;
			margin-left: 45px;
			margin-top: 15px;
		}

		.c-quote__quotes {
			left: 0;
			top: 0;
		}

			.c-quote__quotes svg {
				width: 30px;
			}
}
/* ==========================================================================
   Iconographic
   ========================================================================== */
.c-iconographic__actions {
	padding: 90px 0 75px;
	max-width: 820px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-iconographic__actions p {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #353535;
	text-transform: uppercase;
	margin-bottom: 0;
}
.c-iconographic__actions p a {
	color: #353535;
	text-decoration: none;
	letter-spacing: -0.75px;
}
.c-iconographic-box {
	width: 50%;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	padding: 22px 0 20px;
}
.c-iconographic-box + .c-iconographic-box {
	margin-left: 20px;
}
.c-iconographic-box img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 1023px) {
	.c-iconographic-box {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px)  {
	.c-iconographic__actions {
		display: block;
		text-align: center;
	}

	.c-iconographic__actions p {
		padding-bottom: 15px;
	}
}
/* ==========================================================================
   Lab CTA
   ========================================================================== */
.c-lab-ctas {
	padding: 0 75px;
}
.c-lab-ctas .o-row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-lab-cta {
	width: 46%;
}
.c-lab-cta a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
}
.c-lab-cta img {
	max-height: 250px;
	width: auto;
}
.c-lab-cta span {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #636363;
	padding-right: 20px;
}
.c-lab-cta:nth-child(2) span {
	margin-left: auto;
}
@media (max-width: 1320px) {
	.c-lab-cta span {
		padding-right: 10px;
	}

	.c-lab-cta img {
		width: 35%;
		height: auto;
	}
}
@media (max-width: 1023px) {
	.c-lab-ctas {
		padding: 0;
	}

	.c-lab-cta {
		width: 100%;
		margin-bottom: 20px;
	}

	.c-lab-cta a {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.c-lab-cta:nth-child(2) span {
		margin-left: 0;
	}

	.c-lab-cta img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}
@media (max-width: 767px) {
	.c-lab-cta {
		margin-bottom: 40px;
	}

	.c-lab-cta a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}

	.c-lab-cta span {
		width: 100%;
		min-width: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
}
/* ==========================================================================
   Question CTA
   ========================================================================== */
.c-question-cta {
	position: relative;
	padding-left: 110px;
}
.c-question-cta:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #0087ab;
	background-image: url(../images/icons/ico-question.png);
    background-size: 23px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.c-question-cta h4 {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 18px;
}
.c-question-cta a {
	font-size: 18px;
	color: #050505;
}
.c-question-ask {
	border-bottom: solid 1px #0087ab;
	padding: 0 30px 30px 15px;
	min-width: 520px;
}
.c-question-ask a {
	display: block;
	text-decoration: none;
	font-size: 22px;
	color: #0087ab;
	font-weight: bold;
	padding-right: 30px;
	background: url(../images/icons/ico-send.png) no-repeat right bottom;
	background-size: 21px auto;

}
.c-question-ask span {
	display: block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #050505;
	padding-bottom: 15px;
}
@media (max-width: 1023px) {
	.c-question-item {
		padding-bottom: 40px;
	}

	.c-question-ask {
		min-width: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.c-question-cta {
		padding-left: 0;
	}

	.c-question-cta:before {
		content: none;
	}

	.c-question-ask a {
		font-size: 16px;
	}
}
/* ==========================================================================
   Data Col
   ========================================================================== */
.c-data-col {
	width: 50%;
	padding: 20px 60px 0;
	text-align: center;
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-data-col + .c-data-col {
	border-left: solid 1px #efefef;
}
.c-data-col h3 {
	font-size: 24px;
	font-weight: normal;
	color: #353535;
	margin-bottom: 34px;
	letter-spacing: -0.75px;
}
.c-data-col p {
	font-size: 16px;
	color: #9FA3A7;
	line-height: 1.8;
	margin-bottom: 28px;
}
.c-data-col p:last-child {
	margin-bottom: 0;
}
.c-data-col img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.c-data-col__head {
	min-height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 46px;
}
.c-data-col__text {
	padding-bottom: 50px;
}
.c-data-col__actions {
	margin-top: auto;
}
@media (max-width: 1023px) {
	.c-data-col {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 0;
		border: 0 !important;
	}
}
/* ==========================================================================
   Headings
   ========================================================================== */
.c-highlight {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.c-highlights {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 20px;
		margin-bottom: 49px;
	}
.c-highlights-title {
			font-size: 34px;
			color: #333333;
			text-align: center;
			padding-bottom: 50px;
		}
.c-highlight__image {
		padding-bottom: 85.077%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		border-radius: 5px 5px 0 0;
	}
.c-highlight__title {
		font-size: 18px;
		line-height: 1.3;
		padding-bottom: 19px;
	}
.c-highlight__title, .c-highlight__body {
		text-align: center;
		color: #333333;
	}
.c-highlight__body {
		padding: 25px 10px 15px;
		font-size: 12px;
		line-height: 1.7;
	}
.c-section--highlights {
	padding-bottom: 38px;
}
.c-section--highlights + c-section--faq {
		margin-top: 22px;
		border-top: solid 1px #efefef;
	}
.c-section--highlights .c-section__footer {
		max-width: 1160px;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.7;
	}
@media (max-width: 1199px) {
	.c-highlights {
		grid-template-columns: repeat(3, 1fr);
		max-width: 675px;
		margin: 0 auto 49px;
	}
}
@media (max-width: 1024px) {
	.c-section--highlights {
		margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.c-highlights {
		display: block;
		max-width: 225px;
		margin-bottom: 0;
	}

	.c-highlight {
		margin-bottom: 25px;
	}
}
/* ==========================================================================
   FAQs
   ========================================================================== */
.c-faqs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-faq-questions {
	width: 500px;
	border-top: solid 1px #efefef;
}
.c-faq-questions--mobile {
	display: none;
}
.c-faq-questions li {
	position: relative;
	list-style: none;
	min-height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	border-bottom: solid 1px #efefef;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.c-faq-questions li a {
	display: block;
	padding: 0 40px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 20px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.c-faq-questions li i {
	color: #006bb1;
}
.c-faq-questions li:hover, .c-faq-questions li.c-faq-item--active {
	background-color: #F6F6F6;
	font-weight: bold;
}
.c-faq-questions li:hover a, .c-faq-questions li.c-faq-item--active a {
	color: #006bb1;
}
.c-faq-answers {
	max-width: 615px;
	padding-top: 44px;
	margin-left: 63px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.c-faq-answer {
	display: none;
}
.c-faq-answer--current {
	display: block;
}
.c-faq-answer p {
	font-size: 18px;
	line-height: 2.2;
}
.c-faq-answer__title {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 52px;
}
.c-faq-answer__meta {
	padding-bottom: 69px;
}
.c-faq-answer__meta p {
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.2;
}
.c-faq-answer--alt .c-faq-answer__title {
	font-weight: normal;
	font-size: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 62px;
}
.c-faq-answer--alt .c-faq-answer__meta {
	padding-bottom: 30px;
}
.c-faq-answer--alt p {
	font-size: 18px;
	line-height: 1.7;
}
@media (max-width: 1023px) {
	.c-faqs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	.c-faq-questions--mobile {
		display: block;
	}

	.c-faq-questions {
		display: none;
	}

	.c-faq-answers {
		width: 100%;
		max-width: none;
		margin-left: 0;
	}

	.c-faq-answer__title {
		padding-bottom: 25px;
	}

	.c-faq-answer__meta {
		padding-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.c-faq-answer--alt .c-faq-answer__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		padding-bottom: 30px;
	}

	.c-faq-answer--alt .c-faq-answer__title .c-btn {
		margin-top: 15px;
	}
}
/* ==========================================================================
   Lab Article
   ========================================================================== */
.c-lab-article p {
	font-size: 24px;
	line-height: 1.7;
}
.c-lab-article img.alignleft {
	margin: -5px 78px 20px 0;
}
/* ==========================================================================
   Video Box
   ========================================================================== */
.c-video-box {
	display: block;
	position: relative;
	max-width: 1170px;
	margin: 75px auto 0;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
	        box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
	border-radius: 5px;
}
.c-video-box img {
	display: block;
	border-radius: 5px;
	width: 100%;
	height: auto;
}
.c-video-box:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0087ab;
	border-radius: 5px;
	opacity: 0.5;
	z-index: 20;
}
.c-video-box:after {
	content:  '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	background: url(../images/icons/play-btn.png) no-repeat 0 0;
	background-size: cover;
	z-index: 30;
}
.c-video-box span {
	position: absolute;
	bottom: 120px;
	left: 0;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #0087ab;
	padding: 12px 45px;
	min-width: 327px;
	text-align: right;
	z-index: 50;
}
@media (max-width: 1023px)  {
	.c-video-box span {
		bottom: 50px;
	}

	.c-video-box:after {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 767px)  {
	.c-video-box span {
		bottom: 20px;
		font-size: 16px;
		min-width: 35%;
		padding: 10px 20px 10px 10px;
	}

	.c-video-box:after {
		width: 50px;
		height: 50px;
	}
}
/* ==========================================================================
   Person Preview
   ========================================================================== */
.c-person-preview {
	background-color: #fff;
	border-radius: 5px;
	width: 650px;
	text-align: left;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	padding: 38px 30px 51px 40px;
	z-index: 999;
}
.c-person-preview__wrapper {
	overflow: hidden;
}
.c-person-preview__image {
	width: 200px;
	float: left;
}
.c-person-preview__image img {
	display: block;
	width: 100%;
	height: auto;
}
.c-person-preview__image--round img {
	border-radius: 50%;
}
.c-person-preview__body {
	width: 345px;
	float: right;
}
.c-person-preview__text {
	overflow-y: auto;
	max-height: 170px;
}
.c-person-preview__text h5 {
	font-size: 22px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 14px;
}
.c-person-preview__text p {
	font-size: 14px;
	line-height: 1.5;
}
.c-person-preview__title {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.c-person-preview__wrapper .c-socials-list {
		margin-top: 10px;
	}
@media (max-width: 1470px) {
	.c-person-preview {
		padding: 20px;
		width: 400px;
	}

	.c-person-preview__text h5 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.c-person-preview__text p {
		font-size: 12px;
	}

	.c-person-preview__image {
		width: 75px;
	}

	.c-person-preview__body {
		width: 270px;
	}

	.c-person-preview__text {
		max-height: 130px;
	}
}
/* ==========================================================================
   Article Slider
   ========================================================================== */
.c-article-slider {
	padding-top: 33px;
	padding-bottom: 95px;
}
.c-article-slider .c-article-preview {
	max-width: 370px;
	width: 33%;
}
.c-article-slider .c-article-preview + .c-article-preview {
	margin-left: 30px;
}
.c-article-slider .c-article-preview:nth-child(2) {
	margin-right: auto;
}
.c-article-slider .o-row {
	max-width: 1170px;
	margin: 0 auto;
}
.c-article-slider__slide {
	padding-bottom: 40px;
}
.c-article-slider .swiper-pagination {
	bottom: 85px;
	z-index: 50;
}
.c-article-slider .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #D9D9D9;
	margin: 0 10px;
}
.c-article-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ff6600;
}
.c-article-slider-btn {
	position: absolute;
	z-index: 99;
	top: calc(50% - 55px);
	left: 70px;
	font-size: 50px;
	color: #DDDDDD;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
}
.c-article-slider-btn:hover {
	color: #ff6600;
}
.c-article-slider-btn--next {
	left: auto;
	right: 70px;
}
@media (max-width: 1023px) {

	.c-article-slider .c-article-preview {
		width: 80%;
		max-width: none;
		margin: 0 auto 20px !important;
	}

	.c-article-slider-btn--prev {
		left: 5px;
	}

	.c-article-slider-btn--next {
		right: 5px;
	}
}
/* ==========================================================================
	Swiper
   ========================================================================== */
.swiper-pagination {
	width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #D9D9D9;
	margin: 0 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ff6600;
}
.swiper-button-disabled {
	display: none !important;
}
/* ==========================================================================
  Author
   ========================================================================== */
.c-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-author__image {
	margin-right: 10px;
}
.c-author__image img {
	max-width: 42px;
	display: block;
	height: auto;
	border-radius: 50%;
}
.c-author__meta {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 11px;
}
.c-author__meta span {
	display: block;
	font-size: 10px;
	color: #9FA3A7;
	padding-top: 5px;
}
.c-author--big img {
	max-width: 74px;
}
.c-author--big .c-author__image {
	margin-right: 18px;
}
.c-author--big .c-author__meta p {
	color: #353535;
	font-size: 19px;
	line-height: 1.4;
	padding-bottom: 0 !important;
}
.c-author--big .c-author__meta span {
	font-size: 17px;
}
/* ==========================================================================
   Tabs
   ========================================================================== */
.c-tabs-nav {
	padding-top: 19px;
	list-style: none;
}
.c-tab-nav__item {
	display: inline-block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 17px;
}
.c-tab-nav__item a {
	color: #818181;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.c-tab-nav__item:hover a {
	color: #ff6600;
}
.c-tab-nav__item--active a {
	color: #ff6600;
	font-weight: bold;
}
.c-tabbed-content--sliders {
	padding-top: 34px;
}
.c-tabs-nav--alt .c-tab-nav__item {
	border: solid 1px transparent;
	border-radius: 5px;
	padding: 0;
}
.c-tabs-nav--alt .c-tab-nav__item a {
	display: block;
	padding: 18px 33px;
}
.c-tabs-nav--alt .c-tab-nav__item--active {
	border-color: #ff6600;
}
/* ==========================================================================
   Event Article
   ========================================================================== */
.c-event-article p {
	font-size: 24px;
	line-height: 1.7;
	color: #353535;
	margin-bottom: 40px;
}
/* ==========================================================================
   Connect
   ========================================================================== */
.c-connect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 25px;
}
.c-connect li {
	list-style: none;
	margin: 0 10px;
}
.c-connect a {
	text-decoration: none;
}
.c-connect__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	width: 135px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}
.c-connect li:hover .c-connect__icon {
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
	        box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
}
.c-connect__icon img {
	display: block;
	max-width: 40%;
	height: auto;
	margin: 0 auto;
}
.c-connect__text {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #C3C3C3;
	padding-top: 12px;
}
@media (max-width: 1023px) {
	.c-connect {
		display: block;
	}

	.c-connect li {
		margin-bottom: 20px;
	}

	.c-connect__icon {
		margin: 0 auto;
	}

}
/* ==========================================================================
   Contact
   ========================================================================== */
.c-contact__text {
	background-color: #ff6600;
	color: #fff;
	padding: 112px 105px 0 150px;
}
.c-contact__text h4 {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 38px;
	color: inherit;
	font-weight: normal;
	margin-bottom: 32px;
}
.c-contact__text p {
	font-size: 16px;
	line-height: 1.6;
}
.c-contact-details {
	padding: 52px 0;
	list-style: none;
}
.c-contact-details a {
	text-decoration: none;
}
.c-contact-details span {
	display: block;
}
.c-contact-details span + span {
	padding-top: 2px;
}
.c-contact-details__item {
	padding-left: 38px;
	margin-bottom: 36px;
	line-height: 1.7;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.c-contact-details__item--phone {
	background-image: url(../images/icons/ico-phone.png);
	background-size: 22px auto;
}
.c-contact-details__item--email {
	background-image: url(../images/icons/ico-email.png);
	background-size: 22px auto;
}
.c-contact-details__item--address {
	background-image: url(../images/icons/ico-pin.png);
	background-size: 17px auto
}
.c-contact-form {
	padding: 48px 75px 25px 11px;
}
@media (max-width: 1023px) {
	.c-contact__text {
		position: relative;
		padding: 30px 15px;
		margin: 0 -15px !important;
		width: calc(100% + 30px) !important;
	}

	.c-contact-details {
		padding-bottom: 0;
	}

	.c-contact-form {
		padding: 30px 0;
	}
}
/* ==========================================================================
   Map
   ========================================================================== */
.c-map-wrapper {
	position: relative;
}
.c-map {
	width: 100%;
	height: 664px;
}
.c-map .gm-style-pbt {
		text-align: left !important;
		text-indent: 50px;
	}
@media (max-width: 767px) {
		.c-map .gm-style-pbt {
			text-align: center !important;
			text-indent: 0;
		}
}
/* ==========================================================================
   Address Block
   ========================================================================== */
.c-address-block {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -615px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 575px;
	background-color: #fff;
	padding: 55px 0 33px 85px;
}
.c-address-block h4 {
	font-size: 30px;
	font-weight: normal;
	color: #ff6600;
	margin-bottom: 28px;
}
.c-address-block p {
	font-size: 26px;
	color: #000;
	margin-bottom: 25px;
}
.c-address-block .c-btn {
	margin-top: 35px;
}
@media (max-width: 1023px) {
	.c-address-block {
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: none;
		        transform: none;
		width: 100%;
		padding: 30px 15px;
	}
}
/* ==========================================================================
   Directions Panel
   ========================================================================== */
.c-directions-panel {
	padding: 83px 83px 0 93px;
}
.c-directions-panel .o-grid {
	padding-top: 80px;
}
.c-directions-panel .o-grid__item--half-size + .o-grid__item--half-size {
	margin-left: 115px;
}
.c-directions-panel .o-row {
	padding-top: 30px;
}
.c-directions-panel h4 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 16px;
}
.c-directions-panel p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 30px;
}
.c-directions-col {
	position: relative;
	padding-left: 43px;
}
.c-directions-col:before {
	content: attr(data-index);
	position: absolute;
	top: -12px;
	left: -27px;
	width: 45px;
	height: 45px;
	background-color: #ff6600;
	border-radius: 50%;
	text-align: center;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 45px;
}
.c-directions-col-address {
	min-width: 230px;
}
.c-directions-col-address p {
	margin-bottom: 41px;
}
@media (max-width: 1023px) {
	.c-directions-panel {
		padding: 20px 0;
	}

	.c-directions-panel .o-grid {
		padding-top: 30px;
	}

	.c-directions-col {
		padding-left: 70px;
	}

	.c-directions-col:before {
		top: -6px;
		left: 5px;
	}

	.c-directions-panel .o-row {
		padding-top: 0;
	}

	.c-directions-col-address {
		padding-bottom: 30px;
	}

	.c-directions-col-address p {
		margin-bottom: 20px;
	}

	.c-directions-col-address .c-btn--block {
		display: inline-block;
	}
}
/* ==========================================================================
   Featured Article
   ========================================================================== */
.c-featured-article {
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 5px;
	padding: 33px 38px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-featured-article + .c-featured-article {
	margin-top: 35px;
}
.c-featured-article p {
	font-size: 22px;
	color: #9fa3a7;
	line-height: 1.7;
}
.c-featured-article .c-link-more {
	font-size: 19px;
}
.c-featured-article .c-author {
	padding-top: 18px;
}
h3.c-featured-article__title {
	font-size: 28px;
	color: #353535;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 39px;
}
.c-featured-article--big {
	text-align: center;
	padding-top: 56px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-featured-article--big p {
	font-size: 22px;
	color: #353535;
}
.c-featured-article--big .c-featured-article__title {
	font-size: 37px;
	margin-bottom: 62px;
}
.c-featured-article__icon {
	position: relative;
	display: block;
	width: 76px;
	height: 76px;
	background-color: #dde4e5;
	border-radius: 50%;
	margin: 0 auto 61px;
	text-align: center;
}
.c-featured-article__icon i {
	line-height: 76px;
	margin: auto;
	color: #fff;
	font-size: 35px;
}
.c-featured-article__actions {
	text-align: center;
	padding: 63px 0 44px;
}
.c-featured-article__text-link {
	text-decoration: none;
}
@media (max-width: 1023px) {
	.c-featured-article--big {
		margin-bottom: 35px;
	}
}
/* ==========================================================================
   Case Study
   ========================================================================== */
.c-case-study {
	position: relative;
	padding-top: 259px;
}
.c-case-study__head {
	max-width: 770px;
	margin: 0 auto;
	padding-bottom: 62px;
	padding-top: 30px;
	border-bottom: solid 1px #efefef;
}
.c-case-study__head h2 {
		margin: 0 0 39px -18px;
	}
.c-case-study__head li, .c-case-study__head p {
		font-size: 24px;
		line-height: 1.7;
		color: #666666;
	}
.c-case-study__head ol, .c-case-study__head ul {
		margin-left: 30px;
	}
.c-case-study-meta-data {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.c-case-study-meta-data__inner {
	margin-left: auto;
	max-width: 40%;
	border-bottom: solid 1px #efefef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-right: 50px;
}
.c-case-study-meta-data--centered .c-case-study-meta-data__inner {
	padding: 0;
	margin: 0 auto;
}
.c-case-study__meta {
	list-style: none;
	font-size: 18px;
	line-height: 1.7;
	padding: 40px 0 6px;
	color: #A3A3A3;
}
.c-case-study__link {
	display: inline-block;
    background-size: cover;
}
.c-case-study__link + .c-case-study__link {
	margin-left: 40px;
}
.c-case-study__link--print {
	width: 30px;
	height: 30px;
	background-image: url(../images/icons/ico-print.png);
}
.c-case-study__link--mailto {
	width: 30px;
	height: 28px;
	background-image: url(../images/icons/ico-mail.png);
}
.c-case-study__link--pdf {
	width: 30px;
	height: 38px;
	background-image: url(../images/icons/ico-pdf.png);
}
.c-case-study-process {
	max-width: 770px;
	margin: 0 auto;
	padding: 62px 0 90px;
}
.c-case-study-process__item {
	position: relative;
	padding-left: 70px;
}
.c-case-study-process__item:before {
	content: attr(data-index);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 45px;
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 16px;
	color: #9FA3A7;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}
.c-case-study-process__item + .c-case-study-process__item {
	margin-top: 40px;
}
.c-case-study-process__item h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 27px;
}
.c-case-study-process__item li, .c-case-study-process__item p, .c-case-study-application li, .c-case-study-application p {
	font-size: 18px;
	line-height: 1.6;
	color: #9FA3A7;
}
.c-case-study-application {
	border-top: solid 2px #efefef;
	padding-top: 44px;
	margin-top: 57px;
}
.c-case-study-application .c-author {
	margin: 0 0 0 7px;
}
.c-case-study-application__inner {
	max-width: 832px;
	margin: 0 auto;
}
.c-case-study-application__title {
	font-size: 36px;
	font-weight: normal;
	color: #353535;
	text-align: center;
	padding-bottom: 41px;
}
.c-case-study-chart {
	padding: 43px 0 60px 0;
}
.c-case-study-chart img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.c-case-study-chart__text {
	padding: 0 100px 20px;
}
.c-case-study-chart p {
	font-size: 28px;
	color: #999999;
	margin-bottom: 11px;
}
.c-case-study-chart__title {
	font-size: 34px;
	font-weight: normal;
	color: #444444;
	padding-bottom: 21px;
}
.c-case-study__footer {
	padding-top: 78px;
}
.c-case-study__footer-title {
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 65px;
}
.c-case-study__related {
	padding: 40px 0;
	background-color: #f7f7f7;
}
.c-case-study-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-case-study-preview__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border-radius: 5px;
	width: 140px;
	height: 140px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin-right: 40px;
}
.c-case-study-preview__image img {
	display: block;
	margin: 0 auto;
}
.c-case-study-preview__link {
	display: block;
	font-size: 24px;
	line-height: 1.6;
	color: #353535;
	text-decoration: none;
	max-width: 336px
}
.c-case-study-slider {
	position: relative;
	max-width: 1170px;
	margin: 0 auto 52px;
	padding-bottom: 64px;
}
.c-case-study-slider__inner {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	border-radius: 5px;
}
.c-case-study-slider .swiper-pagination {
	bottom: 0;
}
.c-case-study-slider-btn {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: -100px;
	font-size: 35px;
	color: #DDDDDD;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-radius: 50%;
	text-align: center;
}
.c-case-study-slider-btn:hover {
	color: #ff6600;
}
.c-case-study-slider-btn--next {
	left: auto;
	right: -100px;
}
.c-case-study__authors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 88px 0 30px;
}
@media (max-width: 1023px) {
	.c-case-study {
		padding-top: 0;
	}

	.c-case-study__head h2 {
		margin-left: 0;
	}

	.c-case-study-preview {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-bottom: 20px;
	}

	.c-case-study-meta-data {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		margin-bottom: 40px;
	}

	.c-case-study-meta-data__inner {
		max-width: 100%;
		padding-right: 0;
		width: 100%;
	}

	.c-case-study__meta {
		padding: 25px 0 6px;
	}

	.c-case-study-slider-btn {
		display: none;
	}
}
@media print {
	.c-case-study-slider, .c-case-study__footer {
		display: none;
	}
}
/* ==========================================================================
   Search
   ========================================================================== */
.c-search {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.4s;
	        transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	pointer-events: none;
}
.c-search__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: solid 1px #efefef;
	padding: 0 15px;
	border-radius: 5px;
	background-color: #fff;
}
input.c-search__field {
	font-size: 16px;
	line-height: 1.25;
	padding: 10px 0;
	width: 500px;
	height: 40px;
	border: 0;
	padding: 0;
}
.c-search__button {
	color: #979797;
	font-size: 20px;
	background-color: transparent;
	border: 0;
}
.c-search--active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	        transform: scale(1);
	pointer-events: auto;
}
.c-search__trigger {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 50%;
	color: #fff;
	font-size: 20px;
	z-index: 111;
	padding: 0;
	border: 0;
	margin: -22px 0 0;
	background: none;
}
@media (max-width: 1199px) {
	.c-search__trigger {
		width: 40px;
		height: 40px;
		font-size: 26px;
		right: 60px;
	}
}
@media (max-width: 1023px) {
	.c-search__trigger {
		color: #333333;
	}
}
@media (max-width: 767px) {
	input.c-search__field {
		width: 70vw;
	}
}
/* ==========================================================================
   Blog Feed
   ========================================================================== */
h2.c-blog-feed__title {
	font-size: 30px;
	color: #404040;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 32px;
}
.c-blog-feed .c-article-preview {
	border-radius: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(33.33333% - 24px);
	        flex: 0 0 calc(33.33333% - 24px);
	margin: 0 12px 24px !important;
	max-width: none;
}
.c-blog-feed__body--gray {
	padding: 11px 0 58px;
	background-color: #fbfbfb;
}
.c-blog-feed--research {
	padding: 82px 0 41px;
}
.c-blog-feed--trending {
	padding-top: 42px;
}
@media (max-width: 1023px) {
	.c-blog-feed .c-article-preview {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(50% - 24px);
		        flex: 0 0 calc(50% - 24px);
	}
}
@media (max-width: 767px) {
	.c-blog-feed .c-article-preview {
		width: auto !important;
	}
}
/* ==========================================================================
   Block Post
   ========================================================================== */
.c-blog-post {
	padding-top: 21px;
}
.c-blog-post__head, .c-blog-post__body p, .c-blog-post__body h1, .c-blog-post__body h2, .c-blog-post__body h3, .c-blog-post__body h4, .c-blog-post__body h5, .c-blog-post__body h6, .c-blog-post__body ul, .c-blog-post__body ol, .c-blog-post__body hr, .c-blog-post__authors {
	max-width: 735px;
	margin: 0 auto;
}
.c-blog-post__head {
	padding-bottom: 35px;
}
.c-blog-post__title {
	font-weight: 500;
	padding-bottom: 13px;
}
.c-blog-post__meta {
	font-size: 12px;
}
.c-blog-post__meta a {
	text-decoration: none;
	color: #5b5b5b;
}
.c-blog-post__meta span {
	display: inline-block;
	margin: 0 10px;
}
.c-blog-post__body {
	font-size: 18px;
	line-height: 1.7;
	padding-bottom: 40px;
}
.c-blog-post__body h2 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 54px;
}
.c-blog-post__body h3 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 21px;
}
.c-blog-post__body h4 {
	font-size: 26px;
	font-weight: 500;
}
.c-blog-post__body h5 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
}
.c-blog-post__body h6 {
	font-size: 22px;
	font-weight: 500;
}
.c-blog-post__body ul, .c-blog-post__body ol, .c-blog-post__body p {
	padding-bottom: 30px;
}
.c-blog-post__body ul {
	list-style: none;
}
.c-blog-post__body ul li {
		padding-left: 25px;
		position: relative;
	}
.c-blog-post__body ul li:before {
			content: '';
			position: absolute;
			top: 12px;
			left: 5px;
			width: 7px;
			height: 7px;
			background-color: #5b5b5b;
			border-radius: 50%;
		}
.c-blog-post__body ul p, .c-blog-post__body ol p {
	padding-bottom: 0;
}
.c-blog-post__body ol li {
	list-style: none;
	position: relative;
	counter-increment: list-counter;
	padding-left: 72px;
}
.c-blog-post__body ol li:before {
	content: counter(list-counter);
	position: absolute;
	top: -5px;
	left: 0;
	text-align: center;
	line-height: 45px;
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 16px;
	color: #9fa3a7;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-blog-post__body ol li + li {
	margin-top: 67px;
}
.c-blog-post__body li a, .c-blog-post__body p a {
	color: #ff6600;
	text-decoration: underline;
}
.c-blog-post__body li a:hover, .c-blog-post__body p a:hover {
	text-decoration: none;
}
.c-blog-post blockquote {
	float: left;
	display: inline-block;
	min-width: 322px;
	font-size: 36px;
	background-color: #fbfbfb;
	border: solid 20px #f4f4f4;
	-webkit-box-shadow: 20px -20px #fafafa;
	        box-shadow: 20px -20px #fafafa;
	color: #152939;
	padding: 25px;
	margin: 8px 40px 30px 240px;
}
.c-blog-post blockquote p {
	padding-bottom: 0;
	line-height: 1.4;
	letter-spacing: -1px;
}
.c-blog-post hr {
	margin-bottom: 50px;
	border-color: transparent;
	background-color: #e5e5e5;
	color: #e5e5e5;
	height: 1px;
}
.c-blog-post .wp-caption-text {
	font-size: 12px;
	text-align: center;
}
.c-blog-post .c-author {
	margin-top: 10px;
}
.c-blog-post__footer {
	border-top: solid 1px #e5e5e5;
	padding: 40px 0;
}
.c-blog-post__authors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (max-width: 1023px) {
	.c-blog-post blockquote {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.c-blog-post blockquote {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
}
/* ==========================================================================
   Portal Post
   ========================================================================== */
.c-portal-posts {
	padding-bottom: 82px;
}
.c-portal-posts .o-grid__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.c-portal-post {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50%;
	min-height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	padding: 0 35px 26px;
	width: 373px;
}
.c-portal-post + .c-portal-post {
	margin-top: 8px;
}
.c-portal-post:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
}
.c-portal-post__inner {
	position: relative;
	z-index: 10;
	color: #fff;
}
.c-portal-post h3 {
	font-size: 19px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 21px;
}
.c-portal-post h3 a {
	border-bottom: solid 1px transparent;
}
.c-portal-post h3 a:hover {
	border-bottom-color: #ff6600;
	opacity: 1;
}
.c-portal-post span {
	display: block;
	margin: 0 0 14px -14px;
	font-size: 23px;
}
.c-portal-post a {
	color: #fff;
	text-decoration: none;
}
.c-portal-post p {
	font-size: 10px;
}
.c-portal-post__meta {
	position: relative;
	padding-bottom: 14px;
}
.c-portal-post__meta:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 1px;
	background-color: #ff6600;
}
.c-portal-posts__slider {
	width: 777px;
	height: 100%;
	margin-right: 10px;
}
.c-portal-posts__slider .swiper-pagination {
	right: 35px;
	bottom: 65px;
	left: auto;
	top: auto;
	width: auto;
}
.c-portal-posts__slider .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: block;
	margin: 0 0 8px;
	border: solid 1px #fff;
	opacity: 0.5;
	background-color: transparent;
}
.c-portal-posts__slider .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}
.c-portal-post--big {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 777px;
	height: 100%;
	padding: 0 78px 28px;
}
.c-portal-post--big h3 {
	font-size: 30px;
	margin-bottom: 41px;
	max-width: 530px;
	line-height: 1.2;
}
@media (max-width: 1023px) {
	.c-portal-post--big {
		width: 100%;
		padding-top: 28px;
	}

	.c-portal-post {
		width: 100%;
	}

	.c-portal-posts__slider {
		width: 100%;
		margin-bottom: 8px;
	}
}
@media (max-width: 767px) {
	.c-portal-post--big {
		padding: 26px 35px;
	}

	.c-portal-post--big h3 {
		font-size: 26px;
	}
}
/* ==========================================================================
   Featured Post
   ========================================================================== */
.c-featured-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	border-bottom: solid 1px #ECECEC;
	max-width: 265px;
	width: 50%;
	padding-bottom: 13px;
}
.c-featured-post--big {
	max-width: 565px;
	width: 100%;
	min-height: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-featured-post h3 {
	font-size: 20px;
	color: #404040;
	font-weight: normal;
	padding-bottom: 31px;
}
.c-featured-post h3 a {
	color: #404040;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.c-featured-post h3 a:hover {
	color: #ff6600
}
.c-featured-post__image img {
	display: block;
	height: auto;
	width: 100%;
}
.c-featured-post__footer, .c-featured-post__text {
	padding: 0 16px;
}
.c-featured-post__text {
	padding-top: 21px;
}
.c-featured-post__text p {
	font-size: 12px;
	line-height: 1.4;
	color: #9A9A9A;
}
.c-featured-post__meta p {
	font-size: 10px;
	color: #9A9A9A
}
.c-featured-post__meta p a {
	color: #404040;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	text-decoration: none;
}
.c-featured-post__meta p a:hover {
	color: #ff6600;
}
.c-featured-post--big h3 {
	font-size: 30px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.c-featured-post--big .c-featured-post__footer, .c-featured-post--big .c-featured-post__text {
	padding: 0 28px;
}
.c-featured-post--big .c-featured-post__text {
	padding-top: 33px;
}
@media (max-width: 1023px) {
	.c-featured-post {
		width: 100%;
		max-width: none;
		margin-bottom: 15px;
	}
}
/* ==========================================================================
   Trending Post
   ========================================================================== */
.c-trending-posts {
	width: 752px;
}
.c-trending-posts__body {
	border-top: solid 1px #ECECEC;
	padding: 25px 0 0;
}
.c-trending-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #ECECEC;
}
.c-trending-post:last-child {
	margin-bottom: 0;
}
.c-trending-post a {
	color: #404040;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.c-trending-post a:hover {
	color: #ff6600;
}
.c-trending-post h4 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 20px;
}
.c-trending-post__image {
	min-width: 245px;
	margin-right: 35px;
}
.c-trending-post__image img {
	display: block;
	width: 100%;
	height: auto;
}
.c-trending-post__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 4px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.c-trending-post__text p {
	font-size: 12px;
	line-height: 1.4;
	color: #9A9A9A;
}
.c-trending-post__meta p {
	font-size: 10px;
	color: #9A9A9A;
	padding-top: 15px;
}
.c-trending-post:first-child h4 {
	font-size: 30px;
	margin-bottom: 27px;
}
.c-trending-posts__actions {
	padding: 35px;
}
@media (max-width: 767px) {
	.c-trending-post {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-left: 0;
	}

	.c-trending-post__image {
		margin-right: 0;
	}

	.c-trending-post__text {
		padding-bottom: 15px;
	}
}
/* ==========================================================================
   Top Post
   ========================================================================== */
.c-top-posts {
	width: 360px
}
.c-top-posts__head {
	border-bottom: solid 1px #ECECEC;
}
.c-top-posts__title {
	font-size: 20px;
	color: #404040;
	padding-bottom: 21px;
}
.c-top-posts__body {
	padding-top: 16px;
}
.c-top-post {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 17px;
	margin-bottom: 33px;
	border-bottom: solid 1px #ECECEC;
}
.c-top-post:before {
	content: attr(data-index);
	position: absolute;
	top: -9px;
	right: 4px;
	font-size: 59px;
	font-weight: bold;
	color: #f7f7f7;
}
.c-top-post h4 {
	font-size: 19px;
	font-weight: normal;
}
.c-top-post a {
	color: #404040;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.c-top-post a:hover {
	color: #ff6600;
}
.c-top-post__image {
	min-width: 81px;
	margin-right: 18px;
}
.c-top-post__image img {
	display: block;
	width: 100%;
	height: auto;
}
.c-top-post__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 210px;
}
.c-top-post__meta p {
	font-size: 10px;
	color: #9A9A9A;
}
.c-top-post:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
}
.c-top-post:first-child:before {
	top: 220px;
}
.c-top-post:first-child .c-top-post__body {
	max-width: 278px;
	padding-top: 15px;
}
.c-top-post:first-child .c-top-post__image {
	margin-right: 0;
}
.c-top-post:first-child h4 {
	margin-bottom: 29px;
}
@media (max-width: 1023px) {
	.c-trending-posts, .c-top-posts {
		width: 100%;
		max-width: none;
	}

	.c-top-post:first-child:before {
		bottom: 27px;
		top: auto;
	}

	.c-trending-post__body {
		max-width: none !important;
	}
}
@media (max-width: 767px) {
	.c-top-post:before {
		bottom: 5px !important;
		top: auto;
	}
}
/* ==========================================================================
   Share Panel
   ========================================================================== */
.c-share-panel {
	position: fixed;
	top: 255px;
	right: 37px;
	z-index: 999;
}
.c-share-panel .c-share__button {
	width: 29px;
	height: 29px;
	border: solid 1px #ECECEC;
	border-radius: 50%;
	text-align: center;
	line-height: 29px;
	color: #9A9A9A;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	background-color: #fff;
}
.c-share-panel .c-share__button:hover {
	color: #ff6600;
}
@media (max-width: 767px) {
	.c-share-panel {
		top: 135px;
		right: 5px;
	}
}
/* ==========================================================================
   Footer
   ========================================================================== */
.c-footer {
	background-color: #fbfbfb;
}
.c-footer__inner {
	padding: 75px 95px;
}
.c-footer__logo {
	display: block;
	max-width: 273px;
	margin-top: 46px;
}
.c-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}
.c-footer__copyright {
	font-size: 16px;
}
@media (max-width: 1023px) {
	.c-footer__inner {
		padding: 20px 0;
	}

	.c-footer__logo {
		margin: 30px auto;
	}

	.c-footer__copyright {
		text-align: center;
	}
}
@media print {
	.c-footer {
		display: none;
	}
}
/* ==========================================================================
   Filters
   ========================================================================== */
.c-filters {
	padding-top: 50px;
}
.c-filters__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-filters__item {
	padding: 0 10px;
}
.c-filters__link {
	font-size: 14px;
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.11em;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-filter__dropdown {
	position: absolute;
	top: 105%;
	width: 120%;
	left: -10%;
	min-height: 200px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 10px;
	display: none;
}
.c-filter__dropdown--visible {
	display: block;
	z-index: 99;
}
.is-current .c-filters__link, .c-filters__link:hover {
	color: #ff6600;
}
.is-current .c-filters__link {
	font-weight: 700;
}
.c-filters__select {
	display: none;
}
.c-filter__items {
	list-style: none;
	text-align: left;
}
.c-filter__items li {
	list-style: none;
	padding-bottom: 11px;
}
.c-filter__items li:last-child {
	padding-bottom: 0;
}
.c-filter__items label {
	display: block;
	font-size: 14px;
	color: #494949;
}
.c-filter__items ul {
	display: none;
	padding-left: 20px;
	margin: 10px 0 0;
}
.c-filter__items :checked ~ ul {
	display: block;
}
.c-filter__col {
	padding: 0 30px;
	margin-bottom: 15px;
	min-width: 40%;
}
.c-filter__col:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	min-width: 60%;
}
.c-filter__col:first-child .c-filter__title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.c-filter__col:first-child .c-filter__items {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
.c-filter__col:first-child .c-filter__items:first-of-type {
	padding-right: 5px;
}
.c-filter__col + .c-filter__col {
	border-left: solid 1px #efefef;
}
.c-filter__title {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	padding-bottom: 32px;
}
.c-filter__col [type='checkbox']:not(:checked), .c-filter__col [type='checkbox']:checked {
	position: absolute;
	left: -9999px;
}
.c-filter__col [type='checkbox']:not(:checked) + label, .c-filter__col [type='checkbox']:checked + label {
	position: relative;
	padding-left: 23px;
	cursor: pointer;
}
.c-filter__col [type='checkbox']:not(:checked) + label:before, .c-filter__col [type='checkbox']:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #e6e8ed;
	background: #fff;
	border-radius: 2px;
}
.c-filter__col [type='checkbox']:checked + label:before {
	border-color: #0087ab;
	background: #0087ab;
}
.c-filter__col [type='checkbox']:not(:checked) + label:after, .c-filter__col [type='checkbox']:checked + label:after {
	content: '\f00c';
	color: #fff;
	font-family: 'FontAwesome';
	position: absolute;
	top: 4px;
	left: 2px;
	font-size: 12px;
	line-height: 0.8;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.c-filter__col [type='checkbox']:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
.c-filter__col [type='checkbox']:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.c-filter__input {
	padding: 0 30px 25px;
}
@media (max-width: 1023px) {
	.c-filters {
		padding-top: 25px;
	}

	.c-filters__link {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.c-filter__dropdown, .c-section__filter--big {
		width: 100%;
	}

	.c-filter__dropdown {
		left: 0;
	}

	.c-filters {
		padding-top: 0;
	}

	.c-filters__list {
		display: none;
	}

	.c-filters__select {
		display: block;
	}

	.c-filter__col:first-child .c-filter__items {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}

	.c-filter__title {
		padding-bottom: 15px;
	}
}
/* ==========================================================================
   Categories List
   ========================================================================== */
.c-categories-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 26px 52px;
}
.c-categories-list--alt {
		grid-template-columns: repeat(5, 1fr);
	}
.c-categories-list--alt .c-categories-list__title {
			font-size: 22px;
		}
.c-categories-list--alt .c-categories-list__item--full {
			grid-row-end: span 5;
			grid-column-end: span 5;
		}
.c-categories-list__item {
	position: relative;
}
.c-categories-list__item--full {
	grid-row-end: span 4;
	grid-column-end: span 4;
	background-color: #f3f3f3;
	padding: 70px 0;
	overflow: visible !important;
}
.c-categories-list__item--full:before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 50%;
	height: 100%;
	background: #f3f3f3;
	z-index: -1;
}
.c-categories-list__item--full:after {
	content: '';
	position: absolute;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100%;
	background: #f3f3f3;
	z-index: -1;
}
.c-categories-list__item--white {
	background-color: #fff;
	padding: 0;
}
.c-categories-list__item--white::before, .c-categories-list__item--white::after {
		content: none;
	}
.c-categories-list__link {
	display: block;
	color: #333333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-categories-list__link:hover {
	color: #f98155;
}
.c-categories-list__image {
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.c-categories-list__link:hover .c-categories-list__image {
	opacity: 1;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-categories-list__title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	color: inherit;
	text-align: center;
	padding: 25px 10px 0;
}
.c-category-popover:before {
	position: absolute;
	top: -24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	content: '';
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 26px solid #fff;
	-webkit-filter: drop-shadow(0 -10px 5px rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 -10px 5px rgba(0, 0, 0, 0.1));
}
.c-category-popover {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 999;
	width: 533px;
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 50px 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.c-categories-list__item--active .c-category-popover {
	opacity: 1;
	visibility: visible;
}
.c-category-popover p {
	font-size: 14px;
	color: #384045;
}
.c-category-popover__title {
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-bottom: 25px;
}
.c-category-popover__text {
	padding-bottom: 30px;
}
.c-category-popover__text a {
		color: #ff6600;
	}
.c-category-popover__actions {
	text-align: center;
}
.c-categories-list__btn {
	color: #333333;
	font-size: 30px;
	position: absolute;
	top: 17px;
	right: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.c-categories-list__btn:hover {
	opacity: 0.8;
}
.c-categories-list__item-actions {
	padding-top: 35px;
}
@media (max-width: 1670px) and (min-width: 1470px) {
	.c-categories-list__item:nth-child(4n + 1) .c-category-popover {
		left: 0;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}

	.c-categories-list__item:nth-child(4n + 1) .c-category-popover:before {
		left: 31%;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@media (max-width: 1470px) {
	.c-category-popover {
		width: 104%;
		padding: 10px 15px;
	}

	.c-category-popover__title {
		font-size: 20px !important;
	}

	.c-category-popover__text {
		padding-bottom: 0;
	}

	.c-category-popover p {
		font-size: 12px;
	}

	.c-category-popover__actions .c-btn {
		font-size: 14px;
		min-width: 180px;
	}
}
@media (max-width: 1023px) {
	.c-categories-list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 13px 26px;
	}

	.c-categories-list__title {
		font-size: 18px !important;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.c-categories-list--alt .c-categories-list__item--full, .c-categories-list__item--full {
		grid-row-end: span 3;
		grid-column-end: span 3;
	}

	.c-categories-list__item--placeholder {
		display: none;
	}
}
@media (max-width: 767px) {
	.c-categories-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}

	.c-categories-list__title {
		font-size: 12px !important;
		padding-top: 10px;
	}

	.c-categories-list--alt .c-categories-list__item--full, .c-categories-list__item--full {
		grid-row-end: span 2;
		grid-column-end: span 2;
	}

	.c-category-popover__actions .c-btn {
		font-size: 13px;
		min-width: 100%;
	}
}
/* ==========================================================================
   Image Slider
   ========================================================================== */
.c-image-slider {
	position: relative;
	margin: 0 auto;
	max-width: 1170px;
	border-radius: 5px;
	padding-bottom: 123px;
	margin-bottom: 22px;
}
.c-image-slider__slide {
	position: relative;
}
.c-image-slider__description {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 14px;
	text-align: center;
	color: #9FA3A7;
}
.c-image-slider__slide img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.c-image-slider-btn {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 70px;
	font-size: 35px;
	color: #DDDDDD;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-radius: 50%;
	text-align: center;
}
.c-image-slider-btn:hover {
	color: #ff6600;
}
.c-image-slider-btn--next {
	left: auto;
	right: 70px;
}
.c-image-slider .swiper-pagination {
	bottom: 73px;
}
@media (max-width: 767px) {
	.c-image-slider-btn {
		display: none;
	}
}
/* ==========================================================================
   Publications
   ========================================================================== */
.c-publications {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 46px;
	grid-gap: 52px;
	grid-auto-rows: 1fr;
	position: relative;
}
.c-publications:before {
		content: '\f1ce';
		font-family: FontAwesome;
		font-size: 30px;
		line-height: 1;
		color: #ff6600;
		text-align: center;
		width: 30px;
		height: 30px;
		display: none;
		position: absolute;
		bottom: 100%;
		left: 50%;
		margin: 0 0 33px -15px;
		-webkit-animation: fa-spin 2s infinite linear;
		        animation: fa-spin 2s infinite linear;
	}
.c-publications.is--loading:before {
			display: block;
		}
.c-publications--half {
	grid-template-columns: repeat(2, 1fr);
}
.c-publications--three-cols {
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 50px;
}
.c-publication {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.c-publication__thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 150px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.c-publication__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.c-publication__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 14px 15px;
}
.c-publication__title {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	padding-bottom: 30px;
}
.c-publication__link {
	color: inherit;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.c-publication__link:hover {
	color: #ff6600;
}
.c-publication__excerpt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 16px;
	margin-bottom: 15px;
}
.c-publication__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.c-publication__authors-label {
	display: block;
	width: 100%;
	padding-bottom: 8px;
	font-size: 10px;
	line-height: 1;
	color: #9fa3a7;
}
.c-publication__details {
	margin-top: -15px;
	padding-bottom: 26px;
}
.c-publication__details li {
	list-style: none;
	display: block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #333333;
}
.c-publication__details li + li {
	padding-top: 8px;
}
@media (max-width: 1023px) {
	.c-publications, .c-publications--half {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 23px;
		grid-gap: 26px;
		grid-auto-rows: 1fr;
	}
}
@media (max-width: 767px) {
	.c-publications, .c-publications--half {
		display: block;
		padding: 0 10px;
	}

	.c-publication:not(:last-child) {
		margin-bottom: 20px;
	}
}
/* ==========================================================================
   Team List
   ========================================================================== */
.c-team-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px 38px;
}
.c-team-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
}
.c-team-list__avatar {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
.c-team-list__content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 30px;
}
.c-team-list__name {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	color: #5a5a5a;
}
.c-team-list__position {
	font-size: 15px;
	line-height: 1.2;
	color: #141414;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	margin-top: 10px;
}
.c-team-list__cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	grid-column-end: span 2;
	grid-row-end: span 2;
	min-height: 306px;
	background: #f9f9f9;
}
.c-team-list__cta-title {
	font-size: 52px;
	line-height: 1;
	color: #141414;
}
.c-team-list__cta-btn {
	display: inline-block;
	min-width: 310px;
	padding: 25px;
	border-radius: 5px;
	margin-top: 45px;
	background: #fff;
	font-size: 12px;
	line-height: 1;
	color: #141414;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 0.2s ease, background-color 0.4s ease;
	transition: color 0.2s ease, background-color 0.4s ease;
}
.c-team-list__cta-btn + .c-team-list__cta-btn {
		margin-left: 15px;
	}
.c-team-list__cta-btn:hover {
	background: #f98155;
	color: #fff;
}
.c-team-list__popover {
	padding: 20px;
	width: 400px;
	overflow: hidden;
}
.c-team-list__popover-avatar {
	width: 75px;
	margin-right: 15px;
	float: left;
	height: auto;
	border-radius: 5px;
}
.c-team-list__popover-content {
	float: left;
	width: 270px;
}
.c-team-list__popover-position {
	font-size: 10px;
	margin-bottom: 5px;
	line-height: 1;
	color: #f98155;
	text-transform: uppercase;
	letter-spacing: 0.11em;
}
.c-team-list__popover-name {
	line-height: 1;
	font-weight: 500;
	color: #333333;
	font-size: 22px;
}
.c-team-list__popover-entry {
	height: 60px;
	padding-right: 10px;
	margin-top: 10px;
	overflow: auto;
	font-size: 14px;
	line-height: 1.3;
	color: #384045;
}
.c-team-list__popover-entry p {
	margin-bottom: 15px;
	font-size: 12px;
}
.c-team-list__popover-socials {
	list-style: none;
	clear: both;
	padding-top: 10px;
}
.c-team-list__popover-socials li {
		display: inline-block;
		margin-right: 10px;
	}
.c-team-list__popover-socials a {
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid #b3b3b3;
	border-radius: 50%;
	font-size: 14px;
	line-height: 26px;
	color: #b3b3b3;
	text-align: center;
	-webkit-transition: border 0.2s ease-in, color 0.2s ease-in;
	transition: border 0.2s ease-in, color 0.2s ease-in;
}
.c-team-list__popover-socials a.c-text-link {
		width: auto;
		height: auto;
		line-height: 22px;
		border: 0;
		text-decoration: none;
	}
.c-team-list__popover-socials a.c-text-link i {
			display: inline-block;
			width: auto;
			height: auto;
			line-height: 1;
		}
.c-team-list__popover-socials a:hover {
	border-color: #384045;
	color: #384045;
}
.c-team-list__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1023px) {
	.c-team-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 16px 19px;
	}

	.c-team-list__item {
		padding: 15px;
	}

	.c-team-list__avatar {
		width: 45px;
		height: 45px;
	}

	.c-team-list__content {
		padding-left: 15px;
	}

	.c-team-list__name {
		font-size: 18px;
	}

	.c-team-list__position {
		font-size: 13px;
		margin-top: 5px;
	}

	.c-team-list__cta {
		grid-column-end: span 2;
		grid-row-end: span 2;
		-webkit-box-ordinal-group: 10000;
		    -ms-flex-order: 9999;
		        order: 9999;
		min-height: 0;
		padding: 50px 0;
	}

	.c-team-list__cta-title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.c-team-list {
		grid-gap: 10px;
	}

	.c-team-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 10px;
	}

	.c-team-list__content {
		padding: 10px 0 0;
		text-align: center;
	}

	.c-team-list__name {
		font-size: 14px;
	}

	.c-team-list__position {
		font-size: 11px;
	}

	.c-team-list__cta {
		padding: 25px 0;
	}

	.c-team-list__cta-title {
		font-size: 24px;
	}

	.c-team-list__cta-btn {
		min-width: 0;
		padding: 15px;
		margin-top: 20px;
	}
}
@media (max-width: 374px) {
	.c-team-list__buttons {
		display: block;
		padding: 0 10px;
	}

	.c-team-list__cta-btn {
		display: block;
	}

		.c-team-list__cta-btn + .c-team-list__cta-btn {
			margin: 10px auto 0;
		}
}
/* ==========================================================================
	Lab Slider
   ========================================================================== */
.c-lab-slider {
	position: relative;
	padding-bottom: 30px;
}
.c-lab-slider__image {
	border-radius: 5px 5px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
	height: 233px;
	padding-bottom: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.c-lab-slider__image a {
	margin-top: 23px;
	text-decoration: none;
}
.c-lab-slider__image a:hover img {
	opacity: 0.8;
}
.c-lab-slider__caption {
	width: 865px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 36px;
}
.c-lab-slider__text {
	width: 570px;
}
.c-lab-slider__text h4 {
	letter-spacing: 1.5px;
	color: #333333;
	margin-bottom: 15px;
}
.c-lab-slider__text p {
	color: #333333;
	font-size: 16px;
	line-height: 1.4;
}
.c-lab-slider__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-lab-slider .c-image-slider-btn {
	top: auto;
	bottom: 30px;
	-webkit-transform: translate(0,0);
	        transform: translate(0,0);
}
@media (max-width: 1023px) {
	.c-lab-slider .c-image-slider-btn {
		bottom: auto;
		top: 107px;
	}

	.c-lab-slider__caption {
		width: 100%;
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.c-lab-slider__text {
		width: 95%;
		padding-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.c-lab-slider .c-image-slider-btn {
		display: none;
	}
}
/* ==========================================================================
   Nav Box
   ========================================================================== */
.c-nav-box {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 49.25%;
	        flex: 0 0 49.25%;
	margin-top: 60px;
}
.c-nav-box + .c-nav-box {
	margin-left: 20px;
}
.c-nav-box__image {
	padding-bottom: 29.763%;
	border-radius: 5px 5px 0 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.c-nav-box__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 90px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	padding: 0 40px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.c-nav-box__text a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	letter-spacing: 1.5px;
}
.c-nav-box__text a:hover {
	color: #ff6600;
}
.c-nav-box__text i {
	color: #ff6600;
}
.c-nav-box:nth-child(even) .c-nav-box__text a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
@media (max-width: 1023px) {
	.c-nav-box {
		margin-left: 0 !important;
	}
}
/* ==========================================================================
   QTip
   ========================================================================== */
.qtip-default {
    border: 0;
    max-width: none;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
    border-radius: 8px;
}
.qtip-content {
    padding: 0;
}
.qtip-default::before, .qtip-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
}
.qtip-pos-lc::before {
    top: calc(50% - 36px);
    right: 100%;
    border-width: 36px 36px 36px 0;
    border-color: transparent #fff;
}
.qtip-pos-rc::before {
    top: calc(50% - 36px);
    left: 100%;
    border-width: 36px 0 36px 36px;
    border-color: transparent #fff;
}
.qtip-pos-lc:before, .qtip-pos-lc .qtip-content {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(36px);
                transform: translateX(36px);
        -webkit-transition: all 0.25s ease-in-out 0.25s;
        transition: all 0.25s ease-in-out 0.25s;
    }
.qtip-pos-rc:before, .qtip-pos-rc .qtip-content {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-36px);
                transform: translateX(-36px);
        -webkit-transition: all 0.25s ease-in-out 0.25s;
        transition: all 0.25s ease-in-out 0.25s;
    }
.qtip-pos-lc, .qtip-pos-rc {
    background: none;
}
.qtip-pos-lc .qtip-content, .qtip-pos-rc .qtip-content {
        background-color: #fff;
        border-radius: 10px;
    }
.qtip-pos-lc.is--rendered:before, .qtip-pos-lc.is--rendered .qtip-content, .qtip-pos-rc.is--rendered:before, .qtip-pos-rc.is--rendered .qtip-content {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0px);
                    transform: translateX(0px);
        }
.qtip-pos-bl:before {
    content: none;
}
.qtip-pos-bl {
    background: none;
}
.qtip-pos-bl .qtip-content {
        overflow: visible;
    }
.qtip-pos-bl .c-person-preview {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-36px);
                transform: translateY(-36px);
        -webkit-transition: all 0.25s ease-in-out 0.25s;
        transition: all 0.25s ease-in-out 0.25s;
    }
.qtip-pos-bl.is--rendered .c-person-preview {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
        }
.qtip-pos-bl .qtip-triangle {
    opacity: 0;
    bottom: 0px;
    border-width: 36px 36px 0 36px;
    border-color: #fff transparent;
    margin-left: -36px;
}
/* ==========================================================================
   App
   ========================================================================== */
.c-app {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 100px;
}
.c-app:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.c-app__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 594px;
}
.c-app__image img {
	display: block;
	margin: 0 auto;
}
.c-app__content {
	max-width: 535px;
}
.c-app__title {
	font-size: 34px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 70px;
}
.c-app__text {
	font-size: 18px;
	color: #565656;
	line-height: 1.5;
	padding-bottom: 58px;
}
@media (max-width: 1240px) {
	.c-app__image {
		width: 380px;
		min-width: 380px;
	}
}
@media (max-width: 1023px) {
	.c-app {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-flow: column !important;
		        flex-flow: column !important;
		margin-bottom: 50px;
	}

	.c-app__image {
		padding-bottom: 20px;
	}

	.c-app__image, .c-app__content {
		display: block;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.c-app__title {
		padding-bottom: 40px;
	}
}
/*======================================
	Selectric v1.13.0
======================================*/
.selectric-wrapper {
	position: relative;
	cursor: pointer;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	position: relative;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	border: solid 1px #d0d0d0;
	border-radius: 3px;
	padding: 7px 18px;
	margin: 0;
	color: #384045;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	cursor: pointer;
}
.c-section--newsletter .selectric {
	padding: 2px 18px;
}
.c-section--newsletter .selectric .label {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	display: block;
	font-size: 14px;
	color: #5a5a5a;
	font-weight: normal;
}
.c-nav--select-mobile .selectric, .category .selectric, .single .c-header .selectric, .blog .c-header .selectric, .search .c-header .selectric {
	border: 0;
	padding: 0;
	color: #808080;
	letter-spacing: 1.5px;
	font-family: 'Montserrat', 'Arial', sans-serif !important;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 0;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #384045;
	height: 38px;
	line-height: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.c-nav--select-mobile .selectric .label, .category .selectric .label, .single .c-header .selectric .label, .blog .c-header .selectric, .search .c-header .selectric .label, .blog .c-header .selectric .label {
	color: #808080;
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.c-nav--select-mobile .selectric-items li, .category .selectric-items li, .single .c-header .selectric-items li, .blog .c-header .selectric, .search .c-header .selectric-items li, .blog .c-header .selectric-items li {
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.selectric .label span {
	opacity: 0.7;
}
.selectric .button {
	display: none;
}
.selectric .button:after {
	font-family: 'FontAwesome';
	content: '\f078';
	position: absolute;
	top: 50%;
	right: 29px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #ff6600;
}
.selectric-open {
	z-index: 99;
}
.selectric-open .selectric {
	border-color: #c4c4c4;
}
.selectric-open .selectric-items {
	display: block;
}
.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
}
.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
}
.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}
.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 105%;
	left: 0;
	background: #fff;
	border-radius: 5px;
	z-index: -1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	overflow-x: hidden;
}
.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}
.selectric-items ul, .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px;
	color: #384045;
}
.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
	text-align: left;
}
.selectric-items li.selected {
	color: #333333;
	background-color: #fbfbfb;
}
.selectric-items li.highlighted {
	color: #333333;
}
.selectric-items li:hover {
	color: #333333;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}
/* ==========================================================================
   Job Offer
   ========================================================================== */
.rbox-opening-list {
	overflow: visible !important;
}
.rbox-opening-li:hover a, .rbox-opening-li.rbox-opening-li-selected a {
	text-decoration: none !important;
}
.rbox-opening-li {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	padding: 45px 45px 116px !important;
	border-bottom: none !important;
}
.rbox-opening-li:after {
		position: absolute;
		bottom: 33px;
		right: 45px;
		content: 'VIEW DETAILS';
		font-family: 'Montserrat', 'Arial', sans-serif;
		font-size: 18px;
		color: #ff6600;
		background-color: #fff;
		border-radius: 5px;
		border: solid 1px #ff6600;
		-webkit-transition: color, background-color 0.4s ease;
		transition: color, background-color 0.4s ease;
		text-decoration: none;
		padding: 14px 10px;
		text-align: center;
		min-width: 200px;
	}
.rbox-opening-li:hover:after {
		background-color: #ff6600;
		color: #fff;
	}
.rbox-opening-li + .rbox-opening-li {
		margin-top: 50px;
	}
.rbox-job-shortdesc {
	opacity: 1 !important;
}
.rbox-opening-li > a {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 28px;
	line-height: 1.7 !important;
	font-weight: normal;
	color: #333333;
	padding-bottom: 17px;
}
.rbox-job-shortdesc {
	font-size: 23px !important;
	line-height: 1.7 !important;
	color: #777777;
	list-style: none;
}
.rbox-opening-position-type {
	color: #333333 !important;
	text-transform: uppercase;
	border: 0 !important;
	font-size: 23px !important;
	padding: 0 !important;
}
.rbox-opening-position-type {
	color: #333333 !important;
}
/* ==========================================================================
   Course
   ========================================================================== */
.c-course {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-course + .c-course {
	margin-top: 120px;
}
.c-course__image {
	max-width: 675px;
}
.c-course__image img {
	display: block;
	width: 100%;
	height: auto;
}
.c-course:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.c-course__title {
	font-size: 34px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 45px;
}
.c-course__content {
	padding: 10px 80px 0 110px;
	max-width: 780px;
}
.c-course:nth-child(even) .c-course__content {
	padding: 10px 110px 0 80px;
}
.c-course__content p {
	font-size: 18px;
	line-height: 1.4;
	color: #565656;
}
.c-course__actions {
	padding-top: 15px;
}
.c-course__actions .c-link-more {
	display: inline-block;
	margin-bottom: 80px;
}
.c-course--alt .c-course__image {
	width: 710px;
	max-width: none;
}
.c-course--alt .c-course__content {
	padding: 10px 85px 0;
	max-width: 710px;
}
.c-course-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 60px auto 72px;
	padding: 30px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	max-width: 1380px;
}
.c-course-details__inner {
	max-width: 865px;
	font-size: 18px;
	line-height: 1.5;
}
.c-course-details__inner img.alignleft {
	margin-top: 31px;
	margin-right: 100px;
}
.c-course-details__aside {
	padding-left: 70px;
	padding-top: 14px;
	margin-left: 60px;
	border-left: solid 1px #efefef;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.c-course__meta li {
	list-style: none;
	font-size: 18px;
}
.c-course__meta li + li {
	margin-top: 31px;
}
.c-course__meta li span {
	display: block;
	font-weight: bold;
	color: #1D1D26;
	padding-bottom: 31px;
}
.c-course-subscribe {
	text-align: center;
	margin-bottom: 90px;
}
@media (max-width: 1380px) {
	.c-course__image {
		max-width: 380px;
	}

	.c-course-details__inner {
		max-width: 750px;
	}

	.c-course--alt .c-course__content {
		padding: 10px 30px;
	}
}
@media (max-width: 1023px) {
	.c-course {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}

	.c-course + .c-course {
		margin-top: 30px;
	}

	.c-course--alt .c-course__image, .c-course__image {
		max-width: 100%;
		width: 100%;
	}

	.c-course--alt .c-course__content, .c-course__content {
		padding: 25px 0 0 !important;
		max-width: 100%;
	}

	.c-course-details {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.c-course-details__aside, .c-course-details__inner {
		max-width: 100%;
	}

	.c-course-details__aside {
		border-top: solid 1px #efefef;
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
		padding-top: 20px;
	}
}
/* ==========================================================================
   Datepicker
   ========================================================================== */
.ui-datepicker {
	border: solid 1px #efefef;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	        box-shadow: 0 0 15px rgba(0,0,0,0.2);
	overflow: hidden;
	background-color: #fff;
	width: 240px;
	padding: 10px;
	font-family: 'Montserrat', 'Arial', sans-serif;
	display: none;
}
.ui-datepicker-calendar {
	width: 100%;
	text-align: center;
}
.ui-datepicker-calendar a {
	text-decoration: none;
	padding: 3px;
	display: block;
}
.ui-datepicker-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
}
.ui-corner-all {
	text-decoration: none;
}
.ui-icon {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	text-decoration: none !important;
}
.ui-icon-circle-triangle-w:before {
	content: '\f053';
	font-size: 12px;
	font-family: 'FontAwesome';
	color: #ff6600 !important;
	cursor: pointer;
}
.ui-icon-circle-triangle-e:before {
	content: '\f054';
	font-size: 12px;
	font-family: 'FontAwesome';
	color: #ff6600 !important;
	cursor: pointer;
}
.ui-datepicker-prev {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 15px;
	        flex: 0 0 15px;
}
.ui-datepicker-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 10px;
}
.ui-datepicker-next {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 15px;
	        flex: 0 0 15px;
	text-align: right;
}
.ui-datepicker-title select {
	border: 0;
	padding: 0;
	text-align: center;
}
.ui-datepicker-title select:first-child {
	text-indent: 50px;
}
/* ==========================================================================
   Facebook Feed
   ========================================================================== */
.eff-panel-footer, .eff-panel-heading {
	display: none;
}
.eff-panel-body p {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 17px;
	line-height: 2;
	color: #808080;
}
.eff-panel .eff-panel-body {
	background-color: transparent;
	padding: 0;
	border: 0;
	width: 100%;
}
.eff-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	margin: 0;
	border-radius: 0;
	width: 100%;
}
.eff-panel .eff-panel-body .eff-panel-link {
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.eff-panel .eff-panel-body .eff-panel-link p:not(.date), .eff-panel .eff-panel-body .eff-panel-link h6 {
	margin: 0;
}
.eff-panel-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.eff-panel-body .fb-video {
	display: block;
	width: 100%;
}
.eff-panel-body .fb-video span {
	position: relative;
	margin: -90px auto 105px;
	display: block;
}
.eff-panel-body p {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 35px 50px 105px 43px;
	margin-bottom: 0;
}
.eff-panel-body > img {
	max-width: 50%;
	-ms-flex-item-align: center;
	    align-self: center;
}
.eff-panel-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	position: relative;
}
.eff-panel-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.eff-panel .eff-panel-body .eff-panel-link h6, .eff-panel-link > p {
	display: none;
}
.eff-panel .eff-panel-body .eff-panel-link a p {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}
.eff-panel .eff-panel-body .eff-panel-link a img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	        transform: translate(-50%, -50%) !important;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	display: block;
	margin: 0 !important;
}
.eff-panel .eff-panel-body .eff-panel-link a span {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	position: relative;
	overflow: hidden;
	height: auto !important;
}
.eff-panel .eff-panel-body .eff-panel-link a + div {
	display: none !important;
}
@media (max-width: 1023px) {
	.eff-panel-link, .eff-panel-body {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row;
		        flex-flow: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.eff-panel-body p, .eff-panel-link {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}

	.eff-panel-body p {
		margin-bottom: 0;
		padding-bottom: 35px;
	}

	.eff-panel-body .fb-video span {
		margin-top: 0;
	}

	.eff-panel .eff-panel-body .eff-panel-link a p {
		display: block;
	}

	.eff-panel .eff-panel-body .eff-panel-link a img {
		position: relative;
		display: block;
		top: auto;
		left: auto;
		-webkit-transform: none;
		        transform: none;
		width: 100%;
		height: auto;
		min-width: 0;
		min-height: 0;
	}
}
/* ==========================================================================
   Navigaion Blocks
   ========================================================================== */
.c-nav-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.c-nav-block {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 49%;
	        flex: 0 0 49%;
	background-color: #F9F9FA;
	text-align: center;
	padding: 70px 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	min-height: 310px;
}
.c-nav-block h4 {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #333333;
	letter-spacing: -1px;
	max-width: 525px;
	margin: 0 auto 25px;
}
.c-nav-block span {
	font-size: 18px;
	color: #333333;
}
.c-nav-block__body, .c-nav-block__actions {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.c-nav-block__actions  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
/* ==========================================================================
   Accordion
   ========================================================================== */
.c-accordion {
	max-width: 80%;
	margin: 0 auto;
	border: solid 1px #878787;
	-webkit-transition-property: border-color, max-width, padding, -webkit-box-shadow;
	transition-property: border-color, max-width, padding, -webkit-box-shadow;
	transition-property: box-shadow, border-color, max-width, padding;
	transition-property: box-shadow, border-color, max-width, padding, -webkit-box-shadow;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	padding: 35px 30px 32px;
}
.c-accordion__head {
	cursor: pointer;
}
.c-accordion + .c-accordion {
	margin-top: 40px;
}
.c-accordion:last-child {
	margin-bottom: 140px;
}
.c-accordion--active {
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	padding: 45px;
	max-width: 100%;
	border-color: transparent;
}
.c-accordion__question {
	position: relative;
	font-weight: normal;
	color: #333333;
	font-size: 26px;
	padding-right: 35px;
	-webkit-transition: font-weight 0.5s ease;
	transition: font-weight 0.5s ease;
}
.c-accordion__question:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: '+';
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 100;
	color: #878787;
	font-size: 60px;
}
.c-accordion--active .c-accordion__question {
	font-weight: bold;
}
.c-accordion--active .c-accordion__question:after {
	content: '-';
	color: #ff6600;
}
.c-accordion__body {
	display: none;
}
.c-accordion__content {
	min-width: 1195px;
	-webkit-transition: padding-top 0.5s ease-in-out;
	transition: padding-top 0.5s ease-in-out;
}
.c-accordion--active .c-accordion__content {
	padding-top: 40px;
}
.c-accordion__content {
	color: #333333;
	line-height: 2.2;
	margin-bottom: 35px;
}
.c-accordion__content p, .c-accordion__content ul, .c-accordion__content ol {
	font-size: 16px;
}
.c-accordion__content ul, .c-accordion__content ol {
	margin-left: 20px;
}
.c-accordion__video {
	float: right;
	padding: 42px 54px 0 30px;
}
@media (max-width: 1195px) {
	.c-accordion__content {
		min-width: 100%;
	}
}
@media (max-width: 1023px) {
	.c-accordion {
		max-width: 100%;
	}

	.c-accordion__video {
		position: relative;
		float: none;
		margin: 0 0 30px;
		padding-bottom: 56.25%;
		height: 0;
	}

	.c-accordion__video iframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
	}
}
/* ==========================================================================
   Magnific Popup
   ========================================================================== */
.mfp-bg {
	background-color: #000;
	opacity: 0.9;
}
.mfp-iframe-holder .mfp-content {
	max-width: 1170px;
}
/* ==========================================================================
   Process Steps
   ========================================================================== */
.c-process-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 50px 0 41px;
	position: relative;
	margin-bottom: 40px;
}
.c-process-steps:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 8%;
	right: 8%;
	height: 2px;
	background-color: #ECECEC;
	position: absolute;
}
.c-process-step {
	position: relative;
	width: 16.67%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	        box-shadow: 0 0 20px rgba(0,0,0,0.1);
	cursor: pointer;
	padding-bottom: 25px;
	-webkit-transition: -webkit-box-shadow .3s ease-in-out;
	transition: -webkit-box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}
.c-process-step:hover {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	        box-shadow: 0 0 20px rgba(0,0,0,0.3)
}
.c-process-step:after {
	content: attr(data-index);
	position: absolute;
	bottom: -54px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border: solid 4px #0087ab;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #0087ab;
	line-height: 27px;
	text-align: center;
	background-color: #fff;
	z-index: 99;
}
.c-process-step + .c-process-step {
	margin-left: 15px;
}
.c-process-step__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.c-process-step__title {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Montserrat', 'Arial', sans-serif;
	color: #333333;
	padding: 18px 5px 0;
}
.c-process-steps__container {
	position: fixed;
	background-color: rgba(18,55,73,0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.c-process-steps__container--visible {
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}
.c-process-steps__container .c-process-steps {
	display: block;
	max-width: 980px;
	position: relative;
	margin: auto;
	padding: 43px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.c-process-steps__container .c-process-step:after, .c-process-steps__container .c-process-steps:after {
	content: none;
}
.c-process-steps__container .c-process-step {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0;
}
.c-process-steps__container .c-process-step--active {
	position: relative;
	z-index: 1;
	opacity: 1;
	height: auto;
	overflow: visible;
}
.c-process-steps__container .c-process-step__image {
	max-width: 420px;
}
.c-process-steps__container .c-process-step__body {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: left;
	padding: 0 43px;
	font-size: 16px;
	line-height: 1.6;
	max-height: 200px;
	overflow: auto;
}
.c-process-steps__container .c-process-step__title {
	text-align: left;
	font-size: 26px;
	padding: 5px 0 9px;
}
.c-process-step__subtitle {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 25px;
}
.c-process-step__subtitle em {
	color: #0087ab;
	font-weight: 300;
}
.c-steps__nav {
	position: absolute;
	bottom: 69px;
	right: 80px;
	z-index: 2;
}
.c-process-step__nav-btn {
	display: inline-block;
	text-decoration: none;
	border: solid 4px #0087ab;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #0087ab;
	line-height: 25px;
	text-align: center;
	background-color: #fff;
	z-index: 99;
	opacity: 0.5;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.c-steps__nav a + a {
	margin-left: 35px;
}
.c-process-step__nav-btn--active, .c-process-step__nav-btn:hover {
	opacity: 1;
}
.c-process-steps__close {
	color: #979797;
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
}
.c-process-step__btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 85px;
	height: 118px;
	background-color: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #ff6600;
	text-decoration: none;
	font-size: 47px;
	cursor: pointer;
}
.c-process-step__btn--prev {
	left: -76px;
}
.c-process-step__btn--next {
	right: -76px;
}
@media (max-width: 1023px) {
	.c-process-steps {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		width: 50%;
		margin: 0 auto;
	}

	.c-process-step {
		margin: 0 0 20px !important;
		width: 100%;
	}

	.c-process-steps:after {
		right: -25%;
		left: auto;
		top: 50px;
		bottom: 61px;
		width: 4px;
		height: auto;
		-webkit-transform: translateX(2px);
		        transform: translateX(2px);
	}

	.c-process-step:after {
		top: 50%;
		-webkit-transform: translate(50%,-50%);
		        transform: translate(50%,-50%);
		right: -25%;
		left: auto;
	}

	.c-process-step__btn {
		display: none;
	}

	.c-process-steps__container .c-process-step {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	.c-process-steps__container .c-process-step__body {
		padding: 0;
	}

	.c-process-steps__container .c-process-step__image {
		max-width: 100%;
	}

	.c-steps__nav {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		text-align: center;
	}

	.c-steps__nav a {
		margin: 0 10px !important;
	}
}
@media (max-width: 450px) {
	.c-steps__nav a {
		margin: 0 3px !important;
		width: 25px;
	    height: 25px;
	    font-size: 14px;
	    border-width: 2px;
	    line-height: 20px;
	}
}
/* ==========================================================================
   Collaborators
   ========================================================================== */
.c-collaborators {
	max-width: 832px;
 	margin: 76px auto 180px;
}
.c-collaborators__head {
	margin-bottom: 70px;
}
.c-collaborators__title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	text-transform: uppercase;
}
.c-collaborators__body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 80px 80px;
}
.c-collaborator {
	width: 150px;
	height: 150px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
	        box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.c-collaborator a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-collaborator img {
	display: block;
	max-width: 150px;
	height: auto;
}
@media (max-width: 1023px) {
	.c-collaborators__body {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px 20px;
	}
}
@media (max-width: 570px) {
	.c-collaborators__body {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 440px) {
	.c-collaborators__body {
		display: block;
		text-align: center;
	}

	.c-collaborator {
		margin: 0 auto 15px;
	}
}
/* ==========================================================================
   Social Block
   ========================================================================== */
.c-social-blocks {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px 25px;
}
.c-social-block a, .c-social-block img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1023px) {
	.c-social-blocks {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* ==========================================================================
	Partners
========================================================================== */
.c-partners {
	margin-top: 5em;
}
.c-partners-block__body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 52px;
	grid-auto-rows: 1fr;
}
.c-partners-block__body .c-publication__inner {
	padding-top: 52px;
	padding-bottom: 40px;
}
.c-partners-block__body .c-publication__inner p {
	line-height: 1.6;
	font-size: 16px;
	color: #5b5b5b;
	margin-bottom: 3.4em;
}
.c-partners-block {
	margin-bottom: 10.1em;
}
.c-partner-link {
	text-decoration: none;
	color: #9fa3a7;
	font-size: 13px;
	line-height: 16px;
}
.c-partner-link i {
	margin-right: 20px;
	vertical-align: middle;
	font-size: 16px;
}
.c-partners-block__title {
	font-size: 22px;
	font-weight: bold;
	color: #636363;
	text-align: center;
	padding-bottom: 3em;
}
@media (max-width: 767px) {
	.c-partners-block__body {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* ==========================================================================
	Partner Types
========================================================================== */
.c-partner-type {
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.c-partner-type p {
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
		height: 64px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 16px;
		margin: 0;
	}
.c-partner-type img {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
.c-partner-type figure {
		height: 136px;
		position: relative;
		background-color: #f7f7f7;
		border-radius: 5px 5px 0 0;
	}
.c-partner-types {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 0 30px;
		margin: 0;
		list-style: none outside none;
	}
.c-partner-types li {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 12%;
			        flex: 0 0 12%;
			padding: 0 9px 18px;
		}
@media (max-width: 1279px) {
		.c-partner-types {
			max-width: 900px;
			margin: auto;
		}

			.c-partner-types li {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 25%;
				        flex: 0 0 25%;
			}
}
@media (max-width: 767px) {
		.c-partner-types {
			max-width: 500px;
		}

			.c-partner-types li {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 50%;
				        flex: 0 0 50%;
			}
}
/* ==========================================================================
	Research Form SVG Icons
========================================================================== */
svg[class^='survey-'] {
	display: inline-block;
	vertical-align: middle;
}
[v-cloak] {
	display: none !important;
}
.survey-enter {
	width: 19px;
	height: 18px;
}
.survey-money {
	width: 70px;
	height: 73px;
}
.survey-equity {
	width: 70px;
	height: 62px;
}
.survey-tech {
	width: 70px;
	height: 81px;
}
.survey-attention {
	width: 85px;
	height: 72px;
}
.survey-link {
	width: 22px;
	height: 23px;
}
.survey-oneshot {
	width: 74px;
	height: 70px;
}
.survey-incubator {
	width: 68px;
	height: 53px;
}
.survey-mail {
	width: 20px;
	height: 23px;
}
.survey-exchange-products {
	width: 118px;
	height: 55px;
}
.survey-exchange-gratitude {
	width: 126px;
	height: 72px;
}
/* ==========================================================================
	Research Form
========================================================================== */
.c-research-form {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	color: #5f5f5f;
}
.c-research-form__wrapper {
	max-width: 1160px;
	height: 70vh;
	text-align: center;
	border: 1px solid #ebebeb;
	margin: 55px auto 80px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.c-research-form__wrapper:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.c-research-form__container {
	text-align: left;
	max-width: 97%;
	display: inline-block;
	vertical-align: middle;
	padding: 50px 85px;
}
.c-research-form-step {
	counter-reset: question;
}
.c-research-form__group {
	max-width: 75%;
	display: none;
	padding: 20px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}
.c-research-form__group--subscribe {
		max-width: none;
	}
.c-research-form__group > p {
	font-size: 13px !important;
	line-height: 1.3;
	color: #5f5f5f !important;
	font-weight: 400;
	text-align: left !important;
	margin-bottom: 30px !important;
}
.c-research-form__group h3 {
	color: #5f5f5f;
	margin-bottom: 30px;
}
.c-research-form__group .selectric {
	padding-top: 2px;
	padding-bottom: 2px;
}
.c-research-form__group .selectric .label {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 13px;
	line-height: 39px;
	color: #141414;
	font-weight: 400;
	height: 39px;
}
.c-research-form__group .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-research-form__group .gfield {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	padding-bottom: 20px;
}
.c-research-form__group .gfield.gf_left_half, .c-research-form__group .gfield.gf_right_half {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 48%;
		        flex: 0 0 48%;
	}
.c-research-form__group .gfield .validation_message {
		bottom: 0;
	}
.c-research-form__group .gfield-checkbox > label {
	display: none;
}
.c-research-form__group .gfield_checkbox {
	padding-top: 0;
}
.c-research-form__group .gfield-large {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.c-research-form__group .gfield input {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 13px;
	color: #141414;
	text-transform: none;
	font-weight: 400;
}
.c-research-form__group .gfield input:focus {
	border-color: #ff6600;
}
.c-research-form__group .gfield_label {
	font-size: 13px;
	color: #141414;
	text-transform: none;
	font-weight: 400;
}
.c-research-form__group .gform_footer {
	padding-bottom: 10px;
	position: relative;
}
.c-research-form__group .gform_footer .gform_ajax_spinner {
		position: absolute;
		bottom: 35px;
		right: -20px;
	}
.c-research-form__group .gform_footer .button {
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	min-width: 215px;
	display: inline-block;
	vertical-align: top;
	padding: 15px 30px;
	border: 1px solid #ff6600;
	background-color: #ff6600;
}
.c-research-form__group .gform_footer .button:hover {
		color: #ff6600;
		background-color: #fff;
	}
.c-research-contact-form--visible ~ .c-research-form__group--contact, .c-research-subscribe-form--visible ~ .c-research-form__group--subscribe {
	display: block;
}
.c-research-form-step__label {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #5f5f5f;
	padding-bottom: 25px;
	letter-spacing: 1px;
}
.c-research-form-step__actions--grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 -10px;
}
.c-research-form-btn {
	counter-increment: question;
	position: relative;
	font-size: 13px;
	border: solid 1px #ff6600;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	padding: 15px 20px;
	text-decoration: none;
	letter-spacing: 1px;
	overflow: hidden;
	display: inline-block;
	max-width: 75%;
}
.c-research-form-btn strong {
	font-weight: normal;
}
.c-research-form-btn svg {
	fill: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.c-research-form-btn--link svg, .c-research-form-btn--confirm svg {
	left: 14px;
}
.c-research-form-btn--grid-item svg {
	right: 0;
	left: 0;
}
.c-research-form-btn:hover {
	color: #fff;
	background: #ff6600;
}
.c-research-form-btn:hover svg {
	fill: currentColor;
}
.c-research-form-btn--block {
	display: block;
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
}
.c-research-form-btn--block-wide {
	max-width: 800px;
}
.c-research-form-btn--confirm {
	display: block;
	width: 100%;
	max-width: 420px;
}
.c-research-form-btn--grid-item {
	padding-top: 173px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(25% - 20px);
	        flex: 0 0 calc(25% - 20px);
	margin: 0 10px;
}
.c-research-form-btn span {
	float: right;
	color: #d8d8d8;
}
.c-research-form-btn:before {
	/*content: counter(question, upper-alpha);*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	border: solid 1px #979797;
	border-radius: 2px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: auto;
}
.c-research-form-btn--grid-item:before {
	top: auto;
	bottom: 13px;
}
.c-research-form-btn--link:before, .c-research-form-btn--confirm:before {
	content: none;
}
.c-research-form-btn .c-research-form-icon--small {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 12px;
	width: 19px;
	height: 18px;
}
.c-research-form-btn .c-research-form-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.c-research-form-btn .c-research-form-icon--money {
	width: 70px;
	height: 72px;
}
.c-research-form__group--subscribe {
	padding: 20px 0 0;
	border: 0;
	border-radius: 0;
}
.c-research-form__group--subscribe form, .c-research-form__group--subscribe .gform_fields {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
.c-research-form__group--subscribe form {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
.c-research-form__group--subscribe .gform_fields {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
.c-research-form__group--subscribe .gfield {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		padding-right: 30px;
	}
.c-research-form__group--subscribe .gform_body {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 76%;
		        flex: 0 0 76%;
	}
.c-research-form__group--subscribe .gform_footer {
		display: block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 24%;
		        flex: 0 0 24%;
		padding-bottom: 20px;
	}
.c-research-form__group--subscribe .gform_footer .button {
			width: 100%;
			display: block;
			padding: 13px;
		}
@media (max-width: 1199px) {
	.c-research-form__container {
		padding: 40px;
	}
}
@media (max-width: 1023px) {
	.c-research-form-btn--grid-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(50% - 20px);
		        flex: 0 0 calc(50% - 20px);
		margin-bottom: 20px;
	}

	.c-research-form__group {
		max-width: none;
	}
		.c-research-form__group--subscribe form {
			display: block;
		}

		.c-research-form__group--subscribe .gform_fields {
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

		.c-research-form__group--subscribe .gfield {
			max-width: none;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 48%;
			        flex: 0 0 48%;
			padding-right: 0;
		}

		.c-research-form__group--subscribe .gform_footer {
			max-width: 220px;
			margin: auto;
		}
}
@media (max-width: 767px) {
	.c-research-form__wrapper {
		height: 90vh;
		text-align: center;
		display: block;
	}

	.c-research-form__container {
		padding: 16px;
	}

	.c-research-form-btn {
		max-width: none;
	}

	.c-research-form-btn span {
		display: none;
	}

	.c-research-form-step__label {
		font-size: 16px;
		line-height: 1.25;
		font-weight: 400;
	}

	.c-research-form-step__actions--grid {
		display: block;
		margin: 0;
	}

		.c-research-form-step__actions--grid a {
			display: block;
		}

	.c-research-form-btn--grid-item {
		margin: 0 0 16px;
	}

	.c-research-form__group .gform_fields {
		display: block;
	}
}
/* ==========================================================================
	Annual Report
========================================================================== */
.c-annual-report {
	font-size: 18px;
	line-height: 1.9;
	color: #5a5a5a;
	font-weight: 300;
	letter-spacing: 0.005em;
	padding-top: 94px;
}
.c-annual-report h1, .c-annual-report h2, .c-annual-report h3, .c-annual-report h4 {
		font-family: 'Montserrat', 'Arial', sans-serif;
	}
.c-annual-report h2 {
		font-size: 92px;
		line-height: 1.2;
		color: #0089aa;
		font-weight: 500;
	}
.c-annual-report h3 {
		font-size: 32px;
		line-height: 1.2;
		color: #0089aa;
		font-weight: 700;
		margin-bottom: 1.05em;
	}
.c-annual-report h4 {
		font-size: 30px;
		line-height: 1.25;
		color: #0089aa;
		font-weight: 400;
		margin-bottom: 1.15em;
	}
.c-annual-report a {
		color: #f60;
		text-decoration: none;
	}
.c-annual-report a:hover {
			text-decoration: underline;
		}
.c-annual-report p a {
			font-weight: 700;
		}
.c-annual-report blockquote {
		font-family: Garamond, Times, 'Times New Roman', Georgia, serif;
	}
.c-annual-report__head {
		font-family: 'Montserrat', 'Arial', sans-serif;
		position: relative;
		z-index: 1;
	}
.c-annual-report__head svg {
			width: 100%;
			height: auto;
			display: block;
			position: relative;
			z-index: 1;
			pointer-events: none;
		}
.c-annual-report__head-date {
			font-size: 1.8vw;
			line-height: 1.25;
			color: #fff;
			font-weight: 700;
			text-align: center;
			position: absolute;
			top: 17.2vw;
			right: 7vw;
			z-index: 2;
		}
.c-annual-report__head-date strong {
				font-size: 7vw;
				line-height: 1;
				display: block;
				padding-bottom: 1vw;
			}
.c-annual-report__head-title {
			position: absolute;
			bottom: 26vw;
			left: 11vw;
			z-index: 3;
		}
.c-annual-report__head-title h1 {
				font-size: 5vw;
				line-height: 1.05;
				color: #fff;
				font-weight: 300;
				width: 30vw;
			}
.c-annual-report__entries {
		margin-top: -27.55vw;
		position: relative;
		z-index: 2;
	}
.c-annual-report__entry {
		margin-bottom: 3.4em;
	}
.c-annual-report__entry:first-child {
			width: 52.4%;
			margin-left: auto;
		}
.c-annual-report__entry .o-grid__item:first-child {
					-webkit-box-flex: 0;
					    -ms-flex: 0 0 55%;
					        flex: 0 0 55%;
					margin: 0 -6.5% 0 1.5%;
				}
.c-annual-report__entry .o-grid__item:last-child {
					position: relative;
				}
.c-annual-report__entry .o-grid__item:last-child:before {
						content: '';
						width: 0;
						height: 0;
						display: block;
						position: absolute;
						top: 50%;
						left: -20vw;
						z-index: 1;
						border: 22vw solid transparent;
						border-right: 50vw solid #f9f9f9;
						margin-top: -24.5vw;
						pointer-events: none;
					}
.c-annual-report__entry .o-grid__item:last-child img {
						position: absolute;
						top: 50%;
						left: 50%;
						margin: -12.5% 0 0 -15%;
						z-index: 2;
					}
.c-annual-report__entry:nth-of-type(even) .o-grid {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
			}
.c-annual-report__entry:nth-of-type(even) .o-grid__item:before {
						left: -26vw;
						border: 30vw solid transparent;
						border-left: 56vw solid #f9f9f9;
						margin-top: -29.5vw;
					}
.c-annual-report__entry:nth-of-type(even) .o-grid__item:first-child {
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 53%;
						        flex: 0 0 53%;
						margin: 0 -8% 0 5%;
					}
.c-annual-report__entry:nth-of-type(even) .o-grid__item:last-child img {
							margin: -5.5% 0 0 -39%;
						}
.c-annual-report__summary {
		padding: 1.5em 0 0.9em;
	}
.c-annual-report__summary h4 {
			margin-bottom: 0.8em;
		}
.c-annual-report__summary img {
			display: block;
			margin: 0 auto 1px;
		}
.c-annual-report__summary blockquote {
			margin: -20px 0 68px;
		}
.c-annual-report__debt {
		padding-bottom: 53px;
	}
.c-annual-report__debt h2 {
			font-size: 65px;
			font-weight: 700;
			text-align: center;
			margin: 0 0 0.35em;
		}
.c-annual-report__debt h3 {
			font-size: 35px;
			font-weight: 400;
			color: #000;
			text-align: center;
			margin-bottom: 1.6em;
		}
.c-annual-report__stats {
		font-family: 'Montserrat', 'Arial', sans-serif;
		padding: 22px;
		border: 1px solid #0089aa;
		margin: 0 -86px 63px;
		border-radius: 10px;
	}
.c-annual-report__stats p, .c-annual-report__stats img {
			display: inline-block;
			vertical-align: middle;
			margin: 0 15px;
		}
.c-annual-report__stats p {
			font-size: 28px;
			line-height: 1.2;
			color: #000;
			max-width: 60%;
		}
.c-annual-report__stats strong {
			font-size: 52px;
			color: #0089aa;
			font-weight: 400;
			display: block;
		}
.c-annual-report__stats .o-grid__item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-flow: row wrap;
				        flex-flow: row wrap;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
			}
.c-annual-report__stats .o-grid__item--half-size {
					padding: 60px 40px 47px;
				}
.c-annual-report__stats .o-grid__item--half-size + .o-grid__item--half-size {
						border-left: 1px solid #d2d2d2;
						margin: 0;
					}
.c-annual-report__focus h2 {
			font-size: 60px;
			margin-bottom: 0.75em;
		}
.c-annual-report__focus .o-shell {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row wrap;
			        flex-flow: row wrap;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}
.c-annual-report__focus-content {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 524px;
			        flex: 0 0 524px;
			padding: 82px 0 40px 15px;
		}
.c-annual-report__focus-content ul {
				padding: 3.2em 0 0 0.65em;
				list-style: none outside none;
			}
.c-annual-report__focus-content li {
				position: relative;
				padding-left: 1.4em;
				margin-bottom: 0.55em;
			}
.c-annual-report__focus-content li:before {
					content: '';
					width: 5px;
					height: 5px;
					display: block;
					position: absolute;
					top: 0.8em;
					left: 0;
					background-color: #ff6600;
					border-radius: 50%;
				}
.c-annual-report__focus-media {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 460px;
			        flex: 0 0 460px;
			margin-right: -24px;
		}
.c-annual-report__images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0;
		margin: 0;
		list-style: none outside none;
	}
.c-annual-report__images li {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 205px;
			        flex: 0 0 205px;
			margin-bottom: 52px;
		}
.c-annual-report__images img {
			width: 100%;
			height: auto;
			display: block;
			border-radius: 3px 3px 0 0;
		}
.c-annual-report__images figure {
			overflow: hidden;
			background-color: #fff;
			border-radius: 3px;
			-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
			        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		}
.c-annual-report__images figcaption {
			font-family: 'Montserrat', 'Arial', sans-serif;
			font-size: 12px;
			line-height: 1.25;
			color: #000;
			font-weight: 400;
			text-align: center;
			height: 122px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row nowrap;
			        flex-flow: row nowrap;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-ms-flex-line-pack: center;
			    align-content: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			padding: 30px 35px;
		}
.c-annual-report__images blockquote {
			font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
			font-size: 18px;
			line-height: 1.89;
			padding: 35px 0 35px 43px;
			border-left: 3px solid #e3e3e3;
			margin: 32px 0 0 -105px;
		}
.c-annual-report__article h2 {
			font-size: 60px;
			text-align: center;
			margin-bottom: 0.9em;
		}
.c-annual-report__article-section {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row wrap;
			        flex-flow: row wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			padding-bottom: 80px;
		}
.c-annual-report__article-section:nth-child(odd) {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
			}
.c-annual-report__article-section:nth-child(odd) .c-annual-report__article-content {
					-webkit-box-flex: 0;
					    -ms-flex: 0 0 55%;
					        flex: 0 0 55%;
					padding-top: 88px;
					margin-right: -7.6vw;
				}
.c-annual-report__article-section--adjust {
				padding-bottom: 125px;
			}
.c-annual-report__article-section--adjust .c-annual-report__article-image {
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 63%;
						        flex: 0 0 63%;
						margin: 30px -3vw 0 0;
					}
.c-annual-report__article-section--adjust .c-annual-report__article-content {
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 39%;
						        flex: 0 0 39%;
					}
.c-annual-report__article-content {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 45%;
			        flex: 0 0 45%;
			padding-top: 20px;
		}
.c-annual-report__article-image {
			position: relative;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 45%;
			        flex: 0 0 45%;
		}
.c-annual-report__article-image svg {
				position: absolute;
				right: 0;
				top: 50%;
				z-index: 1;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
			}
.c-annual-report__article-image img {
				display: block;
			}
.c-annual-report__article-image img:not(:only-child) {
					position: absolute;
					right: -50px;
					bottom: 0;
					z-index: 2;
				}
.c-annual-report__article-image figcaption {
				font-family: 'Montserrat', 'Arial', sans-serif;
				font-size: 37px;
				font-weight: 500;
				text-align: center;
				color: #fff;
				position: absolute;
				top: 10vw;
				left: -2vw;
				z-index: 3;
			}
.c-annual-report__article-image figcaption strong {
					font-size: 140px;
					line-height: 1;
					font-weight: 500;
					display: block;
				}
.c-annual-report__article-image--wide {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 65%;
				        flex: 0 0 65%;
				margin-right: -10vw;
			}
.c-annual-report__section-head {
			padding-bottom: 1em;
		}
.c-annual-report__section-head h4 {
				font-size: 33px;
				text-align: center;
				padding-top: 1.1em;
			}
.c-annual-report__section-box {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row wrap;
			        flex-flow: row wrap;
			border: 4px solid #0089aa;
			border-radius: 10px;
		}
.c-annual-report__section-graph, .c-annual-report__section-entry {
			max-width: 50%;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 50%;
			        flex: 0 0 50%;
		}
.c-annual-report__section-graph {
			font-family: 'Montserrat', 'Arial', sans-serif;
			font-size: 32px;
			line-height: 1.22;
			color: #0089aa;
		}
.c-annual-report__section-graph ul {
				padding: 0;
				margin: 0;
				list-style: none outside none;
			}
.c-annual-report__section-graph li {
				padding: 75px 30px 65px;
			}
.c-annual-report__section-graph li + li {
					border-top: 1px solid #0089aa;
				}
.c-annual-report__section-graph h4 {
				position: relative;
				padding-left: 226px;
				margin: 0;
			}
.c-annual-report__section-graph h4 span {
					width: 206px;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
				}
.c-annual-report__section-graph h4 img {
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					margin: auto;
				}
.c-annual-report__section-entry {
			font-family: 'Montserrat', 'Arial', sans-serif;
			font-size: 18px;
			line-height: 2.45;
			color: #5a5a5a;
			font-weight: 300;
			font-style: italic;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row nowrap;
			        flex-flow: row nowrap;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			padding: 20px 40px 20px 75px;
			border-left: 1px solid #ebedf8;
		}
.c-annual-report__highlight {
		counter-increment: highlight;
		padding: 50px 0 40px;
	}
.c-annual-report__highlight h2 {
			font-size: 60px;
			font-weight: 500;
			margin-bottom: 1.2em;
		}
.c-annual-report__highlight p {
			position: relative;
			z-index: 2;
		}
.c-annual-report__highlight blockquote {
			font-size: 23px;
			line-height: 1.48;
			font-weight: 400;
			letter-spacing: -0.02em;
			text-align: right;
			position: relative;
			z-index: 1;
			padding: 8px 0 19px 96px;
			margin-right: -30px;
		}
.c-annual-report__highlight blockquote:before {
				content: counter(highlight);
				font-size: 128px;
				line-height: 1;
				color: #ff6600;
				font-weight: 700;
				position: absolute;
				top: 5px;
				left: 5px;
				z-index: 2;
			}
.c-annual-report__highlight blockquote:after {
				content: '';
				width: 0;
				height: 0;
				display: block;
				position: absolute;
				top: 50%;
				right: 40%;
				border: 20vw solid transparent;
				border-left: 35vw solid #f9f9f9;
				margin-top: -20vw;
			}
.c-annual-report__highlight blockquote strong {
				font-size: 41px;
				line-height: 1.1;
			}
.c-annual-report__highlight blockquote h5 {
				font-family: inherit;
				font-size: 100%;
				line-height: 1;
				color: inherit;
				font-weight: inherit;
				position: relative;
				z-index: 3;
			}
.c-annual-report__highlight blockquote p {
				margin: 0;
			}
.c-annual-report__highlight blockquote.has--image {
				padding-right: 200px;
				margin-bottom: 1.9em;
			}
.c-annual-report__highlight blockquote.has--image img {
					position: absolute;
					top: 50%;
					right: 10px;
					-webkit-transform: translateY(-65%);
					        transform: translateY(-65%);
				}
.c-annual-report__highlights {
			counter-reset: highlight;
			padding-top: 88px;
		}
.c-annual-report__highlight-title {
			margin: -51px -40px 30px 0 !important;
		}
.c-annual-report__highlight-title ~ blockquote {
				padding-top: 105px;
				padding-bottom: 66px;
			}
.c-annual-report__highlight-title ~ blockquote:before {
					top: 95px;
				}
.c-annual-report__highlight-title ~ blockquote:after {
					top: 75%;
				}
.c-annual-report__highlight-section {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row wrap;
			        flex-flow: row wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			padding-bottom: 60px;
		}
.c-annual-report__highlight-section.no--padding {
				padding-bottom: 0;
			}
.c-annual-report__highlight-section:nth-child(even) {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
			}
.c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
						margin-right: -6.4vw;
						margin-left: 50px;
					}
.c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image svg {
							right: 0;
							left: auto;
							-webkit-transform: translateY(-50%) scaleX(-1);
							        transform: translateY(-50%) scaleX(-1);
						}
.c-annual-report__highlight-section--last {
				padding-top: 80px;
			}
.c-annual-report__highlight-section--last .c-annual-report__highlight-box {
					font-size: 25px;
					left: 108px !important;
					margin-top: 0 !important;
				}
.c-annual-report__highlight-section--last .c-annual-report__highlight-content {
					padding-top: 20px;
				}
.c-annual-report__highlight-content {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 620px;
			        flex: 0 0 620px;
			margin-right: 101px;
		}
.c-annual-report__highlight-content h3 {
				font-size: 38px;
				line-height: 1.2;
				color: #5a5a5a;
				font-weight: 400;
				padding-top: 40px;
			}
.c-annual-report__highlight-content img {
				display: block;
				margin-bottom: 2em;
			}
.c-annual-report__highlight-content img.img-yes-no {
					margin: 103px 40px 40px -66px;
				}
.c-annual-report__highlight-image {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row wrap;
			        flex-flow: row wrap;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-ms-flex-line-pack: center;
			    align-content: center;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			position: relative;
		}
.c-annual-report__highlight-image h4 {
			}
.c-annual-report__highlight-image svg {
				overflow: visible;
				position: absolute;
				top: 53%;
				left: 0;
				z-index: 1;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
			}
.c-annual-report__highlight-image figcaption {
				font-family: 'Montserrat', 'Arial', sans-serif;
				font-size: 42px;
				line-height: 1.5;
				color: #fff;
				font-weight: 300;
				font-style: italic;
				position: relative;
				z-index: 2;
				padding: 50px 20px 0 32px;
				max-width: 450px;
				margin-left: auto;
			}
.c-annual-report__highlight-image figcaption img {
					position: absolute;
					bottom: 98%;
					left: 80px;
				}
.c-annual-report__highlight-image figcaption small {
					font-size: 27px;
					display: block;
				}
.c-annual-report__highlight-head, .c-annual-report__highlight-entry {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 100%;
			        flex: 0 0 100%;
		}
.c-annual-report__highlight-entry {
			padding-top: 75px;
		}
.c-annual-report__highlight-quote {
			font-family: Garamond, Times, 'Times New Roman', Georgia, serif;
			font-size: 30px;
			line-height: 1.13;
			color: #5a5a5a;
			font-weight: 700;
			width: 480px;
			padding-right: 30px;
		}
.c-annual-report__highlight-quote + p {
				overflow: hidden;
			}
.c-annual-report__highlight-quote:before, .c-annual-report__highlight-quote:after {
				font-size: 90px;
				line-height: 0.7;
				display: block;
				color: #ff6600;
			}
.c-annual-report__highlight-quote:before {
				content: '“';
			}
.c-annual-report__highlight-quote:after {
				content: '”';
				text-align: right;
				margin-top: 20px;
			}
.c-annual-report__highlight-quote p {
				padding-left: 30px;
			}
.c-annual-report__highlight-head {
			padding: 63px 0 51px;
		}
.c-annual-report__highlight-head blockquote.has--image {
					padding-right: 106px;
					padding-left: 500px;
				}
.c-annual-report__highlight-head blockquote.has--image img {
						right: auto;
						left: 0;
						-webkit-transform: translateY(-50%);
						        transform: translateY(-50%);
					}
.c-annual-report__highlight-head blockquote.is--wider {
					padding-left: 420px;
				}
.c-annual-report__highlight-head blockquote.is--wider img {
						top: 105%;
						left: 60px;
					}
.c-annual-report__highlight-head blockquote:before {
					top: -10px;
					left: auto;
					right: 20px;
				}
.c-annual-report__highlight-head blockquote:after {
					right: auto;
					left: 63%;
					-webkit-transform: scaleX(-1);
					        transform: scaleX(-1);
				}
.c-annual-report__highlight-head + .c-annual-report__highlight-content {
				padding-top: 157px;
			}
.c-annual-report__highlight-box {
			font-family: 'Montserrat', 'Arial', sans-serif;
			font-size: 31px;
			line-height: 2.05;
			color: #fff;
			font-weight: 300;
			font-style: italic;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 389px;
			        flex: 0 0 389px;
			position: relative;
			left: -30px;
			background-color: #7cd1e8;
			-webkit-box-shadow: -40px -40px 0 #f6f6f6;
			        box-shadow: -40px -40px 0 #f6f6f6;
		}
.c-annual-report__highlight-box p {
				padding: 48px 40px 0;
			}
.c-annual-report__highlight-foot {
			padding: 116px 0 20px;
		}
.c-annual-report__highlight-foot p {
				margin-bottom: 2.6em;
			}
.c-annual-report__highlight-foot .alignright {
				margin: -24px -10vw 30px 30px;
			}
.c-annual-report__highlight--alt {
			padding-top: 60px;
		}
.c-annual-report__highlight--alt blockquote {
				font-size: 23px;
				padding-right: 130px;
				margin-bottom: 0.7em;
			}
.c-annual-report__highlight--alt blockquote strong {
					font-size: 41px;
					font-weight: 400;
					line-height: 0.85;
				}
.c-annual-report__highlight--alt .c-annual-report__highlight-image {
					margin-top: -50px;
				}
.c-annual-report__highlight--alt .c-annual-report__highlight-image figcaption {
						font-size: 36px;
						line-height: 1.8;
						padding: 32px 8px 0 32px;
					}
.c-annual-report__highlight--alt .c-annual-report__highlight-image figcaption strong {
							font-size: 49px;
							line-height: 1;
						}
.c-annual-report__highlight--alt .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
							margin-right: -4vw;
							margin-left: 95px;
						}
.c-annual-report__highlight--secondary .c-annual-report__highlight-head {
					padding-bottom: 0;
				}
.c-annual-report__highlight--secondary .c-annual-report__highlight-content {
					margin-top: -22px;
				}
.c-annual-report__highlight--secondary .c-annual-report__highlight-image {
					margin-top: 65px;
				}
.c-annual-report__highlight--secondary .c-annual-report__highlight-image figcaption {
						font-size: 25px;
						line-height: 1.75;
						padding: 0 20px 0 32px;
					}
.c-annual-report__highlight--secondary .c-annual-report__highlight-box {
					font-size: 28px;
					line-height: 2.05;
					margin-top: 88px;
					left: -5px;
				}
.c-annual-report__highlight--secondary .c-annual-report__highlight-box p {
						padding: 21px 45px 15px 51px;
					}
.c-annual-report__highlight--secondary .c-annual-report__highlight-box strong {
						font-size: 43px;
						line-height: 1;
					}
.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even) {
						position: relative;
						padding: 151px 0 25px;
					}
.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even):before {
							content: '';
							width: 0;
							height: 0;
							display: block;
							position: absolute;
							top: 0;
							right: 56%;
							border: 20vw solid transparent;
							border-left: 35vw solid #f9f9f9;
							margin-top: -20vw;
						}
.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image {
								margin: -130px 0 0 1vw;
							}
.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
								margin-right: -3.8vw;
								margin-left: 55px;
							}
.c-annual-report__highlight--reversed {
			padding: 0 0 112px;
		}
.c-annual-report__highlight--reversed .c-annual-report__highlight-section {
					-webkit-box-orient: horizontal;
					-webkit-box-direction: reverse;
					    -ms-flex-direction: row-reverse;
					        flex-direction: row-reverse;
					padding-bottom: 0;
				}
.c-annual-report__highlight--reversed .c-annual-report__highlight-section:nth-child(even) {
						-webkit-box-orient: horizontal;
						-webkit-box-direction: normal;
						    -ms-flex-direction: row;
						        flex-direction: row;
					}
.c-annual-report__highlight--reversed .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 440px;
								        flex: 0 0 440px;
								margin: 105px 70px 0 15px;
							}
.c-annual-report__highlight--reversed .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image img {
									max-width: 150%;
									margin: 0 40px 10px auto;
								}
.c-annual-report__highlight--reversed .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image img + img {
										margin: 0 -4vw 0 0;
									}
.c-annual-report__highlight--reversed .c-annual-report__highlight-section--alt:nth-child(even) {
						-webkit-box-align: start;
						    -ms-flex-align: start;
						        align-items: flex-start;
					}
.c-annual-report__highlight--reversed .c-annual-report__highlight-section--alt:nth-child(even) .c-annual-report__highlight-content {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 630px;
								        flex: 0 0 630px;
							}
.c-annual-report__highlight--reversed .c-annual-report__highlight-section--alt:nth-child(even) .c-annual-report__highlight-content img {
									margin: 0 0 20px 50px;
								}
.c-annual-report__highlight--reversed .c-annual-report__highlight-content {
					margin: -20px -3.8vw 0 60px;
				}
.c-annual-report__highlight--reversed .c-annual-report__highlight-content h3 {
						margin-bottom: 1.2em;
					}
.c-annual-report__highlight--reversed .c-annual-report__highlight-content img {
						margin-bottom: 80px;
					}
.c-annual-report__highlight--reversed .c-annual-report__highlight-content img.aligncenter {
							margin: 6em auto 0;
						}
.c-annual-report__highlight--reversed .c-annual-report__highlight-image {
					-ms-flex-line-pack: start;
					    align-content: flex-start;
					-webkit-box-align: start;
					    -ms-flex-align: start;
					        align-items: flex-start;
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
				}
.c-annual-report__highlight--reversed .c-annual-report__highlight-image svg {
						right: 0;
						left: auto;
						-webkit-transform: translateY(-37%) scaleX(-1);
						        transform: translateY(-37%) scaleX(-1);
					}
.c-annual-report__highlight--reversed .c-annual-report__highlight-image blockquote {
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 78%;
						        flex: 0 0 78%;
						padding-left: 80px;
					}
.c-annual-report__highlight--reversed .c-annual-report__highlight-image blockquote.is--wider {
							-webkit-box-flex: 0;
							    -ms-flex: 0 0 94%;
							        flex: 0 0 94%;
							padding-left: 50px;
							margin-bottom: 2.2em;
						}
.c-annual-report__highlight--reversed .c-annual-report__highlight-image figcaption {
						font-size: 33px;
						line-height: 1.9;
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 100%;
						        flex: 0 0 100%;
						padding: 170px 30px 30px 55px;
					}
.c-annual-report__highlight--reversed .c-annual-report__highlight-image figcaption.adjusted {
							padding-top: 270px;
						}
.c-annual-report__highlight--reversed .c-annual-report__highlight-box {
					left: 42px;
					margin-top: 213px;
				}
.c-annual-report__highlight--reversed .c-annual-report__highlight-box p {
						padding: 40px 20px 57px 40px;
					}
.c-annual-report__highlight--tertiary {
			padding-top: 0;
			margin-top: -90px;
		}
.c-annual-report__highlight--tertiary blockquote {
				padding: 8px 70px 20px 0;
				margin: 0;
			}
.c-annual-report__highlight--tertiary blockquote:before {
					right: 0;
				}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-head {
					padding-bottom: 0;
				}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-image {
					margin-top: -240px;
				}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-image svg {
						width: 700px;
						height: 620px;
					}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-image figcaption {
						font-size: 41px;
						padding: 10px 5px 0 45px;
					}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-content {
					-webkit-box-flex: 0;
					    -ms-flex: 0 0 600px;
					        flex: 0 0 600px;
					padding-top: 0;
					margin: 0 62px;
				}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-content p {
						margin-bottom: 1.8em;
					}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-content img {
						margin: 0 0 2em 3em;
					}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 560px;
								        flex: 0 0 560px;
								margin: -250px -0.9vw 0 120px;
							}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content img {
									margin: 0 auto 2.7em;
								}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image {
								margin-top: 0;
							}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image svg {
									width: 900px;
									height: 830px;
								}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image figcaption {
									font-size: 29px;
									line-height: 1.7;
									padding: 0 20px 20px 40px;
								}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:last-child {
						padding-bottom: 0;
					}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-entry img.alignleft {
						margin: -70px 50px 100px 0;
					}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-entry .c-annual-report__highlight-quote {
						width: 320px;
						margin-left: 30px;
					}
.c-annual-report__highlight--tertiary .c-annual-report__highlight-entry-inner {
						overflow: hidden;
					}
.c-annual-report__column {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 46%;
		        flex: 0 0 46%;
	}
.c-annual-report__column:nth-child(even) {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 50%;
			        flex: 0 0 50%;
			padding-top: 15px;
		}
.c-annual-report__columns {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row wrap;
			        flex-flow: row wrap;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			position: relative;
			left: 50px;
		}
.c-annual-report__column img {
			max-width: none;
			margin: 0 0 -24px -104px;
		}
.c-annual-report__column p:not(:last-child) {
			margin-bottom: 1.75em;
		}
.c-annual-report__foot {
		text-align: center;
		position: relative;
		z-index: 2;
	}
.c-annual-report__foot h2 {
			font-size: 60px;
			line-height: 1;
			margin-bottom: 0.7em;
		}
.c-annual-report__foot p {
			max-width: 90%;
			margin: 0 auto 1.2em;
		}
.c-annual-report__outro {
		text-align: center;
		position: relative;
		z-index: 1;
		padding-bottom: 20px;
	}
.c-annual-report__outro h2 {
			font-size: 60px;
		}
.c-annual-report__outro p {
			max-width: 98%;
			margin: 0 auto 2em;
		}
.c-annual-report__outro img {
			width: 100%;
			height: auto;
			display: block;
			margin: -11vw 0 -5vw;
		}
.c-annual-report__outro figure {
			font-family: 'Montserrat', 'Arial', sans-serif;
			font-size: 2.58vw;
			line-height: 1.2;
			color: #fff;
			font-weight: 500;
			position: relative;
		}
.c-annual-report__outro ul {
			text-align: left;
			position: absolute;
			top: 50%;
			left: 50%;
			padding: 0;
			margin: 0;
			list-style: none outside none;
		}
.c-annual-report__outro ul li {
				position: absolute;
				top: 0;
				left: 0;
			}
.c-annual-report__outro ul li:first-child {
					font-size: 4.19vw;
					width: 27vw;
					-webkit-transform: translate(-41.6vw, -20.6vw);
					        transform: translate(-41.6vw, -20.6vw);
				}
.c-annual-report__outro ul li:nth-child(2) {
					width: 17vw;
					-webkit-transform: translate(-21.8vw, 1.4vw);
					        transform: translate(-21.8vw, 1.4vw);
				}
.c-annual-report__outro ul li:nth-child(3) {
					width: 15vw;
					-webkit-transform: translate(3vw, -3.6vw);
					        transform: translate(3vw, -3.6vw);
				}
.c-annual-report__outro ul li:nth-child(4) {
					width: 20vw;
					-webkit-transform: translate(24.5vw, -17.8vw);
					        transform: translate(24.5vw, -17.8vw);
				}
.c-annual-report__outro ul li:nth-child(5) {
					width: 23vw;
					-webkit-transform: translate(19.5vw, 12.8vw);
					        transform: translate(19.5vw, 12.8vw);
				}
.c-annual-report__nav {
		width: 160px;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		padding-right: 15px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
	}
.c-annual-report__nav-container {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 100%;
			        flex: 0 0 100%;
			background-color: #fff;
			-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
			        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
		}
.c-annual-report__nav-head {
			padding: 20px;
		}
.c-annual-report__nav-head h6 {
				font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
				font-size: 10px;
				line-height: 1.8;
				color: #5a5a5a;
				font-weight: 500;
				text-transform: uppercase;
				text-align: center;
			}
.c-annual-report__nav-head img {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto;
			}
.c-annual-report__nav-head span {
				width: 98px;
				height: 98px;
				display: block;
				position: relative;
				border: 1px solid #b5b4b4;
				margin: 0 auto 20px;
				border-radius: 50%;
			}
.c-annual-report__nav-body ul {
				padding: 0;
				margin: 0;
				list-style: none outside none;
			}
.c-annual-report__nav-body li {
				border-top: 1px solid #979797;
			}
.c-annual-report__nav-body a {
				font-size: 12px;
				line-height: 1.5;
				color: #123749;
				font-weight: 400;
				text-transform: none;
				text-align: center;
				text-decoration: none;
				height: 40px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-flow: row wrap;
				        flex-flow: row wrap;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-ms-flex-line-pack: center;
				    align-content: center;
				padding: 2px 5px;
			}
.c-annual-report__nav-body a:hover {
					color: #fff;
					background-color: #7cd1e8;
				}
.c-annual-report__nav-body .current a {
					color: #fff;
					background-color: #7cd1e8;
				}
.c-annual-report__download {
		margin: 50px 0 100px;
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
		        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
	}
.c-annual-report__download:first-of-type {
			margin: 200px 0 -129px;
			-webkit-box-shadow: none;
			        box-shadow: none;
		}
.c-annual-report__download .o-shell {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-flow: row wrap;
			        flex-flow: row wrap;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
.c-annual-report__download-content, .c-annual-report__download-image {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 40%;
			        flex: 0 0 40%;
		}
.c-annual-report__download-image {
			margin: -80px 0 -110px;
		}
.c-annual-report__download-image img {
				display: block;
				margin-left: auto;
			}
.c-annual-report .c-section {
		margin-top: 0;
	}
.c-annual-report .c-nav-blocks {
		display: block;
	}
.c-annual-report .c-nav-blocks h4 {
			font-size: 29px;
			color: #434a54;
			text-transform: uppercase;
			font-weight: 400;
		}
.c-annual-report .c-btn {
		color: #fff;
	}
.c-annual-report .c-btn, .c-annual-report .c-btn:hover {
			text-decoration: none;
		}
.c-annual-report ~ .c-section--newsletter {
		border-bottom: 0;
	}
.c-annual-report ~ .c-footer {
		display: none;
	}
@media (min-width: 1900px) {
				.c-annual-report__entry .o-grid__item:last-child:before {
					left: -400px;
					border-width: 500px;
					border-right-width: 1000px;
					margin-top: -530px;
				}
					.c-annual-report__entry:nth-of-type(even) .o-grid__item:last-child:before {
						left: -400px;
						border-width: 500px;
						border-right-width: 500px;
						border-left-width: 1000px;
						margin-top: -485px;
					}

		.c-annual-report__article-image figcaption {
			top: 4.3vw;
		}
}
@media (max-width: 1599px) {
						.c-annual-report__entry:nth-of-type(even) .o-grid__item:before {
							border-left-width: 60vw;
						}
}
@media (max-width: 1499px) {
						.c-annual-report__entry:nth-of-type(even) .o-grid__item:before {
							border-left-width: 66vw;
						}
}
@media (max-width: 1439px) {
			.c-annual-report__entry:first-child {
				width: 50%;
				margin-right: 0;
			}
					.c-annual-report__entry .o-grid__item:first-child {
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 50%;
						        flex: 0 0 50%;
						margin: 0;
					}
						.c-annual-report__entry:nth-of-type(even) .o-grid__item:first-child {
							-webkit-box-flex: 0;
							    -ms-flex: 0 0 50%;
							        flex: 0 0 50%;
							margin: 0;
						}

		.c-annual-report__stats {
			padding: 0;
			margin: 0 0 60px;
		}

			.c-annual-report__stats img {
				margin: 0;
			}

			.c-annual-report__stats p {
				max-width: 70%;
				margin-right: 30px;
			}

			.c-annual-report__stats .o-grid__item--half-size {
				padding: 30px;
			}
						.c-annual-report__article-section:nth-child(odd) .c-annual-report__article-content {
							-webkit-box-flex: 0;
							    -ms-flex: 0 0 50%;
							        flex: 0 0 50%;
							margin: 0;
						}
				.c-annual-report__article-image--wide {
					-webkit-box-flex: 0;
					    -ms-flex: 0 0 50%;
					        flex: 0 0 50%;
					margin: 30px 0 0;
				}
					.c-annual-report__article-image img:not(:only-child) {
						right: 0;
					}
			.c-annual-report__highlight-box {
				left: auto;
				-ms-flex-item-align: center;
				    align-self: center;
			}

				.c-annual-report__highlight-box p {
					font-size: 24px;
					line-height: 1.7;
					padding: 40px;
				}
				.c-annual-report__highlight-image figcaption {
					font-size: 24px;
					line-height: 1.7;
					position: static;
					padding: 30px;
				}

					.c-annual-report__highlight-image figcaption img {
						top: -5em;
						bottom: auto;
					}

					.c-annual-report__highlight-image figcaption small {
						font-size: 80%;
						line-height: inherit;
					}

			.c-annual-report__highlight-content {
				margin-right: 50px;
			}
						.c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
							margin-right: 0;
							margin-left: 50px;
						}
				.c-annual-report__highlight-foot .alignright {
					margin: -20px 0 20px 30px;
				}
						.c-annual-report__highlight--alt .c-annual-report__highlight-image figcaption {
							font-size: 24px;
							line-height: 1.7;
							padding: 30px;
						}
								.c-annual-report__highlight--alt .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
									margin-right: 0;
									margin-left: 50px;
								}
								.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image {
									margin: 0;
								}

								.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
									margin-right: 0;
									margin-left: 50px;
								}
					.c-annual-report__highlight--reversed .c-annual-report__highlight-content {
						margin: 0 0 0 50px;
					}
								.c-annual-report__highlight--reversed .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
									-webkit-box-flex: 0;
									    -ms-flex: 0 0 40%;
									        flex: 0 0 40%;
									margin: 0 50px 0 0;
								}
								.c-annual-report__highlight--reversed .c-annual-report__highlight-section--alt:nth-child(even) .c-annual-report__highlight-content {
									-webkit-box-flex: 0;
									    -ms-flex: 0 0 calc(100% - 440px);
									        flex: 0 0 calc(100% - 440px);
								}
					.c-annual-report__highlight--tertiary .c-annual-report__highlight-content {
						margin: 0 50px 0 0;
					}
								.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-content {
									margin: -200px 0 0 50px;
								}
			.c-annual-report__columns {
				left: auto;
			}

			.c-annual-report__column img {
				max-width: 100%;
				margin: 0 0 2.4em;
			}
			.c-annual-report__outro img {
				margin-top: -5vw;
			}
}
@media (max-width: 1265px) {
		.c-annual-report__article-section.c-annual-report__article-section--adjust {
			display: block;
		}

			.c-annual-report__article-section.c-annual-report__article-section--adjust .c-annual-report__article-content {
				display: block;
			}

			.c-annual-report__article-section.c-annual-report__article-section--adjust .c-annual-report__article-image {
				display: block;
				margin: 30px 0;
			}

				.c-annual-report__article-section.c-annual-report__article-section--adjust .c-annual-report__article-image img {
					margin: 0 auto;
				}
		.c-annual-report__download:first-of-type {
			margin-top: 320px;
		}

		.c-annual-report__nav {
			width: 100%;
			height: auto;
			top: 122px;
			right: 0;
			padding: 0;
			-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
			        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
		}

			.c-annual-report__nav-head {
				padding: 15px;
			}

				.c-annual-report__nav-head span {
					display: none;
				}
				.c-annual-report__nav-body ul {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					    -ms-flex-flow: row nowrap;
					        flex-flow: row nowrap;
				}

				.c-annual-report__nav-body li {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-flex: 1;
					    -ms-flex: 1;
					        flex: 1;
				}

				.c-annual-report__nav-body a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-flex: 0;
					    -ms-flex: 0 0 100%;
					        flex: 0 0 100%;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					-ms-flex-line-pack: center;
					    align-content: center;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
				}
}
@media (max-width: 1023px) {
	.c-annual-report {
		line-height: 1.5;
		padding: 0;
	}

		.c-annual-report h2 {
			font-size: 50px;
		}

		.c-annual-report__download:first-of-type {
			margin: 80px 0 0;
		}
			.c-annual-report__entry:first-child {
				text-align: right;
				width: auto;
			}
							.c-annual-report__entry .o-grid__item:last-child:before, .c-annual-report__entry:nth-of-type(even) .o-grid__item:last-child:before {
								content: none;
							}

							.c-annual-report__entry .o-grid__item:last-child img, .c-annual-report__entry:nth-of-type(even) .o-grid__item:last-child img {
								display: block;
								position: relative;
								top: auto;
								left: auto;
								margin: auto;
								padding-top: 1.2em;
							}

		.c-annual-report__entries {
			margin-top: -20vw;
		}
			.c-annual-report__stats .o-grid__item--half-size + .o-grid__item--half-size {
				border-left: 0;
				border-top: 1px solid #d2d2d2;
			}
			.c-annual-report__focus .o-shell {
				display: block;
			}

			.c-annual-report__focus-content {
				padding: 0 0 50px;
			}

				.c-annual-report__focus-content ul {
					padding: 0;
				}

			.c-annual-report__focus-media {
				margin: 0;
			}
			.c-annual-report__images blockquote {
				font-size: 16px;
				padding: 20px 0 20px 15px;
				margin: 0;
			}
			.c-annual-report__article-section {
				display: block;
				padding-bottom: 0;
			}
					.c-annual-report__article-section:nth-child(odd) .c-annual-report__article-content {
						padding-top: 0;
					}

			.c-annual-report__article-content {
				padding: 0;
			}
				.c-annual-report__article-image svg {
					width: 75vw;
					height: auto;
					position: relative;
					top: auto;
					right: auto;
					-webkit-transform: none;
					        transform: none;
					margin-left: -20px;
				}

				.c-annual-report__article-image img:not(:only-child) {
					bottom: 5vw;
					right: 5vw;
				}

				.c-annual-report__article-image figcaption {
					font-size: 30px;
					top: 50%;
					left: 15%;
					-webkit-transform: translateY(-50%);
					        transform: translateY(-50%);
				}

					.c-annual-report__article-image figcaption strong {
						font-size: 60px;
					}

				.c-annual-report__article-image, .c-annual-report__article-image--wide {
					margin: 30px 0;
				}
			.c-annual-report__section-box {
				display: block;
			}

			.c-annual-report__section-graph, .c-annual-report__section-entry {
				max-width: none;
			}

			.c-annual-report__section-entry {
				padding: 30px;
				border-top: 1px solid #ebedf8;
				border-left: 0;
			}
			.c-annual-report__columns {
				display: block;
			}

			.c-annual-report__column img {
				margin: 0 auto 30px !important;
			}
			.c-annual-report__highlight blockquote {
				font-size: 20px;
				padding: 15px 0 35px 75px;
				margin: 0;
			}

				.c-annual-report__highlight blockquote:after {
					right: 60%;
				}

				.c-annual-report__highlight blockquote img {
					margin: 0 !important;
				}

			.c-annual-report__highlights {
				padding-top: 20px;
			}

			.c-annual-report__highlight-quote {
				width: auto !important;
				max-width: none !important;
				float: none;
			}

				.c-annual-report__highlight-quote.alignleft, .c-annual-report__highlight-quote.alignright {
					float: none;
				}

			.c-annual-report__highlight-title {
				margin: -20px 0 50px !important;
			}
					.c-annual-report__highlight-title ~ blockquote:before {
						top: 10px;
					}
					.c-annual-report__highlight-head blockquote, .c-annual-report__highlight-head blockquote.has--image {
						padding: 15px 75px 35px 0;
					}

						.c-annual-report__highlight-head blockquote img, .c-annual-report__highlight-head blockquote.has--image img {
							display: block;
							position: static;
							top: auto;
							right: auto;
							-webkit-transform: none;
							        transform: none;
						}

					.c-annual-report__highlight-head blockquote.has--image {
						margin: 0;
					}

				.c-annual-report__highlight-head + .c-annual-report__highlight-content {
					padding: 0 0 50px;
				}

			.c-annual-report__highlight-image {
				margin: 50px 0;
			}

				.c-annual-report__highlight-image svg {
					position: relative;
					top: auto;
					left: auto;
					-webkit-transform: none;
					        transform: none;
					margin-left: -30px;
				}

				.c-annual-report__highlight-image figcaption {
					position: absolute;
					margin: auto;
					top: 50%;
					right: 30%;
					left: 10%;
					-webkit-transform: translateY(-50%);
					        transform: translateY(-50%);
				}

					.c-annual-report__highlight-image figcaption img {
						display: none;
					}

					.c-annual-report__highlight-image figcaption.adjusted {
						padding-top: 0 !important;
					}

			.c-annual-report__highlight-section {
				display: block;
				padding-bottom: 0;
			}
							.c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image svg {
								margin-right: -30px;
								margin-left: auto;
								-webkit-transform: scaleX(-1);
								        transform: scaleX(-1);
							}

							.c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image figcaption {
								right: 10%;
								left: 30%;
							}

			.c-annual-report__highlight-content {
				margin: 0 !important;
			}

				.c-annual-report__highlight-content img {
					margin: -20vw 0 2em auto;
				}

					.c-annual-report__highlight-content img.img-yes-no {
						margin: 0 auto 2em;
					}
				.c-annual-report__highlight-foot .alignright {
					float: none;
					display: block;
					margin: 0 0 40px;
				}
				.c-annual-report__highlight--alt .c-annual-report__highlight-image {
					margin-top: 50px;
				}
						.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even) {
							padding: 0;
						}

							.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even):before {
								content: none;
							}

							.c-annual-report__highlight--secondary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image {
								text-align: center;
								display: block;
							}

					.c-annual-report__highlight--secondary .c-annual-report__highlight-image {
						margin: 0;
					}

						.c-annual-report__highlight--secondary .c-annual-report__highlight-image figcaption {
							top: 45%;
							left: -5%;
							right: 30%;
						}

			.c-annual-report__highlight--reversed {
				padding-bottom: 0;
			}
					.c-annual-report__highlight--reversed .c-annual-report__highlight-box {
						left: auto !important;
						margin: 90px auto !important;
					}
						.c-annual-report__highlight--reversed .c-annual-report__highlight-image svg {
							-webkit-transform: scaleX(-1);
							        transform: scaleX(-1);
						}

						.c-annual-report__highlight--reversed .c-annual-report__highlight-image figcaption {
							font-size: 30px;
							line-height: 1.6;
							font-weight: 300;
							top: 55%;
							right: 0;
							left: 35%;
							padding: 80px 0 0;
						}

					.c-annual-report__highlight--reversed .c-annual-report__highlight-content img {
						margin: 0 auto 30px;
					}
								.c-annual-report__highlight--reversed .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image img {
									max-width: 100%;
									display: block;
									margin: 30px auto;
								}

									.c-annual-report__highlight--reversed .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image img + img {
										margin: 30px auto;
									}
					.c-annual-report__highlight--tertiary .c-annual-report__highlight-image {
						margin: 0;
					}

						.c-annual-report__highlight--tertiary .c-annual-report__highlight-image svg {
							width: 110%;
							height: auto;
						}
									.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image svg {
										width: 150%;
										height: auto;
										margin-right: 0;
										margin-left: -20vw;
									}

									.c-annual-report__highlight--tertiary .c-annual-report__highlight-section:nth-child(even) .c-annual-report__highlight-image figcaption {
										font-size: 24px;
										line-height: 1.5;
										font-weight: 300;
										right: 10%;
										left: 30%;
									}
}
@media (max-width: 767px) {
	.c-annual-report {
		font-size: 16px;
	}

		.c-annual-report h2 {
			font-size: 32px;
		}

		.c-annual-report__nav {
			display: none;
		}
			.c-annual-report__entry:first-child {
				margin-bottom: 1.2em;
			}
				.c-annual-report__entry:first-child p {
					text-align: left;
				}

		.c-annual-report__entries {
			margin-top: -15vw;
		}

		.c-annual-report__stats {
			text-align: center;
			margin-bottom: 40px;
		}

			.c-annual-report__stats p, .c-annual-report__stats img {
				margin: 0;
			}

			.c-annual-report__stats p {
				max-width: none;
			}

			.c-annual-report__stats img {
				margin: 0 auto 20px;
			}
			.c-annual-report__images li {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 48%;
				        flex: 0 0 48%;
			}

			.c-annual-report__images blockquote {
				font-size: 15px;
				line-height: 1.6;
				padding: 10px 0 10px 15px;
			}
				.c-annual-report__article-image svg {
					display: none;
				}

				.c-annual-report__article-image figcaption {
					color: #0089aa;
					position: static;
					top: auto;
					left: auto;
					right: auto;
					-webkit-transform: none;
					        transform: none;
				}
					.c-annual-report__article-image img:not(:only-child) {
						display: none;
					}
					.c-annual-report__article-section--adjust .c-annual-report__article-image {
						margin-bottom: 40px;
					}
			.c-annual-report__section-graph {
				font-size: 20px;
				line-height: 1.6;
			}

				.c-annual-report__section-graph li {
					padding: 30px;
				}

				.c-annual-report__section-graph h4 {
					font-size: 100%;
					line-height: inherit;
					padding: 0;
				}

					.c-annual-report__section-graph h4 span, .c-annual-report__section-graph h4 img {
						width: auto;
						display: block;
						position: static;
						top: auto;
						left: auto;
						right: auto;
						bottom: auto;
						margin: 0 auto 20px;
					}

		.c-annual-report__highlight {
			padding: 0;
		}

			.c-annual-report__highlights {
				padding-top: 50px;
			}

			.c-annual-report__highlight blockquote {
				padding-left: 60px;
			}

				.c-annual-report__highlight blockquote img {
					display: none;
				}

				.c-annual-report__highlight blockquote.has--image {
					padding-right: 0;
					margin-bottom: 0;
				}

			.c-annual-report__highlight-head {
				padding-bottom: 0;
			}
					.c-annual-report__highlight-head blockquote, .c-annual-report__highlight-head blockquote.has--image {
						padding-right: 80px;
						margin-left: -10px;
					}

			.c-annual-report__highlight-box {
				margin-bottom: 30px;
				margin-top: 30px;
			}

			.c-annual-report__highlight-entry {
				padding: 0;
				margin-top: 30px;
			}

			.c-annual-report__highlight-image {
				margin-top: 0;
			}

				.c-annual-report__highlight-image svg {
					display: none;
				}

				.c-annual-report__highlight-image figcaption {
					color: #0089aa;
					position: static;
					top: auto;
					left: auto;
					right: auto;
					-webkit-transform: none;
					        transform: none;
				}
				.c-annual-report__highlight-content img {
					margin: -10vw auto 30px;
				}

			.c-annual-report__highlight-foot {
				padding-top: 30px;
			}
					.c-annual-report__highlight--secondary .c-annual-report__highlight-box {
						margin-top: 0;
					}

					.c-annual-report__highlight--secondary .c-annual-report__highlight-head {
						padding-top: 0;
					}

					.c-annual-report__highlight--secondary .c-annual-report__highlight-image {
						margin-bottom: 40px;
					}

					.c-annual-report__highlight--secondary .c-annual-report__highlight-content {
						padding-bottom: 20px;
					}
						.c-annual-report__highlight--reversed .c-annual-report__highlight-content img.aligncenter {
							margin: 40px 0;
						}

					.c-annual-report__highlight--reversed .c-annual-report__highlight-image {
						margin-bottom: 10px;
					}

						.c-annual-report__highlight--reversed .c-annual-report__highlight-image blockquote {
							-webkit-box-flex: 0;
							    -ms-flex: 0 0 100%;
							        flex: 0 0 100%;
						}
					.c-annual-report__highlight--tertiary .c-annual-report__highlight-image figcaption {
						padding: 0 30px 40px;
					}

		.c-annual-report__download {
			text-align: center;
			padding: 50px 0 10px;
			margin: 0 0 50px;
		}

			.c-annual-report__download-image, .c-annual-report__download-content {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 100%;
				        flex: 0 0 100%;
			}

			.c-annual-report__download-image {
				margin: 0;
			}

				.c-annual-report__download-image img {
					margin: auto;
				}

			.c-annual-report__download-content {
				padding-bottom: 30px;
			}

	.c-annual-report__highlight-section--last {
		padding-top: 0;
	}

	.c-annual-report__entry {
		margin-bottom: 1.4em;
	}

	br {
		display: none;
	}

	.c-annual-report__highlight--tertiary
		.c-annual-report__highlight-entry
		img.alignleft {
		margin: -40px auto 20px;
	}

	.c-annual-report__highlight--reversed
		.c-annual-report__highlight-image
		figcaption {
		padding-top: 0;
	}
}
.page-template-annual-report .c-header {
		background-color: #fff;
	}
.page-template-annual-report .c-header .c-logo__image--transparent {
			display: none;
		}
.page-template-annual-report .c-header .c-logo__image--solid {
			display: block;
		}
.page-template-annual-report .c-header .c-nav a {
			color: #5b5b5b;
		}
/* ==========================================================================
	Sitemap
========================================================================== */
.c-sitemap {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 18px;
	line-height: 1.7;
}
.c-sitemap a {
		text-decoration: none;
	}
.c-sitemap ul ul {
			margin-left: 25px;
			margin-bottom: 0;
			margin-top: 5px;
		}
.c-sitemap ul ul li {
				list-style: circle;
			}
.c-sitemap ul li {
			list-style: disc;
		}
.c-sitemap ul li:before {
				content: none;
			}
/* ==========================================================================
	Donor Options
========================================================================== */
.c-donor-option {

	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	width: 33%;
	max-width: 245px;
	text-align: center;
	padding: 35px 2px 30px 2px;
}
.c-donor-options {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 65px;
	}
.c-donor-options__title {
			font-size: 24px;
			color: #333333;
			padding-bottom: 49px;
		}
.c-donor-options__text {
			font-size: 18px;
			line-height: 1.7;
			padding-bottom: 58px;
			max-width: 790px;
		}
.c-donor-option + .c-donor-option {
		margin-left: 35px;
	}
.c-donor-option__image {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto 25px !important;
	}
.c-donor-option p {
		font-size: 14px;
		line-height: 1.7;
	}
.c-donor-option a {
		display: block;
		text-decoration: none;
	}
.c-donor-option a:hover {
			text-decoration: none;
		}
.c-section--donor-options {
	border-bottom: solid 1px #efefef;
	overflow: hidden;
}
@media (max-width: 1279px) {
		.c-donor-options {
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

			.c-donor-options__title, .c-donor-options__text {
				text-align: center;
				max-width: none;
			}
}
@media (max-width: 767px) {
	.c-donor-options {
		display: block;
	}

	.c-donor-option {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
}
/* ==========================================================================
	Blurb
========================================================================== */
.c-blurb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-blurb img {
		display: block;
		margin-left: 35px;
	}
.c-blurb blockquote {
		font-size: 18px;
		line-height: 1.67;
		color: #8a8a8a;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 905px;
		        flex: 0 0 905px;
		position: relative;
		padding: 28px 25px;
		border: 1px solid #979797;
		margin: 21px 70px 0 0;
		border-radius: 5px;
	}
.c-blurb blockquote:before {
			content: '';
			width: 37px;
			height: 37px;
			display: block;
			position: absolute;
			top: 50%;
			left: 100%;
			margin: -18px 0 0 -1px;
			background: url(../images/icons/ico-blurb.png) no-repeat 0 0;
		}
@media (max-width: 1279px) {
		.c-blurb blockquote {
			font-size: 14px;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 calc(100% - 300px);
			        flex: 0 0 calc(100% - 300px);
			padding: 16px;
			margin: 30px 30px 0 0;
		}
}
@media (max-width: 767px) {
	.c-blurb {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-bottom: 70px;
	}

		.c-blurb img {
			-webkit-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
			margin: 0 0 50px;
		}

		.c-blurb blockquote {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 100%;
			        flex: 0 0 100%;
			-webkit-box-ordinal-group: 3;
			    -ms-flex-order: 2;
			        order: 2;
			margin: 0;
		}

			.c-blurb blockquote:before {
				top: auto;
				bottom: 100%;
				left: 50%;
				margin: 0 0 -1px -18px;
				-webkit-transform: rotate(-90deg);
				        transform: rotate(-90deg);
			}
}
/* ==========================================================================
	Research Type
========================================================================== */
.c-research-type {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	counter-increment: item;
}
.c-research-type a {
		text-decoration: none;
	}
.c-research-types {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
		margin-bottom: 49px;
		counter-reset: item;
	}
.c-research-type__image {
		padding-bottom: 41.75%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		border-radius: 5px 5px 0 0;
	}
.c-research-type__title {
		font-size: 18px;
		line-height: 1.3;
		text-align: center;
		color: #333333;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 146px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
.c-research-type__badge {
		position: absolute;
		bottom: 127px;
		right: 27px;
	}
.c-research-type--with-count:after {
		content: counter(item);
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		        transform: translate(-50%, 50%);
		width: 81px;
		height: 81px;
		border-radius: 50%;
		background-color: #0087ab;
		text-align: center;
		line-height: 81px;
		font-family: 'Montserrat', 'Arial', sans-serif;
		font-size: 35px;
		color: #fff;
	}
.c-section--research-types {
	padding-bottom: 18px;
}
@media (max-width: 1366px) {
	.c-research-type {
		margin-bottom: 25px;
	}

		.c-research-type__badge {
			max-width: 40%;
			height: auto;
		}

		.c-research-type--with-count:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
			font-size: 20px;
		}
}
@media (max-width: 767px) {
	.c-research-types {
		display: block;
		max-width: 225px;
		margin: 0 auto;
	}

	.c-research-type {
		margin-bottom: 25px;
	}
}
/* ==========================================================================
   Sponsor Contacts
   ========================================================================== */
.c-sponsor-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-sponsor-contacts__text {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 1;
		        flex: 0 0 1;
		padding-right: 103px;
	}
.c-sponsor-contacts__text h3 {
			font-size: 24px;
			color: #333333;
			margin-bottom: 40px;
		}
.c-sponsor-contacts__text p {
			font-size: 18px;
			line-height: 1.7;
			margin-bottom: 2.2em;
		}
.c-sponsor-contacts__text p a {
				color: #ff6600;
				text-decoration: none;
			}
.c-sponsor-contacts__text p a:hover {
					text-decoration: underline;
				}
.c-sponsor-contacts__cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: -14px;
	}
.c-sponsor-contact {
	width: 230px;
	margin: 0 10px;
	text-align: center;
}
.c-sponsor-contact__inner {
		padding: 15px;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		min-height: 275px;
	}
.c-sponsor-contact__email a {
			font-size: 10px;
			color: #aaaaaa;
			text-decoration: none;
		}
.c-sponsor-contact__image {
		padding-bottom: 15px;
	}
.c-sponsor-contact__image img {
			display: block;
			border-radius: 50%;
			margin: 0 auto;
		}
.c-sponsor-contact__name {
		font-family: 'Montserrat', 'Arial', sans-serif;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #333333;
		margin-bottom: 0;
	}
.c-sponsor-contact__title {
		font-size: 14px;
		color: #333333;
		margin-bottom: 0.4em;
	}
.c-sponsor-contact--alt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33%;
		        flex: 0 0 33.33%;
	}
.c-sponsor-contact--alt .c-sponsor-contact__details {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 272px;
				        flex: 0 0 272px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
			}
.c-sponsor-contact--alt .c-sponsor-contact__image {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 80px;
				        flex: 0 0 80px;
				padding-bottom: 0;
			}
.c-sponsor-contact--alt .c-sponsor-contact__email {
				margin: 5px 0;
			}
.c-sponsor-contact--alt .c-sponsor-contact__text {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 1;
				        flex: 0 0 1;
			}
.c-sponsor-contact--alt .c-sponsor-contact__meta {
				padding-left: 17px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-flow: column;
				        flex-flow: column;
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
			}
.c-sponsor-contact--alt .c-sponsor-contact__blurb {
				font-size: 13px;
				line-height: 1.2;
				color: #8a8a8a;
				padding-right: 5px;
			}
.c-sponsor-cta {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	width: 100%;
	background-color: #fff;
	position: fixed;
	bottom: -100%;
	z-index: 9999;
	-webkit-transition: bottom 0.8s ease;
	transition: bottom 0.8s ease;
}
.c-sponsor-cta--visible {
		bottom: 0;
	}
.c-sponsor-cta ~ .c-section--newsletter .selectric-items {
			top: auto;
			bottom: 100%;
		}
@media (max-width: 1024px) {
	.c-sponsor-contacts {
		display: block;
	}

		.c-sponsor-contacts__cards {
			max-width: 700px;
			margin: 0 auto;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

			.c-sponsor-contacts__cards--alt {
				-ms-flex-pack: distribute;
				    justify-content: space-around;
			}

		.c-sponsor-contacts__text {
			padding-right: 0;
		}

	.c-sponsor-contact {
		margin: 0 25px;
	}

		.c-sponsor-contact--alt {
			display: block;
		}
				.c-sponsor-contact--alt .c-sponsor-contact__image, .c-sponsor-contact--alt .c-sponsor-contact__title {
					display: none;
				}

				.c-sponsor-contact--alt .c-sponsor-contact__meta {
					padding-left: 0;
				}
}
@media (max-width: 767px) {
	.c-section--sponsor-contacts {
		padding-bottom: 40px;
	}

	.c-sponsor-contacts__cards {
		display: block;
	}

		.c-sponsor-contacts__cards--alt {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			overflow: auto;
		}

	.c-sponsor-contact {
		margin: 0 auto 25px;
	}

		.c-sponsor-contact--alt {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 40%;
			        flex: 0 0 40%;
			padding-right: 17px;
		}
				.c-sponsor-contact--alt .c-sponsor-contact__details {
					-webkit-box-flex: 1;
					    -ms-flex: 1;
					        flex: 1;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
				}

				.c-sponsor-contact--alt .c-sponsor-contact__image {
					display: none;
				}

				.c-sponsor-contact--alt .c-sponsor-contact__text {
					padding-left: 5px;
				}

			.c-sponsor-contact--alt .c-btn--tiny {
				min-width: 135px;
			}
}
/* ==========================================================================
	Text Columns
========================================================================== */
.c-text-col {

	-webkit-box-flex: 0;

	    -ms-flex: 0 0 45%;

	        flex: 0 0 45%;
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
}
.c-text-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-top: 60px;
	}
.c-text-col a {
		color: #ff6600;
	}
.c-text-col__title {
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #333333;
		padding-bottom: 1.5em;
	}
@media (max-width: 767px) {
	.c-text-col {
		margin-bottom: 2em;
	}

		.c-text-cols {
			display: block;
		}
}
/* ==========================================================================
	Events Listing
========================================================================== */
.c-events-listing {
	max-width: 1190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: auto;
}
.c-events-listing .c-article-preview {
		max-width: none;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(33.33333% - 20px);
		        flex: 0 0 calc(33.33333% - 20px);
		margin: 0 10px 30px;
	}
.c-events-listing__actions {
		padding-bottom: 60px;
	}
@media (max-width: 1023px) {
		.c-events-listing .c-article-preview {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 calc(50% - 20px);
			        flex: 0 0 calc(50% - 20px);
			margin: 0 10px 30px !important;
		}
}
@media (max-width: 767px) {
	.c-events-listing {
		display: block;
	}

		.c-events-listing .c-article-preview {
			margin: 0 0 30px !important;
		}
}
/* ==========================================================================
	Generic Page Styles
========================================================================== */
.c-generic {
	line-height: 1.7;
}
.c-generic h1, .c-generic h2, .c-generic h3, .c-generic h4, .c-generic h5, .c-generic h6 {
		font-weight: 400;
	}
.c-generic ul, .c-generic ol {
		margin-left: 16px;
	}
/* ==========================================================================
	Ulysses
========================================================================== */
.c-ulysses--top-border {
		border-top: solid 1px #efefef;
	}
.c-ulysses-statement {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 55px;
	}
.c-ulysses-statement__text {
			font-family: 'Montserrat', 'Arial', sans-serif;
			font-size: 37px;
			color: #333333;
			padding-right: 27px;
			margin-top: -15px;
		}
.c-ulysses-statement__text p {
				max-width: 330px;
			}
.c-ulysses-statement__image {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
		}
.c-ulysses-statement__badge {
			margin: -50px 0 0 -44px;
		}
.c-ulysses-banner {
		padding: 56px 0 0;
		margin: 0 0 60px;
	}
.c-ulysses-banner__link img {
				display: block;
				max-width: 638px;
				height: auto;
				margin: 0 auto;
			}
.c-ulysses-testimonials {
		position: relative;
	}
.c-ulysses-testimonials__badge {
			position: absolute;
			top: -50%;
			left: 11%;
		}
.c-ulysses-text-block {
		position: relative;
		padding-top: 53px;
	}
.c-ulysses-text-block + .c-ulysses-text-block {
			padding-top: 21px;
		}
.c-ulysses-text-block__title {
			font-size: 34px;
			text-align: center;
			color: #333333;
		}
.c-ulysses-text-block__cols {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			padding-top: 61px;
			max-width: 1170px;
			margin: 0 auto;
		}
.c-ulysses-text-block__entry {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 48%;
			        flex: 0 0 48%;
			font-size: 18px;
			line-height: 1.7;
		}
.c-ulysses-text-block__entry img.aligncenter {
				margin-top: 36px;
			}
.c-ulysses-text-block__badge {
			position: absolute;
			right: -2%;
			top: -17.5%;
		}
.c-ulysses-share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		max-width: 915px;
		margin: -20px auto 0;
		padding-bottom: 40px;
	}
.c-ulysses-share span {
			cursor: pointer;
		}
.c-ulysses-share img {
			display: block;
		}
.c-ulysses-sponsor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background-color: #fff;
		-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
		min-height: 270px;
		max-width: 270px;
		border-radius: 5px;
	}
.c-ulysses-sponsors {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			grid-gap: 30px 30px;
			max-width: 1170px;
			margin: 0 auto;
		}
.c-ulysses-sponsor img {
			display: block;
			max-width: 90%;
			height: auto;
		}
.c-ulysses-team {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 auto;
		max-width: 1270px;
	}
.c-ulysses-team__member {
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			max-width: 161px;
			min-width: 161px;
			margin: 0 10px 36px;
		}
.c-ulysses-team__member img {
				display: block;
				max-width: 100%;
				height: auto;
				-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
				        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
				border-radius: 5px;
				margin-bottom: 17px;
			}
.c-ulysses-team__member p {
				text-align: center;
				color: #333333;
				font-size: 14px;
			}
.c-ulysses-quiz {
		position: relative;
		max-width: 1470px;
		margin: 0 auto;
		height: 800px;
	}
.c-ulysses-quiz iframe {
			display: block;
			width: 100%;
			height: 100%;
		}
.c-ulysses-quiz .mfp-close {
			right: 0;
			top: 4%;
		}
.c-ulysses-iframe {
		max-width: 1170px;
	    position: relative;
	    margin: 0 auto;
	}
@media (max-width: 1279px) {
		.c-ulysses-team {
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
}
@media (max-width: 1170px) {
		.c-ulysses-sponsor {
			max-width: none;
			min-height: 0;
			padding: 15px 0;
		}

			.c-ulysses-sponsors {
				grid-template-columns: repeat(2, 1fr);
			}

		.c-ulysses-quiz {
			width: 100vw;
			height: 100vh;
		}
}
@media (max-width: 1023px) {
			.c-ulysses-testimonials__badge {
				position: static;
				top: auto;
				left: auto;
				display: block;
				margin: -60px auto 30px;
			}
			.c-ulysses-text-block__cols {
				padding-top: 30px;
				display: block;
			}

			.c-ulysses-text-block__entry {
				padding-bottom: 20px;
			}

			.c-ulysses-text-block__badge {
				position: static;
				top: auto;
				left: auto;
				right: auto;
				display: block;
				margin: -60px auto 0;
			}
				.c-ulysses-banner__link img {
					max-width: 80%;
				}
}
@media (max-width: 767px) {
			.c-ulysses-statement__text, .c-ulysses-statement__image {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 50%;
				        flex: 0 0 50%;
			}

			.c-ulysses-statement__text {
				padding-right: 0;
			}
				.c-ulysses-statement__text p {
					font-size: 20px;
				}

			.c-ulysses-statement__image {
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
			}

				.c-ulysses-statement__image img {
					max-width: 60%;
				}

			.c-ulysses-statement__badge {
				max-width: 40% !important;
			}
			.c-ulysses-share span {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 30%;
				        flex: 0 0 30%;
			}
}
/* ==========================================================================
   Document
   ========================================================================== */
.c-document {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: space-between;
	    -ms-flex-align: space-between;
	        align-items: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-document__text {
		font-size: 18px;
		line-height: 1.7;
		padding-right: 20px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 70%;
		        flex: 0 0 70%;
		max-width: 70%;
	}
@media (max-width: 1023px) {
.c-document {
		display: block
}

		.c-document__text {
			max-width: 100%;
			padding-right: 0;
		}
	}
.c-documents-listing {
		padding-top: 50px;
	}
.c-documents-listing h3 {
			padding: 0 46px 20px;
		}
.c-documents-listing .c-publications {
			padding-bottom: 50px;
		}
@media (max-width: 1023px) {
			.c-documents-listing h3 {
				padding: 0 23px 20px;
			}
		}
/* ==========================================================================
   Template
   ========================================================================== */
.c-template {

	-webkit-box-flex: 0;

	    -ms-flex: 0 0 33%;

	        flex: 0 0 33%;
	max-width: 33%;
	padding: 0 10px 30px;
}
.c-templates {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
.c-template__image img {
			display: block;
			max-width: 100%;
			height: auto;
		}
.c-template__title {
		position: relative;
		text-align: center;
		margin-top: -30px;
	}
.c-template__actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 30px 30px 0;
	}
@media (max-width: 1023px) {
.c-template {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 46%;
		        flex: 0 0 46%;
		max-width: 46%
}

		.c-template__actions {
			display: block;
		}
			.c-template__actions .c-btn {
				display: block;
				margin: 0 auto;
			}

			.c-template__actions .c-btn + .c-btn {
				margin-top: 10px;
			}
	}
@media (max-width: 767px) {
.c-template {

		display: block;
		max-width: 300px;
		margin: 0 auto;
		padding-bottom: 15px
}
		.c-templates {
			display: block;
		}

		.c-template__title {
			margin-top: 0;
		}
	}
/*
	The trumps styles.
	========================================================================== */
/* ==========================================================================
   Alignment
   ========================================================================== */
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
img.alignnone {
	margin: 5px 20px 20px 0;
}
img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}
@media (max-width: 1023px) {
	.alignleft {
		display: block;
		float: none !important;
	}
}
/* ==========================================================================
   Text Aligment
   ========================================================================== */
.is-text-left {
	text-align: left !important;
}
.is-text-center {
	text-align: center !important;
}
.is-text-right {
	text-align: right !important;
}
.text-justify {
	text-align: justify !important;
}
/* ==========================================================================
   Text Aligment
   ========================================================================== */
.no-padding {
	padding: 0 !important;
}
.no-top-padding {
	padding-top: 0 !important;
}
.no-bottom-padding {
	padding-bottom: 0 !important;
}
/* ==========================================================================
   Text Aligment
   ========================================================================== */
.no-margin {
	margin: 0 !important;
}
.no-top-margin {
	margin-top: 0 !important;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}
/* ==========================================================================
   Title underline
   ========================================================================== */
.t-underline-title {
	position: relative;
}
.t-underline-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 66px;
	height: 2px;
	background-color: #ff6600;
}
