﻿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%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

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;
}

i {
    font-style: italic;
}

img {
    vertical-align: top;
}

body {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    background-image: url("../images/background.png");
    background-repeat: repeat;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.bodyWrapper {
    width: 1360px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    overflow: hidden;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}


@media screen and (min-width: 0px) and (max-width: 1359px) {
    body, .bodyWrapper {
        overflow-x: scroll !important;
    }
}

.right {
    float: right;
}

.left {
    float: left;
}

.clearLeft {
    clear: left;
}

.clearBoth {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.bw {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

    .bw:hover {
        -webkit-filter: grayscale(100%);
    }

.open {
    display: block;
}

.bold {
    font-weight: 700 !important;
}

.proxima-novaFont {
    font-family: "proxima-nova", sans-serif !important;
}

.mainNav {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    background-color: #fff;
    z-index: 2;
    webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
}

    .mainNav #mainNav_accent {
        width: 100%;
        position: absolute;
        top: 0;
    }

    .mainNav a {
        font-family: "proxima-nova",sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #003B4C;
        padding: 0 10px;
    }

        .mainNav a.active {
            color: #00ADBB;
        }

        .mainNav a:hover {
            color: #00ADBB;
        }

    .mainNav > div > ul {
        float: right;
        margin: 34px 0 0;
    }

        .mainNav > div > ul > li {
            display: inline-block;
            height: 40px;
            position: relative;
        }

            .mainNav > div > ul > li > ul {
                position: absolute;
                top: 40px;
                display: none;
                width: 270px;
                padding: 6px 5px;
            }

                .mainNav > div > ul > li > ul a {
                    color: #fff;
                    text-transform: uppercase;
                }

                .mainNav > div > ul > li > ul > li {
                    padding: 6px 0;
                }

            .mainNav > div > ul > li:hover > ul {
                display: block;
                background-color: #003B4C;
            }

.linkSeparator {
    color: #00ADBB;
    font-weight: 900;
    font-size: 14px;
}

.nav-wrapper {
    width: 1360px;
    height: 74px;
    margin: 0 auto;
    padding: 0 40px 0 50px;
    box-sizing: border-box;
}

    .nav-wrapper ul {
        float: right;
    }

/*.nav-wrapper ul li:last-child {
            border: 0;
            padding: 0 0 0 30px;
        }

            .nav-wrapper ul li:last-child a {
                font-size: 12px !important;
            }*/

.mainNavLogo {
    float: left;
    margin: 20px 0 0 0;
    padding: 0 !important;
}

    .mainNavLogo img {
        width: 370px;
        height: auto;
    }

.translateLink {
    border: none;
    margin-left: 50px;
    vertical-align: text-bottom;
}

.translateImage {
    width: 24px;
    height: 14px;
}

.header {
    position: relative;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
}

    .header .headerTitle {
        width: 100%;
        position: relative;
        padding-top: 80px;
    }

        .header .headerTitle h1 {
            font-size: 50px;
            font-weight: 700;
            color: #003B4C;
            font-family: 'nexa_boldregular';
            width: 100%;
            text-align: center;
            padding: 0 0 20px 0;
        }

    .header .headerBody {
        width: 1000px;
        margin: 0 auto;
        padding: 0 0 30px 0;
        font-size: 20px;
    }

    .header .accent {
        position: absolute;
        top: 0px;
    }

.basicButton {
    border: 2px solid #fff;
    padding: 10px 50px;
    display: inline-block;
}

.basicButton, .scrollDown {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

    .basicButton:hover {
        color: #00ADBB;
        border-color: #00ADBB;
    }

    .scrollDown:hover {
        -moz-opacity: 0.60;
        opacity: 0.60;
    }

.mainContent {
    text-align: left;
    width: 100%;
    padding: 20px 0 100px 0;
    box-sizing: border-box;
}

    .mainContent > h1, .contentHeader > h1 {
        font-family: 'nexa_boldregular';
        font-size: 40px;
        color: #00748c;
        padding: 0 0 20px;
        letter-spacing: 2px;
    }

    .mainContent h2, .contentHeader h2, .content h2 {
        font-family: 'nexa_boldregular';
        font-size: 20px;
        color: #00ADBB;
        text-transform: uppercase;
    }

    .mainContent .content h2 {
        padding-top: 20px;
    }

    .mainContent p {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding: 10px 0 0;
        line-height: 26px;
    }

    .mainContent .contentHeader {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .mainContent .content {
        padding: 0 0 15px;
        width: 1005px;
        margin: 0 auto;
    }

.horizontalDivider {
    width: 100%;
    height: 40px;
    background-color: #E8E8E8;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    box-sizing: border-box;
}

.shadowBox_horizontal {
    width: 1360px;
    height: 40px;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

.linkList {
    list-style: circle inside url("../images/contactLinkAccent.png");
}

.listItems {
    list-style: circle outside url("../images/listGrayAccent.png");
    padding-left: 16px;
}

.footer {
    clear: both;
}

    .footer input {
        font-family: "proxima-nova", sans-serif;
    }

.footerContainer {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 34px 0 15px 0;
}

.footerTop {
    background-color: #003B4C;
    width: 1360px;
    margin: 0 auto;
}

.footerNav {
    background-color: #DFDFDF;
}

.footerBottom {
    background-color: #003B4C;
}

.footer .joinForm {
    display: inline-block;
}

    .footer .joinForm .joinInput {
        font-family: "proxima-nova";
        font-size: 13px;
        padding: 10px 34px;
        width: 450px;
        box-sizing: border-box;
    }

.footer h1 {
    font-size: 17px;
    font-weight: 700;
    color: #00ADBB;
    display: inline-block;
    position: relative;
    transform: translateY(-50%);
    padding: 0 15px 0 0;
    vertical-align: bottom;
    letter-spacing: 2px;
}

.footer .footerTop p {
    font-size: 13px;
    font-weight: 400;
    color: #C4D600;
    width: 100%;
    padding: 15px 0;
    line-height: 22px;
}

.footer .basicButton {
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 32px;
    float: right;
    margin-left: 15px;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footerNav .footerContainer {
    padding: 50px 0;
}

    .footerNav .footerContainer > ul > li {
        width: 220px;
        font-weight: 700;
        font-size: 13px;
        display: inline-block;
        float: left;
        margin-right: 30px;
    }

        .footerNav .footerContainer > ul > li > ul > li {
            font-size: 14px;
            padding: 5px 0;
        }

            .footerNav .footerContainer > ul > li > ul > li a {
                color: #000;
                font-weight: 400;
            }


                .footerNav .footerContainer > ul > li > ul > li a:hover {
                    color: #00ADBB;
                }

.footerNav .navHorizontalLine {
    background-color: #C5C5C5;
    margin: 15px 0;
    height: 1px;
    width: 100%;
}

.footerContact {
    padding-top: 20px;
}

    .footerContact p {
        font-size: 11px;
        color: #BFBFBE;
        line-height: 16px;
        text-align: center;
        padding-bottom: 20px;
    }

.footer a {
    color: #fff;
}

    .footer a:hover {
        color: #00ADBB;
    }

.contactTab {
    position: absolute;
    right: 0;
    top: 1080px;
    transition: all 0.3s ease;
    width: 68px;
    height: 256px;
    background-image: url(/Content/images/hamiltonHighStreet/contactUsTab-green-large.png);
    background-position: right;
    z-index: 10;
}

    .contactTab:hover {
        background-position: left;
        cursor: pointer;
    }

    .contactTab.open {
        right: 260px;
    }

.mobileOnly, .mobileHeader {
    display: none;
}

.desktopOnly {
    display: block;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    body {
        font-size: 14px !important;
        line-height: 20px;
    }

    .mainContent {
        padding: 20px 0 40px 0;
    }

        .mainContent .contentHeader {
            text-align: center;
            margin: 0 auto;
            padding-bottom: 25px;
        }

        .mainContent .content {
            padding: 0 5%;
            width: 100%;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .mainContent p {
            font-size: 14px;
            line-height: 20px;
        }

        .mainContent > h1, .contentHeader > h1 {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 1px;
            padding: 0 0 10px 0;
        }

        .mainContent > h2, .contentHeader > h2, .content > h2 {
            font-size: 16px;
        }

    .desktopOnly, .mainNav {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

    .mobileHeader {
        position: fixed;
        background-color: #fff;
        min-height: 60px;
        width: 100%;
        z-index: 9999;
        background-image: url(/Content/images/topNav_accent.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        padding: 0 5% 20px 5%;
        box-sizing: border-box;
        align-content: center;
        align-items: center;
        overflow: hidden;
        display: block;
        -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.27);
    }

        .mobileHeader img.logo {
            height: 24px;
            width: auto;
            margin: 20px 0 0 0;
            float: left;
        }

        .mobileHeader img.menu-btn {
            height: 24px;
            width: auto;
            position: fixed;
            right: 5%;
            top: 20px;
        }

        .mobileHeader > ul {
            width: 100%;
            display: none;
            color: #00748c;
            text-transform: uppercase;
        }

            .mobileHeader > ul > li {
                padding: 12px 0 0 37px;
            }

                .mobileHeader > ul > li > a {
                    color: #00748c;
                }

                .mobileHeader > ul > li:first-child {
                    padding-top: 22px;
                }

                .mobileHeader > ul > li > ul {
                    margin: 8px 0 0 15px;
                    display: none;
                }

                    .mobileHeader > ul > li > ul > li {
                        margin: 0 0 6px 0;
                    }

                        .mobileHeader > ul > li > ul > li > a {
                            color: #77BC1F;
                            font-size: .9rem;
                        }

    .bodyWrapper {
        width: 100%;
        overflow: hidden;
        padding-top: 64px;
    }

    .footerNav {
        display: none;
    }

    .footerBottom {
        padding: 10px 5%;
    }

        .footerBottom p {
            font-size: .65em;
            line-height: 1.25em;
            margin: 8px 0;
            padding: 0;
        }

            .footerBottom p:last-child {
                display: none;
            }

    .footerTop {
        width: 100%;
        padding: 25px 5%;
        text-align: center;
        box-sizing: border-box;
    }

    .footer .joinForm {
        display: block;
    }

        .footer .joinForm .joinInput {
            padding: 10px;
            text-align: center;
            width: 100%;
        }

    .footer h1 {
        display: block;
        transform: none;
        padding: 0 0 15px 0;
    }

    .footer .footerTop p {
        width: 100%;
        padding: 15px 0 0 0;
        line-height: 16px;
        display: block;
        font-size: 12px;
    }

    .footer .basicButton {
        padding: 10px 32px;
        float: none;
        margin: 10px 0 0 0;
    }

    .footerContainer {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .footerContact {
        padding: 0;
    }

    .mobileFooter {
        background-color: #DFDFDF;
        padding: 20px 0;
        text-align: center;
    }

    .header .accent {
        width: 40%;
        left: 50%;
        margin-left: -20%;
        height: auto;
        top: 0;
    }

    .header .headerTitle h1 {
        font-size: 22px;
        padding: 0 0 10px 0;
    }

    .header .headerBody {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .shadowBox_horizontal {
        display: none;
    }
}
