header * {
    font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

header a,
header a:active,
header a:hover,
header a:visited,
header a:focus {
    color: #fff;
    text-decoration: none
}

header nav {
    /*background-color: #0C3891;*/
    background-color: #184297;
    height: auto;
    margin-bottom: 0;
    border: none;
    box-shadow: 0px 4px 4px 0px rgba(16, 59, 145, 0.05);
}

.navbar {
    border: none;
}

/*header nav .nav-padding {
    padding-top: 5px
}*/

a.edc-brand-logo {
    line-height: 1!important;
}
a.edc-brand-logo:hover {
    line-height: 1!important;
}

/* MOBILE NAV */

.navbar-toggle {
    line-height: 1;
    padding: 0!important;
    background-color: transparent!important;
    box-shadow: none!important;
    border-radius: 0px 0px 0px 0px !important;
}

@media only screen and (max-width : 991px) {
    .navbar-header {
        /*height: 80px;*/
        height: 100px;
        display: table;
        width: 100%;
        padding-left: 30px;
    }

    .edc-brand-logo {
        display: table-cell;
        vertical-align: middle;
    }

    #m-nav-container {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding-right: 30px;
    }

    #m-nav-container-buttons {
        display: contents;
    }

    #m-nav-container-buttons button {
        display: inline-block;
    }
}

/* END MOBILE NAV */

header nav .navbar-header button {
    margin: 0
}

header nav .navbar-header button i {
    color: #797979;
    font-size: 1.8em;
    line-height: .75em;
    vertical-align: -15%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 2.5px #eceff1
}

header nav #menu .events-menu {
    margin-top: 0;
    background-color: transparent;
}

/*header nav #menu .events-menu .dropdown-menu {
    padding: 0
}*/

header nav #menu .events-menu li a,
header nav #menu .events-menu .open li a {
    background-color: transparent;
}

header nav #menu .events-menu li a {
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    color: #fff;
}

@media only screen and (min-width : 992px) {
    header nav #menu .events-menu li a {
        font-size: 18px;
        font-weight: 700;
    }
}

header nav #menu .events-menu li a:focus,
header nav #menu .events-menu .open li a:focus {
    background-color: transparent;
}

header nav #menu .events-menu li a:hover,
header nav #menu .events-menu .open li a:hover {
    background-color: transparent;
    color: #fff;
}

/*header nav #menu .events-menu .open a i {
    transform: rotate(-180deg)
}*/

header nav #menu .events-menu .open a .chevron-down {
    transform: rotate(-180deg)
}

/*header nav #menu .events-menu li a i {
    -webkit-text-stroke: none;
}*/

header nav #menu .events-menu li a.mobile-line {
    display: none
}

.events-dropdown-menu {
    /*background-color: #0C3891;*/
    background-color: #184297;
    border-radius: 0 0 30px 30px !important;
    border: none!important;
    padding: 40px 0 0 0;
    margin: 0;
    min-width: 320px;
    top: 73px;
    box-shadow: none;
    margin-left: -2px;
}

@media only screen and (min-width : 992px) {
    .events-dropdown-menu {
        padding: 30px 27px;
        margin: 0 10px;
    }
}

.events-dropdown-menu li {
    margin-bottom: 15px;
}

.events-dropdown-menu li:last-child {
    margin-bottom: 0;
}

#main-nav-log-in {
    color: #C9F001!important;
}

/*.events-dropdown-menu li a {
    font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}*/

/*PLX-3032*/

.events-dropdown-menu li a {
    font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.events-dropdown-menu li a:hover {
    /*background-color: #cfd8dc*/
}

.events-dropdown-menu li a span {
    font-family: "DM Sans", Sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 0;
}

/*PLX-3032*/

.events-dropdown-menu li a span.edc-name {
    font-size: 20px;
    font-weight: 900;
}

.events-dropdown-menu li a span.edc-product-name {
    font-size: 20px;
    font-weight: 300;
}

.events-dropdown-menu li a div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 7px;
}

.events-dropdown-menu li a div .link-description {
    flex-basis: 100%;
    margin-top: 5px;
}

/*.events-dropdown-menu::after {
    content: '';
    width: 10.2px;
    height: 10.2px;
    position: absolute;
    background: #0C3891;
    top: 42px;
    left: 30px;
    border: 1px solid #fff;
    border-right: 1px solid #0C3891;
    border-bottom: 1px solid #0C3891;
    transform: rotate(45deg);
}*/

@media only screen and (min-width : 992px) {
    /*.events-dropdown-menu::after {
        top: -5px;
        right: 20px;
        left: unset;
    }*/
}

@media screen and (max-width: 991px) {
    /*header * {
        font-size: 22px
    }*/
    header nav #menu {
        /*max-height: none;*/
        background: #0C3891;
        /*height: 100vh;*/
        /*height: calc(100vh - 100px);*/
        min-height: calc(100vh - 100px);
        /*min-height: 100vh;*/
    }

    header nav #menu .events-menu {
        height: 100vh;
        padding: 40px 30px;
    }
    header nav #menu .events-menu > li {
        margin-bottom: 40px;
    }
    header nav #menu .events-menu li a {
        /*margin-bottom: 40px;*/
        padding: 0;
    }
    header nav #menu .events-menu li a:hover {
        /*background-color: #eceff1*/
    }
    /*header nav #menu .events-menu li a i {
        -webkit-text-stroke: 2.5px #eceff1
    }*/
    header nav #menu .events-menu li a.mobile-line {
        display: block;
        border-bottom: 1px solid #cfd8dc;
        margin-left: 15px;
        margin-right: 15px;
        height: 0px;
        color: transparent;
        margin-bottom: 10px;
        padding: 10px 0 0 0
    }
    .events-dropdown-menu li a {
        font-size: 16px
    }
    header nav #menu .events-menu li.LOGIN a {
        color: #FFFFFF !important;
        background-color: #00BCDA!important;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 4px 4px 4px 0px rgba(12.000000000000007, 55.999999999999964, 145, 0.1);
        padding: 10px 40px 10px 40px;
        text-align: center;
        font-size: 18px;
        line-height: normal;
        font-weight: 700;
    }
    .navbar-collapse, .app-navbar-collapse {
        border-top: 2px solid #fff;
        box-shadow: none;
    }
}

/* End V2 Styles */


.nav-container {
    /*max-width: 1440px;*/
    max-width: 1920px;
    /*height: 80px;*/
    height: 100px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .nav-container {
        padding: 0 35px;
    }
}

@media screen and (min-width: 1920px) {
    .nav-container {
        padding: 0 100px;
    }
}

/*SVG LOGO  */

.edc-brand-logo img {
    /*width: 160px;*/
    width: 180px;
    height: auto;
}

@media only screen and (min-width : 992px) {
    .edc-brand-logo img {
        width: 255px;
    }
}

/*.navbar-right.events-menu .dropdown .fa-chevron-down {
    float: unset;
    margin: -1px 0 0 10px;
}*/

.navbar-right.events-menu .dropdown .chevron-down {
    margin: 0 0 0 8px;
}


.events-menu a {
    font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}


@media (min-width: 992px) {
    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
    .edc-brand-logo {
        display: inline-block;
        /*margin-left: 80px;*/
    }
    .events-dropdown-menu {
        margin: 0;
        left: -78px !important;
    }
}


@media screen and (min-width: 1100px) {
    .navbar-nav > li {
        margin-right: 30px;
    }

    /*#main-nav-log-in {
        margin: 0 15px 0 56px;
    }*/
}


@media (min-width: 1650px) {
    .navbar-right .dropdown-menu {
        right: unset;
        left: 15px;
    }
    .events-dropdown-menu::after {
        left: 20px;
    }
}


.fade-icon {
    opacity: 0.2;
}





















