#fordEbulletin:not(.fancybox-inner #fordEbulletin) {
  display: none;
}
.pts-expire {
  font-family: 'Montserrat',Arial,sans-serif;
  container-type: inline-size;
  margin-bottom: 1.5rem;
}
.pts-expire p {
  padding: 4cqi 5cqi 0 6.25cqi;
  font-size: 3.75cqi;
}
.pts-expire-hdr {
  position: relative;
}
.pts-expire-hdr img {
  display: block;
  width: 100%;
}
.pts-expire-hdr > div {
  position: absolute;
  display: flex;
  width: 100%;
  background: rgba(0,33,65,.68);
  bottom: 0;
  left: 0;
  color: #FFF;
  font-weight: 600;
  padding: 2.25cqi 5cqi;
  font-size: 5.125cqi;
}
.fancybox-wrap.fe-ebulletin.fancybox-opened {
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 780px;
}
.fancybox-wrap.fancybox-desktop.fe-ebulletin.fancybox-opened {
  width: calc(100% - 2rem) !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  left: 50%;
}
#fe-notice .video-container {
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top:30px;*/
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#fe-notice .video-container iframe, #fe-notice .video-container object, #fe-notice .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fordEbulletin * {
  scrollbar-width: thin;
}
.rttp-ctr::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  background: linear-gradient(90deg,rgb(255, 255, 255) 30%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  z-index: 0;
}
.rttp-ctr p {
  z-index: 1;
  position: relative;
}
.fe-ebulletin .fancybox-inner {
  width: 100% !important;
  overflow: visible !important;
}
.fe-ebulletin .fancybox-skin {
  padding: 0 !important;
  background: transparent;
}
.fe-ebulletin .fancybox-close {
  background: #000 url(/images/x_close_white.png) no-repeat center center / 40% auto;
  border-radius: 50px;
  border: 3px solid #FFF;
  top: -16px;
  right: -16px;
}
#fordEbulletin * {
  box-sizing: border-box;
}
#fordEbulletin {
  overflow: hidden;
  border-radius: 6px;
  background: #FFF;
}
#fe-grid, #fordEbulletin {
  max-width: 780px;
  margin: 0 auto;
  height: 100%;
}
#fe-grid {
  display: flex;
  height: 100%;
}
#fe-grid-right img {
  display: block;
  width: 100%;
}

.fe-grid-mobile {
  display: none !important;
}
#fe-grid-left {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}
#fe-grid-right {
  width: 295px;
  flex-shrink: 0;
  background: #F4F4F4;
  text-align: center;
  overflow-y: auto;
  display: flex;
  flex-flow: column;
  /*! justify-content: center; */
  align-items: center;
  font-family: var(--home-font-family);
  padding: 1.5rem 2.125rem;
}
#fe-grid-left h2, #fordEbulletin > h2 {
  background: #C00;
  color: #fff;
  padding: 1rem 2rem .75rem;
  line-height: 1;
  margin: 0;
  font-size: 1.125rem;
}
#fordEbulletin > h2 {
  display: none;
}
#fe-grid-right h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: .5rem;
  line-height: 1.125;
  font-family: var(--home-font-family);
}
#fe-grid-right h3 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: normal;
}
.fe-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fe-grid-right a:hover .fe-link {
  text-decoration: underline;
}
.fegr-cats {
  padding-bottom: 2rem;
  font-size: .875rem;
  max-width: 300px;
  margin: 0 auto;
}
.fegr-grid {
  display: flex;
  /*! grid-template-columns: repeat(1, minmax(0, 1fr)); */
  gap: 1.5rem;
  flex-flow: column;
}
.fegr-grid > div > a {
  display: flex;
  flex-flow: column;
  gap: .875rem;
  text-decoration: none;
}
.fegr-cta {
  background:var(--btn-primary-bgnd-color);
  color: #FFF;
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0 1rem;
}
#fe-grid-right .svg-icon {
  width: .8rem;
  height: .8rem;
}
#fe-grid-left li {
  margin-bottom: .5rem;
}
#fordEbulletin p:last-child, #fe-grid-left ul:last-of-type, #fe-grid-left li:last-of-type {
  margin-bottom: 0;
}
#fe-notice {
  padding: 2rem 1.5rem 1.5rem 2rem;
  flex-grow: 1;
  line-height: 1.25;
  font-size: .875rem;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFF;
}
.fe-footer-m {
  display: none;
}
.fe-footer-content {
  padding: 1rem 2rem;
  border-top: 1px solid #e3e3e3;
  font-size: .75rem;
  background: #FFF;
}
@media only screen and (max-width: 820px) {
  #fe-notice, .fe-footer-content {
    font-size: .75rem;
  }
}
@media only screen and (min-width: 670px) and (max-height: 651px) {
#fe-grid-right img {
    /*! width: auto; */
    /*! height: 90vh; */
    /*! max-height: 610px; */
  }
}
@media only screen and (max-width: 650px) {
  #fordEbulletin {
    display: flex;
    flex-flow: column;
    /*! padding-bottom: 1rem; */
  }
  #fordEbulletin > h2, .fe-footer-m {
    display: block;
  }
  #fordEbulletin > h2 {
    font-size: 1rem;
    padding: 1rem 1rem .75rem;
    width: 100%;
    top: 0;
  }
  .fe-footer-m {
    padding: 1rem;
    bottom: 0;
    width: 100%;
    background: #FFF;
  }
  #fe-grid-left h2, .fe-footer-d {
    display: none;
  }
  #fe-grid {
    overflow-y: auto;
    flex-grow: 1;
    flex-flow: column;
  }
  #fe-notice {
    height: auto;
    padding: 1rem;
    overflow: visible;
  }
  #fe-grid-right {
    width: auto;
    overflow: visible;
    /*! padding-bottom: 1rem; */
  }
  .fe-grid-mobile {
    display: block !important;
    max-width: 400px;
    margin: 0 auto;
  }
  .fe-grid-desktop {
    display: none !important;
  }
}