/**
 * We are avoiding brand-specific CSS, but that doesn't mean all variables
 * are off limits. Here we pull in the North Star White Label variables. If you want brand
 * variation, use the helper classes that baseline provides:
 * https://github.homeawaycorp.com/pages/ui-development/baseline/release/docs/gt/subatomic.html#helper-classes
 *
 * You can also import any of the mixin files released with Baseline to access them.
 * https://github.homeawaycorp.com/ui-development/baseline/tree/master/release/mixins
 */
/**
 * Each sub-component that makes up your final library component
 * will have its own less file living right next to the component's
 * javascript. This keeps the less files small and specific and helps
 * to produce a codebase that is easy to maintain. It behooves you to
 * namespace each less file with the component name. The parent DOM
 * element of the component will need the same classname.
 */
.RegularContent {
  max-width: 440px;
  margin: auto;
  padding: 4px 24px;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .RegularContent {
    max-width: 100%;
  }
}
.RegularContent.RegularContent--minheight {
  min-height: 667px;
}
.WhiteContent {
  max-width: 440px;
  margin: auto;
  background: #fff;
}
.WhiteContent .Modal__header,
.WhiteContent .modal-header {
  width: 100%;
  background: #fff;
}
.WhiteContent .Modal__body,
.WhiteContent .modal-body {
  max-width: 440px;
  background: #fff;
}
.WhiteContent .Modal__dialog,
.WhiteContent .modal-dialog {
  width: 440px;
}
@media (max-width: 767px) {
  .WhiteContent .Modal__dialog,
  .WhiteContent .modal-dialog {
    width: 100%;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .WhiteContent {
    max-width: 100%;
    box-shadow: none;
  }
}
.WhiteContent .Modal__content--instructional,
.WhiteContent .modal-content--instructional {
  background-color: #fff;
  align-items: center;
  overflow-x: auto;
  color: #292929;
}
@media (max-width: 767px) {
  .WhiteContent.WhiteContent--desktop {
    height: 667px;
  }
}
@media (min-width: 768px) {
  .WhiteContent.WhiteContent--desktop {
    padding: 48px;
  }
}
.AuthModal .Modal__header,
.AuthModal .modal-header {
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
  color: #fff;
  height: 80px;
  padding: 0;
}
@media (min-width: 767px) {
  .AuthModal .Modal__header button,
  .AuthModal .modal-header button {
    height: 100%;
  }
  .AuthModal .Modal__header button .SVGIcon.SVGIcon--16px,
  .AuthModal .modal-header button .SVGIcon.SVGIcon--16px {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .AuthModal .Modal__header button,
  .AuthModal .modal-header button {
    background: rgba(0, 0, 0, 0.65);
    border-radius: 100%;
    margin: 16px 16px 24px 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
.AuthModal .Modal__body,
.AuthModal .modal-body {
  z-index: 1;
  padding: 0 24px 24px;
  overflow-y: visible;
}
.AuthModal .Modal__body .HeaderSection h2,
.AuthModal .modal-body .HeaderSection h2 {
  padding-top: 0;
}
.AuthModal .Modal__dialog,
.AuthModal .modal-dialog {
  width: 440px;
}
@media (max-width: 767px) {
  .AuthModal .Modal__dialog,
  .AuthModal .modal-dialog {
    width: 100%;
  }
}
.AuthModal .Modal__content--instructional,
.AuthModal .modal-content--instructional {
  background-color: #fff;
  align-items: center;
  overflow-x: auto;
  color: #292929;
}
@media (min-width: 768px) {
  .AuthModal .Modal__content--instructional,
  .AuthModal .modal-content--instructional {
    min-height: 667px;
  }
}
.AuthModal .Modal,
.AuthModal .modal {
  z-index: 1050;
}
.AuthModal .Modal__backdrop,
.AuthModal .modal-backdrop {
  z-index: 1040;
}
.AuthModal--gradient .Modal__content--instructional,
.AuthModal--gradient .modal-content--instructional {
  background-color: #f9f8f7;
}
.AuthModal--gt .Modal__content--instructional,
.AuthModal--gt .modal-content--instructional {
  background-color: #f5f4f3;
}
.lex-align-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.lex-full-width {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.lex-full-width .btn {
  min-width: 100%;
}
.lex-full-width .btn-next {
  padding-bottom: 8px;
}
.form-control {
  border-radius: 8px;
}


/**
 * Each sub-component that makes up your final library component
 * will have its own less file living right next to the component's
 * javascript. This keeps the less files small and specific and helps
 * to produce a codebase that is easy to maintain. It behooves you to
 * namespace each less file with the component name. The parent DOM
 * element of the component will need the same classname.
 */
.SignUpComponent {
  padding-top: 8px;
}
.SignUpComponent .form-group {
  margin-bottom: 8px;
}
.SignUpComponent .text-left {
  margin-bottom: 8px;
}
.SignUpComponent .email-display {
  margin-bottom: 0;
}
.SignUpComponent .first-name {
  margin-top: 16px;
}
.Signup_button {
  padding-top: 16px;
}
.Signup_button .btn {
  min-width: 168px;
  min-height: 56px;
}
.Signup_button .btn__label:only-child {
  display: inline-flex;
}
.has-error .help-block {
  z-index: auto;
}
.PasswordShow {
  color: #245abc;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  display: block;
  text-align: right;
  right: 16px;
  top: 16px;
}

@keyframes onAutoFillStart {
  from {
    color: #292929;
  }
  to {
    color: #292929;
  }
}
@keyframes onAutoFillCancel {
  from {
    color: #292929;
  }
  to {
    color: #292929;
  }
}
input:-webkit-autofill {
  animation: onAutoFillStart 0s;
}
input:not(:-webkit-autofill) {
  animation: onAutoFillCancel 0s;
}

.form-control-feedback.is-clickable {
  color: #245abc;
}

.btn-link:hover .btn__label {
  text-decoration: underline;
}

.LoadingOverlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  overflow: hidden;
}
.LoadingOverlay.in {
  opacity: 0.95;
}
.LoadingOverlay__ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.LoadingOverlay__li {
  width: 10px;
  height: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  animation: LoadingDotsOverlay 2s infinite;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
}
.LoadingOverlay__li--4 {
  animation-delay: 0.1s;
}
.LoadingOverlay__li--3 {
  animation-delay: 0.25s;
}
.LoadingOverlay__li--2 {
  animation-delay: 0.5s;
}
.LoadingOverlay__li--1 {
  animation-delay: 0.75s;
}
.btn .LoadingOverlay {
  border-radius: inherit;
  background-color: inherit;
}
.btn .LoadingOverlay__li {
  background-color: currentColor;
}
.btn .LoadingOverlay.in {
  opacity: 1;
}
@keyframes LoadingDotsOverlay {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Each sub-component that makes up your final library component
 * will have its own less file living right next to the component's
 * javascript. This keeps the less files small and specific and helps
 * to produce a codebase that is easy to maintain. It behooves you to
 * namespace each less file with the component name. The parent DOM
 * element of the component will need the same classname.
 */
.AuthModal--gradient .HeaderSection {
  background-image: linear-gradient(234deg, #1c4695, #245abc);
  background-color: #f9f8f7;
}
.AuthModal--gt .HeaderSection {
  background-image: linear-gradient(234deg, #005abf, #0067db);
  background-color: #f5f4f3;
}
.HeaderSection {
  text-align: left;
  margin: -80px -24px -150px;
  padding: 80px 24px 150px;
}
.HeaderSection .DefaultHeader {
  font-size: 2rem !important;
  /* stylelint-disable */
  text-align: left;
  padding-left: 0;
  padding-bottom: 24px;
  margin-bottom: 0;
  line-height: 1.25;
  letter-spacing: -0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-grow: 1;
  font-weight: 100 !important;
}
.HeaderSection .subheader {
  min-height: 24px;
  font-family: 'FreightSansLF Pro', 'Noto Sans JP', 'Noto Sans KR', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Segoe UI', Tahoma, -apple-system, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 5px;
}
.HeaderSection .subheaderContainer {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  margin-bottom: 32px;
}
.HeaderSection .subheaderContainerIcon span {
  margin-top: 3px;
}
.HeaderSection .subheaderContainerText {
  margin-left: 5px;
}
.HeaderSection .Owner {
  min-height: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 8px;
}
.HeaderSection .LoggedOwner {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lex-enticement {
  margin: 0 0 24px 0;
  color: #fff;
}
.lex-enticement .h4 {
  color: #fff;
}
.lex-value-props-list {
  list-style: none;
  margin: 0;
}
.lex-value-props-list .SVGIcon {
  vertical-align: middle;
}

.SVGIcon {
  display: inline-block;
  stroke-width: 1.5;
  stroke: currentColor;
  width: 24px;
  height: 24px;
}
.SVGIcon--inline {
  display: inline;
  vertical-align: text-bottom;
}
.SVGIcon--inline-flex {
  display: inline-flex;
  vertical-align: text-bottom;
}
.SVGIcon--12px {
  width: 12px;
  height: 12px;
}
.SVGIcon--16px {
  width: 16px;
  height: 16px;
}
.SVGIcon--24px {
  width: 24px;
  height: 24px;
}
.SVGIcon--32px {
  width: 32px;
  height: 32px;
}
.SVGIcon--40px {
  width: 40px;
  height: 40px;
}
.SVGIcon--stroke-width-1 {
  stroke-width: 1;
}
.SVGIcon--stroke-width-2 {
  stroke-width: 2;
}


.Alert {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 56px;
  padding: 16px 16px 16px 56px;
  position: relative;
  text-align: left;
}
.Alert p,
.Alert ul {
  margin-bottom: 0;
}
.Alert p + p {
  margin-top: 8px;
}
.Alert .btn {
  margin-top: 8px;
}
.Alert__flair {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 4px;
  border-radius: 4px 0 0 4px;
}
.Alert--dismissible {
  padding-right: 40px;
}
.Alert__svg {
  top: 16px;
  left: 16px;
  position: absolute;
}
.Alert__svg svg {
  max-width: 24px;
  max-height: 24px;
}

.Alert__close {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 4px;
  text-align: center;
  text-shadow: none;
  transition: all 250ms ease-in-out;
  background: transparent;
  border: none;
}
.Alert__close-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.TandCComponent {
  padding: 16px 24px 16px 24px;
  font-size: 0.75rem;
}
.TandCComponent label {
  line-height: 1.67;
  letter-spacing: 0.2px;
  color: #292929;
}
.TandCComponent p {
  color: #292929;
}
.TandCComponent a {
  color: #1856af;
}

/**
 * Each sub-component that makes up your final library component
 * will have its own less file living right next to the component's
 * javascript. This keeps the less files small and specific and helps
 * to produce a codebase that is easy to maintain. It behooves you to
 * namespace each less file with the component name. The parent DOM
 * element of the component will need the same classname.
 */
.LogInComponent .EmailField {
  padding-top: 32px;
}
.LogInComponent .EmailField .form-group {
  margin-bottom: 8px;
}
.LogInComponent .OKSubheader {
  margin-top: -16px;
  text-align: left;
}
.LogInComponent .OKSubheader .OKLink {
  padding-left: 8px;
}
.LogInComponent .OKSubheader .OKLink a {
  color: #245abc;
  font-weight: 700;
}
.LogInComponent .email-address {
  margin-top: 16px;
}
.LogInComponent .email-address .form-control {
  background-image: none;
  cursor: not-allowed;
  opacity: 1;
}
.LogInComponent .email-address label {
  color: #717171;
}
.LogInComponent .password-form {
  padding-right: 90px;
}
.LogInComponent .forgot-pwd {
  padding-top: 24px;
  font-weight: 700;
}
.PasswordField svg {
  color: #fff;
}
.PasswordField .form-group {
  margin-bottom: 16px;
}
.PasswordField .btn-lg {
  min-width: 100%;
}
.PasswordField .btn__label:only-child {
  display: inline-flex;
}
.PasswordField .form-group.floating-label.not-empty.has-feedback .form-control-feedback {
  margin-top: 7px;
}
.PasswordField .form-group.floating-label.empty.has-feedback .form-control-feedback {
  margin-top: 7px;
}
.Link {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #245abc;
  white-space: normal;
  word-break: break-all;
}
.PasswordShow {
  color: #245abc;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  display: block;
  text-align: right;
  right: 16px;
  top: 16px;
}
.PasswordDisabled {
  cursor: not-allowed;
  color: #ddddde;
  pointer-events: none;
  position: absolute;
  display: block;
  text-align: right;
  right: 16px;
  top: 16px;
}
.RememberMe {
  text-align: left;
  margin-bottom: 8px;
  padding-bottom: 32px;
}
.RememberMe input:focus + span.CRB__toggle.CRB__toggle--left {
  box-shadow: 0 0 0 calc(0.25rem - 2px) var(--color-action, #245abc);
}
.LypContent {
  margin-top: 16px;
}
.LypContent .LypContentText {
  padding-top: 11px;
  font-size: 0.75rem;
}
.LypContent .LypContentLink {
  font-size: 0.75rem;
  display: inline;
  white-space: normal;
  word-break: keep-all;
  min-height: 0;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 0;
  font-weight: 700;
}
.LypContent .LypContentLink a {
  color: #245abc;
  font-weight: 700;
}

.CRB--checkbox .CRB__toggle {
  border-radius: 4px;
}
.CRB--checkbox .CRB__input:disabled:checked + .CRB__toggle {
  background-color: #f5f4f3;
  background-color: var(--color-bg-disabled, #f5f4f3);
  border-color: #ddddde;
  background: var(--color-bg-disabled, #f5f4f3);
}
.CRB--checkbox .CRB__input:indeterminate + .CRB__toggle {
  background-color: #245abc;
  background-color: var(--color-action, #245abc);
  border-color: #245abc;
  border-color: var(--color-action, #245abc);
}
.CRB--checkbox .CRB__input--error:checked + .CRB__toggle {
  background-color: #d43626;
  background-color: var(--color-negative, #d43626);
  border-color: #d43626;
  border-color: var(--color-negative, #d43626);
}

.CRB {
  position: relative;
}
.CRB__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.CRB__input:not([disabled]):hover + .CRB__toggle,
.CRB__input:focus + .CRB__toggle {
  border-color: #245abc;
  border-color: var(--color-action, #245abc);
}
.CRB__input:checked + .CRB__toggle {
  background: #245abc;
  background: var(--color-action, #245abc);
  border-color: #245abc;
  border-color: var(--color-action, #245abc);
}
.CRB__label {
  margin-bottom: 0;
  line-height: 24px;
  min-height: 24px;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.CRB__label--right {
  padding-left: 36px;
}
.CRB__label--top {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.CRB__label--bottom {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.CRB__toggle {
  transition: all 150ms ease-out;
  width: 24px;
  height: 24px;
  border: 1px solid #908f8f;
  background: #fff;
  color: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* for IE */
}
.CRB__toggle--left {
  position: absolute;
  left: 0;
  top: 0;
}
.CRB__toggle--center {
  margin: 8px auto;
}
.CRB--disabled .CRB__label {
  cursor: not-allowed;
  color: #ddddde;
  color: var(--color-border-default, #ddddde);
}
.CRB--disabled .CRB__toggle {
  color: #ddddde;
  color: var(--color-border-default, #ddddde);
  border-color: #ddddde;
  border-color: var(--color-border-default, #ddddde);
  background: #f5f4f3;
  background: var(--color-bg-disabled, #f5f4f3);
}
.CRB--sm {
  margin-bottom: 16px;
  line-height: 16px;
}
.CRB--sm .CRB__label {
  padding-left: 28px;
  line-height: 16px;
  min-height: 16px;
}
.CRB--sm .CRB__toggle {
  width: 16px;
  height: 16px;
}
.CRB--inline {
  display: inline-block;
}
.CRB--inline + .CRB--inline {
  margin-left: 50px;
}
.CRB__label--error .CRB__toggle {
  border-width: 2px;
  border-color: #d43626;
  border-color: var(--color-negative, #d43626);
  color: #fff;
}
.CRB__label--error .CRB__input:focus + .CRB__toggle {
  border-width: 1px;
}

/**
 * Each sub-component that makes up your final library component
 * will have its own less file living right next to the component's
 * javascript. This keeps the less files small and specific and helps
 * to produce a codebase that is easy to maintain. It behooves you to
 * namespace each less file with the component name. The parent DOM
 * element of the component will need the same classname.
 */
.InputField {
  margin-bottom: 0;
}
.Select-your-social-a {
  text-align: left;
  height: 64px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.33;
  color: #292929;
}
.Existing-social-mu {
  width: 352px;
  height: 130px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33;
  color: #292929;
  text-align: left;
  white-space: pre-wrap;
  margin-bottom: 16px;
}
.btn--spacing {
  margin-right: 8px;
}
.continue-password {
  margin-top: 8px;
  color: #245abc;
}
.NewSocialButtons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
}
.NewSocialButtons .btn-primary {
  color: #717171;
  background-color: #fff;
}
.NewSocialButtons .btn-primary:hover {
  background-color: #fff;
}
.NewSocialButtons .btn-primary:focus {
  background-color: #fff;
  box-shadow: #fff;
}

.Create-password-btn {
  width: 279px;
  height: 56px;
  border-radius: 28px;
}

.signin-button {
  width: 24px;
  height: 24px;
}
.Applesocial {
  color: #fff;
  height: 20px;
  box-shadow: inset 0 0 0 1px #908f8f;
  flex-direction: row;
  justify-content: center;
  margin-top: 8px;
}
.Applesocial .btn-primary {
  color: #717171;
  background-color: #fff;
}
.Applesocial .btn-primary:hover {
  background-color: #fff;
}
.Applesocial .btn-primary:focus {
  background-color: #fff;
  box-shadow: #fff;
}
.Applesocial .signin-button {
  height: 24px;
}
.Applelabel {
  display: inline-block;
  line-height: 1.5rem;
}
.Applelabel .AppleText {
  font-family: 'FreightSansLF Pro', 'Noto Sans JP', 'Noto Sans KR', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Segoe UI', Tahoma, -apple-system, Roboto, sans-serif;
}
.ApplelabelPwd {
  vertical-align: top;
  display: inline-block;
  line-height: 1.5rem;
  padding-left: 16px;
}
.ApplelabelPwd .AppleTextPwd {
  font-family: 'FreightSansLF Pro', 'Noto Sans JP', 'Noto Sans KR', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Segoe UI', Tahoma, -apple-system, Roboto, sans-serif;
}
.AppleSocialIcon .AppleText {
  margin-top: 10px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.ButtonIcon {
  /**
     * line-height applied in older versions of Baseline (for placement of font-icon)
     * appears to be affecting placement of flexbox centered icons within buttons.
     * Unfortunately need !important to override selectivity in Baseline.
    */
  line-height: 0 !important;
}
.ButtonIcon--no-border {
  border: none !important;
  box-shadow: none !important;
}

.Expedia_label {
  margin: 0 0 16px;
  line-height: 1.5rem;
  padding-top: 8px;
}
.Expedia_button_label {
  color: #323f4d;
}
.Expedia_icon {
  display: inline-block;
  stroke-width: 1.5;
}
@media screen and (max-width: 339px) {
  .SocialLoginIcons__icon {
    display: inline-block;
    width: 40px;
  }
}
.ExpediaSocialIcon .ExpediaText {
  margin-top: 10px;
}
.Expediasocial {
  color: #fff;
  height: 20px;
  box-shadow: inset 0 0 0 1px #908f8f;
  flex-direction: row;
  justify-content: center;
  margin-top: 8px;
}
.Expediasocial svg {
  height: 22px;
}
.Expediasocial .btn-primary {
  color: #717171;
  background-color: #fff;
}
.Expediasocial .btn-primary:hover {
  background-color: #fff;
}
.Expediasocial .btn-primary:focus {
  background-color: #fff;
  box-shadow: #fff;
}
.Expedialabel {
  vertical-align: top;
  display: inline-block;
  line-height: 1.5rem;
  padding-left: 16px;
}
.Expedialabel .ExpediaText {
  font-family: 'FreightSansLF Pro', 'Noto Sans JP', 'Noto Sans KR', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Segoe UI', Tahoma, -apple-system, Roboto, sans-serif;
}

.Google_Label {
  margin: 0 0 16px;
  line-height: 1.5rem;
  padding-top: 8px;
}
@media screen and (max-width: 339px) {
  .SocialLoginIcons__icon {
    display: inline-block;
    width: 40px;
  }
}
.GoogleSocialIcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.GoogleSocialIcon .Googletext {
  margin-top: 10px;
}
.Googlesocial {
  color: #fff;
  height: 20px;
  box-shadow: inset 0 0 0 1px #908f8f;
  flex-direction: row;
  justify-content: center;
  margin-top: 8px;
}
.Googlesocial svg {
  height: 24px;
}
.Googlesocial .btn-primary {
  color: #717171;
  background-color: #fff;
}
.Googlesocial .btn-primary:hover {
  background-color: #fff;
}
.Googlesocial .btn-primary:focus {
  background-color: #fff;
  box-shadow: #fff;
}
.Googlelabel {
  display: inline-block;
  line-height: 1.5rem;
}
.Googlelabel .Googletext {
  font-family: 'FreightSansLF Pro', 'Noto Sans JP', 'Noto Sans KR', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Segoe UI', Tahoma, -apple-system, Roboto, sans-serif;
}
.GooglelabelPwd {
  vertical-align: top;
  display: inline-block;
  line-height: 1.5rem;
  padding-left: 16px;
}
.GooglelabelPwd .GoogletextPwd {
  font-family: 'FreightSansLF Pro', 'Noto Sans JP', 'Noto Sans KR', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Segoe UI', Tahoma, -apple-system, Roboto, sans-serif;
}

.Facebook_label {
  margin: 0 0 16px;
  line-height: 1.5rem;
  padding-top: 8px;
}
.btn-icon.btn-default:not(.btn-inverse).Facebook__icon {
  color: #3b5998;
}
@media screen and (max-width: 339px) {
  .SocialLoginIcons__icon {
    display: inline-block;
    width: 40px;
  }
}
.FacebookSocialIcon .Facebooktext {
  margin-top: 10px;
  margin-left: -7px;
}
.Facebooksocial {
  color: #fff;
  height: 20px;
  box-shadow: inset 0 0 0 1px #908f8f;
  flex-direction: row;
  justify-content: center;
  margin-top: 8px;
}
.Facebooksocial svg {
  height: 22px;
  color: #1877f2;
}
.Facebooksocial .btn-primary {
  color: #717171;
  background-color: #fff;
}
.Facebooksocial .btn-primary:hover {
  background-color: #fff;
}
.Facebooksocial .btn-primary:focus {
  background-color: #fff;
  box-shadow: #fff;
}
.Facebooklabel {
  display: inline-block;
  line-height: 1.5rem;
}
.Facebooklabel .Facebooktext {
  font-family: 'FreightSansLF Pro', 'Noto Sans JP', 'Noto Sans KR', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Segoe UI', Tahoma, -apple-system, Roboto, sans-serif;
}
.FacebooklabelPwd {
  vertical-align: top;
  display: inline-block;
  line-height: 1.5rem;
  padding-left: 16px;
}
.FacebooklabelPwd .FacebooktextPwd {
  font-family: 'FreightSansLF Pro', 'Noto Sans JP', 'Noto Sans KR', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Segoe UI', Tahoma, -apple-system, Roboto, sans-serif;
}

.ButtonPrimary {
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 32px;
}
.vacation-ideas-container {
  display: flex;
  padding-top: 16px;
}
.vacation-ideas-container-variant {
  display: flex;
}
.vacation-ideas {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
  display: block;
}
.terms-and-conditions {
  padding-bottom: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
.tc-toggle-switch {
  padding-top: 24px;
  padding-left: 16px;
  display: block;
  text-align: start;
}

.MarketingCheckbox {
  text-align: start;
}

.SuccessComponent {
  max-width: 360px;
  margin: auto;
}
@media (max-width: 767px) {
  .SuccessComponent {
    padding-top: 120px;
    min-height: 350px;
  }
}
.SuccessComponent .Modal__content--instructional .lead,
.SuccessComponent .modal-content--instructional .lead {
  color: #717171;
}
.Header {
  color: #292929;
  margin-bottom: 8px;
}
.SvgImage {
  padding-bottom: 24px;
}
.SuccessPadding {
  padding-bottom: 8px;
  max-width: 296px;
  margin: auto;
}
.SuccessButton {
  padding-top: 8px;
}
.SuccessButton .btn {
  min-width: 168px;
  min-height: 56px;
}
.SuccessButton .btn__label:only-child {
  display: inline-flex;
}

.ChangePasswordComponent {
  padding-top: 8px;
}
.ChangePasswordComponent .form-group {
  margin-bottom: 0;
}
.ChangePasswordComponent .text-left {
  margin-bottom: 8px;
}
.ChangePasswordComponent .password-new {
  margin-top: 16px;
}
.ChangePasswordComponent .ok-reset-password-subheader {
  margin-bottom: 24px;
  margin-top: -16px;
}
.ChangePasswordComponent .new-password .form-group {
  margin-bottom: 16px;
}
.ChangePasswordComponent .confirm-password {
  margin-top: 16px;
  margin-bottom: 24px;
}
.Save_button {
  padding-top: 16px;
}
.Save_button .btn {
  min-width: 168px;
  min-height: 56px;
}
.Save_button .btn__label:only-child {
  display: inline-flex;
}
.has-error .help-block {
  z-index: auto;
}
.PasswordShow {
  color: #245abc;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  display: block;
  text-align: right;
  right: 16px;
  top: 16px;
}
.InlineMessage {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: start;
}

.InlineMessage {
  transform: translateZ(0);
  perspective: 500px;
  perspective-origin: 8px 8px;
  /* node content and formatted html strings which have styles
    will not appear white unless these overrides are set */
}
.InlineMessage .text-white a,
.InlineMessage .text-white b,
.InlineMessage .text-white strong {
  color: #fff;
}
.InlineMessage--small-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.InlineMessage__shake-wrapper {
  display: flex;
  align-items: flex-start;
  animation: none;
}
.InlineMessage__shake-wrapper--shake {
  animation: InlineMessage-shake 600ms;
}
.InlineMessage__icon {
  margin-right: 8px;
  /* because this is a flex child and needs to be centered on the first line
        of content (for any number of lines), we need to adjust the margin-top
        the adjustment formula is (line-height - icon-size) / 2, in this case:
        18px (.InlineMessage--small-text line-height) - 16px (icon height) / 2 */
  margin-top: 1px;
  transform-origin: center;
  flex-shrink: 0;
}
.InlineMessage__icon--icon-to-none {
  animation: InlineMessage-collapse 275ms ease forwards;
}
.InlineMessage__icon--icon-to-help {
  animation: InlineMessage-pop-out-collapse 275ms ease forwards;
}
.InlineMessage__icon--none-to-icon {
  animation: InlineMessage-pop-in-expand 275ms ease 225ms backwards;
}
.InlineMessage__icon--icon-to-icon,
.InlineMessage__icon--help-to-icon {
  animation: InlineMessage-pop-in-expand 500ms ease 0ms forwards;
}
.InlineMessage__icon--no-animation {
  animation: none;
}
.InlineMessage__message {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.InlineMessage__message--any-to-none {
  animation: InlineMessage-fade-out 275ms ease 0ms forwards;
}
.InlineMessage__message--none-to-any {
  animation: InlineMessage-fade-in 275ms ease 225ms backwards;
}
.InlineMessage__message--help-to-help {
  animation: InlineMessage-fade-in 500ms ease backwards;
}
.InlineMessage__message--icon-to-icon,
.InlineMessage__message--help-to-icon,
.InlineMessage__message--icon-to-help {
  animation: InlineMessage-fade-in 387.5ms ease 112.5ms backwards;
}
.InlineMessage__message--same-message {
  animation: none;
}
.InlineMessage__message--no-animation {
  animation: none;
}
@keyframes InlineMessage-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes InlineMessage-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes InlineMessage-pop-in-expand {
  0% {
    transform: translateZ(-100px);
    opacity: 0;
    margin-right: 0;
    width: 16px;
  }
  25% {
    transform: translateZ(100px);
    margin-right: 11px;
    width: 16px;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
    margin-right: 8px;
    width: 16px;
  }
}
@keyframes InlineMessage-pop-out-collapse {
  0% {
    transform: none;
    opacity: 1;
    margin-right: 8px;
    width: 16px;
  }
  25% {
    transform: translateZ(100px);
    margin-right: 11px;
    width: 16px;
  }
  100% {
    transform: translateZ(-100px);
    opacity: 0;
    margin-right: 0;
    width: 0;
  }
}
@keyframes InlineMessage-collapse {
  0% {
    transform: none;
    opacity: 1;
    margin-right: 8px;
    width: 16px;
  }
  25% {
    opacity: 0;
  }
  100% {
    transform: translateZ(-100px);
    opacity: 0;
    margin-right: 0;
    width: 0;
  }
}
@keyframes InlineMessage-shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(8px, 0, 0);
  }
  50% {
    transform: translate3d(-6px, 0, 0);
  }
  70% {
    transform: translate3d(4px, 0, 0);
  }
  90% {
    transform: translate3d(-2px, 0, 0);
  }
}

.StubRegistration .form-combined .form-group {
  margin-bottom: 8px;
}
.StubRegistration_email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ResendLinkComponent {
  max-width: 360px;
  margin: auto;
}
.ResendLinkComponent .Tittle {
  margin: 0 auto 16px;
}
.ResendLinkComponent .ResendLinkInput {
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .ResendLinkComponent .ActionButton {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .ResendLinkComponent {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .ResendLinkComponent {
    padding-top: 120px;
    min-height: 350px;
  }
}
.ResendLinkComponent .Modal__content--instructional .lead,
.ResendLinkComponent .modal-content--instructional .lead {
  color: #717171;
}


.ResetPassword {
  max-width: 360px;
  margin: auto;
}
@media (max-width: 767px) {
  .ResetPassword {
    padding-top: 120px;
    min-height: 350px;
  }
}
.ResetPassword .Header {
  margin-bottom: 24px;
}
.Header {
  color: #292929;
}
.Padding {
  padding-bottom: 24px;
  max-width: 296px;
  margin: auto;
}
.modal-content--instructional .lead {
  color: #717171;
}
.svg-icon-large span {
  width: 92px;
  height: 92px;
}
.svg-icon-large span svg {
  width: 92px;
  height: 92px;
  stroke-width: 0.5;
}

.InvalidLinkComponent {
  max-width: 360px;
  margin: auto;
}
@media (max-width: 767px) {
  .InvalidLinkComponent {
    padding-top: 120px;
    min-height: 350px;
  }
}
.InvalidLinkComponent .Modal__content--instructional .lead,
.InvalidLinkComponent .modal-content--instructional .lead {
  color: #717171;
}
.InvalidLinkComponent .SvgImage {
  padding-bottom: 32px;
}
.InvalidLinkComponent .Header {
  color: #292929;
  margin-bottom: 8px;
}
.InvalidLinkComponent .InvalidLinkTitle {
  margin: 0 auto 24px;
  max-width: 296px;
}

.ConsentManagementComponent {
  text-align: center;
}
.ConsentManagementComponent .OKConsent {
  color: #245abc;
  font-weight: 700;
}


.SecurityLabel {
  padding-top: 104px;
  text-align: center;
  margin-bottom: 16px;
}
.Overlay > div {
  position: unset;
  margin-bottom: 104px;
}

.ChooseContactType {
  text-align: left;
}
.ChooseContactType .title {
  font-size: 24px;
  font-weight: 700;
}
.ChooseContactType .message {
  font-size: 16px;
  line-height: 1.5;
}
.ChooseContactType .radios {
  margin-top: 24px;
  margin-bottom: 36px;
}
.ChooseContactType .radiosnext {
  margin-top: 40px;
  text-align: right;
}
.ChooseContactType .btn__label:only-child {
  display: inline-flex;
}

.CRB--radio .CRB__toggle {
  border-radius: 50%;
  box-shadow: inset 0 0 0 15px #fff;
}
.CRB--radio .CRB__input:checked + .CRB__toggle {
  border: 1px solid #245abc;
  border-color: var(--color-action, #245abc);
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #245abc;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px var(--color-action, #245abc);
}
.CRB--radio .CRB__input:disabled:checked + .CRB__toggle {
  background: #fff;
  border-color: #ddddde;
  border-color: var(--color-border-default, #ddddde);
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #ddddde;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px var(--color-border-default, #ddddde);
}
.CRB--radio .CRB__input--error:checked + .CRB__toggle {
  border-color: #d43626;
  border-color: var(--color-negative, #d43626);
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #d43626;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px var(--color-negative, #d43626);
}
.CRB--radio.CRB--disabled .CRB__toggle {
  box-shadow: none;
}
.CRB--radio.CRB--sm .CRB__input:checked + .CRB__toggle {
  border-width: 1px;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #245abc;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px var(--color-action, #245abc);
}
.CRB--radio.CRB--sm .CRB__input--error:checked + .CRB__toggle {
  background-color: #d43626;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #d43626;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px var(--color-negative, #d43626);
}


.PhoneChooser {
  text-align: left;
  margin-bottom: -16px;
}
.PhoneChooser .title {
  font-size: 20px;
  font-weight: 700;
}
.PhoneChooser .message {
  font-size: 16px;
  line-height: 1.5;
}
.PhoneChooser .radios {
  margin-top: 24px;
  margin-bottom: 40px;
}
.PhoneChooser .Link {
  padding-top: 0;
}
.PhoneChooser .btn__label:only-child {
  display: inline-flex;
}
.ChoosePhoneFreeForm {
  margin-right: 40px;
}

/*
 * Setting min-height allows flexbox-based vertical centering of the internal span, but still allows the
 * button to grow if there are multiple lines.
*/
.btn {
  min-height: 48px;
}
.btn-xs {
  min-height: 32px;
  line-height: 1rem;
}
.btn-xs .btn__label .SVGIcon:first-child {
  margin-left: -4px;
}
.btn-xs .btn__label .SVGIcon:last-child {
  margin-right: -4px;
}
.btn-sm {
  min-height: 40px;
}
.btn-lg {
  min-height: 56px;
}
/* Buttons with both icons and text */
.btn__label {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.btn__label .SVGIcon:first-child {
  margin-left: -8px;
  margin-right: 0.3333em;
}
.btn__label .SVGIcon:last-child {
  margin-left: 0.3333em;
  margin-right: -8px;
}
.btn__label:only-child {
  display: flex;
}
.btn-block .btn__label:only-child {
  justify-content: center;
}
.btn-block .btn__label--truncate:only-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-block .btn__label--truncate:only-child .SVGIcon:first-child {
  margin-left: 0;
  vertical-align: bottom;
}
.btn-block .btn__label--truncate:only-child .SVGIcon:last-child {
  margin-right: 0;
  vertical-align: bottom;
}
.btn-block .btn__label--wrap:only-child {
  white-space: normal;
}
.btn-block .btn__label--wrap:only-child .SVGIcon:first-child {
  margin-left: 0;
}
.btn-block .btn__label--wrap:only-child .SVGIcon:last-child {
  margin-right: 0;
}
.btn-block.btn-wrapped {
  border-radius: 36px;
}
.btn-xs.btn-wrapped {
  border-radius: 24px;
}
.btn-sm.btn-wrapped {
  border-radius: 29px;
}
.btn-lg.btn-wrapped {
  border-radius: 40px;
}


.VerifyForm {
  text-align: left;
  margin-bottom: -24px;
}
.VerifyForm .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.VerifyForm .message {
  font-size: 16px;
  line-height: 1.5;
}
.VerifyForm .message span {
  font-weight: 700;
}
.VerifyForm .message .ChoosedPhone {
  font-weight: 700;
}
.VerifyForm .btn__label:only-child {
  display: inline-flex;
}
.VerifyForm .Resend p {
  display: inline;
}
.VerifyForm .Resend .Link {
  padding-top: 0;
  padding: 0;
}
.VerifyForm .Resend .Code {
  margin-bottom: 4px;
  margin-left: 4px;
}
.VerifyForm .Resend .Change {
  margin-left: 0;
  margin-top: 0;
}
.VerifyForm .Link {
  padding-top: 0;
}
.VerifyForm .cta-btns {
  margin-bottom: 32px;
  margin-top: 32px;
}

.ResetRequest .btn-lg {
  min-width: 168px;
}
.EmailField .form-group {
  margin-bottom: 24px;
}
.Link {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #245abc;
}
.has-error .help-block {
  text-align: left;
}
.Subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 24px;
  text-align: left;
}

.AccountBlocked .btn-lg {
  min-width: 168px;
  margin-bottom: 16px;
}
.AccountBlocked .content {
  margin-bottom: 32px;
  text-align: left;
}

.InitialCredentials .btn-lg {
  min-width: 168px;
}
.EmailField .form-group {
  margin-bottom: 24px;
}
.EmailField .btn-lg {
  min-width: 168px;
}
.EmailField .btn__label:only-child {
  display: inline-flex;
}
.has-error .help-block {
  text-align: left;
}

.SocialLoginComponent {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.SocialLoginBtn {
  padding-top: 4px;
  background-color: #fff;
  border-color: #ddddde;
}
.SocialLoginBtn svg {
  line-height: 0;
}
.SocialLoginIconG {
  color: #245abc;
}
.SocialLoginNewIconG {
  width: 16px;
  height: 16px;
  margin-top: 0;
  line-height: 16px;
}
.SocialLoginIcons__icon {
  display: inline-block;
  width: 56px;
}
.SocialLoginIcons__icon + .SocialLoginIcons__icon {
  margin-left: 40px;
}
.NewSocialIconButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.NewSocialIconButtons .btn-primary {
  color: #717171;
  background-color: #fff;
}
.NewSocialIconButtons .btn-primary:hover {
  background-color: #fff;
}
.NewSocialIconButtons .btn-primary:focus {
  background-color: #fff;
  box-shadow: #fff;
}
.NewSocialButtons .btn-primary {
  color: #717171;
  background-color: #fff;
}
.NewSocialButtons .btn-primary:hover {
  background-color: #fff;
}
.NewSocialButtons .btn-primary:focus {
  background-color: #fff;
  box-shadow: #fff;
}
.Crazy {
  color: #fff;
  height: 20px;
  box-shadow: inset 0 0 0 1px #908f8f;
  flex-direction: row;
}
.Crazy svg {
  height: 31px;
}
.SocialIconButtons {
  display: grid;
  justify-content: space-evenly;
  grid-gap: 10px;
  padding: 10px;
}
.JustifiedSocialIcons {
  display: flex;
  justify-content: space-around;
}

.CrossbrandOwnerPropertyPageComponent .HeaderSection .CrossBrandHeader {
  text-align: left;
  padding-left: 0;
  padding-bottom: 24px;
  margin-bottom: 0;
  line-height: 1.25;
  letter-spacing: -0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-grow: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.CrossbrandOwnerPropertyComponent {
  font-size: 1.125rem;
  text-align: left;
}
.CrossbrandOwnerPropertyComponent .btn-lg {
  min-width: 168px;
  margin-bottom: 16px;
}
.CrossbrandOwnerPropertyComponent .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.CrossbrandOwnerPropertyComponent .message {
  line-height: 1.5;
  margin-bottom: 24px;
}
.CrossbrandOwnerPropertyComponent .radios {
  margin-top: 8px;
  margin-bottom: 16px;
}
.CrossbrandOwnerPropertyComponent .radios-title {
  font-weight: 700;
}
.CrossbrandOwnerPropertyComponent .radiosnext {
  margin-top: 40px;
  text-align: center;
}
.CrossbrandOwnerPropertyComponent .content {
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 479px) {
  .CrossbrandOwnerPropertyComponent {
    font-size: 0.875rem;
  }
}


.AppleEmailContainer .AppleEmailContent {
  text-align: left;
}
.AppleEmailContainer .BtnContinue {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.AppleEmailContainer .SkipRealEmailPromptLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.AppleEmailContainer .SkipRealEmailPromptLink .SkipRealEmailPromptButtonLink {
  font-size: 0.875rem;
}


.VerificationCodeRequest .btn-lg {
  min-width: 168px;
}
.VerificationCodeRequest .Resend {
  text-align: left;
  margin-bottom: 24px;
}
.VerificationCodeRequest .Resend p {
  display: inline;
}
.VerificationCodeRequest .Resend .Link {
  padding-top: 0;
  padding: 0;
}
.VerificationCodeRequest .Resend .Code {
  margin-bottom: 4px;
  margin-left: 4px;
}
.VerificationCodeRequest .Link {
  padding-top: 0;
}
.VerificationCodeRequest .Content {
  text-align: left;
  margin-bottom: 24px;
}
.VerificationCodeRequest .Content span {
  font-weight: 700;
}
.VerificationCodeField .form-group {
  margin-bottom: 24px;
}
.container {
  display: inline-block;
}
.Link {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #245abc;
}
.align-right {
  text-align: right;
}
.btn-primary {
  white-space: normal;
}
.has-error .help-block {
  text-align: left;
}
.Subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 24px;
  text-align: left;
}

.OneIdentityUpgrade {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.OneIdentityUpgrade .btn-primary {
  margin-top: 20px;
}
.OneIdentityUpgrade svg {
  color: #245abc;
}
.OneIdentityUpgrade h1 {
  font-size: 28px;
  line-height: 32px;
  margin: 40px auto;
}

.body--modal-open {
  overflow: hidden;
}
.body--modal-open .Modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.Modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.Modal.focus--keyboard::after {
  display: none;
}
.Modal__dialog {
  position: relative;
  width: auto;
  margin: 8px;
}
.Modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #050608;
  opacity: 0.8;
}
.Modal__content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  border-radius: 4px;
}
.Modal__header {
  padding: 70px 60px 0 40px;
  min-height: 40px;
}
.Modal__close-btn {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
  height: 76px;
}
.Modal__close-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Modal__title {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.625rem;
  font-weight: 700;
}
/* Modal body
 *
 * Where all modal content resides (sibling of .Modal__header and .Modal__footer)
 */
.Modal__body {
  position: relative;
  padding: 8px 40px 40px;
}
.Modal__body > :last-child {
  margin-bottom: 0;
}
/* Modal Footer
 *
 * Where actions such as buttons reside
 */
.Modal__footer {
  padding: 0 40px 40px;
  text-align: right;
}
.Modal__footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.Modal__footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.Modal__footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (max-width: 767px) {
  .body--ios-modal-open {
    height: 100%;
    width: 100%;
    position: fixed;
  }
  .Modal__dialog {
    position: fixed;
    margin: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
  .Modal__content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }
  .Modal__header {
    flex-shrink: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Modal__close-btn {
    transform: none;
    z-index: 1;
  }
  .Modal__body {
    flex-grow: 1;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Modal__footer {
    display: flex;
    flex-shrink: 0;
    flex-direction: column-reverse;
    align-self: flex-end;
    width: 100%;
    padding: 8px 20px 24px;
  }
  .Modal__footer .btn {
    width: 100%;
  }
  .Modal__footer .btn + .btn {
    margin-left: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .Modal__dialog {
    width: 600px;
    margin: 100px auto;
  }
  .Modal__content {
    box-shadow: 0 0 30px 0 rgba(53, 62, 68, 0.4);
  }
  .Modal__header {
    padding-top: 50px;
  }
}

/* "instructional" modals
 *
 * Inverse color -- use case is sketchy but we are supporting it
 */
.Modal__content--instructional {
  background-color: #005abf;
  color: #fff;
}
.Modal__content--instructional .Modal__title {
  color: #fff;
}
/* Modal--sm
 *
 * Small modal!
 */
@media (min-width: 768px) {
  .Modal--sm {
    width: 300px;
  }
  .Modal--sm .Modal__header {
    padding: 40px 40px 10px 30px;
  }
  .Modal--sm .Modal__body {
    padding: 10px 30px 30px;
  }
  .Modal--sm .Modal__footer {
    padding: 0 30px 30px 30px;
  }
}
/* Modal__content--workflow
 *
 * Workflow modals!
 */
@media (max-width: 767px) {
  .Modal__content--workflow .Modal__header {
    padding: 0 64px 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .Modal__content--workflow .Modal__body {
    padding-top: 40px;
    padding-bottom: 136px;
    z-index: 0;
  }
  .Modal__content--workflow .Modal__close-btn {
    width: 64px;
    height: 64px;
  }
  .Modal__content--workflow .Modal__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .Modal__content--workflow .Modal__footer {
    padding: 0;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 44px;
    z-index: 1;
  }
}
.Modal__content--workflow .Modal__body--is-modal-parent,
.Modal__body--is-modal-parent {
  z-index: 2;
  overflow: visible;
}

.Modal__backdrop-enter {
  opacity: 0.01;
}
.Modal__backdrop-enter.Modal__backdrop-enter-active {
  opacity: 0.8;
  transition: opacity 250ms ease-in;
}
.Modal__backdrop-exit.Modal__backdrop-exit-active {
  opacity: 0.01;
  transition: opacity 250ms ease-in;
}
.modal-from-center-enter {
  opacity: 0.01;
  transform: scale(0.9);
}
.modal-from-center-enter.modal-from-center-enter-active {
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 50% 0;
  transition: transform 200ms ease-out, opacity 350ms linear;
}
.modal-from-center-exit {
  opacity: 1;
  transform: scale(1);
}
.modal-from-center-exit.modal-from-center-exit-active {
  opacity: 0.01;
  transform: scale(0.9);
  transform-origin: 50% 50% 0;
  transition: transform 200ms ease-out, opacity 350ms linear;
}
.modal-from-bottom-enter {
  transform: translateY(100%);
}
.modal-from-bottom-enter.modal-from-bottom-enter-active {
  transform: translateY(0);
  transition: transform 250ms ease-out;
}
.modal-from-bottom-exit.modal-from-bottom-exit-active {
  transform: translateY(100%);
  transition: transform 250ms ease-out;
}
.modal-from-right-enter {
  transform: translateX(100%);
}
.modal-from-right-enter.modal-from-right-enter-active {
  transform: translateX(0);
  transition: transform 250ms ease-out;
}
.modal-from-right-exit.modal-from-right-exit-active {
  transform: translateX(100%);
  transition: transform 250ms ease-out;
}
.modal-from-left-enter {
  transform: translateX(-100%);
}
.modal-from-left-enter.modal-from-left-enter-active {
  transform: translateX(0);
  transition: transform 250ms ease-out;
}
.modal-from-left-exit.modal-from-left-exit-active {
  transform: translateX(-100%);
  transition: transform 250ms ease-out;
}

.RiskComponent {
  width: 0;
  height: 0;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.transition-banner {
  position: absolute;
  display: inline-block;
  left: 24px;
  width: 368px;
  min-height: 182px;
  border-radius: 4px;
  background-color: #0e214b;
  z-index: 1000;
}
@media (max-width: 767px) {
  .transition-banner {
    width: 343px;
    min-height: 168px;
    left: 16px;
  }
}
@media (max-width: 360px) {
  .transition-banner {
    width: 290px;
  }
}
.transition-banner__title {
  display: block;
  clear: left;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
  font-family: "FreightSansLF Pro", "Noto Sans JP", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Segoe UI", Tahoma, -apple-system, Roboto, sans-serif;
  color: #FFFFFF;
}
.transition-banner__title__post {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 1.5rem;
  line-height: 1.33;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .transition-banner__title {
    font-size: 1.125rem;
  }
}
.transition-banner__info {
  clear: left;
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 24px;
  margin-right: 16px;
  font-style: normal;
  font-stretch: normal;
  font-family: "FreightSansLF Pro", "Noto Sans JP", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Segoe UI", Tahoma, -apple-system, Roboto, sans-serif;
  letter-spacing: normal;
  color: #FFFFFF;
}
.transition-banner__info__post {
  padding-top: 8px;
  margin-left: 20px;
}
@media (max-width: 360px) {
  .transition-banner__info {
    font-size: 14px;
  }
}
.transition-banner__post {
  min-height: 168px;
}
.transition-banner__caret {
  position: relative;
  left: 48px;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #0e214b;
}
@media (max-width: 767px) {
  .transition-banner__caret {
    left: 40px;
  }
}
.transition-banner__close {
  border: none;
  /* stylelint-disable-next-line declaration-no-important */
  box-shadow: none !important;
  position: absolute;
  top: 1px;
  right: 1px;
}
.transition-banner__logo {
  margin: 16px;
  margin-bottom: 12px;
  width: 125px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .transition-banner__logo {
    width: 100px;
    height: 32px;
  }
}
.transition-banner__vmark {
  object-fit: contain;
  position: absolute;
  height: 100%;
  width: auto;
  max-width: 95%;
  right: 16px;
  margin-top: 0;
}
.transition-banner a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 600;
}
.transition-banner a:focus,
.transition-banner a:hover {
  color: #FFFFFF;
}
.front {
  opacity: 0.99;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
body {
  background: #FFFFFF;
}
.BirdhouseContainer div.BirdhouseComponent {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .BirdhouseContainer div.BirdhouseComponent {
    margin-top: 0;
  }
}
.BirdhouseContainer .site-header--wrapper {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
.BirdhouseContainer .site-header,
.BirdhouseContainer .site-header.vrbo {
  flex-direction: column;
  height: 56px;
  padding: 0;
}
.BirdhouseContainer .transition-banner__caret {
  display: none;
}
@media (max-width: 767px) {
  .BirdhouseContainer .transition-banner__caret {
    display: block;
    left: 180px;
  }
  .BirdhouseContainer .site-header-logo__img {
    max-height: 40px;
    height: 40px;
  }
}
.body-bg-color--vrbo {
  background-color: #FFFFFF;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
/**
 *  Brand Deviations
 *  TODO: eliminate need for this
 */
.site-header.vrbo {
  background: #F9F8F7;
}
.site-header.vrbo,
.site-header.vrbo a {
  color: #15326F;
}
.site-header.vrbo.site-header--inverse .site-header__tray-toggle.site-header__tray-toggle--close .rect-svg {
  fill: #15326F;
}
.site-header.vrbo .site-header-tray__header,
.site-header.vrbo .site-header-tray__container {
  background: #F9F8F7;
}
.site-header.vrbo .site-header-tray__menu,
.site-header.vrbo .site-header-tray__drawer,
.site-header.vrbo .site-header__menu-back,
.site-header.vrbo .site-header__menu-item-link,
.site-header.vrbo .site-header-tray__menu-back,
.site-header.vrbo .site-header-nav .Dropdown__menu > li > a,
.site-header.vrbo .site-header-nav .Dropdown__menu > li > a svg,
.site-header.vrbo .site-header-tray__menu-item-link--feedback .site-header-tray__menu-item-link {
  color: #15326F;
}
.site-header.vrbo .site-header-flags_toggle i {
  top: 2px;
}
.site-header.vrbo .site-header-tray__menu-item-link--flag i {
  margin-top: -2px;
}
.site-header.vrbo .rect-svg,
.site-header.vrbo .site-header--inverse .site-header__tray-toggle.site-header__tray-toggle--close .rect-svg {
  fill: #15326F;
}
.site-header.vrbo .site-header__menu-item-link:focus,
.site-header.vrbo .site-header-tray__menu-item-link:focus,
.site-header.vrbo .site-header__menu-item-link:active,
.site-header.vrbo .site-header-tray__menu-item-link:active,
.site-header.vrbo .site-header__menu-item-link:hover,
.site-header.vrbo .site-header-tray__menu-item-link:hover {
  color: #2474DE;
}
.site-header.vrbo .site-header-list-your-property.btn {
  color: #15326F;
  background: transparent;
  box-shadow: inset 0 0 0 1px #15326F;
}
.site-header.vrbo .site-header-list-your-property.btn.btn-inverse {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #FFFFFF;
}
.site-header.vrbo .site-header-list-your-property.btn.btn-inverse:hover {
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.site-header.vrbo .site-header-list-your-property.btn:hover {
  box-shadow: inset 0 0 0 2px #15326F;
}
.site-header.vrbo .site-header__tray-toggle span::after {
  border-color: #F9F8F7;
}
.site-header.vrbo .Dropdown__menu > li > a svg {
  top: -2px;
}
@media (max-width: 767px) {
  .site-header.vrbo .site-header-logo__img {
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  .site-header.gt .site-header-logo__img {
    max-width: 106px;
  }
}
@media (max-width: 319px) {
  .site-header.gt .site-header-logo__img {
    max-width: 74px;
  }
}
@media (max-width: 767px) {
  .site-header.bab .site-header-logo__img {
    max-width: 120px;
  }
}
@media (max-width: 319px) {
  .site-header.bab .site-header-logo__img {
    max-width: 90px;
  }
}
.site-header-tray-open .site-header--wrapper {
  overflow: unset;
}
.site-header--wrapper {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .site-header--wrapper {
    position: relative;
    overflow: hidden;
  }
}
.site-header {
  align-items: center;
  background: #F5F4F3;
  color: #292929;
  display: flex;
  margin: 0;
  max-width: 100%;
  height: 48px;
  padding: 0 24px;
  width: 100%;
}
.site-header,
.site-header a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .site-header {
    padding: 12px 24px;
    height: 72px;
  }
}
.site-header.site-header--inverse {
  background: transparent;
  border: 0;
  color: #FFFFFF;
  z-index: 1;
}
.site-header.site-header--inverse .Modal {
  color: #292929;
}
.site-header.site-header--white {
  background: #FFFFFF;
}
@media (max-width: 1199px) {
  .site-header-flags,
  .site-header-help,
  .site-header-feedback,
  .site-header-signup,
  .site-header .site-header-nav .GlobalizationSelector,
  .site-header .site-header-nav .CurrencySwitcher,
  .site-header .site-header-nav .LocaleSwitcher {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
.site-header__tray-toggle {
  cursor: pointer;
  padding: 14px 12px;
  margin: -2px -2px -2px 6px;
  z-index: 1003;
  transition: background-color 350ms, border-color 350ms;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .site-header__tray-toggle {
    margin: -2px -10px -2px 6px;
  }
}
@media (min-width: 1200px) {
  .site-header__tray-toggle {
    padding: 12px 32px;
  }
}
.body--modal-open .site-header__tray-toggle {
  z-index: 999;
  pointer-events: none;
}
.site-header__tray-toggle:active,
.site-header__tray-toggle:hover {
  background-color: #FFFFFF;
}
@media (hover: none) {
  .site-header__tray-toggle:active,
  .site-header__tray-toggle:hover {
    background-color: unset;
  }
}
.site-header__tray-toggle > span {
  display: flex;
  position: relative;
}
.site-header__tray-toggle span::after {
  content: '';
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 2px solid #F5F4F3;
  background-color: #245ABC;
  border-radius: 6px;
  position: absolute;
  transform: scale(0);
  transition: transform 500ms cubic-bezier(0.25, 0, 0, 1.55);
  right: -6px;
  top: -6px;
}
.site-header.site-header--inverse .site-header__tray-toggle span::after {
  border: 2px solid #FFFFFF;
}
.site-header__tray-toggle svg rect {
  transition: transform 350ms ease 350ms;
}
@media screen and (-ms-high-contrast: none) {
  .site-header__tray-toggle--close {
    position: relative;
  }
  .site-header__tray-toggle--close::after,
  .site-header__tray-toggle--close::before {
    content: '';
    display: block;
    background-color: #292929;
    width: 18px;
    height: 2px;
    position: absolute;
    transform-origin: center;
  }
  .site-header__tray-toggle--close::after {
    top: 50%;
    transform: rotate(45deg);
  }
  .site-header__tray-toggle--close::before {
    bottom: 50%;
    transform: rotate(-45deg) translate(-1px, 1.5px);
  }
  .site-header__tray-toggle--close .rect-svg--top,
  .site-header__tray-toggle--close .rect-svg--middle,
  .site-header__tray-toggle--close .rect-svg--bottom {
    opacity: 0;
    transition: 0ms;
  }
}
.site-header__tray-toggle .rect-svg {
  position: absolute;
  transform-origin: 9px 7px;
  transition: transform 350ms ease, opacity 0ms ease 350ms, fill 350ms 350ms ease;
  fill: #292929;
}
.site-header__tray-toggle--close {
  transition: transform 350ms ease, opacity 0ms ease 350ms, fill 350ms ease, background-color 350ms ease;
}
.site-header__tray-toggle--close .rect-svg--top {
  transform: translate(0) rotate(45deg);
  transition-delay: 350ms;
}
.site-header__tray-toggle--close .rect-top {
  transform: translateY(6px);
  transition-delay: 0ms;
}
.site-header__tray-toggle--close .rect-svg--middle {
  opacity: 0;
}
.site-header__tray-toggle--close .rect-svg--bottom {
  transform: translate(0) rotate(-45deg);
  transition-delay: 350ms;
}
.site-header__tray-toggle--close .rect-bottom {
  transform: translateY(-6px);
  transition-delay: 0ms;
}
.site-header--inverse .site-header__tray-toggle {
  transition: background-color 350ms ease, border-color 350ms ease, background-color 350ms ease 350ms;
}
.site-header--inverse .site-header__tray-toggle:not(.site-header__tray-toggle--close) {
  background-color: rgba(255, 255, 255, 0);
}
.site-header--inverse .site-header__tray-toggle:not(.site-header__tray-toggle--close):hover,
.site-header--inverse .site-header__tray-toggle:not(.site-header__tray-toggle--close):active,
.site-header--inverse .site-header__tray-toggle:not(.site-header__tray-toggle--close):focus {
  border-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
}
.site-header--inverse .site-header__tray-toggle .rect-svg {
  fill: #FFFFFF;
}
.site-header--inverse .site-header__tray-toggle.site-header__tray-toggle--close .rect-svg {
  fill: #292929;
}
.site-header__tray-toggle.display-jewel span::after {
  transform: scale(1);
}
.site-header__link {
  color: #2474DE;
  text-decoration: none;
}
.site-header__link:active,
.site-header__link:focus,
.site-header__link:hover {
  background-color: #F5F4F3;
  outline: none;
  text-decoration: none;
}
.site-header .open > .dropdown-menu {
  z-index: 1040;
}
@media (min-width: 768px) {
  .navbar-container {
    padding: 14px 0;
  }
}

@media (min-width: 768px) {
  .Feedback {
    position: fixed;
    transition: 200ms ease-out;
    will-change: transform;
    bottom: 30%;
    z-index: 100;
  }
  .Feedback .Feedback__tab {
    padding: 15px 10px 5px;
    border-radius: 4px 4px 0 0;
  }
  .Feedback--bottom {
    transform: translateY(10px);
    bottom: 0;
    right: 100px;
  }
  .Feedback--bottom:hover {
    transform: translateY(1px);
  }
  .Feedback--bottom .Feedback__tab {
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom-width: 0;
  }
  .Feedback--right {
    transform: rotate(90deg) translateY(-10px);
    transform-origin: top right;
    right: 0;
  }
  .Feedback--right:hover {
    transform: rotate(90deg) translateY(-1px);
  }
  .Feedback--right .Feedback__tab {
    border-radius: 0;
    border-top-width: 0;
  }
  .Feedback--left {
    transform: rotate(-90deg) translateY(-10px);
    transform-origin: top left;
    left: 0;
  }
  .Feedback--left:hover {
    transform: rotate(-90deg) translateY(-1px);
  }
  .Feedback--left .Feedback__tab {
    border-radius: 0;
    border-top-width: 0;
  }
}

.NotificationBar {
  position: relative;
  display: flex;
  background: #245ABC;
  flex-flow: column wrap;
  overflow: hidden;
  height: auto;
  transition: height 0.25s;
}
.NotificationBar__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #FFFFFF;
  position: relative;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 16px 0 24px;
  transition: all 0.35s;
}
.NotificationBar a {
  color: white;
}
.NotificationBar a span {
  text-decoration: underline;
}
.NotificationBar__messages {
  position: relative;
  height: auto;
  flex: 1;
  transition: all 0.25s;
}
.NotificationBar__message {
  position: relative;
  top: 0;
  left: 0;
  padding: 12px 0;
  opacity: 0;
  transform: translateX(-75%);
  transition-property: transform, opacity;
  transition-duration: 0.35s;
}
.NotificationBar__message.shown {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateX(0);
}
.NotificationBar__close.btn {
  box-shadow: none;
  border: none;
  margin-left: 16px;
  margin-top: 8px;
}
.NotificationBar__close.btn:hover,
.NotificationBar__close.btn:focus {
  box-shadow: none;
  border: none;
}
.NotificationBar__close.btn svg {
  transition: all 0.25s;
  transform: rotateZ(0deg) scale(1);
}
.NotificationBar--hidden .NotificationBar__messages {
  opacity: 0;
  transform: translateY(8px);
}
.NotificationBar--hidden .NotificationBar__close svg {
  transition: all 0.25s;
  transform: rotateZ(45deg) scale(0.5);
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.site-header-logo {
  display: flex;
  flex: 1 1 200px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .site-header-logo {
    padding-right: 0;
  }
}
.site-header.vrbo .site-header-logo {
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .site-header.vrbo .site-header-logo {
    top: -1px;
  }
}
.site-header-logo .logo-separator {
  margin-top: auto;
  margin-bottom: auto;
}
.site-header-logo .partnership-text {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.site-header-logo .logo-divider {
  border-left-style: solid;
  border-left-color: #788791;
  border-left-width: thin;
  margin-left: 9px;
  margin-right: 9px;
  height: 29px;
}
.site-header-logo__link {
  display: flex;
}
@media (max-width: 767px) {
  .site-header--vrbowhite .site-header-logo__link {
    height: 36px;
    left: calc(50% - 45px);
    overflow: hidden;
    width: 90px;
  }
}
.site-header-logo__img {
  margin: auto;
}
@media (max-width: 767px) {
  .site-header-logo__img {
    max-height: 32px;
    height: 32px;
    max-width: 200px;
    width: auto;
  }
  .site-header--vrbowhite .site-header-logo__img {
    max-height: 50px;
  }
  .site-header-logo__img .affiliates-logo {
    width: 80.5px;
    height: 25px;
    object-fit: contain;
  }
  .site-header-logo__img .Header-BG {
    width: 720px;
    height: 36px;
    background-color: #f5f4f3;
  }
}
.site-header-logo__img.site-logo {
  height: 32px;
}
@media (max-width: 360px) {
  .site-header-logo .hidden-xxs {
    display: none;
  }
}

.download-banner-box {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .download-banner-box {
    display: none;
  }
}
.download-banner-box__container {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
  padding-bottom: 13px;
  align-items: center;
  background-color: #F5F4F3;
  font-family: 'FreightSansLF Pro';
}
.download-banner-box__container div {
  margin-top: auto;
  margin-bottom: auto;
}
.download-banner-box__close {
  width: 32px;
  text-align: center;
}
.download-banner-box__close .btn {
  background-color: #F5F4F3;
}
.download-banner-box__content {
  flex-grow: 3;
  padding: 0;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  line-height: 18px;
  align-items: flex-start;
}
.download-banner-box__content p {
  margin: 0;
  line-height: 18px;
}
.download-banner-box__rating,
.download-banner-box__learnmore {
  display: flex;
  flex-direction: row;
}
.download-banner-box__rating p {
  margin-left: 3.5px;
}
.download-banner-box__submit {
  width: 32px;
}
.download-banner-box__submit .SVGIcon {
  background-color: #F5F4F3;
  color: #245ABC;
}
.download-banner-box__submit .btn-default {
  background-color: #F5F4F3;
}
.download-banner-box__yellow span {
  color: #ffcd3c;
}
.selected__star svg {
  width: 14px;
}

.banner-modal {
  padding: 0;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.32);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1230;
}
@media (min-width: 768px) {
  .banner-modal {
    display: none;
  }
}
.banner-modal__container {
  background: #fff;
  padding: 24px 16px;
  width: 100%;
}
.banner-modal__app-icon {
  text-align: center;
}
.banner-modal__app-icon img {
  width: 63px;
  height: 63px;
  border-radius: 10px;
}
.banner-modal__heading-text {
  margin-top: 16px;
  font-family: 'FreightSansLF Pro';
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #292929;
}
.banner-modal__sub-heading-text {
  margin-top: 8px;
  font-family: 'FreightSansLF Pro';
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #292929;
}
.banner-modal__download-button-div {
  text-align: center;
  margin-top: 16px;
}
.banner-modal__close-button-text {
  text-align: center;
  margin-top: 16px;
  height: 18px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'FreightSansLF Pro';
  background-color: #fff;
  border: none;
  line-height: 18px;
  color: #2474de;
}

@media (min-width: 768px) {
  .app-download-button__container {
    display: none;
  }
}
.app-download-button-content {
  align-items: center;
  color: inherit;
  display: flex;
}
.app-download-button-text {
  font-size: 12px;
  text-align: center;
  color: inherit;
  position: relative;
  left: 1.56%;
  bottom: 18.11%;
}
.app-download-button-text-small {
  font-size: 10px;
  text-align: center;
  color: inherit;
  position: relative;
  left: 0.36%;
  bottom: 5.11%;
}
.app-download-button {
  color: inherit;
  position: relative;
  padding: 4px 12px;
  width: auto;
  height: 32px;
  background: #f9f8f7;
}
.app-download-button.btn {
  min-height: 32px;
  min-width: 112px;
}
.app-download-button.btn-default {
  box-shadow: inset 0 0 0 1px;
}
@media (max-width: 281px) {
  .app-download-button {
    padding: 4px;
    right: -4%;
  }
}
@media (max-width: 321px) {
  .app-download-button {
    right: -4%;
  }
}

@media (max-width: 768px) {
  .app-download-desktop-button__container {
    display: none;
  }
}
.app-download-desktop-button-content {
  align-items: center;
  color: inherit;
  display: flex;
}
.app-download-desktop-button-text {
  font-size: 14px;
  text-align: center;
  color: inherit;
  position: relative;
  left: 1.56%;
  bottom: 18.11%;
}
.app-download-desktop-button {
  color: inherit;
  position: relative;
  padding: 4px 12px;
  width: auto;
  height: 32px;
  background: #f9f8f7;
}
.app-download-desktop-button.btn {
  min-height: 32px;
  min-width: 112px;
}
.app-download-desktop-button.btn-default {
  box-shadow: inset 0 0 0 1px;
}
@media (max-width: 281px) {
  .app-download-desktop-button {
    padding: 4px;
    right: -4%;
  }
}
@media (max-width: 321px) {
  .app-download-desktop-button {
    right: -4%;
  }
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.site-header-nav {
  align-items: center;
  display: none;
}
@media (min-width: 768px) {
  .site-header-nav {
    display: flex;
  }
}
.site-header-nav__avatar {
  height: 24px;
  width: 24px;
}
.site-header-nav__dropdown {
  font-size: 0.875rem;
}
.site-header-nav .Dropdown__menu {
  font-size: 0.875rem;
}
.site-header-nav .Dropdown__menu > li > a {
  color: #292929;
  font-weight: 700;
}
.site-header-nav .Dropdown__menu > li > a:hover {
  color: #2474DE;
}
.site-header-nav .Dropdown__menu > li > a svg {
  color: inherit;
  position: relative;
  top: 0;
}
.site-header-nav__toggle.Dropdown__toggle:not(.btn-link),
.site-header-nav__link,
.site-header-nav .site-header-flags__toggle,
.site-header-nav .LocaleSwitcher__toggle,
.site-header-nav .CurrencySwitcher__toggle {
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 24px;
  padding: 9px 12px;
  font-weight: 700;
  margin-left: 8px;
  background: transparent;
  transition: background-color 350ms, border-color 350ms;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: none;
}
.site-header.site-header--inverse .site-header-nav__toggle.Dropdown__toggle:not(.btn-link),
.site-header.site-header--inverse .site-header-nav__link,
.site-header.site-header--inverse .site-header-nav .site-header-flags__toggle,
.site-header.site-header--inverse .site-header-nav .LocaleSwitcher__toggle,
.site-header.site-header--inverse .site-header-nav .CurrencySwitcher__toggle {
  color: #FFFFFF;
}
.site-header.site-header--inverse .site-header-nav__toggle.Dropdown__toggle:not(.btn-link):active,
.site-header.site-header--inverse .site-header-nav__link:active,
.site-header.site-header--inverse .site-header-nav .site-header-flags__toggle:active,
.site-header.site-header--inverse .site-header-nav .LocaleSwitcher__toggle:active,
.site-header.site-header--inverse .site-header-nav .CurrencySwitcher__toggle:active,
.site-header.site-header--inverse .site-header-nav__toggle.Dropdown__toggle:not(.btn-link):focus,
.site-header.site-header--inverse .site-header-nav__link:focus,
.site-header.site-header--inverse .site-header-nav .site-header-flags__toggle:focus,
.site-header.site-header--inverse .site-header-nav .LocaleSwitcher__toggle:focus,
.site-header.site-header--inverse .site-header-nav .CurrencySwitcher__toggle:focus,
.site-header.site-header--inverse .site-header-nav__toggle.Dropdown__toggle:not(.btn-link):hover,
.site-header.site-header--inverse .site-header-nav__link:hover,
.site-header.site-header--inverse .site-header-nav .site-header-flags__toggle:hover,
.site-header.site-header--inverse .site-header-nav .LocaleSwitcher__toggle:hover,
.site-header.site-header--inverse .site-header-nav .CurrencySwitcher__toggle:hover {
  background-color: transparent;
  border-color: #FFFFFF;
}
.site-header-nav__toggle.Dropdown__toggle:not(.btn-link):active,
.site-header-nav__link:active,
.site-header-nav .site-header-flags__toggle:active,
.site-header-nav .LocaleSwitcher__toggle:active,
.site-header-nav .CurrencySwitcher__toggle:active,
.site-header-nav__toggle.Dropdown__toggle:not(.btn-link):focus,
.site-header-nav__link:focus,
.site-header-nav .site-header-flags__toggle:focus,
.site-header-nav .LocaleSwitcher__toggle:focus,
.site-header-nav .CurrencySwitcher__toggle:focus,
.site-header-nav__toggle.Dropdown__toggle:not(.btn-link):hover,
.site-header-nav__link:hover,
.site-header-nav .site-header-flags__toggle:hover,
.site-header-nav .LocaleSwitcher__toggle:hover,
.site-header-nav .CurrencySwitcher__toggle:hover {
  color: inherit;
  text-decoration: none;
  background-color: #FFFFFF;
  box-shadow: none;
}
.site-header-nav__toggle.Dropdown__toggle:not(.btn-link):active,
.site-header-nav__link:active,
.site-header-nav .site-header-flags__toggle:active,
.site-header-nav .LocaleSwitcher__toggle:active,
.site-header-nav .CurrencySwitcher__toggle:active,
.site-header-nav__toggle.Dropdown__toggle:not(.btn-link):focus,
.site-header-nav__link:focus,
.site-header-nav .site-header-flags__toggle:focus,
.site-header-nav .LocaleSwitcher__toggle:focus,
.site-header-nav .CurrencySwitcher__toggle:focus {
  border-color: #DDDDDE;
}
.site-header-nav__toggle.Dropdown__toggle:not(.btn-link) .Dropdown__toggle-icon,
.site-header-nav__link .Dropdown__toggle-icon,
.site-header-nav .site-header-flags__toggle .Dropdown__toggle-icon,
.site-header-nav .LocaleSwitcher__toggle .Dropdown__toggle-icon,
.site-header-nav .CurrencySwitcher__toggle .Dropdown__toggle-icon {
  margin-left: 4px;
}
.site-header.site-header--inverse .site-header-nav__toggle.Dropdown__toggle:not(.btn-link) .Dropdown__toggle-icon,
.site-header.site-header--inverse .site-header-nav__link .Dropdown__toggle-icon,
.site-header.site-header--inverse .site-header-nav .site-header-flags__toggle .Dropdown__toggle-icon,
.site-header.site-header--inverse .site-header-nav .LocaleSwitcher__toggle .Dropdown__toggle-icon,
.site-header.site-header--inverse .site-header-nav .CurrencySwitcher__toggle .Dropdown__toggle-icon {
  color: inherit;
}
.Dropdown--open .site-header-nav__toggle.Dropdown__toggle:not(.btn-link) .Dropdown__toggle-icon,
.Dropdown--open .site-header-nav__link .Dropdown__toggle-icon,
.Dropdown--open .site-header-nav .site-header-flags__toggle .Dropdown__toggle-icon,
.Dropdown--open .site-header-nav .LocaleSwitcher__toggle .Dropdown__toggle-icon,
.Dropdown--open .site-header-nav .CurrencySwitcher__toggle .Dropdown__toggle-icon {
  transform: rotateX(180deg);
}
.site-header-nav__inbox,
.site-header-nav__signup,
.site-header-nav__scratchpad,
.site-header-nav__roadtrips {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 0.875rem;
}
.site-header-nav__icon-label {
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.site-header-nav .site-header-nav__avatar {
  margin: -4px 0;
}
@media (min-width: 1200px) {
  .site-header-nav__toggle.Dropdown__toggle:not(.btn-link),
  .site-header-nav__link {
    padding: 9px 12px;
  }
}
.site-header-nav .GlobalizationSelector {
  font-size: 0.875rem;
  transition: background-color 150ms ease;
  border-radius: 8px;
}
.site-header-nav .GlobalizationSelector .GlobalizationSelectorPreference {
  padding: 10px 15px;
  font-weight: 700;
}
.site-header-nav .GlobalizationSelector:hover,
.site-header-nav .GlobalizationSelector:active,
.site-header-nav .GlobalizationSelector:focus {
  background-color: #fff;
}
.site-header-nav .LocaleSwitcher__toggle {
  white-space: nowrap;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.RoadTrips {
  position: relative;
}
.RoadTrips .badge {
  border-radius: 100px;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 10px 2px;
}
.RoadTrips .badge--with-nav {
  right: -13px;
  position: absolute;
  top: -16px;
}
.RoadTrips .badge--with-tray {
  margin-left: 8px;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.DiscoveryModal .Modal__dialog {
  margin-top: 67px;
  width: 1080px;
}
.DiscoveryModal .Modal__body {
  padding: 0 16px 16px;
}
.DiscoveryModal .Modal__body--no-header {
  padding-top: 16px;
}
.DiscoveryModal .Modal__content {
  border: 1px solid #DDDDDE;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.DiscoveryModal__container {
  display: flex;
}
.DiscoveryModal__category-container {
  flex-basis: 25%;
  margin: 0 8px 0 0;
}
.DiscoveryModal__category {
  list-style: none;
  margin: 0 8px 0 0;
}
.DiscoveryModal__category > li > a {
  font-size: 0.875rem;
  display: block;
  padding: 10px 16px;
  clear: both;
  line-height: 1.5rem;
  color: #15326F;
  white-space: nowrap;
  border-radius: 4px;
}
.DiscoveryModal__category > li > a:hover,
.DiscoveryModal__category > li > a:focus {
  text-decoration: none;
  color: #1C4695;
  background-color: #F5F4F3;
  transition: color 150ms linear;
}
.DiscoveryModal__image {
  margin-left: 16px;
  width: 170px;
}
.DiscoveryModal__category-name {
  font-size: 16px;
  color: #292929;
  margin-left: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.DiscoveryToggle--open.site-header-nav__toggle.Dropdown__toggle:not(.btn-link) {
  border-color: #DDDDDE;
  background-color: #FFFFFF;
}
.DiscoveryToggle--close.site-header-nav__toggle.Dropdown__toggle:not(.btn-link):focus {
  border-color: transparent;
  background-color: transparent;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.DiscoveryButton {
  position: relative;
}
.DiscoveryButton .badge {
  border-radius: 100px;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 10px 2px;
}
.DiscoveryButton .badge--with-nav {
  right: -29px;
  position: absolute;
  top: -16px;
}
.DiscoveryButton .badge--with-tray {
  margin-left: 8px;
}

.body--modal-open {
  overflow: hidden;
}
.body--modal-open .Modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.Modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.Modal.focus--keyboard::after {
  display: none;
}
.Modal__dialog {
  position: relative;
  width: auto;
  margin: 8px;
}
.Modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #050608;
  opacity: 0.8;
}
.Modal__content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  border-radius: 4px;
}
.Modal__header {
  display: flex;
  align-items: stretch;
  padding: 0 0 0 32px;
  width: 100%;
  flex-shrink: 0;
  min-height: 32px;
  /* focus overrides so focus ring is viewable in header */
}
.Modal__header .focus--keyboard:not([role=dialog])::after {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.Modal__header--no-close-btn {
  padding-right: 32px;
}
.Modal__header--no-close-btn .Modal__header-column--close {
  display: none;
}
.Modal__header--no-title {
  justify-content: flex-end;
}
.Modal__header-column {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
}
.Modal__header-column--secondary-action {
  display: none;
}
.Modal__header-column--title {
  padding: 16px 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.Modal__header-column--close {
  justify-content: flex-end;
  align-self: flex-start;
  padding-left: 16px;
}
.Modal__header-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 100%;
  min-height: 56px;
}
.Modal__header-btn[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.Modal__header-btn--close {
  width: 56px;
}
.Modal__header-btn--secondary-action {
  width: 100%;
}
.Modal__button-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Modal__button-flex > .SVGIcon {
  position: relative;
  bottom: 2px;
}
.Modal__title {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.625rem;
  font-weight: 700;
  flex-grow: 1;
}
/* Modal body
 *
 * Where all modal content resides (sibling of .Modal__header and .Modal__footer)
 */
.Modal__body {
  position: relative;
  padding: 0 32px 32px;
}
.Modal__body--no-header {
  padding-top: 32px;
}
.Modal__body > :last-child {
  margin-bottom: 0;
}
/* Modal Footer
 *
 * Where actions such as buttons reside
 */
.Modal__footer {
  padding: 0 32px 32px;
  text-align: right;
}
.Modal__footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.Modal__footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.Modal__footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (max-width: 767px) {
  .body--ios-modal-open {
    height: 100%;
    width: 100%;
    position: fixed;
  }
  .Modal__dialog {
    position: fixed;
    margin: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
  .Modal__content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }
  .Modal__header {
    padding: 8px 0 8px 20px;
    min-height: 0;
  }
  .Modal__header--no-close-btn {
    padding-right: 20px;
  }
  .Modal__header-btn {
    min-height: 48px;
  }
  .Modal__header-btn--close {
    position: relative;
    z-index: 1;
    width: 48px;
  }
  .Modal__header-column--title {
    padding: 12px 0 4px;
  }
  .Modal__body {
    flex-grow: 1;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
  }
  .Modal__body--no-header {
    padding-top: 20px;
  }
  .Modal__footer {
    display: flex;
    flex-shrink: 0;
    flex-direction: column-reverse;
    align-self: flex-end;
    width: 100%;
    padding: 8px 20px 24px;
  }
  .Modal__footer .btn {
    width: 100%;
  }
  .Modal__footer .btn + .btn {
    margin-left: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .Modal__dialog {
    width: 600px;
    margin: 100px auto;
  }
  .Modal__content {
    box-shadow: 0 0 30px 0 rgba(53, 62, 68, 0.4);
  }
}

/* "instructional" modals
 *
 * Inverse color -- use case is sketchy but we are supporting it
 */
.Modal__content--instructional {
  background-color: #005abf;
  color: #fff;
}
.Modal__content--instructional .Modal__title {
  color: #fff;
}
/* Modal--sm
 *
 * Small modal!
 */
@media (min-width: 768px) {
  .Modal--sm {
    width: 300px;
  }
  .Modal--sm .Modal__header {
    padding: 40px 40px 10px 30px;
  }
  .Modal--sm .Modal__body {
    padding: 2px 22px 22px;
  }
  .Modal--sm .Modal__footer {
    padding: 0 22px 22px 22px;
  }
}
/* Modal__content--workflow
 *
 * Workflow modals!
 */
@media (max-width: 767px) {
  .Modal__content--workflow .Modal__header {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .Modal__content--workflow .Modal__header--no-title .Modal__header-column {
    width: auto;
  }
  .Modal__content--workflow .Modal__header--no-title .Modal__header-column--secondary-action {
    flex-grow: 1;
    padding-right: 0;
  }
  .Modal__content--workflow .Modal__header-column--secondary-action {
    display: block;
    justify-content: flex-start;
    padding-right: 16px;
  }
  .Modal__content--workflow .Modal__button-flex--secondary-action {
    justify-content: flex-start;
    word-break: break-word;
    text-align: left;
    line-height: 1.25;
  }
  .Modal__content--workflow .Modal__header-column--center-align {
    text-align: center;
  }
  .Modal__content--workflow .Modal__header-column {
    width: 20%;
  }
  .Modal__content--workflow .Modal__header-column--title {
    padding: 0;
  }
  .Modal__content--workflow .Modal__header-column--close {
    align-self: stretch;
  }
  .Modal__content--workflow .Modal__title {
    font-size: 16px;
    line-height: 1.25;
  }
  .Modal__content--workflow .Modal__body {
    padding-top: 24px;
    padding-bottom: 136px;
    z-index: 0;
  }
  .Modal__content--workflow .Modal__body--no-header {
    padding-top: 20px;
  }
  .Modal__content--workflow .Modal__footer {
    padding: 0;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 44px;
    z-index: 1;
  }
}
.Modal__content--workflow .Modal__body--is-modal-parent,
.Modal__body--is-modal-parent {
  z-index: 2;
  overflow: visible;
}

.Modal__backdrop-enter {
  opacity: 0.01;
}
.Modal__backdrop-enter.Modal__backdrop-enter-active {
  opacity: 0.8;
  transition: opacity 250ms ease-in;
}
.Modal__backdrop-exit.Modal__backdrop-exit-active {
  opacity: 0.01;
  transition: opacity 250ms ease-in;
}
.modal-from-center-enter {
  opacity: 0.01;
  transform: scale(0.9);
}
.modal-from-center-enter.modal-from-center-enter-active {
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 50% 0;
  transition: transform 200ms ease-out, opacity 350ms linear;
}
.modal-from-center-exit {
  opacity: 1;
  transform: scale(1);
}
.modal-from-center-exit.modal-from-center-exit-active {
  opacity: 0.01;
  transform: scale(0.9);
  transform-origin: 50% 50% 0;
  transition: transform 200ms ease-out, opacity 350ms linear;
}
.modal-from-bottom-enter {
  transform: translateY(100%);
}
.modal-from-bottom-enter.modal-from-bottom-enter-active {
  transform: translateY(0);
  transition: transform 250ms ease-out;
}
.modal-from-bottom-exit.modal-from-bottom-exit-active {
  transform: translateY(100%);
  transition: transform 250ms ease-out;
}
.modal-from-right-enter {
  transform: translateX(100%);
}
.modal-from-right-enter.modal-from-right-enter-active {
  transform: translateX(0);
  transition: transform 250ms ease-out;
}
.modal-from-right-exit.modal-from-right-exit-active {
  transform: translateX(100%);
  transition: transform 250ms ease-out;
}
.modal-from-left-enter {
  transform: translateX(-100%);
}
.modal-from-left-enter.modal-from-left-enter-active {
  transform: translateX(0);
  transition: transform 250ms ease-out;
}
.modal-from-left-exit.modal-from-left-exit-active {
  transform: translateX(-100%);
  transition: transform 250ms ease-out;
}

.Dropdown {
  display: inline-block;
  outline: none;
  position: relative;
}
.Dropdown--open > a {
  outline: 0;
}
.Dropdown__toggle {
  border-radius: 4px;
  color: #717171;
  color: var(--color-text-default, #717171);
  border: none;
  box-shadow: 0 0 0 1px #908f8f;
  box-shadow: 0 0 0 1px var(--color-border-contrast, #908f8f);
  padding: 12px 16px;
  line-height: 32px;
}
.Dropdown__toggle:focus,
.Dropdown__toggle:hover {
  outline: 0;
  box-shadow: 0 0 0 2px #245abc;
  box-shadow: 0 0 0 2px var(--color-action, #245abc);
}
.Dropdown__toggle-icon {
  line-height: 12px;
  color: #717171;
  color: var(--color-neutral-dark, #717171);
  transition: transform 200ms linear;
  margin-left: 8px;
}
.Dropdown__toggle-icon--open {
  transform: rotateX(180deg);
}
.Dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  visibility: hidden;
  float: left;
  min-width: 175px;
  padding: 5px 0;
  margin: 8px 0 0;
  /* override default ul */
  list-style: none;
  font-size: 16px;
  text-align: left;
  /* Ensures proper alignment if parent has it changed (e.g., modal footer) */
  background-color: #fff;
  border: 1px solid #ddddde;
  border-radius: 4px;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  opacity: 0;
  transform-origin: top left;
  animation-fill-mode: forwards;
  transform: scale(0.8, 0.8);
  overflow: hidden;
  transition: none;
}
.Dropdown__menu .divider {
  height: 1px;
  margin: 0 20px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.Dropdown__menu .dropdown-header {
  display: block;
  padding: 8px 20px 5px;
  line-height: 1.5rem;
  font-weight: 700;
  color: #292929;
  white-space: nowrap;
}
.Dropdown__menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5rem;
  color: #717171;
  color: var(--color-neutral-dark, #717171);
  white-space: nowrap;
  /* prevent links from randomly breaking onto new lines */
}
.Dropdown__menu > li > a svg {
  color: #717171;
}
.Dropdown__menu > li > a:hover,
.Dropdown__menu > li > a:focus {
  text-decoration: none;
  color: #1c4695;
  background-color: #f3f1ef;
  transition: color 150ms linear;
}
.Dropdown__menu > li > a:hover svg,
.Dropdown__menu > li > a:focus svg {
  color: #1c4695;
  transition: color 150ms linear;
}
.Dropdown__menu--open {
  visibility: visible;
  transform: scale(1, 1);
  opacity: 1;
  transition: transform 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform, opacity;
}
.Dropdown__menu--right {
  left: auto;
  /* Reset the default from `.Dropdown__menu` */
  right: 0;
  transform-origin: top right;
}
.Dropdown__menu--overflow {
  overflow-y: scroll;
}

.Dropdown--open .Dropdown__toggle-icon--header {
  transform: rotateX(180deg);
}
.Dropdown__header {
  display: block;
  padding: 8px 20px 5px;
  line-height: 1.5rem;
  font-weight: 700;
  color: #292929;
  white-space: nowrap;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.site-header-nav .site-header-flags .site-header__link {
  color: #2474DE;
  overflow: hidden;
  padding: 10px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.site-header-nav .site-header-flags .site-header__link:hover,
.site-header-nav .site-header-flags .site-header__link:focus,
.site-header-nav .site-header-flags .site-header__link:active {
  color: #1C4695;
  background-color: #F5F4F3;
}
.site-header-flags {
  margin-right: 8px;
}
.site-header-flags.Dropdown .site-header-flags__toggle {
  padding: 12px 10px;
  border: none;
  background: transparent;
}
.site-header-flags.Dropdown .site-header-flags__toggle i {
  position: relative;
  top: 2px;
}
.site-header-flags ul {
  display: flex;
  flex-wrap: wrap;
  width: 160px;
}
.site-header-flags ul::before {
  border-bottom-color: #d7d8da;
  border-bottom: 10px solid #d7d8da;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  right: 17px;
  top: -10px;
}
.site-header-flags ul::after {
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  right: 18px;
  top: -9px;
}
.site-header-flags.site-header-flags--columns ul {
  width: 530px;
}
.site-header-flags__flag-text {
  margin-left: 4px;
}
.site-header-flags .site-header-flags__flag {
  transition: background-color 150ms, opacity 250ms linear 200ms;
}
.site-header-flags--columns .site-header-flags__flag {
  width: 33%;
}

/**
 * We are avoiding brand-specific CSS, but that doesn't mean all variables
 * are off limits. Here we pull in the North Star White Label variables. If you want brand
 * variation, use the helper classes that baseline provides:
 * https://github.homeawaycorp.com/pages/ui-development/baseline/release/docs/gt/subatomic.html#helper-classes
 *
 * You can also import any of the mixin files released with Baseline to access them.
 * https://github.homeawaycorp.com/ui-development/baseline/tree/master/release/mixins
 */
/**
 * Each sub-component that makes up your final library component
 * will have its own less file living right next to the component's
 * javascript. This keeps the less files small and specific and helps
 * to produce a codebase that is easy to maintain. It behooves you to
 * namespace each less file with the component name. The parent DOM
 * element of the component will need the same classname.
 */
@media (max-width: 1199px) {
  .CurrencySwitcher {
    width: 100%;
  }
}
.CurrencySwitcher__toggle {
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.CurrencySwitcher__toggle-currency-code,
.CurrencySwitcher__toggle-currency-symbol {
  font-weight: 700;
}
.CurrencySwitcher__toggle-currency-symbol {
  margin-left: 4px;
}
.CurrencySwitcher__show-all-link {
  color: #2474de;
  margin-left: 8px;
}
.CurrencySwitcher__show-all-link:focus {
  outline: none;
}
.CurrencySwitcher .Dropdown__menu > li {
  border-left: 4px solid transparent;
}
.CurrencySwitcher .Dropdown__menu > li:hover {
  border-left: 4px solid #15326f;
}
.CurrencySwitcher .Dropdown__menu > li > a {
  padding: 10px 20px 10px 8px;
}
.CurrencySwitcher--MobileWeb {
  color: #292929;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CurrencySwitcher .Modal__dialog {
  width: 1115px;
}
.CurrencySwitcher .Modal__header {
  padding: 12px 0 0 28px;
}
.CurrencySwitcher .Modal__body {
  padding: 8px 32px;
}
.CurrencySwitcher .all-currencies-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 370px;
  flex-direction: column;
}
.CurrencySwitcher .all-currencies-container .currency-item {
  width: 260px;
  margin-right: 5px;
  padding: 10px 0;
  border-left: 4px solid transparent;
  cursor: pointer;
}
.CurrencySwitcher .all-currencies-container .currency-item:hover {
  background-color: #f5f4f3;
  border-left: 4px solid #15326f;
}

.CurrencyMenuItem {
  display: flex;
  align-items: center;
  width: 100%;
}
.CurrencyMenuItem:focus {
  outline: 0;
}
.CurrencyMenuItem__currency-code {
  margin-left: 8px;
  font-weight: 700;
}
.CurrencyMenuItem__currency-name,
.CurrencyMenuItem__currency-symbol {
  margin-left: 4px;
  font-weight: 400;
}
.CurrencyMenuItem__check {
  margin-left: 8px;
}

/**
 * We are avoiding brand-specific CSS, but that doesn't mean all variables
 * are off limits. Here we pull in the North Star White Label variables. If you want brand
 * variation, use the helper classes that baseline provides:
 * https://github.homeawaycorp.com/pages/ui-development/baseline/release/docs/gt/subatomic.html#helper-classes
 *
 * You can also import any of the mixin files released with Baseline to access them.
 * https://github.homeawaycorp.com/ui-development/baseline/tree/master/release/mixins
 */
/**
 * Each sub-component that makes up your final library component
 * will have its own less file living right next to the component's
 * javascript. This keeps the less files small and specific and helps
 * to produce a codebase that is easy to maintain. It behooves you to
 * namespace each less file with the component name. The parent DOM
 * element of the component will need the same classname.
 */
@media (max-width: 1199px) {
  .LocaleSwitcher {
    width: 100%;
  }
}
.LocaleSwitcher .flag-country {
  vertical-align: middle;
}
.LocaleSwitcher__toggle {
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.LocaleSwitcher__toggle-language-code {
  margin-left: 8px;
}
.LocaleSwitcher .Dropdown__menu > li {
  border-left: 4px solid transparent;
}
.LocaleSwitcher .Dropdown__menu > li:hover {
  border-left: 4px solid #15326F;
}
.LocaleSwitcher--MobileWeb {
  color: #292929;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LocaleSwitcher .Modal__dialog {
  width: 940px;
}
.LocaleSwitcher .Modal__header {
  padding: 12px 0 0 28px;
  text-align: left;
}
.LocaleSwitcher .Modal__body {
  padding: 8px 32px;
}
.LocaleSwitcher .all-locales-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 280px;
  flex-direction: column;
}
.LocaleSwitcher .all-locales-container .locale-item {
  width: 220px;
  margin-right: 4px;
  padding: 10px 0;
  border-left: 4px solid transparent;
  cursor: pointer;
}
.LocaleSwitcher .all-locales-container .locale-item:hover {
  background-color: #F5F4F3;
  border-left: 4px solid #15326F;
}

.LocaleMenuItemWrapper {
  width: 100%;
}

.LocaleMenuItem {
  display: flex;
  align-items: center;
  color: #15326F;
}
.LocaleMenuItem:focus {
  outline: 0;
}
.LocaleMenuItem__country-name {
  margin-left: 8px;
  font-weight: 700;
}
.LocaleMenuItem__language-name {
  margin-left: 4px;
  font-weight: 400;
}
.LocaleMenuItem__check {
  margin-left: 8px;
}
.LocaleMenuItem .flag-country {
  vertical-align: middle;
  margin-left: 8px;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
@media (max-width: 1200px) {
  body.site-header-tray-fixed {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header-tray {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-header-tray #trayMobileAppComponent {
    display: none;
  }
}
.site-header-tray__backdrop {
  background-color: #050607;
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  transition: opacity 0.7s ease;
}
@media (max-width: 767px) {
  .site-header-tray__backdrop {
    z-index: 999;
  }
}
.site-header-tray--open .site-header-tray__backdrop {
  transform: translateX(0);
  transition: opacity 350ms ease;
}
.site-header-tray__backdrop--enter {
  opacity: 0;
}
.site-header-tray__backdrop--enter-active {
  opacity: 0.8;
}
.site-header-tray__backdrop--exit {
  opacity: 0.8;
  pointer-events: none;
}
.site-header-tray__backdrop--exit-active {
  opacity: 0;
  pointer-events: none;
}
.site-header-tray__container {
  background: #F5F4F3;
  height: 100vh;
  right: -100%;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  transition: transform 350ms ease;
  width: 90%;
  max-width: 320px;
  z-index: 1002;
  animation: disablePageLoadTransition 350ms forwards;
}
@keyframes disablePageLoadTransition {
  0% {
    right: -100%;
  }
  99.9% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@media (max-width: 767px) {
  .site-header-tray__container {
    position: absolute;
  }
}
@media screen and (-ms-high-contrast: none) {
  .site-header-tray__container {
    animation: unset;
    right: 0%;
  }
  .site-header-tray--open .site-header-tray__container {
    animation: unset;
    right: 0%;
    transform: translateX(0px);
  }
}
.site-header.site-header--white .site-header-tray .site-header-tray__container {
  background: #FFFFFF;
}
.site-header-tray-open.body--modal-open .site-header-tray__container {
  right: 0;
  transform: unset;
}
.site-header-tray--open .site-header-tray__container {
  transform: unset;
  transition: transform 350ms 350ms ease;
}
.site-header-tray__menu {
  opacity: 1;
  overflow-y: auto;
  padding: 8px 0 64px 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #F9F8F7;
  transition: transform 350ms, opacity 350ms;
}
.site-header.site-header--white .site-header-tray .site-header-tray__menu {
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .site-header-tray__menu {
    padding: 80px 0 64px 0;
  }
}
@media (max-width: 767px) {
  .site-header-tray__menu {
    padding: 56px 0 84px 0;
  }
}
.site-header-tray__menu--enter {
  transform: translateX(-8px);
  opacity: 0;
  transition-delay: 350ms;
}
.site-header-tray__menu--enter-active {
  transform: translateX(0);
  opacity: 1;
}
.site-header-tray__menu--exit {
  transform: translateX(0);
  opacity: 1;
}
.site-header-tray__menu--exit-active {
  transform: translateX(-8px);
  opacity: 0;
}
.site-header-tray__drawer {
  transition: transform 350ms, opacity 350ms;
}
.site-header-tray__drawer--enter {
  transform: translateX(8px);
  opacity: 0;
  transition-delay: 350ms;
}
.site-header-tray__drawer--enter-active {
  transform: translateX(0);
  opacity: 1;
}
.site-header-tray__drawer--exit {
  transform: translateX(0);
  opacity: 1;
}
.site-header-tray__drawer--exit-active {
  transform: translateX(8px);
  opacity: 0;
}
.site-header-tray__header {
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  color: #717171;
  border-bottom: 1px solid #DDDDDE;
  border-color: var(--color-neutral-light, #DDDDDE);
  display: flex;
  flex: 0 0 auto;
  padding: 0 48px 0 24px;
  height: 48px;
  z-index: 1;
  background: #F5F4F3;
  overflow: hidden;
}
.site-header.site-header--white .site-header-tray .site-header-tray__header {
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .site-header-tray__header {
    height: 72px;
  }
}
.site-header-tray__header--wrapper {
  opacity: 0;
  transition: opacity 150ms, transform 350ms;
  flex: 1;
  height: 100%;
  position: relative;
  margin-right: 24px;
}
.site-header-tray--open .site-header-tray__header--wrapper {
  opacity: 1;
  transition: opacity 350ms 500ms, transform 350ms 500ms;
}
.site-header-tray__header-avatar {
  height: 32px;
  width: 32px;
  margin: -4px 0;
}
.site-header-tray__header-avatar + a:focus {
  background-color: inherit;
}
.site-header-tray__header-greeting {
  font-weight: 700;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-header-tray__header-avatar + .site-header-tray__header-greeting {
  margin: 0 0 0 8px;
}
.site-header-tray__header-flag {
  cursor: pointer;
  margin: 0 -10px 0 auto;
  opacity: 0.9;
  padding: 10px;
}
.site-header-tray__header-flag:hover {
  opacity: 1;
}
.site-header-tray__menu-avatar {
  transition: transform 350ms, opacity 350ms;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.site-header-tray__menu-avatar a {
  padding: 0 8px;
  width: 100%;
}
.site-header-tray__menu-avatar a:hover {
  background-color: inherit;
}
.site-header-tray__menu-avatar.site-header-tray__menu-avatar--enter {
  transform: translateX(-8px) translateY(-50%);
  opacity: 0;
  transition-delay: 350ms;
}
.site-header-tray__menu-avatar.site-header-tray__menu-avatar--enter-active {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.site-header-tray__menu-avatar.site-header-tray__menu-avatar--exit {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.site-header-tray__menu-avatar.site-header-tray__menu-avatar--exit-active {
  transform: translateX(-8px) translateY(-50%);
  opacity: 0;
}
.site-header-tray__menu-back {
  cursor: pointer;
  flex: 1;
  font-weight: 700;
  margin: 0 0 0 -10px;
  transition: transform 350ms, opacity 350ms, border-color 350ms;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #292929;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.site-header-tray__menu-back .SVGIcon {
  stroke-width: 2;
}
.site-header-tray__menu-back.site-header-tray__menu-back--enter {
  transform: translateX(8px) translateY(-50%);
  opacity: 0;
  transition-delay: 350ms;
}
.site-header-tray__menu-back.site-header-tray__menu-back--enter-active {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.site-header-tray__menu-back.site-header-tray__menu-back--exit {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.site-header-tray__menu-back.site-header-tray__menu-back--exit-active {
  transform: translateX(8px) translateY(-50%);
  opacity: 0;
}
.site-header-tray__menu-back:hover,
.site-header-tray__menu-back:active {
  background-color: #FFFFFF;
  transition: background-color 150ms;
}
.site-header-tray__menu-item-header {
  color: #717171;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 16px 0 0;
  padding: 0 24px;
}
.site-header-tray__menu-item-text {
  padding-left: 8px;
}
.site-header-tray__menu-item-link {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  padding: 8px 28px 8px 24px;
  text-decoration: none;
  transition: background-color 150ms;
  font-size: 0.875rem;
  color: #292929;
}
.site-header-tray__menu-item-link:focus,
.site-header-tray__menu-item-link:active,
.site-header-tray__menu-item-link:hover {
  background-color: #FFFFFF;
  color: #2474DE;
  outline: none;
  text-decoration: none;
}
.site-header-tray__menu-item-link--flag i {
  margin-right: 8px;
}
.site-header-tray__menu-item-link--flag .SVGIcon {
  position: relative;
  top: -2px;
}
.site-header-tray__menu-item-link--icon-right {
  justify-content: space-between;
}
.site-header-tray__menu-item-link--all-currencies-link {
  margin-left: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header-tray__menu-item-link--image {
  width: 24px;
  height: 24px;
}
.site-header-tray__menu-item-link--mobileApp-text {
  color: #292929;
  padding: 8px 28px 8px 8px;
}
.site-header-tray__menu-item-link--discovery-view-more-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header-tray__currency-item-selected,
.site-header-tray__locale-item-selected {
  background-color: #FFFFFF;
  outline: none;
  text-decoration: none;
}
.site-header-tray__menu-item-globalization-selector:hover,
.site-header-tray__menu-item-globalization-selector:active,
.site-header-tray__menu-item-globalization-selector:focus {
  background-color: #fff;
  color: #2474DE;
}
.site-header-tray__menu-item-globalization-selector .GlobalizationSelectorPreference {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  padding: 16px 24px;
  border-top: 1px solid #DDDDDE;
  width: 100%;
  font-size: 0.875rem;
}
.site-header--inverse .site-header-tray__menu-item-globalization-selector {
  color: #15326F;
}
.site-header-tray__menu-item-globalization-selector .Modal__dialog {
  color: #292929;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.DiscoveryMenu__category-title {
  color: #292929;
  margin: 0;
  padding-left: 24px;
}
.DiscoveryMenu__view-more-container {
  margin-bottom: 40px;
}

/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
.site-header-list-your-property {
  display: none;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .site-header-list-your-property {
    display: block;
  }
}
.site-header-list-your-property.btn {
  color: #292929;
  box-shadow: inset 0 0 0 1px #292929;
  padding: 11px 12px;
  background: transparent;
  margin-left: 8px;
}
.site-header-list-your-property.btn:hover {
  box-shadow: inset 0 0 0 2px #292929;
}
.site-header-list-your-property.btn.btn-inverse {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #FFFFFF;
}
.site-header-list-your-property.btn.btn-inverse:active,
.site-header-list-your-property.btn.btn-inverse:focus,
.site-header-list-your-property.btn.btn-inverse:hover {
  box-shadow: inset 0 0 0 2px #FFFFFF;
}

/**
 * There are two approaches you can use to write your Less/CSS.
 * The first is to namespace your sub-component inside the top-level component's class name.
 * This will help avoid class name collisions with the host application.
 * It does however, increase selectivity.
 *
 * We also highly recommend you use the BEM methodology for your components.
 * When utilized correctly, it can reduce the amount nested selectors required for your app.
 * For more info, see: http://getbem.com
 */


/*# sourceMappingURL=bundle.6423dcc90c8f2073ecf0.css.map*/