* {
    font-family: Aptos, 'Bierstadt', 'Segoe UI', Arial;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 150%;
}

body {
    font-size: 13.5pt;
}

p {
	padding-bottom: 0.5em;
}

semi {
	font-weight: 600;
}

.header {
    grid-area: header;
    background: white;
    background-color: #00387A;
    color: #f2f2f2;
    text-transform: uppercase;
    background-image: url(img/bgpattern.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

.header .title {
    font-size: 36pt;
    font-style: italic;
    font-weight: 300;
}

.header .subtitle {
    font-size: 10pt;
    font-style: italic;
    margin-left: 50px;
    text-align: right;
}

.fitheader {
    width: fit-content;
    float: left;
}

@media (max-width: 1700px) {
    .fitheader {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.header_div {
	min-width: 800px; 
	float: right;
}

.header_subdiv {
	height: 132px;
}

@media (max-width: 1700px) {
    .header_div {
		display: inline-block;
		width: 100%;
    }
	
	.header_subdiv {
		height: 0px;
    }
}

.hoverbar {
    width: fit-content;
    float: right;
    position: relative;
    top: calc(100% - 53px);
    font-size: 11pt;
    font-weight: 600;
    border-bottom: solid 3px #fff;
}

.hoverbar a {
    float: right;
    display: block;
    padding: 14px 16px 14px 16px;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #D68910;
    width: fit-content;
}

.hoverbar a:hover {
    background-color: #ddd;
    color: black;
}

.header .mainimage {
    float: left !important;
    padding: 0px 0px !important;
}

.header_subdiv img {
	float: right;
}

.header a {
    color: #F1EDE8;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #00387A;
	float: right;
}

@media (max-width: 1700px) {
    .header svg {
        display: none;
    }
	
	.header a
	{
		display: block;
		border-top: solid 3px #fff;
		text-align: center;
		width: 100%;
	}
}

.header a:hover {
    background-color: #0F3052;
    color: #F1EDE8;
}

.subnav {
    grid-area: subnav;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 11pt;
    margin-bottom: 35px;
}

.subnav svg {
    float: right;
}

@media (max-width: 1700px) {
    .subnav svg {
        display: none;
    }
}

.subnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #1E8449;
    border-top: solid 3px #fff;
}

@media (max-width: 1700px) {
    .subnav a {
        float: none;
    }
}

.subnav a:hover {
    background-color: #7DCEA0;
    color: black;
}

.content {
    grid-area: main;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0px 35px 0px 50px;
	width: 1024px;
	justify-self: end;
	align-self: start;
}

.rightcolumn {
    grid-area: rightcolumn;
	justify-self: start;
	align-self: start;
	width: 690px;
}

.fakeimng {
    background-color: #aaa;
    padding: 20px;
    width: 100%;
}

.card {
    padding: 0px 20px 0px 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.footer {
    grid-area: footer;
    background-color: #333;
    text-transform: uppercase;
	margin-top: 35px;
}

.footer a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.footer p {
    float: left;
    color: #f2f2f2;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
	font-weight: 600;
	font-family: 'Lucida Fax', 'Times New Roman', 'Arial';
}

@media (max-width: 1700px) {
    .footer a {
        float: none;
    }
}


.footer a:hover {
    background-color: #ddd;
    color: black;
}

@media screen and (max-width: 1700px) {
    .content {
        aspect-ratio: 16 / 9;
		justify-self: start;
		margin: 0 0 50 0;
		min-width: auto;
    }
}

@media screen and (max-width: 1700px) {
    .leftcolumn, .rightcolumn {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1700px) {
    .header a {
        float: none;
        width: 100%;
    }
}

h1:first-child, h2:first-child, h3:first-child {
	padding-top: 0.0em !important;
}

h1, h2, h3 {
    font-weight: 500;
    margin-bottom: 24pt;
	text-transform: uppercase;
	padding-top: 1.25em;
	margin-bottom: 0.25em;
}

h4, h5, h6 {
    font-weight: 500;
    margin-bottom: 12pt;
    font-style: italic;
	padding-top: 0.75em;
	padding-bottom: 0.25em;
}

h1 {
    font-size: 36pt;
}

h2 {
    font-size: 28pt;
}

h3 {
    font-size: 24pt;
}

h4, h5, h6 {
    font-size: 20pt;
}

table {
	text-align: left;
	border: solid 1px #eee;
	margin-top: 20px;
	margin-bottom: 10px;
}

th {
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 50px;
	padding-left: 10px;
	vertical-align: top;
}

td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 50px;
	padding-left: 10px;
	border-top: solid 1px #eee;
	vertical-align: top;
}

.content a:link {
	color: #00833C;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.content a:visited {
	color: #00833C;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.content a:hover {
	color: #005B8C;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 600;
}

.content a:active {
	color: #005B8C;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 600;
}

.rightcolumn a:link {
	color: #00833C;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.rightcolumn a:visited {
	color: #00833C;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.rightcolumn a:hover {
	color: #005B8C;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 600;
}

.rightcolumn a:active {
	color: #005B8C;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 600;
}

a.Junction:link {
	color: #00833C;
	text-decoration: none;
	cursor: pointer;
	text-transform:	uppercase;
	line-height: 2em;
	font-size: 14pt;
}

a.Junction:visited {
	color: #00833C;
	text-decoration: none;
	cursor: pointer;
	text-transform:	uppercase;
	line-height: 2em;
	font-size: 14pt;
}

a.Junction:hover {
	color: #005B8C;
	text-decoration: underline;
	cursor: pointer;
	text-transform:	uppercase;
	line-height: 2em;
	font-size: 14pt;
}

a.Junction:active {
	color: #005B8C;
	text-decoration: underline;
	cursor: pointer;
	text-transform:	uppercase;
	line-height: 2em;
	font-size: 14pt;
}


.rightcolumn input[type=email] {
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 12pt;
}

.rightcolumn input[type=submit] {
	padding: 5px 0px;
	box-sizing: border-box;
	font-size: 12pt;
	text-transform: uppercase;
	border: solid 2px #28A260;
	background-color: #60C18C;
	font-style: italic;
	font-weight: 600;
	cursor: pointer;
}

.content img {
    padding: 1.5em 0px;
}

li, ul {
    margin-left: 1.5em;
}

a .italic {
    padding: 0px 0px;
    font-style: italic;
}

div .legal {
    text-align: justify;
}

div .legal input[type=email] {
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 12pt;
}

div .legal textarea {
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 12pt;
    vertical-align: top;
}

div .legal input[type=submit] {
    padding: 5px 0px;
    box-sizing: border-box;
    font-size: 12pt;
    text-transform: uppercase;
    border: solid 2px #28A260;
    background-color: #60C18C;
    font-style: italic;
    font-weight: 600;
    cursor: pointer;
}