a {
  text-decoration: underline;
}

.fb_navigation_link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 5px;
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.fb_navigation_link:hover {
  color: #00bfff;
  border-radius: 5px;
}

.fb_navigation_link.w--current {
  color: #00bfff;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 20px;
}

.fb_navigation {
  z-index: 9999;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #000 100%, #000 100%, rgba(0, 0, 0, 0));
  border-style: none none solid;
  border-color: #00bfff #00bfff #5eaed3;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fb_button_solid {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #31b89a;
  border-radius: 5px;
  margin: 15px;
  padding: 15px 25px;
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
  transition: all .2s;
}

.fb_button_solid:hover {
  color: #31b89a;
  background-color: #fff;
}

.fb_button_solid.fb_button_outline {
  min-width: 200px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 19px 10px;
  display: block;
  position: static;
}

.fb_button_solid.fb_button_outline:hover {
  color: #0ab1ff;
  background-color: #fff;
}

.fb_menu {
  color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 0;
  display: flex;
  position: static;
}

.fb_navigation_wrap {
  width: 100%;
  height: 80px;
  min-width: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fb_navigation_brand {
  width: 300px;
  height: 100%;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 13px;
  display: flex;
}

.heading {
  width: auto;
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.heading.new {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 44px;
}

.section {
  height: 100vh;
  background-color: #000;
  background-image: url('../images/trinity_engineers_ugv_vehicle.jpg');
  background-position: 0 0;
  background-size: cover;
  display: flex;
}

.section.contact-section {
  height: auto;
  background-image: none;
  margin-top: 0;
  display: block;
}

.div-block-3 {
  width: auto;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 100px;
  display: flex;
}

.footer-icon {
  width: 15px;
  color: #fff;
  margin-top: -2.5px;
  margin-right: 5px;
}

.footer-icon.address {
  margin-top: 5px;
}

.footer-flex-row {
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-link {
  width: 80%;
  color: #919191;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link.w--current {
  color: #000;
}

.footer-link.roll-state:hover {
  color: #5eaed3;
}

.link-block-arrow {
  width: 12px;
}

.footer-link-block {
  color: #313149;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer-title {
  align-items: center;
  margin-top: 4px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.flex-row {
  align-items: center;
  display: flex;
}

.flex-row.address {
  align-items: flex-start;
}

.footer-logo {
  width: 230px;
  margin-left: 0;
}

.footer-flex-col {
  color: #5eaed3;
  flex: 1;
  margin-top: 40px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
}

.footer-flex-col.about {
  flex: 1;
  align-self: stretch;
}

.footer-section {
  background-color: #ededed;
  padding: 0 auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-text {
  color: #5eaed3;
  align-self: flex-end;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.hero-title {
  color: #fff;
  align-self: flex-start;
  margin-top: 23px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 40px;
  line-height: 60px;
}

.trinity-logo {
  width: 80%;
}

.image-8 {
  padding-top: 38px;
}

.download-button {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  align-self: center;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
}

.download-button:hover {
  background-color: #000;
  align-self: center;
}

.download-button.white-button-style {
  color: #000;
  background-color: #fff;
  margin-top: 12px;
}

.intro-_section {
  min-height: auto;
  background-color: #000;
  border-top-style: none;
  border-bottom: 1px solid #5eaed3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._1400-wapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.intro_content_flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.intro_content {
  width: 50%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.intro_image {
  width: 50%;
}

.image-12 {
  width: 100%;
}

.body {
  background-color: #000;
}

.body.white {
  width: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
}

.header-bar {
  background-color: #000;
  border-bottom: 1px solid #5eaed3;
}

.product_block {
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.product_block.left {
  flex-direction: row-reverse;
}

.image-container-divs {
  width: 50%;
}

.div-block-16 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-16.right {
  align-items: flex-start;
  padding-left: 60px;
}

.product-section {
  border-bottom: 1px solid #5eaed3;
}

.product-section.reverse {
  display: flex;
}

.div-block-17 {
  width: 80%;
}

.content-holder {
  margin-top: 0;
}

.div-block-18 {
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.inner-product {
  border-bottom: 1px solid #5eaed3;
  padding-top: 100px;
}

.div-block-19 {
  margin-top: 19px;
}

.product {
  border-bottom: 1px solid #5eaed3;
  padding-top: 0;
}

.product.no-lines {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.body-3, .body-4 {
  background-color: #000;
}

.div-block-21 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-22 {
  width: 50%;
}

.body-5 {
  background-color: #000;
}

.div-block-24 {
  align-self: auto;
  padding-left: 0;
}

.div-block-25 {
  align-items: flex-start;
  padding-top: 4px;
  display: flex;
}

.image-14 {
  margin-right: 10px;
}

.software-dev-image {
  padding-top: 0;
}

.timeline-dot-v2-2 {
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: #faaf52;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 0 6px rgba(250, 175, 82, .4);
}

.career {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.career.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.wrapper {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #40424b 1%, #000 100%, rgba(0, 0, 0, 0) 100%, #fff);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 0;
  display: block;
  position: relative;
}

.career-timeline-2 {
  width: 2px;
  height: 100%;
  background-image: linear-gradient(rgba(231, 231, 231, 0), #e7e7e7 5%, #e7e7e7 95%, rgba(231, 231, 231, 0));
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.no-margin {
  margin: 0;
}

.timeline-column-left {
  width: 100%;
  max-width: 970px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.timeline-column-left.mobile-reversed {
  margin-top: 49px;
  padding: 0;
}

.timeline-column-right {
  width: 100%;
  max-width: 970px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.white {
  color: #fff;
  text-decoration: none;
}

.sub-heading-hero-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.section-copy {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.section-copy-style {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.phone-number-block {
  flex-flow: column;
  display: flex;
}

.div-block-30 {
  max-width: 30px;
  margin-top: 4px;
  margin-right: 10px;
  display: flex;
}

.phone-numbers {
  width: 50%;
  color: #fff;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
  display: flex;
}

.home-pgae-header {
  background-color: #000;
  border-bottom: 1px solid #5eaed3;
}

.div-block-33 {
  width: 80%;
  max-width: 1400px;
}

.section-2 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-34 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-copy {
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.body-copy.white {
  width: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.details-holder {
  width: 100%;
  color: #5eaed3;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 40px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  display: flex;
}

.details-holder.about {
  flex: 1;
  align-self: stretch;
}

.white-text {
  width: 100%;
  color: #ededed;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.white-text.w--current {
  color: #000;
}

.white-text.roll-state:hover {
  color: #5eaed3;
}

.home-page-content-holder {
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36 {
  border-top: 1px solid #5eaed3;
  border-bottom: 1px solid #5eaed3;
}

@media screen and (max-width: 991px) {
  .fb_navigation_link {
    color: #fff;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .fb_navigation_link.w--current {
    text-align: center;
    background-color: #000;
    border-radius: 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .fb_navigation {
    height: 80px;
    background-color: #000;
    background-image: none;
  }

  .fb_menu {
    width: 100%;
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .fb_navigation_wrap {
    height: 60px;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-self: center;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .fb_navigationbutton {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .fb_navigationbutton.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .fb_navigation_brand, .heading {
    margin-left: 0;
  }

  .heading.new {
    font-size: 40px;
    line-height: 50px;
  }

  .section {
    height: 50vh;
    background-image: url('../images/trinity_engineers_ugv_vehicle_centred.jpg');
    background-position: 50%;
  }

  .div-block-3 {
    width: auto;
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .footer-logo {
    margin-top: -9px;
    margin-left: 1px;
  }

  .footer-flex-col {
    flex: 1;
  }

  .footer-flex-col.about {
    min-width: 40%;
  }

  .hero-title {
    text-align: left;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-title.right {
    text-align: right;
  }

  .hero-title.right.c {
    text-align: left;
  }

  .image-9 {
    padding-top: 0;
  }

  .download-button {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-_section {
    min-height: auto;
  }

  ._1400-wapper {
    height: 100%;
    display: flex;
  }

  .intro_content_flex {
    padding-bottom: 40px;
  }

  .intro_content {
    align-items: flex-start;
  }

  .body {
    background-color: #000;
  }

  .body.white {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
  }

  .product_block, .product_block.left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-container-divs {
    align-self: center;
  }

  .div-block-16.right {
    align-items: flex-start;
    padding-left: 10px;
  }

  .div-block-19 {
    align-self: auto;
  }

  .div-block-21 {
    align-items: flex-start;
  }

  .div-block-22 {
    justify-content: flex-end;
    display: flex;
  }

  .career.no-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    text-align: center;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .career-timeline-2 {
    background-image: linear-gradient(1deg, rgba(231, 231, 231, 0), #fff 41%, #fff 63%, rgba(0, 0, 0, 0));
    display: flex;
  }

  .no-margin {
    margin: 0;
  }

  .timeline-column-right {
    display: flex;
  }

  .section-copy {
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-copy-style {
    font-size: 18px;
    line-height: 26px;
  }

  .phone-number-block {
    width: 100%;
    flex-flow: wrap;
  }

  .div-block-30 {
    max-width: 30px;
  }

  .phone-numbers {
    width: 90%;
    line-height: 26px;
  }

  .link-block-2 {
    margin-right: 10px;
  }

  .body-copy {
    background-color: #000;
  }

  .body-copy.white {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
  }

  .details-holder {
    flex: 1;
  }

  .details-holder.about {
    min-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .fb_navigation_link {
    color: #fff;
  }

  .fb_navigation_link.w--current {
    text-align: center;
    background-color: #000;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fb_navigation {
    height: 90px;
    background-color: #000;
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fb_menu {
    width: 100%;
    background-image: linear-gradient(#000, #000);
    align-items: flex-end;
    padding-right: 0;
  }

  .fb_navigation_wrap {
    flex: 1;
  }

  .fb_navigation_brand {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading.new {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-3, .footer-flex-row {
    flex-direction: column;
  }

  .footer-link {
    width: auto;
    font-size: 15px;
  }

  .footer-link.w--current {
    width: auto;
  }

  .footer-title {
    margin-top: 4px;
    margin-bottom: 10px;
  }

  .footer-flex-col {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-flex-col.about {
    flex: 1;
  }

  .hero-title {
    text-align: center;
    align-self: center;
    line-height: 50px;
  }

  .image-8 {
    padding-top: 20px;
  }

  .download-button {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .download-button.white-button-style {
    max-width: 100%;
    display: block;
  }

  ._1400-wapper {
    padding-left: 0;
    padding-right: 0;
  }

  .intro_content_flex {
    flex-direction: column;
    justify-content: center;
  }

  .intro_content {
    width: auto;
    align-items: center;
    margin-top: 45px;
  }

  .intro_image {
    width: auto;
  }

  .body {
    background-color: #000;
  }

  .body.white {
    width: 90%;
    padding-left: 0;
  }

  .div-block-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product_block {
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product_block.left {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-container-divs {
    width: auto;
  }

  .div-block-16 {
    width: auto;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16.right {
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 10px;
  }

  .div-block-17 {
    width: auto;
  }

  .image-13 {
    width: 100%;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .div-block-21 {
    width: auto;
    align-items: center;
  }

  .div-block-22 {
    width: auto;
    align-self: center;
  }

  .software-dev-image {
    padding-top: 20px;
  }

  .timeline-dot-v2-2 {
    z-index: 9999;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .career.no-margin {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .wrapper {
    justify-content: center;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .career-timeline-2 {
    z-index: auto;
    width: 1px;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(2deg, rgba(231, 231, 231, 0) 3%, #fff 41%, #fff 84%, rgba(0, 0, 0, 0));
    border: 1px solid rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 41px;
    margin-right: 0;
    padding-left: 1px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .no-margin {
    margin: 0;
  }

  .timeline-column-left {
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline-column-left.mobile-reversed {
    flex-direction: column;
    margin-top: 0;
    margin-left: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .timeline-column-right {
    flex-flow: column;
    margin-left: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-copy {
    text-align: center;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .phone-number-block {
    flex-direction: column;
  }

  .div-block-30 {
    margin-right: 9px;
  }

  .phone-numbers {
    width: 33%;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .link-block-2 {
    max-height: 30px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .div-block-32 {
    align-self: auto;
  }

  .body-copy {
    background-color: #000;
  }

  .body-copy.white {
    width: 90%;
    padding-left: 0;
  }

  .details-holder {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .details-holder.about {
    flex: 1;
  }

  .white-text {
    width: auto;
    font-size: 15px;
  }

  .white-text.w--current {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .fb_navigation {
    height: 70px;
  }

  .fb_menu {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .fb_navigation_brand {
    width: 190px;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
  }

  .heading {
    font-size: 28px;
    line-height: 34px;
  }

  .heading.new {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-3 {
    padding-bottom: 60px;
  }

  .link-block-arrow {
    color: #fff;
  }

  .footer-link-block {
    justify-content: center;
    font-size: 16px;
  }

  .footer-title {
    text-align: center;
  }

  .flex-row {
    justify-content: center;
  }

  .footer-flex-col {
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 7px;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .hero-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .hero-title.right.c {
    text-align: center;
  }

  .download-button {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .download-button.white-button-style {
    max-width: none;
  }

  ._1400-wapper {
    padding-left: 0;
    padding-right: 0;
  }

  .intro_content_flex {
    justify-content: space-between;
  }

  .intro_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro_image {
    padding-bottom: 40px;
  }

  .body.white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .product_block.left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-container-divs {
    width: 100%;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-25 {
    justify-content: center;
  }

  .timeline-dot-v2-2 {
    margin-left: -6px;
  }

  .career.no-margin {
    padding-left: 10px;
  }

  .wrapper {
    padding-top: 25px;
  }

  .career-timeline-2 {
    margin-left: 24px;
    left: 0;
  }

  .no-margin {
    margin: 0;
  }

  .timeline-column-left.mobile-reversed {
    flex-direction: column;
    align-items: center;
  }

  .timeline-column-right {
    align-items: center;
  }

  .sub-heading-hero-text {
    text-align: center;
  }

  .section-copy {
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .section-copy-style {
    text-align: center;
  }

  .phone-number-block {
    align-content: stretch;
    margin-top: 15px;
  }

  .phone-numbers {
    width: auto;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .link-block-2 {
    justify-content: center;
    margin-bottom: 10px;
  }

  .image-15 {
    margin-top: 24px;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
  }

  .body-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .body-copy.white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .details-holder {
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 7px;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .white-text {
    text-align: left;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-16 {
    margin-bottom: 0;
  }
}


