* {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

select {
    -webkit-appearance: menulist;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
button,
textarea {
    border-radius: 0;
}

.clear {
    clear: both;
}

#wpadminbar {
    position: fixed !important;
    top: 0 !important;
}

body {
    font: normal 16px/1.5 'NewsGothicBT-Light', sans-serif;
}

.facebook a:before {
    content: '\f09a';
    font-family: FontAwesome;
}

.twitter a:before {
    content: '\f099';
    font-family: FontAwesome;
}

.linkedin a:before {
    content: '\f0e1';
    font-family: FontAwesome;
}

.youtube a:before {
    content: '\f16a';
    font-family: FontAwesome;
}

.instagram a:before {
    content: '\f16d';
    font-family: FontAwesome;
}

.vimeo a:before {
    content: '\f27d';
    font-family: FontAwesome;
}

.landing {
    background: #31597a;
    color: #fff;
    min-height: 100vh;
}

.landing header {
    padding: 23px 63px;
    background: white;
}

.landing header img {
    height: 70px;
    width: auto;
}

.landing article {
    max-width: 777px;
    margin: 0 auto;
    padding: 60px 63px;
}

.landing .contacts {
    line-height: 18px;
    padding-top: 45px;
    padding-bottom: 45px;
    font-family: 'NewsGothicBT-LightItalic', sans-serif;
}

.landing h1 {
    font: normal 52px/1 'NewsGothicBT-Bold', sans-serif;
    text-transform: uppercase;
    color: #e58e1a;
    margin-bottom: 18px;
}

.landing span.orange {
    color: #e58e1a;
    margin-right: 2px;
}

.landing h3 {
    font-weight: normal;
    font-family: 'NewsGothicBT-Light', sans-serif;
    color: #e58e1a;
    font-size: 24px;
}

.landing a {
    -webkit-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    font-family: 'NewsGothicBT-Light', sans-serif;
}

.landing a:hover {
    color: #e58e1a;
}

.landing address {
    font-style: normal;
    display: inline;
}

.landing p {
    margin-bottom: 17px;
}

.landing footer {
    padding-top: 30px;
}

.landing footer strong {
    color: #e58e1a;
    font-size: 10px;
}

.landing footer span {
    margin-right: 7px;
    white-space: nowrap;
}

.landing span.mobile {
    display: none;
}

@media screen and (max-width:700px) {
    .landing header {
        padding: 15px 30px;
    }

    .landing header img {
        height: 72px;
    }

    .landing article {
        padding: 30px;
    }

    .landing h1 {
        font-size: 40px;
    }

    .landing footer span {
        white-space: normal;
    }

    .landing address,
    .landing span {
        display: block;
    }

    .landing span.orange {
        display: none;
    }

    .landing span.mobile {
        display: block;
    }

    .landing span.desktop {
        display: none;
    }
}