@font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/raleway-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Myriad-Pro-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Myriad-Pro-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Myriad-Pro-Bold.woff2') format('woff2');
}

* {
    font-family: "Myriad Pro Regular";
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.marketing-container-v2 {
    font-family: "Myriad Pro Regular";
    width: 100%;
    margin: auto;
    overflow: hidden;
}

body {
    overflow-x: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.marketing-container-v2 p {
    font-size: 18px;
    line-height: 1.6;
}

.title span {
    margin: 0 0.5rem 0 0;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Header and Top Navigation */
/*header {*/
/*    background-color: #686058;*/
/*    color: #fff;*/
/*    padding: 1em 0.5em;*/
/*    position: fixed; top: 0; */
/*    width: 100%;*/
/*}*/
/*    header .branding img { max-width: 100%; }*/
/*    header .menu-links { text-align: right; }*/
/*    header .menu-links a { color: rgba(255,255,255,.5); text-decoration: none; padding:0 10px 0 10px; }*/
/*    header .menu-links a:hover,*/
/*    header .drop-down-menu .dropdown-btn:hover { color: white; text-decoration: underline; }*/
/*    header .drop-down-menu .dropdown-btn {*/
/*        color: rgba(255,255,255,.5);*/
/*        cursor: pointer;*/
/*        border: none;*/
/*        outline: none;*/
/*        margin: 0;*/
/*        background-color: inherit;*/
/*    }*/
/*    header.menu-header #dropdownMenuLink a:hover { text-decoration: underline; }*/
/*    header.menu-header .dropdown-menu a:hover { text-decoration: none; }*/

header {
    overflow: hidden;
    background-color: #686058;
    /*position: fixed;*/
    top: 0;
    width: 100%;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    margin: 15px 10px;
    padding: 30px 10px;
    font-size: 17px;
}

.main-nav .brand-logo { max-width: 100%; height: auto; }
.main-nav ul.main-menu {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-right: 10px;
    flex: 3;
    justify-content: flex-end;
    align-items: center;
}
.main-nav ul.main-menu li { padding: 0 10px; }
.main-nav ul.main-menu li a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    text-align: center;
}
.main-nav ul.main-menu  li a:hover { color: white; text-decoration: underline; }

/* Reset the element style default value */
.main-nav .right-menu p,
.main-nav .right-menu h1 { margin-bottom: 0; color: #fff; }
.main-nav .right-menu {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
}
.main-nav .right-menu > div { margin: 0 5px; }
.main-nav .right-menu .profile-img p {
    width: 51px;
    height: 51px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    background-color: #FF671D;
    border-radius: 50%;
    border: 1px solid #fff;
    font-family: "Myriad Pro Regular";
}
.main-nav .right-menu .menu-btn-toggle { height: 100%; display: flex; }
.main-nav .right-menu .menu-btn-toggle .dropdown-btn { align-self: center; color: #fff; }
.main-nav .right-menu .dropdown-content {
    display: none;
    position: absolute;
    min-width: 205px;
    z-index: 99;
    right: 30px;
    top: 88px;
    padding-top: 15px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
}
.main-nav .right-menu .dropdown-content hr {
    border-color: #bec3c9;
    border-width: 1px;
    margin: 1rem 1rem;
    border-style: solid;
}
.main-nav .right-menu .dropdown-content a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 17px;
}
.main-nav .right-menu .dropdown-content a:hover {background-color: #f1f1f1; font-weight: 600;}
.main-nav .right-menu .menu-btn-toggle:hover .dropdown-content {
    display: block;
}
/* My Account dropdown button */
.main-nav .right-menu .my-account > a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}
.main-nav .right-menu .my-account > a:hover { color: white; }
.main-nav .right-menu .my-account ul.dropdown-menu {background: rgb(255, 103, 29); z-index: 100;}
.main-nav .right-menu .my-account .dropdown-menu a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
}
.main-nav .right-menu .my-account .dropdown-menu a:hover { background-color: #FF671D; }


/* Bread cum navigation */
.bread-cum {
    margin: 2.5rem 0;
    /* color: var(--grey-text); */
    color: #000000;
    white-space: nowrap;
}

.bread-cum a {
    /* color: var(--grey-text); */
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

.bread-cum a:hover {
    text-decoration-line: underline;
}

.orange-square {
    height: 15px;
    width: 15px;
    border: solid #FF671D 3px;
    display: inline-block;
}

.divider {
    height: 2px;
    width: 100%;
    background-color: #d9d8d6;
    margin: 0 auto;
}

.orange-bar-divider {
    width: 81px;
    height: 3px;
    background-color: #FF671D;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.main-menu .dropdown-menu li:nth-child(1) {
    display: none;
}

.main-menu .dropdown-menu li:nth-child(2) {
    display: none;
}

.jb-btn {
    display: inline;
    border: 1px solid #FF671D;
    border-radius: 5px;
    background-color: #FF671D;
    color: #f4f4f6;
    font-size: 16px;
    font-family: 'Myriad Pro Regular';
    font-weight: 500;
    transition: background 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.jb-btn:hover {
    background-color: #ff5500;
    /* background-color: #e64d00; */
}

/* Responsiveness */
/* Header top navigation dropdown */
@media (min-width: 1200px) {
    .main-nav ul.main-menu { margin-right: 100px; }

    .main-nav .right-menu .dropdown-content { top: 85px; }
}

@media (min-width: 1400px) {
    .main-nav ul.main-menu { margin-right: 200px; }
}

@media (max-width: 991px) {
    .main-nav { font-size: 16px; }

    .main-nav .brand-logo { min-width: 80%; }

    .main-nav .right-menu { margin-right: 10px; }
}

@media (max-width: 767px) {
    .topnav .top-menu { display: none; }

    .main-nav { font-size: 15px; margin: 0 5px; }

    .main-nav .right-menu .profile-img p { width: 47px; height: 45px; }

    .main-nav .right-menu .dropdown-content { right: 20px; top: 68px; }

    .main-menu .dropdown-menu li:nth-child(1) {display: block;}
    .main-menu .dropdown-menu li:nth-child(2) {display: block;}

    /* footer .footer-label img { width: 50%; } */
}

@media (max-width: 576px) {
    /* footer .footer-label img { width: 240px; } */
}
