
.h1-headline{text-align:center;position:relative;z-index:1;overflow:hidden;padding:40px 0}.h1-headline--with-bg:after{content:'';height:33%;background:var(--bg-alt-2);position:absolute;top:0;left:0;width:100%;z-index:-1}.h1-headline__media{max-width:1030px;margin:0 auto 40px}.h1-headline__title{margin-bottom:30px}.h1-headline__title:last-child{margin-bottom:0}.h1-headline__text{max-width:820px;margin-left:auto;margin-right:auto}.h1-headline__content{max-width:750px;margin-left:auto;margin-right:auto;margin-bottom:28px}.h1-headline__content h5,.h1-headline__content h2{text-align:left;font:var(--h5-title-fonts);text-transform:var(--h5-font-text-transform)}.h1-headline__content ul{margin-top:20px}.h1-headline__content ul,.h1-headline__content ul+p{text-align:left}.h1-headline__content--extra{margin-top:30px}.h1-headline__smalltitle{text-transform:uppercase;margin-bottom:20px;font-weight:400}.h1-headline__smalltitle.title--tagline.title--tagline-center:after{content:none}@media(min-width:1400px){.h1-headline{padding:80px 0}}@media(max-width:767.98px){.h1-headline__title--noimage{margin:0}.h1-headline__action{margin-top:20px}.h1-headline:after{font-size:335px;top:-95px;left:0;transform:rotate(0)}.h1-headline{padding:40px 0}}@media(max-width:639.98px){.h1-headline{padding:20px 0 40px}.h1-headline--noimage{padding-bottom:20px}.h1-headline__media{margin-bottom:20px}.h1-headline__title{font-size:40px;line-height:1.2}}
/* Header Starts */ 

:root {
  --header-height: 115px;
}

body {
  padding-top: var(--header-height);
}

.header {
  position: fixed;
  z-index: 50;
  background: var(--bg-header);
  color: var(--header-font-color);
  padding: 15px 0;
  left: 0;
  top: 0;
  width: 100%;
  min-height: var(--header-height);
  /* border-bottom: 1px solid var(--border-color); */
  transition: all .4s ease-in-out;
}

.header.is-fixed:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(75deg, rgba(0, 52, 43, 0.38) 27.27%, rgba(9, 139, 118, 0.50) 60.44%, rgba(40, 185, 124, 0.50) 93.62%);
  z-index: -1;
}
.header.is-fixed{
  padding: 5px 0;
}
.header__grid {
  align-items: center;
  margin-left: -20px;
}

.header__grid > * {
  padding-left: 20px;
}

.ng-star-inserted .header {
  position: relative;
}


.header__col--center {
  text-align: right;
}

.header__logo {
  width: var(--logo-width);
  height: var(--logo-height);
  display: inline-block;
  align-items: center;
  color: var(--header-font-color);
}

.header.is-fixed .header__logo{
  width:91px; height:93px;
}

.header__logo-second {
  width: var(--second-logo-width);
  height: var(--second-logo-height);
}


.header__logo > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo:hover, .header__logo:focus {
  color: inherit;
  opacity: .6;
} 

body.is-module-avail .header {
  padding: 5px 0;
}

body.is-module-avail .header__logo {
  max-width: 91px;
  height: auto;
}

.header__phone {
  display: inline-flex;
  align-items: center;
  font: var(--header-fonts);
  color: var(--header-font-color);
  font-weight: 400;
  margin-left: 20px;
}

.header__phone > .template-icon {
  margin-right: 13px;
  font-size: 112.5%;
}

.header__phone-label {
  display: block;
  margin-right: 5px;
}

.header__phone-text > .template-icon {
  display: none;
}

.header__phone-text {
  display: block;
  color: var(--header-font-color);

  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.43px;
}

.header__phone-text:hover,
.header__phone-text:focus{
  color: var(--inverse-font-color);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-color: var(--highlight-color);
}

.navmenu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 30px;
}

.navmenu__list-item {
  position: relative;
}

.navmenu__list-item:last-child {
  margin-right: 0;
}

.navmenu__list-link {
  display: inline-flex;
  padding: 0;
  position: relative;
  font: var(--header-fonts);
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-font-color);
  letter-spacing: 0.4px;

  display: inline-flex;
  padding: 5px 0px;
  text-align: left;
  letter-spacing: 1.43px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-family: var(--text-fonts);
  font-size: 13px;
  line-height: 1.75;
  align-items: center;
  position: relative;
  font-weight: 500;
  background: transparent;
}

.navmenu__list-link:hover,
.navmenu__list-link:focus-visible {
  color: var(--inverse-font-color);
}
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible{
  color: var(--primary-color);
}
.navmenu-dropmenu__link:hover, 
.navmenu-dropmenu__link:focus-visible  {
  opacity:0.7;
  text-decoration: underline;
}

.navmenu-dropmenu__link.navON {
  text-decoration: underline;
}

/*.navmenu-dropmenu__link.navON:not(.is-page-active) {
text-decoration: none;
}*/

.navmenu__list-link:after {
  content: '';
  height: 3px;
  background: var(--highlight-color);
  opacity: 1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .4s ease;
}
.navmenu__list-link:hover:after, .navmenu__list-link:focus-visible:after, .navmenu__list-link[aria-expanded="true"]:after, .navmenu__list-link.navON:after {
  opacity: 1;
}


.navmenu-dropmenu {
  padding: 20px 20px 15px 20px;
  margin: 0;
  min-width: 230px;
  background: var(--bg-alt-1);
  overflow: auto;
  max-height: 70vh;
  --uk-position-offset: 0;
  text-align: left;
  list-style: none;
  text-align:center;
  display:none;
}
.navmenu-dropmenu__link {
  display: block;
  padding: 0 0 20px;
  text-transform: var(--header-fonts-text-transform);
  font: var(--header-fonts);
  color: var(--primary-color);
  font-weight: 500;
}

.navmenu-dropmenu__link.uk-disabled {
  opacity: .2;
}


/*========new css=========*/
.header__second-logo {
  margin-left: 40px;
  padding-left: 40px;
}

.header__second-logo:before {
  content: "";
  height: 57px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__address {
  font: var(--header-fonts);
  font-size: 14px;
  font-weight: normal;
  color: inherit;
}
.header__top--row a:hover, .header__top--row a:focus {
  text-decoration: underline;
  color: inherit;
}
.header__top--row {
  margin-bottom: 0;
}
.header__booknow-button {
  margin-left: 20px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
}
.header__booknow-button:before {
  content: "";
  border-left: 3px solid var(--secondary-color);
  display: block;
  position: absolute;
  width: auto;
  height: 40px;
}
.onscroll-booking, .header.is-fixed .before-scroll-booking{
  display:none;
}
.header.is-fixed .onscroll-booking{
  display:block;
}
.header.is-fixed .onscroll-booking.uk-button-primary{
  background-color: var(--primary-color);
  color: var(--inverse-font-color);
  border: 1px solid var(--primary-color);
}
.header.is-fixed .onscroll-booking.uk-button-primary:hover{
  background-color: var(--primary-cta-color);
  color: var(--primary-cta-font-color);
  border: 1px solid var(--primary-cta-color);
}
@media(min-width: 768px) {
  .header__toggler,
  .navmenu__list-item--onlymob,
  .navmenu__list-link--btn, .insideNav__header, .sub-menulist, .insideNav_booknow_button {
    display:none!important
  }

  .header {
    display: flex;
    align-items: center;
  }
  .header__container {
    flex-grow: 1;
  }

}

@media(min-width: 768px) and (max-width: 959.98px) {
  .navmenu__list-item:last-child ul.uk-dropdown {
    left: auto !important;
    right: 0;
  }
  .header__booknow-button:before{
    background:none; border-left:0;
  }
}

@media (max-width: 1399.98px) {
  .header__booknow-button {
    margin-left: 20px;
  }

}

@media (max-width: 1199.98px) {

  .header__logo {
    width: var(--mob-logo-width);
    height: var(--mob-logo-height); 
  }
  .header__logo-second {
    width: var(--mob-second-logo-width);
    height: var(--mob-second-logo-height);
  }

  .header__address {line-height:normal;}
  .header__bookstay {
    font-size: 12px;
    padding: 10px 15px;
  }
  .navmenu__list {
    column-gap: 20px;
  }

}

@media (max-width: 1023.98px) {

  .header__second-logo {
    margin-left: 15px;
    padding-left: 15px;
  }
  .header__top--row {
    margin-bottom: 5px;
  }
  .header__phone,
  .navmenu__list-link,
  .navmenu-dropmenu__link, .header__address {
    font-size: 12px;
  }
}

@media (max-width: 959.98px) {
  .header .onscroll-booking.uk-button-primary{
    display:block;     display: block;
    background-color: var(--primary-color);
  }
  .header .before-scroll-booking,
  .header.is-fixed .onscroll-booking .header__phone-text{
    display:none;
  }
  .header__booknow-button {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header__booknow-button:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    /*  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 77.45%); */
    height: 116px;
    pointer-events: none;
  }
  .header__bookstay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: var(--secondary-cta-font-color);
    color: var(--inverse-font-color);
    font: var(--primary-cta-fonts);
    border-color: var(--inverse-font-color);
    z-index: 1;
  }
}

@media (max-width: 767.98px) {
  .has-transparent-header .hero-banner-with-slider:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background: linear-gradient(180deg, rgba(0, 118, 99, 1) 0%, rgba(102, 102, 102, 0) 63.73%); */
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 82, 67, 0) 0%, rgba(9, 139, 118, 0) 54.22%, #005243 100%);
  }
  .has-transparent-header .header:not(.is-fixed){
    background: transparent;
    border-bottom-color: transparent;
  }
  .header__booknow-button:before{
    border:0;
  }
  .header__phone-text{
    font-size: 20px;
    line-height: 30px;
  }
  .header__toggler{
    display: flex;
    column-gap: 15px;
  }
  .header__bookstay{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    line-height: 40px;
  }
  :root {
    /*--header-height: 64px;*/
    --header-height: 114px;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    min-height: var(--header-height);
    z-index: 101;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .header__container {
    width: 100%;
  }

  .header__second-logo:before {
    height: 36px;
  }

  .is-bookstay-active .header__bookstay {
    display: none;
  }
  .header__address {
    display: none;
  }

  .header__toggler-btn {
    background: transparent;
    border: 0;
    display: flex;
    padding: 3px 0;
    margin: 0;
    font-size: 17px;
    line-height: 1;
    color: var(--header-font-color);
    cursor: pointer;
    align-items: center;
    min-width: 24px;
    justify-content: flex-end;
  }

  .header__toggler-btn .is-togglemenu-active {
    display: none;
  }

  .header__toggler-btn .is-togglemenu-close {
    display: block;
  }

  .is-header-active {
    overflow: hidden
  }

  .is-header-active .header__toggler-btn .is-togglemenu-active {
    display: block;
    font-size: 24px;
    min-width: 40px;
  }

  .is-header-active .header__toggler-btn .is-togglemenu-close {
    display: none;
  }

  .header__top--row {
    margin: 0;
    display: flex;
    column-gap: 20px;
    align-items: center;
  }

  .header__phone-label {
    display: none;
  }

  .header__phone-text > .template-icon {
    display: block;
    font-size: 23px;
    font-weight: normal;
    margin: 0;
  }
  .header__top--row a:hover, .header__top--row a:focus {
    text-decoration: none;
  }
  .header__grid {
    margin-left: -30px;
  }

  .header__grid > * {
    padding-left: 30px;
  }

  .header-collapsible {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height:100vh;
    z-index:11;
    /* overflow: hidden;*/
    -webkit-overflow-scrolling: touch;
    background-color: var(--bg-alt-1);
    border-top: 1px solid var(--border-color);
    transition: left .4s ease;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .is-header-active .header-collapsible {
    left: 0;
  }

  .navmenu__list {
    display: block;
    position: relative;
    z-index: 10;
    padding:25px 0;
  }

  .navmenu__list-link {
    display: flex;
    padding: 15px 20px;
    font: var(--mob-header-fonts);
    text-transform: none;
    text-align: left;
    justify-content: flex-start;
    font-weight: 400;
    color: var(--body-font-color);
  }
  .navmenu__list-link:hover, .navmenu__list-link:focus-visible, .navmenu-dropmenu__link:hover, .navmenu-dropmenu__link:focus-visible {
    color: var(--primary-color);
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }

  .navmenu-dropmenu__link:hover{
    color: var(--primary-color);
  }

  .navmenu__list-link:after {
    width: 45px;
    left: 0;
    right: auto;
    bottom: 12px;
  }
  .navmenu-dropmenu {
    position: relative !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0 0 10px;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    max-width: 100% !important;
    list-style: none;
  }

  .navmenu-dropmenu__link {
    font: var(--body-text-fonts);
    padding: 7px 0;
    text-transform: capitalize;
    text-align: left;
    color: var(--primary-color);
  }

  .navmenu__list-link.navON,
  .navmenu__more-link.navON {
    color: var(--primary-color) !important;
  }

  .header__top-left,
  .header__top-right {
    width: 60px;
  }

  .header__top-center {
    width: calc(100% - 60px*2);
    width: -webkit-calc(100% - 60px*2);
    max-width: calc(100% - 60px*2);
    max-width: -webkit-calc(100% - 60px*2);
  }

  .navmenu__dropdown > a {
    padding-right: 0;
  }

  .navmenu__dropdown > a:before {
    content: "\e976";
    font-family: var(--icon-fonts);
    position: absolute;
    top: 22px;
    right: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-size: contain;
    transition: all .4s ease;
    font-size: 14px;
    color: inherit;
  }

  .navmenu__dropdown > a[aria-expanded="true"]:before {
    content: "\e977";
  }
  .is-header-active .header {
    background: var(--bg-header) !important;
  }

  .is-header-active .header__phone, 
  .is-header-active .header__phone-text, 
  .is-header-active .header__toggler-btn {
    color: var(--inverse-font-color) !important;
  }
  .navmenu__list-link:after{
    display:none;
  }


  .is-header-active .insideNav__header {
    position: relative;
    background: var(--bg-header);
    color: var(--header-font-color);
    padding: 12px 15px;
    left: 0;
    top: 0;
    width: 100%;
    min-height: var(--header-height);
    border-bottom: 1px solid var(--border-color);
  }


  .navmenu__list_parent {
    height: calc(100vh - 145px);
    overflow: auto;
  }


  .navmenu__list_parent {
    height: calc(100vh - 132px);
    overflow: auto;
  }

  ul.sub-menulist {
    list-style: none;
    padding: 60px 20px 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 50px;
    position: relative;
  }
  ul.sub-menulist:before{
    position: absolute;
    background-image: url(https://assets.milestoneinternet.com/quality-inn-marietta/no-index/bg-pattern.svg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100%;
    bottom: 0;
    z-index: -2;
    opacity: 1;
    top: 0;
    left: 0;
  }
  .sub-menulist-item {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.1px;
  }
  .sub-menulist-item a{
    font-size: 10px;
    text-transform: uppercase;
    color: var(--body-font-color);
    font-family: var(--text-fonts);
    font-weight: 500;
    letter-spacing: 1.1px;
  }
  .sub-menulist-item .navON {
    text-decoration: underline;
  }


  .header__booknow-button.insideNav_booknow_button {
    bottom: 0;
    position: absolute;
  }
  .navmenu__list li.navmenu__list-item.submenulist .navmenu-dropmenu {
    list-style: disc;
    padding-left: 40px;
    color: var(--primary-color);
  }

  .navmenu__list li.navmenu__list-item.submenulist.active_menu .navmenu-dropmenu {
    display: block;        list-style: disc;
    padding-left: 40px;
    color: var(--primary-color);
  }
  .navmenu__dropdown.active_menu a{
    color: var(--primary-color);
  }
  .navmenu-dropmenu:before {
    content: '';
    width: 5px;
    background: var(--primary-color);
    left: 0;
    top: -35px;
    position: absolute;
    height: calc(100% + 15px);
  }
}

/* Header Ends */

/* Transparent Header Starts */

@media (min-width: 768px) {
  .has-transparent-header {
    padding-top: 0;
  }
  .has-transparent-header .header:not(.is-fixed) {
    background: transparent;
    border-bottom-color: transparent;
  }
  .has-transparent-header .header:not(.is-fixed) .navmenu__list-link:after, .has-transparent-header .header:not(.is-fixed)  .header__second-logo:before {
    background: var(--highlight-color);
  }
  .has-transparent-header .header:not(.is-fixed) .navmenu__list-link,
  .has-transparent-header .header:not(.is-fixed) .navmenu__dropdown > a:before,
  .has-transparent-header .header:not(.is-fixed) .header__phone,
  .has-transparent-header .header:not(.is-fixed) .header__phone-text,
  .has-transparent-header .header:not(.is-fixed) .header__logo, 
  .has-transparent-header .header:not(.is-fixed) .header__address {
    color: var(--inverse-font-color);
    filter: opacity(1);
  }

  .has-transparent-header .hero-banner-with-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: linear-gradient(180deg, rgba(0, 118, 99, 1) 0%, rgba(102, 102, 102, 0) 63.73%);*/
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 82, 67, 0) 0%, rgba(9, 139, 118, 0) 54.22%, #005243 100%);
  }
  .has-transparent-header .header:not(.is-fixed) * :focus-visible {
    outline-color: var(--inverse-font-color);
    outline: 1px solid var(--inverse-font-color);
    box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -webkit-box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -ms-box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -moz-box-shadow: 0 0 2px var(--inverse-font-color) inset;
  }
}

.has-transparent-header .header:not(.is-fixed) .header__bookstay,
.header:not(.is-fixed) .header__bookstay{
  filter: opacity(1);
}

@media (min-width: 960px) {
  .has-transparent-header .header:not(.is-fixed) .header__bookstay,
  .header:not(.is-fixed) .header__bookstay{
    background-color: transparent;
    color: var(--inverse-font-color);
    border: 0;
    border-left: 3px solid var(--highlight-color);
    padding-left: 20px;
    border-radius: 0;
    text-transform: none;
  }
  .has-transparent-header .header:not(.is-fixed) .header__bookstay:hover, .has-transparent-header .header:not(.is-fixed) .header__bookstay:focus-visible {
    border-color: transparent;
    background: transparent;
    color: var(--secondary-color);
    border-left: 3px solid var(--highlight-color);
  }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1023.98px) {
  .header {
    padding: 13px 0;
  }
}

@media (max-width: 959.98px) {
  .navmenu-dropmenu {
    min-width: 190px;
  }
}

@media (max-width: 767.98px) {

  /* .has-transparent-header .header:not(.is-fixed) .header__toggler-btn {
  color: var(--inverse-font-color);
  filter: opacity(1);
}*/

}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}


/* Transparent Header Ends */

/* Page Studio Editor + Header Starts */
.page-component-mi-block .header {
  /* position: static;*/
  background: var(--bg-header) !important;
  color: var(--header-font-color) !important;
  border-bottom: 0!important;
}

.page-component-mi-block .navmenu__list-link, 
.page-component-mi-block .navmenu__dropdown>a:before, 
.page-component-mi-block .header__phone, 
.page-component-mi-block .header__phone-text, 
.page-component-mi-block .header__bookstay, 
.page-component-mi-block .header__logo,
.page-component-mi-block .header__address {
  color: var(--header-font-color) !important;
}

.page-component-mi-block .header__bookstay {
  /*background-color: var(--primary-cta-color) !important;
  color: var(--primary-cta-font-color) !important;*/
  /*border-color:var(--primary-cta-color) !important;*/
}

.page-component-mi-block .header__bookstay:hover, .page-component-mi-block .header__bookstay:focus {
  background-color: var(--primary-cta-hover-color) !important;
  color: var(--primary-cta-font-hover-color) !important;
  border-color: var(--primary-cta-font-hover-color) !important;
}
.page-component-mi-block .navmenu__list-link::after {
  /*background: #000 !important;*/
}
.page-component-mi-block .header__second-logo:before { background: #000 !important;}
/* Page Studio Editor + Header Ends */

@media all and (min-width: 959.98px){
  .navmenu__list-item:nth-of-type(4)> ul {
    left: -70px !important;
  }
}
.footer-widget{
  background: var(--bg-footer); 
  color: var(--footer-color);
  padding: 60px 100px 80px;
  position: relative;
}
.footer-widget:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 190px;
  background-image: url(https://assets.milestoneinternet.com/quality-inn-northlake/no-index/footer-pattern.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;  
}

.footer-widget:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(75deg, rgba(0, 52, 43, 0.50) 27.39%, rgba(9, 139, 118, 0.50) 68.57%, rgba(40, 185, 124, 0.50) 109.75%);
  z-index: 1;
  pointer-events: none;
}
.footer-widget__container{
  position: relative;
  z-index: 3;
}
.footer__logo{
  margin-bottom: 64px; 
  text-align: center;
}
.footer-widget__col--logo {
  width: 264px; 
}
.footer__logo a{
  color: var(--footer-color); 
}
.footer__logo a:hover,
.footer__logo a:focus{
  color: var(--footer-color); 
}
.footer__logo a:focus,
.footer__logo a:focus-visible{
  outline: 1px solid var(--footer-color); 
}
.footer__title:focus,
.footer__title:focus-visible{
  outline: 1px solid var(--footer-color);
}
.footer-widget__contact{
  justify-content: center;
  align-items: center; 
  padding-bottom: 15px;
}
.footer-widget__sponsor-logo .footer__sponsor-logo{
  display: flex; 
  justify-content: flex-end;
}
.footer__sponsor-logo-item a:focus-visible,
.footer__choice-logo-item a:focus-visible,
.footer__phone:focus-visible,
.footer__fax:focus-visible,
.footer9__copyright:focus-visible,
.footer9__copyright:focus-visible, .footer__copyright:focus-visible {
  outline: 1px solid var(--footer-color);
}
.footer-widget__submenu-item a:hover,
.footer-widget__submenu-item a:focus, .footer-widget__submenu-item .navON {
  /*color: var(--secondary-color);*/
  text-decoration: underline;
}

.footer-widget__submenu-item .navON:hover,.footer-widget__submenu-item .navON:focus {text-decoration: none;}
.milestone .footer__copyright--home {
  display: block;
}
.footer9__copygrid {
  justify-content: center;
  text-align: center;
  column-gap: 5px;
}

.footer__copyright--home {
  display: none;
  margin-top: 0px !important;
  padding-left: 0px;
  font-size:12px;
}
.footer-widget__col--address{
  line-height: 31px; 
}
.center-footer__social-item {
  display: flex;
  justify-content: space-between;
  max-width: 159px;
  margin: 20px auto 0;
}
.center-footer__social-item a{
  color: var(--footer-color);
}


.center-footer__social-item a:hover, .center-footer__social-item a:focus {
  color: var(--secondary-color);
}
.center-footer__social-item a:focus {
  outline: 1px solid var(--secondary-color);
}

.center-footer__social-item span.template-icon-foursquare {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://assets.milestoneinternet.com/quality-inn-northlake/website-assets/icons/foursquare-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.center-footer__social-item a:hover span.template-icon-foursquare,
.center-footer__social-item a:focus span.template-icon-foursquare{
  background-image: url(https://assets.milestoneinternet.com/quality-inn-northlake/website-assets/icons/foursquare-icon-hovered.svg);
}

.center-footer__social-item a:hover {
  text-decoration: none !important;
}

.center-footer__social-item {
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 20px;
}

.footer-widget__col--address .footer__title{
  font: var(--footer-fonts);
  color: var(--footer-color);
  letter-spacing:  0;
}
.footer-widget__col--address a{
  color: var(--footer-color);
}
footer-widget__col--address a:focus-visible{
  outline: 1px solid var(--footer-color); 
}
.footer-widget__col--address a:hover,
.footer-widget__col--address a:focus{
  color: var(--secondary-color);
  text-decoration: underline;
}
.footer-widget__submenu{
  display: flex;
  align-items: center;
  column-gap: 36px;
  justify-content: center;
}
.footer-widget__submenu-item a{
  color: var(--footer-color); 
  font-size: 13px;
  /*text-transform: uppercase;
  letter-spacing: 0.4px;*/
  letter-spacing: 1.43px;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-widget__bottom {
  align-items: center; 
}
.footer__choice-logo a {
  display: block;
}
.footer__choice-logo img {
  width: auto; 
}
.footer__choice-logo {
  display: flex;
  align-items: center;
  column-gap: 60px;
  padding: 0;
  list-style: none;
}
.footer-widget__hr{
  margin: 33px 0; 
  border-top: 1px solid rgba(255, 255, 255, 20%);
}
.footer9__copyright{
  font-size: 12px;
  letter-spacing: 0.4px;
}

@media (max-width:  1200px) {
  .footer-widget{
    padding: 80px 50px; 
  }
  .footer-widget__col--logo{
    width:180px;  
  }
}

@media (max-width:  959.98px) {
  .footer-widget {
    padding: 80px 30px 100px 30px;
  }
  .footer-widget__contact{
    padding-bottom: 15px; 
  }
  .footer-widget__bottom,
  .footer-widget__submenu{
    justify-content: center; 
  }
  .footer-widget__bottom .uk-width-expand{
    flex-basis: 100%; 
  }
  .footer-widget.addBg:before{
    height: 24%;
  }
  .footer-widget__submenu{
    flex-wrap: wrap;
    row-gap: 36px;
  }
}
@media (max-width:  767px) {
  .footer-widget__bottom .footer__bottom-left-grid{
    order: 2;
    width: 50%;
  }
  .footer-widget__bottom .uk-width-expand{
    order:1;
  }
  .footer-widget__bottom .footer__bottom-right-grid{
    order: 3;
    width: 50%;
  }
  .footer-widget__submenu{
    row-gap: 8px;
  }
  .footer-widget__submenu-item {
    width: 100%;
    text-align: center;
  }
  .footer-widget:before{
    background-size: cover;
  }
  .footer-widget{
    padding: 60px 0 80px; 
  }
  .footer-widget.addBg:before{
    display: none;
  }
  .footer-widget__contact{
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .footer-widget__contact > div {
    width: 100%;
  }
  .footer__logo{
    margin-bottom: 40px;  
  }
  .footer-widget__col--logo {
    width: 159px;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .footer-widget__col--address{
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
  .footer-widget__sponsor-logo {
    margin-top: 40px;
    padding-left: 0;
  }
  .footer-widget__sponsor-logo .footer__sponsor-logo{
    justify-content: center;
  }
  .footer-widget__bottom 
  .footer-widget__sponsor-logo .footer__sponsor-logo {
    justify-content: center;
  }

  .footer-widget__bottom .uk-width-auto{
    margin-top: 50px; 
  }
}

.faq3-widget {
    padding-bottom: 60px;
}
.faq3-widget--primary-bg {
    background: var(--primary-color);
    color: var(--inverse-font-color);
}
.faq3-widget__content {
    max-width: 100%;
}

.faq3-widget__smalltitle {
    margin-bottom: 10px;
}

.faq3-widget__title {
    margin-bottom: 20px;
}

.faq3-widget__title:last-child {
    margin-bottom: 30px;
}

 
.faq3-widget__accordion .uk-accordion-title::before {
	font-size: 24px;
}

.faq3-widget--primary-bg  {
    background: var(--primary-color);
    color: var(--inverse-font-color);
}

.faq3-widget--primary-bg * {
	color: var(--inverse-font-color);
}

.faq3-widget--secondary-bg {
    background: var(--bg-alt-1);
}
.accessibility-content--accordion .uk-accordion-title {
	font: var(--h4-title-fonts);
	padding-left: 40px;
	font-size: 20px;
	line-height: 30px;
}
.accessibility-content--accordion .uk-accordion-title [class*=" template-icon-"] {
    position: absolute;
    left: 0;
    top: 6px;
}
 
.accessibility-content--accordion .uk-accordion-content {
    margin-top: 20px;
}
#adawebsiteconformance .box > h2 {
    margin-bottom: 20px;
}
@media (min-width: 640px) {
    .faq3-widget__grid {
        align-items: flex-start;
    }

    .faq3-widget__stickycol {
        position: sticky;
        top: 125px;
    }
  
}

 

@media (max-width: 959.98px) {
    .faq3-widget__grid > * {
        width: 100%;
    }
    .faq3-widget__grid > .uk-grid-margin {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
  .faq3-widget {
    padding-bottom: 40px;
  }
  .faq3-widget__accordion {
    padding: 15px 0;
  }
   .accessibility-content--accordion .uk-accordion-title [class*=" template-icon-"] {
    position: absolute;
    left: 0;
    top: 6px;
  }
  .accessibility-content--accordion .uk-accordion-title {
    padding-left: 35px;
    font-size: 20px;
  }
}
  
/*Privacy Policy Starts*/
.gdpr-sec h1 {
  letter-spacing: 0;
  margin-bottom: 25px;
  margin-top: 0;
  color: var(--h1-font-color);
}

.gdpr-sec h2 {
  letter-spacing: 0;
  color: var(--h3-font-color);
  font: var(--h3-title-fonts);
}

.gdpr-sec h3 {
  letter-spacing: 0;
  color: var(--h4-font-color);
  font: var(--h4-title-fonts);
  margin-bottom: 20px;
}

.gdpr-sec ul a {
  color: var(--primary-color);
  display: inline
}

.gdpr-sec ul a:hover, .gdpr-sec ul a:focus {
  color: var(--text-color);
  text-decoration: none
}

.gdpr-sec #gdprformsection {
  margin: 30px 0;
  padding: 15px 20px 10px !important
}

.gdpr-sec .column21,
.gdpr-sec .column22 {
  float: left;
  width: 50%;
  margin: 25px 0
}

.gdpr-sec .column31,
.gdpr-sec .column32,
.gdpr-sec .column33 {
  float: left;
  width: 33.3333333%;
  margin-top: 25px
}

.gdpr-sec input#gdpremail {
  width: 300px;
  letter-spacing: .3px;
  position: relative;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid var(--border-color);
  font-family: var(--text-fonts);
  height: 46px;
  vertical-align: top;
}
.gdpr-sec input#gdprsubmit {
  font: var(--primary-cta-fonts);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 10px 20px;
  letter-spacing: 1.3px;
  text-transform: var(--primary-cta-text-transform);
  opacity: 1;
  border: none;
  border-radius: 4px;
  background-color: var(--primary-cta-color);
  color: var(--primary-cta-font-color);
  border: 1px solid var(--primary-cta-color);
  transition: .1s ease-in-out;
  cursor: pointer;
}

.gdpr-sec input#gdprsubmit:hover,
.gdpr-sec input#gdprsubmit:focus {
  background: var(--primary-cta-hover-color);
  color: var(--primary-cta-font-hover-color);
}

.gdpr-sec #gdprformsection label {
  color: var(--form-label-fonts);
  margin-bottom: 5px;
  display: block;
  font: var(--body-text-fonts);
  font-weight: 500;
}

.gdpr-sec div#gdprmsg {
  position: absolute;
  margin-top: 20px
}

.gdpr-sec .box2:not(:first-child) {
  margin-top: 25px;
}

.gdpr-sec .box2 ul li.padbttom, 
.gdpr-sec .box ul li.padbttom, 
.gdpr-sec .padbttom {
  padding-bottom: 25px;
}

.gdpr-sec .boxspacer {
  height: 25px;
  display: block;
}

.gdpr-sec ul:not(:first-child) {
  margin-top: 25px;
}

.gdpr-sec .boxspacer + ul {
  margin-top: 0;
}

.gdpr-sec .box2 a {
  color: var(--primary-color);
}

@media(max-width: 767.98px) {
  .gdpr-sec h2 {
    font: var(--mob-h3-title-fonts);
  }

  .gdpr-sec .column21,
  .gdpr-sec .column22,
  .gdpr-sec .column31,
  .gdpr-sec .column32,
  .gdpr-sec .column33 {
    width: 100%;
    margin-top: 10px
  }

  .gdpr-sec .column21,
  .gdpr-sec .column22,
  .gdpr-sec .column31,
  .gdpr-sec .column32,
  .gdpr-sec .column33 {
    margin-top: 20px;
    width: 100%;
  }

  .gdpr-sec .column21 ul,
  .gdpr-sec .column22 ul,
  .gdpr-sec .column31 ul,
  .gdpr-sec .column32 ul,
  .gdpr-sec .column33 ul {
    margin-bottom: 0;
  }

  .gdpr-sec .column21,
  .gdpr-sec .column31 {
    margin-top: 20px
  }

  .gdpr-sec input#gdpremail {
    width: 100%
  }

  .gdpr-sec input#gdprsubmit {
    margin: 10px 0 0
  }


  .gdpr-sec h3 {font: var(--mob-h4-title-fonts);}

}

/*Privacy Policy Ends*/