@charset "UTF-8";
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.ui-datepicker {
  display: none;
  padding: 20px;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #9f9f9f;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 240ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #9f9f9f;
  border-bottom: 2px solid #9f9f9f;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #855D99;
  border-left-color: #855D99;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: #855D99;
  border-right-color: #855D99;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #D8D8D8;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #F7F7F7;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #71AEB7;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "";
}

.rooms-icon-classroom-set-up:before {
  content: "";
}

.rooms-icon-cabaret-set-up:before {
  content: "";
}

.rooms-icon-boardroom-set-up:before {
  content: "";
}

.rooms-icon-u-shaped-set-up:before {
  content: "";
}

.rooms-icon-banquet-set-up:before {
  content: "";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "";
}

.rooms-icon-reception-set-up:before {
  content: "";
}

.rooms-icon-ceremony-set-up:before {
  content: "";
}

.rooms-icon-natural-daylight:before {
  content: "";
}

.rooms-icon-outlets-sockets:before {
  content: "";
}

.rooms-icon-direct-dial-point:before {
  content: "";
}

.rooms-icon-video-conferencing:before {
  content: "";
}

.rooms-icon-air-conditioning:before {
  content: "";
}

.rooms-icon-wi-fi:before {
  content: "";
}

.rooms-icon-blackout-shades:before {
  content: "";
}

.rooms-icon-visual-equipment:before {
  content: "";
}

.rooms-icon-audio-equipment:before {
  content: "";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "";
}

.rooms-icon-tv-point:before {
  content: "";
}

.rooms-icon-overhead-projector:before {
  content: "";
}

.rooms-icon-data-projector:before {
  content: "";
}

.rooms-icon-balcony:before {
  content: "";
}

.rooms-icon-city-view:before {
  content: "";
}

.rooms-icon-beds:before {
  content: "";
}

.rooms-icon-flat-screen-tv:before {
  content: "";
}

.rooms-icon-hair-dryer:before {
  content: "";
}

.rooms-icon-iron:before {
  content: "";
}

.rooms-icon-ac:before {
  content: "";
}

.rooms-icon-king-bed:before {
  content: "";
}

.rooms-icon-kitchen:before {
  content: "";
}

.rooms-icon-minibar:before {
  content: "";
}

.rooms-icon-smoke-free:before {
  content: "";
}

.rooms-icon-occupancy:before {
  content: "";
}

.rooms-icon-ocean-view:before {
  content: "";
}

.rooms-icon-personal_items:before {
  content: "";
}

.rooms-icon-pool-view:before {
  content: "";
}

.rooms-icon-room-service:before {
  content: "";
}

.rooms-icon-safe:before {
  content: "";
}

.rooms-icon-single-room:before {
  content: "";
}

.rooms-icon-smoking:before {
  content: "";
}

.rooms-icon-size:before {
  content: "";
}

.rooms-icon-pulloutsofa:before {
  content: "";
}

.rooms-icon-twin-room:before {
  content: "";
}

.rooms-icon-wifi:before {
  content: "";
}

.rooms-icon-adaroom:before {
  content: "";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "";
}

.rooms-icon-amusement-park:before {
  content: "";
}

.rooms-icon-bar:before {
  content: "";
}

.rooms-icon-beach:before {
  content: "";
}

.rooms-icon-business-center:before {
  content: "";
}

.rooms-icon-elevator:before {
  content: "";
}

.rooms-icon-environmentally-friendly:before {
  content: "";
}

.rooms-icon-fitness:before {
  content: "";
}

.rooms-icon-golf:before {
  content: "";
}

.rooms-icon-indoor-pool:before {
  content: "";
}

.rooms-icon-landmark:before {
  content: "";
}

.rooms-icon-outdoor-pool:before {
  content: "";
}

.rooms-icon-pet-friendly:before {
  content: "";
}

.rooms-icon-pool:before {
  content: "";
}

.rooms-icon-restaurant:before {
  content: "";
}

.rooms-icon-shuttle:before {
  content: "";
}

.rooms-icon-spa:before {
  content: "";
}

.rooms-icon-ticket-services:before {
  content: "";
}

.rooms-icon-valet:before {
  content: "";
}

.rooms-icon-water-park:before {
  content: "";
}

.rooms-icon-coffeemaker:before {
  content: "";
}

.rooms-icon-highfloor:before {
  content: "";
}

.rooms-icon-airport-shuttle-free:before {
  content: "";
}

.rooms-icon-view:before {
  content: "";
}

.rooms-icon-tv:before {
  content: "";
}

.rooms-icon-minifridge:before {
  content: "";
}

.rooms-icon-pets:before {
  content: "";
}

.rooms-icon-valet-only:before {
  content: "";
}

.rooms-icon-accessibility-features:before {
  content: "";
}

.rooms-icon-parking:before {
  content: "";
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 46px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 46px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  padding-top: 7px;
  margin: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  top: -1px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  color: #000;
  height: 40px;
  padding: 0 20px;
  line-height: 42px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-weight: 600;
  font-size: 15px;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search.select2-search--inline {
  display: none;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 20%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 60%;
  width: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  font-size: 0px;
  text-indent: -999em;
  transform: translateY(-50%);
  transition: border-color 240ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  transform: rotate(135deg);
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  cursor: text;
  position: relative;
  padding-right: 40px;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #71AEB7;
  color: #000;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 7px;
  height: 29px;
  line-height: 31px;
  padding: 0;
  padding-right: 38px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:before {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  text-indent: -9999em;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
  content: "";
  width: 12px;
  height: 1.2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 1px;
  transform-origin: center center;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  transform: rotate(45deg);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
  transform: rotate(-45deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #D8D8D8;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #D8D8D8;
  outline: 0;
  border-radius: 2px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #D8D8D8;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #E7F5F7;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E7F5F7;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #D8D8D8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #D8D8D8;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #D8D8D8;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E7F5F7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 10px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 0;
  white-space: nowrap;
  max-height: 200px;
  max-width: 220px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .divider:before {
  content: none;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.intl-tel-input .country-list .country:before {
  content: none;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
  font-size: 10px;
  line-height: 1.2;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
  font-size: 10px;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5652px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../images/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1450px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 100px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px;
  text-decoration: none;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 26px/32px "Lato", sans-serif;
  text-decoration: none;
  color: #000;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #CFAE78;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #855D99;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #000;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #A22405 !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
#booking {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(75, 79, 81, 0.42);
  font-family: "Lato", sans-serif;
  color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease-in-out, visibility 240ms ease-in-out;
  z-index: 80;
}
.booking-visible #booking {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#booking .center-column {
  max-width: calc(1030px + 20px * 2);
}
#booking .booking-wrapper {
  padding: 65px 0 70px;
  background: #fff;
  box-shadow: 0 39px 35px 13px rgba(0, 0, 0, 0.13);
  transform: translateY(-50px);
  transition: transform 240ms ease-in-out;
}
.booking-visible #booking .booking-wrapper {
  transform: none;
}
@media only screen and (max-width: 767px) {
  #booking .booking-wrapper {
    overflow: auto;
    height: 100vh;
    padding: 30px 0;
  }
}
#booking .booking-close-button {
  position: absolute;
  right: 38px;
  top: 22px;
  height: 44px;
  width: 44px;
  font-size: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-close-button {
    right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-close-button {
    position: relative;
    display: block;
    right: auto;
    top: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
#booking .booking-close-button:before, #booking .booking-close-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 33px;
  height: 2px;
  background: #000;
  transition: background 186ms;
}
#booking .booking-close-button:hover:before, #booking .booking-close-button:hover:after {
  background: #855D99;
}
#booking .booking-close-button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#booking .booking-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#booking .booking-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#booking .booking-heading .heading {
  position: relative;
  margin-bottom: 22px;
  font: 36px/1em "Lato", sans-serif;
  color: #000;
  letter-spacing: 0.71px;
}
#booking .booking-heading p {
  font-size: 10px;
  line-height: 1.1em;
  color: #4B4F51;
  letter-spacing: 0.17px;
}
#booking .booking-heading span {
  color: #A22405;
  font-size: 13px;
}
#booking .controls-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#booking .criterion {
  width: 13.3333333333%;
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #booking .criterion {
    width: calc(100% / 4 - 20px * 3 / 4);
  }
}
@media only screen and (max-width: 767px) {
  #booking .criterion {
    width: calc(50% - 10px);
    margin-bottom: 24px;
  }
}
#booking .criterion.destination {
  width: 65.3333333333%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #booking .criterion.destination {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #booking .criterion.destination {
    width: 100%;
  }
}
#booking .criterion.dates {
  width: 30.6666666667%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #booking .criterion.dates {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #booking .criterion.dates {
    width: 100%;
  }
}
#booking .dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#booking .dates .column {
  width: calc(50% - 42px / 2);
}
@media only screen and (max-width: 1023px) {
  #booking .dates .column {
    width: calc(50% - 10px);
  }
}
#booking .submit {
  width: 30.6666666667%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #booking .submit {
    width: 330px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #booking .submit {
    width: 100%;
  }
}
#booking .label {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.1em;
  color: #4B4F51;
  letter-spacing: 0.17px;
}
#booking .asterisk {
  position: absolute;
  left: 0;
  top: 11px;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1em;
  color: #A22405;
  pointer-events: none;
}
#booking .destinations-selector {
  position: relative;
}
#booking .destinations-selector select {
  display: block;
  width: 100%;
}
#booking .destinations-selector .select2-selection {
  height: 35px;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 0;
  background: none;
}
#booking .destinations-selector .select2-selection[aria-expanded=true] {
  border-color: transparent;
}
#booking .destinations-selector .select2-selection > span {
  line-height: 35px;
}
#booking .destinations-selector .select2-selection__arrow {
  display: none;
}
#booking .destinations-selector .select2-dropdown {
  border-top: 1px solid #D8D8D8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#booking .destinations-selector .select2-dropdown input[type=search] {
  border-radius: 3px;
  padding: 5px 8px;
}
#booking .destinations-selector .select2-results__option {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
}
#booking .destinations-selector svg {
  position: absolute;
  right: 0;
  bottom: 8px;
  fill: #9f9f9f;
  pointer-events: none;
  transition: fill 186ms;
}
#booking .destinations-selector:hover svg {
  fill: #855D99;
}
#booking .dates {
  position: relative;
}
#booking .date-button {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 34px;
  border-bottom: 1px solid #D8D8D8;
  text-align: left;
  font-family: inherit;
  font-size: 14px;
  padding-left: 8px;
}
#booking .date-button span {
  pointer-events: none;
}
#booking .date-button svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  fill: #9f9f9f;
  pointer-events: none;
  transition: fill 186ms;
}
#booking .date-button:hover svg {
  fill: #855D99;
}
#booking .stepper-control {
  display: flex;
  justify-content: space-between;
  height: 35px;
  line-height: 34px;
  border-bottom: 1px solid #D8D8D8;
}
#booking .stepper-control button {
  position: relative;
  width: 34px;
  height: 34px;
  font-size: 0;
}
#booking .stepper-control button:before, #booking .stepper-control button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #000;
  transition: background 186ms;
}
#booking .stepper-control button:hover:before, #booking .stepper-control button:hover:after {
  background: #855D99;
}
#booking .stepper-control button[data-action=increase]:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#booking input[type=text] {
  width: 100%;
  height: 35px;
  line-height: 34px;
  padding-left: 0;
  padding-right: 20px;
  border: none;
  border-bottom: 1px solid #D8D8D8;
}
#booking .select-wrapper {
  width: 100%;
}
#booking .select-wrapper select {
  width: 100%;
  height: 35px;
  line-height: 34px;
  padding-left: 0;
  padding-right: 20px;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: inherit;
  font-size: 14px;
}
#booking .select-wrapper .select-icon {
  top: 14px;
  right: 5px;
  width: 6px;
  height: 6px;
}
#booking .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 400 14px/16px "Lato", sans-serif;
  text-align: center;
  text-decoration: none;
  border: 1px solid #71AEB7;
  border-radius: 2px;
  background: #71AEB7;
  color: #000;
  padding: 10px 24px;
  margin-top: 11px;
  text-transform: uppercase;
  align-self: baseline;
}
#booking .submit:hover, #booking .submit:active {
  background: white;
  color: #71AEB7;
}

#booking-datepicker {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 8px 8px rgba(0, 0, 0, 0.08), 0 16px 16px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    width: 100%;
    bottom: auto;
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 240ms ease-in-out, margin 240ms ease-in-out, opacity 240ms ease-in-out, visibility 240ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
    margin-top: 24px;
    opacity: 1;
    visibility: visible;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #F7F7F7;
  border-bottom: 1px solid #D8D8D8;
  font: 20px/50px "Lato", sans-serif;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
  box-shadow: none;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker {
    padding: 20px;
  }
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 70px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 18px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 36px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 36px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #71AEB7;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "Lato", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

.home-intro {
  padding: 60px 0 40px;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  width: 350px;
}
.admin .preview-item .promo .promo-thumbnail img {
  display: block;
  width: 100%;
}

.promos-position-a {
  position: relative;
  z-index: 30;
}
.promos-position-a .slideshow {
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  white-space: normal;
  background: #266060;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 70%;
  }
}
.promos-position-a .promo .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.promos-position-a .promo .promo-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
.promos-position-a .promo .promo-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  animation: loading-icon-spin 1500ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promos-position-a .promo:hover .promo-thumbnail {
  transform: scale(1);
}
.promos-position-a .promo .content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
.promos-position-a .promo h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px "Lato", sans-serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 240ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #54baba;
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Lato", sans-serif;
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  animation: loading-icon-spin 1500ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "Lato", sans-serif;
  color: #54baba;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 240ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

.full-width-column {
  width: 90%;
  margin: auto;
}

#footer {
  font: normal 12px/1.2 "Lato", sans-serif;
  position: relative;
  letter-spacing: 1px;
  padding: 60px 90px;
  color: #F7F7F7;
  background-color: #2F2F2F;
  z-index: 1;
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 25px 25px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer {
    padding: 30px;
  }
}
#footer .footer-links-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .footer-links-wrap .footer-links-wrap-column {
    width: 100%;
    text-align: center;
  }
}
#footer .footer-links-wrap .footer-links-wrap-column:last-child {
  text-align: center;
}
#footer .footer-links-wrap .footer-links-wrap-column h3 {
  text-transform: uppercase;
  margin: 18px 0px;
  font-size: 15px;
  font-weight: bold;
  color: #CFAE78;
}
#footer .footer-links-wrap .footer-links-wrap-column li {
  margin-bottom: 12px;
}
#footer .footer-links-wrap .footer-links-wrap-column a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
#footer .footer-links-wrap .footer-links-wrap-column p {
  margin: 16px 0px;
  font-size: 14px;
}
#footer .footer-links-wrap .footer-links-wrap-column img {
  width: 190px;
}
#footer .footer-links-wrap .footer-links-wrap-column .social-icons a {
  margin: 0px 2px;
}
#footer .footer-links-wrap .footer-links-wrap-column .social-icons img {
  width: 15px;
  height: 15px;
}
#footer .footer-links-wrap .footer-links-wrap-column .social-icons img.youtube {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
#footer .footer-second-wrap {
  padding: 50px 0px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  #footer .footer-second-wrap {
    padding: 30px 0px;
    text-align: center;
  }
}
#footer .footer-second-wrap img {
  width: 220px;
  margin-bottom: 30px;
}
#footer .footer-second-wrap p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
#footer .footer-copyright {
  padding-top: 30px;
}
#footer .footer-copyright .footer-copyright-wrap-column p {
  text-align: end;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  #footer .footer-copyright .footer-copyright-wrap-column p {
    text-align: center;
  }
}
#footer .footer-copyright .footer-copyright-main {
  text-align: end;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-copyright .footer-copyright-main {
    text-align: center;
  }
}
#footer .footer-copyright .footer-copyright-main a {
  color: #fff;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 240ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #949494;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transition: border-color 240ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  transform-origin: center;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  animation: loading-icon-spin 1500ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 240ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:after, #share-this-site-overlay .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 240ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#share-this-site-overlay .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#share-this-site-overlay .close-button:hover:after, #share-this-site-overlay .close-button:hover:before {
  background: #949494;
}

.centered-section {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}

.loyalty-popup {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: opacity 500ms ease;
}

.loyalty-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  overflow: auto;
}
.loyalty-popup.visible {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}
.loyalty-popup .error {
  margin: 0 0 10px 0;
  border: 1px solid #A22405;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.loyalty-popup .error li {
  color: #A22405;
}
.loyalty-popup .error li li {
  color: #000;
}
.loyalty-popup .inner-wrapper {
  max-width: 920px;
  margin: auto;
}
@media only screen and (max-width: 850px) {
  .loyalty-popup .inner-wrapper {
    height: 100vh;
    background: #fff;
  }
}
.loyalty-popup .inner-wrapper .close {
  position: absolute;
  top: 17px;
  right: 26px;
  padding-right: 24px;
  overflow: hidden;
  z-index: 1;
  font: 400 12px/30px "Lato", sans-serif;
}
.loyalty-popup .inner-wrapper .close.close-privacy {
  text-indent: -999px;
  top: 23px;
  right: 27px;
  padding-right: 25px;
}
.loyalty-popup .inner-wrapper .close.close-privacy span:before, .loyalty-popup .inner-wrapper .close.close-privacy span:after {
  background: #fff;
}
.loyalty-popup .inner-wrapper .close span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.loyalty-popup .inner-wrapper .close span:before, .loyalty-popup .inner-wrapper .close span:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}
.loyalty-popup .inner-wrapper .close span:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}
.loyalty-popup .inner-wrapper .close span:after {
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
}
.loyalty-popup .inner-wrapper .close:hover {
  color: #855D99;
}
.loyalty-popup .inner-wrapper .close:hover span:before, .loyalty-popup .inner-wrapper .close:hover span:after {
  background: #855D99;
}
.loyalty-popup .inner-wrapper .back-button {
  position: absolute;
  bottom: 36px;
  left: 364px;
  padding-left: 21px;
  font-size: 12px;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.loyalty-popup .inner-wrapper .back-button.visible {
  display: block;
}
.loyalty-popup .inner-wrapper .back-button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-top: 2px solid #898989;
  border-left: 2px solid #898989;
}
.loyalty-popup .inner-wrapper .back-button:hover {
  color: #855D99;
}
.loyalty-popup .inner-wrapper .back-button:hover:before {
  border-color: #855D99;
}
.loyalty-popup .content-container {
  width: 100vw;
  max-width: 100%;
  min-height: 504px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.23);
  position: relative;
  overflow: hidden;
}
.loyalty-popup .content-container .thumbnail {
  position: absolute;
  height: 100%;
  width: 330px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 850px) {
  .loyalty-popup .content-container .thumbnail {
    display: none;
  }
}
.loyalty-popup .content-container .content {
  margin-left: 330px;
  width: calc(100% - 330px);
  position: relative;
}
@media only screen and (max-width: 850px) {
  .loyalty-popup .content-container .content {
    width: 100%;
    margin-left: 0;
  }
}
.loyalty-popup .content-container .content.sign-in, .loyalty-popup .content-container .content.reset, .loyalty-popup .content-container .content.reset-confirm {
  display: none;
}
.loyalty-popup .content-container .content.sign-in.visible, .loyalty-popup .content-container .content.reset.visible, .loyalty-popup .content-container .content.reset-confirm.visible {
  display: block;
}
.loyalty-popup .content-container .content.sign-in .logo {
  margin-bottom: 29px;
}
.loyalty-popup .content-container .content.reset h1 {
  padding-bottom: 18px;
}
.loyalty-popup .content-container .content.reset .controls button {
  margin-top: 7px;
}
.loyalty-popup .content-container .content .required-info {
  position: absolute;
  font: 400 10px/12px "Lato", sans-serif;
  color: #898989;
  top: 22px;
  left: 22px;
}
.loyalty-popup .content-container .content .required-info span {
  color: #A22405;
  font-size: 17px;
  display: inline-block;
  height: 6px;
  vertical-align: top;
  margin-top: 3px;
}
.loyalty-popup .content-container .content .content-inner-wrapper {
  max-width: 318px;
  margin: 0 auto;
  padding: 40px 0 38px;
}
.loyalty-popup .content-container .content .content-inner-wrapper.wide {
  max-width: 506px;
}
@media only screen and (max-width: 850px) {
  .loyalty-popup .content-container .content .content-inner-wrapper {
    padding: 93px 28px 40px;
    max-width: 100%;
  }
}
.loyalty-popup .content-container .content .logo {
  display: block;
  width: 140px;
  margin: 0 auto 40px;
}
.loyalty-popup .content-container .content .logo.increased-margin {
  margin-bottom: 52px;
}
@media only screen and (max-width: 850px) {
  .loyalty-popup .content-container .content .logo {
    width: 114px;
  }
}
.loyalty-popup .content-container .content .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.loyalty-popup .content-container .content .social-login-section {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .loyalty-popup .content-container .content .social-login-section {
    justify-content: center;
  }
}
.loyalty-popup .content-container .content .social-login-section .social-login-button {
  font: 400 10px/24px "Lato", sans-serif;
  color: #000;
  padding-left: 29px;
  position: relative;
  text-decoration: none;
}
.loyalty-popup .content-container .content .social-login-section .social-login-button:hover {
  text-decoration: underline;
}
.loyalty-popup .content-container .content .social-login-section .social-login-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 24px;
  background: #A22405;
}
.loyalty-popup .content-container .content .social-login-section .social-login-button.login-google {
  margin-right: 40px;
}
.loyalty-popup .content-container .content .social-login-section .social-login-button.login-google:before {
  background: url("../../loyalty/images/login-google.svg");
}
.loyalty-popup .content-container .content .social-login-section .social-login-button.login-facebook:before {
  background: url("../../loyalty/images/login-facebook.svg");
}
.loyalty-popup .content-container .content .or-separator {
  height: 25px;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.loyalty-popup .content-container .content .or-separator:before {
  content: "OR";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font: 400 12px/25px "Lato", sans-serif;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #898989;
  z-index: 2;
  background: #fff;
}
.loyalty-popup .content-container .content .or-separator:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #D8D8D8;
  position: absolute;
  top: 49%;
  left: 0;
}
.loyalty-popup .content-container .content header h1 {
  color: #000;
  font: 700 29px/29px "Lato", sans-serif;
  text-align: center;
  letter-spacing: 0.31px;
  text-transform: capitalize;
  padding: 0 15px 16px 15px;
  position: relative;
}
.loyalty-popup .content-container .content header h2 {
  text-align: center;
}
.loyalty-popup .content-container .content header p {
  font: 300 15px/26px "Lato", sans-serif;
  text-align: center;
}
.loyalty-popup .content-container .content header p .content-email {
  color: #A22405;
}
.loyalty-popup .content-container .content header hr {
  display: block;
  height: 1px;
  max-width: 318px;
  margin: 20px auto;
  border: none;
  background: #898989;
  color: #898989;
}
.loyalty-popup .content-container .content nav {
  margin-top: 55px;
}
.loyalty-popup .footer-container {
  padding: 17px 11px;
  font: 400 14px/14px "Lato", sans-serif;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .loyalty-popup .footer-container {
    position: relative;
    z-index: 1;
    color: #000;
    background-color: #fff;
  }
}
.loyalty-popup .footer-container a {
  color: #fff;
}
@media only screen and (max-width: 850px) {
  .loyalty-popup .footer-container a {
    color: #000;
  }
}
.loyalty-popup .footer-container a:hover {
  color: #855D99;
}
.loyalty-popup form p,
.loyalty-popup #login-form p,
.loyalty-popup .form-signup p {
  position: relative;
}
.loyalty-popup form .controls,
.loyalty-popup #login-form .controls,
.loyalty-popup .form-signup .controls {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.loyalty-popup form .controls a,
.loyalty-popup #login-form .controls a,
.loyalty-popup .form-signup .controls a {
  margin-left: 30px;
  font: 400 14px/40px "Lato", sans-serif;
  letter-spacing: 0.23px;
  color: #000;
}
.loyalty-popup form .controls a:hover,
.loyalty-popup #login-form .controls a:hover,
.loyalty-popup .form-signup .controls a:hover {
  color: #A22405;
}
.loyalty-popup form .controls button,
.loyalty-popup #login-form .controls button,
.loyalty-popup .form-signup .controls button {
  width: 121px;
  height: 40px;
  background: #855D99;
  font: 600 14px/38px "Lato", sans-serif;
  color: #fff;
  box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.34);
}
.loyalty-popup form .controls button:hover, .loyalty-popup form .controls button:active,
.loyalty-popup #login-form .controls button:hover,
.loyalty-popup #login-form .controls button:active,
.loyalty-popup .form-signup .controls button:hover,
.loyalty-popup .form-signup .controls button:active {
  background: #000;
}
.loyalty-popup form .select-wrapper,
.loyalty-popup #login-form .select-wrapper,
.loyalty-popup .form-signup .select-wrapper {
  width: 100%;
}
.loyalty-popup form input:not([type=submit]),
.loyalty-popup form select,
.loyalty-popup #login-form input:not([type=submit]),
.loyalty-popup #login-form select,
.loyalty-popup .form-signup input:not([type=submit]),
.loyalty-popup .form-signup select {
  width: 100%;
  height: 40px;
  padding: 0 31px;
  box-sizing: border-box;
  margin-bottom: 11px;
  line-height: 40px;
  border-radius: 2px !important;
  background: #F7F7F7 !important;
  border: 1px solid #c7c7c7 !important;
  color: #898989;
  font: 400 12px/14px "Lato", sans-serif;
}
.loyalty-popup form .toggle-password,
.loyalty-popup #login-form .toggle-password,
.loyalty-popup .form-signup .toggle-password {
  display: block;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  top: 11px;
  right: 10px;
}
.loyalty-popup form .toggle-password svg,
.loyalty-popup #login-form .toggle-password svg,
.loyalty-popup .form-signup .toggle-password svg {
  fill: #9f9f9f;
}
.loyalty-popup #login-form label,
.loyalty-popup #sso_login label {
  font-size: 0;
  position: absolute;
  left: 10px;
  top: 14px;
}
.loyalty-popup .loyalty-button,
.loyalty-popup input[type=submit] {
  display: block;
  text-align: center;
  height: 40px;
  border: 1px solid #898989;
  font: 600 14px/38px "Lato", sans-serif;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 52px;
}
.loyalty-popup .loyalty-button:hover,
.loyalty-popup input[type=submit]:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.loyalty-popup .loyalty-button.limited-width,
.loyalty-popup input[type=submit].limited-width {
  max-width: 318px;
  margin: 0 auto 15px;
}
.loyalty-popup .loyalty-button.purple,
.loyalty-popup input[type=submit].purple {
  border: 1px solid #855D99;
  background: #855D99;
  color: #fff;
}
.loyalty-popup .loyalty-button.purple:hover,
.loyalty-popup input[type=submit].purple:hover {
  background: #000;
  border-color: #000;
}
.loyalty-popup .loyalty-button.wide,
.loyalty-popup input[type=submit].wide {
  width: 100%;
}
.loyalty-popup.sign-in .footer-container {
  text-align: center;
}

.centered-section .inner-wrapper {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .centered-section .inner-wrapper {
    background: #fff;
  }
}
.centered-section .inner-wrapper .close {
  position: absolute;
  top: 17px;
  right: 26px;
  padding-right: 24px;
  overflow: hidden;
  z-index: 1;
  font: 400 12px/30px "Lato", sans-serif;
}
.centered-section .inner-wrapper .close.close-privacy {
  text-indent: -999px;
  top: 23px;
  right: 27px;
  padding-right: 25px;
}
.centered-section .inner-wrapper .close.close-privacy span:before, .centered-section .inner-wrapper .close.close-privacy span:after {
  background: #fff;
}
.centered-section .inner-wrapper .close span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.centered-section .inner-wrapper .close span:before, .centered-section .inner-wrapper .close span:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}
.centered-section .inner-wrapper .close span:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}
.centered-section .inner-wrapper .close span:after {
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
}
.centered-section .inner-wrapper .close:hover {
  color: #855D99;
}
.centered-section .inner-wrapper .close:hover span:before, .centered-section .inner-wrapper .close:hover span:after {
  background: #855D99;
}
.centered-section .inner-wrapper .back-button {
  position: absolute;
  bottom: 36px;
  left: 364px;
  padding-left: 21px;
  font-size: 12px;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.centered-section .inner-wrapper .back-button.visible {
  display: block;
}
.centered-section .inner-wrapper .back-button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-top: 2px solid #898989;
  border-left: 2px solid #898989;
}
.centered-section .inner-wrapper .back-button:hover {
  color: #855D99;
}
.centered-section .inner-wrapper .back-button:hover:before {
  border-color: #855D99;
}
.centered-section .content-container {
  width: 100vw;
  max-width: 100%;
  background: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.centered-section .content-container .thumbnail {
  position: absolute;
  height: 100%;
  width: 330px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 850px) {
  .centered-section .content-container .thumbnail {
    display: none;
  }
}
.centered-section .content-container .content {
  position: relative;
}
@media only screen and (max-width: 850px) {
  .centered-section .content-container .content {
    width: 100%;
    margin-left: 0;
  }
}
.centered-section .content-container .content.sign-in, .centered-section .content-container .content.reset, .centered-section .content-container .content.reset-confirm {
  display: none;
}
.centered-section .content-container .content.sign-in.visible, .centered-section .content-container .content.reset.visible, .centered-section .content-container .content.reset-confirm.visible {
  display: block;
}
.centered-section .content-container .content.sign-in .logo {
  margin-bottom: 29px;
}
.centered-section .content-container .content.reset h1 {
  padding-bottom: 18px;
}
.centered-section .content-container .content.reset .controls button {
  margin-top: 7px;
}
.centered-section .content-container .content .required-info {
  position: absolute;
  font: 400 10px/12px "Lato", sans-serif;
  color: #898989;
  top: 22px;
  left: 22px;
}
.centered-section .content-container .content .required-info span {
  color: #855D99;
  font-size: 17px;
  display: inline-block;
  height: 6px;
  vertical-align: top;
  margin-top: 3px;
}
.centered-section .content-container .content .content-inner-wrapper {
  max-width: 318px;
  margin: 0 auto;
  padding: 51px 0 38px;
}
.centered-section .content-container .content .content-inner-wrapper.wide {
  max-width: 506px;
}
@media only screen and (max-width: 850px) {
  .centered-section .content-container .content .content-inner-wrapper {
    padding: 0 28px 40px;
    max-width: 100%;
  }
}
.centered-section .content-container .content .logo {
  display: block;
  width: 70px;
  margin: 0 auto 40px;
}
.centered-section .content-container .content .logo.increased-margin {
  margin-bottom: 52px;
}
@media only screen and (max-width: 850px) {
  .centered-section .content-container .content .logo {
    width: 114px;
  }
}
.centered-section .content-container .content .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.centered-section .content-container .content .social-login-section {
  display: flex;
  margin-bottom: 20px;
}
.centered-section .content-container .content .social-login-section .social-login-button {
  font: 400 10px/24px "Lato", sans-serif;
  color: #000;
  padding-left: 29px;
  position: relative;
  text-decoration: none;
}
.centered-section .content-container .content .social-login-section .social-login-button:hover {
  text-decoration: underline;
}
.centered-section .content-container .content .social-login-section .social-login-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 24px;
  background: #855D99;
}
.centered-section .content-container .content .social-login-section .social-login-button.login-google {
  margin-right: 40px;
}
.centered-section .content-container .content .social-login-section .social-login-button.login-google:before {
  background: url("../../loyalty/images/login-google.svg");
}
.centered-section .content-container .content .social-login-section .social-login-button.login-facebook:before {
  background: url("../../loyalty/images/login-facebook.svg");
}
.centered-section .content-container .content .or-separator {
  height: 25px;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.centered-section .content-container .content .or-separator:before {
  content: "OR";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font: 400 12px/25px "Lato", sans-serif;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #898989;
  z-index: 2;
  background: #fff;
}
.centered-section .content-container .content .or-separator:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #D8D8D8;
  position: absolute;
  top: 49%;
  left: 0;
}
.centered-section .content-container .content header h1 {
  font: 50px/58px "Lato", sans-serif;
  color: #855D99;
  text-align: center;
}
.centered-section .content-container .content header h2 {
  font: 30px/36px "Lato", sans-serif;
  color: #855D99;
  text-align: center;
}
.centered-section .content-container .content header p {
  font: 400 15px/26px "Lato", sans-serif;
  letter-spacing: 0.38px;
  text-align: center;
  color: #7F8394;
}
.centered-section .content-container .content header p .content-email {
  color: #855D99;
}
.centered-section .content-container .content header hr {
  display: block;
  height: 1px;
  max-width: 318px;
  margin: 20px auto;
  border: none;
  background: #898989;
  color: #898989;
}
.centered-section .content-container .content nav {
  margin-top: 55px;
}
.centered-section .footer-container {
  padding: 17px 11px;
  font: 400 14px/14px "Lato", sans-serif;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .centered-section .footer-container {
    position: relative;
    z-index: 1;
    color: #000;
    background-color: #fff;
  }
}
.centered-section .footer-container a {
  color: #000;
}
@media only screen and (max-width: 850px) {
  .centered-section .footer-container a {
    color: #000;
  }
}
.centered-section .footer-container a:hover {
  color: #855D99;
}
.centered-section form p,
.centered-section #login-form p,
.centered-section .form-signup p {
  position: relative;
}
.centered-section form .controls,
.centered-section #login-form .controls,
.centered-section .form-signup .controls {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.centered-section form .controls a,
.centered-section #login-form .controls a,
.centered-section .form-signup .controls a {
  font: 600 13px/35px "Lato", sans-serif !important;
  letter-spacing: 0.23px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.centered-section form .controls a::after,
.centered-section #login-form .controls a::after,
.centered-section .form-signup .controls a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0px;
  bottom: 8px;
}
.centered-section form .controls a:hover,
.centered-section #login-form .controls a:hover,
.centered-section .form-signup .controls a:hover {
  color: #000;
}
.centered-section form .select-wrapper,
.centered-section #login-form .select-wrapper,
.centered-section .form-signup .select-wrapper {
  width: 100%;
}
.centered-section form input:not([type=submit]),
.centered-section form select,
.centered-section #login-form input:not([type=submit]),
.centered-section #login-form select,
.centered-section .form-signup input:not([type=submit]),
.centered-section .form-signup select {
  width: 100%;
  height: 40px;
  padding: 0 31px;
  box-sizing: border-box;
  margin-bottom: 11px;
  line-height: 40px;
  border-radius: 2px !important;
  background: #E7F5F7 !important;
  border: 1px solid #B7D2D2 !important;
  color: #898989;
  font: 400 16px/18px "Lato", sans-serif;
}
.centered-section form .toggle-password,
.centered-section #login-form .toggle-password,
.centered-section .form-signup .toggle-password {
  display: block;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  top: 11px;
  right: 10px;
}
.centered-section form .toggle-password svg,
.centered-section #login-form .toggle-password svg,
.centered-section .form-signup .toggle-password svg {
  fill: #9f9f9f;
}
.centered-section #login-form label,
.centered-section #sso_login label {
  font-size: 0;
  position: absolute;
  left: 10px;
  top: 13px;
}
.centered-section .loyalty-button,
.centered-section input[type=submit] {
  display: block;
  text-align: center;
  height: 40px;
  border: 1px solid #979797;
  font: 600 14px/38px "Lato", sans-serif;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 52px;
}
.centered-section .loyalty-button:hover,
.centered-section input[type=submit]:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.centered-section .loyalty-button.limited-width,
.centered-section input[type=submit].limited-width {
  max-width: 318px;
  margin: 0 auto 15px;
}
.centered-section .loyalty-button.purple,
.centered-section input[type=submit].purple {
  border: 1px solid #855D99;
  background: #855D99;
  color: #fff;
}
.centered-section .loyalty-button.purple:hover,
.centered-section input[type=submit].purple:hover {
  background: #000;
  border-color: #000;
}
.centered-section .loyalty-button.wide,
.centered-section input[type=submit].wide {
  width: 100%;
}

.password-change-popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: 100;
  padding: 87px 0 55px;
  visibility: hidden;
  transition: top 400ms ease;
  box-shadow: 0 35px 13px 39px rgba(0, 0, 0, 0.13);
}
.password-change-popup.open {
  top: 0;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .password-change-popup .center-column {
    position: unset;
    padding: 0 40px;
  }
}
.password-change-popup .close {
  position: absolute;
  top: 28px;
  right: 45px;
  z-index: 1;
  text-indent: -999px;
  padding-right: 15px;
  width: 35px;
  height: 35px;
}
.keyboard-navigation .password-change-popup .close:focus {
  outline-color: #855D99;
}
@media only screen and (max-width: 768px) {
  .password-change-popup .close {
    top: 30px;
    right: 30px;
  }
}
.password-change-popup .close span:first-of-type {
  display: none;
}
.password-change-popup .close span:last-of-type {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.password-change-popup .close span:last-of-type:before, .password-change-popup .close span:last-of-type:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}
.password-change-popup .close span:last-of-type:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
.password-change-popup .close span:last-of-type:after {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
}
.password-change-popup .close:hover {
  color: #855D99;
}
.password-change-popup .close:hover span:last-of-type:before, .password-change-popup .close:hover span:last-of-type:after {
  background: #855D99;
}
.keyboard-navigation .password-change-popup .close:focus span:last-of-type:before, .keyboard-navigation .password-change-popup .close:focus span:last-of-type:after {
  background: #855D99;
}
.password-change-popup .required-info {
  position: absolute;
  font: 400 10px/12px "Lato", sans-serif;
  color: #898989;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1330px) {
  .password-change-popup .required-info {
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .password-change-popup .required-info {
    right: unset;
    top: 30px;
    left: 30px;
  }
}
.password-change-popup .required-info span {
  color: #855D99;
  font-size: 17px;
  display: inline-block;
  height: 6px;
  vertical-align: top;
  margin-top: 3px;
}
.password-change-popup .page-content {
  font-family: "Lato", sans-serif;
  color: #4B4F51;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .password-change-popup .page-content {
    text-align: left;
  }
}
.password-change-popup .page-content h2 {
  font: 400 24px/29px "Lato", sans-serif;
  color: #000;
  letter-spacing: 0.71px;
  margin-bottom: 19px;
  padding-left: 37px;
  position: relative;
}
.password-change-popup .page-content h2:before {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/circle-arrow.svg");
  background-size: cover;
}
.password-change-popup .page-content p {
  margin-bottom: 0;
  line-height: inherit;
}
.password-change-popup .page-content ul {
  margin-left: 0;
  line-height: inherit;
}
.password-change-popup form {
  width: 100%;
  margin-top: 60px;
}
.password-change-popup form:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 768px) {
  .password-change-popup form {
    margin-top: 40px;
  }
}
.password-change-popup form fieldset {
  float: left;
  width: calc(100% - 265px);
  margin-right: 30px;
}
.password-change-popup form fieldset:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 768px) {
  .password-change-popup form fieldset {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.password-change-popup form fieldset.controls {
  width: 235px;
  margin: 13px 0 0;
}
@media only screen and (max-width: 768px) {
  .password-change-popup form fieldset.controls {
    width: 100%;
  }
}
.password-change-popup form fieldset.controls .button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .password-change-popup form fieldset.controls .button {
    width: 235px;
    margin: 0 auto;
  }
}
.password-change-popup form fieldset p {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .password-change-popup form fieldset p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.password-change-popup form fieldset p:last-of-type {
  margin-right: 0;
}
.password-change-popup form fieldset p.required {
  position: relative;
}
.password-change-popup form fieldset p.required:before {
  content: "*";
  display: block;
  font: 400 20px/40px "Lato", sans-serif;
  color: #855D99;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.password-change-popup form fieldset p label,
.password-change-popup form fieldset p input {
  display: block;
}
.password-change-popup form fieldset p label {
  font: 400 10px/13px "Lato", sans-serif;
  letter-spacing: 0.17px;
  text-transform: capitalize;
}
.password-change-popup form fieldset p input {
  border-bottom: 1px solid #9f9f9f !important;
  height: 40px;
  width: 100%;
  padding: 0 15px;
}
.keyboard-navigation .password-change-popup form fieldset p input:focus {
  outline-color: #855D99;
}

.member-card-popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(75, 79, 81, 0.42);
  z-index: 100;
  padding: 87px 0 55px;
  visibility: hidden;
  transition: top 400ms ease;
}
.member-card-popup.open {
  top: 0;
  visibility: visible;
}
.member-card-popup .inner-wrapper {
  background: #fff;
  width: 70vw;
  max-width: 929px;
  position: relative;
  margin: 0 auto;
  padding: 43px 38px 18px 25px;
  box-shadow: rgba(0, 0, 0, 0.13) 0 0 35px 13px;
}
@media only screen and (max-width: 1023px) {
  .member-card-popup .inner-wrapper {
    padding: 43px 38px;
  }
}
@media only screen and (max-width: 767px) {
  .member-card-popup .inner-wrapper {
    width: 90vw;
  }
}
.member-card-popup .inner-wrapper .apple-wallet {
  text-align: center;
  margin-top: 25px;
}
.member-card-popup .close {
  position: absolute;
  top: 26px;
  right: 21px;
  z-index: 1;
  text-indent: -999px;
  padding-right: 15px;
  width: 35px;
  height: 35px;
}
.keyboard-navigation .member-card-popup .close:focus {
  outline-color: #855D99;
}
@media only screen and (max-width: 1023px) {
  .member-card-popup .close {
    top: 10px;
    right: 10px;
  }
}
.member-card-popup .close span:first-of-type {
  display: none;
}
.member-card-popup .close span:last-of-type {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.member-card-popup .close span:last-of-type:before, .member-card-popup .close span:last-of-type:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}
.member-card-popup .close span:last-of-type:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
.member-card-popup .close span:last-of-type:after {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
}
.member-card-popup .close:hover {
  color: #855D99;
}
.member-card-popup .close:hover span:last-of-type:before, .member-card-popup .close:hover span:last-of-type:after {
  background: #855D99;
}
.keyboard-navigation .member-card-popup .close:focus span:last-of-type:before, .keyboard-navigation .member-card-popup .close:focus span:last-of-type:after {
  background: #855D99;
}
.member-card-popup .page-content {
  font-family: "Lato", sans-serif;
  color: #4B4F51;
  line-height: 24px;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .member-card-popup .page-content {
    flex-direction: column;
  }
}
.member-card-popup .page-content .card {
  width: 375px;
  height: 240px;
  flex: 0 0 375px;
  background: #0F1F2A;
  position: relative;
  border-radius: 18px;
}
.member-card-popup .page-content .card.Silver {
  background: #0F1F2A;
}
.member-card-popup .page-content .card.Gold {
  background: #b2994c;
}
.member-card-popup .page-content .card.Platinum {
  background: #464648;
}
@media only screen and (max-width: 1023px) {
  .member-card-popup .page-content .card {
    width: 100%;
    flex: 0 0 300px;
  }
}
.member-card-popup .page-content .card .logo-wrapper {
  position: absolute;
  top: 20px;
  right: 26px;
  text-align: right;
}
.member-card-popup .page-content .card .logo-wrapper img {
  width: 120px;
  height: auto;
  display: block;
}
.member-card-popup .page-content .card .logo-wrapper span {
  color: #fff;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 4px;
  font-weight: 100;
}
.member-card-popup .page-content .card .mem-card-data-wrapper {
  position: absolute;
  left: 23px;
  bottom: 32px;
  color: #fff;
  text-transform: uppercase;
}
.member-card-popup .page-content .card .mem-card-data-wrapper > div + div {
  margin-top: 25px;
}
.member-card-popup .page-content .card .mem-card-data-wrapper .title {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.7px;
}
.member-card-popup .page-content .card .mem-card-data-wrapper .data {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.7px;
}
.member-card-popup .page-content .content {
  padding-left: 38px;
}
@media only screen and (max-width: 1023px) {
  .member-card-popup .page-content .content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.member-card-popup .page-content .content a {
  display: inline-block;
  margin-top: 25px;
  padding-right: 15px;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #71AEB7;
  text-decoration: none;
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
  padding-bottom: 20px;
}
.member-card-popup .page-content .content a:hover {
  color: #CFAE78;
}
.member-card-popup .page-content .content a:after {
  content: none;
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.member-card-popup .page-content .small-title {
  font: 300 16px/18px "Lato", sans-serif;
  color: #6D6E71;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}
.member-card-popup .page-content .large-title {
  font: 600 36px/39px "Lato", sans-serif;
  color: #000;
  letter-spacing: 2px;
  padding-bottom: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}
.member-card-popup .page-content p {
  margin-bottom: 0;
  font: 400 16px/29px "Lato", sans-serif;
  color: #2F2F2F;
  letter-spacing: 0.2px;
}

.register-section .js-error-container p {
  border: 1px solid #A22405;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 10px;
  letter-spacing: 0px;
}
.register-section .inner-wrapper {
  max-width: 726px;
  margin: 0 auto;
}
.register-section .inner-wrapper .close {
  position: absolute;
  top: 23px;
  right: 27px;
  padding-right: 25px;
  overflow: hidden;
  z-index: 1;
}
.register-section .inner-wrapper .close.close-privacy {
  text-indent: -999px;
  padding-right: 15px;
}
.register-section .inner-wrapper .close.close-privacy span:before, .register-section .inner-wrapper .close.close-privacy span:after {
  background: #fff;
}
.register-section .inner-wrapper .close span {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.register-section .inner-wrapper .close span:before, .register-section .inner-wrapper .close span:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}
.register-section .inner-wrapper .close span:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.register-section .inner-wrapper .close span:after {
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}
.register-section .inner-wrapper .close:hover {
  color: #855D99;
}
.register-section .inner-wrapper .close:hover span:before, .register-section .inner-wrapper .close:hover span:after {
  background: #855D99;
}
.register-section .content-container {
  width: 100vw;
  max-width: 100%;
  background: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.register-section .content-container .content {
  width: 100%;
  margin-left: 0;
  position: relative;
}
.register-section .content-container .content.sign-in, .register-section .content-container .content.reset, .register-section .content-container .content.reset-confirm {
  display: none;
}
.register-section .content-container .content.sign-in.visible, .register-section .content-container .content.reset.visible, .register-section .content-container .content.reset-confirm.visible {
  display: block;
}
.register-section .content-container .content .required-info {
  position: absolute;
  font: 400 10px/12px "Lato", sans-serif;
  color: #898989;
  top: 19px;
  left: 32px;
}
.register-section .content-container .content .required-info span {
  color: #A22405;
  font-size: 17px;
  display: inline-block;
  height: 6px;
  vertical-align: top;
  margin-top: 3px;
}
.register-section .content-container .content .content-inner-wrapper {
  max-width: 524px;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .register-section .content-container .content .content-inner-wrapper {
    padding: 93px 28px 40px;
    max-width: 100%;
  }
}
.register-section .content-container .content .content-inner-wrapper.pt-0 {
  padding-top: 0;
}
.register-section .content-container .content .logo {
  display: block;
  width: 75px;
  margin: 0 auto 18px;
}
.register-section .content-container .content .logo.increased-margin {
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  .register-section .content-container .content .logo {
    width: 114px;
  }
}
.register-section .content-container .content .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.register-section .content-container .content nav {
  margin: 47px 41px 27px 29px;
  position: relative;
}
.register-section .content-container .content nav:after {
  clear: both;
  content: "";
  display: table;
}
.register-section .content-container .content nav .back-button {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  overflow: hidden;
  z-index: 1;
  display: none;
  float: left;
  top: 4px;
}
.register-section .content-container .content nav .back-button.visible {
  display: block;
}
.register-section .content-container .content nav .back-button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 51%;
  transform: translateY(-50%) rotate(-45deg);
  border-top: 2px solid #898989;
  border-left: 2px solid #898989;
}
.register-section .content-container .content nav .back-button:hover {
  color: #855D99;
}
.register-section .content-container .content nav .back-button:hover:before {
  border-color: #855D99;
}
.register-section .content-container .content nav .next-button, .register-section .content-container .content nav .submit-button, .register-section .content-container .content nav .thanks-button {
  overflow: hidden;
  z-index: 1;
  margin-top: 0;
  float: right;
}
.register-section .content-container .content nav .next-button {
  display: block;
}
.register-section .content-container .content nav .next-button.hidden {
  display: none;
}
.register-section .content-container .content nav .submit-button, .register-section .content-container .content nav .thanks-button {
  display: none;
}
.register-section .content-container .content nav .submit-button.visible, .register-section .content-container .content nav .thanks-button.visible {
  display: block;
}
.register-section .content-container .content nav .progress-bar {
  opacity: 1;
  width: 60px;
  height: 6px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.register-section .content-container .content nav .progress-bar:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #B7D2D2;
  transform: translateY(-50%);
}
.register-section .content-container .content nav .progress-bar span {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #B7D2D2;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: background 400ms ease;
}
.register-section .content-container .content nav .progress-bar[data-step="0"] span:nth-of-type(1) {
  background: #B7D2D2;
}
.register-section .content-container .content nav .progress-bar[data-step="1"] span:nth-of-type(1), .register-section .content-container .content nav .progress-bar[data-step="1"] span:nth-of-type(2) {
  background: #B7D2D2;
}
.register-section .content-container .content nav .progress-bar[data-step="2"] span:nth-of-type(1), .register-section .content-container .content nav .progress-bar[data-step="2"] span:nth-of-type(2), .register-section .content-container .content nav .progress-bar[data-step="2"] span:nth-of-type(3) {
  background: #B7D2D2;
}
.register-section .content-container .content nav .progress-bar[data-step="3"] span:nth-of-type(1), .register-section .content-container .content nav .progress-bar[data-step="3"] span:nth-of-type(2), .register-section .content-container .content nav .progress-bar[data-step="3"] span:nth-of-type(3), .register-section .content-container .content nav .progress-bar[data-step="3"] span:nth-of-type(4), .register-section .content-container .content nav .progress-bar[data-step="4"] span:nth-of-type(1), .register-section .content-container .content nav .progress-bar[data-step="4"] span:nth-of-type(2), .register-section .content-container .content nav .progress-bar[data-step="4"] span:nth-of-type(3), .register-section .content-container .content nav .progress-bar[data-step="4"] span:nth-of-type(4) {
  background: #B7D2D2;
}
.register-section .footer-container {
  padding: 12px 17px;
  font: 400 14px/14px "Lato", sans-serif;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .register-section .footer-container {
    position: relative;
    z-index: 1;
    color: #000;
  }
}
.register-section .footer-container a {
  color: #000;
}
@media only screen and (max-width: 850px) {
  .register-section .footer-container a {
    color: #000;
  }
}
.register-section .footer-container a:hover {
  color: #855D99;
}
.register-section form .formError {
  opacity: 1 !important;
  left: 0 !important;
  width: 100%;
}
.register-section form .formError .formErrorContent, .register-section form .formError .passwordformError {
  padding: 20px;
  border-radius: 2px;
  background: none;
  color: #A22405;
  font: 400 12px/15px "Lato", sans-serif;
  box-shadow: none;
  background: #fff;
  width: 100%;
  border: 1px solid #c7c7c7;
}
.register-section form fieldset {
  display: none;
}
.register-section form fieldset.visible {
  display: block;
}
.register-section form fieldset.last-step {
  text-align: center;
}
.register-section form fieldset.last-step legend {
  margin-bottom: 7px;
}
.register-section form fieldset.last-step p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  max-width: 100%;
}
.register-section form legend {
  display: block;
  font: 400 17px/29px "Lato", sans-serif;
  letter-spacing: 0.31px;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}
.register-section form .review-terms {
  max-width: 100% !important;
  font-size: 12px !important;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  line-height: 25px !important;
}
.register-section form p {
  position: relative;
}
.register-section form p.limited-width {
  max-width: 318px;
  margin: 0 auto;
}
.register-section form p.terms-conditions {
  background: #F7F7F7;
  max-height: 99px;
  overflow: auto;
  padding: 9px 19px 7px 16px;
  font: 400 10px/17px "Lato", sans-serif;
  color: #4B4F51;
  margin-bottom: 19px;
}
.register-section form p a {
  text-decoration: none;
}
.register-section form p a:hover {
  text-decoration: underline;
}
.register-section form .select-wrapper {
  width: 100%;
}
.register-section form input:not([type=submit], [type=checkbox]), .register-section form select {
  width: 100%;
  height: 40px;
  padding: 0 31px;
  box-sizing: border-box;
  margin-bottom: 19px;
  line-height: 40px;
  border-radius: 2px !important;
  background: #E7F5F7 !important;
  border: 1px solid #B7D2D2 !important;
  color: #898989;
  font: 400 16px/18px "Lato", sans-serif;
}
.register-section form input[type=checkbox] {
  margin-right: 7px;
}
.register-section form .error-here input:not([type=submit], [type=checkbox]) {
  background: #FFDBDB !important;
  border: 1px solid #A22405 !important;
}
.register-section form .red-check {
  width: 50px;
  height: 50px;
  margin: 0 auto 17px;
  position: relative;
}
.register-section form .red-check:before {
  content: "";
  display: block;
  height: 16px;
  width: 36px;
  border-left: 5px solid #71AEB7;
  border-bottom: 5px solid #71AEB7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.register-section form .password-info {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #898989;
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 12px;
}
.register-section form .password-info:before, .register-section form .password-info:after {
  content: "";
  display: block;
  position: absolute;
  background: #898989;
  left: 50%;
  transform: translateX(-50%);
}
.register-section form .password-info:before {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 3px;
}
.register-section form .password-info:after {
  width: 2px;
  height: 6px;
  bottom: 2px;
}
.register-section form .password-info:hover .info-wrapper {
  opacity: 1;
  visibility: visible;
}
.register-section form .password-info .info-wrapper {
  width: 206px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: opacity 400ms ease;
  padding: 10px 14px 14px;
  box-sizing: border-box;
  position: absolute;
  left: -24px;
  top: 20px;
  border: 1px solid #979797;
  color: #4B4F51;
  box-shadow: 0 0 35px 13px rgba(0, 0, 0, 0.13);
  pointer-events: none;
}
.register-section form .password-info .info-wrapper:before, .register-section form .password-info .info-wrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.register-section form .password-info .info-wrapper:before {
  z-index: 1;
  top: -10px;
  border-bottom: 10px solid #979797;
}
.register-section form .password-info .info-wrapper:after {
  z-index: 2;
  top: -9px;
  border-bottom: 10px solid #fff;
}
.register-section form .password-info .info-wrapper span {
  display: block;
}
.register-section form .password-info .info-wrapper .info-title {
  font: 600 14px/17px "Lato", sans-serif;
  margin-bottom: 10px;
}
.register-section form .password-info .info-wrapper .info-entry {
  margin-bottom: 9px;
  font: 400 12px/12px "Lato", sans-serif;
  padding-left: 23px;
  position: relative;
}
.register-section form .password-info .info-wrapper .info-entry:last-of-type {
  margin-bottom: 0;
}
.register-section form .password-info .info-wrapper .info-entry:before {
  content: "";
  display: block;
  height: 6px;
  width: 12px;
  border-left: 1px solid #A22405;
  border-bottom: 1px solid #A22405;
  position: absolute;
  left: 0;
  top: 2px;
  transform: rotate(-45deg);
}
.mb-less {
  margin: 0 auto 20px !important;
}

@media only screen and (max-width: 767px) {
  #profile-progress .circle-svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
}
#profile-progress .circle-svg circle {
  transition: stroke-dashoffset 1000ms linear;
  stroke: #D8D8D8;
  stroke-width: 6px;
}
#profile-progress .circle-svg circle.bar1 {
  stroke-dashoffset: 0;
}
#profile-progress .circle-svg circle.bar2 {
  stroke-dashoffset: 400px;
}
#profile-progress .circle-svg.progress1 .bar2 {
  stroke: #CFAE78;
}
#profile-progress .circle-svg.progress2 .bar2 {
  stroke: #855D99;
}
#profile-progress .circle-svg.progress3 .bar2 {
  stroke: #000;
}
#profile-progress .top-wrapper {
  position: relative;
  border: 1px solid #D8D8D8;
  border-bottom: none;
  background: #F7F7F7;
  padding: 32px 36px 17px 36px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1225px) {
  #profile-progress .top-wrapper {
    display: block;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #profile-progress .top-wrapper {
    padding: 32px 20px 0;
  }
}
#profile-progress .top-wrapper > .content {
  width: calc(100% - 735px);
  padding-right: 0;
  padding-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 1225px) {
  #profile-progress .top-wrapper > .content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #profile-progress .top-wrapper > .content {
    margin-bottom: 30px;
  }
}
#profile-progress .top-wrapper > .content h3 {
  font: 700 15px/19px "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2px;
}
#profile-progress .top-wrapper > .content .member-award-status {
  margin-bottom: 7px;
}
#profile-progress .top-wrapper > .content .member-award-status span {
  font-size: 39px;
  line-height: 47px;
}
#profile-progress .top-wrapper > .content .member-award-status.tier0 {
  color: #735A25;
}
#profile-progress .top-wrapper > .content .member-award-status.tier1 {
  color: #CFAE78;
}
#profile-progress .top-wrapper > .content .member-award-status.tier2 {
  color: #855D99;
}
#profile-progress .top-wrapper > .content .member-award-status.tier3 {
  color: #000;
}
#profile-progress .top-wrapper > .content a {
  font: 600 13px/1.2 "Lato", sans-serif;
  height: 26px;
  color: #855D99;
  position: relative;
  padding: 0 35px 0 0;
  text-decoration: none;
}
#profile-progress .top-wrapper > .content a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
#profile-progress .top-wrapper > .content a:hover {
  color: #000;
}
#profile-progress .top-wrapper > .content p {
  font: 400 13px/26px "Lato", sans-serif;
  margin-bottom: 15px;
}
#profile-progress .tab-controls {
  position: absolute;
  right: 0;
  bottom: -1px;
}
@media only screen and (max-width: 1225px) {
  #profile-progress .tab-controls {
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  #profile-progress .tab-controls {
    display: flex;
    justify-content: space-evenly;
  }
}
#profile-progress .tab-controls button {
  padding: 22px 40px 19px 40px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  bottom: -1px;
  z-index: 1;
}
@media only screen and (max-width: 1225px) {
  #profile-progress .tab-controls button {
    padding: 22px 30px 19px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #profile-progress .tab-controls button {
    width: 33%;
    padding: 10px;
  }
}
#profile-progress .tab-controls button:before {
  content: "";
  display: none;
  height: 15px;
  width: 32px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  position: absolute;
  left: 50%;
  top: 60px;
  transform-origin: center;
  transform: translateX(-50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #profile-progress .tab-controls button:before {
    top: 48px;
  }
}
#profile-progress .tab-controls button:after {
  content: attr(data-required);
  display: block;
  color: #000;
  font: 400 30px/35px "Lato", sans-serif;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #profile-progress .tab-controls button:after {
    font: 400 20px/25px "Lato", sans-serif;
    transform: translateX(-50%);
    top: 75px;
  }
}
#profile-progress .tab-controls button.active {
  background: #fff;
  border: 1px solid #D8D8D8;
  border-bottom: #fff;
}
#profile-progress .tab-controls button.completed:before {
  display: block;
}
#profile-progress .tab-controls button .button-title {
  display: block;
  text-align: center;
  color: #000;
  font: 500 15px/18px "Lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  #profile-progress .tab-controls button .button-title {
    padding-top: 115px;
  }
}
#profile-progress .tab-wrapper {
  padding: 30px 19px;
  border: 1px solid #D8D8D8;
  position: relative;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media only screen and (max-width: 550px) {
  #profile-progress .tab-wrapper {
    padding: 30px 20px;
  }
}
#profile-progress .tab-wrapper .tab {
  position: absolute;
  opacity: 0;
  z-index: -100;
  display: block;
  left: 19px;
  right: 19px;
  top: 30px;
  transition: opacity 400ms ease;
}
#profile-progress .tab-wrapper .tab.visible {
  width: 100%;
  position: relative;
  opacity: 1;
  z-index: 1;
  left: unset;
  top: unset;
  right: unset;
}
#profile-progress .tab-wrapper .tab h4.spec-title {
  font: 400 23px/28px "Lato", sans-serif;
  padding: 0 30px;
}

#invite-friend {
  margin-bottom: 58px;
  margin-top: 50px;
}
#invite-friend .center-column-custom {
  width: 90%;
  margin: auto;
}
#invite-friend .inner-wrapper {
  padding: 46px 50px 39px;
  position: relative;
  background: #0a2024;
}
#invite-friend .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
}
#invite-friend .thumbnail img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #invite-friend .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#invite-friend .content {
  color: #FFFFFF;
  position: relative;
  text-align: center;
}
#invite-friend .content svg {
  fill: #FFFFFF;
}
#invite-friend .content h2 {
  color: #fff;
  font-size: 26px;
  margin: 0px;
  margin-top: 5px;
}
#invite-friend .content p {
  font-size: 18px;
  color: #fff;
  padding: 10px 0px 30px;
  margin: 0px;
}
#invite-friend .content button {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-right: 15px;
}
#invite-friend .content button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  position: absolute;
  right: 1px;
  top: 10px;
}
#invite-friend .content button:hover {
  text-decoration: underline;
}

#invite-friend-popup {
  background: rgba(75, 79, 81, 0.42);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  transition: visibility 400ms ease, opacity 400ms ease;
  display: block;
}
#invite-friend-popup.visible {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
#invite-friend-popup .inner-wrapper {
  width: 80%;
  max-width: 726px;
  height: 80%;
  max-height: 475px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  #invite-friend-popup .inner-wrapper {
    height: auto;
    max-height: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #invite-friend-popup .inner-wrapper {
    width: 90%;
  }
}
#invite-friend-popup .inner-wrapper .popup-content {
  display: block;
  background: #FFFFFF;
  padding: 40px 40px 30px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 35px -13px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #invite-friend-popup .inner-wrapper .popup-content {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #invite-friend-popup .inner-wrapper .popup-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#invite-friend-popup .inner-wrapper .popup-content .logo {
  width: 180px;
  margin: 0 auto;
  display: block;
  pointer-events: none;
}
#invite-friend-popup .inner-wrapper .popup-content .logo img {
  width: 100%;
  height: auto;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper {
  margin-top: 12px;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper h2 {
  font: 500 20px/29px SourceSansPro, Arial, sans-serif;
  letter-spacing: 0.31px;
  text-transform: capitalize;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper p {
  margin-top: 6px;
  font: 400 14px/23px SourceSansPro, Arial, sans-serif;
  letter-spacing: 0.22px;
  position: relative;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form {
  margin-top: 23px;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form label {
  position: relative;
  color: #a22405;
  font-size: 18px;
  left: 23px;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  #invite-friend-popup .inner-wrapper .popup-content .text-wrapper form label {
    left: 10px;
    top: 12px;
    position: absolute;
  }
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form .recaptcha-wrapper {
  margin-top: 23px;
  text-align: center;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form .recaptcha-wrapper .g-recaptcha {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form .recaptcha-wrapper .g-recaptcha.error {
  outline: 2px solid red;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form .controls {
  margin-top: 23px;
  text-align: right;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form .controls button {
  height: 40px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 32px 0 20px;
  position: relative;
  color: #000;
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form .controls button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(-45deg);
}
#invite-friend-popup .inner-wrapper .popup-content .text-wrapper form input[type=email] {
  border: 1px solid #c7c7c7;
  height: 40px;
  margin-bottom: 11px;
  padding: 0 30px;
  position: relative;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #invite-friend-popup .inner-wrapper .popup-content .text-wrapper form input[type=email] {
    width: 100%;
  }
}
#invite-friend-popup .required-info {
  position: absolute;
  font: 400 10px/12px SourceSansPro, Arial, sans-serif;
  color: #898989;
  top: 22px;
  left: 22px;
}
#invite-friend-popup .required-info span {
  color: #A22405;
  font-size: 17px;
  display: inline-block;
  height: 6px;
  vertical-align: top;
  margin-top: 3px;
}
#invite-friend-popup .close-button {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 1;
  padding-right: 26px;
  height: 35px;
}
.keyboard-navigation #invite-friend-popup .close-button:focus {
  outline-color: #0F1F2A;
}
@media only screen and (max-width: 767px) {
  #invite-friend-popup .close-button {
    top: 22px;
    right: 22px;
  }
}
#invite-friend-popup .close-button span:first-of-type {
  font: 300 12px/14px SourceSansPro, Arial, sans-serif;
}
#invite-friend-popup .close-button span:last-of-type {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
}
#invite-friend-popup .close-button span:last-of-type:before, #invite-friend-popup .close-button span:last-of-type:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}
#invite-friend-popup .close-button span:last-of-type:before {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}
#invite-friend-popup .close-button span:last-of-type:after {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}
#invite-friend-popup .close-button:hover {
  color: #0F1F2A;
}
#invite-friend-popup .close-button:hover span:last-of-type:before, #invite-friend-popup .close-button:hover span:last-of-type:after {
  background: #0F1F2A;
}
.keyboard-navigation #invite-friend-popup .close-button:focus span:last-of-type:before, .keyboard-navigation #invite-friend-popup .close-button:focus span:last-of-type:after {
  background: #A22405;
}
#invite-friend-popup .footer-container {
  padding: 12px 0px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 850px) {
  #invite-friend-popup .footer-container {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
  }
}
#invite-friend-popup .footer-container a {
  color: #FFFFFF;
}
@media only screen and (max-width: 850px) {
  #invite-friend-popup .footer-container a {
    color: #FFFFFF;
  }
}
#invite-friend-popup .footer-container a:hover {
  color: #0F1F2A;
}

.faq-section {
  text-align: left;
}

.faq-section-category {
  margin-bottom: 40px;
}

.faq-section-category-descr {
  text-align: left;
}

.faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDE0E7;
}
.faq-section-item .faq-section-question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
}
.faq-section-item .faq-section-answer {
  display: none;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  background: rgba(246, 247, 249, 0.4);
}
.faq-section-item .faq-section-answer .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}

.faq-section-item.active .faq-section-question:after {
  content: "-";
}

h4.spec-title {
  font: 400 23px/28px "Lato", sans-serif;
  padding: 0 30px;
  margin-bottom: 20px;
}

.tab-wrapper .offers-wrapper {
  display: flex;
  flex-flow: wrap;
}
.tab-wrapper .offers-wrapper .specials-slider .slideshow-controls span.slide-count span {
  display: inline-block;
}

.specials-slider {
  overflow: hidden;
}
.specials-slider .slideshow-controls {
  text-align: right;
  margin-top: 13px;
  padding: 0 30px;
}
.specials-slider .slideshow-controls .slideshow-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: top;
}
.specials-slider .slideshow-controls .slideshow-button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-bottom: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
}
.specials-slider .slideshow-controls .slideshow-button.previous:before {
  border-right: none;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.specials-slider .slideshow-controls .slideshow-button.next:before {
  border-left: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.specials-slider .slideshow-controls span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.specials-slider .slideshow-controls span.slide-count span:first-of-type {
  display: block;
}
@media only screen and (max-width: 768px) {
  .specials-slider .slideshow-controls span.slide-count span:first-of-type {
    display: none;
  }
}
.specials-slider .slideshow-controls span.slide-count span:nth-of-type(2) {
  display: none;
}
@media only screen and (max-width: 768px) {
  .specials-slider .slideshow-controls span.slide-count span:nth-of-type(2) {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .specials-slider .slideshow-controls span.slide-count span:nth-of-type(2) {
    display: none;
  }
}
.specials-slider .slideshow-controls span.slide-count span:last-of-type {
  display: none;
}
@media only screen and (max-width: 550px) {
  .specials-slider .slideshow-controls span.slide-count span:last-of-type {
    display: block;
  }
}

.offer-tile {
  border: 1px solid #D8D8D8;
  width: calc((100% / 3) - 38px);
  box-sizing: border-box;
  margin: 0 19px 38px 19px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .offer-tile {
    width: calc((100% / 2) - 41px);
    text-align: left;
  }
}
@media only screen and (max-width: 550px) {
  .offer-tile {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.offer-tile.in-slider {
  margin-bottom: 0;
}
@media only screen and (max-width: 550px) {
  .offer-tile.in-slider {
    margin-bottom: 0;
  }
}
.offer-tile .thumbnail {
  width: 100%;
  background: #D8D8D8;
  margin: 0 0 20px 0;
}
.offer-tile .thumbnail.no-image {
  padding-top: 53%;
  position: relative;
}
.offer-tile .thumbnail.no-image:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.offer-tile .thumbnail img {
  width: 100%;
  height: auto;
}
.offer-tile .content {
  padding: 19px 19px 20px 18px;
}
.offer-tile .content .title {
  font: 400 20px/24px "Lato", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.offer-tile .content p {
  font: 400 13px/15px "Lato", sans-serif;
  letter-spacing: 0.2px;
}
.offer-tile .content nav {
  margin-top: 7px;
}
.offer-tile .content nav a {
  font: 600 13px/1.2 "Lato", sans-serif;
  height: 26px;
  color: #855D99;
  position: relative;
  padding: 0 35px 0 0;
  text-decoration: none;
}
.offer-tile .content nav a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.offer-tile .content nav a:hover {
  color: #000;
}

.special-offers-popup,
.special-offers-details-popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: 100;
  padding: 87px 0 55px;
  visibility: hidden;
  transition: top 400ms ease;
  box-shadow: 0 35px 13px 39px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 768px) {
  .special-offers-popup,
.special-offers-details-popup {
    padding: 20px 0;
  }
}
.special-offers-popup.open,
.special-offers-details-popup.open {
  top: 0;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .special-offers-popup .center-column,
.special-offers-details-popup .center-column {
    position: unset;
    padding: 0 40px;
  }
}
.special-offers-popup .close,
.special-offers-details-popup .close {
  position: absolute;
  top: 28px;
  right: 45px;
  z-index: 1;
  text-indent: -999px;
  padding-right: 15px;
  width: 35px;
  height: 35px;
}
.keyboard-navigation .special-offers-popup .close:focus,
.keyboard-navigation .special-offers-details-popup .close:focus {
  outline-color: #855D99;
}
@media only screen and (max-width: 768px) {
  .special-offers-popup .close,
.special-offers-details-popup .close {
    top: 30px;
    right: 30px;
  }
}
.special-offers-popup .close span:first-of-type,
.special-offers-details-popup .close span:first-of-type {
  display: none;
}
.special-offers-popup .close span:last-of-type,
.special-offers-details-popup .close span:last-of-type {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.special-offers-popup .close span:last-of-type:before, .special-offers-popup .close span:last-of-type:after,
.special-offers-details-popup .close span:last-of-type:before,
.special-offers-details-popup .close span:last-of-type:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}
.special-offers-popup .close span:last-of-type:before,
.special-offers-details-popup .close span:last-of-type:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
.special-offers-popup .close span:last-of-type:after,
.special-offers-details-popup .close span:last-of-type:after {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
}
.special-offers-popup .close:hover,
.special-offers-details-popup .close:hover {
  color: #855D99;
}
.special-offers-popup .close:hover span:last-of-type:before, .special-offers-popup .close:hover span:last-of-type:after,
.special-offers-details-popup .close:hover span:last-of-type:before,
.special-offers-details-popup .close:hover span:last-of-type:after {
  background: #855D99;
}
.keyboard-navigation .special-offers-popup .close:focus span:last-of-type:before, .keyboard-navigation .special-offers-popup .close:focus span:last-of-type:after,
.keyboard-navigation .special-offers-details-popup .close:focus span:last-of-type:before,
.keyboard-navigation .special-offers-details-popup .close:focus span:last-of-type:after {
  background: #A22405;
}
.special-offers-popup .page-content,
.special-offers-details-popup .page-content {
  font-family: "Lato", sans-serif;
  color: #4B4F51;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .special-offers-popup .page-content,
.special-offers-details-popup .page-content {
    text-align: left;
  }
}
.special-offers-popup .page-content h2,
.special-offers-details-popup .page-content h2 {
  font: 500 24px/29px "Lato", sans-serif;
  color: #000;
  letter-spacing: 0.71px;
  margin-bottom: 19px;
  margin-left: 10px;
  position: relative;
}
.special-offers-popup .slideshow,
.special-offers-details-popup .slideshow {
  overflow: hidden;
}
@media only screen and (max-width: 1250px) {
  .special-offers-popup .slideshow,
.special-offers-details-popup .slideshow {
    margin: 0 30px;
  }
}
.special-offers-popup .slideshow .thumbnail,
.special-offers-details-popup .slideshow .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 418px);
}
@media only screen and (max-width: 768px) {
  .special-offers-popup .slideshow .thumbnail,
.special-offers-details-popup .slideshow .thumbnail {
    width: 100%;
    height: 200px;
    position: relative;
  }
}
.special-offers-popup .slideshow .thumbnail.no-thumbnail,
.special-offers-details-popup .slideshow .thumbnail.no-thumbnail {
  background: #9f9f9f;
}
.special-offers-popup .slideshow .copy,
.special-offers-details-popup .slideshow .copy {
  width: 418px;
  margin-left: calc(100% - 418px);
  padding: 28px 20px 20px 37px;
  box-sizing: border-box;
  border: 1px solid #9f9f9f;
  border-left: none;
  min-height: 372px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .special-offers-popup .slideshow .copy,
.special-offers-details-popup .slideshow .copy {
    min-height: 0;
    width: 100%;
    margin-left: 0;
    border-left: 1px solid #9f9f9f;
    border-top: none;
  }
}
.special-offers-popup .slideshow .copy .location-name,
.special-offers-details-popup .slideshow .copy .location-name {
  font: 400 12px/18px "Lato", sans-serif;
  color: #4B4F51;
  margin-bottom: 6px;
}
.special-offers-popup .slideshow .copy h3,
.special-offers-details-popup .slideshow .copy h3 {
  font: 400 24px/20px "Lato", sans-serif;
  color: #000;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.special-offers-popup .slideshow .copy p,
.special-offers-details-popup .slideshow .copy p {
  color: #4B4F51;
  font: 400 14px/24px "Lato", sans-serif;
}
.special-offers-popup .slideshow .copy .sub-wrapper,
.special-offers-details-popup .slideshow .copy .sub-wrapper {
  margin-top: 43px;
  position: absolute;
  bottom: 17px;
  right: 20px;
  left: 37px;
}
.special-offers-popup .slideshow .copy .sub-wrapper:after,
.special-offers-details-popup .slideshow .copy .sub-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 768px) {
  .special-offers-popup .slideshow .copy .sub-wrapper,
.special-offers-details-popup .slideshow .copy .sub-wrapper {
    position: relative;
    bottom: unset;
    right: unset;
    left: unset;
  }
}
.special-offers-popup .slideshow .copy .price,
.special-offers-popup .slideshow .copy nav,
.special-offers-details-popup .slideshow .copy .price,
.special-offers-details-popup .slideshow .copy nav {
  float: left;
}
.special-offers-popup .slideshow .copy .price,
.special-offers-details-popup .slideshow .copy .price {
  font: 400 14px/11px "Lato", sans-serif;
  color: #4B4F51;
  width: calc(100% - 170px);
}
.special-offers-popup .slideshow .copy .price b,
.special-offers-details-popup .slideshow .copy .price b {
  font: 600 39px/39px "Lato", sans-serif;
  color: #000;
}
.special-offers-popup .slideshow .copy .price .prefix,
.special-offers-details-popup .slideshow .copy .price .prefix {
  display: block;
  text-transform: capitalize;
  margin: 8px;
}
.special-offers-popup .slideshow .copy .price .suffix,
.special-offers-details-popup .slideshow .copy .price .suffix {
  margin: 7px 0 0 8px;
  vertical-align: top;
}
.special-offers-popup .slideshow .copy .price b,
.special-offers-popup .slideshow .copy .price .suffix,
.special-offers-details-popup .slideshow .copy .price b,
.special-offers-details-popup .slideshow .copy .price .suffix {
  display: inline-block;
}
.special-offers-popup .slideshow .copy nav,
.special-offers-details-popup .slideshow .copy nav {
  display: inline-block;
  margin-top: 18px;
}
@media screen and (max-width: 370px) {
  .special-offers-popup .slideshow .copy nav,
.special-offers-details-popup .slideshow .copy nav {
    margin-top: 125px;
  }
}
.special-offers-popup .slideshow .copy nav .button,
.special-offers-details-popup .slideshow .copy nav .button {
  text-transform: uppercase;
}
.special-offers-popup .swiper-notification,
.special-offers-details-popup .swiper-notification {
  display: none;
}
.special-offers-popup .slideshow-button,
.special-offers-details-popup .slideshow-button {
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  border-top: 2px solid #000;
  position: absolute;
  top: 50%;
}
.keyboard-navigation .special-offers-popup .slideshow-button:focus,
.keyboard-navigation .special-offers-details-popup .slideshow-button:focus {
  outline-color: #855D99;
}
.special-offers-popup .slideshow-button.previous,
.special-offers-details-popup .slideshow-button.previous {
  border-left: 2px solid #000;
  left: -40px;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 1330px) {
  .special-offers-popup .slideshow-button.previous,
.special-offers-details-popup .slideshow-button.previous {
    left: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .special-offers-popup .slideshow-button.previous,
.special-offers-details-popup .slideshow-button.previous {
    left: 20px;
  }
}
.special-offers-popup .slideshow-button.next,
.special-offers-details-popup .slideshow-button.next {
  border-right: 2px solid #000;
  right: -40px;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 1330px) {
  .special-offers-popup .slideshow-button.next,
.special-offers-details-popup .slideshow-button.next {
    right: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .special-offers-popup .slideshow-button.next,
.special-offers-details-popup .slideshow-button.next {
    right: 20px;
  }
}
.special-offers-popup .slideshow-button:hover,
.special-offers-details-popup .slideshow-button:hover {
  border-color: #855D99;
}

#offers .offers .offer-tile {
  width: calc((100% / 3) - 42px);
}
@media only screen and (max-width: 767px) {
  #offers .offers .offer-tile {
    width: calc((100% / 2) - 41px);
  }
}
@media only screen and (max-width: 550px) {
  #offers .offers .offer-tile {
    width: 100%;
  }
}

#specials-module-popup {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  transition: visibility 400ms ease, opacity 400ms ease;
  display: block;
}
#specials-module-popup.visible {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
#specials-module-popup .inner-wrapper {
  display: flex;
  background: #fff;
  width: 80%;
  max-width: 930px;
  height: 80%;
  max-height: 547px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 35px -13px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1023px) {
  #specials-module-popup .inner-wrapper {
    height: auto;
    max-height: 80%;
  }
}
#specials-module-popup .inner-wrapper .thumbnail {
  position: relative;
  overflow: hidden;
  width: 414px;
  background: #0F1F2A;
}
@media only screen and (max-width: 1023px) {
  #specials-module-popup .inner-wrapper .thumbnail {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .thumbnail {
    display: none;
  }
}
#specials-module-popup .inner-wrapper .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  #specials-module-popup .inner-wrapper .thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
#specials-module-popup .inner-wrapper .thumbnail img.no-image {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 50%;
  max-width: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  #specials-module-popup .inner-wrapper .thumbnail img.no-image {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 50%;
    max-width: 50%;
    transform: translate(-50%, -50%);
  }
}
#specials-module-popup .inner-wrapper .popup-content {
  padding: 42px 38px 27px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 414px);
}
@media only screen and (max-width: 1023px) {
  #specials-module-popup .inner-wrapper .popup-content {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .popup-content {
    width: 100%;
    padding: 20px;
  }
}
#specials-module-popup .inner-wrapper .popup-content .small-title {
  text-transform: uppercase;
  flex: 0 1 auto;
  font-family: "Lato", sans-serif;
  color: #6D6E71;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.26px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .popup-content .small-title {
    padding-right: 30px;
    letter-spacing: 0;
  }
}
#specials-module-popup .inner-wrapper .popup-content .big-title {
  text-transform: capitalize;
  padding-bottom: 26px;
  position: relative;
  flex: 0 1 auto;
  font-family: "Lato", sans-serif;
  font-size: 29px;
  letter-spacing: 0;
  line-height: 39px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .popup-content .big-title {
    padding-right: 30px;
    letter-spacing: 0;
  }
}
#specials-module-popup .inner-wrapper .popup-content .big-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1px;
  background: #D8D8D8;
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper h2 {
  margin-top: 0px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper p {
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 15px;
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper a:not(.button) {
  text-decoration: none;
  text-transform: uppercase;
  font: 300 16px/29px "Lato", sans-serif;
}
@media only screen and (max-width: 1023px) {
  #specials-module-popup .inner-wrapper .popup-content .text-wrapper a:not(.button) {
    margin-top: 20px;
  }
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper a.button {
  text-transform: uppercase;
  font: 300 16px/50px "Lato", sans-serif;
  height: 50px;
  font-weight: 600;
  width: 209px;
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper nav {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .popup-content .text-wrapper nav {
    flex-wrap: wrap;
  }
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper nav a {
  align-self: flex-end;
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price {
  font: 400 12px/11px "Lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price {
    width: 100%;
  }
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price .price-prefix {
  color: #4B4F51;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 11px;
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price > div {
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price > div {
    margin-top: 3px;
  }
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price b {
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  margin-right: 7px;
  margin-top: 5px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price b {
    font-size: 29px;
    letter-spacing: 0;
  }
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price .price-suffix {
  display: inline-block;
  color: #4B4F51;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 9px;
}
#specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price .price-suffix span {
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .inner-wrapper .popup-content .text-wrapper nav .price + .button {
    margin-top: 18px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  #specials-module-popup .inner-wrapper .popup-content .text-wrapper nav {
    margin-top: 20px;
  }
}
#specials-module-popup .close-button {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
  text-indent: -999px;
  padding-right: 15px;
  width: 35px;
  height: 35px;
}
.keyboard-navigation #specials-module-popup .close-button:focus {
  outline-color: #0F1F2A;
}
@media only screen and (max-width: 767px) {
  #specials-module-popup .close-button {
    top: 10px;
    right: 10px;
  }
}
#specials-module-popup .close-button span:first-of-type {
  display: none;
}
#specials-module-popup .close-button span:last-of-type {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#specials-module-popup .close-button span:last-of-type:before, #specials-module-popup .close-button span:last-of-type:after {
  content: "";
  display: block;
  background: #262323;
  position: absolute;
}
#specials-module-popup .close-button span:last-of-type:before {
  width: 1px;
  height: 20px;
  top: 0;
  left: 9px;
}
#specials-module-popup .close-button span:last-of-type:after {
  width: 20px;
  height: 1px;
  top: 9px;
  left: 0;
}
#specials-module-popup .close-button:hover {
  color: #0F1F2A;
}
#specials-module-popup .close-button:hover span:last-of-type:before, #specials-module-popup .close-button:hover span:last-of-type:after {
  background: #0F1F2A;
}
.keyboard-navigation #specials-module-popup .close-button:focus span:last-of-type:before, .keyboard-navigation #specials-module-popup .close-button:focus span:last-of-type:after {
  background: #A22405;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Lato", sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.form.internal.form-signup .required, .form.simple .required {
  position: relative;
}
.form.internal.form-signup .required:before, .form.simple .required:before {
  content: "*";
  display: block;
  font: 400 20px/40px "Lato", sans-serif;
  color: #A22405;
  position: absolute;
  left: 12px;
  top: 4px;
  pointer-events: none;
}
.form.internal.form-signup .checkbox-wrapper, .form.simple .checkbox-wrapper {
  padding-left: 12px;
  margin-bottom: 10px;
  text-align: left;
}
.form.internal.form-signup .checkbox-wrapper:before, .form.simple .checkbox-wrapper:before {
  left: 0 !important;
  line-height: 11px !important;
}
.form.internal.form-signup .checkbox-wrapper label, .form.simple .checkbox-wrapper label {
  position: relative;
  padding-left: 23px;
  font-size: 12px;
}
.form.internal.form-signup .checkbox-wrapper label input[type=checkbox], .form.simple .checkbox-wrapper label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form.internal.form-signup .checkbox-wrapper label:before, .form.simple .checkbox-wrapper label:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -1px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #9B9B9B;
  transition: all 240ms ease-in-out;
}
.form.internal.form-signup .checkbox-wrapper label:after, .form.simple .checkbox-wrapper label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 11px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  background: url("../images/check-mark.svg") 0 0 no-repeat;
  transition: all 240ms ease-in-out;
}
.form.internal.form-signup .checkbox-wrapper label.checked:before, .form.simple .checkbox-wrapper label.checked:before {
  background: #71AEB7;
}
.form.internal.form-signup .checkbox-wrapper label.checked:after, .form.simple .checkbox-wrapper label.checked:after {
  opacity: 1;
  visibility: visible;
}
.form.internal.form-signup .checkbox-wrapper label a, .form.simple .checkbox-wrapper label a {
  text-decoration: underline;
  font-weight: 600;
}
.form.internal.form-signup .controls p, .form.simple .controls p {
  display: block;
  width: 100%;
}
.form.internal.form-signup .controls p input[type=submit], .form.simple .controls p input[type=submit] {
  width: 100%;
  margin-top: 19px;
}

.register-section .content-container .content.forgot-password fieldset {
  display: block;
}
.register-section .content-container .content.forgot-password .controls {
  margin-top: 20px;
}
.register-section .content-container .content.forgot-password .controls .submit {
  display: block;
  margin: 0 auto 27px;
  padding: 0 20px;
}

.btn {
  transition: color 240ms ease-in-out, background-color 240ms ease-in-out, border 240ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 400 15px/16px "Lato", sans-serif;
  text-align: center;
  text-decoration: none;
  border: 1px solid #71AEB7;
  border-radius: 2px;
  background: #71AEB7;
  color: #000;
  padding: 10px 36px;
}
.btn:hover, .btn:active {
  background: white;
  color: #71AEB7;
}
.btn.btn_dark {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn_dark:hover, .btn.btn_dark:active {
  background: #fff;
  color: #000;
}
.btn.btn_blue {
  background: #9BB7D4;
  border-color: #9BB7D4;
}
.btn.btn_blue:hover, .btn.btn_blue:active {
  background: white;
  color: #9BB7D4;
}
.btn.btn_full-width {
  width: 100%;
}
.btn.btn_temp-hidden {
  display: none;
}
.btn.btn_temp-hidden.visible {
  display: inline-flex;
}

.reset-password-page {
  margin: 0 auto;
  width: 50%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .reset-password-page {
    width: 100%;
  }
}
.reset-password-page .reset-password-header h1 {
  color: #855D99;
  font-weight: 400;
  margin-top: 40px;
  font: 36px/44px "Lato", sans-serif;
  margin-bottom: 22px;
  text-align: center;
}
.reset-password-page .reset-password-form button, .reset-password-page .reset-password-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .reset-password-page .reset-password-form textarea {
  background: none;
  border: none;
  border-radius: 0;
  background: #fff !important;
  border: 1px solid #c7c7c7 !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  color: #4a4a4a;
  height: 40px;
  line-height: 40px;
  font: 400 16px/18px SourceSansPro, Arial, sans-serif;
  margin-bottom: 19px;
  padding: 0 12px;
  width: 100%;
}
.reset-password-page .reset-password-form button {
  color: #fff;
  background: #855D99 !important;
  border: 1px solid #855D99 !important;
  border-radius: 50px !important;
}
.reset-password-page .error.validation {
  margin: 0 0 10px 0;
  border: 1px solid #A22405;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.reset-password-page .error.validation li {
  color: #A22405;
}
.reset-password-page .error.validation li li {
  color: #000;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}

#form_module_container_errors {
  color: #b31919;
}

#form_module_container_errors .goTo {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Lato", sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 240ms ease-in-out/2;
  border: #000 1px solid;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 240ms ease-in-out/2 240ms ease-in-out/3, opacity 240ms ease-in-out/2, visibility 240ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 240ms ease-in-out/3, opacity 240ms ease-in-out/3, visibility 240ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 240ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

#myprofile.center-column {
  max-width: 1060px;
}
#myprofile .myprofile-progress {
  border-bottom: 1px solid #4B4F51;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  margin-bottom: 35px;
}
#myprofile .myprofile-progress h1 {
  font: 29px/31px "Lato", sans-serif;
  margin-bottom: 15px;
}
#myprofile .myprofile-progress h3 {
  display: inline-block;
  font: bold 29px/1.2 "Lato", sans-serif;
  color: #855D99;
  padding: 0 20px;
  margin-bottom: 0;
  text-align: left;
}
#myprofile .myprofile-progress .required-info {
  font: 400 10px/1 "Lato", sans-serif;
  color: #898989;
}
#myprofile .myprofile-progress .required-info .required-mark {
  color: #A22405;
  font-size: 14px;
  padding-right: 5px;
  display: inline-block;
  height: 9px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #myprofile .myprofile-progress {
    flex-flow: column;
    justify-content: normal;
    margin-bottom: 15px;
  }
  #myprofile .myprofile-progress h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    padding: 0;
  }
}
#myprofile .description {
  font: normal 15px/2 "Lato", sans-serif;
  color: #4B4F51;
  font-size: 15px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #myprofile .description {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

.form .add-family-member.open .family-member-list {
  display: block !important;
}
.form .additional-family-members, .form .additional-family-members {
  margin-top: 35px;
}
.form .additional-family-members.children .form-block {
  margin-left: 10px;
}
.form .add-family-member {
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.form .add-family-member > button {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #3E727A;
}
.form .add-family-member > button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3E727A;
  position: absolute;
  top: 14px;
  right: -15px;
}
.form .add-family-member .family-member-list {
  display: none;
}
.form .add-family-member .family-member-list button {
  background-color: #71AEB7;
  margin-top: 10px;
  padding: 0px 10px;
  border-radius: 100px;
  font-size: 13px;
}
.form .add-family-member .family-member-list button:hover {
  background-color: #D8D8D8;
}
.form.loyalty-form {
  border: 1px solid #9f9f9f;
  padding: 30px 25px 40px;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form {
    margin-bottom: 15px;
    padding: 15px 15px 20px;
  }
}
.form.loyalty-form h4 {
  display: inline-block;
  font: 600 21px/1.2 "Lato", sans-serif;
  margin-bottom: 30px;
  margin-left: 10px;
}
.form.loyalty-form h4.mb-10 {
  margin-bottom: 10px !important;
}
.form.loyalty-form .fieldset-selector {
  text-align: left;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  font-size: 0;
}
.form.loyalty-form .fieldset-selector button {
  background-color: #efefef;
  color: #855D99;
  border-radius: 11px;
  line-height: 22px;
  height: 22px;
  margin-left: 10px;
}
.form.loyalty-form .fieldset-selector button:first-child {
  margin-left: 0;
}
.form.loyalty-form .fieldset-selector button:hover, .form.loyalty-form .fieldset-selector button.active {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form .fieldset-selector {
    text-align: center;
  }
}
.form.loyalty-form fieldset {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form fieldset {
    margin-top: 10px;
  }
}
.form.loyalty-form fieldset:first-child {
  margin-top: 0;
}
.form.loyalty-form fieldset h4 {
  display: inline-block;
  font: 500 21px/1.2 "Lato", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.form.loyalty-form fieldset h4.mb-10 {
  margin-bottom: 10px !important;
}
.form.loyalty-form fieldset .remove-fieldset {
  font: 600 13px/1.2 "Lato", sans-serif;
  color: #3E727A;
  display: inline-block;
  margin-left: 10px;
}
.form.loyalty-form fieldset .remove-fieldset:hover {
  color: #000;
}
.form.loyalty-form fieldset .fieldset-description {
  font: normal 13px/1.5 "Lato", sans-serif;
  color: #4B4F51;
  margin-bottom: 35px;
  margin-left: 10px;
}
.form.loyalty-form fieldset.fieldset-entry h4 {
  display: none;
}
.form.loyalty-form fieldset.fieldset-entry.active {
  display: block;
}
.form.loyalty-form fieldset.controls {
  text-align: right;
}
.form.loyalty-form fieldset.controls p {
  display: inline-block;
  width: 25%;
  max-width: 140px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form fieldset.controls p {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.form.loyalty-form fieldset.controls p.full {
  width: 100% !important;
  max-width: inherit !important;
}
.form.loyalty-form fieldset.controls input[type=submit] {
  width: 100%;
}
.form.loyalty-form fieldset.controls input[type=submit]:disabled {
  background-color: #D8D8D8;
  color: #fff !important;
  cursor: not-allowed;
}
.form.loyalty-form fieldset.controls.controls-fieldset {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member {
  position: relative;
  display: inline-block;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member button {
  font: 600 13px/1.2 "Lato", sans-serif;
  height: 26px;
  color: #855D99;
  position: relative;
  padding: 0 35px 0 0;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member button:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member button:hover {
  color: #000;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member .family-member-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 14px 18px 12px;
  color: #855D99;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 0;
  white-space: nowrap;
  max-height: 200px;
  max-width: 220px;
  min-width: 120px;
  z-index: 2;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member .family-member-list button {
  display: block;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member .family-member-list button:after {
  content: none;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member .family-member-list button.hide {
  display: none;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member.open button:after {
  border-top: none;
  border-bottom: 4px solid #000;
}
.form.loyalty-form fieldset.controls.controls-fieldset .add-family-member.open .family-member-list {
  display: block;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form fieldset.controls.controls-fieldset {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .form.loyalty-form fieldset.controls.controls-fieldset .add-family-member {
    margin-bottom: 15px;
  }
}
.form.loyalty-form .form-block {
  font-size: 0;
  text-align: left;
}
.form.loyalty-form .form-block p,
.form.loyalty-form .form-block .paragraph {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.form.loyalty-form .form-block p.w25,
.form.loyalty-form .form-block .paragraph.w25 {
  width: calc(25% - 21px);
  margin-right: 20px;
}
.form.loyalty-form .form-block p.w33,
.form.loyalty-form .form-block .paragraph.w33 {
  width: calc((100% / 3) - 21px);
  margin-right: 10px;
  margin-left: 10px;
}
.form.loyalty-form .form-block p.w50,
.form.loyalty-form .form-block .paragraph.w50 {
  width: calc(50% - 21px);
  margin-right: 20px;
}
.form.loyalty-form .form-block p.w66,
.form.loyalty-form .form-block .paragraph.w66 {
  width: calc(66.66666% - 21px);
  margin-right: 20px;
}
.form.loyalty-form .form-block p.required,
.form.loyalty-form .form-block .paragraph.required {
  position: relative;
}
.form.loyalty-form .form-block p.required:before,
.form.loyalty-form .form-block .paragraph.required:before {
  content: "*";
  display: block;
  color: #A22405;
  font: 400 18px/1 "Lato", sans-serif;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form .form-block p.w25, .form.loyalty-form .form-block p.w33, .form.loyalty-form .form-block p.w50, .form.loyalty-form .form-block p.w66,
.form.loyalty-form .form-block .paragraph.w25,
.form.loyalty-form .form-block .paragraph.w33,
.form.loyalty-form .form-block .paragraph.w50,
.form.loyalty-form .form-block .paragraph.w66 {
    width: 100%;
    margin-right: 0;
  }
}
.form.loyalty-form label {
  font: 12px/1.2 "Lato", sans-serif;
  display: block;
  width: 100%;
  text-align: left;
  color: #4B4F51;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form label {
    display: block;
    float: none;
    text-align: left;
    width: auto;
  }
}
.form.loyalty-form input[type=text],
.form.loyalty-form input[type=email],
.form.loyalty-form input[type=number],
.form.loyalty-form input[type=date],
.form.loyalty-form input[type=password],
.form.loyalty-form input[type=phone],
.form.loyalty-form textarea,
.form.loyalty-form select,
.form.loyalty-form .input-overlay {
  font: normal 14px/36px "Lato", sans-serif;
  background: #fff;
  color: #000;
  height: 36px;
  padding: 0 13px;
  resize: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9f9f9f;
}
.form.loyalty-form input[type=text].phone-num,
.form.loyalty-form input[type=email].phone-num,
.form.loyalty-form input[type=number].phone-num,
.form.loyalty-form input[type=date].phone-num,
.form.loyalty-form input[type=password].phone-num,
.form.loyalty-form input[type=phone].phone-num,
.form.loyalty-form textarea.phone-num,
.form.loyalty-form select.phone-num,
.form.loyalty-form .input-overlay.phone-num {
  padding: 0 13px 0 50px;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form input[type=text],
.form.loyalty-form input[type=email],
.form.loyalty-form input[type=number],
.form.loyalty-form input[type=date],
.form.loyalty-form input[type=password],
.form.loyalty-form input[type=phone],
.form.loyalty-form textarea,
.form.loyalty-form select,
.form.loyalty-form .input-overlay {
    width: 100%;
    text-align: left;
  }
}
.form.loyalty-form input[type=text]::-webkit-input-placeholder,
.form.loyalty-form input[type=email]::-webkit-input-placeholder,
.form.loyalty-form input[type=number]::-webkit-input-placeholder,
.form.loyalty-form input[type=date]::-webkit-input-placeholder,
.form.loyalty-form input[type=password]::-webkit-input-placeholder,
.form.loyalty-form input[type=phone]::-webkit-input-placeholder,
.form.loyalty-form textarea::-webkit-input-placeholder,
.form.loyalty-form select::-webkit-input-placeholder,
.form.loyalty-form .input-overlay::-webkit-input-placeholder {
  color: #000;
}
.form.loyalty-form input[type=text]:-moz-placeholder,
.form.loyalty-form input[type=email]:-moz-placeholder,
.form.loyalty-form input[type=number]:-moz-placeholder,
.form.loyalty-form input[type=date]:-moz-placeholder,
.form.loyalty-form input[type=password]:-moz-placeholder,
.form.loyalty-form input[type=phone]:-moz-placeholder,
.form.loyalty-form textarea:-moz-placeholder,
.form.loyalty-form select:-moz-placeholder,
.form.loyalty-form .input-overlay:-moz-placeholder {
  color: #000;
}
.form.loyalty-form input[type=text]::-moz-placeholder,
.form.loyalty-form input[type=email]::-moz-placeholder,
.form.loyalty-form input[type=number]::-moz-placeholder,
.form.loyalty-form input[type=date]::-moz-placeholder,
.form.loyalty-form input[type=password]::-moz-placeholder,
.form.loyalty-form input[type=phone]::-moz-placeholder,
.form.loyalty-form textarea::-moz-placeholder,
.form.loyalty-form select::-moz-placeholder,
.form.loyalty-form .input-overlay::-moz-placeholder {
  color: #000;
}
.form.loyalty-form input[type=text]:-ms-input-placeholder,
.form.loyalty-form input[type=email]:-ms-input-placeholder,
.form.loyalty-form input[type=number]:-ms-input-placeholder,
.form.loyalty-form input[type=date]:-ms-input-placeholder,
.form.loyalty-form input[type=password]:-ms-input-placeholder,
.form.loyalty-form input[type=phone]:-ms-input-placeholder,
.form.loyalty-form textarea:-ms-input-placeholder,
.form.loyalty-form select:-ms-input-placeholder,
.form.loyalty-form .input-overlay:-ms-input-placeholder {
  color: #000;
}
.form.loyalty-form input[type=text]:focus::-webkit-input-placeholder,
.form.loyalty-form input[type=email]:focus::-webkit-input-placeholder,
.form.loyalty-form input[type=number]:focus::-webkit-input-placeholder,
.form.loyalty-form input[type=date]:focus::-webkit-input-placeholder,
.form.loyalty-form input[type=password]:focus::-webkit-input-placeholder,
.form.loyalty-form input[type=phone]:focus::-webkit-input-placeholder,
.form.loyalty-form textarea:focus::-webkit-input-placeholder,
.form.loyalty-form select:focus::-webkit-input-placeholder,
.form.loyalty-form .input-overlay:focus::-webkit-input-placeholder {
  color: #898989;
}
.form.loyalty-form input[type=text]:focus:-moz-placeholder,
.form.loyalty-form input[type=email]:focus:-moz-placeholder,
.form.loyalty-form input[type=number]:focus:-moz-placeholder,
.form.loyalty-form input[type=date]:focus:-moz-placeholder,
.form.loyalty-form input[type=password]:focus:-moz-placeholder,
.form.loyalty-form input[type=phone]:focus:-moz-placeholder,
.form.loyalty-form textarea:focus:-moz-placeholder,
.form.loyalty-form select:focus:-moz-placeholder,
.form.loyalty-form .input-overlay:focus:-moz-placeholder {
  color: #898989;
}
.form.loyalty-form input[type=text]:focus::-moz-placeholder,
.form.loyalty-form input[type=email]:focus::-moz-placeholder,
.form.loyalty-form input[type=number]:focus::-moz-placeholder,
.form.loyalty-form input[type=date]:focus::-moz-placeholder,
.form.loyalty-form input[type=password]:focus::-moz-placeholder,
.form.loyalty-form input[type=phone]:focus::-moz-placeholder,
.form.loyalty-form textarea:focus::-moz-placeholder,
.form.loyalty-form select:focus::-moz-placeholder,
.form.loyalty-form .input-overlay:focus::-moz-placeholder {
  color: #898989;
}
.form.loyalty-form input[type=text]:focus:-ms-input-placeholder,
.form.loyalty-form input[type=email]:focus:-ms-input-placeholder,
.form.loyalty-form input[type=number]:focus:-ms-input-placeholder,
.form.loyalty-form input[type=date]:focus:-ms-input-placeholder,
.form.loyalty-form input[type=password]:focus:-ms-input-placeholder,
.form.loyalty-form input[type=phone]:focus:-ms-input-placeholder,
.form.loyalty-form textarea:focus:-ms-input-placeholder,
.form.loyalty-form select:focus:-ms-input-placeholder,
.form.loyalty-form .input-overlay:focus:-ms-input-placeholder {
  color: #898989;
}
.form.loyalty-form .select-wrapper {
  width: 100%;
}
.form.loyalty-form .select-wrapper select {
  height: 36px;
  padding: 0 25px 0 13px;
}
.form.loyalty-form .select-wrapper .select-icon {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
.form.loyalty-form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #9f9f9f;
}
.form.loyalty-form input[type=checkbox],
.form.loyalty-form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form.loyalty-form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form.loyalty-form input[type=radio] {
    margin-top: 0;
  }
}

#mypreferences .preferences {
  border: 1px solid #B7D2D2;
  padding-top: 31px;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences {
    padding-top: 20px;
  }
}
#mypreferences .preferences h2 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 10px;
  grid-column: 1/-1;
  text-transform: capitalize;
}
#mypreferences .preferences h3 {
  font: 400 21px/25px "Lato", sans-serif;
  color: #000;
  margin-bottom: 8px;
}
#mypreferences .preferences .checkboxess {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences .checkboxess {
    grid-template-columns: repeat(1, 1fr);
  }
}
#mypreferences .preferences .checkboxess label {
  color: #000 !important;
  font-size: 15px !important;
}
#mypreferences .preferences textarea {
  margin-bottom: 40px;
}
#mypreferences .preferences .custom-checkbox {
  padding-left: 23px;
  cursor: pointer;
}
#mypreferences .preferences .custom-checkbox::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #9B9B9B;
  transition: all 240ms ease-in-out;
}
#mypreferences .preferences .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 11px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  background: url(../images/check-mark.svg) 0 0 no-repeat;
  transition: all 240ms ease-in-out;
}
#mypreferences .preferences .custom-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#mypreferences .preferences .checked::before {
  background: #71AEB7;
}
#mypreferences .preferences .checked::after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences .row {
    margin-bottom: 25px;
  }
}
#mypreferences .preferences .row label {
  font: 400 14px/23px "Lato", sans-serif;
  display: block;
  margin-bottom: 10px;
  color: #4B4F51;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences .row label {
    display: inline-block;
  }
}
#mypreferences .preferences .row select {
  display: block;
  width: 100%;
  position: relative;
}
#mypreferences .preferences .row .select2-container {
  margin-bottom: 40px;
}
#mypreferences .preferences .row .select-wrapper {
  width: 100%;
}
#mypreferences .preferences .row .select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#mypreferences .preferences .row.multiselect .select2 {
  width: 100% !important;
  position: relative;
}
#mypreferences .preferences .row.multiselect .select2:after {
  content: "";
  background: url("../images/bottom-arrow.svg") 0 0 no-repeat;
  position: absolute;
  top: 22px;
  right: 16px;
  width: 10px;
  height: 6px;
  pointer-events: none;
}
#mypreferences .preferences .row.multiselect .select2 textarea {
  border: none;
}
#mypreferences .preferences .row textarea {
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  width: 100%;
  padding: 18px 20px;
  min-height: 145px;
}
#mypreferences .preferences fieldset {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences fieldset {
    padding: 0 15px;
  }
}
#mypreferences .preferences fieldset.checkboxes {
  font-size: 0;
}
#mypreferences .preferences fieldset.checkboxes h3 {
  margin-bottom: 31px;
}
#mypreferences .preferences fieldset.checkboxes p {
  font: 15px/28px "Lato", sans-serif;
  color: #4B4F51;
  margin-bottom: 31px;
}
#mypreferences .preferences fieldset.checkboxes .checkbox-group {
  margin-bottom: 6px;
}
#mypreferences .preferences fieldset.checkboxes .row {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences fieldset.checkboxes .row {
    width: 100%;
    margin-bottom: 15px;
  }
}
#mypreferences .preferences fieldset.checkboxes .row label {
  font: 600 12px/16px "Lato", sans-serif;
  position: relative;
  padding: 0 22px;
  cursor: pointer;
}
#mypreferences .preferences fieldset.checkboxes .row label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#mypreferences .preferences fieldset.checkboxes .row label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #9B9B9B;
  transition: all 240ms ease-in-out;
}
#mypreferences .preferences fieldset.checkboxes .row label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 11px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  background: url("../images/check-mark.svg") 0 0 no-repeat;
  transition: all 240ms ease-in-out;
}
#mypreferences .preferences fieldset.checkboxes .row label:hover:before {
  border-color: #855D99;
}
#mypreferences .preferences fieldset.checkboxes .row label.checked:before {
  background: #855D99;
  border: 1px solid #855D99;
}
#mypreferences .preferences fieldset.checkboxes .row label.checked:after {
  opacity: 1;
  visibility: visible;
}
#mypreferences .preferences fieldset.checkboxes.grey {
  background: #f6f6f6;
  border-top: 1px solid #9f9f9f;
  padding-top: 35px;
  padding-bottom: 0;
}
#mypreferences .preferences fieldset.checkboxes.grey h3 {
  margin-bottom: 10px;
}
#mypreferences .preferences fieldset.controls input[type=submit] {
  width: 100%;
  margin-bottom: 20px;
}

.btn-group-preference {
  display: flex;
  align-items: center;
}

.btn-check-preference {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-secondary-preference {
  margin-right: 6px;
  border-radius: 4px;
  padding: 3px 7px 3px 7px;
  font-size: 10px;
  background-color: #ffffff;
  color: #1e1d28 !important;
}
.btn-secondary-preference select {
  display: block;
  width: 100%;
  position: relative;
}
.btn-secondary-preference .select-wrapper {
  width: 100%;
}
.btn-secondary-preference .select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-secondary-preference.checked:before {
  background: #0F1F2A;
  border: 1px solid #0F1F2A;
}
.btn-secondary-preference.checked:after {
  opacity: 1;
  visibility: visible;
}

.btn-secondary-preference-next {
  background-color: #ffffff;
  color: #1e1d28;
  margin-right: 6px;
  border-radius: 4px;
  padding: 3px 7px 3px 7px;
  font-size: 10px;
}
.btn-secondary-preference-next.checked:before {
  background: #0F1F2A;
  border: 1px solid #0F1F2A;
}
.btn-secondary-preference-next.checked:after {
  opacity: 1;
  visibility: visible;
}

.btn-secondary-preference.selected {
  background-color: #2F2F2F !important;
  color: #F7F7F7 !important;
  border-radius: 4px !important;
}

.btn-secondary-preference-next.selected {
  background-color: #2F2F2F !important;
  color: #F7F7F7 !important;
  border-radius: 4px !important;
}

.file-preview {
  position: fixed;
  background-color: #0000008a;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
}
.file-preview.show {
  display: flex;
}
.file-preview .close-image-preview {
  position: absolute;
  top: 100px;
  right: 30px;
  color: #fff;
  font-size: 66px;
}
.file-preview .image-container {
  width: 50%;
  min-width: 360px;
  text-align: center;
  padding-top: 30px;
}
.file-preview .image-container img {
  height: auto;
  max-height: 80vh;
  width: auto;
  max-width: 100%;
}

.form.loyalty-form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form.loyalty-form input::-webkit-outer-spin-button,
.form.loyalty-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form.loyalty-form input[type=number] {
  -moz-appearance: textfield;
}
.form.loyalty-form.contact-form .file-previews .file-item {
  border-top: 1px solid #9f9f9f;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form.loyalty-form.contact-form .file-previews .file-item:last-child {
  border-bottom: 1px solid #9f9f9f;
}
.form.loyalty-form.contact-form .file-previews .file-item .image {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bb9858;
  color: #fff;
}
.form.loyalty-form.contact-form .file-previews .file-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form.loyalty-form.contact-form .file-previews .file-item .file-name {
  padding: 10px 0;
  font-size: 20px;
}
.form.loyalty-form.contact-form .file-previews .file-item .file-name.preview {
  color: #855d99;
  text-decoration: underline;
  cursor: pointer;
}
.form.loyalty-form.contact-form .file-previews .file-item .remove-file a {
  text-decoration: none;
  font-size: 20px;
  color: red;
}
@media screen and (min-width: 992px) {
  .form.loyalty-form.contact-form {
    padding: 45px 60px 40px;
  }
}
.form.loyalty-form.contact-form .form-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form.loyalty-form.contact-form .form-block {
    flex-direction: column;
  }
}
.form.loyalty-form.contact-form .form-block input[type=text],
.form.loyalty-form.contact-form .form-block input[type=email],
.form.loyalty-form.contact-form .form-block input[type=number] {
  padding: 0;
}
.form.loyalty-form.contact-form .form-block p.w50 {
  width: calc(48% - 21px);
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .form.loyalty-form.contact-form .form-block p.w50 {
    width: 100%;
  }
}
.form.loyalty-form.contact-form .form-block .required:before {
  top: 65%;
}
.form.loyalty-form.contact-form .form-block.file {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.form.loyalty-form.contact-form .form-block.file .w100 {
  margin-bottom: 0;
  cursor: pointer;
}
.form.loyalty-form.contact-form .form-block.file .w100 label {
  cursor: pointer;
  width: 100%;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0;
  border: 1px solid #9f9f9f;
}
@media screen and (max-width: 767px) {
  .form.loyalty-form.contact-form .form-block.file .w100 label {
    flex-direction: column;
  }
}
.form.loyalty-form.contact-form .form-block.file .w100 label img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .form.loyalty-form.contact-form .form-block.file .w100 label img {
    margin-right: 0;
  }
}
.form.loyalty-form.contact-form .form-block.file .w100 label u {
  color: #855d99;
  display: inline-block;
  margin-left: 5px;
}
.form.loyalty-form.contact-form .form-block.file .custom-file-input {
  font-size: 0;
  width: 100%;
  background-color: transparent;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.form.loyalty-form.contact-form .form-block.file .custom-file-input::-webkit-file-upload-button {
  display: none;
}
.form.loyalty-form.contact-form .form-block.file .custom-file-input::before {
  content: "";
}
.form.loyalty-form.contact-form .form-block.file span {
  display: none;
}
.form.loyalty-form.contact-form .form-block.submit-button {
  margin-top: 30px;
}
.form.loyalty-form.contact-form .form-block.submit-button .button {
  width: 100%;
  font-size: 16px;
  height: 44px;
  font-weight: 500;
}
.form.loyalty-form.contact-form .form-block.paragraph {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  flex-direction: column;
  margin: 10px 0 20px 0;
  max-width: 550px;
}
.form.loyalty-form.contact-form .form-block.paragraph p {
  margin-bottom: 0;
}
.form.loyalty-form.contact-form .form-block.paragraph p strong {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}

#mypreferences .preferences {
  border: 1px solid #B7D2D2;
  padding-top: 31px;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences {
    padding-top: 20px;
  }
}
#mypreferences .preferences h2 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 10px;
  grid-column: 1/-1;
  text-transform: capitalize;
}
#mypreferences .preferences h3 {
  font: 400 21px/25px "Lato", sans-serif;
  color: #000;
  margin-bottom: 8px;
}
#mypreferences .preferences .checkboxess {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences .checkboxess {
    grid-template-columns: repeat(1, 1fr);
  }
}
#mypreferences .preferences .checkboxess label {
  color: #000 !important;
  font-size: 15px !important;
}
#mypreferences .preferences textarea {
  margin-bottom: 40px;
}
#mypreferences .preferences .custom-checkbox {
  padding-left: 23px;
  cursor: pointer;
}
#mypreferences .preferences .custom-checkbox::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #9B9B9B;
  transition: all 240ms ease-in-out;
}
#mypreferences .preferences .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 11px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  background: url(../images/check-mark.svg) 0 0 no-repeat;
  transition: all 240ms ease-in-out;
}
#mypreferences .preferences .custom-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#mypreferences .preferences .checked::before {
  background: #71AEB7;
}
#mypreferences .preferences .checked::after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences .row {
    margin-bottom: 25px;
  }
}
#mypreferences .preferences .row label {
  font: 400 14px/23px "Lato", sans-serif;
  display: block;
  margin-bottom: 10px;
  color: #4B4F51;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences .row label {
    display: inline-block;
  }
}
#mypreferences .preferences .row select {
  display: block;
  width: 100%;
  position: relative;
}
#mypreferences .preferences .row .select2-container {
  margin-bottom: 40px;
}
#mypreferences .preferences .row .select-wrapper {
  width: 100%;
}
#mypreferences .preferences .row .select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#mypreferences .preferences .row.multiselect .select2 {
  width: 100% !important;
  position: relative;
}
#mypreferences .preferences .row.multiselect .select2:after {
  content: "";
  background: url("../images/bottom-arrow.svg") 0 0 no-repeat;
  position: absolute;
  top: 22px;
  right: 16px;
  width: 10px;
  height: 6px;
  pointer-events: none;
}
#mypreferences .preferences .row.multiselect .select2 textarea {
  border: none;
}
#mypreferences .preferences .row textarea {
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  width: 100%;
  padding: 18px 20px;
  min-height: 145px;
}
#mypreferences .preferences fieldset {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences fieldset {
    padding: 0 15px;
  }
}
#mypreferences .preferences fieldset.checkboxes {
  font-size: 0;
}
#mypreferences .preferences fieldset.checkboxes h3 {
  margin-bottom: 31px;
}
#mypreferences .preferences fieldset.checkboxes p {
  font: 15px/28px "Lato", sans-serif;
  color: #4B4F51;
  margin-bottom: 31px;
}
#mypreferences .preferences fieldset.checkboxes .checkbox-group {
  margin-bottom: 6px;
}
#mypreferences .preferences fieldset.checkboxes .row {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
  #mypreferences .preferences fieldset.checkboxes .row {
    width: 100%;
    margin-bottom: 15px;
  }
}
#mypreferences .preferences fieldset.checkboxes .row label {
  font: 600 12px/16px "Lato", sans-serif;
  position: relative;
  padding: 0 22px;
  cursor: pointer;
}
#mypreferences .preferences fieldset.checkboxes .row label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#mypreferences .preferences fieldset.checkboxes .row label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #9B9B9B;
  transition: all 240ms ease-in-out;
}
#mypreferences .preferences fieldset.checkboxes .row label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 11px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  background: url("../images/check-mark.svg") 0 0 no-repeat;
  transition: all 240ms ease-in-out;
}
#mypreferences .preferences fieldset.checkboxes .row label:hover:before {
  border-color: #855D99;
}
#mypreferences .preferences fieldset.checkboxes .row label.checked:before {
  background: #855D99;
  border: 1px solid #855D99;
}
#mypreferences .preferences fieldset.checkboxes .row label.checked:after {
  opacity: 1;
  visibility: visible;
}
#mypreferences .preferences fieldset.checkboxes.grey {
  background: #f6f6f6;
  border-top: 1px solid #9f9f9f;
  padding-top: 35px;
  padding-bottom: 0;
}
#mypreferences .preferences fieldset.checkboxes.grey h3 {
  margin-bottom: 10px;
}
#mypreferences .preferences fieldset.controls input[type=submit] {
  width: 100%;
  margin-bottom: 20px;
}

.btn-group-preference {
  display: flex;
  align-items: center;
}

.btn-check-preference {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-secondary-preference {
  margin-right: 6px;
  border-radius: 4px;
  padding: 3px 7px 3px 7px;
  font-size: 10px;
  background-color: #ffffff;
  color: #1e1d28 !important;
}
.btn-secondary-preference select {
  display: block;
  width: 100%;
  position: relative;
}
.btn-secondary-preference .select-wrapper {
  width: 100%;
}
.btn-secondary-preference .select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-secondary-preference.checked:before {
  background: #0F1F2A;
  border: 1px solid #0F1F2A;
}
.btn-secondary-preference.checked:after {
  opacity: 1;
  visibility: visible;
}

.btn-secondary-preference-next {
  background-color: #ffffff;
  color: #1e1d28;
  margin-right: 6px;
  border-radius: 4px;
  padding: 3px 7px 3px 7px;
  font-size: 10px;
}
.btn-secondary-preference-next.checked:before {
  background: #0F1F2A;
  border: 1px solid #0F1F2A;
}
.btn-secondary-preference-next.checked:after {
  opacity: 1;
  visibility: visible;
}

.btn-secondary-preference.selected {
  background-color: #2F2F2F !important;
  color: #F7F7F7 !important;
  border-radius: 4px !important;
}

.btn-secondary-preference-next.selected {
  background-color: #2F2F2F !important;
  color: #F7F7F7 !important;
  border-radius: 4px !important;
}

.My.Redemptions .center-column {
  max-width: 1060px;
}
.My.Redemptions .my-rewards {
  display: block;
  min-height: 500px;
}
.My.Redemptions .my-rewards .rewards-description p {
  font: 15px/28px "Lato", sans-serif;
  color: #4B4F51;
}
.My.Redemptions .my-rewards .error-message {
  background-color: #0f1f2a14;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-left: 7px solid #71aeb7;
  display: none;
}
.My.Redemptions .my-rewards .btn {
  border-radius: 0px !important;
}
.My.Redemptions .my-rewards .btn:hover {
  background-color: #3E727A;
  border-color: #3E727A;
  color: #fff;
}
.My.Redemptions .my-rewards .noenough-balance {
  pointer-events: none;
  background-color: #D8D8D8;
  border-color: #c7c7c7;
}
.My.Redemptions .my-rewards .custom-not-found {
  font-size: 25px;
}
.My.Redemptions .my-rewards .redeem-awards-wrapper table tr th {
  text-align: right !important;
}
.My.Redemptions .my-rewards .redeem-awards-wrapper table tr th:nth-child(1) {
  -moz-column-count: auto !important;
       column-count: auto !important;
  text-align: left !important;
}
.My.Redemptions .my-rewards .redeem-awards-wrapper table tr th:nth-child(2) {
  -moz-column-count: auto !important;
       column-count: auto !important;
}
.My.Redemptions .my-rewards .redeem-awards-wrapper table tr td {
  text-align: right !important;
}
.My.Redemptions .my-rewards .redeem-awards-wrapper table tr td:nth-child(1) {
  text-align: left !important;
}
.My.Redemptions .my-rewards .redeem-awards-wrapper .current-point-balance {
  padding-right: 15px !important;
}
.My.Redemptions .my-rewards .avaliable-rewards .paginate_button {
  border-radius: 0px;
  border: none !important;
  outline: none;
}
.My.Redemptions .my-rewards .avaliable-rewards .paginate_button.disabled {
  background: #D8D8D8;
  color: #000;
}
.My.Redemptions .my-rewards .avaliable-rewards .paginate_button.disabled:hover {
  background: #D8D8D8;
  color: #000;
}
.My.Redemptions .my-rewards .avaliable-rewards .paginate_button.current {
  background: #71AEB7;
}
.My.Redemptions .my-rewards .avaliable-rewards .paginate_button:hover {
  background: #3E727A;
}
.My.Redemptions .my-rewards .avaliable-rewards .sorting_asc,
.My.Redemptions .my-rewards .avaliable-rewards .sorting_desc {
  background-image: none !important;
}
.My.Redemptions .my-rewards .avaliable-rewards .sorting {
  position: relative;
}
.My.Redemptions .my-rewards .avaliable-rewards .sorting.sorting_asc::before {
  content: "";
  position: absolute;
  right: 5px;
  width: 0;
  margin-top: 10px;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid black;
}
.My.Redemptions .my-rewards .avaliable-rewards .sorting.sorting_desc::before {
  content: "";
  position: absolute;
  right: 5px;
  width: 0;
  margin-top: 15px;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid black;
}
@media only screen and (max-width: 767px) {
  .My.Redemptions .my-rewards .avaliable-rewards .dataTables_length {
    display: none;
  }
}
.My.Redemptions .my-rewards .avaliable-rewards .dataTables_length label {
  display: flex;
  align-items: center;
}
.My.Redemptions .my-rewards .avaliable-rewards .dataTables_length label select {
  color: #000;
  border: 1px solid #000;
  height: 35px;
  line-height: 27px;
  margin: 0px 10px;
  font-weight: 700;
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .My.Redemptions .my-rewards .avaliable-rewards .dataTables_filter {
    display: none;
  }
}
.My.Redemptions .my-rewards .avaliable-rewards .dataTables_filter input {
  border: 1px solid #000;
  height: 35px;
}
.My.Redemptions .my-rewards .avaliable-rewards .dataTables_filter input:focus-visible {
  outline: none;
}
.My.Redemptions .my-rewards .avaliable-rewards table {
  width: 100%;
  margin-bottom: 15px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr:first-child {
  border-bottom: 2px solid;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr td {
  padding: 20px 15px 15px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr td img {
  height: 60px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr th {
  font-size: 18px;
  color: #000;
  padding: 20px 15px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr th:nth-child(1) {
  -moz-column-count: 1;
       column-count: 1;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr th:nth-child(2) {
  -moz-column-count: 8;
       column-count: 8;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr th:nth-child(3) {
  -moz-column-count: 2;
       column-count: 2;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .award-title h3 {
  font: 18px/18px "Lato", sans-serif;
  margin: 0px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .award-title a {
  position: relative;
  color: #3E727A;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding-right: 15px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .award-title .show-info::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3E727A;
  position: absolute;
  top: 9px;
  right: 0px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .award-title .hide-info {
  display: none;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .award-title .hide-info::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #3E727A;
  position: absolute;
  top: 13px;
  right: 0px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .price {
  font: 18px/18px "Lato", sans-serif !important;
  color: #000 !important;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .awards-description {
  display: none;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .awards-description p {
  font: 16px/29px "Lato", sans-serif !important;
  color: #000 !important;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .awards-description p a {
  color: #3E727A;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .awards-description h6 {
  margin-top: 25px;
  font-size: 13px;
  margin-bottom: 0px;
}
.My.Redemptions .my-rewards .avaliable-rewards table tr .awards-description li {
  font-size: 13px;
  font-weight: 300;
}
.My.Redemptions .my-rewards .avaliable-rewards table .activeCard .show-info {
  display: none !important;
}
.My.Redemptions .my-rewards .avaliable-rewards table .activeCard .hide-info {
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
}
.My.Redemptions .my-rewards .avaliable-rewards .current-point-balance {
  text-align: end;
  padding-top: 30px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .My.Redemptions .my-rewards .avaliable-rewards .current-point-balance {
    text-align: center;
    padding-right: initial;
    padding-top: 25px;
  }
}
.My.Redemptions .my-rewards .avaliable-rewards .current-point-balance p {
  color: #000 !important;
}
.My.Redemptions .my-rewards .avaliable-rewards .current-point-balance span {
  font-size: 24px;
  color: #000;
  margin-left: 10px;
  font-weight: 600;
}

.photos_My.Offers,
.photos_My.Awards {
  display: none;
}

.My.Offers .page-intro {
  margin-bottom: 35px;
}
.My.Offers .page-intro h1 {
  width: 100%;
  display: inline-block;
  letter-spacing: 1.6px;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid #4B4F51;
  padding-bottom: 15px;
  margin-bottom: 35px;
  font-size: 29px;
}
@media only screen and (max-width: 767px) {
  .My.Offers .page-intro h1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
  }
}
.My.Offers .page-intro p {
  font: normal 15px/2 "Lato", sans-serif;
  color: #4B4F51;
  font-size: 15px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .My.Offers .page-intro p {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

.My.Stays .my-stays {
  display: block;
  margin: 0px;
  margin-top: -15px;
  min-height: 450px;
}
.My.Stays .center-column {
  max-width: 1060px;
}

.my-stays, .my-rewards {
  display: flex;
  justify-content: space-between;
  margin: 60px 0px 35px;
}
@media only screen and (max-width: 767px) {
  .my-stays, .my-rewards {
    flex-direction: column;
  }
}
.my-stays .stays-left, .my-rewards .stays-left {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-left, .my-rewards .stays-left {
    width: 100%;
  }
}
.my-stays .stays-left h2, .my-rewards .stays-left h2 {
  margin-bottom: 12px;
}
.my-stays .stays-left p, .my-rewards .stays-left p {
  font-size: 14px;
  line-height: 26px;
}
.my-stays .stays-right, .my-rewards .stays-right {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-right, .my-rewards .stays-right {
    width: 100%;
  }
}
.my-stays .upcoming-stays-info-text, .my-rewards .upcoming-stays-info-text {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .my-stays .upcoming-stays-info-text, .my-rewards .upcoming-stays-info-text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-stays .upcoming-stays-info-text, .my-rewards .upcoming-stays-info-text {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .my-stays .upcoming-stays-info-text, .my-rewards .upcoming-stays-info-text {
    padding: 0 20px;
  }
}
.my-stays .upcoming-stays-info-text h3, .my-rewards .upcoming-stays-info-text h3 {
  font: 26px/30px "Lato", sans-serif;
}
.my-stays .upcoming-stays-info-text p, .my-rewards .upcoming-stays-info-text p {
  font: 13px/26px "Lato", sans-serif;
}
.my-stays .upcoming-stays-info-text + .upcoming-stays-wrapper, .my-rewards .upcoming-stays-info-text + .upcoming-stays-wrapper {
  width: 75%;
  float: left;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .my-stays .upcoming-stays-info-text + .upcoming-stays-wrapper, .my-rewards .upcoming-stays-info-text + .upcoming-stays-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.my-stays .upcoming-stays-info-text + .upcoming-stays-wrapper .stays-wrapper .my-stay, .my-rewards .upcoming-stays-info-text + .upcoming-stays-wrapper .stays-wrapper .my-stay {
  border-left-color: #4B4F51;
}
.my-stays .upcoming-stays-info-text + .upcoming-stays-wrapper .stays-wrapper .my-stay:nth-child(3n), .my-rewards .upcoming-stays-info-text + .upcoming-stays-wrapper .stays-wrapper .my-stay:nth-child(3n) {
  border-left-color: #898989;
}
.my-stays .upcoming-stays-info-text + .upcoming-stays-wrapper .stays-wrapper .my-stay:nth-child(3n+1), .my-rewards .upcoming-stays-info-text + .upcoming-stays-wrapper .stays-wrapper .my-stay:nth-child(3n+1) {
  border-left-color: #000;
}
.my-stays .control-tabs, .my-rewards .control-tabs {
  border-bottom: 1px solid #898989;
  font-size: 0;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .my-stays .control-tabs, .my-rewards .control-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
  }
}
.my-stays .control-tabs button, .my-rewards .control-tabs button {
  display: inline-block;
  vertical-align: top;
  font: 29px/35px "Lato", sans-serif;
  color: #898989;
  position: relative;
  padding: 0 10px 14px 10px;
  letter-spacing: 2px;
  margin-right: 22px;
}
@media only screen and (max-width: 767px) {
  .my-stays .control-tabs button, .my-rewards .control-tabs button {
    margin: 0 0 10px 0;
    letter-spacing: 0;
    font-size: 20px;
  }
}
.my-stays .control-tabs button:after, .my-rewards .control-tabs button:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: visibility 240ms ease-in-out, opacity 240ms ease-in-out;
}
.my-stays .control-tabs button:hover, .my-stays .control-tabs button.active, .my-rewards .control-tabs button:hover, .my-rewards .control-tabs button.active {
  color: #000;
}
.my-stays .control-tabs button:hover:after, .my-stays .control-tabs button.active:after, .my-rewards .control-tabs button:hover:after, .my-rewards .control-tabs button.active:after {
  visibility: visible;
  opacity: 1;
}
.my-stays .stay-description, .my-rewards .stay-description {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-stays .stay-description, .my-rewards .stay-description {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .my-stays .stay-description, .my-rewards .stay-description {
    padding: 0 20px;
  }
}
.my-stays .stay-description p, .my-rewards .stay-description p {
  font: 15px/28px "Lato", sans-serif;
  color: #4B4F51;
}
.my-stays .stays-big-wrapper, .my-rewards .stays-big-wrapper {
  display: none;
}
.my-stays .stays-big-wrapper.active, .my-rewards .stays-big-wrapper.active {
  display: block;
}
.my-stays .stays-wrapper .my-stay, .my-rewards .stays-wrapper .my-stay {
  border: 1px solid #D8D8D8;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 24px 10px;
  margin-bottom: 26px;
}
.my-stays .stays-wrapper .my-stay:nth-child(1n), .my-rewards .stays-wrapper .my-stay:nth-child(1n) {
  border-left: 8px solid #000;
}
.my-stays .stays-wrapper .my-stay:nth-child(2n), .my-rewards .stays-wrapper .my-stay:nth-child(2n) {
  border-left: 8px solid #4B4F51;
}
.my-stays .stays-wrapper .my-stay:nth-child(3n), .my-rewards .stays-wrapper .my-stay:nth-child(3n) {
  border-left: 8px solid #898989;
}
@media only screen and (max-width: 1023px) {
  .my-stays .stays-wrapper .my-stay, .my-rewards .stays-wrapper .my-stay {
    padding: 10px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-wrapper .my-stay, .my-rewards .stays-wrapper .my-stay {
    margin-bottom: 10px;
  }
}
.my-stays .stays-wrapper .my-stay .short-info, .my-rewards .stays-wrapper .my-stay .short-info {
  overflow: hidden;
}
.my-stays .stays-wrapper .my-stay img, .my-rewards .stays-wrapper .my-stay img {
  display: block;
  float: left;
  width: 105px;
  height: 62px;
  margin-right: 17px;
  background: #D8D8D8;
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-wrapper .my-stay img, .my-rewards .stays-wrapper .my-stay img {
    width: 100%;
    height: 150px;
    margin-right: 0;
  }
}
.my-stays .stays-wrapper .my-stay .info-control-wrapper, .my-rewards .stays-wrapper .my-stay .info-control-wrapper {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-wrapper .my-stay .info-control-wrapper, .my-rewards .stays-wrapper .my-stay .info-control-wrapper {
    width: 100%;
  }
}
.my-stays .stays-wrapper .my-stay .info, .my-rewards .stays-wrapper .my-stay .info {
  width: 60%;
  display: block;
  float: left;
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-wrapper .my-stay .info, .my-rewards .stays-wrapper .my-stay .info {
    width: 100%;
    margin: 20px 0;
  }
}
.my-stays .stays-wrapper .my-stay .info h3, .my-rewards .stays-wrapper .my-stay .info h3 {
  font: 18px/23px "Lato", sans-serif;
  margin-bottom: 3px;
  font-weight: 600;
}
.my-stays .stays-wrapper .my-stay .info h3.property-name, .my-rewards .stays-wrapper .my-stay .info h3.property-name {
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-stays .stays-wrapper .my-stay .info h3, .my-rewards .stays-wrapper .my-stay .info h3 {
    font-size: 16px;
  }
}
.my-stays .stays-wrapper .my-stay .info .property-booking-info, .my-rewards .stays-wrapper .my-stay .info .property-booking-info {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-stays .stays-wrapper .my-stay .info span, .my-rewards .stays-wrapper .my-stay .info span {
    font-size: 12px;
  }
}
.my-stays .stays-wrapper .my-stay .controls, .my-rewards .stays-wrapper .my-stay .controls {
  width: 40%;
  display: block;
  float: right;
  text-align: right;
  padding-right: 10px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-wrapper .my-stay .controls, .my-rewards .stays-wrapper .my-stay .controls {
    width: 100%;
    padding-right: 0;
    float: none;
    text-align: center;
    padding-bottom: 14px;
  }
}
.my-stays .stays-wrapper .my-stay .controls h4, .my-rewards .stays-wrapper .my-stay .controls h4 {
  font: 700 13px/16px "Lato", sans-serif;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-stays .stays-wrapper .my-stay .controls h4, .my-rewards .stays-wrapper .my-stay .controls h4 {
    font-size: 11px;
  }
}
.my-stays .stays-wrapper .my-stay .controls a, .my-rewards .stays-wrapper .my-stay .controls a {
  position: relative;
  color: #3E727A;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  padding-right: 15px;
}
.my-stays .stays-wrapper .my-stay .controls .show-info::after, .my-rewards .stays-wrapper .my-stay .controls .show-info::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3E727A;
  position: absolute;
  top: 7px;
  right: 0px;
}
.my-stays .stays-wrapper .my-stay .controls .hide-info, .my-rewards .stays-wrapper .my-stay .controls .hide-info {
  display: none;
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-wrapper .my-stay .controls .hide-info, .my-rewards .stays-wrapper .my-stay .controls .hide-info {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.my-stays .stays-wrapper .my-stay .controls .hide-info::after, .my-rewards .stays-wrapper .my-stay .controls .hide-info::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #3E727A;
  position: absolute;
  top: 13px;
  right: 0px;
}
.my-stays .stays-wrapper .my-stay .buttons-wrapper button, .my-rewards .stays-wrapper .my-stay .buttons-wrapper button {
  font: 13px/15px "Lato", sans-serif;
  padding-right: 20px;
  position: relative;
  margin-left: 45px;
  color: #855D99;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-stays .stays-wrapper .my-stay .buttons-wrapper button, .my-rewards .stays-wrapper .my-stay .buttons-wrapper button {
    font-size: 11px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .my-stays .stays-wrapper .my-stay .buttons-wrapper button, .my-rewards .stays-wrapper .my-stay .buttons-wrapper button {
    margin: 0 10px;
  }
}
.my-stays .stays-wrapper .my-stay .buttons-wrapper button:first-child, .my-rewards .stays-wrapper .my-stay .buttons-wrapper button:first-child {
  margin-left: 0;
}
.my-stays .stays-wrapper .my-stay .buttons-wrapper button:after, .my-rewards .stays-wrapper .my-stay .buttons-wrapper button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.my-stays .stays-wrapper .my-stay .buttons-wrapper button:hover, .my-stays .stays-wrapper .my-stay .buttons-wrapper button.active, .my-rewards .stays-wrapper .my-stay .buttons-wrapper button:hover, .my-rewards .stays-wrapper .my-stay .buttons-wrapper button.active {
  text-decoration: underline;
}
.my-stays .stays-wrapper .my-stay .buttons-wrapper button.active:after, .my-rewards .stays-wrapper .my-stay .buttons-wrapper button.active:after {
  width: 0;
  height: 0;
  border-top: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
}
.my-stays .stays-wrapper .activeCard .hide-info, .my-rewards .stays-wrapper .activeCard .hide-info {
  display: block !important;
}
.my-stays .stays-wrapper .activeCard .show-info, .my-rewards .stays-wrapper .activeCard .show-info {
  display: none;
}
.my-stays .benefits-wrapper, .my-rewards .benefits-wrapper {
  text-align: left;
  display: none;
  border-top: 1px solid #979797;
  padding-top: 15px;
  padding-bottom: 20px;
}
.my-stays .benefits-wrapper h3, .my-rewards .benefits-wrapper h3 {
  font: 18px/23px "Lato", sans-serif;
  margin-bottom: 7px;
}
.my-stays .benefits-wrapper p, .my-rewards .benefits-wrapper p {
  font: 13px/22px "Lato", sans-serif;
  color: #4B4F51;
}
.my-stays .benefits-wrapper .box-wrapper, .my-rewards .benefits-wrapper .box-wrapper {
  font-size: 0;
  text-align: center;
  margin-bottom: 45px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .my-stays .benefits-wrapper .box-wrapper, .my-rewards .benefits-wrapper .box-wrapper {
    margin-bottom: 0;
  }
}
.my-stays .benefits-wrapper .box-wrapper .box, .my-rewards .benefits-wrapper .box-wrapper .box {
  width: 179px;
  min-height: 123px;
  border: 1px solid #9f9f9f;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 18px 10px;
  transition: border-color 240ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .my-stays .benefits-wrapper .box-wrapper .box, .my-rewards .benefits-wrapper .box-wrapper .box {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.my-stays .benefits-wrapper .box-wrapper .box:hover, .my-rewards .benefits-wrapper .box-wrapper .box:hover {
  border-color: #855D99;
}
.my-stays .benefits-wrapper .box-wrapper .box .description, .my-rewards .benefits-wrapper .box-wrapper .box .description {
  margin-top: 25px;
  padding: 0 10px;
}
.my-stays .benefits-wrapper .box-wrapper .box .description h4, .my-rewards .benefits-wrapper .box-wrapper .box .description h4 {
  font: 16px/19px "Lato", sans-serif;
  margin-bottom: 3px;
}
.my-stays .benefits-wrapper .box-wrapper .box .description p, .my-rewards .benefits-wrapper .box-wrapper .box .description p {
  font: 12px/14px "Lato", sans-serif;
  letter-spacing: 0.5px;
  color: #4B4F51;
  margin-bottom: 0;
}
.my-stays .benefits-wrapper .box-wrapper .box button, .my-rewards .benefits-wrapper .box-wrapper .box button {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 6px;
  background: #efefef;
  padding: 9px;
  width: calc(100% - 18px);
  border: 1px solid #9f9f9f;
  font: 12px/14px "Lato", sans-serif;
  transition: all 240ms ease-in-out;
  text-transform: uppercase;
}
.my-stays .benefits-wrapper .box-wrapper .box button:hover, .my-rewards .benefits-wrapper .box-wrapper .box button:hover {
  background: #855D99;
  border-color: #855D99;
  color: #fff;
}
.my-stays .see-details-wrapper, .my-rewards .see-details-wrapper {
  display: none;
  text-align: left;
  border-top: 1px solid #979797;
  padding-top: 15px;
}
.my-stays .see-details-wrapper h3, .my-rewards .see-details-wrapper h3 {
  font: 18px/22px "Lato", sans-serif;
  margin-bottom: 20px;
  color: #000 !important;
}
.my-stays .see-details-wrapper .stay-details-wrapper, .my-stays .see-details-wrapper .your-total-wrapper, .my-stays .see-details-wrapper .taxes-services-wrapper, .my-stays .see-details-wrapper .overall-wrapper, .my-rewards .see-details-wrapper .stay-details-wrapper, .my-rewards .see-details-wrapper .your-total-wrapper, .my-rewards .see-details-wrapper .taxes-services-wrapper, .my-rewards .see-details-wrapper .overall-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .stay-details-wrapper, .my-stays .see-details-wrapper .your-total-wrapper, .my-stays .see-details-wrapper .taxes-services-wrapper, .my-stays .see-details-wrapper .overall-wrapper, .my-rewards .see-details-wrapper .stay-details-wrapper, .my-rewards .see-details-wrapper .your-total-wrapper, .my-rewards .see-details-wrapper .taxes-services-wrapper, .my-rewards .see-details-wrapper .overall-wrapper {
    text-align: center;
  }
}
.my-stays .see-details-wrapper .stay-details, .my-stays .see-details-wrapper .room-details, .my-stays .see-details-wrapper .taxes-services-details, .my-rewards .see-details-wrapper .stay-details, .my-rewards .see-details-wrapper .room-details, .my-rewards .see-details-wrapper .taxes-services-details {
  font-size: 0;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(137, 137, 137, 0.6);
}
.my-stays .see-details-wrapper .stay-details > *, .my-stays .see-details-wrapper .room-details > *, .my-stays .see-details-wrapper .taxes-services-details > *, .my-rewards .see-details-wrapper .stay-details > *, .my-rewards .see-details-wrapper .room-details > *, .my-rewards .see-details-wrapper .taxes-services-details > * {
  margin-top: -5px;
}
.my-stays .see-details-wrapper .stay-details .left-col, .my-stays .see-details-wrapper .stay-details .right-col, .my-stays .see-details-wrapper .room-details .left-col, .my-stays .see-details-wrapper .room-details .right-col, .my-stays .see-details-wrapper .taxes-services-details .left-col, .my-stays .see-details-wrapper .taxes-services-details .right-col, .my-rewards .see-details-wrapper .stay-details .left-col, .my-rewards .see-details-wrapper .stay-details .right-col, .my-rewards .see-details-wrapper .room-details .left-col, .my-rewards .see-details-wrapper .room-details .right-col, .my-rewards .see-details-wrapper .taxes-services-details .left-col, .my-rewards .see-details-wrapper .taxes-services-details .right-col {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.my-stays .see-details-wrapper .stay-details .left-col, .my-stays .see-details-wrapper .room-details .left-col, .my-stays .see-details-wrapper .taxes-services-details .left-col, .my-rewards .see-details-wrapper .stay-details .left-col, .my-rewards .see-details-wrapper .room-details .left-col, .my-rewards .see-details-wrapper .taxes-services-details .left-col {
  width: 64%;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .stay-details .left-col, .my-stays .see-details-wrapper .room-details .left-col, .my-stays .see-details-wrapper .taxes-services-details .left-col, .my-rewards .see-details-wrapper .stay-details .left-col, .my-rewards .see-details-wrapper .room-details .left-col, .my-rewards .see-details-wrapper .taxes-services-details .left-col {
    width: 100%;
  }
}
.my-stays .see-details-wrapper .stay-details .right-col, .my-stays .see-details-wrapper .room-details .right-col, .my-stays .see-details-wrapper .taxes-services-details .right-col, .my-rewards .see-details-wrapper .stay-details .right-col, .my-rewards .see-details-wrapper .room-details .right-col, .my-rewards .see-details-wrapper .taxes-services-details .right-col {
  width: 36%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .stay-details .right-col, .my-stays .see-details-wrapper .room-details .right-col, .my-stays .see-details-wrapper .taxes-services-details .right-col, .my-rewards .see-details-wrapper .stay-details .right-col, .my-rewards .see-details-wrapper .room-details .right-col, .my-rewards .see-details-wrapper .taxes-services-details .right-col {
    width: 100%;
    padding-bottom: 10px;
    float: none;
  }
}
.my-stays .see-details-wrapper .stay-details .small-label, .my-stays .see-details-wrapper .room-details .small-label, .my-stays .see-details-wrapper .taxes-services-details .small-label, .my-rewards .see-details-wrapper .stay-details .small-label, .my-rewards .see-details-wrapper .room-details .small-label, .my-rewards .see-details-wrapper .taxes-services-details .small-label {
  font: 10px/13px "Lato", sans-serif;
  color: #4B4F51;
}
.my-stays .see-details-wrapper .stay-details .value, .my-stays .see-details-wrapper .room-details .value, .my-stays .see-details-wrapper .taxes-services-details .value, .my-rewards .see-details-wrapper .stay-details .value, .my-rewards .see-details-wrapper .room-details .value, .my-rewards .see-details-wrapper .taxes-services-details .value {
  font: 14px/18px "Lato", sans-serif;
}
.my-stays .see-details-wrapper .stay-details .small-info-block, .my-stays .see-details-wrapper .room-details .small-info-block, .my-stays .see-details-wrapper .taxes-services-details .small-info-block, .my-rewards .see-details-wrapper .stay-details .small-info-block, .my-rewards .see-details-wrapper .room-details .small-info-block, .my-rewards .see-details-wrapper .taxes-services-details .small-info-block {
  display: block;
  float: left;
  margin-right: 8%;
  padding-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-stays .see-details-wrapper .stay-details .small-info-block, .my-stays .see-details-wrapper .room-details .small-info-block, .my-stays .see-details-wrapper .taxes-services-details .small-info-block, .my-rewards .see-details-wrapper .stay-details .small-info-block, .my-rewards .see-details-wrapper .room-details .small-info-block, .my-rewards .see-details-wrapper .taxes-services-details .small-info-block {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .stay-details .small-info-block, .my-stays .see-details-wrapper .room-details .small-info-block, .my-stays .see-details-wrapper .taxes-services-details .small-info-block, .my-rewards .see-details-wrapper .stay-details .small-info-block, .my-rewards .see-details-wrapper .room-details .small-info-block, .my-rewards .see-details-wrapper .taxes-services-details .small-info-block {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
.my-stays .see-details-wrapper .stay-details .small-info-block span, .my-stays .see-details-wrapper .room-details .small-info-block span, .my-stays .see-details-wrapper .taxes-services-details .small-info-block span, .my-rewards .see-details-wrapper .stay-details .small-info-block span, .my-rewards .see-details-wrapper .room-details .small-info-block span, .my-rewards .see-details-wrapper .taxes-services-details .small-info-block span {
  display: block;
  margin-bottom: 2px;
}
.my-stays .see-details-wrapper .stay-details .small-info-block .selected-rate, .my-stays .see-details-wrapper .room-details .small-info-block .selected-rate, .my-stays .see-details-wrapper .taxes-services-details .small-info-block .selected-rate, .my-rewards .see-details-wrapper .stay-details .small-info-block .selected-rate, .my-rewards .see-details-wrapper .room-details .small-info-block .selected-rate, .my-rewards .see-details-wrapper .taxes-services-details .small-info-block .selected-rate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-stays .see-details-wrapper .stay-details .check-out-info, .my-stays .see-details-wrapper .room-details .check-out-info, .my-stays .see-details-wrapper .taxes-services-details .check-out-info, .my-rewards .see-details-wrapper .stay-details .check-out-info, .my-rewards .see-details-wrapper .room-details .check-out-info, .my-rewards .see-details-wrapper .taxes-services-details .check-out-info {
  margin-right: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-stays .see-details-wrapper .stay-details .check-out-info, .my-stays .see-details-wrapper .room-details .check-out-info, .my-stays .see-details-wrapper .taxes-services-details .check-out-info, .my-rewards .see-details-wrapper .stay-details .check-out-info, .my-rewards .see-details-wrapper .room-details .check-out-info, .my-rewards .see-details-wrapper .taxes-services-details .check-out-info {
    margin-right: 5%;
  }
}
.my-stays .see-details-wrapper .stay-details .room-price-info, .my-stays .see-details-wrapper .room-details .room-price-info, .my-stays .see-details-wrapper .taxes-services-details .room-price-info, .my-rewards .see-details-wrapper .stay-details .room-price-info, .my-rewards .see-details-wrapper .room-details .room-price-info, .my-rewards .see-details-wrapper .taxes-services-details .room-price-info {
  float: right;
  margin-right: 17px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .stay-details .room-price-info, .my-stays .see-details-wrapper .room-details .room-price-info, .my-stays .see-details-wrapper .taxes-services-details .room-price-info, .my-rewards .see-details-wrapper .stay-details .room-price-info, .my-rewards .see-details-wrapper .room-details .room-price-info, .my-rewards .see-details-wrapper .taxes-services-details .room-price-info {
    margin-right: 0;
    text-align: center;
  }
}
.my-stays .see-details-wrapper .stay-details .room-price-info .small-label, .my-stays .see-details-wrapper .room-details .room-price-info .small-label, .my-stays .see-details-wrapper .taxes-services-details .room-price-info .small-label, .my-rewards .see-details-wrapper .stay-details .room-price-info .small-label, .my-rewards .see-details-wrapper .room-details .room-price-info .small-label, .my-rewards .see-details-wrapper .taxes-services-details .room-price-info .small-label {
  margin-left: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .stay-details .room-price-info .small-label, .my-stays .see-details-wrapper .room-details .room-price-info .small-label, .my-stays .see-details-wrapper .taxes-services-details .room-price-info .small-label, .my-rewards .see-details-wrapper .stay-details .room-price-info .small-label, .my-rewards .see-details-wrapper .room-details .room-price-info .small-label, .my-rewards .see-details-wrapper .taxes-services-details .room-price-info .small-label {
    margin-left: 0;
    text-align: center;
  }
}
.my-stays .see-details-wrapper .stay-details .room-price-info .price.value, .my-stays .see-details-wrapper .room-details .room-price-info .price.value, .my-stays .see-details-wrapper .taxes-services-details .room-price-info .price.value, .my-rewards .see-details-wrapper .stay-details .room-price-info .price.value, .my-rewards .see-details-wrapper .room-details .room-price-info .price.value, .my-rewards .see-details-wrapper .taxes-services-details .room-price-info .price.value {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .stay-details .room-price-info .price.value, .my-stays .see-details-wrapper .room-details .room-price-info .price.value, .my-stays .see-details-wrapper .taxes-services-details .room-price-info .price.value, .my-rewards .see-details-wrapper .stay-details .room-price-info .price.value, .my-rewards .see-details-wrapper .room-details .room-price-info .price.value, .my-rewards .see-details-wrapper .taxes-services-details .room-price-info .price.value {
    text-align: center;
  }
}
.my-stays .see-details-wrapper .room-details .room-price-info, .my-rewards .see-details-wrapper .room-details .room-price-info {
  margin-top: 18px;
  width: 100%;
}
.my-stays .see-details-wrapper .taxes-services-wrapper, .my-stays .see-details-wrapper .overal-wrapper, .my-rewards .see-details-wrapper .taxes-services-wrapper, .my-rewards .see-details-wrapper .overal-wrapper {
  display: none;
}
.my-stays .see-details-wrapper .your-total-wrapper, .my-rewards .see-details-wrapper .your-total-wrapper {
  overflow: hidden;
  display: none;
}
.my-stays .see-details-wrapper .your-total-wrapper .header, .my-rewards .see-details-wrapper .your-total-wrapper .header {
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .your-total-wrapper .header, .my-rewards .see-details-wrapper .your-total-wrapper .header {
    float: none;
  }
}
.my-stays .see-details-wrapper .your-total-wrapper .price-breakdown, .my-rewards .see-details-wrapper .your-total-wrapper .price-breakdown {
  font: 10px/28px "Lato", sans-serif;
  padding-right: 20px;
  position: relative;
  margin-left: 15px;
  color: #855D99;
  text-transform: lowercase;
}
.my-stays .see-details-wrapper .your-total-wrapper .price-breakdown:hover, .my-rewards .see-details-wrapper .your-total-wrapper .price-breakdown:hover {
  text-decoration: none;
}
.my-stays .see-details-wrapper .taxes-services-details .taxes-service .value, .my-rewards .see-details-wrapper .taxes-services-details .taxes-service .value {
  margin-top: 15px;
}
.my-stays .see-details-wrapper .overall-right-col, .my-rewards .see-details-wrapper .overall-right-col {
  display: block;
  float: right;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .overall-right-col, .my-rewards .see-details-wrapper .overall-right-col {
    float: none;
    padding-right: 0;
    text-align: center;
  }
}
.my-stays .see-details-wrapper .overall-right-col .small-info-block, .my-rewards .see-details-wrapper .overall-right-col .small-info-block {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .overall-right-col .small-info-block, .my-rewards .see-details-wrapper .overall-right-col .small-info-block {
    text-align: center;
  }
}
.my-stays .see-details-wrapper .overall-right-col .small-info-block span, .my-rewards .see-details-wrapper .overall-right-col .small-info-block span {
  display: block;
  margin-bottom: 2px;
}
.my-stays .see-details-wrapper .overall-right-col .small-label, .my-rewards .see-details-wrapper .overall-right-col .small-label {
  font: 11px/13px "Lato", sans-serif;
  color: #4B4F51;
}
@media only screen and (max-width: 767px) {
  .my-stays .see-details-wrapper .overall-right-col .small-label, .my-rewards .see-details-wrapper .overall-right-col .small-label {
    padding-right: 0;
  }
}
.my-stays .see-details-wrapper .overall-right-col .value, .my-rewards .see-details-wrapper .overall-right-col .value {
  font: 22px/26px "Lato", sans-serif;
  font-weight: 600;
}
.my-stays .reservation-actions, .my-rewards .reservation-actions {
  font: 600 12px/36px "Lato", sans-serif;
  color: #3E727A;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .my-stays .reservation-actions, .my-rewards .reservation-actions {
    text-align: center;
    width: 100%;
  }
}
.my-stays .reservation-actions:hover, .my-rewards .reservation-actions:hover {
  color: #000;
}
.my-stays .stay-history-wrapper .years, .my-rewards .stay-history-wrapper .years {
  width: 100%;
  margin: 13px 0 9px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .my-stays .stay-history-wrapper .years, .my-rewards .stay-history-wrapper .years {
    display: block;
  }
}
.my-stays .stay-history-wrapper .years .header, .my-rewards .stay-history-wrapper .years .header {
  font: 21px/25px "Lato", sans-serif;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .my-stays .stay-history-wrapper .years .header, .my-rewards .stay-history-wrapper .years .header {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.my-stays .stay-history-wrapper .years .category-selector, .my-rewards .stay-history-wrapper .years .category-selector {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .my-stays .stay-history-wrapper .years .category-selector, .my-rewards .stay-history-wrapper .years .category-selector {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .my-stays .stay-history-wrapper .years .category-selector .select-wrapper, .my-rewards .stay-history-wrapper .years .category-selector .select-wrapper {
    width: 100%;
    display: block;
  }
}
.my-stays .stay-history-wrapper .years .category-selector .select-wrapper select, .my-rewards .stay-history-wrapper .years .category-selector .select-wrapper select {
  border: 1px solid #979797;
  background: none;
  width: 100%;
}
.my-stays .stay-history-wrapper .years .category-selector .button, .my-rewards .stay-history-wrapper .years .category-selector .button {
  font: 15px/18px "Lato", sans-serif;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 37px 0 0;
  background: none;
  color: #000;
  height: auto;
  border: none;
}
@media only screen and (max-width: 767px) {
  .my-stays .stay-history-wrapper .years .category-selector .button, .my-rewards .stay-history-wrapper .years .category-selector .button {
    display: none;
  }
}
.my-stays .stay-history-wrapper .years .category-selector .button:before, .my-rewards .stay-history-wrapper .years .category-selector .button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  border: 1px solid #979797;
  border-radius: 50%;
}
.my-stays .stay-history-wrapper .years .category-selector .button:after, .my-rewards .stay-history-wrapper .years .category-selector .button:after {
  content: "";
  background: #71AEB7;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 240ms ease-in-out;
}
.my-stays .stay-history-wrapper .years .category-selector .button:hover:after, .my-stays .stay-history-wrapper .years .category-selector .button.active:after, .my-rewards .stay-history-wrapper .years .category-selector .button:hover:after, .my-rewards .stay-history-wrapper .years .category-selector .button.active:after {
  opacity: 1;
  visibility: visible;
}
.my-stays .stay-history-wrapper .year-of-stay .month-wrapper, .my-rewards .stay-history-wrapper .year-of-stay .month-wrapper {
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .my-stays .stay-history-wrapper .year-of-stay .month-wrapper, .my-rewards .stay-history-wrapper .year-of-stay .month-wrapper {
    margin-bottom: 20px;
  }
}
.my-stays .stay-history-wrapper .year-of-stay .month-wrapper.active .entries-wrapper, .my-rewards .stay-history-wrapper .year-of-stay .month-wrapper.active .entries-wrapper {
  display: block;
}
.my-stays .stay-history-wrapper .year-of-stay .entries-wrapper, .my-rewards .stay-history-wrapper .year-of-stay .entries-wrapper {
  display: none;
}
.my-stays .stay-history-wrapper .year-of-stay .month-trigger, .my-rewards .stay-history-wrapper .year-of-stay .month-trigger {
  font: 21px/25px "Lato", sans-serif;
  text-align: left;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 14px;
  border-bottom: 1px solid #000;
  position: relative;
}
.my-stays .stay-history-wrapper .year-of-stay .month-trigger:after, .my-rewards .stay-history-wrapper .year-of-stay .month-trigger:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #71AEB7;
}
.my-stays .stay-history-wrapper .year-of-stay .month-trigger.active:after, .my-rewards .stay-history-wrapper .year-of-stay .month-trigger.active:after {
  width: 0;
  height: 0;
  border-top: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #71AEB7;
}

.my-benefits-temporary .loyalty-popup {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}

.my-stays .my-benefits.popups-list, .my-stays .my-price-breakdowns.popups-list {
  display: none;
}

.my-benefits.popups-list {
  display: block;
}
.my-benefits.popups-list .loyalty-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: block;
  transition: opacity 240ms ease-in-out, visibility 240ms ease-in-out, z-index 240ms ease-in-out;
}
.my-benefits.popups-list .loyalty-popup.visible {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup {
    overflow: auto;
    background: #fff;
    bottom: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.my-benefits.popups-list .loyalty-popup.price-breakdown-popup .inner-wrapper {
  max-width: 500px;
}
.my-benefits.popups-list .loyalty-popup.price-breakdown-popup .inner-wrapper .content-container .content {
  margin: 0;
  width: 100%;
}
.my-benefits.popups-list .loyalty-popup .inner-wrapper {
  max-width: 930px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-benefits.popups-list .loyalty-popup .inner-wrapper {
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .inner-wrapper {
    max-width: 100%;
    height: 100%;
  }
}
.my-benefits.popups-list .loyalty-popup .inner-wrapper .close {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 27px;
  height: 27px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .inner-wrapper .close {
    background: #fff;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
.my-benefits.popups-list .loyalty-popup .inner-wrapper .close:before, .my-benefits.popups-list .loyalty-popup .inner-wrapper .close:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 1px;
  transform-origin: center center;
  opacity: 1;
  transition: background-color 240ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .inner-wrapper .close:before, .my-benefits.popups-list .loyalty-popup .inner-wrapper .close:after {
    left: 9px;
  }
}
.my-benefits.popups-list .loyalty-popup .inner-wrapper .close:before {
  transform: rotate(45deg);
}
.my-benefits.popups-list .loyalty-popup .inner-wrapper .close:after {
  transform: rotate(-45deg);
}
.my-benefits.popups-list .loyalty-popup .inner-wrapper .close:hover:before, .my-benefits.popups-list .loyalty-popup .inner-wrapper .close:hover:after {
  background: #A22405;
}
.my-benefits.popups-list .loyalty-popup .content-container {
  width: 100vw;
  max-width: 100%;
  min-height: 547px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-benefits.popups-list .loyalty-popup .content-container {
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container {
    width: 100vw;
    min-height: 100%;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .thumbnail {
  position: absolute;
  height: 100%;
  width: 415px;
  left: 0;
  top: 0;
  margin: 0;
  background: #D8D8D8;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-benefits.popups-list .loyalty-popup .content-container .thumbnail {
    width: 40%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container .thumbnail {
    width: 100%;
    display: block;
    position: relative;
    left: auto;
    top: auto;
    height: 250px;
    margin-bottom: 30px;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .content {
  margin-left: 415px;
  width: calc(100% - 415px);
  position: initial;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-benefits.popups-list .loyalty-popup .content-container .content {
    width: 60%;
    margin-left: 40%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container .content {
    width: 100%;
    margin-left: 0;
    padding: 0 20px 20px;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content {
  padding-bottom: 0;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper {
  padding: 20px 0;
  max-width: 450px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper .table-separator {
  border-bottom: dashed 1px #c7c7c7;
  margin-bottom: 10px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper h3 {
  font: 16px/17px "Lato", sans-serif;
  color: #6D6E71;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper h4 {
  font: 26px/26px "Lato", sans-serif;
  color: #2F2F2F;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper h4:after {
  margin-top: 15px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table {
  width: 100%;
  border-bottom: 10px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table * {
  background: none;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table td, .my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table th {
  padding: 1px 0;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table th {
  font: 600 16px/24px "Lato", sans-serif;
  color: #2F2F2F;
  text-transform: uppercase;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table th:last-of-type {
  text-transform: capitalize;
  text-align: right;
  font-size: 13px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table tr.top-spacing td {
  padding-top: 8px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table tr td:last-of-type {
  text-align: right;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table td {
  border: none;
  font: 400 12px/23px "Lato", sans-serif;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper table td.room-count {
  font-weight: 600;
  font-size: 14px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper .total-price {
  text-align: right;
  padding-top: 6px;
  border-top: 1px solid #c7c7c7;
  text-transform: uppercase;
  font: 400 18px/24px "Lato", sans-serif;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper .total-price span {
  display: block;
}
.my-benefits.popups-list .loyalty-popup .content-container .content.price-breakdown-content .content-inner-wrapper .total-price span:first-of-type {
  font-size: 13px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper {
  max-width: 470px;
  margin: 0 auto;
  padding: 35px 17px 35px 0;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper h3 {
  font: 20px/24px "Lato", sans-serif;
  color: #B7D2D2;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper h4 {
  font: 39px/39px "Lato", sans-serif;
  color: #282828;
  letter-spacing: 2px;
  margin-bottom: 22px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper h4:after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  display: block;
  margin-top: 22px;
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper h5 {
  font: 600 16px/24px "Lato", sans-serif;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper h5 {
    font-size: 14px;
    line-height: 18px;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper p {
  font: 16px/29px "Lato", sans-serif;
  color: #282828;
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper .popup-link {
  font: 14px/30px "Lato", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #A22405;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper .popup-link {
    margin-bottom: 20px;
    display: block;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper .popup-link:hover {
  text-decoration: none;
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper .confirm {
  position: absolute;
  bottom: 28px;
  right: 38px;
  background: #000;
  color: #fff;
  padding: 0 67px;
  text-transform: uppercase;
  height: 49px;
  font: 700 16px/52px "Lato", sans-serif;
  transition: background-color 240ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper .confirm {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
  }
}
.my-benefits.popups-list .loyalty-popup .content-container .content .content-inner-wrapper .confirm:hover {
  background: #A22405;
}

.point-balance-section .amount-sec {
  background-color: #E7F5F7;
  border: 1px solid #B7D2D2;
  border-radius: 2px 2px 0px 0px;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .point-balance-section .amount-sec {
    flex-direction: column;
  }
}
.point-balance-section .amount-sec h3 {
  margin: 0px;
  font-size: 26px;
}
.point-balance-section .amount-sec p {
  margin: 0px;
  font-size: 40px;
  margin-left: 110px;
}
@media only screen and (max-width: 767px) {
  .point-balance-section .amount-sec p {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.point-balance-section .amount-sec p .amount-time {
  position: relative;
  left: 10px;
  font-weight: 500;
  font-size: 13px;
  font-style: italic;
}
.point-balance-section .offers-cards {
  padding: 35px 40px 17px;
  border: 1px solid #D8D8D8;
}
@media only screen and (max-width: 767px) {
  .point-balance-section .offers-cards {
    padding: 35px 20px 17px;
  }
}
.point-balance-section .offers-cards .offers-slideShow {
  overflow: hidden;
}
.point-balance-section .offers-cards h4 {
  font-size: 23px;
  font-weight: 400;
}
.point-balance-section .offers-cards .cards {
  width: 31.8%;
  border: 1px solid #D8D8D8;
  min-height: 400px;
  position: relative;
}
.point-balance-section .offers-cards .cards .no-image img {
  background-color: #0F1F2A;
  -o-object-fit: contain;
     object-fit: contain;
}
.point-balance-section .offers-cards .cards img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.point-balance-section .offers-cards .cards .cards-description {
  padding: 18px 20px;
}
.point-balance-section .offers-cards .cards .cards-description h3 {
  font-size: 22px;
  margin: 0px;
  font-weight: 500;
  margin-bottom: 8px;
}
.point-balance-section .offers-cards .cards .cards-description p {
  font-size: 13px;
  margin: 0px;
  line-height: 18px;
}
.point-balance-section .offers-cards .cards .cards-description .info-section {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.point-balance-section .offers-cards .cards .cards-description .details {
  position: relative;
  color: #3E727A;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding-right: 15px;
}
.point-balance-section .offers-cards .cards .cards-description .details::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3E727A;
  position: absolute;
  top: 12px;
  right: 0px;
}
.point-balance-section .offers-cards .custom-controls {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 14px;
}
.point-balance-section .offers-cards .custom-controls .slideshow-button {
  width: 13px;
  height: 13px;
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  font-size: 0px;
  text-indent: -999em;
  transform: translateY(-50%);
  transition: border-color 240ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.point-balance-section .offers-cards .custom-controls .previous {
  left: auto;
  right: 30px;
  bottom: 0;
  transform: rotate(-135deg);
}
.point-balance-section .offers-cards .custom-controls .next {
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.point-balance-section .offers-cards .custom-controls .swiper-pagination-custom {
  font-size: 14px;
  color: #000;
}

.home-three-col-acm {
  padding-bottom: 120px;
}
.home-three-col-acm .wrapper {
  max-width: 1100px;
  padding: 0 40px;
  margin: 0 auto;
}
.home-three-col-acm .wrapper .h2 {
  margin-bottom: 50px;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
.home-three-col-acm .item-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-three-col-acm .item-container .item {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
@media only screen and (max-width: 1023px) {
  .home-three-col-acm .item-container .item {
    width: 50%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-col-acm .item-container .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.home-three-col-acm .item-container .item .image {
  width: 100%;
  height: 100px;
  position: relative;
}
.home-three-col-acm .item-container .item .image img {
  max-height: 79px;
}
.home-three-col-acm .item-container .item .title {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #855D99;
}
.home-three-col-acm .item-container .item .description p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.kiosk .page-intro {
  display: none;
}
.kiosk .header__right {
  display: none !important;
}
.kiosk #header {
  border-bottom: 5px solid #B8924E;
}

.kiosk-form {
  position: relative;
  padding: 100px 0 150px;
}
@media only screen and (max-width: 767px) {
  .kiosk-form {
    padding: 50px 20px;
  }
}
.kiosk-form .image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.kiosk-form .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kiosk-form .message-container {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  padding: 40px;
  z-index: 2;
  text-align: center;
}
.kiosk-form .message-container .js-error-container {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #44435F;
  border-radius: 5px;
  padding: 50px;
}
.kiosk-form .message-container .js-error-container p {
  font-size: 16px;
  font-weight: bold;
  color: #44435F;
}
.kiosk-form .message-container.visible {
  visibility: visible;
}
.kiosk-form .message-container.error .js-error-container {
  border: 1px solid #A22405;
}
.kiosk-form .message-container.error .js-error-container p {
  color: #A22405;
}
.kiosk-form .js-error-container {
  display: none;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #44435F;
  border-radius: 5px;
  padding: 20px 50px;
  margin-bottom: 20px;
}
.kiosk-form .js-error-container p {
  max-width: 350px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #44435F;
  text-align: center;
}
.kiosk-form .js-error-container.visible {
  display: block;
}
.kiosk-form .js-error-container.error {
  border: 1px solid #A22405;
}
.kiosk-form .js-error-container.error p {
  color: #A22405;
}
.kiosk-form .form-container {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .kiosk-form .form-container .kiosk-signup {
    min-width: 100%;
  }
}
.kiosk-form .form-container .kiosk-signup .formError {
  left: 0 !important;
}
.kiosk-form .form-container .kiosk-signup label {
  position: relative;
}
.kiosk-form .form-container .kiosk-signup label .formError {
  top: 0;
  left: 0 !important;
}
.kiosk-form .form-container .form-heading {
  margin-bottom: 30px;
}
.kiosk-form .form-container .form-heading .h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #44435F;
}
.kiosk-form .form-container form {
  margin: 0;
}
.kiosk-form .form-container .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .kiosk-form .form-container .row {
    margin-bottom: 0;
  }
}
.kiosk-form .form-container .fname-container {
  position: relative;
  width: calc(50% - 15px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .kiosk-form .form-container .fname-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.kiosk-form .form-container .fname-container .f-name {
  width: 60%;
}
.kiosk-form .form-container .fname-container .f-name input {
  width: 100%;
}
.kiosk-form .form-container .fname-container .salutation {
  width: 32%;
}
.kiosk-form .form-container .fname-container .salutation .select-wrapper select {
  width: 100px;
  padding: 6px 5px;
  line-height: normal;
  height: 43px;
}
.kiosk-form .form-container .input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .kiosk-form .form-container .input-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.kiosk-form .form-container input:not([type=checkbox]):not([type=radio]), .kiosk-form .form-container textarea, .kiosk-form .form-container select {
  border-radius: 2px;
  border: 1px solid #c1c1c1;
  background: none;
  padding: 6px 5px;
}
.kiosk-form .form-container .checkbox-wrapper label {
  position: relative;
}
.kiosk-form .form-container .checkbox-wrapper label input[type=checkbox] {
  margin-right: 10px;
  width: 16px;
  height: 13px;
  cursor: pointer;
}
.kiosk-form .form-container .checkbox-wrapper label input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -1px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #9B9B9B;
  transition: all 240ms ease-in-out;
}
.kiosk-form .form-container .checkbox-wrapper label input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 11px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  background: url("../images/check-mark-red.svg") 0 0 no-repeat;
  transition: all 240ms ease-in-out;
}
.kiosk-form .form-container .checkbox-wrapper label input[type=checkbox]:checked:after {
  opacity: 1;
  visibility: visible;
}
.kiosk-form .form-container .submit-btn {
  margin-top: 90px;
  margin-bottom: 12px;
}
.kiosk-form .form-container .submit-btn button {
  background-color: #B8924E;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
}
.kiosk-form .form-container .submit-btn button:hover {
  background-color: #b8914ee7;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

  body > *:not(#content) {
    display: none;
  }

  #content-submenu {
    display: none;
  }

  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }

  @page {
    size: 960px 1358px;
  }
}
