 /*!
 * Stylesheet : Aggressor Adventures
 * Created    : July 2019
 * -----------------------------------------------------------------------------------
 */
/*!
 * Bootstrap v4.3.1 
 * -----------------------------------------------------------------------------------
 */
 :root {
    --black: #000;
    --white: #fff;
    --gray: #5a5a5a;
    --blue: #008ac5;
    --gold: #c08438;
    --breakpoint-xxs: 0;
    --breakpoint-xs: 480px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }
  
  body {
    margin: 0;
    font-family: "Crimson Text", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b6b6b;
    text-align: left;
    background-color: #fff;
  }
  
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.25rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
  }
  
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-bottom: .5rem;
    margin-left: 0;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -.25em;
  }
  
  sup {
    top: -.5em;
  }
  
  a {
    color: #0084bf;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #004f73;
    text-decoration: underline;
  }
  
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  
  pre,
  code,
  kbd,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  
  table {
    border-collapse: collapse;
  }
  
  caption {
    padding-top: 0.75rem 0.5rem;
    padding-bottom: 0.75rem 0.5rem;
    color: #909090;
    text-align: left;
    caption-side: bottom;
  }
  
  th {
    text-align: inherit;
  }
  
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  select {
    word-wrap: normal;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    -webkit-appearance: listbox;
  }
  
  textarea {
    overflow: auto;
    resize: vertical;
  }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  
  output {
    display: inline-block;
  }
  
  summary {
    display: list-item;
    cursor: pointer;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none !important;
  }
  
  .fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade:not(.show) {
    opacity: 0;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
  }
  
  .figure {
    display: inline-block;
  }
  
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .figure-caption {
    font-size: 90%;
    color: #6c757d;
  }
  
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
  }
  .table th,
  .table td {
    padding: 0.75rem 0.5rem;
    vertical-align: top;
    border-top: 1px solid #898989;
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #898989;
  }
  .table tbody + tbody {
    border-top: 2px solid #898989;
  }
  
  .table-sm th,
  .table-sm td {
    padding: 0.3rem;
  }
  
  .table-bordered {
    border: 1px solid #898989;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #898989;
  }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
  }
  
  .table-borderless th,
  .table-borderless td,
  .table-borderless thead th,
  .table-borderless tbody + tbody {
    border: 0;
  }
  
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-black,
  .table-black > th,
  .table-black > td {
    background-color: #b8b8b8;
  }
  .table-black th,
  .table-black td,
  .table-black thead th,
  .table-black tbody + tbody {
    border-color: #7a7a7a;
  }
  
  .table-hover .table-black:hover {
    background-color: #ababab;
  }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab;
  }
  
  .table-white,
  .table-white > th,
  .table-white > td {
    background-color: white;
  }
  .table-white th,
  .table-white td,
  .table-white thead th,
  .table-white tbody + tbody {
    border-color: white;
  }
  
  .table-hover .table-white:hover {
    background-color: #f2f2f2;
  }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2;
  }
  
  .table-gray,
  .table-gray > th,
  .table-gray > td {
    background-color: #d1d1d1;
  }
  .table-gray th,
  .table-gray td,
  .table-gray thead th,
  .table-gray tbody + tbody {
    border-color: darkgray;
  }
  
  .table-hover .table-gray:hover {
    background-color: #c4c4c4;
  }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #c4c4c4;
  }
  
  .table-blue,
  .table-blue > th,
  .table-blue > td {
    background-color: #b8deef;
  }
  .table-blue th,
  .table-blue td,
  .table-blue thead th,
  .table-blue tbody + tbody {
    border-color: #7ac2e1;
  }
  
  .table-hover .table-blue:hover {
    background-color: #a3d4ea;
  }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #a3d4ea;
  }
  
  .table-gold,
  .table-gold > th,
  .table-gold > td {
    background-color: #edddc7;
  }
  .table-gold th,
  .table-gold td,
  .table-gold thead th,
  .table-gold tbody + tbody {
    border-color: #debf98;
  }
  
  .table-hover .table-gold:hover {
    background-color: #e7d1b4;
  }
  .table-hover .table-gold:hover > td,
  .table-hover .table-gold:hover > th {
    background-color: #e7d1b4;
  }
  
  .table-active,
  .table-active > th,
  .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
  }
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #898989;
  }
  
  .table-dark {
    color: #fff;
    background-color: #343a40;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55;
  }
  .table-dark.table-bordered {
    border: 0;
  }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }
  
  @media (max-width: 479.98px) {
    .table-responsive-xs {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xs > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 1599.98px) {
    .table-responsive-xxl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xxl > .table-bordered {
      border: 0;
    }
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none;
  }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
  }
  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .nav-pills .nav-link {
    border-radius: 0.25rem;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
  }
  
  .nav-fill .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
  
  .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  
  .carousel {
    position: relative;
  }
  
  .carousel.pointer-event {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  
  .carousel-item-next:not(.carousel-item-left),
  .active.carousel-item-right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  
  .carousel-item-prev:not(.carousel-item-right),
  .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  
  .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
            transform: none;
  }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  
  .carousel-control-prev {
    left: 0;
  }
  
  .carousel-control-next {
    right: 0;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
  }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .carousel-indicators .active {
    opacity: 1;
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.5rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.5rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.5rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.5rem !important;
  }
  
  .m-2 {
    margin: 1rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 1rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 1rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 1rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 1rem !important;
  }
  
  .m-3 {
    margin: 2rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 2rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 2rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 2rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 2rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.5rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.5rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.5rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.5rem !important;
  }
  
  .p-2 {
    padding: 1rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 1rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 1rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 1rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 1rem !important;
  }
  
  .p-3 {
    padding: 2rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 2rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 2rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 2rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 2rem !important;
  }
  
  .m-n1 {
    margin: -0.5rem !important;
  }
  
  .mt-n1,
  .my-n1 {
    margin-top: -0.5rem !important;
  }
  
  .mr-n1,
  .mx-n1 {
    margin-right: -0.5rem !important;
  }
  
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.5rem !important;
  }
  
  .ml-n1,
  .mx-n1 {
    margin-left: -0.5rem !important;
  }
  
  .m-n2 {
    margin: -1rem !important;
  }
  
  .mt-n2,
  .my-n2 {
    margin-top: -1rem !important;
  }
  
  .mr-n2,
  .mx-n2 {
    margin-right: -1rem !important;
  }
  
  .mb-n2,
  .my-n2 {
    margin-bottom: -1rem !important;
  }
  
  .ml-n2,
  .mx-n2 {
    margin-left: -1rem !important;
  }
  
  .m-n3 {
    margin: -2rem !important;
  }
  
  .mt-n3,
  .my-n3 {
    margin-top: -2rem !important;
  }
  
  .mr-n3,
  .mx-n3 {
    margin-right: -2rem !important;
  }
  
  .mb-n3,
  .my-n3 {
    margin-bottom: -2rem !important;
  }
  
  .ml-n3,
  .mx-n3 {
    margin-left: -2rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 480px) {
    .m-xs-0 {
      margin: 0 !important;
    }
  
    .mt-xs-0,
    .my-xs-0 {
      margin-top: 0 !important;
    }
  
    .mr-xs-0,
    .mx-xs-0 {
      margin-right: 0 !important;
    }
  
    .mb-xs-0,
    .my-xs-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-xs-0,
    .mx-xs-0 {
      margin-left: 0 !important;
    }
  
    .m-xs-1 {
      margin: 0.5rem !important;
    }
  
    .mt-xs-1,
    .my-xs-1 {
      margin-top: 0.5rem !important;
    }
  
    .mr-xs-1,
    .mx-xs-1 {
      margin-right: 0.5rem !important;
    }
  
    .mb-xs-1,
    .my-xs-1 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-xs-1,
    .mx-xs-1 {
      margin-left: 0.5rem !important;
    }
  
    .m-xs-2 {
      margin: 1rem !important;
    }
  
    .mt-xs-2,
    .my-xs-2 {
      margin-top: 1rem !important;
    }
  
    .mr-xs-2,
    .mx-xs-2 {
      margin-right: 1rem !important;
    }
  
    .mb-xs-2,
    .my-xs-2 {
      margin-bottom: 1rem !important;
    }
  
    .ml-xs-2,
    .mx-xs-2 {
      margin-left: 1rem !important;
    }
  
    .m-xs-3 {
      margin: 2rem !important;
    }
  
    .mt-xs-3,
    .my-xs-3 {
      margin-top: 2rem !important;
    }
  
    .mr-xs-3,
    .mx-xs-3 {
      margin-right: 2rem !important;
    }
  
    .mb-xs-3,
    .my-xs-3 {
      margin-bottom: 2rem !important;
    }
  
    .ml-xs-3,
    .mx-xs-3 {
      margin-left: 2rem !important;
    }
  
    .p-xs-0 {
      padding: 0 !important;
    }
  
    .pt-xs-0,
    .py-xs-0 {
      padding-top: 0 !important;
    }
  
    .pr-xs-0,
    .px-xs-0 {
      padding-right: 0 !important;
    }
  
    .pb-xs-0,
    .py-xs-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-xs-0,
    .px-xs-0 {
      padding-left: 0 !important;
    }
  
    .p-xs-1 {
      padding: 0.5rem !important;
    }
  
    .pt-xs-1,
    .py-xs-1 {
      padding-top: 0.5rem !important;
    }
  
    .pr-xs-1,
    .px-xs-1 {
      padding-right: 0.5rem !important;
    }
  
    .pb-xs-1,
    .py-xs-1 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-xs-1,
    .px-xs-1 {
      padding-left: 0.5rem !important;
    }
  
    .p-xs-2 {
      padding: 1rem !important;
    }
  
    .pt-xs-2,
    .py-xs-2 {
      padding-top: 1rem !important;
    }
  
    .pr-xs-2,
    .px-xs-2 {
      padding-right: 1rem !important;
    }
  
    .pb-xs-2,
    .py-xs-2 {
      padding-bottom: 1rem !important;
    }
  
    .pl-xs-2,
    .px-xs-2 {
      padding-left: 1rem !important;
    }
  
    .p-xs-3 {
      padding: 2rem !important;
    }
  
    .pt-xs-3,
    .py-xs-3 {
      padding-top: 2rem !important;
    }
  
    .pr-xs-3,
    .px-xs-3 {
      padding-right: 2rem !important;
    }
  
    .pb-xs-3,
    .py-xs-3 {
      padding-bottom: 2rem !important;
    }
  
    .pl-xs-3,
    .px-xs-3 {
      padding-left: 2rem !important;
    }
  
    .m-xs-n1 {
      margin: -0.5rem !important;
    }
  
    .mt-xs-n1,
    .my-xs-n1 {
      margin-top: -0.5rem !important;
    }
  
    .mr-xs-n1,
    .mx-xs-n1 {
      margin-right: -0.5rem !important;
    }
  
    .mb-xs-n1,
    .my-xs-n1 {
      margin-bottom: -0.5rem !important;
    }
  
    .ml-xs-n1,
    .mx-xs-n1 {
      margin-left: -0.5rem !important;
    }
  
    .m-xs-n2 {
      margin: -1rem !important;
    }
  
    .mt-xs-n2,
    .my-xs-n2 {
      margin-top: -1rem !important;
    }
  
    .mr-xs-n2,
    .mx-xs-n2 {
      margin-right: -1rem !important;
    }
  
    .mb-xs-n2,
    .my-xs-n2 {
      margin-bottom: -1rem !important;
    }
  
    .ml-xs-n2,
    .mx-xs-n2 {
      margin-left: -1rem !important;
    }
  
    .m-xs-n3 {
      margin: -2rem !important;
    }
  
    .mt-xs-n3,
    .my-xs-n3 {
      margin-top: -2rem !important;
    }
  
    .mr-xs-n3,
    .mx-xs-n3 {
      margin-right: -2rem !important;
    }
  
    .mb-xs-n3,
    .my-xs-n3 {
      margin-bottom: -2rem !important;
    }
  
    .ml-xs-n3,
    .mx-xs-n3 {
      margin-left: -2rem !important;
    }
  
    .m-xs-auto {
      margin: auto !important;
    }
  
    .mt-xs-auto,
    .my-xs-auto {
      margin-top: auto !important;
    }
  
    .mr-xs-auto,
    .mx-xs-auto {
      margin-right: auto !important;
    }
  
    .mb-xs-auto,
    .my-xs-auto {
      margin-bottom: auto !important;
    }
  
    .ml-xs-auto,
    .mx-xs-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
  
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
  
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
  
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
  
    .m-sm-1 {
      margin: 0.5rem !important;
    }
  
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.5rem !important;
    }
  
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.5rem !important;
    }
  
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.5rem !important;
    }
  
    .m-sm-2 {
      margin: 1rem !important;
    }
  
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 1rem !important;
    }
  
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 1rem !important;
    }
  
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 1rem !important;
    }
  
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 1rem !important;
    }
  
    .m-sm-3 {
      margin: 2rem !important;
    }
  
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 2rem !important;
    }
  
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 2rem !important;
    }
  
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 2rem !important;
    }
  
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 2rem !important;
    }
  
    .p-sm-0 {
      padding: 0 !important;
    }
  
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
  
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
  
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
  
    .p-sm-1 {
      padding: 0.5rem !important;
    }
  
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.5rem !important;
    }
  
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.5rem !important;
    }
  
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.5rem !important;
    }
  
    .p-sm-2 {
      padding: 1rem !important;
    }
  
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 1rem !important;
    }
  
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 1rem !important;
    }
  
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 1rem !important;
    }
  
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 1rem !important;
    }
  
    .p-sm-3 {
      padding: 2rem !important;
    }
  
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 2rem !important;
    }
  
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 2rem !important;
    }
  
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 2rem !important;
    }
  
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 2rem !important;
    }
  
    .m-sm-n1 {
      margin: -0.5rem !important;
    }
  
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.5rem !important;
    }
  
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.5rem !important;
    }
  
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.5rem !important;
    }
  
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.5rem !important;
    }
  
    .m-sm-n2 {
      margin: -1rem !important;
    }
  
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -1rem !important;
    }
  
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -1rem !important;
    }
  
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -1rem !important;
    }
  
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -1rem !important;
    }
  
    .m-sm-n3 {
      margin: -2rem !important;
    }
  
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -2rem !important;
    }
  
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -2rem !important;
    }
  
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -2rem !important;
    }
  
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -2rem !important;
    }
  
    .m-sm-auto {
      margin: auto !important;
    }
  
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
  
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
  
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
  
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
  
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
  
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
  
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
  
    .m-md-1 {
      margin: 0.5rem !important;
    }
  
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.5rem !important;
    }
  
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.5rem !important;
    }
  
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.5rem !important;
    }
  
    .m-md-2 {
      margin: 1rem !important;
    }
  
    .mt-md-2,
    .my-md-2 {
      margin-top: 1rem !important;
    }
  
    .mr-md-2,
    .mx-md-2 {
      margin-right: 1rem !important;
    }
  
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 1rem !important;
    }
  
    .ml-md-2,
    .mx-md-2 {
      margin-left: 1rem !important;
    }
  
    .m-md-3 {
      margin: 2rem !important;
    }
  
    .mt-md-3,
    .my-md-3 {
      margin-top: 2rem !important;
    }
  
    .mr-md-3,
    .mx-md-3 {
      margin-right: 2rem !important;
    }
  
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 2rem !important;
    }
  
    .ml-md-3,
    .mx-md-3 {
      margin-left: 2rem !important;
    }
  
    .p-md-0 {
      padding: 0 !important;
    }
  
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
  
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
  
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
  
    .p-md-1 {
      padding: 0.5rem !important;
    }
  
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.5rem !important;
    }
  
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.5rem !important;
    }
  
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.5rem !important;
    }
  
    .p-md-2 {
      padding: 1rem !important;
    }
  
    .pt-md-2,
    .py-md-2 {
      padding-top: 1rem !important;
    }
  
    .pr-md-2,
    .px-md-2 {
      padding-right: 1rem !important;
    }
  
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 1rem !important;
    }
  
    .pl-md-2,
    .px-md-2 {
      padding-left: 1rem !important;
    }
  
    .p-md-3 {
      padding: 2rem !important;
    }
  
    .pt-md-3,
    .py-md-3 {
      padding-top: 2rem !important;
    }
  
    .pr-md-3,
    .px-md-3 {
      padding-right: 2rem !important;
    }
  
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 2rem !important;
    }
  
    .pl-md-3,
    .px-md-3 {
      padding-left: 2rem !important;
    }
  
    .m-md-n1 {
      margin: -0.5rem !important;
    }
  
    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.5rem !important;
    }
  
    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.5rem !important;
    }
  
    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.5rem !important;
    }
  
    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.5rem !important;
    }
  
    .m-md-n2 {
      margin: -1rem !important;
    }
  
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -1rem !important;
    }
  
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -1rem !important;
    }
  
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -1rem !important;
    }
  
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -1rem !important;
    }
  
    .m-md-n3 {
      margin: -2rem !important;
    }
  
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -2rem !important;
    }
  
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -2rem !important;
    }
  
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -2rem !important;
    }
  
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -2rem !important;
    }
  
    .m-md-auto {
      margin: auto !important;
    }
  
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
  
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
  
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
  
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
  
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
  
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
  
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
  
    .m-lg-1 {
      margin: 0.5rem !important;
    }
  
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.5rem !important;
    }
  
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.5rem !important;
    }
  
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.5rem !important;
    }
  
    .m-lg-2 {
      margin: 1rem !important;
    }
  
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 1rem !important;
    }
  
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 1rem !important;
    }
  
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 1rem !important;
    }
  
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 1rem !important;
    }
  
    .m-lg-3 {
      margin: 2rem !important;
    }
  
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 2rem !important;
    }
  
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 2rem !important;
    }
  
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 2rem !important;
    }
  
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 2rem !important;
    }
  
    .p-lg-0 {
      padding: 0 !important;
    }
  
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
  
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
  
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
  
    .p-lg-1 {
      padding: 0.5rem !important;
    }
  
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.5rem !important;
    }
  
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.5rem !important;
    }
  
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.5rem !important;
    }
  
    .p-lg-2 {
      padding: 1rem !important;
    }
  
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 1rem !important;
    }
  
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 1rem !important;
    }
  
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 1rem !important;
    }
  
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 1rem !important;
    }
  
    .p-lg-3 {
      padding: 2rem !important;
    }
  
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 2rem !important;
    }
  
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 2rem !important;
    }
  
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 2rem !important;
    }
  
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 2rem !important;
    }
  
    .m-lg-n1 {
      margin: -0.5rem !important;
    }
  
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.5rem !important;
    }
  
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.5rem !important;
    }
  
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.5rem !important;
    }
  
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.5rem !important;
    }
  
    .m-lg-n2 {
      margin: -1rem !important;
    }
  
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -1rem !important;
    }
  
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -1rem !important;
    }
  
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -1rem !important;
    }
  
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -1rem !important;
    }
  
    .m-lg-n3 {
      margin: -2rem !important;
    }
  
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -2rem !important;
    }
  
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -2rem !important;
    }
  
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -2rem !important;
    }
  
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -2rem !important;
    }
  
    .m-lg-auto {
      margin: auto !important;
    }
  
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
  
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
  
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
  
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
  
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
  
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
  
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
  
    .m-xl-1 {
      margin: 0.5rem !important;
    }
  
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.5rem !important;
    }
  
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.5rem !important;
    }
  
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.5rem !important;
    }
  
    .m-xl-2 {
      margin: 1rem !important;
    }
  
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 1rem !important;
    }
  
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 1rem !important;
    }
  
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 1rem !important;
    }
  
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 1rem !important;
    }
  
    .m-xl-3 {
      margin: 2rem !important;
    }
  
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 2rem !important;
    }
  
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 2rem !important;
    }
  
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 2rem !important;
    }
  
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 2rem !important;
    }
  
    .p-xl-0 {
      padding: 0 !important;
    }
  
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
  
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
  
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
  
    .p-xl-1 {
      padding: 0.5rem !important;
    }
  
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.5rem !important;
    }
  
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.5rem !important;
    }
  
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.5rem !important;
    }
  
    .p-xl-2 {
      padding: 1rem !important;
    }
  
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 1rem !important;
    }
  
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 1rem !important;
    }
  
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 1rem !important;
    }
  
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 1rem !important;
    }
  
    .p-xl-3 {
      padding: 2rem !important;
    }
  
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 2rem !important;
    }
  
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 2rem !important;
    }
  
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 2rem !important;
    }
  
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 2rem !important;
    }
  
    .m-xl-n1 {
      margin: -0.5rem !important;
    }
  
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.5rem !important;
    }
  
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.5rem !important;
    }
  
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.5rem !important;
    }
  
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.5rem !important;
    }
  
    .m-xl-n2 {
      margin: -1rem !important;
    }
  
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -1rem !important;
    }
  
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -1rem !important;
    }
  
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -1rem !important;
    }
  
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -1rem !important;
    }
  
    .m-xl-n3 {
      margin: -2rem !important;
    }
  
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -2rem !important;
    }
  
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -2rem !important;
    }
  
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -2rem !important;
    }
  
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -2rem !important;
    }
  
    .m-xl-auto {
      margin: auto !important;
    }
  
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
  
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
  
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
  
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1600px) {
    .m-xxl-0 {
      margin: 0 !important;
    }
  
    .mt-xxl-0,
    .my-xxl-0 {
      margin-top: 0 !important;
    }
  
    .mr-xxl-0,
    .mx-xxl-0 {
      margin-right: 0 !important;
    }
  
    .mb-xxl-0,
    .my-xxl-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-xxl-0,
    .mx-xxl-0 {
      margin-left: 0 !important;
    }
  
    .m-xxl-1 {
      margin: 0.5rem !important;
    }
  
    .mt-xxl-1,
    .my-xxl-1 {
      margin-top: 0.5rem !important;
    }
  
    .mr-xxl-1,
    .mx-xxl-1 {
      margin-right: 0.5rem !important;
    }
  
    .mb-xxl-1,
    .my-xxl-1 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-xxl-1,
    .mx-xxl-1 {
      margin-left: 0.5rem !important;
    }
  
    .m-xxl-2 {
      margin: 1rem !important;
    }
  
    .mt-xxl-2,
    .my-xxl-2 {
      margin-top: 1rem !important;
    }
  
    .mr-xxl-2,
    .mx-xxl-2 {
      margin-right: 1rem !important;
    }
  
    .mb-xxl-2,
    .my-xxl-2 {
      margin-bottom: 1rem !important;
    }
  
    .ml-xxl-2,
    .mx-xxl-2 {
      margin-left: 1rem !important;
    }
  
    .m-xxl-3 {
      margin: 2rem !important;
    }
  
    .mt-xxl-3,
    .my-xxl-3 {
      margin-top: 2rem !important;
    }
  
    .mr-xxl-3,
    .mx-xxl-3 {
      margin-right: 2rem !important;
    }
  
    .mb-xxl-3,
    .my-xxl-3 {
      margin-bottom: 2rem !important;
    }
  
    .ml-xxl-3,
    .mx-xxl-3 {
      margin-left: 2rem !important;
    }
  
    .p-xxl-0 {
      padding: 0 !important;
    }
  
    .pt-xxl-0,
    .py-xxl-0 {
      padding-top: 0 !important;
    }
  
    .pr-xxl-0,
    .px-xxl-0 {
      padding-right: 0 !important;
    }
  
    .pb-xxl-0,
    .py-xxl-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-xxl-0,
    .px-xxl-0 {
      padding-left: 0 !important;
    }
  
    .p-xxl-1 {
      padding: 0.5rem !important;
    }
  
    .pt-xxl-1,
    .py-xxl-1 {
      padding-top: 0.5rem !important;
    }
  
    .pr-xxl-1,
    .px-xxl-1 {
      padding-right: 0.5rem !important;
    }
  
    .pb-xxl-1,
    .py-xxl-1 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-xxl-1,
    .px-xxl-1 {
      padding-left: 0.5rem !important;
    }
  
    .p-xxl-2 {
      padding: 1rem !important;
    }
  
    .pt-xxl-2,
    .py-xxl-2 {
      padding-top: 1rem !important;
    }
  
    .pr-xxl-2,
    .px-xxl-2 {
      padding-right: 1rem !important;
    }
  
    .pb-xxl-2,
    .py-xxl-2 {
      padding-bottom: 1rem !important;
    }
  
    .pl-xxl-2,
    .px-xxl-2 {
      padding-left: 1rem !important;
    }
  
    .p-xxl-3 {
      padding: 2rem !important;
    }
  
    .pt-xxl-3,
    .py-xxl-3 {
      padding-top: 2rem !important;
    }
  
    .pr-xxl-3,
    .px-xxl-3 {
      padding-right: 2rem !important;
    }
  
    .pb-xxl-3,
    .py-xxl-3 {
      padding-bottom: 2rem !important;
    }
  
    .pl-xxl-3,
    .px-xxl-3 {
      padding-left: 2rem !important;
    }
  
    .m-xxl-n1 {
      margin: -0.5rem !important;
    }
  
    .mt-xxl-n1,
    .my-xxl-n1 {
      margin-top: -0.5rem !important;
    }
  
    .mr-xxl-n1,
    .mx-xxl-n1 {
      margin-right: -0.5rem !important;
    }
  
    .mb-xxl-n1,
    .my-xxl-n1 {
      margin-bottom: -0.5rem !important;
    }
  
    .ml-xxl-n1,
    .mx-xxl-n1 {
      margin-left: -0.5rem !important;
    }
  
    .m-xxl-n2 {
      margin: -1rem !important;
    }
  
    .mt-xxl-n2,
    .my-xxl-n2 {
      margin-top: -1rem !important;
    }
  
    .mr-xxl-n2,
    .mx-xxl-n2 {
      margin-right: -1rem !important;
    }
  
    .mb-xxl-n2,
    .my-xxl-n2 {
      margin-bottom: -1rem !important;
    }
  
    .ml-xxl-n2,
    .mx-xxl-n2 {
      margin-left: -1rem !important;
    }
  
    .m-xxl-n3 {
      margin: -2rem !important;
    }
  
    .mt-xxl-n3,
    .my-xxl-n3 {
      margin-top: -2rem !important;
    }
  
    .mr-xxl-n3,
    .mx-xxl-n3 {
      margin-right: -2rem !important;
    }
  
    .mb-xxl-n3,
    .my-xxl-n3 {
      margin-bottom: -2rem !important;
    }
  
    .ml-xxl-n3,
    .mx-xxl-n3 {
      margin-left: -2rem !important;
    }
  
    .m-xxl-auto {
      margin: auto !important;
    }
  
    .mt-xxl-auto,
    .my-xxl-auto {
      margin-top: auto !important;
    }
  
    .mr-xxl-auto,
    .mx-xxl-auto {
      margin-right: auto !important;
    }
  
    .mb-xxl-auto,
    .my-xxl-auto {
      margin-bottom: auto !important;
    }
  
    .ml-xxl-auto,
    .mx-xxl-auto {
      margin-left: auto !important;
    }
  }
  .border {
    border: 1px solid #898989 !important;
  }
  
  .border-top {
    border-top: 1px solid #898989 !important;
  }
  
  .border-right {
    border-right: 1px solid #898989 !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid #898989 !important;
  }
  
  .border-left {
    border-left: 1px solid #898989 !important;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .border-top-0 {
    border-top: 0 !important;
  }
  
  .border-right-0 {
    border-right: 0 !important;
  }
  
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  
  .border-left-0 {
    border-left: 0 !important;
  }
  
  .border-black {
    border-color: #000 !important;
  }
  
  .border-white {
    border-color: #fff !important;
  }
  
  .border-gray {
    border-color: #5a5a5a !important;
  }
  
  .border-blue {
    border-color: #008ac5 !important;
  }
  
  .border-gold {
    border-color: #c08438 !important;
  }
  
  .border-white {
    border-color: #fff !important;
  }
  
  .rounded-sm {
    border-radius: 0.2rem !important;
  }
  
  .rounded {
    border-radius: 0.25rem !important;
  }
  
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-lg {
    border-radius: 0.3rem !important;
  }
  
  .rounded-circle {
    border-radius: 50% !important;
  }
  
  .rounded-pill {
    border-radius: 50rem !important;
  }
  
  .rounded-0 {
    border-radius: 0 !important;
  }
  
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  
  .text-justify {
    text-align: justify !important;
  }
  
  .text-wrap {
    white-space: normal !important;
  }
  
  .text-nowrap {
    white-space: nowrap !important;
  }
  
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  @media (min-width: 480px) {
    .text-xs-left {
      text-align: left !important;
    }
  
    .text-xs-right {
      text-align: right !important;
    }
  
    .text-xs-center {
      text-align: center !important;
    }
  }
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important;
    }
  
    .text-sm-right {
      text-align: right !important;
    }
  
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
  
    .text-md-right {
      text-align: right !important;
    }
  
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important;
    }
  
    .text-lg-right {
      text-align: right !important;
    }
  
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
  
    .text-xl-right {
      text-align: right !important;
    }
  
    .text-xl-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1600px) {
    .text-xxl-left {
      text-align: left !important;
    }
  
    .text-xxl-right {
      text-align: right !important;
    }
  
    .text-xxl-center {
      text-align: center !important;
    }
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  
  .text-uppercase {
    text-transform: uppercase !important;
  }
  
  .text-capitalize {
    text-transform: capitalize !important;
  }
  
  .font-weight-light {
    font-weight: 300 !important;
  }
  
  .font-weight-lighter {
    font-weight: lighter !important;
  }
  
  .font-weight-normal {
    font-weight: 400 !important;
  }
  
  .font-weight-bold {
    font-weight: 700 !important;
  }
  
  .font-weight-bolder {
    font-weight: bolder !important;
  }
  
  .font-italic {
    font-style: italic !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  .text-black {
    color: #000 !important;
  }
  
  a.text-black:hover, a.text-black:focus {
    color: black !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  a.text-white:hover, a.text-white:focus {
    color: #d9d9d9 !important;
  }
  
  .text-gray {
    color: #5a5a5a !important;
  }
  
  a.text-gray:hover, a.text-gray:focus {
    color: #343434 !important;
  }
  
  .text-blue {
    color: #008ac5 !important;
  }
  
  a.text-blue:hover, a.text-blue:focus {
    color: #005479 !important;
  }
  
  .text-gold {
    color: #c08438 !important;
  }
  
  a.text-gold:hover, a.text-gold:focus {
    color: #855b27 !important;
  }
  
  .text-body {
    color: #6b6b6b !important;
  }
  
  .text-muted {
    color: #909090 !important;
  }
  
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .text-decoration-none {
    text-decoration: none !important;
  }
  
  .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  
  .text-reset {
    color: inherit !important;
  }
  
  .float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .float-none {
    float: none !important;
  }
  
  @media (min-width: 480px) {
    .float-xs-left {
      float: left !important;
    }
  
    .float-xs-right {
      float: right !important;
    }
  
    .float-xs-none {
      float: none !important;
    }
  }
  @media (min-width: 576px) {
    .float-sm-left {
      float: left !important;
    }
  
    .float-sm-right {
      float: right !important;
    }
  
    .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
  
    .float-md-right {
      float: right !important;
    }
  
    .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 992px) {
    .float-lg-left {
      float: left !important;
    }
  
    .float-lg-right {
      float: right !important;
    }
  
    .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-left {
      float: left !important;
    }
  
    .float-xl-right {
      float: right !important;
    }
  
    .float-xl-none {
      float: none !important;
    }
  }
  @media (min-width: 1600px) {
    .float-xxl-left {
      float: left !important;
    }
  
    .float-xxl-right {
      float: right !important;
    }
  
    .float-xxl-none {
      float: none !important;
    }
  }
  /*!
   * Theme
   * -----------------------------------------------------------------------------------
   */
  html {
    font-size: 15px;
    letter-spacing: -0.02em;
  }
  @media (min-width: 1600px) {
    html {
      font-size: 20px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    html {
      font-size: 16px;
    }
  }
  
  body, .site {
    background-position: 50% 0;
  }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    body, .site {
      background-size: 3056px auto;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    body, .site {
      background-size: 2483px auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    body, .site {
      background-size: 1910px auto;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    body, .site {
      background-size: 1528px auto;
    }
  }
  @media (max-width: 575.98px) {
    body, .site {
      background-image: none !important;
    }
  }
  
  body {
    /*background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-repeat.jpg");
    background-repeat: repeat-y;*/
  }
  
  .site {
    width: 100%;
    min-width: 360px;
    overflow: hidden;
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page.jpg");
    background-repeat: no-repeat;
  }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.25rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h1, .h1 {
    font-size: 2.5em;
  }
  
  h2, .h2 {
    font-size: 2em;
  }
  
  h3, .h3 {
    font-size: 1.75em;
  }
  
  h4, .h4 {
    font-size: 1.5em;
  }
  
  h5, .h5 {
    font-size: 1.25em;
  }
  
  h6, .h6 {
    font-size: 1em;
  }
  
  ul {
    padding-left: 1.25em;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  
  .font-alt {
    font-family: "Myriad Pro Regular", sans-serif !important;
    font-weight: normal !important;
  }
  
  .font-alt-bold {
    font-family: "Myriad Pro Bold", sans-serif !important;
    font-weight: normal !important;
  }
  
  .table {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .table thead th {
    border-bottom-width: 1px;
  }
  
  .button {
    display: inline-block;
    padding: 0.6rem 0.75rem;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    color: #fff !important;
    background: #023b54;
    border-bottom: 1px solid #fff;
  }
  
  .clearfix::before, .clearfix::after {
    display: table;
    content: " ";
  }
  .clearfix::after {
    clear: both;
  }
  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 575px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 940px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1150px;
    }
  }
  @media (min-width: 1600px) {
    .container {
      max-width: 1430px;
    }
  }
  
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .outer-area {
    background: #e6f1f7;
  }
  .outer-area > .inner-area {
    background: #fff;
  }
  .outer-area,
  .outer-area > .inner-area {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 576px) {
    .outer-area {
      background: #e6f1f7;
      margin-left: -9.1428571429%;
      margin-right: -9.1428571429%;
      padding-left: 9.1428571429%;
      padding-right: 9.1428571429%;
      position: relative;
    }
    .outer-area::before, .outer-area::after {
      content: "";
      display: block;
      width: 1.8115942029%;
      position: absolute;
      top: 0;
      bottom: 0;
    }
    .outer-area::before {
      background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.4)));
      background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.4));
      background-repeat: no-repeat;
      right: 100%;
    }
    .outer-area::after {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(0, 0, 0, 0.15)), to(transparent));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.15) 60%, transparent);
      background-repeat: no-repeat;
      left: 100%;
    }
    .outer-area > .inner-area {
      background: #fff;
      margin-left: -7.1428571429%;
      margin-right: -7.1428571429%;
      padding-left: 7.1428571429%;
      padding-right: 7.1428571429%;
    }
  }
  
  .menu, .submenu {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  
  .menu a {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
  }
  
  .mobile-menu {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #fff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: visibility 0s .1s, -webkit-transform .2s .1s;
    transition: visibility 0s .1s, -webkit-transform .2s .1s;
    transition: transform .2s .1s, visibility 0s .1s;
    transition: transform .2s .1s, visibility 0s .1s, -webkit-transform .2s .1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  @media (min-width: 1200px) {
    .mobile-menu {
      position: static;
      width: auto;
      height: auto;
      visibility: visible !important;
      -webkit-backface-visibility: visible !important;
              backface-visibility: visible !important;
      -webkit-transform: translate3d(0, 0, 0) !important;
              transform: translate3d(0, 0, 0) !important;
      -webkit-transition: none;
      transition: none;
    }
  }
  .mobile-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 123%;
    background: #05426f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  @media (min-width: 1200px) {
    .mobile-menu::before {
      display: none;
    }
  }
  .mobile-menu.show {
    visibility: visible;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: visibility 0s, -webkit-transform .2s;
    transition: visibility 0s, -webkit-transform .2s;
    transition: transform .2s, visibility 0s;
    transition: transform .2s, visibility 0s, -webkit-transform .2s;
  }
  .mobile-menu-items {
    padding-left: 0;
    list-style: none;
    height: calc(100% - 60px);
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
  }
  @media (min-width: 1200px) {
    .mobile-menu-items {
      height: auto;
      overflow-y: unset;
      position: static;
    }
  }
  .mobile-menu-items a {
    padding: 1rem 15px;
    white-space: nowrap;
  }
  .mobile-menu-items > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .mobile-menu-items .submenu a::before {
    content: "\2013\00a0\00a0";
  }
  @media (min-width: 1200px) {
    .mobile-menu-items .submenu a::before {
      display: none;
    }
  }
  .mobile-menu-items .submenu li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .mobile-menu-active {
    overflow: hidden;
  }
  @media (min-width: 1200px) {
    .mobile-menu-active {
      overflow: auto;
      padding-right: 0 !important;
    }
  }
  .mobile-menu-button {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    text-decoration: none !important;
    background-color: transparent;
    border: 1px solid #0084bf;
    border-radius: 3px;
  }
  @media (min-width: 1200px) {
    .mobile-menu-button {
      display: none !important;
    }
  }
  .mobile-menu-button::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0;
    padding-top: 2rem;
    overflow: hidden;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%230084bf' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .mobile-menu-caption {
    height: 60px;
    padding-left: 15px;
    padding-right: 60px;
    font-size: 1.75rem;
    font-variant: small-caps;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  @media (min-width: 1200px) {
    .mobile-menu-caption {
      display: none !important;
    }
  }
  .mobile-menu-close {
    width: 60px;
    height: 0;
    padding-top: 60px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s 0s;
    transition: opacity .2s 0s;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mobile-menu-close::before {
    content: "\00d7";
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .show .mobile-menu-close {
    opacity: 0.5;
    -webkit-transition: opacity .2s .1s;
    transition: opacity .2s .1s;
  }
  @media (min-width: 1200px) {
    .mobile-menu-close {
      display: none !important;
    }
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Header
  /*-----------------------------------------------------------------------------------*/
  .site-header {
    background: #fff;
    min-height: 5rem;
  }
  .site-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .mobile-menu-button {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  
  .site-logo {
    margin: 1rem 0;
    margin-left: 0.75rem;
  }
  @media (min-width: 1200px) {
    .site-logo {
      margin-left: 0;
    }
  }
  .site-logo a {
    display: block;
    width: 12.25rem;
    height: 0;
    padding-top: 2.95rem;
    overflow: hidden;
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo.png");
    background-size: contain !important;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .site-logo a {
      background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo-2x.png");
      background-size: 245px 59px;
    }
  }
  
  @media (min-width: 1200px) {
    .site-menu {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;

        font-size: 1.25 rem;
    }
    .site-menu .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      font-size: inherit;
    }
    .site-menu .menu a {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 1rem;
    }
    .site-menu .menu li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      text-align: center;
      border: 0;
    }
    .site-menu .menu li + li:before {
      content: "";
      display: block;
      float: left;
      width: 1px;
      height: 100%;
      background: #008dc9;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(35%, #008dc9), color-stop(65%, #008dc9), to(transparent));
      background: linear-gradient(to bottom, transparent 0, #008dc9 35%, #008dc9 65%, transparent 100%);
    }
  }
  
  .book-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 5rem;
    margin-left: auto;
    margin-right: -15px;
    padding: 1rem 15px 1rem 3rem;
    font-family: "Myriad Pro Regular", sans-serif;
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #0090cc;
    background-image: -webkit-gradient(linear, left top, right top, from(#0090cc), color-stop(40%, #0090cc), to(#006ca6));
    background-image: linear-gradient(to right, #0090cc, #0090cc 40%, #006ca6);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }
  @media (min-width: 1200px) {
    .book-button {
      -webkit-box-ordinal-group: 100;
          -ms-flex-order: 99;
              order: 99;
    }
  }
  @media (min-width: 576px) {
    .book-button {
      margin-right: -9.1428571429%;
      padding-right: 9.1428571429%;
    }
  }
  @media (max-width: 479.98px) {
    .book-button {
      width: 5.75rem;
      padding-left: 2rem;
      background-image: none;
    }
  }
  .book-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: -2.5rem;
    border: 2.5rem solid transparent;
    border-right: 0;
    border-left: 1.1rem solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .book-button > * {
    display: block;
    white-space: nowrap;
  }
  .book-button strong {
    font-family: "Myriad Pro Bold", sans-serif;
    font-weight: normal;
    font-size: 2.25em;
  }
  @media (max-width: 479.98px) {
    .book-button strong {
      white-space: normal;
      font-size: 1rem;
      line-height: 1.2;
    }
  }
  .book-button span {
    line-height: 1.2;
  }
  @media (max-width: 479.98px) {
    .book-button span {
      display: none;
    }
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Content
  /*-----------------------------------------------------------------------------------*/
  .site-content {
    position: relative;
  }
  .site-content.with-menu .inner-area {
    padding-top: 2.5rem;
  }
  .site-content.with-menu .inner-area:first-child {
    padding-top: 5.6rem;
  }
  @media (min-width: 1200px) {
    .site-content.with-menu .inner-area:first-child {
      padding-top: 7.1rem;
    }
  }
  .site-content .content-section {
    margin-bottom: 2rem;
  }
  .site-content .content-section .caption {
    margin-bottom: 0.3em;
    font-size: calc(3rem + 2.5vw);
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    color: #008ac5;
  }
  @media (min-width: 992px) {
    .site-content .content-section .caption {
      font-size: 4.8rem;
    }
  }
  .site-content .content-section .caption.small {
    margin-bottom: 0.4em;
    font-size: calc(2rem + 2vw);
  }
  @media (min-width: 992px) {
    .site-content .content-section .caption.small {
      font-size: 3.6rem;
    }
  }
  .site-content .content-section .section-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #c08438;
  }
  .site-content .content-section .section-title.color-alt {
    color: #008ac5;
  }
  .site-content .content-section .block-title {
    margin: 0 -15px 2rem;
    padding: 0.3em 15px 0.1em;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #003663;
  }
  @media (min-width: 576px) {
    .site-content .content-section .block-title {
      margin-left: -7.1428571429%;
      margin-right: -7.1428571429%;
      padding-left: 7.1428571429%;
      padding-right: 7.1428571429%;
    }
  }
  @media (min-width: 992px) {
    .site-content .content-section .block-title {
      margin-bottom: 2.5rem;
    }
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Page Structure
  /*-----------------------------------------------------------------------------------*/
  .page-header {
    padding-bottom: 0.45rem;
    background: #fff;
    position: relative;
  }
  .page-header > .container {
    position: relative;
  }
  @media (min-width: 992px) {
    .page-header-sticky {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9;
    }
  }
  .page-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page-header-image {
    margin: 0 -86.4285714286%;
  }
  
  .page-title {
    margin-bottom: 0.5em;
    font-size: calc(3rem + 3vw);
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0.3rem 0.45rem rgba(0, 0, 0, 0.5);
  }
  @media (min-width: 1200px) {
    .page-title {
      font-size: 6.95rem;
    }
  }
  .page-title sup {
    font-size: 0.4em;
    font-weight: 600;
    top: -0.6em;
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Page Components
  /*-----------------------------------------------------------------------------------*/
  .header-blue {
    color: #fff;
    background: rgba(5, 66, 111, 0.9);
      position:relative;
      width:100%;
      z-index:100;
  }
  
  .header-white {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    z-index: 9;
  }
  
  .yellow-box {
    padding-top: 1.5rem;
    padding-bottom: 5.5rem;
    background: #fde4c3 url("https://d1eo5op8jqfxho.cloudfront.net/images/yellow-box-bg.jpg") 50% 0 repeat-x;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .yellow-box::before {
    content: "";
    display: block;
    width: 100%;
    border: 0 solid #bd7313;
    border-width: 0.15rem 0;
    position: absolute;
    top: 0.45rem;
    bottom: 0.45rem;
    z-index: -1;
  }
  
  .blue-box {
    padding-top: 2.5rem;
    padding-bottom: 3.25rem;
    color: #fff;
    background: #0084bf url("https://d1eo5op8jqfxho.cloudfront.net/images/blue-box-bg.jpg") 50% 0 repeat-x;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .blue-box::before {
    content: "";
    display: block;
    width: 100%;
    border: 0 solid #fff;
    border-width: 1px 0;
    position: absolute;
    top: 0.7rem;
    bottom: 0.7rem;
    z-index: -1;
  }
  
  .destination-title {
    margin: 0;
    padding: 1rem 0 0.5rem;
    font-weight: 600;
    font-variant: small-caps;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
  }
  .destination-title sup {
    top: -0.4em;
  }
  .destination-title .name {
    margin: 0;
    font-size: 2rem;
    font-weight: inherit;
    line-height: inherit;
  }
  .destination-title .brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin: 0 1.5rem 0.5rem;
    font-size: 1.6rem;
    color: #fbbc6d;
  }
  .destination-title .brand.current::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: auto;
    background: #008dc9;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(30%, #008dc9), color-stop(65%, #008dc9), color-stop(95%, transparent));
    background: linear-gradient(to right, transparent 0, #008dc9 30%, #008dc9 65%, transparent 95%);
  }
  .destination-title .brands {
    padding-left: 0;
    list-style: none;
    margin: 0 -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.3rem 0;
    letter-spacing: 0;
  }
  @media (min-width: 992px) {
    .contact-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  .contact-info ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-info .phone-numbers {
    line-height: 1.25;
  }
  .contact-info .phone-numbers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info .phone-numbers li + li::before {
    content: "\2022";
    padding: 0 0.5em;
  }
    @media (min-width: 992px) {
    .contact-info .phone-numbers li + li::before {
      content: "\2666";
      font-size: 0.5em;
      padding: 0 1em;
    }
  }
  .contact-info .social-media {
    margin-top: 0.5rem;
  }
  @media (min-width: 1200px) {
    .contact-info .social-media {
      margin-right: 11.4285714286%;
    }
  }
  @media (min-width: 992px) {
    .contact-info .social-media {
      margin-top: 0;
      margin-left: auto;
    }
  }
  .contact-info .social-media a {
    display: block;
    width: 1.4em;
    height: 1.4em;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none !important;
    color: #fff;
    background: #008bc7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media (min-width: 992px) {
    .contact-info .social-media a {
      font-size: 1rem;
    }
  }
  .contact-info .social-media li {
    margin-right: 0.5rem;
  }
  
  .brand-logo {
    margin: 1.5rem -15px 2.5rem;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 768px) {
    .brand-logo {
      margin-left: -3.5714285714%;
      margin-right: -3.5714285714%;
      background-size: contain;
    }
  }
  .brand-logo::before {
    content: "";
    display: block;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/brand-ribbon.png") 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 10.2941176471%;
    bottom: 10.2941176471%;
    z-index: -1;
  }
  @media (min-width: 576px) {
    .brand-logo::before {
      background-size: contain;
    }
  }
  .brand-logo > * {
    display: block;
    width: 11.05rem;
    height: 11.05rem;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
  }
  @media (min-width: 576px) {
    .brand-logo > * {
      width: 12.75rem;
      height: 12.75rem;
    }
  }
  @media (min-width: 1200px) {
    .brand-logo > * {
      width: 17rem;
      height: 17rem;
    }
  }
  .brand-logo > *::before {
    content: "";
    display: block;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -4.1176470588%;
    left: -4.1176470588%;
    bottom: -4.1176470588%;
    right: -4.1176470588%;
  }
  .brand-logo > *.aggressor-liveaboards::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-circle.png");
  }
  .brand-logo > *.aggressor-river-cruises::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-circle.png");
  }
  .brand-logo > *.aggressor-safari-lodge::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-safari-lodge-circle.png");
  }
  
  .brands-menu {
    letter-spacing: 0;
      width:100%;
  }
  @media (min-width: 768px) {
    .brands-menu > .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @media (min-width: 1200px) {
    .brands-menu > .menu {
      margin-left: 7.1428571429%;
      margin-right: 7.1428571429%;
    }
  }
  .brands-menu > .menu > li {
    position: relative;
  }
  @media (min-width: 768px) {
    .brands-menu > .menu > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3333333333%;
              flex: 1 0 33.3333333333%;
    }
  }
  .brands-menu > .menu > li > a {
    height: 2.5rem;
    position: relative;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  @media (min-width: 1200px) {
    .brands-menu > .menu > li > a {
      border: 2px solid transparent;
    }
  }
  .brands-menu > .menu > li > a::before, .brands-menu > .menu > li > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .brands-menu > .menu > li > a::before {
    height: 1.7rem;
    margin-top: -0.85rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
   /* -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);*/
  }
  .brands-menu > .menu > li > a::after {
    height: 1px;
    top: calc(50% + 1.15rem);
  }
  .brands-menu > .menu > li > a.aggressor-liveaboards::before, .brands-menu > .menu > li > a.aggressor-liveaboards::after {
    width: 13.9rem;
    margin-left: -6.95rem;
  }
  .brands-menu > .menu > li > a.aggressor-river-cruises::before, .brands-menu > .menu > li > a.aggressor-river-cruises::after {
    width: 12.35rem;
    margin-left: -6.175rem;
  }
  .brands-menu > .menu > li > a.aggressor-safari-lodge::before, .brands-menu > .menu > li > a.aggressor-safari-lodge::after {
    width: 15.25rem;
    margin-left: -7.625rem;
  }
  .brands-menu > .menu > li > a.aggressor-liveaboards::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-brand.png");
  }
  .fix-ie11 .brands-menu > .menu > li > a.aggressor-liveaboards::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-brand-white.png");
  }
  .brands-menu > .menu > li > a.aggressor-river-cruises::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-brand.png");
  }
  .fix-ie11 .brands-menu > .menu > li > a.aggressor-river-cruises::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-brand-white.png");
  }
  .brands-menu > .menu > li > a.aggressor-safari-lodge::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-safari-lodge-brand.png");
  }
  .fix-ie11 .brands-menu > .menu > li > a.aggressor-safari-lodge::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-safari-lodge-brand-white.png");
  }
  .brands-menu > .menu > li > button {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (min-width: 1200px) {
    .brands-menu > .menu > li > button {
      display: none !important;
    }
  }
  .brands-menu > .menu > li > .submenu {
    font-size: 1.2rem;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1;
  }
  @media (min-width: 1200px) {
    .brands-menu > .menu > li > .submenu {
      min-width: 100%;
      padding: 1.25em 1.75em;
      color: #0a3e65;
      background: #fff;
      border: 2px solid #c06e2a;
      position: absolute;
      left: 0;
      top: calc(100% - 2px);
      z-index: 999;
      opacity: 0;
      -webkit-transform: translateY(1rem) !important;
              transform: translateY(1rem) !important;
      visibility: hidden !important;
      -webkit-transition: .25s;
      transition: .25s;
    }
    .brands-menu > .menu > li > .submenu a {
      padding: 0.3em 0.75em 0.1em 0.25em;
      white-space: nowrap;
      -webkit-transition: .25s;
      transition: .25s;
    }
    .brands-menu > .menu > li > .submenu a:hover {
      background: rgba(0, 0, 0, 0.05);
    }
    .brands-menu > .menu > li > .submenu .menu-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .brands-menu > .menu > li > .submenu .menu-items > * {
      min-width: 14.25rem;
    }
  }
  .brands-menu > .menu > li > .submenu .submenu a::before {
    content: "";
  }
  .brands-menu > .menu > li > .submenu .browse-all {
    font-variant: normal;
    font-weight: 400;
    color: #fbbf74;
  }
  @media (min-width: 1200px) {
    .brands-menu > .menu > li > .submenu .browse-all {
      display: none !important;
    }
  }
  .brands-menu > .menu > li:last-child > .submenu {
    left: auto;
    right: 0;
  }
  @media (min-width: 1200px) {
    .brands-menu > .menu > li:hover > a {
      background: white;
      border-color: #c06e2a;
    }
    .brands-menu > .menu > li:hover > a::before {
      -webkit-filter: none;
              filter: none;
    }
    .brands-menu > .menu > li:hover > a::after {
      background: transparent !important;
    }
  }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .brands-menu > .menu > li:hover > a.aggressor-liveaboards::before {
      background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-brand.png") !important;
    }
    .brands-menu > .menu > li:hover > a.aggressor-river-cruises::before {
      background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-brand.png") !important;
    }
    .brands-menu > .menu > li:hover > a.aggressor-safari-lodge::before {
      background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-safari-lodge-brand.png") !important;
    }
  }
  
  @media (min-width: 1200px) {
    .brands-menu > .menu > li:hover > .submenu {
      opacity: 1;
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important;
      visibility: visible !important;
    }
  }
  .brands-menu > .menu > li.current > a::before {
    -webkit-filter: none;
            filter: none;
  }
  .brands-menu > .menu > li.current > a::after {
    background: #008dc9;
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(40%, #008dc9), color-stop(70%, #008dc9), color-stop(95%, transparent));
    background: linear-gradient(to right, transparent 15%, #008dc9 40%, #008dc9 70%, transparent 95%);
  }
  .brands-menu > .menu > li.current > a.aggressor-liveaboards::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-brand-gold.png");
  }
  .brands-menu > .menu > li.current > a.aggressor-river-cruises::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-brand-gold.png");
  }
  .brands-menu > .menu > li.current > a.aggressor-safari-lodge::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-safari-lodge-brand-gold.png");
  }
  
  .destination-menu {
    border-bottom: 2px solid #c06e2a;
  }
  .destination-menu .mobile-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8.5em;
    margin: 0.5rem auto;
    font-family: "Myriad Pro Regular", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .destination-menu .mobile-menu-button::before {
    display: none;
  }
  .destination-menu .mobile-menu-button::after {
    content: "\203A";
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    top: -0.1em;
    left: 0.2em;
  }
  @media (min-width: 1200px) {
    .destination-menu .mobile-menu .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: "Myriad Pro Regular", sans-serif;
      line-height: 1;
      letter-spacing: 0;
      overflow: visible;
    }
  }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .destination-menu .mobile-menu .menu {
      font-size: 1rem;
    }
  }
  @media (min-width: 1200px) {
    .destination-menu .mobile-menu .menu li {
      border: 0;
      position: relative;
    }
    .destination-menu .mobile-menu .menu li:hover > .submenu {
      opacity: 1;
      max-height: 10rem;
      visibility: visible;
    }
    .destination-menu .mobile-menu .menu li.current > a {
      font-family: "Myriad Pro Bold", sans-serif;
    }
    .destination-menu .mobile-menu .menu > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
    }
    .destination-menu .mobile-menu .menu > li:nth-child(odd) {
      color: #107ca5;
    }
    .destination-menu .mobile-menu .menu > li:nth-child(even) {
      color: #c08438;
    }
    .destination-menu .mobile-menu .menu > li + li::before {
      content: "";
      display: block;
      width: 1px;
      height: 2em;
      background: #303030;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(35%, #303030), color-stop(65%, #303030), to(transparent));
      background: linear-gradient(to bottom, transparent 0, #303030 35%, #303030 65%, transparent 100%);
      position: absolute;
      top: 1.1em;
      left: 0;
      z-index: -1;
    }
    .destination-menu .mobile-menu .menu > li > a {
      margin: 0 -1px;
      padding: 1.45em 0 1.25em;
      text-align: center;
      border: 2px solid transparent;
      border-bottom: 0;
      -webkit-transition: border 0.25s;
      transition: border 0.25s;
    }
    .destination-menu .mobile-menu .menu > li:hover > a {
      border-color: #c06e2a;
    }
    .destination-menu .mobile-menu .submenu {
      min-width: calc(100% + 2px);
      margin: 0 -1px;
      padding: 0.6em 0.5em 0.5em;
      border: 2px solid #c06e2a;
      color: #c08438;
      background: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      opacity: 0;
      max-height: 0;
      visibility: hidden;
      -webkit-transition: .25s;
      transition: .25s;
    }
    .destination-menu .mobile-menu .submenu a {
      padding: 0.2em 0.5em 0.1em;
      white-space: nowrap;
      -webkit-transition: .25s;
      transition: .25s;
    }
    .destination-menu .mobile-menu .submenu li {
      margin-bottom: 1px;
    }
    .destination-menu .mobile-menu .submenu li:hover > a {
      background: rgba(0, 0, 0, 0.05);
    }
  }
  .destination-menu .brand-name {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-variant: small-caps;
  }
  
  .editorial-block {
    margin-bottom: 3.75rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  @media (min-width: 992px) {
    .editorial-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
  }
  @media (min-width: 992px) {
    .editorial-block img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 61.8571428571%;
              flex: 0 0 61.8571428571%;
      max-width: 61.8571428571%;
    }
  }
  .editorial-block figcaption {
    padding: 0 1.25rem;
    position: relative;
    top: 0.75em;
  }
  @media (min-width: 992px) {
    .editorial-block figcaption {
      top: auto;
    }
  }
  .editorial-block figcaption.on-left {
    text-align: right;
    border-right: 1px solid #898989;
  }
  @media (min-width: 992px) {
    .editorial-block figcaption.on-left {
      margin-right: 3.75rem;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
    }
  }
  .editorial-block figcaption:not(.on-left) {
    border-left: 1px solid #898989;
  }
  @media (min-width: 992px) {
    .editorial-block figcaption:not(.on-left) {
      margin-left: 3.75rem;
    }
  }
  .editorial-block figcaption > * {
    margin: 0;
  }
  
  .lead-text {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #008ac5;
  }
  .lead-text .font-alt {
    line-height: 0;
  }
  
  .content-excerpt {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .content-excerpt .lead-text {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
  }
  
  .video-wrapper {
    margin-bottom: 1rem;
    height: 0;
    padding-top: 56.25%;
    background: #000;
    position: relative;
  }
  .video-wrapper > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .choose-adventure {
    max-width: 20rem;
    margin: 0 auto;
  }
  @media (min-width: 576px) {
    .choose-adventure {
      max-width: 41.5rem;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .choose-adventure {
      margin-left: -2.5rem;
      margin-right: -2.5rem;
    }
  }
  
  .choose-adventure .caption {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.04em;
    color: #008ac5;
    overflow: hidden;
    position: relative;
  }
  .choose-adventure .caption::before, .choose-adventure .caption::after {
    content: "";
    display: block;
    width: 2px;
    background: #008ac5;
    position: absolute;
    top: 60%;
    bottom: 0;
  }
  .choose-adventure .caption::before {
    left: 0;
  }
  .choose-adventure .caption::after {
    right: 0;
  }
  .choose-adventure .caption div {
    display: inline-block;
    position: relative;
  }
  .choose-adventure .caption div::before, .choose-adventure .caption div::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #008ac5;
    position: absolute;
    top: 60%;
  }
  @media (min-width: 576px) {
    .choose-adventure .caption div::before, .choose-adventure .caption div::after {
      margin: 0 0.2em;
    }
  }
  .choose-adventure .caption div::before {
    right: 100%;
  }
  .choose-adventure .caption div::after {
    left: 100%;
  }
  .choose-adventure .caption span {
    display: block;
  }
  @media (min-width: 576px) {
    .choose-adventure .caption span {
      display: inline-block;
    }
  }
  .choose-adventure .adventure-list {
    padding-left: 0;
    list-style: none;
    margin: 1.25rem 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 576px) {
    .choose-adventure .adventure-list::before {
      content: "";
      display: block;
      height: 8rem;
      margin: -4rem 0;
      background: url("https://d1eo5op8jqfxho.cloudfront.net/images/brand-ribbon.png") 50% 50% no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      z-index: -1;
    }
  }
  .choose-adventure .adventure-list a {
    display: block;
    width: 10.1rem;
    height: 0;
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
  }
  .choose-adventure .adventure-list a::before {
    content: "";
    display: block;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -3.9603960396%;
    left: -3.9603960396%;
    bottom: -3.9603960396%;
    right: -3.9603960396%;
  }
  .choose-adventure .adventure-list > li {
    margin: 0 0.85rem;
    position: relative;
    z-index: 1;
  }
  .choose-adventure .adventure-list > li + li {
    margin-top: 1.28rem;
  }
  @media (min-width: 576px) {
    .choose-adventure .adventure-list > li + li {
      margin-top: 0;
    }
  }
  .choose-adventure .adventure-list > li::before, .choose-adventure .adventure-list > li::after {
    content: "";
    display: block;
    width: 100%;
    height: 8rem;
    margin: -4rem 0;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/brand-ribbon.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    z-index: -1;
  }
  @media (min-width: 576px) {
    .choose-adventure .adventure-list > li::before, .choose-adventure .adventure-list > li::after {
      display: none;
    }
  }
  .choose-adventure .adventure-list > li::before {
    background-position: 0 50%;
    right: 50%;
  }
  .choose-adventure .adventure-list > li::after {
    background-position: 100% 50%;
    left: 50%;
  }
  .choose-adventure .adventure-list > li.aggressor-liveaboards a::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-circle.png");
  }
  .choose-adventure .adventure-list > li.aggressor-river-cruises a::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-circle.png");
  }
  .choose-adventure .adventure-list > li.aggressor-safari-lodge a::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-safari-lodge-circle.png");
  }
  
  .destination-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  @media (min-width: 768px) {
    .destination-list {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
    }
    .destination-list.small-list {
      margin-left: -1rem;
      margin-right: -1rem;
    }
  }
  .destination-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 0.9;
  }
  .small-list .destination-item {
    font-size: 1.2rem;
    max-width: 325px;
  }
  @media (min-width: 576px) {
    .destination-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (min-width: 768px) {
    .destination-item {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      font-size: 1.85rem;
    }
    .small-list .destination-item {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media (min-width: 992px) {
    .destination-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .small-list .destination-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
  }
  @media (min-width: 1200px) {
    .destination-item {
      font-size: 2.15rem;
    }
  }
  .destination-name {
    margin: 1.2rem 0 0.75rem;
    padding-bottom: 0.25rem;
    font-size: 1.25em;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 0.8;
    color: #008ac5;
    border-bottom: 1px solid #6b6b6b;
  }
  .small-list .destination-name {
    font-size: 1.33em;
    line-height: 1;
  }
  .destination-name span {
    display: inline-block;
  }
  .destination-name a:hover {
    text-decoration: none;
  }
  .destination-brands {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0.75em;
  }
  .destination-brands li {
    margin-top: 0.2em;
  }
  .destination-info {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    text-align: justify;
  }
  .destination-info p {
    margin-bottom: 0.5rem;
  }
  
  .stateroom-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
  .stateroom-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 445px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.4;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  }
  @media (min-width: 576px) {
    .stateroom-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (min-width: 992px) {
    .stateroom-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  }
  .stateroom-name {
    margin-top: 1.5rem;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
    color: #008ac5;
  }
  .stateroom-info {
    color: #000;
  }
  .stateroom-info .room-list {
    padding-left: 0;
    list-style: none;
    color: #3f3e3e;
  }
  .stateroom-info .room-list h5,
  .stateroom-info .room-list h6 {
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
  }
  .stateroom-info .room-list h5 {
    color: #c08438;
    margin: 0;
  }
  .stateroom-info .room-list h6 {
    margin-bottom: 0.1em;
  }
  .stateroom-info .room-list dl {
    margin-bottom: 0.5em;
  }
  .stateroom-info .room-list dl > * {
    font-weight: inherit;
    margin: 0;
  }
  .stateroom-info .room-list dl dt {
    float: left;
    clear: left;
    width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .stateroom-info .room-list dl dd {
    margin-left: 6em;
  }
  .stateroom-info .room-list dl dd + dd {
    margin-left: 0;
  }
  
  .image-slides img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .image-slides-prev, .image-slides-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.48em;
    height: 1.6em;
    margin: -0.8em 0;
    font-size: 1.5rem;
    text-decoration: none !important;
    color: #fff !important;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  @media (min-width: 992px) {
    .image-slides-prev, .image-slides-next {
      font-size: 2.5rem;
    }
  }
  .image-slides-prev:hover, .image-slides-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .image-slides-prev::before, .image-slides-next::before {
    margin-bottom: -5%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .image-slides-prev {
    left: 1.5rem;
  }
  .image-slides-prev::before {
    content: "\f053";
    margin-right: 5%;
  }
  .image-slides-next {
    right: 1.5rem;
  }
  .image-slides-next::before {
    content: "\f054";
    margin-left: 5%;
  }
  .image-slides .carousel-indicators {
    margin-bottom: 2.14em;
    font-size: 0.5rem;
  }
  @media (min-width: 992px) {
    .image-slides .carousel-indicators {
      font-size: 0.7rem;
    }
  }
  .image-slides .carousel-indicators > * {
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
    border: 0;
    border-radius: 50%;
  }
  
  .tab-block {
    margin-bottom: 1rem;
  }
  .tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
  }
  .tab-menu a {
    padding: 1rem 1rem 0.75rem;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
    position: relative;
  }
  .tab-menu a.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 1;
  }
  .tab-content {
    padding: 2rem 15px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 576px) {
    .tab-content {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  }
  
  .testimonial-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
  .testimonial-item {
    position: relative;
    width: 100%;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.67;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  }
  @media (min-width: 576px) {
    .testimonial-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (min-width: 992px) {
    .testimonial-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  }
  .testimonial-item time {
    font-size: 1.33em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    color: #008ac5;
  }
  .testimonial-item blockquote {
    position: relative;
  }
  .testimonial-item blockquote::before {
    content: "\201D";
    font-size: 5.6rem;
    line-height: 0;
    color: #c08438;
    position: absolute;
    top: 0;
    right: -1rem;
  }
  .testimonial-item blockquote > * {
    margin-bottom: 0.5em;
  }
  .testimonial-item cite {
    font-size: 1.17em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.43;
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Footer
  /*-----------------------------------------------------------------------------------*/
  .site-footer > .container {
    position: relative;
  }
  .site-footer .globe-icon {
    width: 8rem;
    height: 7rem;
    margin: -3.69rem -4rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
  }
  .site-footer .globe-icon::after {
    content: "";
    width: 6.6rem;
    height: 7.15rem;
    margin: -3.58rem -3.3rem;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/icon.png") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 47.5%;
    left: 50%;
  }
  .site-footer .globe-icon .diamond-ver {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .site-footer .globe-icon .diamond-ver::before, .site-footer .globe-icon .diamond-ver::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
  }
  .site-footer .globe-icon .diamond-ver::before {
    margin: 0 -1.5rem;
    border: 0 solid transparent;
    border-width: 4.5rem 1.5rem;
    border-bottom-color: #fff;
    border-top: 0;
    bottom: 0;
  }
  .site-footer .globe-icon .diamond-ver::after {
    margin: 0 -1.25rem;
    border: 0 solid transparent;
    border-width: 4.25rem 1.25rem;
    border-top-color: #fff;
    border-bottom: 0;
    top: 0;
  }
  .site-footer .globe-icon .diamond-hor {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .site-footer .globe-icon .diamond-hor::before, .site-footer .globe-icon .diamond-hor::after {
    content: "";
    width: 0;
    height: 0;
    margin: -1.07rem 0;
    border: 0 solid transparent;
    border-width: 1.25rem 5rem;
    position: absolute;
    top: 0;
  }
  .site-footer .globe-icon .diamond-hor::before {
    border-left-color: #fff;
    border-right: 0;
    left: 0;
  }
  .site-footer .globe-icon .diamond-hor::after {
    border-right-color: #fff;
    border-left: 0;
    right: 0;
  }
  .site-footer hr.line {
    margin: 0.5rem 0;
    height: 1px;
    background: transparent;
    border: 0;
    border-top: 1px dotted #000;
  }
  
  .footer-banner {
    margin: 2.5rem 0 2rem;
    padding: 1.5rem 0.25rem;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background: #c08438;
    border-left: 1.5rem solid #ae7430;
    border-right: 1.5rem solid #ae7430;
  }
  .footer-banner > * {
    margin: 0.2em 0 0;
    line-height: 1.1;
  }
  .footer-banner .lead {
    font-style: italic;
    font-size: 1.5em;
  }
  @media (min-width: 992px) {
    .footer-column {
      position: relative;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
    }
    .footer-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0;
    }
    .footer-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32.8571428571%;
              flex: 0 0 32.8571428571%;
      max-width: 32.8571428571%;
      padding-right: 6.4285714286%;
    }
    .footer-center {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 37.5%;
              flex: 0 0 37.5%;
      max-width: 37.5%;
      padding-left: 6.4285714286%;
      padding-right: 6.4285714286%;
      border-left: 1px solid #0084bf;
      border-right: 1px solid #0084bf;
    }
    .footer-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 29.6428571429%;
              flex: 0 0 29.6428571429%;
      max-width: 29.6428571429%;
      padding-left: 6.4285714286%;
    }
  }
  .footer-logo {
    width: 12.25rem;
    height: 0;
    margin: 0 0 0.5rem;
    padding-top: 2.95rem;
    overflow: hidden;
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo.png");
    background-size: contain !important;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer-logo {
      background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo-2x.png");
      background-size: 245px 59px;
    }
  }
  .footer-caption {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    color: #0084bf;
  }
  .footer-address ul {
    padding-left: 0;
    list-style: none;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .footer-address span {
    color: #0084bf;
  }
  .footer-images ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .footer-images ul > li {
    padding: 0.5rem 1rem;
  }
  @media (min-width: 992px) {
    .footer-images ul > li {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
    }
    .footer-images ul > li:nth-child(1) {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
    }
    .footer-images ul > li:nth-child(2) {
      -ms-flex-preferred-size: 43.1707317073%;
          flex-basis: 43.1707317073%;
      max-width: 43.1707317073%;
    }
    .footer-images ul > li:nth-child(3) {
      -ms-flex-preferred-size: 59.2682926829%;
          flex-basis: 59.2682926829%;
      max-width: 59.2682926829%;
    }
  }
  .footer-images img {
    max-width: 100%;
    height: auto;
  }
  .footer-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0.5rem;
    line-height: 1.1;
  }
  .footer-links ul > li {
    margin-top: 0.35em;
    padding-left: 0.7em;
  }
  .footer-links ul > li::before {
    content: "\2022";
    float: left;
    margin-left: -0.7em;
    color: #0084bf;
  }
  .footer-links a {
    color: #6b6b6b;
  }
  .footer-button {
    display: block;
    padding: 0.9rem 1.1rem;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none !important;
    color: #fff !important;
    background: #023b54;
    border-radius: 0.5rem;
  }
  .footer-newsletter {
    padding: 0.9rem 1.1rem;
    color: #fff;
    background: #008ac5;
    border-radius: 0.5rem;
  }
  .footer-newsletter button {
    width: 5.5rem;
    height: 2.25rem;
    padding: 0 0.75rem;
    color: #fff;
    background: #023b54;
    border: 1px solid #fff;
  }
  .footer-newsletter input {
    display: block;
    width: 100%;
    height: 2.25rem;
    margin: 0 0 0.5rem;
    padding: 0 0.75rem;
    border: 1px solid #b8b9b9;
    border-radius: 0.1rem;
    -webkit-box-shadow: inset 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  }
  .footer-newsletter input:focus {
    -webkit-box-shadow: inset 0.1rem 0.1rem rgba(0, 0, 0, 0.1), 0 0 0 0.15rem rgba(255, 255, 255, 0.2);
            box-shadow: inset 0.1rem 0.1rem rgba(0, 0, 0, 0.1), 0 0 0 0.15rem rgba(255, 255, 255, 0.2);
  }
  .footer-newsletter label {
    margin: 0 0 0.5rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .footer-newsletter label span {
    display: inline-block;
  }
  .footer-socials a {
    display: block;
    width: 1.4em;
    height: 1.4em;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none !important;
    color: #fff;
    background: #b5ab98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media (min-width: 992px) {
    .footer-socials a {
      font-size: 1rem;
    }
  }
  .footer-socials ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-socials ul > li {
    margin-right: 0.5rem;
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Aggressor Liveaboards
  /*-----------------------------------------------------------------------------------*/
  .page-aggressor-liveaboards .site {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-aggressor-liveaboards.jpg");
  }
  @media (min-width: 576px) {
    .page-aggressor-liveaboards .site-content .content-excerpt {
      position: relative;
      z-index: 1;
    }
    .page-aggressor-liveaboards .site-content .content-section {
      position: relative;
    }
    .page-aggressor-liveaboards .site-content .content-section > * {
      position: relative;
      z-index: 1;
    }
    .page-aggressor-liveaboards .site-content .content-section .sticky-image {
      width: 37.6428571429%;
      height: 0;
      margin-top: -11.7142857143%;
      margin-right: -5.7142857143%;
      padding-top: 38%;
      background: url("https://d1eo5op8jqfxho.cloudfront.net/images/side-jellyfish.png") 50% 50% no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      right: 100%;
      z-index: 0;
    }
  }
  .page-aggressor-liveaboards .liveaboards-bar {
    margin: 2.25rem -15px;
    padding: 0.7rem 0 0.3rem;
    text-align: center;
    color: #fff;
    background: #003663;
    position: relative;
    padding-left: calc(6.5rem + 15px);
  }
  @media (min-width: 576px) {
    .page-aggressor-liveaboards .liveaboards-bar {
      margin-left: -7.1428571429%;
      margin-right: -7.1428571429%;
      padding-left: calc(7.15rem + 7.1428571429%);
    }
  }
  @media (min-width: 768px) {
    .page-aggressor-liveaboards .liveaboards-bar {
      padding-right: calc(7.15rem + 7.1428571429%);
    }
  }
  .page-aggressor-liveaboards .liveaboards-bar .text {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1;
  }
  .page-aggressor-liveaboards .liveaboards-bar .text sup {
    font-size: 0.6em;
  }
  .page-aggressor-liveaboards .liveaboards-bar .logo {
    width: 6.5rem;
    height: 6.5rem;
    margin: -3.25rem 0;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25), 0 0 0.5rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25), 0 0 0.5rem rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 15px;
  }
  @media (min-width: 576px) {
    .page-aggressor-liveaboards .liveaboards-bar .logo {
      left: 7.1428571429%;
    }
  }
  .page-aggressor-liveaboards .liveaboards-bar .logo::before {
    content: "";
    display: block;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-circle.png") 50% 50% no-repeat;
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    top: -4.1176470588%;
    left: -4.1176470588%;
    bottom: -4.1176470588%;
    right: -4.1176470588%;
  }
  .page-aggressor-liveaboards .content-section {
    margin-bottom: 0;
    padding-top: 2.5rem;
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Aggressor River Cruises
  /*-----------------------------------------------------------------------------------*/
  .page-aggressor-river-cruise .site {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-aggressor-river-cruise.jpg");
  }
  @media (min-width: 576px) {
    .page-aggressor-river-cruise .site-content > .container .inner-area {
      position: relative;
    }
    .page-aggressor-river-cruise .site-content > .container .inner-area > * {
      position: relative;
      z-index: 1;
    }
    .page-aggressor-river-cruise .site-content > .container .inner-area .sticky-image {
      width: 41.5625%;
      height: 0;
      margin-top: -18.15%;
      margin-right: -7.5%;
      padding-top: 30.25%;
      background: url("https://d1eo5op8jqfxho.cloudfront.net/images/side-bird.png") 50% 50% no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 93.75%;
      z-index: 0;
    }
  }
  .page-aggressor-river-cruise .page-title {
    color: #91182f;
    text-shadow: 0 0 2.5rem rgba(255, 255, 255, 0.7), 0 0 1rem rgba(255, 255, 255, 0.7);
  }
  .page-aggressor-river-cruise .content-section.section-top {
    margin-bottom: 3.5rem;
  }
  .page-aggressor-river-cruise .content-section.section-bottom {
    padding-top: 2.5rem;
    margin-bottom: 1rem;
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Aggressor Safari Lodge
  /*-----------------------------------------------------------------------------------*/
  .page-aggressor-safari {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-repeat-yellow.jpg");
  }
  .page-aggressor-safari .site {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-aggressor-safari.jpg");
  }
  @media (min-width: 576px) {
    .page-aggressor-safari .site-content > .container .inner-area {
      position: relative;
    }
    .page-aggressor-safari .site-content > .container .inner-area > * {
      position: relative;
      z-index: 1;
    }
    .page-aggressor-safari .site-content > .container .inner-area .sticky-image {
      width: 48%;
      height: 0;
      margin-top: -25.575%;
      padding-top: 63.9375%;
      background: url("https://d1eo5op8jqfxho.cloudfront.net/images/side-tree-out.png") 100% 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 101.75%;
      z-index: 0;
    }
    .page-aggressor-safari .site-content > .container .inner-area .sticky-image::before {
      content: "";
      width: 24.7395833333%;
      height: 0;
      padding-top: 51.0416666667%;
      background: url("https://d1eo5op8jqfxho.cloudfront.net/images/side-tree-in.png") 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      margin-top: 47.1354166667%;
      top: 0;
      left: 100%;
    }
  }
  .page-aggressor-safari .page-title {
    color: #f9f1ab;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 10%;
  }
  .page-aggressor-safari .content-section.section-top {
    margin-bottom: 3.5rem;
  }
  .page-aggressor-safari .content-section.section-bottom {
    padding-top: 2.5rem;
    margin-bottom: 1rem;
  }
  @media (min-width: 1200px) {
    .page-aggressor-safari .destination-item {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
      max-width: 35%;
    }
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* - Overview
  /*-----------------------------------------------------------------------------------*/
  .page-overview .upper-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
  .page-overview .upper-blocks > * {
    margin: 0.25rem;
    position: relative;
    width: 100%;
  }
  @media (min-width: 992px) {
    .page-overview .upper-blocks > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.3333333333% - 0.5rem);
              flex: 0 0 calc(33.3333333333% - 0.5rem);
      max-width: calc(33.3333333333% - 0.5rem);
    }
  }
  .page-overview .upper-blocks .video-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0.5rem);
            flex: 0 0 calc(100% - 0.5rem);
    max-width: calc(100% - 0.5rem);
    height: 0;
    padding-top: 56.25%;
    background: black;
  }
  @media (min-width: 992px) {
    .page-overview .upper-blocks .video-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(66.6666666667% - 0.5rem);
              flex: 0 0 calc(66.6666666667% - 0.5rem);
      max-width: calc(66.6666666667% - 0.5rem);
      height: auto;
      padding-top: 0;
    }
  }
  .page-overview .upper-blocks .video-block > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-overview .upper-blocks .text-block {
    padding: 1.5rem;
    color: #fff;
    background: #156ba9;
  }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .page-overview .upper-blocks .text-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 0.5rem);
              flex: 0 0 calc(100% - 0.5rem);
      max-width: calc(100% - 0.5rem);
    }
  }
  
  @media (min-width: 992px) {
    .page-overview .upper-blocks .text-block {
      font-size: 0.8rem;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
    }
  }
  .page-overview .upper-blocks .text-block > *:last-child {
    margin-bottom: 0;
  }
  .page-overview .upper-blocks .text-block .large {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.2;
    color: #f0b66c;
  }
  .page-overview .upper-blocks .image-block {
    max-width: 365px;
  }
  .page-overview .upper-blocks .image-block img {
    max-width: 100%;
    height: auto;
  }
  .page-overview .upper-blocks .image-block .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .page-overview .upper-blocks .image-block .overlay ul {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .page-overview .upper-blocks .image-block a {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 1rem 0.5rem;
    text-align: center;
    text-decoration: none !important;
    color: inherit;
    background: rgba(0, 0, 0, 0.3);
  }
  .page-overview .upper-blocks .image-block a > * {
    margin: 0;
    line-height: 1.1;
  }
  .page-overview .upper-blocks .image-block a h4 {
    font-size: 1.6rem;
  }
  .page-overview .upper-blocks .image-block a p {
    font-size: 1.2rem;
  }
  .page-overview .intro-text {
    font-size: 1.6rem;
    line-height: 1.13;
  }
  @media (min-width: 992px) {
    .page-overview .intro-text {
      max-width: 80.9285714286%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .page-overview .weather-info {
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
  }
  .page-overview .weather-info > * {
    margin: 0;
  }
  .page-overview .weather-info .info {
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    font-size: 1.4rem;
    line-height: 1.1;
    border-bottom: 1px solid #898989;
  }
  .page-overview .weather-info .info big {
    display: inline-block;
    padding-left: 0.2em;
    font-size: 1.29em;
    color: #008ac5;
  }
  .page-overview .weather-info .note {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.3;
  }
  @media (min-width: 992px) {
    .page-overview #Komodo-National-Park figure {
      width: 66.1654135338%;
      margin-bottom: 0;
      margin-left: 2.5rem;
    }
  }
  @media (min-width: 1200px) {
    .page-overview #Komodo-National-Park figure img {
      max-width: 76.1363636364%;
    }
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* - Rates & Dates
  /*-----------------------------------------------------------------------------------*/
  .page-rates-dates .site-content .intro-text {
    margin-bottom: 2.25rem;
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: center;
  }
  .page-rates-dates .site-content .intro-text > * {
    display: inline-block;
    margin: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #898989;
  }
  @media (min-width: 992px) {
    .page-rates-dates .site-content .section-middle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .page-rates-dates .site-content .section-middle .col-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 69.6428571429%;
              flex: 0 0 69.6428571429%;
      max-width: 69.6428571429%;
    }
    .page-rates-dates .site-content .section-middle .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 23.5714285714%;
              flex: 0 0 23.5714285714%;
      max-width: 23.5714285714%;
    }
  }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .page-rates-dates .site-content .section-middle .col-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .page-rates-dates .site-content .section-middle .col-right .section-title {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
    }
    .page-rates-dates .site-content .section-middle .col-right .ad-banner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 1.5rem);
              flex: 0 0 calc(50% - 1.5rem);
      max-width: calc(50% - 1.5rem);
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .page-rates-dates .site-content .section-bottom {
      padding-bottom: 1.5rem;
    }
  }
  .page-rates-dates .site-content .ad-banner {
    max-width: 330px;
    margin: 1rem auto 1.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.13;
    text-align: center;
  }
  .page-rates-dates .site-content .ad-banner img {
    margin-bottom: 1rem;
  }
  .page-rates-dates .filter-table {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #000;
  }
  .page-rates-dates .filter-table li {
    margin-bottom: 0.25rem;
    margin-right: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-rates-dates .filter-table label {
    margin-right: 0.5em;
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .page-rates-dates .filter-table select {
    height: 1.85rem;
    padding: 0 0.5rem;
    border: 1px solid #898989;
  }
  .page-rates-dates .table-rates td,
  .page-rates-dates .table-rates th {
    border: 0 !important;
  }
  .page-rates-dates .table-rates tbody + tbody {
    border-color: #008ac5;
  }
  .page-rates-dates .table-rates tbody:last-of-type tr:last-child > * {
    border-bottom: 3px solid rgba(0, 138, 197, 0.1) !important;
  }
  .page-rates-dates .table-rates tbody tr:first-child > * {
    border-top: 0;
  }
  .page-rates-dates .table-rates tbody tr.odd > * {
    background: rgba(0, 138, 197, 0.1);
  }
  .page-rates-dates .table-rates tfoot td {
    padding-bottom: 0;
    font-size: 1rem;
    text-align: right;
  }
  .page-rates-dates .table-rates .col-year {
    width: 1.25rem;
    white-space: nowrap;
    padding: 0;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
    background: #008ac5 !important;
    border-right: 3px solid #fff !important;
  }
  .page-rates-dates .table-rates .col-year > * {
    display: block;
    width: 1.25rem;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 80% 70%;
            transform-origin: 80% 70%;
  }
  .page-rates-dates .table-schedule td:first-child,
  .page-rates-dates .table-schedule th:first-child {
    padding-left: 0;
  }
  .page-rates-dates .table-schedule td:last-child,
  .page-rates-dates .table-schedule th:last-child {
    padding-right: 0;
  }
  .page-rates-dates .table-schedule tbody {
    border-bottom: 1px solid #898989;
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* - Accommodations
  /*-----------------------------------------------------------------------------------*/
  .page-accommodations .image-slides {
    margin-top: -2.5rem;
    margin-bottom: 2rem;
    margin: -2.5rem -15px 2rem;
  }
  @media (min-width: 576px) {
    .page-accommodations .image-slides {
      margin-left: -9.1428571429%;
      margin-right: -9.1428571429%;
    }
  }
  .page-accommodations .image-slides img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .page-accommodations .image-slides-prev, .page-accommodations .image-slides-next {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .page-accommodations .content-section.section-top .col-right ul {
    list-style: none;
    padding-left: 1.5em;
  }
  .page-accommodations .content-section.section-top .col-right ul li::before {
    content: "\2022";
    float: left;
    margin-left: -0.7em;
    color: #0084bf;
    font-weight: 600;
  }
  @media (min-width: 992px) {
    .page-accommodations .content-section.section-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .page-accommodations .content-section.section-top .col-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      max-width: 70%;
      padding-right: 4.2857142857%;
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 3rem;
              column-gap: 3rem;
    }
    .page-accommodations .content-section.section-top .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 29.2857142857%;
              flex: 0 0 29.2857142857%;
      max-width: 29.2857142857%;
      padding-left: 4.2857142857%;
      line-height: 1.4;
      position: relative;
    }
    .page-accommodations .content-section.section-top .col-right::before {
      content: "";
      display: block;
      width: 1px;
      border-left: 1px solid #0084bf;
      position: absolute;
      left: 0;
      top: 0.25rem;
      bottom: 1.25rem;
    }
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* - Know Before You Go
  /*-----------------------------------------------------------------------------------*/
  @media (min-width: 1200px) {
    .page-know-before-you-go .content-section {
      width: 80.3571428571%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .page-know-before-you-go .content-section ul {
    padding-left: 0;
    list-style: none;
  }
  .page-know-before-you-go .content-section ul > li {
    padding-left: 0.7em;
  }
  .page-know-before-you-go .content-section ul > li::before {
    content: "\2013";
    float: left;
    margin-left: -0.7em;
  }
  .page-know-before-you-go .content-section figure img {
    max-width: 100%;
    height: auto;
  }
  @media (min-width: 768px) {
    .page-know-before-you-go .content-section figure.float-left {
      max-width: calc(62.2222222222% + 5rem);
      padding-right: 5rem;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .page-know-before-you-go .content-section figure.float-left {
      max-width: calc(50% + 2.5rem);
      padding-right: 2.5rem;
    }
  }
  @media (min-width: 768px) {
    .page-know-before-you-go .content-section figure.float-right {
      max-width: 62.2222222222%;
      padding-left: 5rem;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .page-know-before-you-go .content-section figure.float-right {
      max-width: 50%;
      padding-left: 2.5rem;
    }
  }
  
  @media (min-width: 1200px) {
    .page-know-before-you-go .content-section figure.float-left {
      margin-left: -12.2222222222%;
    }
    .page-know-before-you-go .content-section figure.float-right {
      margin-right: -12.2222222222%;
    }
  }
  .page-know-before-you-go .content-section hr.spacer {
    height: 1px;
    margin-bottom: 1rem;
    background: transparent;
    border: 0;
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* - Aggressor Travel
  /*-----------------------------------------------------------------------------------*/
  @media (min-width: 992px) {
    .page-aggressor-travel .intro-text {
      width: 69.4285714286%;
      margin-left: auto;
      margin-right: auto;
      letter-spacing: 0;
    }
  }
  .page-aggressor-travel .destination-list .destination-name {
    min-height: calc(2em + 0.25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  /*-----------------------------------------------------------------------------------*/
  /* Homepage
  /*-----------------------------------------------------------------------------------*/
  .page-homepage {
    background: #b8d9e8;
  }
  .page-homepage .site {
    background: transparent;
  }
  .page-homepage .site-header {
    background: #002451 url("https://d1eo5op8jqfxho.cloudfront.net/images/homepage-header-bg.jpg") 50% 0 no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 9;
  }
  .page-homepage .site-header > .container {
    display: block;
  }
  .page-homepage .header-home {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-homepage .header-home > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 576px) {
    .page-homepage .header-home {
      margin-left: -17.8571428571%;
      margin-right: -17.8571428571%;
    }
    .page-homepage .header-home > * {
      padding-left: 13.1578947368%;
      padding-right: 13.1578947368%;
    }
  }
  .page-homepage .header-home-top, .page-homepage .header-home-bottom {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .page-homepage .header-home-top::before, .page-homepage .header-home-bottom::before {
    content: "";
    display: block;
  }
  @media (min-width: 576px) {
    .page-homepage .header-home-top::before, .page-homepage .header-home-bottom::before {
      height: 0 !important;
    }
  }
  .page-homepage .header-home-top {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/0home-header-top.jpg");
    background-position: 50% 0;
  }
  .page-homepage .header-home-top::before {
    height: 114px;
  }
  @media (min-width: 576px) {
    .page-homepage .header-home-top::before {
      padding-top: 27.1428571429%;
    }
  }
  .page-homepage .header-home-bottom {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/0home-header-bottom.jpg");
    background-position: 50% 100%;
  }
  .page-homepage .header-home-bottom::before {
    height: 119px;
  }
  @media (min-width: 576px) {
    .page-homepage .header-home-bottom::before {
      padding-top: 28.2142857143%;
    }
  }
  .page-homepage .header-home-menu {
    margin: -0.5rem 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 768px) {
    .page-homepage .header-home-menu {
      margin: -1px 0;
    }
  }
  .page-homepage .header-home-menu::before, .page-homepage .header-home-menu::after {
    content: "";
    display: block;
    height: 1px;
    background: #e4b459;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page-homepage .header-home-menu::before {
    top: 0.35rem;
  }
  .page-homepage .header-home-menu::after {
    bottom: 0.35rem;
  }
  .page-homepage .header-home .logo {
    width: 212px;
    height: 0;
    margin: -27px -106px;
    padding-top: 53px;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo-large.png") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media (min-width: 576px) {
    .page-homepage .header-home .logo {
      width: 37.1052631579%;
      height: 0;
      margin: -4.6052631579% -18.5526315789%;
      padding-top: 9.2105263158%;
    }
  }
  .page-homepage .header-home .logo a {
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page-homepage .header-home .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  @media (min-width: 992px) {
    .page-homepage .header-home .menu-wrapper::before, .page-homepage .header-home .menu-wrapper::after {
      content: "";
      width: 100%;
      background: #0090cc;
      position: absolute;
      top: 0;
      bottom: 0;
    }
    .page-homepage .header-home .menu-wrapper::before {
      right: 95%;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .header-home .menu-wrapper::before {
      right: 100%;
    }
  }
  @media (min-width: 992px) {
    .page-homepage .header-home .menu-wrapper::after {
      left: 95%;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .header-home .menu-wrapper::after {
      left: 100%;
    }
  }
  
  .page-homepage .header-home .book-button {
    height: 4.2rem;
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }
  @media (min-width: 992px) {
    .page-homepage .header-home .book-button {
      -webkit-box-ordinal-group: inherit;
          -ms-flex-order: inherit;
              order: inherit;
      width: 16rem;
      height: 4.75rem;
      margin-left: 3px;
      margin-right: 3px;
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .page-homepage .header-home .book-button::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-top: -2.5rem;
      border: 2.5rem solid transparent;
      border-left: 0;
      border-right: 1.1rem solid #fff;
      position: absolute;
      top: 50%;
      right: 0;
    }
  }
  @media (max-width: 479.98px) {
    .page-homepage .header-home .book-button {
      width: 12.5rem;
      padding-right: 0;
      padding-left: 1.2rem;
    }
    .page-homepage .header-home .book-button strong {
      font-size: 2em;
      line-height: 1;
    }
    .page-homepage .header-home .book-button span {
      display: block;
    }
  }
  .page-homepage .header-home .desktop-menu {
    display: none;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(45% - 8rem);
    font-family: "Myriad Pro Regular", sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
  }
  @media (min-width: 992px) {
    .page-homepage .header-home .desktop-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #fff;
      position: relative;
      z-index: 1;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .header-home .desktop-menu {
      width: calc(50% - 8rem);
    }
  }
  @media (min-width: 992px) {
    .page-homepage .header-home .desktop-menu::before, .page-homepage .header-home .desktop-menu::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-top: -2.5rem;
      border: 2.5rem solid transparent;
      position: absolute;
      top: 50%;
      z-index: -1;
    }
    .page-homepage .header-home .desktop-menu::before {
      border-left: 0;
      border-right: 1.1rem solid #fff;
      right: 100%;
    }
    .page-homepage .header-home .desktop-menu::after {
      border-right: 0;
      border-left: 1.1rem solid #fff;
      left: 100%;
    }
  }
  .page-homepage .header-home .desktop-menu.menu-left {
    margin-left: auto;
  }
  .page-homepage .header-home .desktop-menu.menu-right {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    margin-right: auto;
  }
  .page-homepage .header-home .desktop-menu a {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0.85rem;
  }
  .page-homepage .header-home .desktop-menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: center;
    border: 0;
  }
  .page-homepage .header-home .desktop-menu li + li:before {
    content: "";
    display: block;
    float: left;
    width: 1px;
    height: 3rem;
    background: #008dc9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(35%, #008dc9), color-stop(65%, #008dc9), to(transparent));
    background: linear-gradient(to bottom, transparent 0, #008dc9 35%, #008dc9 65%, transparent 100%);
  }
  @media (min-width: 992px) {
    .page-homepage .header-home .mobile-menu {
      display: none;
    }
  }
  .page-homepage .header-home .mobile-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (min-width: 992px) {
    .page-homepage .header-home .mobile-menu-button {
      display: none;
    }
  }
  .page-homepage .header-home .mobile-menu-button span {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 0.5rem;
    font-family: "Myriad Pro Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .page-homepage .outer-area::before, .page-homepage .outer-area::after {
    display: none;
  }
  .page-homepage .yellow-box {
    background-images: url("https://d1eo5op8jqfxho.cloudfront.net/images/yellow-box-home-bg.jpg");
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page-homepage .upper-content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(#2674ae));
    background-image: linear-gradient(transparent, transparent 60%, #2674ae);
    background-repeat: no-repeat;
  }
  .page-homepage .upper-content .outer-area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(38, 116, 174, 0.9)));
    background-image: linear-gradient(transparent, transparent 60%, rgba(38, 116, 174, 0.9));
    background-repeat: no-repeat;
  }
  .page-homepage .choose-adventure {
    padding-top: 2rem;
  }
  @media (min-width: 576px) {
    .page-homepage .choose-adventure {
      max-width: none;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .page-homepage .choose-adventure {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
    }
  }
  @media (min-width: 576px) {
    .page-homepage .choose-adventure .caption {
      max-width: 41rem;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .page-homepage .choose-adventure .caption {
      max-width: 32.8rem;
    }
  }
  
  @media (min-width: 992px) {
    .page-homepage .choose-adventure .adventure-list::before {
      height: 13.5rem;
      margin: -6.75rem 0;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .choose-adventure .adventure-list::before {
      height: 10.8rem;
      margin: -5.4rem 0;
    }
  }
  @media (min-width: 992px) {
    .page-homepage .choose-adventure .adventure-list a {
      width: 17rem;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .choose-adventure .adventure-list a {
      width: 13.6rem;
    }
  }
  
  @media (min-width: 992px) {
    .page-homepage .choose-adventure .adventure-list > li {
      margin: 0 1.7rem;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .choose-adventure .adventure-list > li {
      margin: 0 1.36rem;
    }
  }
  
  .page-homepage .after-brands {
    margin: 1rem 0;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.025em;
  }
  .page-homepage .after-brands big {
    font-size: 1.2em;
    font-weight: 600;
    font-style: italic;
    color: #008ac5;
  }
  .page-homepage .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1.375rem;
    margin-left: -1.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-homepage .center-content > * {
    position: relative;
    width: 100%;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    max-width: 380px;
  }
  @media (min-width: 576px) {
    .page-homepage .center-content > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .page-homepage .center-content > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .page-homepage .center-content > * {
      padding-left: 0.917rem;
      padding-right: 0.917rem;
    }
  }
  
  .page-homepage .brand-overview {
    margin-top: 1rem;
    color: #000;
  }
  .page-homepage .brand-overview h3 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 600;
  }
  .page-homepage .brand-overview .more-link {
    display: inline-block;
    font-weight: 700;
  }
  .page-homepage .brand-overview .more-link::before {
    content: "\2026\00a0";
  }
  .page-homepage .lower-photo {
    background: #001839;
    position: relative;
  }
  .page-homepage .lower-photo::before {
    content: "";
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.25)), to(transparent));
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) 50%, transparent);
    background-repeat: no-repeat;
    height: 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  @media (min-width: 576px) {
    .page-homepage .lower-photo > .container {
      position: relative;
    }
    .page-homepage .lower-photo > .container:before, .page-homepage .lower-photo > .container:after {
      content: "";
      display: block;
      position: absolute;
      width: 1210px;
      width: 84.6153846154%;
      background-repeat: no-repeat;
      background-size: auto 100%;
      position: absolute;
      top: 0;
      bottom: 0;
    }
    .page-homepage .lower-photo > .container:before {
      background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/homepage-slide-l.jpg");
      background-position: 100% 50%;
      right: calc(100% - 15px);
    }
    .page-homepage .lower-photo > .container:after {
      background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/homepage-slide-r.jpg");
      background-position: 0 50%;
      left: calc(100% - 15px);
    }
  }
  .page-homepage .lower-photo .image-slides {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media (min-width: 576px) {
    .page-homepage .lower-photo .image-slides {
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .page-homepage .lower-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .page-homepage .lower-content .col-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 61.2857142857%;
              flex: 0 0 61.2857142857%;
      max-width: 61.2857142857%;
    }
    .page-homepage .lower-content .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35.7142857143%;
              flex: 0 0 35.7142857143%;
      max-width: 35.7142857143%;
    }
  }
  .page-homepage .lower-content .overlay {
    padding: 0.5em 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    z-index: 1;
  }
  @media (min-width: 768px) {
    .page-homepage .lower-content .overlay {
      left: 1.5rem;
      right: 1.5rem;
    }
  }
  .page-homepage .lower-content .overlay > * {
    margin: 0;
    line-height: 1;
  }
  .page-homepage .lower-content .overlay h4 {
    font-size: 1.33em;
    font-weight: 600;
  }
  .page-homepage .lower-content .video-gallery {
    margin-bottom: 2rem;
  }
  .page-homepage .lower-content .video-gallery a {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none !important;
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.2);
  }
  .page-homepage .lower-content .video-gallery a::before {
    content: "";
    display: block;
    height: 35%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0.85));
    background-repeat: no-repeat;
    opacity: 0.75;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
  }
  .page-homepage .lower-content .video-gallery a::after {
    content: "\f16a";
    display: block;
    width: 1em;
    height: 1em;
    margin: -0.5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 4.25rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .page-homepage .lower-content .video-gallery a:hover::after {
    color: red;
  }
  .page-homepage .lower-content .video-gallery img {
    max-width: 100%;
    height: auto;
  }
  .page-homepage .lower-content .video-gallery-caption {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
  }
  .page-homepage .lower-content .video-gallery-large {
    margin-bottom: 1rem;
  }
  @media (min-width: 576px) {
    .page-homepage .lower-content .video-gallery-large {
      margin-bottom: 1.5rem;
    }
  }
  .page-homepage .lower-content .video-gallery-large .overlay {
    padding: 0.65em 0 0.75em;
  }
  @media (min-width: 768px) {
    .page-homepage .lower-content .video-gallery-large .overlay {
      text-align: left;
      right: 40%;
    }
  }
  .page-homepage .lower-content .video-gallery-large .overlay p {
    font-weight: 400;
  }
  .page-homepage .lower-content .video-gallery-small {
    padding-left: 0;
    list-style: none;
  }
  @media (min-width: 576px) {
    .page-homepage .lower-content .video-gallery-small {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -0.5rem;
      margin-left: -0.5rem;
    }
  }
  .page-homepage .lower-content .video-gallery-small > li {
    max-width: 420px;
    margin: 0 auto 1rem;
  }
  @media (min-width: 576px) {
    .page-homepage .lower-content .video-gallery-small > li {
      position: relative;
      width: 100%;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
  .page-homepage .lower-content .facebook-feed {
    max-width: 500px;
    margin: 0 auto;
    padding: 0.4rem;
    background: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.2);
  }
  
  @media (max-width: 991px) {
    ::-webkit-scrollbar {
      display: none;
    }
  }
  
  
  
  #scroll {
      position: fixed;
      right: 10px;
      bottom: 10px;
      cursor: pointer;
      width: 50px;
      height: 50px;
      background-color: #C08438;
      text-indent: -9999px;
      display: none;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      border-radius: 60px;
      z-index: 99999;
  }
  
  
  #scroll span {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -8px;
      margin-top: -12px;
      height: 0;
      width: 0;
      border: 8px solid transparent;
      border-bottom-color: #fff
  }
  
  #scroll:hover {
      background-color: grey;
      opacity: 1;
      filter: "alpha(opacity=100)";
      -ms-filter: "alpha(opacity=100)"
  }
