.footer {
  padding: 40px 15px;
  background: #202020;
}
@media (min-width: 768px) {
  .footer {
    position: relative;
    padding: 40px 30px;
  }
}

@media (min-width: 992px) {
  .region-footer-bottom {
    display: flex;
    max-width: 1154px;
    margin: auto;
  }
  .region-footer-bottom .block-language {
    flex: 1;
  }
}

#block-kaplan-theme-social-links {
  text-align: center;
}
@media (min-width: 768px) {
  #block-kaplan-theme-social-links {
    position: absolute;
    top: 0;
    width: 30%;
  }
  [dir=ltr] #block-kaplan-theme-social-links {
    right: 0;
    text-align: right;
  }
  [dir=rtl] #block-kaplan-theme-social-links {
    left: 0;
    text-align: left;
  }
}
#block-kaplan-theme-social-links .footer-social-icons {
  width: 100%;
}
#block-kaplan-theme-social-links .footer-social-icons > a {
  width: 30px;
  height: 30px;
}
[dir=ltr] #block-kaplan-theme-social-links .footer-social-icons > a:not(:last-of-type) {
  margin-right: 10px;
}
[dir=rtl] #block-kaplan-theme-social-links .footer-social-icons > a:not(:last-of-type) {
  margin-left: 10px;
}
@media (min-width: 768px) {
  [dir=ltr] #block-kaplan-theme-social-links .footer-social-icons > a:not(:last-of-type) {
    margin-right: 0;
  }
  [dir=rtl] #block-kaplan-theme-social-links .footer-social-icons > a:not(:last-of-type) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  [dir=ltr] #block-kaplan-theme-social-links .footer-social-icons > a:not(:last-of-type) {
    margin-right: 10px;
  }
  [dir=rtl] #block-kaplan-theme-social-links .footer-social-icons > a:not(:last-of-type) {
    margin-left: 10px;
  }
}
#block-kaplan-theme-social-links .footer-social-icons .icon {
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#block-kaplan-theme-social-links .footer-social-icons .icon:hover {
  background-color: #00A4D9;
}
#block-kaplan-theme-social-links .footer-social-icons .icon--facebook {
  -webkit-mask: url("../../../images/icon/facebook.svg") no-repeat center;
  mask: url("../../../images/icon/facebook.svg") no-repeat center;
}
#block-kaplan-theme-social-links .footer-social-icons .icon--twitter {
  -webkit-mask: url("../../../images/icon/twitter.svg") no-repeat center;
  mask: url("../../../images/icon/twitter.svg") no-repeat center;
}
#block-kaplan-theme-social-links .footer-social-icons .icon--youtube {
  -webkit-mask: url("../../../images/icon/youtube.svg") no-repeat center;
  mask: url("../../../images/icon/youtube.svg") no-repeat center;
}
#block-kaplan-theme-social-links .footer-social-icons .icon--instagram {
  -webkit-mask: url("../../../images/icon/instagram.svg") no-repeat center;
  mask: url("../../../images/icon/instagram.svg") no-repeat center;
}
#block-kaplan-theme-social-links .footer-social-icons .icon--linkedin {
  -webkit-mask: url("../../../images/icon/linkedin.svg") no-repeat center;
  mask: url("../../../images/icon/linkedin.svg") no-repeat center;
}
#block-kaplan-theme-social-links .footer-social-icons .icon--snapchat {
  -webkit-mask: url("../../../images/icon/snapchat.svg") no-repeat center;
  mask: url("../../../images/icon/snapchat.svg") no-repeat center;
}
#block-kaplan-theme-social-links .footer-block-cta {
  padding: 25px 0 15px;
}
@media (min-width: 768px) {
  #block-kaplan-theme-social-links .footer-block-cta {
    float: right;
  }
  [dir=rtl] #block-kaplan-theme-social-links .footer-block-cta {
    float: left;
  }
}
#block-kaplan-theme-social-links .footer-block-cta a {
  position: relative;
  display: block;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid #00A4D9;
  background: #202020;
  color: #00A4D9;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
#block-kaplan-theme-social-links .footer-block-cta a:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  #block-kaplan-theme-social-links .footer-block-cta a {
    display: inline-block;
  }
  #block-kaplan-theme-social-links .footer-block-cta a:before {
    content: "";
    position: absolute;
    z-index: 0;
    right: 18px;
    bottom: -16px;
    left: auto;
    display: block;
    width: 0;
    border-style: solid;
    border-width: 15px 12px 0 0;
    border-color: #00A4D9 transparent;
  }
  [dir=rtl] #block-kaplan-theme-social-links .footer-block-cta a:before {
    left: 18px;
    right: auto;
    border-width: 15px 0 0 12px;
  }
  #block-kaplan-theme-social-links .footer-block-cta a:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 17px;
    bottom: -13px;
    left: auto;
    display: block;
    width: 0;
    border-style: solid;
    border-width: 15px 12px 0 0;
    border-color: #202020 transparent;
  }
  [dir=rtl] #block-kaplan-theme-social-links .footer-block-cta a:after {
    left: 17px;
    right: auto;
    border-width: 15px 0 0 12px;
  }
}

.footer-middle {
  padding: 0 15px;
  border-bottom: 1px solid #404040;
  margin: 0 -15px 20px;
}
@media (min-width: 768px) {
  .footer-middle {
    position: relative;
    max-width: 1172px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-middle > div span,
.footer-middle > div a {
  text-decoration: none;
}
.footer-middle > div .navigation {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-middle > div .navigation {
    width: 70%;
  }
  .footer-middle > div .navigation > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-middle > div .navigation > ul > li {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .footer-middle > div .navigation > ul > li ul {
    display: block;
  }
}
.footer-middle > div .navigation > ul > li {
  display: inline-block;
  padding-bottom: 3px;
}
[dir=ltr] .footer-middle > div .navigation > ul > li:not(:last-of-type) {
  padding-right: 15px;
}
[dir=rtl] .footer-middle > div .navigation > ul > li:not(:last-of-type) {
  padding-left: 15px;
}
.footer-middle > div .navigation > ul > li > a, .footer-middle > div .navigation > ul > li span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.footer-middle > div .navigation > ul > li > a:hover, .footer-middle > div .navigation > ul > li span:hover {
  color: #00A4D9;
}
.footer-middle > div .navigation:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-middle > div .navigation:last-of-type ul li {
    padding-bottom: 4px;
  }
}
.footer-middle > div .navigation:last-of-type ul li > a, .footer-middle > div .navigation:last-of-type ul li span {
  color: #ccc;
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
}
.footer-middle > div .navigation:last-of-type ul li > a:hover, .footer-middle > div .navigation:last-of-type ul li span:hover {
  color: #00A4D9;
}

.config_pages--footer--accreditations-list {
  display: none;
}
@media (min-width: 768px) {
  .config_pages--footer--accreditations-list {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-generic-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: start;
  color: #aaa;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations {
  display: flex;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item {
  width: 16.667%;
  opacity: 0.5;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item:hover {
  opacity: 1;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item a {
  pointer-events: none;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item .taxonomy-term-accreditation-accreditations-list__field-image {
  max-width: 100px;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item .taxonomy-term-accreditation-accreditations-list__field-image img {
  max-width: 100%;
  height: 100%;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item .taxonomy-term-accreditation-accreditations-list__name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: start;
  color: #aaa;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item .taxonomy-term-accreditation-accreditations-list__field-description {
  display: none;
}

@media (min-width: 1200px) {
  #block-kaplan-theme-bottom-links {
    display: inline-block;
  }
}
#block-kaplan-theme-bottom-links .config_pages--footer--bottom-links {
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  #block-kaplan-theme-bottom-links .config_pages--footer--bottom-links {
    display: flex;
    margin-bottom: 5px;
  }
}
#block-kaplan-theme-bottom-links .config_pages--footer--bottom-links a {
  display: block;
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #aaa;
  margin: 3px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
#block-kaplan-theme-bottom-links .config_pages--footer--bottom-links a:hover {
  border: 1px solid #00A4D9;
  color: #fff;
  background-color: #240F6E;
}
@media (min-width: 992px) {
  #block-kaplan-theme-bottom-links .config_pages--footer--bottom-links a {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  [dir=ltr] #block-kaplan-theme-bottom-links .config_pages--footer--bottom-links .config-pages-footer-bottom-links__field-link {
    margin-right: 8px;
  }
  [dir=rtl] #block-kaplan-theme-bottom-links .config_pages--footer--bottom-links .config-pages-footer-bottom-links__field-link {
    margin-left: 8px;
  }
}

.block-footer-office-block {
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  [dir=ltr] .block-footer-office-block {
    text-align: start;
    margin-left: 5px;
  }
  [dir=rtl] .block-footer-office-block {
    text-align: start;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .block-footer-office-block {
    display: inline-block;
  }
  [dir=ltr] .block-footer-office-block {
    margin-left: 10px;
  }
  [dir=rtl] .block-footer-office-block {
    margin-right: 10px;
  }
}
.block-footer-office-block .current-phone-holder {
  margin: 7px 0;
}
[dir=rtl] .block-footer-office-block .current-phone-holder {
  direction: rtl;
}
@media (min-width: 992px) {
  .block-footer-office-block .current-phone-holder {
    display: flex;
    align-items: center;
  }
}
.block-footer-office-block .current-phone-holder span {
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}
@media (min-width: 992px) {
  [dir=ltr] .block-footer-office-block .current-phone-holder span {
    margin-right: 5px;
  }
  [dir=rtl] .block-footer-office-block .current-phone-holder span {
    margin-left: 5px;
  }
}
.block-footer-office-block .current-phone-holder a {
  position: relative;
  padding: 7px 15px 7px 18px;
  font-size: 14px;
  color: #fff;
}
[dir=rtl] .block-footer-office-block .current-phone-holder a {
  padding: 7px 18px 7px 15px;
  direction: ltr;
}
.block-footer-office-block .current-phone-holder a:before {
  content: url("../../../images/icon/solid-phone-ring.svg");
  position: absolute;
  top: 8px;
  width: 14px;
}
[dir=ltr] .block-footer-office-block .current-phone-holder a:before {
  left: 0;
}
[dir=rtl] .block-footer-office-block .current-phone-holder a:before {
  right: 0;
}

#block-kaplan-theme-footer-bottom.contextual-region {
  position: static;
}
@media (max-width: 992px) {
  #block-kaplan-theme-footer-bottom.contextual-region {
    display: flex;
    flex-direction: row-reverse;
  }
}
#block-kaplan-theme-footer-bottom .btn--top {
  position: absolute;
  top: -38px;
  width: 80px;
  height: 38px;
  opacity: 0.4;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  background: #202020 url("../../../images/icon/go-to-top.png") center no-repeat;
}
[dir=ltr] #block-kaplan-theme-footer-bottom .btn--top {
  right: 0;
}
[dir=rtl] #block-kaplan-theme-footer-bottom .btn--top {
  left: 0;
}

.config_pages--footer--footer-bottom {
  padding: 0 20px 20px;
  margin: 0 -15px;
  text-align: center;
  color: #aaa;
}
@media (min-width: 768px) {
  .config_pages--footer--footer-bottom {
    max-width: 852px;
    margin: 0 auto;
    text-align: end;
  }
}
.config_pages--footer--footer-bottom p {
  font-size: 12px;
}

/*# sourceMappingURL=footer.css.map */
