.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}
 .w-checkbox::before {
 content: ' ';
 display: table;
 -ms-grid-column-span: 1;
 grid-column-end: 2;
 -ms-grid-column: 1;
 grid-column-start: 1;
 -ms-grid-row-span: 1;
 grid-row-end: 2;
 -ms-grid-row: 1;
 grid-row-start: 1;
}
 .w-checkbox::after {
 content: ' ';
 display: table;
 -ms-grid-column-span: 1;
 grid-column-end: 2;
 -ms-grid-column: 1;
 grid-column-start: 1;
 -ms-grid-row-span: 1;
 grid-row-end: 2;
 -ms-grid-row: 1;
 grid-row-start: 1;
 clear: both;
}
.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}
.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}
.section-full {
	position: relative;
	overflow: hidden;
	padding-top: 120px;
	background-color: #fec922;
}
.footer-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 1410px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.no-top-margin {
	margin-top: 0px;
	font-family: filson-pro, sans-serif;
	color: #fec922;
	font-size: 50px;
	line-height: 50px;
}
.footer-logo {
	-webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: transform 200ms ease, opacity 200ms ease;
	transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}
.footer-logo:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.brand-mobile {
	display: none;
	height: 106px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: transform 200ms ease, opacity 200ms ease;
	transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}
.brand-mobile:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.brand-mobile.w--current {
	display: none;
}
.hero-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 600px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hero-flex.inner-pages {
	min-height: 150px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #f4f3f0;
	text-align: center;
}
.center-content {
	text-align: center;
}
.content-wrapper-bar {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 1120px;
	margin: 0px auto 10px;
	padding-right: 25px;
	padding-left: 25px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.hero-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hero-column.home {
	width: 80%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #50b84e;
}
.hero-column.home {
	width: 80%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.nav-menu {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	clear: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: transparent;
}
.menu-link {
	text-decoration: none;
}
.menu-link.black {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	border: 1px none #000;
	color: #286150;
	font-size: 16px;
	text-decoration: none;
}
.menu-link.black.w--current {
	color: #deac55;
}
.menu-link.black {
	height: 30px;
	color: #286150;
	font-size: 16px;
}
.menu-link.black.w--current {
	color: #deac55;
}
.h1-hero {
	margin-right: auto;
	margin-left: auto;
	font-family: filson-pro, sans-serif;
	color: #fff;
	font-size: 85px;
	line-height: 75px;
	/*text-transform: uppercase;*/

  text-shadow: 1px 1px 8px #000;
}
.h1-hero.no-bottom-margin {
	margin-right: auto;
	margin-left: auto;
	font-family: roboto;
	color: #099;
	font-size: 85px;
	font-weight: 900;
	text-align: center;
	text-shadow: 1px 1px 18px rgba(0, 0, 0, 0.69);
}
.h1-hero.no-bottom-margin {
	margin-right: auto;
	margin-left: auto;
	font-family: filson-pro, sans-serif;
	color: #fff;
	font-size: 85px;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.69);
}
.links-section {
	position: relative;
	display: none;
	padding-top: 0px;
}
.links-section.double {
	padding-top: 0px;
	padding-bottom: 40px;
}
.links-section.double {
	padding-top: 0px;
	padding-bottom: 100px;
}
.go-up-button {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	margin-bottom: 13px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fec922;
	background-image: url('../images/flecha-hacia-arriba.svg');
	background-position: 50% 50%;
	background-size: 15px 100%;
	background-repeat: no-repeat;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	color: #000;
	font-size: 25px;
	font-weight: 400;
	text-decoration: none;
}
.go-up-button.w--current {
	z-index: 100;
}
.brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: transform 200ms ease, opacity 200ms ease;
	transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}
.brand:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.left-padding {
	padding-left: 0px;
	color: #1e4959;
}
.notice {
	padding-right: 30px;
	padding-left: 30px;
}
.contact-us {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	padding: 80px 70px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: rgba(244, 243, 240, 0.9);
}
.top-margin {
	position: relative;
}
.top-margin._30-pixels {
	margin-top: 30px;
}
.top-margin._20-pixels {
	margin-top: 20px;
}
.top-margin._5-pixels {
	margin-top: 5px;
	font-family: open-sans;
	font-weight: 300;
}
.top-margin._15-pixels {
	margin-top: 15px;
	color: #333;
}
.top-margin._10-pixels {
	margin-top: 10px;
	color: #f4f3f0;
}
.top-margin._5-pixels {
	margin-top: 5px;
}
.top-margin._15-pixels {
	overflow: visible;
	margin-top: 15px;
}
.top-margin._5-pixels {
	margin-top: 5px;
}
.top-margin._15-pixels {
	margin-top: 15px;
}
.top-margin._10-pixels {
	margin-top: 10px;
	color: #f4f3f0;
}
.flex-left {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar-container {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 50px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	border-bottom: 5px none #f4f3f0;
	background-color: rgba(254, 201, 34, 0.8);
}
.absolute-bg {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 5;
	display: none;
	background-color: #edece6;
}
.box-80-percent {
	width: 79%;
	max-width: 405px;
}
.relative-height {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.success-message {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: transparent;
	font-size: 16px;
	line-height: 23px;
}
.button {
	min-width: 135px;
	margin-top: 15px;
	padding: 14px 35px 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #fec922;
	border-radius: 25px;
	background-color: transparent;
	-webkit-transition: color 200ms ease, background-color 200ms ease;
	transition: color 200ms ease, background-color 200ms ease;
	color: #fec922;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.button:hover {
	border-color: #fec922;
	background-color: #2a6074;
	color: #fff;
}
.error-message {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
}
.footer {
	position: relative;
	padding-bottom: 60px;
	border-top: 1px none #000;
	background-color: #1e4959;
}
.hero-section {
	position: relative;
	overflow: hidden;
	min-height: 700px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.nav-column {
	width: 20%;
}
.nav-column.left {
	position: static;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}
.nav-column.right {
	display: block;
	width: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	-o-object-fit: fill;
	object-fit: fill;
}
.text-field-full {
	width: 100%;
	height: 45px;
	margin-bottom: 25px;
	padding-top: 18px;
	padding-bottom: 46px;
	padding-left: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #fec922;
	background-color: transparent;
	text-align: left;
}
 .text-field-full::-webkit-input-placeholder {
 color: #f4f3f0;
}
 .text-field-full:-ms-input-placeholder {
 color: #f4f3f0;
}
 .text-field-full::-ms-input-placeholder {
 color: #f4f3f0;
}
 .text-field-full::placeholder {
 color: #f4f3f0;
}
.text-field-half {
	width: 48%;
	height: 45px;
	margin-bottom: 25px;
	padding-left: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #fec922;
	background-color: transparent;
	text-align: left;
}
 .text-field-half::-webkit-input-placeholder {
 color: #f4f3f0;
}
 .text-field-half:-ms-input-placeholder {
 color: #f4f3f0;
}
 .text-field-half::-ms-input-placeholder {
 color: #f4f3f0;
}
 .text-field-half::placeholder {
 color: #f4f3f0;
}
.body {
	background-color: #1e4959;
	font-family: filson-pro, sans-serif;
	font-weight: 400;
}
.map-container {
	position: relative;
	width: 50%;
	height: 500px;
}
.nav-link-2 {
	height: 90px;
	padding-top: 35px;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #1e4959;
	font-size: 18px;
	font-weight: 400;
}
.nav-link-2:hover {
	background-color: transparent;
	color: #2a6074;
}
.nav-link-2.w--current {
	background-color: transparent;
	color: #7f7a7a;
}
.title-2 {
	color: #fec922;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.move-up-4 {
	color: #f4f3f0;
}
.paragraph-42 {
	color: #f4f3f0;
	font-size: 18px;
	line-height: 22px;
}
.flex-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.link-green-2 {
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	color: #f4f3f0;
	font-size: 18px;
	text-decoration: none;
}
.link-green-2:hover {
	opacity: 0.8;
	color: #fec922;
}
._50-percent-column-2 {
	position: relative;
	width: 50%;
	margin-bottom: 60px;
}
.heading-box-2 {
	width: 71%;
	max-width: 700px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
}
.map {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	width: 1200px;
	height: 500px;
}
._50-percent-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-space-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.move-up-5 {
	color: #8f8f8f;
}
.navbar-2 {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	margin-right: 50px;
	margin-left: 50px;
	background-color: transparent;
}
.content-wrapper-wide-2 {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 1410px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	color: transparent;
}
.text-block-36 {
	width: 200px;
	margin-top: 6px;
	padding-right: 15px;
	background-color: transparent;
	color: #222;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}
.text-field-4 {
	height: 55px;
	margin-bottom: 7px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-style: solid;
	border-width: 2px;
	border-color: #1e4959;
	border-radius: 10px;
	background-color: #fff;
	font-size: 20px;
	font-weight: 400;
}
.checkbox-3 {
	margin-top: 7px;
	margin-bottom: -13px;
}
.checkbox-3.w--redirected-checked {
	border-color: #fec922;
	background-color: #cf9f06;
}
.checkbox-field-3 {
	width: 100%;
	margin-bottom: 3px;
	border-bottom: 1px none #cbcbcb;
}
.checkbox-label-2 {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.div-block-5 {
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
.div-block-19 {
	margin-top: -15px;
	margin-bottom: 38px;
	padding-top: 5px;
	padding-left: 20px;
	border: 1px none #000;
	border-radius: 10px;
	background-color: #2a6074;
	color: #34435c;
}
.div-block-18 {
	margin-bottom: 10px;
	padding: 30px;
	border: 0px none #000;
	border-radius: 10px;
	background-color: hsla(0, 0%, 94.7%, 0.8);
	text-decoration: none;
}
.column-2 {
	position: static;
}
.div-block-8 {
	margin-top: 15px;
	color: #fff;
}
.div-block-10 {
	margin-bottom: 26px;
}
.text-block-38 {
	color: #333;
}
.text-block-35 {
	display: block;
	margin-top: 18px;
	margin-bottom: 0px;
	border: 1px none #000;
	border-radius: 0px;
	color: #333;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
.heading-37 {
	overflow: visible;
	width: 480px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #000;
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
	-o-object-fit: fill;
	object-fit: fill;
}
.link-block-3 {
	text-decoration: none;
}
.div-block-17 {
	padding: 1px 0px 14px;
}
.columns-4 {
	margin-bottom: 17px;
	border-bottom: 0px solid #000;
}
.heading-36 {
	margin-top: 14px;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: 1px none #000;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
.text-block-29 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: filson-pro, sans-serif;
	color: #1e4959;
	font-size: 30px;
	font-weight: 300;
}
.text-block-32 {
	margin-top: 10px;
	color: #fec922;
	font-size: 18px;
	font-weight: 300;
}
.text-block-30 {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px none #000;
	border-radius: 0px;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
.div-block-14 {
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: 80px none #000;
	background-color: #f4f3f0;
	text-decoration: none;
}
.text-block-31 {
	margin-top: 5px;
	color: #fec922;
	font-size: 22px;
	font-weight: 400;
}
.section-3 {
	margin-top: 80px;
}
.image-8 {
	margin-bottom: 20px;
}
.column-4 {
	background-color: transparent;
}
.hover-bg {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: #edece6;
	text-align: center;
}
.hover-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.absolute-2 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 120%;
	margin-top: auto;
	margin-bottom: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.absolute-2.about-image {
	background-image: url('../images/03_PokerChips-lower.jpg');
	background-position: 50% 100%;
	background-size: cover;
}
.absolute-2.chairs {
	background-image: url('../images/rosette-sized.jpg');
	background-position: 100% 50%;
	background-size: contain;
}
.absolute-2.team-2 {
	background-image: url('../images/T-4.jpg');
	background-position: 50% 50%;
}
.absolute-2.team-1 {
	height: 100%;
	background-image: url('../images/T-1.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.absolute-2.team-3 {
	height: 100%;
	background-image: url('../images/T-3.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.absolute-2.how-we-image {
	background-image: url('../images/02_Dice-lower.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
.absolute-2.candidates-image {
	position: absolute;
	background-image: url('../images/04_Cards.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
.absolute-2.employers-image {
	background-image: url('../images/sized-BoxingGlove.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.utility-page-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.utility-page-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.contact-section {
	position: relative;
	padding-top: 60px;
}
.map-section {
	position: relative;
	padding-top: 100px;
}
.map-section.hidden {
	overflow: hidden;
	padding-top: 0px;
}
.map-section.hidden {
	overflow: hidden;
	padding-top: 0px;
}
.heading-38 {
	color: #000;
	font-size: 20px;
}
.no-top-margin-2 {
	margin-top: 0px;
	color: #1e4959;
	font-size: 50px;
}
.text-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding-top: 80px;
	padding-bottom: 80px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1e4959;
}
.column-full-width {
	width: 80%;
	max-width: 510px;
}
.text-container-5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin-bottom: 120px;
	padding: 80px 70px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: rgba(244, 243, 240, 0.9);
}
.text-block-39 {
	font-family: filson-pro, sans-serif;
	color: #f4f3f0;
}
.text-block-39:hover {
	color: #fec922;
}
.footer-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px none #414141;
	border-bottom: 1px solid #fec922;
}
.footer-logo-column-2 {
	width: 20%;
	padding-right: 20px;
}
.footer-menu-text-2 {
	color: #f4f3f0;
	font-size: 16px;
	line-height: 23px;
}
.footer-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-right: 1px none #000;
	color: #414141;
}
.text-block-33 {
	margin-top: 8px;
	float: right;
	color: #f4f3f0;
	font-size: 13px;
}
.text-block-33:hover {
	color: #fec922;
}
.footer-column-2 {
	width: 25%;
	padding-right: 20px;
}
.notice-2 {
	padding-right: 30px;
	padding-left: 30px;
}
.text-block-28 {
	font-family: filson-pro, sans-serif;
	color: #f4f3f0;
	font-weight: 400;
}
.text-block-28:hover {
	color: #fec922;
}
.footer-title-2 {
	color: #fec922;
	font-size: 17px;
	font-weight: 600;
}
.team-picture-box {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background-color: transparent;
}
.no-bottom-margin {
	margin-bottom: 0px;
	color: #000;
}
.team-member {
	width: 31%;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}
.social-icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50px;
	background-color: #286150;
	-webkit-transition: border 200ms ease, background-color 200ms ease;
	transition: border 200ms ease, background-color 200ms ease;
}
.social-icon:hover {
	border-style: solid;
	border-width: 2px;
	border-color: #286150;
	background-color: transparent;
}
.social-icon.twittter {
	background-color: #1e4959;
	background-image: url('../images/gorjeo-1.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
.social-icon.twittter:hover {
	border-color: #fec922;
	background-color: transparent;
	background-image: url('../images/gorjeo-2.svg');
}
.social-icon.facebook {
	background-color: #1e4959;
	background-image: url('../images/logo-de-facebook-1.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
.social-icon.facebook:hover {
	border-color: #fec922;
	background-color: transparent;
	background-image: url('../images/logo-de-facebook.svg');
}
.social-icon.linkedin-no-border {
	margin-right: 0px;
	background-color: #1e4959;
	background-image: url('../images/linkedin-1.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
.social-icon.linkedin-no-border:hover {
	border-color: #fec922;
	background-color: transparent;
	background-image: url('../images/linkedin.svg');
}
.social-icon.facebook {
	background-color: #1e4959;
	background-image: url('../images/logo-de-facebook-1.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
.social-icon.facebook:hover {
	border-color: #fec922;
	background-color: transparent;
	background-image: url('../images/logo-de-facebook.svg');
}
.social-icon.linkedin-no-border {
	margin-right: 0px;
	background-color: #1e4959;
	background-image: url('../images/linkedin-1.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
.social-icon.linkedin-no-border:hover {
	border-color: #fec922;
	background-color: transparent;
	background-image: url('../images/linkedin.svg');
}
.social-icon.twittter {
	background-color: #1e4959;
	background-image: url('../images/gorjeo-1.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
.social-icon.twittter:hover {
	border-color: #fec922;
	background-color: transparent;
	background-image: url('../images/gorjeo-2.svg');
}
.mini-title-2 {
	display: block;
	color: #f4f3f0;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-decoration: none;
	text-transform: uppercase;
}
.content-wrapper-wide-team {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 1410px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	color: #f50;
}
.about-us {
	position: relative;
	display: block;
	padding-top: 0px;
}
.content-wrapper-about-us {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 2120px;
	margin: 0px auto;
	padding-right: 0px;
	padding-left: 0px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.how-we-work {
	position: relative;
	padding-top: 0px;
}
.content-wrapper-candidates {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 2120px;
	margin: 0px auto;
	padding-right: 0px;
	padding-left: 0px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.candidates {
	position: relative;
	padding-top: 0px;
}
.employers {
	position: relative;
	padding-top: 0px;
}
.content-wrapper-employers {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 2120px;
	margin: 0px auto;
	padding-right: 0px;
	padding-left: 0px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.footer-column-3 {
	width: 30%;
	padding-right: 20px;
}
.sub-heading {
	color: #1e4959;
}
.hero-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url('../images/homePageHero.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.modal-wrapper {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 9999;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: rgba(30, 73, 89, 0.6);
}
.modal-content {
	width: 70%;
	padding: 40px 60px;
	border-radius: 20px;
	background-color: #f4f3f0;
}
.div-block-25 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	margin-top: 20px;
	margin-right: 20px;
}
.close-lik {
	float: right;
}
.image-19 {
	float: right;
}
.link-block-4 {
	text-decoration: none;
}
.vacancies-content {
	position: relative;
	padding-top: 100px;
}
.vacancies-content.double {
	margin-top: 99px;
	padding-top: 0px;
	padding-bottom: 100px;
}
.button-vacancy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 135px;
	margin-top: 15px;
	padding: 14px 35px 11px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-color: #fec922;
	border-radius: 25px;
	background-color: transparent;
	-webkit-transition: color 200ms ease, background-color 200ms ease;
	transition: color 200ms ease, background-color 200ms ease;
	color: #fec922;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.3px;
	text-decoration: none;
	text-transform: uppercase;
}
.button-vacancy:hover {
	border-color: #fec922;
	background-color: #2a5c6f;
	color: #fff;
}
.column-right {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}
.column-left {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}
.button-for-light {
	min-width: 135px;
	margin-top: 15px;
	padding: 15px 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #1e4959;
	border-radius: 25px;
	background-color: transparent;
	-webkit-transition: color 200ms ease, background-color 200ms ease;
	transition: color 200ms ease, background-color 200ms ease;
	color: #1e4959;
	font-size: 18px;
	line-height: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.3px;
	text-transform: none;
}
.button-for-light:hover {
	border-color: #fec922;
	background-color: #295869;
	color: #fff;
}
.mini-title-3 {
	display: block;
	color: #f4f3f0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-decoration: none;
	text-transform: uppercase;
}
.links-section-2 {
	position: relative;
	padding-top: 0px;
}
.links-section-2.double {
	padding-top: 0px;
	padding-bottom: 100px;
}
.heading-39 {
	color: #fec922;
	font-size: 22px;
}
.blue-text {
	color: #1e4959;
	font-size: 18px;
}
.white-text {
	font-family: filson-pro, sans-serif;
	color: #f4f3f0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.white-text.top-margin {
	margin-top: 40px;
}
.white-text.more-pad-bellow {
	margin-bottom: 20px;
}
.yellow-title {
	margin-top: 0px;
	color: #fec922;
	font-size: 50px;
}
.sub-heading-yellow {
	color: #fec922;
}
.index-hero-block {
	margin-top: 46px;
	margin-right: auto;
	margin-left: auto;
}
.button-yellow {
	min-width: 135px;
	margin-top: 15px;
	padding: 15px 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #1e4959;
	border-radius: 25px;
	background-color: #fec922;
	-webkit-transition: color 200ms ease, background-color 200ms ease;
	transition: color 200ms ease, background-color 200ms ease;
	color: #1e4959;
	font-size: 18px;
	line-height: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.3px;
	text-transform: none;
}
.button-yellow:hover {
	border-color: #fec922;
	background-color: #295869;
	color: #fff;
}
.privacy-div {
	margin-right: 10%;
	margin-left: 10%;
}
.privacy-policy {
	margin-bottom: 100px;
}
.read-more {
	display: block;
	margin-top: 10px;
	color: #f4f3f0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-decoration: none;
	text-transform: none;
}
.read-more:hover {
	color: #fec922;
}
.hero-section-copy {
	position: relative;
	overflow: hidden;
	min-height: 700px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.hero-section-copy.contact-us {
	width: 100%;
	min-height: 600px;
	padding-bottom: 0px;
	background-color: transparent;
	background-image: none;
}
.hero-section-copy.contact-us {
	min-height: 150px;
	margin-bottom: 100px;
	background-image: url('../images/homePageHero.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
.inner-page-hero {
	color: #8f8f8f;
}
.content-team {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 1120px;
	margin: 50px auto 10px;
	padding-right: 25px;
	padding-left: 25px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.link-3 {
	color: #f4f3f0;
	text-decoration: none;
}
.link-4 {
	color: #f4f3f0;
	text-decoration: none;
}
.link-5 {
	color: #f4f3f0;
	text-decoration: none;
}
.link-6 {
	color: #f4f3f0;
	text-decoration: none;
}
.link-7 {
	color: #f4f3f0;
	text-decoration: none;
}
.link-8 {
	color: #f4f3f0;
	text-decoration: none;
}
.top-margin-contact {
	margin-top: 26px;
	font-family: filson-pro, sans-serif;
	color: #fec922;
	font-size: 50px;
	line-height: 50px;
}
 @media screen and (max-width: 479px) {
 .section-full {
 padding-top: 60px;
}
 .no-top-margin {
 font-size: 40px;
}
 .hero-column.home {
 width: 100%;
}
 .hero-column.home {
 width: 100%;
 color: #414141;
}
 .nav-menu {
 padding-bottom: 0px;
 background-color: #fec922;
}
 .h1-hero {
 font-size: 45px;
 line-height: 53px;
}
 .h1-hero.no-bottom-margin {
 font-size: 35px;
 line-height: 40px;
}
 .h1-hero.no-bottom-margin {
 font-size: 35px;
 line-height: 40px;
}
 .links-section {
 padding-top: 60px;
}
 .links-section.double {
 overflow: hidden;
 padding-bottom: 60px;
}
 .links-section.double {
 overflow: hidden;
 padding-bottom: 60px;
}
 .left-padding {
 padding-left: 10px;
}
 .contact-us {
 width: 100%;
 padding: 40px;
}
 .menu-button.w--open {
 padding-top: 10px;
 background-color: #fec922;
}
 .box-80-percent {
 width: 100%;
}
 .box-80-percent.mobile-margin {
 margin-bottom: 40px;
}
 .icon-4 {
 color: #1e4959;
 font-size: 50px;
}
 .hero-section {
 min-height: 500px;
}
 .map-container {
 width: 100%;
 height: 500px;
}
 .nav-link-2:hover {
 background-color: #cf9f06;
}
 .nav-link-2.w--current {
 background-color: #fec922;
}
 ._50-percent-column-2 {
 width: 100%;
}
 .heading-box-2 {
 width: 100%;
}
 .map {
 width: 100%;
 margin-bottom: 40px;
}
 ._50-percent-flex {
 width: 100%;
}
 .flex-space-2.mobile-center {
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
}
 .navbar-2 {
 left: auto;
 top: 0%;
 right: auto;
 bottom: auto;
 width: 100%;
 margin-right: 0px;
 margin-left: 0px;
}
 .heading-37 {
 font-size: 16px;
 font-weight: 900;
}
 .contact-section {
 padding-top: 60px;
}
 .map-section {
 padding-top: 60px;
}
 .no-top-margin-2 {
 font-size: 40px;
}
 .text-container {
 width: 100%;
 padding-top: 40px;
 padding-bottom: 40px;
}
 .text-container-5 {
 width: 90%;
 padding: 40px;
}
 .footer-left {
 padding: 30px 20px 20px;
}
 .footer-column-2 {
 width: 100%;
 margin-bottom: 20px;
 padding-right: 0px;
}
 .notice-2 {
 text-align: center;
}
 .team-picture-box {
 width: auto;
}
 .team-member {
 width: 100%;
 max-width: 300px;
 margin-bottom: 40px;
}
 .about-us {
 padding-top: 60px;
}
 .how-we-work {
 padding-top: 60px;
}
 .candidates {
 padding-top: 60px;
}
 .employers {
 padding-top: 60px;
}
 .footer-column-3 {
 width: 100%;
 margin-bottom: 20px;
 padding-right: 0px;
}
 .modal-content {
 padding-right: 10px;
 padding-left: 10px;
}
 .vacancies-content {
 padding-top: 60px;
}
 .vacancies-content.double {
 overflow: hidden;
 padding-bottom: 60px;
}
 .column-right {
 width: 100%;
}
 .column-left {
 display: none;
 width: 100%;
}
 .image-20 {
 margin-left: 10px;
}
 .links-section-2 {
 padding-top: 60px;
}
 .links-section-2.double {
 overflow: hidden;
 padding-bottom: 60px;
}
 .white-text {
 padding-right: 10px;
 padding-left: 10px;
}
 .yellow-title {
 font-size: 40px;
}
 .button-yellow {
 margin-left: 10px;
}
 .hero-section-copy {
 min-height: 500px;
}
 .content-team {
 margin-top: 0px;
}
 .top-margin-contact {
 font-size: 40px;
}
}
 @media screen and (max-width: 767px) {
 .section-full {
 padding-top: 80px;
}
 .footer-logo {
 margin-bottom: 20px;
}
 .hero-flex {
 min-height: 500px;
}
 .hero-column {
 width: 100%;
 padding-top: 120px;
 padding-bottom: 120px;
}
 .hero-column.home {
 padding-top: 32px;
}
 .nav-menu {
 overflow: auto;
 height: 100vh;
 padding-bottom: 240px;
}
 .menu-link.black {
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
}
 .h1-hero {
 font-size: 60px;
}
 .h1-hero.no-bottom-margin {
 font-size: 55px;
 line-height: 60px;
}
 .h1-hero.no-bottom-margin {
 font-size: 55px;
 line-height: 60px;
}
 .links-section {
 padding-top: 80px;
}
 .links-section.double {
 padding-bottom: 80px;
}
 .links-section.double {
 padding-bottom: 80px;
}
 .left-padding {
 padding-left: 0px;
 text-align: center;
}
 .notice {
 height: 60px;
}
 .contact-us {
 width: 100%;
 margin-bottom: 80px;
 padding: 60px 50px;
}
 .box-80-percent.mobile-margin {
 display: block;
}
 .button {
 min-width: 123px;
 padding-right: 20px;
 padding-left: 20px;
}
 .hero-section {
 min-height: 500px;
}
 .nav-link-2:hover {
 background-color: #cf9f06;
}
 .title-2 {
 font-size: 12px;
}
 .heading-box-2 {
 width: 90%;
 margin-bottom: 40px;
}
 ._50-percent-flex {
 text-align: center;
}
 .flex-space-2.mobile-center {
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
}
 .content-wrapper-wide-2 {
 padding-right: 25px;
 padding-left: 25px;
}
 .contact-section {
 padding-top: 80px;
}
 .map-section {
 padding-top: 80px;
}
 .text-container {
 padding-top: 60px;
 padding-bottom: 60px;
}
 .text-container-5 {
 margin-bottom: 80px;
 padding: 60px 50px;
}
 .footer-logo-column-2 {
 width: 100%;
 text-align: center;
}
 .footer-menu-text-2 {
 text-align: center;
}
 .footer-left {
 width: 100%;
 border-bottom: 1px solid #286150;
 border-right-style: none;
}
 .footer-column-2 {
 width: 100%;
}
 .footer-title-2 {
 text-align: center;
}
 .team-member {
 width: 100%;
 margin-bottom: 50px;
}
 .social-icon {
 width: 35px;
 height: 35px;
}
 .social-icon.twittter {
 background-size: 12px;
}
 .social-icon.facebook {
 background-size: 12px;
}
 .social-icon.linkedin-no-border {
 background-size: 12px;
}
 .social-icon.facebook {
 background-size: 12px;
}
 .social-icon.linkedin-no-border {
 background-size: 12px;
}
 .social-icon.twittter {
 background-size: 12px;
}
 .mini-title-2 {
 font-size: 12px;
}
 .content-wrapper-wide-team {
 padding-right: 25px;
 padding-left: 25px;
}
 .about-us {
 padding-top: 80px;
}
 .how-we-work {
 padding-top: 80px;
}
 .candidates {
 padding-top: 80px;
}
 .employers {
 padding-top: 80px;
}
 .footer-column-3 {
 width: 100%;
}
 .vacancies-content {
 padding-top: 80px;
}
 .vacancies-content.double {
 padding-bottom: 80px;
}
 .button-vacancy {
 min-width: 123px;
 padding-right: 20px;
 padding-left: 20px;
}
 .button-for-light {
 min-width: 123px;
 padding-right: 20px;
 padding-left: 20px;
}
 .image-20 {
 margin-left: 20px;
}
 .mini-title-3 {
 font-size: 12px;
}
 .links-section-2 {
 padding-top: 80px;
}
 .links-section-2.double {
 padding-top: 0px;
 padding-bottom: 80px;
}
 .index-hero-block {
 margin-top: 84px;
}
 .button-yellow {
 min-width: 123px;
 padding-right: 20px;
 padding-left: 20px;
}
 .div-block-28 {
 text-align: left;
}
 .read-more {
 font-size: 12px;
}
 .hero-section-copy {
 min-height: 500px;
}
 .hero-section-copy.contact-us {
 background-size: cover;
}
 .top-margin-contact {
 position: static;
 text-align: center;
}
}
 @media screen and (max-width: 991px) {
 .section-full {
 padding-bottom: 0px;
}
 .footer-wrapper {
 padding-right: 25px;
 padding-left: 25px;
}
 .brand-mobile {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 height: 70px;
}
 .brand-mobile.w--current {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 height: 70px;
 margin-left: 10px;
}
 .hero-flex {
 min-height: 700px;
}
 .hero-column {
 width: 70%;
 max-width: 480px;
}
 .nav-menu {
 background-color: #fec922;
}
 .links-section {
 padding-bottom: 0px;
}
 .links-section.double {
 padding-top: 40px;
}
 .links-section.double {
 padding-top: 40px;
}
 .left-padding {
 text-align: center;
}
 .notice {
 height: 30px;
}
 .contact-us {
 width: 90%;
}
 .menu-button {
 height: 70px;
 padding-top: 8px;
}
 .menu-button.w--open {
 padding-top: 14px;
 background-color: #fec922;
 color: #286150;
}
 .navbar-container {
 padding-right: 10px;
 padding-left: 10px;
}
 .icon-4 {
 color: #1e4959;
 font-size: 50px;
}
 .footer {
 padding-bottom: 0px;
}
 .hero-section {
 min-height: 700px;
}
 .nav-column.left {
 display: none;
 width: 100%;
 -webkit-box-flex: 0;
 -webkit-flex: 0 auto;
 -ms-flex: 0 auto;
 flex: 0 auto;
}
 .nav-column.right {
 width: 100%;
 -webkit-box-flex: 0;
 -webkit-flex: 0 auto;
 -ms-flex: 0 auto;
 flex: 0 auto;
}
 .map-container {
 width: 100%;
}
 .nav-link-2 {
 width: 100%;
 height: 60px;
 padding-top: 17px;
}
 .nav-link-2:hover {
 background-color: #cf9f06;
}
 .nav-link-2.w--current:hover {
 background-color: #cf9f06;
}
 .paragraph-42 {
 text-align: center;
}
 .link-green-2 {
 font-size: 15px;
}
 ._50-percent-column-2 {
 width: 100%;
}
 .heading-box-2 {
 width: 74%;
}
 ._50-percent-flex {
 width: 100%;
}
 .navbar-2 {
 margin-right: 0px;
 margin-left: 0px;
}
 .absolute-2.chairs {
 background-position: 70% 50%;
 background-size: cover;
}
 .absolute-2.team-1 {
 background-position: 66% 50%;
}
 .absolute-2.team-3 {
 background-position: 66% 50%;
}
 .contact-section {
 padding-bottom: 0px;
}
 .map-section {
 padding-bottom: 0px;
}
 .column-full-width {
 width: 100%;
}
 .footer-menu-text-2 {
 font-size: 15px;
}
 .footer-left {
 width: 100%;
}
 .about-us {
 padding-bottom: 0px;
}
 .how-we-work {
 padding-bottom: 0px;
}
 .candidates {
 padding-bottom: 0px;
}
 .employers {
 padding-bottom: 0px;
}
 .vacancies-content {
 padding-bottom: 0px;
}
 .vacancies-content.double {
 padding-top: 40px;
}
 .image-20 {
 margin-left: 50px;
}
 .links-section-2 {
 padding-bottom: 0px;
}
 .links-section-2.double {
 padding-top: 0px;
}
 .index-hero-block {
 margin-top: 82px;
}
 .hero-section-copy {
 min-height: 700px;
}
 .hero-section-copy.contact-us {
 padding-right: 0px;
 padding-left: 0px;
}
 .top-margin-contact {
 margin-top: 0px;
}
 div.how-we-work.mob .box-80-percent, div.about-us.mob .text-container .box-80-percent, div.employers.mob .text-container .box-80-percent, div.candidates.mob .text-container .box-80-percent {
 width: 100%;
 max-width: 95%;
}
 div.how-we-work.mob .text-container, div.about-us.mob .text-container, div.employers.mob .text-container, div.candidates.mob .text-container {
 width: 100%;
 padding-top: 0;
 padding-bottom: 0;
}
 div.how-we-work.mob .box-80-percent p, div.how-we-work.mob .box-80-percent ul, div.about-us.mob .text-container .box-80-percent p, div.about-us.mob .text-container .box-80-percent ul, div.employers.mob .text-container .box-80-percent p, div.candidates.mob .text-container .box-80-percent p, div.employers.mob .text-container .box-80-percent ul, div.candidates.mob .text-container .box-80-percent ul {
 font-size: 20px;
 line-height: 28px;
}
 div.how-we-work.mob .column-left, div.how-we-work.mob .column-right, div.about-us.mob .column-left, div.about-us.mob .column-right, div.employers.mob .column-left, div.employers.mob .column-right, div.candidates.mob .column-left, div.candidates.mob .column-right {
 width: 100%;
 margin-top: 0px;
}
/* div.how-we-work.mob .absolute-2, div.how-we-work.mob .relative-height, div.about-us.mob .absolute-2, div.about-us.mob .relative-height, div.candidates.mob .absolute-2, div.candidates.mob .relative-height, div.employers.mob .absolute-2, div.employers.mob .relative-height {
 display:none;
}*/
 .employers.mob, .how-we-work.mob, .about-us.mob, .candidates.mob {
 padding-top: 0px;
}
 .employers.mob {
 padding-bottom: 30px;
}
.how-we-work.mob .column-left {
    display: block !important;
    height: 460px;
    order: 2;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.about-us.mob .column-right {margin-top: 30px !important;margin-bottom: 30px;}

.about-us.mob .text-container {
    padding-bottom: 0px !important;
}

.how-we-work.mob ul.list.white-text {
    padding-left: 30px;
}
.candidates.mob .column-right {
    margin-top: 10px !important;
	margin-bottom: 30px;
}

.employers.mob .column-left {
    height: 460px !important;
    display: block !important;
    margin-top: 10px !important;
	order: 2;
}
}

@media screen and (min-width:768px) and (max-width:991px){
.employers.mob .column-left, .how-we-work.mob .column-left {
    height: 590px !important;
	}
}