.dropdownPosition .plus {
  color: #0071BB;
  padding-left: 10px;
  float: right;
}
.dropdownPosition .cta {
  background-color: white;
  border: 2px solid #0071ba;
  border-radius: 0px;
  color: #5C5C5C;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1em;
  padding: .3em 1em;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 992px) {
  .dropdownPosition .cta {
    border: 20px solid #5C5C5C;
    color: #5C5C5C;
    padding: .3em 1em;
    width: auto;
  }
}
.dropdownPosition .cta:hover {
  background-color: lightgrey;
  color: slategrey;
  text-decoration: none;
}
.countrydropdown.modaloverlay {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  z-index: -1;
  display: none;
}
@media (min-width: 992px) {
  .countrydropdown.modaloverlay {
    background: rgba(0, 0, 0, 0.3);
  }
}
.countrydropdown.modaloverlay .closeOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.countrydropdown.modaloverlay:target {
  display: block;
  opacity: 1;
  pointer-events: auto;
  z-index: 99999;
}
.countrydropdown.modaloverlay .modal {
  background-color: white;
  height: 100%;
  margin: 0 auto;
  padding: 3em 0em 3em 0em;
  -webkit-overflow-scrolling: touch;
  display: block;
  margin-top: 52px !important;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .countrydropdown.modaloverlay .modal {
    height: auto;
    margin: 5% auto;
    max-width: 76em;
    width: 85%;
    display: block !important;
  }
}
.countrydropdown.modaloverlay .modal > div {
  border: none;
  width: 100%;
}
.countrydropdown.modaloverlay .modal .close {
  background-color: #ffffff;
  color: #009CDE;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  z-index: 1;
}
.countrydropdown.modaloverlay .modal .responsiveWrap {
  justify-content: center;
}
@media (min-width: 992px) {
  .countrydropdown.modaloverlay .modal .responsiveWrap {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 30px;
  }
}
@media (min-width: 992px) {
  .countrydropdown.modaloverlay .modal .responsiveWrap .column {
    width: 100%;
  }
  .countrydropdown.modaloverlay .modal .responsiveWrap .column:not(:last-child) {
    border-right: 1px solid lightgrey;
  }
}
.countrydropdown.modaloverlay .modal .responsiveWrap ul,
.countrydropdown.modaloverlay .modal .responsiveWrap li {
  list-style: none;
  padding: 10px 10px 5px 0px;
  margin-left: 0px;
}
.countrydropdown.modaloverlay .modal .responsiveWrap .menu-link {
  padding: 5px 25px 5px 0px;
  margin-bottom: 5px;
  color: #009CDE;
  text-decoration: none;
}
.countrydropdown.modaloverlay .modal .responsiveWrap .regionPanel {
  padding: 0 18px;
  background-color: white;
  border-bottom: 1px solid lightgray;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media (min-width: 992px) {
  .countrydropdown.modaloverlay .modal .responsiveWrap .regionPanel {
    width: 100% !important;
    max-height: 100%;
    overflow: visible;
    border-bottom: none;
  }
}
.countrydropdown .accordion {
  background-color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .countrydropdown .accordion {
    cursor: default;
    width: 100% !important;
    display: inline-flex;
    min-height: 66px;
  }
}
.countrydropdown .accordion:hover {
  background-color: #e4e4e4;
}
@media (min-width: 992px) {
  .countrydropdown .accordion:hover {
    background-color: white;
  }
}
.countrydropdown .accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .countrydropdown .accordion:after {
    display: none !important;
  }
}
.countrydropdown .active:after {
  content: "\2212";
}
@media (min-width: 992px) {
  .countrydropdown .active:after {
    display: none !important;
  }
}
