@charset "UTF-8";

@font-face {
  font-family: "Avenir";
  src:
    url("https://cliftonhotels.com/themes/default/css/webfonts/Avenir-Medium.woff2") format("woff2"),
    url("https://cliftonhotels.com/themes/default/css/webfonts/Avenir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@media screen {
  
  :root {

    --color-brand-1: #002951;
    --color-brand-2: #CAC243;
    --color-brand-3: #F5F5F5;

    --color-black: #000000;
    --color-white: #ffffff;
    --color-white-opacity: rgba(255,255,255,0.2);

    --branding-default: var(--color-brand-1);
    --branding-hovered: var(--color-brand-2);
    --branding-pressed: var(--color-brand-1);

    --border-hovered: var(--color-brand-2);
    --background-hovered: var(--color-brand-2);
    --base-featured: var(--color-brand-3);
    --color-success: var(--color-brand-3);
    --border-success: var(--color-brand-2);

    --mda-box-background: var(--color-brand-3);

    
    --border-radius-default: 0px;
    --border-radius-1x: 8px;
    --border-radius-button: 8px;

    --brand-color-text: var(--color-brand-1);

    --border-brand-1: 1px solid var(--color-brand-1);
    --border-brand-2: 1px solid var(--color-brand-2);
    --border-brand-3: 1px solid var(--color-brand-3);
    --border-transparent: 1px solid transparent;
    --border-black: 1px solid var(--color-black);
    --border-white: 1px solid var(--color-white);
    --border-white-opacity: 1px solid var(--color-white-opacity);

    --font-family-1: "Playfair Display", serif;
    --font-family-2: 'Avenir', sans-serif;
    --font-family-3: "Roboto", sans-serif;

    --font-size-body: 16px;
    --font-size-20: 20px;
    --font-size-22: 22px;

    --container-max-width: 1400px;

    --box-shadow-btn: 0 6px 12px rgba(0, 0, 0, .1);
    --box-shadow-header: 0 7px 24px rgba(0, 0, 0, .06);

    --box-shadow-default: 0px 1px 20px -12px var(--color-black);

    /*--box-shadow-pre-hover-brand-1-top: inset 0px -200px 0 0 var(--color-brand-1);
    --box-shadow-hover-brand-1-top: inset 0px 0px 0 0 var(--color-brand-1);

    --box-shadow-pre-hover-brand-1: inset 0px 0px 0 0 var(--color-brand-1);
    --box-shadow-hover-brand-1-bottom: inset 0px -200px 0 0 var(--color-brand-1);*/

    --transition-default: all 0.5s ease; 

    --img-ratio-rate-primary: 4 / 3;
    --img-ratio-rate-primary-mobile: 4 / 3;
    --img-ratio-rate-secondary: 4 / 3;
    --img-ratio-rate-secondary-mobile: 4 / 3;
    --img-ratio-mda-secondary-rate: 4 / 3;
    --img-ratio-mda-secondary-rate-mobile: 4 / 3;
  }

  @media screen and (max-width: 499px) {

    :root {
      --font-size-body: 14px;
      --font-size-20: 18px;
      --font-size-22: 20px;

      --container-max-width: 100vw;

    }

  }
  
  body:has(.app-portal5) .header .hotelname,
  body:has(.app-portal5) .footer .contact,
  body:has(.app-portal5) .footer .address,
  body:has(.app-portal5) .footer .blurb {
    display: none;
  }

  .banner--warning {
    --banner-background-color: var(--color-warning);
    --banner-border-color: var(--border-warning);
    --banner-text-color: var(--border-warning);
  }
  
  .header a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: var(--color-white);
    font-family: var(--font-family-2);
    font-size: var(--font-size-body);
  }
  
  .main-be-area {
    background-color: var(--color-white);
  }

  .main-be-area .content {
    margin-bottom: -1px;
  }
  /*.box,
  .card-grid.grid-layout {
    box-shadow: var(--box-shadow-default);
  }*/

  .avvio-calendar-container,
  .avvio-calendar__month {
    border-radius: var(--border-radius-1x)!important;
  }

  .avvio-calendar__date,
  .button, 
  .button--secondary,
  .button--branded {
    font-family: var(--font-family-3);
    transition: var(--transition-default);
    
  }

  .button--branded {
    color: var(--color-brand-3);
    background-color: var(--color-brand-1);
    border: var(--border-brand-1);
  /*    box-shadow: var(--box-shadow-pre-hover-brand-1);*/
    border-radius: var(--border-radius-button);
    transition: var(--transition-default);
  }

  .button__text {
    font-family: var(--font-family-3);
    text-transform: uppercase;
  }

  .button-icon {
    border: none!important;
    border-radius: var(--border-radius-button);
  }

  .button-icon:hover .button-icon__icon,
  .button-icon--secondary .button-icon__icon {
    width: 100%;
    height: 100%;
    color: var(--color-brand-1);
    background-color: transparent;
    border-radius: var(--border-radius-button)!important;
    border: var(--border-brand-1);
    transition: var(--transition-default);
  }

  .button-icon:hover:not(.disabled) .button-icon__icon {
    color: var(--color-white);
    background-color: var(--color-brand-1);
    border: var(--border-brand-1);
  }

  .card-grid__title h4, 
  .card-grid__title h5 {
    text-decoration: none;
  }

  .checkbox-field__input + .checkbox-field__icon {
    background-color: transparent;
  }

  .banner--warning {
    --banner-background-color: var(--color-brand-2);
    --banner-border-color: var(--color-brand-2);
    --banner-text-color: var(--color-white);
  }

  .avvio-incentives__item {
    background: var(--color-brand-2);
    border-radius: var(--border-radius-default);
    color: var(--color-white);
  }

  h1, h2, h3, h4, h5, h6,
  .header1, .header2, .header3, .header4, .header5, .header6,
  .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-family: var(--font-family-1);
  }

  .navigation-box .button--primary,
  .navigation-box .button--primary.button--underlined {
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    transition: var(--transition-default);
  }

  .navigation-box .button--primary.button--underlined .button__text {
    text-decoration: none;
  }

  .navigation-box .button--primary.disabled {
    color: var(--color-brand-1);
  }

  #control-area-links .button--primary {
    padding: 5px;
    margin: 10px 0;
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    transition: var(--transition-default);
  }

  .navigation-box .button--primary.button--underlined:hover {
    background-color: var(--color-brand-1);
    color: var(--color-white);
    border: var(--border-brand-1);
  }

  .navigation-box .button--primary:hover {
    color: var(--color-brand-3);
    border: var(--border-transparent);
  }

  .navigation-box .button--primary.disabled:hover {
    color: var(--color-brand-1);
    border: var(--border-transparent);
    background-color: transparent;
  }

  #control-area-links .button--primary:hover {
    background-color: var(--color-brand-1);
    color: var(--color-white);
    border: var(--border-brand-1);
  }

  .poweredby a,
  .privacy-policy-container a {
    font-size: calc(var(--font-size-body) - 0px);
    font-family: var(--font-family-1);
    color: var(--color-black);
    transition: var(--transition-default);
  }

  .poweredby a:hover,
  .privacy-policy-container a:hover {
    color: var(--color-brand-2);
    transition: var(--transition-default);
  }

  .avvio-modal--big .avvio-modal__content .avvio-modal__bottom button.button.button--branded,
  .button--branded.message-modal__close {
    color: var(--color-brand-1);
    border-color: var(--color-brand-1);
    background-color: var(--color-brand-3);
    transition: var(--transition-default);
  }

  .button--primary.book-now-button {
    background-color: transparent;
    color: var(--color-brand-1);
    transition: var(--transition-default);
  }

  .button--secondary.color-success {
    background-color: var(--color-brand-2);
    border-color: var(--color-brand-2);
    color: var(--color-brand-3);
  }


  .avvio-modal--big .avvio-modal__content .avvio-modal__bottom a.button.button--secondary.cta,
  .message-modal .avvio-modal__content .avvio-modal__bottom a.button.button--secondary.cta {
    background-color: var(--branding-default);
    color: var(--base-default);
    border-color: var(--branding-default);
    transition: var(--transition-defoult);
  }

  #hotelModal .avvio-modal__content .avvio-modal__bottom .button.button--branded {
    background-color: var(--base-default);
    color: var(--branding-default);
    border-color: var(--branding-default);
    transition: var(--transition-defoult);
  }

  #section_hotelModalResults section .exploreHotelBtn a.button--primary.exploreBook {
    background-color: var(--branding-default);
    color: var(--base-default);
    transition: var(--transition-defoult);
  }

  .button--primary.book-now-button:hover,
  #hotelModal .avvio-modal__content .avvio-modal__bottom .button.button--branded:hover,
  #section_hotelModalResults section .exploreHotelBtn a.button--primary.exploreBook:hover {
    background-color: var(--branding-hovered);
    color: var(--base-default);
  }

  .button--branded:hover {
    background-color: var(--color-brand-2);
    color: var(--color-brand-3);
    border: var(--border-brand-2);
    transition: var(--transition-default);
  }

  .button--primary:hover,
  .button--secondary:hover {
    color: var(--color-white);
    border: var(--border-brand-2);
    background-color: var(--color-brand-2);
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-brand-1);
    padding-block: 15px;
    border-bottom: var(--border-brand-1);
  }
  
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
    
    width: 100%;
    padding-inline: 15px;
  }
  
  .header .invisible-flex-item {
    display: none;
    align-self: stretch;
    
    width: 150px;
    height: 100%;
  }
  
  .header .logo img {
    display: block;
    width: 79px;
    height: auto;
    
    transition: var(--transition-default);
  }
  
  .header .logo:hover img {
    filter: invert(25%);
    transition: var(--transition-default);
  }
  
  .header .hotelname {
    color: var(--color-brand-3);
    
    font-size: calc(var(--font-size-body) + 2px);
    line-height: 19.8px;
    text-transform: uppercase;
    
    padding-block: 5px;
    margin-left: auto;
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--color-brand-2);
    color: var(--color-brand-3);
    
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    
    padding-block: 8px;
    padding-inline: 15px;
    border: var(--border-brand-2);
    border-radius: var(--border-radius-button);
    
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    color: var(--color-brand-3);
    background-color: var(--color-brand-1);
    border-color: var(--border-brand-3);
  }
  
  /* - Abandonment message - */
  #exitIntentCloseTrigger {
    display: flex;
    top: 30px;
    right: 30px;
  }
  
  #exitIntentCloseTrigger > * {
    background-color: transparent;
    color: var(--color-brand-3);
    
    font-size: calc(var(--font-size-22) + 3px);
    padding: 0px;
    border: var(--border-transparent);
  }
  
  #exitIntentPopupContainer {
    
    box-shadow: unset;
    width: 65%;
    max-width: 1000px;
    height: 60vh;
    padding: 5px;
    overflow: auto;
    border: var(--border-white);
    outline: 25px solid var(--color-brand-2);
  }
  
  /*#exitIntentPopupContainer::before,
  #exitIntentPopupContainer::after {
    content: "";
    position: absolute;
    
    background-color: #E6007E;
    
    height: 500px;
    width: 500px;
    transform: rotate(45deg);
    z-index: 0;
  }*/
  
 /* #exitIntentPopupContainer::before {
    bottom: -270px;
    left: -270px;
  }
  
  #exitIntentPopupContainer::after {
    top: -270px;
    right: -270px;
  }*/
  
  #allContent {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  
  #allContent > * {
    margin: 0px;
  }
  
  #exitIntentHeading,
  #exitIntentAction {
    font-family: var(--font-family-3);
  }
  
  #exitIntentHeading {
    align-self: center;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
  }
  
  #exitIntentText {
    color: var(--color-brand-3);
    font-family: var(--font-family-3);
    font-size: 40px;
    font-weight: 200;
    width: 90%;
    max-width: 700px;
  }
  
  #exitIntentAction {
    align-self: center;
  }
  
  #exitIntentCtaButton{
    background-color: transparent;
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    border-radius: 0;
    border: var(--border-white);
    margin-top: 20px;
    
    transition: var(--transition-default);
  }
  
  #exitIntentCtaButton:hover {
    background-color: var(--color-brand-3);
    color: var(--color-brand-1);
  }
  
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-brand-1);
    color: var(--color-brand-3);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: center;
    
    padding-block: 40px;
  }

  .brand-color-text {
    color: var(--brand-color-text);
  }
  
  .footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    
    row-gap: 60px;
    column-gap: 20px;
    width: 100%;
    max-width: var(--container-max-width);
    padding-inline: 15px;
  }
  
  .footer h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: center;
    text-transform: uppercase;
    
    width: fit-content;
    padding-bottom: 10px;
    border-bottom: 5px solid var(--color-brand-3);
    margin-top: 0px;
    margin-bottom: 26px;
  }
  
  .footer p {
    margin-block: 0px;
  }
  
  .footer .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    gap: 8.1px;
  }
  
  .footer .contact h3 {
    margin-bottom: calc(26px - 8.1px);
  }
  
  .footer .contact a {
    color: var(--color-brand-3);
    
    transition: var(--transition-default);
  }
  
  .footer .contact a:hover {
    color: var(--color-brand-2);
  }
  
  .footer .address {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer .blurb {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer .awards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-column: 1 / span 3;
    
    row-gap: 26px;
    column-gap: 20px;
  }
  
  .footer .awards h3 {
    line-height: 24px;
    
    flex-basis: 100%;
    border-bottom: 5px solid var(--color-brand-3);
    margin-bottom: 0px;
  }
  
  .footer .awards img {
    display: block;
    
    width: 100px;
    height: auto;
  }
  
  .footer .partnerships {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-column: 1 / span 3;
    
    row-gap: 16.2px;
    column-gap: 20px;
  }
  
  .footer .partnerships h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    
    flex-basis: 100%;
    padding-bottom: 16px;
    border-bottom: var(--border-transparent);
    margin-bottom: 0px;
  }
  
  .footer .partnerships a img {
    display: block;
    
    width: 120px;
    height: auto;
    
    transition: var(--transition-default);
  }
  
  .footer .partnerships a:hover img {
    filter: grayscale(50%);
    transition: var(--transition-default);
  }
  
  .footer .partnerships a:last-child:hover img {
    filter: invert(25%);
    transition: var(--transition-default);
  }
  
  .footer small {
    grid-column: 1 / span 3;
  }
  
  .footer small a {
    color: var(--color-brand-3);
    transition: var(--transition-default);
  }
  
  .footer small a:hover {
    color: var(--color-brand-2);
  }
  
}



/*@media screen and ( max-width: 1399px ) {
  
  #exitIntentPopupContainer::before {
    bottom: -350px;
    left: -350px;
  }
  
  #exitIntentPopupContainer::after {
    top: -350px;
    right: -350px;
  }
  
}*/



@media screen and ( max-width: 999px ) {
  
  .header .container {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  
  .header .logo {
    grid-row: 1 / span 2;
  }
  
  #exitIntentHeading {
    font-size: 45px;
  }
  
  #exitIntentText {
    font-size: 35px;
    width: 90%;
  }
  
  #exitIntentCtaButton {
    font-size: 30px;
    padding: 20px;
  }
  
  .footer .container {
    grid-template-columns: 1fr 1fr;
  }
  
  .footer .awards {
    grid-column: 1 / span 2;
  }
  
  .footer .awards img {
    width: 90px;
  }
  
  .footer .blurb {
    grid-column: 1 / span 2;
  }
  
  .footer .blurb h3 {
    width: 100%;
  }
  
  .footer .blurb {
    grid-column: 1 / span 2;
  }
  
  .footer .partnerships {
    grid-column: 1 / span 2;
  }
  
  .footer .partnerships a img {
    width: 110px;
  }
  
  .footer small {
    grid-column: 1 / span 2;
  }
  
}



@media screen and ( max-width: 799px ) {
  
  #exitIntentHeading {
    font-size: 25px;
  }
  
  #exitIntentText {
    font-size: 25px;
  }
  
  #exitIntentCtaButton {
    font-size: 20px;
    padding: 10px;
  }
  
}



@media screen and ( max-width: 499px ) {
  
  .header .container {
    display: flex;
    flex-direction: column;
    
    row-gap: 10px;
  }
  
  .header .hotelname {
    padding-block: 0px;
    margin-left: 0px;
  }
  
  .header .backtosite {
    display: none;
  }
  
  #exitIntentWrapper {
    display: none;
  }
  
  .footer .container {
    grid-template-columns: 1fr;
  }
  
  .footer h3 {
    width: 100%;
  }
  
  .footer .awards {
    grid-column: auto / auto;
  }
  
  .footer .awards img {
    width: 80px;
  }
  
  .footer .blurb {
    grid-column: auto / auto;
  }
  
  .footer .blurb {
    grid-column: auto / auto;
  }
  
  .footer .partnerships {
    grid-column: auto / auto;
  }
  
  .footer .partnerships a img {
    width: 100px;
  }
  
  .footer small {
    grid-column: auto / auto;
  }
  
}