﻿@charset "utf-8";

* {
	box-sizing: border-box;
}

h1 {
	color: #4c5987;
	font-family: Calibri;
	font-size: 36px;
	text-align: left;
}

h2 {
	color: #4c5987;
	font-family: Calibri;
	font-size: 28px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
}



h3 {
	color: #4c5987;
	font-family: Calibri;
	font-size: 24px;
	text-align: center;
}

body {
	font-family: Arial;
	padding: 0px;
	background: white;
	margin: 0px;
}


.header {
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: sticky;
	top: 0;
	height: 80px;
	background-color: #4c5987;
	overflow: hidden;
	z-index: 100;
}

.header-left {
	float: left;
	width: 500px;
	/*            min-width: 440px;
        */ height: 80px;
}

.header-middle {
	float: left;
	width: calc(100% - 800px);
	max-width: 600px;
	height: 80px;
}




.header-right {
	float: right;
	width: 260px;
	height: 80px;
	text-align: center;
	height: 180px;
	margin: 0px;
	padding: 0px;
	overflow: clip;
}

/* Style the top navigation bar */
.topnav {
	overflow: hidden;
	background-color: #4c5987;
	clear: both;
	padding: 0px;
	margin: 0px;
}

	/* Style the topnav links */
	.topnav a {
		float: left;
		display: block;
		color: whitesmoke;
		text-align: center;
		text-decoration: none;
		font-size: 18px;
		font-family: Calibri;
		padding: 20px 20px 10px;
		inline-size: 20%;
		height: 100%;
		overflow: clip;
		line-height: 18px;
	}

		/* Change color on hover */
		.topnav a:hover {
			border-top-width: 4px;
			border-top-style: solid;
			border-top-color: white;
			padding: 16px 20px 10px;
		}

/* Footer */
.footer {
	width: 100%;
	overflow: auto;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #4c5987; /*rgb(60, 60, 60);*/
	margin-top: 0px;
}

	.footer div {
		width: 33.33%;
		float: left;
		text-align: left;
	}

		.footer div h4 {
			font-size: 18px;
			padding-top: 0px;
			margin-top: 10px;
			margin-bottom: 10px
		}

		.footer div p {
			font-size: 14px;
			padding-top: 0px;
			margin-top: 10px;
			line-height: 8px
		}


@media screen and (max-width: 1200px) {
	.header-left {
		width: 380px;
	}

	.header-middle {
		width: calc(100% - 420px); /* need to include header-left plus margin */
		margin-right: 10px;
	}

	.header-right {
		width: 0px;
	}
}


@media screen and (max-width: 900px) {
	.header {
		height: 110px;
	}

	.header-middle {
		clear: left;
		width: 100%;
		background-color: dimgray;
		max-width: 900px;
	}

	.topnav {
		background-color: dimgray;
	}

		.topnav a {
			vertical-align: middle;
			line-height: 14px;
			padding: 7px 0px 0px;
		}

			/* Change color on hover */
			.topnav a:hover {
				border-top-width: 2px;
				border-top-style: solid;
				border-top-color: white;
				padding: 5px 0px 0px;
			}


	.footer div {
		width: 100%;
		float: left;
	}
}




.slider-backdrop {
	background-image: url("/images/bg2.jpg");
	background-color: whitesmoke;
	padding-bottom: 20px;
}

.main {
	background-image: url("/images/bg2.jpg");
	background-color: whitesmoke;
	padding-bottom: 20px;
}


.grid-container_1 {
	display: grid;
	grid-template-columns: auto;
	background-color: white;
	padding: 10px;
	padding-left: 10%;
	padding-right: 10%;
	column-gap: 16px;
	row-gap: 16px;
}


.grid-container_2 {
	display: grid;
	grid-template-columns: auto auto;
	background-color: white;
	padding: 10px;
	padding-left: 10%;
	padding-right: 10%;
	column-gap: 16px;
	row-gap: 16px;
}

.grid-container_3 {
	display: grid;
	grid-template-columns: 33.33% auto 33.33%;
	background-color: white;
	padding: 24px;
	column-gap: 24px;
	row-gap: 16px;
}





@media screen and (max-width: 1200px) {
	.grid-container_3, .grid-container_2 {
		grid-template-columns: auto;
	}
}


/* slider */

.mySlides {
	display: none
}

.slider-container {
	max-width: 1350px;
	height: 631px;
}

.slideimage {
	vertical-align: middle;
	width: 66.7%;
}

.slidetext {
	padding: 20px;
	padding-top: 0px;
	background-color: white;
	float: right;
	width: 33.3%;
	height: 600px;
}


.slideimage2 {
	vertical-align: middle;
}

.slidetext2 {
	padding: 20px;
	padding-top: 0px;
	background-color: white;
	float: right;
	width: 66.7%;
	height: 500px;
}

.slidearrowcontainer {
	width: calc(100% + 100px);
}

.slidearrow {
	font-size: 24px;
}

.w3-left, .w3-right, .w3-badge {
	cursor: pointer
}

.w3-badge {
	height: 13px;
	width: 13px;
	padding: 0
}

@media screen and (max-width: 1450px) {

	.slider-backdrop {
		background-image: none;
		background-color: white;
	}

	.slidearrowcontainer {
		width: calc(100% + 30px);
	}

	.slidearrow {
		font-size: 20px;
	}

	.slidetext {
		padding: 20px;
		padding-top: 0px;
		float: left;
		width: calc(100% - 40px);
		height: 100%;
		margin-left: 20px;
		margin-right: 20px;
	}

	.slideimage {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.slidetext2 {
		padding: 20px;
		padding-top: 0px;
		float: left;
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}

	.slideimage2 {
		display: none
	}

	.w3-badge {
		visibility: hidden;
	}

	.slider-container {
		max-width: 100%;
		margin-left: 5px;
		margin-right: 5px;
	}
}


.smallcardimage {
	float: left;
}

@media screen and (max-width: 500px) {

	.smallcardimage {
		float: none;
	}
}

.banner_text {
	float: left;
	margin-left: 10%;
	width: calc(80% - 400px);
}
.banner_pic {
	float: right;
	margin-right: 10%;
	margin-top: 30px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {

	.banner_text {
		float: left;
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
	}

	.banner_pic {
		display: none;
	}
}


.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.row {
    display: flex;
}

.column {
	flex: 50%;
}