.tcl-header {
  z-index: 10;
  background-color: #fff;
  position: relative;
}
.tcl-header__font-size a {
  margin-right: 10px !important;
}
.tcl-header__middle-content-donation-button {
  margin-top: 30px;
}
.tcl-header__middle-content-donation-button a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tcl-header__middle-content-icons-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-header__middle-content-icons-links a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-header__middle-content-icons-links a:not(:last-child) {
  margin-bottom: 30px;
}
.tcl-header__middle-content-icons-links a img {
  width: 20px;
  margin-right: 20px;
}
.tcl-header__middle-content-icons-links a span {
  position: relative;
}
.tcl-header__middle-content-icons-links a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #231f20;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tcl-header__middle-content-icons-links a:hover > span:after {
  opacity: 1;
}
.tcl-header__middle-content-icons-links .dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  top: 6px;
  background-color: #70207d;
  margin-right: 14px;
}
.tcl-header__middle-content-text a {
  color: inherit;
}
.tcl-header__middle-content-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tcl-header__middle-content-text ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.tcl-header__middle-content-text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tcl-header__middle-content-text ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #70207d;
}
.tcl-header__middle-content-columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .tcl-header__middle-content-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tcl-header__middle-content-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199px) {
  .tcl-header__middle-content-column:not(:first-child) {
    margin-top: 20px;
  }
}
.tcl-header__middle-content-column-heading {
  color: #333333;
  padding-left: 24px;
  margin-bottom: 20px;
}
.tcl-header__middle-content-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-header__middle-content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  color: #000 !important;
  text-decoration: none;
}
.tcl-header__middle-content-link-dot span {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  top: 6px;
  margin-right: 14px;
}
.tcl-header__middle-content-link-label {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
}
.tcl-header__middle-content-link-label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #231f20;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tcl-header__middle-content-link:hover .tcl-header__middle-content-link-label {
  opacity: 0.6;
}
.tcl-header__middle-content-link:hover .tcl-header__middle-content-link-label:after {
  opacity: 1;
}
.tcl-header:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 5px;
  -webkit-box-shadow: 0px 4px 5px rgba(35, 31, 32, 0.05);
          box-shadow: 0px 4px 5px rgba(35, 31, 32, 0.05);
  z-index: 111;
}
.tcl-header[data-scrolled] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tcl-header__mobile-dropdown-content {
  display: none;
}
.tcl-header__hamburger {
  display: none;
  height: 24px;
}
.tcl-header__hamburger .hamburger {
  padding: 0;
  height: 100%;
  opacity: 1 !important;
}
.tcl-header__hamburger .hamburger-box {
  width: 30px;
}
.tcl-header__hamburger .hamburger-inner,
.tcl-header__hamburger .hamburger-inner:after,
.tcl-header__hamburger .hamburger-inner:before {
  width: 30px;
  background-color: #0397d6 !important;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .tcl-header__hamburger {
    display: block;
  }
}
.tcl-header__top {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #0397d6;
}
.tcl-header__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tcl-header__top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .tcl-header__top-links {
    display: none;
  }
}
.tcl-header__top-nav {
  margin-right: 60px;
}
.tcl-header__top-nav a {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  color: #fff;
  text-decoration: none;
  margin-right: 50px;
}
.tcl-header__top-nav a:hover {
  color: #fff;
  opacity: 0.8;
}
.tcl-header__top-nav a:active {
  opacity: 0.4;
}
.tcl-header__top-nav a:last-child {
  margin-right: 0px;
}
.tcl-header__top-social svg {
  width: 24px;
  height: 24px;
}
.tcl-header__top-social a {
  text-decoration: none;
  margin-right: 15px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  color: #231f20;
}
.tcl-header__top-social a:hover {
  color: #231f20;
  opacity: 0.8;
}
.tcl-header__top-social a:active {
  opacity: 0.4;
}
.tcl-header__top-social a:last-child {
  margin-right: 0px;
}
.tcl-header__visually-impaired {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-header__visually-impaired a {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  color: #231f20;
  text-decoration: none;
  margin-right: 40px;
}
.tcl-header__visually-impaired a:hover {
  color: #231f20;
  opacity: 0.8;
}
.tcl-header__visually-impaired a:active {
  opacity: 0.4;
}
.tcl-header__visually-impaired a:last-child {
  margin-right: 0px;
}
.tcl-header__middle {
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-header__middle {
    height: 60px;
  }
}
.tcl-header__middle > .container {
  height: 100%;
}
@media (max-width: 1199px) {
  .tcl-header__middle-logo img {
    height: 48px;
  }
}
.tcl-header__middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.tcl-header__middle-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .tcl-header__middle-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}
.tcl-header__middle-link {
  height: 100%;
  margin-right: 50px;
}
.tcl-header__middle-link[data-show=false] .tcl-header__middle-dropdown {
  visibility: hidden;
  opacity: 0;
}
.tcl-header__middle-link[data-show=true] > span {
  color: #0397d6 !important;
}
.tcl-header__middle-link[data-show=true] .tcl-header__middle-dropdown {
  visibility: visible;
  opacity: 1;
}
.tcl-header__middle-link > span {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
  color: #231f20;
  cursor: pointer;
  font-weight: bold;
  color: #231f20 !important;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-header__middle-link > span:hover {
  color: #0397d6;
}
.tcl-header__middle-link > span:last-child {
  margin-right: 0px;
}
.tcl-header__middle-link > span:hover {
  color: #0397d6 !important;
}
.tcl-header__middle-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 30px 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-box-shadow: 0px 4px 5px rgba(35, 31, 32, 0.05);
          box-shadow: 0px 4px 5px rgba(35, 31, 32, 0.05);
}
.tcl-header__middle-dropdown > .container {
  height: 100%;
}
.tcl-header__middle-dropdown > .container > .row {
  height: 100%;
}
.tcl-header__middle-dropdown-links {
  height: 100%;
  border-right: 2px solid #f9effb;
}
.tcl-header__middle-dropdown-link a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  padding-right: 20px;
  color: #000;
  position: relative;
}
.tcl-header__middle-dropdown-link a span {
  position: relative;
  z-index: 1;
}
.tcl-header__middle-dropdown-link a svg {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}
.tcl-header__middle-dropdown-link[data-active=true] a {
  background-color: #70207d;
  color: #fff;
}
.tcl-header__middle-dropdown-link[data-active=true] a svg {
  opacity: 1;
}
.tcl-header__middle-dropdown-content {
  scrollbar-color: #0397d6 #d7d7d7;
  scrollbar-width: thin;
  /* scrollbar slider */
  /* Arrows */
  display: none;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 10px);
  margin-left: 10px;
}
.tcl-header__middle-dropdown-content::-webkit-scrollbar {
  width: 2px;
  /* width for vertical scrolling */
  height: 8px;
  /* height for horizontal scrolling */
  background-color: #d7d7d7;
  border-radius: 4px;
}
.tcl-header__middle-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #0397d6;
  border-radius: 6px;
}
.tcl-header__middle-dropdown-content::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}
.tcl-header__middle-dropdown-content::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}
.tcl-header__middle-dropdown-content::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}
.tcl-header__middle-dropdown-content::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}
.tcl-header__middle-dropdown-right-column {
  scrollbar-color: #0397d6 #d7d7d7;
  scrollbar-width: thin;
  /* scrollbar slider */
  /* Arrows */
  display: none;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  width: calc(100% - 10px);
  margin-left: 10px;
  border-left: 2px solid #f9effb;
  padding-left: 20px;
}
.tcl-header__middle-dropdown-right-column::-webkit-scrollbar {
  width: 2px;
  /* width for vertical scrolling */
  height: 8px;
  /* height for horizontal scrolling */
  background-color: #d7d7d7;
  border-radius: 4px;
}
.tcl-header__middle-dropdown-right-column::-webkit-scrollbar-thumb {
  background-color: #0397d6;
  border-radius: 6px;
}
.tcl-header__middle-dropdown-right-column::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}
.tcl-header__middle-dropdown-right-column::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}
.tcl-header__middle-dropdown-right-column::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}
.tcl-header__middle-dropdown-right-column::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}
.tcl-header__middle-dropdown-right-column-picture {
  margin-bottom: 5px;
}
.tcl-header__middle-dropdown-right-column-picture img {
  width: 100%;
}
.tcl-header__middle-dropdown-right-column-caption {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #d7d7d7;
}
.tcl-header__middle-dropdown-right-column-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .tcl-header__middle-dropdown-right-column-heading {
    font-size: 18px;
  }
}
.tcl-header__middle-dropdown-right-column-description {
  margin-bottom: 20px;
}
.tcl-header__middle-dropdown-right-column-link a {
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tcl-header__middle-dropdown-right-column-link a:hover {
  opacity: 0.6;
}
.tcl-header__mega-menu-close {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 100%;
  margin-left: 16px;
  top: -3px;
  cursor: pointer;
}
.tcl-header__mega-menu-close svg {
  width: 100%;
  height: 100%;
}
.tcl-header__mobile-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(100 * var(--vh) - 110px);
}
.tcl-header__mobile-menu-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.tcl-header__mobile-menu-item {
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.tcl-header__mobile-menu-item:first-child {
  border-top: 1px solid #d7d7d7;
}
.tcl-header__mobile-menu-item .container,
.tcl-header__mobile-menu-item .row,
.tcl-header__mobile-menu-item .position-relative {
  padding: 0;
  margin: 0;
}
.tcl-header__mobile-menu-item > span {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.tcl-header__mobile-menu-item:after {
  content: "";
  background-image: url(/wp-content/themes/unwomen/images/arrow-menu.svg);
  background-size: cover;
  background-position: center center;
  width: 13px;
  height: 8px;
  display: block;
  position: absolute;
  right: 40px;
  top: 22px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-header__mobile-menu-item[data-show=true]:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tcl-header__mobile-menu-hero {
  position: relative;
}
.tcl-header__mobile-menu-hero img {
  width: 100%;
}
.tcl-header__mobile-menu-donate {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  top: -24px;
  margin-left: auto;
  margin-right: auto;
}
.tcl-header__mobile-menu-bottom-image img {
  width: 100%;
}
.tcl-header__mobile-menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
  width: 100%;
}
.tcl-header__mobile-menu-social svg {
  width: auto;
  height: 23px;
  margin: 0 20px;
}
.tcl-header__mobile-menu-bottom-links {
  background-color: #77787b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.tcl-header__mobile-menu-bottom-links a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 30px;
}
.tcl-header__mobile-menu .tcl-header__middle-dropdown {
  display: none;
  -webkit-transition: none;
  transition: none;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}
.tcl-header__mobile-menu .tcl-header__middle-dropdown:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #d7d7d7;
}
.tcl-header__mobile-menu .tcl-header__middle-dropdown-links {
  border-right: none;
  padding-left: 40px;
}
.tcl-header__mobile-menu .tcl-header__middle-dropdown-link {
  border-bottom: 1px solid #d7d7d7;
  margin-top: 10px;
}
.tcl-header__mobile-menu .tcl-header__middle-dropdown-link a {
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.tcl-header__mobile-menu .tcl-header__mobile-dropdown-content {
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  display: none;
}
.tcl-header__mobile-menu .tcl-header__mobile-dropdown-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: -20px;
  bottom: 0;
  background-color: #d7d7d7;
}
.tcl-header__mobile-menu .tcl-header__mobile-dropdown-content-link {
  margin-top: 40px;
}
.tcl-header__mobile-menu .tcl-header__mobile-dropdown-content-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: inherit;
}
.tcl-header__mobile-menu .tcl-header__mobile-dropdown-content-link a span {
  text-decoration: none;
  position: relative;
  margin-right: 10px;
}
.tcl-header__mobile-menu .tcl-header__mobile-dropdown-content-link a span svg:nth-child(1) path {
  fill: #70207d;
}
.tcl-header__mobile-menu .tcl-header__mobile-dropdown-content-link a span svg:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tcl-contrast-mode .tcl-header__middle-dropdown-right-column-heading,
.tcl-contrast-mode .tcl-header__middle-dropdown-right-column-description {
  color: #fff;
}
.tcl-contrast-mode .tcl-header__visually-impaired svg {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.tcl-contrast-mode .tcl-header__top-nav a {
  color: #231f20 !important;
}
.tcl-contrast-mode .tcl-header__top-social svg {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.tcl-contrast-mode .tcl-header__middle {
  background-color: #000;
}
.tcl-contrast-mode .tcl-header__middle-links * {
  color: #fff !important;
}
.tcl-contrast-mode .tcl-header__middle-danate a {
  color: #231f20 !important;
}
.tcl-contrast-mode .tcl-header__middle-dropdown {
  background-color: #000;
  border: solid 2px #fff;
}
@media (max-width: 1199px) {
  .tcl-contrast-mode .tcl-header__middle-dropdown-link a, .tcl-contrast-mode .tcl-header__middle-content-text, .tcl-contrast-mode .tcl-header__middle-content-link, .tcl-contrast-mode .tcl-header__mobile-dropdown-content-link a, .tcl-contrast-mode .tcl-header__middle-content-column-heading {
    color: #fff !important;
  }
}

.js--mega-menu-dropdown-protected-content[data-show=false] {
  display: none;
}

.js--mega-menu-dropdown-protected-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.js--mega-menu-dropdown-protected-form form input {
  border: 1px solid #d7d7d7;
  height: 36px;
  display: block;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  max-width: 370px;
  width: 100%;
  border-color: #d7d7d7 !important;
}
.js--mega-menu-dropdown-protected-form form input::-webkit-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.js--mega-menu-dropdown-protected-form form input::-moz-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.js--mega-menu-dropdown-protected-form form input:-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}
.js--mega-menu-dropdown-protected-form form input::-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}
.js--mega-menu-dropdown-protected-form form input::placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  font-style: italic;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.js--mega-menu-dropdown-protected-form form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.js--mega-menu-dropdown-protected-form form input:focus::-moz-placeholder {
  opacity: 0;
}
.js--mega-menu-dropdown-protected-form form input:focus:-ms-input-placeholder {
  opacity: 0;
}
.js--mega-menu-dropdown-protected-form form input:focus::-ms-input-placeholder {
  opacity: 0;
}
.js--mega-menu-dropdown-protected-form form input:focus::placeholder {
  opacity: 0;
}
.js--mega-menu-dropdown-protected-form form input:focus {
  border-color: #0397d6;
}
.js--mega-menu-dropdown-protected-form form input:placeholder {
  color: #d7b4dd !important;
}
.js--mega-menu-dropdown-protected-form form button {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none;
  background-color: #ff9900;
  color: #fff;
  padding: 13px 29px;
  border: none;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: opacity ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  transition: opacity ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s;
  transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  background-color: #70207d !important;
  margin-top: 20px;
}
.js--mega-menu-dropdown-protected-form form button:hover {
  color: #fff;
  background-color: rgba(255, 153, 0, 0.8);
  -webkit-filter: drop-shadow(0px 10px 5px rgba(35, 31, 32, 0.25));
          filter: drop-shadow(0px 10px 5px rgba(35, 31, 32, 0.25));
}
.js--mega-menu-dropdown-protected-form form button:active {
  background-color: #ff9900;
  color: rgba(255, 255, 255, 0.8);
  -webkit-filter: none;
          filter: none;
}
.js--mega-menu-dropdown-protected-form form.error input {
  border-color: #d70056 !important;
}

.menu-image-link {
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menu-image-link:hover {
  opacity: 0.6;
}