html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
@font-face {
    font-family: 'gotham_lightregular';
    src: url('fonts/gotham/gotham-light.ttf') format('truetype'),
        url('fonts/gotham/gotham-light.woff2') format('woff2'),
        url('fonts/gotham/gotham-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova_reg';
    src: url('fonts/proxima/proximanova-regula.ttf') format('truetype'),
        url('fonts/proxima/proximanova-regular.woff') format('woff'),
        url('fonts/proxima/proximanova-regular.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}
/**************************/
body{
    background-color: #fff; 
    font-family: 'gotham_lightregular';
    color: #565355;    font-size: 16px;
}
h1,h2,h3,h4,h5,h6{ font-weight: normal;margin: 0;}
h1{font-size: 3.5rem;}
h2{font-size: 3rem;}
h3{
    font-size: 2em;
    line-height: 1.2;
}
h4{
    font-size: 1.55rem;
    line-height: 1.3;
}
h5{font-size: 2rem;}
h6{font-size: 1.5rem;}

.hgh-cont {
    width: 68%;
    margin:3em auto 3.2em auto;
    text-align: center;
}
.hgh-cont img {
    max-width: 100%;
    height: auto;
}

.hgh-bar-otr {
    border-bottom: 2px solid #bdb7b3;
    border-top: 2px solid #bdb7b3;
    padding: 10px 0 10px 0;
}
.ths-logo {
    margin: 3em auto 4em auto;
}
.cs-s {
    font-size: 3.2em;
    letter-spacing: 5px;
}


.hgh-bar {
    background: #ccd2d8;
    border-bottom: 5px solid #bdb7b3;
    border-top: 5px solid #bdb7b3;
    padding: 30px 0;
}
.hgh-bar h2 {
    text-align: center;
}

.frm-cont {
    width: 75%;
    margin:3em auto 2em auto;
}
.frm-row:after {
    display: table;
    content: "";
    clear: both;
}
.frm-lf {
    float: left;
    width: 28%;
    margin: 1.6em 0 0 0;
}
.frm-rg {
    width: 65%;
    float: right;
}
.first-name,.last-name,.email,.phone-no,.message{
    border: 1px solid #a9a9ac;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 1.15em;
    font-family: 'proximanova_reg'; 
}
input.error{
    border: 1px solid #cc0606 !important;
}
.name-inr-l,.name-inr-r,.email-cont {
    position: relative;
}
label.error {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 3.4em;
    font-size: 0.9em !important;
    color: #cc0606 !important;
    margin: 0 !important;
}
.email-cont label.error {
    top: 81px;
}
.phn-inr-r > div {
    position: relative;
}
.frm-success {
    font-size: 1.3em;
    text-align: center;
    color: #9a051a;
    font-weight: bold;
    margin: 50px 0 0 0;
}
.phn-inr-r label.error {
    top: 3.4em;
}
.frm-cnt label {
    color: #7a7573;
    font-size: 0.8em;
    margin: 1em 0 0 0;
    display: table;
}
.frm-cnt > label {
    font-size: 1.25em;
    margin: 0 0 13px 0;
    display: block;
}
.name-inr-l {
    float: left;
    width: 49%;
}
.frm-cnt {
    margin: 0 0 2.2em 0;
}
.msg-cont.frm-cnt {
    margin: 0 0 1.7em 0;
}


.name-inr-r {
    float: right;
    width: 49%;
}
.frm-inr:after,.phn-inr-r:after{
    clear: both;
    display: table;
    content: "";
}

.phn-inr-r1,.phn-inr-r2,.phn-inr-r3 {
    float: left;
    width: 14%;
    margin: 0 2% 0 0;
}
.message {
    height: 11em;
}
.submit {
    background: #070606;
    border: 0;
    color: #fff;
}

.bdr-ftr {
    width: 78%;
    margin: 0 auto 20px auto;
}

.ftr-logo img {
    max-width: 100%;
    height: auto;
}
.ftr-logo {
    width: 20%;
    float: left;
}
.ftr-info {
    display: block;
    float: none;
    clear: both;
}
.submit {
    background: #070606;
    border: 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

.ftr-info p, .ftr-info span {
    display: inline-block;
    vertical-align: middle;
}
.ftr-info p {
    font-size: 0.73em;
    margin: 0 1em 0 0;
}
span.eq-home-icon img {
    max-width: 100%;
    height: auto;
}
.ftr-info span {
    width: 2%;
}

@media (max-width: 767px) {
    body {
        font-size: 9px;
    }
    .hgh-cont {
        width: 90%;
        margin: 1em auto 1em auto;
    }
    .ths-logo {
        margin: 2em auto 1em auto;
    }
    h2 {
        font-size: 2rem;
    }
    .frm-cont {
        width: 95%;
        margin: 3em auto 2em auto;
    }
    .frm-lf {
        float: none;
        width: auto;
        margin: 0;
        text-align: center;
    }
    .frm-rg {
        width: auto;
        float: none;
        margin: 1em auto 0 auto;
    }
    .name-inr-l ,.name-inr-r{
        float: none;
        width: auto;
    }
    .phn-inr-r1, .phn-inr-r2, .phn-inr-r3 {
        width: 32.33%;
        margin: 0 1% 0 0;
    }
    .bdr-ftr {
        width: 95%;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .ftr-logo {
        width: 40%;
        float: none;
        margin: 0 auto 1em auto;
    }
    .ftr-info p {
        font-size: 1.4em;
        line-height: 1.2;
    }
    .ftr-info span {
        width: 10%;
        margin: 2%;
    }
    h4 {
        font-size: 1.1rem;
        line-height: 1.3;
    }
    .frm-cnt label {
        font-size: 1.5em;margin: 1em 0;
    }
    label.error {
        top: 4.2em !important;
        font-size: 1.4em !important;
    }
    .email-cont label.error {
        top: 6em !important;
    }
    .frm-cnt {
        margin: 0;
    }
    .email-cont.frm-cnt {
        margin: 0 0 4.5em 0;
    }
    .first-name, .last-name, .email, .phone-no, .message {
        font-size: 1.7em;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .phn-inr-r1, .phn-inr-r2, .phn-inr-r3 {
        width: 30%;
        margin: 0 2% 0 0;
    }
    .ftr-info {
        display: block;
        float: none;
        clear: both;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .ftr-logo {
        width: 20%;
        float: none;
        margin: 0 auto;
    }

}
@media (min-width: 1024px) and (max-width: 1199px) {

    .phn-inr-r1, .phn-inr-r2, .phn-inr-r3 {
        width: 23%;
        margin: 0 2% 0 0;
    }

}

@media (min-width: 2000px){
    body {
        font-size: 20px;
    }    
}