.mainBackground {
	margin: 0px;
	font-family: Lato, Roboto, sans-serif;
	min-height: calc(100% - 48px - 48px - 4px);
}

.headerMain {
	width: 100%;
	background-color: #BF0A30;
	height: 48px;
	position: absolute;
	z-index: 14;
	top: 0px;
}

.footerMain {
	width: 100%;
	background-color: #002868;
	height: 48px;
	width: 100%;
}

.reserved {
	background-color: #FFFFFF;
	width: 100%;
	left: 0px;
	font-weight: 100;
}

.centered {
	margin: auto;
}

.mainStyle {
	background-color: #FFFFFF;
	color: #090701;
	font-size: 18px;
}

.mainStyleBackground {
	background-color: #FFFFFF;
	min-height: calc(100% - 48px - 48px - 4px);
}

.contentBackgroundImage {
	 position: absolute;
	 min-width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 overflow: hidden;
}

.navMenu {
    position: relative;
    display: flex;
    list-style: none;
	opacity: .8;
	padding-left: 0;
}

.navMenuFooter a {
	color: #FFFFFF !important;
}

.navMenu a {
	position: relative;
	position: relative;
	padding: 1px 18px;
	font-size: 12px;
	outline:none;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	z-index: 3;
}

.navMenu li {
	border-right: 1px solid #FFFFFF;
}

.navMenu li:last-child {
	border-right: none;
}

.navMenuClicked {
	background: #A1A1A1 !important;
}

.navMenuMoused {
	transform: scale(0.9);
}

.navSlide {
	opacity: 0;
	background: #DDDDDD;
	z-index: 1;
	position: absolute;
	display: inline-block;
	height: 20px;
	border-radius: 20px;
	transition: all 0.7s cubic-bezier(0.8, 1, 0.32, 1.05);
}

.parallaxBackground {
    height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/* opacity: 1; */
}

.parallaxTitle {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 42px;
	padding-top: calc(225px - 22px);
	text-shadow: 1px 1px #000000;
}

.parallaxSubText {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	text-shadow: 1px 1px #000000;
}

.pageHeader {
	font-size: 36px;
	font-weight: bold;
	background-color: #BF0A30;
	color: #002868;
	font-variant: small-caps;
	text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}

.pageHeader p {
	margin-block-start: 0;
	margin-block-end: 0;
}

.sectionHeader {
	font-size: 24px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 7px;
}

.endorsementContainer {
	width: 100%;
	max-width: 100%;
	height: 300px;
	position: relative;
	margin: auto;
}

.endorsement {
	display: none;
	padding: 7px 7px;
	font-style: italic;
}

.endorsee {
	font-weight: bold;
	margin-top: 7px;
}

.dot {
	cursor: pointer;
	height: 25px;
	width: 25px;
	margin: 0 2px;
	background-color: #FFFFFF;
	border: 2px solid #BF0A30;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #002868;
}


/* FORMS */

	
.formLeft {
	margin-left: -120px;
	padding-top: 3px;
	padding-right: 10px;
	float: left;
	text-align: right;
	width: 150px;
}

.formRight {
	float: right;
	width: 200px;
}

.formRight textarea {
	height: 200px;
	width: 198px;
	min-width: 198px;
	max-width: 290px;
}

.formRight select {
	min-height: 40px;
	width: 198px;
}

.formNext {
	clear: both;
	margin: 5px;
	height: 1px;
}

.formSubmit {
	margin-top: 10px;
	margin-bottom: 10px;
}

.formSubmit input{
	width: 198px;
	height: 64px;
}

.formSubmit input:hover{
	background-color: #BABCBD;
}