/* *********** HEADER SECTION *********** */
#inner-wrap{
    height: 100%;
    position: relative;
}
#top-section{
    font-size: 0.875rem;
}
header{
	padding: 0;
    max-width: 64rem;
    margin: 0 auto;
}

/* *********** cookie policy *********** */
.cookie-policy-wrapper{
    background-color: #16202c;
    color: #fff;
    line-height: 1.5;
    padding: 1.25rem 0;
    position: relative;
    width: 100%;
    z-index: 99;
}
.cookie-policy-inner{
	max-width: 61.5rem;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.cookie-policy-inner-text {
    padding: 0;
    font-size: .9rem;
}
.cookie-policy-inner-text a {
    color: #fff;
    font-size: 1rem;
    text-decoration: underline;
}
a.cookie-policy-close {
    color: #22313b;
}
.cookie-policy-inner-button {
    float: right;
}
.ccc-accept-button{
    color: #fff;
    min-width: 170px;
    font-weight: bold;
    background: #65955c;
    border: 2px solid #65955c;
    border-radius: 4px;
    padding: 8px 16px !important;
    margin: 4px 8px 4px 0;
    line-height: 1.5em;
    cursor: pointer;
}

/* *********** logo wrapper *********** */
.top-section {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #404040;
    height: 2rem;
}
.logo-wrapper {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);   
}
.logo-wrapper.fixed {
    position: fixed;
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;   
}
@media (min-width: 768px){ 
    .logo-wrapper.fixed {
        position: relative;
    }
}    
.logo-inner{
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

@media (max-width: 767px){        
    .logo-inner.sticky {
        position: fixed;
        width: 100%;
        z-index: 10;
        top: 0;
        height: 90px;
    }
}
.logo-grid{
    align-items: center;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}  
.header__logo{
    width: calc(35% - 1.25rem);    
    margin-right: 1rem;
    margin-left: 1rem;
}
.header__title {
    width: calc(100% - 1.25rem);
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 1.8rem;
    text-align: left;
    font-weight: 500;
}
@media (min-width: 768px){
    .header__title{
        width: calc(65% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem;
        font-size: 2.375rem;
        text-align: right;
        font-weight: 400;
    }
}
@media (min-width: 768px){
    .logo-wrapper {
        height: 103px;
        max-width: 1790px;
        margin-top: 0px;
        bottom: auto;
        top: 0px;
        position: relative;
        box-shadow: none;
    }
    .logo-inner{
        height: 103px;
        max-width: 64rem;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
    }
    .logo-grid {
        align-items: center;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
        padding-top: 1.75rem;
        padding-bottom: 0.9375rem;        
    }
    .header__logo {
        width: calc(35% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem;
    }
}
@media (min-width: 769px){
    .header__title{
        font-size: 2.875rem;
    }
}
@media (max-width: 1023px){
    .logo-title{
        position: relative;
        top: auto;
        display: inline-block;
        right: 0;
    }
}

img.logo{
    width: 195px;
    height: 51px;
    max-width: 195px;
}

/* *********** navigator *********** */
nav.navigation-wrapper{
 margin: 0 auto;
    width: 100%;
    max-width: 1790px;
    margin-top: 0px;
    bottom: auto;
    top: 0px;
}
.navigation-inner{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    justify-content: flex-start;
}
@media print, screen and (min-width: 48em){
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.navigation-inner a{
    text-decoration: none;
    display: block;
    background: #ffffff;
    padding: 1.2rem 0 .4rem 0;
    border-bottom: 2px solid #FFFFFF;
    color: #404040;
    line-height: 1.25;
    justify-content: flex-start;
}
.navigation-inner a:hover {
    text-decoration: none;
    border-bottom: 2px solid #0000E3;
    font-weight: normal;
}
    
ul.navigation-menu{
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    float:left;    
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    width:60%;
    height: 100%;
}
#navigation-auth{
    width:40%;
}

ul.navigation-menu.-mob{
    height: auto;
    width: 100%;
    background-color: #404040;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: left;
    list-style: none;
    padding: 0;
    align-items: center;
    margin: 0;
    float: left;
    display: inline-block;
    margin-bottom: 140px;
}
ul.navigation-menu.-mob button.logout {
    background: transparent;
    color: white;
    padding: 0;
    border-bottom: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
}
ul.navigation-menu.-mob li{
    width: 100%;
    padding: 1.25rem 1rem;
    background-color: #404040;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: left;
    position: relative;
}
ul.navigation-menu.-mob li.navigation-list {
    float: left;
    font-size: 100%;
    font-weight: 400;
    margin-left: 0;
    margin-right: 0;
}
ul.navigation-menu.-mob li.navigation-list a{
    color: white;
}
ul.navigation-menu.-mob li .navigation-item{
    display: block;
    color: white;
}
li.navigation-list{
    float:left;
    font-weight: 400;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    list-style-type: none;
}
li.navigation-list.-active{
    background-color: rgba(255,255,255,0.1);   
}
li.navigation-list.-active a{
    border-bottom: 2px solid #0000E3;
}

.navigation-list.-line:first-of-type span {
    border-right: .125rem solid #fff;
}
ul.navigation-menu.-mob li.navigation-list.-line:first-of-type span {
    border-right: none;
}
.navigation-list .nav-label {
    display: block;
    line-height: 1em;
    text-align: center;
    width: 100%;
    font-size: 0.93em;
}
.nav-label-icon {
    position: absolute;
    top: 21px;
    right: 50px;
    padding: 0 0.5rem;
    background: url("../images/burger_menu.svg");
    height: 24px;
    width: 25px;
}
.nav-label-icon.is-open--burger {
    background: url("../images/close.svg");
}

#nav-mobile.hide-desktop {
    position: fixed;
    top: 139px;
    right: -900px;
    background: white;
    z-index: 20;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.navigation-menu-ul.-mob {
    width: 100%;
    background-color: #404040;
    color: #FFFFFF;
    text-align: left;
    list-style: none;
    padding: 0;
    align-items: center;
    margin: 0;
    float: left;
}
.navigation-menu-li.-mob {
    width: 100%;
    padding: 1.25rem 1rem;
    background-color: #404040;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: left;
    position: relative;
}
.navigation-menu-li.-mob:first-child {
  border-top: none; 
}
.navigation-menu-li.-mob a {
    color: #FFFFFF;
}

/* *********** breadcrumb *********** */
.breadcrumb-inner{
	padding: 1.25rem 0.625rem 0 0.625rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 768px){
    .breadcrumb-inner{
        padding: 1.25rem 0.625rem 0 0.625rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}
.breadcrumb-list{
    margin-left: 0;
    margin-bottom: 0.75rem;
}
li.breadcrumb-element{
    display: inline-block;
    vertical-align: middle;
}
li.breadcrumb-element.-first:first-child:after {
    content: url("../images/fi_chevron-right.svg");
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.625rem;
    margin-left: 1rem;
}
li.breadcrumb-element.-first:first-child a{
    font-size: 0;
}
li.breadcrumb-element.-first:first-child a::before{
    content: url("../images/fi_home.svg");
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
li.breadcrumb-element a {
    color: #fff;
}

/* *********** content wrapper *********** */
.section-wrapper{
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.section-wrapper.fixed{
    padding-top: 50px;
}
.section-inner{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 768px){
    .section-inner {
        margin-right: 0.625rem;
        margin-left: 0.625rem;
        padding-bottom: 6.25rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* *********** footer *********** */
footer.footer-wrapper{
	background-color: #404040;
    margin-top: -1px;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (max-width: 990px){
    footer.footer-wrapper{
        width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 1023px){
    footer.footer-wrapper{
        padding: 1rem;
    }
 }
.footer-inner{
	width: 100%;
	margin: 0 auto;
    padding-left: 1rem;
	overflow: hidden;
    color: #e0e0dc;
    font-size: 0.85rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
@media (max-width: 767px){
    .footer-inner span,
    .footer-inner span.-list-line:first-of-type{
        display: block;
        padding: 0.7rem 0;
        border: none;
    }
}
.footer-inner div{
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.75rem;
}
.footer-inner a{
	line-height: 1;
    text-decoration: none;
    padding: 0.7rem 1rem;
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 0.75rem;
}
.footer-copy, .footer-copy a{
    text-align: center;
    padding-bottom: 4.9375rem;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 300;
    padding-top: 0.9375rem;
}


/* *********** form *********** */
label {
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; //"Proxima Nova",sans-serif;
    font-size: 1.2rem;
}
.form-label {
  	display: block;
  	font-weight: bold; 
 }
.form-input{
  	//border: 1px solid #ccc;
	margin: 10px 0;
}
.form-input.-border-none{
  border: none; 
}
.form-input:hover,
.form-input:active,
.form-input::focus{
    border: 1px solid blue;
}

input.m-btn, input.m-btn:hover,
button.m-btn, button.m-btn:hover,
.m-btn, .m-btn:hover {
    margin-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -moz-user-select: none;
    background-image: none;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    background-color: #008d7f;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0.7rem;
    border: 0;
    cursor: pointer;
    font-weight: 400;
}

input.m-btn a,
button.m-btn a,
.m-btn a, 
.m-btn a:hover,
a.m-btn, 
a.m-btn:hover  {
    color: #ffffff;
    font-size: 1rem;
}

input.m-btn:hover,
button.m-btn:hover,
.m-btn:hover,
.m-btn a:hover {
    text-decoration: underline; 
    font-size: 1rem;
}
.m-btn:focus, 
button.m-btn:focus,
input.m-btn:focus  {
    outline: none;
    font-size: 1rem;
}
.m-btn.-full {
    padding: 1rem;
}
.forgot-psw-link {
    padding-top: 2rem;
}
@media (max-width: 989px){
    .forgot-psw-link {
        padding-top: 0;
        padding-bottom: 1.2rem;
    }
}

/* *********** box custom *********** */
.box-gray {
    background: #efefef;
    display: block;
    padding: 15px;
    margin-bottom: 25px;
    clear: both;
}
.box-gray-right {
    background: #efefef;
    padding: 15px;
}

.l-box {
    clear: both;
}
.msg-error {
    color: red;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    padding: 0.8rem 0;
    font-size: 1rem;
    width: 50%;
}
input.form-error {
    border: 1px solid red;
    box-shadow: 1px 0px 2.5px -0.5px rgba(238, 68, 68);
}
input.form-error:hover, input.form-error:focus {
    border: 1px solid red;
    box-shadow: 1px 0px 2.5px -0.5px rgba(238, 68, 68);
}
.msg-confirm {
    color: white;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    background-color: rgba(132, 167, 120);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    padding: 0.8rem 1rem;
    font-size: 1rem;
    display: block;
}

.msg-confirm.-message {
    color: #1c2b39;
    background-color: rgba(239, 239, 239);
    width: 99%;
    font-size: 1rem;
}
.msg-confirm.-message.-red {
    color: red;
    background-color: rgba(239, 239, 239);
    margin-left: 5px;
}

span.alert__disclaimer {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    padding: 5px 4px 3px 10px;
    background: white;
    margin-right: 10px;
}
@media (max-width: 767px){
    .hide-mobile{
        display: none !important;
    }
}
@media (min-width: 768px){
    .hide-desktop{
        display: none !important;
    }
}

/* *********** tabs mobile/tablet *********** */
.ui-tabs-nav {
    margin: 0;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    font-size: 1.05rem;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.ui-tabs-panel h2 {
    padding-bottom: 15px;
}

.ui-state-default {
    background: #e8ecef;
    display: block;
    padding: 8px 30px 8px 15px;
    border-right: none;
    line-height: 1.5rem; 
}
.ui-state-active {
    background-color: #fff;
    font-weight: normal;
    border-top: 4px solid #008d7f;
    border-bottom: 1px solid #dcdbdb;
}
.ui-state-active a:hover {
    text-decoration: none;
}
.ui-state-active a {
    color: #000;
    display: block;
}
.ui-state-default a {
    display: block;
    color: #0d0d0d;
}

/*
#tabs-1 h2,
#tabs-2 h2,
#tabs-3 h2,
*/
.li-tab-space {
    height: 5px;
}

ul.document-list {
    padding: 0;
    width: auto;
    margin: 0 auto;
    list-style-type: none;
    border-left: none;
}

ul.document-list li {
    line-height: 1.5rem;
    border-bottom: 1px solid #efefef;
    padding: 10px 15px 10px 35px;
}

ul.document-list li:nth-child(2n+1) { 
    background-color: #e8ecef;
}

ul.document-list li {
    background: url("../../img/mdd/download-blk.png") no-repeat 10px center;
    background-size: 20px;
    margin: 0;
}

@media (max-width: 719px){
    .ui-tabs-nav {
        width: 100%;
    }
}
@media (max-width: 599px){
    .ui-state-default {
        line-height: 1.5rem;
        margin: 0;
    }
    .cookie-policy-inner-text {
        padding: 0 1rem 0 4.5rem;
    }
}

/* *********** tabs desktop *********** */
@media (min-width: 480px){
    .ui-tabs {
        margin-top: 60px;
        width: 100%;
    }
    .ui-tabs-nav {
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 25px;
        display: inline-block;
        width: 35%;
        padding-left: 0;
        font-size: 1.05rem;
        font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
        float: left;
        background: #fff;
        position: relative;
        z-index: 10;
    }
    .ui-state-default {
        display: block;
        width: auto;
        float: none;
        padding: 8px 20px;
        line-height: 1.5rem;
        border-bottom: 0;
        border-right: 1px solid #dcdbdb;
    }
    .ui-state-default:first {
        border-bottom: none;
    }

    .ui-state-active {
        border-left: 4px solid #008d7f;
        border-right: none;
        border-bottom: 1px solid #dcdbdb;
        border-top: 1px solid #dcdbdb;
        padding: 8px 28px 8px 15px;
        background-color: #fff;
    }
    .ui-tabs-panel {
        float: left;
        position: relative;
        left: -1px;
        border-top: 10px solid #008d7f;
        top: -30px;
        width: 62%;
    }
    ul.document-list {
        padding: 0;
        width: auto;
        margin: 0 auto;
        list-style-type: none;
        border-left: 1px solid #dcdbdb;
    }
    .ui-tabs-panel h2 {
        display: block;
        border-left: 1px solid #dcdbdb;
        line-height: 2rem;
        padding: 30px 40px;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    .li-tab-space {
        display: block;
        height: 5px;
        border-right: 1px solid #dcdbdb;
    }

    ul.document-list li {
        line-height: 1.4rem;
        border-bottom: 1px solid #efefef;
        width: auto;
        padding: 15px 55px;
        margin: 0 0 0 30px;
    }
    ul.document-list li {
        background: url("../../img/mdd/download-blk.png") no-repeat 20px center;
        background-size: 20px;
    }
}

/* *********** The Modal *********** */
#myBtn {
  cursor: pointer;
  display: block;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    /*
  background-color: #fefefe;
  margin: 30% auto; 
  padding: 5px;
  border: 1px solid #888;
  width: 100%; 
  max-width: 350px;
  */
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 350px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -175px;
}
@media (min-width: 990px) {
    .modal-content {
      margin: 10% auto; /* 15% from the top and centered */
      padding: 20px 90px;
      border: 1px solid #888;
      width: 100%; /* Could be more or less, depending on screen size */
      max-width: 650px;
      position: relative;
      top: inherit;
      left: inherit;
    }
}

.modal-logo {
    max-width: 200px;
    padding: 0.8rem 1rem 0;
}
.modal-services {
    padding:0.8rem 1rem 0;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 0.8rem 1rem 0;
}
.close:hover,
.close:focus {
  color: #404040;
  text-decoration: none;
  cursor: pointer;
}
#msg, .msg {
  font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.msg-services {
  min-height: 150px;
  font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

 /* ************* back to top ************ */
#backtotop:hover {
    opacity: 0.8;
}
#backtotop {
    background: url("../../img/mdd/backtotop.png") no-repeat center center;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 70px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 70px;
    z-index: 1;
}

/* ************* my profile ************* */
.l-highlight{
    border:1px solid #dcdbdb;
    border-top:0;
    display: inline-block;
    width: 100%;
}
.l-highlight--ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.l-highlight--ul li{
    padding: 30px 20px 0 20px;
    position: relative;
}
.l-highlight--ul.-profile li:after {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 1.3em;
    line-height: 0.8em;
    content: url(../images/fi_arrow-right.svg);
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    float: right;
}
.l-highlight--ul.-profile li:hover:after {
    content:url("../images/fi_arrow-right_hover.svg");
}
.l-highlight--ul.-profile.-bg--black li:after {
    top: 18px;
    color: #fff;
}
.l-highlight--ul.-profile{
    float:left;
    min-width: 120px;
    border-top: none;
    font-size: 1rem;
}
.l-highlight--ul.-profile li a,
.l-highlight--ul.-profile li span.nolink{
    color: #252631;
    font-weight: 600;
}
.l-highlight--ul.-profile li span a:hover {
    border-bottom: 1px solid #007aff; 
    text-decoration: none;
    color: #007aff;
    cursor: pointer;
}
.l-highlight--ul.-profile li:hover {
    color: #007aff;
    cursor: pointer;
}
.l-highlight--link {
    position: relative;
    width: 100%;
    color: #007aff;
    border-top: 1px solid #D9D9D9;
    padding: 1rem;
    display: block;
    text-align: right;
    font-weight: 600;
    cursor: pointer;    
}
.l-highlight--link:after {
    content: url("../images/fi_arrow-right.svg");
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    float: right;
}
.l-highlight--link a {
    color: #007aff;
    text-decoration: none;
    font-weight: 600;
}
.l-highlight--link:hover {
    color: #007aff;
    transition-property: background,color;
    transition-duration: 0.4s;
}
.l-highlight--link:hover:after{
    content:url("../images/fi_arrow-right_hover.svg");
}
.l-highlight--link:hover a{
    color: #007aff;
}

/******* custom */
#account-settings h2 {
    width: 100%;
}
#account-settings h2:after {
    width: 100%;
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    //background: linear-gradient(90.27deg,#007aff 0%,rgba(0,30,255,0) 100%);
    background: #d0d2d5;
    mix-blend-mode: normal;
    margin-top: 1rem;
}
.l-highlight.l-profile {
    border: 0;
    padding: 10px 0 0 0;
}
.l-highlight--ul {
    border-top: 10px solid #404040;
}
.l-highlight--ul.-profile {
    border: 1px solid #d0d2d5;
    margin: 10px 20px 10px 0;
}
.l-highlight--ul.-profile li {
    padding: 15px 10px;
    margin: 0;
    color: #252631;
}
.l-highlight--ul.-profile li:hover {
  color: #007aff;
}
.l-highlight--ul.-profile li span a:hover {
    border-bottom: none; 
    text-decoration: none;
}
.l-highlight--ul.-profile:hover {
    border: 1px solid #D9D9D9; 
    text-decoration: none;
}
.l-highlight--ul.-profile.-bg--black,
.l-highlight--ul.-profile.-bg--black a,
.l-highlight--ul.-profile.-bg--black:hover {
    border: 0; 
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-weight: normal;
}
.l-highlight--ul.-profile.-bg--black a {
    padding: 1rem 2.8rem 1rem 2rem;
    color: #fff;
}
.l-highlight--ul.-profile.-bg--black a:hover {
    text-decoration: underline;
}


/* **************** */
/* CUSTOM Euronext layout */ 

.column_full ul.ui-tabs-nav {
    border-left: 0;
}
