@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('/domain/media/shared/font-awesome.css');
@import url("/domain/media/shared/ciCLIENTMobileADA.css");

:root {
 --primary-color: #3b6c6b;
 --secondary-color: #EEECE9;
 --tertiary-color: #fff;

 --body-text: #333;

 --button-color-bg:#666;
 --button-color:#fff;
 --button-color-alt:#fff;
 --button-color-hover:#333;
 
 --link-color: #3b6c6b;
 --link-color-alt: #fff;
 --link-color-hover: #333;

 --mobile-menu-bg-color: transparent;
 --mobile-menu-bg-hover: #3b6c6b;
 --mobile-menu-icon-color: #333;
 --mobile-menu-icon-color-hover: #fff;

 --footer-bg-color: #eee;
 --footer-link-color:#333;
 --footer-link-color-hover:#333;
}

body {
    color: var(--body-text);
    font: normal 500 16px/1.7 'Barlow', sans-serif;
    margin: 0;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--footer-link-color);
    font-weight: 700;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: var(--link-color-hover);
    text-decoration: underline;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

i {
    font: normal 500 16px/1.7 'font-awesome', sans-serif;
}
/*--- Header ---*/

header {
    display:block;
}

.langContainer{
    display: none;
    
}

#epLangMenuToggle {
    background: url(globe.PNG) no-repeat right 10px center;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0 0 0 auto;
    padding: 1rem 2.5rem 1rem .5rem;
    position: relative;
    z-index: 1000;
}

#epLangMenuToggle > a {
    display: none;
}

#epLangMenuToggle > div{
    text-align: right;
    color: var(--body-text);
}
    
#epLangMenuToggle a{
    text-decoration: none;
}

#epLangDrop {
    background: #fff;
    border: 1px solid #A7A9AC;
    display: none;
    right: 0px;
    position: absolute;
    top: 40px;
    width: 215px;
}

#epLangDrop a {
    display:block;
    font-weight: 500;
    padding:.3rem;
}

#epLangMenuToggle.open #epLangDrop {
    display:block;
}

header .flex {
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    align-items: center;
}

header .flex:lang(ar){
    flex-direction:row-reverse;
}

.logoContainer{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    padding: 10px;
    align-self: start;
}

.logoContainer:lang(ar){
    flex-direction:row-reverse;
}

a.logo {
    background: url(logo1.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 45px;
    min-width: 100px;
    max-width: 350px;
    flex: 1;
}

a.NAVEXlogo {
    background: url(/domain/media/shared/NAVEX_logo_mobile.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    position:relative;
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

#epNavBar ul {
    align-items: center;
    display: none;
    flex-direction: column;
    flex-grow: 0;
    gap: 1rem;
    padding: 10px;
    position: relative;
    list-style-type: none;
}

#epNavBar li {
    position: relative;
    display: block;
}

#epNavBar li a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #424143;
    font: normal 500 18px/26px 'Barlow', sans-serif;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: color .2s ease;
    z-index: 100;
    flex-grow: 1;
}

#epNavBar li a:hover {
    border-color: #333;
    color: #333;
    overflow: visible;
    text-decoration: none;
}

#epNavBar a:hover {
    border-color: #333;
    color: #333;
    overflow: visible;
    text-decoration: none;
}

/* submenu styles */
#epNavBar ul li.has-submenu {
    align-self: stretch;
    text-align: center;
}

#epNavBar ul li.has-submenu ul {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: auto;
    background: none;
    margin: 0;
    padding: 0;
    transition: none;
    gap: 1rem;
    align-items: center;
    margin-top: 10px;
}

#epNavBar ul li.has-submenu ul li {
    padding: .25rem 1rem;
}

#epNavBar ul li.has-submenu:hover > ul,
#epNavBar ul li.has-submenu ul:hover {
    opacity: 1;
}

#epNavBar li.open > ul {
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
}

#epNavBar ul li.has-submenu ul li {
    padding: 0;
    width: auto;
}

/* Banner */
.banner{
    background: #EEECE9;
}

.banner-container {
    background: url(boxes.PNG) no-repeat top right;
    height: 180px;
    display: flex;
    align-items: center;
}

.banner-container:lang(ar) {
    background: url(boxes.PNG) no-repeat top left;
}

.banner-text {
    display: block;
    top: 0px;
    position: relative;
    padding: 10px;
}

.banner-text h1 {
    color: var(--primary-color);
    font: normal 500 36px/42px 'Barlow', sans-serif;
    text-rendering: optimizeLegibility;
}

.banner-text:lang(ar){
    text-align:left;
}

#epAttention {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    text-align: center;
}

div.col-6 a.button{
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color:var(--button-color);
    cursor: pointer;
    display: block;
    font: normal 500 16px 'Barlow', sans-serif;
    margin: 0 auto 40px;
    padding: 10px 30px;
    transition: color .2s ease;
    text-align: center;
    max-width: 200px;
}

div.col-6 a.button:hover{
    background: rgba(255, 255, 255, 0.5);
    border:1px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
}

h1 {
    color: var(--primary-color);
    font: normal 500 32px/40px 'Barlow', sans-serif;
    margin: 0 0 10px;
    padding: 0;
}

h2 {
    color: var(--primary-color);
    font: normal 500 26px/34px 'Barlow', sans-serif;
    padding: 0;
}

h3 {
    color: var(--primary-color);
    font: normal 500 20px/24px 'Barlow', sans-serif;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 5px;
}

#epEmergency {
    border-top: 1px solid var(--secondary-color);
    padding-inline: 10px;
    text-align: center;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

#epPhone{}

#epPhoneTable {
    margin-top: 32px;
}

#epDataPrivacy {
    display: inline-block;
    vertical-align: top;
}

/* epDataPrivacy headings and icons */
h3.online {
    /*Online Header*/
    align-items: center;
    display: flex;
    margin-left: 20px;
}

h3.online:lang(ar) {
    margin-right: 20px;
}

.report-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.report-icon {
    border-radius: 27px;
    background: #3b6c6b url(transparent-laptop.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 50px;
    width: 50px;
}

h3.phone {
    /*Phone Header*/
    align-items: center;
    display: flex;
    margin-left: 20px;
}

h3.phone:lang(ar) {
    margin-right: 20px;
}

.phone-icon {
    border-radius: 27px;
    background: var(--primary-color) url(transparent-phone.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 50px;
    width: 50px;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}

#epDataPrivacy .phone {
    padding-top: 10px;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

select {
    border: 1px solid #A7A9AC;
    font: normal 500 16px 'Barlow', sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

button {
    cursor: pointer;
    border: none;
}

.cont {
    background: var(--button-color-bg);
    border-radius: 4px;
    border: none;
    color: var(--button-color);
    cursor: pointer;
    font: normal 500 16px 'Barlow', sans-serif;
    padding: 8px 15px;
    margin: 4px 0px 20px;
}

.cont:hover {
    background: var(--button-color-hover);
    color: var(--button-color);
    transition: all 0.2s ease 0s;
}

/* footer */
footer {
    background: var(--footer-bg-color);
    font-size: 14px;
    padding: 20px 0;
}

#epNAVEXFooter th {
    display: none;
}

#epNAVEXFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: ltr !important;
    font-size: 14px;
    margin: 0 auto;
    padding: 0px 0px;
    text-align: center;
}

#epNAVEXFooter .line1 {
    margin-block-end: 20px;
}

footer nav ul {
    justify-content: center;
    margin-block-start: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}

footer nav li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}

footer nav > a:hover {
    margin: 0 auto;
    color: #333;
}


@media only screen and (min-width:1024px) {
    a.NAVEXlogo:after {
        content: '';
        background-color: #EEECE9;
        display:block;
        width: 1px;
        height: 50px;
        margin-left: 163px;
        position: absolute;
    }

    a.NAVEXlogo:lang(ar):after{
        margin-right: -25px;
    }

    a.NAVEXlogo {
        background: url(/domain/media/shared/NAVEX_logo.svg) center center no-repeat;
        min-width: 100px;
        max-width: 150px;
        width: auto;
        flex: 1;
    }

    #epMobileNavButton {
        display: none;
        visibility: none;
    }

    #epNavBar ul {
        display: flex;
        flex-direction: row;
    }

    #epNavBar li {
        width: auto;
    }

    #epNavBar ul li.has-submenu ul {
        background: #fff;
        visibility: hidden;
        flex-direction: column;
        opacity: 0;
        position: absolute;
        transition: all 0.5s ease;
        margin-block: .5rem 1rem;
        left: -2rem;
        width: 200px;
        gap: 0;
    }

    #epNavBar ul li.has-submenu ul li {
        clear: both;
        width: 100%;
    }

    .banner-text {
        padding: 0;
    }

    .banner-text h1 {
        font: normal 500 56px/62px 'Barlow', sans-serif;
    }

    select {
        min-width: 400px;
    }

    #epEmergency {
        padding:40px 150px 0px;
        margin-bottom: 20px;
    }

    footer {
        padding: 20px 0;
    }

    footer nav ul {
        flex-direction: row;
    }

    #epNAVEXFooter .line1 {
        margin: 0;
    }

    footer nav li {
        margin-left: 20px;
    }
}

@media only screen and (min-width:1200px) {
    .contain {
        width: 1200px;
    }

    .fill {
        min-width: 1200px;
        width: 100%;
    }

    .langContainer{
        width: 1200px;
    }

    #epNAVEXFooter {
        width: 1200px;
    }
}