.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.landing-banner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(333deg, #123c62, #621a4b 55%);
}

.overall-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 500px;
  height: 215px;
  background-image: url('../images/jpo-logo.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.badge-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  background-image: url('../images/jpo-award-icon-2010.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.badges._2 {
  background-image: url('../images/jpo-award-icon-2013.svg');
}

.badges._3 {
  background-image: url('../images/jpo-award-icon-2013-s.svg');
}

.badges._4 {
  background-image: url('../images/jpo-award-icon-2015.svg');
}

.badges._6 {
  background-image: url('../images/jpo-award-icon-2016.svg');
}

.badges._7 {
  margin-right: 0px;
  background-image: url('../images/jpo-award-icon-2020.svg');
}

.scroll-holder {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll {
  width: 1px;
  height: 75px;
  background-color: #fff;
}

.scroll-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-container {
  width: 100%;
}

.content-container.secondary {
  margin-top: 25px;
}

.grid {
  width: 100%;
  height: 100%;
  grid-auto-rows: minmax(250px, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-rows: minmax(250px, 1fr) minmax(250px, 1fr);
  grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr);
}

.g1-image-1 {
  background-image: url('../images/jpo_building-hawley-internal-enterance-DSC_9895S.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g1-image-2 {
  background-image: url('../images/jpo_building-hawley-external-DSC_9855bS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g1-image-3 {
  background-image: url('../images/jpo_building-hawley-internal-fire-DSC_9919S.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g1-image-4 {
  background-image: url('../images/jpo-photography-0F3A8369.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-2 {
  width: 100%;
  height: 100%;
  grid-auto-rows: minmax(200px, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-rows: minmax(400px, 1fr) minmax(200px, 1fr);
  grid-template-rows: minmax(400px, 1fr) minmax(200px, 1fr);
}

.g2-image-1 {
  background-image: url('../images/jpo_building-hawley-internal-bath-DSC_9885S.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g2-image-2 {
  background-image: url('../images/jpo-photography-106A6145.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g2-image-3 {
  background-image: url('../images/jpo-photography-106A6183.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g2-image-4 {
  background-image: url('../images/jpo-photography-106A6218.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g2-image-5 {
  background-image: url('../images/jpo-photography-IMG_0393.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 100px 100px 100px 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(333deg, #123c62, #621a4b 55%);
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-text-container {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 50px;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 80vh;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-slider-text {
  width: 40px;
  height: 115px;
  background-image: url('../images/jpo-slider-top-text-graphic.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-text {
  width: 50px;
  height: 80%;
  margin-top: 25px;
  background-image: url('../images/jpo-slider-text-graphic.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns {
  width: 100%;
}

.square-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  margin-bottom: 50px;
  padding-right: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.square-content.bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-footer {
  width: 50px;
  height: 200px;
  background-image: url('../images/footer-graphic.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-button-holder.no-space {
  margin-left: 0px;
}

.footer-buttons {
  width: 100%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-buttons.no-space {
  margin-top: 0px;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-text.hide {
  display: none;
}

.footer-text.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bottom-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.footer-line.added {
  display: none;
}

.footer-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  width: 100px;
  height: 100px;
  margin-top: 100px;
  margin-bottom: 50px;
  background-image: url('../images/footer-logo-graphic.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-copyright-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .grid {
    grid-auto-rows: minmax(400px, 1fr);
    -ms-grid-rows: minmax(400px, 1fr) minmax(400px, 1fr);
    grid-template-rows: minmax(400px, 1fr) minmax(400px, 1fr);
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-buttons {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .banner-content-container {
    width: 100%;
  }

  .logo {
    height: 230px;
    background-position: 50% 100%;
    background-size: 100%;
  }

  .badges {
    width: 80px;
    height: 80px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .square-content {
    height: auto;
    margin-top: 0px;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .square-content.bottom {
    height: auto;
    margin-top: 25px;
  }

  .column-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-footer {
    width: 50px;
    height: 160px;
  }

  .footer-button-holder.no-space-mobile {
    margin-left: 0px;
  }

  .footer-buttons {
    font-size: 16px;
  }

  .footer-text {
    max-width: 500px;
  }

  .footer-text.hide {
    display: none;
  }

  .bottom-footer-content {
    margin-top: 50px;
  }

  .footer-line.added {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer-logo {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .landing-banner {
    padding: 50px;
  }

  .overall-section {
    padding: 25px 50px;
  }

  .logo {
    width: 250px;
    height: 105px;
  }

  .badge-holder {
    width: 250px;
  }

  .badges {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .grid {
    grid-auto-rows: minmax(150px, 1fr);
    grid-row-gap: 25px;
    -ms-grid-rows: minmax(150px, 1fr) minmax(150px, 1fr);
    grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .footer {
    padding: 50px;
  }

  .slider-text-container {
    top: 25px;
    width: 25px;
    height: auto;
    margin-right: 25px;
  }

  .top-slider-text {
    width: 25px;
    height: 75px;
    background-position: 50% 0%;
  }

  .slider-text {
    display: block;
    width: 25px;
    height: 440px;
    margin-top: 12.5px;
    background-position: 50% 0%;
  }

  .square-content {
    margin-top: 0px;
  }

  .footer-line.added {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section {
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  .landing-banner {
    padding: 30px;
  }

  .overall-section {
    padding: 15px 30px;
  }

  .banner-content-container {
    margin-bottom: 50px;
  }

  .logo {
    width: 180px;
  }

  .badge-holder {
    width: 180px;
  }

  .badges {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .scroll-text {
    font-size: 10px;
    line-height: 13px;
  }

  .grid {
    grid-auto-rows: minmax(100px, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
  }

  .footer {
    padding: 50px;
  }

  .slider-text-container {
    width: 15px;
    height: auto;
    margin-right: 15px;
  }

  .top-slider-text {
    width: 15px;
    height: 45px;
  }

  .slider-text {
    width: 15px;
    height: 280px;
    margin-top: 7.5px;
  }

  .square-content {
    margin-bottom: 15px;
  }

  .square-content.bottom {
    margin-top: 30px;
  }

  .logo-footer {
    width: 30px;
    height: 110px;
    background-position: 0% 0%;
  }

  .footer-button-holder {
    margin-left: 0px;
  }

  .footer-button-holder.no-space-mobile {
    max-width: 250px;
  }

  .footer-buttons {
    font-size: 12px;
    line-height: 12px;
  }

  .footer-text {
    max-width: 250px;
    font-size: 25px;
    line-height: 30px;
  }

  .bottom-footer-content {
    margin-top: 30px;
  }

  .footer-line.added {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 75px;
    height: 75px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section {
    padding: 15px 15px 25px;
  }

  .text-block {
    font-size: 9px;
    line-height: 13px;
  }
}

#w-node-_401ba8d6-6fe7-3b05-3da9-d054da65b670-0647ac39 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ccfc97d0-0877-5fc4-910e-18dd1f54f4b6-0647ac39 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_01bb4b12-effc-33e1-9b66-56c6de5268b4-0647ac39 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a5b4faab-e159-181c-2690-dc1acd1e09fa-a2b0796c {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a5b4faab-e159-181c-2690-dc1acd1e09fd-a2b0796c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a5b4faab-e159-181c-2690-dc1acd1e09fe-a2b0796c {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

