﻿@charset "utf-8";



/* common parts */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    color: #606060;
    font: 400 17px/19px 'Rubik', Arial, Helvetica, sans-serif;
    margin: 0;
    background: url(/Themes/PetHappiness/Content/images/bg-main.jpg) 0 0 #EEEDE8;
    background-size: cover;
    position: relative;
   /* padding-top: 35px;*/
}

html {
    -webkit-text-size-adjust: none;
    /*background: #413142;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(255,255,255,0.4);
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* main styles */
/* home content */
.home-page {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    overflow: hidden;
}

    .home-page .home-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 57.7%;
        overflow: hidden;
    }

        .home-page .home-image img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: auto;
        }

    .home-page .content {
        margin-left: 57.7%;
        padding: 0 57px 0 37px;
    }

.logo {
    margin: 0 auto 26px;
    display: block;
    text-align: center;
    max-width: 240px;
}

.summary-page .logo {
    margin: 0 auto 40px;
}

.logo a {
    display: block;
    height: 100%;
}

.logo img {
    margin-top: 15px;
    max-width: 240px;
}

.home-page h1 {
    margin-bottom: 39px;
    font: 700 45px/50px 'Rubik', Arial, Helvetica, sans-serif;
    color: #573f59;
    text-align: center;
    letter-spacing: -1px;
}

.home-page .text {
    margin-bottom: 39px;
    padding: 0 60px;
    text-align: justify;
    color: #000;
    opacity: 0.7;
    line-height: 27px;
    word-spacing: 0.3px;
}

    .home-page .text p {
        margin: 0;
    }

.button-access {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 404px;
    border-radius: 12px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    overflow: hidden;
}

    .button-access img {
        display: block;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }

    .button-access:hover {
        box-shadow: 3px 3px rgba(39,152,143,0.5), -3px -3px rgba(39,152,143,0.5), -3px 3px rgba(39,152,143,0.5), 3px -3px rgba(39,152,143,0.5);
        -webkit-box-shadow: 3px 3px rgba(39,152,143,0.5), -3px -3px rgba(39,152,143,0.5), -3px 3px rgba(39,152,143,0.5), 3px -3px rgba(39,152,143,0.5);
    }

.need-code {
    margin: 0 0 5px;
    text-align: center;
    font: 700 16px/20px 'Rubik', Arial, Helvetica, sans-serif;
    color: #573f59;
    text-transform: uppercase;
}

    .need-code a {
        color: #573f59;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

        .need-code a:hover {
            opacity: 0.7;
            cursor: default;
        }

.learn-more {
    margin: 0 18px 0px;
    text-align: center;
    overflow: hidden;
}

    .learn-more h2 {
        margin: 20px 0 18px;
        padding-bottom: 4px;
        font: 16px/20px 'Rubik', Arial, Helvetica, sans-serif;
        color: #6b6b68;
        position: relative;
    }

        .learn-more h2:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #6b6b68;
            opacity: 0.1;
        }

        .learn-more h2 span {
            font-weight: bold;
            color: #26d4c6
        }

.more-list {
    margin: 0 -9px;
    list-style: none;
}

    .more-list li {
        display: inline-block;
        padding: 0 9px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 20%;
    }

.additional-buttons {
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
}

    .additional-buttons a,
    .more-list a {
        display: block;
        border: 4px #26d4c6 solid;
        border-radius: 7px;
        color: #573f59;
        font: 700 16px/16px 'Rubik', Arial, Helvetica, sans-serif;
        padding: 5px 2px;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

    .additional-buttons a {
        padding: 10px 0 8px;
        max-width: 430px;
    }

        .additional-buttons a:hover {
            opacity: 0.7;
        }

.more-list a:hover, a.toggle-button:hover {
    opacity: 0.7;
}

a.toggle-button {
    font: 700 12px/12px 'Rubik', Arial, Helvetica, sans-serif;
    float: right;
    color: #573f59;
    position: relative;
    right: 5px;
    top: 30px;
}
/* summary content */
.summary-page {
    position: relative;
    padding: 36px 0 70px;
    color: #6a6968;
    overflow: hidden;
}

    .summary-page:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: rgba(255,132,0,0.06);
        z-index: 5;
        overflow: hidden;
    }

    .summary-page .holder {
        position: relative;
        z-index: 10;
        margin: 0 auto;
        padding: 0 10px;
        max-width: 1400px;
    }

    .summary-page .frame {
        overflow: hidden;
    }

    .summary-page .left-side {
        margin: 10.7% 0 0;
        width: 50%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
        padding: 0 20px;
    }

        .summary-page .left-side .content {
            margin: 0 auto;
            width: 100%;
            max-width: 450px;
        }

        .summary-page .left-side h1 {
            margin: 0 0 27px;
            font: 500 33px/35px 'Rubik', Arial, Helvetica, sans-serif;
            color: #573f59;
            letter-spacing: -1px;
        }

            .summary-page .left-side h1 span {
                font: 400 28px/35px 'Rubik', Arial, Helvetica, sans-serif;
            }

        .summary-page .left-side p {
            margin: 0 0 36px;
            font: 500 17px/22px 'Rubik', Arial, Helvetica, sans-serif;
            color: #000;
            opacity: 0.7;
        }

    .summary-page .btn-download {
        margin: 0 auto 22px;
        display: block;
        width: 260px;
        border-radius: 6px;
        transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        overflow: hidden;
    }

        .summary-page .btn-download:hover {
            box-shadow: 2px 2px rgba(39,152,143,0.5), -2px -2px rgba(39,152,143,0.5), -2px 2px rgba(39,152,143,0.5), 2px -2px rgba(39,152,143,0.5);
            -webkit-box-shadow: 2px 2px rgba(39,152,143,0.5), -2px -2px rgba(39,152,143,0.5), -2px 2px rgba(39,152,143,0.5), 2px -2px rgba(39,152,143,0.5);
        }

        .summary-page .btn-download img {
            display: block;
            width: 100%;
            border-radius: 6px;
        }

    .summary-page .btn-use {
        margin: 0 auto;
        display: block;
        width: 260px;
        text-align: center;
        color: #573f59;
        font: 500 20px/30px "Rubik", Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 4px #26d4c6 solid;
        border-radius: 6px;
        letter-spacing: -0.6px;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

        .summary-page .btn-use:hover {
            opacity: 0.7;
        }

    .summary-page .next-side {
        display: block;
        padding: 0 20px;
        overflow: hidden;
    }

        .summary-page .next-side .content {
            margin: 0 auto;
            width: 100%;
            max-width: 560px;
        }

        .summary-page .next-side h2 {
            margin: 0 0 22px;
            text-align: center;
            font: 700 45px/50px 'Rubik', Arial, Helvetica, sans-serif;
            color: #573f59;
            letter-spacing: -1px;
        }

        .summary-page .next-side h3 {
            margin: 0 0 28px;
            text-align: justify;
            font: 400 22px/27px 'Rubik', Arial, Helvetica, sans-serif;
        }

            .summary-page .next-side h3.center {
                text-align: center;
                margin: 0 10px 37px;
            }

            .summary-page .next-side h3 strong {
                font-weight: 700;
            }

        .summary-page .next-side h4.center {
            text-align: center;
            margin: 0 10px 37px;
        }

        .summary-page .next-side h4 strong {
            font-weight: 700;
        }

        .summary-page .next-side .txt {
            margin: 0 0 26px;
            font-size: 17px;
            line-height: 27px;
            text-align: justify;
        }

            .summary-page .next-side .txt a {
                color: #26d4c6;
                font-weight: 700;
                transition: opacity 0.35s ease;
                -webkit-transition: opacity 0.35s ease;
            }

                .summary-page .next-side .txt a:hover {
                    opacity: 0.7;
                }

    .summary-page .btn-start {
        margin: 0 auto 24px;
        width: 404px;
        display: block;
        border-radius: 12px;
        transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        overflow: hidden;
    }

        .summary-page .btn-start:hover {
            box-shadow: 3px 3px rgba(39,152,143,0.5), -3px -3px rgba(39,152,143,0.5), -3px 3px rgba(39,152,143,0.5), 3px -3px rgba(39,152,143,0.5);
            -webkit-box-shadow: 3px 3px rgba(39,152,143,0.5), -3px -3px rgba(39,152,143,0.5), -3px 3px rgba(39,152,143,0.5), 3px -3px rgba(39,152,143,0.5);
        }

        .summary-page .btn-start img {
            display: block;
            width: 100%;
            border-radius: 12px;
        }

    .summary-page p.note {
        margin: 0 0 18px;
        text-align: center;
        font-size: 17px;
        line-height: 27px;
        color: #000;
        opacity: 0.7;
    }

    .summary-page .phone {
        text-align: center;
        font: 900 38px/55px 'Rubik', Arial, Helvetica, sans-serif;
        color: #573f59;
        text-shadow: 3px 3px 0 rgba(0,0,0,0.1), -3px 3px 0 rgba(0,0,0,0.1), 3px -3px 0 rgba(0,0,0,0.1), -3px -3px 0 rgba(0,0,0,0.1);
        -webkit-text-shadow: 3px 3px 0 rgba(0,0,0,0.1), -3px 3px 0 rgba(0,0,0,0.1), 3px -3px 0 rgba(0,0,0,0.1), -3px -3px 0 rgba(0,0,0,0.1);
    }

        .summary-page .phone a {
            color: #573f59;
            transition: opacity 0.35s ease;
            -webkit-transition: opacity 0.35s ease;
        }

            .summary-page .phone a:hover {
                opacity: 0.85;
            }

/* inner page */
.inner-page {
    padding: 36px 10px 0;
    margin: 0 auto;
    max-width: 1092px;
    position: relative;
}

    .inner-page .bg-dog {
        position: absolute;
        bottom: 122px;
        right: 51px;
        width: 204px;
        z-index: 0;
    }

    .inner-page .logo {
        margin: 0 auto 36px;
    }

/* title header */
.pet-ttl-header {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 21px;
    min-height: 77px;
}

    .pet-ttl-header:after {
        content: '';
        display: block;
        clear: both;
    }

    .pet-ttl-header .pet-name {
        padding: 4px 12px 16px;
        background: #ff8400;
        border-radius: 12px 0 0 12px;
        color: #573f59;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .pet-ttl-header .pet-name span {
            display: block;
            font-size: 11px;
            font-weight: 500;
            line-height: 1;
            color: #fff;
            float: left;
            padding-top: 2px;
        }
        .pet-ttl-header .pet-name a {
            float: right;
            color: #26D4C6;
            background: white;
            border: none;
            padding: 2px 4px;
            font-size: 11px;
            font-weight: 500;
            line-height: 1;
            margin-left: 20px;
        }


        .pet-ttl-header .pet-name strong {
            display: block;
            font: 700 22px/27px "Rubik", Arial, Helvetica, sans-serif;
        }

    .pet-ttl-header .hold {
        border-radius: 0 12px 12px 0;
        padding: 0 18px;
        overflow: hidden;
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }

        .pet-ttl-header .hold h1 {
            margin: 0;
            font-weight: 300;
            font-size: 37px;
            line-height: 1;
            color: #573f59;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.step-row {
    margin: -5px 0 74px;
    position: relative;
    width: 100%;
}

    .step-row.row2 {
        margin-bottom: 63px;
    }

    .step-row .row {
        display: block;
        height: 10px;
        border-radius: 5px;
        background: rgba(176,176,172,0.6);
    }

        .step-row .row span {
            position: absolute;
            left: 0;
            height: 10px;
            background: #01c460;
            border-radius: 5px;
        }

    .step-row .txt {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
    }

        .step-row .txt em {
            position: absolute;
            right: 0;
            top: 1px;
            color: #01c460;
            font: 500 15px/20px 'Rubik', Arial, Helvetica, sans-serif;
            white-space: nowrap;
        }

/* pet info */
.pet-info {
    margin: 0 15px 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 5;
}

.pet-info li
{
    min-width: 400px;
}

    .pet-info .instructions {
        width: 100%;
        padding: 0 40px;
        margin: -20px 0 30px;
        font-style: italic;
        font-size: 14px;
    }

        .pet-info .instructions h2 {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .pet-info .instructions ul {
            margin-left: 30px;
        }

    .pet-info dl {
        margin-bottom: 15px;
    }

        .pet-info dl:after,
        .pet-info .input-txt-row:after,
        .pet-info .input-txt-row .hold:after,
        .radio-list li:after {
            content: '';
            display: block;
            clear: both;
        }

.radio-list a {
    color: blue;
    text-decoration: underline;
}

.pet-info dl dt {
    width: 18.9%;
    float: left;
    font: 300 22px/41px 'Rubik', Arial, Helvetica, sans-serif;
}

    .pet-info dl dt > span {
        float: left;
    }

    .pet-info dl dt em {
        display: block;
        height: 41px;
        background: url(/Themes/PetHappiness/Content/images/separator.png) repeat-x;
        background-size: 5px 28px;
        overflow: hidden;
    }

    .pet-info dl dt .note {
        font-size: 17px;
        color: #606060;
        line-height: 1;
        top: -5px;
        position: relative;
        clear: both;
        padding-bottom: 15px;
    }

.pet-info dl dd {
    width: 78.8%;
    margin: 0;
    font: 400 22px/41px 'Rubik', Arial, Helvetica, sans-serif;
    float: right;
}

    .pet-info dl dd.mobile {
        display: none;
    }

.pet-info dl.full dd {
    width: 100%;
    padding-right: 48.75%;
    background-position: 100% 50%;
    background-size: 48.75% auto;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 215px;
    padding-top: 4px;
}

    .pet-info dl.full dd.no-image {
        min-height: unset;
    }

.pet-info select,
.pet-info .jcf-select {
    width: 325px;
    float: left;
}

.pet-info .info-tooltip {
    margin: 9px 0 0 12px;
    width: 20px;
    height: 20px;
    float: left;
    background: url(/Themes/PetHappiness/Content/images/ico-info.png) no-repeat;
    background-size: 20px 20px;
    position: relative;
}

    .pet-info .info-tooltip .tooltip {
        position: absolute;
        bottom: 25px;
        left: -9999px;
        opacity: 0;
        width: 300px;
        background: #fff;
        border: 1px #26d4c6 solid;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        border-radius: 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 7px 10px;
        font-size: 14px;
        line-height: 16px;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

    .pet-info .info-tooltip:hover .tooltip {
        left: -10px;
        opacity: 1;
    }

    .pet-info .info-tooltip.r:hover .tooltip {
        left: -270px;
    }

.pet-info .input-txt-row {
    margin-top: 6px;
    border-bottom: 2px #26d4c6 solid;
    position: relative;
}

    .pet-info .input-txt-row .hold {
        margin-right: 39px;
    }

    .pet-info .input-txt-row input {
        appearance: none;
        -webkit-appearance: none;
        margin: 0;
        display: block;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #606060;
        font: 400 22px/28px 'Rubik', Arial, Helvetica, sans-serif;
        border: 0;
        background: none;
        outline: none;
    }

        .pet-info .input-txt-row input:-moz-placeholder {
            color: #b3b3b3;
        }

        .pet-info .input-txt-row input::-moz-placeholder {
            color: #b3b3b3;
        }

        .pet-info .input-txt-row input::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .pet-info .input-txt-row input:-ms-input-placeholder {
            color: #b3b3b3;
        }

        .pet-info .input-txt-row input::placeholder {
            color: #b3b3b3;
        }

    .pet-info .input-txt-row .info-tooltip {
        position: absolute;
        margin: 0;
        top: 2px;
        right: 8px;
    }

.pet-info .full-width {
    margin-top: 27px;
}

    .pet-info .full-width dt {
        width: 38.5%;
        float: none;
    }

.pet-info .full {
    margin-bottom: 47px;
    padding: 0 30px;
}

    .pet-info .full dt {
        width: 100%;
        float: none;
        font-weight: bold;
    }






    .pet-info .full-width dd,
    .pet-info .full dd {
        float: none;
    }

.radio-list {
    list-style: none;
}

    .radio-list li {
        padding: 0 0 4px;
       /* display: flex;*/
    }

    .radio-list .jcf-checkbox {
        margin: 4px 9px 0 0;
        float: left;
    }

    .radio-list label {
        float: left;
        font: 400 22px/33px 'Rubik', Arial, Helvetica, sans-serif;
    }

    .radio-list .hidden_fields_other {
        clear: left;
        padding-left: 35px;
        padding-right: 10px;
    }

        .radio-list .hidden_fields_other .form-control {
            display: block;
            width: 100%;
            text-align: left;
            font-size: 16px;
        }

.color-slider {
    float: left;
    width: 247px;
    height: 17px;
    border: 0;
    margin: 8px 0;
}

    .color-slider.level-0 {
        background: url(/Themes/PetHappiness/Content/images/bg-slider-0.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider.level-1 {
        border-radius: 9px;
        background: url(/Themes/PetHappiness/Content/images/bg-slider-1.png) repeat-x;
        background-size: 5px 17px;
    }

    .color-slider.level-2 {
        background: url(/Themes/PetHappiness/Content/images/bg-slider-2.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider.level-3 {
        background: url(/Themes/PetHappiness/Content/images/bg-slider-3.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider.level-4 {
        background: url(/Themes/PetHappiness/Content/images/bg-slider-4.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider.level-5 {
        background: url(/Themes/PetHappiness/Content/images/bg-slider-5.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider .ui-slider-handle {
        top: -8px;
        width: 33px;
        height: 33px;
        background: url(/Themes/PetHappiness/Content/images/bg-slider-handle.png) no-repeat;
        background-size: 33px 33px;
        border: 0;
    }

.pet-info .color-slider {
    margin-left: 25px;
    float: left;
}

    .pet-info .color-slider ~ .slider-label {
        margin-left: 25px;
        font: 700 12px/33px 'Rubik', Arial, Helvetica, sans-serif;
        color: #606060;
        float: left;
        cursor: help;
    }

.pet-info .jcf-checkbox.jcf-checked ~ label {
    color: #000;
}

.bottom-btn-holder {
    margin-bottom: 36px;
}

    .bottom-btn-holder:after {
        content: '';
        display: block;
        clear: both;
    }

    .bottom-btn-holder .links {
        margin: 15px 28px 0 15px;
        width: 60%;
        float: left;
        position: relative;
        padding-top: 9px;
        text-align: right;
    }

        .bottom-btn-holder .links:before,
        .bottom-btn-holder .separator:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: rgba(96,96,96,0.2);
        }

    .bottom-btn-holder .separator:before {
        top: 15px;
    }

    .bottom-btn-holder .links a {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 15px;
        font: 500 15px/20px 'Rubik', Arial, Helvetica, sans-serif;
        color: #606060;
        text-transform: uppercase;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

        .bottom-btn-holder .links a:hover {
            opacity: 0.7;
        }

        .bottom-btn-holder .links a:first-child {
            margin-left: 0;
        }

    .bottom-btn-holder .btn-hold {
        margin-right: 28px;
        width: 205px;
        float: left;
        border-radius: 9px;
        overflow: hidden;
        transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
    }

        .bottom-btn-holder .btn-hold:hover {
            box-shadow: 2px 2px rgba(39,152,143,0.5), -2px -2px rgba(39,152,143,0.5), -2px 2px rgba(39,152,143,0.5), 2px -2px rgba(39,152,143,0.5);
            -webkit-box-shadow: 2px 2px rgba(39,152,143,0.5), -2px -2px rgba(39,152,143,0.5), -2px 2px rgba(39,152,143,0.5), 2px -2px rgba(39,152,143,0.5);
        }

        .bottom-btn-holder .btn-hold a,
        .bottom-btn-holder .btn-hold button {
            display: block;
            padding: 0;
            border: none;
        }

        .bottom-btn-holder .btn-hold img {
            display: block;
            width: 100%;
            border-radius: 9px;
            overflow: hidden;
        }

    .bottom-btn-holder .separator {
        height: 16px;
        position: relative;
        overflow: hidden;
    }

/* summary table */
.summary-table {
    margin: 50px 8px 32px;
    position: relative;
}

    .summary-table .mobile-legend {
        display: none;
    }

    .summary-table .scroll-holder {
        display: flex;
        justify-content: center;
    }

    .summary-table table {
        width: auto;
        width: -moz-fit-content;
        border-collapse: collapse;
        border-bottom: 1px #606060 solid;
        z-index: 999;
    }

@media (max-width: 800px) {
    .summary-table table {
        margin: 0 auto;
        width: 90%;
    }
}

    .summary-table thead th {
        padding: 0 13px 5px;
        background: url(/Themes/PetHappiness/Content/images/separator-dots.png) repeat-x 0 100%;
        background-size: 5px 2px;
        vertical-align: bottom;
        text-align: left;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #606060;
    }

        .summary-table thead th strong {
            color: #573F59;
            font-size: 22px;
            font-weight: bold;
        }

        .summary-table thead th.radio {
            font-size: 10px;
            line-height: 10px;
            font-weight: 400;
        }

    .summary-table tbody td {
        padding: 12px 13px 7px;
        vertical-align: middle;
        height: 80px;
    }

    .summary-table tfoot td {
        border: 0;
        background: none !important;
    }

    .summary-table tbody td.description {
        max-width: 463px;
    }

        .summary-table tbody td.description a {
            color: #606060;
        }

        .summary-table tbody td.description div {
            padding: 0 0 0 6px;
            font: 400 17px/19px "Rubik", Arial, Helvetica, sans-serif;
            border-left: 2px #CECECE solid;
            min-height: 57px;
            opacity: 0.5;
        }

    .summary-table tbody td.level {
        padding-right: 31px;
        height: 60px;
        width: 260px;
    }

    .summary-table tbody td label {
        width: 217px;
        display: block;
    }

    .summary-table tbody tr:nth-child(even) td {
        border-bottom: 1px #606060 solid;
    }

    .summary-table tbody tr:nth-child(odd) td {
        background: rgba(96, 96, 96, 0.15);
        border-bottom: 1px #606060 solid;
    }

    .summary-table td.delete {
        padding: 9px 8px 9px 12px;
        width: 14px;
    }

    .summary-table tbody tr.selected label {
        font-weight: 500;
    }

    .summary-table tbody tr.selected td.description div {
        opacity: 1;
        border-left-color: #26d4c6;
    }

    .summary-table .radio {
        display: flex;
    }

        .summary-table .radio .jcf-radio {
            margin-right: 18px;
        }

.summary-table tr.selected td {
    background-color: rgba(255, 132, 0, 0.15) !important;
}

    .summary-table a.btn-delete {
        display: block;
        display: inline-flex;
        overflow: hidden;
        color: #000;
    }

    .summary-table tbody td.radio {
        width: 48px;
    }

        .summary-table tbody td.radio .jcf-radio {
            margin-left: 10px;
        }

    .summary-table tbody td.chosen {
        width: 23.25%;
        padding-right: 20px;
    }

    .summary-table tbody td.error {
        background-color: #e9b0a9 !important
    }

    .summary-table .color-slider {
        margin-top: 13px;
        float: none;
    }

    .summary-table .slider-label {
        margin-top: 10px;
        display: block;
        font: 700 15px/22px 'Rubik', Arial, Helvetica, sans-serif;
        cursor: help;
    }

    .summary-table tbody td.level {
        padding-right: 31px;
        height: 60px;
        width: 260px
    }

    .summary-table tbody td.description div {
        padding: 0;
        font: 400 17px/19px 'Rubik', Arial, Helvetica, sans-serif;
        border-left: 2px #26d4c6 solid;
        min-height: 57px;
    }

    .summary-table tbody td.description.opacity div {
        -ms-opacity: 0.5;
        opacity: 0.5;
    }

    .summary-table tbody td.description div textarea {
        width: 100%;
        height: 100%;
        -moz-resize: none;
        -ms-resize: none;
        -o-resize: none;
        resize: none;
        border: none;
        background: inherit;
        font: inherit;
        display: block;
        padding: 2px 8px 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 60px;
    }

    .summary-table .rating {
        text-align: right;
        width: 27.7%;
        font: 500 17px/19px 'Rubik', Arial, Helvetica, sans-serif;
        padding-right: 22px;
    }

    .summary-table .num {
        width: 9.6%;
        font: 500 45px/45px 'Rubik', Arial, Helvetica, sans-serif;
        color: #f3b700;
        text-align: left;
    }

    .summary-table .bot-txt {
        font: 400 italic 15px/17px 'Rubik', Arial, Helvetica, sans-serif;
        color: #606060;
        opacity: 0.6;
        padding-right: 20px;
    }

    .summary-errors {
        margin-left: 430px;
        margin-bottom: 20px;
    }

        .summary-errors .validation-summary-valid {
            display: none;
        }

        .summary-errors .validation-summary-errors {
            font: 500 16px/20px 'Rubik', Arial, Helvetica, sans-serif;
            color: red;
            font-size: 24px;
        }

    .summary-table .note-1 {
        position: absolute;
        left: 0;
        top: 20px;
        text-align: center;
        font: 400 28px/1.27 Chewy;
        letter-spacing: 0;
        color: #FF8400;
        width: 305px;
        z-index: 500;
    }

        .summary-table .note-1:after {
            content: "";
            background: url("../images/note1-arrow@2x.png") no-repeat right center;
            background-size: 85px 85px;
            height: 85px;
            display: block;
        }

    @media (max-width: 800px) {
        .summary-table .note-1 {
            /*display: none;*/
            position: static;
            margin: 0 auto;
            font-size: 18px;
            padding-bottom: 10px;
        }

            .summary-table .note-1:after {
                display: none;
            }
    }

.summary-table .note-2 {
        position: absolute;
        left: 0;
        top: -40px;
        text-align: center;
        font: 400 28px/1.27 Chewy;
        letter-spacing: 0;
        color: #FF8400;
        width: 290px;
        z-index: 500;
    }

    .summary-table .note-2:after {
        content: "";
        background: url("../images/note1-arrow@2x.png") no-repeat center;
        background-size: 141px 141px;
        height: 141px;
        display: block;
        margin-top: 0px;
    }

    @media (max-width: 800px) {
        .summary-table .note-2 {
            /*display: none;*/
            position: static;
            margin: 0 auto;
            font-size: 18px;
            padding-bottom: 10px;
        }

            .summary-table .note-2:after {
                display: none;
            }
    }

    .summary-table .note-3 {
        position: absolute;
        right: -30px;
        top: 20px;
        text-align: center;
        font: 400 28px/1.27 Chewy;
        letter-spacing: 0;
        color: #FF8400;
        width: 240px;
        z-index: 500;
    }

        .summary-table .note-3:after {
            content: "";
            background: url("../images/note2-arrow@2x.png") no-repeat center;
            background-size: 89px 89px;
            height: 89px;
            display: block;
            margin-top: 20px;
        }

    @media (max-width: 800px) {
        .summary-table .note-3 {
            /*display: none;*/
            position: static;
            margin: 0 auto;
            font-size: 18px;
            padding-bottom: 10px;
        }

            .summary-table .note-3:after {
                display: none;
            }
    }

    .summary-table .note-4 {
        position: absolute;
        right: 0;
        bottom: 100%;
        text-align: center;
        font: 400 28px/1.27 Chewy;
        letter-spacing: 0;
        color: #FF8400;
        width: 290px;
        z-index: 500;
    }

        .summary-table .note-4:after {
            content: "";
            background: url("../images/note3-arrow@2x.png") no-repeat center;
            background-size: 141px 141px;
            height: 141px;
            display: block;
        }

    @media (max-width: 800px) {
        .summary-table .note-4 {
            /*display: none;*/
            position: static;
            margin: 0 auto;
            font-size: 18px;
            padding-bottom: 10px;
        }

            .summary-table .note-4:after {
                display: none;
            }
    }
    /* footer */
    #footer {
        background: #413142 url(/Themes/PetHappiness/Content/images/bg-footer.jpg) repeat-x 50% 0;
        background-size: 1440px 30px;
        text-align: center;
        font: 400 15px/20px 'Rubik', Arial, Helvetica, sans-serif;
        color: #fff;
        padding: 50px 10px;
    }

        #footer p {
            margin: 0;
            /*opacity: 0.2;*/
        }

        #footer a {
            color: inherit;
            font-weight: bold;
            opacity: 0.6;
        }

            #footer a:hover {
                opacity: 1.0;
            }

    /* mobile styles */
    @media only screen and (max-width: 1300px) {
        .home-page .content {
            margin-left: 58%;
            padding: 0 20px;
        }

        .home-page .home-image {
            width: 58%;
        }
    }

    @media only screen and (max-width: 1100px) {
        .inner-page .bg-dog {
            bottom: 100px;
            width: 140px;
        }

        .pet-info dl dt,
        .pet-info dl dd,
        .jcf-select .jcf-select-text,
        .pet-info .input-txt-row input,
        .radio-list label,
        .jcf-select-drop .jcf-select-drop-content {
            font-size: 18px;
        }

        .pet-ttl-header .hold h1 {
            font-size: 34px;
        }
    }

    @media only screen and (max-width: 980px) {
        .pet-info .color-slider {
            margin-left: 40px;
            clear: left;
        }
    }

    @media only screen and (max-width: 900px) {
        .more-list {
            margin: 0 -4px;
        }

            .more-list li {
                padding: 0 4px 10px;
            }

            .additional-buttons a,
            .more-list a {
                font-size: 13px;
            }

        .home-page .text {
            padding: 0 30px;
        }

        .summary-page {
            padding-bottom: 0;
        }

            .summary-page .left-side {
                margin: 0 0 30px;
                width: 100%;
                float: none;
            }

            .summary-page:before {
                display: none;
            }

            .summary-page .next-side {
                padding: 30px 20px 40px;
                background: rgba(255,132,0,0.06);
            }
    }

    @media only screen and (max-width: 870px) {
        .pet-ttl-header .hold h1 {
            font-size: 28px;
        }

        .pet-info dl dt,
        .pet-info dl dd,
        .jcf-select .jcf-select-text,
        .pet-info .input-txt-row input,
        .radio-list label,
        .jcf-select-drop .jcf-select-drop-content {
            font-size: 16px;
        }

        .pet-info dl dt {
            width: 26%;
        }

        .pet-info dl dd {
            width: 72%;
        }

        .pet-info .info-tooltip:hover .tooltip {
            left: -270px;
        }

        .inner-page .bg-dog {
            bottom: 150px;
            right: 0;
        }

        .bottom-btn-holder .links {
            width: 100%;
            float: none;
            margin: 0 0 20px;
            text-align: center;
        }

            .bottom-btn-holder .links a {
                margin: 0 10px;
                font-size: 14px;
            }

        .bottom-btn-holder .btn-hold {
            float: none;
            margin: 0 auto 30px;
            width: 180px;
        }

        .bottom-btn-holder .separator {
            display: none;
        }

        .radio-list li {
            padding-bottom: 8px;
        }

        .summary-table {
            margin-left: 0;
            margin-right: 0;
        }

            .summary-table thead th {
                font-size: 14px;
            }

                .summary-table thead th.radio {
                    font-size: 9px;
                }

            .summary-table tbody td {
                padding-top: 5px;
                padding-bottom: 5px;
            }

            .summary-table td.delete {
                padding: 5px 4px;
            }

            .summary-table tbody td.radio {
                width: 44px;
            }

            .summary-table tbody td,
            .summary-table tbody td.description div,
            .summary-table .rating,
            .summary-table .bot-txt {
                font-size: 14px;
                line-height: 17px;
            }

            .summary-table .slider-label {
                font-size: 12px;
                line-height: 16px;
            }

            .summary-table .num {
                font-size: 34px;
                line-height: 34px;
            }
    }

    @media only screen and (max-width: 700px) {
        body {
            font-size: 14px;
            line-height: 20px;
        }

        .home-page .content {
            margin: 0;
            padding: 0 10px;
        }

        .home-page .home-image {
            position: relative;
            width: 100%;
            height: auto;
        }

            .home-page .home-image img {
                position: relative;
                display: block;
                width: 100%;
                height: auto;
            }

        .logo {
            /* margin: 20px auto 40px;
        width: 200px;
        height: 33px;
        background-size: 200px 33px !important;*/
            line-height: 20px;
        }

        .summary-page .logo {
            /*width:277px;*/
            height: 45px;
        }

        .home-page h1 {
            font-size: 28px;
            line-height: 34px;
        }

        .home-page .text {
            letter-spacing: 0;
            word-spacing: 0;
            padding: 0 10px;
        }

        .learn-more {
            margin: 0;
        }


        .flex {
            display: flex;
            flex-direction: column;
        }

        .learn-more.welcome-text {
            order: 2;
        }

        .learn-more.access-code {
            order: 3;
        }

        .learn-more.already-registered {
            order: 1;
        }

        .more-list {
            margin: 0 -2px 30px;
            overflow: hidden;
        }

            .more-list li {
                padding: 0 2px 10px;
            }

            .more-list a {
                font-size: 11px;
                border-width: 3px;
            }

        .button-access,
        .summary-page .btn-start {
            max-width: 90%;
        }

        .need-code {
            font-size: 14px;
            margin-bottom: 40px;
        }

        .learn-more h2 {
            font-size: 14px;
        }

        .summary-page .holder {
            padding-left: 0;
            padding-right: 0;
        }

        .summary-page .left-side h1 {
            font-size: 28px;
            line-height: 32px;
        }

            .summary-page .left-side h1 span {
                font-size: 25px;
            }

        .summary-page .next-side h2 {
            font-size: 32px;
            line-height: 36px;
        }

        .summary-page .next-side h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .summary-page .next-side .txt {
            font-size: 14px;
            line-height: 24px;
        }

        .summary-page .phone {
            font-size: 31px;
        }

        .summary-page .btn-use {
            font-size: 14px;
            width: 220px;
            border-width: 2px;
        }

        .summary-page .btn-download {
            width: 200px;
        }

        .pet-ttl-header {
            width: 100%;
            overflow: hidden;
        }

            .pet-ttl-header .pet-name {
                height: auto;
                float: none;
                border-radius: 6px 6px 0 0;
                text-align: center;
                padding: 5px;
                width: 100%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                overflow: hidden;
            }

                .pet-ttl-header .pet-name span {
                    margin: 0 5px 0 0;
                    display: inline-block;
                    vertical-align: top;
                    line-height: 20px;
                }

                .pet-ttl-header .pet-name strong {
                    margin: 0 0 0 5px;
                    font-size: 18px;
                    line-height: 20px;
                    display: inline-block;
                    vertical-align: top;
                }

            .pet-ttl-header .hold {
                height: auto;
                padding: 10px 5px;
                text-align: center;
                border-radius: 0 0 6px 6px;
                width: 100%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                overflow: hidden;
                background-color: #ff8400;
            }

                .pet-ttl-header .hold h1 {
                    font-size: 18px;
                    line-height: 24px;
                    width: 100%;
                }

        .step-row {
            margin-bottom: 50px;
        }

            .step-row .txt em {
                font-size: 12px;
            }

        .pet-info {
            margin: 0;
            padding: 0;
        }

            .pet-info dl {
                margin-bottom: 25px;
            }

                .pet-info dl dt,
                .pet-info dl dd,
                .jcf-select .jcf-select-text,
                .pet-info .input-txt-row input,
                .radio-list label,
                .jcf-select-drop .jcf-select-drop-content {
                    font-size: 14px;
                    line-height: 24px;
                }

                    .pet-info dl dt span {
                        margin-right: 5px;
                    }

                    .pet-info dl dt em {
                        height: 24px;
                        background-position: 0 -10px;
                    }

                .pet-info dl dt {
                    width: 45%;
                }

                .pet-info dl dd {
                    width: 50%;
                }

                    .pet-info dl dd.item {
                        clear: both;
                        float: none;
                        display: block;
                        width: 100%;
                        padding-right: 0;
                        /*padding-top: 65%;
		background-position: 50% 0;
		background-size: 100%;*/
                        background-image: none !important;
                    }

                .pet-info dl.full dd {
                    min-height: unset;
                }

                .pet-info dl dd.item img {
                    max-width: 50%;
                    display: block;
                    padding-bottom: 15px;
                    margin: 0 auto;
                }

                .pet-info dl dd.item:after {
                    content: '';
                    display: block;
                    clear: both;
                }

            .pet-info select, .pet-info .select {
                float: left;
            }

            .pet-info select, .pet-info .jcf-select {
                width: 250px;
                line-height: 32px;
            }

        .jcf-select .jcf-select-text {
            line-height: 32px;
        }

        .jcf-select .jcf-select-opener {
            background-size: 16px 16px;
            background-position: 50% 35%;
        }

        .pet-info .info-tooltip {
            margin-left: 10px;
        }

            .pet-info .info-tooltip:hover .tooltip,
            .pet-info .info-tooltip.r:hover .tooltip {
                left: -200px;
                width: 220px;
                font-size: 12px;
                line-height: 14px;
                padding: 5px 10px;
            }

        .radio-list label {
            /*float:none;*/
            display: block;
            line-height: 18px;
            padding-top: 8px;
            overflow: hidden;
        }

        .pet-info .color-slider ~ .slider-label {
            clear: both;
            margin-left: 40px;
            line-height: 22px;
        }

        .inner-page .bg-dog {
            position: relative;
            display: block;
            width: 80px;
            bottom: auto;
            right: auto;
            margin: 0 auto 15px;
        }

        .bottom-btn-holder .links a {
            margin: 0 8px;
            font-size: 14px;
        }

            .bottom-btn-holder .links a:first-child {
                margin-left: 0;
            }

            .bottom-btn-holder .links a:last-child {
                margin-right: 0;
            }

        .pet-info dl dd .color-slider {
            margin-top: 12px;
        }

        .pet-info .full-width {
            margin-bottom: 10px;
        }

        .summary-table {
            margin-left: -6px;
            margin-right: -6px;
        }

            .summary-table .mobile-legend {
                display: block;
                margin: 5px 0;
                text-align: center;
                font: bold 14px/16px 'Rubik', Arial, Helvetica, sans-serif;
            }

                .summary-table .mobile-legend span {
                    padding: 0 20px;
                }

            .summary-table tbody td.chosen {
                padding-right: 15px;
                width: 132px;
            }

            .summary-table tbody td.level {
                padding-right: 10px;
                width: 247px;
            }

        #footer {
            padding: 30px 10px 20px;
            font-size: 12px;
            line-height: 14px;
        }

        #topcartlink {
            display: none;
        }
    }

    .form-control {
        font-size: 22px;
        color: #000000;
        background: transparent;
        border: none;
        border-bottom: 2px solid #d3d3d3;
        text-align: center;
        padding: 7px 10px 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-control:focus {
            outline: none;
            box-shadow: 0 2px #26d4c6;
        }

        .form-control:-moz-placeholder {
            color: #b3b3b3;
        }

        .form-control::-moz-placeholder {
            color: #b3b3b3;
        }

        .form-control::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .form-control:-ms-input-placeholder {
            color: #b3b3b3;
        }

        .form-control::placeholder {
            color: #b3b3b3;
        }

    .enter-code-field {
        position: relative;
        width: 89%;
        margin: 35px auto 50px;
        display: none;
    }

        .enter-code-field .form-control {
            width: 100%;
            display: block;
            padding-left: 40px;
            padding-right: 40px;
        }

        .enter-code-field button {
            position: absolute;
            top: 0;
            height: 100%;
            right: 0;
            padding: 5px 10px;
            background: transparent;
            border: none;
            color: #26d4c6;
            font-size: 22px;
            cursor: pointer;
        }

    .clearfix:after {
        content: '';
        display: table;
        clear: both;
    }

    .page-title {
        text-align: center;
        font: 500 32px/1.07 'Rubik', Arial, Helvetica, sans-serif;
        color: #573f59;
        margin: 0 0 33px;
        padding-top: 84px;
    }

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    .register-form {
        max-width: 467px;
        margin: 0 auto 106px;
    }

        .register-form .form-group {
            margin-bottom: 20px;
            position: relative;
        }

        .register-form .form-control {
            width: 100%;
        }

        .register-form label {
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            top: 10px;
            font-size: 22px;
            color: #b3b3b3;
            white-space: nowrap;
            text-overflow: clip;
            overflow: hidden;
        }

        .register-form .form-control:focus + label,
        .register-form .form-group.filled label {
            -webkit-transform: translate(-50%,-30px);
            -ms-transform: translate(-50%,-30px);
            transform: translate(-50%,-30px);
            font-size: 16px;
        }

        .register-form .jcf-select {
            width: 100%;
            max-width: 324px;
            margin: 0 auto;
            display: block;
        }

            .register-form .jcf-select select {
                font-size: 18px;
            }

    .form-btn {
        text-align: center;
        padding-top: 18px;
    }

        .form-btn button {
            padding: 0;
            border: none;
            background: transparent;
            border-radius: 10px;
            transition: all 0.35s ease;
            -webkit-transition: all 0.35s ease;
            overflow: hidden;
        }

            .form-btn button span {
                display: none;
            }

            .form-btn button:hover {
                box-shadow: 2px 2px rgba(39,152,143,0.5), -2px -2px rgba(39,152,143,0.5), -2px 2px rgba(39,152,143,0.5), 2px -2px rgba(39,152,143,0.5);
                -webkit-box-shadow: 2px 2px rgba(39,152,143,0.5), -2px -2px rgba(39,152,143,0.5), -2px 2px rgba(39,152,143,0.5), 2px -2px rgba(39,152,143,0.5);
                cursor: pointer;
            }

            .form-btn button:disabled {
                -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
                filter: grayscale(100%);
                cursor: not-allowed;
            }

                .form-btn button:disabled:hover {
                    position: relative;
                    -webkit-box-shadow: none;
                    -ms-box-shadow: none;
                    box-shadow: none;
                }

                    .form-btn button:disabled:hover span {
                        border: #c0c0c0 1px dotted;
                        padding: 5px 20px 5px 5px;
                        display: block;
                        z-index: 100;
                        margin: 5px 20px;
                        width: auto;
                        height: auto;
                        white-space: normal;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        text-decoration: none;
                        color: #333;
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        border-radius: 5px;
                        -moz-box-shadow: 0px 0px 4px #222;
                        -webkit-box-shadow: 0px 0px 4px #222;
                        box-shadow: 0px 0px 4px #222;
                        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
                        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
                        background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
                        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
                        background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
                        background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
                    }

            .form-btn button img {
                display: block;
                max-width: 100%;
                border-radius: 6px;
            }

        .form-btn .back-button {
            position: relative;
            /*top: -10px;*/
            font-size: 20px;
            font-weight: bold;
            border: none;
            padding: 2px 5px;
            margin-right: 30px;
            color: #888;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background: transparent;
        }

            .form-btn .back-button:hover {
                color: #26d4c6;
                cursor: pointer;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

    .tooltip {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        font-size: 17px;
        line-height: 1;
        color: rgba(96,96,96,.5);
        position: relative;
        top: -6px;
        margin-left: 30px;
        margin-right: 5px;
    }

        .tooltip:hover .g-tooltip {
            display: block;
        }

        .tooltip .g-tooltip {
            width: 390px;
            bottom: 1.2em;
            position: absolute;
            left: 100%;
            display: none;
            padding: 10px 20px;
            text-align: left;
            font-size: 14px;
            line-height: 1.3;
            text-transform: none;
            border-radius: 20px 20px 20px 0;
            background-color: #fff;
            -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.2);
            box-shadow: 1px 2px 10px rgba(0,0,0,.2);
            z-index: 5;
            color: #343434;
            font-weight: 400;
        }

            .tooltip .g-tooltip .row {
                padding-top: 0.5em;
                font-size: 14px;
                white-space: normal;
                width: 100%;
                height: auto;
                clear: both;
            }

                .tooltip .g-tooltip .row:after {
                    content: '';
                    display: table;
                    clear: both;
                }

                .tooltip .g-tooltip .row .left-col {
                    font-weight: 500;
                   /* width: 33%;*/
                   width: 100%;
                    overflow: hidden;
                    float: left;
                    text-align: left;
                }

                .tooltip .g-tooltip .row .right-col {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    text-align: justify;
                    width: 67%;
                    float: right;
                }

                    .tooltip .g-tooltip .row .right-col p {
                        margin-left: 1em;
                        text-indent: -1em
                    }

    .hidden {
        display: none;
    }

    .instructions {
        width: 100%;
        padding: 0 40px;
        margin: -20px 0 30px;
        font-style: italic;
        font-size: 18px;
    }

        .instructions h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .instructions ul {
            margin-left: 30px;
        }



    .login-page .returning-wrapper .inputs.reversed span.jcf-checkbox {
        width: 26px;
    }

    .logo-center img {
        display: block;
        margin: 0 auto;
        max-height: 150px;
        margin-bottom: 15px;
    }

.form-btn .btn-green, .form-btn .btn-yellow {
    min-width: 166px;
}

    .form-btn .req-note {
        padding-top: 15px;
        color: #6B6B68;
        font-size: 16px;
        line-height: 1;
    }

.form-btn a:not(.btn-green):not(.btn-grey):not(.btn-yellow) {
    color: #606060;
    margin-right: 34px;
}

    .form-btn.mb {
        margin-bottom: 45px;
    }

    .form-btn .note-later {
        font-size: 12px;
        width: 166px;
        margin-left: 197px;
        margin-top: 7px;
        display: inline-flex;
        justify-content: center;
    }

.btn-green, .btn-yellow {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.58;
    letter-spacing: 1.8px;
    color: #C5F270;
    background: #26D4C6;
    border: 3px solid #12BFB1;
    border-radius: 6px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 15px 8px;
    transition: all 0.3s;
    cursor: pointer;
}
.btn-yellow {
    background: #C5F270;
    color: #26D4C6;
}

    .btn-green:disabled, .btn-yellow:disabled {
        background-color: lightgray;
        border-color: darkgray;
        color: unset;
    }

    .btn-green:hover, .btn-yellow:hover {
        background: #12BFB1;
    }

    .btn-green:disabled:hover, .btn-yellow:disabled:hover {
        background-color: #DCDCDC;
    }

    .btn-grey {
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.58;
        letter-spacing: 1.8px;
        color: #fff;
        background: #969696;
        border: 3px solid #626262;
        border-radius: 6px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 9px 15px 8px;
        transition: all 0.3s;
        cursor: pointer;
        margin-right: 20px;
    }

        .btn-grey:hover {
            background: #626262;
        }

    .page-section img {
        max-width: 100%;
        height: auto;
        display: inline-flex;
    }

    .page-section .holder {
        position: relative;
        z-index: 10;
        margin: 0 auto;
        padding: 0 10px 95px;
        max-width: 1354px;
        min-height: calc(100vh - 138px - 35px);
    }

    .page-section .title {
        /* text-align: center;*/
        letter-spacing: -0.65px;
        color: #573F59;
        font-weight: 500;
        font-size: 33px;
        line-height: 1.06;
        margin-bottom: 30px;
    }
    .page-section .title.small {
        font-size: 22px;
    }
    .page-section .pet-info .radio {
        color: #26D4C6;
        font-weight: bold;
        cursor: pointer;
    }

    .page-section .pet-info label, .page-section .pet-info input {
        cursor: pointer;
    }

    .account-form-page .full {
        padding-left: 0px;
    }

    .page-section .title.complex {
        text-align: left;
        margin-bottom: 4px;
    }

    @media (min-width: 600px) {
        .page-section .title.complex {
            display: flex;
            justify-content: space-between;
        }
    }

    .page-section .title.complex small {
        color: #606060;
        font-size: 12px;
        font-weight: 400;
        display: block;
        max-width: 205px;
        line-height: 1.4;
    }

    .page-section .title.complex .have-account {
        text-align: right;
        font-size: 14px;
        letter-spacing: -0.56px;
        max-width: 130px;
        padding-top: 4px;
        font-weight: 500;
        font-size: 14px;
    }

        .page-section .title.complex .have-account a {
            color: #26d4c6;
        }

    .page-section .title-secondary {
        text-align: left;
        letter-spacing: -1.8px;
        color: #573F59;
        font-weight: bold;
        font-size: 45px;
        line-height: 1.1;
        padding-bottom: 11px;
        border-bottom: 2.5px solid #0000001A;
        margin-bottom: 20px;
    }

    .page-section .form-group {
        background: #fff;
        border-radius: 7px;
        position: relative;
        margin-bottom: 17px;
    }

        .page-section .form-group label {
            color: #797878;
            font-weight: 500;
            font-size: 13px;
            line-height: 1;
            transition: all 0.35s;
            margin: 8px 9px;
        }

            .page-section .form-group label.filled {
                font-size: 8px;
                color: #B1B1B1;
            }

        .page-section .form-group .form-control {
            width: 100%;
            display: block;
            border: none;
            border-radius: 0 0 7px 7px;
            background: transparent;
            text-align: left;
            padding: 3px 9px 4px;
            font-weight: 300;
            font-size: 22px;
            color: #434141;
        }

        .page-section .form-group select.form-control {
            color: #606060;
            padding-left: 5px;
            -webkit-appearance: none;
            appearance: none;
            background-image: url("../images/select-arrow.jpg");
            background-repeat: no-repeat;
            background-position: center right 11px;
            background-size: 25px auto;
        }

    .page-section .form-actions {
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        font-size: 12px;
    }

        .page-section .form-actions a {
            color: #573F59;
            font-weight: 500;
        }

    .page-section .custom-checkbox input {
        position: absolute;
        opacity: 0;
    }

        .page-section .custom-checkbox input:checked + label:after {
            content: "";
            position: absolute;
            left: 4px;
            top: 4px;
            background: #26D4C6;
            border-radius: 2px;
            width: 9px;
            height: 9px;
        }

    .page-section .custom-checkbox label {
        /* padding-left: 22px;*/
        padding-top: 3px;
        position: relative;
    }

        .page-section .custom-checkbox label:before {
            /*content: "";
        background: #fff;
        border: 2px solid #C6C3C3;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 0;
        width: 17px;
        height: 17px;*/
        }

    .page-section .alert {
        text-align: center;
        font-size: 11px;
        line-height: 1.1;
        padding: 6px 10px;
        max-width: 412px;
        margin: 10px auto 0;
    }

    .page-section .alert-success {
        background: #FF8400;
        color: #fff;
        border-radius: 7px;
    }

    .page-section .jcf-select {
        width: 100%;
        display: block;
        border-bottom: 0;
    }

        .page-section .jcf-select select {
            font-size: 18px;
        }

    .description-popup {
        text-align: center;
        color: #606060;
        font-size: 15px;
        line-height: 1.33;
        padding: 21px;
    }

        .description-popup .title {
            color: #573F59;
            font-weight: 300;
            font-size: 37px;
            line-height: 1.08;
            max-width: 384px;
            margin: 0 auto 5px;
        }

        .description-popup .note {
            color: #606060;
            font-size: 17px;
            font-weight: 300;
            margin: 0 0 20px;
        }

        .description-popup p {
            margin: 0 0 10px;
        }

        .description-popup textarea {
            background: #fff;
            border: none;
            text-align: center;
            padding: 24px 30px;
            font-size: 17px;
            line-height: 1.7;
            width: calc(100% + 42px);
            margin: 0 -21px;
        }

        .description-popup .btn-green, .description-popup .btn-grey, .description-popup .btn-yellow {
            width: 166px;
        }

    /* what's next*/
    .what-next-page {
        font-size: 17px;
        line-height: 1.59;
        color: #6A6968;
    }

        .what-next-page p, .what-next-page ul, .what-next-page ol {
            margin: 0 0 24px;
        }

        .what-next-page h3 {
            font-size: 22px;
            font-weight: 500;
            margin: 0 0 24px;
            color: #6A6968;
        }

        .what-next-page .left-side {
            height: 350px;
            margin-bottom: 30px;
        }

            .what-next-page .left-side img {
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 20px;
            }

    @media (min-width: 900px) {
        .what-next-page .frame {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
        }

        .what-next-page .left-side {
            width: 48%;
            min-width: 48%;
            margin-right: 15px;
            margin-bottom: 0;
            height: auto;
        }

        .what-next-page .right-side {
            max-width: 574px;
            width: 50%;
        }
    }

    .what-next-page .note {
        border-top: 2.5px solid #0000001A;
        padding-top: 24px;
        font-size: 13px;
        line-height: 1.31;
        color: #6A6968;
    }

        .what-next-page .note strong {
            font-size: 17px;
            line-height: 1;
        }

    /* contact*/
    .contact-page {
        font-size: 17px;
        line-height: 1.59;
        color: #6A6968;
    }

        .contact-page p, .contact-page ul, .contact-page ol {
            margin: 0 0 24px;
        }

        .contact-page h3 {
            font-size: 22px;
            font-weight: 500;
            margin: 0 0 24px;
            color: #6A6968;
        }

        .contact-page ul {
            list-style: none;
        }

            .contact-page ul li {
                margin-bottom: 20px;
                display: flex;
                align-items: flex-start;
            }

        .contact-page a {
            color: #26D4C6;
        }

            .contact-page a:hover {
                text-decoration: underline;
            }

        .contact-page .fas {
            color: #B7B7B7;
            font-size: 15px;
            margin-right: 22px;
            margin-top: 7px;
        }

        .contact-page .left-side {
            height: 350px;
            margin-bottom: 30px;
        }

            .contact-page .left-side img {
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 20px;
            }

    @media (min-width: 900px) {
        .contact-page .frame {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
        }

        .contact-page .left-side {
            width: 33.19%;
            min-width: 33.19%;
            margin-right: 15px;
            margin-bottom: 0;
            height: auto;
        }

        .contact-page .right-side {
            max-width: 413px;
            width: 40%;
        }

        .contact-page .mid-side {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 260px;
            min-width: 260px;
        }

            .contact-page .mid-side .title {
                text-align: left;
            }
    }

    .contact-page .note {
        border-top: 2.5px solid #0000001A;
        padding-top: 24px;
        font-size: 13px;
        line-height: 1.31;
        color: #6A6968;
    }

        .contact-page .note strong {
            font-size: 17px;
            line-height: 1;
        }

    /* results */
    .result-page .box {
        background: #00000015;
        border-radius: 25px;
        max-width: 785px;
        margin: 0 auto;
        padding: 26px;
    }

    .result-page .links li {
        list-style: none;
        margin: 0 0 18px;
    }

        .result-page .links li a {
            background: #EBA012;
            border: 3px solid #BF8312;
            border-radius: 6px;
            display: block;
            text-align: center;
            padding: 7px 5px 9px;
            color: #000000;
            font-size: 17px;
            line-height: 1.29;
        }

    @media (min-width: 700px) {
        .result-page .links {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 -18px;
        }

            .result-page .links li {
                flex: 1;
                margin: 0 18px;
                max-width: 186px;
            }
    }

    .result-page .title {
        margin-bottom: 48px;
        text-align: center;
    }

    .result-page .percentage {
        margin-bottom: 53px;
        position: relative;
    }

        .result-page .percentage .value {
            width: 188px;
            height: 188px;
            border-radius: 50%;
            border: 10px solid transparent;
            text-align: center;
            letter-spacing: -2.38px;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 60px;
            line-height: 1;
            margin: 0 auto;
        }

        .result-page .percentage .note {
            text-align: center;
            color: #606060;
            font-size: 17px;
            line-height: 1.29;
        }

    @media (min-width: 700px) {
        .result-page .percentage .note {
            position: absolute;
            left: 50%;
            margin-left: 104px;
            bottom: 30px;
            text-align: left;
        }
    }

    /* account-form-page */
    .account-form-page .holder {
        padding: 0 10px 90px;
        max-width: 462px;
        margin: 0 auto;
    }

    .account-form-page .frame {
        padding-top: 7px;
    }

    .account-form-page .rte {
        text-align: center;
        font-size: 15px;
        line-height: 1.33;
        color: #606060;
    }

        .account-form-page .rte p {
            margin: 0 0 23px;
        }

    /* footer */
    #footer {
        /*background: #413142;*/
        text-align: center;
        font: 400 15px/1.8 "Rubik", Arial, Helvetica, sans-serif;
        /*color: rgba(255, 255, 255, 0.2);*/
        padding: 10px;
        height: 137px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #footer a {
            /*color: rgba(255, 255, 255, 0.2);*/
        }

        #footer p {
            margin: 0;
        }

    /* mobile styles */
    @media only screen and (max-width: 1300px) {
        .home-page .content {
            margin-left: 58%;
            padding: 0 20px;
        }

        .home-page .home-image {
            width: 58%;
        }
    }

    @media only screen and (max-width: 1100px) {
        .inner-page .bg-dog {
            bottom: 100px;
            width: 140px;
        }

        .pet-info dl dt,
        .pet-info dl dd,
        .jcf-select .jcf-select-text,
        .pet-info .input-txt-row input,
        .radio-list label,
        .jcf-select-drop .jcf-select-drop-content {
            font-size: 18px;
        }

        .pet-ttl-header .hold h1 {
            font-size: 34px;
        }
    }

    @media only screen and (max-width: 980px) {
        .pet-info .color-slider {
            margin-left: 40px;
            clear: left;
        }
    }

    @media only screen and (max-width: 900px) {
        .more-list {
            margin: 0 -4px;
        }

            .more-list li {
                padding: 0 4px 10px;
            }

            .additional-buttons a,
            .more-list a {
                font-size: 13px;
            }

        .home-page .text {
            padding: 0 30px;
        }

        .summary-page {
            padding-bottom: 0;
        }

            .summary-page .left-side {
                margin: 0 0 30px;
                width: 100%;
                float: none;
            }

            .summary-page:before {
                display: none;
            }

            .summary-page .next-side {
                padding: 30px 20px 40px;
                background: rgba(255, 132, 0, 0.06);
            }
    }

    @media only screen and (max-width: 870px) {
        .pet-ttl-header .hold h1 {
            font-size: 28px;
        }

        .pet-info dl dt,
        .pet-info dl dd,
        .jcf-select .jcf-select-text,
        .pet-info .input-txt-row input,
        .radio-list label,
        .jcf-select-drop .jcf-select-drop-content {
            font-size: 16px;
        }

        .pet-info dl dt {
            width: 26%;
        }

        .pet-info dl dd {
            width: 72%;
        }

        .pet-info .info-tooltip:hover .tooltip {
            left: -270px;
        }

        .inner-page .bg-dog {
            bottom: 150px;
            right: 0;
        }

        .bottom-btn-holder .links {
            width: 100%;
            float: none;
            margin: 0 0 20px;
            text-align: center;
        }

            .bottom-btn-holder .links a {
                margin: 0 10px;
                font-size: 14px;
            }

        .bottom-btn-holder .btn-hold {
            float: none;
            margin: 0 auto 30px;
            width: 180px;
        }

        .bottom-btn-holder .separator {
            display: none;
        }

        .radio-list li {
            padding-bottom: 8px;
        }

        .summary-table {
            margin-left: 0;
            margin-right: 0;
        }

            .summary-table thead th {
                font-size: 14px;
            }

                .summary-table thead th.radio {
                    font-size: 9px;
                }

            .summary-table tbody td {
                padding-top: 5px;
                padding-bottom: 5px;
            }

            .summary-table td.delete {
                padding: 5px 4px;
            }

            .summary-table tbody td.radio {
                width: 44px;
            }

            .summary-table tbody td,
            .summary-table tbody td.description div,
            .summary-table .rating,
            .summary-table .bot-txt {
                font-size: 14px;
                line-height: 17px;
            }

            .summary-table .slider-label {
                font-size: 12px;
                line-height: 16px;
            }

            .summary-table .num {
                font-size: 34px;
                line-height: 34px;
            }
    }

    @media only screen and (max-width: 700px) {
        body {
            font-size: 14px;
            line-height: 20px;
        }

        .home-page .content {
            margin: 0;
            padding: 0 10px;
        }

        .home-page .home-image {
            position: relative;
            width: 100%;
            height: auto;
        }

            .home-page .home-image img {
                position: relative;
                display: block;
                width: 100%;
                height: auto;
            }

        .home-page h1 {
            font-size: 28px;
            line-height: 34px;
        }

        .home-page .text {
            letter-spacing: 0;
            word-spacing: 0;
            padding: 0 10px;
        }

        .learn-more {
            margin: 0;
        }

        .more-list {
            margin: 0 -2px 30px;
            overflow: hidden;
        }

            .more-list li {
                padding: 0 2px 10px;
            }

            .more-list a {
                font-size: 11px;
                border-width: 3px;
            }

        .button-access,
        .summary-page .btn-start {
            max-width: 90%;
        }

        .need-code {
            font-size: 14px;
            margin-bottom: 40px;
        }

        .learn-more h2 {
            font-size: 14px;
        }

        .summary-page .holder {
            padding-left: 0;
            padding-right: 0;
        }

        .summary-page .left-side h1 {
            font-size: 28px;
            line-height: 32px;
        }

            .summary-page .left-side h1 span {
                font-size: 25px;
            }

        .summary-page .next-side h2 {
            font-size: 32px;
            line-height: 36px;
        }

        .summary-page .next-side h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .summary-page .next-side .txt {
            font-size: 14px;
            line-height: 24px;
        }

        .summary-page .phone {
            font-size: 31px;
        }

        .summary-page .btn-use {
            font-size: 16px;
            width: 200px;
            border-width: 2px;
        }

        .summary-page .btn-download {
            width: 200px;
        }

        .pet-ttl-header {
            width: 100%;
            overflow: hidden;
        }

            .pet-ttl-header .pet-name {
                height: auto;
                float: none;
                border-radius: 6px 6px 0 0;
                text-align: center;
                padding: 5px;
                width: 100%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                overflow: hidden;
            }

                .pet-ttl-header .pet-name span {
                    margin: 0 5px 0 0;
                    display: inline-block;
                    vertical-align: top;
                    line-height: 20px;
                }

                .pet-ttl-header .pet-name strong {
                    margin: 0 0 0 5px;
                    font-size: 18px;
                    font-size: calc(100% + 4vw);
                    line-height: 20px;
                    line-height: 100%;
                    display: inline-block;
                    vertical-align: top;
                    padding-bottom: 5px;
                }

            .pet-ttl-header .hold {
                height: auto;
                padding: 10px 5px;
                text-align: center;
                border-radius: 0 0 6px 6px;
                width: 100%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                overflow: hidden;
            }

                .pet-ttl-header .hold h1 {
                    font-size: 18px;
                    line-height: 24px;
                    width: 100%;
                }

        .step-row {
            margin-bottom: 50px;
        }

            .step-row .txt em {
                font-size: 12px;
            }

        .pet-info {
            margin: 0;
            padding: 0;
        }

            .pet-info dl {
                margin-bottom: 25px;
            }

                .pet-info dl dt,
                .pet-info dl dd,
                .jcf-select .jcf-select-text,
                .pet-info .input-txt-row input,
                .radio-list label,
                .jcf-select-drop .jcf-select-drop-content {
                    font-size: 14px;
                    line-height: 24px;
                }

                    .pet-info dl dt span {
                        margin-right: 5px;
                    }

                    .pet-info dl dt em {
                        height: 24px;
                        background-position: 0 -10px;
                    }

                .pet-info dl dt {
                    width: 45%;
                }

                .pet-info dl dd {
                    width: 50%;
                }

                    .pet-info dl dd.item {
                        clear: both;
                        float: none;
                        display: block;
                        width: 100%;
                        padding-right: 0;
                        /*padding-top: 65%;*/
                        background-position: 50% 0;
                        background-size: 100%;
                    }

                        .pet-info dl dd.item:after {
                            content: "";
                            display: block;
                            clear: both;
                        }

            .pet-info select, .pet-info .select {
                float: left;
            }

            .pet-info select, .pet-info .jcf-select {
                width: 250px;
                line-height: 32px;
            }

        .jcf-select .jcf-select-text {
            line-height: 32px;
        }

        .jcf-select .jcf-select-opener {
            background-size: 16px 16px;
            background-position: 50% 35%;
        }

        .pet-info .info-tooltip {
            margin-left: 10px;
        }

            .pet-info .info-tooltip:hover .tooltip,
            .pet-info .info-tooltip.r:hover .tooltip {
                left: -200px;
                width: 220px;
                font-size: 12px;
                line-height: 14px;
                padding: 5px 10px;
            }

        .radio-list label {
            float: none;
            display: block;
            line-height: 18px;
            padding-top: 8px;
            overflow: hidden;
        }

        .pet-info .color-slider ~ .slider-label {
            clear: both;
            margin-left: 40px;
            line-height: 22px;
        }

        .inner-page .bg-dog {
            position: relative;
            display: block;
            width: 80px;
            bottom: auto;
            right: auto;
            margin: 0 auto 15px;
        }

        .bottom-btn-holder .links a {
            margin: 0 8px;
            font-size: 14px;
        }

            .bottom-btn-holder .links a:first-child {
                margin-left: 0;
            }

            .bottom-btn-holder .links a:last-child {
                margin-right: 0;
            }

        .pet-info dl dd .color-slider {
            margin-top: 12px;
        }

        .pet-info .full-width {
            margin-bottom: 10px;
        }

        .summary-table {
            margin-left: -6px;
            margin-right: -6px;
        }

            .summary-table .mobile-legend {
                display: block;
                margin: 5px 0;
                text-align: center;
                font: bold 14px/16px "Rubik", Arial, Helvetica, sans-serif;
            }

                .summary-table .mobile-legend span {
                    padding: 0 20px;
                }

            .summary-table .scroll-holder {
                padding: 10px 0;
                border: 1px #ccc dashed;
                width: 100%;
                overflow-y: hidden;
                background: rgba(0, 0, 0, 0.02);
                overflow-x: scroll;
                display: block;
            }

            .summary-table tbody td label {
                width: 157px;
            }

            .summary-table tbody td.description div {
                width: 200px;
            }

        #footer {
            padding: 30px 10px 20px;
            font-size: 12px;
            line-height: 14px;
        }
    }

    .form-control {
        font-size: 22px;
        color: #000000;
        background: transparent;
        border: none;
        border-bottom: 2px solid #d3d3d3;
        text-align: center;
        padding: 7px 10px 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-control:focus {
            outline: none;
            box-shadow: 0 2px #26d4c6;
        }

        .form-control:-moz-placeholder {
            color: #b3b3b3;
        }

        .form-control::-moz-placeholder {
            color: #b3b3b3;
        }

        .form-control::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .form-control:-ms-input-placeholder {
            color: #b3b3b3;
        }

        .form-control::placeholder {
            color: #b3b3b3;
        }

    .enter-code-field {
        position: relative;
        width: 89%;
        margin: 35px auto 50px;
        display: none;
    }

        .enter-code-field .form-control {
            width: 100%;
            display: block;
            padding-left: 40px;
            padding-right: 40px;
        }

        .enter-code-field button {
            position: absolute;
            top: 0;
            height: 100%;
            right: 0;
            padding: 5px 10px;
            background: transparent;
            border: none;
            color: #26d4c6;
            font-size: 22px;
            cursor: pointer;
        }

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

    .page-title {
        text-align: center;
        font: 500 32px/1.07 "Rubik", Arial, Helvetica, sans-serif;
        color: #573f59;
        margin: 0 0 33px;
        padding-top: 84px;
    }

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    .register-form {
        max-width: 467px;
        margin: 0 auto 106px;
    }

        .register-form .form-group {
            margin-bottom: 20px;
            position: relative;
        }

        .register-form .form-control {
            width: 100%;
        }

        .register-form label {
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            top: 10px;
            font-size: 22px;
            color: #b3b3b3;
            white-space: nowrap;
            text-overflow: clip;
            overflow: hidden;
        }

        .register-form .form-control:focus + label,
        .register-form .form-group.filled label {
            -webkit-transform: translate(-50%, -25px);
            -ms-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
            font-size: 16px;
        }

        .register-form .jcf-select {
            width: 100%;
            max-width: 324px;
            margin: 0 auto;
            display: block;
        }

            .register-form .jcf-select select {
                font-size: 18px;
            }

    .form-btn {
        text-align: center;
        padding-top: 18px;
    }

        .form-btn button {
            padding: 0;
            border: none;
            background: transparent;
            border-radius: 10px;
            transition: all 0.35s ease;
            -webkit-transition: all 0.35s ease;
            overflow: hidden;
        }

            .form-btn button span {
                display: none;
            }

            .form-btn button:hover {
                box-shadow: 2px 2px rgba(39, 152, 143, 0.5), -2px -2px rgba(39, 152, 143, 0.5), -2px 2px rgba(39, 152, 143, 0.5), 2px -2px rgba(39, 152, 143, 0.5);
                -webkit-box-shadow: 2px 2px rgba(39, 152, 143, 0.5), -2px -2px rgba(39, 152, 143, 0.5), -2px 2px rgba(39, 152, 143, 0.5), 2px -2px rgba(39, 152, 143, 0.5);
                cursor: pointer;
            }

            .form-btn button:disabled {
                -webkit-filter: grayscale(100%);
                /* Safari 6.0 - 9.0 */
                filter: grayscale(100%);
                cursor: not-allowed;
            }

                .form-btn button:disabled:hover {
                    position: relative;
                    -webkit-box-shadow: none;
                    -ms-box-shadow: none;
                    box-shadow: none;
                }

                    .form-btn button:disabled:hover span {
                        border: #c0c0c0 1px dotted;
                        padding: 5px 20px 5px 5px;
                        display: block;
                        z-index: 100;
                        margin: 5px 20px;
                        width: auto;
                        height: auto;
                        white-space: normal;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        text-decoration: none;
                        color: #333;
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        border-radius: 5px;
                        -moz-box-shadow: 0px 0px 4px #222;
                        -webkit-box-shadow: 0px 0px 4px #222;
                        box-shadow: 0px 0px 4px #222;
                        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
                        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc));
                        background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
                        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
                        background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
                        background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
                    }

            .form-btn button img {
                display: block;
                max-width: 100%;
                border-radius: 6px;
            }

        .form-btn .back-button {
            position: relative;
            /*top: -10px;*/
            font-size: 20px;
            font-weight: bold;
            border: none;
            padding: 2px 5px;
            margin-right: 30px;
            color: #888;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background: transparent;
        }

            .form-btn .back-button:hover {
                color: #26d4c6;
                cursor: pointer;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

    .tooltip {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        font-size: 17px;
        line-height: 1;
        color: rgba(96, 96, 96, 0.5);
        position: relative;
        top: -6px;
        margin-left: 30px;
        margin-right: 5px;
    }

        .tooltip:hover .g-tooltip {
            display: block;
        }

        .tooltip .g-tooltip {
            width: 390px;
            bottom: 100%;
            position: absolute;
            left: 100%;
            display: none;
            padding: 20px;
            text-align: left;
            font-size: 14px;
            line-height: 1.3;
            text-transform: none;
            border-radius: 20px 20px 20px 0;
            background-color: #fff;
            -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 5;
            color: #343434;
            font-weight: 400;
        }

            .tooltip .g-tooltip .row {
                padding-top: 0.5em;
                font-size: 14px;
                white-space: normal;
                width: 100%;
                height: auto;
                clear: both;
            }

                .tooltip .g-tooltip .row:after {
                    content: "";
                    display: table;
                    clear: both;
                }

                .tooltip .g-tooltip .row .left-col {
                    font-weight: 500;
                    /*width: 25%;*/
                    width: 100%;
                    overflow: hidden;
                    float: left;
                    text-align: left;
                }

                .tooltip .g-tooltip .row .right-col {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    text-align: justify;
                    width: 72%;
                    float: right;
                }

                    .tooltip .g-tooltip .row .right-col p {
                        margin-left: 1em;
                        text-indent: -1em;
                    }

    .hidden {
        display: none;
    }
@media only screen and (max-width: 700px)
{
    .tooltip .g-tooltip
    {
        width: 165px;
        left: 0%;
    }
}
    /*# sourceMappingURL=style.css.map */
.account-form-page .form-group .radio
{
    padding-bottom: 10px;
}