.modal {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 9999;
  outline: 0;
}
.modal.fade {
  animation-name: fadeOut;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal.fade.show {
  animation-name: fadeIn;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-backdrop {
  transition: opacity 0.25s linear;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  opacity: 0;
}
.prefers-reduced-motion .modal-backdrop {
  transition: none;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-body {
  padding: 0;
}
.modal-content {
  padding: 30px;
}
.modal--stats .modal-header {
  position: relative;
}
.modal--stats .modal-header .modal-dismiss-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.modal--stats .modal-header .modal-dismiss-button:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  background-color: #1B44A0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100%;
  transition: 0.25s ease;
}
@media (hover: hover) {
  .modal--stats .modal-header .modal-dismiss-button:hover {
    color: #fff;
  }
  .modal--stats .modal-header .modal-dismiss-button:hover:after {
    width: 50px;
    height: 50px;
  }
}
.is-tabbing .modal--stats .modal-header .modal-dismiss-button:focus {
  color: #fff;
}
.is-tabbing .modal--stats .modal-header .modal-dismiss-button:focus:after {
  width: 50px;
  height: 50px;
  border: 1px solid #1B44A0;
}
.modal--stats .modal-header .modal-dismiss-button:hover {
  color: #fff;
}
.modal--stats .modal-content {
  background-color: #fff;
}
.modal--stats .modal-content {
  padding: 40px;
}
@media (min-width: 575px) {
  .modal--stats .modal-content {
    padding: calc(40px + 40 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .modal--stats .modal-content {
    padding: 80px;
  }
}
.modal--stats .modal-body {
  padding: 0;
}
.modal--stats .infographic-heading {
  letter-spacing: -0.55px;
  font-weight: normal;
}
.modal--stats .infographic-heading {
  font-size: 32px;
}
@media (min-width: 575px) {
  .modal--stats .infographic-heading {
    font-size: calc(32px + 10 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .modal--stats .infographic-heading {
    font-size: 42px;
  }
}
.modal-dialog {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1140px;
  }
}
.modal-header {
  min-height: 26px;
  margin-bottom: 10px;
}
.modal-header .modal-title {
  font-weight: 400;
  margin: 0;
  padding-right: 40px;
  color: #333334;
}
.modal-header .modal-title {
  font-size: 20px;
}
@media (min-width: 575px) {
  .modal-header .modal-title {
    font-size: calc(20px + 18 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .modal-header .modal-title {
    font-size: 38px;
  }
}
.modal-dismiss-button {
  transition: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0;
  align-self: center;
  color: #000;
  justify-self: center;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.prefers-reduced-motion .modal-dismiss-button {
  transition: none;
}
.modal-dismiss-button:hover, .modal-dismiss-button:focus {
  background-color: transparent;
}
.modal-dismiss-button {
  font-size: 15px;
}
.modal-dismiss-button:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  background-color: #1B44A0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100%;
  transition: 0.25s ease;
}
@media (hover: hover) {
  .modal-dismiss-button:hover {
    color: #fff;
  }
  .modal-dismiss-button:hover:after {
    width: 50px;
    height: 50px;
  }
}
.is-tabbing .modal-dismiss-button:focus {
  color: #fff;
}
.is-tabbing .modal-dismiss-button:focus:after {
  width: 50px;
  height: 50px;
  border: 1px solid #1B44A0;
}
.modal-dismiss-button:before {
  content: "\f122";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
@media (max-width: 767.98px) {
  .modal-dismiss-button {
    grid-row: 1;
    justify-self: end;
  }
}
.modal-content {
  background-color: #f2f2f2;
  color: #333334;
  padding: 15px;
  position: relative;
}
.modal-footer {
  margin: 50px 0 0;
}
.modal-footer--spaced {
  display: flex;
  justify-content: space-between;
}
.modal-footer--centered {
  display: flex;
  justify-content: center;
}
.modal-footer--align-right {
  display: flex;
  justify-content: flex-end;
}
.modal-footer .btn {
  margin-left: 15px;
}
.modal-footer .btn:first-child {
  margin-left: 0;
}
.modal .accordion {
  background-color: #fff;
}

.play-video-tabbing {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: inline-flex;
  color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "CircularPro-Medium", sans-serif;
  color: #fff;
  background-color: #1B44A0;
  border-color: #1B44A0;
  z-index: 10000;
}
.prefers-reduced-motion .play-video-tabbing {
  transition: none;
}
.play-video-tabbing:hover {
  color: #000;
  background-color: #e6e6e6;
}
.play-video-tabbing:disabled, .play-video-tabbing.disabled {
  transition: none;
  opacity: 0.6;
  box-shadow: none;
  cursor: default;
  background-color: #fff;
  color: #000;
}
.prefers-reduced-motion .play-video-tabbing:disabled, .prefers-reduced-motion .play-video-tabbing.disabled {
  transition: none;
}
.play-video-tabbing:active, .play-video-tabbing.active {
  background-color: #d9d9d9;
}
.play-video-tabbing:hover, .play-video-tabbing:focus {
  color: #fff;
  background-color: #00345E;
  border-color: #00345E;
}
.play-video-tabbing:focus {
  outline: 1px dotted #fff;
}
.play-video-tabbing:active, .play-video-tabbing.active {
  color: #fff;
  background-color: #1B44A0;
  border-color: #1B44A0;
}
.play-video-tabbing:disabled, .play-video-tabbing.disabled {
  background-color: #707372;
  border-color: #707372;
  color: #000;
}
.is-tabbing .play-video-tabbing {
  position: absolute;
  top: 0;
}

.modal--side .modal-dialog {
  position: absolute;
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  position: fixed;
  margin: auto;
  padding: 0;
}
.modal--side .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal--side.left .modal-dialog {
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.modal--side.left.animate-in {
  animation-name: slideInLeft;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.modal--side.left.animate-out {
  animation-name: slideOutLeft;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.modal--side.right .modal-dialog {
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
}
.modal--side.right.animate-in {
  animation-name: slideInRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.modal--side.right.animate-out {
  animation-name: slideOutRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.modal--side.top .modal-dialog {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}
.modal--side.top.animate-in {
  animation-name: slideInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.modal--side.top.animate-out {
  animation-name: slideOutUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
  }
}
.modal--side.bottom .modal-dialog {
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}
.modal--side.bottom.animate-in {
  animation-name: slideInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
.modal--side.bottom.animate-out {
  animation-name: slideOutDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.modal--video {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal--video .modal-header .modal-title {
  color: #fff;
}
.modal--video .modal-dismiss-button {
  color: #fff;
}
.modal--video .modal-content {
  padding: 0;
  background-color: transparent;
}
.modal--video .modal-footer {
  border: none;
  margin: 20px 0 0;
}

.media-video-btn {
  border: none;
  border-radius: 100%;
  background-color: #fff;
  color: #1B44A0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  transition: 0.25s ease;
}
.media-video-btn {
  height: 60px;
}
@media (min-width: 575px) {
  .media-video-btn {
    height: calc(60px + 63 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .media-video-btn {
    height: 123px;
  }
}
.media-video-btn {
  width: 60px;
}
@media (min-width: 575px) {
  .media-video-btn {
    width: calc(60px + 63 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .media-video-btn {
    width: 123px;
  }
}
.is-tabbing .media-video-btn:focus:before {
  content: "";
  background-image: url("../svg/play-svg.svg");
  width: 33px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 54%;
}
.media-video-btn:before {
  content: "\f160";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-video-btn:before {
  font-size: 34px;
}
@media (min-width: 575px) {
  .media-video-btn:before {
    font-size: calc(34px + 26 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .media-video-btn:before {
    font-size: 60px;
  }
}
.media-video-btn:hover {
  background-color: #1B44A0;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.05);
}