﻿
/*
            File to be included in different partials.
            Makes variables and mixins available.
         */

/**
         * For modern browsers
         * 1. The space content is one way to avoid an Opera bug when the
         *    contenteditable attribute is included anywhere else in the document.
         *    Otherwise it causes space to appear at the top and bottom of elements
         *    that are clearfixed.
         * 2. The use of `table` rather than `block` is only necessary if using
         *    `:before` to contain the top-margins of child elements.
         */


html {
    box-sizing: border-box;
}



*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Source Sans Pro", Ariel, sans-serif !important;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.primary-main {
    padding-bottom: 50px;
}

.primary-main--compact-menu {
    padding-left: 50px;
    padding-bottom: 50px;
}

.clearfix:before,
.clearfix:after {
    display: table,inline-table;
    content: " ";
}

.clearfix:after {
    clear: both;
    display: table,inline-table;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
           ========================================================================== */

/**
         * 1. Change the default font family in all browsers (opinionated).
         * 2. Correct the line height in all browsers.
         * 3. Prevent adjustments of font size after orientation changes in
         *    IE on Windows Phone and in iOS.
         */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
           ========================================================================== */

/**
         * Remove the margin in all browsers (opinionated).
         */

body {
    margin: 0;
}

/**
         * Add the correct display in IE 9-.
         */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/* Grouping content
           ========================================================================== */

/**
         * Add the correct display in IE 9-.
         * 1. Add the correct display in IE.
         */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
         * Add the correct margin in IE 8.
         */

figure {
    margin: 1em 40px;
}

/**
         * 1. Add the correct box sizing in Firefox.
         * 2. Show the overflow in Edge and IE.
         */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
         * 1. Correct the inheritance and scaling of font size in all browsers.
         * 2. Correct the odd `em` font sizing in all browsers.
         */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
           ========================================================================== */

/**
         * 1. Remove the gray background on active links in IE 10.
         * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
         */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

    /**
         * Remove the outline on focused links when they are also active or hovered
         * in all browsers (opinionated).
         */

    a:active,
    a:hover {
        outline-width: 0;
    }

/**
         * 1. Remove the bottom border in Firefox 39-.
         * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
         */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
         * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
         */

b,
strong {
    font-weight: inherit;
}

/**
         * Add the correct font weight in Chrome, Edge, and Safari.
         */

b,
strong {
    font-weight: bolder;
}

/**
         * 1. Correct the inheritance and scaling of font size in all browsers.
         * 2. Correct the odd `em` font sizing in all browsers.
         */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
         * Add the correct font style in Android 4.3-.
         */

dfn {
    font-style: italic;
}

/**
         * Add the correct background and color in IE 9-.
         */

mark {
    background-color: #ff0;
    color: #000;
}

/**
         * Add the correct font size in all browsers.
         */

small {
    font-size: 80%;
}

/**
         * Prevent `sub` and `sup` elements from affecting the line height in
         * all browsers.
         */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
           ========================================================================== */

/**
         * Add the correct display in IE 9-.
         */

audio,
video {
    display: inline-block;
}

    /**
         * Add the correct display in iOS 4-7.
         */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
         * Remove the border on images inside links in IE 10-.
         */

img {
    border-style: none;
}

/**
         * Hide the overflow in IE.
         */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
           ========================================================================== */

/**
         * 1. Change the font style in all browsers (opinionated).
         * 2. Remove the margin in Firefox and Safari.
         */

button,
input,
optgroup,
select,
textarea {
    font-family: 'Source Sans Pro';
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
         * Show the overflow in IE.
         * 1. Show the overflow in Edge.
         */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
         * Remove the inheritance of text transform in Edge, Firefox, and IE.
         * 1. Remove the inheritance of text transform in Firefox.
         */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
         * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
         *    controls in Android 4.
         * 2. Correct the inability to style clickable types in iOS and Safari.
         */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
         * Remove the inner border and padding in Firefox.
         */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
         * Restore the focus style unset by the previous rule.
         */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
         * 1. Correct the text wrapping in Edge and IE.
         * 2. Correct the color inheritance from `fieldset` elements in IE.
         * 3. Remove the padding so developers are not caught out when they zero out
         *    `fieldset` elements in all browsers.
         */

/* Interactive
           ========================================================================== */

/*
         * Add the correct display in IE 9-.
         * 1. Add the correct display in Edge, IE, and Firefox.
         */

details,
menu {
    display: block;
}

/*
         * Add the correct display in all browsers.
         */

summary {
    display: list-item;
}

/* Scripting
           ========================================================================== */

/**
         * Add the correct display in IE.
         */

template {
    display: none;
}

/* Hidden
           ========================================================================== */

/**
         * Add the correct display in IE 10-.
         */

[hidden] {
    display: none;
}

/*------------------------------------*\
            BASE STYLES
        \*------------------------------------*/

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    font-size: 16px;
    box-sizing: border-box;
    font-size: 100%;
}

body {
    font-size: 16px;
    /* add PX (or original value) as fallback */
    font-size: 1rem;
    color: #333333;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    background: #FFF;
    line-height: 1.5;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Source Sans Pro', bold;
}


.pl-helper-spacer {
    background: #bdc3c7;
    padding: 20px;
    margin-bottom: 20px;
}

/*
            File to be included in different partials.
            Makes variables and mixins available.
         */

/**
         * For modern browsers
         * 1. The space content is one way to avoid an Opera bug when the
         *    contenteditable attribute is included anywhere else in the document.
         *    Otherwise it causes space to appear at the top and bottom of elements
         *    that are clearfixed.
         * 2. The use of `table` rather than `block` is only necessary if using
         *    `:before` to contain the top-margins of child elements.
         */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}



.primary-main {
    padding-bottom: 50px;
}

.primary-main--compact-menu {
    padding-left: 50px;
    padding-bottom: 50px;
}

.menu-item:hover > .menu-item__link,
.menu-item:active > .menu-item__link,
.menu-item:focus > .menu-item__link {
    color: white !important;
    background-color: #00008f;
    text-decoration: none;
}

.menu-item {
    border-bottom: none;
}

.overlay:hover > .menu-item__link,
.overlay:active > .menu-item__link,
.overlay:focus > .menu-item__link {
    color: white !important;
    background-color: #00008f;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
    display: table,inline-table;
}

.clearfix:after {
    clear: both;
    display: table,inline-table;
}

.app-title {
    font-size: 16px;
    line-height: 1;
}

    .app-title .app-title__link {
        text-decoration: none;
        color: #333333;
        line-height: 1;
    }

        .app-title .app-title__link:hover,
        .app-title .app-title__link:focus,
        .app-title .app-title__link:active {
            text-decoration: underline;
        }

.app-title--primary-header {
    float: left;
    width: 100%;
    font-size: 13px;
}

@media (min-width: 1280px) {
    .app-title--primary-header {
        width: auto;
        font-size: 16px;
        padding: 9px 0;
    }
}

.app-title--without-breadcrumbs {
    font-size: 16px;
    padding: 0;
}

.brand {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .brand .icon,
    .brand .mat-icon,
    .brand .material-icons {
        width: 50px;
        height: 100%;
    }

    .brand .material-icons {
        color: currentColor;
        width: auto;
        height: auto;
        font-size: 16px;
        top: 48%;
    }

.brand__img {
    width: 56px;
    height: 100%;
}

.brand--primary-header {
    float: left;
    cursor: pointer;
}

.divider {
    display: inline-block;
    width: 1px;
    height: 34px;
    float: left;
    background-color: #e5e5e5;
    margin: 0 16px;
}

.divider_1 {
    display: inline-block;
    height: 34px;
    float: left;
    background-color: #e5e5e5;
    margin: 0 16px;
}

.divider--primary-header {
    margin-top: 8px;
    display: none;
}

@media (min-width: 768px) {
    .divider--primary-header {
        display: inline-block;
    }
}

.icon,
.mat-icon,
.material-icons {
   position: relative;
    display: inline-block;
    width: 20px;
    /*height: 20px;*/
    stroke-width: 2;
    /*stroke: red;*/
    fill: currentColor;
    /*fill:red!important;*/
    pointer-events: none;
    stroke:currentColor;
}

.material-icons {
    color: currentColor;
    width: auto;
    height: auto;
    font-size: 16px;
}

.axa-form__control {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 5px 16px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    color: #333;
    outline: none;
    transition: .4s all;
}

.axa-form__control--small {
    height: 30px;
}

.axa-form__control--medium {
    height: 40px;
}

.axa-form__control--large {
    height: 50px;
}

.axa-form__control::-webkit-input-placeholder {
    color: #999999;
}

.axa-form__control:-moz-placeholder {
    color: #999999;
}

.axa-form__control:-ms-input-placeholder {
    color: #999999;
}

.axa-form__control:hover,
.axa-form__control:focus {
    border-color: #00008F;
}

.axa-form__control:active,
.axa-form__control.is-active {
    color: #00008F;
    border-color: #00008F;
}

.axa-form__control.is-disabled,
.axa-form__control:disabled {
    background-color: #fafafa;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .axa-form__control.is-disabled:hover,
    .axa-form__control:disabled:hover {
        border-color: #CCCCCC;
        color: #e5e5e5;
    }

    .axa-form__control.is-disabled::-webkit-input-placeholder,
    .axa-form__control:disabled::-webkit-input-placeholder {
        color: #CCCCCC;
    }

    .axa-form__control.is-disabled:-moz-placeholder,
    .axa-form__control:disabled:-moz-placeholder {
        color: #CCCCCC;
    }

    .axa-form__control.is-disabled:-ms-input-placeholder,
    .axa-form__control:disabled:-ms-input-placeholder {
        color: #CCCCCC;
    }

.axa-form__control.in-focus {
    border-color: #00008F;
}

.axa-form__control.has-error {
    border-color: #C91432;
}

.axa-form__control--axa-dropdown-menu {
    border: none;
}

.example-btn {
    margin: 10px 10px 10px 10px;
}

.axa-btn {
    display: inline-block;
    min-height: 40px;
    vertical-align: middle;
    line-height: 1.21;
    border-style: solid;
    border-width: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: .28px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
    font-size: 14px;
}

    .axa-btn:hover {
        text-decoration: none;
    }

.axa-btn--small {
    min-height: 30px;
    padding: 5.5px 30px;
    line-height: 1.38;
    border-width: 1px;
    font-size: 13px;
}

.axa-btn--large {
    min-height: 50px;
    padding: 11.5px 30px;
    font-size: 16px;
    line-height: 1.5;
}





.axa-btn--alternative {
    background-color: #f07662;
    border-color: #f07662;
    border-bottom-color: #EC4d33;
    color: white;
}

    .axa-btn--alternative:hover {
        background-color: #EC4d33;
        border-color: #EC4d33;
        color: white;
    }

.axa-btn--ghost-alternative {
    background-color: transparent;
    border-color: #f07662;
    color: #f07662;
}

    .axa-btn--ghost-alternative:hover {
        background-color: transparent;
        border-color: #EC4d33;
        color: #EC4d33;
    }

.axa-btn--ghost-white {
    background-color: transparent;
    border-color: white;
    color: white;
}

    .axa-btn--ghost-white:hover {
        background-color: white;
        border-color: white;
        color: #00008F;
    }

.menu-toggle {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 0;
    border: none;
    width: 83px;
    height: 24px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-toggle__box {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
}

.menu-toggle__line {
    background-color: #00008F;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    transition: .4s all;
}

    .menu-toggle__line:nth-of-type(1) {
        top: 0;
    }

    .menu-toggle__line:nth-of-type(2) {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .menu-toggle__line:nth-of-type(3) {
        top: auto;
        bottom: 0;
    }

.menu-toggle__descriptor {
    position: absolute;
    top: 54%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #00008F;
    font-weight: 600;
    font-size: 16px;
}

.menu-toggle.is-active .menu-toggle__box {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-toggle.is-active .menu-toggle__line {
    border-radius: 4px;
}

    .menu-toggle.is-active .menu-toggle__line:nth-of-type(1) {
        top: 50%;
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        z-index: 2;
    }

    .menu-toggle.is-active .menu-toggle__line:nth-of-type(2) {
        top: 50%;
        padding: 4px 0;
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        background-color: white;
        z-index: 1;
        transition: 0s;
    }

    .menu-toggle.is-active .menu-toggle__line:nth-of-type(3) {
        bottom: 50%;
        -ms-transform: translateY(50%) rotate(45deg);
        transform: translateY(50%) rotate(45deg);
        z-index: 0;
    }

.menu-toggle--primary-header {
    float: left;
    margin: 13px 0 0 16px;
}

.signifier {
    display: inline-block;
    width: 148px;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signifier__img {
    width: 100%;
    height: auto;
}

.signifier--primary-header {
    float: left;
    margin-top: 8px;
    border-left: 1px solid #e5e5e5;
    padding-left: 16px;
    padding-top: 6px;
    padding-bottom: 5px;
    display: none;
}

@media (min-width: 768px) {
    .signifier--primary-header {
        display: inline-block;
        margin-right: 16px;
    }
    #topMenu{
        display:none !important;
    }
    .side-nav--compact{
        display:inline-block;
    }
}

@media (max-width: 767px) {

    .menu-toggle--primary-header,
    .user-details--primary-header,
    .side-nav--compact,    
    .xl-loader,
    #xl-loader-mask {
        display: none;
    }

    .menu-item a {
        text-decoration: none;
    }

    #topMenu{
        display:inline-block;
    }

    .brand__img {
        height: 56px !important;
    }

    #widgetRow  {
        padding-left: 0px;
    }
}

@media (max-width: 425px) and (min-width: 319px) {
    .categoryDesc {
        padding-top: 0px !important;
    } 
}

@media (max-width: 425px) and (min-width: 374px) {
    .imgStyle {
        float:none !important;
        margin-left: 45px;       
    }      
}

@media (max-width: 375px) {
    .imgStyle {
        float:none !important;
        margin-left: 25px;       
    }   
}

@media (max-width: 320px) {
    .imgStyle {
        float:left !important;
        margin-left: 0px;
    }
}

.breadcrumbs {
    background-color: transparent;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    font-size: 12px;
    line-height: 1.1;
}

.breadcrumbs__item {
    line-height: 1;
    position: relative;
    min-width: 32px;
    display: inline-block;
}

    .breadcrumbs__item:last-of-type .breadcrumbs__icon {
        display: none;
    }

    .breadcrumbs__item.is-current .breadcrumbs__link {
        text-decoration: underline;
        pointer-events: none;
    }

.breadcrumbs__link {
    color: #333333;
    line-height: 1;
    text-decoration: none;
}

    .breadcrumbs__link:hover,
    .breadcrumbs__link:active,
    .breadcrumbs__link:focus {
        color: #333333;
        text-decoration: underline;
    }

.breadcrumbs__icon {
    display: inline-block;
    height: 13px;
    margin: auto;
    position: relative;
    width: 8px;
}

    .breadcrumbs__icon .icon,
    .breadcrumbs__icon .mat-icon,
    .breadcrumbs__icon .material-icons {
        width: 8px;
        max-width: 7px;
        height: auto;
        max-height: 16px;
        position: absolute;
        left: 55%;
        top: 80%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .breadcrumbs__icon .material-icons {
        color: currentColor;
        width: auto;
        height: auto;
        font-size: 16px;
        top: 48%;
    }

@media (min-width: 1280px) {
    .breadcrumbs__icon {
        width: 15px;
    }

        .breadcrumbs__icon .icon,
        .breadcrumbs__icon .mat-icon,
        .breadcrumbs__icon .material-icons {
            top: 70%;
            max-width: 11px;
        }

        .breadcrumbs__icon .material-icons {
            color: currentColor;
            width: auto;
            height: auto;
            font-size: 16px;
            top: 48%;
        }
}

.breadcrumbs .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

    .breadcrumbs .breadcrumb li:first-of-type:before {
        padding: 0;
        content: '';
    }

    .breadcrumbs .breadcrumb li:before {
        text-decoration: none;
        content: '>';
        padding: 0 2px 0 3px;
        color: #333333;
    }

    .breadcrumbs .breadcrumb a {
        color: #333333;
        text-decoration: none;
    }

        .breadcrumbs .breadcrumb a:hover,
        .breadcrumbs .breadcrumb a:active,
        .breadcrumbs .breadcrumb a:focus {
            color: #333333;
            text-decoration: underline;
        }

    .breadcrumbs .breadcrumb span {
        text-decoration: underline;
    }

    .breadcrumbs .breadcrumb .active {
        color: #333333;
    }

.breadcrumbs--primary-header {
    float: left;
    max-height: 34px;
    border-left: none;
    width: 100%;
    font-size: 10px;
    margin-top: 1px;
}

@media (min-width: 1280px) {
    .breadcrumbs--primary-header {
        border-left: 1px solid #e5e5e5;
        margin: 0 0 0 16px;
        padding: 9px 0 9px 16px;
        width: auto;
        font-size: 12px;
    }
}

.breadcrumbs--primary-header .breadcrumb {
    margin-top: 3px;
}

.axa-form__header {
    float: left;
    width: 100%;
    padding: 16px;
    border: 1px solid #CCCCCC;
}

.axa-form__main {
    float: left;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.axa-form__footer {
    float: left;
    width: 100%;
    padding: 16px 0 0;
}

.axa-form__footer--align-right {
    text-align: right;
}

.axa-form__footer .axa-btn {
    margin-right: 16px;
}

    .axa-form__footer .axa-btn:last-of-type {
        margin-right: 0;
    }


.axa-form--axa-dropdown-menu .axa-btn {
    padding-left: 20px;
    padding-right: 20px;
}

.axa-form--axa-dropdown-menu .axa-form__main {
    border-top: none;
}

.dropdown-item.text-dark-2:hover {
    color: #ffffff !important;
    background-color: #00008f;
}


.menu-item {
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #e5e5e5;
    transition: .2s background-color;
    box-sizing: border-box;
}

    .menu-item:hover,
    .menu-item:active,
    .menu-item:focus {
        background-color: #00008F;
    }



    .menu-item.is-open .menu-item__link {
        pointer-events: none;
    }

    .menu-item.is-open .subnav {
        left: 0;
    }

    .menu-item.is-active {
        background-color: #00005B;
    }

        .menu-item.is-active > .menu-item__link {
            color: white;
            text-decoration: none;
        }

            .menu-item.is-active > .menu-item__link:hover,
            .menu-item.is-active > .menu-item__link:active,
            .menu-item.is-active > .menu-item__link:focus {
                color: white;
            }

    .menu-item.in-danger {
        background-color: #fad6de;
    }

        .menu-item.in-danger > .menu-item__link:hover {
            color: white;
        }

        .menu-item.in-danger:hover,
        .menu-item.in-danger:active,
        .menu-item.in-danger:focus {
            background-color: #f07662;
        }

            .menu-item.in-danger:hover .menu-item__link,
            .menu-item.in-danger:active .menu-item__link,
            .menu-item.in-danger:focus .menu-item__link {
                color: white;
            }

/*.override-bs a, .override-bs .card-block a {
    color: #00005b;
}*/

.menu-item__link {
    padding: 20px 30px;
    position: relative;
    display: block;
    color: #00005B !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
}

    .menu-item__link:hover,
    .menu-item__link:active,
    .menu-item__link:focus {
        text-decoration: none;
    }

.menu-item__icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .menu-item__icon .icon,
    .menu-item__icon .mat-icon,
    .menu-item__icon .material-icons {
        position: absolute;
        width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .menu-item__icon .material-icons {
        color: currentColor;
        width: auto;
        height: auto;
        font-size: 24px;
        top: 48%;
    }

.menu-item__title {
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .menu-item__title.has-icon {
        padding-left: 34px;
    }

.menu-item__notification {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 22px;
    height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .menu-item__notification.has-subnav {
        right: 62px;
    }

.menu-item__notification-label {
    position: absolute;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 10px;
    text-align: center;
    background-color: #f07662;
    color: white;
    top: -5px;
    right: 11px;
}

.menu-item__notification-icon {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

    .menu-item__notification-icon .icon,
    .menu-item__notification-icon .mat-icon,
    .menu-item__notification-icon .material-icons {
        position: absolute;
        top: 40%;
        left: 50%;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        width: 100%;
        max-height: 100%;
    }

    .menu-item__notification-icon .material-icons {
        width: auto;
        height: auto;
        font-size: 24px;
        top: 48%;
    }

.menu-item__subnav-toggle {
    width: 22px;
    height: 22px;
    float: right;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 90px;
}

    .menu-item__subnav-toggle .icon,
    .menu-item__subnav-toggle .mat-icon,
    .menu-item__subnav-toggle .material-icons {
        position: absolute;
        width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .menu-item__subnav-toggle .material-icons {
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 34px;
        top: 20%;
    }

.menu-item.has-dropzone {
    background-color: #3032C1;
}

    .menu-item.has-dropzone .menu-item__link {
        color: white;
        padding: 20px 30px;
    }

    .menu-item.has-dropzone .drop-zone {
        height: auto;
        transition-delay: .2s;
        padding-bottom: 20px;
    }

    .menu-item.has-dropzone .drop-zone__inner {
        transition-delay: .2s;
        padding: 27px 0 37px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.5);
    }

.menu-item .drop-zone {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    height: 0;
    transition: all .2s;
    position: relative;
    float: left;
}

.menu-item .drop-zone__inner {
    transition: all .2s;
    border: white 2px dashed;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 8px;
    float: left;
    text-align: center;
    opacity: 0;
    line-height: 1;
    color: white;
    font-weight: 600;
}

.menu-item .drop-zone__icon {
    display: inline-block;
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

    .menu-item .drop-zone__icon .icon,
    .menu-item .drop-zone__icon .mat-icon,
    .menu-item .drop-zone__icon .material-icons {
        font-size: 23px;
    }

.side-nav--compact .menu-item {
    min-height: 34px;
}

.side-nav--compact .menu-item__icon {
    transition: left .4s;
    left: 12px;
}

.side-nav--compact .menu-item__title {
    transition: opacity .4s;
}

.side-nav--compact .menu-item__notification {
    width: 12px;
    height: 12px;
    top: 43%;
    right: 91%;
    transition: .4s right;
}

.side-nav--compact .menu-item__notification-icon .icon,
.side-nav--compact .menu-item__notification-icon .mat-icon,
.side-nav--compact .menu-item__notification-icon .material-icons {
    opacity: 0;
}

.side-nav--compact .menu-item__notification-label {
    right: auto;
    left: -9px;
}

.side-nav--compact.is-active .menu-item__icon {
    left: 28px;
}

.side-nav--compact.is-active .menu-item__title {
    opacity: 1;
    transition-delay: .2s;
}

.side-nav--compact.is-active .menu-item__notification {
    top: 50%;
    right: 30px;
    width: 22px;
    height: 22px;
}

.side-nav--compact.is-active .menu-item__notification-icon .icon,
.side-nav--compact.is-active .menu-item__notification-icon .mat-icon,
.side-nav--compact.is-active .menu-item__notification-icon .material-icons {
    opacity: 1;
    transition-delay: .2s;
}

.side-nav--compact.is-active .menu-item__notification-label {
    left: auto;
    right: 11px;
}

.side-nav__list,
.subnav__list {
    width: 100%;
    min-width: 320px;
    float: left;
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box;
}

.subnav {
    box-sizing: border-box;
}

.subnav__list {
    width: 100%;
    box-sizing: border-box;
}

.subnav-title {
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    transition: .2s background-color;
}

    .subnav-title:hover,
    .subnav-title:active,
    .subnav-title:focus {
        background-color: #00008F;
    }

        .subnav-title:hover .subnav-title__link,
        .subnav-title:active .subnav-title__link,
        .subnav-title:focus .subnav-title__link {
            color: white;
            text-decoration: none;
        }

.subnav-title__subnav-toggle {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

    .subnav-title__subnav-toggle .icon,
    .subnav-title__subnav-toggle .mat-icon,
    .subnav-title__subnav-toggle .material-icons {
        position: absolute;
        width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .subnav-title__subnav-toggle .material-icons {
        color: currentColor;
        width: auto;
        height: auto;
        font-size: 34px;
        top: 20%;
    }

.subnav-title__link {
    padding: 29px 30px;
    position: relative;
    display: block;
    color: #00005B;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

    .subnav-title__link:hover,
    .subnav-title__link:active,
    .subnav-title__link:focus {
        color: white;
        text-decoration: none;
    }

.subnav-title__heading {
    padding-left: 40px;
}

.subnav-item__item {
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    transition: .2s background-color;
    box-sizing: border-box;
}

    .subnav-item__item:hover,
    .subnav-item__item:active,
    .subnav-item__item:focus {
        background-color: #00008F;
    }

        .subnav-item__item:hover > .subnav-item__link,
        .subnav-item__item:active > .subnav-item__link,
        .subnav-item__item:focus > .subnav-item__link {
            color: white;
            text-decoration: none;
        }

    .subnav-item__item.is-active {
        background-color: #00005B;
    }

        .subnav-item__item.is-active > .subnav-item__link {
            color: white;
            text-decoration: none;
        }

            .subnav-item__item.is-active > .subnav-item__link:hover,
            .subnav-item__item.is-active > .subnav-item__link:active,
            .subnav-item__item.is-active > .subnav-item__link:focus {
                background-color: #00005B;
                color: white;
            }

    .subnav-item__item.in-danger {
        background-color: #fad6de;
    }

        .subnav-item__item.in-danger > .subnav-item__link:hover {
            color: white;
        }

        .subnav-item__item.in-danger:hover,
        .subnav-item__item.in-danger:active,
        .subnav-item__item.in-danger:focus {
            background-color: #f07662;
        }

            .subnav-item__item.in-danger:hover > .subnav-item__link,
            .subnav-item__item.in-danger:active > .subnav-item__link,
            .subnav-item__item.in-danger:focus > .subnav-item__link {
                color: white;
            }

.subnav-item__link {
    padding: 20px 30px;
    position: relative;
    display: block;
    color: #00005B;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
}

    .subnav-item__link:hover,
    .subnav-item__link:active,
    .subnav-item__link:focus {
        color: #00005B;
        text-decoration: none;
    }

.subnav-item__icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .subnav-item__icon .icon,
    .subnav-item__icon .mat-icon,
    .subnav-item__icon .material-icons {
        position: absolute;
        width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .subnav-item__icon .material-icons {
        color: currentColor;
        width: auto;
        height: auto;
        font-size: 24px;
        top: 48%;
    }

.subnav-item__title {
    font-size: 14px;
}

    .subnav-item__title.has-icon {
        padding-left: 34px;
    }

.subnav-item__notification {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 22px;
    height: 22px;
}

    .subnav-item__notification.has-subnav {
        right: 62px;
    }

.subnav-item__notification-label {
    position: absolute;
    font-size: 10px;
    width: 12px;
    height: 12px;
    text-align: center;
    background-color: #f07662;
    color: white;
    border-radius: 50%;
    top: -2px;
    left: 0;
}

.subnav-item__notification-icon {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

    .subnav-item__notification-icon .icon,
    .subnav-item__notification-icon .mat-icon,
    .subnav-item__notification-icon .material-icons {
        position: absolute;
        top: 40%;
        left: 50%;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        width: 100%;
        max-height: 100%;
    }

    .subnav-item__notification-icon .material-icons {
        color: currentColor;
        width: auto;
        height: auto;
        font-size: 16px;
        top: 48%;
    }

.subnav-item__subnav-toggle {
    width: 22px;
    height: 22px;
    float: right;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
}

    .subnav-item__subnav-toggle .icon,
    .subnav-item__subnav-toggle .mat-icon,
    .subnav-item__subnav-toggle .material-icons {
        position: absolute;
        width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .subnav-item__subnav-toggle .material-icons {
        color: currentColor;
        width: auto;
        height: auto;
        font-size: 34px;
        top: 20%;
    }

.user-details {
    width: 200px;
    height: 34px;
    position: relative;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.user-details__fullname {
    float: left;
    width: 80%;
    max-height: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 8px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.user-details__firstname,
.user-details__lastname {
    display: inline-block;
}

.user-details__dropdown-icon {
    display: inline-block;
    float: left;
    margin-top: 13px;
    width: 12px;
    height: 12px;
    position: relative;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 8px;
    cursor: pointer;
}

    .user-details__dropdown-icon .icon,
    .user-details__dropdown-icon .mat-icon,
    .user-details__dropdown-icon .material-icons {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .user-details__dropdown-icon .material-icons {
        color: currentColor;
        width: auto;
        height: auto;
        font-size: 16px;
        top: 48%;
    }

.user-details__img-cont {
    margin-top: 1px;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    float: right;
    display: inline-block;
    background-color: #CCCCCC;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .user-details__img-cont .icon,
    .user-details__img-cont .mat-icon,
    .user-details__img-cont .material-icons,
    .user-details__img-cont .user-details__image {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: white;
        width: 20px;
        height: 20px;
    }

    .user-details__img-cont .user-details__image {
        width: 100%;
        height: auto;
    }

    .user-details__img-cont .material-icons {
        font-size: 22px;
        width: auto;
        height: auto;
        color: white;
        top: 48%;
        text-align: center;
    }

.user-details.is-open .user-details__dropdown-icon {
    margin-top: 11px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.user-details--with-dropdown .user-details__fullname {
    width: 70%;
}

.user-details--primary-header {
    float: left;
    margin-top: 8px;
    max-width: 150px;
    margin-right: 8px;
}

    .user-details--primary-header .user-details__fullname {
        max-width: 73%;
        display: inline-block;
    }

    .user-details--primary-header .user-details__lastname {
        display: none;
    }

@media (min-width: 768px) {
    .user-details--primary-header {
        max-width: 70px;
        margin-right: 16px;
    }

        .user-details--primary-header .user-details__fullname {
            max-width: 30px;
            margin-top: 9px;
            display: inline-block;
        }

        .user-details--primary-header .user-details__lastname {
            display: none;
        }
}

@media (min-width: 992px) {
    .user-details--primary-header {
        max-width: 50%;
    }

        .user-details--primary-header .user-details__fullname {
            max-width: 77%;
            margin-top: 9px;
            display: inline-block;
        }

        .user-details--primary-header .user-details__lastname {
            display: inline-block;
        }
}

@media (min-width: 1280px) {
    .user-details--primary-header {
        max-width: 180px;
    }

        .user-details--primary-header .user-details__fullname {
            max-width: 77%;
            margin-top: 9px;
            display: inline-block;
        }

        .user-details--primary-header .user-details__lastname {
            display: inline-block;
        }
}

.primary-header .user-details--with-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 120px;
}

    .primary-header .user-details--with-dropdown .user-details__fullname {
        width: 50%;
        display: inline-block;
    }

    .primary-header .user-details--with-dropdown .user-details__lastname {
        display: none;
    }

@media (min-width: 768px) {
    .primary-header .user-details--with-dropdown {
        max-width: 40px;
    }

        .primary-header .user-details--with-dropdown .user-details__dropdown-icon,
        .primary-header .user-details--with-dropdown .user-details__fullname {
            display: none;
        }
}

@media (min-width: 992px) {
    .primary-header .user-details--with-dropdown {
        max-width: 100%;
    }

        .primary-header .user-details--with-dropdown .user-details__fullname {
            width: 70%;
        }

        .primary-header .user-details--with-dropdown .user-details__dropdown-icon,
        .primary-header .user-details--with-dropdown .user-details__fullname,
        .primary-header .user-details--with-dropdown .user-details__lastname {
            display: inline-block;
        }
}

@media (min-width: 1280px) {
    .primary-header .user-details--with-dropdown {
        max-width: 100%;
    }

        .primary-header .user-details--with-dropdown .user-details__fullname {
            width: 70%;
        }

        .primary-header .user-details--with-dropdown .user-details__dropdown-icon,
        .primary-header .user-details--with-dropdown .user-details__fullname,
        .primary-header .user-details--with-dropdown .user-details__lastname {
            display: inline-block;
        }
}

.primary-header--without-breadcrumbs .user-details--with-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 120px;
}

    .primary-header--without-breadcrumbs .user-details--with-dropdown .user-details__fullname {
        width: 50%;
        display: inline-block;
    }

    .primary-header--without-breadcrumbs .user-details--with-dropdown .user-details__lastname {
        display: none;
    }

@media (min-width: 768px) {
    .primary-header--without-breadcrumbs .user-details--with-dropdown {
        max-width: 100%;
    }

        .primary-header--without-breadcrumbs .user-details--with-dropdown .user-details__fullname {
            width: 70%;
            max-width: 100%;
        }

        .primary-header--without-breadcrumbs .user-details--with-dropdown .user-details__lastname {
            display: inline-block;
        }

        .primary-header--without-breadcrumbs .user-details--with-dropdown .user-details__dropdown-icon,
        .primary-header--without-breadcrumbs .user-details--with-dropdown .user-details__fullname {
            display: inline-block;
        }
}

@media (min-width: 1280px) {
    .primary-header--without-breadcrumbs .user-details--with-dropdown {
        max-width: 100%;
    }

        .primary-header--without-breadcrumbs .user-details--with-dropdown .user-details__fullname {
            width: 70%;
        }
}

.axa-dropdown-menu {
    width: 320px;
    position: absolute;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 20px;
    top: 42px;
    right: -8px;
    z-index: 100;
    visibility: hidden;
    display: none;
}

@media (min-width: 768px) {
    .axa-dropdown-menu {
        right: -16px;
        top: 41px;
    }
}

.axa-dropdown-menu__inner {
    float: left;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    z-index: 300;
    overflow: auto;
    border: 1px solid #CCCCCC;
}

.axa-dropdown-menu.is-active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.axa-dropdown-menu.show-dropdown-example {
    position: relative;
    top: 0;
    left: 0;
    width: 320px;
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
}

.primary-footer {
    height: 30px;
    background-color: #3B3FD8;
    position: relative;
}

    .primary-footer .legal {
        position: relative;
        height: 30px;
        text-align: right;
    }

    .primary-footer .legal__copy {
        position: absolute;
        top: 50%;
        right: 15px;
        font-size: 12px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1;
        color: white;
        margin: 0;
        padding: 0;
    }

    .primary-footer .legal__link {
        color: white;
        text-decoration: underline;
    }

        .primary-footer .legal__link:hover {
            color: white;
            text-decoration: none;
        }

.primary-footer--no-grid {
    float: left;
    width: 100%;
    display: block;
}

    .primary-footer--no-grid .legal__copy {
        right: 30px;
    }

.primary-footer--fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.primary-header {
    position: relative;
    background-color: transparent;
    color: #333333;
    white-space: nowrap;
    height: 94px;
    z-index: 1000;
}

@media (min-width: 768px) {
    .primary-header {
        height: 50px;
    }
}

.primary-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
}

@media (min-width: 768px) {
    .primary-header__inner {
        height: 50px;
    }
}

.primary-header__mobile {
    width: 100%;
    float: left;
    display: inline-block;
    padding-left: 8px;
}

@media (min-width: 768px) {
    .primary-header__mobile {
        display: none;
    }
}

.primary-header__left {
    float: left;
    width: auto;
    margin: 0;
}

    .primary-header__left .primary-header__info {
        display: none;
    }

@media (min-width: 768px) {
    .primary-header__left .primary-header__info {
        display: inline-block;
    }
}

.primary-header__right {
    float: right;
    width: auto;
    margin: 0;
}

.primary-header__info {
    float: left;
    display: inline-block;
    position: relative;
    height: auto;
    margin-top: 8px;
    max-width: 280px;
}

@media (min-width: 768px) {
    .primary-header__info {
        margin-top: 11px;
        max-width: 320px;
    }
}

@media (min-width: 1280px) {
    .primary-header__info {
        height: 34px;
        max-width: 100%;
        margin-top: 8px;
    }
}

.primary-header--without-breadcrumbs .primary-header__info {
    max-width: 100%;
    margin-top: 14px;
}

@media (min-width: 768px) {
    .primary-header--without-breadcrumbs .primary-header__info {
        margin-top: 17px;
    }
}

.side-nav {
    position: fixed;
    top: 94px;
    left: -320px;
    transition: .4s left;
    width: 320px;
    height: calc(100vh - 50px);
    z-index: 100;
}

@media (min-width: 768px) {
    .side-nav {
        top: 50px;
    }
}

.side-nav__inner {
    float: left;
    width: 320px;
    height: 100%;
    background-color: white;
    box-shadow: 2px 0 5px -2px #CCCCCC;
    position: relative;
    z-index: 300;
    overflow: hidden;
    transition: 1s width;
    top: 0px;
}

.sub-nav__inner {    
    transition: .4s width ease-in-out!important;
}

.side-nav__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: transparent;
}

.side-nav.is-active {
    left: 0;
    width: 100vw;
    height: 100%;
}

.side-nav.show-side-nav-example {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 513px;
}

.side-nav.show-side-nav-example--compact {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 513px;
}

.side-nav .menu-item:last-of-type {
    border-bottom: 0;
}

.side-nav--compact {
    width: 50px;
    left: 0;
    box-shadow: 2px 0 5px -2px #CCCCCC;
}

    .side-nav--compact .side-nav__inner {
        width: 56px;
    }



    .side-nav--compact.is-active {
        transition: .4s left;
        box-shadow: none;
    }

        .side-nav--compact.is-active .side-nav__inner {
            width: 320px;
        }




.subnav {
    position: absolute;
    top: 0;
    z-index: 2000;
    left: -320px;
    transition: .4s all;
    width: 320px;
    height: 100%;
    background-color: white;
}

    .subnav.show-subnav-example {
        position: relative;
        top: 0;
        left: 0;
        width: 320px;
        height: 513px;
    }

.grid__box {
    padding: 10px;
    background-color: #d8d8d8;
    display: block;
    margin-bottom: 20px;
}


.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

.overlay {
    display: block;
    width: 250px;
    height: 100%;
    top: 50px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: white;
    cursor: pointer;
    float: left;
    box-shadow: 2px 0 5px -2px #CCCCCC;
    position: fixed;
    z-index: 300;
    overflow: hidden;
    transition: .4s width;
}

.overrideColorActive {
    color: #ffffff !important;
    background-color: #00005B;
}

.Onhover {
    color: #00008f;
    background-color: #ffffff;
}

    .Onhover:hover {
        color: #ffffff !important;
        background-color: #00008f !important;
    }

.overrideColorActive:hover {
    color: #ffffff !important;
    background-color: #00005B !important;
}

#mainmenu::-webkit-scrollbar {
    width: .4em;
    height: .05em;
}

#mainmenu::-webkit-scrollbar-track-piece {
    background: #b2b2cd;   
}

.icon_left
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    stroke-width: 0;
    /*stroke: red;*/
    fill: currentColor;
    /*fill:red!important;*/
    pointer-events: none;
    
}
.menu-item__icon_left {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.iconBtn
 {
   position: relative;
    display: inline-block;
    width: 25px;
   height:25px;
    stroke-width: 2;
    pointer-events: none;
    stroke:currentColor;
    fill:currentColor;
}

.transition_effects{
    transition-delay:1s;
}