header .skip-to-main-container {
  background-color: #fff;
}

header .skip-to-main-container .skip-to-main {
  margin: 15px 30px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

header .skip-to-main-container .skip-to-main:focus {
  color: #a23b94 !important;
}

header .component.header {
  width: 100%;
}

header .alert {
  height: 100px;
  max-height: 100px;
  background-color: #EDEDED;
  text-align: center;
  margin-bottom: 0;
  display: table;
  width: 100%;
  border-radius: 0;
  padding: 15px 30px 15px 0;
  position: relative;
}

header .alert.alert-dismissable .close {
  top: initial;
  left: initial;
  right: 15px;
  position: absolute;
  cursor: pointer;
  color: #231f20;
  border: 1px solid #231f20;
  border-radius: 30px;
  background: transparent;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  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;
}

header .alert.alert-dismissable .close::before {
  content: '\00d7';
  font-size: 30px;
  font-family: 'Univers', 'Montserrat', sans-serif;
  font-weight: 700;
}

header .alert > div {
  font-family: 'Univers', 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
}

header .alert > div > div {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

header .alert > div > div p {
  margin: 0;
}

header .header-second-row > .row > [class*="col-"]:first-child a {
  max-height: 80px;
  height: 80px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-second-row > .row > [class*="col-"]:first-child a img {
  max-height: 100%;
}

@media screen and (max-width: 991.9px) {
  header .header-second-row > .row > [class*="col-"]:last-child {
    display: none;
  }
}

header .header-second-row .navbar-text {
  text-align: right;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 80px;
}

@media (max-width: 991.9px) {
  header .header-second-row .navbar-text {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .header-second-row .navbar-text > div {
    display: block !important;
    width: 100%;
  }
}

header .header-second-row .navbar-text > div {
  display: inline-block;
}

header .social-links a {
  margin: 15px 25px 15px 0;
  display: inline-block;
  background-color: transparent;
  fill: #000;
}

header .social-links a:hover {
  fill: #78c6b0;
}

header .social-links a svg {
  width: 35px;
  height: 40px;
}
