* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}


html, body, #layout, .sidebar, .content {
    font-size: 14px;
}


html { min-height: 750px; }
body { background: #ddd; font-family: Arial, helvetica, sans-serif;}
#layout { min-width: 460px; max-width: 980px; width: 100%; margin: 40px auto; }
.headliner { background: #f5f5f5; border-bottom: solid 10px #eee; }
.headliner .slogan, .headliner .company  { font-family: Arial, helvetica, sans-serif; color: #1d3a4c; }
.headliner .slogan { font-size: 16px; line-height: 17px; letter-spacing: 0.5; height: 160px; padding-left: 52px; }
.headliner .slogan span { font-weight: bold; font-size: 16px; }
.headliner .slogan img { float: left; margin-right: 10px; }
.headliner .slogan p { position: relative; top: 30%; transform: translateY(-30%); -webkit-transform: translateY(-30%); -ms-transform: translateY(-30%); }

.headliner .company { text-align: right; font-size: 12px; height: 160px; padding-right: 59px; }
.headliner .company p { position: relative; top: 40%; transform: translateY(-40%); -webkit-transform: translateY(-40%); -ms-transform: translateY(-40%); }

.contactform { background: #34495e; border-top: solid 10px #526475; color: #fff; }
.contactform > .pure-g > [class*="pure-u"] { padding: 36px 20px 100px 52px; }








a {
    text-decoration: none;
    color: rgb(61, 146, 201);
}
a:hover,
a:focus {
    text-decoration: underline;
}


#layout {
    padding: 0;
}




.legend {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}

.legend strong {
    font-weight: 400;
    font-size: 22px;
}

hr.tiny {
    width:45px;
    border: solid 1px rgba(255,255,255,0.3);    
    margin: 15px 50px 1px 0px;
    display: inline-block;
}

.pure-form {
    margin-top: 6px;
}

.pure-form label {
    margin-top: 20px;
    color: rgba(255,255,255,0.6);
    font-size: 12px;
}

.pure-form input[type="text"], .pure-form input[type="email"], .pure-form textarea {
    box-shadow: none !important;
    border: solid 1px rgba(255,255,255,0.3);
    border-width: 0px 1px 1px 0px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.17);
    padding: 10px;
    color: #fff;
}

.pure-form button {
    box-shadow: none !important;
    border: solid 1px rgba(255,255,255,0.2);
    border-width: 1px 0px 0px 1px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.17);
    padding: 15px 50px;
    color: #fff;
}


p.address {    
    color: rgba(255,255,255,0.6);
    font-size: 12px; line-height: 20px;
    margin-top: 0px;
}
p.address span {
    font-size: 13px; font-weight: bold;
}

.captcha-link {
    color: #fff;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.7) !important;
    font-size: 12px;
    outline: none;
}
.captcha-link:hover {
    text-decoration: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.7) !important;
}

.thankyou {
    line-height: 20px;
}
.failmsg {
    background: #D52B1E;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    line-height: 20px;
    padding: 10px;
}

.captcha-input-holder {
    padding-left: 5px;
}

.captcha-holder {
    padding-right: 5px;
}


@media screen and (max-width: 767px) {
    .headliner .slogan { padding-left: 20px; height: 120px; }
    #layout { margin: 0px auto; }
    .contactform > .pure-g > [class*="pure-u"] { padding: 36px 20px 20px 20px; }
    .left-column { background: #293A4A; border-top: solid 10px rgba(0,0,0,0.05); }
}
@media screen and (min-width: 768px) {
    .headliner .slogan { padding-left: 52px; height: 160px; }
    #layout { margin: 40px auto; }
    .contactform > .pure-g > [class*="pure-u"] { padding: 36px 20px 20px 52px; }
    
    .right-column { margin-left: 25%; }
    .left-column { margin-left: -100%;  }    
}
@media screen and (min-width: 1024px) {
    .right-column { margin-left: 25%; }
    .left-column { margin-left: -75%;  }        
}
@media screen and (min-width: 1280px) {
    
}