@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

*:focus {
    outline: none;
}

html {
}

body {
    font-family: brandon-grotesque, verdana;
	color: #111;
    font-weight: 300;
	font-size: 1.1rem;
	line-height:1.4rem;
}

p, ul {
	padding-bottom:1rem;
    max-width: 50rem;
}

h1 {
	font-family: marydale, brandon-grotesque, verdana;
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 700;
    padding: 2rem 0rem 1rem;
	color: #064b71;
}

h2 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 500;
	color: #064b71;
}

ul {
    list-style: square outside none;
	margin:0rem;
	padding-left:1rem;
}

li {
	padding-bottom:.5rem;
}

figure {
    display: inline-block;
    margin: 0rem 0.5rem 0.75rem 0rem;
    max-width: 19%;
    text-align: center;
    background-color: #fafafa;
    border-style: solid;
    border-color: #fafafa;
	border-width: 0.75rem;
	box-shadow: .25rem .25rem 1rem rgba(0,0,0,0.3);
    transform: rotate(-1deg);
    }

figure img {
    width: 100%;
    height: auto;
}

figcaption {
	color: #00598f;
	font-family: marydale, brandon-grotesque, verdana;
    font-weight: 700;
    padding-top: 0.25rem;
	font-size: 0.9rem;
}

form {
    max-width: 30rem;
}

form .button {
    float: right;
    margin-right: 0;
    margin-left: 0.5rem;
}

input, textarea {
    padding: 0.4rem;
    border: 0.09rem solid rgba(0,102,153,0.8);
    background-color: #ffffff;
    resize: none;
    width:20rem;
    border-radius: 0;
}

label, input, textarea {
	font-family:brandon-grotesque, verdana;
	font-size: 1.1rem;
    font-weight: 500;
	color: #064b71;
}

label {
    margin-right: 0.25rem;
}

.pageBG {
	position: fixed;
    height: 100%;
    width: 100%;
    max-width: 85rem;
    pointer-events:none;
    background-image: url('../images/blue_print.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: -100;
	box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.4);
}

.figureBox {
    max-width: 60rem;
    margin: 1rem 0rem 2rem 0rem;
}

.formBox {
    text-align: right;
    padding-bottom: 0.6rem;
}

.header {
	position: fixed;
    height: 30rem;
	width:100%;
    max-width: 85rem;
    z-index: 10;
    overflow: hidden;
}

.headerBG {
    width: 100%;
    max-width: 85rem;
    height: 23rem;
    padding-right: 2rem;
}

.headerImage {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: auto;
    max-height: 25rem;
}

.footer {
	position: fixed;
	bottom: 0;
	width:100%;
    max-width: 85rem;
    height: 6rem;
    z-index: 10;
}

.footerBG {
    width: 100%;
    height: 6rem;
}

.pageFrame {
    border: 0.09rem solid rgba(0,102,153,0.8);
	top: 2rem;
	bottom: 2rem;
	right: 2rem;
	left: 2rem;
	position: fixed;
	z-index: 20;
    pointer-events:none;
    max-width: 80.91rem;
}

.logo {
    width: 40rem;
    max-width: 75%;
    padding: 1.3rem;
    position: fixed;
    left: 2rem;
    top: 4rem;
}

.navBox {
    overflow: hidden;
    position: fixed;
    max-height: 2rem;
    top: 2rem;
    padding: 0rem 1rem;
    margin-left: 3rem;
    border-bottom: 0.09rem solid rgba(0,102,153,0.3); 
}

.button {
    padding: 0.4rem 0.7rem;
    margin-right: 0.5rem;
    border-left: 0.09rem solid rgba(0,102,153,0.8);
    border-right: 0.09rem solid rgba(0,102,153,0.8);
    background-color: rgba(255,255,255,0.6);
    text-decoration: none;
    text-transform: uppercase;
    float: left;
	color: #064b71;
    cursor: pointer;
	font-family: marydale, brandon-grotesque, verdana;
	font-size: 0.9rem;
    font-weight: 700;
}

form > .button {
    border: 0.09rem solid rgba(0,102,153,0.8);
    background-color: rgba(0,102,153,0.1);
}

.gradOne:hover {
    background-color: rgba(10,135,200,0.1);
}

.gradTwo:hover {
    background-color: rgba(60,40,130,0.1);
}

.gradThree:hover {
    background-color: rgba(240,100,70,0.1);
}

.gradFour:hover {
    background-color: rgba(250,220,10,0.1);
}

.gradFive:hover {
    background-color: rgba(10,150,70,0.1);
}

a:link a:visited, a:active {
	color: #064b71;
}

.contentFrame {
	padding: 17rem 4rem 2rem 4rem;
    position: relative;
    z-index: -10;
    -webkit-transform: translate3d(0,0,0);
}

.formFrame {
    position: fixed;
    width: 100%;
    Height:100%;
    background-color: rgba(255,255,255,0.9);
	padding: 6rem 2rem 2rem 2rem;
    z-index:40;
}

.showHide {
    visibility: hidden;
    opacity: 0;
}

.zeroOpacity {
    opacity: 0;
}

.button, .formFrame, .buttonHide, .headerImage {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

@media screen and (max-width:78rem) {

.headerImage {
    opacity: 0.3;
	}
}

@media screen and (max-width:60rem) {

.headerImage, .pageFrame, .footer  {
    display: none;
}

figure {
    max-width: 40%;
}

.headerBG {
    height: 18rem;
}

.logo {
    width: 100%;
    height: auto;
    min-width: 28rem;
    left: 0;
    top: 2rem;
}

.contentFrame {
	padding: 13rem 2rem 0rem 2rem;
}

.navBox {
    top: 0;
    margin-left: 1rem;
}

}

@media screen and (max-width:35rem) {

.buttonHide{
    display: none;
}

figure {
    max-width: 100%;
}

}