﻿html {
    overflow-y: scroll;
}

body {
    min-width: 960px;
    color: #5F6F7F;
    font-size: 16px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top: 1px solid #F36D21;
}

h2 {
    margin: 0;
    font-family: Arial;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #5F6F7F;
    text-align: left;
}

h3 {
    margin: 0;
    font-family: Arial;
    font-size: 18px;
    line-height: 1;
    color: #5F6F7F;
    text-align: left;
}

h4 {
    margin: 0;
    font-family: Arial;
    font-size: 16px;
    line-height: 1;
    color: #5F6F7F;
    text-align: left;
}

p {
    color: #5F6F7F;
    font-size: 16px;
}

a:link {
    text-decoration: none;
    color: #5F6F7F;
}

a:visited {
    text-decoration: none;
    color: #5F6F7F;
}

a:hover {
    text-decoration: none;
    color: #5F6F7F;
}

a:active {
    text-decoration: none;
    color: #5F6F7F;
}

.contact-wrap {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'heeboregular', arial;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
    background: url('/images/phone-icon.png') no-repeat center left;
}

    .contact-wrap a.btn {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        box-sizing: border-box;
        text-decoration: none !important;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        user-select: none;
        border: 1px solid transparent;
        background: #f36d21;
        display: inline-block;
        line-height: 26px;
        color: #fff;
        font-family: 'heebo_mediumregular', arial, sans-serif;
        border-radius: 40px;
        cursor: pointer;
        transition: ease-out 0.4s;
        font-size: 14px;
        padding: 7px 12px;
    }

        .contact-wrap a.btn div {
            background: url('/images/phone-icon.png') no-repeat center left;
        }

        .contact-wrap a.btn span {
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            user-select: none;
            line-height: 26px;
            color: #fff;
            font-family: 'heebo_mediumregular',arial,sans-serif;
            cursor: pointer;
            font-size: 16px;
            box-sizing: border-box;
            padding-left: 27px;
        }

input[type=submit] {
    position: relative;
    font-family: 'heebo_mediumregular',arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 44px;
    background: linear-gradient(#f36d21,#F2610D,#f36d21);
    border: none;
    box-shadow: none;
    border-radius: 20px;
    transition: none;
    color: #FFF;
    min-width: 100px;
    width: 140px;
    margin: 0;
    padding: 0;
    top: 0;
    right: -12px;
}

    input[type=submit]:hover {
        box-shadow: 0 0 6px 1px rgba(247,157,104,.5);
        outline: 0;
        border: none;
        cursor: pointer;
        color: #FFF
    }

input[type="submit"]:active {
    box-shadow: 0 0 6px 1px rgba(247,157,104,.5);
    background: linear-gradient(#f36d21,#F2610D,#f36d21);
    outline: 0;
    border: none;
    cursor: pointer;
    color: #FFF
}

input[type="submit"]:focus {
    box-shadow: 0 0 6px 1px rgba(247,157,104,.5);
    background: linear-gradient(#f36d21,#F2610D,#f36d21);
    outline: 0;
    border: none;
    cursor: pointer;
    color: #FFF
}

.submitButton {
    position: relative;
    font-family: 'heebo_mediumregular',arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 44px;
    background: linear-gradient(#f36d21,#F2610D,#f36d21);
    border: none;
    box-shadow: none;
    border-radius: 20px;
    transition: none;
    color: #FFF;
    min-width: 100px;
    width: 140px;
    margin: 0;
    padding: 0;
    top: 0;
    right: -12px;
}

    .submitButton:hover {
        box-shadow: 0 0 6px 1px rgba(247,157,104,.5);
        outline: 0;
        border: none;
        cursor: pointer;
        color: #FFF
    }

    .submitButton:active {
        box-shadow: 0 0 6px 1px rgba(247,157,104,.5);
        background: linear-gradient(#f36d21,#F2610D,#f36d21);
        outline: 0;
        border: none;
        cursor: pointer;
        color: #FFF
    }

    .submitButton:focus {
        box-shadow: 0 0 6px 1px rgba(247,157,104,.5);
        background: linear-gradient(#f36d21,#F2610D,#f36d21);
        outline: 0;
        border: none;
        cursor: pointer;
        color: #FFF
    }

input, textarea {
    box-shadow: 0 1px 2px rgba(0,0,0,.15)inset,0 -1px 0 rgba(0,0,0,.05)inset;
    border: 1px solid #BBB;
    border-radius: 3px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    background: linear-gradient(to bottom,#F7F7F8 0,#FFF 100%);
    font-size: 14px;
}

    .uneditable-input, input[type=text], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email] {
        -webkit-transition: border-color linear .2s;
        -moz-transition: border-color linear .2s;
        -o-transition: border-color linear .2s;
        transition: border-color linear .2s
    }

input {
    transition: all .2s linear;
    color: #777;
    height: 36px;
    width: 100%;
}

    input:-webkit-input-placeholder {
        color: #999
    }

    input:-moz-placeholder {
        color: #999
    }

    input:focus, textarea:focus {
        box-shadow: 0 0 0 #F36D21 inset,0 0 0 #F36D21 inset,0 0 0 #F36D21 inset,0 0 0 #F36D21 inset,0 0 4px 1px rgba(242,97,13,.5);
        outline: 0;
        border: 1px solid #F36D21;
        background: #FFF;
        color: #333
    }

textarea {
    color: #777;
    padding: 10px;
    display: block;
    margin: 0;
    overflow: auto;
    resize: vertical;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 152px;
}

    textarea:-webkit-input-placeholder {
        color: #999
    }

    textarea:-moz-placeholder {
        color: #999
    }

    input.text-required:focus, textarea.text-required:focus {
        box-shadow: 0 0 0 red inset,0 0 0 red inset,0 0 0 red inset,0 0 0 red inset,0 0 4px 1px rgba(225,0,0,.5)
    }

input[type=text] {
    padding-left: 10px
}

input[type=email] {
    padding-left: 10px
}

input[type=tel] {
    padding-left: 10px
}

input.text-required {
    outline: 0;
    border: 1px solid red;
    color: #333;
}

textarea.text-required {
    outline: 0;
    border: 1px solid red;
    color: #333;
}











select {
    display: block;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #FFFFFF 0%,#F7F7F8 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.15)inset,0 -1px 0 rgba(0,0,0,.05)inset;
    border: 1px solid #BBB;
    border-radius: 3px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    /*background: linear-gradient(to bottom,#F7F7F8 0,#FFF 100%);*/
    font-size: 14px;
}

    /*select::-ms-expand {
    display: none;
}*/

    /*select:hover {
    border-color: red;
}*/

    select:focus {
        box-shadow: 0 0 0 #F36D21 inset,0 0 0 #F36D21 inset,0 0 0 #F36D21 inset,0 0 0 #F36D21 inset,0 0 4px 1px rgba(242,97,13,.5);
        outline: 0;
        border: 1px solid #F36D21;
        background: #FFF;
        color: #333
    }

/*select option {
    font-weight: normal;
}*/







input .username {
    background: url(/images/common/icons/icon_user.svg)10px 11px no-repeat,linear-gradient(to bottom,#F7F7F8 0,#FFF 100%);
    width: 100%;
    min-width: 200px;
    max-width: 300px;
    padding-left: 30px
}

    input.username:focus {
        background: url(/images/common/icons/icon_user.svg)10px 11px no-repeat,#FFF
    }

    input.username.text-required, input.username.text-required:focus {
        background: url(/images/common/icons/icon_user_red.svg)10px 11px no-repeat,#FFF
    }

input[type=password] {
    background: url(/images/common/icons/icon_key.svg)10px 11px no-repeat,linear-gradient(to bottom,#F7F7F8 0,#FFF 100%);
    width: 100%;
    min-width: 200px;
    max-width: 300px;
    padding-left: 30px
}

    input[type=password]:focus {
        background: url(/images/common/icons/icon_key.svg)10px 11px no-repeat,#FFF
    }

    input[type=password].text-required {
        background: url(/images/common/icons/icon_key_red.svg)10px 11px no-repeat,linear-gradient(to bottom,#F7F7F8 0,#FFF 100%);
        outline: 0;
        border: 1px solid red;
        color: #333
    }

        input[type=password].text-required:focus {
            background: url(/images/common/icons/icon_key_red.svg)10px 11px no-repeat,#FFF;
            box-shadow: 0 0 0 red inset,0 0 0 red inset,0 0 0 red inset,0 0 0 red inset,0 0 4px 1px rgba(225,0,0,.5)
        }

.form-required {
    float: right;
    margin-right: 0px;
    font-weight: 700;
    font-size: 22px;
    color: orangered;
    cursor: pointer;
}


/* Checkbox */
/* The container */
.chk-con {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .chk-con input {
        position: relative;
        height: 0px;
        width: 0px;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #CCC;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.chk-con:hover input ~ .checkmark {
    background-color: #5F6F7F;
}

/* When the radio button is checked, add a blue background */
.chk-con input:checked ~ .checkmark {
    background-color: #F36D21;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.chk-con input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.chk-con .checkmark:after {
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: white;
}
