@charset "UTF-8";
.novashare-button-icon, .novashare-button-label {
  background: #333;
  color: #fff;
  box-sizing: border-box;
}

.novashare-buttons {
  position: relative;
}

.novashare-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.novashare-button-block, .novashare-button-wrapper {
  display: inline-flex;
  align-items: center;
}

.novashare-columns.novashare-has-total-share-count-before .novashare-buttons-wrapper {
  margin-left: 50px;
}

.novashare-columns.novashare-has-total-share-count-after .novashare-buttons-wrapper {
  margin-right: 50px;
}

body a.novashare-button {
  display: inline-flex;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 10px 0;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  text-decoration: none;
  border: none;
}

.novashare-button * {
  pointer-events: none;
}

.novashare-button-wrapper {
  overflow: hidden;
  width: 100%;
}

.novashare-button:not(.novashare-hover-swap):hover .novashare-button-wrapper > span:not(.novashare-inverse) {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.1);
}

.novashare-button:not(.novashare-hover-swap):hover .novashare-button-wrapper > span.novashare-inverse {
  filter: brightness(0.9);
}

.novashare-button-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
}

.novashare-button-icon > * {
  height: 50%;
  margin: 0 auto;
}

.novashare-button-share-count {
  display: none;
  font-size: 12px;
  align-items: center;
}

.novashare-button.novashare-share-count:hover svg, .novashare-hide {
  display: none;
}

.novashare-button.novashare-share-count:hover .novashare-button-share-count {
  display: flex;
}

.novashare-button-label {
  height: 100%;
  flex-grow: 1;
  padding: 0 15px 0 0;
  overflow: hidden;
}

.novashare-button-label-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.novashare-button-icon.novashare-border + .novashare-button-label.novashare-inverse, .novashare-button-icon.novashare-inverse + .novashare-button-label:not(.novashare-inverse), .novashare-button-icon:not(.novashare-inverse) + .novashare-button-label.novashare-inverse {
  padding-left: 10px;
}

.novashare-button.twitter .novashare-button-block {
  background: #1da1f2;
}

.novashare-button.twitter .novashare-border {
  border-color: #1da1f2;
}

.novashare-button.twitter .novashare-inverse {
  color: #1da1f2;
}

.novashare-button.facebook .novashare-button-block {
  background: #3b5998;
}

.novashare-button.facebook .novashare-border {
  border-color: #3b5998;
}

.novashare-button.facebook .novashare-inverse {
  color: #3b5998;
}

.novashare-button.linkedin .novashare-button-block {
  background: #0077b5;
}

.novashare-button.linkedin .novashare-border {
  border-color: #0077b5;
}

.novashare-button.linkedin .novashare-inverse {
  color: #0077b5;
}

.novashare-button.pinterest .novashare-button-block {
  background: #c92228;
}

.novashare-button.pinterest .novashare-border {
  border-color: #c92228;
}

.novashare-button.pinterest .novashare-inverse {
  color: #c92228;
}

.novashare-button.buffer .novashare-button-block {
  background: #323b43;
}

.novashare-button.buffer .novashare-border {
  border-color: #323b43;
}

.novashare-button.buffer .novashare-inverse {
  color: #323b43;
}

.novashare-button.reddit .novashare-button-block {
  background: #ff4500;
}

.novashare-button.reddit .novashare-border {
  border-color: #ff4500;
}

.novashare-button.reddit .novashare-inverse {
  color: #ff4500;
}

.novashare-button.hackernews .novashare-button-block {
  background: #f0652f;
}

.novashare-button.hackernews .novashare-border {
  border-color: #f0652f;
}

.novashare-button.hackernews .novashare-inverse {
  color: #f0652f;
}

.novashare-button.pocket .novashare-button-block {
  background: #ef4056;
}

.novashare-button.pocket .novashare-border {
  border-color: #ef4056;
}

.novashare-button.pocket .novashare-inverse {
  color: #ef4056;
}

.novashare-button.whatsapp .novashare-button-block {
  background: #25d366;
}

.novashare-button.whatsapp .novashare-border {
  border-color: #25d366;
}

.novashare-button.whatsapp .novashare-inverse {
  color: #25d366;
}

.novashare-button.tumblr .novashare-button-block {
  background: #35465c;
}

.novashare-button.tumblr .novashare-border {
  border-color: #35465c;
}

.novashare-button.tumblr .novashare-inverse {
  color: #35465c;
}

.novashare-button.vkontakte .novashare-button-block {
  background: #45668e;
}

.novashare-button.vkontakte .novashare-border {
  border-color: #45668e;
}

.novashare-button.vkontakte .novashare-inverse {
  color: #45668e;
}

.novashare-button.xing .novashare-button-block {
  background: #026466;
}

.novashare-button.xing .novashare-border {
  border-color: #026466;
}

.novashare-button.xing .novashare-inverse {
  color: #026466;
}

.novashare-button.flipboard .novashare-button-block {
  background: #e12828;
}

.novashare-button.flipboard .novashare-border {
  border-color: #e12828;
}

.novashare-button.flipboard .novashare-inverse {
  color: #e12828;
}

.novashare-button.mix .novashare-button-block {
  background: #fd8235;
}

.novashare-button.mix .novashare-border {
  border-color: #fd8235;
}

.novashare-button.mix .novashare-inverse {
  color: #fd8235;
}

.novashare-button.yummly .novashare-button-block {
  background: #e16120;
}

.novashare-button.yummly .novashare-border {
  border-color: #e16120;
}

.novashare-button.yummly .novashare-inverse {
  color: #e16120;
}

.novashare-button.sms .novashare-button-block {
  background: #218aff;
}

.novashare-button.sms .novashare-border {
  border-color: #218aff;
}

.novashare-button.sms .novashare-inverse {
  color: #218aff;
}

.novashare-button.email .novashare-button-block {
  background: #319324;
}

.novashare-button.email .novashare-border {
  border-color: #319324;
}

.novashare-button.email .novashare-inverse {
  color: #319324;
}

.novashare-button.print .novashare-button-block {
  background: #d34836;
}

.novashare-button.print .novashare-border {
  border-color: #d34836;
}

.novashare-button.print .novashare-inverse {
  color: #d34836;
}

.novashare-button.\35 00px .novashare-button-block {
  background: #0099e5;
}

.novashare-button.\35 00px .novashare-border {
  border-color: #0099e5;
}

.novashare-button.\35 00px .novashare-inverse {
  color: #0099e5;
}

.novashare-button.angellist .novashare-button-block, .novashare-button.applemusic .novashare-button-block, .novashare-button.codepen .novashare-button-block, .novashare-button.digg .novashare-button-block, .novashare-button.steam .novashare-button-block, .novashare-button.tiktok .novashare-button-block {
  background: #000;
}

.novashare-button.angellist .novashare-border, .novashare-button.applemusic .novashare-border, .novashare-button.codepen .novashare-border, .novashare-button.digg .novashare-border, .novashare-button.steam .novashare-border, .novashare-button.tiktok .novashare-border {
  border-color: #000;
}

.novashare-button.angellist .novashare-inverse, .novashare-button.applemusic .novashare-inverse, .novashare-button.codepen .novashare-inverse, .novashare-button.digg .novashare-inverse, .novashare-button.steam .novashare-inverse, .novashare-button.tiktok .novashare-inverse {
  color: #000;
}

.novashare-button.bandcamp .novashare-button-block {
  background: #408294;
}

.novashare-button.bandcamp .novashare-border {
  border-color: #408294;
}

.novashare-button.bandcamp .novashare-inverse {
  color: #408294;
}

.novashare-button.behance .novashare-button-block {
  background: #1769ff;
}

.novashare-button.behance .novashare-border {
  border-color: #1769ff;
}

.novashare-button.behance .novashare-inverse {
  color: #1769ff;
}

.novashare-button.bitbucket .novashare-button-block {
  background: #0052cc;
}

.novashare-button.bitbucket .novashare-border {
  border-color: #0052cc;
}

.novashare-button.bitbucket .novashare-inverse {
  color: #0052cc;
}

.novashare-button.copy .novashare-button-block {
  background: #816b5b;
}

.novashare-button.copy .novashare-border {
  border-color: #816b5b;
}

.novashare-button.copy .novashare-inverse {
  color: #816b5b;
}

.novashare-button.deviantart .novashare-button-block {
  background: #05cc47;
}

.novashare-button.deviantart .novashare-border {
  border-color: #05cc47;
}

.novashare-button.deviantart .novashare-inverse {
  color: #05cc47;
}

.novashare-button.discord .novashare-button-block {
  background: #7289da;
}

.novashare-button.discord .novashare-border {
  border-color: #7289da;
}

.novashare-button.discord .novashare-inverse {
  color: #7289da;
}

.novashare-button.dribbble .novashare-button-block {
  background: #ea4c89;
}

.novashare-button.dribbble .novashare-border {
  border-color: #ea4c89;
}

.novashare-button.dribbble .novashare-inverse {
  color: #ea4c89;
}

.novashare-button.dropbox .novashare-button-block {
  background: #0061ff;
}

.novashare-button.dropbox .novashare-border {
  border-color: #0061ff;
}

.novashare-button.dropbox .novashare-inverse {
  color: #0061ff;
}

.novashare-button.flickr .novashare-button-block {
  background: #0063dc;
}

.novashare-button.flickr .novashare-border {
  border-color: #0063dc;
}

.novashare-button.flickr .novashare-inverse {
  color: #0063dc;
}

.novashare-button.foursquare .novashare-button-block {
  background: #f94877;
}

.novashare-button.foursquare .novashare-border {
  border-color: #f94877;
}

.novashare-button.foursquare .novashare-inverse {
  color: #f94877;
}

.novashare-button.github .novashare-button-block {
  background: #181717;
}

.novashare-button.github .novashare-border {
  border-color: #181717;
}

.novashare-button.github .novashare-inverse {
  color: #181717;
}

.novashare-button.goodreads .novashare-button-block {
  background: #553b08;
}

.novashare-button.goodreads .novashare-border {
  border-color: #553b08;
}

.novashare-button.goodreads .novashare-inverse {
  color: #553b08;
}

.novashare-button.houzz .novashare-button-block {
  background: #4dbc15;
}

.novashare-button.houzz .novashare-border {
  border-color: #4dbc15;
}

.novashare-button.houzz .novashare-inverse {
  color: #4dbc15;
}

.novashare-button.instagram .novashare-button-block {
  background: #e4405f;
}

.novashare-button.instagram .novashare-border {
  border-color: #e4405f;
}

.novashare-button.instagram .novashare-inverse {
  color: #e4405f;
}

.novashare-button.jsfiddle .novashare-button-block {
  background: #0084ff;
}

.novashare-button.jsfiddle .novashare-border {
  border-color: #0084ff;
}

.novashare-button.jsfiddle .novashare-inverse {
  color: #0084ff;
}

.novashare-button.lastfm .novashare-button-block {
  background: #d51007;
}

.novashare-button.lastfm .novashare-border {
  border-color: #d51007;
}

.novashare-button.lastfm .novashare-inverse {
  color: #d51007;
}

.novashare-button.line .novashare-button-block {
  background: #00b900;
}

.novashare-button.line .novashare-border {
  border-color: #00b900;
}

.novashare-button.line .novashare-inverse {
  color: #00b900;
}

.novashare-button.messenger .novashare-button-block {
  background: #0078ff;
}

.novashare-button.messenger .novashare-border {
  border-color: #0078ff;
}

.novashare-button.messenger .novashare-inverse {
  color: #0078ff;
}

.novashare-button.mixcloud .novashare-button-block {
  background: #314359;
}

.novashare-button.mixcloud .novashare-border {
  border-color: #314359;
}

.novashare-button.mixcloud .novashare-inverse {
  color: #314359;
}

.novashare-button.phone .novashare-button-block {
  background: #512da8;
}

.novashare-button.phone .novashare-border {
  border-color: #512da8;
}

.novashare-button.phone .novashare-inverse {
  color: #512da8;
}

.novashare-button.rss .novashare-button-block {
  background: orange;
}

.novashare-button.rss .novashare-border {
  border-color: orange;
}

.novashare-button.rss .novashare-inverse {
  color: orange;
}

.novashare-button.share .novashare-button-block {
  background: #2a2a2c;
}

.novashare-button.share .novashare-border {
  border-color: #2a2a2c;
}

.novashare-button.share .novashare-inverse {
  color: #2a2a2c;
}

.novashare-button.skype .novashare-button-block {
  background: #00aff0;
}

.novashare-button.skype .novashare-border {
  border-color: #00aff0;
}

.novashare-button.skype .novashare-inverse {
  color: #00aff0;
}

.novashare-button.snapchat .novashare-button-block {
  background: #fffc00;
}

.novashare-button.snapchat .novashare-border {
  border-color: #fffc00;
}

.novashare-button.snapchat .novashare-inverse {
  color: #fffc00;
}

.novashare-button.soundcloud .novashare-button-block {
  background: #f30;
}

.novashare-button.soundcloud .novashare-border {
  border-color: #f30;
}

.novashare-button.soundcloud .novashare-inverse {
  color: #f30;
}

.novashare-button.spotify .novashare-button-block {
  background: #1ed760;
}

.novashare-button.spotify .novashare-border {
  border-color: #1ed760;
}

.novashare-button.spotify .novashare-inverse {
  color: #1ed760;
}

.novashare-button.stackoverflow .novashare-button-block {
  background: #fe7a16;
}

.novashare-button.stackoverflow .novashare-border {
  border-color: #fe7a16;
}

.novashare-button.stackoverflow .novashare-inverse {
  color: #fe7a16;
}

.novashare-button.subscribe .novashare-button-block {
  background: #7a5189;
}

.novashare-button.subscribe .novashare-border {
  border-color: #7a5189;
}

.novashare-button.subscribe .novashare-inverse {
  color: #7a5189;
}

.novashare-button.telegram .novashare-button-block {
  background: #2ca5e0;
}

.novashare-button.telegram .novashare-border {
  border-color: #2ca5e0;
}

.novashare-button.telegram .novashare-inverse {
  color: #2ca5e0;
}

.novashare-button.tripadvisor .novashare-button-block {
  background: #34e0a1;
}

.novashare-button.tripadvisor .novashare-border {
  border-color: #34e0a1;
}

.novashare-button.tripadvisor .novashare-inverse {
  color: #34e0a1;
}

.novashare-button.vimeo .novashare-button-block {
  background: #1ab7ea;
}

.novashare-button.vimeo .novashare-border {
  border-color: #1ab7ea;
}

.novashare-button.vimeo .novashare-inverse {
  color: #1ab7ea;
}

.novashare-button.wordpress .novashare-button-block {
  background: #21759b;
}

.novashare-button.wordpress .novashare-border {
  border-color: #21759b;
}

.novashare-button.wordpress .novashare-inverse {
  color: #21759b;
}

.novashare-button.yelp .novashare-button-block {
  background: #d32323;
}

.novashare-button.yelp .novashare-border {
  border-color: #d32323;
}

.novashare-button.yelp .novashare-inverse {
  color: #d32323;
}

.novashare-button.youtube .novashare-button-block {
  background: red;
}

.novashare-button.youtube .novashare-border {
  border-color: red;
}

.novashare-button.youtube .novashare-inverse {
  color: red;
}

.novashare-border {
  border-width: 2px;
  border-style: solid;
}

body .novashare-button .novashare-button-block.novashare-inverse, body .novashare-button:hover .novashare-button-block.novashare-inverse, body a.novashare-button.novashare-hover-swap .novashare-button-block.novashare-button-wrapper {
  background: 0 0;
}

.novashare-1-col .novashare-buttons-wrapper > a {
  flex-basis: 100%;
  margin-right: 0;
}

.novashare-2-col .novashare-buttons-wrapper > a {
  flex-basis: calc(50% - 5px);
}

.novashare-2-col .novashare-buttons-wrapper > a:nth-of-type(2n), .novashare-3-col .novashare-buttons-wrapper > a:nth-of-type(3n), .novashare-4-col .novashare-buttons-wrapper > a:nth-of-type(4n), .novashare-5-col .novashare-buttons-wrapper > a:nth-of-type(5n), .novashare-6-col .novashare-buttons-wrapper > a:nth-of-type(6n) {
  margin-right: 0;
}

.novashare-3-col .novashare-buttons-wrapper > a {
  flex-basis: calc(33.333333% - 6.666666px);
}

.novashare-4-col .novashare-buttons-wrapper > a {
  flex-basis: calc(25% - 7.5px);
}

.novashare-5-col .novashare-buttons-wrapper > a {
  flex-basis: calc(20% - 8px);
}

.novashare-6-col .novashare-buttons-wrapper > a {
  flex-basis: calc(16.666666% - 8.333333px);
}

.novashare-columns.small.novashare-has-total-share-count-before .novashare-buttons-wrapper {
  margin-left: 40px;
}

.novashare-columns.small.novashare-has-total-share-count-after .novashare-buttons-wrapper {
  margin-right: 40px;
}

.novashare-columns.large.novashare-has-total-share-count-before .novashare-buttons-wrapper {
  margin-left: 60px;
}

.novashare-columns.large.novashare-has-total-share-count-after .novashare-buttons-wrapper {
  margin-right: 60px;
}

.novashare-buttons.small .novashare-button {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.novashare-buttons.small .novashare-button-icon {
  height: 30px;
  width: 30px;
  min-width: 30px;
}

.novashare-buttons.small .novashare-button-share-count {
  font-size: 10px;
}

.novashare-buttons.large .novashare-button {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.novashare-buttons.large .novashare-button-icon {
  height: 50px;
  width: 50px;
  min-width: 50px;
}

.novashare-buttons.large .novashare-button-share-count {
  font-size: 16px;
}

.novashare-rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.novashare-rounded .novashare-button-label {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0 5px 5px 0;
}

.novashare-circular {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.novashare-circular .novashare-button-label {
  border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0 50px 50px 0;
}

.novashare-align-right {
  justify-content: flex-end;
}

.novashare-align-right .novashare-button {
  margin: 0 0 10px 10px;
}

.novashare-align-center {
  justify-content: center;
}

.novashare-align-center .novashare-button {
  margin-left: 5px;
  margin-right: 5px;
}

.novashare-total-share-count {
  font-size: 15px;
  line-height: normal;
  text-align: center;
  display: inline-table;
  height: 40px;
  width: 40px;
  margin: 0 0 10px;
}

.novashare-total-share-count-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.novashare-total-share-count-amount {
  font-weight: 700;
}

.novashare-total-share-count-text {
  font-size: 8px;
  line-height: 11px;
}

.novashare-columns .novashare-total-share-count {
  position: absolute;
  right: 0;
  margin: 0 !important;
}

.novashare-columns.novashare-has-total-share-count-before .novashare-total-share-count {
  right: unset;
  left: 0;
}

.novashare-buttons.small .novashare-total-share-count {
  height: 30px;
  width: 30px;
  font-size: 13px;
}

.novashare-buttons.small .novashare-total-share-count-text {
  font-size: 7px;
  line-height: 10px;
}

.novashare-buttons.large .novashare-total-share-count {
  height: 50px;
  width: 50px;
  font-size: 19px;
}

.novashare-buttons.large .novashare-total-share-count-text {
  font-size: 9px;
  line-height: 12px;
}

.novashare-inline {
  margin-bottom: 10px;
}

.novashare-inline-below {
  margin-top: 20px;
}

.novashare-inline-cta {
  margin-bottom: 10px;
  font-size: 20px;
}

.novashare-floating {
  position: fixed;
  top: 25%;
  left: 5px;
  z-index: 999;
  height: 75%;
}

.novashare-floating .novashare-buttons-wrapper {
  flex-direction: column;
  height: 100%;
}

@media print {
  .novashare-no-print, .novashare-no-print * {
    display: none !important;
  }
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --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 {
  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: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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;
  -webkit-text-decoration-skip-ink: none;
          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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  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;
  padding-bottom: 0.75rem;
  color: #6c757d;
  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] {
  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: 0.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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.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: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #dee2e6;
}

.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: 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;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  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 {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  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: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !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;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 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.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
.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: 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;
  }
}
.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-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
}

.popup-inner {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 95%;
}

.popup-inner img {
  max-width: 100%;
}

.popup-close {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -10px;
  background: url("../images/close.png") no-repeat;
  width: 23px;
  height: 22px;
  cursor: pointer;
}

.page-not-found {
  text-align: center;
  padding: 150px 0;
}

/*Exit Intent*/
#bio_ep_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10001;
}

#bio_ep {
  display: none;
  position: fixed;
  max-width: 95%;
  left: 50%;
  top: 50%;
  transform: translateX(-50.1%) translateY(-50.1%);
  z-index: 10002;
}

#bio_ep_close {
  position: absolute;
  left: 100%;
  margin: -8px 0 0 -12px;
  background: url("../images/close.png") no-repeat;
  width: 23px;
  height: 22px;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 999;
}

#bio_ep_thanks {
  z-index: 10002;
  display: none;
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#bio_ep_thanks h1 {
  color: #fff;
}

/************************* GDPR *************************/
#gdprBanner {
  width: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  font-family: "Proxima Nova", "Arial", "san-serif";
}

#gdprBanner .inner {
  width: 95%;
  max-width: 880px;
  margin: 0 auto;
}

#gdprBanner .inner .title {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 5px;
  color: #fff;
}

#gdprBanner .inner p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  color: #fff;
}

#gdprBanner .inner p a {
  color: #fff;
  font-weight: bold;
}

#gdprBanner button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  float: right;
  margin: 20px 0 0 20px;
}

#gdprBanner button:hover {
  background-color: #fff;
  color: #000;
}

.gdpr input[type=checkbox] {
  float: left;
  margin: 4px 10px 0 0;
}

/************************* POPIN BOX *************************/
#content-popin {
  position: fixed;
  max-width: 100%;
  z-index: 9999;
  bottom: 0px;
}

.left-position-popin {
  left: -38px;
}

.right-position-popin {
  right: -38px;
}

.box-content-popin {
  position: fixed;
  transition: all 0.75s ease-in-out;
  bottom: 0px;
}

.box-content-popin > p {
  margin-bottom: 0;
}

.left-position-popin .box-content-popin {
  left: -98%;
}

.left-position-popin .box-content-popin.open {
  left: 38px;
}

#home .left-position-popin .box-content-popin {
  left: 38px;
}

.right-position-popin .box-content-popin {
  right: -98%;
}

.right-position-popin .box-content-popin.open {
  right: 38px;
}

#home .right-position-popin .box-content-popin {
  right: 38px;
}

#home .hide-left-popin .box-content-popin, .hide-left-popin .box-content-popin {
  left: -98%;
}

#home .hide-right-popin .box-content-popin, .hide-right-popin .box-content-popin {
  right: -98%;
}

.autoclose .hide-left-popin .box-content-popin {
  left: -98%;
}

.autoclose .hide-right-popin .box-content-popin {
  right: -98%;
}

/****** arrow ******/
#content-popin .box-arrow-popin {
  width: 40px;
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  min-height: 270px;
  max-height: 100%;
  position: fixed;
}

.box-arrow-popin .arrow {
  /*
      -webkit-mask: url(../images/arrow.svg);
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      background-color: #000;
  */
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  transition: all 0.95s ease-in-out;
}

.box-arrow-popin .arrow svg {
  max-width: 100%;
  max-height: 100%;
}

/* position of arrow */
.left-position-popin .box-arrow-popin {
  left: 0px;
}

.right-position-popin .box-arrow-popin {
  right: 0px;
}

.right-position-popin .box-arrow-popin .arrow {
  transform: rotate(0deg);
}

#home .right-position-popin .box-arrow-popin .arrow, .right-position-popin .box-arrow-popin .arrow.open {
  transform: rotate(180deg);
}

#home .hide-left-popin .box-arrow-popin .arrow, .hide-left-popin .box-arrow-popin .arrow {
  transform: rotate(0deg);
}

#home .hide-left-popin .box-arrow-popin .arrow, .hide-left-popin .box-arrow-popin .arrow.open {
  transform: rotate(180deg);
}

#home .hide-right-popin .box-arrow-popin .arrow, .hide-right-popin .box-arrow-popin .arrow {
  transform: rotate(0deg);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000000;
  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;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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] {
  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: 0.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-cancel-button,
[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;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (max-width: 991.98px) {
  * {
    box-sizing: border-box;
  }
  *:focus {
    outline: 0 !important;
  }
  body {
    font-family: "Jost-Regular", "sans-serif";
    font-size: 13px;
    color: #0f1f28;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  a, input, button {
    transition: all 0.3s ease-in-out;
  }
  body.brand-site a, body.brand-site input, body.brand-site button {
    color: #37364b;
  }
  body.sans-souci a, body.sans-souci input, body.sans-souci button {
    color: #37364b;
  }
  body.swept-away a, body.swept-away input, body.swept-away button {
    color: #37364b;
  }
  body.negril a, body.negril input, body.negril button {
    color: #37364b;
  }
  body.tower-isle a, body.tower-isle input, body.tower-isle button {
    color: #37364b;
  }
  a:hover, a:focus {
    text-decoration: none;
    color: #37364b;
  }
  input:hover, input:focus {
    text-decoration: none;
    color: #37364b;
  }
  button:hover, button:focus {
    text-decoration: none;
    color: #37364b;
  }
  .btn {
    background: rgba(255, 255, 255, 0);
    border: 1px solid;
    position: relative;
    display: inline-block;
    padding: 12px 50px;
    font-size: 15.27px;
    line-height: 15.27px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    color: #37364b;
    z-index: 0;
    font-family: "Jost-Bold", "sans-serif";
    cursor: pointer;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .btn {
    padding: 8px 40px 7px !important;
  }
}
@media (max-width: 991.98px) {
  .btn:hover {
    color: #fff;
  }
  body.brand-site .btn:hover {
    background: #37364b;
  }
  body.sans-souci .btn:hover {
    background: #37364b;
  }
  body.swept-away .btn:hover {
    background: #37364b;
  }
  body.negril .btn:hover {
    background: #37364b;
  }
  body.tower-isle .btn:hover {
    background: #37364b;
  }
  body.brand-site .btn {
    border-color: #37364b;
  }
  body.sans-souci .btn {
    border-color: #37364b;
  }
  body.swept-away .btn {
    border-color: #37364b;
  }
  body.negril .btn {
    border-color: #37364b;
  }
  body.tower-isle .btn {
    border-color: #37364b;
  }
  body.brand-site .btn {
    color: #37364b;
  }
  body.sans-souci .btn {
    color: #37364b;
  }
  body.swept-away .btn {
    color: #37364b;
  }
  body.negril .btn {
    color: #37364b;
  }
  body.tower-isle .btn {
    color: #37364b;
  }
  .btn:hover {
    color: #fff !important;
  }
  .btn.gold {
    border: 1px solid #37364b !important;
    color: #37364b !important;
  }
  .btn.gold:hover {
    color: #fff !important;
    background: #37364b !important;
  }
  .btn.white {
    border: 1px solid #fff !important;
    color: #fff !important;
  }
  .btn.white:hover {
    color: #0f1f28 !important;
    background: #fff !important;
  }
  .btn.black {
    border-color: #0f1f28 !important;
    color: #0f1f28 !important;
  }
  .btn.black:hover {
    color: #fff !important;
    background: #0f1f28 !important;
  }
  .btn.solid {
    color: #fff !important;
  }
  body.brand-site .btn.solid {
    background: #37364b;
  }
  body.sans-souci .btn.solid {
    background: #37364b;
  }
  body.swept-away .btn.solid {
    background: #37364b;
  }
  body.negril .btn.solid {
    background: #37364b;
  }
  body.tower-isle .btn.solid {
    background: #37364b;
  }
  .btn.solid:hover {
    background: rgba(255, 255, 255, 0) !important;
  }
  .resort-site.tower-isle .btn.solid:hover {
    color: #37364b !important;
  }
  .resort-site.negril .btn.solid:hover {
    color: #37364b !important;
  }
  .resort-site.swept-away .btn.solid:hover {
    color: #37364b !important;
  }
  .resort-site.sans-souci .btn.solid:hover {
    color: #37364b !important;
  }
  .learn-more {
    font-size: 1.01231em;
  }
  .arrow-btn {
    font-size: 15.67px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Jost-Bold", "sans-serif";
    background: url(assets/images/arrow-btn.png) no-repeat right center;
    padding-right: 28px;
    display: inline-block;
  }
  .arrow-btn.blue {
    background: url(assets/images/arrow-btn-blue.png) no-repeat right center;
    color: #37364b;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .arrow-btn.blue {
    padding: 0 40px 0;
  }
}
@media (max-width: 991.98px) {
  .arrow-btn.white {
    color: #fff;
  }
  .arrow-btn:hover {
    padding-right: 35px;
  }
  .animated, .btn, .arrow-btn {
    transition: all 0.3s ease-in-out;
  }
  .hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .toggle-content {
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
  }
  .toggle-content.appear {
    display: block;
    height: auto;
    opacity: 1;
  }
  .tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  .video-popup, .video-popup-2 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .video-popup .close-icon, .video-popup-2 .close-icon {
    font-size: 0.66769em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    right: -40px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: url(svg/icon-close-white.svg) no-repeat top center;
    background-size: 14px;
    padding-top: 20px;
  }
  .video-popup .close-icon:hover, .video-popup-2 .close-icon:hover {
    opacity: 0.6;
  }
  .video-popup .video-holder, .video-popup-2 .video-holder {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
@media screen and (max-width: 991.98px) and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media (max-width: 991.98px) {
  .wrapper, .container {
    width: 90%;
    margin: 0 auto;
  }
  .top-content-home {
    position: relative;
    margin-bottom: -5px;
  }
  .top-content-home.parallax-image {
    padding-top: 0;
  }
  .top-content-home .headline {
    font-size: 3.84615em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
    display: block;
    position: absolute;
    bottom: 36%;
    width: 100%;
    transition: all 1.5s ease-in-out;
    opacity: 0;
  }
  .top-content-home .headline span {
    font-family: "Jost-Bold", "sans-serif";
  }
  .top-content-home .headline.appear {
    opacity: 1;
    bottom: 33%;
  }
  .top-content-home .headline-resort {
    display: block;
    position: absolute;
    top: 15%;
    left: 5%;
    color: #fff;
    line-height: 2em;
    text-transform: uppercase;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
    transition: all 2s ease-in-out;
    width: 90%;
    opacity: 0;
  }
  .top-content-home .headline-resort span {
    display: block;
  }
  .top-content-home .headline-resort.appear {
    opacity: 1;
    top: 19%;
  }
  .top-content-home .headline-1 {
    font-size: 30px;
    line-height: 1em;
  }
  .top-content-home .headline-2 {
    font-size: 38px;
    line-height: 0.95em;
  }
  .top-content-home .headline-3 {
    font-size: 69px;
    line-height: 0.85em;
  }
  .top-content-home a.logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 99;
    margin-left: -115px;
    width: 229px;
    height: 53px;
    transition: none;
    text-align: center;
  }
  .sans-souci .top-content-home a.logo svg, .tower-isle .top-content-home a.logo svg, .negril .top-content-home a.logo svg, .swept-away .top-content-home a.logo svg {
    max-height: 65px;
    max-width: 150px;
  }
  .top-content-home a.logo:hover {
    opacity: 0.7;
  }
  .top-content-home a.logo span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .top-content-home a.logo .logo-centered, .top-content-home a.logo .sans-souci-1, .top-content-home a.logo .sans-souci-2, .top-content-home a.logo .tower-isle-logo-1, .top-content-home a.logo .tower-isle-logo-2, .top-content-home a.logo .negril-logo-1, .top-content-home a.logo .negril-logo-2, .top-content-home a.logo .negril-logo-3, .top-content-home a.logo .swept-away-logo--1, .top-content-home a.logo .swept-away-logo--2, .top-content-home a.logo .swept-away-logo--3 {
    fill: #fff;
  }
  .top-section {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: -5px;
  }
  .top-section .headline {
    font-size: 3.46154em;
    color: #fff;
    line-height: 0.9em;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
    display: block;
    position: absolute;
    top: 25%;
    margin-top: -45px;
    transition: all 2s ease-in-out;
    opacity: 0;
    width: 100%;
  }
  .top-section .headline span {
    font-size: 40px;
    color: #fff;
    letter-spacing: -3px;
    text-align: center;
    display: block;
  }
  .top-section .headline.appear {
    top: 35%;
    opacity: 1;
  }
  .btn {
    padding: 8px 40px 7px;
  }
  .header {
    background-color: #fff;
    position: fixed;
    height: 80px;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
  }
  .homepage .header {
    opacity: 0;
  }
  .homepage .header.scroll-nav, .homepage #gallery-map .header, #gallery-map .homepage .header {
    opacity: 1;
  }
  .header__logo img {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -30px;
    width: auto;
    height: 60px;
    transition: all 0.3s ease;
  }
  .header__menu-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    transition: all 0.3s ease;
    text-align: center;
    background: transparent;
    width: 45px;
    height: 60px;
    -webkit-mask: none;
    padding-top: 16px;
  }
  .header__menu-btn .bar {
    height: 5px;
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  body.brand-site .header__menu-btn .bar {
    background: #37364b;
  }
  body.sans-souci .header__menu-btn .bar {
    background: #37364b;
  }
  body.swept-away .header__menu-btn .bar {
    background: #37364b;
  }
  body.negril .header__menu-btn .bar {
    background: #37364b;
  }
  body.tower-isle .header__menu-btn .bar {
    background: #37364b;
  }
  .header__phone {
    display: block;
    position: absolute;
    top: 14px;
    left: 30px;
  }
  .header__phone svg {
    fill-rule: evenodd;
    width: 35px;
  }
  body.brand-site .header__phone svg {
    fill: #37364b;
  }
  body.sans-souci .header__phone svg {
    fill: #37364b;
  }
  body.swept-away .header__phone svg {
    fill: #37364b;
  }
  body.negril .header__phone svg {
    fill: #37364b;
  }
  body.tower-isle .header__phone svg {
    fill: #37364b;
  }
  .navigation-holder, .booking-widget {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.95);
    display: table;
  }
  .navigation-holder .inner, .booking-widget .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .navigation .res-btn {
    position: absolute;
    top: 5%;
    left: 5%;
    background: #fff;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 10;
  }
  .close-menu, .close-res {
    fill: #888;
    position: absolute;
    top: 4%;
    right: 5%;
    width: 20px;
    height: 20px;
  }
  .close-menu svg, .close-res svg {
    width: 100%;
    height: 100%;
  }
  .navigation ul li {
    list-style: none;
  }
  .navigation ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
    letter-spacing: 1px;
  }
  .sub-sub-menu {
    display: none;
    margin-bottom: 20px;
  }
  .buttons-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
  }
  .buttons-footer a.res-btn {
    font-size: 24px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Jost-Bold", "sans-serif";
    text-align: center;
    text-align: center;
    padding: 15px 0 15px;
    width: 100%;
    display: block;
  }
  body.brand-site .buttons-footer a.res-btn {
    background: #37364b;
  }
  body.sans-souci .buttons-footer a.res-btn {
    background: #37364b;
  }
  body.swept-away .buttons-footer a.res-btn {
    background: #37364b;
  }
  body.negril .buttons-footer a.res-btn {
    background: #37364b;
  }
  body.tower-isle .buttons-footer a.res-btn {
    background: #37364b;
  }
  .buttons-footer .fixed__menu-btn {
    display: none;
  }
  .homepage .buttons-footer .fixed__menu-btn {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 20px;
    transition: all 0.3s ease;
    text-align: center;
    background: transparent;
    width: 45px;
    height: 55px;
    -webkit-mask: none;
    padding-top: 0;
    display: block;
  }
  .homepage .buttons-footer .fixed__menu-btn .bar {
    height: 5px;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    background: #fff;
  }
  .homepage .buttons-footer a.res-btn {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 200px;
    transition: all 0s ease-in-out;
    padding: 10px 0 10px;
  }
  .homepage .buttons-footer.scroll-ft .fixed__menu-btn {
    display: none;
  }
  .homepage .buttons-footer.scroll-ft a.res-btn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .mobile-header {
    max-height: 85px;
  }
  form {
    margin-bottom: 2em;
    width: 100%;
  }
  form label {
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
    color: #0f1f28;
  }
  form label span {
    font-size: 0.8em;
  }
  form input[type=text], form input[type=email], form input[type=tel], form input[type=date] {
    font-size: 16.67px;
    font-family: "Jost-Regular", "sans-serif";
    border: 1px solid #0f1f28;
    margin: 0 0 10px;
    color: #0f1f28;
    background-color: #fff;
    padding: 9px 30px 8px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    width: 100%;
  }
  form select, form textarea {
    font-size: 16.67px;
    font-family: "Jost-Regular", "sans-serif";
    border: 1px solid #0f1f28;
    margin: 0 0 10px;
    color: #0f1f28;
    background-color: #fff;
    padding: 9px 30px 8px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    width: 100%;
  }
  form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=date]::-moz-placeholder {
    color: #0f1f28;
  }
  form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=tel]::placeholder, form input[type=date]::placeholder {
    color: #0f1f28;
  }
  form select::-moz-placeholder, form textarea::-moz-placeholder {
    color: #0f1f28;
  }
  form select::placeholder, form textarea::placeholder {
    color: #0f1f28;
  }
  form select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
  form select::-ms-expand {
    display: none;
  }
  form select option {
    color: black;
    text-align: center;
  }
  form textarea {
    min-height: 120px;
  }
  form input:-ms-input-placeholder, form input::placeholder {
    color: #0f1f28;
    opacity: 1;
  }
  form input[type=checkbox], form input[type=radio] {
    outline: none;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid;
    padding: 5px;
    margin: 1px 10px 0 0 !important;
  }
  body.brand-site form input[type=checkbox], body.brand-site form input[type=radio] {
    border-color: #37364b;
  }
  body.sans-souci form input[type=checkbox], body.sans-souci form input[type=radio] {
    border-color: #37364b;
  }
  body.swept-away form input[type=checkbox], body.swept-away form input[type=radio] {
    border-color: #37364b;
  }
  body.negril form input[type=checkbox], body.negril form input[type=radio] {
    border-color: #37364b;
  }
  body.tower-isle form input[type=checkbox], body.tower-isle form input[type=radio] {
    border-color: #37364b;
  }
  body.brand-site form input[type=checkbox]:checked, body.brand-site form input[type=radio]:checked {
    background: #37364b;
  }
  body.sans-souci form input[type=checkbox]:checked, body.sans-souci form input[type=radio]:checked {
    background: #37364b;
  }
  body.swept-away form input[type=checkbox]:checked, body.swept-away form input[type=radio]:checked {
    background: #37364b;
  }
  body.negril form input[type=checkbox]:checked, body.negril form input[type=radio]:checked {
    background: #37364b;
  }
  body.tower-isle form input[type=checkbox]:checked, body.tower-isle form input[type=radio]:checked {
    background: #37364b;
  }
  form .radio-boxes p {
    margin: 0 0 10px;
    font-size: 15px;
  }
  form .radio-boxes label {
    display: inline-block;
    width: 70%;
  }
  form h3 {
    margin-top: 30px;
  }
  #frmContact, #formRFP {
    width: 100%;
    margin: 0 0 60px;
  }
  #frmContact input[type=text], #frmContact input[type=email] {
    width: 100%;
  }
  #frmContact select, #frmContact textarea {
    width: 100%;
  }
  #formRFP input[type=text], #formRFP input[type=email] {
    width: 100%;
  }
  #formRFP select, #formRFP textarea {
    width: 100%;
  }
  #frmContact .form-entry, #frmContact .field {
    margin-bottom: 10px;
    position: relative;
    overflow: auto;
  }
  #formRFP .form-entry, #formRFP .field {
    margin-bottom: 10px;
    position: relative;
    overflow: auto;
  }
  label.error {
    color: red;
  }
  input[type=text].error, select.error, textarea.error {
    border: 1px solid red !important;
  }
  .errorMsg, #email-error p {
    line-height: 1.4;
    margin: 0 auto 10px;
    text-align: left;
  }
  .errorMsg ul {
    color: #fff !important;
    margin-bottom: 0;
    list-style: none;
  }
  .errorMsg ul li {
    color: #fff !important;
    margin-bottom: 0;
    list-style: none;
  }
  .errorMsg ul li:before {
    display: none;
  }
  #email-error.success {
    background-color: #37364b;
  }
  fieldset {
    border: 1px solid #BBC6CC;
    padding: 0 15px;
    margin-bottom: 2em;
  }
  fieldset legend {
    font-size: 110%;
    margin-bottom: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2em;
  }
  #frmContact .form-entry.one-line label, #formRFP .form-entry.one-line label {
    float: left;
    width: 35%;
  }
  #frmContact .form-entry.one-line input[type=text] {
    width: auto;
  }
  #frmContact .form-entry.one-line .form-entry input[type=text].small, #frmContact .form-entry.one-line .form-entry select.small {
    width: auto;
  }
  #formRFP .form-entry.one-line input[type=text] {
    width: auto;
  }
  #formRFP .form-entry.one-line .form-entry input[type=text].small, #formRFP .form-entry.one-line .form-entry select.small {
    width: auto;
  }
  #frmContact .one_half, #formRFP .one_half {
    width: 50%;
    float: left;
  }
  #frmContact .one_half:last-child, #formRFP .one_half:last-child {
    padding-left: 5%;
  }
  #request-brochure .form-radio {
    padding-top: 30px;
  }
  #request-brochure .radio-group {
    padding: 10px 0px 30px;
  }
  #request-brochure .each {
    display: block;
    width: 100%;
    margin-left: 2%;
  }
  #request-brochure .note {
    font-size: 15px;
    margin-left: 20px;
  }
  #request-brochure label {
    display: inline-block;
  }
  #panel {
    max-width: 500px;
    margin-top: 4em;
  }
  #panel .mode, #panel .startdir, #panel .enddir {
    color: #0f1f28;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #panel .mode label, #panel .startdir label, #panel .enddir label {
    width: 150px;
    margin-bottom: 15px;
  }
  #panel .mode input[type=text], #panel .startdir input[type=text], #panel .enddir input[type=text] {
    color: #0f1f28;
    width: 100%;
    font-family: inherit;
    padding: 8px 3%;
  }
  #panel .mode select {
    width: 100%;
    font-family: inherit;
    display: block;
    padding: 10px 25px;
  }
  #panel br {
    display: none;
  }
  #panel p {
    clear: both;
  }
  .rfp-hidden {
    position: relative;
    display: none;
  }
  .close-icon-rfp {
    font-size: 0.66769em;
    color: #37364b;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    display: block;
    position: absolute;
    top: -22px;
    right: 10px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/icon-close-booking.svg) no-repeat top center;
    padding-top: 20px;
  }
  .close-icon-rfp:hover {
    opacity: 0.6;
  }
  #inventory {
    background: #0f1f28;
  }
  #inventory h4 {
    text-align: center;
    text-transform: none;
    color: white;
  }
  #inventory h2 {
    text-align: center;
    font-size: 3em;
    line-height: 1em;
    color: white;
  }
  #inventory .btn, #inventory #panel input[type=button] {
    margin-top: 10px;
    background-color: white;
    color: #0f1f28;
    border: none;
  }
  #panel #inventory input[type=button], #inventory .navigation-holder .inner.top .res-btn, .navigation-holder .inner.top #inventory .res-btn, #inventory .booking-widget .inner.top .res-btn, .booking-widget .inner.top #inventory .res-btn {
    margin-top: 10px;
    background-color: white;
    color: #0f1f28;
    border: none;
  }
  #inventory .btn:hover, #inventory #panel input:hover[type=button] {
    background-color: #0f1f28 !important;
    color: white !important;
  }
  #panel #inventory input:hover[type=button], #inventory .navigation-holder .inner.top .res-btn:hover, .navigation-holder .inner.top #inventory .res-btn:hover, #inventory .booking-widget .inner.top .res-btn:hover, .booking-widget .inner.top #inventory .res-btn:hover {
    background-color: #0f1f28 !important;
    color: white !important;
  }
  #inventory .great-savings {
    color: white;
    font-size: 1.2em;
  }
  #inventory .great-savings span {
    color: #37364b;
    font-size: 1.8em;
  }
  #inventory form {
    text-align: center;
  }
  #inventory form label {
    text-transform: uppercase;
    color: #37364b;
  }
  #inventory form input[type=text] {
    border: 0px solid #0f1f28;
    text-align: center;
    background: transparent;
    color: white;
    background: url(../images/arrow-btn-blue-down.png) no-repeat 95% center;
  }
  #inventory form .check-in {
    border-bottom: 1px solid #919ea7;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #inventory .even {
    background-color: white;
  }
  #inventory .even h4, #inventory .even h2, #inventory .even form input[type=text] {
    color: #0f1f28;
  }
  #inventory .even .great-savings {
    color: #0f1f28;
  }
  #inventory .even .great-savings span {
    color: #37364b;
  }
  #inventory .even .btn, #inventory .even #panel input[type=button] {
    margin-top: 10px;
    background-color: #0f1f28;
    color: white;
    border: none;
  }
  #panel #inventory .even input[type=button], #inventory .even .navigation-holder .inner.top .res-btn, .navigation-holder .inner.top #inventory .even .res-btn, #inventory .even .booking-widget .inner.top .res-btn, .booking-widget .inner.top #inventory .even .res-btn {
    margin-top: 10px;
    background-color: #0f1f28;
    color: white;
    border: none;
  }
  #inventory .even .btn:hover, #inventory .even #panel input:hover[type=button] {
    background-color: white !important;
    color: #0f1f28 !important;
  }
  #panel #inventory .even input:hover[type=button], #inventory .even .navigation-holder .inner.top .res-btn:hover, .navigation-holder .inner.top #inventory .even .res-btn:hover, #inventory .even .booking-widget .inner.top .res-btn:hover, .booking-widget .inner.top #inventory .even .res-btn:hover {
    background-color: white !important;
    color: #0f1f28 !important;
  }
  #inventory .even .ui-datepicker-group {
    border: 1px solid #919ea7;
  }
  #inventory .each-item {
    padding: 50px 0px 60px;
  }
  #inventory .each-item .ui-datepicker-group {
    display: inline-block;
    min-height: 304px;
  }
  #inventory .each-item .ui-datepicker {
    max-width: 100% !important;
  }
  #inventory .each-item .ui-datepicker .ui-datepicker-header * {
    font-size: 17px;
  }
  #inventory .each-item .ui-datepicker .ui-datepicker-current-day {
    background-color: #fff;
  }
  #inventory .each-item .ui-datepicker .ui-datepicker-current-day * {
    font-weight: bold;
    color: #0f1f28;
  }
  #inventory .each-item .ui-datepicker .promotionalOffer {
    background-color: #37364b;
  }
  #inventory .each-item .ui-datepicker .dp-highlight {
    background-color: #153f62;
  }
  #inventory .each-item .ui-datepicker .dp-highlight * {
    color: #fff;
  }
  #inventory .each-item .blue-square-dates {
    padding-top: 30px;
  }
  .inventory .intro {
    padding: 70px 0 15px !important;
  }
  .inventory .top-section {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 991.98px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .inventory .top-section {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 991.98px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .inventory .ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
    margin: 0 auto 0em;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 34px;
    color: #0f1f28;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
    margin: 0 0 25px;
  }
  h1 span {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.5px;
    font-family: "Jost-Regular", "sans-serif";
    display: block;
    margin-top: 10px;
  }
  h2 {
    font-size: 34px;
    color: #0f1f28;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: "Jost-Thin", "sans-serif";
    margin: 0 0 25px;
  }
  h2 span {
    font-size: 18px;
    letter-spacing: 0;
    font-family: "Jost-Regular", "sans-serif";
    display: block;
  }
  h2.gold {
    color: #37364b;
  }
  h2.white {
    color: #fff;
  }
  h2.center {
    text-align: center;
  }
  h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "Jost-Regular", "sans-serif";
    margin: 0 0 20px;
  }
  h4 {
    font-size: 1.38462em;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    margin: 0 0 20px;
  }
  p {
    font-size: 1.38462em;
    line-height: 1.5em;
    font-family: "Jost-Regular", "sans-serif";
    margin: 0 0 40px;
  }
  p.small {
    font-size: 12.27px;
    margin-bottom: 30px;
  }
  ul.sym-inline-list, .slide-over-content.left ul, ol {
    font-size: 1.38462em;
    color: #0f1f28;
    line-height: 1.4em;
    font-family: "Jost-Regular", "sans-serif";
    text-align: left;
    margin-bottom: 45px;
  }
  ul.sym-inline-list li, .slide-over-content.left ul li, ol li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 11px;
  }
  ul.sym-inline-list li:before, .slide-over-content.left ul li:before, ol li:before {
    content: "â€¢";
    display: block;
    position: absolute;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #37364b;
  }
  ul.sym-inline-list li strong, .slide-over-content.left ul li strong {
    font-family: "Jost-Bold", "sans-serif";
  }
  ol {
    list-style: decimal;
    margin-left: 15px;
  }
  ol li strong {
    font-family: "Jost-Bold", "sans-serif";
  }
  ol li:before {
    display: none;
  }
  hr {
    margin: 20px 0 45px;
    border: 0;
    border-top: 1px solid #ccc;
  }
  table {
    font-size: 1.28231em;
    line-height: 1.5em;
    font-family: "Jost-Regular", "sans-serif";
    margin-bottom: 60px;
    width: 100%;
  }
  table tr {
    border-bottom: 1px solid #ccc;
  }
  table tr td {
    padding: 20px 0;
  }
  table tr .checkmark {
    content: "";
    display: block;
    position: absolute;
    display: inline-block;
    width: 22.125px;
    height: 19px;
    background: url(../images/check-mark.svg) no-repeat;
    color: transparent;
    margin: 0 auto 0 1px;
    position: relative;
  }
  .center {
    text-align: center;
  }
  .btn, #panel input[type=button], .navigation-holder .inner.top .res-btn, .booking-widget .inner.top .res-btn {
    margin-bottom: 15px;
  }
  .booking-form {
    margin-top: 80px;
  }
  .booking-form.dialog a.logo {
    top: 0;
  }
  .booking-form__hotel-air {
    margin: 10px auto 27px;
    max-width: 320px;
  }
  .booking-form__hotel-air .properties {
    float: left;
    width: 45%;
    padding: 0;
    margin: 0 2.5%;
  }
  .booking-form__hotel-air .properties select {
    font-size: 1.05769em;
    color: #ade3d3;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    border: 1px solid #ade3d3;
    max-width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 10px 10px 8px;
  }
  .dialog__content {
    position: relative;
  }
  .dialog__content:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #40596e;
  }
  .dialog__content .sorry-holder {
    position: absolute;
    height: 94%;
    width: 94%;
    background: #fff;
    z-index: 99;
    padding: 40px 30px;
  }
  .dialog__content .sorry-holder h2 {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 7px;
  }
  .dialog__content .sorry-holder p {
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 22px;
  }
  form#mobile-booking-form {
    margin: 0 auto;
    padding: 0;
  }
  form#mobile-booking-form fieldset {
    border: medium none;
    padding: 0;
  }
  form#mobile-booking-form .nl-ti-text {
    display: none;
  }
  form#mobile-booking-form .nl-field-toggle {
    color: #ffffff;
    padding: 0.6em 0;
  }
  form#mobile-booking-form .prop-wrapper {
    margin-left: 7%;
    width: 85%;
  }
  form#mobile-booking-form .field {
    padding: 6px 0 0 6px;
    margin-bottom: 0;
  }
  form#mobile-booking-form .split-field {
    padding: 0 0 3px 8px;
  }
  form#mobile-booking-form .dates {
    max-width: 325px;
    margin: 0 auto;
  }
  form#mobile-booking-form .date-num {
    font-size: 4.01769em;
    color: #fff;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    display: block;
    position: absolute;
    top: 40px;
    width: 100%;
  }
  form#mobile-booking-form .month-year {
    font-size: 1.27615em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: absolute;
    top: 100px;
    width: 100%;
  }
  form#mobile-booking-form .date-field {
    float: left;
    position: relative;
    width: 45%;
    padding: 20px 0 0;
    margin: 0 2.5% 25px;
    background: #0b2439;
  }
  form#mobile-booking-form .date-field input {
    color: transparent;
    height: 118px;
    z-index: 99;
    position: relative;
    border: 0;
  }
  form#mobile-booking-form .date-field img.ui-datepicker-trigger {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -11%;
    display: none;
  }
  form#mobile-booking-form .tabs {
    padding: 20px 0 10px;
    text-align: center;
  }
  form#mobile-booking-form .tab {
    font-size: 1.22154em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    display: inline-block;
    padding: 8px 35px 10px;
    position: relative;
    cursor: pointer;
  }
  form#mobile-booking-form .tab.active, form#mobile-booking-form .tab:hover {
    color: #37364b;
  }
  form#mobile-booking-form .tab.active::after, form#mobile-booking-form .tab:hover::after {
    width: 14px;
    margin-left: -7px;
  }
  form#mobile-booking-form .tab.hotel-only {
    border-right: 1px solid #415c71;
  }
  form#mobile-booking-form .tab.active {
    color: #37364b;
  }
  form#mobile-booking-form .tab::after {
    width: 0;
    height: 2px;
    background: #37364b;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    transition: all 0.3s ease;
  }
  form#mobile-booking-form .promo_codes {
    width: 77%;
    margin: 0 auto;
    display: none;
  }
  form#mobile-booking-form .promo_codes input {
    font-size: 1.05769em;
    color: #37364b;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    background: url(../images/booking-arrow-down.svg) 92% center no-repeat;
    cursor: pointer;
    border: 1px solid #37364b;
    padding: 10px 22px 8px;
    max-width: 305px;
    margin: 0 auto 10px;
    display: block;
  }
  form#mobile-booking-form .promo_codes input:-ms-input-placeholder, form#mobile-booking-form .promo_codes input::placeholder {
    color: #fff;
  }
  form#mobile-booking-form .checkbox {
    color: #fff;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 13px;
    cursor: pointer;
  }
  form#mobile-booking-form .dropdown-field {
    background-position: 2px 4px;
    padding: 0 !important;
    margin-right: 2px;
    text-align: center;
  }
  form#mobile-booking-form label {
    font-size: 1.19615em;
    color: #37364b;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    display: block;
    position: absolute;
    top: 18px;
    width: 100%;
  }
  form#mobile-booking-form input[type=text] {
    width: 100%;
    background: none;
  }
  form#mobile-booking-form .required {
    background-image: none !important;
  }
  form#mobile-booking-form .air-options {
    font-size: 1em;
    color: #37364b;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: left;
    max-width: 305px;
    margin: 5px auto;
  }
  form#mobile-booking-form .air-options input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px !important;
    border-radius: 0;
  }
  form#mobile-booking-form .split-field .dropdown-field {
    padding: 0;
    width: 40%;
    float: left;
  }
  form#mobile-booking-form .properties label {
    border: 0 none;
    color: #4d4a49;
    font-size: 18px;
    margin-left: 19px;
    margin-top: 18px;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
  }
  form#mobile-booking-form .booking-btn {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #37364b;
    position: relative;
    display: inline-block;
    padding: 12px 50px;
    font-size: 15.27px;
    line-height: 15.27px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    color: #37364b;
    z-index: 0;
    font-family: "Jost-Bold", "sans-serif";
    cursor: pointer;
    width: 100%;
    max-width: 305px;
    display: block;
    margin: 0 auto;
  }
  form#mobile-booking-form .booking-btn:hover {
    color: #fff;
  }
  body.brand-site form#mobile-booking-form .booking-btn:hover {
    background: #37364b;
  }
  body.sans-souci form#mobile-booking-form .booking-btn:hover {
    background: #37364b;
  }
  body.swept-away form#mobile-booking-form .booking-btn:hover {
    background: #37364b;
  }
  body.negril form#mobile-booking-form .booking-btn:hover {
    background: #37364b;
  }
  body.tower-isle form#mobile-booking-form .booking-btn:hover {
    background: #37364b;
  }
  form#mobile-booking-form .booking-btn:hover {
    background: #37364b !important;
  }
  .cc-mouse-enabled .booking-widget {
    display: none !important;
  }
  .property-dropdown {
    margin: 10px auto 15px;
    position: relative;
    max-width: 305px;
  }
  .property-dropdown .selected {
    font-size: 0.96154em;
    color: #37364b;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: left;
    background: url(../images/booking-arrow-down.svg) 92% center no-repeat;
    cursor: pointer;
    border: 1px solid #37364b;
    padding: 10px 22px 8px 10px;
  }
  .booking-fields .properties .options {
    border: 1px solid #a6a4a4;
    border-top: 0;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 26px;
    position: absolute;
    top: 42px;
    width: 305px;
    z-index: 99999;
    background: #fff;
    display: none;
  }
  .booking-fields .properties .options .option {
    border-bottom: 1px solid #dad9d9;
    padding: 5px;
    cursor: pointer;
  }
  .booking-fields .properties .options .option:hover {
    color: #37364b;
  }
  .booking-fields .properties .option.last {
    border: 0;
  }
  #livechat-compact-container {
    margin-bottom: 55px !important;
    z-index: 10 !important;
  }
  .footer {
    background: #0f1f28;
    text-align: center;
    padding: 45px 0 60px;
  }
  .footer__tambo .copyright {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7em;
    margin-bottom: 30px;
  }
  .footer__tambo p {
    font-size: 0.75em;
  }
  .footer__tambo a {
    color: #3f4a50 !important;
  }
  .footer__tambo svg {
    vertical-align: middle;
    margin-left: 10px;
    max-width: 100px;
    fill: #3f4a50;
  }
  .footer__social {
    border-bottom: 1px solid rgba(67, 213, 235, 0.2);
    padding-bottom: 30px;
  }
  .footer__social li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer__social li a {
    display: block;
  }
  .footer__social li a svg {
    max-height: 16px;
    fill: #37364b;
  }
  .footer__social li:last-child {
    margin-right: 0;
  }
  .footer__email {
    padding: 35px 0 40px;
  }
  .footer__email form#email-signup-uk {
    position: relative;
    margin: 0;
  }
  .footer__email form#email-signup-uk .form-label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .footer__email form#email-signup-uk .input input[type=text], .footer__email form#email-signup-uk .input input[type=email] {
    width: 100%;
    margin: 0 0 19px;
    padding: 8px 12px 9px;
    border: 1px solid #37364b;
    background: #0f1f28;
    font-size: 1.25231em;
    color: #fff;
  }
  .footer__email form#email-signup-uk .input select {
    width: 100%;
    margin: 0 0 19px;
    padding: 8px 12px 9px;
    border: 1px solid #37364b;
    background: #0f1f28;
    font-size: 1.25231em;
    color: #fff;
  }
  .footer__email form#email-signup-uk .select input[type=text], .footer__email form#email-signup-uk .select input[type=email] {
    width: 100%;
    margin: 0 0 19px;
    padding: 8px 12px 9px;
    border: 1px solid #37364b;
    background: #0f1f28;
    font-size: 1.25231em;
    color: #fff;
  }
  .footer__email form#email-signup-uk .select select {
    width: 100%;
    margin: 0 0 19px;
    padding: 8px 12px 9px;
    border: 1px solid #37364b;
    background: #0f1f28;
    font-size: 1.25231em;
    color: #fff;
  }
  .footer__email form#email-signup-uk .input input[type=text]::-moz-placeholder, .footer__email form#email-signup-uk .input input[type=email]::-moz-placeholder {
    color: #fff;
  }
  .footer__email form#email-signup-uk .input input[type=text]::placeholder, .footer__email form#email-signup-uk .input input[type=email]::placeholder {
    color: #fff;
  }
  .footer__email form#email-signup-uk .input select::-moz-placeholder {
    color: #fff;
  }
  .footer__email form#email-signup-uk .input select::placeholder {
    color: #fff;
  }
  .footer__email form#email-signup-uk .select input[type=text]::-moz-placeholder, .footer__email form#email-signup-uk .select input[type=email]::-moz-placeholder {
    color: #fff;
  }
  .footer__email form#email-signup-uk .select input[type=text]::placeholder, .footer__email form#email-signup-uk .select input[type=email]::placeholder {
    color: #fff;
  }
  .footer__email form#email-signup-uk .select select::-moz-placeholder {
    color: #fff;
  }
  .footer__email form#email-signup-uk .select select::placeholder {
    color: #fff;
  }
  .footer__email form#email-signup-uk .thankyouMsg {
    color: white;
  }
  .footer__email form#email-signup-uk .gdpr {
    text-align: left;
  }
  .footer__email form#email-signup-uk .gdpr:last-of-type {
    margin-bottom: 30px;
  }
  .footer__email form#email-signup-uk .gdpr input[type=checkbox] {
    border: 1px solid #37364b;
    border-radius: 0;
  }
  .footer__email form#email-signup-uk .gdpr label {
    font-size: 1.07692em;
    color: #fff;
    margin-bottom: 0;
  }
  .footer__email form#email-signup-uk .gdpr label a {
    color: #fff;
    text-decoration: underline;
  }
  .footer__email form#email-signup-uk .gdpr label a:hover {
    color: #fff;
  }
  .footer__email form#email-signup-uk .gdpr:first-of-type {
    bottom: 22px;
  }
  .footer__email form#email-signup-uk .gdpr:last-of-type {
    bottom: 0;
  }
  .footer__email form#email-signup-uk .signup-btn {
    font-size: 1.30769em;
    color: #fff;
    font-family: "Jost-Regular", "sans-serif";
    background: #37364b;
    padding: 8px 50px;
    border: 0;
  }
  .footer__email--headline {
    font-size: 1.38462em;
    color: #fff;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    margin-bottom: 30px;
  }
  .footer .third-nav .sub-menu ul {
    margin-bottom: 20px;
  }
  .footer .third-nav .sub-menu ul li {
    font-size: 1.05em;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Jost-Regular", "sans-serif";
    padding-right: 10px;
    margin-right: 8px;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #37364b;
  }
  .footer .third-nav .sub-menu ul li:last-of-type {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .footer .third-nav .sub-menu ul li a {
    color: #37364b;
  }
  .footer .third-nav .sub-menu ul li a.active {
    color: #fff;
  }
  .footer__copyright {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5em;
    margin-bottom: 35px;
  }
  .footer__copyright a {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  ul.footer__issa-trust {
    margin-top: 40px;
  }
  ul.footer__issa-trust li {
    font-size: 0.76923em;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  ul.footer__issa-trust li:first-of-type {
    margin-right: 10px;
  }
  ul.footer__issa-trust li a:hover {
    opacity: 0.6;
  }
  ul.footer__issa-trust li img {
    max-width: 120px;
  }
  .navigation-holder, .booking-widget {
    background: #0a2134;
    background: linear-gradient(to bottom, #0a2134 0%, #10314a 25%, #10314a 100%);
    z-index: 9999999999;
    display: block;
  }
  .navigation-holder .close-menu, .navigation-holder .close-res {
    fill: #37364b;
    z-index: 99;
  }
  .booking-widget .close-menu, .booking-widget .close-res {
    fill: #37364b;
    z-index: 99;
  }
  .navigation-holder a.logo, .booking-widget a.logo {
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    z-index: 99;
    margin-left: -105px;
    width: 210px;
    height: 60px;
    transition: none;
  }
  .sans-souci .navigation-holder a.logo svg, .tower-isle .navigation-holder a.logo svg, .negril .navigation-holder a.logo svg, .swept-away .navigation-holder a.logo svg, .sans-souci .booking-widget a.logo svg, .tower-isle .booking-widget a.logo svg, .negril .booking-widget a.logo svg, .swept-away .booking-widget a.logo svg {
    max-height: 65px;
    max-width: 164px;
  }
  .navigation-holder a.logo:hover, .booking-widget a.logo:hover {
    opacity: 0.7;
  }
  .navigation-holder a.logo span, .booking-widget a.logo span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .navigation-holder a.logo .logo-centered, .navigation-holder a.logo .sans-souci-1, .navigation-holder a.logo .sans-souci-2, .navigation-holder a.logo .tower-isle-logo-1, .navigation-holder a.logo .tower-isle-logo-2, .navigation-holder a.logo .negril-logo-1, .navigation-holder a.logo .negril-logo-2, .navigation-holder a.logo .negril-logo-3, .navigation-holder a.logo .swept-away-logo--1, .navigation-holder a.logo .swept-away-logo--2, .navigation-holder a.logo .swept-away-logo--3 {
    fill: #fff;
  }
  .booking-widget a.logo .logo-centered, .booking-widget a.logo .sans-souci-1, .booking-widget a.logo .sans-souci-2, .booking-widget a.logo .tower-isle-logo-1, .booking-widget a.logo .tower-isle-logo-2, .booking-widget a.logo .negril-logo-1, .booking-widget a.logo .negril-logo-2, .booking-widget a.logo .negril-logo-3, .booking-widget a.logo .swept-away-logo--1, .booking-widget a.logo .swept-away-logo--2, .booking-widget a.logo .swept-away-logo--3 {
    fill: #fff;
  }
  .navigation-holder .inner, .booking-widget .inner {
    position: absolute;
    width: 100%;
    display: block;
    height: calc(100% - 230px);
    overflow: scroll;
    top: 125px;
  }
  .navigation-holder .inner.top, .booking-widget .inner.top {
    text-align: left;
    height: 70px;
    overflow: visible;
  }
  .navigation-holder .inner.top .res-btn, .booking-widget .inner.top .res-btn {
    width: auto;
    position: static;
    margin-top: 7%;
    margin-left: 5%;
  }
  .navigation-holder .inner.top:after, .booking-widget .inner.top:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    display: block;
    z-index: 50;
  }
  .navigation-holder .inner > ul, .booking-widget .inner > ul {
    position: relative;
    max-height: 100%;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation-holder .inner > ul li, .booking-widget .inner > ul li {
    border-top: 1px solid #28465c;
    border-bottom: 1px solid #28465c;
  }
  .navigation-holder .inner > ul li a, .booking-widget .inner > ul li a {
    font-size: 21px;
    color: #37364b;
    letter-spacing: -0.5px;
    font-family: "Jost-Light", "sans-serif";
    padding: 15px 0;
    display: block;
  }
  .navigation-holder .inner > ul li a.active, .booking-widget .inner > ul li a.active {
    color: #fff;
    background-color: #10314a;
    background: -webkit-linear-gradient(left, #10314a 0%, #0e2a41 30%, #0e2a41 70%, #10314a 100%);
  }
  .navigation-holder .inner > ul li.item-open, .booking-widget .inner > ul li.item-open, .navigation-holder .inner > ul li.item-open div.sub-sub-menu, .booking-widget .inner > ul li.item-open div.sub-sub-menu {
    margin-bottom: 0;
  }
  .navigation-holder .inner > ul li.item-open div.sub-sub-menu ul.submenu li, .booking-widget .inner > ul li.item-open div.sub-sub-menu ul.submenu li {
    border: 0;
  }
  .navigation-holder .inner > ul li.item-open div.sub-sub-menu ul.submenu li a, .booking-widget .inner > ul li.item-open div.sub-sub-menu ul.submenu li a {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: "Jost-Bold", "sans-serif";
    padding: 12px 0 14px;
  }
  .navigation-holder .inner > ul li.item-open div.sub-sub-menu ul.submenu li a.active, .booking-widget .inner > ul li.item-open div.sub-sub-menu ul.submenu li a.active {
    background: #10314a;
    color: #fff;
  }
  .navigation-holder .inner > ul > li:last-child, .booking-widget .inner > ul > li:last-child {
    margin-bottom: 50px;
  }
  .navigation-holder .inner.open > ul, .booking-widget .inner.open > ul {
    margin: 30px 0 0 0;
  }
  .navigation-holder .sub-menu, .booking-widget .sub-menu {
    display: block;
    position: absolute;
    bottom: 24px;
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  .navigation-holder .sub-menu ul, .booking-widget .sub-menu ul {
    text-align: center;
    max-width: 305px;
    margin: 0 auto;
  }
  .navigation-holder .sub-menu ul li, .booking-widget .sub-menu ul li {
    display: inline-block;
    padding-right: 12px;
    margin-bottom: 8px;
  }
  .navigation-holder .sub-menu ul li a, .booking-widget .sub-menu ul li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    padding: 7px 0;
    position: relative;
  }
  .navigation-holder .sub-menu ul li a.active, .booking-widget .sub-menu ul li a.active {
    color: #37364b;
  }
  .navigation-holder .sub-menu ul li a:before, .booking-widget .sub-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    right: -8px;
    width: 1px;
    height: 11px;
    background: #fff;
  }
  .navigation-holder .sub-menu ul li:nth-of-type(4), .navigation-holder .sub-menu ul li:last-of-type {
    padding-right: 0;
  }
  .booking-widget .sub-menu ul li:nth-of-type(4), .booking-widget .sub-menu ul li:last-of-type {
    padding-right: 0;
  }
  .navigation-holder .sub-menu ul li:nth-of-type(4) a:before, .navigation-holder .sub-menu ul li:last-of-type a:before {
    content: none;
    background: rgba(255, 255, 255, 0);
  }
  .booking-widget .sub-menu ul li:nth-of-type(4) a:before, .booking-widget .sub-menu ul li:last-of-type a:before {
    content: none;
    background: rgba(255, 255, 255, 0);
  }
  .booking-widget .inner {
    top: 50px;
    overflow: scroll;
    height: 100%;
  }
  .booking-widget__call-us {
    font-size: 24px;
    color: #37364b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Jost-Bold", "sans-serif";
    margin-top: 40px;
  }
  .booking-widget__call-us a {
    color: #fff !important;
  }
  ul.blogs li.blogs__each-item {
    padding-left: 0;
  }
  ul.blogs li.blogs__each-item:before {
    content: none;
  }
  .blogs__each-item {
    margin-bottom: 60px;
  }
  .contact-sales .blogs__each-item {
    width: 100%;
  }
  .blogs__each-item h2 {
    font-size: 34px;
    color: #0f1f28;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -0.5px;
    font-family: "Jost-Thin", "sans-serif";
    border: 0;
    margin-bottom: 25px;
  }
  .blogs__each-item h2.h3-true {
    margin-bottom: 10px;
  }
  .blogs__each-item h2 span {
    display: block;
  }
  .blogs__each-item h3 {
    font-size: 22px;
    color: #37364b;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: -0.5px;
    font-family: "Jost-Regular", "sans-serif";
  }
  .blogs__each-item h3 span {
    display: block;
    color: #fff;
    height: 0;
  }
  .blogs__each-item ul.sym-inline-list, .blogs__each-item .slide-over-content.left ul, .slide-over-content.left .blogs__each-item ul {
    text-align: left;
  }
  .blogs__each-item p {
    font-size: 17px;
  }
  .blogs__each-item p.small {
    font-size: 12.27px;
  }
  .blogs__each-item a.learn-more {
    color: #0f1f28;
    margin-left: 15px;
  }
  body.brand-site .blogs__each-item a.learn-more:hover {
    color: #37364b;
  }
  body.sans-souci .blogs__each-item a.learn-more:hover {
    color: #37364b;
  }
  body.swept-away .blogs__each-item a.learn-more:hover {
    color: #37364b;
  }
  body.negril .blogs__each-item a.learn-more:hover {
    color: #37364b;
  }
  body.tower-isle .blogs__each-item a.learn-more:hover {
    color: #37364b;
  }
  .blogs__each-item .toggle-content {
    padding-top: 20px;
  }
  .blogs__each-item .toggle-content p {
    font-size: 1.07692em;
    font-style: italic;
    margin-bottom: 15px;
  }
  .blogs__each-item .blogs__imgs {
    margin-bottom: 30px;
  }
  .blogs__each-item .arrow-btn {
    background: url(../images/arrow-btn-blue.png) no-repeat right center;
    padding-right: 28px;
  }
  .blogs__each-item .btn.white, .blogs__each-item #panel input.white[type=button] {
    border: 1px solid #37364b !important;
    color: #37364b !important;
  }
  #panel .blogs__each-item input.white[type=button], .blogs__each-item .navigation-holder .inner.top .white.res-btn, .navigation-holder .inner.top .blogs__each-item .white.res-btn, .blogs__each-item .booking-widget .inner.top .white.res-btn, .booking-widget .inner.top .blogs__each-item .white.res-btn {
    border: 1px solid #37364b !important;
    color: #37364b !important;
  }
  .blogs {
    overflow: hidden;
  }
  .blogs__rotate-quad--imgs {
    height: 320px;
    margin-bottom: 30px;
  }
  .blogs__rotate-all {
    text-align: center;
    border: 1px solid #37364b;
    padding: 15px 15px 0;
    margin: 25px 25px 60px;
  }
  .blogs__rotate-all h2 {
    font-size: 30px;
  }
  .blogs__rotate-all .slick-prev, .blogs__rotate-all .slick-next {
    width: 26px;
    height: 37px;
  }
  .blogs__rotate-all .slick-prev {
    left: -44px;
  }
  .blogs__rotate-all .slick-next {
    right: -44px;
  }
  .blogs__rotate-all .slick-slider {
    overflow: visible;
  }
  .blogs__rotate-all .arrow-btn {
    background: url(../images/arrow-btn-blue.png) no-repeat right center;
  }
  .all-resorts__imgs {
    height: 240px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  .all-resorts li.blogs__each-item h3 {
    color: #0f1f28;
    text-transform: uppercase;
  }
  .all-resorts li.blogs__each-item:nth-of-type(1) .all-resorts__imgs {
    background-position: top center !important;
  }
  .all-resorts ul.sym-inline-list:not(:last-of-type), .all-resorts .slide-over-content.left ul:not(:last-of-type), .slide-over-content.left .all-resorts ul:not(:last-of-type) {
    margin-bottom: 0;
  }
  #post-pool-grill .all-resorts__imgs {
    background-position: left center !important;
  }
  .press-section-media {
    padding-top: 60px;
  }
  .press-section-media .each-release {
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
  }
  .press-section-media .each-release p {
    margin-bottom: 15px;
  }
  .press-section-media .each-release img {
    max-width: 120px !important;
    display: block;
    margin: 0 auto 30px;
  }
  .other-releases {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .other-releases .release-header {
    display: none;
  }
  .other-releases .date-side {
    width: 33%;
    margin-right: 2%;
    float: left;
  }
  .other-releases .date-title {
    width: 65%;
    float: left;
    min-height: 45px;
    margin-bottom: 12px;
  }
  .other-releases .date-short {
    width: 100%;
    display: block;
  }
  .other-releases h2 {
    font-size: 0.92308em;
    color: #37364b;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Jost-Bold", "sans-serif";
    margin: 10px 0 6px;
  }
  .other-releases .each-release {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .other-releases h3 {
    font-size: 0.92308em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Jost-Bold", "sans-serif";
    margin-top: 5px;
    margin-bottom: 6px;
  }
  .other-releases p {
    margin-bottom: 10px;
  }
  .other-releases a {
    margin-bottom: 10px;
    display: block;
  }
  .other-releases a:hover {
    opacity: 0.6;
  }
  .package-slider {
    margin-bottom: 60px;
  }
  .package-slider h2 {
    color: #37364b;
  }
  .package-slider h3 {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  .package-slider img {
    margin-bottom: 30px;
  }
  .slide-packages-years {
    font-size: 18.5px;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    position: relative;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .slide-packages-years:before, .slide-packages-years:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 50px;
    height: 25px;
    z-index: 9;
  }
  .slide-packages-years:before {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
  }
  .slide-packages-years:after {
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    right: 0;
  }
  .slide-packages-years .slick-active {
    color: #37364b;
  }
  .featured-rotator {
    text-align: center;
  }
  .featured-rotator h2.featured-rotator__each-item--h2 {
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    max-width: 400px;
    margin: 0 auto 35px;
  }
  .featured-rotator__each-item .gold-holder {
    max-width: 460px;
    margin: 0 auto 30px;
    position: relative;
  }
  .featured-rotator__each-item .gold-holder:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 25px);
    border: 1px solid #d8c7aa;
  }
  .featured-rotator__each-item .gold-holder h3, .featured-rotator__each-item .gold-holder h4 {
    display: inline-block;
    position: relative;
    z-index: 9;
  }
  .featured-rotator__each-item .gold-holder h3 {
    font-size: 22px;
    text-transform: none;
    margin: 0 0 20px;
    background: #fff;
    padding: 0 25px;
  }
  .featured-rotator__each-item .gold-holder h4 {
    font-size: 28px;
    color: #cbb48d;
    line-height: 0.9em;
    background: #fff;
    padding: 0 12px;
    margin-bottom: -15px;
  }
  .featured-rotator__each-item p {
    width: 88%;
    max-width: 600px;
    margin: 0 auto 25px;
  }
  .featured-rotator__nav-holder {
    max-width: 175px;
    position: relative;
    margin: 0 auto;
    height: 48px;
    padding-top: 23px;
  }
  .featured-rotator__counter {
    font-size: 1.15385em;
    color: #808181;
    letter-spacing: 2.5px;
    font-family: "Jost-Regular", "sans-serif";
  }
  .featured-rotator__counter span {
    color: #102029;
  }
  .featured-rotator__prev, .featured-rotator__next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 34px;
    background: url(../images/wedding-leads-intro-arrow.png) no-repeat;
    cursor: pointer;
  }
  .featured-rotator__prev {
    transform: rotate(180deg);
  }
  .featured-rotator__next {
    right: 0;
  }
}
@media screen and (max-width: 991.98px) and (device-aspect-ratio: 40/71) {
  .wedding-specials .learn-more {
    margin-left: 0px !important;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .media-quad-link {
    margin-bottom: 30px;
  }
  .each-media {
    margin-bottom: 45px;
  }
  .each-media img {
    display: block;
    margin-bottom: 20px;
  }
  .each-media__list li {
    display: inline-block;
    border-right: 1px solid #0f1f28;
    margin-right: 8px;
    padding-right: 10px;
  }
  .each-media__list li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .each-media__list li a {
    font-size: 16px;
    color: #0f1f28;
    text-transform: uppercase;
  }
  .each-media__list li a:hover {
    color: #37364b;
  }
  .play-icon {
    background: url(../images/play-icon.png) no-repeat center center;
    height: 124px;
    width: 124px;
    position: absolute;
    left: 50%;
    margin-left: -62px;
    top: 50%;
    margin-top: -62px;
  }
  .video-section .each-video {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 45px;
  }
  .video-section__each-quad {
    margin-bottom: 45px;
  }
  .video-1-img {
    background: url(../images/video-poster-1.jpg) no-repeat center center;
  }
  .video-2-img {
    background: url(../images/video-poster-2.jpg) no-repeat center center;
  }
  .video-3-img {
    background: url(../images/video-poster-3.jpg) no-repeat center center;
  }
  .video-5-img {
    background: url(../images/video-poster-4.jpg) no-repeat center center;
  }
  .video-4-img {
    background: url(../images/video-poster-5.jpg) no-repeat center center;
  }
  .video-7-img {
    background: url(../images/ideo-poster-6.jpg) no-repeat center center;
  }
  .media-block {
    margin-bottom: 70px;
  }
  .media-block img {
    display: block;
    margin-bottom: 35px;
  }
  .media-block .media-info {
    float: left;
    width: 70%;
  }
  .media-block .media-info .title {
    color: #383838;
    font-size: 17px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 10px;
    margin-right: 29%;
  }
  .media-block .media-info .media-links {
    float: left;
    color: #524b48;
    font-size: 14px;
  }
  .media-block .media-info span {
    float: left;
    width: 100%;
    font-size: 17px;
    margin-bottom: 7px;
  }
  .media-block .media-info-guides {
    float: left;
    width: 100%;
  }
  .media-block .media-info-guides span {
    font-size: 14px;
    position: relative;
    margin-right: 5%;
    line-height: 29px;
  }
  .media-block .media-info-guides span b {
    font-size: 17px;
    font-weight: normal;
    position: relative;
    top: -2px;
  }
  .media-block .color-pallete {
    width: 210px;
    height: 180px;
    margin-bottom: 9px;
  }
  .media-block .color-pallete.blue {
    background: #37364b;
  }
  .media-block .color-pallete.gray {
    background: #4d4a49;
  }
  .media-block .color-pallete.light {
    background: #f7f6f2;
  }
  .bottom-gallery .wrapper {
    width: 100%;
  }
  .bottom-gallery.wrapper {
    width: 100%;
    padding-top: 40px;
  }
  .bottom-gallery h2 {
    font-size: 2.69231em;
    color: #37364b;
    text-align: center;
    margin-bottom: 40px;
  }
  .bottom-gallery__first, .bottom-gallery__second--small {
    position: relative;
  }
  .bottom-gallery__first {
    height: 300px;
  }
  .bottom-gallery__second--small {
    height: 180px;
  }
  .bottom-gallery__second--top .container-fluid {
    max-width: 100%;
  }
  .bottom-gallery__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background: url(../images/icon-zoom.svg) no-repeat 50% 50% rgba(0, 0, 0, 0.6);
  }
  .bottom-gallery__overlay:hover {
    opacity: 1;
  }
  .bottom-gallery .mobile-split {
    width: 50%;
    float: left;
  }
  .bottom-gallery__small {
    width: 50%;
    float: left;
    background-size: cover !important;
    background-position: 50% 50% !important;
    position: relative;
  }
  .bottom-gallery__small:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .bottom-gallery__small:last-of-type {
    display: none;
  }
  .grid .grid-item a {
    font-size: 15px;
  }
  .grid .grid-item figure img {
    width: inherit !important;
    max-width: inherit !important;
  }
  .grid .grid-item.grid-item-filter .filter-inner .filter-inner-content ul li {
    margin-bottom: 15px;
  }
  .price-match {
    background: url(../images/mary-background.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    min-height: 245px;
  }
  .price-match .wrapper, .price-match .container-fluid {
    width: 100%;
    max-width: 100%;
  }
  .price-match h2 {
    font-size: 26px;
    line-height: 0.95em;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: left;
    margin-bottom: 15px;
    padding-top: 47px;
  }
  body.brand-site .price-match h2 {
    color: #37364b;
  }
  body.sans-souci .price-match h2 {
    color: #37364b;
  }
  body.swept-away .price-match h2 {
    color: #37364b;
  }
  body.negril .price-match h2 {
    color: #37364b;
  }
  body.tower-isle .price-match h2 {
    color: #37364b;
  }
  .price-match h2 span {
    display: block;
    font-size: 20px;
    color: #0f1f28;
    letter-spacing: 0;
    font-family: "Jost-Light", "sans-serif";
  }
  ul.restaurants-list {
    margin-bottom: 0;
  }
  ul.restaurants-list li.each-restaurant {
    margin-bottom: 100px;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) {
    height: 684px;
    position: relative;
    margin-bottom: 0;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) .copy-holder {
    display: block;
    position: absolute;
    top: 195px;
    right: 12%;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  ul.restaurants-list li.each-restaurant:nth-of-type(3) .copy-holder {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  ul.restaurants-list li.each-restaurant:nth-of-type(3) h2, ul.restaurants-list li.each-restaurant:nth-of-type(3) h3, ul.restaurants-list li.each-restaurant:nth-of-type(3) p {
    color: #fff;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul {
    border-color: rgba(255, 255, 255, 0.6) !important;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul li a {
    color: #fff;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul li:first-child a {
    background: url(../images/icon-hours-white.svg) no-repeat left center;
    background-size: 24px;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul li:nth-of-type(2) a {
    background: url(../images/icon-overview-white.svg) no-repeat left center;
    background-size: 30px;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul li:nth-of-type(3) a {
    background: url(../images/icon-menu-white.svg) no-repeat left center;
    background-size: 24px;
  }
  ul.restaurants-list li.each-restaurant__gray-background {
    padding-top: 100px;
    background: #faf9f7;
    margin-bottom: 0;
  }
  ul.restaurants-list li.each-restaurant__gray-background.btm-padding:last-of-type {
    padding-bottom: 100px;
  }
  ul.restaurants-list li.each-restaurant__large-background {
    padding-top: 160px;
    margin-bottom: 0;
    min-height: 721px;
  }
  ul.restaurants-list h2 {
    font-size: 40px;
    color: #0f1f28;
    line-height: 1.1em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 12px;
  }
  ul.restaurants-list h3 {
    font-size: 20px;
    letter-spacing: -1px;
    font-family: "Jost-Regular", "sans-serif";
    margin-bottom: 40px;
  }
  body.brand-site ul.restaurants-list h3 {
    color: #37364b;
  }
  body.sans-souci ul.restaurants-list h3 {
    color: #37364b;
  }
  body.swept-away ul.restaurants-list h3 {
    color: #37364b;
  }
  body.negril ul.restaurants-list h3 {
    color: #37364b;
  }
  body.tower-isle ul.restaurants-list h3 {
    color: #37364b;
  }
  ul.restaurants-list p {
    max-width: 510px;
  }
  ul.restaurants-list__copy-side {
    padding-left: 45px;
  }
  ul.restaurants-list__info {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0 11px;
    text-align: center;
  }
  body.brand-site ul.restaurants-list__info {
    border-color: #37364b;
  }
  body.sans-souci ul.restaurants-list__info {
    border-color: #37364b;
  }
  body.swept-away ul.restaurants-list__info {
    border-color: #37364b;
  }
  body.negril ul.restaurants-list__info {
    border-color: #37364b;
  }
  body.tower-isle ul.restaurants-list__info {
    border-color: #37364b;
  }
  ul.restaurants-list__info li {
    display: inline-block;
    margin-right: 10px;
  }
  ul.restaurants-list__info li a {
    font-size: 0.84615em;
    color: #0f1f28;
    text-transform: uppercase;
    font-family: "Jost-Bold", "sans-serif";
    padding: 11px 0 11px 25px;
    display: block;
  }
  ul.restaurants-list__info li a:hover {
    opacity: 0.6;
  }
  ul.restaurants-list__info li:first-child a {
    background: url(../images/icon-hours.svg) no-repeat left center;
    background-size: 18px;
  }
  ul.restaurants-list__info li:nth-of-type(2) a {
    background: url(../images/icon-overview.svg) no-repeat left center;
    background-size: 24px;
  }
  ul.restaurants-list__info li:nth-of-type(3) {
    margin-right: 0;
  }
  ul.restaurants-list__info li:nth-of-type(3) a {
    background: url(../images/icon-menu.svg) no-repeat left center;
    background-size: 20px;
  }
  ul.accommodations {
    padding-top: 25px;
  }
  ul.accommodations li.accommodations__each-room {
    margin-bottom: 60px;
    position: relative;
  }
  ul.accommodations li.accommodations__each-room .sym-slides {
    margin-bottom: 35px;
  }
  ul.accommodations li.accommodations__each-room h2 {
    margin-bottom: 40px;
    max-width: 410px;
    letter-spacing: -1.5px;
  }
  ul.accommodations li.accommodations__each-room h2.h2-withsub {
    margin-bottom: 10px;
  }
  ul.accommodations li.accommodations__each-room p {
    max-width: 480px;
  }
  ul.accommodations li.accommodations__each-room .amenities-btn {
    margin-right: 15px;
    display: inline-block;
    float: left;
  }
  ul.accommodations li.accommodations__each-room input.book-now {
    padding: 8px 25px;
    float: right;
    width: inherit !important;
  }
  ul.accommodations li.accommodations__each-room h3 {
    font-size: 25px;
    color: #37364b;
    line-height: 1em;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 35px;
  }
  ul.accommodations li.accommodations__each-room .amenities-popup {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 99;
    width: 101%;
    height: 100%;
    display: none;
    background: #fff;
  }
  ul.accommodations li.accommodations__each-room .amenities-popup ul.sym-inline-list, ul.accommodations li.accommodations__each-room .amenities-popup .slide-over-content.left ul, .slide-over-content.left ul.accommodations li.accommodations__each-room .amenities-popup ul {
    font-size: 15.83px;
    margin-bottom: 0;
  }
  ul.accommodations li.accommodations__each-room .close-icon {
    font-size: 0.66769em;
    color: #0f1f28;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/icon-close-accomm.svg) no-repeat top center;
    background-size: 16px;
    padding-top: 20px;
  }
  ul.accommodations li.accommodations__each-room .close-icon:hover {
    opacity: 0.6;
  }
  ul.accommodations li.accommodations__each-room ul.slick-dots {
    padding: 18px 0 15px;
  }
  ul.accommodations li.accommodations__each-room ul.slick-dots li button {
    background: #b7bbbe;
  }
  ul.accommodations li.accommodations__each-room ul.slick-dots li.slick-active button {
    background: #0f1f28;
  }
  ul.accommodations li.accommodations__each-room .mini-booking-form .dates {
    margin-bottom: 0;
  }
  ul.accommodations li.accommodations__each-room .mini-booking-form .dates .field {
    margin-bottom: 20px;
  }
  ul.accommodations li.accommodations__each-room .mini-booking-form .dates .field input {
    border: 0;
    border-bottom: 1px solid #0f1f28;
    padding: 4px 4px 10px 0;
    background: url(../images/calendar.png) no-repeat 95% center;
    font-size: 14px;
    width: 95%;
  }
  ul.accommodations li.accommodations__each-room .mini-booking-form .dates .field.arrival-date {
    width: 46%;
    float: left;
  }
  ul.accommodations li.accommodations__each-room .mini-booking-form .dates .field.departure-date {
    width: 46%;
    float: left;
    float: right;
    margin-right: 0;
  }
  ul.accommodations li.accommodations__each-room .select-property {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  ul.accommodations li.accommodations__each-room input.btn, ul.accommodations li.accommodations__each-room #panel input[type=button] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 40px 11px;
  }
  #panel ul.accommodations li.accommodations__each-room input[type=button], ul.accommodations li.accommodations__each-room .navigation-holder .inner.top input.res-btn, .navigation-holder .inner.top ul.accommodations li.accommodations__each-room input.res-btn, ul.accommodations li.accommodations__each-room .booking-widget .inner.top input.res-btn, .booking-widget .inner.top ul.accommodations li.accommodations__each-room input.res-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 40px 11px;
  }
  .accommodations ul.accommodations li.accommodations__each-room a.btn.fancybox-copy, .accommodations ul.accommodations li.accommodations__each-room .navigation-holder .inner.top a.fancybox-copy.res-btn {
    width: 46%;
    float: left;
    padding: 9px 20px 8px;
  }
  .navigation-holder .inner.top .accommodations ul.accommodations li.accommodations__each-room a.fancybox-copy.res-btn, .accommodations ul.accommodations li.accommodations__each-room .booking-widget .inner.top a.fancybox-copy.res-btn, .booking-widget .inner.top .accommodations ul.accommodations li.accommodations__each-room a.fancybox-copy.res-btn {
    width: 46%;
    float: left;
    padding: 9px 20px 8px;
  }
  .accommodations ul.accommodations li.accommodations__each-room input.btn, .accommodations ul.accommodations li.accommodations__each-room #panel input[type=button] {
    width: 46%;
    padding: 9px 20px 8px;
    float: right;
    margin-right: 0;
  }
  #panel .accommodations ul.accommodations li.accommodations__each-room input[type=button], .accommodations ul.accommodations li.accommodations__each-room .navigation-holder .inner.top input.res-btn, .navigation-holder .inner.top .accommodations ul.accommodations li.accommodations__each-room input.res-btn, .accommodations ul.accommodations li.accommodations__each-room .booking-widget .inner.top input.res-btn, .booking-widget .inner.top .accommodations ul.accommodations li.accommodations__each-room input.res-btn {
    width: 46%;
    padding: 9px 20px 8px;
    float: right;
    margin-right: 0;
  }
  ul.accommodations .slick-prev, ul.accommodations .slick-next {
    background: url(../images/arrow-black.svg) no-repeat 50% 50%;
    background-size: contain;
    height: 60px;
    width: 30px;
    margin-top: -30px;
  }
  .accommodations__included {
    padding: 30px 0 85px;
  }
  .accommodations__included .plus {
    display: none;
  }
  .accommodations__included h2 {
    font-size: 30px;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    margin-bottom: 30px;
  }
  .accommodations__included ul.sym-inline-list, .accommodations__included .slide-over-content.left ul, .slide-over-content.left .accommodations__included ul {
    font-size: 1.23077em;
    color: #193e5b;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    margin-bottom: 0;
  }
  .comparisions-header {
    font-size: 29.17px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 20px;
    background: #0f1f28;
  }
  .comparisions-header__res--res-tower-isle, .comparisions-header__res--res-sans-souci, .comparisions-header__res--res-negril, .comparisions-header__res--res-swept-away {
    font-size: 15px;
    letter-spacing: 0;
    font-family: "Jost-Bold", "sans-serif";
  }
  table.comparison-table th {
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: left;
    background: #37364b;
    padding: 20px 0 18px 55px;
  }
  table.comparison-table th.compare-activities {
    background: url(../images/CR-Compare-Inclusions-Activities.svg) no-repeat 6% 48% #37364b;
    background-size: 25px;
  }
  table.comparison-table th.compare-watersports {
    background: url(../images/CR-Compare-Inclusions-Watersports-Pool-Activities.svg) no-repeat 5% 48% #37364b;
    background-size: 25px;
  }
  table.comparison-table th.compare-fitness {
    background: url(../images/CR-Compare-Inclusions-Fitness.svg) no-repeat 4% 50% #37364b;
    background-size: 30px;
  }
  table.comparison-table th.compare-spa {
    background: url(../images/CR-Compare-Inclusions-Spa.svg) no-repeat 5% 50% #37364b;
    background-size: 28px;
  }
  table.comparison-table th.compare-offproperty {
    background: url(../images/CR-Compare-Inclusions-Off-Property-Excursions.svg) no-repeat 5% 50% #37364b;
    background-size: 26px;
  }
  table.comparison-table th.compare-weddings {
    background: url(../images/CR-Compare-Inclusions-Weddings.svg) no-repeat 5% 50% #37364b;
    background-size: 26px;
  }
  table.comparison-table th.compare-shopping {
    background: url(../images/CR-Compare-Inclusions-Shopping.svg) no-repeat 5% 50% #37364b;
    background-size: 26px;
  }
  table.comparison-table th.compare-transportation {
    background: url(../images/CR-Compare-Inclusions-Transportation.svg) no-repeat 5% 50% #37364b;
    background-size: 28px;
  }
  table.comparison-table tr {
    display: block;
  }
  table.comparison-table tr:first-of-type {
    border-bottom: 0;
  }
  table.comparison-table tr:first-of-type th {
    display: block;
  }
  table.comparison-table td:first-of-type {
    width: 60%;
    padding-left: 15px;
  }
  table.comparison-table td:nth-of-type(2) {
    width: 40%;
    text-align: center;
  }
  .all-inclusions-mobile .slick-prev, .all-inclusions-mobile .slick-next {
    display: block;
    position: absolute;
    top: 38px;
    margin-top: 0;
    height: 28px;
    background: url(../images/arrow-next-white.png) no-repeat;
    background-size: contain;
  }
  .all-inclusions-mobile .slick-prev {
    left: 5px;
  }
  .all-inclusions-mobile .slick-next {
    right: 5px;
  }
  .inclusions-key {
    border: 1px solid #ccc;
    padding: 50px 20px 0;
    position: relative;
    width: 90%;
    margin: 0 auto 20px;
  }
  .inclusions-key__title {
    font-size: 20.85px;
    color: #37364b;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "Jost-Regular", "sans-serif";
    display: block;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -92px;
    background: #fff;
    padding: 10px;
  }
  .inclusions-key p {
    margin-bottom: 30px;
  }
  .map-home {
    display: none;
  }
  .padi-logo {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .package-lp__img {
    margin-bottom: 30px;
    display: block;
  }
  .package-lp__full-copy {
    margin-bottom: 70px;
    text-align: center;
  }
  .package-lp__full-copy h2 {
    font-size: 44px;
    line-height: 1.05em;
    letter-spacing: -2px;
    font-family: "Jost-Thin", "sans-serif";
    margin-bottom: 30px;
  }
  .package-lp__full-copy h2 span {
    font-size: 44px;
    color: #37364b;
    font-family: "Jost-Thin", "sans-serif";
  }
  .package-lp__full-copy p:last-of-type {
    margin-bottom: 0;
  }
  .package-lp__package-includes h2 {
    font-size: 20px;
    color: #37364b;
    letter-spacing: -0.5px;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    border-top: 1px solid #37364b;
    border-bottom: 1px solid #37364b;
    margin-bottom: 55px;
    padding: 10px 30px;
  }
  .package-lp__package-includes ul.sym-inline-list:not(:last-of-type), .package-lp__package-includes .slide-over-content.left ul:not(:last-of-type), .slide-over-content.left .package-lp__package-includes ul:not(:last-of-type), .package-lp__package-includes .col-sm-6:not(:last-of-type) ul.sym-inline-list, .package-lp__package-includes .col-sm-6:not(:last-of-type) .slide-over-content.left ul, .slide-over-content.left .package-lp__package-includes .col-sm-6:not(:last-of-type) ul {
    margin-bottom: 0;
  }
  .package-lp__disclaimer p {
    font-size: 0.98154em;
    color: rgba(15, 31, 40, 0.53);
    margin-bottom: 70px;
  }
  .testimonial-wrap-lp {
    background-color: #37364b;
    padding: 50px 0;
    text-align: center;
  }
  .testimonial-wrap-lp .all-testimonials {
    color: #fff;
    width: 90%;
    margin: 0 auto;
  }
  .testimonial-wrap-lp .all-testimonials .each-testimonial {
    padding-bottom: 25px;
  }
  .testimonial-wrap-lp .all-testimonials h3 {
    font-size: 2.30769em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 1px;
  }
  .testimonial-wrap-lp .all-testimonials blockquote {
    color: #fff;
    font-size: 1.30769em;
    line-height: 1.7em;
    margin-bottom: 25px;
    max-width: 660px;
  }
  .testimonial-wrap-lp .all-testimonials cite {
    font-size: 1.23077em;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Jost-Light", "sans-serif";
  }
  .testimonial-wrap-lp ul.slick-dots li button, .testimonial-wrap-lp ul.slick-dots li.slick-active button {
    background-color: #fff;
  }
  #landing-page #menu-btn, #landing-page .buttons-footer {
    display: none;
  }
  #landing-page .offer-ends {
    color: white;
    text-align: center;
  }
  #landing-page .intro {
    padding: 40px 0;
  }
  #landing-page .intro h1 span {
    color: #37364b;
    text-transform: none;
    margin-bottom: 10px;
  }
  #landing-page .top-section {
    margin-top: 0px;
  }
  #landing-page .book-by-dates {
    padding-bottom: 30px;
  }
  #landing-page .book-by-dates .col-6 {
    width: 50%;
    margin: auto;
    display: block;
  }
  #landing-page .book-by-dates .col-6 .col-1 {
    width: 10%;
    display: inline-block;
  }
  #landing-page .book-by-dates .col-6 .col-9 {
    width: 80%;
    margin-left: 3%;
    display: inline-block;
  }
  #landing-page .book-by-dates .col-6 .row {
    margin-bottom: 20px;
  }
  #landing-page .quadrant .copy {
    text-align: center;
  }
  #landing-page .quadrant .copy h2 {
    font-size: 3em;
    line-height: 0.8em;
  }
  #landing-page .quadrant .copy h2 span {
    color: #37364b;
    text-transform: none;
    margin-bottom: 10px;
  }
  #landing-page .quadrant .copy p {
    font-size: 1.2em;
  }
  #landing-page .rfp-hidden .select-property, #landing-page .rfp-hidden .btn, #landing-page .rfp-hidden #panel input[type=button] {
    width: 90%;
    max-width: 90%;
  }
  #panel #landing-page .rfp-hidden input[type=button], #landing-page .rfp-hidden .navigation-holder .inner.top .res-btn, .navigation-holder .inner.top #landing-page .rfp-hidden .res-btn, #landing-page .rfp-hidden .booking-widget .inner.top .res-btn, .booking-widget .inner.top #landing-page .rfp-hidden .res-btn {
    width: 90%;
    max-width: 90%;
  }
  #landing-page .select-property, #landing-page .res-btn {
    width: 100%;
  }
  #landing-page #timer {
    width: 100%;
    margin-top: 80px;
  }
  #landing-page #timer .countdown {
    background-color: #0f1f28;
    padding: 15px 0 10px;
    text-align: center;
  }
  #landing-page #timer #countdown_dashboard {
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  #landing-page #timer .countdown-title {
    font-size: 14px;
    float: left;
    width: 100px;
    position: relative;
    top: 13px;
  }
  #landing-page #timer .ctnTimer {
    max-width: 76%;
    margin: auto;
  }
  #landing-page #timer .dash {
    float: left;
    position: relative;
    width: 70px !important;
  }
  #landing-page #timer .dash .digit {
    font-size: 24px;
    color: #37364b;
    font-family: "Jost-Bold", "sans-serif";
    position: relative;
    display: inline-block;
    height: 27px;
    overflow: hidden;
  }
  #landing-page #timer .dash .digitTxt {
    font-size: 13px;
    color: #fff;
    font-family: "Jost-Bold", "sans-serif";
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    display: block;
    top: 10px;
  }
  #landing-page .terms-conditions {
    font-size: 0.7em;
    padding-top: 30px;
  }
  #landing-page .four-resorts-home {
    background: none;
  }
  #landing-page .four-resorts-home__dates {
    display: none;
  }
  #landing-page .four-resorts-home .lp-overlay {
    background: none !important;
  }
  #landing-page .four-resorts-home__headline {
    font-size: 22.92px;
    color: #414042;
    letter-spacing: -0.5px;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
  #landing-page .four-resorts-home__headline span {
    font-size: 22.92px;
    letter-spacing: 0;
    font-family: "Jost-Bold", "sans-serif";
    display: inline-block;
  }
  #landing-page .four-resorts-home .prop {
    font-size: 22.92px;
    letter-spacing: 0;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    margin-bottom: 30px;
  }
  #landing-page .four-resorts-home img {
    margin-bottom: 20px;
  }
  #landing-page .four-resorts-home p {
    color: #0f1f28;
  }
  .fun-free {
    background: url("../images/couple-jumping.jpg") no-repeat center top;
    background-size: cover;
    padding: 85px 0 55px;
    color: #fff;
    width: 100%;
  }
  .fun-free .badge {
    float: right;
    max-width: 35%;
    margin-top: -60px;
  }
  .fun-free .badge svg {
    width: 100%;
  }
  .fun-free h2 {
    font: 3.5em "Jost-Thin", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #fff;
  }
  .fun-free .top ul {
    display: block;
    text-align: left;
    margin-left: 10%;
  }
  .fun-free .top ul li {
    font: 15px "Jost-Regular", "sans-serif";
    margin-bottom: 10px;
    color: #fff;
  }
  .fun-free .top ul li:before {
    color: #fff;
  }
  .fun-free .sports {
    background-color: #fff;
    color: #4d4a49;
    text-align: center;
  }
  .fun-free .sports img {
    width: 100%;
  }
  .fun-free .sports .inner {
    padding: 40px;
  }
  .fun-free .sports .inner h2 {
    color: #37364b;
    font: 20px "Jost-Bold", "sans-serif";
    text-transform: uppercase;
    margin: 0 0 20px;
  }
  .fun-free .sports .inner p {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .fun-free .sports .inner p.small {
    text-align: left;
    font-size: 12.5px;
    margin-bottom: 0;
  }
  .fun-free .sports .inner p.small a {
    color: #0f1f28;
    text-decoration: underline;
  }
  .fun-free .sports .inner p.small a:hover {
    opacity: 0.6;
  }
  .fun-free .sports .inner ul {
    text-align: left;
    margin-bottom: 10px;
  }
  .fun-free .sports .inner ul li {
    font: 15px "Jost-Bold", "sans-serif";
    margin-bottom: 10px;
  }
  .fun-free .sports .inner ul li:before {
    content: "â€¢";
    color: #37364b;
    margin-right: 5px;
  }
  .fun-free .sports .inner ul li.nobullet:before {
    display: none;
  }
  .fun-free .sports .inner ul li a {
    font-family: "Calluna-Italic", "sans-serif";
  }
  .fun-free .sports .inner .btn-green {
    font-size: 16px !important;
    padding: 14px 35px 8px;
    margin-right: 20px;
  }
  .fun-free .sports .inner .terms {
    font: 15px "Jost-Bold", "sans-serif";
    display: inline-block;
    padding-right: 20px;
    color: #4d4a49;
    background: url(template/arrow-black.png) no-repeat right center;
  }
  .wedding-leads__intro {
    position: relative;
    padding-top: 25px;
    margin-top: 0;
  }
  .wedding-leads__intro h1 {
    color: #0f1f28;
  }
  .wedding-leads__intro h1 .top {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "Jost-Bold", "sans-serif";
    border-top: 1px solid #0f1f28;
    border-bottom: 1px solid #0f1f28;
    padding: 10px 0;
    margin-bottom: 10px;
    display: inline-block;
  }
  .wedding-leads__intro h1 .mid {
    font-size: 65px;
    line-height: 0.85em;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-family: "Jost-Thin", "sans-serif";
    margin-bottom: 3px;
    display: block;
  }
  .wedding-leads__intro h1 .btm {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: "Jost-Bold", "sans-serif";
  }
  .wedding-leads__intro--badge {
    display: block;
    position: absolute;
    top: 15px;
    left: 4%;
    width: 80px;
    height: 94px;
    background: url(../images/wedding-leads-trip-badge.png) no-repeat;
    background-size: contain;
  }
  .wedding-leads__main-copy {
    padding: 30px 0 55px;
  }
  .wedding-leads__main-copy h2 {
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 2px;
    font-family: "Jost-Bold", "sans-serif";
    margin-bottom: 10px;
  }
  .wedding-leads__main-copy p {
    font-size: 17px;
  }
  .wedding-leads__main-copy .wedding-leads__forms {
    margin-top: -90px;
    z-index: 99;
    position: relative;
    max-width: 475px;
  }
  .wedding-leads__reasons {
    background: url(../images/wedding-leads-background-1.jpg) no-repeat bottom center;
    padding: 10px 0 65px;
    text-align: center;
  }
  .wedding-leads__reasons.reasons-copy h2 {
    font-size: 24px;
    line-height: 1.4em;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Jost-Regular", "sans-serif";
    margin-bottom: 70px;
    position: relative;
  }
  .wedding-leads__reasons.reasons-copy h2 span {
    font-size: 32px;
    color: #0f1f28;
    text-transform: uppercase;
    font-family: "Jost-Bold", "sans-serif";
  }
  .wedding-leads__reasons.reasons-copy h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 34px;
    height: 2px;
    background: #37364b;
    margin-left: -17px;
  }
  .wedding-leads__reasons.reasons-copy h3 {
    font-size: 24px;
    color: #37364b;
    text-transform: none;
    margin: 0 auto 45px;
    position: relative;
    width: 90%;
    max-width: 262px;
  }
  .wedding-leads__reasons.reasons-copy h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 34px;
    height: 2px;
    background: #37364b;
    margin-left: -17px;
  }
  .wedding-leads__reasons.reasons-copy p {
    font-size: 17px;
    line-height: 1.5em;
    font-family: "Jost-Regular", "sans-serif";
    max-width: 282px;
    margin: 0 auto 30px;
    width: 90%;
  }
  .wedding-leads__reasons img {
    display: block;
    margin: 0 auto 20px;
  }
  .wedding-leads__each-reason {
    border: 1px solid #d7d7d7;
    min-height: 590px;
    background: #fff;
    margin-bottom: 30px;
  }
  .wedding-leads__quotes {
    background: #fff;
    padding: 60px 0 70px;
  }
  .wedding-leads__quotes img {
    margin-top: 120px;
  }
  .wedding-leads__quotes--copy {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    max-width: 610px;
  }
  .wedding-leads__quotes--copy:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: -40px;
    width: 32px;
    height: 31px;
    /*background: url(https://couples.com/m/assets/images/weddings-open-quote.png) no-repeat;*/
  }
  .wedding-leads__quotes--copy:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 32px;
    height: 31px;
    /*background: url(https://couples.com/m/assets/images/weddings-close-quote.png) no-repeat;*/
  }
  .wedding-leads__quotes--author {
    font-size: 0.92308em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Jost-Bold", "sans-serif";
  }
  .wedding-leads__quotes .each-quote h4 {
    margin-bottom: 30px;
  }
  .wedding-leads__quotes .each-quote p {
    font-size: 16.5px;
    line-height: 1.65em;
    font-family: "Jost-Regular", "sans-serif";
    max-width: 565px;
  }
  .wedding-leads__quotes .slick-dots {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 42.5%;
  }
  .wedding-leads__gallery {
    padding-top: 65px;
  }
  .wedding-leads__gallery h2 {
    font-size: 25.98px;
    color: #37364b;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Jost-Regular", "sans-serif";
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .wedding-leads__gallery h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 34px;
    height: 2px;
    background: #37364b;
  }
  .wedding-leads__gallery ul.sym-inline-list, .wedding-leads__gallery .slide-over-content.left ul, .slide-over-content.left .wedding-leads__gallery ul {
    font-size: 17px;
    margin-bottom: 60px;
  }
  .wedding-leads__gallery ul.sym-inline-list li, .wedding-leads__gallery .slide-over-content.left ul li, .slide-over-content.left .wedding-leads__gallery ul li {
    margin-bottom: 9px;
  }
  .wedding-leads__gallery--each.first-column {
    height: 450px;
  }
  .wedding-leads__gallery--each.second-column .top, .wedding-leads__gallery--each.second-column .btm {
    height: 220px;
    width: 50%;
    float: left;
  }
  .wedding-leads__gallery--each.fourth-column {
    height: 350px;
    display: none;
  }
  .wedding-leads__forms {
    text-align: center;
  }
  .wedding-leads__forms form {
    position: relative;
    z-index: 99;
  }
  .wedding-leads__forms form label {
    font-size: 16px;
    text-align: left;
  }
  .wedding-leads__forms form input {
    border: 1px solid #aeacab;
    background: #fff;
    margin-bottom: 20px;
  }
  .wedding-leads__forms form select {
    border: 1px solid #aeacab;
    background: #fff;
    margin-bottom: 20px;
    background: url(../images/wedding-leads-arrow-down.png) no-repeat 96% 50% #fff;
  }
  .wedding-leads__forms form .gdpr label {
    font-size: 12.5px;
    font-family: "Jost-Regular", "sans-serif";
  }
  .wedding-leads__forms form .gdpr:last-of-type {
    margin-bottom: 30px;
  }
  .wedding-leads__forms form .red-btn {
    padding: 10px 20px;
    height: inherit;
    letter-spacing: 2px;
  }
  .wedding-leads__top-form .wedding-leads__forms {
    background: #fff;
    padding: 55px 30px 45px;
    text-align: center;
    border: 1px solid #d0d0d0;
  }
  .wedding-leads__btm-form {
    background: #37364b;
    padding: 55px 0 50px;
  }
  .wedding-leads__btm-form p, .wedding-leads__btm-form label {
    color: #fff;
  }
  .wedding-leads__btm-form h2 {
    font-size: 22px;
    color: #fff;
    line-height: 1em;
    letter-spacing: 2px;
    font-family: "Jost-Bold", "sans-serif";
    margin-bottom: 10px;
  }
  .wedding-leads__btm-form form input {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
  }
  .wedding-leads__btm-form form select {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
    background: url(../images/wedding-leads-arrow-down-white.png) no-repeat 96% 50% rgba(255, 255, 255, 0);
  }
  .wedding-leads__btm-form form .gdpr a {
    color: #fff;
  }
  .wedding-leads__btm-form form input[type=checkbox] {
    border-color: #fff !important;
  }
  .wedding-leads .footer-wedding {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 9999;
  }
  .wedding-leads .footer-wedding .buttons {
    background-color: #fff;
  }
  .wedding-leads .footer-wedding .buttons a.footer-btn {
    width: 25%;
    background: #fff;
    display: inline-block;
    text-align: center;
  }
  .wedding-leads .footer-wedding .buttons a.footer-btn.first {
    background: #cbb48d;
    color: #fff;
    width: 45%;
    padding: 10px 20px;
    text-align: center;
  }
  .wedding-leads .footer-wedding .buttons a.footer-btn.first span {
    font-size: 14px !important;
    font-family: "Jost-Regular", Arial;
    text-transform: capitalize !important;
  }
  .wedding-leads .footer-wedding .buttons a.footer-btn span.btn-label {
    font-size: 0.65em;
    display: block;
    font-family: "Jost-Regular", Arial;
    letter-spacing: 1px;
  }
  .wedding-leads .button-footer {
    display: inline-block;
  }
  .wedding-leads .button-footer .footer-btn {
    position: relative;
  }
  .wedding-leads .button-footer__icon svg {
    height: 21px;
  }
  .wedding-leads .button-footer__label {
    color: #333;
    text-transform: uppercase;
    padding: 0;
  }
  .wedding-leads .button-footer.call, .wedding-leads .button-footer.mail {
    text-align: center;
    margin: 0;
  }
  .wedding-leads .button-footer.call svg, .wedding-leads .button-footer.mail svg {
    margin: 0 auto;
    display: block;
    height: 20px;
    margin-bottom: 5px;
  }
  #wedding_leads #menu-btn, #wedding_leads .phone-header, #wedding_leads .bookNow {
    display: none;
  }
  .specials-list li.specials-list__each-special--blue {
    background: #0f1f28;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .specials-list li.specials-list__each-special--blue h2, .specials-list li.specials-list__each-special--blue h3, .specials-list li.specials-list__each-special--blue p {
    color: #fff;
  }
  .specials-list li.specials-list__each-special--blue img {
    display: block;
    margin-left: auto;
  }
  .specials-list li.specials-list__each-special--blue p.small a {
    color: #37364b;
  }
  .specials-list li.specials-list__each-special--blue .booking-info {
    color: white;
  }
  .specials-list li.specials-list__each-special--blue .booking-info span {
    color: #37364b;
    font-weight: bold;
  }
  .specials-list li.specials-list__each-special--blue .mini-booking-form .dates .field input, .specials-list li.specials-list__each-special--blue .mini-booking-form .select-property select {
    border-color: #fff;
    color: #fff;
  }
  .specials-list .btn, .specials-list #panel input[type=button] {
    margin-bottom: 20px;
  }
  #panel .specials-list input[type=button], .specials-list .navigation-holder .inner.top .res-btn, .navigation-holder .inner.top .specials-list .res-btn, .specials-list .booking-widget .inner.top .res-btn, .booking-widget .inner.top .specials-list .res-btn {
    margin-bottom: 20px;
  }
  .specials-list p.small {
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 10px;
  }
  .specials-list p.small a {
    color: #0f1f28;
  }
  .specials-list .booking-info {
    font-size: 1.1em;
    padding: 0px 0px 30px;
  }
  .specials-list .booking-info span {
    color: #37364b;
    font-weight: bold;
  }
  .specials-list .booking-info .book-from {
    background: url(../images/book-by.png) no-repeat left;
    display: inline-block;
    background-size: contain;
    padding-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .specials-list .booking-info .travel-by {
    background: url(../images/calendar.png) no-repeat left;
    display: inline-block;
    background-size: contain;
    padding-left: 30px;
  }
  .specials-list .toggle-content p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
  }
  .additional-discounts {
    /*background: url(https://couples.com/m/assets/images/additional-specials.jpg) no-repeat top center;*/
    background-size: cover;
    padding-top: 10px;
  }
  .additional-discounts h2 {
    font-size: 26px;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 30px;
  }
  .additional-discounts__video-section {
    padding-bottom: 35px;
  }
  .additional-discounts__video-section .video-link-holder {
    position: relative;
    margin-bottom: 25px;
  }
  .additional-discounts__video-section h2 {
    font-size: 35px;
    color: #37364b;
    font-family: "Jost-Thin", "sans-serif";
    margin-bottom: 22px;
  }
  .additional-discounts__video-section p {
    font-size: 16px;
    line-height: 1.2em;
    font-family: "Calluna-Italic", "sans-serif";
  }
  .additional-discounts a.learn-more {
    color: #0f1f28;
    margin-top: 15px;
    display: inline-block;
  }
  body.brand-site .additional-discounts a.learn-more:hover {
    color: #37364b;
  }
  body.sans-souci .additional-discounts a.learn-more:hover {
    color: #37364b;
  }
  body.swept-away .additional-discounts a.learn-more:hover {
    color: #37364b;
  }
  body.negril .additional-discounts a.learn-more:hover {
    color: #37364b;
  }
  body.tower-isle .additional-discounts a.learn-more:hover {
    color: #37364b;
  }
  .additional-discounts .toggle-content {
    padding-top: 20px;
  }
  .additional-discounts .toggle-content p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
  }
  .all-discounts {
    margin-bottom: 75px;
  }
  .all-discounts__each-discount {
    margin-bottom: 50px;
  }
  .all-discounts__each-discount img {
    display: block;
    margin-bottom: 20px;
  }
  .all-discounts__each-discount h3 {
    font-size: 25px;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 20px;
  }
  #special7834 .mini-booking-form {
    display: none;
  }
  .event-link {
    margin-bottom: 20px;
  }
  body#default_with_bkgd_imgs.spa .top-section .headline {
    color: #0f1f28;
    font-size: 83px;
  }
  body#default_with_bkgd_imgs.spa .top-section .headline span {
    font-size: 20px;
    color: #0f1f28;
    letter-spacing: 0;
    font-family: "Jost-Regular", "sans-serif";
  }
  body#default_with_bkgd_imgs.spa.resort-site.tower-isle .intro-copy, body#default_with_bkgd_imgs.spa.resort-site.swept-away .intro-copy {
    padding-bottom: 0;
  }
  body#default_with_bkgd_imgs.spa.resort-site.tower-isle .top-section .headline, body#default_with_bkgd_imgs.spa.resort-site.swept-away .top-section .headline, body#default_with_bkgd_imgs.spa.resort-site.tower-isle .top-section .headline span {
    color: #fff;
  }
  body#default_with_bkgd_imgs.spa.resort-site.swept-away .top-section .headline {
    color: #fff;
  }
  body#default_with_bkgd_imgs.spa.resort-site.swept-away .top-section .headline span {
    color: #fff;
    color: #fff;
  }
  body.accommodations .top-section .headline {
    top: 40.25%;
  }
  body.whats-included .top-section .headline {
    font-size: 120px;
    line-height: 0.9em;
    letter-spacing: -7px;
    text-align: left;
    display: block;
    position: absolute;
    top: 30.5%;
    left: 14%;
    margin-top: 0;
    max-width: 400px;
    opacity: 0;
  }
  body.whats-included .top-section .headline.appear {
    top: 35.5%;
    opacity: 1;
  }
  .intro-copy {
    text-align: center;
    padding: 50px 0 10px;
  }
  .intro-copy p {
    max-width: 715px;
    margin: 0 auto 35px;
  }
  .full-copy-section {
    padding-bottom: 45px;
  }
  #mobile-content img {
    max-width: 100%;
    width: 100%;
  }
  .mobile-content img {
    max-width: 100%;
  }
  .for-travel-agents p .btn, .for-travel-agents p #panel input[type=button] {
    margin-bottom: 20px;
  }
  #panel .for-travel-agents p input[type=button], .for-travel-agents p .navigation-holder .inner.top .res-btn, .navigation-holder .inner.top .for-travel-agents p .res-btn, .for-travel-agents p .booking-widget .inner.top .res-btn, .booking-widget .inner.top .for-travel-agents p .res-btn {
    margin-bottom: 20px;
  }
  body.oasis-spa-villas .img-side img {
    position: relative;
  }
  body.oasis-spa-villas .intro-copy {
    text-align: center;
    padding: 30px 0 10px;
  }
  body.oasis-spa-villas h1 {
    display: none;
  }
  body.oasis-spa-villas .oasis-info {
    padding-top: 30px;
  }
  body.oasis-spa-villas .oasis-info h2 {
    text-align: center;
    color: #37364b;
  }
  body.oasis-spa-villas .oasis-info .bottom-gallery__wrapper {
    padding-top: 30px;
  }
  body.oasis-spa-villas .oasis-info .badge {
    display: none;
  }
  body.oasis-spa-villas .oasis-info .slick-prev, body.oasis-spa-villas .oasis-info .slick-next {
    top: 18%;
  }
  body.oasis-spa-villas .testimonials {
    text-align: center;
  }
  body.oasis-spa-villas .testimonials .ta-badge {
    max-width: 30%;
  }
  body.oasis-spa-villas .testimonials p {
    margin: 0 0 20px;
    font-size: 1.5em;
  }
  body.oasis-spa-villas .testimonials .author {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 1.2em;
  }
  body.oasis-spa-villas .play-drop-shadow {
    top: 100%;
  }
  body.honeymoons .registry-quad {
    background: #0f1f28;
    color: white;
    margin-bottom: 50px;
    padding: 30px;
    text-align: center;
  }
  body.honeymoons .registry-quad h3 {
    font-size: 2em;
    font-family: "Jost-Thin", "sans-serif";
  }
  body.honeymoons .registry-quad .col-7 {
    display: none;
  }
  .intro-content-home {
    background: url(../images/home-intro.jpg) #f8f2ef no-repeat top center;
    background-size: contain;
    padding: 35px 0 40px;
    position: relative;
    z-index: 9;
  }
  .intro-content-home h1 {
    font-size: 3.23077em;
    color: #fff;
    line-height: 0.95em;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 25px;
    transition-delay: 0.5s;
  }
  .intro-content-home h1.show-object {
    margin: 0 0 25px;
  }
  .intro-content-home p {
    font-size: 1.60231em;
    color: #574e4a;
    max-width: 575px;
    margin: 0 0 60px;
    transition-delay: 1.5s;
  }
  .intro-content-home .btn, .intro-content-home #panel input[type=button] {
    display: block;
    max-width: 210px;
    margin: 30px auto 0;
  }
  #panel .intro-content-home input[type=button], .intro-content-home .navigation-holder .inner.top .res-btn, .navigation-holder .inner.top .intro-content-home .res-btn, .intro-content-home .booking-widget .inner.top .res-btn, .booking-widget .inner.top .intro-content-home .res-btn {
    display: block;
    max-width: 210px;
    margin: 30px auto 0;
  }
  .intro-content-home ul.sym-inline-list, .intro-content-home .slide-over-content.left ul, .slide-over-content.left .intro-content-home ul {
    font-size: 1.29077em;
    color: #193e5b;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
  }
  .intro-content-home ul.sym-inline-list:last-of-type, .intro-content-home .slide-over-content.left ul:last-of-type, .slide-over-content.left .intro-content-home ul:last-of-type {
    margin-bottom: 30px;
  }
  .intro-content-home .col-sm-4 ul.sym-inline-list, .intro-content-home .col-sm-4 .slide-over-content.left ul, .slide-over-content.left .intro-content-home .col-sm-4 ul {
    margin-bottom: 0;
  }
  .intro-content-home__experiences-badge {
    background: url(../images/badge.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 138px;
    margin-bottom: 50px;
  }
  .four-resorts-home {
    background: url(../images/resorts-background.jpg) no-repeat #f7f2ef 50% 50%;
    background-size: cover;
    padding-top: 45px;
    min-height: 630px;
  }
  .four-resorts-home h2 {
    font-size: 3.07692em;
    line-height: 0.95em;
    text-transform: uppercase;
    letter-spacing: -4px;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
    transition-delay: 1s;
    max-width: 340px;
    margin: 0 auto 30px;
    position: relative;
    padding: 20px 0;
  }
  .four-resorts-home h2:before, .four-resorts-home h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 180px;
    height: 1px;
    background: #37364b;
    margin-left: -90px;
  }
  .four-resorts-home h2:before {
    display: block;
    position: absolute;
    top: 0;
  }
  .four-resorts-home h2:after {
    display: block;
    position: absolute;
    bottom: 0;
  }
  .four-resorts-home .wrapper {
    max-width: 84%;
  }
  .four-resorts-home__logo-btn {
    display: block;
    margin: 0 0 0 auto;
    max-width: 140px;
  }
  .four-resorts-home img {
    margin-bottom: 80px;
  }
  .four-resorts-home ul.slick-dots {
    display: block;
    position: absolute;
    bottom: 122px;
    width: 100%;
    text-align: center;
  }
  .four-resorts-home ul.slick-dots li.slick-active button {
    background-color: #fff;
  }
  .four-resorts-home ul.slick-dots li button {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .four-resorts-home svg {
    margin-bottom: 20px;
    display: block;
  }
  .four-resorts-home .begin-trip {
    font-size: 15px;
    color: #37364b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Jost-Bold", "sans-serif";
  }
  .reviews-home {
    background: url(../images/trip-background.jpg) no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    padding: 70px 0 90px;
  }
  .reviews-home h2 {
    font-size: 27px;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: "Jost-Light", "sans-serif";
    background: url(../images/trip-face.png) no-repeat top center;
    background-size: 70px;
    margin: 0 0 15px;
    padding-top: 100px;
  }
  .reviews-home blockquote {
    font-size: 1.42308em;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 25px;
  }
  .reviews-home cite {
    font-size: 1.46154em;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
  }
  .reviews-home__copy-holder {
    transition-delay: 2.5s;
  }
  .intro-home-resort {
    background: url(../images/home-intro-background-ss-m.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 25px;
  }
  .resort-site.tower-isle .intro-home-resort {
    background: url(../images/home-intro-background-ti-m.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.negril .intro-home-resort {
    background: url(../images/home-intro-background-ne-m.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.swept-away .intro-home-resort {
    background: url(../images/home-intro-background-sa-m.jpg) no-repeat bottom center;
    background-size: cover;
  }
  .intro-home-resort img {
    display: block;
    margin-bottom: 35px;
  }
  .intro-home-resort h1 {
    font-size: 50px;
  }
  body.brand-site .intro-home-resort h1 {
    color: #37364b;
  }
  body.sans-souci .intro-home-resort h1 {
    color: #37364b;
  }
  body.swept-away .intro-home-resort h1 {
    color: #37364b;
  }
  body.negril .intro-home-resort h1 {
    color: #37364b;
  }
  body.tower-isle .intro-home-resort h1 {
    color: #37364b;
  }
  .resort-site.swept-away .intro-home-resort h1 {
    color: #37364b;
  }
  .intro-home-resort h1 br {
    display: none;
  }
  .intro-home-resort ul.sym-inline-list, .intro-home-resort .slide-over-content.left ul, .slide-over-content.left .intro-home-resort ul {
    margin-bottom: 60px;
  }
  .intro-home-resort ul.sym-inline-list li, .intro-home-resort .slide-over-content.left ul li, .slide-over-content.left .intro-home-resort ul li {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .intro-home-resort ul.sym-inline-list li span, .intro-home-resort .slide-over-content.left ul li span, .slide-over-content.left .intro-home-resort ul li span {
    font-weight: 600;
  }
  .intro-home-resort ul.sym-inline-list li:before, .intro-home-resort .slide-over-content.left ul li:before, .slide-over-content.left .intro-home-resort ul li:before {
    content: "";
  }
  .intro-home-resort__copy-top {
    position: relative;
    padding-top: 40px;
    padding-left: 3.5%;
  }
  .intro-home-resort__icon-inclusive {
    display: block;
    position: absolute;
    top: 0;
    right: 10%;
    width: 130px;
    height: 129px;
    background: url(../images/CR-Homepage-Logo-All-Inclusive-new.svg) no-repeat #fff;
  }
  .resort-site.swept-away .intro-home-resort__icon-inclusive {
    display: block;
    position: absolute;
    top: inherit;
    bottom: 25px;
  }
  .resort-site.negril .intro-home-resort__icon-inclusive {
    display: block;
    position: absolute;
    top: -90px;
  }
  .intro-home-resort__inset2 {
    display: block;
    margin: 0 auto;
  }
  .intro-home-resort__all-testimonials {
    padding: 110px 0 0;
    background: url(../images/trip-logo.png) no-repeat top center;
    background-size: 85px;
  }
  .intro-home-resort__all-testimonials .each-testimonial {
    padding-bottom: 50px;
  }
  .intro-home-resort__all-testimonials h3 {
    font-size: 30px;
    line-height: 1.35em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    margin-bottom: 10px;
  }
  body.brand-site .intro-home-resort__all-testimonials h3 {
    color: #37364b;
  }
  body.sans-souci .intro-home-resort__all-testimonials h3 {
    color: #37364b;
  }
  body.swept-away .intro-home-resort__all-testimonials h3 {
    color: #37364b;
  }
  body.negril .intro-home-resort__all-testimonials h3 {
    color: #37364b;
  }
  body.tower-isle .intro-home-resort__all-testimonials h3 {
    color: #37364b;
  }
  .intro-home-resort__all-testimonials cite {
    font-size: 20px;
    font-style: normal;
    letter-spacing: 1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    display: block;
  }
  body.brand-site .intro-home-resort__all-testimonials cite {
    color: #37364b;
  }
  body.sans-souci .intro-home-resort__all-testimonials cite {
    color: #37364b;
  }
  body.swept-away .intro-home-resort__all-testimonials cite {
    color: #37364b;
  }
  body.negril .intro-home-resort__all-testimonials cite {
    color: #37364b;
  }
  body.tower-isle .intro-home-resort__all-testimonials cite {
    color: #37364b;
  }
  .intro-home-resort__all-testimonials .slick-slide {
    width: 100% !important;
  }
  .resort-site.tower-isle .intro-home-resort__all-testimonials {
    background: url(../../images/Trip-Logo-2019.svg) no-repeat top center;
    background-size: 19%;
  }
  .resort-site.tower-isle .intro-home-resort__all-testimonials h3, .resort-site.tower-isle .intro-home-resort__all-testimonials cite {
    color: #0f1f28;
  }
  .resort-site.swept-away .intro-home-resort__all-testimonials {
    background: url(../../images/Trip-Logo-2019.svg) no-repeat top center;
    background-size: 85px;
  }
  .resort-site.swept-away .intro-home-resort__all-testimonials h3, .resort-site.swept-away .intro-home-resort__all-testimonials cite {
    color: #37364b;
  }
  .video-home-resort {
    background: url(../images/home-video-background-ss.jpg) no-repeat top center;
    background-size: cover;
    padding: 45px 0 310px;
  }
  .resort-site.tower-isle .video-home-resort {
    background: url(../images/home-video-background-ti.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.negril .video-home-resort {
    background: url(../images/home-video-background-ne.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.swept-away .video-home-resort {
    background: url(../images/home-video-background-sa.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .video-home-resort h2 {
    font-size: 40px;
    color: #fff;
    line-height: 0.9em;
    letter-spacing: -1px;
    display: inline-block;
    max-width: 345px;
  }
  .video-home-resort h2 span {
    font-size: 18px;
    line-height: 0.9em;
    letter-spacing: 0.5px;
    margin: 0 0 8px 10px;
  }
  .video-home-resort p {
    color: #fff;
  }
  .video-home-resort__header-section {
    text-align: center;
    padding-top: 12px;
  }
  .video-home-resort__video-holder {
    position: relative;
    display: block;
    margin: 0 auto 35px;
    max-width: 725px;
  }
  .video-home-resort__video-holder .play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
  }
  .video-home-resort__video-holder .play-icon-1 {
    fill: #fff;
    fill-rule: evenodd;
    transition: all 0.3s ease-in-out;
  }
  .video-home-resort__video-holder .play-icon-1:hover {
    fill: #37364b;
  }
  .included-home-resort {
    background: url(../images/home-inclusions-background.jpg) no-repeat top center;
    background-size: cover;
    padding: 40px 0 50px;
    text-align: center;
  }
  .resort-site.tower-isle .included-home-resort {
    background: url(../images/home-inclusions-background.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.tower-isle .included-home-resort h2 {
    color: #37364b;
  }
  .resort-site.negril .included-home-resort {
    background: url(../images/home-inclusions-background.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.swept-away .included-home-resort {
    background: url(../images/home-inclusions-background.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.swept-away .included-home-resort h2 {
    color: #37364b;
  }
  .included-home-resort h2 {
    font-size: 43px;
    color: #0f1f28;
    text-align: center;
  }
  .included-home-resort .resorts-home-wrapper {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0);
  }
  .included-home-resort__lists {
    background: none;
  }
  .included-home-resort__lists ul.sym-inline-list, .included-home-resort__lists .slide-over-content.left ul, .slide-over-content.left .included-home-resort__lists ul {
    text-align: left;
    display: block;
    margin-bottom: 0;
  }
  .included-home-resort .plus.intro-content-home__plus {
    display: none;
  }
  .four-activities-home__each-prop-quad img {
    margin-bottom: 35px;
  }
  .four-activities-home__each-prop-quad .btn, .four-activities-home__each-prop-quad #panel input[type=button] {
    display: inline-block;
    margin-bottom: 30px;
  }
  #panel .four-activities-home__each-prop-quad input[type=button], .four-activities-home__each-prop-quad .navigation-holder .inner.top .res-btn, .navigation-holder .inner.top .four-activities-home__each-prop-quad .res-btn, .four-activities-home__each-prop-quad .booking-widget .inner.top .res-btn, .booking-widget .inner.top .four-activities-home__each-prop-quad .res-btn {
    display: inline-block;
    margin-bottom: 30px;
  }
  #mobile-content {
    padding: 0;
  }
  #mobile-content .mobile-content {
    padding: 0;
    overflow: hidden;
  }
  .jamaica-tpl__lower-section p {
    color: #ba956b;
    font-style: italic;
    font-family: "Calluna-Italic", "sans-serif";
    text-align: center;
    max-width: 550px;
    margin: 0 auto 90px;
    padding-top: 20px;
  }
  .jamaica-tpl__lower-section .bottom-gallery h2 {
    display: none;
  }
  .package-scroll {
    overflow: hidden;
  }
  .weddings__packages-badge {
    display: block;
    position: absolute;
    top: -20px;
    left: 1%;
    width: 155px;
    height: 155px;
    background: url(../images/icon-wedding-packages-badge.png) no-repeat;
    background-size: contain;
  }
  .weddings__venus-section {
    padding-top: 120px;
    position: relative;
  }
  .hide-object {
    opacity: 0;
    transition: all 1.5s ease-in-out;
  }
  .show-object {
    opacity: 1;
    transition: all 1.5s ease-in-out;
  }
  .sym-slides, .slick {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .sym-slides.slick-initialized, .slick.slick-initialized {
    opacity: 1;
  }
  ul.slick-dots {
    padding: 0;
    text-align: center;
  }
  ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 18px;
    padding: 0;
    cursor: pointer;
  }
  ul.slick-dots li:last-child {
    margin-right: 0;
  }
  ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: #0f1f28;
    opacity: 0.25;
    border: 0;
    border-radius: 50%;
    background-clip: padding-box;
    transition: all 0.3s ease-in-out;
  }
  ul.slick-dots li.slick-active button, ul.slick-dots li button:hover {
    background-color: #0f1f28;
    opacity: 1;
  }
  .slick-prev, .slick-next, .accommodations__prev-room, .accommodations__next-room {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    background: url(../images/arrow-next.png) no-repeat 50% 50%;
    background-size: contain;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 20;
    text-indent: -55555px;
  }
  .slick-prev:hover, .slick-next:hover, .accommodations__prev-room:hover, .accommodations__next-room:hover {
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
  }
  .slick-prev, .accommodations__prev-room {
    transform: rotate(180deg);
    left: 5%;
  }
  .slick-next, .accommodations__next-room {
    right: 5%;
  }
  .full-popup {
    display: none;
  }
  .fancybox-close {
    background-image: none;
    background: url(../images/CloseIcon-white.svg) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    top: 22px;
    right: 18px;
    background-size: 20px;
    transition: all 0.3s ease-in-out;
  }
  .fancybox-close:hover {
    opacity: 0.5;
  }
  body .fancybox-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
  body .fancybox-skin {
    border-radius: 0;
    padding: 0 !important;
    margin-top: 45px !important;
  }
  body .fancybox-close {
    background-image: none;
    background: url(../images/icon-close-accomm.png) no-repeat;
    height: 40px;
    width: 40px;
    top: -42px;
    right: 0;
    background-size: 30px;
  }
  body .fancybox-prev span, body .fancybox-next span {
    visibility: visible;
    background: url(../images/arrow-white.svg) no-repeat 50% 50%;
    transition: all 0.3s ease-in-out;
    background-size: 25px 46px !important;
  }
  body .fancybox-prev span:hover, body .fancybox-next span:hover {
    opacity: 0.5;
  }
  body .fancybox-nav span {
    top: 50%;
    width: 25px;
    height: 46px;
    margin-top: -23px;
    visibility: visible;
  }
  body .fancybox-prev span {
    transform: rotate(180deg);
  }
  .gallery #myGallery {
    margin-top: 120px;
    margin-bottom: 10px;
  }
  .gallery #myGallery img {
    max-width: inherit;
  }
  .gallery .fancybox-title-float-wrap {
    right: 0;
    margin-bottom: 0;
    z-index: 8050;
  }
  .gallery .fancybox-title-float-wrap .child {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f7f7f5;
    color: #0f1f28;
    font-size: 1.38462em;
    padding: 8px 20px;
    font-family: "Jost-Light", "sans-serif";
    text-shadow: none;
    border-radius: 0;
    left: inherit;
    margin-left: 0;
    margin-right: 0;
  }
  .gallery .galleryhover_overlay {
    background: url(../images/icon-zoom.svg) no-repeat scroll center center transparent;
  }
  .full-fancy-dining, .full-fancy-copy {
    width: 100%;
  }
  .full-fancy-dining .fancybox-inner, .full-fancy-copy .fancybox-inner {
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .full-fancy-dining .full-popup, .full-fancy-copy .full-popup {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 35px 15px 0;
    border: 1px solid;
  }
  body.brand-site .full-fancy-dining .full-popup, body.brand-site .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  body.sans-souci .full-fancy-dining .full-popup, body.sans-souci .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  body.swept-away .full-fancy-dining .full-popup, body.swept-away .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  body.negril .full-fancy-dining .full-popup, body.negril .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  body.tower-isle .full-fancy-dining .full-popup, body.tower-isle .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  .full-fancy-dining h2, .full-fancy-copy h2 {
    font-size: 30px;
    line-height: 1.15em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 30px;
  }
  .full-fancy-dining h3, .full-fancy-copy h3 {
    font-size: 22px;
    color: #37364b;
    font-family: "Jost-Light", "sans-serif";
  }
  body.brand-site .full-fancy-dining h3, body.brand-site .full-fancy-copy h3 {
    color: #37364b;
  }
  body.sans-souci .full-fancy-dining h3, body.sans-souci .full-fancy-copy h3 {
    color: #37364b;
  }
  body.swept-away .full-fancy-dining h3, body.swept-away .full-fancy-copy h3 {
    color: #37364b;
  }
  body.negril .full-fancy-dining h3, body.negril .full-fancy-copy h3 {
    color: #37364b;
  }
  body.tower-isle .full-fancy-dining h3, body.tower-isle .full-fancy-copy h3 {
    color: #37364b;
  }
  .full-fancy-dining ul.sym-inline-list, .full-fancy-dining .slide-over-content.left ul, .slide-over-content.left .full-fancy-dining ul, .full-fancy-copy ul.sym-inline-list, .full-fancy-copy .slide-over-content.left ul, .slide-over-content.left .full-fancy-copy ul {
    font-size: 16.5px;
    margin-bottom: 0;
  }
  .full-fancy-dining ul.sym-inline-list:last-of-type, .full-fancy-dining .slide-over-content.left ul:last-of-type, .slide-over-content.left .full-fancy-dining ul:last-of-type, .full-fancy-copy ul.sym-inline-list:last-of-type, .full-fancy-copy .slide-over-content.left ul:last-of-type, .slide-over-content.left .full-fancy-copy ul:last-of-type {
    margin-bottom: 45px;
  }
  .full-fancy-spa .full-popup {
    width: 100%;
  }
  .full-fancy-spa .fancybox-inner {
    position: relative;
  }
  .full-fancy-spa .fancybox-inner img {
    max-width: 100%;
    display: block;
    margin: 0 auto 35px;
    padding-top: 20px;
  }
  .full-fancy-spa .copy-side {
    padding: 0 20px 30px;
  }
  .full-fancy-spa h2 {
    font-size: 30px;
    line-height: 1.15em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 12px;
  }
  .full-fancy-spa h3 {
    text-transform: none;
  }
  body.brand-site .full-fancy-spa h3 {
    color: #37364b;
  }
  body.sans-souci .full-fancy-spa h3 {
    color: #37364b;
  }
  body.swept-away .full-fancy-spa h3 {
    color: #37364b;
  }
  body.negril .full-fancy-spa h3 {
    color: #37364b;
  }
  body.tower-isle .full-fancy-spa h3 {
    color: #37364b;
  }
  .full-fancy-spa a {
    color: #0f1f28 !important;
  }
  .full-fancy-spa p:last-of-type {
    margin-bottom: 0;
  }
  .full-fancy-spa .fancybox-prev, .full-fancy-spa .fancybox-next {
    height: 280px;
  }
  .full-fancy-spa .fancybox-prev span, .full-fancy-spa .fancybox-next span {
    visibility: visible;
    background: url(../images/arrow-white.svg) no-repeat 50% 50%;
    transition: all 0.3s ease-in-out;
    background-size: 25px 46px !important;
    top: 52%;
  }
  .full-fancy-spa .fancybox-prev span:hover, .full-fancy-spa .fancybox-next span:hover {
    opacity: 0.5;
  }
  .full-fancy-spa .fancybox-prev {
    left: 20px;
  }
  .full-fancy-spa .fancybox-next {
    right: 20px;
  }
  .rfp-hidden {
    width: 90%;
    margin: 0 auto;
  }
  .form-entry {
    width: 100% !important;
  }
  fieldset {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .one_half:last-child {
    padding-right: 0;
  }
  input[type=text], input[type=email], input[type=tel], input[type=date] {
    width: 100% !important;
    min-height: 40px !important;
    border-radius: 0;
    -webkit-appearance: none;
  }
  select, textarea {
    width: 100% !important;
    min-height: 40px !important;
    border-radius: 0;
    -webkit-appearance: none;
  }
  input[type=submit], .btnSubmit {
    width: 100% !important;
    border-radius: 0;
    -webkit-appearance: none;
  }
  input[type=date]:before {
    color: #0f1f28;
    content: attr(placeholder);
  }
  input[type=date].full:before {
    color: #0f1f28;
    content: "" !important;
  }
  form label {
    display: inline-block;
    vertical-align: top;
    width: 88%;
  }
  form input[type=checkbox] {
    margin: 5px 10px 0 0 !important;
    border-radius: 0;
  }
  p#thankyouMsg {
    color: #fff;
  }
  .v-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .text-center {
    text-align: center;
  }
  .mobile-content ul.tabs-menu, .mobile-content .sub-menu ul {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Jost-Bold", "sans-serif";
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-content ul.tabs-menu li, .mobile-content .sub-menu ul li {
    display: inline-block;
    padding-right: 5px;
    margin-right: 2px;
    border-right: 1px solid #404040;
    line-height: 0.85em;
    margin-bottom: 8px;
  }
  .mobile-content ul.tabs-menu li:last-of-type, .mobile-content .sub-menu ul li:last-of-type {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .mobile-content ul.tabs-menu li a, .mobile-content .sub-menu ul li a {
    color: #404040;
  }
  .mobile-content ul.tabs-menu li a.active, .mobile-content ul.tabs-menu li a:hover {
    color: #37364b;
  }
  .mobile-content .sub-menu ul {
    margin-top: -45px;
  }
  .mobile-content .sub-menu ul li a.active, .mobile-content .sub-menu ul li a:hover {
    color: #37364b;
  }
  #mobile-content .sub-menu {
    padding-top: 30px;
    display: block;
  }
  #ui-datepicker-div.ui-widget-content {
    background: #ffffff;
    z-index: 9999999999 !important;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  #ui-datepicker-div.ui-widget-content * {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
  .ui-datepicker {
    width: 15em;
    font-size: 20px;
    max-width: 308px;
  }
  .ui-datepicker table {
    border: 0;
    border-collapse: collapse;
  }
  .ui-datepicker table th {
    padding: 0.7em 0.3em;
  }
  .ui-datepicker * {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    border: 0;
  }
  .ui-datepicker .ui-state-disabled, .ui-datepicker .ui-widget-content .ui-state-disabled, .ui-datepicker .ui-widget-header .ui-state-disabled {
    opacity: 0.35;
  }
  .ui-datepicker.ui-datepicker-inline {
    width: 100%;
    padding: 0;
  }
  .ui-datepicker.ui-datepicker-inline .ui-datepicker-group {
    width: 48%;
    margin: 0 1%;
    background-color: #fff;
  }
  .ui-datepicker.ui-datepicker-inline .ui-datepicker-header {
    height: 55px;
  }
  .ui-datepicker.ui-datepicker-inline .ui-datepicker-header * {
    line-height: 25px;
    font-size: 25px;
  }
  .ui-datepicker select.ui-datepicker-month {
    width: 100px !important;
    padding-right: 30px;
    display: inline-block;
  }
  .ui-datepicker .ui-widget-header {
    position: relative;
    padding: 10px 0;
    background: #142f44;
    border-radius: 0;
    border: 0;
    height: 47px;
  }
  .ui-datepicker .ui-widget-header tr th {
    padding: 10px 0;
  }
  .ui-datepicker .ui-widget-header .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1em;
  }
  .ui-datepicker .ui-widget-header .ui-datepicker-title select, .ui-datepicker .ui-widget-header .ui-datepicker-title span {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    color: #fff;
  }
  .ui-datepicker .ui-widget-header .ui-datepicker-title select {
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .ui-datepicker .ui-widget-header .ui-datepicker-prev {
    left: 0;
    transform: translateY(-50%);
  }
  .ui-datepicker .ui-widget-header .ui-datepicker-next {
    transform: translateY(-50%) rotate(180deg);
    right: 0;
  }
  .ui-datepicker .ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header .ui-datepicker-next {
    position: absolute;
    top: 50%;
    background-image: url("..//images/left-arrow.png");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ui-datepicker .ui-widget-header .ui-datepicker-prev span, .ui-datepicker .ui-widget-header .ui-datepicker-next span {
    background-image: none;
    color: transparent;
  }
  .ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    width: 100%;
    table-layout: fixed;
  }
  .ui-datepicker .ui-datepicker-calendar thead {
    background-color: #37364b;
    color: #fff;
    text-transform: uppercase;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td {
    padding: 0;
    font-family: "Jost-Regular", "sans-serif";
    height: 35px;
    position: relative;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td * {
    padding: 0;
    line-height: 35px;
    text-align: center;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-default {
    font-size: 11px;
    border: 0;
    color: #0f1f28;
    background-color: transparent;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.dp-highlight, .ui-datepicker .ui-datepicker-calendar tbody td:hover, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
    background-color: #37364b;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.dp-highlight *, .ui-datepicker .ui-datepicker-calendar tbody td:hover *, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day * {
    color: #fff;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled {
    background-color: transparent;
  }
  ul.global-sitemap {
    position: relative;
    margin-left: 10%;
    margin-bottom: 60px;
    padding-top: 0;
  }
  ul.global-sitemap li {
    line-height: 1.6;
    margin-bottom: 10px;
    list-style: none;
    font-size: 20px;
  }
  ul.global-sitemap li ul {
    border-left: 1px solid #EAEAEA;
    margin-left: 0;
    margin-bottom: 10px;
  }
  ul.global-sitemap li ul li {
    padding: 10px 5px 3px 5px;
    list-style: none !important;
    line-height: 1.2;
    font-size: 90%;
    margin-bottom: 0;
  }
  ul.global-sitemap li ul li a {
    text-decoration: none !important;
    color: grey;
    padding-left: 10px;
  }
  ul.global-sitemap li ul li ul {
    margin: 10px 0 0 10px;
  }
  ul.global-sitemap li ul li ul li ul li {
    padding: 0;
    margin-bottom: 3px;
  }
  ul.global-sitemap li ul li ul li ul li a {
    opacity: 0.7;
  }
  ul.global-sitemap li ul li:before {
    display: none;
  }
  .gallery {
    margin-top: 80px;
  }
  .video-section {
    position: relative;
  }
  .play-drop-shadow {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    width: 300px;
    height: 270px;
    background: url(../images/play-w-dropshadow.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .mini-booking-form .dates {
    margin-bottom: 20px;
  }
  .mini-booking-form .dates .field {
    width: 40%;
    max-width: 185px;
    display: inline-block;
    margin-right: 5%;
  }
  .mini-booking-form .dates .field input {
    border: 0;
    border-bottom: 1px solid #0f1f28;
    padding: 12px 4px;
    background: url("../images/calendar.png") no-repeat 95% center;
  }
  .mini-booking-form .select-property, .mini-booking-form .btn, .mini-booking-form #panel input[type=button] {
    width: 40%;
    max-width: 185px;
    display: inline-block;
    margin-right: 5%;
  }
  #panel .mini-booking-form input[type=button], .mini-booking-form .navigation-holder .inner.top .res-btn, .navigation-holder .inner.top .mini-booking-form .res-btn, .mini-booking-form .booking-widget .inner.top .res-btn, .booking-widget .inner.top .mini-booking-form .res-btn {
    width: 40%;
    max-width: 185px;
    display: inline-block;
    margin-right: 5%;
  }
  .mini-booking-form .btn:hover, .mini-booking-form #panel input:hover[type=button] {
    color: #37364b !important;
  }
  #panel .mini-booking-form input:hover[type=button], .mini-booking-form .navigation-holder .inner.top .res-btn:hover, .navigation-holder .inner.top .mini-booking-form .res-btn:hover, .mini-booking-form .booking-widget .inner.top .res-btn:hover, .booking-widget .inner.top .mini-booking-form .res-btn:hover {
    color: #37364b !important;
  }
  .mini-booking-form .select-property select {
    padding: 9px 10px;
    background: url("../images/arrow-btn-blue-down.png") no-repeat 93% center;
  }
  .container-fluid {
    max-width: 90%;
    margin: 0 auto;
  }
  .hide-mobile {
    display: none;
  }
}
body.special-offers .special-offer-switch .offer-container {
  margin: 1rem 0;
}

body.special-offers .special-offer-switch .offer-container .offer-block {
  position: relative;
  padding: 0.5rem 3rem;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  body.special-offers .special-offer-switch .offer-container .offer-block {
    padding: 0.5rem 1rem;
  }
}
body.special-offers .special-offer-switch .offer-container .offer-block h1, body.special-offers .special-offer-switch .offer-container .offer-block p {
  margin: 0;
  text-align: left;
}

body.special-offers .special-offer-switch .offer-container .offer-block p {
  text-transform: uppercase;
}

body.special-offers .special-offer-switch .offer-container .offer-block h1 {
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

body.special-offers .special-offer-switch .offer-container .offer-block:first-child:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background: #00b3cb;
  top: 0;
  right: 0;
}

body.special-offers .special-offer-switch .offer-container .offer-block:hover:not(.active) h1 {
  transform: scale(1.1);
}

body.special-offers .special-offer-switch .offer-container .offer-block.active h1 {
  color: #00b3cb;
  font-weight: bold;
}

body.special-offers .specials-page__top-specials .specials-list {
  display: none;
}

body.special-offers .specials-page__top-specials .specials-list > li h2 {
  text-transform: capitalize;
}

body.special-offers .specials-page__top-specials .specials-list > li h3 {
  text-transform: uppercase;
  font-size: 33px;
}

body.special-offers .specials-page__top-specials .specials-list > li .booking-info {
  text-align: center;
}

body.special-offers .specials-page__top-specials .specials-list > li.specials-list__each-special--blue .image-container .resort-credit {
  background: #0e1f27;
  color: white;
}

body.special-offers .specials-page__top-specials .specials-list > li.specials-list__each-special--blue .image-container .percent {
  background: transparent;
}

body.special-offers .specials-page__top-specials .specials-list > li.specials-list__each-special--blue .image-container .percent span {
  color: #0e1f27;
}

body.special-offers .specials-page__top-specials .specials-list > li.specials-list__each-special--blue small {
  color: white;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form {
  margin: 20px 0 10px;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form .price-block h3.now-price small:last-child {
  display: block;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form .price-block h3.now-price span {
  font-weight: bolder;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form .price-block p {
  margin: 0;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form .price-block p.was-price {
  text-decoration: line-through;
  color: #ff3333;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form .price-block p.now-price {
  font-weight: bold;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form .price-block p.now-price.save {
  text-align: left;
  text-transform: uppercase;
  font-size: small;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form .price-block p.now-price.save span {
  display: block;
  font-weight: bolder;
  font-size: xx-large;
  color: #00b3cb;
  padding-top: 2px;
}

body.special-offers .specials-page__top-specials .specials-list > li .mini-booking-form .btn {
  margin-bottom: 0;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container {
  position: relative;
  display: flex;
  justify-content: center;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container img {
  min-width: 100%;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container .resort-credit, body.special-offers .specials-page__top-specials .specials-list > li .image-container .percent {
  position: absolute;
  left: 0;
  background: white;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 2rem;
  color: #0e1f27;
  text-transform: uppercase;
  width: 100%;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container .resort-credit {
  align-self: flex-end;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container .resort-credit span {
  font-weight: bold;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container .percent {
  align-self: flex-start;
  max-width: 25%;
  padding: 1rem;
  text-align: left;
  background: transparent;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container .percent span {
  display: block;
  color: white;
  font-size: 1.5rem;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container .percent span.price {
  font-size: 4rem;
  text-align: center;
}

body.special-offers .specials-page__top-specials .specials-list > li .image-container .percent span.end {
  text-align: right;
}

body.special-offers .specials-page__top-specials .specials-list:first-child {
  display: block;
}

body.special-offers .full-popup {
  padding: 1.5rem;
}

body.special-offers .full-popup h2 {
  font-size: 2rem;
}

body.special-offers .full-popup h2 small {
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
}

body.special-offers .terms small {
  margin: 1rem 0;
  display: block;
}

.header-lp {
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 120px;
  padding: 20px 30px 0;
  background: #1e1d28 !important;
  width: 100%;
  max-width: 1500px;
}

.header-lp .header__booked {
  top: -5px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
}

body.minimal-landing .top-section {
  display: none;
}

body.minimal-landing .header-lp .header__booked .phone {
  display: block;
  padding-top: 15px;
  margin-bottom: 7px;
  font-size: 1.23077em;
  text-transform: uppercase;
  font-family: Jost-Bold, "sans-serif";
  color: white;
}

body.minimal-landing .header-lp .header__booked .header__booking-trigger {
  display: none;
}

body.minimal-landing .bg-image {
  min-height: 951px;
  margin-top: -60px;
  background-repeat: no-repeat;
  background-size: cover;
}

body.minimal-landing .bg-image .intro {
  padding: 160px 0 30px;
  margin-top: 60px;
}

body.minimal-landing .bg-image .intro h1 {
  display: inline-block;
  font-size: 90px;
  color: #fff;
  letter-spacing: -2px;
}

body.minimal-landing .bg-image .intro .intro-content {
  text-align: center;
}

body.minimal-landing .bg-image .intro .intro-content p {
  color: #0f1f28;
  padding-right: 0;
  padding-top: 120px;
}

body.minimal-landing .bg-image .intro .how-we-rate {
  border: 1px solid #37364b;
  padding: 40px;
  text-align: center;
  margin: 80px 0;
  letter-spacing: 3px;
}

body.minimal-landing .bg-image .intro .how-we-rate h2 {
  text-transform: uppercase;
  color: #37364b;
  display: block;
  margin: -70px auto 30px auto;
  background: white;
  width: 310px;
  font-size: 35px;
  letter-spacing: 1px;
}

body.minimal-landing .bg-image .intro .row {
  margin-top: 25px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 45px;
}

body.minimal-landing .bg-image .intro .row img {
  vertical-align: middle;
  border-style: none;
}

body.minimal-landing .bg-image .intro h3 {
  text-transform: uppercase;
  color: #37364b;
  text-align: center;
  font-size: 35px;
}

@media only screen and (max-width: 426px) {
  body.minimal-landing .bg-image {
    background-image: none !important;
  }
  body.minimal-landing .bg-image .top-section {
    display: block;
    margin-top: 140px;
  }
  body.minimal-landing .bg-image .top-section img {
    width: 100%;
  }
  body.minimal-landing .bg-image .intro {
    padding-top: 0;
    margin-top: 0;
  }
  body.minimal-landing .bg-image .intro .hide-small {
    display: none;
  }
  body.minimal-landing .bg-image .intro .intro-content p {
    padding-top: 2em;
  }
  body.minimal-landing .bg-image .intro .how-we-rate {
    padding: 40px;
    text-align: center;
    margin: 100px 0;
    letter-spacing: 3px;
  }
  body.minimal-landing .bg-image .intro .how-we-rate h2 {
    display: block;
    margin: -60px auto 30px auto;
    width: 250px;
    font-size: 25px;
    letter-spacing: 1px;
  }
  body.minimal-landing .bg-image .intro .how-we-rate .row {
    margin-top: 25px;
    padding: 20px 60px 0;
  }
  body.minimal-landing .bg-image .intro .how-we-rate img {
    max-width: 100%;
    width: 100%;
  }
  body.minimal-landing .bg-image .intro .awards h3 {
    font-size: 35px;
  }
  body.minimal-landing .bg-image .intro .awards .row {
    margin-top: 25px;
    padding: 20px 60px 10px;
  }
  body.minimal-landing .bg-image .intro .awards img {
    max-width: 100%;
    width: 100%;
  }
}
#gallery-map .header a.logo {
  margin-left: 0 !important;
}

#gallery-map .intro-copy {
  padding-top: 200px;
}

#gallery-map .cc-map-wrapper .smoking-area {
  position: absolute;
  width: 23px;
  height: 23px;
  z-index: 999;
  display: block;
  background: url("https://couples.com/assets/svg/Smoking-Icon.svg") no-repeat center center;
}

body.covid-19 .intro-copy {
  margin-top: 100px;
  padding: 50px 0 40px;
}

body.covid-19 .intro-copy h1.bold {
  text-decoration: underline;
  color: #37364b;
  font-family: "Jost-Bold", sans-serif;
}

body.covid-19 .center-align {
  text-align: center;
}

body.covid-19 .columns {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

body.covid-19 .columns .module-title {
  font-family: "Jost-Thin", sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
  position: relative;
  display: block;
  margin: 50px auto;
  max-width: 900px;
}

body.covid-19 .columns .module-title span {
  color: #37364b;
  display: block;
  font-size: 20px;
  font-family: "Jost-Regular", sans-serif;
}

body.covid-19 .columns .module-title span::before, body.covid-19 .columns .module-title span::after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ccc;
  top: 13px;
  width: 45%;
}

body.covid-19 .columns .module-title span::before {
  left: -100px;
}

body.covid-19 .columns .module-title span::after {
  right: -100px;
}

body.covid-19 .columns .flex-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}

body.covid-19 .columns .flex-box .item {
  width: 37%;
  text-align: center;
  margin-bottom: 3em;
}

body.covid-19 .columns .flex-box .item .image {
  margin-bottom: 25px;
}

body.covid-19 .columns .flex-box .item p.title {
  font-size: 25px;
}

@media screen and (max-width: 425px) {
  body.covid-19 .columns .flex-box .item {
    width: 100%;
  }
}
body.covid-19 .good-clean-fun {
  margin-top: 90px;
}

body.covid-19 .good-clean-fun .flex-box {
  justify-content: space-around;
}

body.covid-19 .good-clean-fun .item {
  width: 48%;
}

body.covid-19 .good-clean-fun .item ul {
  margin-top: 20px;
}

body.covid-19 .good-clean-fun .item ul li {
  margin-bottom: 30px;
  font-size: 15px;
}

@media screen and (max-width: 425px) {
  body.covid-19 .good-clean-fun .item {
    width: 100%;
  }
}
body.covid-19 .flex-box {
  display: flex;
  flex-flow: wrap;
}

body.covid-19 .worry-free {
  background: #101f28;
  padding: 80px 50px;
  justify-content: space-around;
  align-content: center;
}

body.covid-19 .worry-free .item-1 {
  width: 25%;
  border-right: 1px solid #fff;
  margin-right: 50px;
  padding-right: 100px;
  text-align: center;
}

@media screen and (max-width: 425px) {
  body.covid-19 .worry-free .item-1 {
    width: 100%;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  body.covid-19 .worry-free .item-1 img {
    width: 100%;
    margin-bottom: 2em;
  }
}
body.covid-19 .worry-free .item {
  width: 60%;
}

body.covid-19 .worry-free .item h2, body.covid-19 .worry-free .item p {
  color: #fff;
}

@media screen and (max-width: 425px) {
  body.covid-19 .worry-free .item {
    width: 100%;
  }
}
body.covid-19 .clean-policies {
  background: #eeebea;
  padding: 70px 0;
}

body.covid-19 .clean-policies h2 {
  font-size: 16px;
  font-family: "Jost-Regular", sans-serif;
  color: #37364b;
  letter-spacing: 0;
  margin-bottom: 8px;
  line-height: 22px;
}

body.covid-19 .clean-policies .align-center h2 {
  font-size: 20px;
  font-family: "Jost-Bold", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  color: #0f1f28;
  margin-bottom: 40px;
}

body.covid-19 .fancybox-type-inline .fancybox-inner div {
  padding: 31px 30px 30px 30px;
}

.reviews-new-home {
  background-color: #0c2028;
  padding: 50px 0;
  text-align: center;
}

.reviews-new-home .main-title {
  color: #fff;
  font-family: "Jost-Bold", "sans-serif";
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.reviews-new-home .text {
  max-width: 850px;
  margin: auto;
}

.reviews-new-home .text .copy {
  color: #fff;
}

.reviews-new-home .text .copy h2 {
  font-size: 42px;
  color: #37364b;
  margin-bottom: 20px;
  line-height: 42px;
}

.reviews-new-home .text .copy p {
  margin: 0 0 20px;
}

.reviews-new-home .text .copy .author {
  font-size: 16px;
  margin-bottom: 20px;
}

.reviews-new-home ul {
  margin: 20px auto;
  text-align: center !important;
}

.btm-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}

@media (max-width: 767.98px) {
  .btm-notice {
    display: none;
  }
}
.btm-notice .btm-notice__col {
  background-color: #ffffff;
  margin: auto;
  max-width: 650px;
  height: 65px;
  display: flex;
  align-content: center;
  justify-content: flex-end;
}

.btm-notice .btm-notice__col .btm-notice__message {
  font-family: "Jost-Regular", sans-serif;
  font-size: 17px;
  line-height: 65px;
  color: #000;
  padding-left: 50px;
  background: url("../../images/notice/icon-hand-black.png") no-repeat left 12px;
  background-size: 14%;
  padding-right: 10px;
}

.btm-notice .btm-notice__col .btm-notice__cta {
  background-color: #37364b;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  font-family: "Jost-Regular", sans-serif;
  margin-left: 20px;
  line-height: 65px;
  padding: 0 40px;
}

.btm-notice .btm-notice__col .btm-notice__cta:hover {
  background-color: #ade3d3;
  color: #37364b !important;
}

.top-content-home a.badge {
  display: none !important;
}

.offer-container .countdown-wrapper {
  position: absolute;
  max-width: 610px;
  right: 201px;
  bottom: 180px;
}

.offer-container .countdown-wrapper .shadow {
  background: url("https://couples.com/assets/images/brand-home/countdown-shadow.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 610px;
  height: 110px;
  z-index: 0;
  top: 7px;
  box-shadow: none !important;
}

.offer-container .countdown-wrapper .flex {
  display: flex;
  align-content: center;
  align-items: center;
}

.offer-container .countdown-wrapper .book-by {
  background: #fff;
  color: #153f62;
  width: 350px;
  text-align: center;
  height: 70px;
  font-family: "Jost-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 20px;
  letter-spacing: 1px;
  z-index: 9;
}

.offer-container .countdown-wrapper .timer {
  width: 380px;
  text-align: center;
  background: #37364b;
  height: 70px;
  padding-top: 10px;
  z-index: 9;
}

.offer-container .countdown-wrapper .timer .countdown {
  max-width: 250px;
  position: relative;
  margin: auto;
}

.offer-container .countdown-wrapper .timer #countdown_dashboard {
  width: 300px;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 0;
}

.offer-container .countdown-wrapper .timer .dash {
  float: left;
  position: relative;
  width: 60px;
}

.offer-container .countdown-wrapper .timer .dash .digit {
  color: #fff;
  font-family: arial;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  display: inline-block;
  height: 27px;
  overflow: hidden;
}

.offer-container .countdown-wrapper .timer .dash .digitTxt {
  font-size: 13px;
  color: #fff;
  font-family: "Jost-Bold", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.offer-container .countdown-wrapper .dates {
  font-size: 16px;
  padding-top: 35px;
  line-height: 30px;
  color: #000;
}

.offer-container .countdown-wrapper .dates.white {
  color: #fff;
}

.offer-container .countdown-wrapper .dates .book-date {
  background: url("https://couples.com/assets/images/icon-lp-date.png") center left no-repeat;
  padding-left: 35px;
  background-size: contain;
  margin-right: 7%;
}

.offer-container .countdown-wrapper .dates .travel-by {
  background: url("https://couples.com/assets/images/icon-lp-time.png") center left no-repeat;
  padding-left: 35px;
  background-size: contain;
}

.offer-container .ctnDigits {
  margin: 0 auto;
  width: 100%;
  float: left;
}

.header-content-overlay {
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  max-height: 50%;
  max-width: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-content-overlay .header-content * {
  color: #fff;
}

.header-content-overlay .header-content h1 {
  font-size: 30px;
  font-family: Jost-Regular, sans-serif;
  letter-spacing: 3px;
}

.header-content-overlay .header-content h1 strong {
  font-family: Jost-Bold, sans-serif;
}

.header-content-overlay .header-content .present_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-content-overlay .header-content .present_content .content {
  flex-basis: 100%;
  align-self: stretch;
}

.header-content-overlay .header-content .present_content .content.right {
  padding-left: 2rem;
}

.header-content-overlay .header-content .present_content .content.right h1 {
  font-size: 7em;
  line-height: 1;
  margin: 0;
  font-family: "Jost-Bold", sans-serif;
}

.header-content-overlay .header-content .present_content .content.right p {
  margin-bottom: 0;
}

.header-content-overlay .header-content .present_content .content.left {
  position: relative;
}

.header-content-overlay .header-content .present_content .content.left:after {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 2px solid white;
  top: 0;
  right: 0;
}

.header-content-overlay .header-content .present_content .content.left .caret-holder {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header-content-overlay .header-content .present_content .content.left .caret-holder .caret {
  position: relative;
}

.header-content-overlay .header-content .present_content .content.left .caret-holder .caret:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.header-content-overlay .header-content .present_content .content.left .caret-holder .caret:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-left: 0px solid #fff;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.header-content-overlay .header-content .present_content .content h1,
.header-content-overlay .header-content .present_content .content h2 {
  margin-bottom: 0;
}

.header-content-overlay .header-content .present_content .content h1 {
  font-family: "Jost-Bold", sans-serif;
  font-size: 3.3em;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}

.header-content-overlay .header-content .present_content .content h2 {
  font-family: "Jost-Bold", sans-serif;
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 1;
}

.header-content-overlay .header-content .bottom_content {
  text-align: center;
  text-transform: uppercase;
  font-family: "Jost-Light", sans-serif;
  letter-spacing: 3px;
  font-size: 23px;
  margin-top: 3em;
}

.header-content-overlay .header-content .bottom_content .has-lines {
  position: relative;
  display: inline-block;
}

.header-content-overlay .header-content .bottom_content .has-lines:before, .header-content-overlay .header-content .bottom_content .has-lines:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 2px solid white;
  top: 0;
  width: 150px;
}

.header-content-overlay .header-content .bottom_content .has-lines:before {
  right: 100%;
  margin-right: 15px;
}

.header-content-overlay .header-content .bottom_content .has-lines:after {
  left: 100%;
  margin-left: 15px;
}

.header-content-overlay .header-content .bottom_content strong {
  font-family: "Jost-Bold", sans-serif;
}

.slide-over-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  width: 100%;
  padding: 3rem;
}

.slide-over-content .main-content {
  z-index: 1;
}

.slide-over-content.center * {
  text-align: center;
}

.slide-over-content.center h1 {
  margin-bottom: 0.2em;
}

.slide-over-content.center p {
  font-size: 1.5rem;
  font-family: "Jost-Light", sans-serif;
  letter-spacing: 2px;
}

.slide-over-content.left {
  justify-content: flex-start;
  height: 100%;
}

.slide-over-content.left h1 {
  margin-bottom: 0;
}

.slide-over-content.left ul, .slide-over-content.left p {
  margin: 1.8em 0;
  font-size: 1.4rem;
}

.slide-over-content.left ul li {
  font-size: 22px;
  padding-left: 1.5rem !important;
}

.slide-over-content.right {
  justify-content: flex-end;
}

.slide-over-content.white-text * {
  color: #ffffff;
}

.slide-over-content.dark-text * {
  color: #1b1e21;
}

.slide-over-content h1 {
  font-family: "Jost-Light", sans-serif;
}

.slide-over-content h1 span {
  font-size: inherit;
  font-family: inherit;
}

.gradient-overlay {
  background: linear-gradient(95deg, white 0%, white 33%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.homepage .topalert {
  background-color: #37364b;
  height: 60px;
  z-index: 99 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.homepage .topalert .container {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100%;
}

.homepage .topalert .container .topalert__col {
  background: url(../images/icon-hand-white.png) no-repeat left center;
  background-size: auto;
  background-size: 8%;
  padding-left: 40px;
  width: 100%;
  display: flex;
}

.homepage .topalert .container .topalert__col .topalert__message {
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 28px;
  color: white;
  margin-right: 5px;
}

.homepage .topalert .container .topalert__col .topalert__cta {
  text-transform: uppercase;
  margin-left: 4px;
  font-size: 12px !important;
  margin-top: 7px;
  color: #0f1f28 !important;
  text-decoration: underline;
  font-family: "Jost-Regular", "sans-serif";
}

.header li.loyalty-rewards {
  margin-right: 0;
  background: url("../../assets/images/loyalty-icon.png") no-repeat;
  padding-left: 33px;
  background-size: 23%;
  background-position-y: 4px;
}

.header.scroll-nav li.loyalty-rewards, #gallery-map .header li.loyalty-rewards, .header:hover li.loyalty-rewards {
  background: url("../../assets/images/loyalty-icon-color.png") no-repeat;
}

#default .header li.loyalty-rewards {
  background: url("../../assets/images/loyalty-icon-color.png") no-repeat;
}

.brand-centre ul.tab-slider--tabs,
.brand-centre ul.tab-slider2--tabs {
  font-size: 1.17462em;
  text-transform: uppercase;
  font-family: "Jost-Bold", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

.brand-centre ul.tab-slider--tabs li,
.brand-centre ul.tab-slider2--tabs li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #0f1f28;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.brand-centre ul.tab-slider--tabs li.active,
.brand-centre ul.tab-slider2--tabs li.active {
  color: #37364b;
}

.brand-centre ul.tab-slider--tabs li:last-child,
.brand-centre ul.tab-slider2--tabs li:last-child {
  border-right: 0;
}

.brand-centre .intro-copy p {
  margin: 0 auto 55px;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
}

.popup-overlay .popup-inner {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 95%;
}

.popup-overlay .popup-close {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAABBElEQVQ4jcWVQQrCMBBFcwSP0CN4NG/iNlNMBgoFoQuh4Lq4KB7DCwRcz+q7sbW1zaC2wcBsQnif/PzJGBNZzJwRuZ21h8baA2aqIXI7Zs5ijDnohsjtI8DZInJ7Zt6o4DznrbXu9g34Ve6W57yNgonc/Tdwf4P7ROBpxSLwUGBkkbWO1wAPLOI+FbFDZXlE217hfTHa975A215R1+eoADNnRkuGiAAAQgi9gPcFQggAABFRE2S0dHTwDtQ0l8melh6jeVdVpxFsuEQEVXVSvVfhMYFPwP+Fr2BLwgf9NIpleZxEEYAeRa2J6vq8rImStn/yjyvpl5t8WLxZtP6YexNZPKAfwHPsqBSZfQUAAAAASUVORK5CYII=") no-repeat;
  width: 23px;
  height: 22px;
  cursor: pointer;
}

.popup-overlay [data-em=popup-container] {
  width: 675px;
  height: 445px;
  overflow: hidden;
  background-size: auto;
  background-size: contain;
  text-align: center;
  padding-top: 150px;
}

.popup-overlay [data-em=popup-container] [data-em=text-line-1] {
  color: #ffffff;
  font-size: 22px;
  padding: 20px 50px;
  font-family: "Jost-Regular", "sans-serif";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  line-height: 1.3;
}

.popup-overlay [data-em=popup-container] [data-em=text-line-2] {
  color: #ffffff;
  font-size: 20px;
  line-height: 0px;
  text-align: center;
  font-family: "Jost-Regular", "sans-serif";
}

.popup-overlay [data-em=popup-container] .btn-text {
  color: #26b0c7;
  text-decoration: none;
  font-size: 20px;
  font-family: "Jost-Regular", "sans-serif";
  max-width: 390px;
  display: block;
  padding: 11px 0;
  margin: 0 auto;
  transition: all 100ms;
  border: none;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

body {
  font-family: "Jost-Regular", "sans-serif";
  font-size: 13px;
  color: #37364b;
}

a,
input,
button {
  transition: all 0.3s ease-in-out;
}

body.brand-site a,
body.brand-site input,
body.brand-site button {
  color: #37364b;
}

body.sans-souci a,
body.sans-souci input,
body.sans-souci button {
  color: #37364b;
}

body.swept-away a,
body.swept-away input,
body.swept-away button {
  color: #37364b;
}

body.negril a,
body.negril input,
body.negril button {
  color: #37364b;
}

body.tower-isle a,
body.tower-isle input,
body.tower-isle button {
  color: #37364b;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: #37364b;
}

.btn,
#panel input[type=button] {
  background: rgba(255, 255, 255, 0);
  border: 1px solid;
  position: relative;
  display: inline-block;
  padding: 12px 50px;
  font-size: 15.27px;
  line-height: 15.27px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  color: #37364b;
  z-index: 0;
  font-family: "Jost-Bold", "sans-serif";
  cursor: pointer;
}

.btn:hover,
#panel input:hover[type=button] {
  color: #fff;
}

body.brand-site .btn:hover,
body.brand-site #panel input:hover[type=button],
#panel body.brand-site input:hover[type=button] {
  background: #37364b;
}

body.sans-souci .btn:hover,
body.sans-souci #panel input:hover[type=button],
#panel body.sans-souci input:hover[type=button] {
  background: #37364b;
}

body.swept-away .btn:hover,
body.swept-away #panel input:hover[type=button],
#panel body.swept-away input:hover[type=button] {
  background: #37364b;
}

body.negril .btn:hover,
body.negril #panel input:hover[type=button],
#panel body.negril input:hover[type=button] {
  background: #37364b;
}

body.tower-isle .btn:hover,
body.tower-isle #panel input:hover[type=button],
#panel body.tower-isle input:hover[type=button] {
  background: #37364b;
}

body.brand-site .btn,
body.brand-site #panel input[type=button],
#panel body.brand-site input[type=button] {
  border-color: #37364b;
}

body.sans-souci .btn,
body.sans-souci #panel input[type=button],
#panel body.sans-souci input[type=button] {
  border-color: #37364b;
}

body.swept-away .btn,
body.swept-away #panel input[type=button],
#panel body.swept-away input[type=button] {
  border-color: #37364b;
}

body.negril .btn,
body.negril #panel input[type=button],
#panel body.negril input[type=button] {
  border-color: #37364b;
}

body.tower-isle .btn,
body.tower-isle #panel input[type=button],
#panel body.tower-isle input[type=button] {
  border-color: #37364b;
}

body.brand-site .btn,
body.brand-site #panel input[type=button],
#panel body.brand-site input[type=button] {
  color: #37364b;
}

body.sans-souci .btn,
body.sans-souci #panel input[type=button],
#panel body.sans-souci input[type=button] {
  color: #37364b;
}

body.swept-away .btn,
body.swept-away #panel input[type=button],
#panel body.swept-away input[type=button] {
  color: #37364b;
}

body.negril .btn,
body.negril #panel input[type=button],
#panel body.negril input[type=button] {
  color: #37364b;
}

body.tower-isle .btn,
body.tower-isle #panel input[type=button],
#panel body.tower-isle input[type=button] {
  color: #37364b;
}

.btn:hover,
#panel input:hover[type=button] {
  color: #fff;
}

.btn.gold,
#panel input.gold[type=button] {
  border: 1px solid #37364b !important;
  color: #37364b !important;
}

.btn.gold:hover,
#panel input.gold:hover[type=button] {
  color: #fff !important;
  background: #37364b !important;
}

.btn.white,
#panel input.white[type=button] {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn.white:hover,
#panel input.white:hover[type=button] {
  color: #0f1f28 !important;
  background: #fff !important;
}

.btn.black,
#panel input.black[type=button] {
  border-color: #0f1f28 !important;
  color: #0f1f28 !important;
}

.btn.black:hover,
#panel input.black:hover[type=button] {
  color: #fff !important;
  background: #0f1f28 !important;
}

.btn.solid,
#panel input.solid[type=button] {
  color: #fff !important;
}

body.brand-site .btn.solid,
body.brand-site #panel input.solid[type=button],
#panel body.brand-site input.solid[type=button] {
  background: #37364b;
}

body.sans-souci .btn.solid,
body.sans-souci #panel input.solid[type=button],
#panel body.sans-souci input.solid[type=button] {
  background: #37364b;
}

body.swept-away .btn.solid,
body.swept-away #panel input.solid[type=button],
#panel body.swept-away input.solid[type=button] {
  background: #37364b;
}

body.negril .btn.solid,
body.negril #panel input.solid[type=button],
#panel body.negril input.solid[type=button] {
  background: #37364b;
}

body.tower-isle .btn.solid,
body.tower-isle #panel input.solid[type=button],
#panel body.tower-isle input.solid[type=button] {
  background: #37364b;
}

.btn.solid:hover,
#panel input.solid:hover[type=button] {
  background: rgba(255, 255, 255, 0) !important;
}

.resort-site.tower-isle .btn.solid:hover,
.resort-site.tower-isle #panel input.solid:hover[type=button],
#panel .resort-site.tower-isle input.solid:hover[type=button] {
  color: #37364b !important;
}

.resort-site.negril .btn.solid:hover,
.resort-site.negril #panel input.solid:hover[type=button],
#panel .resort-site.negril input.solid:hover[type=button] {
  color: #37364b !important;
}

.resort-site.swept-away .btn.solid:hover,
.resort-site.swept-away #panel input.solid:hover[type=button],
#panel .resort-site.swept-away input.solid:hover[type=button] {
  color: #37364b !important;
}

.resort-site.sans-souci .btn.solid:hover,
.resort-site.sans-souci #panel input.solid:hover[type=button],
#panel .resort-site.sans-souci input.solid:hover[type=button] {
  color: #37364b !important;
}

.learn-more {
  font-size: 1.01231em;
}

.arrow-btn {
  font-size: 15.67px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Jost-Bold", "sans-serif";
  background: url(../images/arrow-btn.png) no-repeat right center;
  padding-right: 28px;
  display: inline-block;
}

.arrow-btn.blue {
  background: url(../images/arrow-btn-blue.png) no-repeat right center;
  color: #37364b;
}

.arrow-btn.white {
  color: #fff;
}

.arrow-btn:hover {
  padding-right: 35px;
}

.animated,
.btn,
#panel input[type=button],
.arrow-btn,
form#desktop-booking-form .booking-btn {
  transition: all 0.3s ease-in-out;
}

.hidden,
.mini-booking-form .dates .field label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.toggle-content {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

.toggle-content.appear {
  display: block;
  height: auto;
  opacity: 1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.video-popup,
.video-popup-2 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}

.video-popup .close-icon,
.video-popup-2 .close-icon {
  font-size: 0.66769em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  right: -40px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: url(../images/icon-close-white.svg) no-repeat top center;
  background-size: 14px;
  padding-top: 20px;
}

.video-popup .close-icon:hover,
.video-popup-2 .close-icon:hover {
  opacity: 0.6;
}

.video-popup .video-holder,
.video-popup-2 .video-holder {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@font-face {
  font-family: "BrandonText-Thin";
  src: url("../fonts/BrandonText-Thin.eot");
  src: url("../fonts/BrandonText-Thind41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Thin.woff") format("woff"), url("../fonts/BrandonText-Thin.ttf") format("truetype"), url("../fonts/BrandonText-Thin.svg#BrandonText-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "BrandonText-Regular";
  src: url("../fonts/BrandonText-Regular.eot");
  src: url("../fonts/BrandonText-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Regular.woff") format("woff"), url("../fonts/BrandonText-Regular.ttf") format("truetype"), url("../fonts/BrandonText-Regular.svg#BrandonText-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BrandonText-Medium";
  src: url("../fonts/BrandonText-Medium.eot");
  src: url("../fonts/BrandonText-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Medium.woff") format("woff"), url("../fonts/BrandonText-Medium.ttf") format("truetype"), url("../fonts/BrandonText-Medium.svg#BrandonText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BrandonText-Bold";
  src: url("../fonts/BrandonText-Bold.eot");
  src: url("../fonts/BrandonText-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Bold.woff") format("woff"), url("../fonts/BrandonText-Bold.ttf") format("truetype"), url("../fonts/BrandonText-Bold.svg#BrandonText-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "BrandonGrotesque-Thin";
  src: url("../fonts/BrandonGrotesque-Thin.eot");
  src: url("../fonts/BrandonGrotesque-Thind41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Thin.woff") format("woff"), url("../fonts/BrandonGrotesque-Thin.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Thin.svg#BrandonGrotesque-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "BrandonGrotesque-Light";
  src: url("../fonts/BrandonGrotesque-Light.eot");
  src: url("../fonts/BrandonGrotesque-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/BrandonGrotesque-Light.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BrandonGrotesque-Regular";
  src: url("../fonts/BrandonGrotesque-Regular.eot");
  src: url("../fonts/BrandonGrotesque-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BrandonGrotesque-Bold";
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Calluna-Italic";
  src: url("../fonts/Calluna-Italic.eot");
  src: url("../fonts/Calluna-Italicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Calluna-Italic.woff") format("woff"), url("../fonts/Calluna-Italic.ttf") format("truetype"), url("../fonts/Calluna-Italic.svg#Calluna-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
/* jost-100 - latin */
@font-face {
  font-family: "Jost-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/jost-v12-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/jost-v12-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/jost-v12-latin-100.woff2") format("woff2"), url("../fonts/jost-v12-latin-100.woff") format("woff"), url("../fonts/jost-v12-latin-100.ttf") format("truetype"), url("../fonts/jost-v12-latin-100.svg#Jost") format("svg");
  /* Legacy iOS */
}
/* jost-300 - latin */
@font-face {
  font-family: "Jost-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/jost-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/jost-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/jost-v12-latin-300.woff2") format("woff2"), url("../fonts/jost-v12-latin-300.woff") format("woff"), url("../fonts/jost-v12-latin-300.ttf") format("truetype"), url("../fonts/jost-v12-latin-300.svg#Jost") format("svg");
  /* Legacy iOS */
}
/* jost-regular - latin */
@font-face {
  font-family: "Jost-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jost-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/jost-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/jost-v12-latin-regular.woff2") format("woff2"), url("../fonts/jost-v12-latin-regular.woff") format("woff"), url("../fonts/jost-v12-latin-regular.ttf") format("truetype"), url("../fonts/jost-v12-latin-regular.svg#Jost") format("svg");
  /* Legacy iOS */
}
/* jost-500 - latin */
@font-face {
  font-family: "Jost-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/jost-v12-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/jost-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/jost-v12-latin-500.woff2") format("woff2"), url("../fonts/jost-v12-latin-500.woff") format("woff"), url("../fonts/jost-v12-latin-500.ttf") format("truetype"), url("../fonts/jost-v12-latin-500.svg#Jost") format("svg");
  /* Legacy iOS */
}
/* jost-800 - latin */
@font-face {
  font-family: "Jost-Bold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/jost-v12-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/jost-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/jost-v12-latin-800.woff2") format("woff2"), url("../fonts/jost-v12-latin-800.woff") format("woff"), url("../fonts/jost-v12-latin-800.ttf") format("truetype"), url("../fonts/jost-v12-latin-800.svg#Jost") format("svg");
  /* Legacy iOS */
}
/* jost-700 - latin */
@font-face {
  font-family: "Jost-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/jost-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/jost-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/jost-v12-latin-700.woff2") format("woff2"), url("../fonts/jost-v12-latin-700.woff") format("woff"), url("../fonts/jost-v12-latin-700.ttf") format("truetype"), url("../fonts/jost-v12-latin-700.svg#Jost") format("svg");
  /* Legacy iOS */
}
@media (min-width: 992px) {
  h1 {
    font-size: 4.61538em;
    color: #0f1f28;
    font-weight: 400;
    line-height: 0.9em;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: "Jost-Thin", "sans-serif";
    margin: 0 0 40px;
    word-spacing: 5px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  h1 {
    font-size: 3.61538em;
  }
}
h1 span {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.5px;
  font-family: "Jost-Regular", "sans-serif";
  margin-top: 10px;
  display: block;
}

h2 {
  font-size: 4.84615em;
  color: #0f1f28;
  font-weight: 400;
  line-height: 65px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-family: "Jost-Thin", "sans-serif";
  margin: 0 0 40px;
  word-spacing: 5px;
}

h2 span {
  font-size: 18px;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  display: block;
}

h2.gold {
  color: #37364b;
}

h2.white {
  color: #fff;
}

h2.center {
  text-align: center;
}

h3 {
  font-size: 20.85px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  margin: 0 0 20px;
}

h4 {
  font-size: 1.38462em;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  margin: 0 0 20px;
}

p {
  font-size: 1.30769em;
  line-height: 1.5em;
  font-family: "Jost-Regular", "sans-serif";
  margin: 0 0 40px;
}

p.small {
  font-size: 12.27px;
}

ul.sym-inline-list, .slide-over-content.left ul,
ol {
  font-size: 1.38462em;
  color: #0f1f28;
  line-height: 1.4em;
  font-family: "Jost-Regular", "sans-serif";
  margin-bottom: 45px;
}

ul.sym-inline-list li, .slide-over-content.left ul li,
ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 11px;
}

ul.sym-inline-list li:before, .slide-over-content.left ul li:before,
ol li:before {
  content: "•";
  display: block;
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #37364b;
}

ul.sym-inline-list li strong, .slide-over-content.left ul li strong,
ol li strong {
  font-family: "Jost-Bold", "sans-serif";
}

ol {
  list-style: decimal;
  margin-left: 15px;
}

ol li:before {
  display: none;
}

hr {
  margin: 20px 0 45px;
  border: 0;
  border-top: 1px solid #ccc;
}

table {
  font-size: 1.28231em;
  line-height: 1.5em;
  font-family: "Jost-Regular", "sans-serif";
  margin-bottom: 60px;
  width: 100%;
}

table tr {
  border-bottom: 1px solid #ccc;
}

table tr th {
  font-size: 38.39px;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  font-family: "Jost-Light", "sans-serif";
  word-spacing: 8px;
  background: #37364b;
  padding: 27px 0 25px 70px;
}

table tr td {
  padding: 20px 0;
}

table tr .checkmark {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  width: 22.125px;
  height: 19px;
  background: url(../images/check-mark.svg) no-repeat;
  color: transparent;
  margin: 0 auto 0 1px;
  position: relative;
}

@keyframes home-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hide-object {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}

.show-object {
  opacity: 1;
  transition: all 1.5s ease-in-out;
}

#ui-datepicker-div.ui-widget-content {
  background: #ffffff;
  z-index: 1000;
  border: none;
  padding: 0;
  border-radius: 0;
}

#ui-datepicker-div.ui-widget-content * {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

.ui-datepicker {
  width: 17em;
  font-size: 20px;
  max-width: 308px;
}

.ui-datepicker table {
  border: 0;
  border-collapse: collapse;
}

.ui-datepicker table th {
  padding: 0.7em 0.3em;
}

.ui-datepicker * {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  border: 0;
}

.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-widget-content .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
}

.ui-datepicker.ui-datepicker-inline {
  width: 100%;
  padding: 0;
}

.ui-datepicker.ui-datepicker-inline .ui-datepicker-group {
  width: 48%;
  margin: 0 1%;
  background-color: #fff;
}

.ui-datepicker.ui-datepicker-inline .ui-datepicker-header {
  height: 55px;
}

.ui-datepicker.ui-datepicker-inline .ui-datepicker-header * {
  line-height: 25px;
  font-size: 25px;
}

.ui-datepicker select.ui-datepicker-month {
  width: auto;
  padding-right: 30px;
}

.ui-datepicker .ui-widget-header {
  position: relative;
  padding: 10px 0;
  background: #142f44;
  border-radius: 0;
  border: 0;
  height: 47px;
}

.ui-datepicker .ui-widget-header tr th {
  padding: 10px 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title select,
.ui-datepicker .ui-widget-header .ui-datepicker-title span {
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  color: #fff;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title select {
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 0;
  transform: translateY(-50%);
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  background-image: url("../images/left-arrow-datepicker.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev span,
.ui-datepicker .ui-widget-header .ui-datepicker-next span {
  background-image: none;
  color: transparent;
}

.ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
  table-layout: fixed;
}

.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #37364b;
  color: #fff;
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0;
  font-family: "Jost-Regular", "sans-serif";
  height: 35px;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar tbody td * {
  padding: 0;
  line-height: 35px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar tbody td .ui-state-default {
  font-size: 11px;
  border: 0;
  color: #0f1f28;
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-calendar tbody td.dp-highlight,
.ui-datepicker .ui-datepicker-calendar tbody td:hover,
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
  background-color: #37364b;
}

.ui-datepicker .ui-datepicker-calendar tbody td.dp-highlight *,
.ui-datepicker .ui-datepicker-calendar tbody td:hover *,
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day * {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled {
  background-color: transparent;
}

form {
  margin-bottom: 2em;
  width: 100%;
}

form label {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  color: #0f1f28;
}

form label span {
  font-size: 0.8em;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form select,
form textarea {
  font-size: 16.67px;
  font-family: "Jost-Regular", "sans-serif";
  border: 1px solid #0f1f28;
  margin: 0 0 10px;
  color: #0f1f28;
  background-color: #fff;
  padding: 9px 30px 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  width: 100%;
}

form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=date]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: #0f1f28;
}

form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=date]::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #0f1f28;
}

form select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

form select::-ms-expand {
  display: none;
}

form select option {
  color: black;
  text-align: center;
}

form textarea {
  min-height: 120px;
}

form input::-moz-placeholder {
  color: #0f1f28;
  opacity: 1;
}

form input::placeholder {
  color: #0f1f28;
  opacity: 1;
}

form input[type=checkbox],
form input[type=radio] {
  outline: none;
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid;
  padding: 5px;
  margin: 1px 10px 0 0 !important;
}

body.brand-site form input[type=checkbox],
body.brand-site form input[type=radio] {
  border-color: #37364b;
}

body.sans-souci form input[type=checkbox],
body.sans-souci form input[type=radio] {
  border-color: #37364b;
}

body.swept-away form input[type=checkbox],
body.swept-away form input[type=radio] {
  border-color: #37364b;
}

body.negril form input[type=checkbox],
body.negril form input[type=radio] {
  border-color: #37364b;
}

body.tower-isle form input[type=checkbox],
body.tower-isle form input[type=radio] {
  border-color: #37364b;
}

body.brand-site form input[type=checkbox]:checked,
body.brand-site form input[type=radio]:checked {
  background: #37364b;
}

body.sans-souci form input[type=checkbox]:checked,
body.sans-souci form input[type=radio]:checked {
  background: #37364b;
}

body.swept-away form input[type=checkbox]:checked,
body.swept-away form input[type=radio]:checked {
  background: #37364b;
}

body.negril form input[type=checkbox]:checked,
body.negril form input[type=radio]:checked {
  background: #37364b;
}

body.tower-isle form input[type=checkbox]:checked,
body.tower-isle form input[type=radio]:checked {
  background: #37364b;
}

form .radio-boxes p {
  margin: 0 0 10px;
  font-size: 15px;
}

form .radio-boxes label {
  display: inline-block;
  width: 70%;
}

form h3 {
  margin-top: 30px;
}

#frmContact,
#formRFP {
  width: 100%;
  margin: 0 0 60px;
}

#frmContact input[type=text],
#frmContact input[type=email],
#frmContact select,
#frmContact textarea,
#formRFP input[type=text],
#formRFP input[type=email],
#formRFP select,
#formRFP textarea {
  width: 100%;
}

#frmContact .form-entry,
#frmContact .field,
#formRFP .form-entry,
#formRFP .field {
  margin-bottom: 10px;
  position: relative;
  overflow: auto;
}

label.error {
  color: red;
}

input[type=text].error,
select.error,
textarea.error {
  border: 1px solid red !important;
}

.errorMsg,
#email-error p {
  line-height: 1.4;
  margin: 0 auto 10px;
  text-align: left;
}

.errorMsg ul,
.errorMsg ul li {
  color: #fff !important;
  margin-bottom: 0;
  list-style: none;
}

.errorMsg ul li:before {
  display: none;
}

#email-error.success {
  background-color: #37364b;
}

fieldset {
  border: 1px solid #BBC6CC;
  padding: 0 15px;
  margin-bottom: 2em;
}

fieldset legend {
  font-size: 110%;
  margin-bottom: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2em;
}

#frmContact .form-entry.one-line label,
#formRFP .form-entry.one-line label {
  float: left;
  width: 35%;
}

#frmContact .form-entry.one-line input[type=text],
#frmContact .form-entry.one-line .form-entry input[type=text].small,
#frmContact .form-entry.one-line .form-entry select.small,
#formRFP .form-entry.one-line input[type=text],
#formRFP .form-entry.one-line .form-entry input[type=text].small,
#formRFP .form-entry.one-line .form-entry select.small {
  width: auto;
}

#frmContact .one_half,
#formRFP .one_half {
  width: 50%;
  float: left;
}

#frmContact .one_half:last-child,
#formRFP .one_half:last-child {
  padding-left: 5%;
}

#panel {
  max-width: 500px;
  margin-top: 4em;
}

#panel .mode,
#panel .startdir,
#panel .enddir {
  color: #0f1f28;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}

#panel .mode label,
#panel .startdir label,
#panel .enddir label {
  width: 150px;
  margin-bottom: 15px;
}

#panel .mode input[type=text],
#panel .startdir input[type=text],
#panel .enddir input[type=text] {
  color: #0f1f28;
  width: 100%;
  font-family: inherit;
  padding: 8px 3%;
}

#panel .mode select {
  width: 100%;
  font-family: inherit;
  display: block;
  padding: 10px 25px;
}

#panel br {
  display: none;
}

#panel p {
  clear: both;
}

.rfp-hidden {
  position: relative;
  display: none;
}

.close-icon-rfp {
  font-size: 0.66769em;
  color: #37364b;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  text-align: center;
  display: block;
  position: absolute;
  top: -22px;
  right: 10px;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: url(../images/icon-close-booking.svg) no-repeat top center;
  padding-top: 20px;
}

.close-icon-rfp:hover {
  opacity: 0.6;
}

ul.global-sitemap {
  position: relative;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  width: 65%;
  margin-left: 30%;
  margin-bottom: 60px;
  padding-top: 0;
}

ul.global-sitemap li {
  line-height: 1.6;
  margin-bottom: 10px;
  list-style: none;
  font-size: 1.53846em;
}

ul.global-sitemap li ul {
  border-left: 1px solid #EAEAEA;
  margin-left: 0px;
  margin-bottom: 10px;
}

ul.global-sitemap li ul li {
  padding: 10px 5px 3px 5px;
  list-style: none !important;
  line-height: 1.2;
  font-size: 90%;
  margin-bottom: 0px;
}

ul.global-sitemap li ul li a {
  text-decoration: none !important;
  color: grey;
  padding-left: 10px;
}

ul.global-sitemap li ul li ul {
  margin: 10px 0 0 10px;
}

ul.global-sitemap li ul li ul li ul li {
  padding: 0;
  margin-bottom: 3px;
}

ul.global-sitemap li ul li ul li ul li a {
  opacity: 0.7;
}

ul.global-sitemap li ul li:before {
  display: none;
}

@media (min-width: 992px) {
  .sym-slides,
  .slick {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .sym-slides.slick-initialized,
  .slick.slick-initialized {
    opacity: 1;
  }
  ul.slick-dots {
    padding-left: 0;
    text-align: left;
  }
  ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 21px;
    padding: 0;
    cursor: pointer;
  }
  ul.slick-dots li:last-child {
    margin-right: 0;
  }
  ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    border-radius: 50%;
    background-clip: padding-box;
    transition: all 0.3s ease-in-out;
  }
  ul.slick-dots li.slick-active button,
  ul.slick-dots li button:hover {
    background-color: #fff;
  }
  .slick-prev,
  .slick-next,
  .accommodations__prev-room,
  .accommodations__next-room {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 27px;
    height: 54px;
    background: url(../images/arrow-black.svg);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 20;
    text-indent: -55555px;
  }
  .slick-prev:hover,
  .slick-next:hover,
  .accommodations__prev-room:hover,
  .accommodations__next-room:hover {
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
  }
  .slick-prev,
  .accommodations__prev-room {
    transform: rotate(180deg);
    left: 5%;
  }
  .slick-next,
  .accommodations__next-room {
    right: 5%;
  }
}
.content ul.tabs-menu,
.content .sub-menu ul {
  font-size: 1.17462em;
  text-transform: uppercase;
  font-family: "Jost-Bold", "sans-serif";
  text-align: center;
  margin-bottom: 50px;
}

.content ul.tabs-menu li,
.content .sub-menu ul li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #404040;
}

.content ul.tabs-menu li:last-of-type,
.content .sub-menu ul li:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.content ul.tabs-menu li a,
.content .sub-menu ul li a {
  color: #404040;
}

.content ul.tabs-menu li a.active,
.content ul.tabs-menu li a:hover,
.content .sub-menu ul li a.active,
.content .sub-menu ul li a:hover {
  color: #37364b;
}

.content .sub-menu ul {
  margin-top: -45px;
}

.brand-center .content .sub-menu ul {
  margin-top: 0;
}

@media only screen and (max-width: 1199px) {
  .content ul.tabs-menu,
  .content .sub-menu ul {
    font-size: 12.5px;
  }
  .content ul.tabs-menu li,
  .content .sub-menu ul li {
    margin-right: 4px;
    padding-right: 6px;
  }
}
.full-popup {
  display: none;
}

.fancybox-close {
  background-image: none;
  /* background: url(../images/CloseIcon-white.html) no-repeat 50% 50%; */
  width: 20px;
  height: 20px;
  top: 22px;
  right: 18px;
  background-size: 20px;
  transition: all 0.3s ease-in-out;
}

.fancybox-close:hover {
  opacity: 0.5;
}

body .fancybox-overlay {
  background: rgba(0, 0, 0, 0.7);
}

body .fancybox-skin {
  border-radius: 0;
  padding: 0 !important;
}

body .fancybox-close {
  display: block;
  position: absolute;
  top: -10px;
  right: -45px;
  width: 33px;
  height: 31px;
  background: url(../images/icon-close-gallery.png) no-repeat;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body .fancybox-close {
    display: block;
    position: absolute;
    top: -46px;
    right: 9px;
  }
}
body .fancybox-prev span,
body .fancybox-next span {
  visibility: visible;
  background: url(../images/arrow-white.svg) no-repeat 50% 50%;
  transition: all 0.3s ease-in-out;
  background-size: 25px 46px !important;
}

body .fancybox-prev span:hover,
body .fancybox-next span:hover {
  opacity: 0.5;
}

body .fancybox-prev span {
  left: -50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body .fancybox-prev span {
    left: 15px;
  }
}
body .fancybox-next span {
  right: -50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body .fancybox-next span {
    right: 15px;
  }
}
body .fancybox-nav span {
  top: 50%;
  width: 25px;
  height: 46px;
  margin-top: -23px;
  visibility: visible;
}

body .fancybox-prev span {
  transform: rotate(180deg);
}

.gallery #myGallery {
  margin-top: 120px;
  margin-bottom: 10px;
}

.gallery #myGallery img {
  max-width: inherit;
}

.gallery .fancybox-title-float-wrap {
  right: 0;
  margin-bottom: 0;
  z-index: 8050;
}

.gallery .fancybox-title-float-wrap .child {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f7f7f5;
  color: #0f1f28;
  font-size: 1.38462em;
  padding: 8px 20px;
  font-family: "Jost-Light", "sans-serif";
  text-shadow: none;
  border-radius: 0;
  left: inherit;
  margin-left: 0;
  margin-right: 0;
}

.gallery .galleryhover_overlay {
  background: url(../images/icon-zoom.svg) no-repeat scroll center center transparent;
}

@media (min-width: 992px) {
  .full-fancy-dining,
  .full-fancy-copy {
    max-width: 900px;
    width: 100%;
  }
  .full-fancy-dining .fancybox-inner,
  .full-fancy-copy .fancybox-inner {
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .full-fancy-dining .full-popup,
  .full-fancy-copy .full-popup {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 45px 50px 20px;
    border: 1px solid;
  }
  body.brand-site .full-fancy-dining .full-popup,
  body.brand-site .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  body.sans-souci .full-fancy-dining .full-popup,
  body.sans-souci .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  body.swept-away .full-fancy-dining .full-popup,
  body.swept-away .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  body.negril .full-fancy-dining .full-popup,
  body.negril .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  body.tower-isle .full-fancy-dining .full-popup,
  body.tower-isle .full-fancy-copy .full-popup {
    border-color: #37364b;
  }
  .full-fancy-dining h2,
  .full-fancy-copy h2 {
    font-size: 41.67px;
    line-height: 1.15em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 30px;
  }
  .full-fancy-dining h3,
  .full-fancy-copy h3 {
    font-size: 29.17px;
    color: #37364b;
    font-family: "Jost-Light", "sans-serif";
  }
  body.brand-site .full-fancy-dining h3,
  body.brand-site .full-fancy-copy h3 {
    color: #37364b;
  }
  body.sans-souci .full-fancy-dining h3,
  body.sans-souci .full-fancy-copy h3 {
    color: #37364b;
  }
  body.swept-away .full-fancy-dining h3,
  body.swept-away .full-fancy-copy h3 {
    color: #37364b;
  }
  body.negril .full-fancy-dining h3,
  body.negril .full-fancy-copy h3 {
    color: #37364b;
  }
  body.tower-isle .full-fancy-dining h3,
  body.tower-isle .full-fancy-copy h3 {
    color: #37364b;
  }
  .full-fancy-dining a:hover,
  .full-fancy-copy a:hover {
    opacity: 0.5;
  }
  .full-fancy-spa {
    max-width: 1100px;
    width: 80%;
  }
  .full-fancy-spa .fancybox-inner {
    padding: 70px 50px;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .full-fancy-spa h2 {
    font-size: 41.67px;
    line-height: 1.15em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 12px;
  }
  .full-fancy-spa h3 {
    text-transform: none;
  }
  body.brand-site .full-fancy-spa h3 {
    color: #37364b;
  }
  body.sans-souci .full-fancy-spa h3 {
    color: #37364b;
  }
  body.swept-away .full-fancy-spa h3 {
    color: #37364b;
  }
  body.negril .full-fancy-spa h3 {
    color: #37364b;
  }
  body.tower-isle .full-fancy-spa h3 {
    color: #37364b;
  }
  .full-fancy-spa p:last-of-type {
    margin-bottom: 0;
  }
  .full-fancy-spa .copy-side {
    padding-left: 25px;
  }
  .full-fancy-spa img {
    max-width: 100%;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.v-align {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

blockquote {
  margin-left: 0;
  font-size: inherit;
  border-left: none;
}

.breadcrumb {
  padding: 8px 15px;
  margin-left: 20px;
  margin-bottom: 5px;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb li + li:before {
  padding: 0 5px;
  color: #777;
  content: "›";
}

.breadcrumb > .active {
  color: #777;
}

#content-popin .box-arrow-popin {
  background-color: #37364b;
}

#content-popin .box-arrow-popin .arrow svg {
  fill: #37364b;
}

.horizontal-center {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.horizontal-center__left-side {
  margin-left: -2%;
}

.horizontal-center__right-side {
  margin-right: -2%;
}

@media (min-width: 992px) {
  .footer {
    clear: both;
    margin-bottom: -25px;
    background: #0f1f28;
  }
  .footer__top-section {
    padding: 44px 0 42px;
    border-bottom: 1px solid rgba(67, 213, 235, 0.2);
  }
  .footer__top-section.secondary-nav .sub-menu ul {
    font-size: 1.28231em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    margin: 0;
  }
  .footer__top-section.secondary-nav .sub-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
    padding-right: 15px;
    border-right: 1px solid #37364b;
    line-height: 1em;
  }
  .footer__top-section.secondary-nav .sub-menu ul li:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .footer__top-section.secondary-nav .sub-menu ul li a {
    color: #37364b;
  }
  .footer__top-section.secondary-nav .sub-menu ul li a:hover,
  .footer__top-section.secondary-nav .sub-menu ul li a.active {
    color: #fff;
  }
  .footer p.thankyouMsg {
    color: #fff;
  }
  .footer__email {
    padding: 50px 0 75px;
  }
  .footer__email form#email-signup, form#email-signup-uk {
    position: relative;
    min-height: 155px;
    margin: 0;
  }
  .footer__email form#email-signup, form#email-signup-uk .form-label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .footer__email form#email-signup, form#email-signup-uk .input,
  .footer__email form#email-signup, form#email-signup-uk .select {
    max-width: 205px;
    width: 30.5%;
    margin-right: 2.5%;
    float: left;
  }
  .footer__email form#email-signup, form#email-signup-uk .input input[type=text],
  .footer__email form#email-signup, form#email-signup-uk .input input[type=email],
  .footer__email form#email-signup, form#email-signup-uk .input input[type=date],
  .footer__email form#email-signup, form#email-signup-uk .input select,
  .footer__email form#email-signup, form#email-signup-uk .select input[type=text],
  .footer__email form#email-signup, form#email-signup-uk .select input[type=email],
  .footer__email form#email-signup, form#email-signup-uk .select input[type=date],
  .footer__email form#email-signup, form#email-signup-uk .select select {
    width: 100%;
    margin: 0 0 19px;
    padding: 8px 12px 9px;
    border: 1px solid #37364b;
    background: #0f1f28;
    font-size: 1.25231em;
    color: rgba(255, 255, 255, 0.4);
  }
  form#email-signup-uk .input input[type=text]::-moz-placeholder, form#email-signup-uk .input input[type=email]::-moz-placeholder, form#email-signup-uk .input input[type=date]::-moz-placeholder, form#email-signup-uk .input select::-moz-placeholder, form#email-signup-uk .select input[type=text]::-moz-placeholder, form#email-signup-uk .select input[type=email]::-moz-placeholder, form#email-signup-uk .select input[type=date]::-moz-placeholder, form#email-signup-uk .select select::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .footer__email form#email-signup, form#email-signup-uk .input input[type=text]::placeholder,
  .footer__email form#email-signup, form#email-signup-uk .input input[type=email]::placeholder,
  .footer__email form#email-signup, form#email-signup-uk .input input[type=date]::placeholder,
  .footer__email form#email-signup, form#email-signup-uk .input select::placeholder,
  .footer__email form#email-signup, form#email-signup-uk .select input[type=text]::placeholder,
  .footer__email form#email-signup, form#email-signup-uk .select input[type=email]::placeholder,
  .footer__email form#email-signup, form#email-signup-uk .select input[type=date]::placeholder,
  .footer__email form#email-signup, form#email-signup-uk .select select::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .footer__email form#email-signup, form#email-signup-uk .gdpr {
    display: block;
    position: absolute;
    left: 222px;
    width: 100%;
    max-width: 420px;
  }
  .footer__email form#email-signup, form#email-signup-uk .gdpr input[type=checkbox] {
    border: 1px solid #37364b;
  }
  .footer__email form#email-signup, form#email-signup-uk .gdpr label {
    font-size: 0.96154em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
  }
  .footer__email form#email-signup, form#email-signup-uk .gdpr label a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
  }
  .footer__email form#email-signup, form#email-signup-uk .gdpr label a:hover {
    color: #fff;
  }
  .footer__email form#email-signup, form#email-signup-uk .gdpr:first-of-type {
    bottom: 22px;
  }
  .footer__email form#email-signup, form#email-signup-uk .gdpr:last-of-type {
    bottom: 0;
  }
  .footer__email form#email-signup, form#email-signup-uk .signup-btn {
    font-size: 1.30769em;
    color: #fff;
    font-family: "Jost-Regular", "sans-serif";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #37364b;
    padding: 8px 50px;
    border: 0;
  }
  .footer__email-headline {
    font-size: 1.25231em;
    color: #fff;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    margin-bottom: 20px;
  }
  .footer__third-social .third-nav .sub-menu ul {
    padding-top: 5px;
  }
  .footer__third-social .third-nav .sub-menu ul li {
    font-size: 1.05em;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Jost-Regular", "sans-serif";
    padding-right: 17px;
    margin-right: 16px;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #37364b;
  }
  .footer__third-social .third-nav .sub-menu ul li:last-of-type {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .footer__third-social .third-nav .sub-menu ul li a {
    color: #37364b;
  }
  .footer__third-social .third-nav .sub-menu ul li a:hover,
  .footer__third-social .third-nav .sub-menu ul li a.active {
    color: #fff;
  }
  .footer__third-social ul.social-media {
    float: right;
    margin: 6px 0 0 0;
  }
  .footer__third-social ul.social-media li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer__third-social ul.social-media li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .footer__third-social ul.social-media li a svg {
    transition: all 0.3s ease-in-out;
    fill: #37364b;
    max-height: 17px;
  }
  .footer__third-social ul.social-media li a:hover svg {
    fill: #fff;
  }
  .footer__address-tambo a.tambourine {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.2);
    float: right;
    margin-top: 15px;
  }
  .footer__address-tambo a.tambourine svg {
    fill: rgba(255, 255, 255, 0.2);
    max-width: 150px;
    margin: 0 0 2px 10px;
    vertical-align: middle;
  }
  .footer__address-tambo a.tambourine:hover {
    opacity: 0.7;
  }
  .footer__address-tambo {
    padding: 18px 0 65px;
  }
  .footer__copyright {
    color: rgba(255, 255, 255, 0.2);
    line-height: 1.5em;
  }
  .footer__copyright a {
    color: rgba(255, 255, 255, 0.2);
  }
  .footer__copyright a:hover {
    color: #37364b;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .container {
    max-width: 94%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .footer .container {
    max-width: 94%;
  }
  .footer .footer__email form#email-signup, form#email-signup-uk .input,
  .footer .footer__email form#email-signup, form#email-signup-uk .select {
    max-width: inherit;
  }
}
@media only screen and (min-width: 992px) and (max-width: 940px) {
  .footer .footer__top-section.secondary-nav .sub-menu ul {
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 940px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer .footer__top-section.secondary-nav .sub-menu ul {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 940px) {
  .footer .footer__top-section.secondary-nav .sub-menu ul li {
    margin-right: 9px;
    padding-right: 12px;
  }
  .footer .footer__top-section.secondary-nav .sub-menu ul li:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 900px) {
  .footer .footer__address-tambo a.tambourine {
    text-align: right;
  }
  .footer .footer__address-tambo a.tambourine svg {
    margin-top: 8px;
    display: block;
  }
}
@media (min-width: 992px) {
  ul.footer__issa-trust {
    float: right;
    margin-top: 54px;
  }
  ul.footer__issa-trust li {
    font-size: 0.96154em;
    color: #fff;
    display: inline-block;
  }
  ul.footer__issa-trust li:first-of-type {
    margin-right: 10px;
  }
  ul.footer__issa-trust li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  ul.footer__issa-trust {
    margin-top: 32px;
  }
  ul.footer__issa-trust li:first-of-type {
    margin-right: 0;
    margin-bottom: 6px;
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  ul.footer__issa-trust {
    float: none;
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  ul.footer__issa-trust li:first-of-type {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
  }
}
.booking-holder {
  display: block;
  position: fixed;
  top: -100vh;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #1b3b54;
  opacity: 0;
  transition: height 0ms ease-in-out, opacity 250ms ease-in-out;
}

.booking-holder.expanded {
  opacity: 1;
  z-index: 999;
  top: 55px;
  transition: height 0ms ease-in-out, opacity 250ms ease-in-out;
}

.booking-holder .container {
  position: relative;
}

.booking-holder .close-details {
  display: block;
  position: absolute;
  top: -22px;
  right: 10px;
}

@media (min-width: 992px) {
  .booking-form {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -225px;
    width: 100%;
  }
  .booking-form__best-rate {
    min-height: 400px;
    position: relative;
  }
  .booking-form__best-rate:before,
  .booking-form__best-rate:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 400px;
    background: #ade3d3;
  }
  .booking-form__best-rate:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .booking-form__best-rate--copy {
    display: block;
    position: absolute;
    top: 75px;
    left: 18%;
    width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .booking-form__best-rate--copy {
    left: 10%;
  }
}
@media (min-width: 992px) {
  .booking-form__headline {
    font-size: 3.15923em;
    color: #fff;
    line-height: 0.95em;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 25px;
  }
  .booking-form__headline span {
    color: #ade3d3;
  }
  .booking-form__list {
    font-size: 1.12154em;
    color: #fff;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    display: inline-block;
    vertical-align: top;
  }
  .booking-form__list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 11px;
  }
  .booking-form__list li:before {
    content: "•";
    display: block;
    position: absolute;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ade3d3;
  }
  .booking-form__list li strong {
    font-family: "Jost-Bold", "sans-serif";
  }
  .booking-form__plus {
    margin-right: 20px;
    margin-left: 20px;
  }
  .booking-form__hotel-air {
    margin: 10px auto 27px;
    max-width: 320px;
  }
  .booking-form__hotel-air .properties {
    float: left;
    width: 45%;
    padding: 0;
    margin: 0 2.5%;
  }
  .booking-form__hotel-air .properties select {
    font-size: 1.05769em;
    color: #ade3d3;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    border: 1px solid #ade3d3;
    max-width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 10px 10px 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .booking-form .container {
    max-width: 98%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .booking-form .booking-form__headline {
    font-size: 3.15923em;
  }
  .booking-form .booking-form__list {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .dialog__content {
    position: relative;
  }
  .dialog__content:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #ade3d3;
  }
  .dialog__content .sorry-holder {
    position: absolute;
    height: 94%;
    width: 94%;
    background: #fff;
    z-index: 99;
    padding: 40px 30px;
  }
  .dialog__content .sorry-holder h2 {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 7px;
  }
  .dialog__content .sorry-holder p {
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 22px;
  }
}
form#desktop-booking-form {
  margin: 0 auto;
  padding: 0;
}

form#desktop-booking-form fieldset {
  border: medium none;
  padding: 0;
}

form#desktop-booking-form .nl-ti-text {
  display: none;
}

form#desktop-booking-form .nl-field-toggle {
  color: #ffffff;
  padding: 0.6em 0;
}

form#desktop-booking-form .prop-wrapper {
  margin-left: 7%;
  width: 85%;
}

form#desktop-booking-form .field {
  padding: 6px 0 0 6px;
  margin-bottom: 0;
}

form#desktop-booking-form .split-field {
  padding: 0 0 3px 8px;
}

form#desktop-booking-form .dates {
  max-width: 325px;
  margin: 0 auto;
}

form#desktop-booking-form .date-num {
  font-size: 4.01769em;
  color: #fff;
  font-family: "Jost-Light", "sans-serif";
  text-align: center;
  display: block;
  position: absolute;
  top: 40px;
  width: 100%;
}

form#desktop-booking-form .month-year {
  font-size: 1.27615em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  top: 100px;
  width: 100%;
}

form#desktop-booking-form .date-field {
  float: left;
  position: relative;
  width: 45%;
  padding: 20px 0 0;
  margin: 0 2.5% 25px;
  background: #142f44;
}

form#desktop-booking-form .date-field input {
  color: transparent;
  height: 118px;
  z-index: 99;
  position: relative;
  border: 0;
}

form#desktop-booking-form .date-field img.ui-datepicker-trigger {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -11%;
  display: none;
}

form#desktop-booking-form .tabs {
  padding: 20px 0 10px;
  text-align: center;
}

form#desktop-booking-form .tab {
  font-size: 1.22154em;
  color: #37364b;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  text-align: center;
  display: inline-block;
  padding: 8px 35px 10px;
  position: relative;
  cursor: pointer;
}

form#desktop-booking-form .tab.active,
form#desktop-booking-form .tab:hover {
  color: white;
}

form#desktop-booking-form .tab.active::after,
form#desktop-booking-form .tab:hover::after {
  width: 14px;
  margin-left: -7px;
}

form#desktop-booking-form .tab.hotel-only {
  border-right: 1px solid #415c71;
}

form#desktop-booking-form .tab.active {
  color: white;
}

form#desktop-booking-form .tab::after {
  width: 0;
  height: 2px;
  background: #37364b;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  transition: all 0.3s ease;
}

form#desktop-booking-form .promo_codes {
  width: 77%;
  margin: 0 auto;
  display: none;
}

form#desktop-booking-form .promo_codes input {
  font-size: 1.05769em;
  color: #37364b;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  background: url(../images/booking-arrow-down.svg) 92% center no-repeat;
  cursor: pointer;
  border: 1px solid #37364b;
  padding: 10px 22px 8px;
  max-width: 305px;
  margin: 0 auto 10px;
  display: block;
}

form#desktop-booking-form .promo_codes input::-moz-placeholder {
  color: #fff;
}

form#desktop-booking-form .promo_codes input::placeholder {
  color: #fff;
}

form#desktop-booking-form .checkbox {
  color: #fff;
  text-align: center;
  margin: 0 auto 16px;
  font-size: 13px;
  cursor: pointer;
}

form#desktop-booking-form .dropdown-field {
  background-position: 2px 4px;
  padding: 0 !important;
  margin-right: 2px;
  text-align: center;
}

form#desktop-booking-form label {
  font-size: 1.19615em;
  color: #ade3d3;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  text-align: center;
  display: block;
  position: absolute;
  top: 18px;
  width: 100%;
}

form#desktop-booking-form input[type=text] {
  width: 100%;
  background: none;
}

form#desktop-booking-form .required {
  background-image: none !important;
}

form#desktop-booking-form .air-options {
  font-size: 0.92308em;
  color: #37364b;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  max-width: 305px;
  margin: 0 auto;
}

form#desktop-booking-form .air-options input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px !important;
}

form#desktop-booking-form .split-field .dropdown-field {
  padding: 0;
  width: 40%;
  float: left;
}

form#desktop-booking-form .properties label {
  border: 0 none;
  color: #4d4a49;
  font-size: 18px;
  margin-left: 19px;
  margin-top: 18px;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
}

form#desktop-booking-form .booking-btn {
  background: #37364b;
  border: 1px solid #ade3d3;
  position: relative;
  display: inline-block;
  padding: 12px 50px;
  font-size: 15.27px;
  line-height: 15.27px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  color: #ffffff;
  z-index: 0;
  font-family: "Jost-Regular", "sans-serif";
  cursor: pointer;
  width: 100%;
  max-width: 305px;
  display: block;
  margin: 0 auto;
}

form#desktop-booking-form .booking-btn:hover {
  color: #fff;
}

body.brand-site form#desktop-booking-form .booking-btn:hover {
  background: #37364b;
}

body.sans-souci form#desktop-booking-form .booking-btn:hover {
  background: #37364b;
}

body.swept-away form#desktop-booking-form .booking-btn:hover {
  background: #37364b;
}

body.negril form#desktop-booking-form .booking-btn:hover {
  background: #37364b;
}

body.tower-isle form#desktop-booking-form .booking-btn:hover {
  background: #37364b;
}

form#desktop-booking-form .booking-btn:hover {
  background: #fff !important;
  color: #37364b !important;
}

.cc-mouse-enabled .booking-widget {
  display: none !important;
}

.property-dropdown {
  margin: 10px auto 15px;
  position: relative;
  max-width: 305px;
}

.property-dropdown .selected {
  font-size: 1.05769em;
  color: #ade3d3;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  background: url(../images/booking-arrow-down.svg) 92% center no-repeat;
  cursor: pointer;
  border: 1px solid #ade3d3;
  padding: 10px 22px 8px;
}

.booking-fields .properties .options {
  border: 1px solid #a6a4a4;
  border-top: 0;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 26px;
  position: absolute;
  top: 42px;
  width: 305px;
  z-index: 100;
  background: #fff;
  display: none;
}

.booking-fields .properties .options .option {
  border-bottom: 1px solid #dad9d9;
  padding: 5px;
  cursor: pointer;
}

.booking-fields .properties .options .option:hover {
  color: #37364b;
}

.booking-fields .properties .option.last {
  border: 0;
}

.mini-booking-form .dates {
  margin-bottom: 20px;
}

.mini-booking-form .dates .field {
  width: 40%;
  max-width: 185px;
  display: inline-block;
  margin-right: 5%;
}

.mini-booking-form .dates .field input {
  border: 0;
  border-bottom: 1px solid #0f1f28;
  padding: 12px 4px;
  background: url("../images/calendar.png") no-repeat 95% center;
}

.mini-booking-form .select-property {
  width: 50%;
  max-width: 300px;
  display: inline-block;
  margin-right: 5%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mini-booking-form .select-property {
    width: 86% !important;
    max-width: 86% !important;
  }
}
.mini-booking-form .btn:hover,
.mini-booking-form #panel input:hover[type=button],
#panel .mini-booking-form input:hover[type=button] {
  color: #37364b !important;
}

.mini-booking-form .select-property select {
  padding: 9px 10px;
  background: url("../images/arrow-btn-blue-down.png") no-repeat 93% center;
}

.header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #1e1d28;
  height: 140px;
  transition: all 0.3s ease-in-out;
}

.header .wrapper {
  position: relative;
}

.header a.logo {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 99;
  margin-left: -115px;
  width: 229px;
  height: 53px;
  transition: none;
}

.sans-souci .header a.logo svg,
.tower-isle .header a.logo svg,
.negril .header a.logo svg,
.swept-away .header a.logo svg {
  max-height: 65px;
  max-width: 164px;
}

.header a.logo:hover {
  opacity: 0.7;
}

.header a.logo span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.header a.logo .logo-centered,
.header a.logo .sans-souci-1,
.header a.logo .sans-souci-2,
.header a.logo .tower-isle-logo-1,
.header a.logo .tower-isle-logo-2,
.header a.logo .negril-logo-1,
.header a.logo .negril-logo-2,
.header a.logo .negril-logo-3,
.header a.logo .swept-away-logo--1,
.header a.logo .swept-away-logo--2,
.header a.logo .swept-away-logo--3 {
  fill: #fff;
}

.header__phone-rate {
  display: block;
  position: absolute;
  margin: 18px 0 0;
}

.header__phone-rate li {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.75em;
}

.header__phone-rate li:first-child {
  font-size: 1.18615em;
  color: #37364b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Jost-Bold", "sans-serif";
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 8px;
  padding-right: 11px;
}

.header__phone-rate li:first-child a {
  color: #fff;
}

.header__phone-rate li:first-child a:hover {
  opacity: 0.6;
}

.header__phone-rate li:last-of-type {
  font-size: 0.80154em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.header__phone-rate li:last-of-type a {
  color: #fff;
}

.header__phone-rate li:last-of-type a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 1230px) {
  .header__phone-rate {
    margin: 33px 0 0;
  }
}
@media only screen and (max-width: 1050px) {
  .header__phone-rate {
    margin: 28px 0 0;
  }
  .header__phone-rate li {
    display: block;
  }
  .header__phone-rate li:first-child {
    border-right: none !important;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }
}
.header__already {
  font-size: 0.80154em;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.header__already:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 1090px) {
  .header__already {
    display: none;
  }
}
.header.scroll-nav .header__btm-section, #gallery-map .header .header__btm-section,
.gallery .header .header__btm-section,
#gallery-category .header .header__btm-section,
#default .header .header__btm-section,
#package_page .header .header__btm-section,
.sitemap .header .header__btm-section {
  border-bottom: 0;
}

.header.scroll-nav ul.header__phone-rate li:first-child, #gallery-map .header ul.header__phone-rate li:first-child,
.header:hover ul.header__phone-rate li:first-child,
.gallery .header ul.header__phone-rate li:first-child,
#gallery-category .header ul.header__phone-rate li:first-child,
#default .header ul.header__phone-rate li:first-child,
#package_page .header ul.header__phone-rate li:first-child,
.sitemap .header ul.header__phone-rate li:first-child {
  border-right: 1px solid #ffffff;
}

.header.scroll-nav ul.header__phone-rate li:last-of-type a, #gallery-map .header ul.header__phone-rate li:last-of-type a,
.header:hover ul.header__phone-rate li:last-of-type a,
.gallery .header ul.header__phone-rate li:last-of-type a,
#gallery-category .header ul.header__phone-rate li:last-of-type a,
#default .header ul.header__phone-rate li:last-of-type a,
#package_page .header ul.header__phone-rate li:last-of-type a,
.sitemap .header ul.header__phone-rate li:last-of-type a {
  color: #ffffff;
}

.header.scroll-nav .header__phone-rate li:first-child a, #gallery-map .header .header__phone-rate li:first-child a,
.header:hover .header__phone-rate li:first-child a,
.gallery .header .header__phone-rate li:first-child a,
#gallery-category .header .header__phone-rate li:first-child a,
#default .header .header__phone-rate li:first-child a,
#package_page .header .header__phone-rate li:first-child a,
.sitemap .header .header__phone-rate li:first-child a {
  color: #ffffff;
}

body.brand-site .header.scroll-nav .header__phone-rate li:first-child a, body.brand-site #gallery-map .header .header__phone-rate li:first-child a, #gallery-map body.brand-site .header .header__phone-rate li:first-child a,
body.brand-site .header:hover .header__phone-rate li:first-child a,
body.brand-site .gallery .header .header__phone-rate li:first-child a,
body.brand-site #gallery-category .header .header__phone-rate li:first-child a,
body.brand-site #default .header .header__phone-rate li:first-child a,
body.brand-site #package_page .header .header__phone-rate li:first-child a,
body.brand-site .sitemap .header .header__phone-rate li:first-child a {
  color: #ade3d3;
}

body.sans-souci .header.scroll-nav .header__phone-rate li:first-child a, body.sans-souci #gallery-map .header .header__phone-rate li:first-child a, #gallery-map body.sans-souci .header .header__phone-rate li:first-child a,
body.sans-souci .header:hover .header__phone-rate li:first-child a,
body.sans-souci .gallery .header .header__phone-rate li:first-child a,
body.sans-souci #gallery-category .header .header__phone-rate li:first-child a,
body.sans-souci #default .header .header__phone-rate li:first-child a,
body.sans-souci #package_page .header .header__phone-rate li:first-child a,
body.sans-souci .sitemap .header .header__phone-rate li:first-child a {
  color: #37364b;
}

body.swept-away .header.scroll-nav .header__phone-rate li:first-child a, body.swept-away #gallery-map .header .header__phone-rate li:first-child a, #gallery-map body.swept-away .header .header__phone-rate li:first-child a,
body.swept-away .header:hover .header__phone-rate li:first-child a,
body.swept-away .gallery .header .header__phone-rate li:first-child a,
body.swept-away #gallery-category .header .header__phone-rate li:first-child a,
body.swept-away #default .header .header__phone-rate li:first-child a,
body.swept-away #package_page .header .header__phone-rate li:first-child a,
body.swept-away .sitemap .header .header__phone-rate li:first-child a {
  color: #37364b;
}

body.negril .header.scroll-nav .header__phone-rate li:first-child a, body.negril #gallery-map .header .header__phone-rate li:first-child a, #gallery-map body.negril .header .header__phone-rate li:first-child a,
body.negril .header:hover .header__phone-rate li:first-child a,
body.negril .gallery .header .header__phone-rate li:first-child a,
body.negril #gallery-category .header .header__phone-rate li:first-child a,
body.negril #default .header .header__phone-rate li:first-child a,
body.negril #package_page .header .header__phone-rate li:first-child a,
body.negril .sitemap .header .header__phone-rate li:first-child a {
  color: #37364b;
}

body.tower-isle .header.scroll-nav .header__phone-rate li:first-child a, body.tower-isle #gallery-map .header .header__phone-rate li:first-child a, #gallery-map body.tower-isle .header .header__phone-rate li:first-child a,
body.tower-isle .header:hover .header__phone-rate li:first-child a,
body.tower-isle .gallery .header .header__phone-rate li:first-child a,
body.tower-isle #gallery-category .header .header__phone-rate li:first-child a,
body.tower-isle #default .header .header__phone-rate li:first-child a,
body.tower-isle #package_page .header .header__phone-rate li:first-child a,
body.tower-isle .sitemap .header .header__phone-rate li:first-child a {
  color: #37364b;
}

.header.scroll-nav a.header__already, #gallery-map .header a.header__already,
.header:hover a.header__already,
.gallery .header a.header__already,
#gallery-category .header a.header__already,
#default .header a.header__already,
#package_page .header a.header__already,
.sitemap .header a.header__already {
  color: #ffffff;
}

.header.scroll-nav ul#privary-navigation li .primary-dropdown li a, #gallery-map .header ul#privary-navigation li .primary-dropdown li a,
.header:hover ul#privary-navigation li .primary-dropdown li a,
.gallery .header ul#privary-navigation li .primary-dropdown li a,
#gallery-category .header ul#privary-navigation li .primary-dropdown li a,
#default .header ul#privary-navigation li .primary-dropdown li a,
#package_page .header ul#privary-navigation li .primary-dropdown li a,
.sitemap .header ul#privary-navigation li .primary-dropdown li a {
  height: inherit;
}

.header.scroll-nav ul#privary-navigation .sub-menu ul li a, #gallery-map .header ul#privary-navigation .sub-menu ul li a,
.header:hover ul#privary-navigation .sub-menu ul li a,
.gallery .header ul#privary-navigation .sub-menu ul li a,
#gallery-category .header ul#privary-navigation .sub-menu ul li a,
#default .header ul#privary-navigation .sub-menu ul li a,
#package_page .header ul#privary-navigation .sub-menu ul li a,
.sitemap .header ul#privary-navigation .sub-menu ul li a {
  color: #59768f;
}

.header.scroll-nav ul#privary-navigation .sub-menu ul li a.active, #gallery-map .header ul#privary-navigation .sub-menu ul li a.active,
.header.scroll-nav ul#privary-navigation .sub-menu ul li a:hover,
#gallery-map .header ul#privary-navigation .sub-menu ul li a:hover,
.header:hover ul#privary-navigation .sub-menu ul li a.active,
.header:hover ul#privary-navigation .sub-menu ul li a:hover,
.gallery .header ul#privary-navigation .sub-menu ul li a.active,
.gallery .header ul#privary-navigation .sub-menu ul li a:hover,
#gallery-category .header ul#privary-navigation .sub-menu ul li a.active,
#gallery-category .header ul#privary-navigation .sub-menu ul li a:hover,
#default .header ul#privary-navigation .sub-menu ul li a.active,
#default .header ul#privary-navigation .sub-menu ul li a:hover,
#package_page .header ul#privary-navigation .sub-menu ul li a.active,
#package_page .header ul#privary-navigation .sub-menu ul li a:hover,
.sitemap .header ul#privary-navigation .sub-menu ul li a.active,
.sitemap .header ul#privary-navigation .sub-menu ul li a:hover {
  color: #37364b;
}

.header.scroll-nav ul#privary-navigation .sub-menu ul li a.active:before, #gallery-map .header ul#privary-navigation .sub-menu ul li a.active:before,
.header.scroll-nav ul#privary-navigation .sub-menu ul li a:hover:before,
#gallery-map .header ul#privary-navigation .sub-menu ul li a:hover:before,
.header:hover ul#privary-navigation .sub-menu ul li a.active:before,
.header:hover ul#privary-navigation .sub-menu ul li a:hover:before,
.gallery .header ul#privary-navigation .sub-menu ul li a.active:before,
.gallery .header ul#privary-navigation .sub-menu ul li a:hover:before,
#gallery-category .header ul#privary-navigation .sub-menu ul li a.active:before,
#gallery-category .header ul#privary-navigation .sub-menu ul li a:hover:before,
#default .header ul#privary-navigation .sub-menu ul li a.active:before,
#default .header ul#privary-navigation .sub-menu ul li a:hover:before,
#package_page .header ul#privary-navigation .sub-menu ul li a.active:before,
#package_page .header ul#privary-navigation .sub-menu ul li a:hover:before,
.sitemap .header ul#privary-navigation .sub-menu ul li a.active:before,
.sitemap .header ul#privary-navigation .sub-menu ul li a:hover:before {
  color: #37364b;
  display: none;
}

.header.scroll-nav ul#privary-navigation .sub-menu ul li a.active, #gallery-map .header ul#privary-navigation .sub-menu ul li a.active,
.header:hover ul#privary-navigation .sub-menu ul li a.active,
.gallery .header ul#privary-navigation .sub-menu ul li a.active,
#gallery-category .header ul#privary-navigation .sub-menu ul li a.active,
#default .header ul#privary-navigation .sub-menu ul li a.active,
#package_page .header ul#privary-navigation .sub-menu ul li a.active,
.sitemap .header ul#privary-navigation .sub-menu ul li a.active {
  color: #37364b;
}

.header.scroll-nav ul#privary-navigation .sub-menu ul li a.active:before, #gallery-map .header ul#privary-navigation .sub-menu ul li a.active:before,
.header:hover ul#privary-navigation .sub-menu ul li a.active:before,
.gallery .header ul#privary-navigation .sub-menu ul li a.active:before,
#gallery-category .header ul#privary-navigation .sub-menu ul li a.active:before,
#default .header ul#privary-navigation .sub-menu ul li a.active:before,
#package_page .header ul#privary-navigation .sub-menu ul li a.active:before,
.sitemap .header ul#privary-navigation .sub-menu ul li a.active:before {
  color: #37364b;
  display: none;
}

.gallery .header a.logo,
#gallery-category .header a.logo,
#default .header a.logo,
#package_page .header a.logo,
.sitemap .header a.logo {
  margin-left: -89.115px;
  top: -3px;
}

.gallery .header a.logo svg,
#gallery-category .header a.logo svg,
#default .header a.logo svg,
#package_page .header a.logo svg,
.sitemap .header a.logo svg {
  height: 48px;
  width: 178.23px;
}

.header.scroll-nav a.logo .logo-centered, #gallery-map .header a.logo .logo-centered,
.header:hover a.logo .logo-centered,
.gallery .header a.logo .logo-centered,
#gallery-category .header a.logo .logo-centered,
#default .header a.logo .logo-centered,
#package_page .header a.logo .logo-centered,
.sitemap .header a.logo .logo-centered {
  fill: #231f20;
}

.header.scroll-nav a.logo .sans-souci-1, #gallery-map .header a.logo .sans-souci-1,
.header:hover a.logo .sans-souci-1,
.gallery .header a.logo .sans-souci-1,
#gallery-category .header a.logo .sans-souci-1,
#default .header a.logo .sans-souci-1,
#package_page .header a.logo .sans-souci-1,
.sitemap .header a.logo .sans-souci-1 {
  fill: #414042;
}

.header.scroll-nav a.logo .sans-souci-2, #gallery-map .header a.logo .sans-souci-2,
.header:hover a.logo .sans-souci-2,
.gallery .header a.logo .sans-souci-2,
#gallery-category .header a.logo .sans-souci-2,
#default .header a.logo .sans-souci-2,
#package_page .header a.logo .sans-souci-2,
.sitemap .header a.logo .sans-souci-2 {
  fill: #37364b;
}

.header.scroll-nav a.logo .tower-isle-logo-1, #gallery-map .header a.logo .tower-isle-logo-1,
.header:hover a.logo .tower-isle-logo-1,
.gallery .header a.logo .tower-isle-logo-1,
#gallery-category .header a.logo .tower-isle-logo-1,
#default .header a.logo .tower-isle-logo-1,
#package_page .header a.logo .tower-isle-logo-1,
.sitemap .header a.logo .tower-isle-logo-1 {
  fill: #404041;
}

.header.scroll-nav a.logo .tower-isle-logo-2, #gallery-map .header a.logo .tower-isle-logo-2,
.header:hover a.logo .tower-isle-logo-2,
.gallery .header a.logo .tower-isle-logo-2,
#gallery-category .header a.logo .tower-isle-logo-2,
#default .header a.logo .tower-isle-logo-2,
#package_page .header a.logo .tower-isle-logo-2,
.sitemap .header a.logo .tower-isle-logo-2 {
  fill: #CEA773;
}

.header.scroll-nav a.logo .negril-logo-1, #gallery-map .header a.logo .negril-logo-1,
.header:hover a.logo .negril-logo-1,
.gallery .header a.logo .negril-logo-1,
#gallery-category .header a.logo .negril-logo-1,
#default .header a.logo .negril-logo-1,
#package_page .header a.logo .negril-logo-1,
.sitemap .header a.logo .negril-logo-1 {
  fill: #414042;
}

.header.scroll-nav a.logo .negril-logo-2, #gallery-map .header a.logo .negril-logo-2,
.header:hover a.logo .negril-logo-2,
.gallery .header a.logo .negril-logo-2,
#gallery-category .header a.logo .negril-logo-2,
#default .header a.logo .negril-logo-2,
#package_page .header a.logo .negril-logo-2,
.sitemap .header a.logo .negril-logo-2 {
  fill: #10A99B;
}

.header.scroll-nav a.logo .negril-logo-3, #gallery-map .header a.logo .negril-logo-3,
.header:hover a.logo .negril-logo-3,
.gallery .header a.logo .negril-logo-3,
#gallery-category .header a.logo .negril-logo-3,
#default .header a.logo .negril-logo-3,
#package_page .header a.logo .negril-logo-3,
.sitemap .header a.logo .negril-logo-3 {
  fill: #404041;
}

.header.scroll-nav a.logo .swept-away-logo--1, #gallery-map .header a.logo .swept-away-logo--1,
.header:hover a.logo .swept-away-logo--1,
.gallery .header a.logo .swept-away-logo--1,
#gallery-category .header a.logo .swept-away-logo--1,
#default .header a.logo .swept-away-logo--1,
#package_page .header a.logo .swept-away-logo--1,
.sitemap .header a.logo .swept-away-logo--1 {
  fill: #414042;
}

.header.scroll-nav a.logo .swept-away-logo--2, #gallery-map .header a.logo .swept-away-logo--2,
.header:hover a.logo .swept-away-logo--2,
.gallery .header a.logo .swept-away-logo--2,
#gallery-category .header a.logo .swept-away-logo--2,
#default .header a.logo .swept-away-logo--2,
#package_page .header a.logo .swept-away-logo--2,
.sitemap .header a.logo .swept-away-logo--2 {
  fill: #15ABC5;
}

.header.scroll-nav a.logo .swept-away-logo--3, #gallery-map .header a.logo .swept-away-logo--3,
.header:hover a.logo .swept-away-logo--3,
.gallery .header a.logo .swept-away-logo--3,
#gallery-category .header a.logo .swept-away-logo--3,
#default .header a.logo .swept-away-logo--3,
#package_page .header a.logo .swept-away-logo--3,
.sitemap .header a.logo .swept-away-logo--3 {
  fill: #404041;
}

.header.scroll-nav .header__resorts-nav li a, #gallery-map .header .header__resorts-nav li a,
.header:hover .header__resorts-nav li a,
.gallery .header .header__resorts-nav li a,
#gallery-category .header .header__resorts-nav li a,
#default .header .header__resorts-nav li a,
#package_page .header .header__resorts-nav li a,
.sitemap .header .header__resorts-nav li a {
  color: #fff;
}

body.brand-site .header.scroll-nav .menu-holder .menu-trigger span, body.brand-site #gallery-map .header .menu-holder .menu-trigger span, #gallery-map body.brand-site .header .menu-holder .menu-trigger span,
body.brand-site .header:hover .menu-holder .menu-trigger span,
body.brand-site .gallery .header .menu-holder .menu-trigger span,
body.brand-site #gallery-category .header .menu-holder .menu-trigger span,
body.brand-site #default .header .menu-holder .menu-trigger span,
body.brand-site #package_page .header .menu-holder .menu-trigger span,
body.brand-site .sitemap .header .menu-holder .menu-trigger span {
  background: #37364b;
}

body.sans-souci .header.scroll-nav .menu-holder .menu-trigger span, body.sans-souci #gallery-map .header .menu-holder .menu-trigger span, #gallery-map body.sans-souci .header .menu-holder .menu-trigger span,
body.sans-souci .header:hover .menu-holder .menu-trigger span,
body.sans-souci .gallery .header .menu-holder .menu-trigger span,
body.sans-souci #gallery-category .header .menu-holder .menu-trigger span,
body.sans-souci #default .header .menu-holder .menu-trigger span,
body.sans-souci #package_page .header .menu-holder .menu-trigger span,
body.sans-souci .sitemap .header .menu-holder .menu-trigger span {
  background: #37364b;
}

body.swept-away .header.scroll-nav .menu-holder .menu-trigger span, body.swept-away #gallery-map .header .menu-holder .menu-trigger span, #gallery-map body.swept-away .header .menu-holder .menu-trigger span,
body.swept-away .header:hover .menu-holder .menu-trigger span,
body.swept-away .gallery .header .menu-holder .menu-trigger span,
body.swept-away #gallery-category .header .menu-holder .menu-trigger span,
body.swept-away #default .header .menu-holder .menu-trigger span,
body.swept-away #package_page .header .menu-holder .menu-trigger span,
body.swept-away .sitemap .header .menu-holder .menu-trigger span {
  background: #37364b;
}

body.negril .header.scroll-nav .menu-holder .menu-trigger span, body.negril #gallery-map .header .menu-holder .menu-trigger span, #gallery-map body.negril .header .menu-holder .menu-trigger span,
body.negril .header:hover .menu-holder .menu-trigger span,
body.negril .gallery .header .menu-holder .menu-trigger span,
body.negril #gallery-category .header .menu-holder .menu-trigger span,
body.negril #default .header .menu-holder .menu-trigger span,
body.negril #package_page .header .menu-holder .menu-trigger span,
body.negril .sitemap .header .menu-holder .menu-trigger span {
  background: #37364b;
}

body.tower-isle .header.scroll-nav .menu-holder .menu-trigger span, body.tower-isle #gallery-map .header .menu-holder .menu-trigger span, #gallery-map body.tower-isle .header .menu-holder .menu-trigger span,
body.tower-isle .header:hover .menu-holder .menu-trigger span,
body.tower-isle .gallery .header .menu-holder .menu-trigger span,
body.tower-isle #gallery-category .header .menu-holder .menu-trigger span,
body.tower-isle #default .header .menu-holder .menu-trigger span,
body.tower-isle #package_page .header .menu-holder .menu-trigger span,
body.tower-isle .sitemap .header .menu-holder .menu-trigger span {
  background: #37364b;
}

body.brand-site .header.scroll-nav .menu-holder .menu-text, body.brand-site #gallery-map .header .menu-holder .menu-text, #gallery-map body.brand-site .header .menu-holder .menu-text,
body.brand-site .header:hover .menu-holder .menu-text,
body.brand-site .gallery .header .menu-holder .menu-text,
body.brand-site #gallery-category .header .menu-holder .menu-text,
body.brand-site #default .header .menu-holder .menu-text,
body.brand-site #package_page .header .menu-holder .menu-text,
body.brand-site .sitemap .header .menu-holder .menu-text {
  color: #37364b;
}

body.sans-souci .header.scroll-nav .menu-holder .menu-text, body.sans-souci #gallery-map .header .menu-holder .menu-text, #gallery-map body.sans-souci .header .menu-holder .menu-text,
body.sans-souci .header:hover .menu-holder .menu-text,
body.sans-souci .gallery .header .menu-holder .menu-text,
body.sans-souci #gallery-category .header .menu-holder .menu-text,
body.sans-souci #default .header .menu-holder .menu-text,
body.sans-souci #package_page .header .menu-holder .menu-text,
body.sans-souci .sitemap .header .menu-holder .menu-text {
  color: #37364b;
}

body.swept-away .header.scroll-nav .menu-holder .menu-text, body.swept-away #gallery-map .header .menu-holder .menu-text, #gallery-map body.swept-away .header .menu-holder .menu-text,
body.swept-away .header:hover .menu-holder .menu-text,
body.swept-away .gallery .header .menu-holder .menu-text,
body.swept-away #gallery-category .header .menu-holder .menu-text,
body.swept-away #default .header .menu-holder .menu-text,
body.swept-away #package_page .header .menu-holder .menu-text,
body.swept-away .sitemap .header .menu-holder .menu-text {
  color: #37364b;
}

body.negril .header.scroll-nav .menu-holder .menu-text, body.negril #gallery-map .header .menu-holder .menu-text, #gallery-map body.negril .header .menu-holder .menu-text,
body.negril .header:hover .menu-holder .menu-text,
body.negril .gallery .header .menu-holder .menu-text,
body.negril #gallery-category .header .menu-holder .menu-text,
body.negril #default .header .menu-holder .menu-text,
body.negril #package_page .header .menu-holder .menu-text,
body.negril .sitemap .header .menu-holder .menu-text {
  color: #37364b;
}

body.tower-isle .header.scroll-nav .menu-holder .menu-text, body.tower-isle #gallery-map .header .menu-holder .menu-text, #gallery-map body.tower-isle .header .menu-holder .menu-text,
body.tower-isle .header:hover .menu-holder .menu-text,
body.tower-isle .gallery .header .menu-holder .menu-text,
body.tower-isle #gallery-category .header .menu-holder .menu-text,
body.tower-isle #default .header .menu-holder .menu-text,
body.tower-isle #package_page .header .menu-holder .menu-text,
body.tower-isle .sitemap .header .menu-holder .menu-text {
  color: #37364b;
}

@media only screen and (max-width: 1230px) {
  .header.scroll-nav, #gallery-map .header,
  .header:hover,
  .gallery .header,
  #gallery-category .header,
  #default .header,
  #package_page .header,
  .sitemap .header {
    height: 85px;
  }
}
.header__top-section,
.header__btm-section {
  position: relative;
  margin: 0 auto;
}

.header__top-section {
  height: 55px;
}

.header__top-section .container {
  position: relative;
}

.header__resorts-nav {
  display: block;
  position: absolute;
  top: 18px;
  right: 330px;
}

.header__resorts-nav li {
  font-size: 0.76923em;
  line-height: 1em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 7px;
}

.header__resorts-nav li:last-of-type {
  margin-right: 0;
  border-right: 0;
}

.header__resorts-nav li a {
  color: #fff;
  display: block;
  position: relative;
}

.header__resorts-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  left: 50%;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

body.brand-site .header__resorts-nav li a:before {
  background: #37364b;
}

body.sans-souci .header__resorts-nav li a:before {
  background: #37364b;
}

body.swept-away .header__resorts-nav li a:before {
  background: #37364b;
}

body.negril .header__resorts-nav li a:before {
  background: #37364b;
}

body.tower-isle .header__resorts-nav li a:before {
  background: #37364b;
}

.header__resorts-nav li a:hover:before,
.header__resorts-nav li a.active:before {
  display: block;
  position: absolute;
  left: 20%;
  width: 60%;
}

.header__btm-section {
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 85px;
}

body.brand-site .header__btm-section {
  border-top-color: #37364b;
}

body.sans-souci .header__btm-section {
  border-top-color: #37364b;
}

body.swept-away .header__btm-section {
  border-top-color: #37364b;
}

body.negril .header__btm-section {
  border-top-color: #37364b;
}

body.tower-isle .header__btm-section {
  border-top-color: #37364b;
}

body.brand-site .header__btm-section {
  border-bottom-color: #37364b;
}

body.sans-souci .header__btm-section {
  border-bottom-color: #37364b;
}

body.swept-away .header__btm-section {
  border-bottom-color: #37364b;
}

body.negril .header__btm-section {
  border-bottom-color: #37364b;
}

body.tower-isle .header__btm-section {
  border-bottom-color: #37364b;
}

.header__btm-section .container {
  position: relative;
}

.brand-site .header__btm-section .container {
  width: 100%;
  max-width: 100%;
}

.header__booked {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}

.header__booking-trigger {
  font-size: 1.25em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Jost-Bold", "sans-serif";
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
  padding: 8px 35px 7px;
  margin-left: 33px;
}

body.brand-site .header__booking-trigger {
  background: #37364b;
}

body.sans-souci .header__booking-trigger {
  background: #37364b;
}

body.swept-away .header__booking-trigger {
  background: #37364b;
}

body.negril .header__booking-trigger {
  background: #37364b;
}

body.tower-isle .header__booking-trigger {
  background: #37364b;
}

body.brand-site .header__booking-trigger {
  border-color: #37364b;
}

body.sans-souci .header__booking-trigger {
  border-color: #37364b;
}

body.swept-away .header__booking-trigger {
  border-color: #37364b;
}

body.negril .header__booking-trigger {
  border-color: #37364b;
}

body.tower-isle .header__booking-trigger {
  border-color: #37364b;
}

.header__booking-trigger:hover {
  background: rgba(255, 255, 255, 0) !important;
}

body.brand-site .header__booking-trigger:hover {
  color: #37364b;
}

body.sans-souci .header__booking-trigger:hover {
  color: #37364b;
}

body.swept-away .header__booking-trigger:hover {
  color: #37364b;
}

body.negril .header__booking-trigger:hover {
  color: #37364b;
}

body.tower-isle .header__booking-trigger:hover {
  color: #37364b;
}

@media only screen and (max-width: 1230px) {
  .header .menu-holder {
    display: block !important;
  }
  .header #primary-nav {
    display: none;
  }
  .booking-holder.expanded {
    top: 85px;
  }
  .header a.logo {
    top: -70px !important;
  }
  .resort-site .header a.logo {
    top: -75px !important;
    margin-left: 0 !important;
  }
  .header .header__booked {
    top: 25px !important;
    right: 60px;
  }
  .resort-site .header .header__booked {
    top: 17px !important;
  }
  .header .header__phone-rate {
    border-right: 0;
  }
  .resort-site .header .header__phone-rate {
    display: none;
  }
  .header .header__booking-trigger {
    margin-left: 20px;
  }
  .header .header__top-section {
    height: 85px;
  }
  .header .header__top-section .container {
    max-width: 94%;
  }
  .header .header__btm-section {
    height: 1px;
    border-bottom: 0;
  }
  .header .header__btm-section .container {
    max-width: 98%;
  }
  .resort-site .header .header__already {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 58px;
  }
  .header .header__resorts-nav {
    display: block;
    position: absolute;
    right: 245px;
    padding-top: 8px;
  }
  .header .header__resorts-nav li a:before {
    top: -31px;
  }
}
@media only screen and (max-width: 890px) {
  .header .header__resorts-nav {
    right: 210px;
  }
  .header .header__resorts-nav li {
    font-size: 0.73em;
    padding-right: 6px;
    margin-right: 3px;
  }
  .header .header__booking-trigger {
    padding: 8px 20px 7px;
  }
  .resort-site .header .header__already {
    display: block;
    position: absolute;
    left: 44px;
  }
  .header .menu-holder {
    right: 0 !important;
  }
  .header .header__booked {
    right: 40px;
  }
  .header .header__resorts-nav {
    right: 188px;
  }
}
.header .menu-holder {
  font-size: 0.92308em;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  top: 22px;
  right: 12px;
  display: none;
  height: 90px;
  width: 65px;
}

.header .menu-holder.close {
  background: rgba(255, 255, 255, 0);
}

.header .menu-holder.close .menu-text {
  color: #fff;
  font-family: "Jost-Regular", "sans-serif";
}

.gallery .header .menu-holder,
#gallery-category .header .menu-holder,
.map .header .menu-holder {
  margin-top: 0;
}

.header .menu-holder .menu-text {
  z-index: 999;
  position: relative;
  font-weight: 700;
  font-family: "Jost-Regular", "sans-serif";
  letter-spacing: 1.5px;
  margin-right: -2px;
}

.header .menu-holder .menu-trigger {
  width: 36px;
  height: 25px;
  position: relative;
  margin: 0 auto 5px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.header .menu-holder .menu-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.header .menu-holder .menu-trigger span:nth-child(1) {
  top: 0px;
}

.header .menu-holder .menu-trigger span:nth-child(2),
.header .menu-holder .menu-trigger span:nth-child(3) {
  top: 10px;
}

.header .menu-holder .menu-trigger span:nth-child(4) {
  top: 20px;
}

.header .menu-holder .menu-trigger.open span {
  background: #fff;
}

.header .menu-holder .menu-trigger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header .menu-holder .menu-trigger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.header .menu-holder .menu-trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.header .menu-holder .menu-trigger.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.header .tablet-primary {
  background: #0a2134;
  background: linear-gradient(to bottom, #0a2134 0%, #10314a 25%, #10314a 100%);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  z-index: 99;
}

.header .tablet-primary .close-menu {
  display: none;
}

.header .tablet-primary .navigation.overlay {
  width: 100%;
  height: 100%;
  left: 0;
  display: table;
  position: fixed;
  top: 0;
}

.header .tablet-primary .navigation.overlay .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.header .tablet-primary .navigation .inner > ul {
  position: relative;
  max-height: 70vh;
  overflow: scroll;
  padding: 15px 0;
  margin-bottom: 0;
}

.header .tablet-primary .navigation .inner > ul li {
  padding: 14px 0;
}

.header .tablet-primary .navigation .inner > ul li a {
  font-size: 1.46154em;
  color: #37364b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Jost-Light", "sans-serif";
}

.header .tablet-primary .navigation .inner > ul li a.active {
  color: #fff;
}

.header .tablet-primary .navigation .inner > ul li .sub-sub-menu {
  display: none;
}

.header .tablet-primary .navigation .inner > ul li.item-open {
  margin-bottom: 0;
}

.header .tablet-primary .navigation .inner > ul li.item-open div.sub-sub-menu {
  margin-bottom: 0;
  margin-top: 7px;
}

.header .tablet-primary .navigation .inner > ul li.item-open div.sub-sub-menu ul.submenu li {
  padding: 7px 0;
}

.header .tablet-primary .navigation .inner > ul li.item-open div.sub-sub-menu ul.submenu li a {
  font-size: 1.35em;
  text-transform: capitalize;
  font-weight: 400;
}

.header .tablet-primary .navigation .inner > ul li.item-open div.sub-sub-menu ul.submenu li a.active {
  color: #fff;
}

ul#privary-navigation {
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin: 20px 0 0;
}

ul#privary-navigation > li {
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Jost-Regular", "sans-serif";
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin-right: 40px;
  text-align: center;
}

ul#privary-navigation > li:first-of-type {
  margin-left: 38px;
}

ul#privary-navigation > li:nth-of-type(3) {
  margin-right: 400px;
}

ul#privary-navigation > li > a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 65px;
  padding-bottom: 26px;
}

body.brand-site ul#privary-navigation > li > a:hover,
body.brand-site ul#privary-navigation > li > a.active {
  color: #37364b;
}

body.sans-souci ul#privary-navigation > li > a:hover,
body.sans-souci ul#privary-navigation > li > a.active {
  color: #37364b;
}

body.swept-away ul#privary-navigation > li > a:hover,
body.swept-away ul#privary-navigation > li > a.active {
  color: #37364b;
}

body.negril ul#privary-navigation > li > a:hover,
body.negril ul#privary-navigation > li > a.active {
  color: #37364b;
}

body.tower-isle ul#privary-navigation > li > a:hover,
body.tower-isle ul#privary-navigation > li > a.active {
  color: #37364b;
}

ul#privary-navigation > li.hover a:before,
ul#privary-navigation > li.active a:before {
  display: none;
}

@media only screen and (max-width: 1230px) {
  ul#privary-navigation > li.hover a:before,
  ul#privary-navigation > li.active a:before {
    display: none;
  }
}
ul#privary-navigation > li.hover .primary-dropdown,
ul#privary-navigation > li.active .primary-dropdown {
  display: block;
}

@media only screen and (max-width: 1230px) {
  ul#privary-navigation > li.hover .primary-dropdown,
  ul#privary-navigation > li.active .primary-dropdown {
    display: none;
  }
}
ul#privary-navigation > li a.btn {
  color: #fff;
  height: inherit;
  padding: 10px 25px 8px;
}

ul#privary-navigation > li a.btn:before {
  display: none;
}

@media only screen and (max-width: 1230px) {
  ul#privary-navigation > li:first-of-type {
    margin-left: 0;
  }
  ul#privary-navigation > li:nth-of-type(3) {
    margin-right: 0;
  }
  ul#privary-navigation > li > a {
    display: block;
    color: #fff;
  }
  ul#privary-navigation > li > a:hover,
  ul#privary-navigation > li > a.active {
    color: #fff;
    opacity: 0.6;
  }
}
.primary-dropdown {
  color: #fff;
  text-transform: none;
  position: fixed;
  background-color: #1b3b54;
  left: 0;
  height: 100%;
  z-index: 10;
  top: 139px;
  width: 100%;
  display: none;
}

.primary-dropdown .inner-wrapper {
  position: relative;
}

.primary-dropdown .inner-wrapper.absolute-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: -50px;
}

.primary-dropdown .close-nav {
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
}

.primary-dropdown .headline {
  font-size: 38px;
  color: #ade3d3;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Jost-Thin", "sans-serif";
  text-align: left;
  padding: 50px 0;
  max-width: 320px;
  font-weight: 100;
}

.primary-dropdown .headline span {
  color: #fff;
}

.primary-dropdown__white-line {
  position: relative;
}

.primary-dropdown__white-line:before,
.primary-dropdown__white-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #446077;
}

.primary-dropdown.dropdown-resort {
  text-align: left;
}

.primary-dropdown.dropdown-resort .dropdown-resort__resort-headline {
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
}

.primary-dropdown.dropdown-resort .dropdown-resort__resort-headline span {
  font-size: 19px;
  color: #ade3d3;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
}

.primary-dropdown.dropdown-resort img {
  max-width: 100%;
  display: block;
  margin-bottom: 25px;
}

.primary-dropdown.dropdown-resort p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 25px;
}

.primary-dropdown.dropdown-resort .primary-dropdown__white-line {
  position: relative;
  padding: 20px 0;
}

.primary-dropdown.dropdown-resort .primary-dropdown__white-line:before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
}

.primary-dropdown.dropdown-resort .primary-dropdown__white-line:after {
  content: "";
  display: block;
  position: absolute;
  right: 11%;
}

.primary-dropdown.dropdown-wedding .sub-menu {
  padding-top: 30px;
}

.primary-dropdown .sub-menu ul {
  text-align: left;
  max-width: 235px;
  width: 100%;
  display: inline-block;
}

.primary-dropdown .sub-menu ul li {
  font-size: 14px;
  color: #59768f;
  text-transform: uppercase;
  font-family: "Jost-Bold", "sans-serif";
}

.primary-dropdown .sub-menu ul li a {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 14px;
  padding-left: 25px;
  position: relative;
  color: #ffffff;
}

.sub-menu ul li a::before {
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: -20px;
  background-color: #37364b;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
}

@media only screen and (max-width: 1230px) {
  .primary-dropdown {
    display: none !important;
  }
}
.resort-site .header a.logo {
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
}

.resort-site .header ul#privary-navigation {
  text-align: right;
}

.resort-site .header ul#privary-navigation li,
.resort-site .header ul#privary-navigation li:nth-of-type(3) {
  margin-right: 25px;
}

.resort-site .header ul#privary-navigation li:last-of-type {
  margin-right: 0;
}

ul.accommodations li.accommodations__each-room {
  margin-bottom: 40px;
  overflow: hidden;
}

ul.accommodations li.accommodations__each-room h2 {
  font-size: 44px;
  color: #0f1f28;
  line-height: 1.15em;
  letter-spacing: -1px;
  font-family: "Jost-Light", "sans-serif";
  margin-bottom: 40px;
  max-width: 410px;
}

ul.accommodations li.accommodations__each-room p {
  max-width: 480px;
  width: 96%;
}

ul.accommodations li.accommodations__each-room .amenities-btn {
  margin-right: 40px;
  display: inline-block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  ul.accommodations li.accommodations__each-room .amenities-btn {
    margin-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  ul.accommodations li.accommodations__each-room .amenities-btn {
    margin-right: 10px;
  }
}
ul.accommodations li.accommodations__each-room h3 {
  font-size: 37px;
  color: #37364b;
  font-family: "Jost-Light", "sans-serif";
  margin-bottom: 35px;
}

ul.accommodations li.accommodations__each-room .amenities-popup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15px);
  height: 100%;
  display: none;
  background: #fff;
}

ul.accommodations li.accommodations__each-room .amenities-popup ul.sym-inline-list, ul.accommodations li.accommodations__each-room .amenities-popup .slide-over-content.left ul, .slide-over-content.left ul.accommodations li.accommodations__each-room .amenities-popup ul {
  font-size: 15.83px;
}

ul.accommodations li.accommodations__each-room .close-icon {
  font-size: 0.66769em;
  color: #0f1f28;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: url(../images/icon-close-accomm.svg) no-repeat top center;
  padding-top: 32px;
}

ul.accommodations li.accommodations__each-room .close-icon:hover {
  opacity: 0.6;
}

ul.accommodations li.accommodations__each-room ul.slick-dots {
  padding: 18px 0 15px;
}

ul.accommodations li.accommodations__each-room ul.slick-dots li button {
  background: #b7bbbe;
}

ul.accommodations li.accommodations__each-room ul.slick-dots li.slick-active button {
  background: #0f1f28;
}

body.accommodations ul.accommodations li.accommodations__each-room:first-of-type {
  position: relative;
  z-index: 9;
  padding: 40px 0;
  background: #fff;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) {
  position: relative;
  z-index: 7;
  margin: -188px auto 65px;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) .accommodations__each-room--lg-img {
  height: 719px;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) .accommodations__copy-holder {
  display: block;
  position: absolute;
  top: 235px;
  width: 100%;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) ul.slick-dots {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 13%;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) .container {
  position: relative;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) .amenities-popup {
  width: 60%;
  padding: 40px;
  min-height: 470px;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) .amenities-popup .close-icon {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) .slick-prev {
  left: 25px;
}

body.accommodations ul.accommodations li.accommodations__each-room:nth-of-type(2) .slick-next {
  right: 25px;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue {
  background: #37364b;
  padding: 70px 0 45px;
  margin-bottom: 65px;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .accommodations__copy-side {
  padding-left: 5.5%;
  position: relative;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue h2,
ul.accommodations li.accommodations__each-room.accommodations__each-room--blue p {
  color: #fff;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .accommodations__copy-side,
  ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .order-1 {
    padding-left: 2%;
    position: relative;
  }
}
ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .accommodations__prev-room,
ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .accommodations__next-room {
  background: url(../images/arrow-white.svg);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .accommodations__prev-room,
  ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .accommodations__next-room {
    margin-top: -145px;
  }
}
ul.accommodations li.accommodations__each-room.accommodations__each-room--blue ul.slick-dots {
  padding: 18px 0 15px;
  text-align: right;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue ul.slick-dots li button {
  background: #576369;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue ul.slick-dots li.slick-active button {
  background: #fff;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .amenities-popup {
  background: #0f1f28;
  padding-left: 12%;
  width: 100%;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .amenities-popup .close-icon {
  color: #37364b;
  right: 0;
  background: url(../images/icon-close-booking.svg) no-repeat top center;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .amenities-popup .close-icon:hover {
  opacity: 0.6;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .amenities-popup ul.sym-inline-list, ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .amenities-popup .slide-over-content.left ul, .slide-over-content.left ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .amenities-popup ul {
  color: #fff;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue form.mini-booking-form .dates .field input {
  border-bottom: 1px solid #fff;
  color: #fff;
}

@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  ul.accommodations li.accommodations__each-room:nth-of-type(2) .accommodations__copy-side {
    margin-left: 35px !important;
  }
}
@media (min-width: 992px) {
  ul.accommodations li.accommodations__each-room .accommodations__img-side {
    max-width: 750px;
    margin: 0 auto 40px;
  }
  ul.accommodations li.accommodations__each-room .accommodations__copy-side {
    max-width: 480px;
    margin: 0 auto 40px;
    padding-left: 15px;
  }
  ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .accommodations__copy-side {
    padding-left: 15px;
  }
  ul.accommodations li.accommodations__each-room .order-1 {
    order: 2;
  }
  ul.accommodations li.accommodations__each-room .order-2 {
    order: 1;
  }
  ul.accommodations li.accommodations__each-room:nth-of-type(2) .accommodations__each-room--lg-img {
    background-position: 50% 50% !important;
  }
  ul.accommodations li.accommodations__each-room:nth-of-type(2) .container {
    max-width: 98%;
  }
  ul.accommodations li.accommodations__each-room:nth-of-type(2) .accommodations__copy-side {
    margin-left: 0;
  }
  ul.accommodations li.accommodations__each-room:nth-of-type(2) ul.slick-dots {
    left: 4.5% !important;
  }
}
.accommodations__room-imgs {
  display: block;
  margin: 0 auto;
  max-width: 556px;
  width: 80%;
  position: relative;
}

.room-imgs__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background: url(../images/icon-zoom.svg) no-repeat 50% 50% rgba(0, 0, 0, 0.6);
}

.room-imgs__overlay:hover {
  opacity: 1;
}

.accommodations__prev-room,
.accommodations__next-room {
  margin-top: -27px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .accommodations__prev-room,
  .accommodations__next-room {
    margin-top: -85px;
  }
}
@media (min-width: 992px) {
  .accommodations__included {
    padding: 30px 0 85px;
  }
  .accommodations__included h2 {
    font-size: 44px;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    text-align: center;
    margin-bottom: 90px;
  }
  .accommodations__included .col-sm-4 {
    position: relative;
    text-align: center;
  }
  .accommodations__included ul.sym-inline-list, .accommodations__included .slide-over-content.left ul, .slide-over-content.left .accommodations__included ul {
    font-size: 1.23077em;
    color: #193e5b;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: left;
    display: inline-block;
  }
  .accommodations__included--plus {
    display: block;
    position: absolute;
    top: 17px;
    right: -6px;
  }
}
.marketing-quads__each-quad {
  height: 475px;
  text-align: center;
  position: relative;
}

.marketing-quads__each-quad:hover .marketing-quads__overlay {
  opacity: 1;
}

.marketing-quads__each-quad:hover .marketing-quads__first-headline {
  opacity: 0;
}

.marketing-quads__copy-holder {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}

.marketing-quads__first-headline {
  font-size: 3.51538em;
  color: #fff;
  line-height: 0.95em;
  text-transform: uppercase;
  letter-spacing: -3px;
  font-family: "Jost-Thin", "sans-serif";
  text-align: center;
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}

.marketing-quads__first-headline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #fff;
}

.marketing-quads__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  background: rgba(38, 37, 38, 0.9);
  width: calc(100% + 1px);
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marketing-quads__overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  border: 1px solid #37364b;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
}

body.brand-site .dining .marketing-quads__overlay:before {
  border: #37364b;
}

body.sans-souci .dining .marketing-quads__overlay:before {
  border: #37364b;
}

body.swept-away .dining .marketing-quads__overlay:before {
  border: #37364b;
}

body.negril .dining .marketing-quads__overlay:before {
  border: #37364b;
}

body.tower-isle .dining .marketing-quads__overlay:before {
  border: #37364b;
}

.marketing-quads__overlay .arrow-btn:hover {
  margin-left: 7px;
}

.marketing-quads__overlay h2 {
  font-size: 3.51538em;
  color: #fff;
  line-height: 0.95em;
  text-transform: uppercase;
  letter-spacing: -3px;
  font-family: "Jost-Thin", "sans-serif";
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .marketing-quads__overlay h2 {
    font-family: "Jost-Regular", "sans-serif";
    letter-spacing: 3px;
    font-size: 25px !important;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.marketing-quads__overlay h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #37364b;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .marketing-quads__overlay h2:after {
    bottom: -6px;
  }
}
body.brand-site .dining .marketing-quads__overlay h2:after {
  background: #37364b;
}

body.sans-souci .dining .marketing-quads__overlay h2:after {
  background: #37364b;
}

body.swept-away .dining .marketing-quads__overlay h2:after {
  background: #37364b;
}

body.negril .dining .marketing-quads__overlay h2:after {
  background: #37364b;
}

body.tower-isle .dining .marketing-quads__overlay h2:after {
  background: #37364b;
}

@media only screen and (max-width: 1080px) {
  .marketing-quads .marketing-quads__first-headline {
    display: none;
  }
  .marketing-quads .marketing-quads__overlay {
    opacity: 1;
    background: 0;
  }
  .marketing-quads .marketing-quads__overlay:before {
    display: none;
  }
  .marketing-quads .marketing-quads__overlay h2 {
    font-size: 35px;
  }
  .marketing-quads .marketing-quads__overlay .arrow-btn {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .toggle-section {
    margin-bottom: 75px;
  }
  .toggle-section .tab-content {
    height: 685px;
    position: relative;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    margin-bottom: 80px;
  }
  .toggle-section .tab-copy {
    background: #fff;
    width: 46%;
    padding: 85px 80px;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .toggle-section .tab-copy {
    padding: 55px 32px;
  }
}
@media (min-width: 992px) {
  .toggle-section h2 {
    color: #37364b;
    margin-bottom: 20px;
  }
  body.brand-site .toggle-section h3 {
    color: #37364b;
  }
  body.sans-souci .toggle-section h3 {
    color: #37364b;
  }
  body.swept-away .toggle-section h3 {
    color: #37364b;
  }
  body.negril .toggle-section h3 {
    color: #37364b;
  }
  body.tower-isle .toggle-section h3 {
    color: #37364b;
  }
  .toggle-section p {
    max-width: 380px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .toggle-section .container {
    max-width: 100%;
  }
}
.price-match {
  background: #d6dee3;
  background: linear-gradient(to bottom, #d6dee3 14.99%, #d6dee3 14.99%, #e7ecef 15%, #e7ecef 85.99%, #d6dee3 86%);
}

.price-match .wrapper {
  min-height: 417px;
  position: relative;
}

.price-match h2 {
  font-size: 37px;
  line-height: 0.95em;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-family: "Jost-Light", "sans-serif";
  margin-top: 130px;
}

body.brand-site .price-match h2 {
  color: #37364b;
}

body.sans-souci .price-match h2 {
  color: #37364b;
}

body.swept-away .price-match h2 {
  color: #37364b;
}

body.negril .price-match h2 {
  color: #37364b;
}

body.tower-isle .price-match h2 {
  color: #37364b;
}

.price-match h2 span {
  display: block;
  font-size: 26.88px;
  color: #0f1f28;
  letter-spacing: 0;
  font-family: "Jost-Light", "sans-serif";
}

.price-match h3 {
  font-size: 32px;
  line-height: 0.95em;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-family: "Jost-Regular", "sans-serif";
  margin-top: 76px;
}

body.brand-site .price-match h3 {
  color: #37364b;
}

body.sans-souci .price-match h3 {
  color: #37364b;
}

body.swept-away .price-match h3 {
  color: #37364b;
}

body.negril .price-match h3 {
  color: #37364b;
}

body.tower-isle .price-match h3 {
  color: #37364b;
}

.price-match h3 span {
  font-size: 18.94px;
  color: #0f1f28;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  display: block;
}

.price-match__mary {
  display: block;
  position: absolute;
  bottom: 0;
  left: 21%;
  width: 501px;
  height: 405px;
  background: url(../images/mary-solo.png) no-repeat;
}

.price-match form#frmPrice {
  max-width: 540px;
}

.price-match form#frmPrice input[type=email],
.price-match form#frmPrice input[type=tel],
.price-match form#frmPrice input[type=date],
.price-match form#frmPrice input[type=text] {
  background-color: rgba(255, 255, 255, 0);
}

.price-match form#frmPrice .btn,
.price-match form#frmPrice #panel input[type=button],
#panel .price-match form#frmPrice input[type=button] {
  display: block;
  width: 100%;
  height: 38px;
}

.price-match form#frmPrice .form-entry.col-sm-6.no-gutter-left {
  padding-right: 5px;
}

.price-match form#frmPrice .form-entry.col-sm-6.no-gutter-right {
  padding-left: 5px;
}

.price-match form#frmPrice .gdpr label {
  font-size: 11.5px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1390px) {
  .price-match .price-match__mary {
    display: block;
    position: absolute;
    bottom: 0;
    left: 23%;
    width: 350px;
    height: 341px;
    background-size: contain !important;
  }
}
@media only screen and (max-width: 1199px) {
  .price-match h2 {
    padding-left: 30px;
  }
  .price-match .price-match__mary {
    display: block;
    position: absolute;
    left: 21%;
  }
}
@media only screen and (max-width: 1125px) {
  .price-match h2 {
    display: none;
  }
  .price-match .price-match__header-side {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .price-match .price-match__form-holder {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .price-match .price-match__mary {
    display: block;
    position: absolute;
    left: 1.5%;
  }
}
@media only screen and (max-width: 880px) {
  .price-match h3 {
    font-size: 29px;
  }
  .price-match .price-match__mary {
    display: block;
    position: absolute;
    left: 0;
    width: 280px;
    height: 284px;
  }
  .price-match .price-match__header-side {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .price-match .price-match__form-holder {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .all-resorts h2,
  .all-resorts p,
  .all-resorts ul.sym-inline-list,
  .all-resorts .slide-over-content.left ul,
  .slide-over-content.left .all-resorts ul {
    color: #fff;
  }
  .all-resorts h2 {
    margin-bottom: 65px;
  }
  .all-resorts ul.sym-inline-list, .all-resorts .slide-over-content.left ul, .slide-over-content.left .all-resorts ul {
    font-weight: 400;
    text-transform: none;
    margin-bottom: 40px;
  }
  .all-resorts ul.sym-inline-list li:before, .all-resorts .slide-over-content.left ul li:before, .slide-over-content.left .all-resorts ul li:before {
    color: #fff;
  }
  .all-resorts__resort-0 {
    padding-bottom: 40px;
  }
  .all-resorts__resort-0 h2 {
    float: right;
  }
  .all-resorts__resort-0 .copy-side {
    padding-left: 50px;
  }
  .all-resorts__resort-0 p {
    max-width: 555px;
  }
  .all-resorts__resort-0 .img-holder {
    position: relative;
  }
  .all-resorts__resort-0 .zoom-effect-img {
    min-height: 505px;
    width: 100%;
  }
  .all-resorts__resort-0 .copy-holder {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 55px;
  }
  .all-resorts__resort-0 .copy-holder p {
    color: #0f1f28;
    margin-bottom: 15px;
  }
  .all-resorts__resort-background {
    height: 685px;
  }
  .all-resorts__resort-1 {
    padding-top: 230px;
    margin-bottom: 100px;
    margin-top: 50px;
  }
  .all-resorts__resort-1 h2 {
    float: right;
    padding-right: 10px;
  }
  .all-resorts__resort-1 p {
    max-width: 480px;
  }
  .all-resorts__resort-2 {
    margin-bottom: 87px;
  }
  .all-resorts__resort-2 .zoom-effect-img {
    margin: -30px 0 0 auto;
    display: block;
    width: 510px;
    height: 517px;
  }
  .all-resorts__resort-2 p {
    max-width: 480px;
  }
  .all-resorts__resort-3 {
    margin-bottom: 66px;
    padding-top: 90px;
    margin-top: 50px;
  }
  .all-resorts__resort-3.show-object {
    margin-top: 0;
  }
  .all-resorts__resort-3 .container {
    padding-left: 50px;
  }
  .all-resorts__resort-3 h2 {
    margin-bottom: 20px;
  }
  .all-resorts__resort-3 p {
    max-width: 540px;
  }
  .all-resorts__resort-3 .list-holder {
    max-width: 540px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .all-resorts .all-resorts__resort-2 .zoom-effect-img {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .all-resorts .all-resorts__resort-0--first-list ul.sym-inline-list, .all-resorts .all-resorts__resort-0--first-list .slide-over-content.left ul, .slide-over-content.left .all-resorts .all-resorts__resort-0--first-list ul {
    margin-bottom: 0;
  }
  .all-resorts .all-resorts__resort-0 .copy-holder {
    bottom: 70px;
  }
  .all-resorts .all-resorts__resort-1 {
    background-position: right center !important;
  }
  .all-resorts .all-resorts__resort-1 .container {
    max-width: 100%;
  }
  .all-resorts .all-resorts__resort-1--first-list ul.sym-inline-list, .all-resorts .all-resorts__resort-1--first-list .slide-over-content.left ul, .slide-over-content.left .all-resorts .all-resorts__resort-1--first-list ul {
    margin-bottom: 0;
  }
  .all-resorts .all-resorts__resort-2 .container {
    max-width: 100%;
  }
  .all-resorts .all-resorts__resort-2 .zoom-effect-img {
    width: 400px;
    height: 400px;
  }
  .all-resorts .all-resorts__resort-3 .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .resorts.brand-site .background-img {
    background-position: top center, 30% 80% !important;
  }
}
ul.activities-list li:first-child {
  padding: 165px 0 393px;
}

ul.activities-list li:first-child img {
  display: block;
  margin: 0 auto;
}

body.brand-site ul.activities-list li:first-child h2 {
  color: #37364b;
}

body.sans-souci ul.activities-list li:first-child h2 {
  color: #37364b;
}

body.swept-away ul.activities-list li:first-child h2 {
  color: #37364b;
}

body.negril ul.activities-list li:first-child h2 {
  color: #37364b;
}

body.tower-isle ul.activities-list li:first-child h2 {
  color: #37364b;
}

ul.activities-list li:first-child p {
  max-width: 385px;
}

.resort-site.swept-away ul.activities-list li:first-child h2,
.resort-site.swept-away ul.activities-list li:first-child p,
.resort-site.negril ul.activities-list li:first-child h2,
.resort-site.negril ul.activities-list li:first-child p {
  color: #fff;
}

ul.activities-list li:nth-child(2) {
  max-width: 1256px;
  height: 685px;
  margin: -240px auto 0;
  position: relative;
  z-index: 9;
}

ul.activities-list li:nth-child(2) h2,
ul.activities-list li:nth-child(2) p {
  color: #fff;
}

ul.activities-list li:nth-child(3) {
  height: 1624px;
  margin: -448px 0 0;
  padding-top: 580px;
}

ul.activities-list li:nth-child(3) h2,
ul.activities-list li:nth-child(3) p {
  color: #fff;
}

ul.activities-list li:nth-child(3) p {
  max-width: 420px;
}

.swept-away ul.activities-list li:nth-child(3) {
  padding-top: 640px;
}

.resort-site.tower-isle ul.activities-list li:nth-child(3) {
  min-height: 2007px;
  padding-top: 655px;
}

ul.activities-list li:nth-child(4) {
  max-width: 1256px;
  height: 685px;
  margin: -415px auto 100px;
  position: relative;
  z-index: 9;
  padding-top: 100px;
}

ul.activities-list li:nth-child(4) p {
  max-width: 450px;
}

body.swept-away ul.activities-list li:nth-child(4) h2 {
  color: #37364b;
  text-align: left;
}

body.swept-away ul.activities-list li:nth-child(4) p {
  color: #0f1f28;
}

.resort-site.sans-souci ul.activities-list li:nth-child(4) h2,
.resort-site.sans-souci ul.activities-list li:nth-child(4) p {
  color: #fff;
}

.resort-site.sans-souci ul.activities-list li:nth-child(4) h2 {
  text-align: right;
  padding-right: 40px;
}

.resort-site.tower-isle ul.activities-list li:nth-child(4) {
  margin-top: -795px;
}

.resort-site.negril ul.activities-list li:nth-child(4) h2,
.resort-site.negril ul.activities-list li:nth-child(4) p {
  color: #fff;
}

.resort-site.negril ul.activities-list li:nth-child(4) .copy-left {
  padding: 45px 0 0 47px;
}

@media only screen and (max-width: 991px) {
  ul.activities-list .container {
    max-width: 96%;
  }
}
.activity-first__copy-side {
  padding-left: 6.5%;
}

.activity-second__copy-holder {
  display: block;
  position: absolute;
  top: 310px;
  right: 100px;
  max-width: 450px;
}

@media (max-width: 991.98px) {
  .activity-second__copy-holder {
    padding: 0 1rem;
    right: -10px;
  }
}
.swept-away .activity-second__copy-holder {
  top: 90px;
}

.resort-site.tower-isle .activity-second__copy-holder {
  display: block;
  position: absolute;
  top: 90px;
  left: 8%;
}

.resort-site.negril .activity-second__copy-holder {
  display: block;
  position: absolute;
  top: 195px;
  left: 8%;
}

@media (min-width: 992px) {
  .bottom-gallery h2 {
    font-size: 4.46154em;
    color: #37364b;
    text-align: center;
    margin-bottom: 55px;
  }
  .bottom-gallery__wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 94px;
  }
  .bottom-gallery__first,
  .bottom-gallery__second--small {
    position: relative;
  }
  .bottom-gallery__first {
    height: 530px;
  }
  .bottom-gallery__second--small {
    height: 265px;
  }
  .bottom-gallery__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background: url(../images/icon-zoom.svg) no-repeat 50% 50% rgba(0, 0, 0, 0.6);
  }
  .bottom-gallery__overlay:hover {
    opacity: 1;
  }
  .bottom-gallery img {
    max-width: 100%;
    height: auto;
  }
  .bottom-gallery__small {
    width: 20%;
    float: left;
    background-size: cover !important;
    background-position: 50% 50% !important;
    position: relative;
  }
  .bottom-gallery__small:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
@media (min-width: 992px) {
  .grid .grid-item a {
    font-size: 15px;
  }
  .grid .grid-item figure img {
    width: inherit !important;
    max-width: inherit !important;
    margin-left: -25%;
  }
  .grid .grid-item.grid-item-filter .filter-inner .filter-inner-content ul li {
    margin-bottom: 15px;
  }
}
.gallery_caption {
  white-space: nowrap !important;
  float: none;
  opacity: 1 !important;
}

@media (min-width: 992px) {
  ul.restaurants-list {
    margin-bottom: 0;
  }
  ul.restaurants-list li.each-restaurant {
    margin-bottom: 100px;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) {
    height: 684px;
    position: relative;
    margin-bottom: 0;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) .copy-holder {
    padding-top: 150px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  ul.restaurants-list li.each-restaurant:nth-of-type(3) .copy-holder {
    right: 0;
  }
}
@media (min-width: 992px) {
  ul.restaurants-list li.each-restaurant:nth-of-type(3) h2,
  ul.restaurants-list li.each-restaurant:nth-of-type(3) h3,
  ul.restaurants-list li.each-restaurant:nth-of-type(3) p {
    color: #fff;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  ul.restaurants-list li.each-restaurant:nth-of-type(3) h2,
  ul.restaurants-list li.each-restaurant:nth-of-type(3) h3,
  ul.restaurants-list li.each-restaurant:nth-of-type(3) p {
    color: #000;
  }
}
@media (min-width: 992px) {
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul {
    border-color: rgba(255, 255, 255, 0.6) !important;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul li a {
    color: #fff;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul li:first-child a {
    background: url(../images/icon-hours-white.svg) no-repeat left center;
    background-size: 24px;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul li:nth-of-type(2) a {
    background: url(../images/icon-overview-white.svg) no-repeat left center;
    background-size: 30px;
  }
  ul.restaurants-list li.each-restaurant:nth-of-type(3) ul li:nth-of-type(3) a {
    background: url(../images/icon-menu-white.svg) no-repeat left center;
    background-size: 24px;
  }
  ul.restaurants-list li.each-restaurant__gray-background {
    padding-top: 100px;
    background: #faf9f7;
    margin-bottom: 0;
  }
  ul.restaurants-list li.each-restaurant__gray-background.btm-padding:last-of-type {
    padding-bottom: 100px;
  }
  ul.restaurants-list li.each-restaurant__large-background {
    padding-top: 160px;
    margin-bottom: 0;
    min-height: 721px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1285px) {
  ul.restaurants-list li.each-restaurant__large-background p {
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  ul.restaurants-list li.each-restaurant__large-background .container {
    max-width: 98%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1040px) {
  ul.restaurants-list li.each-restaurant__large-background {
    background-position: 70% 50% !important;
  }
}
@media (min-width: 992px) {
  ul.restaurants-list h2 {
    font-size: 44px;
    color: #0f1f28;
    line-height: 1.1em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 12px;
  }
  ul.restaurants-list h3 {
    font-size: 22px;
    letter-spacing: -1px;
    font-family: "Jost-Regular", "sans-serif";
    margin-bottom: 40px;
  }
}
body.brand-site ul.restaurants-list h3 {
  color: #37364b;
}

body.sans-souci ul.restaurants-list h3 {
  color: #37364b;
}

body.swept-away ul.restaurants-list h3 {
  color: #37364b;
}

body.negril ul.restaurants-list h3 {
  color: #37364b;
}

body.tower-isle ul.restaurants-list h3 {
  color: #37364b;
}

ul.restaurants-list p {
  max-width: 510px;
}

ul.restaurants-list__copy-side {
  padding-left: 45px;
}

@media only screen and (max-width: 991px) {
  ul.restaurants-list .restaurants-list__img-side {
    max-width: 750px;
    margin: 0 auto 40px;
  }
  ul.restaurants-list .restaurants-list__img-side img {
    display: block;
    margin: 0 auto;
  }
  ul.restaurants-list .restaurants-list__copy-side {
    max-width: 480px;
    margin: 0 auto;
    padding-left: 15px;
  }
  ul.restaurants-list.accommodations__each-room--blue .accommodations__copy-side {
    padding-left: 15px;
  }
  ul.restaurants-list .order-1 {
    order: 2;
  }
  ul.restaurants-list .order-2 {
    order: 1;
  }
  ul.restaurants-list li.each-restaurant__large-background {
    min-height: 900px;
    background-position: 65% 50% !important;
  }
  ul.restaurants-list li.each-restaurant__large-background .restaurants-list__copy-side {
    margin: 0 15px 0;
  }
}
@media (min-width: 992px) {
  ul.restaurants-list__info {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0 11px;
    padding-right: 40px;
    display: inline-block;
  }
}
body.brand-site ul.restaurants-list__info {
  border-color: #37364b;
}

body.sans-souci ul.restaurants-list__info {
  border-color: #37364b;
}

body.swept-away ul.restaurants-list__info {
  border-color: #37364b;
}

body.negril ul.restaurants-list__info {
  border-color: #37364b;
}

body.tower-isle ul.restaurants-list__info {
  border-color: #37364b;
}

@media (min-width: 992px) {
  ul.restaurants-list__info li {
    display: inline-block;
    margin-right: 25px;
  }
  ul.restaurants-list__info li a {
    font-size: 1.01385em;
    color: #0f1f28;
    text-transform: uppercase;
    font-family: "Jost-Bold", "sans-serif";
    padding: 11px 0 11px 35px;
    display: block;
  }
  ul.restaurants-list__info li a:hover {
    opacity: 0.6;
  }
}
ul.restaurants-list__info li:first-child a {
  background: url(../images/icon-hours.svg) no-repeat left center;
  background-size: 24px;
}

@media (max-width: 991.98px) {
  ul.restaurants-list__info li:first-child a {
    background-size: 18px;
  }
}
ul.restaurants-list__info li:nth-of-type(2) a {
  background: url(../images/icon-overview.svg) no-repeat left center;
  background-size: 30px;
}

@media (max-width: 991.98px) {
  ul.restaurants-list__info li:nth-of-type(2) a {
    background-size: 18px;
  }
}
ul.restaurants-list__info li:nth-of-type(3) {
  margin-right: 0;
}

ul.restaurants-list__info li:nth-of-type(3) a {
  background: url(../images/icon-menu.svg) no-repeat left center;
  background-size: 24px;
}

@media (max-width: 991.98px) {
  ul.restaurants-list__info li:nth-of-type(3) a {
    background-size: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sans-souci ul.restaurants-list li.each-restaurant:nth-of-type(3) h2,
  .sans-souci ul.restaurants-list li.each-restaurant:nth-of-type(3) h3,
  .sans-souci ul.restaurants-list li.each-restaurant:nth-of-type(3) p {
    color: #fff;
  }
}
ul.spa-list {
  margin-bottom: 0;
}

ul.spa-list li.each-spa:first-of-type {
  padding: 50px 15px 555px;
}

ul.spa-list li.each-spa:first-of-type h2 {
  float: right;
  max-width: 335px;
}

body.brand-site ul.spa-list li.each-spa:first-of-type h2 {
  color: #37364b;
}

body.sans-souci ul.spa-list li.each-spa:first-of-type h2 {
  color: #37364b;
}

body.swept-away ul.spa-list li.each-spa:first-of-type h2 {
  color: #37364b;
}

body.negril ul.spa-list li.each-spa:first-of-type h2 {
  color: #37364b;
}

body.tower-isle ul.spa-list li.each-spa:first-of-type h2 {
  color: #37364b;
}

ul.spa-list li.each-spa:first-of-type p {
  padding-top: 40px;
  max-width: 455px;
}

.resort-site.negril ul.spa-list li.each-spa:first-of-type h2,
.resort-site.swept-away ul.spa-list li.each-spa:first-of-type h2 {
  float: none;
}

.resort-site.negril ul.spa-list li.each-spa:first-of-type p,
.resort-site.swept-away ul.spa-list li.each-spa:first-of-type p {
  padding-top: 0;
  max-width: 410px;
}

.resort-site.negril ul.spa-list li.each-spa:first-of-type {
  padding-bottom: 430px;
}

ul.spa-list li.each-spa:nth-of-type(2) {
  z-index: 9;
  position: relative;
  margin-top: -300px;
  height: 685px;
}

ul.spa-list li.each-spa:nth-of-type(2) .each-spa__copy-holder {
  display: block;
  position: absolute;
  top: 200px;
  right: 5%;
}

@media (max-width: 991.98px) {
  ul.spa-list li.each-spa:nth-of-type(2) .each-spa__copy-holder {
    right: 0;
  }
}
ul.spa-list li.each-spa:nth-of-type(2) h2,
ul.spa-list li.each-spa:nth-of-type(2) p {
  color: #fff;
  max-width: 450px;
}

.resort-site.tower-isle ul.spa-list li.each-spa:nth-of-type(2) {
  margin-top: -180px;
}

.resort-site.tower-isle ul.spa-list li.each-spa:nth-of-type(2) .each-spa__copy-holder {
  top: 100px;
}

.resort-site.negril ul.spa-list li.each-spa:nth-of-type(2),
.resort-site.swept-away ul.spa-list li.each-spa:nth-of-type(2) {
  margin-top: -480px;
}

.resort-site.negril ul.spa-list li.each-spa:nth-of-type(2) .each-spa__copy-holder,
.resort-site.swept-away ul.spa-list li.each-spa:nth-of-type(2) .each-spa__copy-holder {
  display: block;
  position: absolute;
  top: 120px;
}

.resort-site.negril ul.spa-list li.each-spa:nth-of-type(2) {
  margin-top: -345px;
}

.resort-site.negril ul.spa-list li.each-spa:nth-of-type(2) h2 {
  color: #37364b;
}

.resort-site.negril ul.spa-list li.each-spa:nth-of-type(2) p {
  color: #0f1f28;
}

@media only screen and (max-width: 1120px) {
  ul.spa-list li.each-spa:nth-of-type(2) {
    background-position: 75% 50% !important;
  }
  .resort-site.negril ul.spa-list li.each-spa:nth-of-type(2) {
    background-position: 50% 50% !important;
  }
}
ul.spa-list li.each-spa:nth-of-type(3) {
  margin-bottom: 140px;
  padding-top: 105px;
}

ul.spa-list li.each-spa:nth-of-type(3) p {
  max-width: 575px;
}

body.brand-site .resort-site.tower-isle ul.spa-list li.each-spa:nth-of-type(3) h2,
body.brand-site .resort-site.negril ul.spa-list li.each-spa:nth-of-type(3) h2,
body.brand-site .resort-site.swept-away ul.spa-list li.each-spa:nth-of-type(3) h2 {
  color: #37364b;
}

body.sans-souci .resort-site.tower-isle ul.spa-list li.each-spa:nth-of-type(3) h2,
body.sans-souci .resort-site.negril ul.spa-list li.each-spa:nth-of-type(3) h2,
body.sans-souci .resort-site.swept-away ul.spa-list li.each-spa:nth-of-type(3) h2 {
  color: #37364b;
}

body.swept-away .resort-site.tower-isle ul.spa-list li.each-spa:nth-of-type(3) h2,
body.swept-away .resort-site.negril ul.spa-list li.each-spa:nth-of-type(3) h2,
body.swept-away .resort-site.swept-away ul.spa-list li.each-spa:nth-of-type(3) h2 {
  color: #37364b;
}

body.negril .resort-site.tower-isle ul.spa-list li.each-spa:nth-of-type(3) h2,
body.negril .resort-site.negril ul.spa-list li.each-spa:nth-of-type(3) h2,
body.negril .resort-site.swept-away ul.spa-list li.each-spa:nth-of-type(3) h2 {
  color: #37364b;
}

body.tower-isle .resort-site.tower-isle ul.spa-list li.each-spa:nth-of-type(3) h2,
body.tower-isle .resort-site.negril ul.spa-list li.each-spa:nth-of-type(3) h2,
body.tower-isle .resort-site.swept-away ul.spa-list li.each-spa:nth-of-type(3) h2 {
  color: #37364b;
}

.resort-site.sans-souci ul.spa-list li.each-spa:nth-of-type(3) {
  margin-bottom: 520px;
}

ul.spa-list li.each-spa:nth-of-type(4) {
  z-index: 9;
  position: relative;
  height: 685px;
  margin-bottom: 140px;
}

ul.spa-list li.each-spa:nth-of-type(4) .each-spa__copy-holder {
  display: block;
  position: absolute;
  top: 125px;
  right: 5%;
}

@media (max-width: 991.98px) {
  ul.spa-list li.each-spa:nth-of-type(4) .each-spa__copy-holder {
    right: 0;
  }
}
@media only screen and (max-width: 945px) {
  ul.spa-list li.each-spa:nth-of-type(4) .each-spa__copy-holder {
    display: block;
    position: absolute;
    top: 285px;
    right: 2%;
  }
}
ul.spa-list li.each-spa:nth-of-type(4) h2,
ul.spa-list li.each-spa:nth-of-type(4) p {
  color: #fff;
  max-width: 450px;
}

@media only screen and (max-width: 1120px) {
  ul.spa-list li.each-spa:nth-of-type(4) {
    background-position: 40% 50% !important;
  }
}
@media only screen and (max-width: 991px) {
  ul.spa-list li.each-spa {
    max-width: 92%;
  }
  ul.spa-list li.each-spa h2 {
    font-size: 4em;
  }
}
ul.blogs li.blogs__each-item {
  margin-bottom: 95px;
}

ul.blogs li.blogs__each-item:before {
  content: none;
}

ul.blogs li.blogs__each-item .blogs__copy-side--left {
  padding-left: 5%;
}

ul.blogs li.blogs__each-item h2 {
  font-size: 44px;
  color: #0f1f28;
  line-height: 1em;
  letter-spacing: -0.5px;
  font-family: "Jost-Light", "sans-serif";
  text-align: left;
  border: 0;
  margin-bottom: 10px;
  max-width: 460px;
}

ul.blogs li.blogs__each-item#post-prestige h2 {
  background: url(../images/Brand-Contact-Us-Find-a-Travel-Agent-Prestige-Icon.svg) no-repeat top left;
  background-size: 80px;
  padding-top: 100px;
}

ul.blogs li.blogs__each-item#post-platinum h2 {
  background: url(../images/Brand-Contact-Us-Find-a-Travel-Agent-Platinum-Icon.svg) no-repeat top left;
  background-size: 80px;
  padding-top: 100px;
}

ul.blogs li.blogs__each-item h3 {
  font-size: 22px;
  color: #37364b;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: -0.5px;
  font-family: "Jost-Regular", "sans-serif";
  max-width: 460px;
}

ul.blogs li.blogs__each-item p,
ul.blogs li.blogs__each-item ul.sym-inline-list,
ul.blogs li.blogs__each-item .slide-over-content.left ul,
.slide-over-content.left ul.blogs li.blogs__each-item ul {
  max-width: 505px;
}

ul.blogs li.blogs__each-item p {
  font-size: 18px;
}

ul.blogs li.blogs__each-item p.small {
  font-size: 12.27px;
}

ul.blogs li.blogs__each-item a.learn-more {
  color: #0f1f28;
  margin-left: 30px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  ul.blogs li.blogs__each-item a.learn-more {
    margin-left: -1px;
    display: block;
    padding-top: 20px;
  }
}
body.brand-site ul.blogs li.blogs__each-item a.learn-more:hover {
  color: #37364b;
}

body.sans-souci ul.blogs li.blogs__each-item a.learn-more:hover {
  color: #37364b;
}

body.swept-away ul.blogs li.blogs__each-item a.learn-more:hover {
  color: #37364b;
}

body.negril ul.blogs li.blogs__each-item a.learn-more:hover {
  color: #37364b;
}

body.tower-isle ul.blogs li.blogs__each-item a.learn-more:hover {
  color: #37364b;
}

ul.blogs li.blogs__each-item .toggle-content {
  padding-top: 20px;
}

ul.blogs li.blogs__each-item .toggle-content p {
  font-size: 1.07692em;
  font-style: italic;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  ul.blogs li.blogs__each-item .blogs__img-side {
    max-width: 750px;
    margin: 0 auto 40px;
  }
  ul.blogs li.blogs__each-item .blogs__img-side img {
    display: block;
    margin: 0 auto;
  }
  ul.blogs li.blogs__each-item .blogs__copy-side {
    max-width: 480px;
    margin: 0 auto;
    padding-left: 15px;
  }
  ul.blogs li.blogs__each-item .order-1 {
    order: 2;
  }
  ul.blogs li.blogs__each-item .order-2 {
    order: 1;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  ul.blogs li.blogs__each-item .order-1 {
    order: 2;
  }
  ul.blogs li.blogs__each-item .order-2 {
    order: 2;
  }
}
.press-section-media {
  padding-top: 60px;
}

.press-section-media .each-release {
  margin-bottom: 45px;
}

.press-section-media .each-release .copy {
  padding-left: 15px;
}

.press-section-media .each-release p {
  margin-bottom: 15px;
}

.press-section-media .each-release__img-side img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}

.other-releases {
  margin-top: 50px;
  margin-bottom: 50px;
}

.other-releases .release-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.other-releases .date-side {
  width: 18%;
  margin-right: 2%;
  float: left;
}

.other-releases .date-title {
  width: 26%;
  margin-right: 2%;
  float: left;
}

.other-releases .date-short {
  width: 52%;
  float: left;
}

.other-releases h2 {
  font-size: 0.92308em;
  color: #37364b;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Jost-Bold", "sans-serif";
  margin: 10px 0 6px;
}

.other-releases .each-release {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.other-releases h3 {
  font-size: 0.92308em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Jost-Bold", "sans-serif";
  margin-top: 5px;
  margin-bottom: 6px;
}

.other-releases p {
  margin-bottom: 10px;
}

.other-releases a {
  margin-bottom: 10px;
  display: block;
}

.other-releases a:hover {
  opacity: 0.6;
}

.other-releases .press-read-more {
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 30px;
  color: #37364b;
  font-weight: 500;
  letter-spacing: 1.5px;
  cursor: pointer;
}

.each-release.to-toggle {
  display: none;
}

.featured-rotator {
  text-align: center;
}

.featured-rotator h2.featured-rotator__each-item--h2 {
  font-size: 32px;
  line-height: 1.1em;
  letter-spacing: -0.5px;
  max-width: 400px;
  margin: 0 auto 35px;
}

.featured-rotator__each-item .gold-holder {
  max-width: 460px;
  margin: 0 auto 30px;
  position: relative;
}

.featured-rotator__each-item .gold-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  border: 1px solid #d8c7aa;
}

.featured-rotator__each-item .gold-holder h3,
.featured-rotator__each-item .gold-holder h4 {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.featured-rotator__each-item .gold-holder h3 {
  font-size: 21.04px;
  text-transform: none;
  margin: 0 0 20px;
  background: #fff;
  padding: 0 25px;
}

.featured-rotator__each-item .gold-holder h4 {
  font-size: 45.47px;
  color: #cbb48d;
  line-height: 0.9em;
  background: #fff;
  padding: 0 12px;
  margin-bottom: -15px;
}

.featured-rotator__each-item p {
  width: 88%;
  max-width: 600px;
  margin: 0 auto 25px;
}

.featured-rotator__nav-holder {
  max-width: 175px;
  position: relative;
  margin: 0 auto;
  height: 48px;
  padding-top: 23px;
}

.featured-rotator__counter {
  font-size: 1.15385em;
  color: #808181;
  letter-spacing: 2.5px;
  font-family: "Jost-Regular", "sans-serif";
}

.featured-rotator__counter span {
  color: #102029;
}

.featured-rotator__prev,
.featured-rotator__next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 34px;
  background: url(../images/wedding-leads-intro-arrow.png) no-repeat;
  cursor: pointer;
}

.featured-rotator__prev {
  transform: rotate(180deg);
}

.featured-rotator__next {
  right: 0;
}

ul.inclusions-list {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .each-inclusion:first-of-type {
    padding: 55px 0;
  }
  .each-inclusion:first-of-type img {
    display: block;
    margin: 0 auto;
  }
  .each-inclusion:first-of-type h1 {
    max-width: 475px;
    margin-bottom: 65px;
  }
  .each-inclusion__video-side {
    position: relative;
  }
  .each-inclusion .inclusion-detail__copy-side {
    display: table;
  }
  .each-inclusion .inclusion-detail__copy-holder {
    display: table-cell;
    vertical-align: middle;
  }
  .each-inclusion:nth-of-type(2) .inclusion-detail__img-side {
    overflow: hidden;
  }
  .each-inclusion:nth-of-type(2) .inclusion-detail__img-bkgd,
  .each-inclusion:nth-of-type(2) .inclusion-detail__copy-side {
    height: 622px;
  }
  .each-inclusion:nth-of-type(2) .inclusion-detail__copy-side {
    padding-left: 6.5%;
  }
  .each-inclusion:nth-of-type(2) p {
    max-width: 345px;
  }
  .each-inclusion:nth-of-type(3) .inclusion-detail__img-side,
  .each-inclusion:nth-of-type(3) .inclusion-detail__copy-side {
    height: 611px;
  }
  .each-inclusion:nth-of-type(3) .inclusion-detail__copy-side {
    padding-left: 1.5%;
  }
  .each-inclusion:nth-of-type(3) p {
    max-width: 345px;
  }
  .each-inclusion:nth-of-type(4) {
    padding-top: 108px;
    text-align: center;
  }
  .each-inclusion:nth-of-type(4) h2,
  .each-inclusion:nth-of-type(4) p {
    color: #fff;
    max-width: 795px;
  }
  .each-inclusion:nth-of-type(4) h2 {
    margin: 0 auto 35px;
  }
  .each-inclusion:nth-of-type(4) p {
    margin: 0 auto 45px;
  }
  .each-inclusion:nth-of-type(4) p.small {
    text-align: right;
    max-width: 100%;
    margin-bottom: 13px;
  }
  .each-inclusion__each-hover-quad {
    height: 475px;
    position: relative;
    overflow: hidden;
  }
  .each-inclusion__each-hover-quad h3 {
    font-size: 50px;
    color: #fff;
    line-height: 0.95em;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-family: "Jost-Thin", "sans-serif";
    margin: 0 0 70px;
  }
  .each-inclusion__each-hover-quad .first-headline {
    font-size: 50px;
    color: #fff;
    line-height: 0.95em;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    transition: all 0.25s ease-in-out;
  }
  .each-inclusion__each-hover-quad .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    background: rgba(38, 37, 38, 0.9);
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;
    transition-delay: 0s;
    opacity: 0;
  }
  .each-inclusion__each-hover-quad .overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    left: 55px;
    border: 1px solid #37364b;
    width: calc(100% - 110px);
    height: calc(100% - 110px);
  }
  .each-inclusion__each-hover-quad .overlay .arrow-btn:hover {
    margin-left: 7px;
  }
  .each-inclusion__each-hover-quad .copy-holder {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9;
  }
  .each-inclusion__each-hover-quad .img-bkgd {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .each-inclusion__each-hover-quad .img-bkgd.show-object {
    transform: scale(1);
  }
  .each-inclusion__each-hover-quad .img-bkgd.show-object:hover .first-headline {
    opacity: 0;
  }
  .each-inclusion__each-hover-quad .img-bkgd.show-object:hover .overlay {
    transition: all 0.25s ease-in-out;
    opacity: 1;
  }
  .each-inclusion:nth-of-type(5) {
    padding-top: 115px;
  }
  .each-inclusion:nth-of-type(5) .inclusion-detail__copy-side {
    text-align: center;
  }
  .each-inclusion:nth-of-type(5) .inclusion-detail__copy-holder {
    padding-top: 70px;
    max-width: 425px;
    display: block;
    margin: 0 auto;
    text-align: left;
  }
  .each-inclusion:nth-of-type(5) .zoom-effect-img__holder {
    position: relative;
    min-height: 789px;
  }
  .each-inclusion:nth-of-type(5) .zoom-effect-img__holder img {
    display: block;
    margin-left: auto;
  }
  .each-inclusion:nth-of-type(6) {
    padding-top: 275px;
    min-height: 1100px;
    margin-top: -198px;
  }
  .each-inclusion:nth-of-type(6) .inclusion-detail__trio-holder {
    max-width: 1090px;
    margin: 0 auto 130px;
  }
  .each-inclusion:nth-of-type(6) .inclusion-detail__watersports {
    font-size: 9.41154em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -6px;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
  }
  .each-inclusion:nth-of-type(6) .inclusion-detail__watersports--water {
    margin-left: 19px;
  }
  .each-inclusion:nth-of-type(6) .inclusion-detail__watersports--sports {
    margin-left: 118px;
  }
  .each-inclusion:nth-of-type(6) .marketing-quads .marketing-quads__each-quad {
    margin-top: 0;
    height: 362px;
  }
  .each-inclusion:nth-of-type(6) .marketing-quads__overlay {
    display: table;
  }
  .each-inclusion:nth-of-type(6) .marketing-quads__overlay:before {
    border: 1px solid #37364b;
  }
  .each-inclusion:nth-of-type(6) .marketing-quads__copy-holder {
    display: table-cell;
  }
  .each-inclusion:nth-of-type(6) .marketing-quads__copy-holder h2 {
    font-size: 34.47px;
    line-height: 1.2em;
    max-width: 75%;
    margin: 0 auto 30px;
    padding-bottom: 0;
  }
  .each-inclusion:nth-of-type(6) .marketing-quads__copy-holder h2:after {
    display: none;
  }
  .each-inclusion:nth-of-type(6) .marketing-quads__copy-holder p {
    font-size: 17px;
    color: #fff;
    max-width: 75%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .each-inclusion:nth-of-type(6) .sym-slides {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.45);
  }
}
@media (min-width: 992px) {
  .each-inclusion:nth-of-type(6) ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
  }
  .each-inclusion:nth-of-type(6) ul.slick-dots li button {
    background: rgba(255, 255, 255, 0.6);
  }
  .each-inclusion:nth-of-type(6) ul.slick-dots li.slick-active button {
    background: #fff;
  }
  .each-inclusion:nth-of-type(7) {
    height: 684px;
    margin-top: -105px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .each-inclusion:nth-of-type(7) .inclusion-detail__copy-holder {
    padding: 69px 0 0 8.5%;
    display: block;
  }
  .each-inclusion:nth-of-type(7) img {
    margin-bottom: 45px;
  }
  .each-inclusion:nth-of-type(7) h2 {
    color: #37364b;
    margin-bottom: 30px;
  }
  .each-inclusion:nth-of-type(7) p {
    color: #fff;
    max-width: 325px;
  }
  .each-inclusion:nth-of-type(8) {
    min-height: 953px;
    position: relative;
  }
  .each-inclusion:nth-of-type(8) .inclusion-detail__copy-holder {
    display: block;
    position: absolute;
    top: 240px;
    left: 55.5%;
    width: 340px;
  }
  .each-inclusion:nth-of-type(8) h2 {
    margin-bottom: 12px;
  }
  .each-inclusion:nth-of-type(8) p {
    margin-bottom: 60px;
  }
  .each-inclusion:nth-of-type(9) {
    position: relative;
    height: 770px;
    overflow: hidden;
  }
  .each-inclusion:nth-of-type(9) .inclusion-detail__img-side {
    height: 899px;
    margin-top: -129px;
  }
  .each-inclusion:nth-of-type(9) p {
    max-width: 415px;
    color: #fff;
  }
  .each-inclusion:nth-of-type(10) .inclusion-detail__img-side {
    height: 719px;
  }
  .each-inclusion:nth-of-type(10) .inclusion-detail__copy-side {
    padding-left: 5%;
  }
  .each-inclusion:nth-of-type(10) p {
    color: #fff;
    max-width: 420px;
  }
  .each-inclusion:nth-of-type(10) p:last-of-type {
    margin-bottom: 0;
  }
  .each-inclusion:nth-of-type(10) img {
    margin-top: 165px;
    display: block;
  }
  .each-inclusion:nth-of-type(11) {
    padding-bottom: 115px;
  }
  .each-inclusion:nth-of-type(11) .inclusion-detail__spa-badge {
    display: block;
    position: absolute;
    right: 10px;
    bottom: -95px;
    width: 180px;
    height: 180px;
    background: url(../images/inclusions-spa-villas-badge.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .each-inclusion:nth-of-type(11) .inclusion-detail__top-section {
    padding-top: 140px;
    padding-bottom: 200px;
  }
  .each-inclusion:nth-of-type(11) .inclusion-detail__btm-section {
    min-height: 420px;
    margin-top: -70px;
    z-index: 9;
    position: relative;
    padding-top: 70px;
  }
  .each-inclusion:nth-of-type(11) .inclusion-detail__img-holder {
    margin-left: auto;
    width: 60%;
    max-width: 875px;
    margin-top: -70px;
    position: relative;
  }
  .each-inclusion:nth-of-type(11) p {
    max-width: 425px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .each-inclusion:nth-of-type(3) .inclusion-detail__copy-side {
    padding-left: 40px;
  }
  .each-inclusion:nth-of-type(8) {
    background-position: 33% 50% !important;
  }
  .each-inclusion:nth-of-type(11) .inclusion-detail__spa-badge {
    right: -15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .each-inclusion:nth-of-type(11) .container {
    max-width: 100%;
  }
  .each-inclusion:nth-of-type(11) .inclusion-detail__spa-badge {
    right: -33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 930px) {
  .each-inclusion:nth-of-type(6) .inclusion-detail__trio-holder {
    margin: 0 auto 150px;
  }
  .each-inclusion:nth-of-type(6) .inclusion-detail__watersports {
    font-size: 6.5em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 900px) {
  .each-inclusion:nth-of-type(5) {
    background-position: 35% 0% !important;
  }
}
@media only screen and (max-width: 1199px) {
  .comparisons-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .comparisions-header-wrapper {
    height: 111px;
    position: relative;
  }
  .comparisions-header-wrapper.sticky-nav .comparisions-header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 98;
    position: fixed;
    width: 100%;
    max-width: 1110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comparisions-header-wrapper.sticky-nav .comparisions-header {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  .comparisions-header {
    font-size: 29.17px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    border-bottom: 1px solid #fff;
    padding: 25px 0 25px 3%;
    background: #0f1f28;
  }
  .comparisions-header__title {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
  }
  .comparisions-header__res--res-tower-isle,
  .comparisions-header__res--res-sans-souci,
  .comparisions-header__res--res-negril,
  .comparisions-header__res--res-swept-away {
    font-size: 15px;
    letter-spacing: 0;
    font-family: "Jost-Bold", "sans-serif";
    padding-top: 22px;
    width: 14%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
  }
}
table.comparison-table:first-of-type {
  padding-top: 110px;
}

table.comparison-table th.compare-activities {
  background: url(../images/CR-Compare-Inclusions-Activities.svg) no-repeat 3% 48% #37364b;
  background-size: 30px;
}

table.comparison-table th.compare-watersports {
  background: url(../images/CR-Compare-Inclusions-Watersports-Pool-Activities.svg) no-repeat 2.5% 48% #37364b;
  background-size: 30px;
}

table.comparison-table th.compare-fitness {
  background: url(../images/CR-Compare-Inclusions-Fitness.svg) no-repeat 2.1% 50% #37364b;
  background-size: 38px;
}

table.comparison-table th.compare-spa {
  background: url(../images/CR-Compare-Inclusions-Spa.svg) no-repeat 2.2% 50% #37364b;
  background-size: 33px;
}

table.comparison-table th.compare-offproperty {
  background: url(../images/CR-Compare-Inclusions-Off-Property-Excursions.svg) no-repeat 2.2% 50% #37364b;
  background-size: 33px;
}

table.comparison-table th.compare-weddings {
  background: url(../images/CR-Compare-Inclusions-Weddings.svg) no-repeat 2.3% 50% #37364b;
  background-size: 33px;
}

table.comparison-table th.compare-shopping {
  background: url(../images/CR-Compare-Inclusions-Shopping.svg) no-repeat 2.3% 50% #37364b;
  background-size: 33px;
}

table.comparison-table th.compare-transportation {
  background: url(../images/CR-Compare-Inclusions-Transportation.svg) no-repeat 2.3% 50% #37364b;
  background-size: 33px;
}

table.comparison-table td:first-of-type {
  width: 40%;
  padding-left: 30px;
}

table.comparison-table td:nth-of-type(2),
table.comparison-table td:nth-of-type(3),
table.comparison-table td:nth-of-type(4),
table.comparison-table td:nth-of-type(5) {
  width: 14%;
  text-align: center;
}

.inclusions-key {
  border: 1px solid #ccc;
  padding: 50px 60px 0;
  margin-bottom: 60px;
  position: relative;
}

.inclusions-key__title {
  font-size: 20.85px;
  color: #37364b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  display: block;
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -92px;
  background: #fff;
  padding: 10px;
}

.map-home h2 {
  font-size: 7.30769em;
  color: #555;
  line-height: 0.85em;
  margin-top: 125px;
  margin-left: 7%;
}

body.brand-site .map-home h2 {
  color: #37364b;
}

body.sans-souci .map-home h2 {
  color: #37364b;
}

body.swept-away .map-home h2 {
  color: #37364b;
}

body.negril .map-home h2 {
  color: #37364b;
}

body.tower-isle .map-home h2 {
  color: #37364b;
}

.map-home h2 span {
  font-size: 20.83px;
  color: #37364b;
  line-height: 1.6em;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  display: block;
}

.map-home ul.map-toggle-pins {
  margin-left: 90px;
}

.map-home ul.map-toggle-pins li {
  font-size: 1.60231em;
  color: #c4bab5;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  border-bottom: 1px solid #d1dae1;
  max-width: 250px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.map-home ul.map-toggle-pins li:not(:first-of-type):before {
  content: "•";
  display: block;
  position: absolute;
  left: -25px;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0);
}

.map-home ul.map-toggle-pins li:not(:first-of-type).active,
.map-home ul.map-toggle-pins li:not(:first-of-type):hover {
  color: #37364b;
}

.map-home ul.map-toggle-pins li:not(:first-of-type).active:before,
.map-home ul.map-toggle-pins li:not(:first-of-type):hover:before {
  color: #37364b;
}

.map-home ul.map-toggle-pins li:not(:first-of-type).active {
  color: #37364b;
}

.map-home ul.map-toggle-pins li:not(:first-of-type).active:before {
  color: #37364b;
}

.map-home ul.map-toggle-pins li:first-of-type {
  color: #707070;
  font-family: "Jost-Bold", "sans-serif";
}

.map-home ul.map-toggle-pins li:last-of-type {
  border-bottom: 0;
  margin-bottom: 60px;
}

.map-home .btn,
.map-home #panel input[type=button],
#panel .map-home input[type=button] {
  margin-left: 90px;
}

.map-home__list-side {
  padding-left: 2%;
  transition-delay: 0.2s;
}

.map-home__map-side {
  height: 925px;
  background: url(../images/couples-resorts-maps-section-bg-image.jpg) no-repeat left center;
  position: relative;
}

.map-home__map-side ul.pins {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}

.map-home__map-side ul.pins li .pin-icon {
  transition: all 0.3s ease-in-out;
  display: block;
  background: url(../images/markers.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 31px;
  height: 46px;
}

.map-home__map-side ul.pins li.active .pin-icon,
.map-home__map-side ul.pins li:hover .pin-icon {
  background: url(../images/markers-over.png) center center no-repeat;
  background-size: contain;
  width: 70px;
  height: 96px;
  margin-top: -50px;
  margin-left: -16px;
}

.map-home__map-side ul.pins li.active .map-home__copy-details {
  display: block;
}

.map-home__map-side ul.pins li.airport .pin-icon {
  background: url(../images/pin-airport.png) center center no-repeat;
  background-size: contain;
}

.map-home__map-side ul.pins li.sans-souci .pin-icon {
  display: block;
  position: absolute;
  top: 358px;
  left: 565px;
}

.map-home__map-side ul.pins li.tower-isle .pin-icon {
  display: block;
  position: absolute;
  top: 352px;
  left: 528px;
}

.map-home__map-side ul.pins li.negril .pin-icon {
  display: block;
  position: absolute;
  top: 333px;
  left: 123px;
}

.map-home__map-side ul.pins li.swept-away .pin-icon {
  display: block;
  position: absolute;
  top: 364px;
  left: 101px;
}

.map-home__map-side ul.pins li.airport-1 .pin-icon {
  display: block;
  position: absolute;
  top: 298px;
  left: 196px;
}

.map-home__map-side ul.pins li.airport-2 .pin-icon {
  display: block;
  position: absolute;
  top: 494px;
  left: 604px;
}

.map-home__copy-details {
  display: block;
  position: absolute;
  bottom: 125px;
  left: 25px;
  width: 330px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  display: none;
  background: #fff;
  padding: 50px 30px;
  text-align: center;
}

.map-home__copy-details:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #37364b;
}

.map-home__copy-details--headline {
  font-size: 1.44231em;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.map-home__copy-details--headline span {
  font-size: 20.69px;
  color: #37364b;
  text-transform: uppercase;
  display: block;
}

.map-home__copy-details ul.sym-inline-list, .map-home__copy-details .slide-over-content.left ul, .slide-over-content.left .map-home__copy-details ul {
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
}

.map-home__copy-details ul.sym-inline-list.airport-list li, .map-home__copy-details .slide-over-content.left ul.airport-list li, .slide-over-content.left .map-home__copy-details ul.airport-list li {
  background: url(../images/icon-map-car.svg) no-repeat left center;
  padding-left: 24px;
}

.map-home__copy-details ul.sym-inline-list.airport-list li:before, .map-home__copy-details .slide-over-content.left ul.airport-list li:before, .slide-over-content.left .map-home__copy-details ul.airport-list li:before {
  content: none;
}

.map-home__copy-details .btn,
.map-home__copy-details #panel input[type=button],
#panel .map-home__copy-details input[type=button] {
  margin-left: 0;
  position: relative;
  z-index: 9;
}

.map-home .close-map-details {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}

.map-home .hide-object {
  transition: all 1s ease-in-out;
}

.map-home a.btn {
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1225px) {
  .map-home .map-home__list-side {
    padding-left: 2%;
    width: 30%;
  }
  .map-home .map-home__map-side {
    width: 70%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .map-home h2 {
    font-size: 55px !important;
  }
}
@media only screen and (max-width: 1170px) {
  .map-home h2 {
    margin-top: 85px;
    font-size: 60px;
  }
  .map-home h2 span {
    font-size: 15px;
  }
  .map-home ul.map-toggle-pins,
  .map-home .btn,
  .map-home #panel input[type=button],
  #panel .map-home input[type=button] {
    margin-left: 20px;
  }
  .map-home .map-home__map-side {
    background-position: -100px 50% !important;
  }
  .map-home .map-home__map-side {
    width: 70%;
  }
  .map-home .map-home__map-side ul.pins li.sans-souci .pin-icon {
    display: block;
    position: absolute;
    left: 465px;
  }
  .map-home .map-home__map-side ul.pins li.tower-isle .pin-icon {
    display: block;
    position: absolute;
    left: 428px;
  }
  .map-home .map-home__map-side ul.pins li.negril .pin-icon {
    display: block;
    position: absolute;
    left: 23px;
  }
  .map-home .map-home__map-side ul.pins li.swept-away .pin-icon {
    display: block;
    position: absolute;
    left: 1px;
  }
  .map-home .map-home__map-side ul.pins li.airport-1 .pin-icon {
    display: block;
    position: absolute;
    left: 259px;
  }
  .map-home .map-home__map-side ul.pins li.airport-2 .pin-icon {
    display: block;
    position: absolute;
    left: 524px;
  }
}
@media only screen and (max-width: 1020px) {
  .map-home .map-home__map-side {
    background-position: -50px 50% !important;
    height: 650px;
    background-size: 650px !important;
  }
  .map-home .map-home__map-side ul.pins li.sans-souci .pin-icon {
    display: block;
    position: absolute;
    top: 243px;
    left: 345px;
  }
  .map-home .map-home__map-side ul.pins li.tower-isle .pin-icon {
    display: block;
    position: absolute;
    top: 232px;
    left: 321px;
  }
  .map-home .map-home__map-side ul.pins li.negril .pin-icon {
    display: block;
    position: absolute;
    top: 220px;
    left: 27px;
  }
  .map-home .map-home__map-side ul.pins li.swept-away .pin-icon {
    display: block;
    position: absolute;
    top: 244px;
    left: 8px;
  }
  .map-home .map-home__map-side ul.pins li.airport-1 .pin-icon {
    display: block;
    position: absolute;
    top: 204px;
    left: 186px;
  }
  .map-home .map-home__map-side ul.pins li.airport-2 .pin-icon {
    display: block;
    position: absolute;
    top: 336px;
    left: 390px;
  }
  .map-home .map-home__copy-details {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 15px;
    width: 300px;
    display: none;
    padding: 40px 30px;
  }
  .map-home .map-home__copy-details--headline {
    margin-bottom: 15px;
  }
  .map-home .map-home__copy-details ul.sym-inline-list, .map-home .map-home__copy-details .slide-over-content.left ul, .slide-over-content.left .map-home .map-home__copy-details ul {
    margin-bottom: 10px;
  }
  .map-home .map-home__copy-details .btn,
  .map-home .map-home__copy-details #panel input[type=button],
  #panel .map-home .map-home__copy-details input[type=button] {
    margin-left: 10px;
  }
  .map-home ul.sym-inline-list, .map-home .slide-over-content.left ul, .slide-over-content.left .map-home ul {
    font-size: 1.2em;
  }
  .map-home ul.map-toggle-pins li:last-of-type {
    margin-bottom: 35px;
  }
}
.media-quad-link {
  margin-bottom: 30px;
}

.each-media {
  margin-bottom: 45px;
}

.each-media img {
  display: block;
  margin-bottom: 20px;
}

.each-media .media-image-title {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.each-media__list li {
  display: inline-block;
  border-right: 1px solid #0f1f28;
  margin-right: 8px;
  padding-right: 10px;
}

.each-media__list li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.each-media__list li a {
  font-size: 14px;
  color: #0f1f28;
  text-transform: uppercase;
}

.each-media__list li a:hover {
  color: #37364b;
}

.play-icon {
  background: url(../images/play-icon.png) no-repeat center center;
  height: 124px;
  width: 124px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  top: 50%;
  margin-top: -62px;
}

.video-section .each-video {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 45px;
}

.video-section__each-quad {
  margin-bottom: 45px;
}

.video-1-img {
  background: url(../images/video-poster-1.jpg) no-repeat center center;
}

.video-2-img {
  background: url(../images/video-poster-2.jpg) no-repeat center center;
}

.video-3-img {
  background: url(../images/video-poster-3.jpg) no-repeat center center;
}

.video-5-img {
  background: url(../images/video-poster-4.jpg) no-repeat center center;
}

.video-4-img {
  background: url(../images/video-poster-5.jpg) no-repeat center center;
}

.video-7-img {
  background: url(../images/video-poster-6.jpg) no-repeat center center;
}

.media-block {
  margin-bottom: 70px;
}

.media-block img {
  display: block;
  margin-bottom: 35px;
}

.media-block .media-info {
  float: left;
  width: 70%;
}

.media-block .media-info .title {
  color: #383838;
  font-size: 17px;
  text-transform: uppercase;
  float: left;
  margin-bottom: 10px;
  margin-right: 29%;
}

.media-block .media-info .media-links {
  float: left;
  color: #524b48;
  font-size: 14px;
}

.media-block .media-info span {
  float: left;
  width: 100%;
  font-size: 17px;
  margin-bottom: 7px;
}

.media-block .media-info-guides {
  float: left;
  width: 100%;
}

.media-block .media-info-guides span {
  font-size: 14px;
  position: relative;
  margin-right: 5%;
  line-height: 29px;
}

.media-block .media-info-guides span b {
  font-size: 17px;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.media-block .color-pallete {
  width: 210px;
  height: 180px;
  margin-bottom: 9px;
}

.media-block .color-pallete.blue {
  background: #37364b;
}

.media-block .color-pallete.gray {
  background: #4d4a49;
}

.media-block .color-pallete.light {
  background: #f7f6f2;
}

.cc-map-wrapper {
  width: 100%;
  height: auto;
  max-width: 950px;
  max-height: 390px;
  min-width: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 45px;
  z-index: 9;
}

.cc-map-wrapper .location {
  border-width: 0;
  position: absolute;
  height: 16px;
  min-width: 16px;
  vertical-align: middle;
  z-index: 4;
  cursor: pointer;
  background: white;
  border: none;
  padding: 10px;
  border-radius: 9px;
}

.cc-map-wrapper .map-view iframe {
  width: 100%;
  height: 100%;
}

a.map-key-link.active {
  color: #00b3cb;
  font-family: "Calluna-Bold";
}

.cc-map-wrapper .location:hover {
  height: auto;
  z-index: 5;
}

.cc-map-wrapper .map-view .map-src-link {
  display: none;
}

.cc-map-wrapper .map-view {
  background-color: #e6e6e6;
}

.cc-map-wrapper .map-view {
  left: -100%;
  z-index: 10;
}

.cc-map-wrapper .map-view,
.cc-map-wrapper .map-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff url(../images/spinner.gif) center center no-repeat;
  z-index: 99;
}

.cc-map-wrapper .map-view-close {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(77, 74, 73, 0.8);
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.cc-map-wrapper .map-view-close {
  height: 100%;
  padding: 0px 10px;
  width: 40px;
  display: table;
  table-layout: fixed;
  position: absolute;
  top: 0px;
  right: 0px;
}

.cc-map-wrapper .map-view-close > div {
  vertical-align: middle;
  font-size: 80px;
  font-weight: normal;
}

.cc-map-wrapper .map-view-close > div {
  display: table-cell;
}

.cc-map-wrapper .location .number {
  color: #37364b;
  text-align: center;
  font-size: 12.5px;
  line-height: 16px;
  vertical-align: middle;
  font-family: "Jost-Regular", "sans-serif";
  position: absolute;
  right: 4px;
  bottom: 3px;
  width: 13px;
}

.cc-map-wrapper .location.text-right .number {
  right: inherit;
  left: 4px;
  bottom: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cc-map-wrapper .location .number {
    padding-top: 0px;
  }
}
.cc-map-wrapper .location .number {
  height: inherit;
  padding-top: 0px;
  display: block;
}

.cc-map-wrapper .location:hover .name,
.cc-map-wrapper .location.active .name {
  display: block;
}

.cc-map-wrapper .location .name {
  color: #37364b;
  font-family: "Jost-Regular", "sans-serif";
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  float: left;
  position: relative;
  max-width: 93px;
  max-height: 140px;
  top: 0;
  margin: 0;
}

.map-key-link {
  display: inline-block;
  margin-bottom: 10px;
}

.map-key-link:hover {
  opacity: 0.6;
}

.cc-map-wrapper .location.text-right .name {
  float: right;
  right: -17px;
}

.cc-map-wrapper .location .name {
  height: inherit;
  padding: 5px;
  display: none;
  border-radius: 5px;
}

.cc-main-copy-wrapper span.subname1 {
  font-family: "Jost-Regular", "sans-serif";
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-left: 20px;
}

.cc-main-copy-wrapper span.blue {
  color: #37364b;
}

.bottom-padding {
  margin-bottom: 15px;
}

.cc-main-copy-wrapper span.subname {
  font-family: "Jost-Regular", "sans-serif";
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-left: 30px;
}

.cc-main-copy-wrapper span.subname3 {
  font-family: "Jost-Regular", "sans-serif";
  font-size: 13px;
  line-height: 18px;
  display: block;
}

.cc-main-copy-wrapper span.subname4 {
  font-family: "Jost-Regular", "sans-serif";
  font-size: 13px;
  line-height: 18px;
  display: block;
  display: inline-flex;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  font-family: "Jost-Regular";
  width: 330px;
  font-size: 0.8em;
  font-weight: normal;
  background-color: #edebe9;
  color: #333;
  text-align: left;
  line-height: 1.5em;
  border-radius: 2px;
  padding: 30px;
  position: absolute;
  z-index: 999;
}

.tooltip .tinytext {
  font-size: 0.75em;
  padding-top: 10px;
  line-height: 1em;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.excursions ul.styledquadrant input {
  height: 38px !important;
  line-height: 38px !important;
}

.cc-main-copy-wrapper .margin-bottom {
  margin-bottom: 40px;
}

.arrow-map-close {
  background: url(../images/arrow-left-gray.png) no-repeat center center;
  width: 23px;
  height: 25px;
  display: block;
}

.cc-main-copy-wrapper {
  margin: 0 auto 45px;
  max-width: 940px;
  font-size: 17px;
}

.cc-main-copy-wrapper span {
  margin-right: 10px;
}

#inventory {
  background: #0f1f28;
}

#inventory h4 {
  text-align: center;
  text-transform: none;
  color: white;
}

#inventory h2 {
  text-align: center;
  font-size: 3em;
  line-height: 1em;
  color: white;
}

#inventory .btn,
#inventory #panel input[type=button],
#panel #inventory input[type=button] {
  margin-top: 10px;
  background-color: white;
  color: #0f1f28;
  border: none;
}

#inventory .btn:hover,
#inventory #panel input:hover[type=button],
#panel #inventory input:hover[type=button] {
  background-color: #0f1f28 !important;
  color: white !important;
}

#inventory .great-savings {
  color: white;
  font-size: 1.2em;
}

#inventory .great-savings span {
  color: #37364b;
  font-size: 1.8em;
}

#inventory form {
  text-align: center;
}

#inventory form label {
  text-transform: uppercase;
  color: #37364b;
}

#inventory form input[type=text] {
  border: 0px solid #0f1f28;
  text-align: center;
  background: transparent;
  color: white;
  background: url(../images/arrow-btn-blue-down.png) no-repeat 95% center;
}

#inventory form .check-in {
  border-bottom: 1px solid #919ea7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#inventory .even {
  background-color: white;
}

#inventory .even h4 {
  color: #0f1f28;
}

#inventory .even h2 {
  color: #0f1f28;
}

#inventory .even form input[type=text] {
  color: #0f1f28;
}

#inventory .even .great-savings {
  color: #0f1f28;
}

#inventory .even .great-savings span {
  color: #37364b;
}

#inventory .even .btn,
#inventory .even #panel input[type=button],
#panel #inventory .even input[type=button] {
  margin-top: 10px;
  background-color: #0f1f28;
  color: white;
  border: none;
}

#inventory .even .btn:hover,
#inventory .even #panel input:hover[type=button],
#panel #inventory .even input:hover[type=button] {
  background-color: white !important;
  color: #0f1f28 !important;
}

#inventory .even .ui-datepicker-group {
  border: 1px solid #919ea7;
}

#inventory .each-item {
  padding: 50px 0px 60px;
}

#inventory .each-item .ui-datepicker-group {
  display: inline-block;
  min-height: 304px;
}

#inventory .each-item .ui-datepicker {
  max-width: 100% !important;
}

#inventory .each-item .ui-datepicker .ui-datepicker-header * {
  font-size: 17px;
}

#inventory .each-item .ui-datepicker .ui-datepicker-current-day {
  background-color: #fff;
}

#inventory .each-item .ui-datepicker .ui-datepicker-current-day * {
  font-weight: bold;
  color: #0f1f28;
}

#inventory .each-item .ui-datepicker .promotionalOffer {
  background-color: #37364b;
}

#inventory .each-item .ui-datepicker .dp-highlight {
  background-color: #153f62;
}

#inventory .each-item .ui-datepicker .dp-highlight * {
  color: #fff;
}

#inventory .each-item .blue-square-dates {
  padding-top: 30px;
}

.inventory .intro {
  padding: 70px 0 15px !important;
}

@media (min-width: 992px) {
  .inventory .top-section {
    padding-top: 100px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .inventory .top-section {
    padding-top: 0px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .inventory .ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
    margin: 0 auto 0em;
  }
}
@media (max-width: 991.98px) {
  .top-section.wrapper {
    margin-top: 85px;
  }
}
@media (min-width: 992px) {
  .top-section {
    position: relative;
    overflow: hidden;
  }
  .map-and-360-view .top-section {
    display: none;
  }
  .top-section img,
  .top-section video {
    width: 100%;
  }
  .top-section .headline {
    font-size: 6.38462em;
    color: #fff;
    line-height: 0.9em;
    text-transform: uppercase;
    letter-spacing: -4px;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
    word-spacing: 15px;
    display: block;
    position: absolute;
    top: 45%;
    margin-top: -45px;
    transition: all 2s ease-in-out;
    opacity: 0;
    width: 100%;
  }
  .top-section .headline span {
    font-size: 69.58px;
    color: #fff;
    letter-spacing: -3px;
    text-align: center;
    word-spacing: 2px;
    display: block;
  }
  .top-section .headline.appear {
    top: 50%;
    opacity: 1;
  }
  .resorts .top-section .headline {
    top: 33%;
  }
  .resorts .top-section .headline.appear {
    top: 38%;
  }
  #default .top-section,
  #package_page .top-section,
  .sitemap .top-section {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1230px) {
  #default .top-section,
  #package_page .top-section,
  .sitemap .top-section {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1275px) {
  .resort-site.tower-isle.dining-options .top-section .headline {
    top: 60%;
  }
  .resort-site.tower-isle.dining-options .top-section .headline.appear {
    top: 65%;
  }
}
@media (min-width: 992px) {
  body#default_with_bkgd_imgs.spa .top-section .headline {
    color: #0f1f28;
    font-size: 83px;
  }
  body#default_with_bkgd_imgs.spa .top-section .headline span {
    font-size: 20px;
    color: #0f1f28;
    letter-spacing: 0;
    font-family: "Jost-Regular", "sans-serif";
  }
}
body#default_with_bkgd_imgs.spa .background-img {
  min-height: 2570px;
}

body#default_with_bkgd_imgs.spa.resort-site.tower-isle .intro-copy,
body#default_with_bkgd_imgs.spa.resort-site.swept-away .intro-copy {
  padding-bottom: 0;
}

body#default_with_bkgd_imgs.spa.resort-site.tower-isle .top-section .headline,
body#default_with_bkgd_imgs.spa.resort-site.swept-away .top-section .headline {
  color: #fff;
}

body#default_with_bkgd_imgs.spa.resort-site.tower-isle .top-section .headline span,
body#default_with_bkgd_imgs.spa.resort-site.swept-away .top-section .headline span {
  color: #fff;
}

body#default_with_bkgd_imgs.spa.resort-site.swept-away .top-section .headline {
  color: #fff;
}

body#default_with_bkgd_imgs.spa.resort-site.swept-away .top-section .headline span {
  color: #fff;
}

@media (min-width: 992px) {
  body.accommodations .top-section .headline {
    top: 40.25%;
  }
  body.whats-included .top-section .headline {
    font-size: 75px;
    line-height: 0.9em;
    letter-spacing: -7px;
    text-align: left;
    display: block;
    position: absolute;
    top: 30.5%;
    left: 12%;
    margin-top: 0;
    max-width: 600px;
    opacity: 0;
    text-transform: none;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.whats-included .top-section .headline {
    left: 4%;
    font-size: 74px;
  }
}
@media (min-width: 992px) {
  body.whats-included .top-section .headline.appear {
    top: 35.5%;
    opacity: 1;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.whats-included h1 {
    font-size: 3.61538em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.whats-included h2 {
    font-size: 3.61538em;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  .intro-copy {
    text-align: center;
    padding: 100px 0 40px;
  }
  .map-and-360-view .intro-copy {
    padding-top: 200px;
  }
  .intro-copy h1,
  .intro-copy p {
    color: #fff;
  }
  .intro-copy p {
    max-width: 750px;
    margin: 0 auto 35px;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .intro-copy p {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .intro-copy.intro-copy-default h1,
  .intro-copy.intro-copy-default p {
    color: #0f1f28;
  }
  .intro-copy ul.sym-inline-list, .intro-copy .slide-over-content.left ul, .slide-over-content.left .intro-copy ul {
    display: inline-block;
    max-width: 800px;
    text-align: left;
  }
}
.full-copy-section {
  padding-bottom: 45px;
}

.content img {
  max-width: 100%;
}

body.oasis-spa-villas .top-section {
  min-height: 570px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.oasis-spa-villas .top-section {
    min-height: 300px;
  }
}
body.oasis-spa-villas .intro-copy {
  padding: 10px 0 40px;
}

body.oasis-spa-villas .intro-copy p {
  font-size: 1.3em;
}

body.oasis-spa-villas .img-side {
  padding: 25px 0px 25px;
}

body.oasis-spa-villas .full-copy-section {
  max-width: 100%;
}

body.oasis-spa-villas .full-copy-section .oasis-info {
  overflow: hidden;
  background: url(../images/bg-marble.jpg) no-repeat top center;
  padding: 50px 0px 50px;
}

body.oasis-spa-villas .full-copy-section .oasis-info h2 {
  font-size: 4em;
  color: #37364b;
  font-family: "Jost-Thin", "sans-serif";
  padding-bottom: 20px;
}

body.oasis-spa-villas .full-copy-section .oasis-info .quad {
  padding: 50px 0px 50px;
}

body.oasis-spa-villas .full-copy-section .oasis-info .blogs .slick-next {
  right: 39%;
  margin-top: 88px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.oasis-spa-villas .full-copy-section .oasis-info .blogs .slick-next {
    left: 24%;
    margin-top: 390px;
  }
}
body.oasis-spa-villas .full-copy-section .oasis-info .blogs .slick-prev {
  transform: rotate(180deg);
  left: 52%;
  margin-top: 88px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.oasis-spa-villas .full-copy-section .oasis-info .blogs .slick-prev {
    left: 16%;
    margin-top: 390px;
  }
}
body.oasis-spa-villas .full-copy-section .oasis-info .testimonials {
  padding-bottom: 100px;
}

body.oasis-spa-villas .full-copy-section .oasis-info .testimonials h2 {
  margin: 0px;
  font-size: 3em;
  line-height: 1em;
}

body.oasis-spa-villas .full-copy-section .oasis-info .testimonials .col-2 {
  text-align: center;
}

body.oasis-spa-villas .full-copy-section .oasis-info .testimonials p {
  margin: 0 0 20px;
  font-size: 1.5em;
}

body.oasis-spa-villas .full-copy-section .oasis-info .testimonials .author {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 1.2em;
}

body.oasis-spa-villas .full-copy-section .oasis-info .testimonials li.slick-active button {
  background-color: #353535 !important;
}

body.oasis-spa-villas .full-copy-section .oasis-info .testimonials ul.slick-dots button {
  background-color: #ccc;
}

body.oasis-spa-villas .full-copy-section .badge {
  position: absolute;
  right: 14%;
  margin-top: -225px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.oasis-spa-villas .full-copy-section .badge {
    right: 5%;
    margin-top: -188px;
  }
}
.honeymoons.registry-quad {
  background: #0f1f28;
  color: white;
  margin-bottom: 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .honeymoons.registry-quad {
    padding: 40px;
  }
}
.honeymoons.registry-quad .blue {
  padding: 0px 35px 0px;
}

.honeymoons.registry-quad h3 {
  font-size: 44px;
  font-family: "Jost-Thin", "sans-serif";
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.venues ul.tabs-menu li {
    font-size: 18px;
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.dining-options .fancybox-close {
    top: -37px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.spa .headline {
    margin-top: -109px !important;
    font-size: 5em !important;
  }
}
.sticky-rfp {
  display: block;
  position: fixed;
  right: -116px;
  bottom: 300px;
  transform: rotate(-90deg);
  background: #37364b;
  color: white !important;
  padding: 12px 45px;
  font-family: "Jost-Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
}

.sticky-rfp img {
  display: none;
}

.weddings-page {
  overflow: hidden;
}

@media only screen and (max-width: 1025px) {
  .weddings-page .weddings__venus-section {
    padding-top: 400px;
    padding-bottom: 60px;
  }
  .weddings-page .weddings__venus-section .travvy-logo {
    display: block;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 30px;
  }
  .weddings-page .weddings__packages-badge {
    top: 140px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .weddings-page {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.weddings__wedding-intro-copy {
  text-align: center;
  position: relative;
  margin-top: -150px;
}

.weddings__background-img {
  min-height: 1205px;
}

.weddings__venus-section {
  position: relative;
  padding-top: 465px;
  margin-bottom: 140px;
  overflow: hidden;
}

.weddings__venus-section img.inset {
  margin-bottom: -100px;
}

.weddings__venus-section img.inset.show-object {
  margin-bottom: -60px;
}

.weddings__venus-section .venues-copy {
  padding: 20px 15px 0 60px;
  max-width: 585px;
}

.weddings__venus-section h2,
.weddings__venus-section p {
  color: #fff;
  max-width: 530px;
}

.weddings__venus-section p:last-of-type {
  margin-bottom: 0;
}

.weddings__venus-section .travvy-logo {
  display: block;
  position: absolute;
  right: 0;
}

.weddings__packages-badge {
  display: block;
  position: absolute;
  top: 230px;
  right: 1%;
  width: 245px;
  height: 245px;
  background: url(../images/icon-wedding-packages-badge.png) no-repeat;
  background-size: contain;
}

.weddings__packages-badge.show-object {
  right: 5.3%;
}

.weddings__packages-intro {
  padding: 135px 15px 20px;
  text-align: center;
}

.weddings__packages-intro h2 {
  color: #37364b;
}

.weddings__packages-intro p {
  max-width: 780px;
  margin: 0 auto 40px;
}

.marketing-quads .marketing-quads__each-quad {
  margin-top: 80px;
  position: relative;
}

.marketing-quads .marketing-quads__each-quad.show-object {
  margin-top: 40px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #brand_weddings .fancybox-close {
    top: -36px !important;
  }
}
.jamaica-tpl .top-section .headline {
  font-size: 104px;
  letter-spacing: -2px;
  top: 33%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .jamaica-tpl .top-section .headline {
    top: 10%;
  }
}
.jamaica-tpl .top-section .headline span {
  font-size: 25.85px;
  line-height: 2.6em;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  text-transform: none;
}

.jamaica-tpl .top-section .headline.appear {
  top: 35.5%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .jamaica-tpl .top-section .headline.appear {
    top: 12.5%;
  }
}
.jamaica-tpl__video {
  padding: 0 0 130px;
  text-align: center;
}

.jamaica-tpl__video h2 {
  color: #fff;
  line-height: 1em;
}

.jamaica-tpl__video--holder {
  position: relative;
  margin: 0 auto;
}

.jamaica-tpl__video--holder .play-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.jamaica-tpl__video--holder .play-icon-1 {
  fill: #fff;
  fill-rule: evenodd;
  transition: all 0.3s ease-in-out;
}

.jamaica-tpl__video--holder .play-icon-1:hover {
  fill: #37364b;
}

.jamaica-tpl__map {
  margin-bottom: 80px;
}

.jamaica-tpl__map--copy {
  float: right;
}

.jamaica-tpl__map--copy h2 {
  font-size: 7.30769em;
  color: #555;
  line-height: 0.85em;
  margin-top: 125px;
}

.jamaica-tpl__map--copy h2 span {
  font-size: 20.83px;
  color: #37364b;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  display: block;
}

.jamaica-tpl__map--copy ul {
  margin-left: 90px;
}

.jamaica-tpl__map--copy ul li {
  font-size: 1.60231em;
  color: #c4bab5;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  border-bottom: 1px solid #d1dae1;
  max-width: 160px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.jamaica-tpl__map--copy ul li:not(:first-of-type):before {
  content: "•";
  display: block;
  position: absolute;
  left: -25px;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0);
}

.jamaica-tpl__map--copy ul li:not(:first-of-type).active,
.jamaica-tpl__map--copy ul li:not(:first-of-type):hover {
  color: #37364b;
}

.jamaica-tpl__map--copy ul li:not(:first-of-type).active:before,
.jamaica-tpl__map--copy ul li:not(:first-of-type):hover:before {
  color: #37364b;
}

.jamaica-tpl__map--copy ul li:first-of-type {
  color: #707070;
}

.jamaica-tpl__map--copy ul li:last-of-type {
  border-bottom: 0;
  margin-bottom: 60px;
}

.jamaica-tpl__map--wrapper {
  max-width: 1290px;
  margin: 0 auto;
}

.jamaica-tpl__map--map-side {
  background: url(../images/jamaica-pg-map.jpg) no-repeat 50% 50%;
  height: 740px;
}

.jamaica-tpl__lower-section p {
  color: #37364b;
  font-style: italic;
  font-family: "Calluna-Italic", "sans-serif";
  text-align: center;
  max-width: 550px;
  margin: 20px auto 150px;
  padding-top: 100px;
}

.jamaica-tpl__lower-section .bottom-gallery h2 {
  display: none;
}

.activities__top-section .headline {
  font-size: 6.38462em;
  line-height: 0.9em;
  text-align: left;
  display: block;
  position: absolute;
  top: 22.5%;
  left: 49.5%;
  width: initial;
  max-width: 500px;
}

.activities__top-section .headline span {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.75px;
  font-family: "Jost-Regular", "sans-serif";
  text-align: left;
  margin-left: 10px;
}

.activities__top-section .headline.appear {
  top: 26.5%;
}

.resort-site.tower-isle .activities__top-section .headline {
  left: 17%;
}

.resort-site.negril .activities__top-section .headline {
  left: 12%;
}

@media only screen and (max-width: 1199px) {
  .activities__top-section .headline {
    display: none;
  }
}
.activities__top-section--copy {
  display: block;
  position: absolute;
  bottom: 4%;
  left: 50%;
  margin-left: -330px;
  max-width: 660px;
  text-align: center;
}

@media only screen and (max-width: 825px) {
  .activities__top-section--copy {
    bottom: 0;
  }
}
body#dining .top-section .headline {
  font-size: 90px;
  color: #0f1f28;
  line-height: 0.8em;
  text-align: left;
  display: block;
  position: absolute;
  top: 26%;
  left: 35%;
  margin-left: 0;
  width: inherit;
  max-width: 580px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body#dining .top-section .headline {
    display: block;
    position: absolute;
    top: 26%;
    left: 26%;
    font-size: 80px;
  }
  body#dining .top-section .headline span.btm-section {
    margin: 14px 157px 0 0 !important;
    font-size: 80px !important;
  }
}
body#dining .top-section .headline span.small-top {
  font-size: 20px;
  color: #0f1f28;
  line-height: 2.2em;
  letter-spacing: 1px;
  font-family: "Jost-Regular", "sans-serif";
  text-align: left;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}

body#dining .top-section .headline span.btm-section {
  font-size: 90px;
  color: #0f1f28;
  letter-spacing: -3px;
  text-align: right;
  margin: 15px 105px 0 0;
}

@media (min-width: 992px) {
  body#dining.resort-site.negril .top-section .headline,
  body#dining.resort-site.swept-away .top-section .headline,
  body#dining.resort-site.tower-isle .top-section .headline {
    display: block;
    position: absolute;
    top: 42%;
    left: 42%;
    color: #fff;
  }
  body#dining.resort-site.negril .top-section .headline span.small-top,
  body#dining.resort-site.negril .top-section .headline span.btm-section,
  body#dining.resort-site.swept-away .top-section .headline span.small-top,
  body#dining.resort-site.swept-away .top-section .headline span.btm-section,
  body#dining.resort-site.tower-isle .top-section .headline span.small-top,
  body#dining.resort-site.tower-isle .top-section .headline span.btm-section {
    color: #fff;
    text-align: left;
  }
  body#dining.resort-site.swept-away .top-section .headline {
    display: block;
    position: absolute;
    top: 42%;
    left: 20%;
  }
  body#dining p {
    max-width: 650px;
  }
  body#dining .marketing-quads__overlay h2 {
    font-size: 40px;
  }
  body#dining .marketing-quads .marketing-quads__each-quad {
    margin: 0 0 90px;
  }
  body#dining.resort-site.tower-isle .top-section .headline {
    display: block;
    position: absolute;
    top: 35%;
    left: 15%;
  }
  body#dining.resort-site.tower-isle .top-section .headline .btm-section {
    text-align: left;
  }
  body#dining.resort-site.tower-isle h2,
  body#dining.resort-site.tower-isle p,
  body#dining.resort-site.sans-souci h2,
  body#dining.resort-site.sans-souci p {
    color: #fff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1125px) {
  body#dining .marketing-quads__each-quad {
    height: 400px;
  }
  body#dining .marketing-quads__first-headline {
    font-size: 40px;
  }
  body#dining .marketing-quads__overlay h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .dining-section__background-img {
    min-height: 1725px;
  }
  .dining-section__dining-lower h2 {
    margin-bottom: 25px;
  }
  .dining-section__dining-lower p:last-of-type {
    margin-bottom: 0;
  }
}
.specials-page h1.headline {
  font-size: 88px;
  color: #fff;
  line-height: 0.8em;
  font-family: "Jost-Thin", "sans-serif";
  text-align: center;
  display: block;
  position: absolute;
  top: 24.5%;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
  transition: all 2s ease-in-out;
  opacity: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .specials-page h1.headline {
    font-size: 68px;
  }
}
.specials-page h1.headline span {
  font-size: 55px;
  color: #fff;
  font-family: "Jost-Thin", "sans-serif";
  text-align: center;
  display: block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .specials-page h1.headline span {
    font-size: 35px;
  }
}
.specials-page .appear h1.headline {
  top: 29.5%;
  opacity: 1;
}

.specials-page .ctnTimer {
  margin-top: 25px;
}

.specials-page .ctnTimer .digitTxt {
  color: #0f1f28;
}

.specials-list {
  margin-bottom: 0;
}

.specials-list__copy-side {
  padding-left: 4%;
}

.specials-list__copy-side h2 {
  font-size: 22px;
  color: #ade3d3;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: -0.5px;
  font-family: "Jost-Light", "sans-serif";
  margin-bottom: 10px;
  word-spacing: 0;
}

.specials-list__copy-side h3 {
  font-size: 44px;
  letter-spacing: -1px;
  font-family: "Jost-Light", "sans-serif";
}

.specials-list li.specials-list__each-special {
  padding-top: 65px;
  padding-bottom: 65px;
}

.specials-list li.specials-list__each-special--blue {
  background: #37364b;
}

.specials-list li.specials-list__each-special--blue h3,
.specials-list li.specials-list__each-special--blue p {
  max-width: 525px;
  color: #fff;
}

.specials-list li.specials-list__each-special--blue .specials-list__copy-side {
  padding-left: 15px;
}

.specials-list li.specials-list__each-special--blue img {
  display: block;
  margin-left: auto;
}

.specials-list li.specials-list__each-special--blue .ctnTimer {
  margin-top: 25px;
}

.specials-list li.specials-list__each-special--blue .ctnTimer .digitTxt {
  color: white;
}

.specials-list li.specials-list__each-special--blue p.small a {
  color: #ade3d3;
}

.specials-list li.specials-list__each-special--blue .booking-info {
  color: white;
}

.specials-list li.specials-list__each-special--blue .booking-info span {
  color: #ade3d3;
  font-weight: bold;
}

.specials-list li.specials-list__each-special--blue .mini-booking-form .dates .field input {
  border-color: #fff;
  color: #fff;
}

.specials-list li.specials-list__each-special--blue .mini-booking-form .select-property select {
  border-color: #fff;
  color: #fff;
}

.specials-list .btn,
.specials-list #panel input[type=button],
#panel .specials-list input[type=button] {
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .specials-list .btn,
  .specials-list #panel input[type=button],
  #panel .specials-list input[type=button] {
    width: 86% !important;
  }
}
.specials-list .booking-info {
  padding-top: 20px;
}

.specials-list .booking-info span {
  color: #37364b;
  font-weight: bold;
}

.specials-list .booking-info .book-from {
  background: url(../images/book-by.png) no-repeat left;
  display: inline-block;
  background-size: contain;
  padding-left: 20px;
  margin-right: 30px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .specials-list .booking-info .book-from {
    margin-bottom: 15px;
  }
}
.specials-list .booking-info .travel-by {
  background: url(../images/calendar.png) no-repeat left;
  display: inline-block;
  background-size: contain;
  padding-left: 20px;
}

.specials-list p.small {
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 10px;
}

.specials-list p.small a {
  color: #0f1f28;
}

.specials-list .toggle-content p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}

.additional-discounts {
  background: url(../images/additional-discounts-specials-offers-couples-resorts.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 90px;
}

.additional-discounts h2 {
  font-size: 44px;
  letter-spacing: -2px;
  font-family: "Jost-Light", "sans-serif";
  margin-bottom: 80px;
}

.additional-discounts__video-section {
  padding-bottom: 75px;
}

.additional-discounts__video-section h2 {
  font-size: 69.65px;
  color: #37364b;
  font-family: "Jost-Thin", "sans-serif";
  margin-bottom: 22px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .additional-discounts__video-section h2 {
    font-size: 54.65px;
  }
}
.additional-discounts__video-section p {
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Calluna-Italic", "sans-serif";
  max-width: 300px;
}

.additional-discounts a.learn-more {
  color: #0f1f28;
  margin-top: 15px;
  display: inline-block;
}

body.brand-site .additional-discounts a.learn-more:hover {
  color: #37364b;
}

body.sans-souci .additional-discounts a.learn-more:hover {
  color: #37364b;
}

body.swept-away .additional-discounts a.learn-more:hover {
  color: #37364b;
}

body.negril .additional-discounts a.learn-more:hover {
  color: #37364b;
}

body.tower-isle .additional-discounts a.learn-more:hover {
  color: #37364b;
}

.additional-discounts .toggle-content {
  padding-top: 20px;
}

.additional-discounts .toggle-content p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}

.all-discounts {
  margin-bottom: 75px;
}

.all-discounts__each-discount img {
  display: block;
  margin-bottom: 35px;
}

.all-discounts__each-discount h3 {
  font-size: 32px;
  letter-spacing: -1px;
  font-family: "Jost-Light", "sans-serif";
  margin-bottom: 30px;
}

#special7834 .mini-booking-form {
  display: none;
}

#special7136 .travel-by {
  display: none;
}

#special7932 .travel-by {
  display: none;
}

@media (min-width: 992px) {
  .package-lp__full-copy {
    margin-bottom: 70px;
  }
  .package-lp__full-copy--copy-side {
    padding-left: 5%;
  }
  .package-lp__full-copy h2 {
    font-size: 44px;
    line-height: 1.05em;
    letter-spacing: -2px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 30px;
  }
  .package-lp__full-copy h2 span {
    font-size: 44px;
    color: #37364b;
    font-family: "Jost-Light", "sans-serif";
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .package-lp__full-copy h2 {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .package-lp__full-copy p:last-of-type {
    margin-bottom: 0;
  }
  .package-lp__package-includes h2 {
    font-size: 20px;
    color: #37364b;
    letter-spacing: -0.5px;
    font-family: "Jost-Regular", "sans-serif";
    text-align: center;
    border-top: 1px solid #37364b;
    border-bottom: 1px solid #37364b;
    margin-bottom: 55px;
  }
  .package-lp__package-includes .no-style {
    color: #0f1f28;
    font-size: 44px;
    font-family: "Jost-Regular", "sans-serif";
    border-top: 0px solid #37364b !important;
    line-height: 55px !important;
    border-bottom: 0px solid #37364b !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    font-family: "Jost-Light", "sans-serif" !important;
  }
  .package-lp__package-includes .no-style span {
    font-size: 30px !important;
    color: #37364b;
  }
  .package-lp__disclaimer p {
    font-size: 0.98154em;
    color: rgba(15, 31, 40, 0.53);
    margin-bottom: 70px;
  }
}
#landing-page #footer .secondary-nav,
#wedding_leads #footer .secondary-nav {
  display: none;
}

#landing-page .booking-holder.expanded,
#wedding_leads .booking-holder.expanded {
  top: 100px;
}

#landing-page #header-landing,
#wedding_leads #header-landing {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  padding: 20px 0 0;
  background-color: #0f1f28;
}

#landing-page #header-landing .logo,
#wedding_leads #header-landing .logo {
  text-align: center;
}

#landing-page #header-landing .logo svg,
#wedding_leads #header-landing .logo svg {
  fill: #fff;
  height: 55px;
}

#landing-page #header-landing .header__booked,
#wedding_leads #header-landing .header__booked {
  top: -5px;
  text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #landing-page #header-landing .header__booked,
  #wedding_leads #header-landing .header__booked {
    margin-top: -30px;
    margin-right: -30px;
  }
}
#landing-page #header-landing .header__booked .phone,
#wedding_leads #header-landing .header__booked .phone {
  display: block;
  margin-bottom: 7px;
  font-size: 1.23077em;
  color: #37364b;
  text-transform: uppercase;
  font-family: "Jost-Bold", "sans-serif";
}

#landing-page #header-landing .header__booked .header__booking-trigger,
#wedding_leads #header-landing .header__booked .header__booking-trigger {
  margin: 0;
  padding: 8px 20px 7px;
}

#landing-page .intro {
  text-align: center;
  padding: 70px 0;
}

#landing-page .intro h1 span {
  color: #37364b;
  text-transform: none;
  margin-bottom: 10px;
}

#landing-page .mini-booking-form {
  text-align: center;
  margin-bottom: 65px;
}

#landing-page .mini-booking-form .dates .field {
  max-width: 215px;
}

#landing-page .mini-booking-form .dates .field input {
  padding: 12px 10px;
  border: 1px solid #0f1f28;
}

#landing-page .mini-booking-form .dates .field:last-of-type {
  margin-right: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #landing-page .mini-booking-form .select-property {
    width: 37% !important;
  }
}
#landing-page .mini-booking-form .select-property,
#landing-page .mini-booking-form .btn,
#landing-page .mini-booking-form #panel input[type=button],
#panel #landing-page .mini-booking-form input[type=button] {
  max-width: 215px;
  width: 40%;
}

@media (min-width: 992px) {
  #landing-page .bottom-gallery {
    padding-top: 60px;
  }
  #landing-page .bottom-gallery h2 {
    color: #0f1f28;
    margin-bottom: 40px;
  }
}
#landing-page .countdown {
  max-width: 222px;
}

#landing-page .offer-ends {
  color: white;
  text-align: center;
  font-size: 1em;
  letter-spacing: 1px;
}

#landing-page .book-by-dates {
  text-align: left;
  margin-bottom: 40px;
}

#landing-page .book-by-dates img {
  padding-top: 2px;
  display: block;
}

#landing-page .quadrant {
  padding-bottom: 40px;
}

#landing-page .quadrant .copy {
  text-align: left;
}

#landing-page .quadrant .copy h2 {
  font-size: 3em;
  line-height: 0.8em;
}

#landing-page .quadrant .copy h2 span {
  color: #37364b;
  text-transform: none;
  margin-bottom: 10px;
}

#landing-page .quadrant .copy p {
  font-size: 1.2em;
}

.testimonial-wrap-lp {
  background-color: #37364b;
  padding: 50px 0 30px;
}

.testimonial-wrap-lp ul.slick-dots {
  position: absolute;
  left: 0;
  top: 180px;
}

.testimonial-wrap-lp .all-testimonials {
  padding-left: 280px;
  background: url(../../images/Trip-Logo-2019-white.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 60px 0;
  margin-left: 5%;
  background-size: 13%;
  color: #fff;
}

.testimonial-wrap-lp .all-testimonials .each-testimonial {
  padding-bottom: 25px;
}

.testimonial-wrap-lp .all-testimonials .each-testimonial.slick-slide {
  height: auto;
}

.testimonial-wrap-lp .all-testimonials h3 {
  font-size: 2.83538em;
  letter-spacing: -1px;
  font-family: "Jost-Light", "sans-serif";
  margin-bottom: 1px;
}

.testimonial-wrap-lp .all-testimonials blockquote {
  color: #fff;
  font-size: 1.30769em;
  line-height: 1.7em;
  margin-bottom: 25px;
  max-width: 660px;
}

.testimonial-wrap-lp .all-testimonials cite {
  font-size: 1.23077em;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Jost-Light", "sans-serif";
}

#countdown_dashboard {
  width: 300px;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 30px;
}

.countdown-title {
  font-size: 14px;
  float: left;
  width: 100px;
  position: relative;
  top: 13px;
}

.dash {
  float: left;
  position: relative;
  width: 60px !important;
}

.dash .digit {
  font-size: 24px;
  color: #37364b;
  font-family: "Jost-Regular", "sans-serif";
  position: relative;
  display: inline-block;
  height: 27px;
  overflow: hidden;
}

.dash .digitTxt {
  font-size: 13px;
  color: #fff;
  font-family: "Jost-Bold", "sans-serif";
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.ctnDigits {
  margin: 0 auto;
  width: 100%;
  float: left;
}

.dash_title {
  display: block;
  color: #c12064;
  font-size: 12px;
  margin-top: 6px;
}

.hours_dash {
  width: 22%;
}

.minutes_dash {
  width: 25%;
}

.seconds_dash {
  width: 22%;
}

.fun-free {
  background: url("../images/couple-jumping.jpg") no-repeat center top;
  background-size: cover;
  padding: 85px 0 55px;
  color: #fff;
}

.fun-free .badge {
  float: right;
  max-width: 20%;
}

.fun-free .badge svg {
  width: 100%;
}

.fun-free h2 {
  font: 6em/0.9em "Jost-Thin", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #fff;
}

.fun-free .top ul {
  display: inline-block;
  text-align: left;
  margin-right: 6%;
  margin-bottom: 50px;
  padding-right: 5%;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
}

.fun-free .top ul li {
  font: 15px "Jost-Regular", "sans-serif";
  margin-bottom: 10px;
  color: #fff;
}

.fun-free .top ul li:before {
  color: #fff;
}

.fun-free .top ul:nth-child(6) {
  border: 0;
  margin: 0;
  padding: 0;
}

.fun-free .sports {
  background-color: #fff;
  color: #4d4a49;
  text-align: center;
}

.fun-free .sports img {
  width: 100%;
}

.fun-free .sports .inner {
  padding: 40px;
}

.fun-free .sports .inner h2 {
  color: #37364b;
  font: 20px "Jost-Bold", "sans-serif";
  text-transform: uppercase;
  margin: 0 0 20px;
}

.fun-free .sports .inner p {
  font-size: 17px;
  margin-bottom: 40px;
}

.fun-free .sports .inner p.small {
  text-align: left;
  font-size: 12.5px;
  margin-bottom: 0;
}

.fun-free .sports .inner p.small a {
  color: #0f1f28;
  text-decoration: underline;
}

.fun-free .sports .inner p.small a:hover {
  opacity: 0.6;
}

.fun-free .sports .inner ul {
  text-align: left;
  margin-bottom: 10px;
}

.fun-free .sports .inner ul li {
  font: 15px "Jost-Bold", "sans-serif";
  margin-bottom: 10px;
}

.fun-free .sports .inner ul li:before {
  content: "•";
  color: #37364b;
  margin-right: 5px;
}

.fun-free .sports .inner ul li.nobullet:before {
  display: none;
}

.fun-free .sports .inner ul li a {
  font-family: "Calluna-Italic", "sans-serif";
}

.fun-free .sports .inner .btn-green {
  font-size: 16px !important;
  padding: 14px 35px 8px;
  margin-right: 20px;
}

.fun-free .sports .inner .terms {
  font: 15px "Jost-Bold", "sans-serif";
  display: inline-block;
  padding-right: 20px;
  color: #4d4a49;
  /*  background: url(../template/arrow-black.png) no-repeat right center*/
}

.tau-bonus {
  color: #fff;
  text-align: center;
  background: #0f1f28;
  padding: 70px 0;
}

.tau-bonus h2 {
  font-size: 25.37px;
  color: #37364b;
  letter-spacing: 1px;
  font-family: "Jost-Regular", "sans-serif";
}

.tau-bonus__each-bonus {
  margin-bottom: 40px;
}

.tau-bonus__each-bonus h3 {
  font-size: 24.37px;
  letter-spacing: 2px;
  font-family: "Jost-Bold", "sans-serif";
  padding-top: 80px;
}

.tau-bonus__each-bonus:first-child {
  background: url(../images/icon-cash.png) no-repeat top center;
}

.tau-bonus__each-bonus:nth-of-type(2) {
  background: url(../images/icon-night.png) no-repeat top center;
}

.tau-bonus__each-bonus:last-child {
  background: url(../images/icon-rates.png) no-repeat top center;
}

.tau-bonus p {
  font-size: 14.13px;
}

.tau-bonus .arrow-btn.white {
  letter-spacing: 2px;
}

.tau-owner {
  padding: 100px 0 80px;
}

.tau-owner h2 {
  font-size: 50px;
  line-height: 1em;
  letter-spacing: -2px;
  font-family: "Jost-Light", "sans-serif";
}

.tau-owner h2 span {
  font-size: 25px;
  color: #37364b;
  line-height: 1.4em;
  text-transform: none;
}

.tau-owner p {
  max-width: 500px;
}

.tau-owner p:last-of-type {
  margin-bottom: 0;
}

.preferred-agent {
  text-align: center;
  padding-bottom: 20px;
}

.preferred-agent p {
  width: 90%;
  max-width: 890px;
  margin: 0 auto 40px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #landing-page .top-section {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  #landing-page .four-resorts-home {
    background: #fff;
    margin-bottom: 70px;
  }
  #landing-page .four-resorts-home__each-prop-quad .overlay {
    z-index: 99;
  }
  #landing-page .four-resorts-home__each-prop-quad .overlay p {
    position: relative;
  }
  #landing-page .four-resorts-home__each-prop-quad .overlay p:last-of-type {
    top: 60%;
  }
  #landing-page .four-resorts-home__copy-holder {
    text-align: center;
  }
  #landing-page .four-resorts-home__copy-holder h2 {
    font-size: 15.97px;
    color: #fff;
    line-height: 14px;
    letter-spacing: 0px;
    font-family: "Jost-Bold", "sans-serif";
    margin: 0 0 10px;
    border-top: none;
    padding-top: 30px;
  }
  #landing-page .four-resorts-home__copy-holder h3 {
    font-size: 31.94px;
    color: #fff;
    font-family: "Jost-Light", "sans-serif";
  }
  #landing-page .four-resorts-home__copy-holder h4 {
    font-size: 15px;
    color: #fff;
    text-transform: none;
    font-family: "Jost-Regular", "sans-serif";
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    max-width: 270px;
    margin: 0 auto 10px;
  }
  #landing-page .four-resorts-home__copy-holder p {
    font-size: 16.67px;
    color: #fff;
    font-family: "Jost-Regular", "sans-serif";
    margin-bottom: 10px;
  }
}
#landing-page .terms-conditions {
  padding-top: 40px;
}

#landing-page .terms-conditions p {
  font-size: 12.27px;
}

.mothers-day .intro {
  padding: 15px 0 !important;
}

.inventory .top-section {
  padding-top: 50px;
}

.inventory .header__booking-trigger {
  display: none;
}

.inventory .phone {
  margin-top: 25px;
  font-size: 1.63077em !important;
}

.crate-and-barrel .header__booking-trigger {
  display: none;
}

.crate-and-barrel .phone {
  margin-top: 25px;
  font-size: 1.63077em !important;
}

.teachers .header__booking-trigger {
  display: none;
}

.teachers .phone {
  margin-top: 25px;
  font-size: 1.63077em !important;
}

.wedding-leads__intro {
  position: relative;
  padding-top: 100px;
}

.wedding-leads__intro h1 {
  color: #0f1f28;
  display: block;
  position: absolute;
  top: 155px;
  left: 17%;
}

.wedding-leads__intro h1 .top {
  font-size: 18.22px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-family: "Jost-Bold", "sans-serif";
  display: block;
  border-top: 1px solid #0f1f28;
  border-bottom: 1px solid #0f1f28;
  padding: 10px 0;
  margin-bottom: 15px;
}

.wedding-leads__intro h1 .mid {
  font-size: 82.28px;
  line-height: 0.85em;
  text-transform: uppercase;
  letter-spacing: -3px;
  font-family: "Jost-Thin", "sans-serif";
  margin-bottom: 3px;
  display: block;
}

.wedding-leads__intro h1 .btm {
  font-size: 47.34px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-family: "Jost-Bold", "sans-serif";
}

@media only screen and (max-width: 1245px) {
  .wedding-leads__intro h1 {
    left: 3%;
    top: 120px;
  }
}
.wedding-leads__intro--badge {
  display: block;
  position: absolute;
  top: 215px;
  right: 13%;
  width: 110px;
  height: 124px;
  background: url(../images/wedding-leads-trip-badge.png) no-repeat;
}

@media only screen and (max-width: 1245px) {
  .wedding-leads__intro--badge {
    right: 3%;
  }
}
.wedding-leads__main-copy {
  padding: 30px 0 55px;
}

.wedding-leads__main-copy h2 {
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 2px;
  font-family: "Jost-Bold", "sans-serif";
  margin-bottom: 10px;
}

.wedding-leads__main-copy p {
  font-size: 17px;
}

.wedding-leads__main-copy .wedding-leads__forms {
  margin-top: -90px;
  z-index: 99;
  position: relative;
  max-width: 100%;
}

@media only screen and (max-width: 1245px) {
  .wedding-leads__main-copy .wedding-leads__forms {
    margin-top: 0;
  }
}
.wedding-leads__reasons {
  background: url(../images/wedding-leads-background-1.jpg) no-repeat bottom center;
  padding: 10px 0 65px;
  text-align: center;
}

.wedding-leads__reasons.reasons-copy h2 {
  font-size: 55px;
  line-height: 1em;
  text-transform: none;
  letter-spacing: -3px;
  font-family: "Jost-Thin", sans-serif;
  margin-bottom: 70px;
  position: relative;
  font-weight: 100;
}

.wedding-leads__reasons.reasons-copy h2 span {
  font-size: 20px;
  color: #37364b;
  text-transform: uppercase;
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
}

.wedding-leads__reasons.reasons-copy h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 34px;
  height: 2px;
  background: #ade3d3;
  margin-left: -17px;
}

.wedding-leads__reasons.reasons-copy h3 {
  font-size: 24px;
  color: #37364b;
  text-transform: none;
  margin: 0 auto 45px;
  position: relative;
  width: 90%;
  max-width: 262px;
}

.wedding-leads__reasons.reasons-copy h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 34px;
  height: 2px;
  background: #37364b;
  margin-left: -17px;
}

.wedding-leads__reasons.reasons-copy p {
  font-size: 17px;
  line-height: 1.5em;
  font-family: "Jost-Regular", "sans-serif";
  max-width: 282px;
  margin: 0 auto 30px;
  width: 90%;
}

.wedding-leads__reasons img {
  display: block;
  margin: 0 auto 20px;
}

.wedding-leads__each-reason {
  border: 1px solid #d7d7d7;
  min-height: 590px;
  background: #fff;
}

.wedding-leads__quotes {
  background: #fff;
  padding: 60px 0 70px;
}

.wedding-leads__quotes img {
  margin-top: 120px;
}

.wedding-leads__quotes--copy {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  max-width: 610px;
}

.wedding-leads__quotes--copy:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -40px;
  width: 32px;
  height: 31px;
  /*background: url(../images/weddings-open-quote.png) no-repeat*/
}

.wedding-leads__quotes--copy:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 32px;
  height: 31px;
  /*background: url(../images/weddings-close-quote.png) no-repeat*/
}

.wedding-leads__quotes--author {
  font-size: 0.92308em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Jost-Bold", "sans-serif";
}

.wedding-leads__quotes .each-quote h4 {
  margin-bottom: 30px;
}

.wedding-leads__quotes .each-quote p {
  font-size: 16.5px;
  line-height: 1.65em;
  font-family: "Jost-Regular", "sans-serif";
  max-width: 565px;
}

.wedding-leads__quotes .slick-dots {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 42.5%;
}

.wedding-leads__gallery.wrapper {
  padding-top: 65px;
  margin-bottom: -2px;
  position: relative;
}

.wedding-leads__gallery--each.first-column {
  height: 624px;
  width: 31.55%;
  float: left;
}

.wedding-leads__gallery--each.second-column {
  width: 17.5%;
  float: left;
}

.wedding-leads__gallery--each.second-column .top {
  height: 365px;
}

.wedding-leads__gallery--each.second-column .btm {
  height: 259px;
}

.wedding-leads__gallery--each.third-column {
  width: 27%;
  float: left;
}

.wedding-leads__gallery--each.third-column .top {
  height: 365px;
  padding-left: 10%;
}

.wedding-leads__gallery--each.third-column .top h2 {
  font-size: 25.98px;
  color: #37364b;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  position: relative;
}

.wedding-leads__gallery--each.third-column .top h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 34px;
  height: 2px;
  background: #37364b;
}

.wedding-leads__gallery--each.third-column .top ul.sym-inline-list, .wedding-leads__gallery--each.third-column .top .slide-over-content.left ul, .slide-over-content.left .wedding-leads__gallery--each.third-column .top ul {
  font-size: 17px;
}

.wedding-leads__gallery--each.third-column .top ul.sym-inline-list li, .wedding-leads__gallery--each.third-column .top .slide-over-content.left ul li, .slide-over-content.left .wedding-leads__gallery--each.third-column .top ul li {
  margin-bottom: 9px;
}

.wedding-leads__gallery--each.third-column .btm {
  height: 259px;
}

.wedding-leads__gallery--each.fourth-column {
  height: 625px;
  width: 23.95%;
  float: left;
}

.wedding-leads__forms {
  text-align: center;
}

.wedding-leads__forms form {
  position: relative;
  z-index: 99;
}

.wedding-leads__forms form label {
  font-size: 16px;
  text-align: left;
}

.wedding-leads__forms form input,
.wedding-leads__forms form select {
  border: 1px solid #aeacab;
  background: #fff;
  margin-bottom: 20px;
}

.wedding-leads__forms form select {
  background: url(../images/wedding-leads-arrow-down.png) no-repeat 96% 50% #fff;
}

.wedding-leads__forms form .gdpr label {
  font-size: 12.5px;
  font-family: "Jost-Regular", "sans-serif";
  width: 95%;
}

.wedding-leads__forms form .gdpr:last-of-type {
  margin-bottom: 30px;
}

.wedding-leads__forms form .red-btn {
  padding: 10px 20px;
  height: inherit;
  letter-spacing: 2px;
}

.wedding-leads__top-form .wedding-leads__forms {
  background: #fff;
  padding: 55px 30px 45px;
  text-align: center;
  border: 1px solid #d0d0d0;
}

.wedding-leads__btm-form {
  background: #37364b;
  padding: 55px 0 50px;
}

.wedding-leads__btm-form p,
.wedding-leads__btm-form label {
  color: #fff;
}

.wedding-leads__btm-form h2 {
  font-size: 22px;
  color: #fff;
  line-height: 1em;
  letter-spacing: 2px;
  font-family: "Jost-Bold", "sans-serif";
  margin-bottom: 10px;
}

.wedding-leads__btm-form form input,
.wedding-leads__btm-form form select {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  color: #fff;
}

.wedding-leads__btm-form form select {
  background: url(../images/wedding-leads-arrow-down-white.png) no-repeat 96% 50% rgba(255, 255, 255, 0);
}

.wedding-leads__btm-form form .gdpr a {
  color: #fff;
}

.wedding-leads__btm-form form button {
  float: left;
  margin-top: 27px;
  height: 39px;
}

.wedding-leads__btm-form form input[type=checkbox] {
  border-color: #fff !important;
}

.homepage #start-content, ._index #start-content {
  overflow: hidden;
}

.homepage a.header__already, ._index a.header__already {
  color: #fff;
}

@media (min-width: 992px) {
  .top-content-home {
    position: relative;
    margin-bottom: -5px;
  }
  .top-content-home .gradient {
    background: linear-gradient(180deg, #00406c 0%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    z-index: 2;
    background-size: cover;
    height: 600px;
    width: 100%;
  }
  .top-content-home.parallax-image {
    padding-top: 0;
  }
  .top-content-home .scroll-down {
    font-size: 1.05846em;
    color: #fff;
    text-transform: uppercase;
    font-family: "Jost-Bold", "sans-serif";
    text-align: center;
    display: none;
    position: absolute;
    bottom: 130px;
    left: 50%;
    margin-left: -55px;
    width: 111px;
    height: 50px;
  }
  .top-content-home .arrow-home {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9;
    margin-left: -15px;
    width: 29px;
    height: 14px;
    background: url(../images/scroll-down.png) no-repeat;
    cursor: pointer;
    animation: home-scroll 2s infinite 0.4s;
  }
  .top-content-home .slick-dots {
    display: block;
    position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .top-content-home img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1230px) {
  .top-content-home .scroll-down {
    display: none;
  }
}
@media (min-width: 992px) {
  .intro-content-home {
    background: url(../images/intro-background8-5c5cf82794e2b.jpg) no-repeat 50% 30%;
    background-size: cover;
    padding: 72px 0 0;
    position: relative;
    z-index: 9;
    margin-top: -50px;
  }
  .intro-content-home h1 {
    font-size: 7.44231em;
    color: #153f62;
    max-width: 540px;
    margin: 0 0 -25px;
    transition-delay: 0.5s;
  }
  .intro-content-home h1.show-object {
    margin: 0 0 25px;
  }
  .intro-content-home p {
    font-size: 1.60231em;
    color: #574e4a;
    max-width: 575px;
    margin: 0 0 60px;
    transition-delay: 1.5s;
  }
  .intro-content-home .copy-section {
    position: relative;
  }
  .intro-content-home .btn,
  .intro-content-home #panel input[type=button],
  #panel .intro-content-home input[type=button] {
    display: block;
    position: absolute;
    top: 295px;
    right: 60px;
  }
  .intro-content-home__list {
    position: relative;
  }
  .intro-content-home__list:nth-of-type(1) {
    transition-delay: 1s;
  }
  .intro-content-home__list:nth-of-type(2) {
    transition-delay: 1.5s;
    text-align: center;
  }
  .intro-content-home__list:nth-of-type(3) {
    transition-delay: 2s;
    text-align: center;
  }
  .intro-content-home ul.sym-inline-list, .intro-content-home .slide-over-content.left ul, .slide-over-content.left .intro-content-home ul {
    font-size: 1.29077em;
    color: #193e5b;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: "Jost-Regular", "sans-serif";
    text-align: left;
    display: inline-block;
  }
  .intro-content-home__video-holder {
    position: relative;
    margin: 50px auto 80px;
  }
  .intro-content-home__video-holder.show-object {
    margin-top: 0;
  }
  .intro-content-home__outdoor-shower {
    display: block;
    margin: 0 auto;
  }
  .intro-content-home__experiences-badge {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    margin-right: -30px;
    width: 180px;
    height: 178px;
    background: url(../images/all-inclusive-luxury-experience-badge.png) no-repeat;
  }
  .intro-content-home__experiences-badge.show-object {
    margin-right: 0;
  }
  .intro-content-home__plus {
    display: block;
    position: absolute;
    top: 17px;
    right: -6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1090px) {
  .intro-content-home {
    background: url(../images/intro-background8-5c5cf82794e2b.jpg) #f5f0ec no-repeat 10% 50%;
  }
  .intro-content-home .container {
    max-width: 100%;
  }
  .intro-content-home .intro-content-home__outdoor-shower {
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .four-resorts-home {
    background: #f7f2ef;
  }
  .four-resorts-home__dates {
    text-align: center;
  }
  .four-resorts-home__dates h2 {
    font-size: 22.92px;
    color: #414042;
    letter-spacing: -0.5px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 0;
  }
  .four-resorts-home__dates h2 span {
    font-size: 22.92px;
    letter-spacing: 0;
    font-family: "Jost-Bold", "sans-serif";
    display: inline-block;
  }
  .four-resorts-home h2 {
    font-size: 5.21615em;
    text-transform: uppercase;
    letter-spacing: -4px;
    font-family: "Jost-Thin", "sans-serif";
    text-align: center;
    border-top: 1px solid #e1d0a8;
    padding-top: 55px;
    margin-bottom: 45px;
    transition-delay: 1s;
  }
}
@media only screen and (min-width: 992px) and (max-width: 950px) {
  .four-resorts-home h2 {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
@media (min-width: 992px) {
  .four-resorts-home .col-sm-6:last-of-type img {
    display: block;
    margin: 0 0 3px auto;
  }
  .four-resorts-home__each-prop-quad {
    transition: all 1.5s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 290px;
  }
  .four-resorts-home__each-prop-quad:hover .overlay {
    opacity: 1;
  }
  .four-resorts-home__each-prop-quad:hover img {
    transform: scale(1.05);
  }
  .four-resorts-home__each-prop-quad img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 2s ease;
  }
  .four-resorts-home__each-prop-quad .prop {
    font-size: 1.09em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "Jost-Bold", "sans-serif";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    border-top: 0;
  }
  .four-resorts-home__each-prop-quad .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
  }
  .four-resorts-home__each-prop-quad .overlay p {
    color: #fff;
    width: 84%;
    text-align: center;
    font-size: 16px;
    display: block;
    position: absolute;
    top: 26%;
    left: 8%;
  }
  .four-resorts-home__each-prop-quad.first {
    transition-delay: 0.5s;
  }
  .four-resorts-home__each-prop-quad.second {
    transition-delay: 1s;
  }
  .four-resorts-home__each-prop-quad.third {
    transition-delay: 1s;
  }
  .four-resorts-home__each-prop-quad.third .overlay {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .four-resorts-home__each-prop-quad.fourth {
    transition-delay: 1.5s;
  }
  .four-resorts-home__each-prop-quad.fourth .overlay {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .four-resorts-home__each-prop-quad.right .overlay {
    height: 100%;
  }
  .four-resorts-home__each-prop-quad .btn,
  .four-resorts-home__each-prop-quad #panel input[type=button],
  #panel .four-resorts-home__each-prop-quad input[type=button] {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -94px;
  }
}
.resorts-home-wrapper {
  max-width: 1086px;
  margin: 0 auto;
}

.resorts-home-wrapper .col-sm-6:last-of-type img {
  display: block;
  margin-left: auto;
}

@media (min-width: 992px) {
  .reviews-home {
    background: #040710;
    background: linear-gradient(to bottom, #040710 0%, #060f1b 100%);
    min-height: 1090px;
    overflow: hidden;
    position: relative;
  }
  .reviews-home__video {
    display: block;
    position: absolute;
    min-height: 1090px;
    height: 100% !important;
    width: auto;
  }
  .reviews-home h2 {
    font-size: 66.67px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    margin: 80px 0;
    z-index: 9;
    position: relative;
    transition-delay: 1s;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .reviews-home h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .reviews-home h2.show-object {
    margin: 50px 0 80px;
  }
  .reviews-home h3 {
    font-size: 37.5px;
    color: #37364b;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: "Jost-Light", "sans-serif";
    margin: 0 0 20px;
  }
  .reviews-home blockquote {
    font-size: 1.60231em;
    color: #fff;
    line-height: 1.5em;
    padding: 0;
    max-width: 475px;
    margin-bottom: 25px;
  }
  .reviews-home cite {
    font-size: 1.60231em;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
  }
  .reviews-home__copy-holder {
    padding-left: 165px;
    background: url(../images/tripadvisor-award-face.png) no-repeat left top;
    transition-delay: 2.5s;
  }
}
.weddings-home {
  background: url(../images/wedding-quads-background-kb1-1-5c4a1782135b9.jpg) no-repeat 50% 50% #fff;
  padding: 85px 0 140px;
  background-size: cover;
}

.weddings-home h2 {
  font-size: 90px;
  color: #0f1f28;
  letter-spacing: -5px;
  font-family: "Jost-Thin", "sans-serif";
  margin: -50px 0 35px 44px;
  transition: all 2s ease-in-out;
  opacity: 0;
}

.weddings-home h2.show-object {
  margin-top: 0;
  opacity: 1;
}

.weddings-home h2 span {
  font-size: 90px;
  line-height: 0.85em;
  text-transform: uppercase;
  letter-spacing: -4px;
  font-family: "Jost-Thin", "sans-serif";
}

.weddings-home h2 .top {
  font-size: 20.83px;
  color: #37364b;
  line-height: 2em;
  letter-spacing: 1px;
  font-family: "Jost-Regular", "sans-serif";
  display: block;
}

.weddings-home h2 .amp {
  color: #37364b;
  display: inline-block;
}

.weddings-home h2 .honeymoons {
  display: block;
  margin-left: 95px;
}

.weddings-home h3 {
  font-size: 70.66px;
  color: #fff;
  line-height: 0.95em;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-family: "Jost-Thin", "sans-serif";
  position: relative;
  padding-bottom: 40px;
  margin: 0 0 70px;
}

.weddings-home h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #37364b;
}

.weddings-home__full-copy {
  transition-delay: 0.5s;
}

.weddings-home p {
  margin: 0 0 82px 145px;
  width: 70%;
  max-width: 670px;
  display: inline-block;
}

.weddings-home__btn-holder {
  float: right;
  margin-top: 5px;
  margin-right: 7%;
}

.weddings-home__first-headline {
  font-size: 58.66px;
  color: #fff;
  line-height: 0.95em;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-family: "Jost-Thin", "sans-serif";
  text-align: center;
  display: block;
  position: absolute;
  bottom: 70px;
  width: 100%;
  transition: all 0.25s ease-in-out;
  padding-bottom: 40px;
}

.weddings-home__first-headline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #fff;
}

.weddings-home__quad-wrapper {
  max-width: 1198px;
  margin: 0 auto;
}

.weddings-home__each-quad {
  height: 639px;
  position: relative;
  overflow: hidden;
}

.weddings-home__each-quad h3 {
  font-size: 4.51308em;
}

.weddings-home__each-quad:first-of-type .weddings-home__img-bkgd {
  background: url(../images/weddingpackages_quad-5c796c4b4d1bf.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.weddings-home__each-quad:last-of-type .weddings-home__img-bkgd {
  background: url(../images/brand-homepage-honeymoons-quad-5c796c498a1f0.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.weddings-home .weddings-home__img-bkgd {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  transition-delay: 1.5s;
  transition: 4s ease;
  opacity: 1;
}

.weddings-home .weddings-home__img-bkgd.show-object {
  transform: scale(1);
}

.weddings-home .weddings-home__img-bkgd.show-object:hover .weddings-home__first-headline {
  opacity: 0;
}

.weddings-home .weddings-home__img-bkgd.show-object:hover .weddings-home__overlay {
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.weddings-home__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  background: rgba(38, 37, 38, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  opacity: 0;
}

.weddings-home__overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 97px;
  left: 77px;
  border: 1px solid #37364b;
  width: calc(100% - 154px);
  height: calc(100% - 194px);
}

.weddings-home__overlay .arrow-btn:hover {
  margin-left: 7px;
}

.weddings-home__copy-holder {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 1125px) {
  .weddings-home h2 {
    font-size: 75px;
    max-width: 670px;
    margin: -50px auto 35px;
  }
  .weddings-home h2 span {
    font-size: 75px;
  }
  .weddings-home p {
    display: block;
    margin: 0 auto 35px;
  }
  .weddings-home .weddings-home__btn-holder {
    float: none;
    width: 70%;
    max-width: 670px;
    margin: 0 auto 50px;
  }
  .weddings-home .weddings-home__overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 35px;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
  }
  .weddings-home .weddings-home__first-headline {
    font-size: 45px;
  }
  .weddings-home .weddings-home__each-quad h3 {
    font-size: 3.5em;
  }
}
.home-specials {
  background: #0f1f28;
  padding: 120px 0 110px;
}

.home-specials h2 {
  font-size: 3.38462em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-family: "Jost-Light", "sans-serif";
}

.home-specials h2 span {
  font-size: 22px;
  line-height: 0.5em;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Jost-Regular", "sans-serif";
  margin: 0 0 5px;
  display: block;
}

body.brand-site .home-specials h2 span {
  color: #37364b;
}

body.sans-souci .home-specials h2 span {
  color: #37364b;
}

body.swept-away .home-specials h2 span {
  color: #37364b;
}

body.negril .home-specials h2 span {
  color: #37364b;
}

body.tower-isle .home-specials h2 span {
  color: #37364b;
}

.home-specials p {
  color: #fff;
}

.home-specials p a:hover {
  color: #fff !important;
}

.home-specials .btn:first-of-type,
.home-specials #panel input:first-of-type[type=button],
#panel .home-specials input:first-of-type[type=button] {
  margin-right: 40px;
}

.home-specials .learn-more {
  margin-top: 15px;
  display: block;
  color: #fff;
}

.home-specials .learn-more:hover {
  opacity: 0.6;
}

.home-specials .toggle-content p {
  font-size: 1.07692em;
  font-style: italic;
  padding-top: 20px;
}

.home-specials__special-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.home-specials .mini-booking-form .dates .field input {
  border-color: #fff;
  color: #fff;
}

.home-specials .mini-booking-form .select-property select {
  border-color: #fff;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .home-specials img {
    display: block;
    margin: 0 auto 55px;
  }
  .home-specials .home-specials__copy-side {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .top-content-home .headline {
    letter-spacing: -2px;
  }
  .top-content-home .headline-resort {
    display: block;
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
    line-height: 2em;
    text-transform: uppercase;
    font-family: "Jost-Thin", "sans-serif";
  }
  .top-content-home .headline-resort span {
    display: block;
  }
  .top-content-home .headline-1 {
    font-size: 4.90923em;
    line-height: 0.85em;
  }
  .top-content-home .headline-2 {
    font-size: 8.28231em;
    line-height: 0.8em;
  }
  .top-content-home .headline-3 {
    font-size: 10.71846em;
    line-height: 0.8em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1230px) {
  .top-content-home .headline-resort {
    left: 3%;
  }
}
@media (min-width: 992px) {
  .intro-home-resort {
    background: url(../images/home-intro-background-ss.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-top: 170px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .intro-home-resort {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .resort-site.tower-isle .intro-home-resort {
    background: url(../images/home-intro-background-ti.jpg) no-repeat top center;
    background-size: 100% cover;
  }
  .resort-site.negril .intro-home-resort {
    background: url(../images/home-intro-background-cn.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .resort-site.swept-away .intro-home-resort {
    background: url(../images/home-intro-background-sa.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .intro-home-resort h1 {
    font-size: 7.69231em;
  }
  body.brand-site .intro-home-resort h1 {
    color: #37364b;
  }
  body.sans-souci .intro-home-resort h1 {
    color: #37364b;
  }
  body.swept-away .intro-home-resort h1 {
    color: #37364b;
  }
  body.negril .intro-home-resort h1 {
    color: #37364b;
  }
  body.tower-isle .intro-home-resort h1 {
    color: #37364b;
  }
  .resort-site.swept-away .intro-home-resort h1 {
    color: #37364b;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .intro-home-resort h1 {
    font-size: 3.84615em;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 992px) {
  .intro-home-resort p {
    max-width: 455px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .intro-home-resort ul.sym-inline-list, .intro-home-resort .slide-over-content.left ul, .slide-over-content.left .intro-home-resort ul {
    margin-left: auto;
    max-width: 475px;
    margin-bottom: 60px;
  }
  .intro-home-resort ul.sym-inline-list li, .intro-home-resort .slide-over-content.left ul li, .slide-over-content.left .intro-home-resort ul li {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .intro-home-resort ul.sym-inline-list li span, .intro-home-resort .slide-over-content.left ul li span, .slide-over-content.left .intro-home-resort ul li span {
    font-weight: 600;
  }
  .intro-home-resort ul.sym-inline-list li:before, .intro-home-resort .slide-over-content.left ul li:before, .slide-over-content.left .intro-home-resort ul li:before {
    content: "";
  }
  .intro-home-resort__copy-top {
    position: relative;
    padding-top: 40px;
    padding-left: 3.5%;
  }
  .intro-home-resort__icon-inclusive {
    display: block;
    position: absolute;
    top: 0;
    right: 10%;
    width: 130px;
    height: 129px;
    background: url(../images/CR-Homepage-Logo-All-Inclusive-new.svg) no-repeat;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .intro-home-resort__icon-inclusive {
    display: block;
    position: absolute;
    top: -50px;
    right: 4%;
    width: 130px;
    height: 129px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .intro-home-resort__inset2 {
    display: block;
    margin: 0 auto;
  }
  .intro-home-resort__all-testimonials {
    padding: 15px 0 18px 125px;
    background: url(../../images/Trip-Logo-2019.svg) no-repeat left top;
    margin-left: 9%;
  }
  .intro-home-resort__all-testimonials .each-testimonial {
    padding-bottom: 5px;
  }
  .intro-home-resort__all-testimonials h3 {
    font-size: 2.83538em;
    letter-spacing: -1px;
    font-family: "Jost-Light", "sans-serif";
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .intro-home-resort__all-testimonials h3 {
    font-size: 2em;
  }
}
body.brand-site .intro-home-resort__all-testimonials h3 {
  color: #37364b;
}

body.sans-souci .intro-home-resort__all-testimonials h3 {
  color: #37364b;
}

body.swept-away .intro-home-resort__all-testimonials h3 {
  color: #37364b;
}

body.negril .intro-home-resort__all-testimonials h3 {
  color: #37364b;
}

body.tower-isle .intro-home-resort__all-testimonials h3 {
  color: #37364b;
}

@media (min-width: 992px) {
  .intro-home-resort__all-testimonials cite {
    font-size: 1.84615em;
    font-style: normal;
    letter-spacing: 1px;
    font-family: "Jost-Light", "sans-serif";
  }
}
body.brand-site .intro-home-resort__all-testimonials cite {
  color: #37364b;
}

body.sans-souci .intro-home-resort__all-testimonials cite {
  color: #37364b;
}

body.swept-away .intro-home-resort__all-testimonials cite {
  color: #37364b;
}

body.negril .intro-home-resort__all-testimonials cite {
  color: #37364b;
}

body.tower-isle .intro-home-resort__all-testimonials cite {
  color: #37364b;
}

.resort-site.tower-isle .intro-home-resort__all-testimonials {
  background: url(../../images/Trip-Logo-2019.svg) no-repeat left top;
  background-size: 19%;
}

.resort-site.tower-isle .intro-home-resort__all-testimonials h3,
.resort-site.tower-isle .intro-home-resort__all-testimonials cite {
  color: #0f1f28;
}

.resort-site.swept-away .intro-home-resort__all-testimonials {
  background: url(../../images/Trip-Logo-2019.svg) no-repeat left center;
}

.resort-site.swept-away .intro-home-resort__all-testimonials h3,
.resort-site.swept-away .intro-home-resort__all-testimonials cite {
  color: #37364b;
}

@media (min-width: 992px) {
  .video-home-resort {
    background: url(../images/couples-sans-souci-home-video-background.jpg) no-repeat top center;
    background-size: cover;
    padding: 140px 0 0;
    min-height: 1010px;
  }
  .resort-site.tower-isle .video-home-resort {
    background: url(../images/couples-tower-isle-home-video-background.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.negril .video-home-resort {
    background: url(../images/couples-negril-home-video-background.jpg) no-repeat top center;
    background-size: cover;
  }
  .resort-site.swept-away .video-home-resort {
    background: url(../images/couples-swept-away-home-video-background.jpg) no-repeat top center;
    background-size: cover;
  }
  .video-home-resort h2 {
    font-size: 117.36px;
    color: #fff;
    line-height: 0.9em;
    letter-spacing: -6px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .video-home-resort h2 {
    font-size: 79px;
  }
}
@media (min-width: 992px) {
  .video-home-resort h2 span {
    font-size: 20.86px;
    line-height: 0.9em;
    letter-spacing: 0.5px;
    word-spacing: 0;
    margin: 0 0 8px 0;
    text-transform: none;
  }
  .video-home-resort p {
    color: #fff;
  }
  .video-home-resort__header-section {
    text-align: center;
    padding-top: 5px;
  }
  .video-home-resort__video-holder {
    position: relative;
    display: block;
    margin: -85px 0 0 auto;
    max-width: 725px;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .video-home-resort__video-holder {
    margin: -19px 22px 0 auto;
  }
}
@media (min-width: 992px) {
  .video-home-resort__video-holder .play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
  }
  .video-home-resort__video-holder .play-icon-1 {
    fill: #fff;
    fill-rule: evenodd;
    transition: all 0.3s ease-in-out;
  }
  .video-home-resort__video-holder .play-icon-1:hover {
    fill: #37364b;
  }
}
@media (min-width: 992px) {
  .included-home-resort {
    background: url(../images/sans-home-inclusions-background.jpg) no-repeat top center;
    background-size: 100% auto;
    padding: 95px 0 60px;
  }
  .resort-site.tower-isle .included-home-resort {
    background: url(../images/tower-home-inclusions-background.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .resort-site.tower-isle .included-home-resort h2 {
    color: #37364b;
  }
  .resort-site.negril .included-home-resort {
    background: url(../images/negril-home-inclusions-background.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .resort-site.negril .included-home-resort h2 {
    color: #0f1f28;
  }
  .resort-site.swept-away .included-home-resort {
    background: url(../images/swept-home-inclusions-background.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .resort-site.swept-away .included-home-resort h2 {
    color: #37364b;
  }
  .included-home-resort h2 {
    font-size: 5em;
    color: #fff;
    text-align: center;
  }
  .included-home-resort .resorts-home-wrapper {
    margin-bottom: 80px;
    background: rgba(255, 255, 255, 0);
  }
  .resort-site.negril .included-home-resort .resorts-home-wrapper,
  .resort-site.swept-away .included-home-resort .resorts-home-wrapper {
    margin-bottom: 120px;
  }
  .included-home-resort p {
    text-align: center;
    margin: 0 auto;
  }
  .included-home-resort__intro p {
    max-width: 700px;
    margin-bottom: 60px;
  }
  .included-home-resort__lists {
    border-top: 1px solid #d5c089;
    border-bottom: 1px solid #d5c089;
    background: none;
    padding: 43px 0 15px;
    max-width: 1345px;
    margin: 0 auto 50px;
    text-align: center;
  }
  .included-home-resort__lists ul.sym-inline-list, .included-home-resort__lists .slide-over-content.left ul, .slide-over-content.left .included-home-resort__lists ul {
    text-align: left;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .resort-site.sans-souci .included-home-resort .intro-home-resort__icon-inclusive,
  .resort-site.swept-away .included-home-resort .intro-home-resort__icon-inclusive,
  .resort-site.tower-isle .included-home-resort .intro-home-resort__icon-inclusive {
    display: none;
  }
}
@media (min-width: 992px) {
  .four-activities-home__each-prop-quad {
    position: relative;
    transition: all 1.5s ease-in-out;
    overflow: hidden;
    height: 290px;
  }
  .four-activities-home__each-prop-quad:hover .overlay {
    opacity: 1;
  }
  .four-activities-home__each-prop-quad:hover img {
    transform: scale(1.05);
  }
  .four-activities-home__each-prop-quad img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 2s ease;
  }
  .four-activities-home__each-prop-quad .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .four-activities-home__each-prop-quad .overlay {
    opacity: 1;
  }
  .four-activities-home__each-prop-quad .overlay h3 {
    font-size: 3.1em !important;
  }
}
@media (min-width: 992px) {
  .four-activities-home__each-prop-quad .overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    left: 28px;
    width: calc(100% - 56px);
    height: calc(100% - 56px);
    border: 1px solid;
  }
  body.brand-site .four-activities-home__each-prop-quad .overlay:before {
    border-color: #37364b;
  }
  body.sans-souci .four-activities-home__each-prop-quad .overlay:before {
    border-color: #37364b;
  }
  body.swept-away .four-activities-home__each-prop-quad .overlay:before {
    border-color: #37364b;
  }
  body.negril .four-activities-home__each-prop-quad .overlay:before {
    border-color: #37364b;
  }
  body.tower-isle .four-activities-home__each-prop-quad .overlay:before {
    border-color: #37364b;
  }
  .four-activities-home__each-prop-quad .copy-holder {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -57px;
    width: 100%;
  }
  .four-activities-home__each-prop-quad h3 {
    font-size: 4.13846em;
    color: #fff;
    font-family: "Jost-Thin", "sans-serif";
    margin-bottom: 35px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li:only-child {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

@media (min-width: 992px) {
  .fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
  }
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
.content img {
  max-width: 100%;
}

.homepage .wrapper, ._index .wrapper,
.homepage .wrapper-new, ._index .wrapper-new {
  width: 100%;
  max-width: 100%;
}

.homepage.resort-site .wrapper, ._index.resort-site .wrapper {
  max-width: 1500px;
}

@media (max-width: 767.98px) {
  .homepage .header {
    opacity: 1;
    z-index: 1070;
    top: 60px;
  }
  .homepage .header.scroll-nav, .homepage #gallery-map .header, #gallery-map .homepage .header {
    top: 0;
  }
  .homepage .top-content-home {
    margin-top: 140px;
    max-height: 50vh;
  }
}
.wrapper,
.wrapper-new {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

.inner-wrapper {
  max-width: 1255px;
  margin: 0 auto;
}

.plus {
  font-size: 33px;
  color: #d5c089;
  height: 90px;
  padding-top: 18px;
}

.plus:before,
.plus:after {
  background: #d5c089;
  height: 28px;
  width: 1px;
}

.plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 9px;
}

.plus:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 9px;
}

.plus.blue {
  font-size: 30px;
  color: #37364b;
  font-family: "Jost-Light", "sans-serif";
  display: inline-block;
  position: relative;
  height: 79px;
  padding-top: 22px;
}

.plus.blue:before,
.plus.blue:after {
  background: #37364b;
  height: 22px;
  left: 7px;
}

.play-drop-shadow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -196px;
  width: 392px;
  height: 270px;
  background: url(../images/play-w-dropshadow.png) no-repeat;
  transition: all 0.3s ease-in-out;
}

.play-drop-shadow:hover {
  opacity: 0.6;
}

.parallax-image {
  padding-top: 29%;
  position: relative;
}

.parallax-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.zoom-effect-img {
  position: relative;
  overflow: hidden;
}

.zoom-effect-img__holder {
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-effect-img img {
  transition-delay: 4s;
  transition: 2.5s ease;
  transform: scale(1.1);
  opacity: 1;
}

.zoom-effect-img .zoom-effect-img__holder img.show-object {
  transform: scale(1);
}

.zoom-effect-bkgd {
  transform: scale(1.5);
  transition-delay: 1.5s;
  transition: 4s ease;
  opacity: 1;
}

.zoom-effect-bkgd.show-object {
  transform: scale(1);
}

.zoom-effect-bkgd.show-object:hover .weddings-home__first-headline {
  opacity: 0;
}

.zoom-effect-bkgd.show-object:hover .weddings-home__overlay {
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.each-location {
  display: none;
}

.each-location.active,
.each-location:hover {
  display: block;
}

.video-section {
  position: relative;
}

.close-details {
  font-size: 0.66769em;
  color: #ade3d3;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost-Regular", "sans-serif";
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: url(../images/icon-close-booking-aqua.svg) no-repeat top center;
  background-size: 14px;
  padding-top: 20px;
}

.close-details:hover {
  opacity: 0.6;
}

.hide-desktop {
  display: none;
}

/* blog page styles */
.blog-list .pagination-wrapper {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: white;
}

.blog-list .pagination-wrapper .btn.new-posts {
  float: left;
}

.blog-list .pagination-wrapper .btn.old-posts {
  float: right;
}

.blog-list .blog-item h3 {
  font-size: 30px;
  text-transform: none;
}

.blog-list .blog-item .blog-item-date {
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 1em;
}

.blog-content h1 {
  font-size: 60px;
}

.blog-content h2 {
  font-size: 40px;
}

.blog-content h3 {
  font-size: 24px;
}

.blog-content h4 {
  font-size: 21px;
}

.blog-content h5 {
  font-size: 18px;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  text-transform: none;
}

.blog-content .blog-item-date {
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 1em;
}

.relation-address p {
  margin-bottom: 0;
}

.press-button {
  display: flex;
  justify-content: center;
  max-width: 750px;
  margin: 35px auto 35px;
}

/*
Theme Name: Couples Resorts Theme
Author: Group Promotions
Author URI: http://www.group-promotions.com
Description: This theme is for couples new 2019 site
Version: 1.0.2
*/
/* Always fix the header no matter what */
#header.scroll-down {
  opacity: 1 !important;
  visibility: visible !important;
}

.resort-site .header a.logo {
  text-align: center !important;
  width: 200px !important;
}

/* blog issues */
.content img {
  height: auto;
}

.full-popup ul, .toggle-content ul {
  color: #0f1f28;
  font-size: 1.38462em;
  line-height: 1.4em;
  font-family: brandontext-regular, sans-serif;
  margin-bottom: 45px;
}

.toggle-content ul {
  font-size: 1em;
}

.full-popup ul li, .toggle-content ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 11px;
}

.full-popup ul li:before, .toggle-content ul li:before {
  content: "â€¢";
  color: #00b4ca;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.responsive-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-post figure {
  max-width: 100%;
  height: auto;
}

.content .sub-menu ul li.current_page_item a {
  color: #ad8f60;
}

body.page-template-page-recipes .btn.btn-primary:hover {
  color: #00b4ca !important;
}

body.page .primary-dropdown {
  top: 140px;
}

body.page .header.scroll-nav .primary-dropdown {
  top: 120px;
}

.header__btm-section .container {
  max-width: 100%;
}

/* Announcement Banner */
.announcement-banner {
  background-color: #00b4ca;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.announcement-banner .announcement__message {
  color: #ffffff;
  font-size: 15px;
}

.announcement__cta {
  color: #ffffff !important;
  font-size: 15px;
  margin-left: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}

.has-banner #header {
  top: 40px;
}

.has-banner .header:hover .primary-dropdown {
  top: 160px !important;
}

/* TopAlert */
#push-menu #header {
  top: 80px;
}

#push-menu #header .primary-dropdown {
  top: 200px;
}

#header {
  position: fixed;
}

.resort-site .topalert {
  /*display: none;*/
}

.resort-site #header {
  top: 0;
  position: fixed;
}

.topalert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  background: #f0f0f0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.topalert .topalert__title {
  font-weight: bold;
  margin-right: 5px;
}

.topalert .topalert__message {
  font-weight: normal;
}

.topalert .topalert__cta {
  margin-left: 15px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}

/* Newer styles */
.topalert {
  background-size: cover;
  height: 80px;
  justify-content: flex-start;
  padding-left: 260px;
  z-index: 99 !important;
}

.topalert .topalert__title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  font-family: BrandonGrotesque-Regular, "sans-serif";
  font-weight: 400;
  background: url(https://couples.com/assets/images/icon-clean-1.png) no-repeat left center;
  padding-left: 60px;
  line-height: 60px;
  vertical-align: middle;
}

.topalert .topalert__message {
  text-transform: uppercase;
  font-family: BrandonGrotesque-Regular, "sans-serif";
  letter-spacing: 1px;
  font-size: 19px;
  color: #0f1f28;
}

.topalert .topalert__cta {
  margin-right: 15px;
  font-size: 17px;
  font-family: BrandonGrotesque-Bold, "sans-serif";
  color: #00b4ca;
  text-transform: uppercase;
}

/* New Header */
.homepage .wrapper,
.homepage .wrapper-new {
  width: 100%;
  max-width: 100%;
}

.top-content-home .header-img {
  overflow: hidden;
  position: relative;
  display: block;
}

.top-content-home a.badge {
  background: url(assets/images/icon-good-clean-fun.png) no-repeat;
  position: absolute;
  display: block;
  z-index: 2;
  bottom: -18px;
  height: 148px;
  width: 249px;
  right: 40px;
  background-size: 57%;
}

/* inventory callout */
.footer .inventory-callout {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 9;
  background-color: #00b4ca;
  border: 0;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}

.footer .inventory-callout a div {
  -webkit-appearance: none;
  max-width: 230px;
  transition: max-width 2s;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.footer .inventory-callout a div div.text {
  padding: 0 8px 0 10px;
  color: #ffffff;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}

.footer .inventory-callout a div div.text .arrow {
  width: 22px;
  height: 22px;
  display: inline-block;
  padding-left: 13px;
  margin-top: -5px;
}

/* good clean fun */
body.good-clean-fun #header,
body.good-clean-fun .topalert,
body.good-clean-fun .inventory-callout {
  display: none;
}

body.good-clean-fun .blue-alert {
  background: #ade3d3;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 1085px;
  margin: 0 auto 40px auto;
  padding: 13px;
  font-family: "Jost-Regular", sans-serif;
}

body.good-clean-fun .bg-image {
  background-repeat: no-repeat !important;
  margin-top: -60px;
  min-height: 1741px;
}

body.good-clean-fun .intro {
  padding: 258px 0 30px;
  margin-top: 120px;
}

body.good-clean-fun .intro h1 {
  letter-spacing: -2px;
}

body.good-clean-fun h1 {
  color: #37364b !important;
  font-family: "Jost-Thin", "sans-serif" !important;
  text-align: center;
  font-size: 30px !important;
  line-height: 35px;
  width: 100%;
  margin-top: 300px;
  display: block !important;
  position: relative;
}

body.good-clean-fun h1 div {
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

body.good-clean-fun h1::after {
  content: "";
  position: absolute;
  top: 130%;
  height: 1px;
  width: 70px;
  left: 47%;
  background-color: #00b4ca;
}

body.good-clean-fun .intro-content {
  margin-top: 50px;
  text-align: center;
}

body.good-clean-fun .intro-content p {
  color: #0f1f28 !important;
  padding-right: 0 !important;
}

body.good-clean-fun .sub-section {
  border-top: 1px solid #00b4ca;
  margin-top: 30px;
  padding: 60px;
}

body.good-clean-fun .sub-section .title {
  font-family: "Jost-Regular", "sans-serif";
  color: #37364b;
  text-align: center;
  font-size: 24px;
  margin-bottom: 45px;
  width: 100%;
  position: relative;
}

body.good-clean-fun .sub-section .title::after {
  content: "";
  position: absolute;
  top: 130%;
  height: 1px;
  width: 70px;
  left: 45%;
  background-color: #00b4ca;
}

body.good-clean-fun ul.sym-inline-list, ol {
  font-size: 1.38462em;
  color: #0f1f28;
  line-height: 1.4em;
  font-family: "BrandonText-Regular", "sans-serif";
  margin-bottom: 45px;
}

body.good-clean-fun .imgs {
  display: flex;
  justify-content: center;
  align-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

body.good-clean-fun .imgs a {
  padding-right: 13px;
}

body.good-clean-fun .header-lp {
  display: block;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 120px;
  padding: 20px 30px 0px;
  background: transparent;
  width: 100%;
  max-width: 1500px;
}

body.good-clean-fun .header-lp .logo a {
  /*background: url(https://couples.com/assets/images/logoblk-blue.png) no-repeat;*/
  height: 192px;
  width: 220px;
  display: block;
  margin-top: 7px;
  margin: auto;
}

body.good-clean-fun .header-lp .logo img {
  /*display: none;*/
}

body.good-clean-fun .header-lp .header__booked {
  text-align: center;
  position: static;
  margin-top: 4%;
}

body.good-clean-fun .header-lp .header__booked .phone {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 1.23077em;
  color: #ade3d3;
  text-transform: uppercase;
  font-family: "Jost-Regular", sans-serif;
  background: url(images/header-phone.svg) no-repeat center left !important;
  padding-left: 25px;
  background-size: 13% !important;
}

body.good-clean-fun #cta {
  display: none;
}

/* video width to be valid */
#myVideoPlayer, #myVideoPlayer2, #header-video {
  width: 100%;
}

/* front page logos */
img.rlogo {
  margin-bottom: 20px;
}

/* gallery page fixes */
.galleryheading {
  margin-top: 100px;
  padding: 0 20px;
}

#myGallery, #gallery-wrapper {
  margin-top: 20px;
}

.gallery-spacer {
  height: 15px;
}

#ui-datepicker-div.ui-widget-content {
  z-index: 1000 !important;
}

.rr-popup-link {
  border-bottom: 1px solid #ade3d3;
  color: #fff !important;
  font-size: 1.3em;
  padding: 7px 20px;
}

.max-width {
  padding: 50px 50px 20px;
}

@media screen and (max-width: 426px) {
  body.good-clean-fun .header-lp {
    display: none;
  }
  body.good-clean-fun .header.mobile-header {
    top: 0;
  }
  body.good-clean-fun .bg-image {
    background: none !important;
  }
  body.good-clean-fun .top-section {
    margin-top: 150px;
  }
  body.good-clean-fun .top-section img {
    width: 100%;
  }
  body.good-clean-fun .intro {
    padding: 0;
    margin: 0;
  }
  body.good-clean-fun .intro h1 {
    margin-top: 20px;
  }
  body.good-clean-fun .sub-section {
    padding-left: 0;
    padding-right: 0;
  }
  body.good-clean-fun .imgs a {
    padding-right: 0;
    padding-bottom: 13px;
  }
  body.good-clean-fun .imgs a img {
    width: 100%;
  }
  body.good-clean-fun .sub-section .title {
    font-size: 20px;
  }
  .footer .inventory-callout {
    bottom: 110px;
    left: 10px;
  }
  .topalert {
    height: auto;
    padding: 1em;
  }
  .topalert .topalert__title,
  .topalert .topalert__message {
    font-size: inherit;
  }
  .topalert .topalert__cta {
    margin-left: 0;
  }
  .top-content-home {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .galleryheading {
    margin-top: 130px;
  }
  #myGallery, #gallery-wrapper {
    margin-top: 35px;
  }
  .gallery-spacer {
    height: 100px;
  }
  .video-home-resort h2 {
    font-size: 77px;
  }
  .sans-souci .activities__top-section--copy {
    left: 70%;
  }
  .intro-home-resort__icon-inclusive {
    top: -18%;
    right: 7%;
  }
  .intro-home-resort h1 {
    font-size: 6.5em;
  }
  ul.sym-inline-list, ol {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .sans-souci .activities__top-section--copy {
    left: 67%;
  }
}
@media screen and (min-width: 1171px) {
  .map-home h2 {
    font-size: 5.4em;
  }
  .video-home-resort h2 {
    font-size: 84px;
  }
}
@media screen and (min-width: 1230px) {
  .galleryheading {
    margin-top: 170px;
  }
  #myGallery, #gallery-wrapper {
    margin-top: 50px;
  }
  .gallery-spacer {
    height: 85px;
  }
  .video-home-resort h2 {
    font-size: 106px;
  }
}
@media screen and (min-width: 1350px) {
  .map-home h2 {
    font-size: 6.30769em;
  }
  .sans-souci .activities__top-section--copy {
    left: 50%;
  }
}
/* booking form desktop adapt to mobile */
@media screen and (max-width: 992px) {
  #booking .dialog__content.desktop-booking:before {
    display: none;
  }
  #booking #desktop-booking-form {
    margin: 0;
  }
  #booking .container {
    width: 100%;
  }
  #booking #desktop-booking-form .date-field {
    background: #0b2439;
  }
  #booking.booking-holder.expanded {
    top: 0;
  }
}
/*** Center an Element ***/
.brand-site .header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #1e1d28;
  height: 140px;
  transition: all 0.3s ease-in-out;
}

.brand-site .header .header__top-section {
  height: 55px;
}

.brand-site .header .header__top-section .header__already {
  display: block;
  top: 20px;
  position: absolute;
  left: 60px;
}

.brand-site .header .header__top-section .header__resorts-nav {
  left: 0;
  right: initial;
}

.brand-site .header .header__top-section .header__phone-rate {
  display: block;
  position: absolute;
  top: 12px;
  right: 205px;
  margin: 5px 0 0 0;
}

.brand-site .header .header__top-section .header__phone-rate li:first-child {
  font-family: "Jost-Regular", sans-serif;
}

.brand-site .header .header__top-section a {
  color: #ffffff;
}

.brand-site .header .header__btm-section {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-bottom-color: #ade3d3 !important;
  border-top-color: #ade3d3 !important;
  height: 85px !important;
}

.brand-site .header .header__btm-section ul#privary-navigation {
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin: 20px 0 0;
}

.brand-site .header .header__btm-section ul#privary-navigation li {
  font-size: 1.07692em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Jost-Regular", sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  list-style: none;
  margin-right: 40px;
  text-align: center;
}

.brand-site .header .header__btm-section ul#privary-navigation li:first-of-type {
  margin-left: 85px;
}

.brand-site .header .header__btm-section ul#privary-navigation li:nth-of-type(3) {
  margin-right: 400px;
}

.brand-site .header .header__btm-section ul#privary-navigation li a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 65px;
  padding-bottom: 26px;
}

.brand-site .header .header__btm-section ul#privary-navigation li a:hover {
  color: #ade3d3;
}

.brand-site .header .header__btm-section.wrapper {
  max-width: 100%;
}

.brand-site .header a.logo {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 99;
  margin-left: -115px;
  width: 200px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}

.brand-site .header a.logo svg {
  transition: all 0.3s ease-in-out;
}

.resort-site .header .header__btm-section .container {
  max-width: 1140px;
}

.resort-site .header .header__top-section .header__resorts-nav {
  left: 0;
}

.resort-site .header .header__top-section .header__phone-rate {
  right: 210px;
}

.resort-site .header .header__top-section .header__already {
  display: none;
}

.resort-site .header .header__top-section .header__resorts-nav li {
  font-size: 0.76923em;
  line-height: 1em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 7px;
}

.resort-site .header .header__top-section .header__resorts-nav li:last-of-type {
  border-right: none;
}

.resort-site .header .header__top-section .header__resorts-nav li a.active::before {
  background-color: #ade3d3;
}

.resort-site .header .header__top-section .header__resorts-nav li a::before {
  height: 2px;
  background-color: #ade3d3;
}

.resort-site .header .header__phone-rate li a {
  font-family: "Jost-Regular", sans-serif;
}

.resort-site .header:hover .header__top-section .header__resorts-nav li a {
  color: #ffffff;
}

.resort-site .header.scroll-nav .header__phone-rate li:first-child a {
  color: #ade3d3 !important;
}

.resort-site .header.scroll-nav .header__resorts-nav li a {
  color: #ade3d3;
}

.resort-site .header.scroll-nav a.logo svg {
  max-height: 65px;
  max-width: 164px;
  fill: #fff;
}

.resort-site .header.scroll-nav .primary-dropdown {
  top: 120px;
}

.resort-site .header a.logo {
  width: auto;
}

.resort-site .header a.logo svg {
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
}

.resort-site .header .primary-dropdown {
  top: 140px;
}

.resort-site .header .wrapper {
  max-width: 100%;
}

.resort-site ul#privary-navigation > li > a:hover {
  color: #ade3d3 !important;
}

.brand-site .header .header__booking-trigger, .resort-site .header .header__booking-trigger {
  background: #ade3d3 none repeat scroll 0 0 !important;
  border: 1px solid #ade3d3 !important;
  box-sizing: border-box;
  color: #37364b;
  cursor: pointer;
  display: inline-block;
  font-family: "Jost-Regular", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18.6833px;
  margin-left: 33px;
  padding: 8px 35px 7px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
}

.brand-site .header .header__booking-trigger:hover, .resort-site .header .header__booking-trigger:hover {
  background: transparent none repeat scroll 0 0 !important;
  border: 1px solid #ade3d3 !important;
  color: #ade3d3 !important;
}

.brand-site .header:hover .header__phone-rate a, .resort-site .header:hover .header__phone-rate a {
  color: #ffffff !important;
}

.brand-site .header:hover .header__phone-rate li:first-child, .resort-site .header:hover .header__phone-rate li:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.brand-site .header:hover a.header__already, .resort-site .header:hover a.header__already {
  color: #fff;
}

.brand-site .header .header__btm-section, .resort-site .header .header__btm-section {
  border-color: #ade3d3;
}

.brand-site .header.scroll-nav, .resort-site .header.scroll-nav {
  height: 120px;
}

.brand-site .header.scroll-nav a.logo, .resort-site .header.scroll-nav a.logo {
  text-align: center;
  top: -2px;
}

.brand-site .header.scroll-nav a.logo svg, .resort-site .header.scroll-nav a.logo svg {
  height: 48px;
  width: 178.23px;
}

.brand-site .header.scroll-nav #privary-navigation, .resort-site .header.scroll-nav #privary-navigation {
  margin: 10px 0 0 !important;
}

.brand-site .header.scroll-nav.scroll-down, .resort-site .header.scroll-nav.scroll-down {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.brand-site .header.scroll-nav .header__btm-section, .resort-site .header.scroll-nav .header__btm-section {
  border-bottom: none;
}

.brand-site .header #privary-navigation li.loyalty-rewards, .resort-site .header #privary-navigation li.loyalty-rewards {
  background: none;
  position: relative;
}

.brand-site .header #privary-navigation li.loyalty-rewards::before, .brand-site .header #privary-navigation li.loyalty-rewards::after, .resort-site .header #privary-navigation li.loyalty-rewards::before, .resort-site .header #privary-navigation li.loyalty-rewards::after {
  background: url("../images/CR-Hummingbird.svg") no-repeat;
  position: absolute;
  content: "";
  height: 80px;
  width: 20px;
  background-size: contain;
  top: 3px;
}

.brand-site .header #privary-navigation li.loyalty-rewards::before, .resort-site .header #privary-navigation li.loyalty-rewards::before {
  transform: scaleX(-1);
  left: 10px;
}

.brand-site .header #privary-navigation li.loyalty-rewards::after, .resort-site .header #privary-navigation li.loyalty-rewards::after {
  right: -20px;
}

.header.mobile-header {
  background-color: #1e1d28;
  position: fixed;
  height: 85px;
  z-index: 999;
  width: 100%;
  top: 60px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header.mobile-header .header__phone {
  display: block;
  position: absolute;
  left: 30px;
}

.header.mobile-header .header__phone svg {
  fill: #ade3d3;
  fill-rule: evenodd;
  width: 25px;
  margin-top: 7px;
}

.header.mobile-header .header__logo {
  height: 50px;
}

.header.mobile-header .header__logo img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -74px;
  width: auto;
  height: 53px;
  transition: all 0.3s ease;
  max-width: 150px;
}

.header.mobile-header .header__menu-btn {
  transition: all 0.3s ease;
  text-align: center;
  background: transparent;
  width: 35px;
  height: 100%;
  -webkit-mask: none;
}

.header.mobile-header .header__menu-btn .bar {
  height: 1px;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  background: #fff;
}

.navigation-holder {
  background: #1e1d28;
}

.navigation-holder a.logo {
  display: block;
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 99;
  margin-left: -105px;
  width: 210px;
  height: 60px;
  transition: none;
}

.navigation-holder a.logo svg {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -74px;
  width: auto;
  height: 53px;
  transition: all 0.3s ease;
  max-width: 150px;
}

.navigation-holder .close-menu svg {
  fill: #ade3d3;
}

.navigation-holder .inner > ul li a {
  font-size: 21px;
  color: #ade3d3;
  letter-spacing: -0.5px;
  font-family: "Jost-Light", "sans-serif";
  padding: 15px 0;
  display: block;
  font-weight: 100;
}

.navigation-holder .inner > ul li a.active {
  color: #fff;
  background: #37364b;
}

.navigation-holder .sub-menu ul li a::before {
  content: none !important;
}

.homepage .topalert .container .topalert__col .topalert__cta {
  color: #ade3d3 !important;
}

.buttons-footer .fixed__menu-btn {
  display: none !important;
}

.buttons-footer .res-btn {
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  font-family: "Jost-Regular", sans-serif !important;
  background-color: #ade3d3 !important;
}

.buttons-footer a.res-btn {
  color: #37364b !important;
}

.booking-holder {
  background: #37364b;
}

@media (max-width: 991.98px) {
  .booking-holder {
    background: #1e1d28;
  }
}
.booking-holder .close-res svg {
  fill: #ade3d3;
}

.booking-form a.logo {
  position: static;
  margin: 0 auto;
  width: 100%;
  display: block;
  height: auto;
}

.booking-form .container {
  margin-top: 1.5em;
}

.booking-form .booking-widget__call-us {
  color: #ade3d3;
  font-family: "Jost-Regular", sans-serif;
}

form#desktop-booking-form .tabs .tab {
  color: #ffffff;
}

form#desktop-booking-form .tabs .tab.active {
  color: #ade3d3;
}

form#desktop-booking-form .tabs .tab::after {
  background: #ade3d3;
}

#blog-category-sub-navigation .sub-menu, #blog-category-sub-navigation ul {
  max-width: 100%;
}

#blog-category-sub-navigation ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  margin-left: 1em;
}

#blog-category-sub-navigation ul li, #blog-category-sub-navigation ul a {
  text-align: left;
}

.header .primary-dropdown {
  padding: 70px 0;
  text-align: left;
  background-color: #1e1d28;
  color: #fff;
  text-transform: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
  height: initial;
  transition: top 0.3s ease-in-out;
}

.header .primary-dropdown .inner-wrapper {
  position: relative;
  max-width: 1255px;
  margin: 0 auto;
}

.header .primary-dropdown .headline {
  font-size: 38px;
}

.header .primary-dropdown .close-nav {
  display: none;
}

.header .primary-dropdown .sub-menu {
  max-width: 235px;
  margin: auto;
}

.header .primary-dropdown .sub-menu ul li {
  color: #ffffff;
  font-family: "Jost-Regular", sans-serif;
  margin: 0 !important;
}

.header .primary-dropdown .sub-menu ul li a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Jost-Regular", sans-serif;
  height: auto !important;
  padding-bottom: 0 !important;
  display: block !important;
  margin-bottom: 20px !important;
  padding-left: 25px;
  position: relative;
}

.header .primary-dropdown .sub-menu ul li a:hover {
  border: 0;
  color: #ade3d3 !important;
}

.header .primary-dropdown .sub-menu ul li a:hover::before {
  opacity: 1 !important;
}

.header .primary-dropdown .sub-menu ul li:first-of-type {
  margin-left: unset !important;
}

.header .primary-dropdown .sub-menu ul li:nth-of-type(3) {
  margin-right: unset !important;
}

.header .primary-dropdown .sub-menu ul li a::before {
  transition: all 0.3s ease-in-out !important;
  content: "" !important;
  display: block !important;
  width: 30px !important;
  height: 1px !important;
  position: absolute !important;
  left: -20px !important;
  background-color: #ade3d3 !important;
  top: 50% !important;
  bottom: 50% !important;
  transform: translateY(50%) !important;
  z-index: 1 !important;
  opacity: 0 !important;
}

.header .primary-dropdown.dropdown-resort a {
  display: inline !important;
}

.header .primary-dropdown.dropdown-resort a.btn {
  background: #ade3d3 none repeat scroll 0 0;
  border: 1px solid #37364b;
  box-sizing: border-box;
  color: #37364b !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  vertical-align: unset !important;
  line-height: 16.8px;
  font-family: "Jost-Regular", sans-serif;
  list-style: none;
  padding: 10px 30px !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.header .primary-dropdown.dropdown-resort a.btn:hover {
  color: #ade3d3 !important;
  border: 1px solid #ade3d3 !important;
  background: transparent !important;
}

.sub-menu ul li a:hover::before {
  opacity: 1 !important;
}

.header:hover ul#privary-navigation .sub-menu ul li a {
  color: #ffffff;
}

#default .header ul#privary-navigation .sub-menu ul li a,
.header:hover ul#privary-navigation .sub-menu ul li a {
  color: #ffffff;
}

.footer a::before {
  content: none !important;
}

.module-content {
  background: url(../../images/new-homepage-texture-long.jpg) no-repeat top center;
  background-size: contain;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}

.module-content .intro-content-home {
  background-image: none;
}

.module-content .reviews-new-home {
  background: transparent;
  padding: 90px 0 0;
  text-align: center;
}

.module-content .reviews-new-home .section-title {
  margin-bottom: 20px;
  font-size: 1.4em;
  letter-spacing: 1px;
  font-weight: 500;
  color: #37364b;
  text-transform: uppercase;
  transition: all 2s ease-in-out;
}

.module-content .reviews-new-home .text .copy h2 {
  font-family: "Jost-Thin", "sans-serif";
  color: #37364b;
  font-size: 3.5em;
  font-weight: 100;
  letter-spacing: -2px;
  margin-bottom: 30px;
  transition: all 3s ease-in-out;
}

.module-content .reviews-new-home .text .copy p {
  max-width: 700px;
  margin: auto;
  color: #37364b;
}

.module-content .reviews-new-home .text .copy .author {
  font-size: 16px;
  padding-top: 20px;
  font-style: italic;
  transition: all 2s ease-in-out;
  color: #37364b;
}

.module-content .reviews-new-home .slick-dots {
  text-align: center;
  bottom: -40px;
  z-index: 99 !important;
}

.module-content .reviews-new-home .slick-dots li button {
  background-color: #37364b;
}

.module-content .reviews-new-home .slick-dots li button::before {
  border-color: #37364b;
}

.module-content .featured-quad {
  padding: 100px 0 50px;
  position: relative;
}

.module-content .featured-quad .section-title {
  text-transform: uppercase;
  font-family: "Jost-Regular", sans-serif;
  color: #37364b;
  font-size: 1.5em;
  display: block;
  margin-left: 90px;
  letter-spacing: 1px;
  line-height: 60px;
  padding-bottom: 20px;
}

.module-content .featured-quad .section-title span {
  text-transform: none;
  font-family: "Jost-Thin", "sans-serif";
  display: block;
  margin-left: -75px;
  font-size: 4.8em;
  letter-spacing: -3px;
}

.module-content .featured-quad figure {
  position: relative;
  z-index: 9;
}

.module-content .featured-quad figure::before {
  position: absolute;
  content: "";
  top: -70px;
  right: -60px;
  height: 220px;
  width: 230px;
  z-index: -3px;
  background: url(../../images/CR-Homepage-Logo-All-Inclusive-new.svg) no-repeat;
  transform: rotate(30deg);
}

.module-content .featured-quad figure .video-holder {
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-content .featured-quad figure .video-holder .img-1 {
  position: relative;
  z-index: 9;
  margin-top: 50px;
  box-shadow: 20px 25px 55px rgba(0, 0, 0, 0.2);
}

.module-content .featured-quad figure .video-holder .vimeoframe {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../../images/icon-video-play-new.svg) no-repeat center;
  background-size: auto;
  background-size: 85%;
  transition: all 0.3s ease-in-out;
  margin-top: 50px;
  z-index: 55;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  padding-top: 100px;
  text-transform: uppercase;
  cursor: pointer;
}

.module-content .featured-quad figure .img-2 {
  position: absolute;
  right: -100px;
  top: 210px;
  box-shadow: -10px -15px 55px rgba(0, 0, 0, 0.2);
}

.module-content .featured-quad .featured-quad__text {
  position: relative;
  z-index: 10;
}

.module-content .featured-quad .featured-quad__text .margin-top {
  margin-top: 20px;
  max-width: 73%;
}

.module-content .featured-quad .featured-quad__text h2 {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Jost-Regular", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.module-content .featured-quad .featured-quad__text h2 span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  display: inline-block;
  font-family: "Jost-SemiBold", sans-serif;
}

.module-content .featured-quad .featured-quad__text .sym-inline-list li {
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
}

.module-content .featured-quad .featured-quad__text .sym-inline-list li::before {
  content: "•";
  font-size: 50px;
  display: block;
  position: absolute;
  top: 2px;
  left: -8px;
  color: #37364b;
}

.module-content .featured-quad .featured-quad__text .sym-inline-list li span {
  font-family: "Jost-SemiBold", sans-serif;
}

.module-content .featured-quad .featured-quad__text .btn {
  position: absolute;
  right: -3%;
  bottom: 10%;
  background: #37364b;
  color: #fff !important;
  font-weight: 600;
  padding: 10px 35px;
  letter-spacing: 2px;
  border: #37364b 1px solid !important;
  font-size: 1em;
}

.module-content .featured-quad .featured-quad__text .btn:hover {
  background: transparent;
  color: #37364b !important;
}

.module-content .featured-quad::after {
  background-color: rgba(201, 229, 214, 0.75);
  color: rgba(201, 229, 214, 0.9);
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  height: 560px;
  width: 100%;
}

.flex-box {
  display: flex;
}

.flex-box.justify-between {
  justify-content: space-between;
}

.resort-site .wrapper {
  max-width: 100%;
}

.arrow-btn,
.btn {
  font-family: "Jost-Regular", sans-serif;
}

body.tower-isle .content a {
  color: currentColor;
}

.content a.btn:hover {
  background: transparent;
}

p a:not(.btn) {
  color: currentColor;
  text-decoration: underline;
}

body.brand-site a.btn {
  background: #37364b;
  color: white;
}

body.brand-site a.btn:hover {
  background: transparent;
  color: #37364b;
}

body.brand-site a.btn.white {
  background: transparent;
}

.content .sub-menu ul li a {
  font-family: "Jost-Regular", sans-serif;
}

.content .sub-menu ul li.current_page_item a {
  color: currentColor;
  text-decoration: underline;
}

.flex-box {
  display: flex;
}

.flex-box.justify-between {
  justify-content: space-between;
}

.flex-box.right-align {
  flex-direction: row-reverse;
}

.flex-box.align-center {
  align-items: center;
}

.top-section.wrapper {
  max-width: 100%;
}

.homepage.resort-site .top-content-home.wrapper {
  max-width: 100%;
}

.homepage.resort-site .intro-home-resort {
  background-size: cover;
  margin-top: -1em;
}

.top-content-home .header-img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.slick-dots {
  position: absolute;
  bottom: 7%;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  z-index: 9 !important;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 30px !important;
}

.slick-dots li button {
  background-color: #fff;
  opacity: 0.5;
  width: 5px !important;
  height: 5px !important;
  padding: 3px !important;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50px;
  top: -17px;
  left: -17px;
  width: 40px;
  height: 40px;
  content: "";
}

.single-quad {
  padding: 70px 0;
}

.single-quad figure {
  width: 50%;
  position: relative;
}

.single-quad figure .img-1 {
  position: absolute;
  right: 0;
  z-index: 1;
}

.single-quad figure .img-2 {
  position: absolute;
  left: -90px;
  bottom: -150px;
  z-index: 2;
  max-width: 360px;
  transform: translateY(-12%);
}

.single-quad .single-quad__text {
  width: 45%;
}

.single-quad .single-quad__text .section-title {
  font-family: "Jost-Thin", "sans-serif";
  font-weight: 100;
  color: #37364b;
  font-size: 7.5em;
  letter-spacing: -4px;
  line-height: 1;
}

.single-quad .single-quad__text .margin-top {
  margin-top: 15px !important;
}

.single-quad .single-quad__text .btn {
  background-color: #37364b;
  color: white;
}

.single-quad .single-quad__text .btn:hover {
  background-color: transparent;
  color: #37364b;
}

.single-quad.forever-quad p {
  padding-right: 50px;
  color: #37364b;
  font-family: "Jost-Light", sans-serif;
}

.btn, #panel input[type=button] {
  font-family: "Jost-Regular", sans-serif;
}

.centered-slider {
  text-align: center;
  padding: 50px 0;
}

.centered-slider .centered-slider__item.slick-center .centered-slider__item--content__text {
  opacity: 1;
}

.centered-slider .centered-slider__title {
  position: relative;
}

.centered-slider .centered-slider__title .section-title {
  margin-bottom: -30px;
  color: #37364b;
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  font-family: "Jost-Thin", "sans-serif";
  font-weight: 100;
  letter-spacing: -2px;
}

.centered-slider .centered-slider__item--content {
  position: relative;
  display: block;
  margin: 25px auto;
  max-width: 90%;
  min-width: 90%;
}

.centered-slider .centered-slider__item--content figure {
  display: flex;
  align-items: center;
}

.centered-slider .centered-slider__item--content figure img {
  transition: all 0.7s ease-in-out;
  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.5);
}

.centered-slider .centered-slider__item--content .centered-slider__item--content__text {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  bottom: 50px;
  left: 50px;
  color: #fff;
  text-align: left;
  max-width: 500px;
}

.centered-slider .centered-slider__item--content .centered-slider__item--content__text .title {
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "Jost-Regular", sans-serif;
}

.centered-slider .centered-slider__item--content .centered-slider__item--content__text .centered-slider__item--content__text--sub-title {
  font-family: "Jost-Light", sans-serif;
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 8px;
}

.centered-slider .centered-slider__item--content .centered-slider__item--content__text p {
  margin-bottom: 35px;
}

.centered-slider .centered-slider__item--content .centered-slider__item--content__text .btn {
  background: #ade3d3;
  color: #37364b;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}

.centered-slider .centered-slider__item--content .centered-slider__item--content__text .btn:hover {
  background: transparent !important;
  color: #ade3d3;
  border-color: #ade3d3;
}

.centered-slider .slick-arrow {
  top: calc(50% - 7.5px);
  background: url(../../images/triangle-icon-blk.svg) no-repeat center center;
}

.centered-slider .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

.centered-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: calc(10.5% - 7.5px);
}

.centered-slider .slick-arrow.slick-next {
  right: calc(10.5% - 7.5px);
}

.centered-slider .slick-track {
  padding: 50px 0;
}

.reviews-block figure {
  width: 45%;
  margin-right: 3%;
}

.reviews-block .slide-container {
  width: 45%;
}

.reviews-block .slide-container .slick-dots {
  margin-top: 50px;
  margin-left: 20px;
  bottom: -40px;
  z-index: 99 !important;
}

.reviews-block .slide-container .slick-dots li button {
  background-color: #37364b;
}

.reviews-block .slide-container .slick-dots li button::before {
  border-color: #37364b;
}

.reviews-block .slide-container .reviews-block__item .title {
  font-family: "Jost-Thin", sans-serif;
  font-weight: 100;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -2px;
}

.reviews-block .slide-container .reviews-block__item blockquote {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.reviews-block .slide-container .reviews-block__item cite {
  font-size: 15px;
  font-weight: 500 !important;
}

.reviews-block h2 {
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Jost-Light", sans-serif;
  line-height: 25px;
  font-weight: 400;
  padding-right: 80px;
  margin: 50px 0 20px;
}

.content img {
  max-width: 100%;
}

.fall-in-love .single-quad__image .img-1 {
  width: 790px;
  max-width: 790px;
  margin-left: -50px;
  position: relative;
}

.fall-in-love .single-quad__text {
  width: 52%;
  z-index: 9;
  position: relative;
}

.fall-in-love .single-quad__text .section-title {
  font-family: "Jost-Regular", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  margin: -70px 0 20px;
}

.fall-in-love .single-quad__text h2 {
  font-size: 7em;
  letter-spacing: -3px;
  font-weight: 100;
  line-height: 90px;
}

.fall-in-love .single-quad__text p {
  padding-right: 90px;
  line-height: 30px;
  color: #37364b;
}

.fall-in-love .flex-box {
  align-items: center;
}

body.brand-site.wedding-packages .toggle-section .tab-content .tab-copy a.btn {
  background: #37364b;
  color: #ffffff !important;
}

body.brand-site.wedding-packages .toggle-section .tab-content .tab-copy a.btn:hover {
  color: #37364b !important;
  background: transparent !important;
}

.wedding-packages {
  margin-top: -190px;
  position: relative;
}

.wedding-packages .flex-box {
  align-items: center;
}

.wedding-packages.single-quad .single-quad__image {
  box-shadow: 20px 43px 55px rgba(0, 0, 0, 0.9);
}

.wedding-packages.single-quad figure {
  width: 50%;
  position: relative;
}

.wedding-packages.single-quad figure .img-1 {
  position: relative;
  z-index: 9;
}

.wedding-packages .single-quad__text {
  position: relative;
  z-index: 6;
}

.wedding-packages .single-quad__text .margin-top {
  max-width: 450px;
}

.wedding-packages .single-quad__text .margin-top a {
  font-family: "Jost-Thin", "sans-serif";
  font-weight: 100;
  font-size: 45px;
  color: #fff !important;
  display: block;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.wedding-packages .single-quad__text .margin-top a:first-of-type {
  border-bottom: 1px solid #ade3d3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.wedding-packages .single-quad__text .margin-top a::after {
  content: "►";
  position: absolute;
  top: 30px;
  right: -30px;
  width: 10px;
  height: 10px;
  color: #ade3d3;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

.wedding-packages .single-quad__text .margin-top a:hover {
  color: #ade3d3;
}

.wedding-packages .single-quad__text .margin-top a:hover::after {
  right: -40px;
}

.specials-block {
  position: relative;
  z-index: 9;
  background: #37364b;
  color: #fff;
}

.specials-block .section-title {
  font-size: 70px;
  text-transform: uppercase;
  font-family: "Jost-Thin", "sans-serif";
  font-weight: 100;
  width: 100%;
  text-align: center;
  margin: 30px 0 70px;
  line-height: 40px;
}

.specials-block .specials-block__item {
  padding: 40px 50px;
}

.specials-block .specials-block__item .specials-block__item--container--text {
  padding-right: 70px;
}

.specials-block .specials-block__item .specials-block__item--container--text h2 {
  color: #ade3d3;
  font-size: 45px;
  margin: -20px 0 10px;
  line-height: 50px;
  text-transform: initial;
}

.specials-block .specials-block__item .specials-block__item--container--text h2 span {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "Jost-Regular", sans-serif;
  display: block;
}

.specials-block .specials-block__item .specials-block__item--container--text p {
  padding-right: 50px;
  font-family: "Jost-Light", sans-serif;
}

.specials-block .specials-block__item .specials-block__item--container--text .utility {
  max-width: 350px;
}

.specials-block .specials-block__item .specials-block__item--container--text .utility .book-now {
  background: #ade3d3;
  color: #37364b !important;
  font-weight: 500;
  border: 1px solid #ade3d3;
}

.specials-block .specials-block__item .specials-block__item--container--text .utility .tc {
  color: #fff;
  border-bottom: 1px solid #ade3d3;
  font-size: 15px;
  padding: 7px 10px;
}

.specials-block .specials-block__item img {
  max-width: 440px;
  height: auto;
  margin: auto;
}

.fancybox-inner p {
  padding: 1em;
}

.insta-wrapper {
  background: #37364b;
  max-width: 100%;
  margin: -130px 0 0;
  padding-bottom: 60px;
  z-index: 9;
  position: relative;
}

.insta-wrapper .instagram {
  padding: 0;
}

.insta-wrapper .instagram h2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  margin-top: auto;
  background: url(../../images/icon-instagram.svg) no-repeat center left;
  background-size: auto;
  background-size: 12%;
  font-size: 15px;
  padding-top: 0;
  margin-top: 0;
  padding-left: 25px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

.insta-wrapper .instagram .ig-feed {
  display: flex;
}

.insta-wrapper .instagram .each-img {
  flex: 1 1 auto;
  margin-right: 14px;
  float: left;
  background-size: cover !important;
  background-position: 50% 50% !important;
  position: relative;
}

.insta-wrapper .instagram .each-img .overlay {
  background: rgba(36, 59, 64, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.insta-wrapper .instagram .each-img .overlay:hover {
  opacity: 1;
}

.insta-wrapper .instagram .each-img .likes {
  color: #ade3d3;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.92308em;
  font-family: "Jost", sans-serif;
  letter-spacing: 2.5px;
  line-height: 1.1em;
  padding-bottom: 4px;
  margin-top: 10%;
  left: 0;
  padding-left: 35px;
  background: url(../../images/icon-heart.png) no-repeat left center;
  background-size: auto;
  background-size: 25px auto;
  transition: all 0.4s ease-in-out;
  height: 30px;
  width: 30px;
}

.insta-wrapper .instagram .each-img .handle {
  color: #fff;
  display: inline-block;
  font-size: 0.92308em;
  font-family: "Jost-Regular", sans-serif;
  position: absolute;
  left: 0;
  width: 100%;
  letter-spacing: 3px;
  top: 54%;
  transition: all 0.4s ease-in-out;
}

.insta-wrapper .instagram .each-img::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

.resort-site:not(.brand-site) .scroll-down {
  display: block;
  bottom: 7px;
  z-index: 9;
  font-family: "Jost-Regular", sans-serif;
}

.intro-home-resort h1 {
  font-size: 9.23077em;
  color: #37364b;
  text-transform: capitalize;
  font-family: "Jost-Thin", sans-serif;
}

.intro-home-resort__icon-inclusive {
  display: block;
  position: absolute;
  top: -50px;
  right: 6%;
  width: 165px;
  height: 165px;
  transform: rotate(30deg);
}

.four-activities-home__each-prop-quad h3 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 100;
  font-size: 4.13846em;
  color: #fff;
  font-family: "Jost-Thin", "sans-serif";
  margin-bottom: 35px;
  z-index: 3;
}

.four-activities-home__each-prop-quad .arrow-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 65%;
  background: #37364b;
  background-image: none;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 30px;
  z-index: 5;
  background-image: none;
}

.four-activities-home__each-prop-quad::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.four-activities-home__each-prop-quad .copy-holder {
  display: none;
}

.four-activities-home__each-prop-quad .overlay::before {
  border-color: #ffffff !important;
}

.included-home-resort {
  background: url(../images/tower-home-inclusions-background.jpg) no-repeat top center;
  background-size: cover;
}

.included-home-resort h2, .included-home-resort p {
  color: #37364b;
}

.resort-site .footer {
  margin-top: 70px;
}

.booking-form__best-rate:before,
.booking-form__best-rate:after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  width: 1px !important;
  height: 400px !important;
  background: #ade3d3 !important;
}

.svg-white svg {
  fill: #ffffff;
}

ul.accommodations li.accommodations__each-room .btn.amenities-btn {
  background: #37364b;
  color: #ffffff !important;
}

ul.accommodations li.accommodations__each-room .btn.amenities-btn:hover {
  color: #37364b !important;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .btn {
  color: #37364b !important;
  background: #ade3d3 !important;
  border: 1px solid #ade3d3 !important;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .btn.solid:hover, ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .btn.amenities-btn:hover {
  color: #ffffff !important;
  background: transparent !important;
}

ul.accommodations li.accommodations__each-room .btn:hover {
  color: #ffffff !important;
}

ul.accommodations li.accommodations__each-room.accommodations__each-room--blue .btn.amenities-btn:hover {
  color: #ffffff !important;
  background: transparent !important;
}

ul.accommodations li.accommodations__each-room .btn.amenities-btn:hover {
  background: transparent !important;
}

ul.restaurants-list__info li a {
  font-family: "Jost-Regular", sans-serif;
}

body.tower-isle ul.restaurants-list h3,
body.swept-away ul.restaurants-list h3,
body.negril ul.restaurants-list h3,
body.sans-souci ul.restaurants-list h3 {
  color: #ade3d3;
}

.resort-site .content .wrapper:not(.top-section, .top-content-home) {
  max-width: 1500px;
}

.resort-site .content .wrapper:not(.top-section, .top-content-home) .btn {
  background: #37364b;
  color: #ffffff;
}

.resort-site .content .wrapper:not(.top-section, .top-content-home) .btn:hover {
  background: transparent;
  color: #37364b;
}

.resort-site .content .wrapper:not(.top-section, .top-content-home) .btn.white:not(.amenities-btn) {
  border-color: #37364b !important;
}

.resort-site .content .wrapper:not(.top-section, .top-content-home) .btn.white:not(.amenities-btn):hover {
  background: #ade3d3 !important;
  color: #37364b !important;
  border: 1px solid #ade3d3 !important;
}

body#dining.resort-site.tower-isle .top-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 0;
}

.link-active {
  text-decoration: underline;
}

body.jamaica .wrapper {
  max-width: 100%;
}

ul.blogs li.blogs__each-item#post-dunns-river-falls .blogs__img-side::before, ul.blogs li.blogs__each-item#post-glass-bottom-boat .blogs__img-side::before, ul.blogs li.blogs__each-item#post-margaritaville .blogs__img-side::before, ul.blogs li.blogs__each-item#post-trip-to-popular-sunset-bar .blogs__img-side::before {
  content: "";
  position: absolute;
  background: url(../..//images/Excursions-badge.png) no-repeat;
  background-size: contain;
  width: 110px;
  height: 110px;
  bottom: 20px;
  left: 20px;
  z-index: 9;
}

.specials-list li.specials-list__each-special .save span {
  color: #37364b !important;
}

.specials-list li.specials-list__each-special h2 {
  color: #37364b !important;
}

.specials-list li.specials-list__each-special--blue .btn {
  background: #ade3d3;
  color: #37364b !important;
}

.specials-list li.specials-list__each-special--blue .btn:hover {
  background: transparent;
  color: #ade3d3 !important;
  border: 1px solid #ade3d3 !important;
}

.specials-list li.specials-list__each-special--blue .save span {
  color: #ade3d3 !important;
}

.specials-list li.specials-list__each-special--blue h2 {
  color: #ade3d3 !important;
}

.jamaica-tpl ul.jamaica-list {
  display: block;
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}

.jamaica-tpl ul.jamaica-list li {
  display: inline-block;
}

.jamaica-tpl ul.jamaica-list li:first-of-type {
  margin-right: 30px;
}

.jamaica-tpl ul.jamaica-list li .btn {
  background: #37364b;
  color: #fff;
  text-decoration: none;
}

.jamaica-tpl ul.jamaica-list li .btn:hover {
  background: #ade3d3 !important;
  color: #37364b !important;
}

.each-inclusion__each-hover-quad .arrow-btn-1 {
  position: relative;
  top: 65%;
  margin-top: -50px;
  transition: all 0.25s ease-in-out;
  color: #fff;
  font-size: 15.67px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 200px;
  padding: 15px 50px;
  height: 40px;
  font-family: "Jost-Bold", "sans-serif";
  background: #37364b;
}

.each-inclusion__each-hover-quad .overlay {
  background: #37364b;
  left: 0;
  display: table;
  top: -24px;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.each-inclusion__each-hover-quad .overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  left: 55px;
  border: 1px solid #ade3d3;
  width: calc(100% - 110px);
  height: calc(100% - 110px);
}

.each-inclusion__each-hover-quad .overlay .arrow-btn {
  font-size: 15.67px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
  background: url(../../images/triangle-icon.svg) no-repeat right center;
  background-size: auto;
  background-size: 10%;
  padding-right: 28px;
  display: inline-block;
}

body.brand-site.oasis-spa-villas .full-copy-section .badge {
  display: block;
}

body.weddings-and-honeymoons .marketing-quads__copy-holder a.arrow-btn {
  color: white !important;
}

body.weddings-and-honeymoons .tab-copy a.btn {
  color: #ffffff !important;
}

body.weddings-and-honeymoons .tab-copy a.btn:hover {
  color: #37364b !important;
  background: transparent !important;
}

.intro-home-resort__all-testimonials {
  background-size: 19% !important;
}

body.romance-rewards {
  overflow-x: hidden;
}

body.romance-rewards .background-img {
  background-image: url("../../images/new-homepage-texture-long.jpg") !important;
  background-size: cover !important;
  width: 100%;
  max-width: 100%;
}

body.romance-rewards .slider-with-text {
  text-align: center;
}

body.romance-rewards .slider-with-text .slider-with-text__title {
  position: relative;
}

body.romance-rewards .slider-with-text .slider-with-text__item--content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 700px;
}

body.romance-rewards .slider-with-text .slider-with-text__item--content .slider-with-text__item--content__text {
  opacity: 0;
  bottom: 50px;
  margin-right: 100px;
  color: #fff;
  text-align: left;
  width: 550px;
  background: #37364b;
  padding: 40px;
}

body.romance-rewards .slider-with-text .slider-with-text__item--content .slider-with-text__item--content__text.animate-fade.fade-in {
  opacity: 1;
  transition: all 1s ease-out;
}

body.romance-rewards .slider-with-text .slider-with-text__item--content .slider-with-text__item--content__text .slider-with-text__item--content__text--sub-title {
  font-family: "Jost-Light", "sans-serif";
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 100;
}

body.romance-rewards .slider-with-text .slider-with-text__item--content .slider-with-text__item--content__text .title {
  font-size: 19px;
  margin-bottom: 35px;
  font-family: "Jost", sans-serif;
  color: #ade3d3;
}

body.romance-rewards .slider-with-text .slider-with-text__item--content .slider-with-text__item--content__text ul.sym-inline-list {
  font-size: 1.38462em;
  color: #37364b;
  line-height: 1.4em;
  font-family: "Jost", sans-serif;
  margin-bottom: 45px;
}

body.romance-rewards .slider-with-text .slider-with-text__item--content .slider-with-text__item--content__text ul.sym-inline-list li {
  color: #fff;
}

body.romance-rewards .slider-with-text .slick-arrow {
  top: calc(74% - 7.5px) !important;
  background-size: 60% !important;
  background: url(../../images/triangle-icon.svg) no-repeat center center;
  background-size: auto;
}

body.romance-rewards .slider-with-text .slick-arrow.slick-prev {
  right: calc(15% - 7.5px) !important;
  left: auto !important;
}

body.romance-rewards .slider-with-text .slick-arrow.slick-next {
  right: calc(12% - 7.5px);
}

body.romance-rewards .text-modules-wrapper .terms {
  max-width: 1300px;
  margin: auto;
  padding: 70px;
}

.each-inclusion a.btn.white {
  background: #ade3d3 !important;
  border-color: #ade3d3 !important;
  color: #37364b !important;
}

.each-inclusion a.btn.white:hover {
  background: transparent !important;
  color: #ade3d3 !important;
}

@media (max-width: 991.98px) {
  .popup-overlay [data-em=popup-container] {
    width: 100%;
    height: 450px;
  }
  .popup-overlay [data-em=popup-container] [data-em=text-line-1],
  .popup-overlay [data-em=popup-container] [data-em=text-line-2],
  .popup-overlay [data-em=popup-container] .btn-text {
    font-size: 1em;
  }
  .popup-overlay .popup-close {
    top: 15%;
  }
}
.archive .intro-copy {
  padding-top: 0;
}

.archive h1.archive-title span {
  font-size: inherit;
}

.single-post h1 {
  text-align: left;
}

.single-post p {
  max-width: 100%;
  text-align: left;
}

.single-post aside {
  text-align: left;
}

.single-post aside .wp-block-latest-posts__list li {
  margin-bottom: 20px;
  font-size: 17px;
  position: relative;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1em;
  width: 100%;
}

.single-post aside .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  display: inline-block;
  margin-right: 1em;
  float: left;
}

.single-post aside .wp-block-latest-posts__list li a {
  overflow-wrap: break-word;
}

.single-post aside .wp-block-latest-posts__list li time {
  font-size: 12px;
  display: block;
}

.single-post aside .wp-block-latest-posts__list li:last-child {
  border-bottom: none;
}

.single-post aside .wp-block-categories-dropdown.wp-block-categories label {
  display: none;
}

.single-post aside .wp-block-categories-dropdown.wp-block-categories select {
  min-width: 100%;
}

.single-post aside .widget {
  margin-bottom: 2em;
}

.single-post .related-posts-section h2 {
  text-align: left;
}

.single-post .related-posts-section .related-articles-wrapper {
  display: flex;
}

@media (max-width: 768px) {
  .single-post .related-posts-section .related-articles-wrapper {
    flex-direction: column;
  }
}
.single-post .related-posts-section .related-articles-wrapper .article-post {
  text-align: left;
  margin: 0 20px;
}

.single-post .related-posts-section .related-articles-wrapper .article-post:first-child {
  margin-left: 0;
}

.single-post .related-posts-section .related-articles-wrapper .article-post:last-child {
  margin-right: 0;
}

.new-map-home {
  background: #37364b;
  max-width: 100% !important;
  z-index: 0;
  position: relative;
  padding-top: 120px;
}

.new-map-home h2 {
  font-size: 9.23077em;
  line-height: 0.85em;
  color: #fff !important;
  display: inline-block;
  vertical-align: middle;
  font-family: "Jost-Thin", sans-serif;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  z-index: 9;
  position: relative;
}

.new-map-home h2 span {
  font-size: 20.83px;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 1px;
  font-family: "Jost-Regular", sans-serif;
  display: inline-block;
  font-weight: 400;
}

.new-map-home .map-home__map-side {
  height: 925px;
  background: url(../../images/map/Couples-Resorts-Homepage-Map-Background.png) no-repeat center center;
  position: relative;
  max-width: 1500px;
  z-index: 5;
  margin-top: -250px;
  margin-bottom: -70px;
}

.new-map-home .map-home__map-side ul.pins {
  width: 1500px;
  height: 100%;
  position: absolute;
  z-index: 9;
  background: url(../../images/map/Couples-Resorts-Homepage-Map.png) no-repeat center center;
  background-position-x: center;
  background-position-y: center;
  background-position: 612px 302px;
}

.new-map-home .map-home__map-side ul.pins .pin-icon {
  transition: all 0.3s ease-in-out;
  display: block;
  background: url("../../images/map/new-marker.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 31px;
  height: 46px;
}

.new-map-home .map-home__map-side ul.pins li {
  display: list-item;
  text-align: match-parent;
}

.new-map-home .map-home__map-side ul.pins li.airport-1, .new-map-home .map-home__map-side ul.pins li.airport-2 {
  display: none;
}

.new-map-home .map-home__map-side ul.pins li.sans-souci .pin-icon {
  width: 46px;
  display: block;
  position: absolute;
  top: 305px;
  right: 439px;
  left: initial;
}

.new-map-home .map-home__map-side ul.pins li.sans-souci .resort-title {
  display: block;
  position: absolute;
  top: 290px;
  right: 485px;
}

.new-map-home .map-home__map-side ul.pins li.tower-isle .pin-icon {
  display: block;
  position: absolute;
  top: 313px;
  right: 420px;
  left: initial;
}

.new-map-home .map-home__map-side ul.pins li.tower-isle .resort-title {
  display: block;
  position: absolute;
  top: 320px;
  right: 290px;
}

.new-map-home .map-home__map-side ul.pins li.negril .pin-icon {
  display: block;
  position: absolute;
  top: 313px;
  left: 662px;
}

.new-map-home .map-home__map-side ul.pins li.negril .resort-title {
  display: block;
  position: absolute;
  top: 270px;
  left: 630px;
}

.new-map-home .map-home__map-side ul.pins li.swept-away .pin-icon {
  display: block;
  position: absolute;
  top: 333px;
  left: 625px;
}

.new-map-home .map-home__map-side ul.pins li.swept-away .resort-title {
  display: block;
  position: absolute;
  top: 342px;
  left: 465px;
}

.new-map-home .map-home__map-side ul.pins li:hover .pin-icon {
  background: url("../../images/map/new-marker-over.png") center center no-repeat;
  background-size: contain;
  width: 48px;
  height: 65px;
  margin-top: -20px;
  margin-left: -5px;
}

.new-map-home .map-home__map-side ul.pins li .resort-title {
  position: absolute;
  color: #fff;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}

.new-map-home .map-home__map-side ul.pins li .map-home__copy-details {
  position: absolute;
  bottom: 205px;
  left: 156px;
  width: 360px;
  display: none;
  padding: 50px;
  text-align: left;
  background: transparent;
  box-shadow: none;
}

.new-map-home .map-home__map-side ul.pins li .map-home__copy-details .map-home__copy-details--headline {
  font-size: 1.07692em;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Jost-SemiBold", sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
}

.new-map-home .map-home__map-side ul.pins li .map-home__copy-details .map-home__copy-details--headline span {
  font-size: 40px;
  color: #fff;
  display: block;
  font-weight: 400;
  font-family: "Jost-Regular", "sans-serif";
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-left: 0;
}

.new-map-home .map-home__map-side ul.pins li .map-home__copy-details::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
}

.new-map-home .map-home__map-side ul.pins li .map-home__copy-details .sym-inline-list {
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.new-map-home .map-home__map-side ul.pins li .map-home__copy-details .sym-inline-list li::before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #37364b;
}

.new-map-home .map-home__map-side ul.pins li .map-home__copy-details a.btn {
  background: #ade3d3 none repeat scroll 0% 0%;
  border: 1px solid #ade3d3;
  bottom: 0;
  box-sizing: border-box;
  color: #37364b;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  letter-spacing: 1px;
  line-height: 16.1px;
  list-style: none;
  margin-left: 0;
  padding: 10px 30px;
  position: relative;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 9;
  font-family: "Jost-Regular", sans-serif;
}

.new-map-home .map-home__map-side ul.pins li .map-home__copy-details a.btn:hover {
  background: transparent none repeat scroll 0 0 !important;
  color: #ffffff;
  text-decoration: none;
}

.new-map-home .map-home__map-side ul.pins li.active .map-home__copy-details {
  display: block;
}

.new-map-home .map-home__map-side ul.pins li.active .resort-title {
  color: #cb7a54;
  font-size: 17px;
}

.new-map-home .map-home__map-side ul.pins li.active .pin-icon, .new-map-home .map-home__map-side ul.pins li:hover .pin-icon {
  background: url("../../images/map/new-marker-over.png") center center no-repeat;
  background-size: contain;
  width: 48px;
  height: 65px;
  margin-top: -20px;
  margin-left: -5px;
}

.new-map-home .explore-btn {
  margin-left: 0;
  position: absolute;
  right: 360px;
  bottom: 240px;
  border: 1px solid #fff;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  z-index: 555;
}

.new-map-home .explore-btn:hover {
  background: #ade3d3 none repeat scroll 0% 0%;
  border: 1px solid #ade3d3;
  color: #37364b;
  text-decoration: none;
}

.footer {
  background-color: #1e1d28;
}

.footer .footer__top-section {
  padding: 44px 0 22px;
  border-bottom: 1px solid #ade3d3;
}

.footer .footer__top-section.secondary-nav .sub-menu ul {
  font-size: 1.15385em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Jost-Regular", sans-serif;
  text-align: center;
  margin: 0;
}

.footer .footer__top-section.secondary-nav .sub-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #fff;
  line-height: 0.5em;
}

.footer .footer__top-section.secondary-nav .sub-menu ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.footer .footer__top-section.secondary-nav .sub-menu ul li a {
  color: #fff;
}

.footer .footer__top-section.secondary-nav .sub-menu ul li a:hover {
  color: #ade3d3;
}

.footer .footer__third-social .third-nav .sub-menu ul li {
  font-size: 0.92308em;
  color: #fff;
  line-height: 0.6em;
  text-transform: uppercase;
  font-family: "Jost-Regular", sans-serif;
  padding-right: 17px;
  margin-right: 16px;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
}

.footer .footer__third-social .third-nav .sub-menu ul li:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.footer .footer__third-social .third-nav .sub-menu ul li a {
  color: #ffffff;
}

.footer .footer__third-social .third-nav .sub-menu ul li a:hover {
  color: #ade3d3;
}

.footer .footer__third-social ul.social-media a {
  color: #ffffff;
}

.footer .footer__third-social ul.social-media a svg {
  fill: #ade3d3;
}

.footer .footer__third-social ul.social-media a:hover svg {
  fill: #ffffff;
}

.footer .footer__copyright {
  color: #ffffff;
  line-height: 1.5em;
}

.footer .footer__copyright a {
  color: #ffffff;
}

.footer ul.footer__issa-trust li {
  display: list-item;
}

.footer ul.footer__issa-trust li:first-child {
  color: #939396;
  margin-bottom: 10px;
}

.footer .footer__email .footer__email-headline {
  font-size: 1.92308em;
  color: #fff;
  text-transform: none;
  font-family: "Jost-Regular", "sans-serif";
  margin-bottom: 20px;
}

.footer .footer__email form#email-signup-uk .input input[type=text],
.footer .footer__email form#email-signup-uk .input input[type=email],
.footer .footer__email form#email-signup-uk .gdpr input[type=checkbox] {
  border: 1px solid #ade3d3;
}

.footer .footer__email form#email-signup-uk .signup-btn {
  background: #ade3d3 none repeat scroll 0 0;
  border: 1px solid #ade3d3;
  border-radius: 0;
  bottom: 0;
  box-sizing: border-box;
  color: #37364b;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  letter-spacing: 3px;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  padding: 11px 50px;
  position: absolute;
  right: 546.233px;
  text-transform: uppercase;
  top: 114.9px;
  transition: all 0.3s ease-in-out 0s;
}

.footer .footer__email form#email-signup-uk .signup-btn:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ade3d3;
  color: #ade3d3;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .footer__social {
    border-bottom: 1px solid #ffffff;
  }
  .footer__social li a {
    color: #ade3d3;
  }
  .footer__social li a svg {
    fill: #ade3d3;
  }
  .footer .footer__email form#email-signup-uk .signup-btn {
    position: static;
    margin: 0 auto;
  }
  .footer ul.footer__issa-trust li {
    display: inline;
  }
  .footer .footer__third-social .third-nav .sub-menu ul li {
    font-size: 0.76923em;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Jost-Regular", sans-serif;
    padding-right: 5px;
    margin-right: 5px;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #fff;
  }
  .footer .footer__copyright {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5em;
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .scroll-down {
    display: none;
  }
  .homepage .top-content-home {
    max-height: 100%;
  }
  .top-content-home .header-img {
    position: static;
  }
  .top-content-home .header-img .slick-dots {
    display: none !important;
  }
  .top-content-home .header-img img {
    min-height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .module-content {
    background: url(../../images/home-mobile-bg.jpg) no-repeat top center;
    height: -moz-max-content;
    height: max-content;
    background-size: cover;
    overflow: hidden;
  }
  .module-content .container {
    padding: 0 10px;
  }
  .module-content .reviews-new-home {
    padding: 50px 0 0;
    text-align: center;
  }
  .module-content .reviews-new-home .section-title {
    margin-bottom: 10px;
    font-size: 1.4em;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Jost-Medium", sans-serif;
    color: #37364b;
    text-transform: uppercase;
  }
  .module-content .reviews-new-home .text .copy h2 {
    font-size: 3em;
  }
  .module-content .reviews-new-home .text .copy p {
    font-size: 1.1em;
  }
  .module-content .forever-quad {
    padding-top: 100px;
    position: relative;
    text-align: center;
  }
  .module-content .forever-quad .flex-box {
    flex-direction: column;
  }
  .module-content .forever-quad p {
    padding-right: 0;
    text-align: left;
    font-size: 1.1em;
    margin: 10px 0 15px;
    font-family: "Jost-Regular", sans-serif;
  }
  .module-content .forever-quad figure.single-quad__image {
    width: 100%;
  }
  .module-content .forever-quad figure .img-1 {
    max-width: 260px;
    position: relative;
    right: -25px;
  }
  .module-content .forever-quad figure .img-2 {
    position: absolute;
    top: 140px;
    max-width: 170px;
    z-index: 6;
    left: 0;
  }
  .module-content .forever-quad .single-quad__text {
    width: 100%;
  }
  .module-content .forever-quad .section-title {
    margin-top: 120px;
    font-size: 3.5em;
    line-height: 45px;
    padding-right: 100px;
    text-align: left;
    letter-spacing: -3px;
    font-family: "Jost-Light", sans-serif;
  }
  .module-content .forever-quad .btn.margin-top {
    margin: 0 !important;
  }
  .module-content .featured-quad {
    padding: 70px 0;
    position: relative;
  }
  .module-content .featured-quad .section-title {
    text-transform: uppercase;
    font-family: "Jost-Medium", sans-serif;
    color: #37364b;
    font-size: 1.1em;
    display: block;
    letter-spacing: 0;
    line-height: 50px;
    margin-left: 0;
    position: relative;
  }
  .module-content .featured-quad .section-title span {
    text-transform: none;
    font-weight: 100;
    margin-left: 0;
    display: block;
    font-size: 4.5em;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: -5px;
    letter-spacing: -2px;
  }
  .module-content .featured-quad .featured-quad__image::before {
    top: -160px;
    right: -84px;
    height: 160px;
    width: 206px;
    background-size: 42% !important;
  }
  .module-content .featured-quad figure .video-holder .img-1 {
    margin-top: 0;
  }
  .module-content .featured-quad figure .video-holder .vimeoframe {
    position: absolute;
    display: block;
    width: 100px;
    height: 70px;
    background-size: 60%;
    transition: all 0.3s ease-in-out;
    z-index: 55;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 0.8em;
  }
  .module-content .featured-quad figure .img-2 {
    position: absolute;
    box-shadow: -10px -15px 55px rgba(0, 0, 0, 0.2);
    max-width: 112px !important;
    right: 0;
    top: initial;
    bottom: -400px;
  }
  .module-content .featured-quad .featured-quad__text {
    text-align: center;
  }
  .module-content .featured-quad .featured-quad__text .flex-box {
    flex-direction: column;
  }
  .module-content .featured-quad .featured-quad__text .margin-top {
    max-width: 100%;
  }
  .module-content .featured-quad .featured-quad__text h2 {
    font-size: 1.2em;
  }
  .module-content .featured-quad .featured-quad__text h2 span {
    font-size: 1em;
  }
  .module-content .featured-quad .featured-quad__text .sym-inline-list {
    margin-bottom: 0;
    font-size: 1.38462em;
    min-width: 100%;
  }
  .module-content .featured-quad .featured-quad__text .sym-inline-list li {
    font-size: 0.7em;
  }
  .module-content .featured-quad .featured-quad__text .btn {
    position: relative;
  }
  .module-content .featured-quad::after {
    height: 680px;
  }
  .module-content .centered-slider {
    padding: 0;
  }
  .module-content .centered-slider .slick-track {
    padding: 20px 0;
  }
  .module-content .centered-slider .centered-slider__title {
    position: relative;
  }
  .module-content .centered-slider .centered-slider__title .section-title {
    margin-bottom: -30px;
    color: #37364b;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.6em;
    font-family: "Jost-Light", sans-serif;
    font-weight: 100;
    letter-spacing: -2px;
  }
  .module-content .centered-slider .centered-slider__item--content figure img {
    box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.2);
    max-width: 90% !important;
    margin: auto;
  }
  .module-content .centered-slider .centered-slider__item--content .centered-slider__item--content__text {
    position: static;
    opacity: 1 !important;
    color: #37364b;
    text-align: center;
  }
  .module-content .centered-slider .centered-slider__item--content .centered-slider__item--content__text .title {
    margin-top: 20px;
    font-size: 1.1em;
  }
  .module-content .centered-slider .centered-slider__item--content .centered-slider__item--content__text .centered-slider__item--content__text--sub-title {
    font-size: 2em;
    margin: 5px 0;
    font-weight: 100;
    letter-spacing: -2px;
  }
  .module-content .centered-slider .centered-slider__item--content .centered-slider__item--content__text p {
    display: none;
  }
  .module-content .centered-slider .centered-slider__item--content .centered-slider__item--content__text .btn {
    background: #37364b !important;
    color: #fff !important;
    margin: 20px auto 0;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: 1em;
    border: #37364b 1px solid !important;
  }
  .module-content .centered-slider .slick-arrow {
    top: calc(33% - 7.5px);
    background-size: 50%;
  }
  .module-content .centered-slider .slick-arrow.slick-prev {
    left: calc(2% - 7.5px);
  }
  .module-content .centered-slider .slick-arrow.slick-next {
    right: calc(2% - 7.5px);
  }
  .module-content .reviews-block {
    flex-direction: column;
  }
  .module-content .reviews-block .flex-box {
    flex-direction: column;
  }
  .module-content .reviews-block figure {
    width: 100%;
  }
  .module-content .reviews-block figure img {
    max-width: 60%;
  }
  .module-content .reviews-block .slide-container {
    width: 100%;
    text-align: center;
  }
  .module-content .reviews-block h2 {
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 25px;
    padding-right: 0;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Jost-Regular", sans-serif;
  }
  .module-content .reviews-block .reviews-block__item .title {
    font-weight: 100;
    font-size: 2.4em;
    line-height: 40px;
    letter-spacing: -2px;
    width: 100%;
    margin-bottom: -10px;
    text-align: center;
    font-family: "Jost-Light", sans-serif;
  }
  .module-content .fall-in-love figure {
    width: 100%;
  }
  .module-content .fall-in-love figure .img-1 {
    width: 100%;
    margin-left: 0;
  }
  .module-content .fall-in-love .single-quad__text {
    width: 100%;
  }
  .module-content .fall-in-love .single-quad__text .section-title {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.2em;
    margin-top: 20px;
    text-align: left;
  }
  .module-content .fall-in-love .single-quad__text h2 {
    font-size: 3.5em;
    letter-spacing: -2px;
    font-weight: 100 !important;
    line-height: 1em;
    text-transform: none;
    text-align: left;
    margin: 10px 0;
    font-family: "Jost-Light", sans-serif;
  }
  .module-content .fall-in-love .single-quad__text p {
    padding-right: 0;
  }
  .module-content .fall-in-love .single-quad__text .btn {
    color: #fff !important;
    background: #37364b;
    font-weight: 600;
    border: 0;
    font-size: 1em;
    padding: 10px 30px;
  }
  .module-content .wedding-packages {
    margin-top: 20px;
    position: relative;
    padding: 0;
  }
  .module-content .wedding-packages .flex-box {
    flex-direction: row;
    align-items: center;
  }
  .module-content .wedding-packages .single-quad__image {
    z-index: 85;
    max-width: 150px;
    position: relative;
    margin-left: -40px;
    margin-right: 15%;
    box-shadow: none;
  }
  .module-content .wedding-packages .single-quad__text {
    position: relative;
    z-index: 6;
    margin-left: -30px;
    margin-top: 30px;
    width: 50%;
  }
  .module-content .wedding-packages .single-quad__text .margin-top {
    max-width: 100%;
    margin-top: 0;
    margin-left: -30px;
  }
  .module-content .wedding-packages .single-quad__text .margin-top a {
    font-weight: 100;
    font-size: 1.5em;
    color: #fff !important;
    display: block;
    margin-bottom: 15px;
    font-family: "Jost-Regular", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .module-content .wedding-packages .single-quad__text .margin-top a:first-of-type {
    border-bottom: 1px solid #ade3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .module-content .wedding-packages .single-quad__text .margin-top a::after {
    top: 7px;
  }
  .module-content .wedding-packages::after {
    background: #37364b;
    width: 100%;
    height: 200px;
    bottom: -105px;
    left: 0;
    position: absolute;
    content: "";
  }
  .module-content .specials-block {
    position: relative;
    z-index: 9;
    background: #37364b;
    color: #fff;
    padding-top: 40px;
    margin-bottom: -10px;
  }
  .module-content .specials-block .section-title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 100;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px;
    line-height: 40px;
    font-family: "Jost-Light", sans-serif;
    letter-spacing: -2px;
  }
  .module-content .specials-block .specials-block__item {
    padding: 0;
  }
  .module-content .specials-block .specials-block__item .flex-box {
    flex-direction: column-reverse;
  }
  .module-content .specials-block .specials-block__item .specials-block__item--container--text {
    padding: 0 0px;
    margin: 21px 0;
  }
  .module-content .specials-block .specials-block__item .specials-block__item--container--text h2 {
    color: #ade3d3;
    font-size: 45px;
    margin: -20px 0 10px;
    line-height: 50px;
    text-transform: initial;
    font-family: "Jost-Light", sans-serif;
  }
  .module-content .specials-block .specials-block__item .specials-block__item--container--text p {
    padding: 0;
  }
  .module-content .specials-block .specials-block__item .specials-block__item--container--text .utility {
    flex-direction: row;
  }
  .module-content .specials-block .specials-block__item .specials-block__item--container--text .utility .book-now {
    margin: 0;
  }
  .module-content .specials-block .specials-block__item img {
    max-width: 100%;
  }
  .module-content .flex-box {
    flex-direction: column;
  }
  .module-content .insta-wrapper {
    margin: 0;
  }
  .module-content .insta-wrapper h2 {
    color: #ffffff;
    font-family: "Jost-Regular", sans-serif;
  }
  .module-content .wrapper, .module-content .container {
    width: 100%;
  }
  .module-content .new-map-home {
    display: none;
  }
}
#header-landing {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  padding: 20px 0 0;
  background-color: #37364b;
}

#header-landing .logo {
  text-align: center;
}

#header-landing .logo svg {
  fill: #fff;
  height: 55px;
}

.wedding-leads__intro h1 .top {
  font-family: "Jost-Regular", sans-serif;
}

.wedding-leads__intro h1 .mid {
  letter-spacing: normal;
}

.wedding-leads__intro h1 .btm {
  font-family: "Jost-Medium", sans-serif;
}

.wedding-leads__forms {
  max-width: 100%;
}

.wedding-leads__forms .phone {
  background: url(../../images/gold-phone.png) no-repeat center left;
  color: #37364b;
  padding-left: 20px;
  font-size: 16px;
  font-family: "Jost-Regular", sans-serif;
  margin-bottom: 20px;
}

.wedding-leads__forms form {
  text-align: left;
}
