/**
 * @file
 * Visual styles for INM's contact info block.
 */
.container-fluid .call-to-action {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}
.call-to-action h2 {
  font-size: 24px;
  margin: 0;
  text-transform: none;
  font-weight: 400;
  margin: 35px 0 25px;
}
.region--dark-typography .call-to-action h2 {
  color: #656565;
}
.region--dark-typography .region--light-typography .call-to-action h2 {
  color: #ffffff;
}
.call-to-action a.button {
  margin: 0 0 35px 0;
}
@media (min-width: 992px) { 
  .call-to-action h2 {
    margin: 35px 0;
  }
  .call-to-action a.button {
    margin: 25px 0;
  }
}
/**
 * @file
 * Visual styles for INM's dropdowns.
 */
.field--mt-dropdowns-block {
  text-align: right;
}
.header__section .field--mt-dropdowns-block {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .page-container-border-enabled .header-container .container-fluid .header-third .field--mt-dropdowns-block {
    padding-right: 15px;
  } 
}
.dropdown-trigger {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 0 10px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  border-radius: 100%;
}
.region--light-typography .dropdown-trigger {
  border-color: rgba(255, 255, 255, 0.5)
}
.dropdown-menu {
  min-width: 335px;
  padding: 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
  border-radius: 0;
}
.region--white-background .dropdown-menu {
  background-color: #ffffff;
}
.region--gray-background .dropdown-menu {
  background-color: #f4f4f4;
}
.header.region--gray-background .dropdown-menu {
  background-color: #f1f1f1;
}
.region--black-background .dropdown-menu {
  background-color: #1d1d1d;
}
.region--white-pattern .dropdown-menu {
  background-image: url('../../images/white-pattern.png');
  background-repeat: repeat;
  background-position: 0 0;
}
.dropdown-menu .field__item + .field__item {
  padding-top: 20px;
}
