﻿@charset "UTF-8";
/* CSS Document */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-pill {
    border-radius: 23px;
    text-decoration: none;
}


.navbar-sy a, a.app {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

    .navbar-sy a:hover {
        text-decoration: none;
        cursor: pointer;
    }



.testimonials .wrapper {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}


.btn-sy {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    background-color: #fff;
    border: 2px solid transparent;
    border-color: #8facba;
    color: #60747F;
    /*font-family: 'Fira Sans', sans-serif;*/
    font-weight: 400;
    padding: 10px 35px;
}

.btn-pill {
    border-radius: 23px;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}



.navbar-sy {
    height: 91px;
    background: rgba(0,0,0,0.1);
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .navbar-sy .logo {
        background-image: url("/common/images/hp-new/logo-white.png");
        width: 134px;
        height: 25px;
        margin-left: 30px;
        margin-top: 30px;
        background-repeat: no-repeat;
        display: block;
        float: left;
    }

    .navbar-sy ul {
        float: right;
        list-style: outside none none;
        margin: 13px 0;
        padding-top: 15px;
    }

    .navbar-sy li {
        float: left;
        margin-right: 40px;
        color: #FFF;
        padding-bottom: 3px;
        padding-top: 5px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-sy.scrolling .line-right {
        border-right: 1px solid #1483c1;
        padding-right: 30px;
        margin-right: 35px;
        margin-right: 35px !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-sy .btn-orange {
        background-color: #ff9000;
        font-size: 16px;
        position: relative;
        top: -8px;
        padding: 6px 20px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        font-weight: 500;
    }


    .navbar-sy.scrolling {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #ffffff;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    }

        .navbar-sy.scrolling li a.link {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            color: #1483C1;
        }


        .navbar-sy.scrolling .logo {
            background-image: url("/common/images/hp-new/logo-blue.png");
        }

        .navbar-sy.xmas .santa {
     background-image: url(/common/images/hp-new/santa-add-logo.png);
     width:50px;
     height: 64px;
     position:absolute;
         left: 17px;
    top: 0;
     display:block;
}

    canvas.snow{
            position: absolute;
    left: 0;
    top: 0;
    }

    .navbar-sy.xmas .logo {
        margin-left: 60px;

    }



    .navbar-sy a, a.app {
        color: white;
        text-decoration: none;
        cursor: pointer;
        margin-right: 0;
    }


    .navbar-sy .btn-cfa {
        background-color: #ff9000;
        font-size: 16px;
        position: relative;
        top: -8px;
        padding: 6px 20px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        font-weight: 500;
    }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
    text-rendering: optimizespeed;
}




/*------------------Footer--------------------*/

.footer {
    /*overflow:hidden;*/
}

    .footer h3 {
        border-bottom: 1px dashed #2c2c2c;
        font-weight: 500;
        padding-bottom: 15px;
        text-transform: uppercase;
        color: #499bc9;
        font-size: 30px;
        font-weight: bold;
        font-family: "Roboto",sans-serif;
    }

    .footer ul {
        margin: 0;
        padding: 0;
        color: #515050;
        float: left;
        font-size: 16px;
        font-weight: 400;
        list-style: outside none none;
        margin-right: 35px;
        font-family: "Roboto",sans-serif;
    }

    .footer li {
        line-height: 46px;
    }

    .footer a {
        color: #515050;
        vertical-align: middle;
        text-decoration: none;
    }

    .footer .col.social i {
        display: inline-block;
        height: 25px;
        margin-right: 5px;
        vertical-align: middle;
        width: 25px;
    }

    .footer .inenr-wrapper {
        margin: 0 auto;
        position: relative;
        width: 1200px;
    }

    .footer .col {
        float: left;
        padding-top: 45px;
    }

        .footer .col.resources {
            margin-left: 55px;
        }

        .footer .col.social {
            margin-left: 55px;
        }

    .footer img {
        width: auto\9;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }

.copyright {
    clear: both;
    display: block;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #827A6D;
    background-color: #dcd7cf;
    margin-top: 100px;
}

.wrapper12 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}



.btn-cfa:hover {
    background-color: #ff7800;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: white;
}

a:hover {
    text-decoration: none;
}

/*.footer .wrapper12 {
height: 100px;
background:red;
}*/

.footer .col {
    margin-left: 20px;
}



.CreateAccount {
    width: 1200px;
    margin: auto;
    background: #fff;
    min-height: 400px;
    border-right: 1px solid #D6DAE8;
    border-left: 1px solid #D6DAE8;
    box-sizing: border-box;
    padding: 20px 50px 120px 50px;
    margin-top: 3px;
    line-height: initial;
}

    .CreateAccount h2 {
        text-align: center;
        font-size: 40pt;
        font-weight: 300;
        color: #407acc;
        margin-bottom: 30px;
        line-height: initial;
    }


ul.steps {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: initial;
}

    ul.steps li {
        float: left;
        margin-right: 30px;
        width: 320px;
        line-height: initial;
    }

        ul.steps li span {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #407ACC;
            display: inline-block;
            float: left;
            line-height: 60px;
            text-align: center;
            font-size: 24pt;
            margin-right: 10px;
            color: #fff;
        }




.secondary_header {
    font-size: 16pt;
    font-weight: 400;
    margin-top: 50px;
    display: block;
    line-height: initial;
    margin-bottom: -10px;
}

.api_cred {
    margin: 10px 0;
    background: #eee;
    padding: 4px 10px;
    border-radius: 2px;
    min-width: 250px;
    display: table;
}

.footer {
    border-top: 1px solid #D6DAE8;
}

a.cta_ca {
    display: block;
    width: 300px;
    height: 70px;
    text-align: center;
    background: #FE9000;
    color: #fff;
    margin: 70px auto 0 auto;
    line-height: 70px;
    border-radius: 35px;
    font-weight: 500;
    font-size: 16pt;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-family: 'Fira Sans', sans-serif;
}


/* ------------------------------- md ------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {

    .footer ul {
        margin-right: 30px;
    }

    .footer .wrapper12 {
        width: 992px;
    }

    .footer .inenr-wrapper {
        width: 980px;
    }

    .footer .col.resources {
        margin-left: 50px;
    }

    .footer .col.social {
        margin-left: 60px;
    }



}

/* ------------------------------- SM ------------------------------- */
@media (min-width: 1024px) and (max-width: 1199px) {


    .footer .wrapper12 {
        width: 94%;
        max-width: 94%;
        margin: auto;
        overflow: hidden;
    }

    .footer .inenr-wrapper {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .footer .col, .footer .col.resources, .footer .col.social {
        display: inline-block;
        margin: 0;
        float: none;
    }

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

    .footer .col.resources {
        margin-left: 4%;
        }
    .footer .col.social {
        float: right;
        }

}

@media (min-width: 1024px) and (max-width: 1199px) {

   .navbar-sy {
        height: 90px;
    }

        .navbar-sy ul {
            display: block;
            line-height: 80px;
            height: 90px;
            padding: 0;
            position: absolute;
            right: 0;
            width: 80vw;
            text-align: right;
            margin: 0;
        }

        .navbar-sy li {
            padding: 0 2%;
            float: none;
            display: inline-block;
            line-height: 30px;
            margin: 0;
            margin-top: 14px;
        }

    .line-right {
        margin-right: 2% !important;
        padding-right: 4% !important;
    }

    .navbar-sy li:last-child {
        padding: 0 1%;
    }

    .navbar-sy .btn-cfa {
            top: 12px;
    }

    .navbar-sy.scrolling .line-right{
            margin-right: 12px !important;
    }

    .bottom-footer .wrapper12{
        width: 100% !important;
        box-sizing: border-box;
        margin: 0;
        top: 0;
        left: 0;
        padding: 0;
    }

}


/* ------------------------------- Regular ------------------------------- */

    .bottom-footer .shop {
    background-image: url("/common/images/hp-new/footer_store.png");
    display: block;
    position: absolute;
    height: 38px;
    width: 46px;
    left: initial;
    right: 30px !important;
    top: -38px;
}

    .bottom-footer .cart {
    background-image: url("/common/images/hp-new/footer_logo.png");
    display: block;
    position: absolute;
    top: -25px;
    height: 25px;
    width: 35px;
    left: 20px !important;
}