/** Header: fix try now button. */
.button.try-now {
	margin-left: 15px;
}

@media screen and (max-width: 991px) {
	.button {
		display: block;
	    margin-top: 20px;
	    text-align: center;
	    margin-left: 0px !important;
  	}
}

/** Membership icon */
.link-hp-menu.menu-memberships:hover {
  color: #E94B35;
}

/** cookieBanner */
/*
#cookieBanner {
	padding: 10px 10px 0 10px;
}
#cookieBanner .centered {
	text-align: center !important;
}
#cookieBanner .btn {
	border: 2px solid #787878;
    background-color: white;
    color: #787878;
    padding: 16px 24px;

    text-transform: capitalize;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: inset 0 200px 200px 200px transparent;
    transition: box-shadow 200ms ease;
    font-family: 'PlusJakarta Text', sans-serif;
    font-weight: 700;
    text-align: center;

    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.42857143;
    user-select: none;
}

#cookieBanner  .btn-default:hover {
    border-color: #e82f2c;
    background: #e82f2c;
    color: white;
    text-decoration: none;
    outline: 0;
}
*/

 #headerOutBasic.navbar-container a {
 	font-weight: 700;
 }
 #headerOutBasic.navbar-container a.try-now {
 	color: #fff;
 }
 #headerOutBasic.navbar-container a.menu-alert:hover {
 	color: #e82f2c;
 	text-decoration: none;
 }
 #headerOutBasic.navbar-container a {
 	color: #000;
 	text-decoration: none;
 }
 
/*  .navbar-container a:hover {
 	color: #e82f2c;
 	text-decoration: none;
 } */
 /*.nav-link:hover {
    color: #E94B35;
 }*/


 /* nav tabs */

 /* from bootstrap */
.nav:before {
	content: " ";
    display: table;
}
.nav:after {
	content: " ";
    display: table;
	clear: both;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #cfcfcf;
}
.nav > li.disabled > a {
  color: #787878;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #cfcfcf;
  border-color: #e82f2c;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #cfcfcf #cfcfcf #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 8px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* from rex styles */
.nav-tabs-content {
	border: 1px solid #CFCFCF;
	border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: -1px;

	padding: 30px;
	background-color: white;
}

.nav-tabs-content .tab-pane {
	display: none;
}
.nav-tabs-content .tab-pane.active {
	display: block;
}
.nav-tabs-content .panel {
	border-color: #CFCFCF;
	box-shadow: none;
}
  .nav-tabs {
  border-bottom: 0;
  }

 .nav-tabs >li >a {
 	color: #555;
	background-color: #fbfbfb;
	border-radius: 1;
	margin-right: 0;
	padding: 16px 20px;
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
	      font-size: 16px;
    font-weight: 500;
    font-family: 'PlusJakarta Text', sans-serif;
 }
  .nav-tabs li >a:hover {
  color: #555;
  }
 .nav-tabs li.active >a  {
 border-top: 4px solid #E94B35 !important;
 }
 .nav-tabs li:not(.active) >a {
 padding-bottom: 19px;
 }
 .nav-tabs li:first-child > a {
 border-radius: 4px 0 0 0;
 }
 .nav-tabs li:last-child > a {
 border-radius: 0 4px 0 0;
 }

 .nav-selected-mobile {
	display: none;
}

 @media (max-width: 767px) {
	.nav-mobile li:first-child > a {
		border-radius: 0 8px 0 0;
	}
	.nav-mobile li:last-child > a {
		border-radius: 0 0 8px 0;
	}
	.nav-mobile li {
		display:block !important;
        width:100%;
        margin:0px;
	}
	.nav-mobile {
		display: none;
		margin-top: 0px !important;
	}
	.nav-mobile .active {
		display: none !important;
	}
	.nav-mobile li a.twolines {
		padding-top: 16px;
		padding-bottom: 19px;
		text-align: left;
	}
	.nav-mobile li a.twolines span {
		display: inline;
	}
	.nav-selected-mobile {
		display: block;
	}
	.nav-selected-mobile .menu-button-image {
		display: inline;
		margin-right: 10px;
	}
}


/* grey panel */
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-result {
  background-color: #f5f5f5;
  margin: 0;
  padding: 15px 15px;
  border-color: #ddd;
  box-shadow: none;
}
.panel-result:hover {
  background-color: #dbdbdb;
  border-color: #bebebe;
}


/* Open close accordion header */
.accordion-header + .accordion-header-content {
	display: none;
}
.accordion-header .check-circle .icon-chevron-down {
	display: inline;
}
.accordion-header .check-circle .icon-chevron-up {
	display: none;
}
.accordion-header.open + .accordion-header-content {
	display: block;
}
.accordion-header.open .check-circle .icon-chevron-down {
	display: none;
}
.accordion-header.open .check-circle .icon-chevron-up {
	display: inline;
}
.accordion-header {
	cursor: pointer;
}

/** Prevent button hover effect */
.current-membership-btn {
	border-color: #d4d4d4;
    background-color: #d4d4d4;
    color: #000;
    cursor: default;
    padding-left: 23px;
    padding-right: 23px;
}
.current-membership-btn:hover {
	box-shadow: none;
}

/** Change sticky container z index. */
.sticky-container {
	z-index: 99;
}

/* Mising styles in deal teaser page */
.help-block-em {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 10px 15px;
  background-color: white;
  border-color: hsl(219, 79%, 66%);
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 10px solid hsl(219, 79%, 66%);
  color: hsl(219, 79%, 66%);
  margin-top: 10px;
  /*border-top: 0;
    border-right: 0;
    border-bottom: 0;*/
  border: 0;
  padding-left: 0;
}
.help-block-em h4 {
  margin-top: 0;
  color: inherit;
}
.help-block-em .alert-link {
  font-weight: bold;
}
.help-block-em > p,
.help-block-em > ul {
  margin-bottom: 0;
}
.help-block-em > p + p {
  margin-top: 5px;
}
.help-block-em a {
  text-decoration: underline;
}
.help-block-em hr {
  border-top-color: hsl(219, 79%, 61%);
}
.help-block-em .alert-link {
  color: hsl(219, 79%, 56%);
}
.help-block-em a {
  color: #6495ed;
}
ul.help-block-em {
  padding-left: 25px;
}


.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: block;
}
.breadcrumb > li {
  display: inline-block;
  color: hsl(0, 0%, 47%);
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: hsl(0, 0%, 47%);
}
.breadcrumb > .active {
  color: hsl(0, 0%, 47%);
}
.breadcrumb {
  background-color: transparent;
}
@media print {
  #footerOuterWrapper,
  .breadcrumb {
    display: none;
  }
  body #contentWrapper {
    padding-top: 0 !important;
  }
	.accordion-header-content {
		display: block !important;
	}
	.large-centered-heading.sustainabile .bold-text-35 {
	line-height: 30px !important;
	}
}


.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.brand-danger {
  color: hsl(1, 80%, 54%);
}

/* -- Margins and Padding (see: http://basscss.com/) -- */
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m1 {
  margin: 0.25em;
}
.mt1 {
  margin-top: 0.25em;
}
.mr1 {
  margin-right: 0.25em;
}
.mb1 {
  margin-bottom: 0.25em;
}
.ml1 {
  margin-left: 0.25em;
}
.mx1 {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.my1 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.m2 {
  margin: 0.5em;
}
.mt2 {
  margin-top: 0.5em;
}
.mr2 {
  margin-right: 0.5em;
}
.mb2 {
  margin-bottom: 0.5em;
}
.ml2 {
  margin-left: 0.5em;
}
.mx2 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.my2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.m3 {
  margin: 0.75em;
}
.mt3 {
  margin-top: 0.75em;
}
.mr3 {
  margin-right: 0.75em;
}
.mb3 {
  margin-bottom: 0.75em;
}
.ml3 {
  margin-left: 0.75em;
}
.mx3 {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.my3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.m4 {
  margin: 1em;
}
.mt4 {
  margin-top: 1em;
}
.mr4 {
  margin-right: 1em;
}
.mb4 {
  margin-bottom: 1em;
}
.ml4 {
  margin-left: 1em;
}
.mx4 {
  margin-left: 1em;
  margin-right: 1em;
}
.my4 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p1 {
  padding: 0.25em;
}
.pt1 {
  padding-top: 0.25em;
}
.pr1 {
  padding-right: 0.25em;
}
.pb1 {
  padding-bottom: 0.25em;
}
.pl1 {
  padding-left: 0.25em;
}
.px1 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.py1 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.p2 {
  padding: 0.5em;
}
.pt2 {
  padding-top: 0.5em;
}
.pr2 {
  padding-right: 0.5em;
}
.pb2 {
  padding-bottom: 0.5em;
}
.pl2 {
  padding-left: 0.5em;
}
.px2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.py2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.p3 {
  padding: 0.75em;
}
.pt3 {
  padding-top: 0.75em;
}
.pr3 {
  padding-right: 0.75em;
}
.pb3 {
  padding-bottom: 0.75em;
}
.pl3 {
  padding-left: 0.75em;
}
.px3 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.py3 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.p4 {
  padding: 1em;
}
.pt4 {
  padding-top: 1em;
}
.pr4 {
  padding-right: 1em;
}
.pb4 {
  padding-bottom: 1em;
}
.pl4 {
  padding-left: 1em;
}
.px4 {
  padding-left: 1em;
  padding-right: 1em;
}
.py4 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pl-auto {
  padding-left: auto;
}
.pr-auto {
  padding-right: auto;
}
.px-auto {
  padding-left: auto;
  padding-right: auto;
}
.p15px {
  padding: 15px;
}
.pl20p {
  padding-left: 20%;
}
.form-control {
  display: block;
  width: 100%;
  height: 72px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: hsl(220, 2%, 28%);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: hsl(0, 0%, 96%);
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 72px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
/* Init checkbox style*/
.radio, .checkbox {
	border-color: initial;
    background-color: initial;
    cursor: initial;
    border-radius: initial;
    width: initial;
    height: initial;
    margin-top: initial;
    transition: initial;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.text-block-100 {
	border-color: #787878;
  	background-color: #787878;
  	color: white;
}
/* Deal teaser style */
@media screen and (min-width: 750px) {
	.teaser-overview {
		display: flex;
	}
}
.teaser-overview > div {
	flex: 50%;
}

#pre-nda-document-section .nda-document-img,
#post-nda-document-section .nda-document-img {
	height: 110px;
	width: 200px;
	/* object-fit: cover; */
	object-fit: contain;
}
/*
 * =========== Loading full screen overlay =========
 */
#loading {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
#loading #loading-image {
  position: absolute;
  z-index: 100;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  opacity: 0.9;
  background-color: #fff;
}
.loading-modal .loading-modal-content {
  margin: 20% auto;
  padding: 20px;
  width: 20%;
  text-align: center;
  color: black;
}
.loading-modal .loading-modal-content p {
  margin-top: 15px;
}

/** Membership button */
.table-col.table-button {
	display: flex;
}
.table-col.table-button >.button {
	display: flex;
    flex-direction: column;
    justify-content: center;
}


/*
 * =========== Loading full screen overlay =========
 */
.brand-primary {
	color: #E94B35;
}
.brand-success {
	color: #5BA124;
}
.brand-info {
	color: #FF8A5C;
}
.brand-warning {
	color: #FF8A5C;
}
.brand-danger {
	color: #E94B35;
}
 /*
 *  ========== Step progress bar ==========
 */
 .step-progress-bar {
     text-transform: uppercase;
  display: block;
  margin-bottom: 50px;
}
.step-progress-bar li.active:before {
  background: hsl(1, 80%, 54%);
}

.step-progress-bar-2 {
  margin-top: 25px;
  counter-reset: step;
  clear: both;
}
.step-progress-bar-2:before,
.step-progress-bar-2:after {
  content: " ";
  display: table;
}
.step-progress-bar-2:after {
  clear: both;
}
.step-progress-bar-2:before,
.step-progress-bar-2:after {
  content: " ";
  display: table;
}
.step-progress-bar-2:after {
  clear: both;
}
.step-progress-bar-2 a,
.step-progress-bar-2 a:hover {
  color: black;
}
.step-progress-bar-2 li {
  list-style-type: none;
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  /* steps: number in circle */
  /* If step is active, change color. */
  /* Line between the steps. */
  /* No bar for last step */
}
.step-progress-bar-2 li::before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
  background-color: black;
  color: white;
  font-size: 25px;
  font-family: 'PlusJakarta Text', sans-serif;
  line-height: 200%;
  position: relative;
  z-index: 2;
  padding-left: 0px;
}
.step-progress-bar-2 li.active::before {
  background-color: hsl(1, 80%, 54%);
  border-color: hsl(1, 80%, 54%);
}
.step-progress-bar-2 li::after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: black;
  top: 25px;
  z-index: 1;
  left: 50%;
}
.step-progress-bar-2 li:last-child::after {
  content: none;
}
.step-progress-bar-3 {
  margin-top: 25px;
  counter-reset: step;
  clear: both;
}
.step-progress-bar-3:before,
.step-progress-bar-3:after {
  content: " ";
  display: table;
}
.step-progress-bar-3:after {
  clear: both;
}
.step-progress-bar-3:before,
.step-progress-bar-3:after {
  content: " ";
  display: table;
}
.step-progress-bar-3:after {
  clear: both;
}
.step-progress-bar-3 a,
.step-progress-bar-3 a:hover {
  color: black;
}
.step-progress-bar-3 li {
  list-style-type: none;
  width: 33.33333333%;
  float: left;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  /* steps: number in circle */
  /* If step is active, change color. */
  /* Line between the steps. */
  /* No bar for last step */
}
.step-progress-bar-3 li::before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
  background-color: black;
  color: white;
  font-size: 25px;
  font-family: 'PlusJakarta Text', sans-serif;
  line-height: 200%;
  position: relative;
  z-index: 2;
  padding-left: 0px;
}
.step-progress-bar-3 li.active::before {
  background-color: hsl(1, 80%, 54%);
  border-color: hsl(1, 80%, 54%);
}
.step-progress-bar-3 li::after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: black;
  top: 25px;
  z-index: 1;
  left: 50%;
}
.step-progress-bar-3 li:last-child::after {
  content: none;
}
.step-progress-bar-4 {
  margin-top: 25px;
  counter-reset: step;
  clear: both;
}
.step-progress-bar-4:before,
.step-progress-bar-4:after {
  content: " ";
  display: table;
}
.step-progress-bar-4:after {
  clear: both;
}
.step-progress-bar-4:before,
.step-progress-bar-4:after {
  content: " ";
  display: table;
}
.step-progress-bar-4:after {
  clear: both;
}
.step-progress-bar-4 a,
.step-progress-bar-4 a:hover {
  color: black;
}
.step-progress-bar-4 li {
  list-style-type: none;
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  /* steps: number in circle */
  /* If step is active, change color. */
  /* Line between the steps. */
  /* No bar for last step */
}
.step-progress-bar-4 li::before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
  background-color: black;
  color: white;
  font-size: 25px;
  font-family: 'PlusJakarta Text', sans-serif;
  line-height: 200%;
  position: relative;
  z-index: 2;
  padding-left: 0px;
}
.step-progress-bar-4 li.active::before {
  background-color: hsl(1, 80%, 54%);
  border-color: hsl(1, 80%, 54%);
}
.step-progress-bar-4 li::after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: black;
  top: 25px;
  z-index: 1;
  left: 50%;
}
.step-progress-bar-4 li:last-child::after {
  content: none;
}

/*** Side bar */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  /*width: 260px;*/
  width: 432px;
  background: #fff;
  z-index: 1000;
  transition: all 0.5s ease;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar.sidebar-close {
  width: 100px;
}
.sidebar .logo-details {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.sidebar .logo-details i {
  color: #000;
  min-width: 100px;
}
.bx-menu {
  font-size: 30px;
  color: #000;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.sidebar .logo-details .logo_name {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar .logo-details .logo-img {
  min-width: 100px;
  /*padding-bottom: 3px;*/
  margin-bottom: -8px;
}
.sidebar .logo-details .logo-img img {
  width: 70px;
}
.sidebar.sidebar-close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links {
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}
.sidebar.sidebar-close .nav-links {
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}
.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:not(.no-hover):hover,
.sidebar .nav-links li.active {
  background: #ddd;
}
.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.sidebar-close .nav-links li .iocn-link {
  display: block;
}
.sidebar .nav-links li i,
.sidebar .nav-links li .sb-menu-item {
  height: 50px;
  min-width: 100px;
  text-align: center;
  line-height: 50px;
  color: #000;
  transition: all 0.3s ease;
  font-size: 22px;
  cursor: pointer;
}
.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}
.sidebar.sidebar-close .nav-links i.arrow {
  display: none;
}
.sidebar .side-bar-item-count {
  position: absolute;
  color: hsl(1, 80%, 54%);
  left: 61px;
  top: 21px;
  font-size: 14px;
  font-weight: bold;
}
.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: all 0.4s ease;
}
.sidebar.sidebar-close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #ddd;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
.sidebar .nav-links li .sub-menu a {
  color: #000;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover,
.sidebar .nav-links li .sub-menu a.active {
  opacity: 1;
}
.sidebar.sidebar-close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.sidebar-close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}
.sidebar.sidebar-close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 8px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .sb-bottom {
  position: fixed;
  bottom: 0;
  width: 432px;
  background: #ddd;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar .profile-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.sidebar-close .sb-bottom {
  background: none;
}
.sidebar.sidebar-close .sb-bottom {
  width: 100px;
}
.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}
.sidebar .profile-details .name-job {
  margin: 0 10px;
}
.flag-en, .flag-fr, .flag-de, .flag-es {
  display: none !important;
}
.language-en .flag-en {
  display: inline !important;
}
.language-en .flag-en.is-flex {
  display: flex !important;
}
.language-fr .flag-fr {
  display: inline !important;
}
.language-fr .flag-fr.is-flex {
  display: flex !important;
}
.language-es .flag-es {
  display: inline !important;
}
.language-es .flag-es.is-flex {
  display: flex !important;
}
.language-de .flag-de {
  display: inline !important;
}
.language-de .flag-de.is-flex {
  display: flex !important;
}


.sidebar ~ .weglot-container {
  display: none !important;
}
.weglot-container {
	display: none !important;
}
/*
.sidebar .profile-details .profile-content .profile-icon {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: @side-bar-profile-background-color;
  transition: all 0.5s ease;
}
.sidebar.sidebar-close .profile-details img{
  padding: 10px;
}
*/
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.sidebar-close .profile-details .bx-log-out,
.sidebar.sidebar-close .profile-details .profile_name,
.sidebar.sidebar-close .profile-details .job {
  display: none;
}
.sidebar .profile-details .job {
  font-size: 12px;
}
/*
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}
*/
.showSideNav #contentWrapper .container,
.showSideNav #headerOuterWrapper #headerWrapper .header,
.showSideNav #footerOuterWrapper #footerWrapper .wf-section {
  position: relative;
  left: 432px;
  width: calc(100% - 432px);
  transition: all 0.5s ease;
}
.showSideNav #contentWrapper .container,
.showSideNav #headerOuterWrapper #headerWrapper .header {
  margin-left: 0;
  /*padding: 0 15px;*/
}
.sidebar.sidebar-close ~ #contentWrapper .container,
.sidebar.sidebar-close ~ #headerOuterWrapper #headerWrapper .header,
.sidebar.sidebar-close ~ #footerOuterWrapper #footerWrapper .wf-section {
  left: 100px;
  width: calc(100% - 100px);
}
.sidebar.sidebar-close ~ #headerOuterWrapper #headerWrapper .header .navbar {
  max-width: none;
}
.sidebar-mobile-close {
  display: none;
}
.sidebar ~ #headerOuterWrapper {
  display: none;
}
.sidebar ~ #contentWrapper {
  padding-top: 0px;
}
@media screen and (max-width: 480px) {
  .sidebar {
    width: 100%;
  }
  .sidebar ~ #headerOuterWrapper {
    display: block;
  }
  .sidebar ~ #contentWrapper {
    padding-top: 100px;
  }
  .sidebar-close {
    display: none;
  }
  .sidebar-mobile-close {
    display: inline-block;
    font-size: 40px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .sidebar .logo-details {
    height: 15px;
  }
  .sidebar .bx-menu {
    display: none;
  }
  .showSideNav .container,
  .showSideNav .header,
  .showSideNav .wf-section {
    position: static;
    width: 100%;
  }
  .sidebar.sidebar-close ~ #contentWrapper .container,
  .sidebar.sidebar-close ~ #headerOuterWrapper #headerWrapper .header,
  .sidebar.sidebar-close ~ #footerOuterWrapper #footerWrapper .wf-section {
    position: static;
    width: 100%;
  }
  .sidebar .profile-details {
    width: 100%;
    position: static;
  }
  /*.sidebar.sidebar-close {
		display: block;
		width: 100%;
		.nav-links li a .link_name {
		  opacity: 1;
		  pointer-events: auto;
		}
	}*/
}

/* Sidebar: code specific to weblow css */
.sidebar .arrow {
	min-height: auto;
    padding: 0px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

.sidebar ~ .navbar-container {
  display: none;
}
.showSideNav > *:not(.sidebar) {
  position: relative;
  left: 100px;
  width: calc(100% - 100px);
  transition: all 0.5s ease;
}
html[data-wf-page='6387c83e3e116ddfcb565f91'] body .main-container-copy,
html[data-wf-page='6387c83e3e116ddfcb565f91'] body .yellow-container.w-container,
html[data-wf-page='6387c83e3e116d16df566010'] body .main-container-copy.whitez
 {
	width: auto;
}

.sidebar.sidebar-close ~ * {
	position: relative;
	left: 100px;
	width: calc(100% - 100px);
	transition: all 0.5s ease;
}

.sidebar .nav-links .sub-menu a {
	  font-weight: initial;
}



/* Bootstrap visible */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1069px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1069px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1069px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1069px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1070px) and (max-width: 1309px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1070px) and (max-width: 1309px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1070px) and (max-width: 1309px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1070px) and (max-width: 1309px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1310px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1310px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1310px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1310px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1069px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1070px) and (max-width: 1309px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1310px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/** Alert */
.alert {
    background-color: white;
    padding: 10px 15px;
    border: 1px solid transparent;
}
.alert-error {
	border-radius: 8px;
	margin-bottom: .75em;
    border-color: #E94B35;
	color: #E94B35;
	border-left: 50px solid #E94B35;
	position: relative;
}
.alert-error .alert-icon {
	display: inline;
	position: absolute;
	left: -34px;
   	font-size: 18px;
   	color: white;
   	top: 50%;
   	transform: translateY(-50%);
}
.alert-success {
	border-radius: 8px;
	margin-bottom: .75em;
    border-color: #2bac6c;
	color: #2bac6c;
	border-left: 50px solid #2bac6c;
	position: relative;
}
.alert-success .alert-icon {
	display: inline;
	position: absolute;
	left: -34px;
   	font-size: 18px;
   	color: white;
   	top: 50%;
   	transform: translateY(-50%);
}

/*
 *  ========== Grid layout utilities ==========
 * see:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Mastering_Wrapping_of_Flex_Items
 * https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
 * https://css-tricks.com/snippets/css/complete-guide-grid/
 */
.grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

/** Top nav fix for french version. */
@media screen and (min-width: 992px) {
	.link-hp-menu.drop-down-menu {
		max-width: 200px;
	    display: inline-block;
	    text-align: center;
	}
	.navbar-container .dropdown.w-dropdown {
		display: flex;
	    align-items: center;
	}
	.nav-menu.nav-menu-right-aligned {
		margin-right: 0;
	}
	.dropdown-list.w--open {
		  top: 22px;
	}
}

.vex-overlay-blurry {
  backdrop-filter: blur(5px);
}

/**
 * Home made dialog box
 */
.dialog-overlay {
	-webkit-animation: vex-fadein .5s;
	animation: vex-fadein .5s;
    position: fixed;
    z-index: 1111;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(5px);
}
.dialog-container {
	margin: 20px;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dialog-content {
	border-radius: 5px;
    box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
    font-family: "Helvetica Neue", sans-serif;
    border-top: 20px solid #bbb;
    background: #f0f0f0;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 700px;
    font-size: 1.1em;
    line-height: 1.5em;
    font-size: 16px;
}

.close-btn {
    cursor: pointer;
}

.no-scroll {
	overflow: hidden;
}

/* Error shake animation */
.error-shake {
    animation: shake 0.15s;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    75% {
        transform: translateX(10px);
    }
}



/*
  * ========== Pop-up box ==========
  */
.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  overflow-y: scroll;

  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  padding: 20px;
  background: #fff;
  width: 30%;
  position: relative;
  height: 560px;
}
.popup .popup-close {
  position: absolute;
  top: 11px;
  right: 2px;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  color: hsl(1, 80%, 54%);
  width: 46px;
  height: 46px;
  text-align: center;
  z-index: 2;
}
.popup .popup-close:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
	.popup-overlay {
		display: none;
	}
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before {
    content: " ";
    display: table;
}
.row:after {
    content: " ";
    display: table;
    clear: both;
}
@media (min-width: 768px) {
	.col-sm-6 {
	    width: 50%;
	    float: left;
	    position: relative;
    	min-height: 1px;
    	padding-left: 15px;
    	padding-right: 15px;
	}
}

#download-report-popup h2 {
    font-size: 19px !important;
    line-height: 26px;
}
#download-report-popup p {
    font-size: 16px !important;
	margin-bottom: 5px;
}
#download-report-popup .form-control {
	height: 42px;
}

/*
.document-thumbnail {
	border: solid 1px black;
	max-width: 200px;
	margin: 0 20px 20px 0;
	border-radius: 10px;
}
*/
.document-thumbnail-wrapper {
	gap: 16px;
}
.document-thumbnail {
	/*margin: 0 15px 15px 0;*/
	border-radius: 10px;
}
.document-thumbnail img {
	border: solid 1px black;
	max-width: 196px;
	border-radius: 10px;
}


.document-thumbnail {
    position: relative;
    display: inline-block;
}

.document-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: 40%;
    cursor: pointer;
}

.document-thumbnail:hover .overlay {
    opacity: 1;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  /* Other styles for your container */
}

/* Tooltip text */
.tooltip-container::after {
	content: attr(aria-label);
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    background-color: black;
    color: white;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 100;
    font-size: 12px;
}

/* Show the tooltip on hover */
.tooltip-container:hover::after {
  opacity: 1;
}

/** Fix teaser CSS */
@media screen and (max-width: 991px) {
	
	.deal-content .div-block-123.boxed-copy.baes-block {
		width: 100%;
	}
	.deal-content .div-block-121.base {
		flex-wrap: wrap;
	}
	.deal-content .accordion-header-content {
		max-width: 100%;
		overflow: scroll;	
	}
	.deal-content .button {
		order: inherit;
	}
}

/** Ressources top menu */
.nav-bar.nav-bar-default {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: hsl(1, 80%, 54%);
  border-radius: 8px;
}
.nav-bar.nav-bar-default li {
  display: block;
}
.nav-bar.nav-bar-default li > a {
  padding: 16px 0px;
  margin: 0px 20px;
  text-align: center;
  display: block;
  color: white;
  font-weight: bold;
  border-bottom: 7px solid transparent;
  height: 100%;
}
.nav-bar.nav-bar-default li.active > a,
.nav-bar.nav-bar-default li > a:hover {
  text-decoration: none;
  border-bottom: 7px solid hsl(17, 100%, 68%);
}
.nav-bar.nav-bar-default .is-search-box-container {
  margin: 0 20px;
  padding: 16px 0px;
}
.nav-bar-mobile {
  background-color: hsl(1, 80%, 54%);
  border-radius: 8px;
  padding: 20px;
}
.nav-bar-mobile .is-search-box-container {
  margin-bottom: 0px;
}
.nav-bar-mobile .bootstrap-select {
  width: 100% !important;
}
.nav-bar-mobile .bootstrap-select .dropdown-toggle {
  padding: 12px 24px;
}
.container-bootstrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-bootstrap {
    width: 750px;
  }
}
@media (min-width: 1070px) {
  .container-bootstrap {
    width: 1050px;
  }
}
@media (min-width: 1310px) {
  .container-bootstrap {
    width: 1296px;
  }
}
/*.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}*/
.panel-body {
  padding: 30px;
}
.panel-default {
  border-color: hsl(0, 0%, 81%);
}
.panel-default > .panel-heading {
  color: hsl(220, 2%, 28%);
  background-color: #f5f5f5;
  border-color: hsl(0, 0%, 81%);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: hsl(0, 0%, 81%);
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: hsl(220, 2%, 28%);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: hsl(0, 0%, 81%);
}
.nav-bar-resssouces select {
	width: 100%;
	padding: 12px 24px;
	border: solid 1px #d1d0d0;
	    border-radius: 5px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bold {
	font-weight: bold;
}
.open-pop-up {
	cursor: pointer;
}

.team-grid-3col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1110px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

--ADDING STYLES FOR ViewTeaser.jsp in the ManagementTeam section

.team-content {
  display: flex;
  justify-content: center;
  width: 100%;
}

.team-section {
  text-align: left;
  font-family: Arial, sans-serif;
  padding: 20px;
}

.team-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); Responsive columns   THIS IS TWO COLUMNS*/
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* 3 columns */
  gap: 30px;
  justify-content: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 5px;
}

.team-member {
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.team-member img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ddd;
}

.member-info {
  display: flex;
  flex-direction: column;
}

.member-info h3 {
  margin: 0;
  font-size: 1.1em;
  color: #222;
  font-weight: bold;
}

.member-info p {
  margin: 5px 0;
  color: #666;
}

.linkedin-btn {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid var(--primary-1);
  padding: 8px 15px;
  border-radius: 20px;
  color: var(--primary-1);
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}

.linkedin-btn:hover {
  background: var(--primary-1);
  color: white;
}

.faqs-section {
  width: 100%;         /* Ensure parent section takes full width */
  max-width: 950px;
  margin-left: 2rem;
  margin-right: 2rem;  /* Optional padding on the right */
}

.faq-block {
  width: 100%;         /* Take full available space */
  box-sizing: border-box;
  /* background-color: #f8f6f3; */
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 1rem;
  /* box-shadow: 0 1px 4px rgba(0,0,0,0.1); */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* This avoids tall arrows being misaligned */
  gap: 1rem;
  padding: 1rem 1.25rem 1rem 2rem;
}

.accordion-header > div:first-child {
  flex-grow: 1;
  min-width: 0;
}

.accordion-header > div:last-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.accordion-header-content {
  padding: 0.75rem 1.25rem 1rem 2rem;
  font-size: 0.95rem;
  color: #444;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}



.accordion-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.accordion-header.open + .accordion-header-content {
  opacity: 1;
  visibility: visible;
}

.accordion-header img {
  width: 20px; /* or your preferred size */
  height: 20px;
  flex-shrink: 0; /* Prevent shrinking */
}

.accordion-header.open + .accordion-header-content {
  display: block;
}

.icon-chevron-up {
  display: none;
}

.accordion-header.open .icon-chevron-up {
  display: inline;
}

.accordion-header.open .icon-chevron-down {
  display: none;
}