/*! sass-bem-constructor - version : 1.1.0 - 2016-08-18 */
.c-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    height: 253px;
  }
}
.c-footer__main {
  background: #2526A9;
  color: #FFFFFF;
  padding: 17px 5px 14px 5px;
}
@media only screen and (max-width: 767px) {
  .c-footer__main {
    padding: 20px 0 0 0;
  }
}

.c-footer__qlinks {
  margin-bottom: 6px;
}

.c-footer__heading {
  font-size: 14px;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 18.88px;
  margin-bottom: 2px !important;
  margin-top: 0;
}

.c-footer__links li {
  margin-bottom: 0;
}
.c-footer__links li:not(:first-child):before {
  content: "|";
  padding-right: 12px;
}
.c-footer__links li:last-child:before {
  content: "";
}
.c-footer__links li .c-footer__social a {
  border: none;
}
.c-footer__links li a {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 18.88px;
}
.c-footer__links li a:hover, .c-footer__links li a:focus {
  text-decoration: underline;
}
.c-footer__links li a:focus {
  outline: auto;
}
.c-footer__links li a[target=_blank]::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/assets/images/ex_link_icon_dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.c-footer__social {
  display: block;
  float: right;
  clear: right;
}
.c-footer__social a {
  padding-left: 20px;
  border: none;
}
.c-footer__social a i {
  font-size: 24px;
  color: #FFFFFF;
}

.c-footer__newsletter {
  float: right;
  clear: right;
  color: #FFFFFF;
}
.c-footer__newsletter i {
  padding-right: 10px;
}

.c-footer__sub {
  padding: 6px 5px 4px 5px;
  background: #FFFFFF;
}
.c-footer__sub--legal ul li:not(:first-child):before {
  content: "|";
  padding-right: 12px;
}
.c-footer__sub--legal ul li a {
  color: #2526A9;
  font-size: 14px;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 18.88px;
}
.c-footer__sub--legal ul li a:hover, .c-footer__sub--legal ul li a:focus {
  text-decoration: underline;
}
.c-footer__sub--legal ul li a:focus {
  outline: auto;
}

.c-footer__sub--copyright {
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 300;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 18.88px;
}
.c-footer__sub--copyright span {
  float: right;
}
@media only screen and (max-width: 767px) {
  .c-footer__sub--copyright {
    float: none;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .c-footer__sub--copyright {
    overflow: hidden;
    white-space: pre-wrap;
    padding-left: 20px;
    margin-bottom: 0;
  }
}

.c-footer__mob-qlinks {
  border: 1px solid #FFFFFF;
}
.c-footer__mob-qlinks ul li .head {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 28.88px;
  text-align: left;
  padding: 5px 0 8.1px 11px;
  margin: 0 0 -10px;
}
.c-footer__mob-qlinks ul li .head button {
  background: none;
  border: none;
  padding: 0;
}
.c-footer__mob-qlinks ul li .head span {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  padding: 4px 3px;
}
@media (max-width: 350px) {
  .c-footer__mob-qlinks ul li .head {
    font-size: 18px;
  }
}

.c-footer__dropdown li {
  padding: 0 0 10px 11px;
}
.c-footer__dropdown li:first-child {
  padding-top: 15px;
}
.c-footer__dropdown li:last-child {
  padding-bottom: 0;
}
.c-footer__dropdown li a {
  font-size: 18px;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.c-footer__dropdown li a:hover, .c-footer__dropdown li a:focus {
  text-decoration: underline;
}
.c-footer__dropdown li a[target=_blank]::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/assets/images/ex_link_icon_dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.c-footer__mob-mlinks {
  border: 1px solid #FFFFFF;
  border-top: none;
}
.c-footer__mob-mlinks ul li .head {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 28.88px;
  text-align: left;
  padding: 5px 0 8.1px 11px;
  margin: 0 0 -10px;
}
.c-footer__mob-mlinks ul li .head button {
  background: none;
  border: none;
  padding: 0;
}
.c-footer__mob-mlinks ul li .head span {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  padding: 4px 3px;
}
@media (max-width: 350px) {
  .c-footer__mob-mlinks ul li .head {
    font-size: 18px;
  }
}

.c-footer__mob-social {
  display: flex;
  justify-content: center;
  padding-left: 10px;
}
.c-footer__mob-social a i {
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 350px) {
  .c-footer__mob-social a i {
    font-size: 34px;
  }
}
.c-footer__mob-social a i:first-child {
  padding-right: 30px;
  padding-left: 10px;
}
.c-footer__mob-social a[target=_blank] i::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/assets/images/ex_link_icon_dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.c-footer__mob-newsletter {
  display: flex;
  justify-content: center;
  margin: 15px 7px 25px 0;
  padding-left: 0;
}
.c-footer__mob-newsletter a {
  font-size: 18px;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 24px;
  text-decoration: none;
}
@media (max-width: 367px) {
  .c-footer__mob-newsletter a {
    font-size: 15px;
  }
}
.c-footer__mob-newsletter a:hover, .c-footer__mob-newsletter a:focus {
  text-decoration: underline;
}
.c-footer__mob-newsletter a:focus {
  outline: auto;
}
.c-footer__mob-newsletter a[target=_blank]::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/assets/images/ex_link_icon_dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.c-footer__mob-newsletter i {
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
  margin-top: 4px;
}
@media (max-width: 367px) {
  .c-footer__mob-newsletter i {
    margin-left: 0;
  }
}

.c-footer__mlegal {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-footer__mlegal ul {
    margin-bottom: 12px;
  }
}
.c-footer__mlegal ul li:not(:first-child):before {
  content: "|";
  padding-right: 15px;
}
.c-footer__mlegal ul li a {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 24px;
}
@media (max-width: 350px) {
  .c-footer__mlegal ul li a {
    font-size: 17px;
  }
}
.c-footer__mlegal ul li a:hover, .c-footer__mlegal ul li a:focus {
  text-decoration: underline;
  color: #FFFFFF;
}
.c-footer__mlegal ul li a:focus {
  outline: auto;
}

.c-footer__mobsub {
  background-color: white;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .c-footer__mobsub {
    float: none;
    display: flex;
    justify-content: center;
  }
}
.c-footer__mobsub--copyright {
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 300;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 22px;
}
@media (max-width: 450px) {
  .c-footer__mobsub--copyright {
    overflow: hidden;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}