/* Minification failed. Returning unminified contents.
(250,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-spinner-width'
(251,18): run-time error CSS1039: Token not allowed after unary operator: '-bs-spinner-height'
(252,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-spinner-vertical-align'
(254,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-spinner-animation-speed'
(254,71): run-time error CSS1039: Token not allowed after unary operator: '-bs-spinner-animation-name'
(264,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(265,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(266,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(267,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(268,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(269,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(270,18): run-time error CSS1039: Token not allowed after unary operator: '-bs-spinner-border-width'
(275,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(276,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(277,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(292,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(293,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(294,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(295,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(296,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(302,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(303,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(308,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
html {
    -webkit-text-size-adjust: 100%;
}

#wrap {
    /*
    -moz-box-shadow: -5px 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: -5px 1px 5px rgba(0,0,0,0.3);
    box-shadow: -5px 1px 5px rgba(0,0,0,0.3);
    */
    background-color: transparent;
    min-height: 500px;
    padding: 30px 30px 40px 30px;
}

@media (max-width: 767px) {
    #wrap {
        padding: 10px;
    }
}

#myGroups {
    margin-top: 5px;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-color: transparent;
    background-color: lightgray;
    opacity: .5;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    text-align: center;
    background-color: #000000;
    border-color: #303030;
    opacity: 0.5;
    filter: alpha(Opacity=50);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* radio buttons for questions*/
.enrollvb-radio-option input[type=radio] {
    display: none
}

.enrollvb-radio-option label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    /*font-size: 25px;*/
    line-height: 1.4;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .enrollvb-radio-option label:before {
        padding-right: 14px;
        /*color: white;*/
        color: #008cba;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e157";
    }

.enrollvb-radio-option input:checked + label:before {
    padding-right: 14px;
    /*color: white;*/
    color: #008cba;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e067";
}

/* left navigation */
.enrollvb-completed-item {
    background-color: #eeeeee
}

.enrollvb-current-item {
    color: #333
}

.evb-ul {
    display: block;
    list-style: square outside url('https://www.enrollvb.com/images/listing_icon.png');
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    line-height: 2.0;
}

.evb-ul-nologo {
    display: block;
    list-style: disc;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    line-height: 2.0;
    padding-inline-start: 15px;
}

.ui-helper-cents {
    font-size: 1.2em;
}

.ui-helper-dollars {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 .25em 0 .25em
}

.ui-helper-frequency {
    font-size: 1em;
    color: Gray
}

.ui-helper-centsNew {
    font-size: 1.1em;
    font-weight: bold;
}

.ui-helper-dollarsNew {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 .2em 0 .2em
}

.ui-helper-yesno {
    white-space: nowrap;
    text-align: right
}

.ui-state-glow {
    border: 2px solid #d9bb73;
    font-size: 1.5em
}

.ui-state-noglow {
    border: 2px solid #e0e0e0;
    font-size: 1.5em
}

.ui-list-item {
    margin-left: 10px;
    font-weight: normal;
    font-size: .8em
}

.ui-icon-none {
    background-position: -96px -224px;
}

.enrollvb-ellipses {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.page-break {
    page-break-before: always;
}

/* override bootstrap margin */
.page-header {
    margin: 42px 0;
}

@media (max-width: 767px) {
    .page-header {
        text-align: center;
    }
}

/* text center */
@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
}

/* spinner */
.spinner-border, .spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 10rem;
    --bs-spinner-height: 10rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 10rem;
    --bs-spinner-height: 10rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 10rem;
    --bs-spinner-height: 10rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 10rem;
    --bs-spinner-height: 10rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

/* Remove the jumbotron's default bottom margin */
.jumbotron {
    margin-bottom: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

@media (min-width: 768px) {
    .evb-equal-cards .panel-body {
        height: 222px; /* the golden ratio when the screen is this viewpoint */
        overflow: hidden;
    }
    .evb-equal-cards-sm .panel-body {
        height: 125px;
        overflow: auto;
    }
}

/* Remove the navbar's default rounded borders and increase the bottom margin */
.evb-navbar {
    /*margin-bottom: 50px;*/
    border-radius: 0;
}

.nav-centered {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Add a black background color to the top navigation */
.topnav {
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    background-color: rgb(34, 34, 34);
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav a:hover :not(.topnav-centered) {
            background-color: #ddd;
            color: black;
        }
        /* Add a color to the active/current link */
        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }
/* Centered section inside the top navigation */
.topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
}

/* evb-offcanvas */
input.evb-offcanvas-toggle[type='checkbox'] {
    display: none;
}

.evb-offcanvas-lbl-toggle {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.evb-offcanvas-content {
    width: 0;
    height: 100vh;
    overflow: auto;
    left: 100%;
    top: 45px; /* below the menu */
    position: fixed;
    border-right: solid 1px #ccc;
    z-index: 1000; /* on top of the footer nav */
    transition: width 0.75s ease-in-out;
    transition: left 0.75s ease-in-out;
    background: #f5f5f5;
    width: 80%;
}

.evb-offcanvas-toggle:checked + .evb-offcanvas-lbl-toggle + .evb-offcanvas-content {
    left: 20%;
}

.evb-offcanvas-toggle:checked, #progressBackgroundFilter {
    display: block;
}

#evb-offcanvas-iframe {
    height: calc( 100% - 45px ); /* minus the offset of the top */
    width: 100%;
    overflow: auto;
}

@media (max-width: 768px) {
    .evb-offcanvas-toggle:checked + .evb-offcanvas-lbl-toggle + .evb-offcanvas-content {
        width: 100%;
        left: 0;
    }
}

.services-container span {
    width: 100px;
    height: 100px;
    border: 3px solid #4e76a3;
    border-radius: 100px;
    display: inline-block;
    top: -150px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

    .services-container span.support {
        background: url("/images/support.svg") no-repeat center;
        background-size: 65px 65px;
    }

    .services-container span.macbook {
        background: url("/images/macbook.svg") no-repeat center;
        background-size: 65px 65px;
    }

    .services-container span.list {
        background: url("/images/list.svg") no-repeat center;
        background-size: 50px 50px;
    }

/* login style*/
@media (max-width: 970px) {
    .affix {
        position: static;
    }
}

.evb-login-box {
    /*-moz-box-shadow: -5px 1px 5px rgba(0,0,0,0.3);
		-webkit-box-shadow: -5px 1px 5px rgba(0,0,0,0.3);
		box-shadow: -5px 1px 5px rgba(0,0,0,0.3);*/
    min-height: 400px;
    padding: 40px 30px;
    border: 1px solid #d0d0d0;
    background-color: #fafafa;
    /*z-index: 100;*/
}

.btn-cancel {
    color: #c0c0c0;
    font-size: 25px;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    padding: 15px;
    z-index: 20;
}

.btn-callme {
    margin-top: 40px;
}

.enrollvb-center-block {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    line-height: 0.1em;
    margin: 20px 0 20px;
}

    .enrollvb-center-block span {
        background: #fafafa;
        padding: 0 10px;
    }

/* d1dp*/
.side-by-side {
    width: 150px;
    display: inline-block;
}


/* investment */
#invest-table_length {
    display: none
}

/* review */
table.table tbody tr.warning, tr.danger {
    font-style: italic;
}

    table.table tbody tr.warning td small, tr.danger td small {
        text-decoration: line-through;
    }

/* verification */
.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

#evb-checkout-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}


@media print {
    *, html, body, table, tr, td, th, div, h1, h2, h3, h4 {
        font-family: sans-serif;
        font-size: 10px;
        -webkit-print-color-adjust: exact;
        line-height: 1;
        margin: 0;
        padding: 0;
    }
}

#evb-layout-base-body {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    #evb-layout-base-body {
        margin-left: 0;
        padding-right: 0;
    }
}

/* begin : evb top menu */
.evb-menu-top {
    background-color: #fafafa;
    color: #333;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001; /* above the wait dialog */
    height: 45px;
    border-bottom: 1px solid #bababa;
}
.evb-menu-top-progress {
    /*background-color: #fafafa;
    color: #333;*/
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 45px;
    z-index: 1000; /* above the wait dialog */
    height: 5px;
    border-bottom: none;
}

.evb-menu-company-name {
    flex-grow: 1;
}

.evb-menu-shopping-cart {
    position: relative;
    display: flex;
    align-items: center;
}

.evb-menu-icon {
    margin-left: 5px;
    margin-right: 5px;
}

.evb-menu-cart-dropdown {
    position: absolute;
    top: 100%;
    left: -140px;
    background-color: #fafafa;
    color: #333;
    padding: 10px;
    display: none;
    width: 200px;
    margin-top: 0;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    z-index: 1045; /* above the iframe content */
}

    .evb-menu-cart-dropdown ul {
        list-style: none;
        padding: 0;
        text-align: left;
    }

        .evb-menu-cart-dropdown ul li {
            padding: 10px 0 0 0;
        }

.evb-menu-shopping-cart-item {
    text-align: left;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flow;
}

.evb-menu-shopping-cart-item-price {
    text-align: right;
    right: 5px;
    left: auto;
    display: flow;
    position: absolute;
}

.evb-menu-shopping-cart:hover .evb-menu-cart-dropdown {
    display: block;
}


@media only screen and (max-width: 600px) {
    .evb-menu-company-name {
        flex-basis: 100%;
        text-align: center;
    }
}
/* end : evb top menu */

/* begin : evb bottom menu */
.evb-menu-bottom {
    background-color: #fafafa;
    color: #333;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0; /* bootstrap issue */
    width: 100%;
    border-top: 1px solid #bababa;
    z-index: 999;
}

.evb-menu-bottom-nav {
    display: flex;
    justify-content: center;
}

    .evb-menu-bottom-nav a {
        background-color: #1da92d;
        color: #fff;
        text-decoration: none;
        margin: 0 15px;
        padding: 5px 10px;
        border-radius: 5px;
        transition: background-color 0.3s;
        font-weight: bold;
    }

evb-menu-bottom-nav a:hover {
    background-color: #555;
}
/* begin : evb bottom menu */

.evb-product-catalog > span {
    transition: .5s ease;
}

.panel-body > label {
    position: relative;
    width: 100%;
}

.evb-product-catalog-icon {
    font-size: 6em;
    /*top: 50%;*/
    position: sticky;
}

.evb-product-catalog-info {
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
}

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: middle;
    border-top: 0;
}

.panel-success-secondary {
    border-color: #668066;
}

    .panel-success-secondary > .panel-heading {
        color: #234023;
        background-color: #B1BF8F;
        border-color: #668066;
    }

        .panel-success-secondary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #668066;
        }

        .panel-success-secondary > .panel-heading .badge {
            color: #B1BF8F;
            background-color: #234023;
        }

    .panel-success-secondary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #668066;
    }

.col-no-padding{
    padding : 0;
}


.text-small-caps {
    font-variant: small-caps;
}

