.footer-fat,
.footer-slim {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2.5em 0;
}

.footer-fat__left,
.footer-slim__left {
  text-align: left;
}

.footer-fat__left+.footer-fat__right,
.footer-slim__left+.footer-fat__right {
  margin-top: 2em;
}

@media (min-width: 992px) {

  .footer-fat__left+.footer-fat__right,
  .footer-slim__left+.footer-fat__right {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .footer-fat__left+.footer-fat__right {
    margin: 0;
  }
}

.footer-fat__right,
.footer-slim__right {
  text-align: right;
}

.footer-slim__left,
.footer-slim__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 992px) {

  .footer-fat,
  .footer-slim {
    padding: 0;
  }
}

.footer-fat-row {
  display: flex;
  flex-direction: column;
  flex: 200px;
  justify-content: center;
  gap: 60px;
  align-items: center;
  align-content: center;
}

@media (min-width: 998px) {
  .footer-fat-row {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-fat__left {
  background-color: rgba(0, 25, 70, 0.5);
  padding: 1em 1.5em;
}

.footer-fat__left h2 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .footer-fat__left h2 {
    font-size: 28px;
  }
}

@media (min-width: 820px) {
  .footer-fat__left h2 {
    font-size: 32px;
  }
}

.footer-fat__right {
  background-color: rgba(0, 25, 70, 0.5);
  padding: 1em 1.5em;
  width: 100%;
}

.footer-fat {
  background-color: rgb(37, 59, 119);
  background-repeat: no-repeat;
  font-size: 14.6666666667px;
  height: auto;
  position: relative;
  line-height: 1;
}

.footer-fat {
  background-size: 100%, cover;
  background-image: linear-gradient(to bottom, rgba(37, 59, 119, .0), rgba(37, 59, 119, 1)), url(../images/IWA_Artwork_Large.jpg);
  background-position-x: 0, left;
  background-position-y: 0, 0;
}


@media (min-width: 998px) {
  .footer-fat {
    background-size: 10%, 58%;
    background-image: linear-gradient(to right, rgba(37, 59, 119, .0), rgba(37, 59, 119, 1)), url(../images/IWA_Artwork_Large.jpg);
    background-position-x: 54%, left;
    background-position-y: 0, 0;
  }

  .footer-fat__right {
    background: none;
  }
}

@media (max-width: 997px) {}

@media (min-width: 768px) {
  .footer-fat {
    font-size: 15px;
  }
}

@media (min-width: 820px) {
  .footer-fat {
    font-size: 16px;
  }
}

@media (min-width: 986px) {}

@media (min-width: 1200px) {
  .footer-fat {}
}

@media (min-width: 1800px) {
  .footer-fat {}
}

.dialogProviderContainerStyle {
  margin: auto;
}

.footer-fat h1,
.footer-fat h2,
.footer-fat h3,
.footer-fat h4,
.footer-fat h5,
.footer-fat h6 {
  color: #fff;
}

.footer-fat__social-media {
  margin: 0 auto 1em;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-fat__social-media {
    position: absolute;
    top: 1.5em;
    margin: 0;
    left: 0;
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .footer-fat__social-media {
    padding-left: calc((100vw - 540px) / 2 + 15px + 0px);
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .footer-fat__social-media {
    padding-left: calc((100vw - 720px) / 2 + 15px + 0px);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .footer-fat__social-media {
    padding-left: calc((100vw - 960px) / 2 + 15px + 0px);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .footer-fat__social-media {
    padding-left: calc((100vw - 1140px) / 2 + 15px + 0px);
  }
}

@media (min-width: 992px) and (min-width: 1680px) {
  .footer-fat__social-media {
    padding-left: calc((100vw - 1280px) / 2 + 15px + 0px);
  }
}

.footer-fat__social-media .social-media__link {
  font-weight: normal;
  font-size: 28px;
  color: #fff;
  vertical-align: middle;
  border-bottom: 0 solid #fff;
  transition: 0.15s ease;
}

.footer-fat__social-media .social-media__link:focus {
  outline: 2px dashed #fff;
  outline-offset: 3px;
}

.footer-fat__social-media .social-media__link+.social-media__link {
  margin-left: 0.5em;
}

.footer-fat__social-media .social-media__link:hover,
.footer-fat__social-media .social-media__link:focus {
  color: #fff;
  border-bottom-width: 2px;
}

.footer-slim {
  background-color: #1D2C5B;
  height: auto;
}

@media (max-width: 991.98px) {

  .footer-slim__left,
  .footer-slim__right {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footer-slim {
    height: 150px;
  }
}

.footer-slim__links {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
}

.footer-slim__links li {
  display: block;
  margin: 0 0 1.5em;
}

@media (min-width: 992px) {
  .footer-slim__links li {
    display: inline-block;
    margin: 0 1.5em 0 0;
  }
}

.footer-slim__links li a {
  text-decoration: underline;
  color: #fff;
}

.footer-slim__links li a:hover,
.footer-slim__links li a:focus {
  color: #fff;
}

.footer-slim__links li a:focus {
  outline: 2px dashed #fff;
  outline-offset: 3px;
}

.footer-slim__copyright {
  font-style: italic;
}

@media (min-width: 576px) {
  .footer-fat #mc_embed_signup {
    margin: 0 auto;
    width: 80%;
  }
}

@media (min-width: 768px) {
  .footer-fat #mc_embed_signup {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .footer-fat #mc_embed_signup {
    margin: 0 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .footer-fat #mc_embed_signup {
    width: 60%;
  }
}

@media screen and (max-width: 1023px) {
  .region-iwa-fatfooter-right .text-formatted {
    width: 100%;
  }

  .footer-fat__right,
  .footer-slim__right {
    text-align: left;
  }
}

.region-iwa-fatfooter-right form {
  max-width: 100%;
  padding: 0;
}

.region-iwa-fatfooter-right h2 {
  font-size: 25px;
  margin-bottom: 0;
}

.region-iwa-fatfooter-right label {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.region-iwa-fatfooter-right button {
  background: #1D2C5B;
  border: 3px solid #1D2C5B;
  height: 50px;
  color: #fff;
}

.region-iwa-fatfooter-right button:hover,
.region-iwa-fatfooter-right button:focus {
  background: #253B77;
  border: 3px solid #253B77;
  color: #fff;
}

.region-iwa-fatfooter-right input {
  color: black;
  margin-bottom: 12px;
}

.region-iwa-fatfooter-right input::placeholder {
  color: #CDCDCD;
}

.region-iwa-fatfooter-right input:required::placeholder {
  color: #777777;
}

.region-iwa-fatfooter-right .lp-form-header {
  margin-bottom: 0;
}

.footer-social a,
.footer-social a:link,
.footer-social a:visited {
  text-decoration: none;
  font-size: 20px;
}

.footer-social .fa-linkedin-in {
  color: white;
  background: #1D2C5B;
  /* padding: 7px; */
  border-radius: 5px;
  font-size: 16px;
  top: -1px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-social {
  position: absolute;
  width: 100%;
  margin-top: -23px;
}

.footer-social__content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: white;
  border-radius: 5px;
  margin: 0 auto;
  width: 290px;
}
