.footer {
  font-family: "Roboto Regular";
}

.footer-wrapper--pre h2,
.footer-wrapper--pre h3,
.footer-wrapper--pre h4, .footer-wrapper .block-footer-contact-us .block-custom-blocks a, .footer-wrapper .block-footer-sign-up a {
  font-family: "Roboto Condensed";
}

.footer {
  font-size: 16px;
  font-size: 1.6rem;
  color: #89898d;
  font-weight: normal;
  line-height: 24px;
}

.footer {
  padding-bottom: 0;
  border-top: 0;
}

.footer img {
  max-width: 100%;
  height: auto;
}

.footer-wrapper--pre {
  background: #004F91;
}

.footer-wrapper--pre .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--pre .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-wrapper--pre .region-pre-footer-left {
  width: 25%;
  padding: 40px 0 26px;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--pre .region-pre-footer-left {
    width: 100%;
    text-align: center;
  }
  .footer-wrapper--pre .region-pre-footer-left h2 {
    text-align: center;
  }
}

.footer-wrapper--pre .region-pre-footer-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  padding: 35px 0 0;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--pre .region-pre-footer-middle {
    width: 100%;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.footer-wrapper--pre .region-pre-footer-middle > nav {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--pre .region-pre-footer-middle > nav {
    width: auto;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.footer-wrapper--pre .region-pre-footer-right {
  width: 25%;
  background: transparent url("../../images/world-map.png") no-repeat center center/contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 175px;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--pre .region-pre-footer-right {
    width: 100%;
    min-height: 100px;
    margin: 10px 0;
  }
}

.footer-wrapper--pre h2,
.footer-wrapper--pre h3,
.footer-wrapper--pre h4 {
  color: #9ABBD6;
  margin: 0 0 14px;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-wrapper--pre .menu {
  margin: 0;
  padding: 0;
}

.footer-wrapper--pre .menu li a {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}

.footer-wrapper--pre .menu li a:hover {
  background: none;
}

.footer-wrapper--pre div[class*="block-system-menu"] {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.footer-wrapper--bottom {
  background: #9ABBD6;
}

.footer-wrapper--bottom .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--bottom .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-wrapper--bottom .region-footer-left {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--bottom .region-footer-left {
    text-align: left;
  }
  .footer-wrapper--bottom .region-footer-left img {
    margin: auto;
    max-width: 230px;
  }
}

@media only screen and (max-width: 640px) {
  .footer-wrapper--bottom .region-footer-left {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer-wrapper--bottom .region-footer-middle {
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.footer-wrapper--bottom .region-footer-middle .menu--footer {
  margin: 0;
  padding: 0;
}

.footer-wrapper--bottom .region-footer-middle .menu--footer li {
  color: #004F91;
  display: inline-block;
}

.footer-wrapper--bottom .region-footer-middle .menu--footer li a {
  color: #004F91;
  font-weight: bold;
  padding-right: 0;
}

.footer-wrapper--bottom .region-footer-middle .menu--footer li a:hover {
  background: none;
}

.footer-wrapper--bottom .region-footer-middle .menu--footer li a::before {
  content: "";
  display: block;
  float: left;
  width: 2px;
  height: 13px;
  background: #004F91;
  position: relative;
  top: 5px;
  left: -10px;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--bottom .region-footer-middle {
    order: 3;
    width: 100%;
    text-align: center;
  }
}

.footer-wrapper--bottom .region-footer-right {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper--bottom .region-footer-right {
    order: 2;
    width: 50%;
    text-align: right;
  }
  .footer-wrapper--bottom .region-footer-right img {
    margin: auto;
    max-width: 280px;
  }
}

@media only screen and (max-width: 640px) {
  .footer-wrapper--bottom .region-footer-right {
    order: 2;
    width: 100%;
    text-align: center;
  }
}

.footer-wrapper .block-footer-social-links {
  min-width: 236px;
}

.footer-wrapper .block-footer-social-links svg {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}

.footer-wrapper .block-footer-social-links svg path {
  color: #ffffff;
}

.footer-wrapper .block-footer-social-links li {
  padding: 0 16px 0 0;
}

.footer-wrapper .block-footer-social-links a {
  background: #9ABBD6;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper .block-footer-social-links h2,
  .footer-wrapper .block-footer-social-links h3 {
    text-align: center;
  }
}

.footer-wrapper .block-footer-contact-us {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 175px;
  height: 175px;
}

.footer-wrapper .block-footer-contact-us .block-custom-blocks {
  height: 40px;
  width: 200px;
}

.footer-wrapper .block-footer-contact-us .block-custom-blocks a {
  border: 1px solid #ffffff;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0;
  background: transparent !important;
  width: 100%;
  color: #ffffff !important;
  text-transform: uppercase;
}

.footer-wrapper .block-footer-sign-up a {
  border: 1px solid #ffffff;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0;
  background: transparent !important;
  width: 220px;
  color: #ffffff !important;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper .block-footer-sign-up a {
    margin-left: -16px;
  }
}
