﻿html 
{
    scroll-behavior: smooth;
}

.panel
{
    margin-bottom: 1.25rem;
    background: #eceeee;
    border-width: 1px;
    border-color: #bac1c1;
    border-style: solid;
}

.panel.radius
{
    border-radius: 5px;
}

.highlight-panel h4
{
    background: #fff;
    margin: 0;
    padding: .7rem 1rem;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 18px;
    border-radius: 7px 7px 0px 0px;
}

.highlight-panel>h4:before
{
    width: 34px;
}

.pack.highlight-panel>h4:before
{
    content: '';
    background-image: url(images/noun_binder_100155-blue.png);
    width: 34px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bespoke.highlight-panel>h4:before
{
    content: '';
    background-image: url(images/noun_creative-process_1293496-purple.png);
    width: 34px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
}

.highlight-panel>h4:before {
    font-family: gcs-webicons;
    content: '';
    float: left;
    font-size: 2em;
    padding: 0 .25em 0 0;
    margin-top: -.2em;
    line-height: 1em;
}

.highlight-panel p
{
    padding: .7rem 1rem;
    padding-bottom: 5px;
    line-height: 1.4;
    margin-bottom: 0px;
}

.panel>:last-child {
    margin-bottom: 10px;
}

.button_container
{
    text-align: center;
}

.button_container .button 
{
    width: 18%;
}

.button_container .button.button_full_width 
{
    width: 95%;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
}

.button_login_register:before
{
    padding-left:30px;
}

.button_policies:before,
.button_get_quick_quote:before
{
    width: 30px;
}

.rl-multi-step {
    /*margin: .5em 0*/
    margin-left:20px;
    margin-right:20px;
}

.rl-multi-step-list {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: .5rem 1rem 1rem 1.5rem!important
}

.rl-multi-step-item {
    position: relative;
    width: 100%;
    margin: 0 .16666667em;
    z-index: 2;
    border-radius: .2em
}

@media only screen and (max-width: 786px) {
    .rl-multi-step-item {
        margin:0 .16666667em
    }

    .rl-multi-step-item .rl-item-subtitle {
        display: none
    }
}

.rl-multi-step-item .rl-item-subtitle,.rl-multi-step-item .rl-item-title {
    position: relative;
    margin: 0;
    z-index: 2
}

.rl-multi-step-item .rl-item-title {
    color: #0071b5;
    font-weight: 600;
    margin: 0;
    padding: .5rem 1rem .5rem .5rem
}

.rl-multi-step-item .rl-item-subtitle {
    padding: 0 .5rem 1rem
}

.rl-multi-step-item.active:hover {
    cursor: default
}

.rl-multi-step-item.current .rl-item-subtitle,.rl-multi-step-item.current .rl-item-title {
    color: #fff
}

.rl-multi-step-item.error:after {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    right: .5em;
    font-family: FontAwesome;
    content: '\f071';
    color: #d50000
}

.rl-item-wrap {
    padding: .5em;
    position: relative;
    height: 100%
}

.rl-item-wrap:after,.rl-item-wrap:before {
    position: absolute;
    left: 0;
    content: ' ';
    width: 100%;
    height: 50.5%;
    z-index: 1;
    background-color: #d6d6d6
}

.rl-item-wrap:before {
    top: 0;
    transform: skew(20deg);
    border-radius: .2em .2em 0 0
}

.rl-item-wrap:after {
    bottom: 0;
    transform: skew(-20deg);
    border-radius: 0 0 .2em .2em
}

.current .rl-item-wrap:after,.current .rl-item-wrap:before {
    background-color: #0071b5
}

.rl-multi-step-item.error .rl-item-subtitle,.rl-multi-step-item.error .rl-item-title {
    padding-right: 1em
}

.checked .rl-multi-step-item.completed:after {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    right: .5em;
    font-family: FontAwesome;
    content: '\f00c';
    color: #c8d931
}

.numbered .rl-multi-step-item {
    counter-increment: step-counter
}

.numbered .rl-multi-step-item .rl-item-wrap {
    padding-left: 2.5em
}

.numbered .rl-multi-step-item:before {
    content: counter(step-counter);
    position: absolute;
    top: 2em;
    left: .75em;
    transform: translateY(-50%);
    min-width: 1.65em;
    padding: .25em .5em;
    z-index: 2;
    font-size: .85em;
    background-color: #c8d931;
    color: #0071b5;
    font-weight: 600;
    text-align: center;
    border-radius: .2em
}

.busy-css,.rl-multi-step-loading:before {
    content: '';
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
    height: 1em;
    animation: spin 1s infinite linear
}

.busy-css,.rl-item-wrap .badge,.rl-multi-step-loading:before {
    z-index: 3;
    position: absolute;
    top: 50%
}

.ccm-page .rl-item-wrap p,.ccm-page .text-left {
    text-align: left!important
}

.rl-item-wrap .badge {
    right: .5em;
    transform: translateY(-50%)
}

.error .rl-item-wrap .badge {
    right: 2em
}

.error .rl-item-wrap .badge~.rl-item-subtitle,.error .rl-item-wrap .badge~.rl-item-title {
    padding-right: 3em
}

.rl-multi-step-loading {
    opacity: .75
}

.current.rl-multi-step-loading:before {
    border-color: transparent #fff #fff;
    opacity: 1
}

.rl-item-wrap .busy {
    display: none
}

.busy-css {
    border-radius: 50%;
    border: .25em solid #333;
    border-top-color: transparent
}

.rl-multi-step-loading:before {
    border-radius: 50%;
    border: .25em solid #333;
    border-top-color: transparent;
    opacity: 1
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

li.rl-multi-step-item.current {
    animation: SHW .5s;
    animation-fill-mode: both
}

@keyframes SHW {
    from {
        transform: scale(.9);
        opacity: .5
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width: 768px) {
    .rl-multi-step-list {
        display:flex;
        flex-direction: column;
        margin: 20px 0!important
    }

    .numbered .rl-multi-step-item:before {
        top: 50%
    }
}
