﻿@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/ProximaNova-Light-webfont.eot');
    src: url('../fonts/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light-webfont.woff') format('woff'), url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Light-webfont.svg#proxima_nova_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaLightItalic';
    src: url('../fonts/ProximaNova-LightIt-webfont.eot');
    src: url('../fonts/ProximaNova-LightIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-LightIt-webfont.woff') format('woff'), url('../fonts/ProximaNova-LightIt-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-LightIt-webfont.svg#proxima_novalight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-Reg-webfont.eot');
    src: url('../fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'), url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNova-Sbold-webfont.eot');
    src: url('../fonts/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Sbold-webfont.woff') format('woff'), url('../fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNova-Bold-webfont.eot');
    src: url('../fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'), url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-A';
    src: url('../fonts/ProximaNova-A-Medium.ttf') format('truetype'), url('../fonts/ProximaNova-A-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Medium.ttf') format('truetype'), url('../fonts/ProximaNova-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IcoMoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manwriting';
    src: url('../fonts/Manwriting-webfont.eot');
    src: url('../fonts/Manwriting-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Manwriting-webfont.woff') format('woff'), url('../fonts/Manwriting-webfont.ttf') format('truetype'), url('../fonts/Manwriting-webfont.svg#ManwritingRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #666;
    padding: 0;
    text-align: center;
    font-family: "ProximaNovaRegular";
    font-size: 12px;
    background-color: #f8f8f8;
}

.content {
    max-width: 980px;
    margin: auto;
}

#grasshopperLogo {
    margin-bottom: 15px;
}

.logo {
    float: left;
    width: 250px;
}

    .logo img {
        width: 100%;
    }

#pageWrapper {
    margin: 0 auto;
    padding: 0;
}

#signinPageWrapper {
    overflow: hidden;
    clear: both;
    text-align: center;
    padding: 34px 0;
}

    #signinPageWrapper .bannerHolder img {
        width: 519px;
        object-fit: contain;
    }

    #signinPageWrapper .pageTitle h3 {
        font-family: ProximaNovaLight;
        font-size: 59px;
        font-weight: 300;
        color: #000;
        text-align: center;
        letter-spacing: -1.5px;
        margin: 50px auto 0;
    }

    #signinPageWrapper .phoneNumber p {
        font-family: ProximaNovaLight;
        font-size: 28px;
        font-weight: 300;
        text-align: center;
        letter-spacing: -0.2px;
        color: #666;
        margin: unset;
    }


    #signinPageWrapper h2 {
        margin: 10px auto 0;
        font-size: 59px;
        font-weight: normal;
        font-family: proximanovalight;
    }

    #signinPageWrapper .pageTitle p {
        margin-top: 3px;
        margin-bottom: 50px;
        color: #666;
        font-size: 28px;
        font-family: proximanovalight;
    }

.content-holder {
    max-width: 400px;
    margin: 10px auto;
}

.pageTitle {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #000;
}
/*temp*/
#ctl00_MainContent_TempPasswordListing {
    width: 42%;
    margin: auto;
}
/*-*/

.form-wrapper {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #b2b5ba;
    border: solid 2px #d9d9d9;
    padding: 30px 40px;
    width: 400px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}

    .form-wrapper > label {
        font-family: ProximaNova;
        float: left;
        font-size: 14px;
        color: #535353;
        padding-bottom: 5px;
        padding-top: 5px;
        display: block;
        letter-spacing: -0.2px;
    }

#signinPageWrapper .signinButton {
    -webkit-appearance: none;
    width: 100%;
    margin: 20px 0;
    -webkit-border-radius: 3px;
    background-color: #62B247;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-family: "ProximaNovaSemibold";
    font-size: 17px;
    cursor: pointer;
    border: none;
    padding: 10px;
    border-image-width: 0;
}

#signinPageWrapper .signinButton:disabled,
#signinPageWrapper .signinButton[disabled] {
    background-color: #ccc;
    cursor: default;
}

.signinButton:hover {
    background-color: #008138;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

#signinPageWrapper .textField {
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    -ms-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    background: white;
    border: 1px solid #979797;
    color: #333333;
    display: block;
    font-size: 16px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.textField:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    -ms-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    background: white;
    border: 1px solid #888;
    color: #333333;
    display: block;
    font-size: 16px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.textField:focus {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    -ms-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    background: white;
    border: 1px solid #3BB54A;
    color: #333333;
    display: block;
    font-size: 16px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.success-block {
    text-align: left;
    background-color: rgba(3, 132, 0, 0.05);
    border-radius: 2px;
    padding: 25px 35px 20px;
    border: solid 1.5px #d9d9d9;
    position: relative;
    margin-bottom: 25px;
}

    .success-block p {
        font-size: 20px;
        color: #333;
        padding-bottom: 5px;
        margin: 0;
    }

        .success-block p strong {
            font-family: ProximaNovaBold;
            font-weight: 400;
        }


.icon-close {
    background: url(../img/ic/icon-close-dark-gray.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    background-size: contain;
}

.placeholdersjs {
    color: #999999;
}

.errorBox {
    padding: 7px;
    background-color: #ea5b54;
    color: #ffffff;
    font-size: 16px;
    font-family: "ProximaNovaSemibold";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    max-width: 387px;
    margin: 0 auto 19px;
}

.successBox {
    padding: 7px;
    background-color: #73b537;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 16px;
    font-family: "ProximaNovaSemibold";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
    font-size: 15px;
}

:-moz-placeholder {
    color: #999;
    font-size: 15px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 15px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
    font-size: 15px;
}

#signInToGrasshopper {
    float: left;
    color: #008fc5;
    margin-top: 18px;
}

img {
    border: 0;
    outline: none;
}

a {
    border: 0;
    outline: none;
}

    a:link {
        color: #008fc5;
        text-decoration: none;
        border: 0;
        outline: none;
    }

    a:visited {
        color: #008fc5;
        text-decoration: none;
        border: 0;
        outline: none;
    }

    a:hover {
        color: #008fc5;
        text-decoration: underline;
        border: 0;
        outline: none;
    }

    a:active {
        color: #008fc5;
        text-decoration: none;
        border: 0;
        outline: none;
    }

    a.successError:link,
    a.successError:visited,
    a.successError:hover,
    a.successError:active {
        color: #ffffff;
        text-decoration: underline;
    }

#customerSupport {
    float: right;
    color: #666666;
    margin-top: 18px;
}

span.adminText {
    color: #3bb54a;
}

.gh-checkbox-block {
    margin: 20px auto 0;
    text-align: left;
}

    .gh-checkbox-block > div {
        display: inline-block;
        vertical-align: middle;
    }

span.grasshopperCheckbox input {
    display: none;
}

div.grasshopperCheckboxDiv {
    margin: 0 15px 0 0;
    height: 24px;
    width: 24px;
    cursor: pointer;
    border: 1px solid #aaaaaa;
    color: #008f3e;
    font-size: 20px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
}

img.grasshopperCheck {
    visibility: hidden;
}

p.contactInfoParagraph {
    font-size: 18px;
    line-height: 1.4em;
}

h2#contactInfoHeader {
    margin-top: 30px;
    font-size: 18px;
    font-family: "ProximaNovaBold";
    color: #35b544;
}

h1.contactInfoTitle {
    font-size: 36px;
    font-family: "ProximaNovaBold";
    font-weight: normal;
}

#contactInfoPageWrapper {
    width: 800px;
    height: 550px;
    margin: 0 auto;
    padding: 0;
    margin-top: 40px;
    margin-left: -169px;
    font-family: "ProximaNovaRegular";
    color: #343434;
}

#contactInfoFormWrapper {
    width: 380px;
    height: 550px;
    float: left;
}

#contactInfoWrapper {
    width: 280px;
    border: 1px solid #aaaaaa;
    padding: 0 40px;
    margin: 0 10px 10px;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px #eeeeee;
    -webkit-box-shadow: 0 0 2px #eeeeee;
    box-shadow: 0 0 2px #eeeeee;
}

#contactInfoHero {
    width: 360px;
    height: 550px;
    float: left;
    padding: 0 20px;
    margin: 0 10px;
    text-align: left;
}

.contactInfoFieldHeader,
.contactInfoFieldHeaderChange,
.contactInfoFieldHeaderCancel,
.contactInfoFieldHeaderSave {
    font-family: "ProximaNovaBold";
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
}

.contactInfoFieldHeader {
    color: #888;
}

.contactInfoFieldHeaderChange {
    color: #038dca;
}

.contactInfoFieldHeaderCancel {
    color: #979797;
    display: none;
}

.contactInfoFieldHeaderSave {
    color: #2eab34;
    display: none;
    float: right;
}

    .contactInfoFieldHeaderChange:hover,
    .contactInfoFieldHeaderCancel:hover,
    .contactInfoFieldHeaderSave:hover {
        text-decoration: underline;
    }

.contactInfoFieldDiv {
    margin-top: 18px;
}

.contactInfoFieldHeaderDiv {
    margin-bottom: 10px;
}

.contactInfoFieldInputDiv {
    font-family: "ProximaNovaBold";
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    height: 22px;
}

.contactInfoTextField {
    width: 270px;
    font-family: "ProximaNovaBold";
    font-weight: normal;
    color: #333333;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    -ms-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.08);
    background: white;
    border: 1px solid #aaaaaa;
    padding: 6px 12px 6px 12px;
    margin: -2px 0px -12px 0px;
    display: none;
}

#ComeBackLater {
    color: #008fc5;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    outline: none;
}

    #ComeBackLater:hover {
        text-decoration: underline;
    }

.updateContactInfoFooter {
    font-family: 'ProximaNovaLightItalic';
    width: 240px;
    padding: 0 60px;
    margin: 10px;
    color: #303030;
    display: none;
}

.password-test-container {
    font-size: 11px;
    margin-bottom: 10px;
    color: red;
}

/*---------mobile--------*/

@media only screen and (max-device-width: 768px) {
    body {
        margin: 0;
        zoom: 1;
    }

    .success-block {
        margin: 0 3rem 5rem;
        padding: 3.5rem 4rem 2.5rem;
    }

    #signinPageWrapper .success-block p {
        font-size: 2.5rem;
        line-height: 1.25;
        padding-bottom: 1.5rem;
        margin: 0;
    }

    .form-wrapper {
        width: auto;
        border-width: 2px 0;
        border-radius: 0;
        padding: 5rem 4rem;
        width: auto;
    }

    .logo {
        width: 65%;
        float: none;
        padding: 2rem 1.5rem;
        display: block;
        margin: auto;
    }

    .welcomeTitle p {
        display: none;
    }

       #signinPageWrapper .bannerHolder img {
        width: 100%;
    }

    #signinPageWrapper .phoneNumber p {
        font-family: ProximaNovaLight;
        font-size: 20pt;
        font-weight: 300;
        text-align: center;
        letter-spacing: -0.1pt;
        color: #666;
    }

    .form-wrapper > label {
        font-size: 2.3rem;
        padding-bottom: 1rem;
        padding-top: 2rem;
        font-weight: normal !important;
    }

        .form-wrapper > label:first-child {
            padding-top: 0;
        }

    #signinPageWrapper .textField {
        padding: 1.5rem;
        font-size: 2.5rem;
    }

    #signinPageWrapper .success-block p {
        font-size: 16pt;
        line-height: 31pt;
    }


    #signinPageWrapper .signinButton {
        width: 100%;
        margin: 3rem 0 0;
        font-size: 3.45rem;
        padding: 1.5rem;
    }

    .gh-checkbox-block {
        margin: 4rem 0 1rem;
    }

        .gh-checkbox-block label, span.adminText {
            font-size: 2.25rem;
        }

    div.grasshopperCheckboxDiv, .icon-close {
        width: 3rem;
        height: 3rem;
    }

    img.grasshopperCheck {
        height: 3rem;
    }

    #signinPageWrapper .pageTitle h3 {
        font-size: 5rem;
    }

    #signinPageWrapper .pageTitle p {
        font-size: 3.5rem;
        line-height: 1.75;
    }

    #signInFooter, #ctl00_MainContent_signInFooter {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    span.adminText {
        font-size: 2rem;
        padding-top: 1.5rem;
        display: block;
    }

    .errorBox {
        font-size: 2rem;
        max-width: 100%;
        padding: 1.5rem;
    }
    /*Temp styles*/
    #ctl00_MainContent_TempPasswordListing {
        width: 90%;
        margin: auto;
    }

    ::-webkit-input-placeholder {
        color: #999;
        font-size: 2rem;
    }

    :-moz-placeholder {
        color: #999;
        font-size: 2rem;
    }

    ::-moz-placeholder {
        color: #999;
        font-size: 2rem;
    }

    :-ms-input-placeholder {
        color: #999;
        font-size: 2rem;
    }

    #signinPageWrapper .bannerHolder img {
        width: 100%;
    }
}
