@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'),
         url('../fonts/Helvetica.woff2') format('woff2'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.ttf') format('truetype'),
         url('../fonts/Helvetica.svg#Helvetica') format('svg');
}
@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/HelveticaBold.eot');
    src: url('../../fonts/HelveticaBold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaBold.woff2') format('woff2'),
         url('../fonts/HelveticaBold.woff') format('woff'),
         url('../fonts/HelveticaBold.ttf') format('truetype'),
         url('../fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}
html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Helvetica';
    font-size: 22px;
    color: #FFF;
}

.bg {
    position: relative;
    min-height: 100%;
    background: url('../images/background-image.jpg') no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}


/*.wrapperOuter {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}*/

.wrapper {
    max-width: 1120px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.wrapper:after,
.innerWrapper:after {
    content: "";
    display: block;
    clear: both;
}

.innerWrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.bodyTop {
    position: relative;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 50px;
}

.bodyTop::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    height: 0;
    border-top: 1px #01a5f5 solid;
}

.bodyTop img {
    width: 300px;
}

.bodyMiddle {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.bodyBottom {
    font-size: 16px;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.inner-cell {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
}

h1 {
    font-size: 32px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 37px;
	font-family: 'HelveticaBold';
}

h2 {
    font-size: 20px;
    font-weight: 500;
}

p {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Helvetica';
    letter-spacing: 1px;
}

.inner-cell h2 {
    text-transform: uppercase;
    color: #01a5f5;
    font-weight: bold;
    letter-spacing: 1px;
	font-family: 'HelveticaBold';
}

p.email {
    margin-top: 60px;
    color: #fe0000;
    font-size: 24px;
	font-family: 'HelveticaBold';
}

p.email a {
    color: #01a5f5;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.input-row {
    margin-top: 18px;
    font-weight: 300;
}

.input {
    font-family: 'Roboto', sans-serif;
    vertical-align: bottom;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    height: 38px;
    width: 100%;
    padding: 0px 10px;
    background: none;
    border: 1px #FFF solid;
    border-radius: 3px;
}

.input:focus {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.input.error {
    border: 1px #39b54a solid;
    background: rgba(57, 181, 74, 0.1);
}

textarea.input {
    height: 115px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.submit-btn {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    height: 43px;
    min-width: 160px;
    border: 1px #000 solid;
    border-radius: 3px;
    background: #01a5f5;
}

.submit-btn:hover {
    background:#01a5f5;
}

label.error {
    color: #fe0000;
    font-size: 14px;
    display: block;
    padding-top: 5px;
}

::-webkit-input-placeholder {
    color: white;
}

::-moz-placeholder {
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

:-moz-placeholder {
    color: white;
}

@media only screen and (max-width: 1024px) and (min-height: 1100px) {
    .mobile .bodyTop {
        margin-top: 30px;
    }
    .mobile .inner-cell {
        width: 100%;
        text-align: center;
    }
    .mobile .inner-cell+.inner-cell {
        margin-top: 40px;
    }
    .mobile .bodyBottom {
        margin-bottom: 30px;
    }
    .mobile h1 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .wrapperOuter {
        position: relative;
        top: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .inner-cell {
        width: 100%;
        text-align: center;
    }
    .inner-cell+.inner-cell {
        margin-top: 40px;
    }
    h1 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 500px) {
    body {
        font-size: 14px;
    }
    .bodyTop {
        font-size: 25px;
    }
    .bodyBottom {
        font-size: 12px;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}