/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
	margin: 0;
	background-color: #ECECEC !important;
}

@font-face {
	font-family: 'Archer Book';
	src: url("../eot/archer-book.eot");
	src: url("../eot/archer-bookd41d.eot#iefix") format("embedded-opentype"), url("../woff2/archer-book.woff2") format("woff2"), url("../woff/archer-book.woff") format("woff"), url("../ttf/archer-book.ttf") format("truetype"), url("../svg/archer-book.svg#Archer-Book") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Archer';
	src: url("../woff2/archer-light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Archer';
	src: url("../eot/archer-bold.eot");
	src: url("../eot/archer-boldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/archer-bold.woff2") format("woff2"), url("../woff/archer-bold.woff") format("woff"), url("../ttf/archer-bold.ttf") format("truetype"), url("../svg/archer-bold.svg#Archer-Bold") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Archer';
	src: url("../eot/archer-semibold.eot");
	src: url("../eot/archer-semiboldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/archer-semibold.woff2") format("woff2"), url("../woff/archer-semibold.woff") format("woff"), url("../ttf/archer-semibold.ttf") format("truetype"), url("../svg/archer-semibold.svg#Archer-Semibold") format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'Gotham HTF';
	src: url("../eot/gothamhtf-book.eot");
	src: url("../eot/gothamhtf-bookd41d.eot#iefix") format("embedded-opentype"), url("../woff2/gothamhtf-book.woff2") format("woff2"), url("../woff/gothamhtf-book.woff") format("woff"), url("../ttf/gothamhtf-book.ttf") format("truetype"), url("../svg/gothamhtf-book.svg#GothamHTF-Book") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Gotham HTF';
	src: url("../eot/gothamhtf-bookitalic.eot");
	src: url("../eot/gothamhtf-bookitalicd41d.eot#iefix") format("embedded-opentype"), url("../woff2/gothamhtf-bookitalic.woff2") format("woff2"), url("../woff/gothamhtf-bookitalic.woff") format("woff"), url("../ttf/gothamhtf-bookitalic.ttf") format("truetype"), url("../svg/gothamhtf-bookitalic.svg#GothamHTF-BookItalic") format("svg");
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Gotham HTF';
	src: url("../eot/gothamhtf-medium.eot");
	src: url("../eot/gothamhtf-mediumd41d.eot#iefix") format("embedded-opentype"), url("../woff2/gothamhtf-medium.woff2") format("woff2"), url("../woff/gothamhtf-medium.woff") format("woff"), url("../ttf/gothamhtf-medium.ttf") format("truetype"), url("../svg/gothamhtf-medium.svg#GothamHTF-Medium") format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Gotham';
	src: url("../eot/gothammedium-italic.eot");
	src: url("../eot/gothammedium-italicd41d.eot#iefix") format("embedded-opentype"), url("../woff2/gothammedium-italic.woff2") format("woff2"), url("../woff/gothammedium-italic.woff") format("woff"), url("../ttf/gothammedium-italic.ttf") format("truetype"), url("../svg/gothammedium-italic.svg#GothamMedium-Italic") format("svg");
	font-weight: 600;
	font-style: italic
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.header {
	color: #fff;
	padding: 30px 0;
}

.header .shell {
	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: 0 15px
}

@media screen and (max-width: 860px) {
	.header .shell {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 30px;
	}
}

.header h1 {
	font-family: 'Archer Book';
	font-size: 30px;
	margin: 0 0 5px;
}

.header h2 {
	font-family: 'Gotham HTF', Arial, sans-serif;
	font-size: 32px;
	font-weight: 600;
	margin: 0;
}

.header .links {
	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;
	font-weight: 300;
}

.header .links img {
	width: 100px;
}

@media screen and (max-width: 860px) {
	.header .links {
		/*display: none;*/
		margin-bottom: 30px;
	}
}

.header .language-selector select {
    width: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    font-size: 12px;
    border: 0;
    cursor: pointer;
    line-height: 1.6;
    padding: 0 !important;
    background: transparent;
    margin: 0 !important;
    height: 20px;
}

.header .nav {
	border-left: 1px solid #fff;
	margin-left: 10px;
	font-size: 12px;
	padding: 7px 14px;
	font-family: 'Gotham HTF';
}

.header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .nav a {
	color: #fff;
	text-decoration: none;
	line-height: 1.4;
}

.header .logo {
	margin-top: 10px
}

@media (max-width: 815px) {
	.header {
		position: static;
		padding: 10px 0
	}

	.header .nav {
		padding-right: 0
	}

	.header .shell {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 15px 30px 30px;
	}
}

.shell {
	max-width: 1130px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto
}

@media (max-width: 815px) {
	.shell {
		padding-left: 20px;
		padding-right: 20px
	}
}

.wrapper {
	min-height: 100vh;
	position: relative;
	overflow: hidden
}

@media (max-height: 599px) and (min-width: 768px) {
	.wrapper {
		padding-top: 100px
	}
}

.math {
	height: 800px;
	width: 100%;
	background-image: url('../svg/math-bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #0088CE;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (max-width: 768px) {
	.math {
		height: 550px;
	}
}

.math .shape {
	position: absolute;
	bottom: -2px;
	z-index: -1;
	width: 100%;
}

.questions {
	padding: 0 15px;
}

.questions .container {
	width: 100%;
	max-width: 1130px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.questions .row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.question {
	width: 100%;
	position: relative;
	padding: 0 15px;
	-ms-flex: 0 0 33.33333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
	.question {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.question {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	    max-width: 425px;
    	left: 50%;
    	transform: translateX(-50%);
	}
}

.question .content {
	position: relative;
	width: 100%;
	padding-top: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	-o-transition: transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-box-shadow: 0 4.8406px 16.9421px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4.8406px 16.9421px rgba(0, 0, 0, 0.15);
	font-family: 'Gotham HTF';
}

.question.current .content,
.question.answered .content,
.question.complete .content {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
	.questions .row {
		position: relative;
	}
	.question {
		position: absolute;
		z-index: 1;
	}

	.question .content {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.question#card-0 {
		z-index: 3;
	}

	.question#card-0 .content {
		-webkit-box-shadow: 0 4.8406px 16.9421px rgba(0, 0, 0, 0.15);
		box-shadow: 0 4.8406px 16.9421px rgba(0, 0, 0, 0.15);
	}

	.question.current {
		z-index: 4;
	}

	.question.answered .content,
	.question.current .content {
		-webkit-box-shadow: 0 4.8406px 16.9421px rgba(0, 0, 0, 0.15);
		box-shadow: 0 4.8406px 16.9421px rgba(0, 0, 0, 0.15);
	}

	.question.complete {
		z-index: 1;
		display: none;
	}

	.question.complete#card-5 {
		display: block;
	}

	.question.answered {
		z-index: 2;
	}
}

.flip-card-front, .flip-card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-front {
	z-index: 1;
}

.flip-card-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: 2;
	padding: 60px 30px;
}

@media screen and (max-width: 1100px) {
	.flip-card-back {
		padding: 30px;
	}
}

.question .section__number {
	height: 100%;
    width: 100%;
	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;
}

.question .section__number h3 {
	margin: 0;
	font-size: 200px;
	font-family: 'Archer';
	font-weight: 300;
	color: #0088CE;
	line-height: 1;
	margin-top: -42px;
	opacity: .2;
}

.question .section__number.start h3 {
	opacity: 1;
}

.question button#start-here {
	padding: 25px 15px;
	background-color: #86C435;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border: none;
	margin: 0;
	font-size: 19px;
	text-transform: uppercase;
	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;
	cursor: pointer;
}

.question button#start-here .icon {
	margin-top: -1px;
	padding-left: 10px;
}

.question button#start-here .icon::after {
	content: url('../svg/icon-chev-right.svg');
}

.flip-card-back h4 {
	color: #55565B;
    font-size: 20px;
	font-family: 'Gotham HTF';
	margin: 0 0 30px;
	line-height: 1.25;
}

.flip-card-back .select {
	position: relative;
}

.flip-card-back select,
.flip-card-back input[type="number"] {
    font-size: 18.5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-bottom: 2px solid #79BE1E;
	color: #55565B;
	padding-bottom: 5px;
	-webkit-transition: ease all 300ms;
	-o-transition: ease all 300ms;
	transition: ease all 300ms;
	max-width: 100%;
	background-image: none;
	background-color: transparent;
    margin: 0;
}

.price-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.price-flex input[type="number"] {
	max-width: 90px;
	margin-left: 15px;
}

span[data-attr="display-data"] {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
    width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: ease opacity 300ms;
	-o-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
	line-height: 1.25;
	font-size: 20px;
}

.flip-card-back select:focus {
	outline: none;
}

.flip-card-back select {
	padding-right: 25px;
    width: 100%;
    padding-left: 5px;
}


.flip-card-back .select {
	display: inline;
}

.flip-card-back .select:after {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: url('../svg/icon-chev-down.svg');
	pointer-events: none
}

.answered .flip-card-back select,
.answered .flip-card-back input[type="number"] {
	color: #55565B;
	background-color: #ffffff;
}

.complete .flip-card-back select,
.complete .flip-card-back input[type="number"] {
	opacity: 0;
	pointer-events: none;
}

.complete span[data-attr="display-data"] {
	color: #79BE1E;
	text-align: center;
    font-size: 20px;
	border-bottom: none;
	pointer-events: none;
	-moz-text-align-last: center;
	text-align-last: center;
	opacity: 1;
	pointer-events: initial;
}

.complete .flip-card-back .select {
	display: block;
}

.complete .price-flex .input:after,
.complete .flip-card-back .select:after {
	display: none;
}

.nav-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


#card-0 .nav-buttons {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav-buttons button {
	font-size: 20px;
	padding: 20px 25px 17px;
	cursor: pointer;
	margin: 0;
}

.nav-buttons .previous {
	background: transparent;
	border: none;
	color: #86C435;
}

.nav-buttons .calculate,
.nav-buttons .next {
	background: #86C435;
	border: none;
	color: #fff;
	border-top-left-radius: 20px;
}

.nav-buttons .next {
	display: none;
}

.answered .nav-buttons .next {
	display: block;
}

.complete .nav-buttons .previous {
	display: none;
}

.icon-complete {
	display: none;
	position: absolute;
	top: -4px;
	right: -5px;
}

.complete .icon-complete {
	display: block;
}

.form-wrap {
	position: relative;
	background-color: #fff;
	padding: 45px;
	margin: 0 90px;
	-webkit-box-shadow: 0px 4px 94px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 94px rgba(0, 0, 0, 0.5);
	font-family: 'Gotham HTF';
	color: #55565B;
    cursor: default;
}

@media screen and (max-width: 768px) {
	.form-wrap {
		margin: 0;
		padding: 30px;
	}
}

.red {
	color: red;
}

#modal-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
    padding: 100px 0;
    overflow-y: auto;
    background-color: rgba(0,0,0,.25);
    cursor: pointer;
}

#modal-container.show {
	display: block;
}

#modal-container #close-form {
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 60px;
	color: #fff;
	opacity: .8;
	line-height: 1;
	transition: all 300ms;
	background: transparent;
	padding: 0 15px;
	margin-bottom: 0;
}

#modal-container #close-form:hover {
	opacity: 1;
}

.form-wrap h3 {
	font-family: 'Archer';
	font-size: 30px;
	color: #0088CE;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.form-wrap p {
	max-width: 80%;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.form-wrap p {
		max-width: 100%;
	}
}

.form-wrap .field-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.form-wrap .field-layout .field {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.form-wrap .field-layout .field {
		width: 100%;
	}
}

.form-wrap .field-layout .field.full {
	width: 100%;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #E4E4E4;
	border-radius: 0;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	margin-bottom: 15px;
}

.form-wrap fieldset {
	border: none;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	margin-bottom: 30px;
}

.form-wrap fieldset legend {
	margin-bottom: 15px;
}

.form-wrap .field .value {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-wrap .field .value .form-control {
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.form-wrap .field .value label {
	display: inline-block;
	margin: 0;
}

.form-wrap label {
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
}

.form-control:focus {
	outline: none;
	border: 1px solid #0088CE;
}

.form-wrap .auto-populated {
	display: none;
}

.form-wrap input.button {
	background-color: #79BE1E;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 15px 100px;
	font-family: 'Gotham HTF';
	cursor: pointer;
	-webkit-transition: ease all 300ms;
	-o-transition: ease all 300ms;
	transition: ease all 300ms;
}



@media screen and (max-width: 768px) {
	.form-wrap input.button {
		width: 100%;
		padding: 15px;
		text-align: center;
	}
}

.form-wrap input.button:hover {
	background-color: #0088CE;
}

.form-wrap p.disclaimer {
	font-size: 12px;
	font-weight: 300;
}

.mfp-hide {
	display: none !important;
}

.mfp-bg,
.mfp-wrap {
	position: fixed;
	left: 0;
	top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	width: 100%;
	height: 100%
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	z-index: 1043;
	outline: 0!important;
	font-family: 'Gotham HTF';
}

.mfp-container {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	left: 50%;
	transform: translateX(-50%);
}

.mfp-close,
.mfp-preloader {
	text-align: center;
	position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #CCC;
	top: 50%;
	width: auto;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.mfp-iframe-scaler,
.notext,
svg:not(:root) {
	overflow: hidden
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	right: 0;
	top: 0;
	text-decoration: none;
	opacity: .65;
	padding: 0 0 18px 10px;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.col,
.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

.mfp-figure:after,
img.mfp-img {
	width: auto;
	height: auto;
	display: block
}

img.mfp-img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure:after {
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

.disabled,
[disabled],
a[href^=tel],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	max-width: 580px;
	border: 1px solid #70797f
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-close {
	font-size: 18px;
	color: #000;
	opacity: 1;
	top: 8px;
	right: 6px
}

.mfp-fade.mfp-wrap .mfp-close:hover {
	opacity: .8
}

.popup .popup__content {
	background: #fff;
	padding: 60px 68px 50px;
	font-weight: 300;
	font-size: 10px
}

.popup .popup__content h2 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 40px
}

.popup .popup__content h2:last-child {
	margin-bottom: 0
}

.popup .popup__content h4 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 40px
}

.popup .popup__content h4:last-child {
	margin-bottom: 0
}

@media (max-width:815px) {
	.popup .popup__content {
		padding: 30px 34px
	}
}

.footer-disclaimer {
    padding: 30px 0;
	margin-top: 19rem;
	position: absolute;
}

.footer-disclaimer .shell {
	font-style: italic;
}

@media screen and (min-width: 400px) {
	.footer-disclaimer {
		margin-top: 24rem;
	}
}

@media screen and (min-width: 768px) {
	.footer-disclaimer {
		margin-top: 0;
		position: static;
	}
}