html {
width: 100%;
height: 100%;
text-align: center;
font-size: 100%;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
-webkit-text-size-adjust: 100%;
overflow-y: scroll;
}


body {
width: 100%;
height: auto;
margin: 0;
padding: 0;
box-sizing: border-box;
border: 0;
color: #111111;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1em;
letter-spacing: 0.04em;
line-height: 1.4;
background: #ffffff;
text-align: center;
}


img {
border: 0;
outline: none;
}


hr {
height: 0px;
border: 0px;
background-color: #dddddd;
border-top: 1px solid #dddddd;
margin: 20px 0 20px 0;
}


a, a:link, a:visited {
color: #434d7e;
text-decoration: none;
border: 0;
outline: none;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}


a:hover {
color: #000000;
border: 0;
outline: none;
}


h1 {
font-size: 1.6em;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-style: normal;
font-weight: normal;
}

h2 {
font-size: 1.4em;
}

h1, h2 {
margin: 20px 0 20px 0;
}

ul li {
margin: 0;
padding: 0;
}

input, select, textarea {
width: 300px;
max-width: 100%;
height: 30px;
padding: 5px;
box-sizing: border-box;
border: 0;
-webkit-border-radius: 0;
border-radius: 0;
color: #434d7e;
background: #ffffff;
font-family: 'Swiss 721 W01 Light', Helvetica, Arial, Verdana, sans-serif;
font-size: 1.2em;
}

button, input[type="submit"] {
display: inline-block;
width: auto;
height: auto;
padding: 8px 20px 8px 20px;
margin: 10px 0 0 0;
box-sizing: border-box;
border: 0;
border-radius: 6px;
color: #ffffff;
background-color: #434d7e;
text-align: center;
font-size: 1em;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
font-family: 'Swiss 721 W01 Light', Helvetica, Arial, Verdana, sans-serif;
font-size: 1em;
}

button, input[type="submit"]:hover {
color: #ffffff;
background-color: #53c0ec;
cursor: pointer;
}

button:hover {
color: #ffffff;
background-color: #434d7e;
cursor: pointer;
}

b, strong {
font-family: 'Swiss 721 W01 Heavy', Helvetica, Arial, Verdana, sans-serif; 
font-style: normal;
font-weight: normal;
}


/* ------------------------------------- */


#top {
position: absolute;
top: 0;
width: 0;
height: 0;
margin: 0;
padding: 0;
}


.pageCenterer {
display: inline-block;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto;
box-sizing: border-box;
border: 0;
}

.pageHeader {
float: left;
width: 100%;
height: auto;
padding: 40px 20px 0 20px;
margin: 0;
box-sizing: border-box;
border-bottom: 1px solid #444444;
background-color: #f3f3f3;
}

.pageLogo {
width: 125px;
max-width: 100%;
margin: 0;
}


.fullSize {
float: left;
width: 100%;
}

.halfSize {
float: left;
width: 50%;
}

.quarterSize {
float: left;
width: 25%;
}

.divBox {
display: inline-block;
width: 100%;
max-width: 600px;
height: auto;
padding: 80px 20px 80px 20px;
box-sizing: border-box;
border: 0;
}

.pageHeader .divBox {
max-width: 100%;
padding: 0 20px 20px 20px;
}


.fullSize .divBox {
max-width: 90%; /*90%*/
}

.alignLeft {
text-align: left;
}

.alignCenter {
text-align: center;
}

.alignRight {
text-align: right; 
}

.halfOpaque {
opacity: 0.5;
}

