/*blank*/

* {
margin:0;
padding:0;
box-sizing:border-box;
}

a, a * {
border:none;
outline: none;
text-decoration:none;
}

body {
background-color:white;
font-size:0;
font-family: "myriad-pro-semi-condensed",sans-serif;
font-style: normal;
font-weight: 700;
background-image:url("g/home.jpg");
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
background-attachment: fixed;
margin:0;
padding:0;
text-align:center;

}

body, html {
width:100%;
height:100%;
min-height:800px;
}


#logo {
width:355px;
height:auto;
display:inline-block;
margin:20px auto 0 auto;
}

h1 {
font-family: "myriad-pro-semi-condensed",sans-serif;
font-style: normal;
font-weight: 700;
font-size:57px;
line-height:68px;
color:white;
text-align:center;
margin-top:20px;
letter-spacing:2px;
}

form {
width:501px;
margin:20px auto 15px auto;
text-align:left;
position:relative;
}

.response {
width:90%;
margin:83px auto 83px auto;
text-align:left;
position:relative;
font-family: "myriad-pro-semi-condensed",sans-serif;
font-style: normal;
font-weight: 700;
color:white;
letter-spacing:2px;
font-size:36px;
line-height:44px;
text-align:center;
display:none;
}

#submitr {
background: rgb(47,82,160); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(47,82,160,1) 0%, rgba(47,82,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(47,82,160,1)), color-stop(100%,rgba(47,82,160,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(47,82,160,1) 0%,rgba(47,82,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(47,82,160,1) 0%,rgba(47,82,160,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(47,82,160,1) 0%,rgba(47,82,160,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(47,82,160,1) 0%,rgba(47,82,160,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f52a0', endColorstr='#2f52a0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
display:inline-block;
position:absolute;
right:-70px;
bottom:6px;
color:white;
font-size:20px;
text-transform:uppercase;
width:120px;
line-height:41px;
text-decoration:none;
text-align: center;
}

label {
display:inline-block;
color:white;
font-size:16px;
width:80px;
vertical-align:middle;
text-align:left;
}

input[type="text"] {
display:inline-block;
width:340px;
height:35px;
vertical-align:middle;
margin:6px 0 6px 0;
border:none;
-webkit-box-shadow: inset 10px 10px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: inset 10px 10px 5px -6px rgba(0,0,0,0.25);
box-shadow: inset 10px 10px 5px -6px rgba(0,0,0,0.25);
font-size: 15px;
line-height:20px;
padding:10px 0 10px 5px;
}

label#messagelabel {
vertical-align:top;
margin-top:16px;
}

textarea {
width:340px;
height:110px;
border:none;
vertical-align:middle;
margin:6px 0 6px 0;
-webkit-box-shadow: inset 10px 10px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: inset 10px 10px 5px -6px rgba(0,0,0,0.25);
box-shadow: inset 10px 10px 5px -6px rgba(0,0,0,0.25);
font-size: 15px;
line-height:20px;
padding:10px 0 10px 2px;
}

#caption {
width:80%;
margin:0 auto 40px auto;
}

#download {
display:block;
width:60px;
height:90px;
border:none;
position:absolute;
right:-80px;
top:0;
}

#caption p {
font-size:16px;
line-height:19px;
color:white;
text-align:center;
position:relative;
display:block;
max-width:740px;
margin-left:auto;
margin-right:auto;
}

#caption p.phone {
font-size:18px;
line-height:40px;
}

#footer {
width:90%;
position:absolute;
bottom:20px;
left:5%;
padding-bottom:20px;
}

#footer.static {
position:static;
margin:20px auto 20px auto;
}

.footercol {
width:20%;
display:inline-block;
vertical-align: top;
font-size:11px;
line-height:14px;
color:rgb(186,186,186);
text-align:center;
}

.footercol a {
color:rgb(186,186,186);
}

@media (max-width: 780px) {
#footer {
position:static;
margin:20px auto 20px auto;
}

.footercol {
width:50%;
padding:20px;
}

h1, .response {
font-size:37px;
line-height:50px;
}

.mobile {
display:none;
}

#download.mobile {
display:none;
}

form {
width:100%;
text-align:center;
}


#submitr {
position:static;
margin:20px auto 0 auto;
display:block;
}


}


@media (max-width: 620px) {

#logo {
width:90%;
}

label {
width:90%;
margin:10px 0 5px 0;
}

input[type="text"] {
width:90%;
}

textarea {
width:90%;
}

h1, .response {
font-size:27px;
line-height:40px;
}

}
