/* styles-l for cms pages */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'ThemeIcons';
    src: url('../fonts/themeicons/ThemeIcons.eot?387osh');
    src: url('../fonts/themeicons/ThemeIcons.eot?#iefix387osh') format('embedded-opentype'), url('../fonts/themeicons/ThemeIcons.woff?387osh') format('woff'), url('../fonts/themeicons/ThemeIcons.ttf?387osh') format('truetype'), url('../fonts/themeicons/ThemeIcons.svg?387osh#ThemeIcons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  .subSections {
    padding: 5rem 0;
}
@media all and (min-width: 768px), print {
    
    .abs-add-box-sizing-desktop,
    .column.main,
    .sidebar-main,
    .sidebar-additional,
    .vertnav-trigger,
    .navi.nav-vert-triggerable {
        box-sizing: border-box;
    }
    
    h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .page-main {
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }
    
    .columns {
        display: block;
    }
    .column.main {
        min-height: 300px;
    }
    
    html {
        background: none;
        background-color: transparent;
    }
    html,
    body {
        height: 100%;
    }
    .page-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .header-container .hp-blocks-holder {
        display: table;
        width: 100%;
    }
    .header-container .hp-blocks-holder .hp-block:before,
    .header-container .hp-blocks-holder .hp-block:after {
        content: '';
        display: table;
    }
    .header-container .hp-blocks-holder .hp-block:after {
        clear: both;
    }
    .header-container .central-column {
        text-align: center;
    }
    .header-container .header-primary .central-column {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-container .search-wrapper {
        width: 100%;
    }
    .header-container .nav-container.simple .nav {
        width: 100%;
    }
    .header-container .nav-container.simple .inner-container {
        padding-left: 0;
        padding-right: 0;
    } 
}

/* styles-m for cms pages */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  [class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
  }
body {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
    display: block;
}
nav ul,
nav ol {
    list-style: none none;
}
img {
    border: 0;
}
img,
object,
video,
embed {
    max-height: 100%;
    max-width: 100%;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}
body {
    color: #333333;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
b,
strong {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
small,
.small {
    font-size: 12px;
}
h1 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}
h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
h3 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
h4 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
a,
.alink {
    color: #aaaaaa;
    text-decoration: none;
}
a:hover,
.alink:hover {
    color: #5bd2ec;
}
ul,
ol {
    margin-top: 0rem;
    margin-bottom: 2.5rem;
}
ul > li,
ol > li {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
table th {
    text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
    vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
    vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
    background-image: none;
    background: #eeeeee;
    border: none;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 8px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
    background: #333333;
    color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #c2c2c2;
}

select {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
    box-shadow: none;
    outline: 0;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.widget_upcoming ul li:before,
.widget_upcoming ul li:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.inner-container:before,
.inner-container:after,
.clearfix:before,
.clearfix:after,
.clearer:before,
.clearer:after,
.section-line:before,
.section-line:after,
.section-title:before,
.section-title:after,
.block-related-thumbnails .product:before,
.block-related-thumbnails .product:after,
.products-grid:before,
.products-grid:after,
.products-list li.item:before,
.products-list li.item:after,
.product-view .box-description:before,
.product-view .box-description:after,
.products-list .product-item-actions:before,
.products-list .product-item-actions:after,
.user-menu:before,
.user-menu:after,
.top-links ul:before,
.top-links ul:after,
.footer-container .footer-primary-top > .inner:before,
.footer-container .footer-primary-top > .inner:after,
.footer-container .footer-primary-bottom > .inner:before,
.footer-container .footer-primary-bottom > .inner:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
    content: '';
    display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.widget_upcoming ul li:after,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.inner-container:after,
.clearfix:after,
.clearer:after,
.section-line:after,
.section-title:after,
.block-related-thumbnails .product:after,
.products-grid:after,
.products-list li.item:after,
.product-view .box-description:after,
.products-list .product-item-actions:after,
.user-menu:after,
.top-links ul:after,
.footer-container .footer-primary-top > .inner:after,
.footer-container .footer-primary-bottom > .inner:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
    clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
    box-sizing: border-box;
}
.columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.columns .column.main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-bottom: 40px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.table:not(.cart):not(.totals) {
    border: none;
}

button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
    border-radius: 0;
}
.modal-slide,
.modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
}
.modal-slide {
    left: 44px;
    z-index: 900;
}
.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem;
}
.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
}
.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform .2s ease;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.modal-popup {
    pointer-events: none;
}
.modal-popup .action-close {
    padding: 10px;
}
.modal-slide .action-close {
    padding: 1.1rem 2rem;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}
.nav-item--stickylogo {
    display: none;
}
li.level0 > a > span {
    position: relative;
}
.navi,
.menu-trigger,
.nav-regular .nav-item.level0 > a {
    -webkit-tap-highlight-color: transparent;
}
.navi-wrapper {
    position: relative;
}
.navi {
    position: relative;
    /* Dropdown box position is relative to this container */
    -webkit-transform: translateZ(0);
    /* Fix possible glitches during animation */
}
.navi > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navi > ul:before,
.navi > ul:after {
    display: table;
    content: " ";
}
.navi > ul:after {
    clear: both;
}
.navi .nav-item {
    margin: 0;
}
.header-container .navi {
    z-index: 3;
}
.nav-border-bottom {
    clear: both;
}
.menu-trigger,
.nav-regular .nav-item.level0 > a {
    line-height: 50px;
}


.nav-regular .opener {
    display: none;
}
.nav-holders-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 4;
    /* One level above the top menu */
    position: relative;
    /* Important: do not add floating to this element. Otherwise menu items may leave a gap (in the place where holders wrapper is displayed)
    after sticky menu suspends sticky mode. */
}
.nav-holders-wrapper .nav-holder {
    margin: 0;
    float: right;
    /* Required default floating */
}
.menu-trigger,
.nav-holder .dropdown-block .dropdown-heading {
    font-size: 14px;
}
.mobnav-trigger {
    display: none;
}
.nav-holders-wrapper + .mobnav-trigger {
    float: left;
}
.nav-mobile .nav-panel--dropdown {
    /* To override width which can be added to dropdowns of the regular menu */
    width: 100% !important;
    /* Reset of dropdown's inline positioning */
    left: 0 !important;
    top: 0 !important;
}

.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown {
    background-color: transparent !important;
}
.nav-mobile .caret {
    display: none !important;
}
.nav-mobile .nav-item--stickylogo {
    display: none !important;
}
.nav-mobile .nav-holder {
    display: none !important;
}
.nav-regular .nav-item {
    text-align: left;
}
.nav-regular .nav-item > a {
    display: block;
    text-decoration: none;
    font-size: 14px;
}
.nav-regular li.level0 {
    float: left;
}
.nav-regular li.level0 > a {
    padding: 0 12px;
}
.nav-regular li.level0 > a > span {
    display: inline-block;
    white-space: nowrap;
}
.nav-regular li.level0:hover > a {
    /* Pull up the link above the dropdown */
    z-index: 1;
    position: relative;
}
.nav-regular li.level0 > a .caret {
    opacity: 0.3;
}
.nav-regular li.level0:hover > a .caret {
    opacity: 1;
}

.nav-regular .nav-panel--dropdown {
    display: none;
    position: absolute;
    top: 0;
    background-color: #fff;
    /* To avoid transparent menu */
    /* Uncomment below line to fix possible glitches during animation in webkit browsers */
    /*-webkit-transform: translateZ(0);*/
}

.nav-regular .classic > .nav-panel--dropdown > li > a {
    line-height: 36px;
    padding-left: 10px;
}

.nav-regular .classic > .nav-panel--dropdown {
    margin: 0;
    padding: 10px;
    width: 16em;
    min-width: 12em;
}

.nav-regular .nav-panel li.classic {
    position: relative;
}

.nav-regular .nav-panel li.classic:hover > a {
    z-index: 1;
    /* Pull up the link above the dropdown */
    position: relative;
}
.nav-acco {
    list-style-type: none;
}
.nav-acco li.nav-item {
    list-style-type: none;
    display: block;
    float: left;
    width: 100% !important;
    /* Use "!important" to override grid units styling */
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    /* For opener positioning */
}
.nav-acco ul.nav-panel {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.nav-acco li.parent > a {
    padding-right: 54px;
}

.nav-acco .nav-item > a {
    line-height: 50px;
    display: block;
    padding: 0 10px;
    font-size: 16px;
}
.nav-acco li.level0 > a {
    font-size: 18px;
    text-transform: uppercase;
}
.nav-acco li.level1 > a {
    padding-left: 30px;
    font-size: 16px;
    text-transform: uppercase;
}
.nav-acco .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.nav-acco .opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.block-search {
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}
.block-search .block-title {
    display: none;
}
.block-search .block-content {
    margin-bottom: 0;
}
.block-search .block.block-content {
    padding: 0;
}
.block-search .input-text {
    height: 36px;
    line-height: 36px;
    padding-right: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}
.block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 34px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
}
.block-search .action.search {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    z-index: 1;
    padding: 0;
    margin: 1px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.search-autocomplete {
    display: none;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}
body {
    background-color: #ffffff;
}
.page-footer {
    margin-top: auto;
}
.widget {
    clear: both;
}
@media only screen and (max-width: 767px) {
    
    .modal-popup.modal-slide {
        left: 44px;
        z-index: 900;
    }
    .modal-popup.modal-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        width: auto;
    }
    .modal-popup.modal-slide .modal-inner-wrap {
        margin: 0;
        max-height: none;
    }
    .modal-popup {
        pointer-events: auto;
    }
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #f4f4f4;
    }
    .footer-container .footer-top > *,
    .footer-container .footer-top .links,
    .footer-container .footer-primary-top > *,
    .footer-container .footer-primary-bottom > *,
    .footer-container .footer-bottom > * {
        text-align: center;
    }
    .footer-container .footer-copyright {
        margin-left: 0;
        margin-right: 0;
    }
    
}

.header-container .skip-link .label {
    display: none !important;
}
.header-container .skip-link .icon {
    margin-right: 0;
}
* {
    margin: 0;
    padding: 0;
}
ul,
ol {
    list-style: none;
}
body,
.page-wrapper,
.header-container,
.header-container2,
.header-container3,
.main-container,
.footer-container,
.footer-container2,
.footer-container3 {
    background-color: transparent;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.inner-container {
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
    clear: both;
}
.links {
    margin: 0;
}
.links > li {
    float: left;
    margin-bottom: 0;
}
.links > li > * {
    display: block;
    line-height: 36px;
    padding: 0 0.5833em;
}
.links-wrapper-separators-left .links > li {
    margin-left: -1px;
}
.links-wrapper-separators-left .links > li:first-child {
    margin-left: 0;
}
.links-wrapper-separators-left .links > li > * {
    background-image: url('../images/img/link-separator.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.ic {
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* If icon is applied to 'i' tag */
i.ic {
    font-style: normal;
}
a .ic {
    vertical-align: middle;
}
.ic-facebook:before {
    content: "\e213";
}
.ic-twitter:before {
    content: "\e214";
}
.ic-youtube:before {
    content: "\e216";
}
.ic-menu:before {
    content: "\e222";
}
.ic-instagram:before {
    content: "\e22f";
}
.ic-user:before {
    content: "\e230";
}
.ic-search:before {
    content: "\e235";
}


.ic-linkedin:before {
    content: "\e256";
}
.ic-up:before {
    content: "\e262";
}
#scroll-to-top {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    bottom: 56px;
    right: 30px;
    z-index: 9999;
    border-radius: 50%;
}
@keyframes updown {
    0%, 100% {
      bottom: -6rem;
    }
    50% {
      bottom: -2rem;
    }
  }
img.short-img {
    position: absolute;
    bottom: -6rem;
    left: 22rem;
    z-index: 1;
    animation: updown 5s infinite;
  }
  

img.big-img {
    z-index: 0;
}

.grid12-7.image-section {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.grid12-7.image-section > img {
    border-radius: 1rem;
    width: 45%;
}
.grid12-7.image-section img.short-img {
    width: 35%;
}
@media only screen and (max-width: 992px) {
    #scroll-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        bottom: 81px;
        right: 0;
        border-radius: 0;
    }
}

.header {
    padding: 0;
}
.top-links ul {
    float: left;
}
.header .logo-wrapper .logo {
    display: inline-block;
    max-width: 94%;
    margin: 3px 0;
    text-decoration: none !important;
}
.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

#nav-marker-regular,
#nav-marker-regular2,
#search-marker-regular,
#account-links-marker-regular,
#mini-compare-marker-regular,
#mini-cart-marker-regular,
#nav-marker-mobile,
#search-marker-mobile,
#account-links-marker-mobile,
#mini-compare-marker-mobile,
#mini-cart-marker-mobile {
    display: none;
}
section.banner.banner--home.subSections:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50vw solid transparent; /* Half of the viewport width */
    border-right: 50vw solid transparent; /* Half of the viewport width */
    border-top: 50px solid #EBF4F3; /* Height and color of the triangle */
    bottom: -4.5rem;
  }
  div#programs-carousel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

div#programs-carousel .item {
    flex-basis: 40%;
    background: #fff;
}
div#programs-carousel .item h4 {
    font-weight: 500;
    color: #14827E;
}
.skip-links-wrapper.skip-links--3 {
    display: block;
    width: 100%;
}
.logo-wrapper--mobile {
    display: block;
    width: 35%;
}
div#top .inner-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-evenly;
}
#hn body #header-container {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 991.98px) {
    .header-container .top-links {
        float: none !important;
        clear: both;
    }
    .header-container .top-links ul {
        float: none !important;
    }
    .header-container .logo-wrapper--mobile .logo {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .header-container .nav-mobile {
        display: block !important;
    }
    .header-container .skip-link {
        position: relative;
        float: left;
        width: 20%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }
    .header-container a.skip-link {
        text-decoration: none;
    }
    .header-container .skip-link .icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
        font-size: 16px;
        line-height: 16px;
    }
    .header-container .skip-link.dropdown-heading .label.hide,
    .header-container .skip-link .label {
        display: inline-block;
        vertical-align: middle;
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
    }
    .header-container .skip-link.skip-active,
    .header-container .skip-link:hover {
        color: inherit;
    }
    .header-container .skip-link.skip-active span {
        color: inherit;
    }
    .header-container .skip-links--3 .skip-link {
        width: 33.33%;
    }
    .header-container .skip-content {
        display: none;
    }
    .header-container .skip-content.skip-active {
        display: block;
    }
    .header-container .skip-content--style {
        clear: both;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* Skip content blocks have to be reset the same as all grid units
        because skip content blocks can have grid units */
        width: 100% !important;
        /* Added "!important" to override units with "no-gutter" class */
        margin: 0;
    }
    
    
    .header-container .nav-mobile .nav-item > a,
    .header-container .account-links .links > li > a {
        line-height: 50px;
    }
    .header-container .account-links .links > li {
        float: none;
    }
    .header-container .account-links .links > li > a {
        background-image: none;
        /* Remove link separators */
        font-weight: 600;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .header-container .hp-blocks-holder {
        display: table;
        width: 100%;
    }
    .header-container .hp-blocks-holder .hp-block:before,
    .header-container .hp-blocks-holder .hp-block:after {
        content: '';
        display: table;
    }
    .header-container .hp-blocks-holder .hp-block:after {
        clear: both;
    }
    .header-container .central-column {
        text-align: center;
    }
    .header-container .right-column {
        text-align: right;
    }
    .header-container .header-primary .central-column {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    
}
.header-container .right-column .search-wrapper {
    float: right;
}




.header-container .search-wrapper {
    width: 100%;
}
.header-container .nav-container.simple .nav {
    width: 100%;
}
.header-container .nav-container.simple .inner-container {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 991.98px) {
    .footer {
        margin: 0 auto;
        padding: 0;
        text-align: left;
    }
    .footer .footer-copyright {
        font-size: 11px;
        line-height: 16px;
        margin: 4px 0;
    }
    .footer .heading {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: normal;
    }
    .footer ul li {
        margin-bottom: 2px;
    }
    .caret {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: initial;
        /* Important: avoid caret exceeding height of the item */
    }
    .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
    .form-search .button:before,
    .buttons-set .back-link a:before,
    .btn-remove:before,
    .btn-remove2:before,
    .map-popup-close:before,
    .remember-me-popup-head .remember-me-popup-close:before,
    .btn-edit:before,
    .breadcrumbs .sep,
    .caret:before,
    #cboxPrevious:before,
    #cboxNext:before,
    #cboxClose:before,
    .slider-arrows1 .owl-controls .owl-buttons div:before,
    .slider-arrows2 .owl-controls .owl-buttons div:before,
    .slider-arrows3 .owl-controls .owl-buttons div:before,
    .nav-regular .nav-panel a .caret:before,
    .nav-vert li.level0 > a .caret:before,
    .uaccordion .opener:before,
    .nav-acco .opener:before,
    .qty-button.increase:before,
    .qty-button.decrease:before,
    .collapsible .block-title:after,
    .mobile-collapsible .block-title:after,
    .sidebar .block .block-title:after,
    .opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action.action.showcart:before,
    .opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart:before {
        display: inline-block;
        font-family: ThemeIcons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /*line-height: 1em;*/
        /* Important: don't overrid line height, it depends on the size of the icon */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .caret:before {
        content: "\e261";
    }
    .uaccordion .opener:before,
    .nav-acco .opener:before {
        content: "\e23c";
    }
    .uaccordion li.item-active > .opener:before,
    .nav-acco li.item-active > .opener:before {
        content: "\e23d";
    }
    .uaccordion .opener,
    .nav-acco .opener,
    .collapsible .opener {
        /* Icon size */
        font-size: 12px;
    }
    a,
    button,
    .menu-trigger .menu-trigger-inner,
    .menu-trigger .menu-trigger-inner .trigger-icon .line,
    .opener,
    a > .ib,
    a.feature-icon-hover > .ib,
    .cart.table-wrapper .actions-toolbar > .action,
    .action-gift {
        transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
        -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
        -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    }
    a:hover,
    button:hover,
    .menu-trigger .menu-trigger-inner:hover,
    .menu-trigger .menu-trigger-inner:hover .trigger-icon .line,
    .opener:hover,
    .nav-item > a:hover + .opener,
    a:hover > .ib,
    a.feature-icon-hover:hover > .ib,
    .cart.table-wrapper .actions-toolbar > .action:hover,
    .action-gift:hover {
        transition-duration: 100ms;
        -moz-transition-duration: 100ms;
        -webkit-transition-duration: 100ms;
        -o-transition-duration: 100ms;
    }
    .nav-regular a > .caret {
        transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
        -moz-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
        -webkit-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
        -o-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
    }
    .nav-regular a:hover > .caret {
        transition-duration: 100ms;
        -moz-transition-duration: 100ms;
        -webkit-transition-duration: 100ms;
        -o-transition-duration: 100ms;
    }
    .sorter .view-mode .grid,
    .sorter .view-mode .list,
    .sorter .sort-by .category-asc,
    .sorter .sort-by .category-desc,
    #scroll-to-top {
        transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
        -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
        -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
        -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    }
    input.input-text,
    select,
    textarea,
    .product-options ul.options-list,
    .form-search .button,
    .product-view .product-img-box .more-views .thumbnails li a,
    .mini-products-list .product-image,
    .cart .crosssell .product-image,
    .gen-tabs .tabs a,
    .gen-tabs .acctab,
    .opc .step-title {
        transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
        -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
        -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    }
    .grid12-1,
    .grid12-2,
    .grid12-3,
    .grid12-4,
    .grid12-5,
    .grid12-6,
    .grid12-7,
    .grid12-8,
    .grid12-9,
    .grid12-10,
    .grid12-11,
    .grid12-12,
    .grid-full,
    .grid-col2-sidebar,
    .grid-col2-main {
        /*position:relative;*/
        display: inline;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }
    .grid12-1 {
        width: 6.33%;
    }
    .grid12-2 {
        width: 14.66%;
    }
    .grid12-3 {
        width: 23%;
    }
    .grid12-4 {
        width: 31.33%;
    }
    .grid12-5 {
        width: 39.67%;
    }
    .grid12-6 {
        width: 48%;
    }
    .grid12-8 {
        width: 64.67%;
    }
  
    .grid12-12,
    .grid-full {
        width: 98%;
    }
    [class*='fa-']:before {
        font-weight: 400;
        font-family: 'FontAwesome';
    }
    .fa-search:before {
        content: "\f002";
    }
    .fa-mobile-phone:before,
    .fa-mobile:before {
        content: "\f10b";
    }
    col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
    }
}
.col-xs-12 {
    width: 100%;
}
.grid12-9 {
    width: 73%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
}
    @media (min-width: 992px) {
        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12 {
            float: left;
        }
        .col-md-2 {
            width: 16.66667%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-6 {
            width: 50%;
        }
        img {
            height: auto !important;
        }
        .modal-popup {
            pointer-events: auto !important;
        }
        .column.main {
            padding-bottom: 0 !important;
        }
        .text-white {
            color: #fff;
        }
    }
    @media (max-width: 768px) {
        body {
            overflow-x: hidden !important;
        }
        .header-primary.header.container {
            width: 98%;
        }
        .header-primary.header.container .inner-container {
            padding-left: 10px;
            padding-right: 10px;
        }
        .hp-block.central-column {
            text-align: left !important;
        }
        .top-links ul {
            float: left;
            text-align: left;
            width: auto;
        }
        .header-primary .links > li > * {
            font-size: 11px;
            line-height: 35px;
            color: #093048;
        }
        .header-primary .links > li > * {
            background-image: none;
        }
        .header-primary .links > li > * {
            font-size: 13px;
            line-height: 35px;
        }
        .menuCustomPosition {
            float: left;
            display: inline-block;
            margin-left: 12px;
        }
        .nav-regular li.level0 > a {
            padding: 0 5px;
            margin-top: 1px;
            letter-spacing: -.5px;
        }
        .modal-custom .action-close,
        .modal-popup .action-close,
        .modal-slide .action-close {
            color: #484848 !important;
        }
        .modal-custom .action-close:before,
        .modal-popup .action-close:before,
        .modal-slide .action-close:before {
            color: #484848 !important;
        }
        .header .logo-wrapper div.logo a {
            display: block;
        }
    }
    body {
        margin: 0;
        padding: 0;
      }
      html {
        font-size: 62.5%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        font-size-adjust: 100%;
      }
      body {
        color: #333333;
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        font-size: 1.4rem;
      }
      em,
i {
  font-style: italic;
}

body {
    background-color: #ffffff;
  }
  * {
    margin: 0;
    padding: 0;
  }
  body,
  .page-wrapper,
  .header-container,
  .header-container2,
  .header-container3,
  .main-container,
  .footer-container,
  .footer-container2,
  .footer-container3 {
    background-color: transparent;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
  }
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  * {
    margin: 0;
    padding: 0;
  }
  body,
  .page-wrapper,
  .header-container,
  .header-container2,
  .header-container3,
  .main-container,
  .footer-container,
  .footer-container2,
  .footer-container3 {
    background-color: transparent;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
  }
  .container {
  
    margin-left:auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header {
    padding: 0;
  }


  .fa-phone:before {
    content: "\f095";
  }
  @media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
      }
    }
    .header-primary.header.container {
        width: 98%;
      }
      
    /* cfg css for cms pages */
    body {
        color: #000;
        font-size: 16px
    }
    
    a {
        color: #000
    }
    .main-font,h1,h2,h3,h4,h5,.section-title,.products-list .product-name,.filter .block-subtitle,.feature .heading,.uaccordion .heading,.nav-regular .nav-item.level0>a,.nav-regular .nav-submenu--mega>li>a,.menu-trigger,.nav-mobile .nav-item.level0>a,.nav-mobile .nav-item.level1>a,.nav-mobile .nav-item.level2>a,.nav-holder .dropdown-block .dropdown-heading,.block .block-title,#opc-login h3,.box-account .box-head h2,.order-items h2.table-caption,.order-items h2.sub-title,.order-items .order-comments h2,.gen-tabs .tabs a,.product-view .product.data.items>.item.title>.switch,.footer .heading,#subscribe-form label,.caption .heading {
        font-family: "Roboto",georgia,serif;
        font-weight: 400
    }
    
    .sorter .view-mode a,.sorter .sort-by .category-asc,.sorter .sort-by .category-desc,.pager .pages a,.pager .pages .current,.addto-links .ic,.slider-arrows1 .owl-controls .owl-buttons div,.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,.slider-arrows2 .owl-controls .owl-buttons div,.slider-arrows3 .owl-controls .owl-buttons div,.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,.slider-pagination1 .owl-controls .owl-page span,.slider-pagination2 .owl-controls .owl-page span,#cboxPrevious,#cboxNext,#cboxClose,.uaccordion-style1 .opener,.collapsible .opener,.qty-button,#scroll-to-top {
        background-color: #eee;
        color: #050d2a
    }
    .page-wrapper {
        border: 0 !important
    }
    
    .inner-container {
        padding-left: 20px;
        padding-right: 20px
    }
    
    .header.container {
        background-color: transparent
    }

    .header-primary-container {
        background-color: transparent
    }
    .navi .nav-panel--dropdown {
        background-color: #fff;
        color: #666
    }
    .nav-regular .nav-panel--dropdown,.navi.nav-vert-triggerable {
        -moz-box-shadow: 0 3px 10px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
        box-shadow: 0 3px 10px rgba(0,0,0,.15)
    }

    .navi-wrapper,.nav-regular {
        background-color: transparent
    }
    .header-mobile.header-container,.header-mobile .header-m-container,.header-mobile .nav-container {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0
    }
    
    .header-mobile .header-m-top,.header-mobile .header-m-primary,.header-mobile .nav {
        background-color: transparent
    }
    
    .header-mobile .skip-link {
        background-color: #fafafa;
        color: #333
    }

    .header-mobile .skip-content--style {
        background-color: transparent;
        color: #333
    }
    .footer {
        background-color: transparent;
        color: #666
    }
    
    .footer a {
        color: #666
    }
    .footer-primary-container {
        background-color: transparent
    }
    
    .footer-primary {
        background-color: transparent;
        padding-top: 20px;
        padding-bottom: 20px
    }
    
    .footer-bottom {
        background-color: transparent;
        color: #666;
        padding-top: 20px;
        padding-bottom: 20px
    }
    
    .footer-bottom a {
        color: #666
    }
    @media only screen and (max-width: 767px) {
        .container {
            max-width:none !important;
            width: 100%
        }
    
        .grid12-1,.grid12-2,.grid12-3,.grid12-4,.grid12-5,.grid12-6,.grid12-7,.grid12-8,.grid12-9,.grid12-10,.grid12-11,.grid12-12,.grid-full {
            width: 100% !important;
            margin-left: 0;
            margin-right: 0
        }
    
        .columns .column.main,.columns .sidebar-main,.columns .sidebar-additional {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            padding-right: 0;
            padding-left: 0
        }
    }

/* custom.css for all cms pages only */


:root {
    --body-color: #212121;
    --primary-blue: #205493;
    --primary-green: #1b9895;
    --primary-red: #cd2026;
    --sec-green: #20cdc7;
    --sec-blue: #112e51;
    --light-grey: #f9fafd;
    --sky-blue: #24cbd4;
    --white-color: #fff
}

.custom-flex {
    display: flex;
    align-items: center
}

@media (max-width: 991.98px) {
    .custom-flex {
        flex-wrap:wrap
    }
}

.align-items-unset {
    align-items: unset
}

.text-center {
    text-align: center!important
}
section.banner.banner--home.subSections {
    background-color: #EBF4F3;
    position: relative;
    padding: 10rem 0px;
}
#hn section.banner.banner--home.subSections h1 {
    font-size: 4rem;
    font-weight: 600;
    color: #07365C;
}
.feature span {
    margin: 0;
    padding: 0;
    height: auto;
    line-height: unset;
    margin-right: 2rem;
}

section.banner.banner--home.subSections.third-section .feature span img {
    margin-bottom: 0;
    position: relative;
    top: .5rem;
}
section.banner.banner--home.subSections.third-section .grid12-6.center-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.mb-4{
    margin-bottom: 4rem;
}
.partner-section-block h3 {
    font-weight: 600;
    margin-top: 6rem;
    padding-bottom: 5rem;
}
.seagreen-art-bg {
    background-color: #ebf4f3;
    position: relative;
}
.seagreen-art-bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 50px solid #ebf4f3;
    bottom: -4.5rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
    .subSections {
        padding:3rem 2rem
    }

    html {
        font-size: 50%
    }
}



::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: 10px
}

#hn body {
    font-family: "Roboto",georgia,serif;
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--body-color)
}

section.banner.banner--home.subSections.third-section .grid12-6 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

section.banner.banner--home.subSections.third-section .grid12-6 img {
    margin-bottom: 2rem;
    border-radius: 1rem;
}
.feature {
    background: #fff;
    padding: .5rem 4rem;
    border-radius: 3rem;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 500;
    color: #575757;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 767.98px) {
    #hn body {
        font-size:1.8rem
    }
}

#hn input[type="text"],#hn input[type="password"],#hn input[type="url"],#hn input[type="tel"],#hn input[type="search"],#hn input[type="number"],#hn input[type="datetime"],#hn input[type="email"] {
    font-family: "Roboto",georgia,serif
}

#hn h1 {
    font-size: 4.8rem
}

@media (max-width: 1199.98px) {
    #hn h1 {
        font-size:4rem
    }
}

@media (max-width: 991.98px) {
    #hn h1 {
        font-size:3.8rem
    }
}

@media (max-width: 767.98px) {
    #hn h1 {
        font-size:3.2rem
    }
}

#hn h2 {
    font-size: 3.2rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    #hn h2 {
        font-size:2.8rem
    }
}

#hn h3 {
    font-size: 2.8rem;
    font-weight: 600; 
}

@media (max-width: 767.98px) {
    #hn h3 {
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }
}

#hn h4 {
    font-size: 2rem
}

#hn button,#hn .cart.table-wrapper .actions-toolbar>.action,#hn .action-gift {
    font-family: "Roboto",sans-serif;
    font-size: inherit;
    font-weight: inherit
}

#hn .btn {
    display: inline-block;
    padding: 1.4rem 4rem;
    line-height: 1.2;
    font-size: 1.8rem;
    border: 1px solid;
    border-radius: 5px;
    transition: .4s ease-in-out;
    font-weight: 500;
}


#hn .btn-white {
    background-color: var(--white-color);
    color: var(--primary-blue);
    border-color: var(--white-color)
}
#hn .mb-0 {
    margin-bottom: 0
}

#hn .mt-5 {
    margin-top: 1.5rem
}
#hn ul.check-white li,#hn ul.check-blue li {
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem
}
#hn .gr-bg {
    background-color: var(--light-grey)
}

#hn .blue-bg {
    background-color: var(--primary-blue);
    background-image: url('../images/2023/blue.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
#hn #header-container {
    padding: 1.5rem 0 0 0;
}

#hn #header-container .header-primary .hp-blocks-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem
}

#hn .hp-block.left-column.grid12-2 {
    margin-left: 0;
}
section#counter-section {
    margin-top: 12rem;
    margin-bottom: 6rem;
}
.counters-blocks-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.counters-blocks {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.counters-blocks img {
    max-width: 7rem;
}
section#counter-section h2 {
    font-weight:600;
    margin-bottom: 5rem;
}
section#counter-section h4 {
    font-weight:600;
    margin-bottom: 1rem;
}
.counters-blocks {
    width: 15%;
    text-align: center;
    font-weight: 400;
}
@media (max-width: 991.98px) {
    #hn #header-container .central-column {
        width:60%!important
    }
}

#hn #header-container .central-column::after,#hn #header-container .central-column::before {
    display: none
}

#hn #header-container .central-column .item .nav-container {
    display: block
}
#hn #header-container #header-account ul.header.links {
    list-style: none;
    padding: 0
}

#hn #header-container #header-account ul.header.links .authorization-link {
    position: relative
}
#hn #header-container #header-account ul.header.links li a.btn i {
    display: none
}

#hn #header-container nav#mainmenu ul li.nav-item.level0:not(:last-child) {
    margin-right: 5px
}

#hn #header-container nav#mainmenu ul li.nav-item a.level-top {
    padding: 1rem
}
.hp-block.left-column.grid12-2 {
    margin-left: 0;
}

@media (max-width: 1439.98px) {
    #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
        padding:1rem .5rem
    }
}

@media (max-width: 1199.98px) {
    #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
        font-size:1.2rem
    }
}

@media (max-width: 991.98px) {
    #hn #header-container nav#mainmenu ul li.nav-item a.level-top {
        font-size:2rem
    }
}

#hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
    line-height: 36px;
    padding-left: 5px;
    padding-right: 5px
}

#hn #header-container .custom-searcbar__hn {
    display: flex;
    align-items: center
}
#hn #header-container .custom-searcbar__hn .header-search-wrapper {
    width: 100%
}

#hn #header-container .header-m-container .inner-container .skip-links-wrapper .skip-content--style {
    padding: 0
}

#hn #header-container .header-m-container .inner-container .skip-links-wrapper #header-nav #mainmenu ul li.nav-item a.level-top {
    padding: 1rem 1.5rem
}

#hn #header-container .header-m-container .inner-container .skip-links-wrapper #header-nav #mainmenu ul li.nav-item ul.nav-submenu li.nav-item a {
    padding-left: 3rem
}

#hn #header-container .header-m-container .inner-container #header-m-search form#search_mm_mini_form label.label {
    position: relative
}

#hn #header-container .header-m-container .inner-container #header-m-search form#search_mm_mini_form label.label span {
    display: none
}

#hn #header-container .header-m-container .inner-container #header-account ul {
    list-style: none;
    padding: 0
}

@media (max-width: 991.98px) {
    #hn #header-container .header-primary-container {
        display:none
    }
}
#hn section.v2-healthtech-compares_section {
    background-color: var(--light-grey)
}

#hn section.v2-healthtech-compares_section .table {
    padding: 3rem 0;
    font-size: 1.8rem;
    font-weight: 500;
    overflow: auto
}

#hn section.v2-healthtech-compares_section .table table td,#hn section.v2-healthtech-compares_section .table table th {
    border-radius: 0;
    border-color: #A59797;
    padding: 1rem 4rem
}

@media (max-width: 767.98px) {
    #hn section.v2-healthtech-compares_section .table table td,#hn section.v2-healthtech-compares_section .table table th {
        padding:1rem;
        min-width: 150px
    }
}

#hn section.v2-healthtech-compares_section .table table td:nth-of-type(2), #hn section.v2-healthtech-compares_section .table table th:nth-of-type(2) {
    background-color: #EBF4F3;
    color: #14827E;
}

#hn section.v2-healthtech-compares_section .table table thead tr th {
    border: none;
    padding-top: 3rem;
    padding-bottom: 3rem
}

#hn section.v2-healthtech-compares_section .table table thead tr th:nth-child(2) {
    background-color: var(--white-color);
    color: var(--body-color);
    text-align: center;
    font-weight: bold;
    background: #EBF4F3;
}

#hn section.v2-healthtech-compares_section .table table tbody {
    background-color: rgba(255,255,255,.18)
}
section.v2-healthtech-compares_section.subSections td.brand-blue {
    color: #fff;
}
#hn section.v2-healthtech-compares_section .table table td.brand-blue {
    color: #5BA439;
}
#hn section.v2-healthtech-compares_section .table table td.brand-orange {
    color: #CD2026;
}

@media (max-width: 767.98px) {
    #hn section.v2-healthtech-compares_section .table table tbody {
        white-space:nowrap
    }
}

#hn section.v2-healthtech-compares_section .table table tbody tr {
    border-bottom: 1px solid #A59797;
}

section.v2-healthtech-compares_section.subSections .table {
    border: 1px solid #D9D9D9;
    border-radius: 1rem;
}
section.v2-healthtech-compares_section.subSections .table table {
    padding: 2rem 3rem;
    display: block;
}
section.v2-healthtech-compares_section.subSections h2.text-center {
    margin-bottom: 5rem;
}


@media (max-width: 991.98px) {
    #hn section.v2-hero_banner {
        background-position:left
    }
}

@media (max-width: 767.98px) {
    #hn section.v2-hero_banner {
        padding:3rem 2rem
    }

    #hn section.v2-hero_banner img {
        margin-top: 3rem
    }
}
#hn section.v2-hero_banner .hero_banner__mainHeading {
    margin-bottom: 3rem
}

@media (max-width: 767.98px) {
    #hn section.v2-hero_banner .hero_banner__mainHeading {
        margin-bottom:1rem
    }
}

#hn section.v2-hero_banner .hero_banner__mainHeading span {
    color: var(--primary-blue)
}
#hn section.v2-hero_banner .hero_banner__text {
    margin-bottom: 3rem
}

#hn section.v2-right-path_section h2 {
    text-transform: uppercase;
    margin: 0 auto 5rem
}

#hn section.v2-right-path_section h4 {
    color: var(--primary-blue)
}

#hn section.v2-right-path_section .right-path-card-wrapper {
    align-items: unset
}

#hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
    justify-content: space-between;
    flex-direction: column;
    display: flex
}

@media (max-width: 991.98px) {
    #hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
        max-width:31.33%
    }
}

@media (max-width: 767.98px) {
    #hn section.v2-right-path_section .right-path-card-wrapper .right-path-card {
        max-width:100%
    }
}

#hn .call-out--card {
    padding: 1.5rem 1rem;
    min-height: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 4px 0 #1b9895;
    border-radius: 10px
}

@media (max-width: 991.98px) {
    #hn .call-out--card {
        margin-bottom:2rem
    }
}

#hn .call-out--card h4 {
    margin: 1.5rem 0
}

#hn .call-out--card img {
    width: 110px
}

@media (max-width: 767.98px) {
    #hn .bootcamp-completion h2 {
        font-size:3rem
    }
}

@media (max-width: 991.98px) {
    #hn .bootcamp-completion .grid12-4 {
        max-width:31.33%
    }
}

@media (max-width: 767.98px) {
    #hn .bootcamp-completion .grid12-4 {
        max-width:100%
    }
}

#hn .bootcamp-completion p {
    margin-bottom: 3rem
}

@media (max-width: 991.98px) {
    #hn .career-possibilitie .custom-flex.mt-5 {
        margin-top:0
    }

    #hn .career-possibilitie .custom-flex.align-items-unset .grid12-8.text-center .custom-flex .grid12-6 {
        max-width: 48%
    }
}

@media (max-width: 767.98px) {
    #hn .career-possibilitie .custom-flex.align-items-unset .grid12-8.text-center .custom-flex .grid12-6 {
        max-width:100%
    }
}

#hn .career-possibilitie-click {
    display: inline-block;
    background-color: transparent;
    width: 280px;
    height: 320px;
    perspective: 1000px;
    margin-bottom: 0
}

@media (max-width: 1439.98px) {
    #hn .career-possibilitie-click {
        width:230px
    }
}

@media (max-width: 1199.98px) {
    #hn .career-possibilitie-click {
        width:190px;
        height: 350px
    }
}

@media (max-width: 991.98px) {
    #hn .career-possibilitie-click {
        width:320px
    }
}

#hn .career-possibilitie-click:focus .career-possibilitie-inner,#hn .career-possibilitie-click:active .career-possibilitie-inner,#hn .career-possibilitie-click.flipped .career-possibilitie-inner {
    transform: rotateY(180deg)
}

#hn .career-possibilitie-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d
}

#hn .career-possibilitie-front,#hn .career-possibilitie-back {
    position: absolute;
    width: 270px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backface-visibility: hidden;
    z-index: 2;
    overflow-y: auto;
    font-size: 12px;
    color: var(--white-color)
}

@media (max-width: 1439.98px) {
    #hn .career-possibilitie-front,#hn .career-possibilitie-back {
        width:230px
    }
}

@media (max-width: 1199.98px) {
    #hn .career-possibilitie-front,#hn .career-possibilitie-back {
        width:190px;
        height: 350px
    }
}

@media (max-width: 991.98px) {
    #hn .career-possibilitie-front,#hn .career-possibilitie-back {
        width:320px
    }
}

#hn .career-possibilitie-front p,#hn .career-possibilitie-back p {
    color: var(--white-color)
}

#hn .career-possibilitie-front {
    background-color: var(--primary-blue)
}

#hn .career-possibilitie-front img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px)!important;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: auto
}

#hn .career-possibilitie-front h4 {
    padding: 0 10px
}

#hn .career-possibilitie-front p {
    cursor: pointer
}

#hn .career-possibilitie-back {
    background-color: var(--primary-blue);
    transform: rotateY(180deg);
    text-align: left;
    justify-content: space-between
}

#hn .career-possibilitie-back div {
    padding: 10px
}

#hn .career-possibilitie-back h4 {
    margin: 0 0 20px!important
}

#hn .career-possibilitie--assessment {
    background-color: var(--primary-blue);
    height: 100%;
    text-align: center;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white-color)
}

@media (max-width: 767.98px) {
    #hn .career-possibilitie--assessment {
        height:auto;
        padding: 3rem 2rem
    }
}


#hn .career-possibilitie--assessment .btn-white {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--primary-blue);
    margin-bottom: 1.5rem
}
@media (max-width: 991.98px) {
    #hn .why-choose .grid12-8 .grid12-4 {
        max-width:31.33%
    }
}

@media (max-width: 767.98px) {
    #hn .why-choose .grid12-8 .grid12-4 {
        max-width:100%
    }
}

#hn .why-choose h2 {
    margin-top: 0;
    margin-bottom: 4rem
}

#hn .why-choose .feature img {
    width: 160px
}

#hn .why-choose .feature h4 {
    color: var(--primary-green);
    margin-bottom: 1rem
}

#hn section.v2-faqs_section h2 {
    margin-top: 0;
    text-transform: uppercase
}

#hn section.v2-faqs_section #accordion .accordion-card {
    margin-bottom: 3rem;
    border-radius: 10px
}

#hn section.v2-faqs_section #accordion .accordion-card-title div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 2rem;
    cursor: pointer
}
#hn section.v2-faqs_section #accordion .accordion-card-title.active i.ic::before {
    content: "\e23d" !important;
    font-weight: 600;
}

#hn section.v2-faqs_section #accordion .accordion-card-content {
    font-size: 1.8rem;
    padding: 2rem;
    border: 1px solid #CCCCCC;
    margin-top: 2rem;
    border-radius: 1rem;
}
#hn .hs-cta-wrapper .cta_button {
    font-size: 2rem
}
#hn .page-footer {
    padding-top: 5rem
}
section.v2-faqs_section.subSections h3.text-center {
    margin-bottom: 4rem;
}
section.jump-to.subSections .custom-flex > .grid12-6 > span {
    font-size: 2.8rem;
    text-transform: uppercase;
}
.footer-primary-container.section-container {
    background-color: #07365C;
}
#hn .page-footer .footer-primary-container .footer-primary ul.disc li a, #hn .page-footer .footer-primary-container .footer-primary ul.disc li p, #hn .page-footer .footer-primary-container .footer-primary h3.block-title.heading, #hn .page-footer .footer-primary-container p, #hn .page-footer .footer-primary-container b, #hn .footer-contact-col ul li a {
    color: #fff !important;
    font-weight: 400;
}
.footer-bottom-container.section-container {
    background-color: #EBF4F3;
    color: #000;
}
.footer-bottom-container.section-container small.copyright {
    color: #07365C;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    #hn .page-footer {
        padding-bottom:7rem
    }
}

#hn .page-footer .footer-primary-container .footer-primary {
    padding: 5rem 0
}

#hn .page-footer .footer-primary-container .footer-primary .custom-flex {
    align-items: unset
}

@media (max-width: 991.98px) {
    #hn .page-footer .footer-primary-container .footer-primary .custom-flex {
        flex-wrap:nowrap
    }
}

@media (max-width: 767.98px) {
    #hn .page-footer .footer-primary-container .footer-primary .custom-flex {
        flex-wrap:wrap
    }
}

#hn .page-footer .footer-primary-container .footer-primary h3.block-title.heading {
    font-size: 2.4rem;
    color: var(--primary-green)
}

#hn .page-footer .footer-primary-container .footer-primary img.footer-logo {
    margin-bottom: 2rem;
    max-width: 16rem
}

#hn .page-footer .footer-primary-container .footer-primary ul.disc {
    list-style: none;
    padding: 0
}

#hn .page-footer .footer-primary-container .footer-primary ul.disc li {
    margin-bottom: 5px
}

#hn .page-footer .footer-primary-container .footer-primary ul.disc li a,#hn .page-footer .footer-primary-container .footer-primary ul.disc li p {
    font-size: 1.5rem
}
#hn .page-footer .call-chat-sticky-cta {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    left: 0
}

#hn .page-footer .call-chat-sticky-cta .sticky-drop {
    display: none
}
#hn .page-footer .call-chat-sticky-cta .inner-content-container {
    display: flex
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container a {
    color: var(--white-color)!important;
    padding: 10px;
    font-size: 16px;
    width: 50%;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container a img {
    padding: 0 5px
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container a.chat {
    background-color: var(--primary-blue)
}

#hn .page-footer .call-chat-sticky-cta .inner-content-container a.call {
    background-color: var(--primary-green)
}
#hn .page-footer .footer-bottom-container {
    border-top: 1px solid #ccc
}

#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col {
    display: flex;
    align-items: center;
    justify-content: end
}
div#accordion .accordion-card .accordion-card-title {
    border: 1px solid #CCCCCC;
    color: #205493;
    border-radius: 1rem;
    background-color: #E3EFEE;
}

@media (max-width: 991.98px) {
    #hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col {
        justify-content:center;
        margin-bottom: 2rem;
        order: -1
    }
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex
}

#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links li {
    margin: 0 0 0 1rem
}

#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links li a {
    background-color: var(--primary-blue);
    color: var(--white-color);
    border: 1px solid var(--primary-blue);
    padding: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease
}
@media (max-width: 991.98px) {
    #hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-copyright {
        text-align:center
    }
}
#hn .page-footer .footer-bottom-container .footer-bottom .inner-container .footer-copyright small.copyright {
    font-size: 14px
}

#hn a#scroll-to-top {
    bottom: 100px
}

#hn .footer-contact-col ul {
    padding: 0;
    list-style: none
}
#hn .footer-contact-col ul li a {
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width: 1199.98px) {
    #hn .footer-contact-col ul li a {
        font-size:1.6rem
    }
}

#hn .footer-contact-col ul li i {
    font-size: 2.4rem;
    font-style: normal;
    color: var(--primary-blue);
    font-weight: bold
}

.owl-controls .owl-buttons .owl-prev,.owl-controls .owl-buttons .owl-next {
    position: absolute;
    width: 35px;
    height: 100px;
    top: 0;
    bottom: 0;
    margin: auto
}

.owl-controls .owl-buttons .owl-prev::before,.owl-controls .owl-buttons .owl-next::before {
    display: none
}

.owl-controls .owl-buttons .owl-prev i,.owl-controls .owl-buttons .owl-next i {
    color: var(--sky-blue);
    font-size: 10rem;
    line-height: 1;
    font-style: unset;
    border-radius: 50%;
    opacity: 1;
    transition: .4s ease
}

.owl-controls .owl-buttons .owl-prev:hover i,.owl-controls .owl-buttons .owl-next:hover i {
    opacity: .5
}

.owl-controls .owl-buttons .owl-next {
    right: 0
}

.lead-journey.modal-popup .modal-inner-wrap {
    width: 50%
}

@media (max-width: 991.98px) {
    .lead-journey.modal-popup .modal-inner-wrap {
        width:80%
    }
}

@media (max-width: 767.98px) {
    .lead-journey.modal-popup .modal-inner-wrap {
        width:100%
    }
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header {
    position: relative;
    background-color: var(--primary-blue)
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close {
    padding: .5rem 2rem
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close::before {
    color: var(--white-color)!important
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content {
    position: relative;
    padding: 3rem
}

@media (max-width: 767.98px) {
    .lead-journey.modal-popup .modal-inner-wrap .modal-content {
        padding:3rem 2rem;
        height: 100%
    }
}

@media (max-width: 991.98px) {
    .grid12-3,.grid12-4,.grid12-5,.grid12-6,.grid12-7,.grid12-8,.grid12-9 {
        width:100%!important
    }

    .header-m-top-container {
        display: none
    }
}

.top-bar {
    background: #205493;
    color: #fff;
    padding: 10px 0;
    font-weight: 500
}

.top-bar>.header-primary.header.container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

li.authorization-link {
    list-style: none
}
.login-sett {
    margin: 0;
    padding: 0;
    line-height: 0
}
.login-sett {
    position: relative
}
div#algolia-searchbox {
    display: none;
    position: absolute;
    width: 98%;
    left: 0;
    top: 6rem;
    z-index: 1
}

.search-wrapper.block.block-search {
    position: unset
}

#hn #header-container .header-primary .hp-blocks-holder {
    position: relative
}

.nav.container.clearer .nav-regular .classic>.nav-panel--dropdown {
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-radius: .5rem;
    padding: 0;
    border-radius: 5px;
    margin: 0;
    width: 18em;
    min-width: 12em
}

li.nav-item.level1.nav-3-1.first.last.classic {
    padding: 0;
    border-bottom: 1px solid #e3e3e3
}

#hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
    font-size: 16px;
    font-weight: 500
}

li.nav-item.level0.nav-3.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent>a {
    font-weight: 500
}

.nav-regular li.level0>a>span {
    font-weight: 500
}

#hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
    padding: 1rem;
    padding-left: 2rem
}
em,i {
    font-style: normal
}

.call-n-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.call-n-search i.fa {
    font-size: 2.2rem;
}

.nav-regular:not(.nav-vert) .nav-item.level0 > a, .nav-holder .dropdown-block .dropdown-heading, .nav-regular .nav-holder a.dropdown-heading:hover {
    color: #000;
    font-size: 17px
}

.search-trigger {
    cursor: pointer
}

#hn li.authorization-link a.std-loginout.btn.btn-orange {
    background: transparent;
    border: none
}

#hn li.authorization-link a.std-loginout.btn.btn-orange i.fa {
    margin-right: 5px;
    font-size: 18px
}

.call-drop-dwn ul.call-list {
    position: absolute
}

.call-drop-dwn ul.call-list {
    display: none;
    right: 0;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    justify-content: center;
    width: 260px
}



@media only screen and (min-width: 769px) {





    li.authorization-link {
        list-style: none
    }





    .login-sett {
        margin: 0;
        padding: 0;
        line-height: 0
    }
    .login-sett {
        position: relative
    }
    div#algolia-searchbox {
        display: none;
        position: absolute;
        width: 98%;
        left: 0;
        top: 6rem;
        z-index: 1
    }

    .search-wrapper.block.block-search {
        position: unset
    }

    #hn #header-container .header-primary .hp-blocks-holder {
        position: relative
    }

    .nav.container.clearer .nav-regular .classic>.nav-panel--dropdown {
        box-shadow: none;
        border: 1px solid #e3e3e3;
        border-radius: .5rem;
        padding: 0;
        border-radius: 5px;
        margin: 0;
        width: 18em;
        min-width: 12em
    }

    li.nav-item.level1.nav-3-1.first.last.classic {
        padding: 0;
        border-bottom: 1px solid #e3e3e3
    }

    #hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
        font-size: 16px;
        font-weight: 500
    }

    li.nav-item.level0.nav-3.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent>a {
        font-weight: 500
    }

    .nav-regular li.level0>a>span {
        font-weight: 500
    }

    #hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
        padding: 1rem;
        padding-left: 2rem
    }

    li.authorization-link:hover ul {
        display: block
    }

    li.authorization-link ul {
        display: none;
        position: relative;
        top: 40px
    }

    .authorization-link a.std-loginout.btn-logout {
        background: #fff;
        padding: 10px 30px;
        border: 1px solid #e3e3e3;
        color: #000;
        border-radius: 5px
    }

    i.fa.fa-sign-out {
        font-style: normal
    }

    em,i {
        font-style: normal
    }

    .call-n-search {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .call-n-search i.fa {
        font-size: 2.2rem;
    }

    .nav-regular:not(.nav-vert) .nav-item.level0 > a, .nav-holder .dropdown-block .dropdown-heading, .nav-regular .nav-holder a.dropdown-heading:hover {
        color: #000;
        font-size: 17px
    }

    .search-trigger {
        cursor: pointer
    }

    #hn li.authorization-link a.std-loginout.btn.btn-orange {
        background: transparent;
        border: none
    }

    #hn li.authorization-link a.std-loginout.btn.btn-orange i.fa {
        margin-right: 5px;
        font-size: 18px
    }

    .call-drop-dwn ul.call-list {
        position: absolute
    }

    .call-drop-dwn ul.call-list {
        display: none;
        right: 0;
        background-color: #fff;
        border: 1px solid #d9d9d9;
        justify-content: center;
        width: 260px
    }
    main#maincontent {
        position: relative
    }
 .call-drop-dwn {
        cursor: pointer
    }
 div#algolia-searchbox {
        padding: 2rem;
        background: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 1rem
    }
    .header-container .hp-blocks-holder .hp-block {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

.call-n-search {
    text-align: right;
}
    .call-drop-dwn i.fa.fa-phone {
        border-left: 3px solid #cd2026;
    }
    .call-n-search i.fa {
        font-size: 18px;
        padding-left: 1rem;
    }
}
@media only screen and (max-width: 768px) {
    .top-bar>.header-primary.header.container .top-call-num {
        text-align:center;
        align-items: center;
        display: table;
        margin: 0 auto
    }
}
@media only screen and (min-width: 992px) {
    .header-container .header-m-container, .header-container .skip-links-clearer, .header-container #header-nav, .header-container .skip-link, .header-container .logo-wrapper--mobile, .header-container .logo--mobile, .header-container .header-collateral, .header-container .after-mobile-logo, .header-container #user-menu-wrapper-mobile, .header-container #search-wrapper-mobile, .header-container #account-links-wrapper-mobile, .header-container #mini-cart-wrapper-mobile, .header-container #mini-compare-wrapper-mobile, .header-container #nav-wrapper-mobile {
        display: none;
    }
}
.header-primary.header.container .inner-container {
    padding-left: 10px;
    padding-right: 10px;
}
.menuCustomPosition {
    float: left;
    display: inline-block;
    margin-left: 12px;
}
.fa-search:before {
    content: "\f002";
}
@media only screen and (min-width: 769px) {
    div#algolia-searchbox {
        display: none;
        position: absolute;
        width: 98%;
        left: 0;
        top: 6rem;
        z-index: 1;
    }
}
@media only screen and (min-width: 769px) {
    div#algolia-searchbox {
        padding: 2rem;
        background: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 1rem;
    }
}
div#algolia-searchbox1 > label > span, div#algolia-searchbox > label {
    display: none;
}
@media only screen and (min-width: 769px) {
    #hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form input#search {
        padding-left: 5rem;
        border: 1px solid #e3e3e3;
        border-radius: 2rem;
    }
}
#hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form .search-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    transition: 0.4s ease;
}
@media only screen and (min-width: 769px) {
    #hn #header-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form .search-btn {
        right: unset;
        left: 4rem;
    }
}
.ic {
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ic-search:before {
    content: "\e235";
}
.grid-container {
    clear: both;
}
.custom-flex {
    display: flex;
    align-items: center;
}
.grid12-1, .grid12-2, .grid12-3, .grid12-4, .grid12-5, .grid12-6, .grid12-7, .grid12-8, .grid12-9, .grid12-10, .grid12-11, .grid12-12, .grid-full, .grid-col2-sidebar, .grid-col2-main {
    /* position: relative; */
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
.grid12-12, .grid-full {
    width: 98%;
}
.grid12-3 {
    width: 23%;
}
.four-blocks-top .grid12-12 .grid12-3 {
    position: relative;
    top: 5rem;
}
.grid12-8 {
    width: 64.67%;
}
.grid12-2 {
    width: 14.66%;
}
#hn ul.check-blue li:before {
    content: url('../images/2023/Vector.png');
}
.grid12-6 {
    width: 48%;
}
.grid12-1 {
    width: 6.33%;
}
.grid12-5 {
    width: 39.67%;
}

    @media (min-width: 768px), print {
        .columns {
            display: block;
        }
    }
#hn .btn-orange {
    background-color: var(--primary-red);
    border: 1px solid var(--primary-red);
    color: var(--white-color);
}
#hn .btn-orange:hover {
    background-color: var(--white-color);
    color: var(--primary-red);
}
#hn .btn-green {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--white-color);
}
#hn .btn-green:hover {
    background-color: var(--white-color);
    color: var(--primary-green);
}
#hn .fast-track {
    background-image: url(../images/2023/fast-track.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.healthcare-bootcamps--content {
    margin-top: 35rem;
}
.align-items-unset {
    align-items: unset;
}
#hn .healthcare-bootcamps .custom-flex {
    margin-top: 4rem;
}
section.v2-right-path_section.subSections.custom-bg.student-support {
    display: block;
    background-color: #e3e3e3;
    background-image: url('../images/2023/Group_191.png');
}
.grid12-4 {
    width: 31.33%;
}
.grid12-7 {
    width: 56.33%;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
section.healthcare-bootcamps .healthcare-bootcamps--card-top {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
section.healthcare-bootcamps .healthcare-bootcamps--card-top > img {
    width: auto;
    position: absolute;
    height: 300px !important;
    left: 22%;
    transform: translateX(-50%);
}
section.healthcare-bootcamps .healthcare-bootcamp--content {
    width: 49%;
    padding-left: 6%;
    position: absolute;
    right: 1rem;
    height: 220px;
    z-index: 11;
    background: #fff;
}
section.healthcare-bootcamps .item {
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    margin: 2rem;
    border-radius: 1.5rem;
    overflow: hidden;
}
section.healthcare-bootcamps .healthcare-bootcamps--card {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

section.healthcare-bootcamps.subSections {
    margin-top: 5rem;
  }
  section.healthcare-bootcamps.subSections h2.text-center {
    margin-bottom: 7rem;
  }
  #hn section.healthcare-bootcamps.subSections h2 {
    font-size: 2rem;
    font-weight: 500;
    }
    section.healthcare-bootcamps .healthcare-bootcamps--card-top .healthcare-bootcamp--content img {
        width: auto !important;
        height: 40px  !important;
    }
@media (max-width: 991.98px) {
    #hn .healthcare-bootcamps .custom-flex .grid12-3 {
        max-width: 48%;
        margin-bottom: 4rem;
        margin-left: 1%;
        margin-right: 1%;
    }
}
@media (max-width: 575.98px) {
    #hn .healthcare-bootcamps .custom-flex .grid12-3 {
        max-width: 100%;
    }
}
.text-white {
    color: #fff;
}
@media only screen and (min-width: 769px) {
    .call-drop-dwn:hover ul.call-list {
        transition: 0.3s;
        display: block;
        z-index: 1;
    }
    .call-drop-dwn ul.call-list li {
        padding: 3rem 2rem;
        max-width: 100%;
        text-align: left;
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }    .call-drop-dwn ul.call-list li span {
        color: #205493;
    }
}
#hn .light-bg {
    background-color: var(--light-grey);
}
#hn .flexible-card--item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.fa-check-square-o:before {
    content: "\f046";
}
[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}
@media only screen and (min-width: 769px) {
    #hn #header-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
        padding-right: 0;
    }
}

.text-end {
    text-align: right !important;
}
#hn .thankyou-banner--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
#hn .thankyou-banner--right i {
    font-size: 50px;
    color: var(--primary-blue);
}
#hn .thankyou-banner {
    padding: 2rem;
}
#hn .thankyou-banner--right p {
    margin-bottom: 0;
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .modals-overlay {
    z-index: 899;
  }
  .modal-slide,
  .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
  }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .modal-slide._show .modal-inner-wrap,
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
  }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
  }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem;
  }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem;
  }
  .modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
  }
  .modal-popup.confirm .modal-inner-wrap {
    max-width: 50rem;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 7rem;
  }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform .2s ease;
  }
  .modal-popup._inner-scroll {
    overflow-y: visible;
  }
  .ie11 .modal-popup._inner-scroll {
    overflow-y: auto;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
  }
  .ie11 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none;
  }
  .modal-popup._inner-scroll .modal-content {
    overflow-y: auto;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem;
  }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .modal-popup .modal-footer-actions {
    text-align: right;
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal-custom .action-close:focus,
  .modal-popup .action-close:focus,
  .modal-slide .action-close:focus,
  .modal-custom .action-close:active,
  .modal-popup .action-close:active,
  .modal-slide .action-close:active {
    background: none;
    border: none;
  }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none;
  }
  .modal-custom .action-close.disabled,
  .modal-popup .action-close.disabled,
  .modal-slide .action-close.disabled,
  .modal-custom .action-close[disabled],
  .modal-popup .action-close[disabled],
  .modal-slide .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  fieldset[disabled] .modal-popup .action-close,
  fieldset[disabled] .modal-slide .action-close {
    pointer-events: none;
    opacity: 0.5;
  }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit;
  }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit;
  }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #1a1a1a;
  }
  .modal-custom .action-close {
    margin: 25px;
  }
  .modal-popup {
    pointer-events: none;
  }
  .modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
  }
  .modal-popup .action-close {
    padding: 10px;
  }
  .modal-slide .action-close {
    padding: 1.1rem 2rem;
  }
  .modal-slide .page-main-actions {
    margin-bottom: -12.9rem;
    margin-top: 2.1rem;
  }
  .modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899;
  }
  .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 32px;
      color: #8f8f8f;
      content: '\e616';
      font-family: 'icons-blank-theme';
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center;
  }
  .modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
  }
  #hn button, #hn .cart.table-wrapper .actions-toolbar > .action, #hn .action-gift {
      font-family: "Roboto", sans-serif;
      font-size: inherit;
      font-weight: inherit;
  }
  .lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close {
      padding: 0.5rem 2rem;
  }
  .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
      color: #484848 !important;
  }
  .lead-journey.modal-popup .modal-inner-wrap .modal-content {
      position: relative;
      padding: 3rem;
  }
  #hn .hbspt-form .hs-form-private > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), #hn .hbspt-form .hs-form-private fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
      box-sizing: border-box;
      padding: 0 15px;
      min-height: 27px;
  }
  #hn .hbspt-form .hs-input:not([type=file]) {
      background-color: #f5f8fa;
  }
  #hn .hbspt-form .hs-form-private fieldset.form-columns-2 .input {
      margin-right: 8px;
  }
  #hn .hbspt-form .hs-form-private .hs-input, #hn .hbspt-form .hs-form-private fieldset {
      max-width: 100%;
  }
  #hn .hbspt-form .field {
      margin-bottom: 18px;
  }
  #hn .hbspt-form .hs-form-private .hs-form-field label:not(.hs-error-msg) {
      font-family: Roboto;
      font-size: 13px;
  }
  #hn .hbspt-form .hs-form-private .hs-submit > .actions {
      text-align: left;
  }
  #hn .hbspt-form .actions {
      margin-top: 18px;
      margin-bottom: 18px;
      padding: 17px 0px;
  }
  #hn .hbspt-form .hs-form-private .hs-button, #hn .hbspt-form .hs-form-private .hs-button:hover, #hn .hbspt-form .hs-form-private .hs-button:hover:not(.inactive), #hn .hbspt-form .hs-form-private .hs-button:focus, #hn .hbspt-form .hs-form-private .hs-button:active, #hn .hbspt-form .hs-form-private .hs-button:active:not(.inactive):not(.link) {
      background: #CD2026;
      border-color: #CD2026;
      color: #ffffff;
      font-size: 12px;
      line-height: 12px;
      font-family: Roboto;
  }
  #hn .hbspt-form .hs-button {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0;
      cursor: pointer;
      display: inline-block;
      font-weight: 700;
      line-height: 12px;
      position: relative;
      text-align: center;
      transition: all 0.15s linear;
      background-color: #ff7a59;
      border-color: #ff7a59;
      color: #fff;
      border-radius: 3px;
      border-style: solid;
      border-width: 1px;
      font-size: 14px;
      padding: 12px 24px;
  }

  body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .modals-overlay {
    z-index: 899;
  }
  .modal-slide,
  .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
  }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .modal-slide._show .modal-inner-wrap,
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
  }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
  }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem;
  }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem;
  }
  .modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
  }
  .modal-popup.confirm .modal-inner-wrap {
    max-width: 50rem;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 7rem;
  }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform .2s ease;
  }
  .modal-popup._inner-scroll {
    overflow-y: visible;
  }
  .ie11 .modal-popup._inner-scroll {
    overflow-y: auto;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
  }
  .ie11 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none;
  }
  .modal-popup._inner-scroll .modal-content {
    overflow-y: auto;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem;
  }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .modal-popup .modal-footer-actions {
    text-align: right;
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal-custom .action-close:focus,
  .modal-popup .action-close:focus,
  .modal-slide .action-close:focus,
  .modal-custom .action-close:active,
  .modal-popup .action-close:active,
  .modal-slide .action-close:active {
    background: none;
    border: none;
  }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none;
  }
  .modal-custom .action-close.disabled,
  .modal-popup .action-close.disabled,
  .modal-slide .action-close.disabled,
  .modal-custom .action-close[disabled],
  .modal-popup .action-close[disabled],
  .modal-slide .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  fieldset[disabled] .modal-popup .action-close,
  fieldset[disabled] .modal-slide .action-close {
    pointer-events: none;
    opacity: 0.5;
  }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit;
  }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit;
  }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #1a1a1a;
  }
  .modal-custom .action-close {
    margin: 25px;
  }
  .modal-popup {
    pointer-events: none;
  }
  .modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
  }
  .modal-popup .action-close {
    padding: 10px;
  }
  .modal-slide .action-close {
    padding: 1.1rem 2rem;
  }
  .modal-slide .page-main-actions {
    margin-bottom: -12.9rem;
    margin-top: 2.1rem;
  }
  .modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899;
  }
  .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 32px;
      color: #8f8f8f;
      content: '\e616';
      font-family: 'icons-blank-theme';
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center;
  }
  .modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
  }
  #hn button, #hn .cart.table-wrapper .actions-toolbar > .action, #hn .action-gift {
      font-family: "Roboto", sans-serif;
      font-size: inherit;
      font-weight: inherit;
  }
  .lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close {
      padding: 0.5rem 2rem;
  }
  .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
      color: #484848 !important;
  }
  .lead-journey.modal-popup .modal-inner-wrap .modal-content {
      position: relative;
      padding: 3rem;
  }
  #hn .hbspt-form .hs-form-private > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), #hn .hbspt-form .hs-form-private fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
      box-sizing: border-box;
      padding: 0 15px;
      min-height: 27px;
  }
  #hn .hbspt-form .hs-input:not([type=file]) {
      background-color: #f5f8fa;
  }
  #hn .hbspt-form .hs-form-private fieldset.form-columns-2 .input {
      margin-right: 8px;
  }
  #hn .hbspt-form .hs-form-private .hs-input, #hn .hbspt-form .hs-form-private fieldset {
      max-width: 100%;
  }
  #hn .hbspt-form .field {
      margin-bottom: 18px;
  }
  #hn .hbspt-form .hs-form-private .hs-form-field label:not(.hs-error-msg) {
      font-family: Roboto;
      font-size: 13px;
  }
  #hn .hbspt-form .hs-form-private .hs-submit > .actions {
      text-align: left;
  }
  #hn .hbspt-form .actions {
      margin-top: 18px;
      margin-bottom: 18px;
      padding: 17px 0px;
  }
  #hn .hbspt-form .hs-form-private .hs-button, #hn .hbspt-form .hs-form-private .hs-button:hover, #hn .hbspt-form .hs-form-private .hs-button:hover:not(.inactive), #hn .hbspt-form .hs-form-private .hs-button:focus, #hn .hbspt-form .hs-form-private .hs-button:active, #hn .hbspt-form .hs-form-private .hs-button:active:not(.inactive):not(.link) {
      background: #CD2026;
      border-color: #CD2026;
      color: #ffffff;
      font-size: 12px;
      line-height: 12px;
      font-family: Roboto;
  }
  #hn .hbspt-form .hs-button {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0;
      cursor: pointer;
      display: inline-block;
      font-weight: 700;
      line-height: 12px;
      position: relative;
      text-align: center;
      transition: all 0.15s linear;
      background-color: #ff7a59;
      border-color: #ff7a59;
      color: #fff;
      border-radius: 3px;
      border-style: solid;
      border-width: 1px;
      font-size: 14px;
      padding: 12px 24px;
  }
  .caret:before {
    content: "\e261";
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before, .form-search .button:before, .buttons-set .back-link a:before, .btn-remove:before, .btn-remove2:before, .map-popup-close:before, .remember-me-popup-head .remember-me-popup-close:before, .btn-edit:before, .breadcrumbs .sep, .caret:before, #cboxPrevious:before, #cboxNext:before, #cboxClose:before, .slider-arrows1 .owl-controls .owl-buttons div:before, .slider-arrows2 .owl-controls .owl-buttons div:before, .slider-arrows3 .owl-controls .owl-buttons div:before, .nav-regular .nav-panel a .caret:before, .nav-vert li.level0>a .caret:before, .uaccordion .opener:before, .nav-acco .opener:before, .qty-button.increase:before, .qty-button.decrease:before, .collapsible .block-title:after, .mobile-collapsible .block-title:after, .sidebar .block .block-title:after, .opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar>.action.action.showcart:before, .opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart:before {
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rating-main >  h5 {
    font-size: 1.8rem;
    font-weight: 600;
}
.rating-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rating-main > p {
    margin-top: 1rem;
    margin-bottom: 0;
}
section.trust-pilot.subSections {
    margin-top: 5rem;
}
.rating-main {
    border-right: 1px solid #0000005e;
}

@media only screen and (max-width: 767px) {
    .modal-popup.modal-slide {
      left: 44px;
      z-index: 900;
    }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      width: auto;
    }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none;
    }
    .custom-slide {
      bottom: 0;
      left: 0;
      min-width: 0;
      position: fixed;
      right: 0;
      top: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s .3s, opacity .3s ease;
      transition: visibility 0s .3s, opacity .3s ease;
      left: 44px;
      z-index: 900;
    }
    .custom-slide._show {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
    }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    .custom-slide .modal-inner-wrap {
      background-color: #ffffff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto;
    }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      width: auto;
    }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto;
    }
    .custom-slide .modal-inner-wrap {
      background-color: #f4f4f4;
      box-sizing: border-box;
      height: auto;
      min-height: 100%;
    }
    body._has-modal-custom {
      height: 100vh;
      overflow: hidden;
      width: 100vw;
    }
    body._has-modal-custom .modal-custom-overlay {
      background-color: rgba(51, 51, 51, 0.55);
    }
    .modal-popup {
      pointer-events: auto;
    }
    .modal-popup.modal-slide .modal-inner-wrap[class] {
      background-color: #f4f4f4;
    }
    .modal-popup.modal-slide._inner-scroll._show {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
      height: auto;
      min-height: 100%;
    }
    .modal-popup .modal-title {
      font-size: 14px;
      font-weight: 700;
    }

  }

/* pagespeed release work */

.fa-calendar:before {
    content: "\f073";
}
.fa-download:before {
    content: "\f019";
}
.fa-tv:before, .fa-television:before {
    content: "\f26c";
}
.btn.btn-primary {
    color: #fff;
    background-color: #337ab7 !important;
    position: relative;
    padding: 10px;
    height: 50px;
    border: 2px solid #1b8ad7 !important;
    border-radius: 5px !important;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .06em;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .15) !important;
    transition: .3s !important;
    backface-visibility: hidden;
    margin-left: 5px;
    margin-right: 5px;
}
#hn .btn.btn-default:hover, .btn.btn-primary:hover {
    color: #fff;
    background-color: #1b9794 !important;
    border-color: #1b9794 !important;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    margin-top: .75rem;
    display: b;
}
html#hn i.fa.fa-user-o::before, html#hn i.fa.fa-user-o::after {
    display: inline !important;
}
html#hn i.fa.fa-user:after {
    display:block !important;
    font-weight: 400;
    font-family: 'FontAwesome';
}

html#hn i.fa.fa-user:before {
    content: "\f007";
    font-weight: 300 !important;
}
.hp-block.right-column.grid12-2 i.fa.fa-phone {
    animation: colorChange 2s infinite;
    position: relative;
    top: 1px;
    font-size: 18px;
}
@keyframes colorChange {
     0% { color: #205493; }
     25% { color: #cd2026; }
     50% { color: #205493; }
     75% { color: #cd2026; }
     100% { color: #205493; }
   }

   div#trustcarousel .item h5 {
    font-weight: 600;
    font-size: 1.5rem;
}
div#trustcarousel .item span {
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
    line-height: 15px;
    margin-top: 1rem;
}
.trust-author-n-date {display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
div#trustcarousel .item {
    padding: 0 2rem;
}
div#trustcarousel {
    padding: 0 4rem;
}
div#trustcarousel .item {
    padding: 0 2rem;
}
section.trust-pilot.subSections h3.text-center {
    margin-bottom: 4rem;
}

div#trustcarousel .owl-prev i.fa.fa-chevron-left::before {
    width: 25px;
    height: 25px;
    font-size: 1.4rem;
    color: #333;
    border-radius: 50%;
}
div#trustcarousel .owl-prev i.fa.fa-chevron-left {
    width: 25px !important;
    min-height: 25px !important;
    font-size: unset;
    display: block;
    line-height: 25px;
}
div#trustcarousel .owl-prev {
    height: 25px;
    width: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    left: 0%;
}

div#trustcarousel .owl-next i.fa.fa-chevron-right::before {
    width: 25px;
    height: 25px;
    font-size: 1.4rem;
    color: #333;
    border-radius: 50%;
}
div#trustcarousel .owl-next i.fa.fa-chevron-right {
    width: 25px !important;
    min-height: 25px !important;
    font-size: unset;
    display: block;
    line-height: 25px;
}
div#trustcarousel .owl-next {
    height: 25px;
    width: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    right: 0%;
}
section.v2-healthtech-compares_section.subSections {
    margin-top: 5rem;
}
#hn section.v2-healthtech-compares_section.subSections {
    background-color: #fff;
}
div#trustcarousel .item span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
div#trustcarousel .item h5 {
    font-weight: 600;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#hn section.v2-faqs_section #accordion .accordion-card-title i.ic:before {
    content: '\e23c' !important;
    font-weight: 600;
}
#hn section.v2-healthtech-compares_section .table table tr td:nth-child(2), #hn section.v2-healthtech-compares_section .table table tr td:nth-child(3) {
    text-align: center;
}
a.std-loginout.btn.btn-orange span {
    font-size: 1.6rem;
    font-weight: 500;
}
section.why-choose.subSections .feature {
    box-shadow: 0 2px 13px 0 #9d9d9d;
    margin: 2rem;
    height: 300px;
    padding: 2rem;
    padding-top: 3rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
}
.m-0{ margin: 0 !important; }
.p-0{ padding: 0 !important; }

@media only screen and (max-width: 768px) {
    #hn li.authorization-link a.std-loginout.btn.btn-orange {
        background-color: #cd2026;
        border: none;
    }
    #hn #header-container .header-m-container .inner-container .skip-links-wrapper .skip-content--style {
        padding: 0;
        margin-top: 2rem;
    }
    #hn p {
        font-size: 2.2rem;
    }
    #hn .btn {
        font-size: 2.2rem;
        font-weight: 500;
        padding: 1.6rem 4rem;
        margin-top: 2rem;
    }
    .grid12-7.image-section {
        display: none;
    }
    section.banner.banner--home.subSections:after {
        bottom: -5.5rem;
    }
    #hn h4 {
        font-size: 3rem;
    }
    .counters-blocks img {max-width: inherit;}
    .counters-blocks-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .counters-blocks {
        width: 100%;
        margin-bottom: 2rem;
    }
    div#top .inner-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: stretch;
        justify-content: space-evenly;
    }
    div#programs-carousel {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    div#programs-carousel .item {
        flex-basis: unset;
        background: #fff;
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 4rem;
        margin-bottom: 3rem;
    }
    section.healthcare-bootcamps .item {
        box-shadow: unset;
        margin: unset;
        border-radius: 1.2rem;
    }
    section.healthcare-bootcamps .healthcare-bootcamps--card {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    section.healthcare-bootcamps .healthcare-bootcamps--card-top {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    section.healthcare-bootcamps .healthcare-bootcamps--card-top > img {
        width: auto;
        position: absolute;
        height: 150px !important;
        left: 22%;
        transform: translateX(-50%);
    }
    section.healthcare-bootcamps .healthcare-bootcamp--content {
        width: 46%;
        padding-left: 6%;
        position: absolute;
        right: 1rem;
        height: 150px;
        z-index: 11;
        background: #fff;
    }
    section.healthcare-bootcamps .healthcare-bootcamps--card-top .healthcare-bootcamp--content img {
        height: 28px !important;
    }
    body.cms-home .page-wrapper {
        overflow: hidden;
    }
    div#trustcarousel {
        padding: 0;
    }
    div#trustcarousel .owl-prev {
        left: -2.9%;
    }
    div#trustcarousel .owl-next {
        right:-2.9%;
    }
    div#trustcarousel .item span, div#trustcarousel .item h5 {
        font-size: 1.7rem;
    }
    .rating-main {
        margin-bottom: 3rem;
        border-right: none;
    }
    section.banner.banner--home.subSections p:nth-child(3) {
        font-weight: 500;
    }
    .counters-blocks-container .counters-blocks {
        margin-bottom: 5rem;
    }
    .counters-blocks-container .counters-blocks img {
        width: 12rem;
        height: auto;
    }
    div#programs-carousel .item h4 {
        margin: 0;
        margin-top: 2rem;
    }
    
    #hn section.healthcare-bootcamps.subSections h2 {
        margin: 0;
    }
    div#programs-carousel {
        padding: 0 3rem;
    }
    section.banner.banner--home.subSections {
        padding: 6rem 2rem;
    }
    section.banner {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .logo-wrapper--mobile img {
        height: auto;
    }
    section.trust-pilot.subSections .rating-main a {
        color: #cd2026;
        text-decoration: underline;
        font-weight: 500;
    }
    div#trustcarousel .item span.trsut-author {
        color: #205493;
        font-size: 2rem;
        font-weight: 500;
    }
    .trust-author-n-date {
        margin-top: 1rem;
    }
    section.banner.banner--home.subSections.third-section {
        padding: 2rem 0;
    }
    section.healthcare-bootcamps.subSections.seagreen-art-bg {
        padding: 3rem 0 0 0;
    }
    section.meaningful-career.subSections.seagreen-art-bg {
        padding: 4rem 0;
    }
}

@media only screen and (min-width: 769px) {
    .cms-home.cms-index-index main#maincontent {
        overflow: hidden;
    }
    #hn a.btn.btn-orange.btn-dashboard {
        position: absolute;
        top: -10px;
        width: 120px;
        right: 0;
        display: inline-block;
        height: 50px;
        z-index: 0;
        background: 0 0;
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }
    #hn a.btn.btn-orange.btn-dashboard~ul {
        margin: 0;
        padding: 0;
    }
    li.authorization-link:hover ul {
        display: block;
    }
    #hn a.btn.btn-orange.btn-dashboard~ul {
        margin: 0;
        padding: 0;
    }
    #hn a.btn.btn-orange.btn-dashboard~ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    .authorization-link a.std-loginout.btn-logout {
        background: #fff;
        padding: 10px 30px;
        border: 1px solid #e3e3e3;
        color: #000;
        border-radius: 5px;
    }
}



