
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: calc(16px + 4 * ((100vw - 320px) / 680));
	min-width: 100%;
	font-family: Myriad Pro,sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #002639;
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	padding-top: 25px;
	overflow-y: auto;
	line-height: 180%;
}

body.user-logged-in {padding-top: 65px !important;}
body.user-logged-in.toolbar-tray-open {padding-top: 105px !important;}

a {
	/*color: #a99031;*/
	/* color: #655601; */
	color: #837001;
	text-decoration: none;
}
a[name],
a[name]:hover,
a[name]:visited {
	color: inherit;
	text-decoration: inherit;
}
a:hover {
	color: #debd25;
	text-decoration: underline;
}
p {
	margin: calc(14px + 4 * ((100vw - 320px) / 680)) 0;
}
ul,
ol {
	list-style-position: inside;
}
ul.no-indent,
ol.no-indent {
	left: 0 !important;
}
.cke_editable ul,
.cke_editable ol {
	padding-left: calc(3px + 3 * ((100vw - 320px) / 680));
	margin-bottom: calc(10px + 4 * ((100vw - 320px) / 680));
}
input {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: solid 1px #333 !important;
	position: relative;
	background: white;
}
input.button {
	border: none !important;
	border-radius: 0 !important;
}
input[type='checkbox'] {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: solid 1px #333;
	width: 1.5vw;
	height: 1.5vw;
	min-width: 14px;
	min-height: 14px;
	max-width: 36px;
	max-height: 36px;
	padding: 1vw;
	position: relative;
	background: white;
}
input[type='checkbox']:checked {
}
input[type='checkbox']:checked::before {
	content: url('../../images/checkmark-blue.svg');
	background: /*#00467b*/ url('../../images/checkmark-blue.svg');
	color: white;
	width: 150%;
	height: 150%;
	position: absolute;
	bottom: 4% !important;
	left: 4%;
	vertical-align: bottom;
}
input[type='radio'] {
	border-radius: 50% !important;
}
input[type='radio']:checked::before {
	content: ' ';
	display: block;
	background: #00467f;
	width: 50%;
	height: 50%;
	border-radius: 50%;
	position: absolute;
	left: 25%;
	top: 25%;

}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.article td {padding: .5vw;}
.article th {background: #ffc425;}
td {padding: .5vw 0;}
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: 700 !important;
}
h1 {
	font-size: calc(14px + 10 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (24 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
h2 {
	font-size: calc(14px + 8 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (22 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
h3 {
	font-size: calc(14px + 6 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (20 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
h4 {
	font-size: calc(14px + 4 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (18 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
h5 {
	font-size: calc(14px + 2 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (16 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
h6 {
	font-size: calc(14px + 1 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (15 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
.clearfloat {clear: both; float: none;}
.serif-type {
	font-family:"freight-text-pro", "Times New Roman", serif;
}
.normal-type {
	font-weight: normal !important;
}
.bold-type {
	font-weight: bold !important;
}
.light-type {
	font-weight: 200 !important;
}
.all-caps {
	text-transform: uppercase;
}
.break-all {
	word-break: break-all;
	-webkit-hyphens: manual;
   -moz-hyphens: manual;
        hyphens: manual;
}
.tight-leading,
.tight-leading * {
	line-height: 100% !important;
	display: inline-block;
}
.white-text {color: white;}
.yellow-text {color: #ffc425;}
.darkblue-text {color: #002639;}
.medblue-text{color: #00467b;}
.lightblue-text {color: #849bc1;}

.type_36-120,
.type_24-70,
.type_18-50,
.type_16-40 {line-height: 110%;}

.type_14-14,
.type_14-20,
.type_14-22,
.type_14-24,
.type_15-33 {line-height: 130%}

.type_36-120,
.type-36-120 {
	font-size: calc(36px + 84 * ((100vw - 320px) / 680));
}
.hugest-type,
.type_24-70,
.type-24-70 {
	font-size: calc(24px + 46 * ((100vw - 320px) / 680));
}
.huge-type,
.type_18-50,
.type-18-50 {
	font-size: calc(18px + 32 * ((100vw - 320px) / 680));
}
.less-huge-type,
.type_16-40,
.type-16-40 {
	font-size: calc(16px + 24 * ((100vw - 320px) / 680));
}
.type_16-32,
.type-16-32 {
	font-size: calc(16px + 16 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (24 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
.type_15-33,
.type-15-33 {
	font-size: calc(15px + 18 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (24 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
.biggest-type,
.type_14-24,
.type-14-24 {
	font-size: calc(14px + 10 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (24 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
.bigger-type,
.type_14-22,
.type-14-22 {
	font-size: calc(14px + 8 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (22 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
.big-type,
.type_14-20,
.type-14-20 {
	font-size: calc(14px + 6 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (20 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
.medium-type,
.type_14-14,
.type-14-14 {
	font-size: calc(14px + 4 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (18 - 14) * ((100vw - 800px) / (1800 - 800))); */
}
.align-right {
	display: block;
	float: right;
	margin-left: 1vw;
}
.align-left {
	display: block;
	float: left;
	margin-right: 1vw;
}
.align-centered {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}
.align-centered img {
	margin: 0 auto;
}
p.small,
.type_14-15 {
	font-size: calc(14px + 1 * ((100vw - 320px) / 680));
	/* font-size: calc(14px + (15 - 14) * ((100vw - 800px) / (1800 - 800))); */
	line-height: /* calc(14px + 1 * ((100vw - 320px) / 680)) 100%*/;
	padding: 0;
	margin: 0 !important;
}
img.right-aligned-third-wide {
	width: 33%;
	height: auto;
	float: right;
}

/* table.table-border {border: 1px solid rgba(0,0,0,0)!important; } */
table.full-width {min-width: 100%; table-layout: fixed;}
table.table-border {border: 1px solid #002639 !important; border-collapse:collapse;}
table.table-border td:first-of-type {border-left: 1px solid rgba(0,0,0,0) !important;}
table.table-border td:last-of-type {border-right: 1px solid rgba(0,0,0,0) !important;}
table.table-border tr {border-top: 1px solid #002639 !important;}
table.table-border tr:first-of-type {border-top: 1px solid rgba(0,0,0,0) !important;}
table.table-border tr:last-of-type {border-bottom: 1px solid rgba(0,0,0,0) !important;}

td.no-border {borde: solid 1px rgba(0,0,0,0)}
td.no-border-top {border-top: solid 1px rgba(0,0,0,0)}
td.no-border-right {border-right: solid 1px rgba(0,0,0,0)}
td.no-border-bottom {border-bottom: solid 1px rgba(0,0,0,0)}
td.no-border-left {border-left: solid 1px rgba(0,0,0,0)}

tr.no-border {borde: solid 1px rgba(0,0,0,0)}
tr.no-border-top {border-top: solid 1px rgba(0,0,0,0)}
tr.no-border-right {border-right: solid 1px rgba(0,0,0,0)}
tr.no-border-bottom {border-bottom: solid 1px rgba(0,0,0,0)}
tr.no-border-left {border-left: solid 1px rgba(0,0,0,0)}

.quarter {
	width: calc(24.5% - 10px);
	display: inline-block;
	padding: 10px 10px 10px 0;
	margin-right: -1vw;
	vertical-align: top;
}
.third {
	width: calc(32.5% - 10px);
	display: inline-block;
	padding: 10px 10px 10px 0;
	vertical-align: top;
}
.half {
	width: calc(49.5% - 50px);
	display: inline-block;
	padding: 10px 10px 10px 0;
	vertical-align: top;
}
.full {
	width: calc(99.5% - 50px);
	display: inline-block;
	padding: 10px 10px 10px 0;
	vertical-align: top;
}
.quarter img,
.third img,
.half img,
.full img {
	width: 100%;
	height: auto;
}
hr {
	border: 0;
  border-bottom: 1px solid #999;
}
hr.full-width-hr {
	clear: both;
	margin: 2vw -2vw;
	border: 0;
  border-bottom: 1px solid #999;
}
.button-dark-blue {
	background: #002639;
	color: #a99031;
	display: inline-block;
	/*padding: 14px 14px 10px;*/
	padding: calc(7px + 7 * ((100vw - 320px) / 680)) calc(7px + 7 * ((100vw - 320px) / 680)) calc(5px + 5 * ((100vw - 320px) / 680));
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none !important;
}
ul.no-style-list,
ol.no-style-list {list-style-type: none; text-indent: 1vw; line-height: 160%;}
.indent,
.Indent1 {padding-left: 3vw;}
.Indent2 {padding-left: 6vw;}
.Indent3 {padding-left: 9vw;}
.Indent4 {padding-left: 12vw;}
.Indent5 {padding-left: 15vw;}
.Indent6 {padding-left: 18vw;}
.Indent7 {padding-left: 21vw;}
.Indent8 {padding-left: 24vw;}
.Indent9 {padding-left: 27vw;}
.Indent10 {padding-left: 30vw;}
/*Buttons*/
.button-yellow {
	background: #ffc425;
	display: inline-block;
	/*padding: 14px 14px 10px;*/
	padding: calc(7px + 7 * ((100vw - 320px) / 680)) calc(7px + 7 * ((100vw - 320px) / 680)) calc(5px + 5 * ((100vw - 320px) / 680));
	text-transform: uppercase;
	font-weight: bold;
	color: #002639 !important;
	text-shadow: none !important;
}
.big {
	display: inline-block;
	padding: calc(14px + 7 * ((100vw - 320px) / 680)) calc(14px + 14 * ((100vw - 320px) / 680)) calc(7px + 5 * ((100vw - 320px) / 680));
	margin-left: 1vw;
	margin-right: 1vw;
	min-width: calc(80px + 5vw);
}
.button-yellow:hover {
	color: #fff !important;
	text-decoration: none;
}
.button-blue {
	background: #00467b;
	display: inline-block;
	/*padding: 14px 14px 10px;*/
	padding: calc(7px + 7 * ((100vw - 320px) / 680)) calc(7px + 7 * ((100vw - 320px) / 680)) calc(5px + 5 * ((100vw - 320px) / 680));
	text-transform: uppercase;
	font-weight: bold;
	color: #fff !important;
	text-shadow: none !important;
}
.button-blue:hover {
	color: #ffc425 !important;
	text-decoration: none;
}

input[type="submit"].button {
	background: #00467b;
	color: white;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.photo-bar-right {
	width: 33%;
	float: right;
	margin-left: 2vw;
}
.photo-bar-left {
	width: 33%;
	float: left;
	margin-right: 2vw;
}
.photo-bar-right img,
.photo-bar-left img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 760px) {
	.photo-bar-right,
	.photo-bar-left {
		width: 100%;
		float: none;
		margin: 2vw 0;
	}
	.photo-bar-right img,
	.photo-bar-left img {
		width: calc(50% - 1vw);
		height: auto;
		display: inline-block
	}
	.photo-bar-right img:nth-of-type(2n+0) {margin-left: 2vw; margin-right: -2vw;}

}
