﻿/*==========  Mobile First Method  ==========*/

@font-face {
    font-family: bebasneue;
    src: url(fonts/bebasneue_regular-webfont.eot);
    src: url(fonts/bebasneue_regular-webfont.eot?#iefix) format('eot'), url(fonts/bebasneue_regular-webfont.woff2) format('woff2'), url(fonts/bebasneue_regular-webfont.woff) format('woff'), url(fonts/bebasneue_regular-webfont.ttf) format('truetype'), url(fonts/bebasneue_regular-webfont.svg#bebas_neue_regular) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: bebasneue_bold;
    src: url(fonts/bebasneue_bold-webfont.eot);
    src: url(fonts/bebasneue_bold-webfont.eot?#iefix) format('eot'), url(fonts/bebasneue_bold-webfont.woff2) format('woff2'), url(fonts/bebasneue_bold-webfont.woff) format('woff'), url(fonts/bebasneue_bold-webfont.ttf) format('truetype'), url(fonts/bebasneue_bold-webfont.svg#bebas_neuebold) format('svg');
    font-weight: normal;
    font-style: normal
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: Roboto, Calibri, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
}

#pageWrapper {
    min-height: 100%;
    position: relative;
    background-color: #ededed;
    background-image: url(../imgs/banner_02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#topHeader {
    height: 90px;
    padding-top: 10px;
    width: 100%;
    /*background: url(../imgs/topHeader.jpg) no-repeat;*/
    background-size: cover;
}

#content {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.actionZone {
    padding: 20px;
    background: #fff;
    text-align: center;
}

#dNav {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    #dNav li {
        line-height: 23px;
        background: #babdc4;
        display: inline-block;
        width: 100%;
        padding: 11px;
        font-family: bebasneue_bold;
        color: #333333;
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 1%;
    }

        #dNav li:last-child {
            margin-right: 0;
        }

        #dNav li .bullet {
            background: #333333;
            width: 22px;
            height: 22px;
            border-radius: 10px;
            color: #babdc4;
            display: inline-block;
            text-align: center;
            margin-right: 10px;
            font-size: 16px;
        }

        #dNav li.active {
            background: #e73827;
            color: #fff;
        }

            #dNav li.active .bullet {
                background: #fff;
                color: #e73827;
                font-size: 16px;
            }

#fNav, #rfNav {
    text-align: right;
}

    #fNav > div,
    #rfNav > div {
        display: inline-block;
        width: 98px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-family: bebasneue_bold;
        font-size: 18px;
        margin: 5px;
        background: #babdc4;
        color: #333333;
        cursor: pointer;
        border: 1px solid #333333;
        user-select: none;
    }

        #fNav > div:last-child,
        #rfNav > div:last-child {
            margin-right: 0px;
        }

        #fNav > div:hover, #rfNav > div:hover {
            display: inline-block;
            width: 98px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            font-family: bebasneue_bold;
            font-size: 18px;
            background: #e73827;
            color: #fff;
            cursor: pointer;
            border: 1px solid transparent;
        }

.formPage {
    text-align: left;
    padding: 20px 0px;
    min-height: 210px;
}

.fPageTitle {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.fPageDescription {
    padding-bottom: 15px;
}

#editForm input[type=checkbox]:not(old) {
    width: 19px;
    margin: 0;
    margin-top: 7px;
    padding: 0;
    opacity: 0;
    height: 19px;
}

    #editForm input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-left: -21px;
        padding-left: 31px;
        margin-top: 0;
        background: url(../imgs/unchecked.png) no-repeat 0 center;
        line-height: 32px;
        font-size: 13px;
        font-weight: normal;
        /*width: 267px;*/
        height: 32px;
        vertical-align: top;
    }

        #editForm input[type=checkbox]:not(old) + label img {
            float: right;
        }

    #editForm input[type=checkbox]:not(old):checked + label {
        background: url('../imgs/checked.png') no-repeat 0 center;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #616360;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #616360;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #616360;
}

:-moz-placeholder { /* Firefox 18- */
    color: #616360;
}

input:disabled::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}

input:disabled::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}

input:disabled:-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}

input:disabled:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

#editForm input[type=text],
#editForm input[type=number] {
    display: inline-block;
    width: 30%;
    height: 24px;
    border: 1px solid #b9bcc3;
    margin: 0px;
    margin-bottom: 10px;
    background: #dadee3;
    padding: 0px 5px;
    color: #333333;
}

    #editForm input[type=text]:disabled,
    #editForm input[type=number]:disabled {
        color: #aaa;
    }

#editForm textarea {
    display: inline-block;
    width: 50%;
    height: 65px;
    border: 1px solid #b9bcc3;
    margin: 0;
    margin-bottom: 10px;
    background: #dadee3;
    padding: 5px 5px;
    color: #333333;
    font-family: Arial;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 80px;
    /*background: #333333;*/
    width: 100%;
    line-height: 80px;
    color: #fff;
    font-size: 12px;
}

    #footer a {
        text-decoration: none;
        color: inherit;
    }

.wrapper {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.right {
    float: right
}

.left {
    float: left;
}

.clearfix {
    clear: both;
    float: none;
}

#LoginForm, #ResetForm, #MessageForm, #RecoveryMessageForm {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
}

#ResetForm {
    display: none;
}

    #LoginForm label,, #ResetForm label {
        display: block;
        margin-bottom: 5px;
    }

    #LoginForm input[type=text], #LoginForm input[type=password],
    #ResetForm input[type=text], #ResetForm input[type=password],
    #MessageForm input[type=text], #MessageForm input[type=password],
    #RecoveryMessageForm input[type=text], #RecoveryMessageForm input[type=password] {
        display: inline-block;
        width: 100%;
        height: 24px;
        border: 1px solid #b9bcc3;
        margin: 0px;
        margin-bottom: 10px;
        background: #dadee3;
        padding: 0px 5px;
        color: #333333;
    }

    #LoginForm input[type=submit],
    #ResetForm input[type=submit], #ResetForm input[type=button],
    #MessageForm input[type=submit], #MessageForm input[type=button],
    #RecoveryMessageForm input[type=submit], #RecoveryMessageForm input[type=button] {
        display: block;
        width: 100%;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-family: bebasneue_bold;
        font-size: 18px;
        padding: 0;
        background: #babdc4;
        color: #333333;
        cursor: pointer;
        border: 1px solid #333333;
        user-select: none;
    }

        #LoginForm input[type=submit]:hover,
        #ResetForm input[type=submit]:hover, #ResetForm input[type=button]:hover,
        #MessageForm input[type=submit]:hover, #MessageForm input[type=button]:hover,
        #RecoveryMessageForm input[type=submit]:hover, #RecoveryMessageForm input[type=button]:hover {
            background: #e73827;
            color: #fff;
            border: 1px solid transparent;
        }

    #LoginForm input[type="submit"]:disabled,
    #ResetForm input[type="submit"]:disabled,
    #MessageForm input[type="submit"]:disabled,
    #RecoveryMessageForm input[type="submit"]:disabled {
        opacity: 0.5;
    }

#LoginMessage, #ResetMessage {
    color: red;
}

.menu-btn {
    display: block;
    float: left;
    margin-left: 20px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-family: bebasneue_bold;
    font-size: 18px;
    background: #e73827;
    color: #fff;
    cursor: pointer;
    border: 1px solid #333333;
    user-select: none;
    margin-top: 10px;
    padding: 0 25px;
}

    .menu-btn.menu-static {
        cursor: default;
        background-color: #000000;
        margin-right: 20px;
        padding: 0 15px;
        letter-spacing: 1px;
    }

    .menu-btn:not(.menu-static):hover {
        background: #babdc4;
        color: #333333;
        border: 1px solid transparent;
    }

    .menu-btn.inline-btn {
        display: inline-block;
        float: none;
    }

    .menu-btn.no-margin {
        margin: 0px;
    }

    .menu-btn.secondary {
        background: #cdd0d5;
        color: #333333;
        border: 1px solid transparent;
    }



#ShowMoreSection div:first-child {
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 80%);
}



/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    #pageWrapper {
        background-size: cover;
        background-image: url(../imgs/banner_02.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }

    .wrapper {
        width: 300px;
    }

    #topHeader {
        height: 60px;
    }

    #topLogo {
        height: 65px;
        margin: 0 10px;
        content: url("../imgs/topLogos.png");
    }

    #content {
        padding-bottom: 80px;
    }

    #footer {
        line-height: 15px;
    }

        #footer .wrapper {
            padding-top: 10px;
        }

        #footer .footerLogo {
            vertical-align: middle;
            float: left;
        }

        #footer .footerFPF {
            margin-left: 10px;
            float: left;
            width: 240px;
            line-height: 16px;
        }

    #dNav > li {
        color: #babdc4;
    }

        #dNav > li.active {
            color: #e73827;
        }

    #editForm input[type=text] {
        margin: 10px 0px;
        width: 100%;
    }

    #fNav > div, #rfNav > div {
        width: 64px;
    }

        #fNav > div:hover, #rfNav > div:hover {
            width: 66px;
        }
}

@media only screen and (max-width : 480px) {
    #footer .wrapper {
        width: 313px;
    }

    #footer .footerFPF {
        width: 240px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    #pageWrapper {
        background-size: cover;
        background-image: url(../imgs/banner_02.jpg);
        background-position: top center;
    }

    .wrapper {
        width: 440px;
    }

    #topLogo {
        height: 80px;
        content: url("../imgs/topLogos.png");
    }

    #footer {
        line-height: 25px;
    }

        #footer .wrapper {
            padding-top: 0px;
        }

        #footer .footerLogo {
            margin-top: 22px;
        }

        #footer .footerFPF {
            width: 270px;
            margin-top: 23px;
        }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #pageWrapper {
        background-size: cover;
        background-image: url(../imgs/banner_02.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
    }

    .wrapper {
        width: 728px;
    }

    #topHeader {
        height: 90px;
    }

    #topLogo {
        height: 60px;
        content: url("../imgs/topLogo.png");
    }

    .hRight {
        height: 90px;
        line-height: 90px;
    }

    #footer {
        line-height: 25px;
    }

        #footer .footerLogo {
            float: none;
            margin-top: 0px;
        }

        #footer .footerFPF {
            width: 80%;
            margin-top: 0px;
            float: none;
        }

    #dNav > li {
        color: #333333;
    }

        #dNav > li.active {
            color: #fff;
        }

    #editForm input[type=text] {
        width: 30%;
        margin: 10px 0px 10px 0px;
    }

    #fNav > div, #rfNav > div {
        width: 98px;
    }

        #fNav > div:hover, #rfNav > div:hover {
            width: 98px;
        }

    #LogoutButton,, #CHPWButton {
        margin-top: 25px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .wrapper {
        width: 952px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .wrapper {
        width: 1070px;
    }
}

@media only screen and (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.66);
        -webkit-transform: scale(0.66);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
