@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
Blue #173E66
*/
body,
html {
	font-family: "Roboto", sans-serif, ui-sans-serif, system-ui;
	font-size: 14px;
	margin: 0;
	background-color: #142231
}
h1, h2, h3 {
	font-size: 200%;
	font-weight: 100;
	text-transform: capitalize
}
.text_shadow {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.padding {
	padding: 20px;
	box-sizing: border-box;
}
.wrapper {
	max-width: 1024px;
	margin: auto;
	box-sizing: border-box;
}
.full {
	width: 100%
}
.nowrap {
	white-space: nowrap
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	box-sizing: border-box
}
header {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	color: white;
}
header a,
header a:visited {
	color: inherit;
	text-decoration: none
}
header .logo {
	font-size: 175%;
	font-weight: 100
}
header .logo img {
	height: 25px;
	width: auto
}
header .table {
	position: relative;
	z-index: 2
}
header .cell {
	vertical-align: middle
}
.header_background {
	background-color: rgba(0, 0, 0, 0.7)
}
.blur {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	backdrop-filter: blur(20px);
	z-index: 1
}
.menu {
	display: block;
	box-sizing: border-box;
	height: 25px;
	aspect-ratio: 1/1;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	transition: .5s;
	cursor: pointer;
}
.menu_open {
	transform: rotate(-90deg)
}
.home {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: bottom center;
	background-size: cover
}
.home_intro {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 10%;
	margin: auto;
	font-size: 4vw;
	color: white;
	font-weight: 100
}
.home .menu_parent {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2
}
.home .menu_parent a,
.home .menu_parent a:visited {
	display: inline-block;
	text-align: center;
	background-color: #173E66;
	text-decoration: none;
	box-sizing: border-box;
	text-transform: uppercase;
	color: white;
	transition: .25s;
	border-right: 1px solid #0d1b29;
	vertical-align: bottom
}
.home .menu_parent a:last-child {
	border: none
}
.home .menu_parent a:hover {
	padding-bottom: 30px
}
.banner {
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 99;
	padding-bottom: 45%
}
.fake_banner {
	height: 71px;
	background-color: rgba(72, 12, 104, 0.7)
}
.col_1 {
	background-color: #CF2F26
}
.col_2 {
	background-color: #3A8340
}
.col_3 {
	background-color: #D7622B
}
header .cirrus {
	position: absolute;
	left: 20px;
	bottom: -5px;
	z-index: 1000;
	display: none
}
header .cirrus span {
	display: inline-block;
	height: 10px;
	aspect-ratio: 1.1;
	border-radius: 50%;
	margin-right: 5px
}
nav {
	position: fixed;
	top: 71px;
	right: -250px;
	width: 250px;
	background-color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	z-index: 100;
	color: white;
	font-weight: 300;
	transition: .5s;
	border-radius: 0 0 0 10px
}
nav a,
nav a:visited {
	display: block;
	padding-bottom: 20px;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
nav a:hover {
	text-decoration: underline
}
nav a:last-child {
	padding-bottom: 0
}
.nav_open {
	right: 0;
}
.content {
	background-color: #472A69;
}
.content .wrapper {
	background-color: white;
	color: rgb(55, 55, 55)
}
.clear {
	display: block;
	clear: both
}
footer {
	color: #7f7f92;
}
footer a,
footer a:visited {
	color: inherit
}
footer .table .cell {
	width: calc(100%/3);
	vertical-align: top
}
footer h3 {
	font-size: 150%;
	margin-top: 0
}
footer .table .cell:nth-child(1) {
	background-color: rgba(67, 43, 100, 0.2)
}
footer .table .cell:nth-child(2) {
	background-color: rgba(67, 43, 100, 0.4)
}
footer .table .cell:nth-child(3) {
	background-color: rgba(67, 43, 100, 0.6)
}
.cell_25 {
	width: 25%
}
.cell_50 {
	width: 50%
}
.services .cell {
	background-position: center;
	background-size: cover;
	padding: 10% 5% 10% 5%;
	color: gold
}
.services a,
.services a:visited {
	color: inherit
}
.services_mobile {
	display: none
}
.footer_logo {
	width: 50%;
	height: auto
}
.accreditations {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8)
}
.accreditations img {
	height: 70px;
	width: auto;
	margin: 0 30px 0 30px;
	filter: grayscale(1);
}
input[type=text],
input[type=submit],
textarea,
select {
	outline: none;
	border-radius: 0;
	border: 1px solid #3163DD;
	background-color: #f2f2f2;
	font-size: inherit;
	padding: 10px;
	resize: none;
	-webkit-appearance: none;
}
select {
	background-image: url(/core/graphics/select.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 50px;
	cursor: pointer
}
input[type=submit],
input[type=submit]:visited {
	background: #3163DD;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
form label {
	display: inline-block;
	vertical-align: bottom;
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
}
form label input[type=text],
form label select,
form label textarea {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px
}
.form_3 label {
	width: calc(100%/3)
}
.form_3 label:nth-child(3n+1) {
	padding-left: 0
}
.form_3 label:nth-child(3n+3) {
	padding-right: 0
}
.form_2 label {
	width: 50%
}
.form_2 label:nth-child(2n+1) {
	padding-left: 0
}
.form_2 label:nth-child(2n+2) {
	padding-right: 0
}
.form_1 label {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.free_quote_popup {
	background-color: #3163DD
}
.popup {
	position: fixed;
	z-index: 1000;
	background-color: #283b5d;
	left: 20%;
	right: 20%;
	top: 20%;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	color: white;
	transition: 2s;
	overflow: hidden;
	display: none
}
.popup img {
	width: 200px;
	height: auto
}
.popup .close_popup {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 200%;
	cursor: pointer
}
.popup_close {
	opacity: 0;
	top: -2000px
}
.paging {
	text-align: left;
	color: white
}
.paging a,
.paging a:visited {
	display: inline-block;
	background-color: #651da5;
	padding: 0 10px 0 10px;
	line-height: 3em;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 10px 5px 0;
	border-radius: 3px;
	transition: .5s;
}
.paging a:hover {
	background-color: black
}
.grid_wrapper {
	padding: 0%;
}
.grid {
	box-sizing: border-box;
	margin: 1% 0 1% 0;
}
.grid a,
.grid a:visited {
	display: inline-block;
	width: 32%;
	color: inherit;
	text-decoration: none;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	transition: .5s;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
	filter: grayscale(100%);
	border-radius: 20px 0 20px 0
}
.grid a:hover {
	transform: scale(0.98) rotate(1deg);
	filter: grayscale(0);
}
.grid a:nth-child(3n+1) {
	margin-left: 0
}
.grid a:nth-child(3n+3) {
	margin-right: 0
}
.grid_image {
	position: relative;
	background-position: center;
	background-size: cover;
	aspect-ratio: 1.1
}
.grid_title,
.grid_description,
.grid_date {
	padding: 15px
}
.grid_title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(101, 29, 165, 0.8);
	color: white;
	text-transform: uppercase;
}
.grid_description {
	display: none
}
.grid_date {
	position: absolute;
	/*background-color: black;*/
	top: 0;
	right: 0;
	color: white
}
.image_float_left,
.image_float_right {
	margin-bottom: 30px
}
.image_float_left {
	float: left;
	margin-right: 30px
}
.image_float_right {
	float: right;
	margin-left: 30px
}
@media screen and (max-width: 1024px) {
	.menu_parent {
		display: none
	}
	header .table .cell:nth-child(2),
	header .table .cell:nth-child(3) {
		display: none
	}
	footer .cell {
		display: block;
		width: 100% !important
	}
	.banner {
		aspect-ratio: 1.1;
		padding: 0
	}
	header {
		background-color: rgba(0, 0, 0, 0.7)
	}
	.home_intro {
		font-size: 200%;
		font-weight: 400
	}
	h1, h2, h3 {
		font-size: 125%;
		font-weight: 400
	}
	header .logo {
		font-size: 150%;
		font-weight: 400
	}
	header .cirrus {
		position: absolute;
		left: 20px;
		bottom: -11px;
		z-index: 1000
	}
	header .cirrus span {
		height: 15px;
		margin-right: 10px
	}
	.form_3 label,
	.form_2 label,
	.form_1 label {
		padding: 0 0 20px 0;
		width: 100%
	}
	nav {
		top: 70px;
	}
	.paging {
		text-align: center;
	}
}