/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,17): run-time error CSS1039: Token not allowed after unary operator: '-EBL-primary-color'
(129,17): run-time error CSS1039: Token not allowed after unary operator: '-EBL-primary-color'
(134,21): run-time error CSS1039: Token not allowed after unary operator: '-EBL-secondary-color'
(140,17): run-time error CSS1039: Token not allowed after unary operator: '-EBL-primary-color'
(145,21): run-time error CSS1039: Token not allowed after unary operator: '-EBL-secondary-color'
(160,17): run-time error CSS1039: Token not allowed after unary operator: '-EBL-tertiary-color'
(169,28): run-time error CSS1039: Token not allowed after unary operator: '-EBL-secondary-color'
(184,28): run-time error CSS1039: Token not allowed after unary operator: '-EBL-tertiary-color'
(197,28): run-time error CSS1039: Token not allowed after unary operator: '-EBL-secondary-color-muted'
(202,28): run-time error CSS1039: Token not allowed after unary operator: '-EBL-tertiary-color-muted'
(224,28): run-time error CSS1039: Token not allowed after unary operator: '-EBL-tertiary-color'
(479,17): run-time error CSS1039: Token not allowed after unary operator: '-EBL-secondary-color'
(593,17): run-time error CSS1039: Token not allowed after unary operator: '-EBL-secondary-color'
 */

:root {
    --EBL-primary-color: #2d2d2d;
    --EBL-secondary-color: #E20613;
    --EBL-secondary-color-muted: #ee3340;
    --EBL-tertiary-color: #2a335c;
    --EBL-tertiary-color-muted: #111320;
}
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: var(--EBL-primary-color);
    overflow-x: hidden;
    font-family: "Mulish", sans-serif;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.fp_flex.languages .dropdown{
    width:40%;
    padding:5px;
}
.fp_flex.login {
    align-self: flex-start;
    padding-top: 5px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 200;
}

.EBL-menu {
    height: 60px;
    width: calc(100vw - 40px);
    background-color: #fff;
    padding: 25px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
}

    .EBL-menu .EBL-logo-left {
        order: 1;
        min-width: 300px;
        text-align-last:left;
        flex-grow:1;
    }

        .EBL-menu .EBL-logo-left img {
            height: 70px;
        }

    .EBL-menu .EBL-menu-right-section {
        order: 2;
        flex-grow: 4;
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        flex-direction: column;
    }

        .EBL-menu .EBL-menu-right-section > .EBL-menu-right-section-top {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            height: 20px;
        }

        .EBL-menu .EBL-menu-right-section > .EBL-menu-right-section-bottom {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            align-items: stretch;
            gap: 10px;
            margin-top: 20px;
        }

            .EBL-menu .EBL-menu-right-section > .EBL-menu-right-section-top > div > img,
            .EBL-menu .EBL-menu-right-section > .EBL-menu-right-section-bottom > div > img {
                height: 15px;
                padding-right: 5px;
                margin-bottom: -2px;
            }

            .EBL-menu .EBL-menu-right-section > .EBL-menu-right-section-bottom span {
                font-size: 16pt;
                margin-left: 20px;
            }

a {
    text-decoration: none;
    color: var(--EBL-primary-color);
    transition: all 0.3s;
}

    a:hover {
        color: var(--EBL-secondary-color);
    }

.EBL-dropdown-button {
    background: none;
    border: none;
    color: var(--EBL-primary-color);
    cursor: pointer;
}

    .EBL-dropdown-button:hover {
        color: var(--EBL-secondary-color);
    }

.EBL-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.wrap-display-wrapper > .wrap-display > .info-section {
    position: absolute;
    left: 45vw;
    color: var(--EBL-tertiary-color);
    max-width: 600px;
    z-index: 10;
    top: 5vw;
    font-size: 24pt;
    pointer-events: none;
}

.EBL-button {
    background-color: var(--EBL-secondary-color);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 16pt;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 11pt;
}



.EBL-button-muted {
    background-color: var(--EBL-tertiary-color);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 16pt;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 11pt;
}

.EBL-button:hover {
    background-color: var(--EBL-secondary-color-muted);
    transform: scale(1.04);
}

.EBL-button-muted:hover {
    background-color: var(--EBL-tertiary-color-muted);
    transform: scale(1.04);
}

.EBL-button-white {
    transition: all 0.3s;
}

.button-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    width: 300px;
}

    .button-wrapper > .EBL-button,
    .button-wrapper > .EBL-button-muted {
        margin-bottom: 10px;
        pointer-events: all;
    }

.top-title-bar {
    background-color: var(--EBL-tertiary-color);
    color: white;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
}


.fp_flex-auto {
    flex: auto;
    flex-direction: column;
}
.fp_footer {
    background-color: #222536;
    padding-top: 25px;
    color: #fff;
}

.fp_footer h4 {
    font-weight: normal;
}
    .fp_footer a, .fp_footer a:hover{
    color: #fff;
}
    .fp_footer .copy-right {
        padding: 15px;
        text-align: center;
        color: #727272;
        font-size: 13px;
        line-height: 16px;
        border-top: 1px solid #727272;
    }
    .fp_footer .flexpage-block-container {
        padding-bottom: 0px !important;
    }
.fp_footer .copy-right .info {
    float: left;
    color: #fff;
}

        .fp_footer .copy-right .links {
            float: right;
        }



.EBL-menu-menu{cursor:pointer;}

.sidenavEblMenu .menu-opened {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 6%;
    text-transform: uppercase
}

    .sidenavEblMenu .menu-opened .close-icon{
        font-size: 20px;
        color: #9f9fa5;
        cursor:pointer;
    }

.sidenavEblMenu .search {    
    margin-top: 15px;
    text-align: right;
    padding: 5px;
    text-transform: uppercase;
}
    .sidenavEblMenu .search input {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-radius: 0;
        float: right;
    }

    .sidenavEblMenu .search .search-icon {
        font-size: 20px;
        color: #9f9fa5;
        margin-right: 4%;
        cursor: pointer;
    }

.fp_sitemapMenu{
    height:100%;
    align-items:flex-start;
}
.sidenavEblMenu {
    height: 100vh;
    width: 600px;
    background-color: white;
    position: fixed;
    left: 100vw;
    top: 0;
    z-index: 200;
    padding-right: 15px;
}

.overlay {
    z-index: 19;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(16,0,88,0.3085609243697479) 89%, rgba(16,0,88,0.2049194677871149) 100%);
    opacity: 0;
    pointer-events: none;
}

.sidenavEblMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /*.sidenavEblMenu ul li .fp_subMenu-down-arrow, .sidenavEblMenu ul li .fp_subMenu-down-arrow:hover {
        display: none !important;
        margin-left: 0 !important;
    }*/

    .sidenavEblMenu ul.level0 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        align-items: flex-end;
        margin-top: 60px;
    }

    .sidenavEblMenu ul.level0 li {
        margin: 10px 0;
        font-size: 25px !important;
        text-align: right;
        transition: 0.5s;
        text-transform: uppercase;
        cursor: pointer;
    }
.sidenavEblMenu ul.level0 li a {
    text-decoration: none;
    color: rgb(50, 50, 50);
    text-align: right;
    text-transform: uppercase;
    float:right !important;
}

    .sidenavEblMenu ul.level1 {
        position: relative;
        border: none;
        box-shadow: none;
        top: 0 !important;
        transition: all 0.5s ease;
    }

        .sidenavEblMenu ul.level1 li {
            margin: 10px 0;
            font-size: 20px !important;
            text-align: right;
        }

            .sidenavEblMenu ul.level1 li a {
                text-decoration: none;
                color: rgb(50, 50, 50);
                text-align: right;
                text-transform: uppercase;
                float: right;
                font-size: 17px !important;
            }

.sidenavEblMenu li:hover {
    transform: scale(1.05);
}

.sidenavEblMenu .fp_sitemapMenu-item-text:after {
    display: none !important;
}
.sidenavEblMenu li:hover a, .sidenavEblMenu .fp_sitemapMenu-item .fp_sitemapMenu-item-text:hover, .sidenavEblMenu li:focus a, .sidenavEblMenu .fp_sitemapMenu-item .fp_sitemapMenu-item-text:focus
.sidenavEblMenu li:visited a, .sidenavEblMenu .fp_sitemapMenu-item .fp_sitemapMenu-item-text:visited {
    color: rgb(50, 50, 50) !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.fp_flex.languages .dropdown a .caret {
    margin-top: 9px;
    margin-left: 5px !important;
}

.fp_flex.languages .dropdown-menu.language {
    min-width:50px !important;
}


.overlay-participants {
    z-index: 19;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(16,0,88,0.2) 25%, rgba(16,0,88,0.2) 75%,rgba(255,255,255,0.2049194677871149) 100%);
    opacity: 0;
    pointer-events: none;
}


body.scrolled .fp_navbar_bottom {
    top: 0px !important;
    transition: 0.3s;
    position: fixed !important;
    z-index: 100;
    height:90px;
    background-color:#fff;
    width:100%;
}
    body.scrolled .fp_navbar_bottom .EBL-menu {
        padding: 60px 15px 0 0;
    }
.fp_navbar_bottom .EBL-menu .EBL-menu-right-section {
    max-width: 1000px;
}
.EBL-menu-findalawyer{
    min-width:200px;
}

.fp_navbar_bottom .EBL-menu .EBL-menu-right-section .fp_sitemapMenu {
    width: auto !important;
}

.fp_navbar_bottom .EBL-menu .EBL-menu-right-section .fpSitemapMenu .fp_sitemapMenu-menu {
    align-self: flex-start;
}

    .fp_navbar_bottom .EBL-menu .EBL-menu-right-section .fpSitemapMenu .fp_sitemapMenu-menu a:hover,
    .fp_navbar_bottom .EBL-menu .EBL-menu-right-section .fpSitemapMenu .fp_sitemapMenu-menu a:focus{
        background-color: transparent !important;
    }
    .fp_navbar_bottom .EBL-menu .EBL-menu-right-section .fpSitemapMenu .fp_sitemapMenu-menu .fp_sitemapMenu-item-text:after{
        display:none !important;

    }
    .navbar {
        margin-bottom: 0 !important;
    }
.EBL-menu-findalawyer img {
    transition: all 0.3s ease;
}

.EBL-menu-findalawyer:hover a {
    color: var(--EBL-secondary-color);
}
.EBL-menu-findalawyer:hover .default-icon {
    display: none;
}
.EBL-menu-findalawyer:hover .hover-icon {
    display:inline;
}
.EBL-menu-findalawyer .hover-icon {
    display: none;
}

span[submenu="0"] {
    display: none;
}
.EBL-menu-right-section-bottom .fp_sitemapMenu_topMenu .fp_sitemapMenu-level span {
    margin-left: 0 !important;
}

@media (max-width: 1046px) {
    .fp_navbar_bottom .EBL-menu .EBL-menu-right-section .fp_sitemapMenu:first-of-type {
        display: none !important;
    }

}



/*@media (max-width: 970px) */

    ul.level0.navbar-nav > li > ul.submenu, ul.level1.navbar-nav > li > ul.submenu {
        display: none;
        position: static;
        width: auto;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

    ul.level0.navbar-nav > li.open > ul.submenu {
        display: block;
    }

   

    .fp_subMenu-down-arrow.rotate-arrow::after {
        transform: rotate(90deg);
    }

    .fp_sitemapMenu-item {
        padding: 10px 40px 0 10px !important;
    }

.fp_subMenu-down-arrow::after {
   /* content: "";*/
    display: block !important;
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    vertical-align: middle;
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);

        margin: 0px 34px 0px 0px;
        border: none;
        content: '▾';
        font-size: 40px;
        line-height: 21px;
        position: absolute;
        right: -30px;
    }


.fp_participants-load-panel .dx-loadindicator-icon {
    background: url('/Content/Images/Spinner.svg') no-repeat 0 0;
    background-size: 100% 100%;
    top: -25%;
    left: -25%;
    width: 150%;
    height: 150%;
}

.fp_participants-load-panel .dx-loadindicator-segment{
    display:none;
}



@media screen and (max-width: 550px) and (min-width: 100px) {
    .sidenavEblMenu ul.level1 li {
        padding-right: 0px !important;
    }

        .sidenavEblMenu ul.level1 li a {
            font-size: 13px !important;
        }



    .fp_footer .copy-right .links a {
        width: 100% !important;
        display: block !important;
        float: left !important;
        text-align: left !important;
        margin: 10px 0 0 !important;
    }
}


.fp_participant-popup .fp_participant-E-mail a::before,
    .fp_participant-popup .fp_participant-Phone a::before {

    color: var(--EBL-secondary-color);
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    margin-right: 5px;
}

.fp_participant-popup .fp_participant-E-mail a::before {
    content: "\f199";
}

.fp_participant-popup .fp_participant-Phone a::before {
    content: "\f098";
}

.right_286 {
    transition: all 0.8s ease-in-out;
    right: 286px;
}
.right_0 {
    transition: all 0.8s ease-in-out;
    right: 0;
}
.width_306 {
    transition: all 0.8s ease-in-out;
    width: 306px;
}
.width_0 {
    transition: all 0.8s ease-in-out;
    width: 0;
}
