/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    wrap-nav-icon -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */


body {
    margin: 0;
}


/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Glyphicon text color*/
.a {
    /*font-size: 16px;*/
    font-family: "&quot;Helvetica Neue&quot;", &quot;
    /*color: #4d4d4d;*/
    color: var(--WebSiteColor,#29abe2);
}

    .a:hover {
        opacity: 0.7;
    }

.fa-plus-circle::before {
    padding-right: 10px;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
/**
 * Re-set default cursor for disabled elements.
 */
button [disabled], html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
        cursor: pointer;
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    /*font-size: 16px;*/
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 7px;
    top: 0;
}

    .jcf-scrollbar-vertical .jcf-scrollbar-dec,
    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        background: #bbb;
        height: 14px;
        width: 14px;
        left: 0;
        top: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        top: auto;
        bottom: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-handle {
        background: #888;
        height: 1px;
        width: 14px;
    }

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

    .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        background: #bbb;
        height: 14px;
        width: 14px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        left: auto;
        right: 0;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
        display: inline-block;
        position: relative;
        height: 14px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
        position: absolute;
        background: #888;
        height: 14px;
    }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #f00 !important;
}

/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.plan-sections .plan-links,
.chk-list,
.details-info ul,
.plan-tools,
.form-actions,
#header .box-bottom-line .bottom-line ul,
#main .box-nav-menu ul.desktop-nav,
.footer-holder .link-footer,
.box-enrollment-summary .tabset,
.box-enrollment-chart .top-line .sort-nav,
.box-questions .questions ul,
.box-registration .tabset,
.wrap-filters .chk-list-plans,
.box-products .box-item .item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.content .right-col .box-text .top-line:after,
.content .left-col .box-text .top-line:after,
.box-enrollment-summary .tab-content .plan-details .box-item dl:after {
    content: "";
    display: block;
    clear: both;
}

.plan-sections .plan-section,
.plan-sections .plan-section .heading-row label,
.plan-tools button,
.form-actions button,
#header .box-top-line .top-line .box-right-col .burger-menu,
#header .box-top-line .top-line .box-right-col .log-out,
#header .box-bottom-line .bottom-line ul li a,
#main .box-slider .slider .left-nav a,
#main .box-slider .slider .right-nav a,
#main .box-slider .slick-prev,
#main .box-slider .slick-next,
#main .box-nav-menu ul.desktop-nav li a,
#main .box-nav-menu ul.desktop-nav li:after,
.content .right-col .box-text .box-data dl dd a,
.content .left-col .box-text .box-data dl dd a,
.content .wrap-nav-icon .nav-icon a,
.content .wrap-nav-icon .nav-icon-del a,
.content .box-more-bottom a,
.content .btn-recent a,
.bottom-section .holder-box .card-category,
.bottom-section .holder-box .read-more,
.footer-holder .link-footer li a,
.footer-holder .toggle-block .opener,
#main .box-enrollment .left-box .box-data dl dd a,
#main .box-enrollment .center-box .box-data dl dd a,
#main .box-enrollment .right-box a,
.box-enrollment-summary .btn-open-detail,
.box-enrollment-summary .tab-content .plan-details .box-item a,
.box-enrollment-chart .btn-close,
.box-enrollment-chart .box-table table td a,
.box-questions .questions ul li a,
.box-registration .btn-next,
.box-title a,
.box-products .box-item .btn-enroll,
.btn-enroll {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #333;
    background: #fff;
    font: 16px/1.2 "Helvetica Neue", "Arial", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-regular.eot");
    src: url("../fonts/AvenirNext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-regular.woff") format("woff"), url("../fonts/AvenirNext-regular.woff") format("woff2"), url("../fonts/AvenirNext-regular.ttf") format("truetype"), url("../fonts/AvenirNext-regular.svgAvenirNext-regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-italic.eot");
    src: url("../fonts/AvenirNext-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-italic.woff") format("woff"), url("../fonts/AvenirNext-italic.woff") format("woff2"), url("../fonts/AvenirNext-italic.ttf") format("truetype"), url("../fonts/AvenirNext-italic.svgAvenirNext-italic") format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-bold.eot");
    src: url("../fonts/AvenirNext-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-bold.woff") format("woff"), url("../fonts/AvenirNext-bold.woff") format("woff2"), url("../fonts/AvenirNext-bold.ttf") format("truetype"), url("../fonts/AvenirNext-bold.svgAvenirNext-bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-bold-italic.eot");
    src: url("../fonts/AvenirNext-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-bold-italic.woff") format("woff"), url("../fonts/AvenirNext-bold-italic.woff") format("woff2"), url("../fonts/AvenirNext-bold-italic.ttf") format("truetype"), url("../fonts/AvenirNext-bold-italic.svgAvenirNext-bold-italic") format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-demibold.eot");
    src: url("../fonts/AvenirNext-demibold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-demibold.woff") format("woff"), url("../fonts/AvenirNext-demibold.woff") format("woff2"), url("../fonts/AvenirNext-demibold.ttf") format("truetype"), url("../fonts/AvenirNext-demibold.svgAvenirNext-demibold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-demibold-italic.eot");
    src: url("../fonts/AvenirNext-demibold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-demibold-italic.woff") format("woff"), url("../fonts/AvenirNext-demibold-italic.woff") format("woff2"), url("../fonts/AvenirNext-demibold-italic.ttf") format("truetype"), url("../fonts/AvenirNext-demibold-italic.svgAvenirNext-demibold-italic") format("svg");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-heavy.eot");
    src: url("../fonts/AvenirNext-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-heavy.woff") format("woff"), url("../fonts/AvenirNext-heavy.woff") format("woff2"), url("../fonts/AvenirNext-heavy.ttf") format("truetype"), url("../fonts/AvenirNext-heavy.svgAvenirNext-heavy") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-heavy-italic.eot");
    src: url("../fonts/AvenirNext-heavy-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-heavy-italic.woff") format("woff"), url("../fonts/AvenirNext-heavy-italic.woff") format("woff2"), url("../fonts/AvenirNext-heavy-italic.ttf") format("truetype"), url("../fonts/AvenirNext-heavy-italic.svgAvenirNext-heavy-italic") format("svg");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-medium.eot");
    src: url("../fonts/AvenirNext-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-medium.woff") format("woff"), url("../fonts/AvenirNext-medium.woff") format("woff2"), url("../fonts/AvenirNext-medium.ttf") format("truetype"), url("../fonts/AvenirNext-medium.svgAvenirNext-medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-light.eot");
    src: url("../fonts/AvenirNext-light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-light.woff") format("woff"), url("../fonts/AvenirNext-light.woff") format("woff2"), url("../fonts/AvenirNext-light.ttf") format("truetype"), url("../fonts/AvenirNext-light.svgAvenirNext-light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-light.eot");
    src: url("../fonts/AvenirNext-light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-light.woff") format("woff"), url("../fonts/AvenirNext-light.woff") format("woff2"), url("../fonts/AvenirNext-light.ttf") format("truetype"), url("../fonts/AvenirNext-light.svgAvenirNext-light") format("svg");
    font-weight: 300;
    font-style: italic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    /*font-size:169%;*/
    font-size: 27px;
    color: #333;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: var(--WebSiteColor,#29abe2);
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-capatalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-semi {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 800;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #808080;
    padding: .4em .7em;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus {
        border-color: #333;
    }

    textarea:focus {
        border-color: var(--WebSiteColor,#29abe2)
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #808080;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #808080;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #808080;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #808080;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        color: #808080;
    }

select {
    -webkit-border-radius: 0;
    cursor: pointer;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.color-blue {
    color: var(--WebSiteColor,#29abe2);
}

.main-title {
    padding: 36px 0 27px;
}

    .main-title h1 {
        font-weight: 400;
        font-size: 27px;
    }

.container-wide {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

    .container-wide.narrow-sidebar .main-holder #sidebar {
        width: 204px;
        margin-right: 3%;
    }

.main-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

    .main-holder #sidebar {
        padding: 0 0 50px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .main-holder #content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

.plan-sections {
    margin: 0;
    padding: 0 0 33px;
}

    .plan-sections .plan-section {
        position: relative;
        box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
        /*box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 0 20px 3px rgba(100, 198, 240, .8);*/
        margin: 0 0 30px;
        /*padding: 19px 20px 20px;*/
        padding: 10px 20px 20px;
        border-radius: 9px;
    }

        .plan-sections .plan-section:hover {
            /*box-shadow: 0 0 14px 0 rgba(100, 198, 240, .8);
            box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 0 20px 3px rgba(100, 198, 240, .8);*/
            box-shadow: var(--PlansectionActivebox-shadow);
        }

        /*.plan-sections .plan-section:before {
            counter-increment: section;
            content: "0" "" counter(section) "  Plan Medico";
        }

        .plan-sections .plan-section:nth-child(n+10):before {
            content: "" counter(section) "";
        }*/

        .plan-sections .plan-section:before {
            /*position: absolute;*/
            font-size: 27px;
            left: 20px;
            top: 13px;
        }

        .plan-sections .plan-section.active {
            box-shadow: var(--PlansectionActivebox-shadow); /*0 0 14px 8px rgba(100, 198, 240, .5);*/
            border: var(--PlansectionActiveborder); /*2px solid #63c6f0;*/
        }

        .plan-sections .plan-section .jcf-scrollable {
            /*padding-bottom: 25px;*/
            /*height: auto !important;*/
        }

        .plan-sections .plan-section .jcf-scrollbar-horizontal {
            bottom: 3px;
        }

        .plan-sections .plan-section .heading-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            border-bottom: 6px solid #64c6f0;
            padding: 0 0 19px;
            margin: 0 0 12px;
        }

            .plan-sections .plan-section .heading-row label {
                font-size: 16px;
                line-height: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
            }

                .plan-sections .plan-section .heading-row label:hover {
                    color: #64c6f0;
                }

            .plan-sections .plan-section .heading-row input[type="checkbox"] {
                margin-right: 15px;
            }

        .plan-sections .plan-section h2 {
            font-weight: 500;
            font-size: 16px;
            margin: 0 30px 16px 0;
        }

    .plan-sections .plan-table {
        min-width: 860px;
    }

        .plan-sections .plan-table .table-head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            /*margin: 0 0 25px;*/
            margin: 0 0 0px;
        }

            .plan-sections .plan-table .table-head .th {
                position: relative;
                padding: 0 2px 12px;
                border-left: 2px solid transparent;
                border-right: 2px solid transparent;
            }

                .plan-sections .plan-table .table-head .th:after {
                    position: absolute;
                    bottom: 0;
                    content: "";
                    height: 4px;
                    left: 0;
                    right: 0;
                    background: #b3b2b3;
                }

            .plan-sections .plan-table .table-head .cell-1 {
                width: 32%;
            }

            .plan-sections .plan-table .table-head .cell-2 {
                width: 20%;
            }

            .plan-sections .plan-table .table-head .cell-3 {
                width: 14.5%;
            }

            .plan-sections .plan-table .table-head .cell-4 {
                width: 14.5%;
            }

            .plan-sections .plan-table .table-head .cell-5 {
                width: 15%;
            }

        .plan-sections .plan-table .table-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #808080;
        }

            .plan-sections .plan-table .table-body .cell-1 {
                width: 32%;
                padding: 0px 20px 0 0;
            }

            .plan-sections .plan-table .table-body .cell-holder {
                width: 54.5%;
                margin-top: 15px;
            }

            .plan-sections .plan-table .table-body .cell-5 {
                width: 15%;
                padding-left: 10px;
                /*padding-top: 27px;*/
                padding-top: 20px;
            }

        .plan-sections .plan-table .cell-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .plan-sections .plan-table .cell-row .td {
                width: 33.3%;
                padding: 10px 2px;
                position: relative;
                border-left: 2px solid transparent;
                border-right: 2px solid transparent;
            }

                .plan-sections .plan-table .cell-row .td:after {
                    position: absolute;
                    bottom: 0;
                    content: "";
                    height: 1px;
                    left: 0;
                    right: 0;
                    background: #b3b2b3;
                }

                .plan-sections .plan-table .cell-row .td.active {
                    color: #333;
                }

            .plan-sections .plan-table .cell-row .cell-2 {
                width: 38.5%;
            }

            .plan-sections .plan-table .cell-row .cell-3 {
                width: 27.5%;
            }

            .plan-sections .plan-table .cell-row .cell-4 {
                width: 28%;
            }

    .plan-sections .plan-links li {
        font-weight: 700;
        font-size: 14px;
        padding: 6px 0;
    }

    .plan-sections .plan-links a {
        display: inline-block;
        position: relative;
        padding-left: 12px;
        text-decoration: none;
    }

        .plan-sections .plan-links a:hover {
            text-decoration: underline;
        }

        .plan-sections .plan-links a:before {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            border-bottom: 5px solid transparent;
            border-left: 5px solid var(--WebSiteColor,#29abe2);
            border-top: 5px solid transparent;
            left: 0;
            top: 3px;
        }

    .plan-sections.item .plan-section {
        padding-bottom: 30px;
    }

        .plan-sections.item .plan-section:before {
            display: none;
        }

        .plan-sections.item .plan-section .heading-row {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 0 2px;
        }

            .plan-sections.item .plan-section .heading-row h2 {
                margin: 0 30px 16px 0;
            }

    .plan-sections.item .wrap-nav-icon {
        white-space: nowrap;
    }

        .plan-sections.item .wrap-nav-icon .nav-icon {
            padding-top: 0;
        }

            .plan-sections.item .wrap-nav-icon .nav-icon a {
                font-size: 16px;
                font-weight: 400;
                color: var(--WebSiteColor,#29abe2);
            }

#sidebar .js-block-filters .jcf-scrollbar-horizontal {
    display: none !important;
}

.block-filters {
    padding-top: 10px;
}

    .block-filters .filter-box {
        /*border-bottom: 2px dashed #e5e5e5;*/
        /*padding: 10px 0 30px;*/
        margin: 0 0 10px;
    }

    .block-filters .filter-ttl {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        color: var(--WebSiteColor,#29abe2);
        padding-left: 29px;
        margin: 0 0 20px;
    }

        .block-filters .filter-ttl:before {
            position: absolute;
            content: "";
            width: 17px;
            height: 17px;
            top: 0;
            left: 0;
            background: var(--WebSiteColor,#29abe2);
        }

.chk-list {
    padding: 8px 0 0;
}

    .chk-list li {
        position: relative;
        font-weight: 500;
        padding: 0 0 12px 40px;
    }

        .chk-list li input[type="checkbox"] {
            position: absolute;
            left: 0;
            top: 3px;
        }

            .chk-list li input[type="checkbox"]:disabled + span {
                color: #b3b2b3;
            }

.plan-details {
    font-weight: 500;
}

    .plan-details dt {
        color: #b3b2b3;
        /*padding: 0 0 5px;*/
    }

        .plan-details dt:after {
            content: ":";
        }

    .plan-details dd {
        margin: 0 0 8px;
    }

.details-info {
    padding: 30px 0 0;
    margin: 0 -4px 0 0;
}

    .details-info ul {
        width: 100%;
    }

    .details-info .heading-list li {
        padding: 0 0 15px;
    }

    .details-info .heading-list .mobile-visible {
        color: #808080;
        border-top: 4px solid #b3b2b3;
        margin-top: 3px;
        padding: 5px 0 0;
    }

    .details-info .content-list {
        padding: 16px 0 0;
    }

        .details-info .content-list li {
            color: #808080;
            padding: 4px 0;
        }

.mobile-visible {
    display: none;
}

.mobile-visible {
    color: #808080;
    border-top: 4px solid #b3b2b3;
    margin-top: 3px;
    padding: 5px 0 0;
}

.plan-tools {
    padding: 0 0 30px;
}

    .plan-tools li {
        text-align: center;
        text-transform: uppercase;
        font: 700 12px/1.2 "AvenirNext", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
        padding: 5px 0;
    }

        .plan-tools li.active button,
        .plan-tools li button:hover {
            background: #808080;
            color: #fff;
        }

    .plan-tools button {
        display: block;
        width: 100%; /*dich & magic */
        font-size: inherit;
        border: none;
        color: #808080;
        background: #e7e7e7;
        letter-spacing: 1px;
        padding: 11px 5px;
    }

.info-boxes {
    max-width: 1180px;
    padding: 20px 0;
    counter-reset: section;
    margin: 0 auto;
}

    .info-boxes .info-box {
        text-align: center;
        color: #808080;
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 30px;
    }

        .info-boxes .info-box .title-head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 0 25px;
        }

        .info-boxes .info-box h3 {
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            color: #1a1a1a;
            margin: 0 0 21px;
        }

            .info-boxes .info-box h3:before {
                display: inline-block;
                font-size: 28px;
                font-weight: 300;
                counter-increment: section;
                content: "" counter(section) "";
                margin-right: 3px;
                -webkit-transform: translateY(3px);
                -ms-transform: translateY(3px);
                transform: translateY(3px);
            }

.info-caption {
    text-align: center;
    color: #808080;
    font-size: 14px;
    padding: 3px 0 40px;
}

    .info-caption .ttl {
        display: inline-block;
        position: relative;
        font-weight: 700;
        color: var(--WebSiteColor,#29abe2);
        padding: 0 4px 0 28px;
    }

        .info-caption .ttl:before {
            position: absolute;
            content: "";
            width: 17px;
            height: 17px;
            top: 0;
            left: 0;
            background: var(--WebSiteColor,#29abe2);
        }

    .info-caption strong {
        color: #1a1a1a;
    }

.plan-contribution-form {
    max-width: 1024px;
    margin: 0 auto;
}

    .plan-contribution-form .form-heading {
        border-top: 1px dashed #c0c0c0;
        text-align: center;
        font-size: 14px;
        color: #808080;
        padding: 40px 0 35px;
    }

        .plan-contribution-form .form-heading h2 {
            color: #333;
            font-weight: 400;
            margin: 0 0 24px;
        }

        .plan-contribution-form .form-heading strong {
            color: #1a1a1a;
        }

.form-boxes {
    padding: 0 0 60px;
}

    .form-boxes .form-box {
        color: #808080;
        /*font-size: 14px;*/
    }

        .form-boxes .form-box .frame {
            border-top: 8px solid var(--WebSiteColor,#29abe2);
            /* box-shadow: 0 0 14px 0 rgba(0, 0, 0, .14); */
            /*box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
            padding: 15px 0 20px;*/
        }

    .form-boxes h3 {
        font-size: 14px;
        color: #1a1a1a;
        margin: 0 0 22px;
    }

    .form-boxes dl {
        overflow: hidden;
        line-height: 24px;
        margin: 0;
        padding: 0 0 30px;
    }

        .form-boxes dl dt {
            float: left;
            width: 218px;
            padding: 0 5px 10px 0;
        }

        .form-boxes dl dd {
            overflow: hidden;
            margin: 0;
            font-weight: 500;
            color: #1a1a1a;
            padding: 0 0 10px;
        }

        .form-boxes dl input[type="text"], textarea {
            width: 83px;
            border: 1px solid #dcdcdc;
            color: #808080;
            line-height: 18px;
            padding: 2px 8px;
            text-align: left;
        }


        .form-boxes dl.item dt {
            float: none;
            width: auto;
            padding: 0 0 5px;
        }

        .form-boxes dl.item dd {
            font-size: 24px;
            font-weight: 300;
        }

        .form-boxes dl.item-2 dt {
            width: auto;
        }

.form-actions {
    padding: 0 0 38px;
}

    .form-actions li {
        text-align: center;
        text-transform: uppercase;
        font: 700 12px/1.2 "AvenirNext", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
        padding: 5px 0;
    }

        .form-actions li.active button,
        .form-actions li button:hover {
            background: var(--WebSiteColor,#29abe2);
            color: #fff;
        }

    .form-actions button {
        display: block;
        width: 100%;
        font-size: inherit;
        border: none;
        color: #808080;
        background: #e7e7e7;
        letter-spacing: 1px;
        padding: 7px 5px;
    }

.container,
.container-two,
.container-three,
.container-four,
.container-five,
.container-six,
.container-seven {
    max-width: 1420px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.container-two {
    max-width: 950px;
}

.container-three {
    max-width: 1045px;
}

.container-four {
    max-width: 1250px;
}

.container-five {
    max-width: 1258px;
}

.container-six {
    max-width: 1125px;
}

.container-seven {
    max-width: 1355px;
}

.container-fluid {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.fixed-position #header {
    box-shadow: 0 5px 11px 1px #ededed;
    z-index: 100;
}

.fixed-position .js-desktop-nav {
    z-index: 100;
    background: #fff;
}

#header .logo-block {
    margin-right: 20px;
}

    #header .logo-block a {
        display: block;
        height: 40px;
        font-weight: 700;
        font-size: 17px;
    }

        #header .logo-block a img {
            height: 100%;
            width: auto;
        }

#header .box-top-line {
    background: var(--WebSiteColor,#29abe2);
    padding: 10px 0 10px;
}

    #header .box-top-line .top-line {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
    }

        #header .box-top-line .top-line .box-left-col {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            font-size: 16px;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            text-align: center;
        }

            #header .box-top-line .top-line .box-left-col .logo {
                font-family: AvenirNext;
                font-weight: 700;
                margin-right: 0;
                color: inherit;
                font-size: 15px;
                text-decoration: none;
                letter-spacing: 2px;
            }

        #header .box-top-line .top-line .box-center-col {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            color: #fff;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            #header .box-top-line .top-line .box-center-col button {
                border: 0;
                outline: none;
                background: transparent;
                padding: 0;
            }

            #header .box-top-line .top-line .box-center-col i {
                margin-right: 4px;
            }

            #header .box-top-line .top-line .box-center-col input {
                background: transparent;
                border: 0;
                outline: none;
                font-size: inherit;
                color: inherit;
                display: none;
                font-weight: 600;
            }

            #header .box-top-line .top-line .box-center-col ::-webkit-input-placeholder {
                color: inherit;
            }

            #header .box-top-line .top-line .box-center-col :-ms-input-placeholder {
                color: inherit;
            }

            #header .box-top-line .top-line .box-center-col ::-placeholder {
                color: inherit;
            }

        #header .box-top-line .top-line .box-right-col {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: right;
            -webkit-box-flex: 8;
            -ms-flex-positive: 8;
            flex-grow: 8;
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

            #header .box-top-line .top-line .box-right-col a {
                display: inline-block;
                color: inherit;
                text-decoration: none;
                font-size: 16px;
                vertical-align: middle;
                font-weight: 600;
            }

            #header .box-top-line .top-line .box-right-col .burger-menu {
                margin-left: 20px;
            }

                #header .box-top-line .top-line .box-right-col .burger-menu:hover {
                    opacity: .7;
                }

                #header .box-top-line .top-line .box-right-col .burger-menu div {
                    width: 30px;
                    height: 3px;
                    background-color: #fff;
                    margin: 5px 0;
                }

            #header .box-top-line .top-line .box-right-col .log-out {
                display: none;
            }

                #header .box-top-line .top-line .box-right-col .log-out:hover {
                    opacity: .7;
                }

#header .box-bottom-line {
    background: #fff;
}

    #header .box-bottom-line .bottom-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 7px 0 11px;
    }

        #header .box-bottom-line .bottom-line ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            #header .box-bottom-line .bottom-line ul li {
                color: #808080;
                font-size: 11px;
                word-spacing: 2px;
                letter-spacing: 1px;
            }

                #header .box-bottom-line .bottom-line ul li a {
                    font-family: AvenirNext;
                    font-weight: 600;
                    color: inherit;
                    text-decoration: none;
                }

                #header .box-bottom-line .bottom-line ul li:after {
                    content: "|";
                    font-size: 15px;
                    padding: 0 13px 0 13px;
                    color: #bfbfbf;
                }

                #header .box-bottom-line .bottom-line ul li:last-child:after {
                    content: "";
                    padding: 0;
                }

                #header .box-bottom-line .bottom-line ul li.active,
                #header .box-bottom-line .bottom-line ul li:hover {
                    color: #1a1a1a;
                }

#main {
    overflow: hidden;
}

    #main .box-slider .slider {
        position: relative;
        outline: none;
    }

        #main .box-slider .slider img {
            object-fit: cover;
            height: 292px;
        }

        #main .box-slider .slider .left-nav {
            position: absolute;
            top: 36%;
            left: 0;
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            color: #fff;
        }

            #main .box-slider .slider .left-nav h2 {
                font-size: 24px;
                font-weight: normal;
                text-align: center;
                margin-bottom: 13px;
            }

            #main .box-slider .slider .left-nav a {
                display: inline-block;
                color: inherit;
                padding: 12px 28px 11px 36px;
                background: #333;
                font-size: 12px;
                text-decoration: none;
                max-width: 190px;
                margin: 0 auto;
            }

                #main .box-slider .slider .left-nav a:hover {
                    background: #5d5b5b;
                }

                #main .box-slider .slider .left-nav a i {
                    margin-left: 20px;
                    font-size: 17px;
                    vertical-align: bottom;
                }

        #main .box-slider .slider .right-nav {
            display: none;
            font-size: 12px;
            color: #fff;
        }

            #main .box-slider .slider .right-nav .info-banner {
                font-weight: 500;
                display: inline-block;
                background: var(--WebSiteColor,#29abe2);
                padding: 12px 20px;
                text-align: center;
                max-height: 55px;
                margin-right: 10px;
                width: 250px;
                letter-spacing: 1.2px;
            }

                #main .box-slider .slider .right-nav .info-banner p {
                    margin-bottom: 2px;
                }

            #main .box-slider .slider .right-nav a {
                display: inline-block;
                background: var(--WebSiteColor,#29abe2);
                text-align: center;
                padding: 12px 23px 13px;
                vertical-align: bottom;
                font-size: 25px;
                color: #fff;
            }

                #main .box-slider .slider .right-nav a:hover {
                    background: #64c6f0;
                }

    #main .box-slider .slick-slide img {
        display: inline-block;
    }

    #main .box-slider .slick-prev,
    #main .box-slider .slick-next {
        display: none !important;
    }

        #main .box-slider .slick-prev:before,
        #main .box-slider .slick-next:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f104";
            color: #000;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            position: absolute;
        }

        #main .box-slider .slick-prev:hover,
        #main .box-slider .slick-next:hover {
            opacity: .7;
        }

        #main .box-slider .slick-next:before {
            content: "\f105";
        }

    #main .box-nav-menu {
        margin-bottom: 59px;
    }

        #main .box-nav-menu ul.desktop-nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            box-shadow: 0 5px 11px 2px #c4c4c4;
            overflow-x: auto;
        }

            #main .box-nav-menu ul.desktop-nav li {
                /*min-width: 140px;*/
                width: 100%;
                font-size: 12px;
                line-height: 1.416em;
                letter-spacing: .050em; /*.125em;*/
                text-align: center;
                border-right: 1px solid #ccc;
            }

                #main .box-nav-menu ul.desktop-nav li.active a {
                    color: #333;
                }

                #main .box-nav-menu ul.desktop-nav li a {
                    height: 58px;
                    margin: 8px 0 0;
                    text-decoration: none;
                    color: #808080;
                    font-family: "AvenirNext", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
                    font-weight: 600;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding: 0 13px;
                }

                    #main .box-nav-menu ul.desktop-nav li a:hover {
                        color: #333;
                    }

                #main .box-nav-menu ul.desktop-nav li:first-child {
                    border-left: 1px solid #ccc;
                }

                #main .box-nav-menu ul.desktop-nav li:after {
                    content: "";
                    display: block;
                    border-bottom: 7px solid transparent;
                    margin: 0 -1px 0 -1px;
                }

        #main .box-nav-menu .desktop-nav .Notify {
            background-color: var(--WebSiteColor,#29abe2);
        }

        #main .box-nav-menu ul.desktop-nav li.Notify:hover:after {
            border-bottom: 7px solid #0275aa;
        }

        #main .box-nav-menu ul.desktop-nav li.Notify.active:after {
            content: "";
            display: block;
            border-bottom: 7px solid #0275aa;
        }

        #main .box-nav-menu ul.desktop-nav li:hover:after {
            border-bottom: 7px solid var(--WebSiteColor,#29abe2);
        }

        #main .box-nav-menu ul.desktop-nav li.active:after {
            content: "";
            display: block;
            border-bottom: 7px solid var(--WebSiteColor,#29abe2);
        }

.wrap-card-block {
    padding: 0;
}

    .wrap-card-block .title-slide {
        display: none;
    }

        .wrap-card-block .title-slide a {
            color: #fff;
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
            font-family: AvenirNext;
            font-weight: 600;
            letter-spacing: 1.5px;
        }

    .wrap-card-block .slick-arrow {
        cursor: pointer;
        position: absolute;
        padding: 10px 20px;
        top: 0;
        bottom: calc(100% - 87px);
        z-index: 10;
        color: #fff;
        background: var(--WebSiteColor,#29abe2);
    }

        .wrap-card-block .slick-arrow.slick-prev {
            left: 0;
        }

        .wrap-card-block .slick-arrow.slick-next {
            right: 0;
        }

        .wrap-card-block .slick-arrow .fas {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            position: absolute;
        }

    .wrap-card-block .cols-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .wrap-card-block .cols-holder > .col {
            padding-left: 15px;
            padding-right: 15px;
        }

.cols-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .cols-holder > .col {
        padding-left: 15px;
        padding-right: 15px;
    }

.column-6 {
    width: 100%;
}

.column-4 {
    width: 100%;
}

.column-3 {
    width: 100%;
}

.column-2 {
    width: 100%;
}

.column-8 {
    width: 100%;
}

.column-9 {
    width: 100%;
}

.content .wrap-card {
    padding-bottom: 61px;
    /*border-bottom: 1px dashed #e0e0e0;*/
    margin-bottom: 87px;
}

.content .right-col,
.content .left-col {
    border-top: 8px solid var(--WebSiteColor,#29abe2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 43px 55px 53px 35px;
    box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
    margin-bottom: 10px;
    position: relative;
}

    .content .right-col .box-img,
    .content .left-col .box-img {
        margin-right: 55px;
        width: 181px;
        height: 181px;
        overflow: hidden;
    }

        .content .right-col .box-img img,
        .content .left-col .box-img img {
            border-radius: 50%;
            width: 100%;
            margin: 0 auto;
        }

    .content .right-col .box-text,
    .content .left-col .box-text {
        width: 100%;
    }

        .content .right-col .box-text .top-line h2,
        .content .left-col .box-text .top-line h2 {
            float: left;
            margin-bottom: 47px;
            color: #333;
            /*font-size: 27px;*/
            font-size: 169%;
            max-width: 71%;
        }

        .content .right-col .box-text .box-data dl,
        .content .left-col .box-text .box-data dl {
            margin: 0;
        }

            .content .right-col .box-text .box-data dl dt,
            .content .left-col .box-text .box-data dl dt {
                float: left;
                width: 135px;
                margin: 0;
                margin-right: 25px;
                margin-bottom: 5px;
                color: #808080;
            }

            .content .right-col .box-text .box-data dl dd,
            .content .left-col .box-text .box-data dl dd {
                overflow: hidden;
                margin: 0;
                margin-bottom: 5px;
                /*word-wrap: break-word;*/
            }

                /*.content .right-col .box-text .box-data dl dd a,
                .content .left-col .box-text .box-data dl dd a {
                    text-decoration: none;
                    color: inherit;
                }*/
                .content .right-col .box-text .box-data dl dd a,
                .content .left-col .box-text .box-data dl dd a {
                    /*text-decoration: none;*/
                    color: var(--WebSiteColor,#29abe2);
                }

                    .content .right-col .box-text .box-data dl dd a:hover,
                    .content .left-col .box-text .box-data dl dd a:hover {
                        opacity: .7;
                    }

        .content .right-col .box-text .box-table-dependents,
        .content .left-col .box-text .box-table-dependents {
            margin-bottom: 0px;
        }

            .content .right-col .box-text .box-table-dependents > dl > dt,
            .content .left-col .box-text .box-table-dependents > dl > dt {
                /*width: 79px;*/
            }

.content .right-col {
    padding: 45px 61px 23px 40px;
}

    .content .right-col .table-home-right {
        max-width: 322px;
        margin-bottom: 57px;
    }

.content .wrap-nav-icon {
    float: right;
    padding-top: 5px;
}

    .content .wrap-nav-icon .nav-icon,
    .content .wrap-nav-icon .nav-icon-del {
        display: block;
        margin-bottom: 6px;
        padding-top: 5px;
    }

        .content .wrap-nav-icon .nav-icon a,
        .content .wrap-nav-icon .nav-icon-del a {
            color: #4d4d4d;
            font-size: 16px;
            text-decoration: none;
            vertical-align: bottom;
        }

            .content .wrap-nav-icon .nav-icon a span,
            .content .wrap-nav-icon .nav-icon-del a span {
                display: inline-block;
                background: var(--WebSiteColor,#29abe2);
                width: 20px;
                height: 20px;
                text-align: center;
                border-radius: 50%;
                color: #fff;
                margin-right: 12px;
                vertical-align: middle;
                padding: 6px 4px 6px 5px;
            }

                .content .wrap-nav-icon .nav-icon a span em,
                .content .wrap-nav-icon .nav-icon-del a span em {
                    display: block;
                    width: 10px;
                    height: 2px;
                    background: #fff;
                    margin-bottom: 2px;
                }

            .content .wrap-nav-icon .nav-icon a:hover,
            .content .wrap-nav-icon .nav-icon-del a:hover {
                opacity: .7;
            }

        .content .wrap-nav-icon .nav-icon-del span {
            padding: 9px 4px 9px 5px !important;
        }

.content .wrap-nav-icon-two {
    top: 45px;
}

.content .left-col td:first-child {
    color: #808080;
    max-width: 50px;
    margin-right: 30px;
}

.content .box-more-bottom {
    color: #fff;
    background: var(--WebSiteColor,#29abe2);
    padding: 16px 21px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
    box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15)
}

    .content .box-more-bottom a {
        font-family: AvenirNext;
        font-weight: 700;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
    }

        .content .box-more-bottom a:hover {
            opacity: .7;
        }

        .content .box-more-bottom a i {
            color: #fff;
            font-size: 20px;
            vertical-align: sub;
            margin-left: 9px;
        }

.content .btn-recent {
    text-align: center;
    display: block;
    margin-bottom: 45px;
}

    .content .btn-recent a {
        display: inline-block;
        font-size: 12px;
        background: #333;
        text-decoration: none;
        color: #fff;
        padding: 22px 39px 21px;
        font-weight: bold;
    }

        .content .btn-recent a:hover {
            background: #5d5b5b;
        }

.bottom-section {
    font-size: 16px;
    color: #666;
    margin-bottom: 44px;
}

    .bottom-section .cols-holder {
        margin-left: -7px;
        margin-right: -7px;
    }

        .bottom-section .cols-holder > .col {
            padding-left: 7px;
            padding-right: 7px;
        }

    .bottom-section .holder-box {
        max-width: 316px;
        margin: 0 auto 20px auto;
    }

        .bottom-section .holder-box img {
            margin-bottom: 19px;
        }

        .bottom-section .holder-box .box-text-section {
            max-width: 220px;
        }

        .bottom-section .holder-box h2 {
            font-size: 21px;
            color: #333;
            font-weight: 400;
            margin-bottom: 18px;
            padding-right: 50px;
        }

        .bottom-section .holder-box .card-category {
            display: inline-block;
            color: #fff;
            font-size: 16px;
            background: var(--WebSiteColor,#29abe2);
            padding: 2px 7px;
            text-decoration: none;
            max-width: 104px;
            width: 100%;
            margin-bottom: 20px;
        }

            .bottom-section .holder-box .card-category:hover {
                background: #64c6f0;
            }

        .bottom-section .holder-box p {
            margin-bottom: 19px;
        }

        .bottom-section .holder-box .read-more {
            color: #333;
            text-decoration: none;
            margin-bottom: 20px;
            display: inline-block;
        }

            .bottom-section .holder-box .read-more:hover {
                opacity: .7;
            }

            .bottom-section .holder-box .read-more i {
                color: inherit;
                font-size: 20px;
                vertical-align: middle;
                margin-left: 1px;
            }

.footer-holder {
    padding: 42px 0 0;
    box-shadow: 0 -7px 13px 0 #ededed;
}

    .footer-holder .link-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        color: #333;
        padding-bottom: 33px;
        /*border-bottom: 1px dashed #c0c0c0;*/
    }

        .footer-holder .link-footer li a {
            color: inherit;
            text-decoration: none;
        }

        .footer-holder .link-footer li input[type="button"] {
            color: inherit;
            text-decoration: none;
            background: transparent;
            border: none;
            outline: none;
            font-weight: normal;
            padding: 0px;
        }

            .footer-holder .link-footer li input[type="button"] .mobile-color {
                font-weight: normal;
            }

        .footer-holder .link-footer li a .mobile-color {
            font-weight: normal;
        }

        .footer-holder .link-footer li a.active:enabled,
        .footer-holder .link-footer li a:hover:enabled {
            color: var(--WebSiteColor,#29abe2); /*#29a9e1*/
        }

        .footer-holder .link-footer li input[type="button"].active:enabled,
        .footer-holder .link-footer li input[type="button"]:hover:enabled {
            color: var(--WebSiteColor,#29abe2); /*#29a9e1;*/
        }

        /*.linkbtn-Effect {
    background: transparent;
    border: none;
    font-weight: 300;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    text-transform:uppercase;
}

    .linkbtn-Effect:hover {
        color: var(--WebSiteColor,#29abe2);
        outline: none;
    }*/

        .footer-holder .link-footer li span {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #333;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            margin-right: 5px;
        }

            .footer-holder .link-footer li span i {
                padding: 2px;
            }

        .footer-holder .link-footer li:first-child span {
            margin-right: 11px;
        }

        .footer-holder .link-footer li:last-child span {
            margin-left: 5px; /*27px;*/
            background: var(--WebSiteColor,#29abe2);
        }

        .footer-holder .link-footer li:nth-child(7),
        .footer-holder .link-footer li:nth-child(6),
        .footer-holder .link-footer li:nth-child(5),
        .footer-holder .link-footer li:nth-child(4),
        .footer-holder .link-footer li:nth-child(3) {
            position: relative;
        }

            .footer-holder .link-footer li:nth-child(7):before,
            .footer-holder .link-footer li:nth-child(6):before,
            .footer-holder .link-footer li:nth-child(5):before,
            .footer-holder .link-footer li:nth-child(4):before,
            .footer-holder .link-footer li:nth-child(3):before {
                content: "|";
                color: #bdbcbd;
                display: inline-block;
                font-size: 28px;
                position: absolute;
                left: -16%;
                right: 100%;
                top: -10px;
                font-weight: 100;
            }

    .footer-holder .toggle-block .icon-bg {
        background: var(--WebSiteColor,#29abe2);
        color: #fff;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        display: inline-block;
        line-height: 9px;
        vertical-align: middle;
        margin-right: 12px;
        position: relative;
    }

        .footer-holder .toggle-block .icon-bg i {
            font-size: 10px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 49%;
            left: 50%;
            position: absolute;
        }

    .footer-holder .toggle-block .opener {
        height: 1%;
        display: block;
        text-decoration: none;
        padding: 22px 0 22px;
        color: #333;
        font-size: 21px;
    }

        .footer-holder .toggle-block .opener:hover {
            opacity: .7;
        }

        .footer-holder .toggle-block .opener:hover {
            text-decoration: none;
        }

        .footer-holder .toggle-block .opener em {
            font-style: normal;
            display: none;
        }

    .footer-holder .expanded .opener em {
        display: inline-block;
    }

    .footer-holder .expanded .opener span {
        display: none;
    }

    .footer-holder .toggle-block .slide {
        position: relative;
        margin-bottom: 22px;
    }

        .footer-holder .toggle-block .slide p {
            margin: 0;
        }

/* Page Summary */

#main .box-enrollment {
    padding-top: 45px;
    /*font-size: 14px;*/
    color: #808080;
}

    #main .box-enrollment .cols-holders {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*border-bottom: 1px dashed #c0c0c0;*/
        padding-bottom: 71px;
        margin-bottom: 10px;
    }

    #main .box-enrollment h1 {
        font-size: 24px;
        color: #333;
        margin-bottom: 21px;
        font-weight: normal;
    }

    #main .box-enrollment .top-line {
        display: inline-block;
        color: var(--WebSiteColor,#29abe2);
        font-size: 12px;
        margin-bottom: 20px;
        font-weight: 800;
        margin-left: 7px;
    }

        #main .box-enrollment .top-line i {
            vertical-align: middle;
            font-size: 31px;
            margin-right: 10px;
        }

    #main .box-enrollment p {
        margin-bottom: 33px;
    }

#main .title-cols-boxx {
    display: inline-block;
    padding: 11px 0px 11px;
    color: #808080;
    font-weight: bold;
    font-size: 27px;
    width: 100%;
}

#main .COLE-info {
    font-weight: 400;
    color: blue;
    padding-bottom: 0;
    padding-top: 10px;
}

#main .COLE-info-2 {
    font-weight: 400;
    color: red;
    padding-bottom: 0;
    padding-bottom: 30px;
}

#main .title-cols {
    display: inline-block;
    padding: 11px 26px 11px;
    color: #fff;
    background: var(--WebSiteColor,#29abe2);
    margin-bottom: 8px;
    font-size: 27px;
    width: 100%;
    box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15); /**/
}

    #main .title-cols .right {
        display: inline-block;
        margin-bottom: 8px;
        font-size: 19px;
        text-align: right;
        width: 79%;
    }

#main .title-cols-2 {
    display: inline-block;
    padding: 11px 26px 11px;
    color: #fff;
    background: var(--WebSiteColor,#29abe2);
    margin-bottom: 20px;
    font-size: 27px;
    width: 100%;
}

#main .box-enrollment .left-box,
#main .box-enrollment .center-box {
    max-width: 368px;
    width: 100%;
    position: relative;
    margin-right: 10px;
    /*font-size: 16px;*/
}

    #main .box-enrollment .left-box .title-cols,
    #main .box-enrollment .center-box .title-cols {
        display: inline-block;
        padding: 11px 26px 11px;
        color: #fff;
        background: var(--WebSiteColor,#29abe2);
        margin-bottom: 26px;
        font-size: 27px;
        width: 100%;
    }

    #main .box-enrollment .left-box .box-data,
    #main .box-enrollment .center-box .box-data {
        padding-left: 3px;
        margin-bottom: 44px;
    }

        #main .box-enrollment .left-box .box-data dl,
        #main .box-enrollment .center-box .box-data dl {
            margin: 0;
        }

            #main .box-enrollment .left-box .box-data dl dt,
            #main .box-enrollment .center-box .box-data dl dt {
                float: left;
                /*width: 139px;*/
                min-width: 139px; /*Enhancement #12651*/
                margin: 0;
                margin-right: 10px;
                margin-bottom: 5px;
                color: #808080;
            }

            #main .box-enrollment .left-box .box-data dl dd,
            #main .box-enrollment .center-box .box-data dl dd {
                color: #333;
                overflow: hidden;
                margin: 0;
                margin-bottom: 5px;
                word-wrap: break-word;
            }

                /*#main .box-enrollment .left-box .box-data dl dd a,
                #main .box-enrollment .center-box .box-data dl dd a {
                    text-decoration: none;
                    color: inherit;
                }*/

                #main .box-enrollment .left-box .box-data dl dd a,
                #main .box-enrollment .center-box .box-data dl dd a {
                    /*text-decoration: none;*/
                    color: var(--WebSiteColor,#29abe2);
                }

                    #main .box-enrollment .left-box .box-data dl dd a:hover,
                    #main .box-enrollment .center-box .box-data dl dd a:hover {
                        opacity: .7;
                    }

    #main .box-enrollment .left-box .wrap-nav-icon,
    #main .box-enrollment .center-box .wrap-nav-icon {
        float: none;
    }

        #main .box-enrollment .left-box .wrap-nav-icon a,
        #main .box-enrollment .center-box .wrap-nav-icon a {
            color: var(--WebSiteColor,#29abe2);
        }

    #main .box-enrollment .left-box table {
        max-width: 334px;
    }

        #main .box-enrollment .left-box table td:first-child {
            display: inline;
            width: 148px;
            padding-right: 4px;
            padding-bottom: 6px;
            color: #808080;
        }

        #main .box-enrollment .left-box table td {
            width: auto;
            max-width: none;
            padding-bottom: 5px;
            color: #4d4d4d;
        }

#main .box-enrollment .center-box {
    max-width: 590px;
    /*font-size: 16px;*/
}

    #main .box-enrollment .center-box .title-cols {
        width: 100%;
        padding: 11px 19px 11px 19px;
        margin-bottom: 18px;
    }

    #main .box-enrollment .center-box p {
        margin-bottom: 24px;
        font-size: 16px;
    }

        #main .box-enrollment .center-box p strong {
            color: #1a1a1a;
            font-size: 16px;
        }
    /*add for view plans*/



    /*#main .box-enrollment .center-box table {
        width: 100%;
        color: #808080;
        font-size: 16px;
        margin-bottom: 0;
        margin-left: 0;
    }

        #main .box-enrollment .center-box table .header0 {
            color: black;
            font-size: 17px;
        }

        #main .box-enrollment .center-box table .header1 {
            color: black;
            text-align: center;
            font-size: 18px;
        }

    #main .box-enrollment .center-box table .header2 {
    }

    #main .box-enrollment .center-box table tr th {
        font-weight: 400;
        padding-bottom: 16px;
        text-align: left;
        width: 146px;
    }

        #main .box-enrollment .center-box table tr th:after {
            content: "";
            border-bottom: 4px solid var(--WebSiteColor,#29abe2);
            display: block;
            margin-right: 5px;
        }

    #main .box-enrollment .center-box table tr td {
        padding-right: 5px;
        padding: 8px 0 4px;
    }

        #main .box-enrollment .center-box table tr td:after {
            content: "";
            border-bottom: 1px solid #ccc;
            display: block;
            margin-right: 5px;
            padding: 0 0 5px;
        }

    #main .box-enrollment .center-box tr td:first-child {
        width: 155px;
        padding: 8px 0 4px;
    }*/

    #main .box-enrollment .center-box table {
        /*font-size: 16px;*/
        border-collapse: collapse;
        /*border-collapse: separate;
        border-spacing: 4px;*/
        padding: 10px 25px 20px 20px;
        width: 100%
    }

    #main .box-enrollment .center-box .header0 {
        color: black;
        font-size: 17px;
    }

    #main .box-enrollment .center-box .header1 {
        color: black;
        text-align: center;
        font-size: 18px;
    }

    #main .box-enrollment .center-box .header2 {
    }

    #main .box-enrollment .center-box tr th {
        /*padding-bottom: 8px;*/
        text-align: left;
    }

    #main .box-enrollment .center-box table th {
        color: black;
        font-weight: 400;
        /*border-left: 4px solid white;*/
        border-bottom: 4px solid var(--WebSiteColor,#29abe2);
        margin-right: 4px;
    }

    #main .box-enrollment .center-box table td {
        /*border-left: 4px solid white;*/
        /*border-bottom: 1px solid #ccc;*/
        padding: 8px 0 8px 0;
        /*width: inherit;*/
        margin-right: 4px;
        /*margin-bottom: 5px;*/
        color: #808080;
    }


    /*desktop-table*/
    /*#main .box-enrollment .center-box .box-desktop-table {
        display: block;
    }*/

    #main .box-enrollment .center-box .box-desktop-table table {
        font-size: 16px;
        border-collapse: collapse;
        /*border-collapse:separate;
        border-spacing: 4px;*/
        padding: 10px 25px 0 0;
        width: 100%
    }

        #main .box-enrollment .center-box .box-desktop-table table .header0 {
            color: black;
            font-size: 17px;
        }

        #main .box-enrollment .center-box .box-desktop-table table .header1 {
            color: black;
            text-align: center;
            font-size: 18px;
        }

        #main .box-enrollment .center-box .box-desktop-table table .header2 {
        }

        #main .box-enrollment .center-box .box-desktop-table table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        #main .box-enrollment .center-box .box-desktop-table table tr {
            /*padding-bottom: 8px;
            text-align: left;*/
            width: 100%;
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
            /*word-break: break-word;*/
        }

        #main .box-enrollment .center-box .box-desktop-table table th {
            /*color: black;
            font-weight: 700;
            border-left: 4px solid white;
            border-bottom: 4px solid var(--WebSiteColor,#29abe2);
            margin-right: 4px;*/
            text-align: left;
            border-bottom: 4px solid var(--WebSiteColor,#29abe2);
            padding: 8px 0 0;
            padding-bottom: 0px;
            margin-right: 4px;
            font-weight: 700;
            width: calc(100% - 4px);
            display: -ms-inline-grid;
        }


@-moz-document url-prefix() {
    #main .box-enrollment .center-box .box-desktop-table table th {
        /*border-left: 5px solid white;*/
    }
}

/*----------------------------------OE table Design Start------------------------------------------*/

#main .box-enrollment .center-box .box-desktop-table .OE table tr {
    /*background-color: white;*/
    background-color: white;
    /*width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    word-break: break-word;*/
}

#main .box-enrollment .center-box .box-desktop-table .OE table td {
    /*border-left: 4px solid white;*/
    border-bottom: 1px solid #ccc;
    padding: 8px 2px 8px 6px;
    margin-right: 4px;
    color: #808080;
    display: -ms-inline-flexbox;
    display: -webkit-flex;
    /*align-items: flex-end;*/
    /*text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 5px 5px;
    margin-right: 4px;
    color: #808080;
    width: calc(100% - 4px);
    min-height: 35px;*/
}

#main .box-enrollment .center-box .box-desktop-table .OE table th {
    color: black;
    font-weight: 700;
    /*border-left: 4px solid white;*/
    border-bottom: 4px solid var(--WebSiteColor,#29abe2);
    margin-right: 4px;
    /*text-align: left;
    border-bottom: 4px solid var(--WebSiteColor,#29abe2);
    padding: 8px 0 0;
    padding-bottom: 8px;
    margin-right: 4px;
    font-weight: 700;
    width: calc(100% - 4px);*/
}

@-moz-document url-prefix() {
    #main .box-enrollment .center-box .box-desktop-table .OE table th {
        /*border-left: 5px solid white;*/
    }
}


/*----------------------------------OE table Design End------------------------------------------*/


/*----------------------------------Old table Design Start------------------------------------------*/

/*#main .box-enrollment .center-box .box-desktop-table table td {
    border-left: 4px solid white;
    border-bottom: 1px solid #ccc;
    padding: 8px 0 8px 0;
    margin-right: 4px;
    color: #808080;
    width: inherit;
    margin-bottom: 5px;
}*/
/*----------------------------------Old table Design End------------------------------------------*/

/*----------------------------------New table Design Start------------------------------------------*/

#main .box-enrollment .center-box .box-desktop-table table td {
    /*border-left: 4px solid white;
    border-bottom: 1px solid #ccc;
    padding: 8px 2px 8px 6px;
    margin-right: 4px;
    color: #808080;*/
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px 5px;
    margin-right: 4px;
    color: #808080;
    width: calc(100% - 4px);
    min-height: 35px;
    /*word-break:break-all;*/
    display: -ms-inline-grid;
}

@-moz-document url-prefix() {
    #main .box-enrollment .center-box .box-desktop-table table td {
        /*border-left: 5px solid white;*/
        border-bottom: 1px solid #ccc;
        padding: 8px 2px 8px 6px;
        margin-right: 4px;
        color: #808080;
    }
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .ie9up
    #main .box-enrollment .center-box .box-desktop-table table td {
        border-left: 4px solid white;
        border-bottom: 1px solid #ccc;
        padding: 0 5px 5px;
        margin-right: 4px;
        color: #808080;
    }
}
/*----------------------------------New table Design End------------------------------------------*/

#main .box-enrollment .center-box .box-mobile-table {
    margin-bottom: 30px;
    display: none;
}

    #main .box-enrollment .center-box .box-mobile-table .title-mobile {
        border-bottom: 8px solid var(--WebSiteColor,#29abe2);
        margin-bottom: 20px;
        font-size: 16px;
        color: #808080;
        padding-bottom: 2px;
    }

    #main .box-enrollment .center-box .box-mobile-table table tr {
        /*border-bottom: 2px solid #ccc;*/
    }

        #main .box-enrollment .center-box .box-mobile-table table tr td {
            padding-right: 5px;
            padding: 8px 0px 4px;
        }

            #main .box-enrollment .center-box .box-mobile-table table tr td:after {
                content: "";
                border-bottom: none;
                display: block;
                margin-right: 5px;
                padding: 0 0 5px;
            }

            #main .box-enrollment .center-box .box-mobile-table table tr td:first-child {
                width: 100px;
                padding: 8px 0 4px;
            }

#main .box-enrollment .right-box {
    border-top: 7px solid var(--WebSiteColor,#29abe2);
    font-size: 14px;
    color: var(--WebSiteColor,#29abe2);
    padding-top: 8px;
    width: 100%;
    max-width: 207px;
    position: relative;
}

    #main .box-enrollment .right-box a {
        display: block;
        color: inherit;
        margin-bottom: 4px;
        text-decoration: none;
        font-weight: 600;
        display: -ms-inline-flexbox;
    }

        #main .box-enrollment .right-box a i {
            font-size: 16px;
        }

        #main .box-enrollment .right-box a:hover {
            color: #64c6f0;
        }

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.box-enrollment-summary {
    padding: 52px 0 72px;
    font-size: 12px;
    color: #808080;
}

    .box-enrollment-summary .left-col {
        margin-bottom: 37px;
    }

        .box-enrollment-summary .left-col p {
            margin-bottom: 3px;
        }

    .box-enrollment-summary .btn-open-detail {
        display: inline-block;
        padding: 9px 26px 13px;
        color: #fff;
        background: var(--WebSiteColor,#29abe2);
        margin-bottom: 26px;
        font-size: 27px;
        width: 100%;
        text-decoration: none;
        max-width: 650px;
    }

        .box-enrollment-summary .btn-open-detail:hover {
            background: #64c6f0;
        }

        .box-enrollment-summary .btn-open-detail span {
            font-size: 14px;
            vertical-align: middle;
        }

    .box-enrollment-summary .tabset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .box-enrollment-summary .tabset li {
            margin-right: 35px;
        }

            .box-enrollment-summary .tabset li a {
                font-family: AvenirNext;
                font-weight: 700;
                color: #808080;
                font-size: 12px;
                text-decoration: none;
                padding: 0 0 12px;
            }

                .box-enrollment-summary .tabset li a.active,
                .box-enrollment-summary .tabset li a:hover {
                    border-bottom: 1px solid #808080;
                }

    .box-enrollment-summary .tab-content {
        max-width: 1178px;
    }

        .box-enrollment-summary .tab-content .plan-details h2 {
            color: var(--WebSiteColor,#29abe2);
            margin-bottom: 32px;
            letter-spacing: -1px;
            font-weight: normal;
        }

        .box-enrollment-summary .tab-content .plan-details .cols-holder {
            margin-left: -15px;
            margin-right: -15px;
        }

            .box-enrollment-summary .tab-content .plan-details .cols-holder > .col {
                padding-left: 15px;
                padding-right: 15px;
            }

        .box-enrollment-summary .tab-content .plan-details .box-item {
            border-top: 7px solid var(--WebSiteColor,#29abe2);
            padding: 15px 10px 0;
            font-size: 16px;
            max-width: 291px;
        }

            .box-enrollment-summary .tab-content .plan-details .box-item:after {
                content: "";
                display: block;
                border-bottom: 1px dashed #e0e0e0;
                margin-right: -10px;
                margin-left: -10px;
                margin-top: 13px;
            }

            .box-enrollment-summary .tab-content .plan-details .box-item strong {
                color: #1a1a1a;
            }

            .box-enrollment-summary .tab-content .plan-details .box-item a {
                text-decoration: none;
                color: var(--WebSiteColor,#29abe2);
                font-weight: 600;
            }

                .box-enrollment-summary .tab-content .plan-details .box-item a:before {
                    content: "/";
                    display: inline-block;
                    margin: 0 9px 0 6px;
                }

                .box-enrollment-summary .tab-content .plan-details .box-item a:hover {
                    color: #64c6f0;
                }

            .box-enrollment-summary .tab-content .plan-details .box-item dl {
                margin: 0;
                padding: 27px 0 0;
            }

            .box-enrollment-summary .tab-content .plan-details .box-item dt {
                float: left;
                margin-right: 5px;
            }

            .box-enrollment-summary .tab-content .plan-details .box-item dd {
                overflow: hidden;
                margin-bottom: 5px;
                overflow-wrap: break-word; /*Enhancement #12651*/
            }

        .box-enrollment-summary .tab-content .plan-details .br-none:after {
            content: "";
            display: block;
            margin-right: 0;
        }

        .box-enrollment-summary .tab-content .plan-details .box-item-bottom {
            font-size: 16px;
            color: #808080;
            padding: 0 10px 20px;
        }

            .box-enrollment-summary .tab-content .plan-details .box-item-bottom strong {
                color: #1a1a1a;
            }

            .box-enrollment-summary .tab-content .plan-details .box-item-bottom span {
                color: var(--WebSiteColor,#29abe2);
                font-weight: 600;
            }

            .box-enrollment-summary .tab-content .plan-details .box-item-bottom dt {
                float: left;
                margin-bottom: 3px;
                margin-right: 5px;
                width: 111px;
                padding: 0;
            }

            .box-enrollment-summary .tab-content .plan-details .box-item-bottom dd {
                overflow: hidden;
                margin-bottom: 3px;
            }

/*.box-decor {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .14);
        margin-bottom: 20px;
    }*/

.box-decor {
    box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 0px 0px 9px 9px;
}

    /*.box-decor:hover {
            box-shadow: 0 0 15px 0 rgba(100, 198, 240, .5);
        }*/

    .box-decor:hover {
        /*box-shadow: 0 0 14px 0 rgba(100, 198, 240, .8);*/
    }

.box-enrollment-chart {
    padding-top: 62px;
    box-shadow: 0 -6px 19px -4px #ededed;
    padding-bottom: 148px;
}

    .box-enrollment-chart .btn-close {
        display: inline-block;
        color: #333;
        font-size: 21px;
        text-decoration: none;
        margin-bottom: 52px;
    }

        .box-enrollment-chart .btn-close:hover {
            opacity: .7;
        }

        .box-enrollment-chart .btn-close i {
            border-radius: 50%;
            color: #fff;
            background: var(--WebSiteColor,#29abe2);
            width: 18px;
            height: 18px;
            vertical-align: middle;
            font-size: 12px;
            text-align: center;
            padding: 3px;
            margin-right: 16px;
        }

        .box-enrollment-chart .btn-close span {
            vertical-align: middle;
        }

    .box-enrollment-chart h3 {
        text-align: center;
        color: #808080;
        font-size: 24px;
        margin-bottom: 26px;
    }

    .box-enrollment-chart img {
        margin: 0 auto 47px auto;
        display: block;
    }

    .box-enrollment-chart dl dt {
        width: 35px;
        height: 8px;
        float: left;
        margin-top: 3px;
        margin-right: 10px;
        margin-left: 6px;
    }

    .box-enrollment-chart dl .yelow {
        background: #fbb03b;
    }

    .box-enrollment-chart dl .red {
        background: #ed1c24;
    }

    .box-enrollment-chart dl .blue {
        background: var(--WebSiteColor,#29abe2);
    }

    .box-enrollment-chart dl .green {
        background: #22b573;
    }

    .box-enrollment-chart dl .downriver {
        background: #0c2f4c;
    }

    .box-enrollment-chart dl .plum {
        background: #93278f;
    }

    .box-enrollment-chart dl .gray {
        background: #808080;
    }

    .box-enrollment-chart dl dd {
        margin-bottom: 9px;
        overflow: hidden;
        color: #808080;
        font-size: 16px;
    }

    .box-enrollment-chart .top-line {
        padding-left: 136px;
        margin-bottom: 16px;
    }

        .box-enrollment-chart .top-line h3 {
            display: inline-block;
            color: #333;
            font-size: 27px;
            text-align: left;
            margin-right: 28px;
            font-weight: normal;
        }

        .box-enrollment-chart .top-line .sort-nav {
            padding-top: 7px;
            display: inline-block;
            vertical-align: top;
            color: #808080;
            font-size: 16px;
        }

            .box-enrollment-chart .top-line .sort-nav li {
                float: left;
                margin-right: 20px;
            }

                .box-enrollment-chart .top-line .sort-nav li a {
                    color: inherit;
                    text-decoration: none;
                    border-bottom: 1px solid transparent;
                    padding-bottom: 5px;
                }

                    .box-enrollment-chart .top-line .sort-nav li a.active,
                    .box-enrollment-chart .top-line .sort-nav li a:hover {
                        color: #333;
                        border-bottom: 4px solid #333;
                    }

                .box-enrollment-chart .top-line .sort-nav li:after {
                    content: "/";
                    display: inline-block;
                    color: inherit;
                    padding-left: 22px;
                }

                .box-enrollment-chart .top-line .sort-nav li:first-child:after {
                    content: "";
                    padding-left: 0;
                }

                .box-enrollment-chart .top-line .sort-nav li:last-child {
                    margin-right: 0;
                }

                    .box-enrollment-chart .top-line .sort-nav li:last-child:after {
                        padding-left: 0;
                        content: "";
                    }

    .box-enrollment-chart .box-table {
        padding-left: 136px;
        padding-right: 29px;
    }

        .box-enrollment-chart .box-table table {
            width: 100%;
        }

            .box-enrollment-chart .box-table table th {
                text-align: left;
                padding-bottom: 30px;
                font-weight: normal;
            }

                .box-enrollment-chart .box-table table th:after {
                    padding-top: 7px;
                    content: "";
                    border-bottom: 4px solid #b3b3b3;
                    display: block;
                    margin-right: 5px;
                }

                .box-enrollment-chart .box-table table th:first-child {
                    /*width: 358px;*/
                    width:auto;
                }

            .box-enrollment-chart .box-table table td {
                color: #808080;
                padding: 0px 0px 10px;
            }

                .box-enrollment-chart .box-table table td strong {
                    color: #333;
                }

                .box-enrollment-chart .box-table table td:after {
                    padding-top: 10px;
                    content: "";
                    border-bottom: 1px solid #b3b3b3;
                    display: block;
                    margin-right: 5px;
                }

                .box-enrollment-chart .box-table table td a {
                    text-decoration: none;
                }

                    .box-enrollment-chart .box-table table td a:hover {
                        color: #64c6f0;
                    }

/* Page-questions */

.box-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*display: block;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 547px;
    padding-top: 37px;
    padding-bottom: 60px;
}

    .box-questions .questions {
        text-align: center;
    }

        .box-questions .questions h1 {
            margin-bottom: 92px;
            font-size: 27px;
            color: #666;
            font-weight: normal;
        }

        .box-questions .questions ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .box-questions .questions ul li {
                margin-right: 10px;
            }

                .box-questions .questions ul li a {
                    font-family: AvenirNext;
                    font-weight: 600;
                    display: block;
                    border-top: 11px solid #ccc;
                    text-decoration: none;
                    padding: 46px 0 56px;
                    width: 220px;
                    color: #4d4d4d;
                    font-size: 14px;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
                    border-radius: 9px;
                    margin-bottom: 10px;
                }

                    .box-questions .questions ul li a:hover,
                    .box-questions .questions ul li a.active {
                        background: var(--WebSiteColor,#29abe2);
                        color: #fff;
                        border-color: var(--WebSiteColor,#29abe2);
                        box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 2px 6px 2px rgba(60,64,67, 0.15);
                    }

                .box-questions .questions ul li input[type="button"] {
                    font-family: AvenirNext;
                    font-weight: 600;
                    display: block;
                    border-top: 11px solid #ccc;
                    text-decoration: none;
                    padding: 42px 0 56px;
                    width: 220px;
                    color: #4d4d4d;
                    font-size: 14px;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
                    border-radius: 9px;
                    margin-bottom: 10px;
                    border-left: none;
                    border-right: none;
                    border-bottom: none;
                    background-color: transparent;
                    outline: none;
                }

                    .box-questions .questions ul li input[type="button"]:hover,
                    .box-questions .questions ul li input[type="button"].active {
                        background: var(--WebSiteColor,#29abe2);
                        color: #fff;
                        border-color: var(--WebSiteColor,#29abe2);
                        box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 2px 6px 2px rgba(60,64,67, 0.15);
                    }

                .box-questions .questions ul li:last-child {
                    margin-right: 0;
                }

/* Page registration */

.box-registration {
    padding-top: 88px;
    padding-bottom: 55px;
}

    .box-registration .btn-next {
        display: block;
        background: var(--WebSiteColor,#29abe2);
        color: #fff;
        padding: 10px 15px 10px 39px;
        max-width: 230px;
        width: 100%;
        text-decoration: none;
        font-size: 18px;
        margin-bottom: 54px;
    }

        .box-registration .btn-next:hover {
            background: #64c6f0;
        }

    .box-registration .tab.active {
        color: #333;
    }

    .box-registration .top-line {
        display: block;
        font-size: 21px;
        color: #999;
        border-bottom: 5px solid #999;
        text-align: center;
        padding-bottom: 33px;
        margin-bottom: 66px;
        text-decoration: none;
    }

    .box-registration .active {
        border-color: var(--WebSiteColor,#29abe2);
        color: var(--WebSiteColor,#29abe2);
    }

    .box-registration .cols-holder {
        margin-left: -4px;
        margin-right: -4px;
    }

    .box-registration .column-4 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .box-registration .column-8 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .box-registration .group-input {
        margin-bottom: 25px;
        color: #333;
    }

        .box-registration .group-input label {
            display: inline-block;
            font-size: 16px;
            color: #999;
            margin-bottom: 5px;
            outline: none;
        }

#lblIsDepTaxQualified {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
    outline: none;
}

.box-registration .group-input input,
.box-registration .group-input textarea,
.box-registration .group-input select {
    font-size: 18px;
    outline: none;
    width: 100%;
    padding: 9px 12px 7px;
    border: 2px solid #c6c6c6;
    min-height: 41px;
}

    .box-registration .group-input input:active,
    .box-registration .group-input input:focus,
    .box-registration .group-input select:active,
    .box-registration .group-input select:focus {
        border-color: var(--WebSiteColor,#29abe2);
    }

    .box-registration .group-input textarea:active,
    .box-registration .group-input textarea:focus
    .box-registration .group-input select:active,
    .box-registration .group-input select:focus {
        border-color: var(--WebSiteColor,#29abe2);
    }

.box-registration .group-input select {
    padding: 10px 9px 7px;
}



.box-registration .form-check {
    margin-top: 34px;
    color: #333;
    font-size: 16px;
}

    .box-registration .form-check input {
        margin-right: 6px;
    }

/* Page compare-plans */

.box-plans {
    margin-bottom: 72px;
}

.wrap-filters {
    max-width: 225px;
    margin-right: 2.5% !important;
    padding-top: 100px !important;
}

    .wrap-filters .filter-title {
        font-size: 18px;
        text-transform: uppercase;
        border-top: 7px solid var(--WebSiteColor,#29abe2);
        font-weight: normal;
        padding-top: 16px;
        color: #333;
        margin-bottom: 18px;
    }

    .wrap-filters .chk-list-plans {
        color: #333;
        font-size: 14px;
    }

        .wrap-filters .chk-list-plans li {
            margin-bottom: 16px;
        }

            .wrap-filters .chk-list-plans li input {
                vertical-align: middle;
                margin-right: 16px;
            }

.box-title {
    margin-bottom: 9px;
    text-align: center;
    padding: 39px 100px 0;
}

    .box-title h1 {
        font-size: 27px;
        color: #333;
        font-weight: normal;
    }

    .box-title a {
        display: inline-block;
        font-size: 14px;
        color: #808080;
        text-decoration: none;
        text-transform: uppercase;
    }

        .box-title a i {
            font-size: 17px;
            vertical-align: text-bottom;
        }

        .box-title a .fa-angle-left {
            margin-right: 2px;
            margin-left: 20px;
        }

        .box-title a .fa-angle-right {
            margin-left: 7px;
            margin-right: 2px;
        }

.fa-edit:before {
    color: var(--WebSiteColor,#29abe2);
}

.fa-trash:before {
    color: var(--WebSiteColor,#29abe2);
}

.fa-plus:before {
    color: white;
    margin-right: 5px;
}



.box-products {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .box-products + .jcf-scrollbar-vertical {
        display: none !important;
    }

    .box-products .prev,
    .box-products .next {
        position: absolute;
        cursor: pointer;
        top: -30px;
    }

        .box-products .prev:hover,
        .box-products .next:hover {
            opacity: .7;
        }

    .box-products .prev {
        left: 0;
    }

    .box-products .next {
        right: 0;
    }

    .box-products .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 8px;
        padding: 0 20px;
        list-style-type: none;
        margin: 0;
    }

        .box-products .slick-dots li {
            height: 100%;
            width: 100%;
            background: transparent;
            background: #f2f2f2;
        }

            .box-products .slick-dots li.slick-active {
                background: var(--WebSiteColor,#29abe2);
            }

        .box-products .slick-dots button {
            display: none;
        }

    .box-products .box-item {
        max-width: 254px;
        font-size: 14px;
        color: #808080;
        padding: 20px 20px 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .box-products .box-item .item {
            padding: 19px 9px 37px 11px;
            box-shadow: 0 0 20px 4px #f0f0f0;
            margin-top: 10px;
            border-top: 7px solid var(--WebSiteColor,#29abe2);
        }

            .box-products .box-item .item h2 {
                color: #333;
                font-size: 17px;
                margin-bottom: 6px;
            }

            .box-products .box-item .item h3 {
                font-size: 16px;
                color: #666;
                margin-bottom: 25px;
            }

            .box-products .box-item .item p {
                margin-bottom: 50px;
            }

            .box-products .box-item .item .title-legend {
                font-size: 14px;
                border-top: 2px solid #333;
                height: 10px;
                width: 100px;
                margin: 0 auto 35px auto;
                color: #333;
                text-align: center;
            }

                .box-products .box-item .item .title-legend span {
                    font-family: AvenirNext;
                    font-weight: 700;
                    text-align: center;
                    display: inline-block;
                    background: #fff;
                    padding: 0 10px;
                    position: relative;
                    top: -8px;
                }

            .box-products .box-item .item .box-table .title-table,
            .box-products .box-item .item .box-table-two .title-table {
                color: #333;
                margin: 0;
                margin-bottom: 9px;
                font-size: 14px;
                margin-right: -10px;
            }

                .box-products .box-item .item .box-table .title-table dt,
                .box-products .box-item .item .box-table-two .title-table dt {
                    margin-right: 5px;
                    padding: 0 0 8px;
                }

                    .box-products .box-item .item .box-table .title-table dt:after,
                    .box-products .box-item .item .box-table-two .title-table dt:after {
                        margin-left: -12px;
                    }

                .box-products .box-item .item .box-table .title-table dt,
                .box-products .box-item .item .box-table .title-table dd,
                .box-products .box-item .item .box-table-two .title-table dt,
                .box-products .box-item .item .box-table-two .title-table dd {
                    color: #333;
                }

                    .box-products .box-item .item .box-table .title-table dt:after,
                    .box-products .box-item .item .box-table .title-table dd:after,
                    .box-products .box-item .item .box-table-two .title-table dt:after,
                    .box-products .box-item .item .box-table-two .title-table dd:after {
                        content: "";
                        display: block;
                        padding-bottom: 5px;
                        border-bottom: 2px solid #b8b8b8;
                    }

                .box-products .box-item .item .box-table .title-table dd,
                .box-products .box-item .item .box-table-two .title-table dd {
                    padding: 0 0 14px 0;
                }

                    .box-products .box-item .item .box-table .title-table dd:after,
                    .box-products .box-item .item .box-table-two .title-table dd:after {
                        margin-right: -12px;
                    }

            .box-products .box-item .item .box-table dl,
            .box-products .box-item .item .box-table-two dl {
                margin: 0;
            }

                .box-products .box-item .item .box-table dl dt,
                .box-products .box-item .item .box-table-two dl dt {
                    float: left;
                    width: 112px;
                    padding: 0 4px 13px 0;
                }

                .box-products .box-item .item .box-table dl dd,
                .box-products .box-item .item .box-table-two dl dd {
                    overflow: hidden;
                    margin: 0;
                    color: #808080;
                    padding: 0 0 15px;
                }

                .box-products .box-item .item .box-table dl span,
                .box-products .box-item .item .box-table-two dl span {
                    position: absolute;
                    left: -210px;
                    text-align: right;
                    display: block;
                    width: 200px;
                }

                .box-products .box-item .item .box-table dl strong,
                .box-products .box-item .item .box-table-two dl strong {
                    color: #333;
                }

            .box-products .box-item .item ul {
                margin-bottom: 36px;
            }

                .box-products .box-item .item ul li {
                    margin-bottom: 6px;
                }

                    .box-products .box-item .item ul li a {
                        font-size: 12px;
                        text-decoration: none;
                        font-weight: 600;
                    }

                        .box-products .box-item .item ul li a:hover {
                            color: #64c6f0;
                        }

            .box-products .box-item .item .box-table-two .title-table dd {
                margin-bottom: 20px;
            }

        .box-products .box-item .btn-enroll {
            font-family: AvenirNext;
            font-weight: 700;
            display: block;
            background: var(--WebSiteColor,#29abe2);
            padding: 24px;
            color: #fff;
            text-align: center;
            font-size: 12px;
            text-decoration: none;
        }

.btn-enroll {
    font-family: AvenirNext;
    font-weight: 700;
    display: block;
    background: var(--WebSiteColor,#29abe2);
    padding: 24px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    border-radius: 9px 9px 0px 0px;
    box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
}


.box-products .box-item .btn-enroll:hover {
    background: #64c6f0;
}

.btn-enroll:hover {
    background: #64c6f0;
    box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 2px 6px 2px rgba(60,64,67, 0.15);
}



.jcf-scrollbar-dec,
.jcf-scrollbar-inc {
    width: 0 !important;
    height: 0 !important;
}

.jcf-scrollbar-handle {
    background: var(--WebSiteColor,#29abe2) !important;
}

.jcf-scrollbar-horizontal {
    height: 9px !important;
}

    .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
        height: 14px !important;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
        height: 8px !important;
    }

.jcf-scrollbar-vertical {
    width: 9px !important;
}

    .jcf-scrollbar-vertical .jcf-scrollbar-handle {
        width: 8px !important;
    }

#header .box-top-line .top-line .box-center-col input {
    padding: 0 5px;
}

.column-6 {
    width: 100%;
}

.column-4 {
    width: 100%;
}

.column-3 {
    width: 100%;
}

.column-2 {
    width: 100%;
}

.column-8 {
    width: 100%;
}

.column-9 {
    width: 100%;
}

}

@media (min-width: 700px) {
    .block-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .block-filters .filter-box {
            padding: 10px 20px 30px;
            width: 50%;
            border-right: 2px dashed #e5e5e5;
            border-bottom: 0 dashed #e5e5e5;
        }

            .block-filters .filter-box:last-child {
                border-right: 0 dashed #e5e5e5;
            }
}

@media (min-width: 768px) {
    .main-title {
        padding: 10px 0;
    }

    .main-holder #sidebar {
        padding: 0 0 20px;
    }

    .plan-tools {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .plan-tools li {
            min-width: 202px;
            padding: 0 4px 8px;
        }

    .info-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .info-boxes .info-box {
            padding: 0 40px 40px;
            width: 50%;
        }

    .form-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        /*.form-boxes .form-box {
                padding: 0 9px 16px;
            }*/

        .form-boxes .form-box-top {
            /*padding: 0 9px 16px;*/
        }

        .form-boxes .form-box {
            width: 70%;
            padding: 0 9px 16px;
        }

            .form-boxes .form-box .frame {
                height: 100%;
                /*box-shadow: 0 0 14px 0 rgba(0, 0, 0, .14);*/
                box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
                margin-bottom: 30px;
                padding: 32px 40px 0;
            }

        .form-boxes .form-box-top .frame {
            /*height: 100%;
                box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
                padding: 30px 40px 0;*/
            border-top: 8px solid var(--WebSiteColor,#29abe2);
            padding: 30px 0 20px;
        }

        .form-boxes dl {
            padding: 0 0 40px;
        }

            .form-boxes dl.item {
                padding: 0 0 46px;
            }

    .form-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .form-actions li {
            min-width: 202px;
            padding: 0 4px 8px;
        }

    #header .box-top-line {
        /*padding: 25px 0 20px;*/
        padding: 25px 0 20px;
        border-top: 1px solid white;
    }

        #header .box-top-line .top-line .box-left-col .logo {
            /*margin-right: 70px;*/
            margin-right: 30px;
        }

        #header .box-top-line .top-line .box-center-col {
            min-width: 245px;
        }

            #header .box-top-line .top-line .box-center-col input {
                max-width: 218px;
                display: inline-block;
                width: calc(100% - 25px);
            }

        #header .box-top-line .top-line .box-right-col {
            min-width: 130px;
        }

            #header .box-top-line .top-line .box-right-col .burger-menu {
                margin-left: 32px;
            }

            #header .box-top-line .top-line .box-right-col .log-out {
                display: inline-block;
            }

    #header .box-bottom-line .bottom-line ul li {
        font-size: 12px;
        letter-spacing: 2px;
    }

        #header .box-bottom-line .bottom-line ul li:after {
            font-size: 19px;
            padding: 0 12px 0 24px;
        }

    #main .box-slider .slider img {
        height: 100%;
        width: 100%;
        min-height: 340px;
    }

    #main .box-slider .slider .left-nav {
        position: absolute;
        left: 6.5%;
        right: auto;
        top: 23%;
    }

        #main .box-slider .slider .left-nav h2 {
            text-align: left;
            font-size: 27px;
            margin-bottom: 14px;
        }

        #main .box-slider .slider .left-nav a {
            margin: 0;
            padding: 19px 23px 21px 48px;
        }

    #main .box-slider .slider .right-nav {
        position: absolute;
        top: 25%;
        right: 1%;
        display: block;
    }

    #main .box-slider .slick-prev,
    #main .box-slider .slick-next {
        outline: none;
        box-shadow: none;
        position: absolute;
        display: block !important;
        top: 88%;
        left: 20px;
        z-index: 1;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        border: none;
    }

    #main .box-slider .slick-next {
        right: 20px;
        left: auto;
    }

    .column-6 {
        width: 100%;
    }

    .column-4 {
        width: 33.33%;
    }

    .column-3 {
        width: 25%;
    }

    .column-2 {
        width: 16.66%;
    }

    .column-8 {
        width: 50%;
    }

    .column-9 {
        width: 75%;
    }

    .column-12 {
        width: 100%;
    }
}

/* ipad support tool kit*/
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){

    .a{
        padding-left:600px;
    }
}*/

@media (min-width: 768px) and (max-width: 1023px) {
    html,
    body {
        height: 100%;
    }

    .box-registration .group-input input, .box-registration .group-input textarea, .box-registration .group-input select {
        font-size: 16px;
        font-weight: 500;
        outline: none;
        width: 100%;
        padding: 9px 12px 7px;
        border: 2px solid #c6c6c6;
        min-height: 41px;
    }

    .page-holder {
        height: 100%;
        display: table;
        table-layout: fixed;
        overflow: hidden;
        width: 100%;
    }

    #wrapper {
        display: table-cell;
        margin: 0 auto;
    }

    #footer {
        /*overflow: hidden;*/
        /*for FF on Windows 7*/
        display: table-footer-group;
        height: 1%;
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 16px;
    }

    .lblPM {
        font-size: 18px;
    }

    .main-title {
        padding: 56px 0 10px;
    }

    .EnrollmentPlanBox {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 300px;
        max-width: 300px;
    }

    .main-holder {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }

        .main-holder #sidebar {
            padding: 0 0 50px;
            width: 300px;
            min-width: 200px;
            margin-right: 5%;
        }

        .main-holder #content {
            width: calc(100% - 300px);
        }

    .plans-area {
        max-width: 904px;
    }

    .plan-sections {
        padding: 0 0 30px;
    }

        .plan-sections.item {
            padding: 0 0 20px;
        }

            .plan-sections.item .plan-section {
                padding-bottom: 59px;
            }

    .btn-enroll2 {
        font-family: AvenirNext;
        font-weight: 700;
        display: block;
        background: var(--WebSiteColor,#29abe2);
        padding: 24px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        text-decoration: none;
        border-radius: 9px 9px 0px 0px;
        box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
    }

    .box-item-bottom .header-actions {
        font-weight: 400;
        border: none;
        color: #fff;
        background: #449d44; /*#8a2843*/
        letter-spacing: 1px;
        padding: 12px;
        border-radius: 5px;
        font-size: 15px;
    }

        .box-item-bottom .header-actions:hover {
            opacity: .7;
        }

    .block-filters {
        display: block;
        padding-right: 20px;
        height: calc( 100vh - 310px);
        overflow-y: auto;
    }

        .block-filters .filter-box {
            padding: 0px 0 0px;
            border-right: 0 dashed #e5e5e5;
            width: 100%;
        }

            .block-filters .filter-box:last-child {
                padding: 0;
                margin: 0;
                border-bottom: none;
            }

        .block-filters .filter-ttl {
            margin: 0 0 0px;
        }

    .chk-list li {
        padding-bottom: 17px;
    }

    .details-info {
        padding: 45px 25px 0 0;
        margin: 0;
    }

        .details-info ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .details-info ul li {
                width: calc(20% - 4px);
            }

        .details-info .heading-list li {
            border-bottom: 4px solid #b3b2b3;
            padding: 7px 0;
            margin-right: 4px;
        }

        .details-info .content-list li {
            margin-right: 4px;
        }

    .plan-tools {
        max-width: 904px;
        margin: 0 auto 0 0;
    }

    .info-boxes .info-box {
        width: 33.333%;
        padding: 0 50px 60px;
    }

    .info-caption {
        padding: 3px 0 72px;
    }

    .plan-contribution-form .form-heading {
        padding: 69px 0 61px;
    }

    .form-boxes {
        padding: 0 0 83px;
    }

        .form-boxes .form-box-top .frame {
            display: block;
        }

            .form-boxes .form-box-top .frame table {
                width: 100%;
                color: #808080;
                font-size: 16px;
                margin-bottom: 0;
                margin-left: 0;
            }

                .form-boxes .form-box-top .frame table tr th {
                    font-weight: 400;
                    padding-bottom: 16px;
                    text-align: left;
                    padding-right: 5px;
                }

                /*.form-boxes .form-box-top .frame table tr th:after {
                        content: "";
                        border-bottom: 4px solid #b3b3b3;
                        display: block;
                        margin-top: 5px;
                    }*/

                .form-boxes .form-box-top .frame table tr td {
                    padding-right: 5px;
                    padding: 8px 0px 4px;
                }

    /*.form-boxes .form-box-top .frame table tr td:after {
                        content: "";
                        border-bottom: 1px solid #ccc;
                        display: block;
                        margin-right: 5px;
                        padding: 0 0 5px;
                    }*/

    #header .box-top-line .top-line .box-left-col .logo {
        margin-right: 30px;
    }

    .column-6 {
        width: 50%;
    }

    .column-4 {
        width: 33.33%;
    }

    .column-3 {
        width: 25%;
    }

    .column-2 {
        width: 16.66%;
    }

    .column-8 {
        width: 66.66%;
    }

    .column-9 {
        width: 75%;
    }

    .column-10 {
        width: 83.33%;
    }

    .column-12 {
        width: 100%;
    }

    #footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
        height: auto;
        background: #fff;
    }

    #wrapper {
        padding-bottom: 150px;
    }

        #wrapper.off-footer {
            padding-bottom: 0;
        }

    .box-title {
        max-width: 879px;
    }

    .box-products {
        max-width: 879px;
    }

    .box-questions .questions {
        margin: 20px;
    }
}

@media (min-width: 1200px) {
    .content .wrap-card .cols-holder {
        margin-left: -20px;
        margin-right: -20px;
    }

    .EnrollmentPlanBox {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 300px;
        max-width: 300px;
    }

    .content .wrap-card .cols-holder > .col {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    #main .box-enrollment .center-box .box-desktop-table table {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    .lblPM {
        font-size: 18px;
    }

    .footer-holder {
        padding: 42px 0 0;
        box-shadow: 0 -7px 13px 0 #ededed;
    }

    .plan-sections.item .wrap-nav-icon {
        position: static;
        left: auto;
        top: auto;
    }

        .plan-sections.item .wrap-nav-icon .nav-icon {
            margin: 0;
        }

    .content .right-col,
    .content .left-col {
        padding: 90px 25px 55px 25px;
        display: block;
        border-top: 8px solid var(--WebSiteColor,#29abe2);
        display: -webkit-box;
        display: -ms-flexbox;
        box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
        margin-bottom: 30px;
        position: relative;
    }

    .content .right-col,
    .content .left-col {
        box-shadow: none;
        border-top: none;
        padding: 107px 0 3px 0;
        box-shadow: none;
    }

        .content .right-col .box-img,
        .content .left-col .box-img {
            margin: 0 auto 27px auto;
            text-align: center;
        }

        .content .right-col .box-text .top-line h2,
        .content .left-col .box-text .top-line h2 {
            text-align: center;
            float: none;
            margin-bottom: 22px;
            margin-top: 22px;
            max-width: 100%;
        }

    .content .right-col {
        box-shadow: none;
        border-top: none;
        padding: 107px 0 3px 0;
        box-shadow: none;
    }

    .content .wrap-nav-icon {
        position: absolute;
        /*left: 0;*/
        margin-left: 64%;
        top: 33px;
        float: none;
        margin-top: 1%;
    }

        .content .wrap-nav-icon .nav-icon {
            margin-right: 40px;
        }

        .content .wrap-nav-icon .nav-icon,
        .content .wrap-nav-icon .nav-icon-del {
            display: inline-block;
        }



    .content .left-col {
        padding: 68px 25px 55px 25px;
    }

        .content .left-col td:first-child {
            margin-right: 0;
            display: inline;
            max-width: 100%;
        }

    .footer-holder .link-footer li a .mobile-color {
        color: var(--WebSiteColor,#29abe2);
    }

    .box-registration .column-8 {
        width: 66.66%;
    }

    .box-products .box-item .item .box-table dl dt,
    .box-products .box-item .item .box-table-two dl dt {
        position: relative;
        padding: 20px 0 20px 0;
        width: 120px;
    }

    .box-products .box-item .item .box-table dl dd,
    .box-products .box-item .item .box-table-two dl dd {
        padding: 20px 0 20px 0;
    }

    .box-products .box-item .item .box-table dl span,
    .box-products .box-item .item .box-table-two dl span {
        left: 0;
        text-align: left;
        margin-bottom: 13px;
        top: -4px;
        text-decoration: underline;
    }

    #footer {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
        height: auto;
        background: #fff;
        display: block;
        /*position: fixed;*/
        margin-top: 10%
    }

    .main-holder #sidebar {
        padding: 0 0 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 1023px) {
    .main-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .main-holder #sidebar {
            width: 100%;
        }

        .main-holder #content {
            width: 100%;
        }

    #sidebar .js-block-filters {
        width: auto !important;
        position: static !important;
    }

    #sidebar .jcf-scrollable + .jcf-scrollbar-vertical {
        display: none !important;
    }

    /*.mobile-visible {
        display: block !important;
    }*/

    /*.mobile-hide {
        display: block !important;
    }*/

    /*.mobile-hide {
        display:none;
    }*/

    .wrap-card-block .cols-holder {
        margin: 0;
        padding: 0 20px;
        display: block;
    }

    .main-holder #sidebar {
        padding: 0 0 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 992px) {
    .footer-holder .link-footer {
        display: block;
        text-align: center;
    }

    .footer-holder {
        padding: 42px 0 0;
        box-shadow: 0 -7px 13px 0 #ededed;
    }

        .footer-holder .link-footer li {
            padding: 20px 0;
        }

            .footer-holder .link-footer li span {
                display: none;
            }

            /*.footer-holder .link-footer li:first-child {
                display: none;
            }*/

            /*.footer-holder .link-footer li:nth-child(7):before,
            .footer-holder .link-footer li:nth-child(6):before,
            .footer-holder .link-footer li:nth-child(5):before,
            .footer-holder .link-footer li:nth-child(4):before,
            .footer-holder .link-footer li:nth-child(3):before {
                right: 0;
                left: 0;
                top: -17px;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }*/



            .footer-holder .link-footer li:nth-child(7):before,
            .footer-holder .link-footer li:nth-child(6):before,
            .footer-holder .link-footer li:nth-child(5):before,
            .footer-holder .link-footer li:nth-child(4):before,
            .footer-holder .link-footer li:nth-child(3):before {
                /*content: "|";
                color: #bdbcbd;
                display: inline-block;
                font-size: 28px;
                position: absolute;
                left: -16%;
                right: 100%;
                top: -10px;
                font-weight: 100;*/
                right: 0;
                left: 0;
                top: -28px;
                content: "_";
                color: #bdbcbd;
                display: inline-block;
                font-size: 28px;
                position: absolute;
            }


        .footer-holder .toggle-block .opener {
            text-align: center;
            padding: 0 1px 0 1px;
        }

    #main .box-enrollment .cols-holders {
        display: block;
    }

    #main .box-enrollment .top-line {
        display: block;
        text-align: center;
    }

    #main .box-enrollment .left-box,
    #main .box-enrollment .center-box {
        max-width: 100%;
    }

        #main .box-enrollment .left-box .wrap-nav-icon,
        #main .box-enrollment .center-box .wrap-nav-icon {
            position: relative;
            left: auto;
            top: auto;
        }

    #main .box-enrollment .center-box {
        width: 100%;
        max-width: 100%;
    }

        #main .box-enrollment .center-box .box-desktop-table table {
            width: 100%;
            margin: 0 auto 20px auto;
            max-width: 100%;
        }

    .EnrollmentPlanBox {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 300px;
        max-width: 300px;
    }

    .btn-enroll2 {
        font-family: AvenirNext;
        font-weight: 700;
        display: block;
        background: var(--WebSiteColor,#29abe2);
        padding: 24px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        text-decoration: none;
        border-radius: 9px 9px 0px 0px;
        box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
    }

    .box-item-bottom .header-actions {
        font-weight: 400;
        border: none;
        color: #fff;
        background: #449d44; /*#8a2843;*/
        letter-spacing: 1px;
        padding: 12px;
        border-radius: 5px;
        font-size: 15px;
    }

    #main .box-enrollment .right-box {
        width: 100%;
        max-width: 100%;
        padding-top: 15px;
        border-top: none;
    }

    .box-enrollment-summary .left-col {
        width: 100%;
        max-width: 100%;
    }

    .box-enrollment-summary .btn-open-detail {
        max-width: 100%;
    }

    .box-enrollment-summary .tabset {
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .box-enrollment-summary .tabset li a {
            display: block;
        }

    .box-enrollment-summary .tab-content .column-3 {
        width: 50%;
    }

    .box-enrollment-summary .tab-content .plan-details .box-item {
        max-width: 100%;
    }

        .box-enrollment-summary .tab-content .plan-details .box-item:after {
            margin-right: 0;
        }

    .box-enrollment-chart dl {
        margin-bottom: 35px;
    }

    .box-enrollment-chart .top-line {
        padding-left: 0;
    }

        .box-enrollment-chart .top-line h3 {
            margin-right: 0;
            font-size: 24px;
            text-align: center;
            display: block;
            margin-bottom: 30px;
        }

        .box-enrollment-chart .top-line .sort-nav {
            margin-bottom: 35px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .box-enrollment-chart .top-line .sort-nav li {
                margin-bottom: 15px;
            }

    .box-enrollment-chart .box-table {
        padding-left: 0;
        padding-right: 0;
    }

        .box-enrollment-chart .box-table table th {
            width: auto;
        }

    .box-questions .questions ul li a {
        width: 175px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .lblPM {
        font-size: 16px;
    }

    #main .box-nav-menu {
        margin-bottom: 15px;
    }

    h2,
    .h2 {
        /*font-size:169%;*/
        font-size: 23px;
        color: #333;
    }

    .box-registration .group-input label {
        font-size: 14px;
    }

    #header .box-top-line .top-line .box-left-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .box-registration {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    #header .box-top-line .top-line .box-center-col {
        /*color: #fff;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;*/
        display: inline-block;
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        font-family: AvenirNext;
        font-weight: 600;
        word-spacing: 2px;
        letter-spacing: 1px;
        font-size: 18px;
        margin: 0 8px;
    }

    #header .box-top-line .top-line .box-right-col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

        #header .box-top-line .top-line .box-right-col .burger-menu div {
            width: 17px;
            height: 2px;
        }

    #header .box-bottom-line .bottom-line {
        box-shadow: 0 5px 11px 1px #ededed;
        padding: 9px 0 12px;
    }

    .content .wrap-card {
        margin-bottom: 34px;
        padding-bottom: 0;
    }

    .content .right-col .box-img,
    .content .left-col .box-img {
        width: 177px;
        height: 177px;
    }

    .content .right-col .box-text .top-line .title-topline,
    .content .left-col .box-text .top-line .title-topline {
        margin-bottom: 36px;
    }

    .content .right-col .box-text .box-data dl dt,
    .content .left-col .box-text .box-data dl dt {
        width: 100px;
    }

    .content .right-col .box-text .box-table-dependents,
    .content .left-col .box-text .box-table-dependents {
        margin-bottom: 46px;
    }

    .content .right-col .box-text .box-table-dependents-two,
    .content .left-col .box-text .box-table-dependents-two {
        margin-bottom: 32px;
    }

    .content .left-col,
    .content .right-col {
        /*padding: 68px 0 34px 0;*/
        border-top: 8px solid var(--WebSiteColor,#29abe2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        padding: 43px 25px 53px 35px;
        box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
        margin-bottom: 10px;
        position: relative;
        margin-top: 10px;
        margin: 10px;
    }

    .content .box-more-bottom {
        margin: 0 0px 20px;
        text-align: left;
        padding: 17px;
    }

    .content .btn-recent {
        margin-bottom: 36px;
    }

        .content .btn-recent a {
            padding: 21px 39px;
        }

    .bottom-section {
        margin-bottom: 0;
    }

        .bottom-section .holder-box {
            max-width: 314px;
            margin: 0 auto 50px auto;
        }

            .bottom-section .holder-box h2 {
                margin-bottom: 18px;
            }

            .bottom-section .holder-box .card-category {
                padding: 3px 5px;
                margin-bottom: 18px;
            }

    #main .box-enrollment {
        padding-top: 37px;
    }

        #main .box-enrollment .cols-holders {
            padding-bottom: 15px;
        }

        #main .box-enrollment h1 {
            margin-bottom: 35px;
        }

        #main .box-enrollment .top-line {
            margin-bottom: 32px;
        }

        #main .box-enrollment p {
            margin-bottom: 50px;
        }

        #main .box-enrollment .left-box .title-cols,
        #main .box-enrollment .center-box .title-cols {
            font-size: 24px;
            margin: 0 -20px 26px;
            width: auto;
            display: block;
        }

        #main .box-enrollment .left-box .wrap-nav-icon,
        #main .box-enrollment .center-box .wrap-nav-icon {
            margin-left: 6px;
            margin-bottom: 29px;
        }

        #main .box-enrollment .center-box .title-cols {
            font-size: 24px;
            margin: 0 -20px 26px;
            width: auto;
            display: block;
            padding: 11px 22px 11px 23px;
        }

        #main .box-enrollment .center-box p {
            margin-bottom: 31px;
        }

        #main .box-enrollment .center-box .box-mobile-table {
            margin-bottom: 25px;
        }

            #main .box-enrollment .center-box .box-mobile-table table {
                margin: 0 auto 12px auto;
                max-width: 100%;
            }

        #main .box-enrollment .right-box {
            border-top: 0;
            padding-top: 0;
        }

            #main .box-enrollment .right-box a {
                margin-bottom: 14px;
            }

    .box-enrollment-summary {
        padding: 2px 0 72px;
    }

        .box-enrollment-summary .btn-open-detail {
            font-size: 24px;
            margin: 0 -20px 32px;
            width: auto;
            display: block;
            max-width: none;
        }

        .box-enrollment-summary .tab-content .plan-details .box-item-bottom {
            margin-bottom: 39px;
        }

    .box-enrollment-chart .box-table table td {
        padding: 0 3px 10px;
    }



    .box-questions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 200px;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .box-questions {
        /*height: auto;
        display: block;
        padding-top: 36px;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 400px;
        padding-top: 37px;
        padding-bottom: 60px;
    }

        .box-questions .questions h1 {
            margin-bottom: 64px;
            font-size: 21px;
        }

        .box-questions .questions ul {
            display: flex; /*inline-block;*/
        }

            .box-questions .questions ul li {
                display: block;
                margin-right: 0;
                margin-bottom: 13px;
            }

                .box-questions .questions ul li a {
                    /*background: #f2f2f2;
                    border-top: none;
                    padding: 45px 0;
                    font-size: 17px;
                    width: 100%;*/
                    font-family: AvenirNext;
                    font-weight: 600;
                    display: block;
                    border-top: 11px solid #ccc;
                    text-decoration: none;
                    padding: 46px 0 56px;
                    width: 220px;
                    color: #4d4d4d;
                    font-size: 14px;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
                    border-radius: 9px;
                }


    .box-registration .btn-next {
        margin: 0 auto 54px auto;
    }

    .box-registration .tabset > .column-4 {
        width: 33.33%;
    }

    .box-registration .column-8 {
        width: 100%;
    }

    .wrap-filters {
        padding-bottom: 10px !important;
    }

    .box-title h1 {
        margin-right: 0;
        font-size: 21px;
    }

    .box-title a {
        font-size: 0;
    }

        .box-title a .fa-angle-left {
            margin-left: 0;
        }

        .box-title a .fa-angle-right {
            margin-right: 0;
        }

    .wrap-card-block .cols-holder > .col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .form-boxes .form-box {
        width: 100%;
        padding: 0 9px 16px;
    }

        .form-boxes .form-box .frame {
            border-top: 8px solid var(--WebSiteColor,#29abe2);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, .14);
            padding: 20px 10px;
        }

    .form-actions {
        padding: 0 0 38px;
        width: 100%;
    }

    .box-registration .cols-holder {
        margin-left: 12px;
        margin-right: 12px;
    }

    .column-2 {
        width: 100%;
    }

    .column-3 {
        width: 100%;
    }

    .column-4 {
        width: 100%;
    }

    .column-8 {
        width: 100%;
    }

    .column-9 {
        width: 100%;
    }

    .column-12 {
        width: 100%;
    }

    .a {
        text-align: right;
    }
    /*for plans in OE*/
    .EnrollmentPlanBox {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 365px;
        max-width: 300px;
    }
    /*COLE Form*/
    .form-boxes dl {
        display: grid;
    }

    /* Edit button right side on mobile*/
    .content .wrap-nav-icon {
        left: unset;
        margin-left: 0px;
        right: 15px;
    }

    #main .box-enrollment .center-box .box-desktop-table table {
        font-size: 14px;
    }

    .main-title h1 {
        font-size: 21px;
    }

    h1,
    .h1 {
        font-size: 21px;
    }

    #main .box-enrollment h1 {
        font-size: 21px;
    }

    #main .title-cols-2 {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    #main .box-nav-menu {
        margin-bottom: 5px;
    }

        #main .box-nav-menu .sticky-wrap-js-desktop-nav {
            display: none;
        }

        #main .box-nav-menu ul.desktop-nav {
            display: none;
        }

    .wrap-card-block .title-slide {
        margin: 0 -40px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: var(--WebSiteColor,#29abe2);
        height: 87px;
        padding: 5px 40px;
        border-top: 1px solid #fff;
    }

    .mobile-visible {
        display: block !important;
    }
}

@media (max-width: 699px) {
    #sidebar .jcf-scrollable-wrapper {
        /*overflow-y: hidden !important;*/
    }

    #sidebar .jcf-scrollable {
        /*overflow-y: hidden !important;*/
    }

    .block-filters .filter-box:last-child {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 12px;
    }

    .lblPM {
        font-size: 14px;
    }

    .mobile-hide {
        display: none !important;
    }

    #wrapper {
        padding-bottom: 150px;
    }

    h2,
    .h2 {
        font-size: 20px;
        color: #333;
    }

    .box-registration .group-input label {
        font-size: 12px;
    }

    .box-registration .group-input input,
    .box-registration .group-input textarea,
    .box-registration .group-input select {
        font-size: 12px;
        font-weight: 600;
        outline: none;
        width: 100%;
        padding: 9px 12px 7px;
        border: 2px solid #c6c6c6;
        min-height: 41px;
    }

    .footer-holder {
        padding: 11px 0 0;
    }

        .footer-holder .link-footer {
            padding-bottom: 0;
        }

        .footer-holder .toggle-block .opener {
            padding: 24px 1px 24px 1px;
        }

    #main .box-enrollment .cols-holders {
        border-bottom: none;
    }

    #main .box-enrollment .left-box .box-data,
    #main .box-enrollment .center-box .box-data {
        margin-bottom: 32px;
    }

    #main .box-enrollment .left-box .wrap-nav-icon,
    #main .box-enrollment .center-box .wrap-nav-icon {
        margin-left: 0;
        left: 5px;
    }

    #main .box-enrollment .center-box .box-desktop-table {
        display: none;
    }

    #main .box-enrollment .center-box .box-mobile-table {
        display: block;
    }

    .box-enrollment-summary {
        padding: 2px 0 0;
    }

        .box-enrollment-summary .tab-content .column-3 {
            width: 100%;
        }

    .box-enrollment-chart {
        padding-top: 24px;
    }

        .box-enrollment-chart .btn-close {
            margin-bottom: 44px;
        }

        .box-enrollment-chart dl dt {
            margin-left: 0;
        }

        .box-enrollment-chart .box-table {
            font-size: 12px;
        }

            .box-enrollment-chart .box-table table th {
                padding-right: 5px;
                min-width: 55px;
            }

                .box-enrollment-chart .box-table table th:after {
                    margin-right: 0;
                }

            .box-enrollment-chart .box-table table td {
                padding: 0 0px 10px;
                padding-right: 5px;
            }

                .box-enrollment-chart .box-table table td:after {
                    margin-right: 0;
                    padding-right: 5px;
                }

    .box-registration .tabset > .column-4 {
        width: 33.33%;
    }
    /*-------------------------- Progress Bar Start ------------------------------------*/

    .modal {
        position: fixed;
        z-index: 999;
        height: 100%;
        left: 0%;
        right: 0%;
        width: 100%;
        top: 0;
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

    .center1 {
        z-index: 1000;
        margin: 300px auto;
        padding: 10px;
        width: 130px;
        background-color: White;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

        .center1 img {
            height: 128px;
            width: 128px;
        }

    /*-------------------------- Progress Bar End ------------------------------------*/

    .details-info {
        padding: 0 0 0 0;
        margin: 0;
    }

        .details-info ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .details-info .heading-list li {
            padding: 0 0 15px;
        }

        .details-info ul li {
            width: calc(20% - 4px);
        }

        .details-info .heading-list .mobile-visible {
            color: #808080;
            border-top: 4px solid #b3b2b3;
            margin-top: 3px;
            padding: 5px 0 0;
        }

        .details-info .heading-list li {
            border-bottom: 4px solid #b3b2b3;
            padding: 7px 0;
            margin-right: 4px;
        }

        .details-info .content-list li {
            border-bottom: 1px solid #ccc;
            padding: 0 0 5px;
        }

        .details-info .content-list li {
            margin-right: 4px;
        }

    /*#main .box-registration .center-box .box-desktop-table {
        display: block;
    }

        #main .box-registration .center-box .box-desktop-table table {
            width: 100%;
            color: #808080;
            font-size: 16px;
            margin-bottom: 0;
            margin-left: 0;
        }

            #main .box-registration .center-box .box-desktop-table table tr th {
                font-weight: 400;
                padding-bottom: 16px;
                text-align: left;
            }

                #main .box-registration .center-box .box-desktop-table table tr th:after {
                    content: "";
                    border-bottom: 4px solid #b3b3b3;
                    display: block;
                    margin-right: 5px;
                }

            #main .box-registration .center-box .box-desktop-table table tr td {
                padding-right: 5px;
                padding: 8px 0 4px;
            }

                #main .box-registration .center-box .box-desktop-table table tr td:after {
                    content: "";
                    border-bottom: 1px solid #ccc;
                    display: block;
                    margin-right: 5px;
                    padding: 0 0 5px;
                }

                #main .box-registration .center-box .box-desktop-table table tr td:first-child {
                    padding: 8px 0 4px;
                }
        */
    #main .box-registration .center-box .box-desktop-table table {
        border-collapse: collapse;
        /*border-collapse:separate;
        border-spacing: 4px;*/
        padding: 10px 25px 0 0;
        width: 100%
    }

        #main .box-registration .center-box .box-desktop-table table tr th {
            /*padding-bottom: 8px;*/
            text-align: left;
        }

        #main .box-registration .center-box .box-desktop-table table th {
            color: black;
            font-weight: bold;
            /*border-left: 4px solid white;*/
            border-bottom: 4px solid #b3b2b3;
            margin-right: 4px;
        }

        #main .box-registration .center-box .box-desktop-table table td {
            border-left: 4px solid white;
            border-bottom: 1px solid #ccc;
            padding: 8px 0 8px 0;
            /*width: inherit;*/
            margin-right: 4px;
            /*margin-bottom: 5px;*/
            color: #808080;
        }


    #main .box-registration .center-box .box-mobile-table {
        margin-bottom: 30px;
        display: none;
    }

        #main .box-registration .center-box .box-mobile-table .title-mobile {
            border-bottom: 8px solid var(--WebSiteColor,#29abe2);
            margin-bottom: 20px;
            font-size: 16px;
            color: #808080;
            padding-bottom: 2px;
        }

        #main .box-registration .center-box .box-mobile-table table tr {
            border-bottom: 2px solid #ccc;
        }

            #main .box-registration .center-box .box-mobile-table table tr td {
                padding-right: 5px;
                padding: 8px 0px 4px;
            }

                #main .box-registration .center-box .box-mobile-table table tr td:after {
                    content: "";
                    border-bottom: none;
                    display: block;
                    margin-right: 5px;
                    padding: 0 0 5px;
                }

                #main .box-registration .center-box .box-mobile-table table tr td:first-child {
                    width: 100px;
                    padding: 8px 0 4px;
                }

    /*COLE Form*/
    .form-boxes dl {
        display: grid;
    }

    #main .box-enrollment .center-box .title-cols {
        margin: 0 0px 26px;
    }

    .main-title h1 {
        font-size: 18px;
    }

    #main .box-enrollment h1 {
        font-size: 18px;
    }

    .box-questions .questions h1 {
        font-size: 18px;
    }

    .box-title h1 {
        font-size: 18px;
    }

    h1,
    .h1 {
        font-size: 18px;
    }

    #main .title-cols-2 {
        font-size: 18px;
    }
}

/*Issue #11525(LyfBlox Mobile Testing)..26/09/2023--Dipak_Baviskar--[Start]*/
@media (max-width:768px) and (min-width:768px){
    .box-questions .questions ul li {
        display: block;
        margin-right: 10px !important;
        margin-bottom: 13px;
    }
}
@media (max-width:540px) and (min-width:540px) {
    .box-questions .questions ul li {       
        margin-right: 5px !important;
        margin-left:5px !important;
    }
}
/*Issue #11525(LyfBlox Mobile Testing)..26/09/2023--Dipak_Baviskar--[End]*/

@media (min-width: 769px) and (max-width: 890px) {
    .mobile-visible {
        display: none !important;
    }
}

@media (min-width:820px) and (max-width:912px){
    .form-boxes .form-box {
        width: 100%;
        padding: 0 9px 16px;
    }
}

/*css for beneficiary designation */



.beneficiary-designation .box-registration .boxx {
    height: 100%;
    box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
    padding: 20px 40px;
    border-top: 8px solid var(--WebSiteColor,#29abe2);
    margin-bottom: 5px;
}

.beneficiary-designation .box-registration .boxxx {
    height: 100%;
    box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
    padding: 20px 40px;
    border-top: 8px solid var(--WebSiteColor,#29abe2);
    margin-bottom: 5px;
    width: 1060px;
}

.beneficiary-designation .content .box-more-bottom {
    background: var(--WebSiteColor,#29abe2);
    padding: 16px 21px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 30px;
    box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
}

    .beneficiary-designation .content .box-more-bottom a {
        font-family: AvenirNext;
        font-weight: 700;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
    }

        .beneficiary-designation .content .box-more-bottom a:hover {
            opacity: .7;
        }

        .beneficiary-designation .content .box-more-bottom a i {
            font-size: 20px;
            vertical-align: sub;
            margin-left: 9px;
        }




#main .beneficiary-designation .box-registration .center-box .box-desktop-table table {
    border-collapse: collapse;
    padding: 10px 25px 0 0;
    width: 100%
}

    #main .beneficiary-designation .box-registration .center-box .box-desktop-table table tr:nth-child(2n) {
        background-color: #f2f2f2;
    }

    #main .beneficiary-designation .box-registration .center-box .box-desktop-table table tr th {
        /*padding-bottom: 8px;*/
        text-align: left;
    }

    #main .beneficiary-designation .box-registration .center-box .box-desktop-table table th {
        color: black;
        font-weight: bold;
        /*border-left: 4px solid white;*/
        border-bottom: 4px solid var(--WebSiteColor,#29abe2);
        margin-right: 4px;
        font-weight: 400;
    }

    #main .beneficiary-designation .box-registration .center-box .box-desktop-table table td {
        border-left: 4px solid white;
        border-bottom: 1px solid #ccc;
        padding: 8px 0 8px 0;
        margin-right: 4px;
        color: #808080;
    }

#main .beneficiary-designation .box-registration .center-box .box-mobile-table {
    margin-bottom: 30px;
    display: none;
}

    #main .beneficiary-designation .box-registration .center-box .box-mobile-table .title-mobile {
        border-bottom: 8px solid var(--WebSiteColor,#29abe2);
        margin-bottom: 20px;
        font-size: 16px;
        color: #808080;
        padding-bottom: 2px;
    }

    #main .beneficiary-designation .box-registration .center-box .box-mobile-table table tr {
        border-bottom: 2px solid #ccc;
    }

        #main .beneficiary-designation .box-registration .center-box .box-mobile-table table tr:nth-child(2n) {
            background-color: #f2f2f2;
        }

        #main .beneficiary-designation .box-registration .center-box .box-mobile-table table tr td {
            padding-right: 5px;
            padding: 8px 0px 4px;
        }

            #main .beneficiary-designation .box-registration .center-box .box-mobile-table table tr td:after {
                content: "";
                border-bottom: none;
                display: block;
                margin-right: 5px;
                padding: 0 0 5px;
            }

            #main .beneficiary-designation .box-registration .center-box .box-mobile-table table tr td:first-child {
                width: 100px;
                padding: 8px 0 4px;
            }

/* css for beneficiary designation Details (Question box)*/

.beneficiary-designation .box-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .beneficiary-designation .box-questions .questions {
        text-align: center;
    }

        .beneficiary-designation .box-questions .questions h1 {
            margin-bottom: 92px;
            font-size: 27px;
            color: #666;
            font-weight: normal;
        }

        .beneficiary-designation .box-questions .questions ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .beneficiary-designation .box-questions .questions ul li {
                margin-right: 10px;
            }

                .beneficiary-designation .box-questions .questions ul li a {
                    font-family: AvenirNext;
                    font-weight: 600;
                    display: block;
                    border-top: 11px solid #ccc;
                    text-decoration: none;
                    padding: 46px 0 56px;
                    width: 220px;
                    color: #4d4d4d;
                    font-size: 14px;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 1px 3px 1px rgba(60,64,67, 0.15);
                    border-radius: 9px;
                    height: 145px;
                }

                    .beneficiary-designation .box-questions .questions ul li a:hover, .box-questions .questions ul li a.active {
                        background: var(--WebSiteColor,#29abe2);
                        color: #fff;
                        border-color: var(--WebSiteColor,#29abe2);
                        box-shadow: 0 1px 2px rgba(60,64,67, 0.3), 0 2px 6px 2px rgba(60,64,67, 0.15);
                    }

                .beneficiary-designation .box-questions .questions ul li:last-child {
                    margin-right: 0;
                }

/*-------------------------- FSA CSS Start ------------------------------------*/

.fsa {
}

.info-boxes-frame strong {
    font-weight: 500;
    font-size: 19px;
    color: #333;
}

.info-boxes-frame .info-box-center b {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.info-boxes {
    max-width: 1180px;
    padding: 5px 0;
    counter-reset: section;
    margin: 0 auto;
}

    .info-boxes .info-box {
        text-align: center;
        color: #808080;
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 30px;
    }

    .info-boxes .info-box-center {
        text-align: center;
        color: #808080;
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 30px;
    }

    .info-boxes .info-box .title-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 25px;
    }

    .info-boxes .info-box-center .title-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 25px;
    }

    .info-boxes .info-box h3 {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #1a1a1a;
        margin: 0 0 10px;
    }

    .info-boxes .info-box-center h3 {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #1a1a1a;
        margin: 0 0 10px;
    }

    .info-boxes .info-box h3:before {
        display: inline-block;
        font-size: 28px;
        font-weight: 300;
        margin-right: 3px;
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .info-boxes .info-box-center h3:before {
        display: inline-block;
        font-size: 28px;
        font-weight: 300;
        margin-right: 3px;
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

#main .form-header-2 {
    Padding: 0px 9px 0px 9px;
}
/*-------------------------- FSA CSS End ------------------------------------*/



/* --------------------------Vol Life Start------------------------------------*/
.vol {
}

    .vol .form-boxes {
        margin: 0 0 0 25%;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

        .vol .form-boxes .form-box-top .frame {
            height: 100%;
            box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
            padding: 10px 20px 2px;
            border-top: 8px solid var(--WebSiteColor,#29abe2);
        }

        .vol .form-boxes .form-box-top {
            padding: 0 9px 16px;
            color: #808080;
            font-size: 14px;
        }

    .vol b, .form-box-top strong {
        font-weight: 500;
        font-size: 20px;
    }

/*.vol .p-center {
        margin: 0 0 1em;
        font-size: 17px;
    }*/
/* --------------------------Vol Life End------------------------------------*/

/*----------------------------Ipad pro and more than 1024 px device Start--------------------------*/

@media (min-width:1024px) {
    /*wrap-card-block .cols-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wrap-card-block .cols-holder > .col {
        padding-left: 15px;
        padding-right: 15px;
    }*/

    .content .right-col, .content .left-col {
        border-top: 8px solid var(--WebSiteColor,#29abe2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 43px 25px 53px 35px;
        box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
        margin-bottom: 10px;
        position: relative;
        margin-top: 10px;
    }
}

/*----------------------------Ipad pro and more than 1024 px device End--------------------------*/

/*--------------------landscape mode for iphone-X and nexus Start--------------------------*/
@media (min-width : 375px) and (max-width : 823px) and (orientation : landscape) {
    .content .left-col, .content .right-col {
        border-top: 8px solid var(--WebSiteColor,#29abe2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        padding: 43px 25px 53px 35px;
        box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
        margin-bottom: 10px;
        position: relative;
        margin-top: 10px;
    }

    .column-8 {
        width: 100%;
    }

    .column-4 {
        width: 100%;
    }
}

/*--------------------landscape mode for iphone-X and nexus End--------------------------*/

/*-----------------------Employee User Control of About Me Start-----------------------------------*/
@media (min-width : 768px) and (max-width:1023px) {
    .content .left-col, .content .right-col {
        border-top: 8px solid var(--WebSiteColor,#29abe2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        padding: 43px 25px 53px 35px;
        box-shadow: 0 1px 10px rgba(60,64,67, 0.3), 0 1px 12px 2px rgba(60,64,67, 0.15);
        margin-bottom: 10px;
        position: relative;
        margin-top: 10px;
    }

    .column-8 {
        width: 100%;
    }

    .column-4 {
        width: 100%;
    }
}

/*-----------------------------------------Ipad device Start--------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .column-3 {
        width: 19%;
    }

    /*.content .wrap-nav-icon {
        position: absolute;
        left: 25px; 
        top: 30px;
        float: right;
        margin-left: 0px;
    }*/

}
/*------------------------------------------------Ipad device End----------------------------------------------*/

/*----------------------------Ipad pro and more than 1024 px device Start--------------------------*/
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .column-3 {
        width: 25%;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .column-3 {
        width: 25%;
    }

    .content .wrap-nav-icon {
        /*position: initial;*/
        left: 0;
        top: 33px;
        float: none;
        margin-left: 75%; /*85%;*/
        margin-top: 1%;
        position: absolute;
    }
}

select {
    font-size: 16px;
    outline: none;
    width: fit-content;
    padding: 5px 4px 3px;
    border: 2px solid #c6c6c6;
}

    .column-10ddl {
        width: 70%;
    }


.column-2ddl {
    position: relative;
    display: inline;
    width: 30%;
}
@media (min-width: 280px) and (max-width: 500px) {
    .column-2ddl {
        margin-left: 50%;
    }
}
@media (min-width:501px) and (max-width: 599px) {
    .column-2ddl {
        margin-left: 62%;
    }
}
@media (min-width: 600px) and (max-width: 779px) {
    .column-2ddl {
        margin-left: 66%;
    }
}
@media (min-width: 780px) and (max-width: 999px) {
    .column-2ddl {
        margin-left: 74%;
    }
}
@media (min-width: 780px) and (max-width: 999px) {
    .column-2ddl {
        margin-left: 78%;
    }
}
@media (min-width: 1000px) and (max-width: 1469px) {
    .column-2ddl {
        margin-left: 80%;
    }
}
@media (min-width: 1470px) and (max-width: 1669px) {
    .column-2ddl {
        margin-left: 84%;
    }
}

@media (min-width: 1670px) and (max-width: 1851px) {
    .column-2ddl {
        margin-left: 87%;
    }
}

@media (min-width: 1852px) {
    .column-2ddl {
       position: relative;
        display: inline;
        left: 89%;
    }
}



/*@media (min-width:300) and (max-width: 600px) {
    #column-2ddl {
        margin-left: 40%;
    }
}*/


.cols-holderddl
{
    margin-top:-10px;
    margin-right:2px !important
}



@media (max-width: 480px) {
    #wrapper {
        padding-bottom: 10px;
    }
}
.main-holder #sidebar {
   margin-bottom:-25%;
}
@media (max-width: 480px)
{
    .main-holder #sidebar {
        margin-bottom: -38%;
    }
}
/*----------------------------Ipad pro and more than 1024 px device End--------------------------*/


/*-----------------------Employee User Control of About Me End-----------------------------------*/

/*-----------------------Send Documents User Control of About Me Start-----------------------------------*/

/*-----------------------Send Documents User Control of About Me End-----------------------------------*/

/*--------------------landscape mode for iphone-X and nexus End--------------------------*/

cols-holder col .ddllanguage {
    margin-top: -50px;
}
@media (min-width: 300) {
    .column-10 #abc {
        width: 83.33%;
    }
}



/*issue #12697 New lyfblox Login = > New Requirement Or New Requirement Related Issue. Nishant start date-11/23/2024 */

/******************* To remove default eye toggle icon for edge browser eye *****************/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
/*issue #12697 New lyfblox Login = > New Requirement Or New Requirement Related Issue. Nishant start date-11/23/2024*/