/* The alert message box */
.alert {
    padding: 20px;
    background-color: #A8322D; /* Red */
    color: white;
    margin-bottom: 15px;
}

body {
    font-family: 'DIN Next LT Pro';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
}

.header__services a {
    font-size: 0.875rem;
    line-height: 1.5;
}

.header__services a {
    color: inherit;
}

.hidden {
  display: inline;
  height: 0;
  left: -62.5rem;
  overflow: hidden;
  position: absolute;
  top: -62.5rem;
  width: 0; }

a, a:hover, a:active, a:focus {
    cursor: pointer;
    text-decoration: none;
}
ul {
  border: 0;
  font-size: 100%;
  margin: 0;
}


* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  text-rendering: optimizeLegibility; }


/*
|--------------------------------------------------------------------------
| Custom Selects in header
|--------------------------------------------------------------------------
*/
.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath fill='%23222' d='M8.6.3L5 3.9 1.4.3 0 1.7l3.6 3.6L5 6.7l5-5L8.6.3z'/%3E%3C/svg%3E");
    background-position: right 0.54563rem top 50%, 0 0;
    background-repeat: no-repeat;
    background-size: 0.50625rem auto, 100%;
    border: 1px solid #FFF;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.3;
    margin: 0;
    max-width: 100%;
    padding: 0.6rem 1.8rem 0.5rem 0.8rem;
    width: 100%; }
  
  .custom-select--dark {
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath fill='%23fff' d='M8.6.3L5 3.9 1.4.3 0 1.7l3.6 3.6L5 6.7l5-5L8.6.3z'/%3E%3C/svg%3E");
    color: #FFF; }
    .custom-select--dark optgroup {
      background: #FFF;
      color: initial;
      font-style: normal; }
    .custom-select--dark option {
      background: #FFF;
      color: #000; }
  
  .custom-select::-ms-expand {
    display: none; }
  
  .custom-select:hover {
    border-color: #888; }
  
  .custom-select:focus {
    outline: 2px solid #ffea00; }
    @supports (-ms-ime-align: auto) {
      .custom-select:focus {
        background: #FFF; } }
  
  .custom-select option {
    font-weight: normal; }
  
  .custom-select--departments {
    width: 132px; }

/*
|--------------------------------------------------------------------------
| General site header styling
|--------------------------------------------------------------------------
*/
.site-header {
  color: #000;
  display: flex;
  flex-direction: column;
  height: auto !important; }
  .site-header > div {
    width: 100%; }
  .site-header a:focus {
    overflow: visible; }
  .site-header h2 {
    margin: 0; }
    @media only screen {
      .site-header h2 {
        font-size: 0.6875rem;
        line-height: 1.1; } }
    @media only screen and (min-width: 480px) {
      .site-header h2 {
        font-size: 0.75rem;
        line-height: 1.2; } }
    @media only screen and (min-width: 768px) {
      .site-header h2 {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 1024px) {
      .site-header h2 {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 1280px) {
      .site-header h2 {
        font-size: 1.25rem; } }

.header__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 1024px) {
    .header__container {
      max-width: 89.25rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 1280px) {
    .header__container {
      max-width: 96.25rem;
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media only screen and (max-width: 767px) {
    .header__container {
      padding: 0 1rem 0 1.5rem; } }
  @media screen and (min-width: 375px) and (max-width: 1023px) {
    .header__container {
      padding: 0 1.5rem; } }

.header__logos {
  align-items: flex-end;
  display: flex;
  height: 34px;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }
  @media only screen {
    .header__logos {
      font-size: 0.6875rem;
      line-height: 1.1; } }
  @media only screen and (min-width: 480px) {
    .header__logos {
      font-size: 0.75rem;
      line-height: 1.2; } }
  @media only screen and (min-width: 768px) {
    .header__logos {
      font-size: 0.875rem; } }
  @media only screen and (min-width: 1024px) {
    .header__logos {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1280px) {
    .header__logos {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .header__logos {
      height: 35px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header__logos {
      height: 44px; } }
  @media only screen and (min-width: 1024px) {
    .header__logos {
      height: 60px;
      margin-bottom: calc(2rem - 1.25rem);
      margin-top: 2rem; } }
  @media only screen and (min-width: 1280px) {
    .header__logos {
      height: 64px;
      margin-bottom: calc(2.5rem - 1.25rem);
      margin-top: 2.5rem; } }
  @media only screen and (min-width: 1440px) {
    .header__logos {
      height: 72px;
      margin-bottom: calc(3rem - 1.25rem);
      margin-top: 3rem; } }
  .header__logos img {
    height: 100%;
    width: auto; }
  .header__logos a {
    display: inline-block;
    height: 100%; }
    .header__logos a:hover {
      border-bottom: none; }

.header__mobile-nav-trigger {
  background: transparent;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: normal;
  height: 50px;
  line-height: 0.85;
  margin-left: -1rem;
  padding: 0 1rem; }

@media only screen and (min-width: 768px) {
  .header__nav-level--root > ul > li > .header__nav-level > ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    .header__nav-level--root > ul > li > .header__nav-level > ul {
      max-width: 89.25rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .header__nav-level--root > ul > li > .header__nav-level > ul {
      max-width: 96.25rem;
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header__nav-level--root > ul > li > .header__nav-level > ul {
      padding: 0 1.5rem; } }

@media only screen and (min-width: 768px) {
  .header__nav-level--root .header__nav-level a:hover {
    border-bottom: none;
    color: var(--color-theme);
    text-decoration: none !important; } }

@media only screen and (max-width: 1023px) {
  .header__nav-level > ul,
  .header__nav-level > ul ul,
  .header__nav-level > .header__mobile-only {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 1024px) {
    .header__nav-level > ul,
    .header__nav-level > ul ul,
    .header__nav-level > .header__mobile-only {
      max-width: 89.25rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 1280px) {
    .header__nav-level > ul,
    .header__nav-level > ul ul,
    .header__nav-level > .header__mobile-only {
      max-width: 96.25rem;
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media only screen and (max-width: 1023px) and (max-width: 1023px) {
    .header__nav-level > ul,
    .header__nav-level > ul ul,
    .header__nav-level > .header__mobile-only {
      padding: 0 1.5rem; } }

.header__nav-primary a {
  display: block;
  text-underline-offset: 4px; }
  .header__nav-primary a:hover, .header__nav-primary a.open {
    color: var(--color-theme) !important; }

.header__nav-primary .site-search form .searchsubmit {
  position: static; }

@media only screen {
  .header__nav-primary ul#navList > li > a {
    font-size: 1.125rem;
    line-height: 1.3; } }

@media only screen and (min-width: 768px) {
  .header__nav-primary ul#navList > li > a {
    font-size: 1.25rem; } }

@media only screen and (min-width: 1024px) {
  .header__nav-primary ul#navList > li > a {
    font-size: 1rem; } }

@media only screen and (min-width: 1280px) {
  .header__nav-primary ul#navList > li > a {
    font-size: 1.125rem; } }

@media only screen and (min-width: 1440px) {
  .header__nav-primary ul#navList > li > a {
    font-size: 1.25rem; } }

.header__search:not(.header__search--searching) {
  margin-left: auto;
  padding-left: 1rem; }
  @media only screen and (min-width: 1024px) {
    .header__search:not(.header__search--searching) {
      align-self: flex-start;
      margin-top: 12px; } }
  @media only screen and (min-width: 1280px) {
    .header__search:not(.header__search--searching) {
      margin-top: 14px; } }
  @media only screen and (min-width: 1600px) {
    .header__search:not(.header__search--searching) {
      margin-top: 16px; } }

.header__search-toggle {
  background-color: transparent;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center; }

.header__search--searching {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  padding-top: 10px;
  width: 100%; }

/* Hide default HTML checkbox */
.header__search-filter {
  align-self: flex-end;
  display: flex;
  margin-bottom: 0.4em; }
  .header__search-filter .header__search-filter--active {
    font-weight: bold; }
  .header__search-filter .header__search-filter-page {
    margin-left: 1rem;
    margin-right: 1rem; }
  .header__search-filter .header__search-filter-all {
    margin-left: 1rem;
    text-align: end; }

.header__search-form {
  display: flex; }
  .header__search-form .header__search-input {
    border-color: #215CAF;
    margin-bottom: 0;
    border-width: 1px;
    flex-grow: 1;
    padding: 10px 16px; }
    @media only screen {
      .header__search-form .header__search-input {
        font-size: 1.125rem;
        line-height: 1.3; } }
    @media only screen and (min-width: 768px) {
      .header__search-form .header__search-input {
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1024px) {
      .header__search-form .header__search-input {
        font-size: 1rem; } }
    @media only screen and (min-width: 1280px) {
      .header__search-form .header__search-input {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 1440px) {
      .header__search-form .header__search-input {
        font-size: 1.25rem; } }
    .header__search-form .header__search-input:focus {
      outline: none; }
    .header__search-form .header__search-input::-ms-clear {
      display: none; }
  .header__search-form .header__search-close {
    height: 0;
    position: relative;
    width: 0; }
  .header__search-form .header__search-close-btn {
    background: none;
    left: -40px;
    opacity: 0.7;
    position: absolute;
    top: 8px; }
    @media only screen and (min-width: 1280px) {
      .header__search-form .header__search-close-btn {
        top: 10px; } }
    @media only screen and (min-width: 1440px) {
      .header__search-form .header__search-close-btn {
        top: 12px; } }
    .header__search-form .header__search-close-btn:hover {
      opacity: 1; }
    .header__search-form .header__search-close-btn:focus {
      outline: none; }
  .header__search-form .header__search-submit {
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    /* stylelint-disable-next-line selector-pseudo-element-no-unknown */ }
    .header__search-form .header__search-submit .material-icons, .header__search-form .header__search-submit .rsThumbsArrowIcn::before, .header__search-form .header__search-submit .rsArrowIcn::before, .header__search-form .header__search-submit .rsFullscreenIcn::before {
      margin-top: 0; }
    .header__search-form .header__search-submit:placeholder {
      color: #6F6F6F;
      opacity: 1; }
    .header__search-form .header__search-submit::placeholder {
      color: #6F6F6F;
      opacity: 1; }
    .header__search-form .header__search-submit::input-placeholder {
      color: #6F6F6F;
      opacity: 1; }

.header__search-suggestions__container {
  position: relative;
  width: 100%; }
  .header__search-suggestions__container .header__search-suggestions__list {
    background-color: #F6F6F6;
    padding: 0.75em 0;
    position: absolute;
    width: 100%;
    z-index: 100; }
  .header__search-suggestions__container .header__search-suggestion__item {
    color: #215CAF;
    padding: 0.5em 1.5em; }
    .header__search-suggestions__container .header__search-suggestion__item:hover, .header__search-suggestions__container .header__search-suggestion__item:focus, .header__search-suggestions__container .header__search-suggestion__item.active {
      background-color: #E2E2E2;
      cursor: pointer;
      outline: none; }

.header__to-search.header__mobile-only > a {
  line-height: 0; }

.header__to-search.header__mobile-only .icon.search-white {
  display: block; }

.header__navbar {
  align-items: center;
  display: flex; }

.header__nav-meta {
  background: #000;
  color: #FFF;
  font-size: 0.9rem;
  order: -1; }
  .header__nav-meta nav > ul {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    @media only screen and (min-width: 1280px) {
      .header__nav-meta nav > ul {
        margin-left: -0.75rem;
        margin-right: -0.75rem; } }
  .header__nav-meta li {
    display: flex; }
  .header__nav-meta a,
  .header__nav-meta .custom-select {
    padding: 0.375rem 0.5rem; }
    @media only screen and (min-width: 1024px) {
      .header__nav-meta a,
      .header__nav-meta .custom-select {
        padding: 0.375rem 0.75rem; } }
    .header__nav-meta a:focus,
    .header__nav-meta .custom-select:focus {
      outline-offset: -4px; }
  .header__nav-meta a {
    display: block; }
    .header__nav-meta a:hover {
      border-bottom: none; }
  .header__nav-meta .custom-select {
    border: none;
    line-height: 0.875rem;
    padding-right: 1.5rem; }
    @media only screen {
      .header__nav-meta .custom-select {
        font-size: 0.875rem;
        line-height: 1.5; } }
    @media only screen and (min-width: 1280px) {
      .header__nav-meta .custom-select {
        font-size: 0.875rem; } }
  .header__nav-meta nav + nav {
    margin-left: auto;
    padding-left: 1rem; }

  .header__nav-meta > div {
    display: flex; 
    max-height: 32px;
  }

.header__departments a {
  color: inherit; }
  @media only screen {
    .header__departments a {
      font-size: 0.75rem;
      line-height: 1.5; } }
  @media only screen and (min-width: 1280px) {
    .header__departments a {
      font-size: 0.875rem; } }

.header__services .item--organization {
  padding-right: 0.3125rem; }
  @media only screen and (min-width: 1280px) {
    .header__services .item--organization {
      padding-right: 0.625rem; } }

.header__departments .item--departments {
  padding-left: 0.3125rem;
  position: relative; }

@media only screen and (min-width: 768px) {
  .header__services {
    display: flex; } }

.header__services li + li {
  border-left: 1px solid #FFF; 
  max-height: 32px;
}

.header__services .current-lang {
  padding: 0.5rem; }

.header--with-department-breadcrumb .header__departments {
  overflow: hidden;
  padding-right: 1rem;
  position: relative;
  white-space: nowrap; }
  .header--with-department-breadcrumb .header__departments li {
    align-items: center;
    display: flex;
    padding-right: 0; }
    @media only screen {
      .header--with-department-breadcrumb .header__departments li {
        font-size: 0.75rem;
        line-height: 1.5; } }
    @media only screen and (min-width: 768px) {
      .header--with-department-breadcrumb .header__departments li {
        font-size: 0.875rem; } }
    @media only screen {
      .header--with-department-breadcrumb .header__departments li .material-icons, .header--with-department-breadcrumb .header__departments li .rsThumbsArrowIcn::before, .header--with-department-breadcrumb .header__departments li .rsArrowIcn::before, .header--with-department-breadcrumb .header__departments li .rsFullscreenIcn::before {
        font-size: 0.75rem;
        line-height: 1.5; } }
    @media only screen and (min-width: 768px) {
      .header--with-department-breadcrumb .header__departments li .material-icons, .header--with-department-breadcrumb .header__departments li .rsThumbsArrowIcn::before, .header--with-department-breadcrumb .header__departments li .rsArrowIcn::before, .header--with-department-breadcrumb .header__departments li .rsFullscreenIcn::before {
        font-size: 0.875rem; } }
  .header--with-department-breadcrumb .header__departments::after {
    background-image: linear-gradient(to right, transparent 0%, #000 100%);
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem; }

.header--with-department-breadcrumb .header__services {
  white-space: nowrap; }

.header--with-department-dropdown .item--departments {
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF; }

.header__partner-logos {
  white-space: nowrap;
  height: 100%; }

.header__partner-logo {
  margin-left: 34px; }
  @media only screen and (min-width: 1280px) {
    .header__partner-logo {
      margin-left: 36px; } }
  @media only screen and (min-width: 1440px) {
    .header__partner-logo {
      margin-left: 41px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header--two-logos .header__partner-logos {
    display: none; } }

.header__headlines {
  margin-bottom: 5px;
  margin-left: 1.5rem; }
  @media only screen and (max-width: 479px) {
    .header__headlines a {
      font-weight: bold; } }
  @media screen and (min-width: 375px) and (max-width: 767px) {
    .header__headlines {
      margin-left: 52px; } }
  @media only screen and (min-width: 768px) {
    .header__headlines {
      margin-bottom: 7px;
      margin-left: 68px; } }
  @media only screen and (min-width: 1024px) {
    .header__headlines {
      margin-bottom: 10px;
      margin-left: 90px; } }
  @media only screen and (min-width: 1280px) {
    .header__headlines {
      margin-left: 96px; } }
  @media only screen and (min-width: 1440px) {
    .header__headlines {
      margin-left: 108px; } }
  .header__headlines .header__headline--big {
    line-height: 1.1; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .header__headlines .header__headline--big {
        line-height: 1.2; } }
    @media only screen and (min-width: 1440px) {
      .header__headlines .header__headline--big {
        font-size: 1.4375rem; } }

.header__mobile-nav-icon {
  background-color: #FFF;
  display: block;
  height: 2px;
  margin: 10px auto 13px;
  position: relative;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 26px; }
  .header__mobile-nav-icon::before, .header__mobile-nav-icon::after {
    background-color: inherit;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 26px; }
  .header__mobile-nav-icon::before {
    top: -6px;
    transition: top 75ms ease 0.12s, opacity 75ms ease; }
  .header__mobile-nav-icon::after {
    bottom: -6px;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.mobile-nav--active .header__mobile-nav-icon {
  transform: rotate(45deg);
  transition: 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; }
  .mobile-nav--active .header__mobile-nav-icon::before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s; }
  .mobile-nav--active .header__mobile-nav-icon::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; }

#skipLinks a {
  background-color: #000;
  color: #ffea00;
  display: block;
  font-size: 1.2rem;
  left: 10px;
  line-height: 1.5;
  padding: 3px 1rem;
  position: absolute;
  top: 10px;
  transform: translateY(-100%) translateY(-14px);
  transition: transform 0.2s;
  z-index: 10000; }
  #skipLinks a:focus {
    transform: translateY(0%); }

#info-banner {
  align-items: center;
  animation: 4s ease-out 0s 1 slideInFromTop;
  background-color: #f00;
  color: #FFF;
  display: flex;
  height: 2.5625rem;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

@keyframes slideInFromTop {
  0% {
    transform: translateY(-10rem); }
  100% {
    transform: translateY(0); } }

#ie-info {
  background: #BF534F;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.4rem;
  text-align: center; }


/* Custom select for ETH */
/* The container must be positioned relative: */
.eth-select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 1.75rem;
  flex-grow: 1;  
  border: 1px solid rgba(34, 34, 34, 0.2);
  box-sizing: border-box;
  border-radius: 20px;
  margin-right: 12px;
  margin-bottom: 12px;
  height: 37px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 140%;
}

@media screen and (min-width: 768px) {
  .eth-select {
    height: 42px;
  }
}


.eth-select:hover {
  border: 1px solid black;
}

.eth-select select {
  display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
div.white-background .select-selected:after {
  position: absolute;
  content: "";
  top: 9px;
  height: 13px;
  width: 13px;
  right: 10px;
  background-image: url(/assets/icons/arrow-down-black.svg);
  background-size: 14px;
  background-repeat: no-repeat;
}

/* Point the arrow upwards when the select box is open (active): */
div.white-background .select-selected.select-arrow-active:after {
  top: 9px;
  height: 13px;
  width: 13px;
  right: 7px;
  background-image: url(/assets/icons/arrow-down-black.svg);
  transform: rotate(180deg);
  background-size: 14px;
  background-repeat: no-repeat;
}

div.black-background .select-selected:after {
  position: absolute;
  content: "";
  top: 9px;
  height: 13px;
  width: 13px;
  right: 10px;
  background-image: url(/assets/icons/arrow-down-white.svg);
  background-size: 14px;
  background-repeat: no-repeat;
}

/* Point the arrow upwards when the select box is open (active): */
div.black-background .select-selected.select-arrow-active:after {
  top: 9px;
  height: 13px;
  width: 13px;
  right: 7px;
  background-image: url(/assets/icons/arrow-down-white.svg);
  transform: rotate(180deg);
  background-size: 14px;
  background-repeat: no-repeat;
}



@media screen and (min-width: 768px) {
  div.white-background .select-selected:after {
    top: 12px;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  div.white-background .select-selected.select-arrow-active:after {
    top: 12px;
  }

  div.black-background .select-selected:after {
    top: 12px;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  div.black-background .select-selected.select-arrow-active:after {
    top: 12px;
  }
}

/* style the items (options), including the selected item: */
.select-selected {
  padding: 9px 0px 9px 12px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}


@media screen and (min-width: 768px) {

  .select-selected{
    font-size: 16px;
    padding: 11px 0px 10px 16px;
  }
}

.select-items div {
  padding: 8px 24px 8px 0px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}


/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 105%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 4px 16px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 40px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: inline-table;
}


@media screen and (min-width: 768px) {
  .select-items{
    font-size: 16px;
  }
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover {
  color: #000000
}

.select-items div {
  color: #00000099;
}

.select-items div.same-as-selected {
  background-image: url(/assets/icons/check.svg);
  background-repeat: no-repeat;
  background-position: right;
  color: #000;
}

.black-background {
  background-color: black;
  color: white;
}

.white-background {
  background-color: white;
  color: black;
}

