body .page_wrapper {
  max-width: inherit;
  text-align: center;
}
.site-nav-container {
  text-align: left;
  position: inherit;
}
.site-nav-menus {
  align-items: center;
}
.site-nav-menus a {
  color: #fff;
  font-size: 1.3em;
  position: absolute;
  margin: 0.75rem 1.5rem 0.75rem 0;
  top: 0;
}
@media screen and (min-width: 769px), print {
  .site-nav-menus a {
    color: #656565;
    position: relative;
  }
}
.switch-hero {
  background: url(/responsive/2560/landing-pages/switch2023/header-v1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2.5rem 0;
}
.switch-hero .columns {
  margin-top: 0;
}
.button + .button {
  margin-left: .75rem;
}
.switch-hero .scrollTo {
  background: #ffffff40;
  color: #fff;
}
.switch-hero .scrollTo:hover {
  background: #ffffff60;
}
h2 {
  color: #5998c9;
}
.modal-contents {
  display: none;
}
.lp-white-bg {
  padding: 5rem 0;
}
.lp-white-bg h2 {
  margin-bottom: 1.5rem;
}
.lp-gray-bg {
  background: #f2f4f5;
}
.lp-buttons-cta {
  padding: 2.5rem 0;
}
.lp-buttons-cta .column:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-buttons-cta .button {
  background-color: transparent;
}
.lp-buttons-cta .button {
  color: #656565;
  border-color: inherit;
}
.lp-buttons-cta .button.is-primary {
  color: #ea7500;
}
.lp-buttons-cta .button:hover {
  color: #fff;
  background-color: #656565;
}
.lp-buttons-cta .button.is-primary:hover {
  background-color: #ea7500;
}
.timeline .item {
  display: none;
}
.timeline .item.active {
  display: block;
}
.timeline .column:first-child {
  padding-right: 50px;
}
.timeline .column:last-child {
  flex-grow: 0.5;
}
.timeline-switch {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.timeline-switch:before,
.timeline-switch:after {
  content: '';
  background: #b2b2b2;
  height: 15px;
  width: 78%;
  position: absolute;
  left: 11%;
  bottom: -15px;
  border-radius: 15px;
  z-index: 1;
}
.timeline-switch:after {
  background: #5998c9;
  z-index: 2;
  transition: .25s all;
}
.timeline-switch > span {
  width: 25%;
  text-align: center;
  padding: 0 40px;
  position: relative;
  font-size: 1.15em;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.timeline-switch > span:after {
  content: '1';
  color: #fff;
  background: #b2b2b2;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 20px);
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.25em;
  transition: .25s all;
}
.timeline-switch > span:nth-child(2):after {
  content: '2';
}
.timeline-switch > span:nth-child(3):after {
  content: '3';
}
.timeline-switch > span:nth-child(4):after {
  content: '4';
}
.timeline-switch.active1:after {
  width: 0;
}
.timeline-switch.active2:after {
  width: 26%;
}
.timeline-switch.active3:after {
  width: 52%;
}
.timeline-switch.active4:after {
  width: 78%;
}
.timeline-switch > span:nth-child(1):after {
  background: #5998c9;
}
.timeline-switch.active2 > span:nth-child(2):after,
.timeline-switch.active3 > span:nth-child(2):after,
.timeline-switch.active4 > span:nth-child(2):after {
  background: #5998c9;
}
.timeline-switch.active3 > span:nth-child(3):after,
.timeline-switch.active4 > span:nth-child(3):after {
  background: #5998c9;
}
.timeline-switch.active4 > span:nth-child(4):after {
  background: #5998c9;
}
@media screen and (max-width: 875px) {
  .timeline-switch > span {
    min-height: 40px;
  }
  .timeline-switch span span {
    display: none;
  }
}
.desk-only {
  display: none;
}
.timeline-switch > span.active:after,
.timeline-switch > span:hover:after {
  background: #5998c9;
}
@media screen and (min-width: 769px), print {
  body .page_wrapper {
    text-align: inherit;
  }
  .desk-only {
    display: flex;
  }
  .mob-only {
    display: none;
  }
  .timeline-switch {
    margin-bottom: 0;
  }
  .lp-buttons-cta .column:last-child {
    justify-content: flex-end;
  }
}
.lp-form {
  padding: 5rem 0;
}
.lp-form .container {
  max-width: 750px;
  margin: 0 auto;
}
.lp-form > .container {
  background: #fff;
  padding: 1.5rem 3rem;
  border-radius: 3px;
}
.lp-form .contactForm {
  padding: 0;
}
.modal-content {
  padding: 85px;
}
.modal-content h3,
.modal-content h4 {
  text-align: center;
}
.modal-content h4 {
  margin: .5em 0 1em;
}
.modal-content p + p {
  margin-top: 1em;
}
