﻿/*========================================*/
/*   PLEASE ADD ANY ADDITIONAL STYLES     */
/*   AT THE BOTTOM OF THE PAGE TO AVOID   */
/*   OVERIDING BY RESET.                  */
/*========================================*/
/*        COLORS
    Dark Blue: #0C4A68
    Light Blue: #81C3E7
    Gold/Mustard: #BAA83D

*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #FFFFFF;
}

@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.outterSpin {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
}

.center {
    height: 150px;
    width: 150px;
    margin: auto;
    position: relative;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1.4s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 1.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.logoOne {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.logoTwo {
    width: 100%;
    position: absolute;
    z-index: 1;
    transform: translateZ(.002em);
}

body {
    font-size: 16px;
    font-family: AzoSans-Regular;
    overflow-x: hidden;
    color: #0C4A68;
    min-width: 320px;
}

a {
    cursor: pointer;
}

    a:link {
        color: inherit;
        text-decoration: none;
    }

    a:visited {
        color: inherit;
        text-decoration: none;
    }

    a:link:active {
        color: inherit;
    }

    a:visited:active {
        color: inherit;
    }

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    border: none;
    background: inherit;
    padding: 0;
    outline: none;
    border-radius: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    font: inherit;
    outline: none;
}

textarea,
input,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="image"]:focus,
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    border: none;
    outline: none;
}

    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #FFFFFF inset;
    }

button,
button:focus {
    border: none;
    outline: none;
    cursor: pointer;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    outline: none;
    resize: none;
}

body {
    font-size: 16px;
    font-family: AzoSans-Regular;
    -webkit-text-size-adjust: none;
}

.transparent{
    opacity:0;
}

.container {
    width: 85%;
    max-width: 1400px !important;
    margin: auto;
    position: relative;
    height: 100%;
}

.cont {
    position: relative;
}

.mainCont {
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
}

.desktop {
    display: inline-block;
}

p .desktop {
    display: inline;
}

.tablet {
    display: none;
}

.mobile {
    display: none !important;
}

.hoverBackground, .hoverColor {
    transition: .2s ease-out;
    cursor: pointer;
}

    .hoverBackground:hover {
        background-color: #BAA83D;
    }

    .hoverColor:hover {
        color: #BAA83D;
    }

.successMessage {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: inherit;
    color: #FFFFFF;
    font-size: 1.13em;
}

    .successMessage h4 {
        font-size: 1.8em;
    }

    .successMessage h3 {
        font-size: 1.8em;
    }

.messageCont {
    position: relative;
    top: 51%;
    transform: translateY(-50%);
}

.italic {
    font-family: Spread-Italic-Light;
}

.successMessage h4:after {
    content: "Thank you for contacting\00a0us!";
}

.successMessage h3:after {
    content: "We will be in touch with you\00a0shortly.";
}

.email2 {
    display:none;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grecaptcha-badge{
    visibility: hidden;
}
/************************ MEDIA QUERIES ************************/
@media only screen and (min-width: 2000px) {
    .container {
        max-width: 1900px !important;
    }
}

@media only screen and (min-width: 2000px) {
    .cont {
        font-size: 1.3em !important;
    }
}

@media only screen and (max-width: 1999px) {
    .cont {
        font-size: 1em;
    }
}

@media only screen and (max-width: 1328px) {
    .cont {
        font-size: .9em;
    }
}

@media only screen and (max-width: 1212px) {
    .cont {
        font-size: .85em;
    }
}

@media only screen and (max-width: 1126px) {
    .cont {
        font-size: .8em;
    }
}

@media only screen and (max-width: 1062px) {
    .cont {
        font-size: .75em;
    }
}

@media only screen and (max-width: 998px) {
    .cont {
        font-size: .7em;
    }
}

@media only screen and (max-width: 959px) {
    .cont {
        font-size: .9em;
    }

    .successMessage {
        font-size: 1em;
    }
}

@media only screen and (max-width: 880px) {
    .cont {
        font-size: .85em;
    }
}

@media only screen and (max-width: 810px) {
    .cont {
        font-size: .8em;
    }
}

@media only screen and (max-width: 760px) {
    .cont {
        font-size: .75em;
    }
}

@media only screen and (max-width: 716px) {
    .cont {
        font-size: .7em;
    }
}

@media only screen and (max-width: 672px) {
    .cont {
        font-size: .65em;
    }
}

@media only screen and (max-width: 614px) {
    .cont {
        font-size: .6em;
    }
}

@media only screen and (max-width: 574px) {
    .cont {
        font-size: .55em;
    }
}

@media only screen and (max-width: 526px) {
    .cont {
        font-size: .5em;
    }
}

@media only screen and (max-width: 479px) {
    .cont {
        font-size: .68em;
    }

    .successMessage {
        font-size: .9em;
    }

    .messageCont {
        padding-left: 1.5em;
        padding-right: 1.5em;
        line-height: 1.7em;
    }

    .successMessage h4 {
        font-size: 1.8em;
        margin-bottom: .5em;
    }
}

@media only screen and (max-width: 426px) {
    .cont {
        font-size: .6em;
    }
}

@media only screen and (max-width: 382px) {
    .cont {
        font-size: .55em;
    }
}

@media only screen and (max-width: 348px) {
    .cont {
        font-size: .5em;
    }
}
