<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	color: #112f51;
}

.main {
	min-height: 600px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(17,47,81,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

a {
	color: #112f51;
}

a:hover {
	text-decoration: underline;
	color: #112f51;
}

.navbar-brand img.logo {
	max-width: 140px;
}

#homeBanner .theContent {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 1.2rem;
}
	
#contactBlock.container {
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 850px;
}
#solidBlocks {
	display: table;
	width: 100%;
}

#solidBlocks {
	margin-top: 30px;
	margin-bottom: 20px;
}

.solidBlock {
	padding: 1rem 1rem 0 1rem;
	background: #112f51;
	color: #fff;
	width: 100%;
	height: 100%;
	border-bottom: 10px solid #fff;
}

.theContent p {
}

footer {
	background: #cacaca;
	padding-top: 45px;
	font-size: .9rem;
}

footer a {
}

footer ul.menu {
	max-width: 200px;
	float:right;
}

footer ul.menu li {
	list-style: none;
	text-align: left;
}

#copyright {
	padding-top: 45px;
	font-size: 10px;
	padding-bottom: 10px;
}

#copyright a {
	text-decoration: underline;
}

.linkBlock {
	background: #112f51;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px;
}

.linkBlock a {
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.linkBlock a svg {
	margin-right: 10px;
}

.btn-stylisedButton {
	display: block;
	margin-bottom: 30px;
	background: #02a8fb;
	color: #fff;
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 2.4rem;
	padding: 10px;
	text-align: left;
}

.btn-stylisedButton.small {
	font-size: 1rem;
	line-height: 2rem;
	padding-bottom: 10px;
	font-weight: 400!important;
}

.btn-stylisedButton svg {
	font-size: 3rem;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	float: left;
}

.btn-stylisedButton.small svg {
	margin-right: 10px;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	padding: 4px;
}

.btn-stylisedButton:hover {
	background: #112d51;
	color: #fff;
}

h2.subTitle {
	margin: 30px 0 0 0;
	background: #112d51;
	color: #fff;
	padding: 15px;
	text-align: center;
}

h3.subTitle {
		display: block;
		background: #112d51;
		color: #fff;
		padding: 10px 15px;
		font-size: 1.1rem;
		text-transform: uppercase;
	}
	
	h5.subTitle {
		border-bottom: 1px solid #ccc;
		margin-top: 30px;
		padding-bottom: 10px;
	}
	
	ul.documents {
		padding: 0;
		margin: 0 0 0 30px;
	}
	
	ul.documents li {
		background: url("/wp-content/themes/ovaltwo-child/assets/img/word-icon.png") no-repeat;
		background-position: left;
		background-size: 30px;
		list-style: none;
		padding-left: 40px;
		line-height: 3rem;
		border-bottom: 1px solid #eee;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.accordion {
		margin-bottom: 45px;
		-moz-box-shadow: 5px 5px 10px #ccc;
		-webkit-box-shadow: 5px 5px 10px #ccc;
		box-shadow: 5px 5px 10px #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.accordion .card .card-header{
		background: rgba(0,169,255,1);
		color: #fff;
	}
	
	.accordion .card .card-header .btn.btn-link.btn-block {
		color: #fff;
		text-transform: uppercase;
		font-size: 1.2rem;
	}
	.documentDownloadLink {
		background: url("/wp-content/themes/ovaltwo-child/assets/img/word-icon.png") no-repeat;
		background-position: left;
		background-size: 50px;
		padding-left: 70px;
		min-height: 50px;
		display: block;
		line-height: 3.4rem;
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	
	.documentDownloadLink .btn-site {
		margin-top: 5px;
	}

#partners {
	margin-top: 90px;
	margin-bottom: 45px;
}

#partners h3 {
	
}


#partners img {
	max-height: 180px;
	width: auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
	ul.nav.justify-content-center li {
		width: 100%;
			}
}

@media (max-width: 1200px) {
}</pre></body></html>