 /* ############ FONTS ############ */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');


/* ############ GLOBAL ############ */

html, body {
	height: 100%;
	font: normal 10px/1.4 serif;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color: #b2b7bb;
	cursor: default;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background: #005073;
}

* {
	box-sizing: border-box;
}

::-moz-selection {
    background: #e8e1dc;
    text-shadow: none;
}

::selection {
    background: #e8e1dc;
    text-shadow: none;
}

a {
	text-decoration: none;
}

a:hover{
	opacity:0.6;
}

b, strong {
	font-weight: normal;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: none;
}

h1{
	font-size:30px;
	color:#333544;
}
h2{
	font-size:18px;
}

h3{
	font-size:30px;
	color:#a0a0be;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p {
}

ol, ul, li {
	list-style: none;
}

ul, menu, dir, li {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.mobi {
	display: none;
}

.visible {
	-webkit-transition: all 1s;
    transition: all 1s;
	opacity: 1 !important;
}

.clearfix:after{
	display:table;
	clear:both;
	content:"";	
}

.container-fluid{
	padding-left:0px;
	padding-right:0px;
}

/* INDEX */
.main-content{
	width:100%;
	min-height:100vh;
	background-color:#ffffff;
	padding:10rem;
	display:table;
	position: relative;
}
.main-content .l-r-surround{
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
.main-content .l-r-surround .inner{
	margin-top:12.2rem;
	display:flex;
	flex-wrap:wrap;
}
.main-content .l-r-surround .lhs,
.main-content .l-r-surround .rhs{
	width:50%;
	display:inline-block;
}
.main-content .l-r-surround .lhs{
	border-right:0.2rem solid #005696;
	padding-right:7rem;
}
.main-content .l-r-surround .rhs{
	border-left:0.3rem solid #005696;
	padding-left:7rem;
}
.main-content .l-r-surround .lhs img.logo{
	margin-left:auto;
	margin-right:0;
	display:block;
}
.main-content .l-r-surround .rhs .rhs-inner{
	display:inline-grid;
}
.main-content .l-r-surround .rhs p{
	font-size:2.4rem;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0.22rem;
}
.main-content .l-r-surround .rhs p.top-line{
	color:#b2b7bb;
	margin-top:1.4rem;
}
.main-content .l-r-surround .rhs p.bottom-line{
	text-align:center;
	color:#005696;
	margin-top:-0.2rem;
}
.main-content .l-r-surround a.cta{
	display:table;
	background-color:#005696;
	font-size:1.8rem;
	text-transform:uppercase;
	color:#ffffff;
	padding:1.1rem 4.6rem 1rem 4.6rem;
	border-radius:1.2rem;
	margin:0 auto;
	margin-top:7.8rem;
}
.main-content .l-r-surround a.cta:hover{
	opacity:0.9;
	text-decoration: none;
}
.main-content .footer-text{
	position:absolute;
	bottom:3rem;
	left:0;
	width:100%;
	text-align:center;
	font-size:1.2rem;
	color:#005696;
	text-transform:uppercase;
	letter-spacing:0.05rem;
	padding-left:15px;
	padding-right:15px;
	font-weight:600 !important;
}
.main-content .footer-text br{
	display:none;
}







/* MEDIA QUERIES */

@media only screen and (max-width: 1600px) {
	
	.main-content{
		padding:6.25vw;
	}
	.main-content .l-r-surround .inner{
		margin-top:7.625vw;
	}
	.main-content .l-r-surround .lhs{
		border-right:0.125vw solid #005696;
		padding-right:4.375vw;
	}
	.main-content .l-r-surround .rhs{
		border-left:0.1875vw solid #005696;
		padding-left:4.375vw;
	}

	.main-content .l-r-surround .rhs p {
	    font-size: 1.5vw;
	    letter-spacing: 0.1375vw;
	}
	.main-content .l-r-surround .rhs p.top-line {
	    margin-top: 0.875vw;
	}
	.main-content .l-r-surround a.cta{
		padding:0.5625vw 2.875vw 0.625vw 2.875vw;
		border-radius:0.75vw;
		margin-top:4.875vw;
		font-size:1.125vw;
	}
	
}

@media only screen and (max-width: 1199px) {
	
	
	
}

@media only screen and (max-width: 991px) {
		
	.main-content .l-r-surround .lhs {
		width:100%;
	    border-right: 0;
    	padding-right: 0;
	}
	.main-content .l-r-surround .lhs img.logo {
	    margin-left: auto;
	    margin-right: auto;
	}
	.main-content .l-r-surround .rhs {
	    border-left: 0;
	    padding-left: 0rem;
	    width:100%;
	    margin-top: 4rem;
	}
	.main-content .l-r-surround .rhs .rhs-inner {
	    display: inline-grid;
	    width: 100%;
	}
	.main-content .l-r-surround .rhs p.top-line {
	    text-align:center;
	}
	.main-content .l-r-surround .rhs p {
	    font-size: 2rem;
	    letter-spacing: 0.05rem;
	}
	.main-content .l-r-surround a.cta {
	    font-size: 1.4rem;
	    padding: 1.1rem 4.6rem 1rem 4.6rem;
	}
	.main-content .footer-text{
		letter-spacing:0rem;
	}

	
}

@media only screen and (max-width: 711px) {
		
	.main-content {
	    padding: 0vw;
	}
	.main-content .l-r-surround .lhs img.logo {
	    margin-left: auto;
	    margin-right: auto;
	    width:87vw;
	}
	.main-content .l-r-surround .rhs {
	    margin-top: 3rem;
	}
	.main-content .l-r-surround .rhs p {
	    font-size: 2.82vw;
	    letter-spacing: 0.0705vw;
	}
	.main-content .l-r-surround .rhs p.top-line {
	    margin-top: 0vw;
	}
	.main-content .l-r-surround a.cta {
	    font-size: 1.2rem;
	    padding: 0.8rem 3rem 0.7rem 3rem;
	    margin-top: 3rem;
	}
	
	.main-content .footer-text {
	    font-size: 2.2vw;
	}
	.main-content .footer-text br{
		display:block;
	}
	
}

@media only screen and (orientation: landscape) and (max-width: 900px) {
	
	.main-content {
	    padding-top: 2rem;
	    min-height: 120vh;
	}
	.main-content .l-r-surround {
	    vertical-align: top;
	}

}

@media only screen and (max-width: 500px) {
	
}

@media only screen and (max-width: 400px) {
		
	
	
}