

#loginform label {
	display: block;
}
#loginform {
	margin-top: 22px;
}
.miniinput {
	width: 60px;
}
.shortinput {
	width: 120px;
}
.longinput  {
	width: 220px;
}

label.left {
	float: left;
	width: 100px;
	margin: 0 0 6px 0;
	padding: 0;
}

.right {
	margin: 0 0 6px 0;
}

.submit_button {
	display: inline-block;
}

input {
	border: 1px solid #333;
}

.mandatory {
	background: #FEF7CC !important;
	color: #333;
}

.codeinput {
	
}


.emailwrapper .anchNavigation-super{
	background: #D2232A;
	color: white;
	padding: 0px 10px;
	min-width: 175px;
}

.emailwrapper .anchNavigation-super:hover {
	background: black;
}

.supernav {
	background: none;
}

.emailwrapper > p {
	display: none;
}

.pageBannerSubheader {
	font-family:'poppins', sans-serif;
	font-weight:300;
	font-size:24px;
	font-style:italic;
	color: #ffffff;
	text-align:left;
	width:100%;
	margin-bottom:0;
}

.divPageTitle {
    background-size: cover;
    background-color: black;
}
	
.divPageTitle h1,
.divPageTitle h2,
.divPageTitle h3 {
	font-family:'poppins', sans-serif;	
	font-size: 50px;
    text-align: left;
    width: 100%;
    text-transform:uppercase;
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-decoration-color: #D2232A;
    text-underline-offset: 10px;
    line-height: 1.5;
	margin-bottom:0;
}

.divPageTitle {
    min-height: 125px;
    height: auto;
    display: flex;
    align-items: center;
}

.content-bg-image {
	background: black;
	height:unset;
}

p {
	font-size:20px;
	font-weight:300;
}

p a, a {
	font-size:20px;
	font-weight:500;
}

h2, h2 a{
	font-size: 40px;
}

h3, h4, h3 a, h4 a{
	font-size: 30px;
}

