﻿input, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.registration-window {
    background-color: #fff;
    border: 1px solid #D6D6D6;
    padding:0 !important;
}
    .registration-window .stepper {
        background-color: #E5EFF5;
        width:180px;
        float:left;
        height:376px;
        padding:20px;
    }
    .stepper h1{
        color:#00679A !important;
        padding-bottom:24px;
    }

@media only screen and (min-width: 900px) {
    .registration-window{
        width:886px !important;
    }
}
@media only screen and (min-width:601px) and (max-width: 899px){
    .registration-window{
        width:90vw !important;
    }
}
.stepper ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
    height:100%;
    display:flex;
    flex-direction:column;
}

.stepper ol > li {
    position: relative; 
    margin: 0 0 6px 2em; 
    padding: 4px 8px; 
    list-style: none; 
    height:60px;     
}
.stepper ol > li:before{
    content:"";
    position:absolute;
    border-left: 1px solid #00679A;
    height:70px;
    margin-top:10px;
    margin-left:-27px;
}
.stepper ol > li:last-child {
        height: 0px;
    }
.stepper ol > li:last-child:before{
    height:0;
}

    .stepper ol > li:after {
        content: counter(li); 
        counter-increment: li; 
        
        align-content: center;
        position: absolute;
        top: 6px;
        left: -28px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        
        margin-right: 8px;
        padding: 6px;
        padding-top:1px;
        color: #00679A;
        border: 1px solid #00679A;
        border-radius: 50%;
        background-color: #F2F7FA;
        font-size: 11px;
        font-family: Fabrikat-Bold;
    }

    .stepper ol > li.active::after{
        background-color: #00679A;
        background-clip: border-box;
        padding: 0;
        color: #fff;
        width: 26px;
        height: 26px;
        border: 1px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #F68428;
        left:-31px;
        padding:10px;
        padding-top:3px;
    }

    .stepper ol > li.visited::after {
        background-color: #00679A;
        background-clip: border-box;
        padding: 0;
        color: #fff;
        width: 26px;
        height: 26px;
        border: 1px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #00679A;
        left: -31px;
        padding: 10px;
        padding-top: 3px;
    }

    .stepper li{
        color: #00679A;
        font-size:14px;

    }
    .stepper li.active, li.visited{
        font-family:Fabrikat-Bold;
    }
.registration-window .main {
    padding: 20px;
    height: 376px;
    display:flex;
    flex-direction:column;
}
.reg-input{
    width:212px;
    margin-left:auto;
}
.reg-input-xl{
    width:300px;
}
.registration-window .main section.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.registration-window .main section{
    display:none;
}

.registration-window .terms-conditions {
    height: 149px;
    padding: 4px 6px 4px 0;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    overflow-y:scroll;
}

.terms-conditions::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    color: #848484;
}
.terms-conditions::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
.terms-conditions::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #848484;
}

.reg-2col{
    padding-right:24px;
    padding-left:24px;
}
/* Mobile Phones*/
@media only screen and (max-width:600px) {
    .registration-window{
        max-height:77vh;
        width:250px;
    }
    .registration-window .stepper{
        width:250px;
        position:fixed;
        height:85px;
        padding: 10px;
        z-index:1;
        
    }
        .registration-window .main{
            height:80%;
            padding:10px;
            padding-top:90px;
        }
    .stepper h1 {
        padding-bottom: 0;
    }
    .stepper .li-txt{
        display:none;
    }
    .stepper ol{
        display: inline;
    }
    .stepper ol > li{
        padding: 8px 19px;
    }
        .stepper ol > li:last-child {
            padding: 8px 0;
        }
    .stepper ol > li:before{
        border-left:none;
        border-top:1px solid #00679A;
        height:2px;
        width:64px;
        margin-left:-36px;
    }
    .stepper ol > li:last-child::before{
        width:0;
    }
    .stepper ol > li.not-visited::after{
        top:8px;
    }
        .stepper ol > li.active::after {
            top: 6px !important;
        }
    .stepper nav {
        width: 100%;
        padding: 8px 0;
    }
    .reg-2col {
        padding-right: 4px;
        padding-left: 4px;
    }
    .reg-input{
        margin-left:0;
        width:100%;
    }
    .dropdown-wrapper.reg-drop {
        width: 181px;
        margin: 0 0 10px 0;
    }
    .check-container{
        font-size:12px;
        margin-left:0;
    }
    .checkmark{
        top:-2px;
    }
    #terms_info{
        justify-content:flex-start;
    }
}
/* edge */
@supports (-ms-accelerator:true) {
    li.reg-dropdown {
        position: relative;
        display: inline-block;
        left: -40px;
        width: 100%;
    }

    .reg-dropdown a{
        padding-right:85px;
    }
}

/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    li.reg-dropdown {
        position: relative;
        display: inline-block;
        left: -40px;
        width: 100%;
    }

    .reg-dropdown a {
        padding: 0 85px 0 16px !important;
    }
}