@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	background-color: white;
	min-height: 100vh;
}

.t-primary-bgcolor {
	background-color: #1e3a62;
}

a {
	color: #1e3a62;
}

.container {
	width: 1200px;
}

.header {
	width: 100%;
}

.header__main {
	background: linear-gradient(to bottom, #3a5170 0%, #3a5170 24%, #1e3a62 100%);
}

.header__main .container {
	height: 106px;
}

.header__logo {
	display: flex;
	align-items: center;
	font-family: "Montserrat", sans-serif;
}

.header__logo a {
	color: #fff;
}

.header__logo a:hover {
	text-decoration: none;
	color: #CDDFF0;
}

.header__logo img {
	height: 102px;
	margin-right: 10px;
}

.header__logo h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
}

.header__logo h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.1px;
	margin-bottom: 0 !important;
}

.header__logo h2 span {
	font-size: 20px;
	text-transform: lowercase;
	font-style: italic;
	font-variant: normal;
	font-weight: 400;
}

.header__logo p {
	font-size: 18px;
	color: #bde7f9;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	text-shadow: 2px 2px 3px #333;
	letter-spacing: .1px;
	border-top: 1px solid #fff;
	position: relative;
	padding-top: 5px;
	margin-top: 5px;
	display: flex;
	margin-bottom: 5px;
	line-height: 18px;
}

.header__nav {
	height: 46px;
	background-image: url(nav_pat_newblue.jpg);
}

.header__nav .container {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.header__nav .container a {
	font-family: "Merriweather", serif;
	color: #fff;
	height: 46px;
	border-right: 1px solid #4c7e99;
	border-left: 1px solid #66a8cc;
	padding: 12px 33px;
	font-size: 13px;
	text-align: center;
	text-shadow: 1px 1px 1px #444;
}

.header__nav .container a:hover {
	background: #4A7993;
	text-decoration: none;
}

.footer-wrapper {
	min-height: 240px;
	background-color: #1e3a62;
	border-top: 6px solid #5F9DC0;
	background-image: url(footer_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 80px;
}

.mobile-header {
	background: linear-gradient(to bottom, #3a5170 0%, #3a5170 24%, #1e3a62 100%);
}

.mobile-header>svg {
	color: #fff;
}

@media screen and (max-width: 1194px) {
	.header__nav .container a {
		display: none;
	}
}