body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-header-landmark {
  border: none;
}

.x-navbar ul.sub-menu {
  background-color: #92dee5 !important;
}

header .x-navbar .desktop .x-nav > li ul {
  top: 75px;
}
header .x-navbar .desktop .x-nav > li ul a:hover {
  text-decoration: underline;
}

.sub-menu li{
  font-size: 1.2em;
  font-weight: 600;
}

.desktop .sub-menu li::before, .desktop .sub-menu li::after {
  display: none!important;
}

#menu-header-menu span {
  font-size: 0.9em
}

.x-colophon.top {
  background:  #eef8f9;
}

.x-colophon .widget ul li{
  background:  #eef8f9;
}

footer .tco-subscribe-form #tco_subscribe_form_email {
  background: #eef8f9;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
}

footer .h-widget {
  font-size: 1.4em;
  font-weight: 500
}

footer .x-container:first-child .widget_media_image {
  text-align: center;
  margin-top: 10px;
}

#nav_menu-2 {
  border: none;
  margin-top: 0;
}

#nav_menu-2 li {
  border: none;
}

#nav_menu-2 ul {
  border: none;
}

footer #nav_menu-2 li a {
  margin: 0.2em 0;
}

.widget_nav_menu .current-menu-item > a::after {
  display: none;
}

.woocommerce-additional-fields {
  display: none;
}

#customer_login .col-1, #customer_login .col-2 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

#rememberme {
  margin-right: 10px;
}

#buy-now-mobile-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 50px;
  width: 100%;
  background: #FFF;
  z-index: 999;
  font-weight: 600;
  padding-top: 8px;
  text-align: center;
}

#buy-now-mobile-footer span {
  padding-top: 5px;
  font-size: 1.2em;
}

#buy-now-mobile-footer .mobile-footer-buy-now-btn {
  margin-top: 5px;
  margin-left: 5%;
  font-size: 1.2em;
  padding-left: 5%;
  padding-right: 5%;
  background: #0091c9;
  border-radius: 8px;
  color: #FFF;
  padding-bottom: 5px;
  padding-top: 5px;
}

.x-btn-navbar.collapsed {
  background-color: #0091c9;
}



.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* thank you */

.is--hidden-touch {
  display: none;
}

.tgt-thankyou-stats {
  background: #fff;
  padding: 0 1.5rem 1.5rem;
  border-top: 1.5rem solid #007dba;
  margin: 0 auto 2rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.tgt-thankyou-stats__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.tgt-thankyou-stats .tgt-thankyou-stats__greeting {
  font-size: 2rem;
  line-height: 1.5;
}
.tgt-thankyou-stats__purchase-of {
  font-weight: 600;
  color: #333;
  margin-top: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.tgt-thankyou-stats__offsets {
  color: #77b139;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tgt-thankyou-stats__offsets span {
  display: inline-block;
}
.tgt-thankyou-stats__offsets span:nth-of-type(1) {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 1rem;
}
.tgt-thankyou-stats__offsets span:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-top: 0.75rem;
}
.tgt-thankyou-stats__text-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tgt-thankyou-stats__text-controls__text {
  margin: 0 0 1rem;
  font-style: italic;
  color: gray;
  font-weight: 600;
  font-size: 1.25rem;
  width: 100%;
}
.tgt-thankyou-stats__text-controls__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-arrow {
  cursor: pointer;
}
.slick-arrow span {
  color: #fff;
  background: #77b139;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
}
.slick-arrow span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.slider-prev span:before {
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #fff;
}
.slider-next span:before {
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #fff;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 75px;
  font-size: 2rem;
  margin: 0 1rem;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  cursor: pointer;
}
.slick-dots li:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  border: 1px solid #77b139;
  border-radius: 50%;
}
.slick-dots li.slick-active:before {
  background: #77b139;
}
.slick-dots button {
  display: none;
}

.tgt-thankyou-stats__text__wrap {
  width: 100%;
  padding-top: 1rem;
}
.tgt-thankyou-stats__slider__wrap {
  width: 100%;
}
.tgt-thankyou-stats__slider img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: 0 auto;
}

.divider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid lightgray;
  max-width: 80%;
}

.tgt-thankyou-stats__share__buttons {
  display: none;
}
.tgt-thankyou-explore a {
  display: inline-block;
  margin-bottom: 1rem;
}
.tgt-thankyou-stats__share__toggle,
.tgt-thankyou-explore a {
  padding: 0.25rem 1.5rem;
  -webkit-transition: all ease 333ms;
  -o-transition: all ease 333ms;
  transition: all ease 333ms;
  background: #007dba;
  border: 2px solid #007dba;
  color: #fff;
}
.tgt-thankyou-stats__share__toggle:hover,
.tgt-thankyou-explore a:hover {
  background: #007dba;
  color: #fff;
  opacity: 0.9;
}
.mobile-share {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  padding: 0.5rem;
  background: #1992d1;
  border-radius: 1px;
}

.mobile-share__list .tgt-thankyou-stats__share__button a {
  color: #fff;
}
.tgt-thankyou-stats__share__buttons__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.tgt-thankyou-stats__share__button {
  font-size: 2rem;
  margin-right: 1rem;
}

.tgt-thankyou-details {
  background: #fff;
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
h2.tgt-thankyou-details__headline {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.25;
}
.tgt-thankyou-details h6 {
  font-size: 1.25rem;
}
.tgt-thankyou-details p {
  font-size: 1rem;
  margin-bottom: 1em;
}
.tgt-thankyou-details__impact li {
  font-size: 1.25rem;
  font-weight: 600;
}
.tgt-thankyou-details .sign-off {
  margin-bottom: 0;
}
.tgt-thankyou-details__order {
  margin: 3rem 0 6rem;
  max-width: 650px;
}
.tgt-thankyou-details__order__header {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tgt-thankyou-details__order__header span {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}
.tgt-thankyou-details__order__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tgt-thankyou-details__order__item-row span,
.tgt-thankyou-details__order__footer__row span {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}
.tgt-thankyou-details__order__item-row:last-of-type {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid lightgray;
}
.tgt-thankyou-details__order__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tgt-thankyou-details__order__footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
}
.tgt-thankyou-summary {
  background: #d4f0f3;
  padding: 1rem;
  text-align: center;
}
.tgt-thankyou-summary h3 {
  font-size: 1.5rem;
}
.tgt-thankyou-summary a {
  text-decoration: underline;
}
.tgt-thankyou-summary__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.tgt-thankyou-summary__badge__image {
  max-height: 100px;
  margin-right: 1rem;
}
h3.tgt-thankyou-summary__badge__count {
  font-size: 4rem;
  margin-left: 1rem;
}
.tgt-thankyou-summary p {
  font-weight: 600;
}
h3.tgt-thankyou-home-airport {
  color: #007dba;
  font-weight: bold;
  font-size: 1rem;
  padding: 3rem 0;
  text-align: center;
}
.tgt-thankyou-explore {
  min-height: 230px;
  text-align: center;
  background: #d4f0f3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tgt-thankyou-explore h3 {
  padding-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  text-align: center;
}
.tgt-thankyou-social {
  text-align: center;
}
.tgt-thankyou-social__title {
  font-size: 1.25rem;
}
.tgt-thankyou-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.tgt-thankyou-social__list__item {
  font-size: 1.5rem;
}
.mobile-share__list {
  margin: 0;
  list-style-type: none;
  padding: 0.5rem;
  border-radius: 2px;
}
.mobile-share .tgt-thankyou-stats__share__button {
  margin: 0 auto;
}

.tgt-thankyou-stats__slider { display: none; }
.tgt-thankyou-stats__slider.slick-initialized { display: block; }

@media (min-width: 500px) {
  .mobile-share {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .tgt-thankyou-stats .tgt-thankyou-stats__greeting {
    font-size: 2.25rem;
  }
  .tgt-thankyou-stats__purchase-of {
    font-size: 1.5rem;
  }
  .tgt-thankyou-stats__offsets span:nth-of-type(1) {
    font-size: 4rem;
  }
  .tgt-thankyou-stats__offsets span:nth-of-type(2) {
    font-size: 2rem;
  }
  .tgt-thankyou-stats__text-controls__text {
    font-size: 1.5rem;
  }
  .tgt-thankyou-stats__text__wrap,
  .tgt-thankyou-stats__slider__wrap {
    max-width: 75%;
    margin: 0 auto;
  }
  h3.tgt-thankyou-home-airport {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tgt-thankyou-stats .tgt-thankyou-stats__greeting {
    font-size: 3rem;
  }
  .tgt-thankyou-stats__purchase-of {
    font-size: 2rem;
  }
  .tgt-thankyou-stats__offsets span:nth-of-type(1) {
    font-size: 6rem;
  }
  .tgt-thankyou-stats__offsets span:nth-of-type(2) {
    font-size: 3rem;
  }
  .tgt-thankyou-stats__text-controls__text {
    font-size: 2rem;
  }
  .tgt-thankyou-details__order__header span {
    font-size: 1.5rem;
  }
  .tgt-thankyou-details {
    padding: 3rem;
  }
  .tgt-thankyou-details__order__item-row span,
  .tgt-thankyou-details__order__footer__row span {
    font-size: 1.25rem;
  }
  .tgt-thankyou-explore {
    min-height: 300px;
  }
  .tgt-thankyou-explore h3 {
    font-size: 1.5rem;
  }
  .tgt-thankyou-explore a {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .is--hidden-touch {
    display: block;
  }
  .is--hidden-desktop {
    display: none;
  }
  .tgt-thankyou-stats {
    padding: 3rem;
  }
  .tgt-thankyou-stats__text__wrap,
  .tgt-thankyou-stats__slider__wrap {
    max-width: none;
    margin: initial;
    width: 50%;
  }
  .tgt-thankyou-stats__text__wrap {
    text-align: left;
  }
  .tgt-thankyou-stats__offsets {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tgt-thankyou-stats .tgt-thankyou-stats__greeting {
    font-size: 2.5rem;
  }
  .tgt-thankyou-stats__purchase-of {
    font-size: 1.5rem;
  }
  .tgt-thankyou-stats__offsets span:nth-of-type(1) {
    font-size: 4rem;
  }
  .tgt-thankyou-stats__offsets span:nth-of-type(2) {
    font-size: 2rem;
  }
  .tgt-thankyou-stats__text-controls {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tgt-thankyou-stats__text-controls__text {
    font-size: 1.5rem;
    width: auto;
    margin: 0 1rem 0 0;
  }
  .tgt-thankyou-stats__text-controls__controls {
    max-width: 100px;
  }
  .tgt-thankyou-details {
    font-size: 3rem;
  }
  h2.tgt-thankyou-details__headline {
    font-size: 3rem;
  }
  .tgt-thankyou-details h6 {
    font-size: 1.75rem;
  }
  .tgt-thankyou-details__impact li,
  .tgt-thankyou-details p {
    font-size: 1.5rem;
  }
  .tgt-thankyou-summary h3 {
    font-size: 2.5rem;
  }
  .tgt-thankyou-summary__badge__image {
    max-height: 150px;
  }
  h3.tgt-thankyou-summary__badge__count {
    font-size: 7rem;
  }
  .tgt-thankyou-summary p {
    font-size: 1.75rem;
  }
  h3.tgt-thankyou-home-airport {
    font-size: 2rem;
  }
  .tgt-thankyou-explore {
    min-height: 400px;
  }
  .tgt-thankyou-social__title {
    font-size: 2rem;
  }
  .tgt-thankyou-social__list__item {
    font-size: 2.25rem;
  }
  .woocommerce-checkout .tgt-thankyou-stats__share__toggle {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .tgt-thankyou-stats__text__wrap {
    width: 40%;
  }
  .tgt-thankyou-stats__slider__wrap {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .tgt-thankyou-stats .tgt-thankyou-stats__greeting {
    font-size: 3.25rem;
  }
  .tgt-thankyou-stats__purchase-of {
    font-size: 2rem;
  }
  .tgt-thankyou-stats__offsets span:nth-of-type(1) {
    font-size: 6rem;
  }
  .tgt-thankyou-stats__offsets span:nth-of-type(2) {
    font-size: 3rem;
  }
  .tgt-thankyou-stats__text-controls__text {
    font-size: 2rem;
    margin: 0 2rem 0 0;
  }
  .tgt-thankyou-explore h3 {
    font-size: 2rem;
  }
  .tgt-thankyou-explore a {
    font-size: 1.75rem;
  }
}

@media (max-width: 1219px) {
  body .x-nav-wrap.mobile.x-collapsed,
  body .x-nav-wrap.desktop {
  	display: none;
  }
  body .x-nav-wrap.mobile {
    display: block;
  }
	body .masthead-inline .x-btn-navbar {
    display: block;
    float: right;
  }
}
