/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

/*  Shell Small  */
.shell--sm {
	max-width: 1005px;
}

/*  Shell Medium  */
.shell--md {
	max-width: 1235px;
}

/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */

.nav-trigger {
	display: none; 
	font-size: 0; 
	line-height: 0; 
	padding-right: 20px; 
}

@media (max-width: 1023px) {
	.nav-trigger {
		display: inline-block; 
	}
}

.nav-trigger .nav-trigger__text {
	display: inline-block; 
	vertical-align: middle; 
	font-family: 'futura-pt',sans-serif; 
	font-size: 14px;
	line-height: 1.29;  
	font-weight: 400; 
	text-transform: uppercase; 
	padding-right: 10px; 
}

.nav-trigger > span:not([class]) {
	position: relative;
	display: inline-block; 
	vertical-align: middle; 
	width: 22px;
	height: 16px;  
}

.nav-trigger > span:not([class]) span { 
	position: absolute;
	display: inline-block; 
	vertical-align: middle; 
	width: 100%; 
	height: 2px; 
	background: #fff;
	transition: transform .4s;
}

.nav-trigger > span:not([class]) span:nth-child(1) {
	top: -1px; 
}

.nav-trigger > span:not([class]) span:nth-child(2) {
	top: 6px; 
}

.nav-trigger > span:not([class]) span:nth-child(3) {
	top: 13px; 
}

/*  Nav Trigger Active  */
.nav-trigger--active > span:not([class]) span:nth-child(1) {
	top: 6px; 
	transform: rotate(45deg);
}

.nav-trigger--active > span:not([class]) span:nth-child(2) {
	display: none; 
}

.nav-trigger--active > span:not([class]) span:nth-child(3) {
	top: 6px; 
	transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */

.hero {
	padding: 76px 0 98px;
}

@media (max-width: 1199px) {
	.hero {
		padding: 57px 0 60px;
	}
}

@media (max-width: 374px) {
	.hero {
		padding: 57px 0 76px;
	}
}

.hero .hero__inner-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 767px) {
	.hero .hero__inner-content {
		align-items: flex-start;
	}	
}

.hero .hero__content {
	flex: 0 1 calc(100% - 470px);
	max-width: calc(100% - 470px);
	padding: 0 80px 34px 96px; 
	font-family: 'futura-pt',sans-serif; 
	font-size: 34px; 
	line-height: 1.2;
	font-weight: 400;  
	color: #4F758B;
}

@media (max-width: 1199px) {
	.hero .hero__content {
		padding: 0px 80px 0 0;
	}
}

@media (max-width: 1023px) {
	.hero .hero__content {
		flex: 0 1 100%;
		max-width: 100%;
		padding: 0 0 60px; 
	}
}

@media (max-width: 767px) {
	.hero .hero__content {
		line-height: 1.14; 
		padding-bottom: 42px; 
	}
}

@media (max-width: 374px) {
	.hero .hero__content {
		font-size: 32px; 
	}
}

.hero .hero__content span {
	display: inline-block; 
	vertical-align: middle;
	margin-bottom: 15px;  
	font-family: 'Poppins', sans-serif; 
	font-size: 20px; 
	line-height: 1.5;
	font-weight: 600;  
	color: #1380A5;
	letter-spacing: .06em;
	text-transform: uppercase; 
}

@media (max-width: 767px) {
	.hero .hero__content span {
		margin-bottom: 18px;  
	}
}

.hero .hero__content h1 {
	margin-bottom: 40px; 
	font-size: 72px; 
	line-height: 1;
	font-weight: 500;  
	color: #334B59;
}

@media (max-width: 1199px) {
	.hero .hero__content h1 {
		margin-bottom: 25px; 
		font-size: 66px; 
	}
}

@media (max-width: 767px) {
	.hero .hero__content h1 {
		margin-bottom: 39px; 
		font-size: 52px;
		line-height: 1;  
	}
}

.hero .hero__content h1 strong {
	position: relative;
	font-weight: 500; 
}

.hero .hero__content h1 strong:after {
	content: '';
	position: absolute;
	bottom: 13px; 
	left: 0;
	width: 0; 
	height: 7px; 
	background: -moz-linear-gradient(left,  rgba(238,175,48,1) 0%, rgba(238,175,48,0.25) 100%);
	background: -webkit-linear-gradient(left,  rgba(238,175,48,1) 0%,rgba(238,175,48,0.25) 100%);
	background: linear-gradient(to right,  rgba(238,175,48,1) 0%,rgba(238,175,48,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99650C', endColorstr='#40eeaf30',GradientType=1 );
	border-radius: 3.5px;
	transform: rotate(-1deg);
	z-index: -1; 
	transition: width .4s .8s;
}

.hero.fade-in .hero__content h1 strong:after {
	width: 100%; 
}

@media (max-width: 767px) {
	.hero .hero__content h1 strong:after {
		bottom: 4px; 
	}
}

.hero .hero__image {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 470px; 
	height: 470px; 
}

@media (max-width: 1023px) {
	.hero .hero__image {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.hero .hero__image {
		width: 312px; 
		height: 312px; 
	}
}

@media (max-width: 374px) {
	.hero .hero__image {
		width: 270px; 
		height: 270px; 
	}
}

.hero .hero__image:after {
	content: '';
	position: absolute;
	top: -78px;
	left: -104px; 
	width: 940px; 
	height: 584px;
	background-image: url(../png/dec%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: -1; 
}

@media (max-width: 767px) {
	.hero .hero__image:after {
		top: -51px;
		left: -131px; 
		width: 740px; 
		height: 384px;
	}
}

@media (max-width: 374px) {
	.hero .hero__image:after {
		top: -76px;
	}
}

/*  Hero Sm  */
.hero--sm {
	position: relative;
	padding: 34px 0;
	margin-bottom: 72px; 
}

@media (max-width: 1023px) {
	.hero--sm {
		margin-bottom: 42px; 
	}
}

@media (max-width: 767px) {
	.hero--sm {
		margin-bottom: 0; 
	}
}

.hero--sm:after {
	content: '';
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background: -moz-linear-gradient(top,  rgba(0,169,224,0.5) 0%, rgba(0,169,224,0.2) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,169,224,0.5) 0%,rgba(0,169,224,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(0,169,224,0.5) 0%,rgba(0,169,224,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000a9e0', endColorstr='#3300a9e0',GradientType=0 );
	opacity: .1;
	z-index: -1; 
}

.hero--sm .hero__inner-content {
	align-items: flex-start;
	justify-content: space-between;
}

.hero--sm .hero__content {
	flex: 0 1 calc(100% - 500px);
	max-width: calc(100% - 500px);
	padding: 56px 0 24px;
	letter-spacing: -.023em;
}

@media (max-width: 1023px) {
	.hero--sm .hero__content {
		flex: 0 1 100%;
		max-width: 100%;
		padding: 30px 0 80px;
	}	
}

@media (max-width: 767px) {
	.hero--sm .hero__content {
		padding: 30px 0 47px;
	}	
}

@media (max-width: 374px) {
	.hero--sm .hero__content {
		font-size: 32px; 
	}
}

.hero--sm .hero__content h1 {
	margin-bottom: 12px; 
}

.hero--sm .hero__aside {
	position: relative;
	flex: 0 1 470px;
	max-width: 470px;
	padding-top: 45px; 
	margin: 0 -5px -613px 0; 
	z-index: 1; 
}

@media (max-width: 1023px) {
	.hero--sm .hero__aside {
		flex: 0 1 600px;
		max-width: 600px;
		margin: 0 auto -24px; 
	}
}

@media (max-width: 767px) {
	.hero--sm .hero__aside {
		flex: 0 1 calc(100% + 50px);
		max-width: calc(100% + 50px);
		margin: 0 -25px; 
	}
}

.hero--sm .hero__aside:after {
	content: '';
	position: absolute;
	top: -115px;
	left: -137px; 
	width: 844px; 
	height: 446px;
	background-image: url(../png/dec4%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: -1;
}

@media(max-width: 767px) {
	.hero--sm .hero__aside:after {
		top: -80px;
		left: -137px; 
		width: 744px; 
		height: 346px;
	}	
}

.hero--sm .hero__image {
  width: 370px;
  height: 370px;
  margin-bottom: -85px;
}

@media (max-width: 1023px) {
	.hero--sm .hero__image {
	  margin: 0 auto -75px;
	}	
}

@media (max-width: 767px) {
	.hero--sm .hero__image {
		width: 312px; 
		height: 312px; 
	}
}

@media (max-width: 374px) {
	.hero--sm .hero__image {
		width: 270px; 
		height: 270px; 
	}
}

.hero--sm .hero__image:after {
	top: -114px; 
	left: -68px; 
	width: 688px;
	height: 475px;  
	background-image: url(../png/dec3%402x.png);
}

@media (max-width: 767px) {
	.hero--sm .hero__image:after {
		top: -41px;
		left: -74px; 
		width: 558px;
		height: 335px;  
	}
}

@media (max-width: 374px) {
	.hero--sm .hero__image:after {
		top: -66px;
	}
}

/*  Hero Animated  */
.hero--animated .hero__content {
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s .3s, visibility .4s .3s; 
}

.hero--animated.fade-in .hero__content {
	opacity: 1;
	visibility: visible;
}

/* ------------------------------------------------------------ *\
	Nav Container
\* ------------------------------------------------------------ */

.nav-container {
	position: relative;
	z-index: 998; 
	padding: 14px 0;
	background: #4F758B;
	color: #fff;
}

@media (max-width: 1023px) {
	.nav-container {
		height: 60px; 
		padding: 10px 0;
	}

	.nav-container .shell {
		padding: 0 10px; 
	}
}

.nav-container .nav-container__inner {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between; 
}

@media (max-width: 1023px) {
	.nav-container .nav-container__inner {
    border: 1px solid #fff;
    height: 41px;
    border-radius: 4px;
	}
}

.nav-container .nav-container__aside {
	position: relative;
	flex: 0 0 126px;
	max-width: 126px; 
	font-family: 'futura-pt',sans-serif; 
	font-size: 18px; 
	line-height: 1; 
	font-weight: 600;
}

.nav-container .nav-container__aside p a {
	color: #fff;
	text-decoration: none;
	transition: .2s opacity;
}
.nav-container .nav-container__aside p a:hover {
	opacity: .6;
}


@media (max-width: 1023px) {
	.nav-container .nav-container__aside {
		padding-left: 18px; 
		font-size: 16px; 
		line-height: 1.31; 
		letter-spacing: -.03em;
	}
}

.nav-container .nav-container__aside:after {
	content: '';
	position: absolute;
	top: 50%; 
	right: 0; 
	width: 1px; 
	height: 42px; 
	background: rgba(255, 255, 255, .5);
	transform: translateY(-50%);
}

@media (max-width: 1023px) {
	.nav-container .nav-container__aside:after {
		display: none; 
	}
}

.nav-container .nav-container__aside p {
	margin-bottom: 0;  
}

.nav-container .nav-container__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 1 calc(100% - 126px);
	max-width: calc(100% - 126px);
	padding-left: 40px; 
}

@media (max-width: 1199px) {
	.nav-container .nav-container__content {
		padding-left: 20px; 
	}
}

@media (max-width: 1023px) {
	.nav-container .nav-container__content {
		position: absolute;
		top: 100%; 
		left: 0; 
		right: 0; 
		max-width: 100%; 
		padding: 20px 10px;
		flex-wrap: wrap;
		background: #4F758B;
		text-align: center; 
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		transition: opacity .4s, visibility .4s, transform .4s;
	}

	.nav-container.open .nav-container__content {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 1023px) {
	.nav-container .nav-container__content .btn {
		margin: 0 auto;
	}
}

/*  Nav Container Sticky  */
.nav-container--sticky {
	position: fixed;
	top: 0; 
	left: 0; 
	right: 0; 
}

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
	.nav-secondary {
		width: 100%; 
		margin-bottom: 10px; 
	}
}

.nav-secondary ul {
	font-size: 0; 
	line-height: 0; 
	margin: 0 -16px; 
	padding: 0; 
}

.nav-secondary li {
	display: inline-block; 
	vertical-align: middle;
	padding: 0 16px;
	font-family: 'futura-pt',sans-serif; 
	font-size: 18px;
	line-height: 1; 
	font-weight: 500;   
}

@media (max-width: 1023px) {
	.nav-secondary li {
		display: block; 
	}
}

.nav-secondary a {
	position: relative;
	display: block; 
}

@media (max-width: 1023px) {
	.nav-secondary a {
		padding: 10px 0;
	}
}

.nav-secondary a:after {
	content: '';
	position: absolute;
	bottom: 0; 
	left: 0; 
	width: 0; 
	height: 1px; 
	background: currentColor;
	transition: width .4s;
}

.nav-secondary a:hover:after {
	width: 100%; 
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

/*  Button Light Blue  */
.btn--light-blue {
	background: #00A9E0;
	border: 1px solid #00A9E0;
	transition: background .4s;
}

.btn--light-blue:hover {
	background: transparent;
}

/*  Button Large  */
.btn--lg {
	padding: 0 37px;
	height: 44px; 
	line-height: 44px; 
	border-radius: 25px;
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

/*  Section Main  */
.section--main {
	position: relative;
	padding: 124px 0 100px;
}

@media (max-width: 767px) {
	.section--main {
		padding: 80px 0 100px;
	}
}

.section--main:before {
	content: '';
	position: absolute;
	top: 21px; 
	left: 35px; 
	width: 177px; 
	height: 204px; 
	background-image: url(../png/dec2%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: -1; 
}

@media (max-width: 767px) {
	.section--main:before {
		top: 12px; 
		left: 7px; 
		width: 91px; 
		height: 105px; 
		background-image: url(../png/dec-mobile%402x.png);
	}
}

.section--main .section__inner {
	position: relative;
	z-index: 1; 
}

.section--main .section__head {
	margin-bottom: 60px; 
	text-align: center;
	font-family: 'futura-pt',sans-serif; 
	font-size: 20px; 
	line-height: 1.3;
}

.section--main .section__head h2 {
	display: inline-block; 
	vertical-align: middle; 
	margin-bottom: 35px; 
	font-family: 'Poppins', sans-serif; 
	font-size: 18px;
	line-height: 1.5;  
	font-weight: 600; 
	color: #99650C;
	letter-spacing: .06em;
	text-transform: uppercase; 
}

@media (max-width: 767px) {
	.section--main .section__head span {
		margin-bottom: 28px; 
	}
}

.section--main .section__head h3 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 62px;
	line-height: 0.77; 
	font-weight: 500; 
	color: #334B59; 
	margin-bottom: 5px; 
}

@media (max-width: 767px) {
	.section--main .section__head h2 {
		font-size: 42px;
		line-height: 1; 
		margin-bottom: 13px; 
	}
}

@media (max-width: 767px) {
	.section--main .section__head p br {
		display: none; 
	}	
}

/*  Section Intro  */
.section--intro {
	position: relative;
	padding: 107px 0 18px; 
}

@media (max-width: 1199px) {
	.section--intro {
		padding-top: 75px; 
	}
}

@media (max-width: 767px) {
	.section--intro {
		padding: 53px 0 40px; 
	}
}

.section--intro:after {
	content: '';
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background: -moz-linear-gradient(left,  rgba(0,169,224,1) 0%, rgba(0,169,224,0.5) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,169,224,1) 0%,rgba(0,169,224,0.5) 100%);
	background: linear-gradient(to right,  rgba(0,169,224,1) 0%,rgba(0,169,224,0.5) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9e0', endColorstr='#8000a9e0',GradientType=1 ); 
	opacity: .1;
}

.section--intro:before {
	content: '';
	position: absolute;
	top: 10px; 
	right: 21px;
	width: 177px; 
	height: 204px; 
	background-image: url(../png/dec-right%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

@media (max-width: 767px) {
	.section--intro:before {
		display: none; 
	}
}

.section--intro .section__inner {
	position: relative;
	z-index: 1; 
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.section--intro .section__inner {
		flex-wrap: wrap;
	}
}

.section--intro .section__content {
	flex: 0 1 520px;
	max-width: 520px;
	padding: 10px 30px 0 0; 
	font-family: 'futura-pt',sans-serif; 
	font-size: 20px; 
	line-height: 1.3;
}

@media (max-width: 1023px) {
	.section--intro .section__content {
		flex: 0 1 100%;
		max-width: 100%;
	}	
}

@media (max-width: 767px) {
	.section--intro .section__content {
		padding-right: 0; 
	}	
}

.section--intro .section__content h2 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 62px;
	line-height: 0.77; 
	font-weight: 500; 
	color: #334B59; 
	margin-bottom: 15px; 
}

@media (max-width: 767px) {
	.section--intro .section__content h2 {
		font-size: 42px;
		line-height: 1.14; 
		margin-bottom: 23px; 
	}	
}

.section--intro .section__content p {
	margin-bottom: 20px; 
}
.section--intro .section__content p:last-child {
	margin-bottom: 0; 
}

.section--intro .section__aside {
	position: relative;
	flex: 0 1 calc(100% - 595px);
	max-width: calc(100% - 595px);
	margin-bottom: -93px; 
}

@media (max-width: 1199px) {
	.section--intro .section__aside {
		flex: 0 1 calc(100% - 520px);
		max-width: calc(100% - 520px);
	}
}

@media (max-width: 1023px) {
	.section--intro .section__aside {
		flex: 0 1 100%;
		max-width: 100%;
		padding-top: 30px; 
		margin-bottom: 0; 
	}
}


.section--intro .section__aside h3 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 36px; 
	line-height: 1.33;
	font-weight: 500;  
	color: #334B59;
	margin-bottom: 18px; 
}

@media (max-width: 767px) {
	.section--intro .section__aside h3 {
		font-size: 32px; 
		line-height: 1.5;
	}
}

/*  Section Blue  */
.section--blue {
	position: relative; 
}

@media (max-width: 767px) {
	.section--blue {
		padding: 67px 0;
	}
}

@media (max-width: 767px) {
	.section--blue:before {
		top: 21px; 
		left: 19px; 
	}
}

.section--blue:after {
	content: '';
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background: -moz-linear-gradient(left,  rgba(0,169,224,1) 0%, rgba(0,169,224,0.5) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,169,224,1) 0%,rgba(0,169,224,0.5) 100%);
	background: linear-gradient(to right,  rgba(0,169,224,1) 0%,rgba(0,169,224,0.5) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9e0', endColorstr='#8000a9e0',GradientType=1 ); 
	opacity: .1;
}

@media (max-width: 767px) {
	.section--blue .section__head {
		margin-bottom: 40px; 
	}
}

/*  Section Alternating Blocks  */
.section--alternating-blocks {
	position: relative;
}

.section--alternating-blocks .section__body > span:not([class]) {
	display: inline-block; 
	vertical-align: middle; 
	margin-bottom: 17px; 
	font-family: 'Poppins', sans-serif; 
	font-size: 18px;
	line-height: 1.5;  
	font-weight: 600; 
	color: #99650C;
	letter-spacing: .06em;
	text-transform: uppercase; 
}

.section--alternating-blocks h2 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 52px;
	line-height: 0.92; 
	font-weight: 500; 
	color: #334B59; 
	margin-bottom: 10px; 
}

@media (max-width: 767px) {
	.section--alternating-blocks h2 {
		font-size: 42px;
		line-height: 1; 
		margin-bottom: 13px; 
	}	
}

.section--alternating-blocks .section__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 651px;
}

@media (max-width: 767px) {
	.section--alternating-blocks .section__inner {
		flex-wrap: wrap;
		min-height: auto;
	}	
}

.section--alternating-blocks .section__image {
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	width: 50%; 
	flex: 0 1 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.section--alternating-blocks .section__image {
		display: none; 
		position: relative;
		top: auto; 
		left: auto; 
		bottom: auto; 
		width: calc(100% + 50px); 
		flex: 0 1 calc(100% + 50px);
		height: 635px; 
		margin: 0 -25px;
		background-position: top center;
	}
}

.section--alternating-blocks .section__image--mobile {
	display: none; 
}

@media (max-width: 767px) {
	.section--alternating-blocks .section__image--mobile {
		display: block; 
	}
}

.section--alternating-blocks .section__body {
	position: relative;
	max-width: 66%;
	flex: 0 1 66%;
	border-width: 0 0 0 8px;
	border-style: solid;
	border-color: #00A9E0;
	padding: 79px 96px 71px 90px;
	margin: 23px 0 20px; 
	background: #FFFFFF;
	box-shadow: 5px -2px 27px rgb(0 0 0 / 5%);
	z-index: 1; 
	line-height: 1.5;
	letter-spacing: .006em; 
}

@media (max-width: 1023px) {
	.section--alternating-blocks .section__body {
		padding: 40px;
	}
} 

@media (max-width: 767px) {
	.section--alternating-blocks .section__body {
		max-width: 100%;
		flex: 0 1 100%;
		padding: 50px 29px;
		border-width: 8px 0 0 0;
		margin: -109px 0 0;
		line-height: 1.4; 
	}
} 

.section--alternating-blocks .btn--link {
	margin-top: 16px; 
	margin-bottom: 10px; 
}

.section--alternating-blocks p {
	margin-bottom: 27px; 
}

@media (max-width: 767px) {
	.section--alternating-blocks p {
		margin-bottom: 20px; 
	}	
}

.section--alternating-blocks p:last-child {
	margin-bottom: 0; 
}

.section--alternating-blocks:last-child {
	margin-bottom: 152px; 
}

@media (max-width: 1023px) {
	.section--alternating-blocks:last-child {
		margin-bottom: 100px; 
	}
}

.section--alternating-blocks + .section--alternating-blocks {
	margin-top: 101px; 
}

@media (max-width: 767px) {
	.section--alternating-blocks + .section--alternating-blocks {
		margin-top: 70px; 
	}	
}

/*  Section Alternating Blocks Hub  */
.section--alternating-blocks--hub .section__body {
	padding: 92px 96px 74px 90px;
	margin: 40px 0; 
}

@media (max-width: 1199px) {
	.section--alternating-blocks--hub .section__body {
		padding: 50px;
	}
}

@media (max-width: 1023px) {
	.section--alternating-blocks--hub .section__body {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.section--alternating-blocks--hub .section__body {
		padding: 50px 29px 75px;
		margin: -109px 0 0;
	}
}

.section--alternating-blocks--hub .btn--link {
	margin-bottom: 0px; 
}

@media (max-width: 767px) {
	.section--alternating-blocks--hub .btn--link {
		margin-top: 0; 
	}	
}

.section--alternating-blocks--hub p {
	margin-bottom: 17px; 
}

/*  Section Alternating Blocks Reversed  */
.section--alternating-blocks--reversed .section__image {
	left: auto; 
	right: 0; 
}

.section--alternating-blocks--reversed .section__inner {
	justify-content: flex-start;
}

/*  Section Article Sec  */
.section--alternating-blocks-sec {
	padding: 103px 0 100px;
}

@media (max-width: 767px) {
	.section--alternating-blocks-sec {
		padding: 80px 0 54px;
	}	
}

.section--alternating-blocks-sec h2 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 52px;
	line-height: 0.92; 
	font-weight: 500; 
	color: #334B59; 
	margin-bottom: 5px; 
}

@media (max-width: 767px) {
	.section--alternating-blocks-sec h2 {
		font-size: 42px;
		line-height: 1; 
		margin-bottom: 21px; 
	}	
}

.section--alternating-blocks-sec .section__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 652px;
}

@media (max-width: 767px) {
	.section--alternating-blocks-sec .section__inner {
		flex-wrap: wrap;
		min-height: 100%;
	}
}

.section--alternating-blocks-sec .section__image {
	position: absolute;
	top: 0; 
	right: -5px; 
	bottom: 0; 
	order: 2;
	width: 69%; 
	flex: 0 1 69%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.section--alternating-blocks-sec .section__image {
		position: relative;
		top: auto; 
		right: auto; 
		bottom: auto; 
		width: calc(100% + 50px); 
		flex: 0 1 calc(100% + 50px);
		height: 635px; 
		order: 1;
		margin: 0 -25px;
	}
}

.section--alternating-blocks-sec .section__body {
	position: relative;
	z-index: 1; 
	order: 1;
	max-width: 66%;
	flex: 0 1 66%;
	border-width: 0 8px 0 0;
	border-style: solid;
	border-color: #00A9E0;
	padding: 79px 99px 57px 88px;
	margin: 35px 0; 
	background: #FFFFFF;
	box-shadow: 0 100px 80px rgba(0, 0, 0, .02);
}

@media (max-width: 1023px) {
	.section--alternating-blocks-sec .section__body {
		padding: 40px; 
	}
}

@media (max-width: 767px) {
	.section--alternating-blocks-sec .section__body {
		max-width: 100%;
		flex: 0 1 100%;
		border-width: 8px 0 0 0;
		padding: 45px 30px;
		margin: -109px 0 0;  
	}
}


.section--alternating-blocks-sec .section__body ol:not([class]),
.section--alternating-blocks-sec .section__body ul:not([class]) {
	margin: 0 0 23px;
}

.section--alternating-blocks-sec .section__body .btn--link {
	margin-bottom: 10px; 
}

.section--alternating-blocks-sec .section__body li a:hover {
	text-decoration: none; 
}

.section--alternating-blocks-sec .section__body p {
	margin-bottom: 23px; 
}

.section--alternating-blocks-sec .section__body p:last-child {
	margin-bottom: 0; 
}	 

/*  Section Timeline  */
.section--timeline {
	position: relative;
	padding: 79px 0 81px;
	background-color: rgba(0, 169, 224, .1);
}

@media (max-width: 767px) {
	.section--timeline {
		padding: 90px 0 96px;
	}
}

.section--timeline .section__head {
	margin-bottom: 49px; 
	text-align: center; 
	font-family: 'futura-pt',sans-serif; 
	font-size: 20px; 
	line-height: 1.3; 
}

@media (max-width: 767px) {
	.section--timeline .section__head {
		margin-bottom: 65px; 
	}
}

.section--timeline .section__head h2.journey-subtitle {
	display: inline-block; 
	vertical-align: middle; 
	margin-bottom: 35px; 
	font-family: 'Poppins', sans-serif; 
	font-size: 18px;
	line-height: 1.5;  
	font-weight: 600; 
	color: #99650C;
	letter-spacing: .06em;
	text-transform: uppercase; 
}

@media (max-width: 767px) {
	.section--timeline .section__head h2.journey-subtitle {
		margin-bottom: 16px; 
	}
}

.section--timeline .section__head h3 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 62px;
	line-height: 0.77; 
	font-weight: 500; 
	color: #334B59; 
	margin-bottom: 5px; 
}

@media (max-width: 767px) {
	.section--timeline .section__head h3 {
		font-size: 42px;
		line-height: 1; 
		margin-bottom: 14px; 
	}	
}

@media (max-width: 767px) {
	.section--timeline .section__head p br {
		display: none; 
	}
}

.section--timeline:before {
	content: '';
	position: absolute;
	top: 22px; 
	right: 22px; 
	width: 177px; 
	height: 204px; 
	background-image: url(../png/dec-right%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

@media (max-width: 767px) {
	.section--timeline:before {
		top: 21px; 
		right: -59px; 
		width: 91px; 
		height: 106px; 
		background-image: url(../png/dec-mobile%402x.png);
	}
}

.section--timeline .section__body {
	position: relative;
}

.section--timeline .section__body:after {
	content: '';
	position: absolute;
	top: 30px; 
	left: 50%; 
	bottom: 0;  
	width: 1372px; 
	background-image: url(../png/timeline-bg-pattern.png);
	background-repeat: repeat-y;
	background-size: contain;
	background-position: center top;
	z-index: -1; 
	transform: translateX(-50%);
}

/*  Section Footnotes  */
.section--footnotes {
	padding: 80px 0;
	font-size: 14px;
	line-height: 1.21;  
}

@media (max-width: 767px) {
	.section--footnotes {
		padding: 43px 0;
		line-height: 1.1; 
	}
}

.section--footnotes .section__body ol:not([class]) {
	padding: 0 .7em;
}

/*  Section Impact  */
.section--impact {
	padding: 179px 0 38px;
}

@media (max-width: 1199px) {
	.section--impact {
		padding: 150px 0 38px;
	}
}

@media (max-width: 767px) {
	.section--impact {
		padding: 143px 0 38px;
	}

	.section--impact .cols {
		width: auto; 
	}
}

.section--impact:before {
	top: 99px; 
}

@media (max-width: 1199px) {
	.section--impact:before {
		top: 50px;
	}
}

@media (max-width: 767px) {
	.section--impact:before {
		top: 75px;
		left: 19px;
	}
}

@media (max-width: 767px) {
	.section--impact .section__head span {
		margin-bottom: 24px; 
	}
}

/*  Section Video  */
.section--video {
	position: relative;
	padding: 80px 0 95px;
}

@media (max-width: 767px) {
	.section--video {
		padding: 55px 0;
	}	
}

.section--video:before {
	content: '';
	position: absolute;
	top: 12px; 
	left: 30px; 
	width: 177px; 
	height: 204px; 
	background-image: url(../png/dec2%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: -1; 
}

@media (max-width: 767px) {
	.section--video:before {
		top: 12px; 
		left: 7px; 
		width: 91px; 
		height: 105px; 
		background-image: url(../png/dec-mobile%402x.png);
	}	
}

.section--video .section__head {
	text-align: center; 
	margin-bottom: 50px; 	
	font-family: 'futura-pt',sans-serif; 
	font-size: 20px; 
	line-height: 1.3;	
}

.section--video .section__head span {
	display: inline-block; 
	vertical-align: middle; 
	margin-bottom: 35px; 
	font-family: 'Poppins', sans-serif; 
	font-size: 18px;
	line-height: 1.5;  
	font-weight: 600; 
	color: #99650C;
	letter-spacing: .06em;
	text-transform: uppercase; 
}

@media (max-width: 767px) {
	.section--video .section__head span {
		margin-bottom: 28px; 
	}
}

.section--video .section__head h2 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 62px;
	line-height: 0.77; 
	font-weight: 500; 
	color: #334B59; 
	margin-bottom: 5px; 
}

@media (max-width: 767px) {
	.section--video .section__head h2 {
		font-size: 42px;
		line-height: 1; 
		margin-bottom: 15px; 
	}	
}

@media (max-width: 767px) {
	.section--video .section__head p br {
		display: none; 
	}	
}

.section--video .wistia_responsive_padding {
	max-width: 970px;
	margin: 0 auto;
	padding: 47.1% 0 0 0 !important;
}

@media (max-width: 1199px) {
	.section--video .wistia_responsive_padding {
		padding: 55.5% 0 0 0 !important;
	}	
}

@media (max-width: 1023px) {
	.section--video .wistia_responsive_padding {
		padding: 56.5% 0 0 0 !important;
	}	
}

/*  Section Standard Text  */
.section--standard-text {
	position: relative;
	padding: 50px 0 34px;
}

@media (max-width: 767px) {
	.section--standard-text {
		padding: 70px 0 34px;
	}	
}

.section--standard-text:before {
	content: '';
	position: absolute;
	top: 9px; 
	right: 21px; 
	width: 177px; 
	height: 204px; 
	background-image: url(../png/dec-right%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: -1; 
}

@media (max-width: 767px) {
	.section--standard-text:before {
		top: 21px; 
		right: -59px; 
		width: 91px; 
		height: 105px; 
		background-image: url(../png/dec-mobile%402x.png);
	}	
}

.section--standard-text .section__body {
	font-size: 16px; 
	line-height: 1.5; 
	color: #54585A;
	font-weight: 500; 
	letter-spacing: .0072em;
}

.section--standard-text .section__body > p {
	margin-bottom: 38px; 
}

.section--standard-text .section__body > h2,
.section--standard-text .section__body > h3,
.section--standard-text .section__body > h4,
.section--standard-text .section__body > h5,
.section--standard-text .section__body > h6 {
	font-weight: 500;  
	color: #334B59;
}

.section--standard-text .section__body > h2 {
	margin-bottom: 17px; 
	font-size: 52px; 
	line-height: 0.92;
}

@media (max-width: 767px) {
	.section--standard-text .section__body > h2 {
		font-size: 42px; 
		line-height: 1;
	}	
}

.section--standard-text .section__body > h3 {
	margin-bottom: 18px; 
	font-size: 42px;
	line-height: 1.14;  
}

@media (max-width: 767px) {
	.section--standard-text .section__body > h3 {
		font-size: 32px; 
		line-height: 1;
	}	
}

.section--standard-text .section__body ol:not([class]),
.section--standard-text .section__body ul:not([class]) {
	line-height: 1.95;
	margin: 1.3em 0; 
}

/*  Section Standard Text Small  */
.section--standard-text--small {
	padding: 0 0 20px; 
}

@media (max-width: 1023px) {
	.section--standard-text--small {
		padding: 60px 0 20px; 
	}	
}

@media (max-width: 767px) {
	.section--standard-text--small {
		padding: 40px 0 20px; 
	}	
}

.section--standard-text .section__body > p {
	margin-bottom: 33px; 
}

.section--standard-text .section__body img.alignleft,
.section--standard-text .section__body img.alignright {
	margin: -12px 0 20px;
}

@media (max-width: 767px) {
	.section--standard-text .section__body img.alignleft,
	.section--standard-text .section__body img.alignright {
		margin: 0 0 20px;
		float: none;
		width: auto;
	}
}

.section--standard-text--small .section__inner {
	max-width: 56%;
}

@media (max-width: 1023px) {
	.section--standard-text--small .section__inner {
		max-width: 100%;
	}	
}

/*  Section Grid Sec  */
.section--grid--sec {
	position: relative;
	padding: 122px 0 59px;
	background: transparent;
}

@media (max-width: 767px) {
	.section--grid--sec {
		padding: 55px 0;
	}

	.section--grid--sec .col:first-child {
		margin-bottom: 16px; 
	}
}

.section--grid--sec:before {
	content: '';
	position: absolute;
	top: 44px; 
	left: 20px; 
	width: 177px; 
	height: 204px; 
	background-image: url(../png/dec2%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: -1; 
}

@media (max-width: 767px) {
	.section--grid--sec:before {
		top: 12px; 
		left: 7px; 
		width: 91px; 
		height: 105px; 
		background-image: url(../png/dec-mobile%402x.png);
	}	
}

.section--grid--sec .section__head {
	text-align: center; 
	margin-bottom: 50px; 	
	font-family: 'futura-pt',sans-serif; 
	font-size: 20px; 
	line-height: 1.3;	
}

.section--grid--sec .section__head span {
	display: inline-block; 
	vertical-align: middle; 
	margin-bottom: 35px; 
	font-family: 'Poppins', sans-serif; 
	font-size: 18px;
	line-height: 1.5;  
	font-weight: 600; 
	color: #99650C;
	letter-spacing: .06em;
	text-transform: uppercase; 
}

.section--grid--sec .section__head h2 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 62px;
	line-height: 0.77; 
	font-weight: 500; 
	color: #334B59; 
	margin-bottom: 5px; 
	text-transform: capitalize; 
}

@media (max-width: 767px) {
	.section--grid--sec .section__head h2 {
		font-size: 52px;
		line-height: 1; 
		margin-bottom: 15px; 
	}	
}

/*  Section Animated  */
.section--animated .section__content,
.section--body-animated .section__body > *,
.section--head-animated .section__head {
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s, visibility .4s;
}

.section--animated.fade-in .section__content,
.section--body-animated.fade-in .section__body > *,
.section--head-animated.fade-in .section__head {
	opacity: 1;
	visibility: visible;
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */

.grid {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.grid	.grid__col {
	max-width: 100%;
	flex: 1;
	padding: 0 15px;
}

/*  Grid col 1of2  */
.grid	.grid__col--1of2 {
	max-width: 50%;
	flex: 0 0 50%;
}

/*  Grid col 1of3  */
.grid	.grid__col--1of3 {
	max-width: calc(100% / 3);
	flex: 0 0 calc(100% / 3);
}

/* ------------------------------------------------------------ *\
	Entry
\* ------------------------------------------------------------ */

/*  Entry Inline  */
.entry--inline {
	display: flex;
	align-items: center;
	font-family: 'Lato', sans-serif; 
	font-size: 16px; 
	line-height: 1.38; 
	font-weight: 500; 
	color: #54585A;
	background: #fff;
	box-shadow: 5px -2px 27px rgb(0 0 0 / 5%);
	margin-bottom: 20px; 
}

@media (max-width: 767px) {
	.entry--inline {
		align-items: flex-start;
		padding: 31px 0;
	}
}

.entry--inline .entry__image {
	flex: 0 0 133px;
	max-width: 133px;
	text-align: center; 
}

@media (max-width: 767px) {
	.entry--inline .entry__image {
		flex: 0 0 98px;
		max-width: 98px;
	}
}

.entry--inline .entry__body {
	flex: 0 1 calc(100% - 133px);
	max-width: calc(100% - 133px);
	padding: 40px 30px 30px 0;
}

@media (max-width: 767px) {
	.entry--inline .entry__body {
		flex: 0 1 calc(100% - 98px);
		max-width: calc(100% - 98px);
		padding: 3px 24px 0 0;
	}
}

.entry--inline .entry__body h4 {
	margin-bottom: 4px; 
	font-family: 'futura-pt',sans-serif; 
	font-size: 24px; 
	line-height: 1.29;
	color: #334B59;
	font-weight: 600;  
	letter-spacing: .03em;
}

/*  Entry Animated  */
.entry--animated {
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s .2s, visibility .4s .2s, transform .4s .2s;
}

.entry--animated.fade-in { 
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

/* ------------------------------------------------------------ *\
	Entry Stat
\* ------------------------------------------------------------ */

.entry-stat {
	position: relative;
	padding: 36px 32px 155px 36px;
	min-height: 470px;
	height: 100%; 
	font-family: 'Lato', sans-serif; 
	font-size: 16px; 
	line-height: 1.5; 
	font-weight: 500; 
	color: #54585A;
	background: #fff;
	box-shadow: 5px -2px 27px rgb(0 0 0 / 5%);
	overflow: hidden;
} 

@media (max-width: 1199px) {
	.entry-stat {
		padding: 36px 20px 155px;
	}
}

@media (max-width: 1023px) {
	.entry-stat {
		margin-bottom: 30px; 
	}
}

.entry-stat .entry__count {
	margin-bottom: 26px; 
}

.entry-stat .entry__count h3 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 56px; 
	line-height: 1.29; 
	font-weight: 600;
	color: #1380A5; 
}

.entry-stat .entry__count h3 sub {
	position: relative;
	display: inline-block; 
	vertical-align: middle; 
	margin-bottom: -7px; 
	font-size: 20px; 
	line-height: 1;
	font-weight: 500;  
}

.entry-stat .entry__count--percentage h3 sub {
	font-size: 32px; 
}

.entry-stat .entry__image {
	position: absolute;
	bottom: 0; 
	left: 0; 
	right: 0; 
	text-align: center; 
}

@media (max-width: 1023px) {
	.entry-stat .entry__image--fullwidth {
		left: -20px; 
		right: -20px; 
	}
}

.entry-stat .entry__image--fullwidth img {
	width: 100%; 
}

.entry-stat .entry__image--sec {
	bottom: -53px; 
	left: 50%; 
	right: auto; 
	transform: translateX(-50%);
	width: 216px; 
}

/* ------------------------------------------------------------ *\
	Button link lg
\* ------------------------------------------------------------ */

.btn--link-lg {
	font-family: 'futura-pt',sans-serif; 
	font-size: 24px; 
	line-height: 1; 
	font-weight: 600; 
	color: #1380A5; 
	letter-spacing: .03em;
	text-transform: capitalize; 
	height: auto; 
}

@media (max-width: 767px) {
	.btn--link-lg {
		font-size: 22px; 
		line-height: 1.32; 
	}
}

.btn--link-lg .fa,
.btn--link .zmdi {
	vertical-align: middle; 
	margin-left: 1px; 
	font-size: 20px; 
	transition: transform .4s;
}

@media (max-width: 767px) {
	.btn--link-lg .fa,
	.btn--link .zmdi {
		margin-left: 10px; 
	}	
}

/* a11y #253: Changed span to h3 */
.btn--link-lg {
	position: relative;
	display: inline-block; 
	vertical-align: middle;
	color: #1380A5;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 24px;
}

.btn--link-lg:after {
	content: '';
	position: absolute;
	bottom: 0; 
	left: 0; 
	width: 0; 
	height: 1px; 
	background: currentColor;
	transition: width .4s;
}

.btn--link-lg:hover:after {
	width: 100%; 
}

.btn--link:hover i {
	transform: translateX(5px);
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */

/*  Card Inline  */
.card--inline {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px; 
	background: #fff;
	box-shadow: 5px -2px 27px rgb(0 0 0 / 5%);
}

@media (max-width: 1023px) {
	.card--inline {
		flex-wrap: wrap;
		align-items: flex-start;
	}
}

.card--inline > a {
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
}

/* a11y #198: Changed h5 to h3 */
.card--inline:hover h5 {
	text-decoration: underline; 
}

.card--inline h5 {
	font-size: 24px; 
	line-height: 1.29; 
	font-weight: 600; 
	color: #1380A5;
	letter-spacing: .03em;
	margin-bottom: 3px; 
}

@media (max-width: 1023px) {
	.card--inline h5 {
		line-height: 1; 
	}
}

.card--inline h4 {
	display: inline-block; 
	vertical-align: middle;
	margin-bottom: 5px;  
	font-family: 'Poppins', sans-serif; 
	font-size: 14px; 
	line-height: 1.5; 
	font-weight: 600; 
	color: #99650C;
	letter-spacing: .03em;
	text-transform: uppercase; 
}

@media (max-width: 1023px) {
	.card--inline h4 {
		margin-bottom: 9px;  
	}
}

.card--inline .card__body {
	flex: 0 1 calc(100% - 183px);
	max-width: calc(100% - 183px);
	padding: 49px 34px 49px 0; 
	font-family: 'Lato', sans-serif; 
	font-size: 16px; 
	line-height: 1.38;
	font-weight: 500;  
}

@media (max-width: 1023px) {
	.card--inline .card__body {
		flex: 0 1 100%;
		max-width: 100%;
		padding: 25px 11px 49px 11px; 
	}
}

.card--inline .card__video {
	position: relative;
	z-index: 1; 
}

.card--inline .card__image,
.card--inline .card__video {
	flex: 0 0 183px;
	max-width: 183px;
	padding: 0 20px;
}

@media (max-width: 1023px) {
	.card--inline .card__image,
	.card--inline .card__video {
		margin: 0 auto; 
		min-height: 160px; 
	}	
}

.card--inline .card__image--dec .card__image-holder,
.card--inline .card__video--dec .card__video-holder {
	position: relative;
	display: inline-block; 
}

.card--inline .card__image--dec .card__image-holder:after,
.card--inline .card__video--dec .card__video-holder:after {
	content: '';
	position: absolute;
	bottom: -9px; 
	right: -7px; 
	width: 50px; 
	height: 49px; 
	z-index: -1; 
	border-radius: 20px 4px 16px 4px;
	background: -moz-linear-gradient(left, rgba(238,175,48,0.2) 0%, rgba(238,175,48,0.4) 100%);
	background: -webkit-linear-gradient(left, rgba(238,175,48,0.2) 0%,rgba(238,175,48,0.4) 100%);
	background: linear-gradient(to right, rgba(238,175,48,0.2) 0%,rgba(238,175,48,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33eeaf30', endColorstr='#66eeaf30',GradientType=1 );
}

.card--inline .card__video--dec .card__video-holder:after {
	bottom: -16px; 
}

.card--inline .card__video-holder .btn-play {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
}

/*  Card Banner  */
.card--banner {
	display: block; 
	text-align: center; 
	padding: 0 10px;
}

@media (max-width: 1023px) {
	.card--banner {
		margin-bottom: 40px; 
	}
}

@media (max-width: 767px) {
	.card--banner {
		padding: 0; 
	}
}

/* a11y #24: Changed h4 to p */
.card--banner p {
	font-family: 'futura-pt',sans-serif; 
	font-size: 28px; 
	line-height: 1;
	font-weight: 600;  
	color: #334B59;
}

@media (max-width: 1199px) {
	.card--banner p {
		font-size: 26px; 
	}
}

@media (max-width: 767px) {
	.card--banner p {
		font-size: 24px; 
	}

	.card--banner p br {
		display: none; 
	}
}

.card--banner .card__image {
	height: 116px; 
	margin-bottom: 40px; 
}

@media (max-width: 767px) {
	.card--banner .card__image {
		height: 85px; 
		margin-bottom: 24px; 
	}
}

@media (max-width: 767px) {
	.card--banner .card__image--mobile .card__image-holder {
		width: 96px; 
	}
}

@media (max-width: 767px) {
	.card--banner .card__image-holder {
		width: 80px;
		margin: 0 auto; 
	}
}

/*  Card Post Sec  */
.card--post-sec .card__content {
	padding: 30px 21px 28px 27px;
}

.card--post-sec .card__image {
	padding-bottom: 0; 
	height: 7.7vw; 
	min-height: 150px;
}

/* a11y #241: Changed h4 to p */
.card--post-sec .card__content .card__title {
	margin-bottom: 4px; 
	font-size: 18px; 
	line-height: 1.28; 
	font-weight: 600;
	letter-spacing: .03em; 
	margin: 0;
	color: #262626;
	transition: color .2s ease;
	text-transform: none;
	letter-spacing: .03em;
	font-family: 'futura-pt',sans-serif;
}

.card--post-sec .card__content p {
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 1.23;
}

.card--post:hover .card__content .card__title {
	color: #1380A5;
}

/*  Card Block  */
.card--block {
	height: 100%;
	box-shadow: 5px -2px 27px rgb(0 0 0 / 5%);
}

.card--block .card__inner {
	display: flex;
	flex-wrap: wrap;
}
.card--block .card__image {
	flex: 0 1 100%;
	max-width: 100%; 
	height: 0; 
	padding-top: 52.2%; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.card--block .card__content {
	flex: 0 1 100%;
	max-width: 100%;
	padding: 34px 36px 63px 40px;
	font-family: 'Lato', sans-serif; 
	font-size: 16px; 
	line-height: 1.38;
	font-weight: 500;  
	letter-spacing: .001em;
}

@media (max-width: 1199px) {
	.card--block .card__content {
		padding: 34px 25px;
	}
}

.card--block .card__content h3 {
	margin-bottom: 13px; 
	font-size: 26px; 
	line-height: 1.08;
	font-weight: 600;
	color: #334B59;  
	letter-spacing: .025em;
}

.card--block .card__content h3 a {
	color: #1380A5;
}

.card--block .card__content h3 a:hover {
	text-decoration: underline; 
}

/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */

.cards {
	margin: 30px 0;
}

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */

.list-logos ul {
	list-style-type: none;
	margin: 0 -13px; 
	padding: 0; 
	font-size: 0; 
	line-height: 0; 
}

.list-logos li {
	display: inline-block; 
	vertical-align: middle;
	padding: 0 13px; 
}

/* ------------------------------------------------------------ *\
	Timeline
\* ------------------------------------------------------------ */

.timeline {
	position: relative;
	width: 100%; 
}

.timeline:after {
	content: '';
	position: absolute;
	top: 61px; 
	bottom: 0; 
	left: 50%; 
	transform: translateX(-50%);
	width: 3px; 
	background: #4F758B;
	z-index: -1; 
}

.timeline .timeline__entry {
	position: relative;
	max-width: calc(50% - 79px); 
	padding: 47px 29px 40px;
	background: #fff;
	font-family: 'Lato', sans-serif; 
	font-size: 16px; 
	line-height: 1.38;
	font-weight: 500;
	margin: 0 -5px 22px auto; 
	box-shadow: 5px -2px 27px rgb(0 0 0 / 5%);
}

@media (max-width: 767px) {
	.timeline .timeline__entry {
		max-width: 100%; 
		padding: 27px 19px 23px;
		margin: 0 0 48px; 
	}	
}

.timeline .timeline__entry:after,
.timeline .timeline__entry:before {
	content: '';
	position: absolute;
}

.timeline .timeline__entry:after {
	top: 50px; 
	left: -80px; 
	height: 3px;
	width: 0;
	background: #4F758B;
	z-index: -1; 
	transition: width .4s .2s;
}

@media (max-width: 767px) {
	.timeline .timeline__entry:after {
		display: none; 
	}
}

.timeline .timeline__entry:before {
	top: 39px; 
	left: -95px; 
	width: 22px; 
	height: 22px; 
	border-radius: 50%;
	border: 4px solid #EAF8FC;
	background: #99650C;
}

@media (max-width: 767px) {
	.timeline .timeline__entry:before {
		top: -14px; 
		left: 50%;
		transform: translateX(-50%); 
	}	
}

.timeline .timeline__entry:nth-child(even) {
	margin: 0 0 19px -5px; 
	padding: 47px 29px 30px;
}

@media (max-width: 767px) {
	.timeline .timeline__entry:nth-child(even) {
		margin: 0 0 56px; 
		padding: 27px 19px 26px;
	}	
}

.timeline .timeline__entry:nth-child(even):after {
	left: auto;
	right: -80px;  
}

.timeline .timeline__entry:nth-child(even):before {
	top: 39px; 
	right: -95px; 
	left: auto;
}

@media (max-width: 767px) {
	.timeline .timeline__entry:nth-child(even):before {
		top: -14px; 
		right: auto; 
		left: 50%;
		transform: translateX(-50%);
	}	
}

.timeline .timeline__entry:last-child {
	margin: 55px auto 0;
	padding: 40px 69px 63px;
	background: #4F758B;
	color: #fff;
}

@media (max-width: 767px) {
	.timeline .timeline__entry:last-child {
		margin-top: 66px; 
		padding: 49px 20px 20px;
	}	
}

.timeline .timeline__entry:last-child a,
.timeline .timeline__entry:last-child h5 {
	color: currentColor;
}

.timeline .timeline__entry:last-child h5 {
	margin-bottom: 10px; 
}

.timeline .timeline__entry:last-child:after {
	display: none; 
}

.timeline .timeline__entry:last-child:before {
	top: -18px; 
	left: 50%; 
	transform: translateX(-50%);
	width: 38px; 
	height: 38px; 
	line-height: 38px;
	text-align: center;  
	background-image: url(../png/ico-arrow.png);
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.timeline .timeline__entry:last-child:before {
		top: -20px; 
	}
}

.timeline .timeline__entry h5 {
	font-family: 'futura-pt',sans-serif; 
	font-size: 28px; 
	line-height: 1;
	font-weight: 600;  
	color: #1380A5;
	letter-spacing: .03em;
	margin-bottom: 5px; 
}

.timeline .timeline__entry--left {
	text-align: right; 
}

@media (max-width: 767px) {
	.timeline .timeline__entry--left {
		text-align: left; 
	}	
}

.timeline .timeline__entry--right {
	text-align: left; 
}

.timeline .timeline__entry--center {
	max-width: 706px;
	margin: 0 auto;
}

.timeline .timeline__entry--center h5 {
	text-align: center; 
}

/*  Timeline Animated  */
.timeline-animated {
	transform: translateY(100px);
	transition: transform .4s;
}

.timeline-animated.fade-in {
	transform: translateY(0);
}

.timeline-animated.fade-in:after {
	width: calc(50% - ((50% - 79px))); 
}

/* ------------------------------------------------------------ *\
	Button Play
\* ------------------------------------------------------------ */

.btn-play {
	position: absolute;
	display: inline-block; 
	vertical-align: middle;
	width: 69px; 
	height: 69px; 
	border-radius: 50%;
	background-color: #00A9E0; 
	box-shadow: 0 2px 16px rgba(0, 0, 0, .3);
}

.btn-play:after {
	content: '';
	position: absolute;
	top: 50%; 
	left: 50%; 
	width: 0;
	height: 0;
	margin-left: 3px; 
	border-style: solid;
	border-width: 12px 0 12px 17px;
	border-color: transparent transparent transparent #ffffff;
	transform: translate(-50%, -50%);
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {
	position: relative;
	max-width: 970px;
	padding: 45px 69px 48px 72px;
	margin: 60px 0;
	background: #3D6E8B;
}

@media (max-width: 767px) {
	.form {
		padding: 40px 25px;
		margin: 40px -25px 0;
	}
}

@media (max-width: 374px) {
	.form {
		padding: 30px;
	}
}

.form > span {
	display: inline-block; 
	vertical-align: middle; 
	font-family: 'Poppins', sans-serif; 
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;   
	color: #99650C;
	text-transform: uppercase; 
	letter-spacing: .06em;
	margin-bottom: 10px; 
}

.form:after {
	content: '';
	position: absolute;
	top: 10px; 
	right: 10px; 
	width: 177px; 
	height: 204px; 
	background-image: url(../png/dec-right-2%402x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.form .gform_wrapper {
	border: 0;
	background: transparent;
	color: #fff;
}

.form .gform_wrapper .gform_heading {
	background: transparent;
	padding: 0;
}

.form .gform_wrapper span.gform_description {
	display: block; 
	font-family: 'Lato', sans-serif; 
	font-size: 16px; 
	line-height: 1.5;
	font-weight: 500;  
	letter-spacing: .006em;
}

.form .gform_wrapper .gform_required_legend {
	display: none; 
}

.form .gform_wrapper .gform_title {
	font-family: 'futura-pt',sans-serif; 
	font-size: 42px;
	line-height: 1.14;
	font-weight: 500;  
	letter-spacing: 0 !important;
}

.form .gform_wrapper .gform_body {
	padding: 15px 0;
}

.form .gform_wrapper .gform_footer {
	padding: 0;
	margin-top: 6px; 
}

.form .gform_wrapper .top_label div.ginput_container {
	margin-top: 7px; 
}

.form .gform_wrapper .top_label div.ginput_container_textarea {
	margin-top: 3px; 	
}

.form div.ginput_container_name span {
	padding-right: 21px; 
}

@media (max-width: 767px) {
	.form div.ginput_container_name span {
		width: 100%; 
		padding-right: 0; 
	}
}

@media (max-width: 767px) {
	.form .gform_wrapper .ginput_container span:not(.ginput_price) {
		margin-bottom: 20px; 
	}
	.form .gform_wrapper .ginput_container span:not(.ginput_price):last-child {
		margin-bottom: 0; 
	}
}

.form .gfield {
	margin-bottom: 15px; 
}

.form .gform_wrapper textarea.large {
	height: 120px; 
}

.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-color: #fff;
}

.form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.forn .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	font-family: 'Lato', sans-serif; 
	font-size: 12px; 
	line-height: 1.25; 
}

@media (max-width: 767px) {
	.form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
	.forn .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
		margin-bottom: 0; 
	}
}

.form .gform_wrapper .gfield_required {
	color: #fff;
}

.form .gform_wrapper .top_label .gfield_label {
	font-family: 'Lato', sans-serif;
	font-size: 15px; 
	line-height: 1.2;
	font-weight: 700;   
	color: #fff;
}

.form .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.form .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.form .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
	width: calc(100% + 24px); 
}

@media (max-width: 767px) {
	.form .top_label div.ginput_complex.ginput_container.gf_name_has_1,
	.form .top_label div.ginput_complex.ginput_container.gf_name_has_2,
	.form .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
		width: 100%; 
	}	
}

.form .gform_wrapper .gform_footer input.button,
.form .gform_wrapper .gform_footer input[type=submit],
.form .gform_wrapper .gform_page_footer input.button,
.form .gform_wrapper .gform_page_footer input[type=submit] {
	background: #00A9E0;
	box-shadow: inset 0 0 0 #00A9E0;
	min-width: 225px;
	height: 50px;
	line-height: 50px;
	padding: 0 34px;  
}

.form .gform_wrapper .gform_footer input.button:hover, 
.form .gform_wrapper .gform_footer input[type=submit]:hover, 
.form .gform_wrapper .gform_page_footer input.button:hover, 
.form .gform_wrapper .gform_page_footer input[type=submit]:hover {
	box-shadow: inset 0 0 500px #1c8aad;
}

/*  Form Sec  */
.form--sec {
	max-width: 100%;
	padding: 45px 36px 40px 36px;
	margin: 0;
}

@media (max-width: 767px) {
	.form {
		padding: 40px 25px;
	}
}

@media (max-width: 374px) {
	.form {
		padding: 30px;
	}
}

.form--sec > span {
	margin-bottom: 7px; 
}

.form:after {
	top: 19px; 
	right: 20px; 
	width: 111px; 
	height: 134px; 
	background-image: url(../png/dec-right-3%402x.png);
}

.form--sec .gform_wrapper span.gform_description,
.form--sec .gform_wrapper .gform_required_legend {
	display: none; 
}

.form--sec .gform_wrapper .gform_title {
	font-size: 36px;
	line-height: 1.06;
}

.form--sec .gform_wrapper .gform_body {
	padding: 26px 0 0;
}

.form--sec .gform_wrapper .gform_footer {
	margin-top: 27px; 
}

.form--sec .gfield {
	margin-bottom: 19px; 
}

/*  Form Animated  */
.form--animated {
	transform: translateY(200px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s, visibility .4s, transform .4s;
}

.form--animated.fade-in {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

/*  Slider Entries  */
.slider-entries .swiper-wrapper {
	margin: 0 -15px;
}

.slider-entries .swiper-slide {
	flex: 0 1 25%;
	max-width: 25%;
	padding: 0 15px;
}

@media (max-width: 1023px) {
	.slider-entries .swiper-slide {
		flex: 0 0 auto;
		max-width: 100%;
		padding: 0 15px;
	}	
}

/*  Slider Card Posts  */
.slider-card-posts .swiper-wrapper {
	margin: 0 -15px;
	/* a11y #166: Changed list-style to none */
	list-style: none;
}

.slider-card-posts .swiper-slide {
	flex: 0 1 25%;
	max-width: 25%;
	padding: 0 15px;
}

@media (max-width: 1023px) {
	.slider-card-posts .swiper-slide {
		flex: 0 0 auto;
		max-width: 100%;
		padding: 0 15px;
	}	
}

/*  Slider Cards  */
.slider-cards .swiper-wrapper {
	margin: 0 -15px;
	flex-wrap: wrap;
}

@media (max-width: 1023px) {
	.slider-cards .swiper-wrapper {
		flex-wrap: nowrap;
	}
}

.slider-cards .swiper-slide {
	flex: 0 1 50%;
	max-width: 50%;
	padding: 0 15px;
}

@media (max-width: 1023px) {
	.slider-cards .swiper-slide {
		flex: 0 0 auto;
		max-width: 100%;
		padding: 0 15px;
	}	
}

/* ------------------------------------------------------------ *\
	List Animated
\* ------------------------------------------------------------ */

.list-animated > div {
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s, transform 1s;
}

.list-animated.fade-in > div {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
