.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-body iframe[data-src] {
      visibility: hidden;
      width: 1px;
      height: 1px;
      position: absolute;
      overflow: hidden;
      left: -9999px; }
    .modal-body .embed-placeholder {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .modal-body .embed-placeholder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .modal-body .embed-placeholder--content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.33);
        color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
  .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: #000;
        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 #FFD20A; }
      .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: #000; }
      .modal-header .modal-title {
        font-size: 18px; }
      @media (min-width: 575px) {
        .modal-header .modal-title {
          font-size: calc(18px + 10 * (100vw - 575px) / 1825); } }
      @media (min-width: 2400px) {
        .modal-header .modal-title {
          font-size: 28px; } }
  .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: #000;
      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 #FFD20A; }
    .modal-dismiss-button:before {
      content: "\f11d";
      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: #000;
    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; }

.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: 30px;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  min-width: 180px;
  background-color: #FFD20A;
  border-color: #FFD20A;
  color: #000;
  transition: 0.25s ease-in-out;
  z-index: 10000; }
  .prefers-reduced-motion .play-video-tabbing {
    transition: none; }
  .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; }
  .prefers-reduced-motion .play-video-tabbing {
    transition: none; }
  @media (hover: hover) {
    .play-video-tabbing:hover {
      color: #fff;
      border-color: #000;
      background-color: #000;
      transform: scale(1.05); } }
  .is-tabbing .play-video-tabbing:focus {
    color: #fff;
    border-color: #000;
    background-color: #000;
    transform: scale(1.05); }
  .play-video-tabbing:active, .play-video-tabbing.active {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  .play-video-tabbing:disabled, .play-video-tabbing.disabled {
    background-color: #FFD20A;
    border-color: #FFD20A;
    color: #fff; }
  .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% {
    visibility: hidden;
    opacity: 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-dialog {
    background: transparent; }
  .modal--video .modal-header .modal-title {
    color: #fff; }
  .modal--video .modal-dismiss-button {
    color: #fff !important; }
  .modal--video .modal-content {
    padding: 0;
    background-color: transparent; }
  .modal--video .modal-footer {
    border: none;
    margin: 20px 0 0; }

.modal--video .media--outbound-link {
  position: relative;
  text-decoration: none !important;
  border-bottom: none !important;
  display: block;
  top: unset !important;
  width: 100%;
  height: auto;
  margin: 0 auto; }
  .modal--video .media--outbound-link:hover, .modal--video .media--outbound-link:focus {
    border-bottom: none !important; }
    .modal--video .media--outbound-link:hover:after, .modal--video .media--outbound-link:focus:after {
      width: 110px; }
  .modal--video .media--outbound-link:after {
    content: url("../../../images/youtube-icon.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    transition: 0.25s ease; }
  .modal--video .media--outbound-link img {
    width: 100%;
    height: 100%; }
/*# sourceMappingURL=modal.css.map */
