@font-face {
    font-family: "Forma DJR Micro Regular";
    src: url("/FormaDJRMicro-Regular.ttf");
}

@font-face {
    font-family: "Forma DJR Micro Medium";
    src: url("/FormaDJRMicro-Medium.ttf");
}

body {
    font-family: "Forma DJR Micro Regular" !important;
	color: #212121;
    transition-duration: inherit !important;
}

/*Color Code Variables*/
:root {
    --white: #ffffff;
    --black: #000000;
    --starship: #dcf659;
    --texas: #eafa9b;
    --aqua-marine: #59f6a9;
    --aqua-marine-light: #9bfacb;
    --perfume: #a89ef9;
    --perfume-light: #cbc5fb;
    --cornflower-blue: #549ef8;
    --malibu: #98c5fb;
    --woodsmoke: #0A0B0B;
    --scorpion: #5a5a5a;
    --merino: #f2ebdc;
    --tundora: #4D4D4D;
    --wildsand: #F4F4F4;
    --denim: #165dba;
    --gray-border: #dedede;
    --additional-green: #E7F8EB;
}

/* CSS for Mobile upto 720px*/
@media only screen and (max-width: 720px) {
    .font--style-xxl {
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 46px;
    }

    .font--style-xl {
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
    }

    .font--style-h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 28px;
    }

    .font--style-h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 26px;
    }

    .font--style-h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
    }

    .font--style-h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }

    .font--style-h5 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    .font--style-h6 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .font--subtitle {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }

    .font--body-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .font--body-1 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .font--caption-1 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        font-family: "Forma DJR Micro Medium";
    }

    .font--caption-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .font--footness {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}

/* CSS for Responsive Desktop 721px - 1280px*/
@media only screen and (min-width: 721px) and (max-width: 1279.80px) {

    .font--style-xxl {
        font-style: normal;
        font-weight: 400;
        font-size: 60px;
        line-height: 66px;
    }

    .font--style-xl {
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 44px;
    }

    .font--style-h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
    }

    .font--style-h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
    }

    .font--style-h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 30px;
    }

    .font--style-h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
    }

    .font--style-h5 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    .font--style-h6 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .font--subtitle {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }

    .font--body-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .font--body-1 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .font--caption-1 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        font-family: "Forma DJR Micro Medium";
    }

    .font--caption-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .font--footness {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}

/* CSS for Responsive Desktop  1281px - 1920px*/
@media only screen and (min-width: 1280px) and (max-width: 1920.98px) {

    .font--style-xxl {
        font-style: normal;
        font-weight: 400;
        font-size: 70px;
        line-height: 74px;
    }

    .font--style-xl {
        font-style: normal;
        font-weight: 400;
        font-size: 50px;
        line-height: 52px;
    }

    .font--style-h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 42px;
    }

    .font--style-h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 40px;
    }

    .font--style-h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 30px;
    }

    .font--style-h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
    }

    .font--style-h5 {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }

    .font--style-h6 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .font--subtitle {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }

    .font--body-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .font--body-1 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .font--caption-1 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        font-family: "Forma DJR Micro Medium";
    }

    .font--caption-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .font--footness {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}

/* CSS for Responsive Desktop above 1920px*/
@media only screen and (min-width: 1921px) {

    .font--style-xxl {
        font-style: normal;
        font-weight: 400;
        font-size: 80px;
        line-height: 84px;
    }

    .font--style-xl {
        font-style: normal;
        font-weight: 400;
        font-size: 60px;
        line-height: 62px;
    }

    .font--style-h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 50px;
    }

    .font--style-h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 38px;
        line-height: 42px;
    }

    .font--style-h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
    }

    .font--style-h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
    }

    .font--style-h5 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    .font--style-h6 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .font--subtitle {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }

    .font--body-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .font--body-1 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .font--caption-1 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        font-family: "Forma DJR Micro Medium";
    }

    .font--caption-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .font--footness {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}

/*Comman Elements*/
.primary-btn-large {
    min-width: 105px;
    height: 43px;
    background: var(--black);
    color: var(--white);
    font-family: "Forma DJR Micro Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    border: 0px;
    padding: 16px;
}

.primary-btn-large:hover {
    background: var(--scorpion);
}

/* .primary-btn-large:focus {
    background: #FFFFFF;
    border: 1px solid #BBD8FC !important;
    box-sizing: border-box;
    color: var(--black);
} */
.primary-btn-small {
    min-width: 105px;
    height: 33px;
    background: var(--black);
    color: var(--white);
    font-family: "Forma DJR Micro Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    border: 0px;
    padding: 0px 16px;
}

.primary-btn-small:hover {
    background: var(--scorpion);
}

.primary-link {
    font-style: normal;
    font-family: "Forma DJR Micro Medium";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--black);
    cursor: pointer;
}

.primary-link:hover {
    color: var(--tundora);
    border-bottom: 1px solid var(--tundora);
    position: relative;
    bottom: -4px;
    padding-bottom: 6px;
    cursor: pointer;
}

.align-self {
    align-self: center;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #fff !important;
    color: #fff !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #fff !important;
}

.navbar-static-top {
    z-index: unset !important;
}

.username {
    color: black !important;
    min-width: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.active>a {
    background-image: unset !important;
    background-repeat: unset !important;
    box-shadow: unset !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: none !important;
}

.navbar .menu-bar>.navbar-nav>li>a {
    font-family: 'Forma DJR Micro Regular' !important;
    font-size: medium !important;
    color: var(--black) !important;
    font-weight: normal !important;
    white-space: nowrap !important;
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    padding: 8px 12px;
    display: flex;
    color: black !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
    margin-top: 4px !important;

}

.navbar .menu-bar>.navbar-nav>li>a:hover {
    border: 1px solid black !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: none !important;
}

.navbar .menu-bar>.navbar-nav>li:first-child>a {
    /* width: 100px !important; */
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent !important;
}

.aem_country_selection_wrapper {
    display: none !important;
}




#mb-language-btn-1:focus+#mb-language-dropdown-1 {
    display: block;
}

#mb-language-dropdown-1:hover {
    display: block;
}

.signin-loader {
    display: none;
}

#contextual-menu {
    border: none;
    padding-top: 3px;
    min-height: 35px;
    padding: 2px 16px 0px 16px;
    border-radius: 4px;
}

#contextual-menu img {
    position: relative;
    top: -2px;
}

#contextual-menu:hover{
	background-color: rgba(232, 232, 232, 1);
}

#contextual-menu:focus{
	background-color: rgba(0, 118, 173, 0.05);
	color: rgba(2, 68, 102, 1);
}

.secondary-header-vertical-row {
  border-left: 1px solid #D9D9D9;
}