@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");

body {
	color: #5f676f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 10pt;
}

a {
	color: #004799;
}

a.active {
	color: #009ee3;
	text-decoration: underline;
}

.nav-link {
	font-weight: 600;
	font-size: 9pt;
}

.noborder {
	border: 0px;
	padding-top: 0px;
}

.dropdown-item {
	font-weight: 600;
	font-size: 9pt;
	background-color: white;
	color: #004799;
}

.dropdown-item.active {
	background-color: white;
	color: #009ee3;
	text-decoration: underline;
}

.footer {
	overflow: hidden;
	font-size: 8pt;
}

.footer-bold {
	font-weight: 700;
}

.footer-triangle {
	height: 0;
	border-left: 0px;
	border-bottom: 20px solid #f7cf00;
	border-right: 100vw solid transparent;
}

.bottom-padding {
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	body {
		font-size: 12pt;
	}
	
	.dropdown-item {
		font-size: 12pt;
	}
	
	.nav-link {
		font-size: 11pt;
	}
	
	.footer {
		font-size: 9pt;
	}
}

.title {
	font-size: 16pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title-offset {
	margin-left: 0px;
}

.paragraphtitle {
	font-weight: 700;
}

@media (min-width: 992px) {
	.title {
		font-size: 20pt;
	}
	
	.title-offset {
		margin-left: -50px;
	}
	
	.nav-offset {
		margin-left: -50px;
	}

	.leftmargin {
		margin-left: 20px;
	}
}

.darkblue {
	color: #004799;
}

.lightblue {
	color: #009ee3;
}

.darkbluebackground {
	background: #004799;
	color: #ffffff;
}

.page-with-footer {
	min-height: 100vh;   
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.top-bar {
	height: 60px;
}

.top-bar-image {
	position: absolute;
	z-index: 99;
	max-width: 50%;
	width: 518px;
	left: 30px;
}

@media (min-width: 992px) {
	.top-bar {
		height: 80px;
	}

	.top-bar-image {
		left: 125px;
	}
}

.popup-menu-container {
	position: absolute; 
	right: 10px; 
	top: 10px; 
	z-index: 100;
}

.popup-menu {
	background-color: white; 
	padding: 10px;
	min-width: 200px;	
	border: 1px; 
	border-color: #004799; 
	border-style: solid;
}

.header-container {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 992px) {
	.header-container {
		margin-left: 75px;
		margin-right: 75px;
	}
}

.header-image-container {
	display: block; 
	width: 100%; 
	position: relative; 
	height: 0; 
	padding: 35% 0 0 0; 
	overflow: hidden;
}

.header-image {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.navbar {
	padding: .5rem 15px;
}

.maincontent {
	position: relative;
}

.sidemenu {
	position: absolute;
	right: 75px;
	top: 0;
	border-right: 2px solid #b24628;
	padding: 0;
	padding-left: 10px;
}

.sidemenuitem {
	border-bottom: 0.1px solid #004799;
	padding-top: 14px;
}

a.sidemenulink {
	color: #5f676f;
	text-decoration: none;
}

a.darkbluebackground {
	color: white;
}

.sideicon {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 35px;
	top: -40px;
	background: #b24628;
	color: white;
	text-align: center;
	line-height: 40px;
}

.sideicon2 {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 35px;
	top: -90px;
	background: #b24628;
	color: white;
	text-align: center;
	line-height: 40px;
}

.flip {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#g-recaptcha-response {
	display: block !important;
	position: absolute;
	margin: -78px 0 0 0 !important;
	width: 302px !important;
	height: 76px !important;
	z-index: -999999;
	opacity: 0;
}