﻿* {
	font-variant-ligatures: none;
}
html {
	line-height: 1.6em;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	transition: 0.2s linear all;
}
abbr[title] {
	border-bottom: none;
}
b,
strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
	font-size: 50%;
}
sup {
	top: -0.5em;
	font-size: 50%;
}
img,
iframe {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template,
[hidden] {
	display: none;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-float {
	clear: right;
}
body {
	overflow-x: hidden;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
.image-container img {
	display: block;
}
figure {
	margin: 0;
}
a,
.wpcf7-submit,
button {
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.uppercase {
	text-transform: uppercase;
}
.animate-in {
	opacity: 0;
	visibility: hidden;
}
.animated {
	opacity: 1;
	visibility: visible;
}
.edge-container,
.full-container,
.wide-container,
.standard-container,
.medium-container,
.small-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.full-container {
	max-width: calc(100% - 60px);
}
.wide-container {
	max-width: 1500px;
}
.standard-container {
	max-width: 1240px;
}
@media (max-width: 1300px) {
	.standard-container {
		max-width: 1100px;
	}
}
@media (max-width: 1200px) {
	.standard-container {
		max-width: 1000px;
	}
}
@media (max-width: 1100px) {
	.standard-container {
		max-width: 900px;
	}
}
@media (max-width: 1000px) {
	.standard-container {
		max-width: 800px;
	}
}
@media (max-width: 900px) {
	.standard-container {
		max-width: 700px;
	}
}
@media (max-width: 800px) {
	.standard-container {
		max-width: 600px;
	}
}
@media (max-width: 700px) {
	.standard-container {
		max-width: 500px;
	}
}
@media (max-width: 600px) {
	.standard-container {
		max-width: 90%;
	}
}
.medium-container {
	max-width: 900px;
}
.small-container {
	max-width: 600px;
}
.row {
	align-items: center;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.row > .column {
	flex-grow: 0;
}
.row.even > .column {
	width: 100%;
}
.row.fill {
	justify-content: space-between;
}
.row.fill > .column {
	flex-grow: 1;
}
.row.fill-0 {
	justify-content: space-around;
}
.row.fill-0 > .column {
	flex-grow: 0;
}
.row.wrap {
	flex-wrap: wrap;
}
.row.space {
	justify-content: space-around;
}
.row.stretch {
	align-items: stretch;
}
.row.atop {
	align-items: flex-start;
}
.row.abottom {
	align-items: flex-end;
}
.bg-navy-1,
.has-navy-1-background-color {
	background-color: #05142c;
}
.hover-bg-navy-1:hover {
	background-color: #05142c !important;
}
.text-navy-1 {
	color: #05142c;
}
.text-navy-1-p p {
	color: #05142c;
}
.has-navy-1-color {
	color: #05142c;
}
.has-navy-1-color h1,
.has-navy-1-color h2,
.has-navy-1-color h3,
.has-navy-1-color h4,
.has-navy-1-color h5,
.has-navy-1-color h6,
.has-navy-1-color p,
.has-navy-1-color li {
	color: #05142c;
}
.bg-blue-1,
.has-blue-1-background-color {
	background-color: #2571d9;
}
.hover-bg-blue-1:hover {
	background-color: #2571d9 !important;
}
.text-blue-1 {
	color: #2571d9;
}
.text-blue-1-p p {
	color: #2571d9;
}
.has-blue-1-color {
	color: #2571d9;
}
.has-blue-1-color h1,
.has-blue-1-color h2,
.has-blue-1-color h3,
.has-blue-1-color h4,
.has-blue-1-color h5,
.has-blue-1-color h6,
.has-blue-1-color p,
.has-blue-1-color li {
	color: #2571d9;
}
.bg-blue-2,
.has-blue-2-background-color {
	background-color: #bed0e9;
}
.hover-bg-blue-2:hover {
	background-color: #bed0e9 !important;
}
.text-blue-2 {
	color: #bed0e9;
}
.text-blue-2-p p {
	color: #bed0e9;
}
.has-blue-2-color {
	color: #bed0e9;
}
.has-blue-2-color h1,
.has-blue-2-color h2,
.has-blue-2-color h3,
.has-blue-2-color h4,
.has-blue-2-color h5,
.has-blue-2-color h6,
.has-blue-2-color p,
.has-blue-2-color li {
	color: #bed0e9;
}
.bg-pink-1,
.has-pink-1-background-color {
	background-color: #ffd1e3;
}
.hover-bg-pink-1:hover {
	background-color: #ffd1e3 !important;
}
.text-pink-1 {
	color: #ffd1e3;
}
.text-pink-1-p p {
	color: #ffd1e3;
}
.has-pink-1-color {
	color: #ffd1e3;
}
.has-pink-1-color h1,
.has-pink-1-color h2,
.has-pink-1-color h3,
.has-pink-1-color h4,
.has-pink-1-color h5,
.has-pink-1-color h6,
.has-pink-1-color p,
.has-pink-1-color li {
	color: #ffd1e3;
}
.bg-pink-2,
.has-pink-2-background-color {
	background-color: #ea3a80;
}
.hover-bg-pink-2:hover {
	background-color: #ea3a80 !important;
}
.text-pink-2 {
	color: #ea3a80;
}
.text-pink-2-p p {
	color: #ea3a80;
}
.has-pink-2-color {
	color: #ea3a80;
}
.has-pink-2-color h1,
.has-pink-2-color h2,
.has-pink-2-color h3,
.has-pink-2-color h4,
.has-pink-2-color h5,
.has-pink-2-color h6,
.has-pink-2-color p,
.has-pink-2-color li {
	color: #ea3a80;
}
.bg-white,
.has-white-background-color {
	background-color: #fff;
}
.hover-bg-white:hover {
	background-color: #fff !important;
}
.text-white {
	color: #fff;
}
.text-white-p p {
	color: #fff;
}
.has-white-color {
	color: #fff;
}
.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-color h4,
.has-white-color h5,
.has-white-color h6,
.has-white-color p,
.has-white-color li {
	color: #fff;
}
.bg-grey-1,
.has-grey-1-background-color {
	background-color: #fafafa;
}
.hover-bg-grey-1:hover {
	background-color: #fafafa !important;
}
.text-grey-1 {
	color: #fafafa;
}
.text-grey-1-p p {
	color: #fafafa;
}
.has-grey-1-color {
	color: #fafafa;
}
.has-grey-1-color h1,
.has-grey-1-color h2,
.has-grey-1-color h3,
.has-grey-1-color h4,
.has-grey-1-color h5,
.has-grey-1-color h6,
.has-grey-1-color p,
.has-grey-1-color li {
	color: #fafafa;
}
.bg-grey-2,
.has-grey-2-background-color {
	background-color: #f5f5f5;
}
.hover-bg-grey-2:hover {
	background-color: #f5f5f5 !important;
}
.text-grey-2 {
	color: #f5f5f5;
}
.text-grey-2-p p {
	color: #f5f5f5;
}
.has-grey-2-color {
	color: #f5f5f5;
}
.has-grey-2-color h1,
.has-grey-2-color h2,
.has-grey-2-color h3,
.has-grey-2-color h4,
.has-grey-2-color h5,
.has-grey-2-color h6,
.has-grey-2-color p,
.has-grey-2-color li {
	color: #f5f5f5;
}
.bg-grey-3,
.has-grey-3-background-color {
	background-color: #d3d3d3;
}
.hover-bg-grey-3:hover {
	background-color: #d3d3d3 !important;
}
.text-grey-3 {
	color: #d3d3d3;
}
.text-grey-3-p p {
	color: #d3d3d3;
}
.has-grey-3-color {
	color: #d3d3d3;
}
.has-grey-3-color h1,
.has-grey-3-color h2,
.has-grey-3-color h3,
.has-grey-3-color h4,
.has-grey-3-color h5,
.has-grey-3-color h6,
.has-grey-3-color p,
.has-grey-3-color li {
	color: #d3d3d3;
}
.bg-grey-4,
.has-grey-4-background-color {
	background-color: #a5a5a5;
}
.hover-bg-grey-4:hover {
	background-color: #a5a5a5 !important;
}
.text-grey-4 {
	color: #a5a5a5;
}
.text-grey-4-p p {
	color: #a5a5a5;
}
.has-grey-4-color {
	color: #a5a5a5;
}
.has-grey-4-color h1,
.has-grey-4-color h2,
.has-grey-4-color h3,
.has-grey-4-color h4,
.has-grey-4-color h5,
.has-grey-4-color h6,
.has-grey-4-color p,
.has-grey-4-color li {
	color: #a5a5a5;
}
.bg-black,
.has-black-background-color {
	background-color: #000;
}
.hover-bg-black:hover {
	background-color: #000 !important;
}
.text-black {
	color: #000;
}
.text-black-p p {
	color: #000;
}
.has-black-color {
	color: #000;
}
.has-black-color h1,
.has-black-color h2,
.has-black-color h3,
.has-black-color h4,
.has-black-color h5,
.has-black-color h6,
.has-black-color p,
.has-black-color li {
	color: #000;
}
@font-face {
	font-family: "Brinova";
	src:
		url("../fonts/Brinova-Regular.woff2") format("woff2"),
		url("../fonts/Brinova-Regular.woff") format("woff"),
		url("../fonts/Brinova-Regular.ttf") format("truetype"),
		url("../fonts/Brinova-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body,
p {
	font-family: "DM Sans", sans-serif;
	color: #05142c;
	text-rendering: optimizeLegibility;
	font-weight: 400;
}
p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 28px;
}
p + p {
	margin-top: 20px;
}
li {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Brinova", sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
.bold {
	font-weight: 700;
}
h1 {
	font-size: 38px;
	line-height: 48px;
}
h2 {
	font-size: 48px;
	line-height: 58px;
}
h3 {
	font-size: 32px;
	line-height: 42px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
}
h5 {
	font-size: 18px;
	line-height: 28px;
}
h6 {
	font-size: 16px;
	line-height: 26px;
}
.wp-block-heading.font-style-32 {
	font-size: 32px;
	line-height: 42px;
}
.wp-block-heading.font-style-48 {
	font-size: 48px;
	line-height: 58px;
}
.wp-block-heading.font-style-96 {
	font-size: 96px;
	line-height: 106px;
}
.wp-block-heading.font-style-128 {
	font-size: 128px;
	line-height: 138px;
}
.wp-block-heading.font-weight-normal {
	font-weight: normal;
}
.wp-block-heading.font-weight-bold {
	font-weight: bold;
}
body.at-top #header {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: solid 1px #fff;
}
a {
	color: #2571d9;
}
a:hover {
	color: #ea3a80;
}
.wp-block-separator {
	margin-top: 40px;
	margin-bottom: 20px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	background-color: #05142c;
	border-bottom: solid 1px rgba(0, 0, 0, 0);
	z-index: 999;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
#header .standard-container {
	height: 100%;
}
#header .standard-container .row {
	height: 100%;
}
#header .standard-container .row .logo-column {
	height: 100%;
	box-sizing: border-box;
	padding-top: 16px;
}
#header .main-logo-link {
	display: inline-block;
}
#header .nav-column {
	position: relative;
	min-height: 26px;
}
#header .nav-column ul {
	display: flex;
	list-style: none;
	gap: 100px;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}
#header .nav-column ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}
#header .nav-column ul li.menu-item-has-children {
	position: relative;
	cursor: pointer;
}
#header .nav-column ul li.menu-item-has-children > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 30px;
	width: 200px;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
#header .nav-column ul li.menu-item-has-children > .sub-menu li {
	display: block;
	width: 100%;
}
#header .nav-column ul li.menu-item-has-children > .sub-menu li a {
	display: block;
	padding: 10px;
	color: #05142c;
	background-color: #fff;
}
#header .nav-column ul li.menu-item-has-children > .sub-menu li a:hover {
	color: #fff;
	background-color: #05142c;
}
#header .nav-column ul li.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1300px) {
	#header .nav-column ul {
		gap: 80px;
	}
}
@media (max-width: 1200px) {
	#header .nav-column ul {
		gap: 60px;
	}
}
@media (max-width: 1100px) {
	#header .nav-column ul {
		gap: 40px;
	}
}
@media (max-width: 1000px) {
	#header .nav-column ul {
		gap: 30px;
	}
}
@media (max-width: 900px) {
	#header .nav-column ul {
		display: none;
	}
}
#header .nav-column .menu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	display: none;
}
@media (max-width: 900px) {
	#header .nav-column .menu-toggle {
		display: block;
	}
}
.mobile-menu-wrapper {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: url("../images/mobile-background.jpg");
	background-size: cover;
	background-position: center;
	opacity: 0;
	visibility: hidden;
}
.mobile-menu-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu-wrapper .mobile-menu > li {
	margin-bottom: 40px;
}
.mobile-menu-wrapper .mobile-menu > li .sub-menu a {
	font-size: 20px;
}
.mobile-menu-wrapper .mobile-menu > li a {
	color: #fff;
	font-size: 26px;
}
.mobile-menu-wrapper .menu-closer {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.mobile-menu-wrapper.active {
	opacity: 1;
	visibility: visible;
}
.main-logo {
	width: 130px;
	height: 55px;
}
.main-logo .st0 {
	fill: #fff;
}
.footer-logo {
	width: 450px;
	height: 142px;
}
.footer-logo .st0 {
	fill: #fff;
}
@media (max-width: 800px) {
	.footer-logo {
		width: 200px;
		height: 63px;
	}
}
.button {
	display: inline-block;
	position: relative;
	padding: 5px 50px 5px 20px;
	font-size: 16px;
	line-height: 23px;
	height: 32px;
	box-sizing: border-box;
	text-transform: lowercase;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.button .indicator {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 24px;
	width: 24px;
	line-height: 23px;
	text-align: center;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.button .indicator:after {
	font-family: "FontAwesome";
	font-size: 12px;
	content: "";
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.button:hover {
	padding: 5px 60px 5px 20px;
}
.button.pink-button {
	color: #000;
	background-color: #ffd1e3;
}
.button.pink-button .indicator {
	color: #fff;
	background-color: #ea3a80;
}
.button.pink-button:hover {
	color: #fff;
	background-color: #ea3a80;
}
.button.pink-button:hover .indicator {
	color: #ea3a80;
	background-color: #ffd1e3;
}
.button.white-button {
	color: #000;
	background-color: #fff;
}
.button.white-button .indicator {
	color: #fff;
	background-color: #ea3a80;
}
.button.white-button:hover {
	color: #fff;
	background-color: #ea3a80;
}
.button.white-button:hover .indicator {
	color: #ea3a80;
	background-color: #ffd1e3;
}
.wp-block-table {
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
.wp-block-table td,
.wp-block-table th {
	border-color: #d3d3d3;
}
@media (max-width: 600px) {
	.wp-block-table td,
	.wp-block-table th {
		font-size: 14px;
	}
}
.wp-block-table thead {
	border-bottom: 1px solid;
}
@media (max-width: 1300px) {
	.wp-block-table {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 800px) {
	.wp-block-table {
		padding-left: 0;
		padding-right: 0;
	}
}
.hero {
	position: relative;
	height: 382px;
	overflow: hidden;
}
.hero .standard-container {
	position: relative;
	height: 100%;
	z-index: 9;
}
.hero .hero-title {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 9;
	font-size: 128px;
	line-height: 96px;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 800px) {
	.hero .hero-title {
		font-size: 90px;
		line-height: 70px;
	}
}
@media (max-width: 600px) {
	.hero .hero-title {
		font-size: 70px;
		line-height: 55px;
	}
}
@media (max-width: 500px) {
	.hero .hero-title {
		font-size: 50px;
		line-height: 40px;
	}
}
@media (max-width: 400px) {
	.hero .hero-title {
		font-size: 40px;
		line-height: 30px;
	}
}
.hero.home-hero {
	height: 676px;
}
@media (max-width: 800px) {
	.hero.home-hero {
		height: 600px;
	}
}
@media (max-width: 700px) {
	.hero.home-hero {
		height: 500px;
	}
}
@media (max-width: 600px) {
	.hero.home-hero {
		height: 400px;
	}
}
@media (max-width: 500px) {
	.hero.home-hero {
		height: 300px;
	}
}
@media (max-width: 400px) {
	.hero.home-hero {
		height: 250px;
	}
}
.hero.default-hero.has-image {
	height: 558px;
}
@media (max-width: 700px) {
	.hero.default-hero.has-image {
		height: 500px;
	}
}
@media (max-width: 600px) {
	.hero.default-hero.has-image {
		height: 400px;
	}
}
@media (max-width: 500px) {
	.hero.default-hero.has-image {
		height: 300px;
	}
}
@media (max-width: 400px) {
	.hero.default-hero.has-image {
		height: 250px;
	}
}
.hero.default-hero.no-image {
	height: 382px;
}
@media (max-width: 500px) {
	.hero.default-hero.no-image {
		height: 300px;
	}
}
@media (max-width: 400px) {
	.hero.default-hero.no-image {
		height: 250px;
	}
}
.hero.post-hero .hero-title,
.hero.airport-hero .hero-title {
	font-family: "Brinova", sans-serif;
	font-weight: bold;
}
@media (max-width: 500px) {
	.hero.post-hero,
	.hero.airport-hero {
		height: 300px;
	}
}
@media (max-width: 400px) {
	.hero.post-hero,
	.hero.airport-hero {
		height: 250px;
	}
}
.hero.has-image .hero-image {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.hero.has-image .top-overlay,
.hero.has-image .bottom-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 206px;
	z-index: 2;
}
@media (max-width: 600px) {
	.hero.has-image .top-overlay,
	.hero.has-image .bottom-overlay {
		height: 150px;
	}
}
@media (max-width: 500px) {
	.hero.has-image .top-overlay,
	.hero.has-image .bottom-overlay {
		height: 125px;
	}
}
@media (max-width: 400px) {
	.hero.has-image .top-overlay,
	.hero.has-image .bottom-overlay {
		height: 100px;
	}
}
.hero.has-image .top-overlay {
	top: 0;
	background: linear-gradient(to bottom, rgb(5, 20, 44) 0%, rgba(5, 20, 44, 0) 100%);
}
.hero.has-image .bottom-overlay {
	bottom: 0;
	background: linear-gradient(to bottom, rgba(5, 20, 44, 0) 0%, rgb(5, 20, 44) 100%);
}
.hero.no-image {
	background-image: url("../images/hero-background.jpg");
	background-size: cover;
	background-position: center;
}
.news-section .standard-container {
	padding-top: 144px;
	padding-bottom: 66px;
}
@media (max-width: 500px) {
	.news-section .standard-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (max-width: 500px) {
	.news-section .row-1 .column {
		width: 100%;
	}
}
.news-section .row-1 .view-more-column {
	text-align: right;
}
@media (max-width: 500px) {
	.news-section .row-1 {
		flex-wrap: wrap;
	}
}
.news-section .row-2 {
	margin-top: 20px;
	gap: 20px;
	flex-wrap: wrap;
}
.news-section .row-2 .column {
	width: calc((100% - 40px) / 3);
}
.news-section .row-2 .column {
	box-sizing: border-box;
}
@media (max-width: 1000px) {
	.news-section .row-2 .column:first-child {
		width: 100% !important;
	}
	.news-section .row-2 .column:first-child .post-image {
		height: 250px;
	}
}
@media (max-width: 700px) {
	.news-section .row-2 .column {
		width: 100% !important;
	}
	.news-section .row-2 .column .post-image {
		height: 250px;
	}
}
@media (max-width: 1000px) {
	.news-section .row-2 .column {
		width: calc((100% - 20px) / 2);
	}
}
.news-section .latest-news-title {
	text-transform: uppercase;
}
.news-section .post-columm {
	position: relative;
	border: solid 1px #d3d3d3;
	background-color: #fff;
	padding-bottom: 80px;
}
.news-section .post-columm .post-image {
	position: relative;
	height: 170px;
	width: 100%;
	overflow: hidden;
}
.news-section .post-columm .post-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.news-section .post-columm .post-title {
	font-family: "DM Sans", sans-serif;
	font-weight: normal;
	color: #05142c;
	font-size: 24px;
	line-height: 34px;
	padding-left: 32px;
	padding-right: 32px;
	margin-top: 28px;
	margin-bottom: 20px;
}
.news-section .post-columm .post-text {
	padding-left: 32px;
	padding-right: 32px;
}
.news-section .post-columm .post-text p {
	font-size: 16px;
	line-height: 26px;
	color: #a5a5a5;
}
.news-section .post-columm .post-faux-link {
	position: absolute;
	left: 32px;
	bottom: 28px;
	color: #ea3a80;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.news-section .post-columm .post-faux-link i {
	margin-left: 5px;
	margin-top: -1px;
	vertical-align: middle;
}
.news-section .post-columm:hover {
	background-color: #f5f5f5;
}
.news-section .post-columm:hover .post-image img {
	transform: scale(1.1) translate(-45%, -45%);
}
.news-section .post-columm:hover .post-faux-link {
	color: #2571d9;
}
#contact .standard-container {
	padding-top: 60px;
	padding-bottom: 114px;
}
@media (max-width: 1000px) {
	#contact .row .column {
		width: 100% !important;
	}
}
@media (max-width: 1000px) {
	#contact .row {
		flex-wrap: wrap;
		gap: 60px !important;
	}
}
#contact .wpcf7-form label {
	display: none;
}
#contact .wpcf7-form .wpcf7-text,
#contact .wpcf7-form .wpcf7-textarea {
	color: #05142c;
	border: solid 1px #f5f5f5;
	font-size: 16px;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#contact .wpcf7-form .wpcf7-textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
	max-height: 400px;
}
#contact .wpcf7-form .wpcf7-submit {
	display: inline-block;
	color: #fff;
	background-color: #2571d9;
	text-transform: uppercase;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	font-size: 16px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#contact .wpcf7-form .wpcf7-submit:hover {
	background-color: #05142c;
}
#contact .contact-inner {
	position: relative;
	background-color: #fff;
	border: solid 1px #d3d3d3;
	box-sizing: border-box;
	padding: 50px;
}
#contact .contact-inner .row {
	gap: 126px;
}
#contact .contact-inner .row .column {
	width: calc((100% - 126px) / 2);
}
#contact .contact-inner .contact-divider {
	position: absolute;
	left: calc(50% - 1px);
	width: 1px;
	top: 50px;
	bottom: 50px;
	background-color: #d3d3d3;
}
@media (max-width: 1000px) {
	#contact .contact-inner .contact-divider {
		display: none;
	}
}
@media (max-width: 1000px) {
	#contact .contact-inner {
		padding: 40px;
	}
}
@media (max-width: 800px) {
	#contact .contact-inner {
		padding: 20px;
	}
}
#contact .contact-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#contact .contact-link-wrapper {
	margin-top: 20px;
}
#contact .contact-link-wrapper p {
	margin-top: 0 !important;
}
#contact .contact-link-wrapper p.contact-link-title {
	font-weight: bold;
}
#contact .contact-link-wrapper a {
	color: #2571d9;
}
#contact .contact-link-wrapper a:hover {
	color: #05142c;
}
#footer {
	background-image: url("../images/footer-background.jpg");
	background-size: cover;
	background-position: center;
}
#footer .footer-wrapper {
	border-bottom: solid 1px #fff;
}
#footer .footer-wrapper .standard-container {
	padding-top: 60px;
	padding-bottom: 60px;
}
#footer .footer-wrapper .nav-column {
	text-align: right;
}
#footer .footer-wrapper .nav-column .footer-menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	gap: 20px;
}
#footer .footer-wrapper .nav-column .footer-menu li {
	display: block;
}
#footer .footer-wrapper .nav-column .footer-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#footer .footer-wrapper .nav-column .footer-menu li a:hover {
	color: #ea3a80;
}
#footer .copyright-wrapper .standard-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .copyright-wrapper p {
	color: #bed0e9;
}
#footer .copyright-wrapper .privacy-column {
	text-align: right;
}
#footer .copyright-wrapper .copyright-link {
	color: #bed0e9;
}
#footer .copyright-wrapper .copyright-link:hover {
	color: #ea3a80;
}
.page-template-default #main .standard-container,
.post-template-default #main .standard-container {
	padding-top: 100px;
	padding-bottom: 110px;
}
@media (max-width: 500px) {
	.page-template-default #main .standard-container,
	.post-template-default #main .standard-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.post-template-default {
	background-color: #fafafa;
}
.post-template-default #main .news-back-link {
	color: #000;
}
.post-template-default #main .news-back-link i {
	color: #ea3a80;
	margin-right: 10px;
}
.post-template-default #main .news-back-link:hover {
	color: #2571d9;
}
.post-template-default #main .news-title {
	font-size: 96px;
	line-height: 74px;
	color: #2571d9;
	text-transform: uppercase;
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.post-template-default #main .news-title {
		font-size: 76px;
		line-height: 60px;
	}
}
@media (max-width: 1100px) {
	.post-template-default #main .news-title {
		font-size: 66px;
		line-height: 50px;
	}
}
@media (max-width: 1000px) {
	.post-template-default #main .news-title {
		font-size: 56px;
		line-height: 40px;
	}
}
@media (max-width: 900px) {
	.post-template-default #main .news-title {
		font-size: 46px;
		line-height: 36px;
	}
}
.post-template-default #main .news-date {
	color: #a5a5a5;
	margin-top: 20px;
}
.post-template-default #main .featured-image {
	margin-top: 40px;
	margin-bottom: 60px;
}
.page-template-tmpl-home {
	background-color: #fafafa;
}
.page-template-tmpl-home #main .standard-container {
	padding-top: 145px;
	padding-bottom: 125px;
}
.page-template-tmpl-home #main .standard-container .row .column {
	width: 50%;
}
@media (max-width: 1200px) {
	.page-template-tmpl-home #main .standard-container .row .column {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.page-template-tmpl-home #main .standard-container .row {
		flex-wrap: wrap;
	}
}
@media (max-width: 500px) {
	.page-template-tmpl-home #main .standard-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.page-template-tmpl-home #main .main-title {
	font-size: 90px;
	line-height: 74px;
	text-transform: uppercase;
	max-width: 500px;
	color: #2571d9;
}
@media (max-width: 1200px) {
	.page-template-tmpl-home #main .main-title {
		max-width: none;
		margin-bottom: 40px;
	}
}
@media (max-width: 800px) {
	.page-template-tmpl-home #main .main-title {
		font-size: 54px;
		line-height: 54px;
	}
}
@media (max-width: 500px) {
	.page-template-tmpl-home #main .main-title {
		font-size: 42px;
		line-height: 42px;
	}
}
@media (max-width: 400px) {
	.page-template-tmpl-home #main .main-title {
		font-size: 36px;
		line-height: 36px;
	}
}
.page-template-tmpl-home #about {
	position: relative;
	background-color: #05142c;
}
.page-template-tmpl-home #about .standard-container {
	padding-top: 90px;
	padding-bottom: 115px;
}
@media (max-width: 500px) {
	.page-template-tmpl-home #about .standard-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (max-width: 1500px) {
	.page-template-tmpl-home #about .row .column {
		width: 50%;
	}
}
@media (max-width: 900px) {
	.page-template-tmpl-home #about .row .column {
		width: 100%;
	}
}
@media (max-width: 1500px) {
	.page-template-tmpl-home #about .row {
		gap: 40px;
	}
}
@media (max-width: 900px) {
	.page-template-tmpl-home #about .row {
		flex-wrap: wrap;
	}
}
.page-template-tmpl-home #about .about-image {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: auto;
}
@media (max-width: 1500px) {
	.page-template-tmpl-home #about .about-image {
		display: none;
	}
}
.page-template-tmpl-home #about .mobile-image-column {
	display: none;
}
@media (max-width: 1500px) {
	.page-template-tmpl-home #about .mobile-image-column {
		display: block;
	}
}
.page-template-tmpl-home #about .about-title {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.page-template-tmpl-home #about .about-text {
	max-width: 500px;
}
@media (max-width: 900px) {
	.page-template-tmpl-home #about .about-text {
		max-width: none;
	}
}
.page-template-tmpl-home #about .button {
	margin-top: 40px;
}
@media (max-width: 900px) {
	.page-template-tmpl-home #about .button {
		margin-top: 10px;
	}
}
.page-template-tmpl-about {
	background-color: #fafafa;
}
.page-template-tmpl-about #title-section .standard-container {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media (max-width: 700px) {
	.page-template-tmpl-about #title-section .standard-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.page-template-tmpl-about #title-section .about-title {
	font-size: 90px;
	line-height: 74px;
	text-transform: uppercase;
	color: #2571d9;
	max-width: 1016px;
}
@media (max-width: 1100px) {
	.page-template-tmpl-about #title-section .about-title {
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width: 900px) {
	.page-template-tmpl-about #title-section .about-title {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 700px) {
	.page-template-tmpl-about #title-section .about-title {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 600px) {
	.page-template-tmpl-about #title-section .about-title {
		font-size: 30px;
		line-height: 30px;
	}
}
.page-template-tmpl-about #image-section {
	position: relative;
	background-color: #05142c;
}
.page-template-tmpl-about #image-section .standard-container {
	padding-top: 145px;
	padding-bottom: 145px;
}
@media (max-width: 900px) {
	.page-template-tmpl-about #image-section .standard-container {
		padding-top: 60px;
		padding-bottom: 0;
	}
}
.page-template-tmpl-about #image-section .blue-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	z-index: 1;
}
@media (max-width: 1400px) {
	.page-template-tmpl-about #image-section .blue-shape {
		left: -100px;
	}
}
@media (max-width: 1200px) {
	.page-template-tmpl-about #image-section .blue-shape {
		display: none;
	}
}
.page-template-tmpl-about #image-section .image-section-image {
	position: absolute;
	left: calc((100% - 1240px) / 2);
	bottom: 0;
	max-height: 90%;
	width: auto;
	z-index: 2;
}
@media (max-width: 1200px) {
	.page-template-tmpl-about #image-section .image-section-image {
		left: auto;
		right: calc((100% - 1000px) / 2);
		max-width: 50%;
	}
}
@media (max-width: 1100px) {
	.page-template-tmpl-about #image-section .image-section-image {
		right: calc((100% - 900px) / 2);
	}
}
@media (max-width: 1000px) {
	.page-template-tmpl-about #image-section .image-section-image {
		right: calc((100% - 800px) / 2);
	}
}
@media (max-width: 900px) {
	.page-template-tmpl-about #image-section .image-section-image {
		display: block;
		position: relative;
		left: auto;
		right: auto;
		max-height: none;
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
}
.page-template-tmpl-about #image-section .text-box {
	max-width: 40%;
	margin-left: auto;
}
.page-template-tmpl-about #image-section .text-box .image-section-text {
	max-width: 460px;
	margin-bottom: 40px;
}
@media (max-width: 900px) {
	.page-template-tmpl-about #image-section .text-box .image-section-text {
		max-width: none;
	}
}
@media (max-width: 1200px) {
	.page-template-tmpl-about #image-section .text-box {
		margin-left: 0;
	}
}
@media (max-width: 900px) {
	.page-template-tmpl-about #image-section .text-box {
		max-width: none;
	}
}
.page-template-tmpl-news {
	background-color: #fafafa;
}
.page-template-tmpl-airport {
	background-color: #fafafa;
}
.page-template-tmpl-airport #content .standard-container {
	padding-top: 150px;
	padding-bottom: 150px;
}
@media (max-width: 800px) {
	.page-template-tmpl-airport #content .standard-container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (max-width: 500px) {
	.page-template-tmpl-airport #content .standard-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.page-template-tmpl-airport #content .airport-information-box {
	background-color: #fff;
	border: solid 1px #d3d3d3;
	padding: 50px 100px;
	box-sizing: border-box;
}
.page-template-tmpl-airport #content .airport-information-box .airport-title {
	font-size: 96px;
	line-height: 74px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 50px;
}
@media (max-width: 1100px) {
	.page-template-tmpl-airport #content .airport-information-box .airport-title {
		font-size: 76px;
		line-height: 60px;
	}
}
@media (max-width: 800px) {
	.page-template-tmpl-airport #content .airport-information-box .airport-title {
		font-size: 56px;
		line-height: 40px;
	}
}
@media (max-width: 500px) {
	.page-template-tmpl-airport #content .airport-information-box .airport-title {
		font-size: 36px;
		line-height: 30px;
	}
}
@media (max-width: 1100px) {
	.page-template-tmpl-airport #content .airport-information-box {
		padding: 25px 50px;
	}
}
@media (max-width: 800px) {
	.page-template-tmpl-airport #content .airport-information-box {
		padding: 30px;
	}
}
@media (max-width: 500px) {
	.page-template-tmpl-airport #content .airport-information-box {
		padding: 20px;
	}
}
.page-template-tmpl-airport #content .wp-block-columns {
	margin-bottom: 0;
	border-bottom: solid 1px #2571d9;
}
.page-template-tmpl-airport #content .wp-block-columns .wp-block-column {
	padding: 20px;
	flex-basis: auto;
}
.page-template-tmpl-airport #content .wp-block-columns .wp-block-column:first-child {
	border-right: solid 1px #2571d9;
	width: 40%;
}
@media (max-width: 800px) {
	.page-template-tmpl-airport #content .wp-block-columns .wp-block-column:first-child p {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
}
@media (max-width: 800px) {
	.page-template-tmpl-airport #content .wp-block-columns .wp-block-column:first-child {
		width: 100%;
		border-right: none;
	}
}
.page-template-tmpl-airport #content .wp-block-columns .wp-block-column:last-child {
	width: 60%;
}
@media (max-width: 800px) {
	.page-template-tmpl-airport #content .wp-block-columns .wp-block-column:last-child {
		width: 100%;
	}
}
@media (max-width: 800px) {
	.page-template-tmpl-airport #content .wp-block-columns .wp-block-column {
		padding: 0;
	}
}
.page-template-tmpl-airport #content .wp-block-columns:last-child {
	border-bottom: none;
}
@media (max-width: 800px) {
	.page-template-tmpl-airport #content .wp-block-columns {
		flex-wrap: wrap !important;
		gap: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
.body-content .wp-block-heading {
	text-transform: uppercase;
	line-height: 1em;
}
.body-content .wp-block-heading + p {
	margin-top: 20px;
}
.page-template-tmpl-resources .resources-body .standard-container {
	padding-top: 60px;
	padding-bottom: 120px;
}
.page-template-tmpl-resources .search-wrapper {
	position: relative;
	max-width: 400px;
}
.page-template-tmpl-resources .search-wrapper .resource-search {
	position: relative;
	padding: 12px 30px 12px 12px;
	color: #ea3a80;
	border: solid 1px #d3d3d3;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	z-index: 1;
}
@media (max-width: 800px) {
	.page-template-tmpl-resources .search-wrapper .resource-search {
		max-width: none;
	}
}
.page-template-tmpl-resources .search-wrapper .search-submit {
	position: absolute;
	height: 24px;
	width: 24px;
	background-color: #ea3a80;
	text-align: center;
	line-height: 23px;
	top: 12px;
	right: 12px;
	z-index: 9;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.page-template-tmpl-resources .search-wrapper .search-submit:after {
	color: #fff;
	font-family: "FontAwesome";
	content: "";
	font-size: 12px;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.page-template-tmpl-resources .search-wrapper .search-submit:hover {
	background-color: #ffd1e3;
}
.page-template-tmpl-resources .search-wrapper .search-submit:hover:after {
	color: #ea3a80;
}
@media (max-width: 800px) {
	.page-template-tmpl-resources .search-wrapper {
		max-width: none;
	}
}
.page-template-tmpl-resources .results-row {
	gap: 74px;
	margin-top: 35px;
	padding-top: 40px;
	border-top: solid 1px #ea3a80;
}
@media (max-width: 1200px) {
	.page-template-tmpl-resources .results-row {
		gap: 20px;
	}
}
@media (max-width: 800px) {
	.page-template-tmpl-resources .results-row {
		flex-wrap: wrap;
	}
}
.page-template-tmpl-resources .sidebar-column {
	width: 100%;
	max-width: 400px;
	padding: 50px 40px;
	box-sizing: border-box;
	border: solid 1px #d3d3d3;
}
.page-template-tmpl-resources .sidebar-column .sidebar-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 24px;
}
.page-template-tmpl-resources .sidebar-column .category-group {
	margin-bottom: 24px;
}
.page-template-tmpl-resources .sidebar-column .category-group .category-title {
	font-size: 18px;
	display: block;
	border-bottom: solid 1px #ea3a80;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.page-template-tmpl-resources .sidebar-column .category-group .category-row {
	display: flex;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}
.page-template-tmpl-resources .sidebar-column .category-group .category-row .category .category-checkbox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 13px;
	height: 13px;
	border: solid 1px #d3d3d3;
	margin-right: 5px;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.page-template-tmpl-resources .sidebar-column .category-group .category-row .category .category-label {
	display: inline-block;
	vertical-align: middle;
	color: #a5a5a5;
	margin-top: 2px;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.page-template-tmpl-resources .sidebar-column .category-group .category-row .category:hover .category-label {
	color: #000;
}
.page-template-tmpl-resources .sidebar-column .category-group .category-row .category.active .category-label {
	color: #ea3a80;
}
.page-template-tmpl-resources .sidebar-column .category-group .category-row .category.active .category-checkbox {
	background: #ffd1e3;
	border: solid 1px #ea3a80;
}
.page-template-tmpl-resources .sidebar-column .category-group .category-row .category.active .category-checkbox:after {
	content: "";
	position: absolute;
	color: #ea3a80;
	font-family: "FontAwesome";
	font-size: 10px;
	top: -6px;
	left: 2px;
}
.page-template-tmpl-resources .sidebar-column .date-filter {
	margin-bottom: 50px;
}
.page-template-tmpl-resources .sidebar-column .date-filter .date-title {
	font-size: 18px;
	display: block;
	border-bottom: solid 1px #ea3a80;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.page-template-tmpl-resources .sidebar-column .date-filter .date-row {
	gap: 20px;
}
.page-template-tmpl-resources .sidebar-column .date-filter .date-row > .column {
	width: 100%;
}
.page-template-tmpl-resources .sidebar-column .date-filter .date-row label {
	font-size: 12px;
	line-height: 12px;
	color: #a5a5a5;
}
.page-template-tmpl-resources .sidebar-column .date-filter .date-row .date-selector {
	width: 100%;
	border: solid 1px #d3d3d3;
	padding: 8px;
	font-size: 14px;
	box-sizing: border-box;
}
@media (max-width: 800px) {
	.page-template-tmpl-resources .sidebar-column .date-filter {
		margin-bottom: 30px;
	}
}
.page-template-tmpl-resources .sidebar-column .apply-filters-button {
	cursor: pointer;
}
@media (max-width: 1200px) {
	.page-template-tmpl-resources .sidebar-column {
		padding: 20px;
	}
}
@media (max-width: 800px) {
	.page-template-tmpl-resources .sidebar-column {
		max-width: none;
	}
}
.page-template-tmpl-resources .results-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.page-template-tmpl-resources .results-column .resource-item {
	position: relative;
	width: 100%;
	padding: 30px 120px 30px 30px;
	box-sizing: border-box;
	border: solid 1px #d3d3d3;
	color: #05142c;
	font-size: 24px;
	line-height: 28px;
}
.page-template-tmpl-resources .results-column .resource-item .icon {
	position: absolute;
	right: 30px;
	top: 50%;
	font-size: 36px;
	color: #d3d3d3;
	margin-top: -18px;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
@media (max-width: 900px) {
	.page-template-tmpl-resources .results-column .resource-item .icon {
		font-size: 20px;
		margin-top: -10px;
		right: 15px;
	}
}
.page-template-tmpl-resources .results-column .resource-item:hover {
	background-color: #ffd1e3;
	border: solid 1px #ea3a80;
}
.page-template-tmpl-resources .results-column .resource-item:hover .icon {
	color: #ea3a80;
}
@media (max-width: 1200px) {
	.page-template-tmpl-resources .results-column .resource-item {
		font-size: 20px;
		line-height: 22px;
		padding: 20px 100px 20px 20px;
	}
}
@media (max-width: 900px) {
	.page-template-tmpl-resources .results-column .resource-item {
		font-size: 16px;
		padding: 10px 55px 10px 15px;
	}
}
.error404 #header {
	background-color: #05142c !important;
}
.error404 #main .standard-container {
	padding-top: 140px;
	padding-bottom: 60px;
}
