    <style type="text/css">

      @media (min-width: 992px) {
        .travel-header-image { margin-top: -40px; }
      }

      @media (min-width: 1200px) {
        .travel-header-image { margin-top: -80px; }
      }

      @media (max-width: 992px) {
        .margin-bottom-sm {
          margin-bottom: 25px;
        }
      }

      .full-width__container--arrow-after::after {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -25px;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #191A72;
        z-index: 5;
      }

      .full-width__container--arrow-before::before {
        content: '';
        position: absolute;
        top: -25px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -25px;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 25px solid #191A72;
        z-index: 5;
      }

      .border-bottom {
        border-bottom: 1px solid #ccc;
      }

      .text-size-beta {
        font-size: 22px;
      }

      .bordered-pod {
        position: relative;
        height: 100%;
        padding: 15px;
        padding-bottom: 65px;
        border: 1px solid #ddd;
      }

      @media (min-width: 992px) {
        .text-size-beta {
          font-size: 32px;
        }
      }

      .pod-link {
        display: block;
        color: #1a1e5a;
        margin: 0;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        text-align: left;
        width: auto;
      }

      .pod-overlay {
        position: absolute;
        left: 15px;
        top: 15px;
        padding: 15px;
        padding-bottom: 65px;

        max-width: 250px;

        background: #3f4681;
        background: rgba(26, 31, 113, 0.8);

      }

      .pod-overlay__title {
        font-weight: 300;
        font-size: 2.5em;
      }

      .pod-overlay__text {
        font-weight: 300;
        font-size: 22px;
        line-height: 1.2;
      }

      .pod-link:hover,
      .pod-link:active {
        background-color: #fbbf19 ;
      }
    </style>