:root {
  --color-3: #1c1d50;
  --color-4: #27368e;
  --color-5: #224d9e;
  --color-8: #1a9ad0;
  --color: white;
  --color-6: #2774bc;
  --color-9: #85c9ea;
  --color-10: #cee6f2;
  --color-7: #1b82c5;
  --color-2: #333;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: aviano-serif, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 25px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 1.4em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-color: var(--color-5);
  background-image: radial-gradient(circle, #224d9eeb, #0c0d35), url('../images/icon.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 80%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  min-height: 600px;
  margin-top: 90px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #253658;
  border: 1px solid #253658;
  align-items: center;
  padding: 15px 30px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #0162a3;
  border-color: #0162a3;
}

.button._2 {
  background-color: var(--color-5);
  border-style: none;
  border-color: #0162a3;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s ease-in-out;
}

.button._2:hover {
  background-color: #253658;
  background-image: linear-gradient(180deg, var(--color-8), var(--color-3));
  border-color: #253658;
}

.button._2.white {
  background-color: var(--color);
  color: var(--color-3);
}

.button._2.white:hover {
  color: var(--color);
}

.navbar-2 {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 9px #0003;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  display: flex;
}

.image-7 {
  height: 50px;
  margin-left: 10px;
}

.image-7.left {
  height: 50px;
  margin-left: 0;
}

.nav-icon {
  width: 25px;
  margin-right: 10px;
}

.nav-btns {
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.hero-content-div {
  width: 80%;
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.eyebrow {
  color: var(--color-6);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: aviano-serif, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.2em;
}

.eyebrow.lt {
  color: var(--color-8);
}

.eyebrow.white {
  color: var(--color);
}

.hero-lg-line {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: aviano-serif, sans-serif;
  font-size: 2.2em;
  line-height: 1.4em;
}

.lighter {
  color: var(--color-6);
}

.lighter.white {
  color: var(--color-9);
}

.buttons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttons.center {
  justify-content: center;
}

.p-max-65 {
  max-width: 65%;
  font-weight: 400;
}

.parallax {
  background-image: url('../images/new-pasadena.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 50vh;
}

.about {
  padding-top: 8%;
  padding-bottom: 8%;
}

.wrap {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wrap.center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

.wrap.flex.top-marg-50 {
  margin-top: 5%;
}

.wrap.flex.center-align {
  align-items: center;
}

.wrap.flex.center-align.with-line {
  border-bottom: 1px solid var(--color-10);
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.txt-div._48 {
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.txt-div._48.top {
  justify-content: center;
  overflow: hidden;
}

.txt-div._48.top._40 {
  width: 45%;
}

.txt-div._55 {
  width: 55%;
}

.txt-div._60 {
  width: 60%;
  color: var(--color);
  padding: 5%;
}

.blue {
  color: var(--color-7);
}

.services {
  background-color: #cee6f240;
  padding-top: 8%;
  padding-bottom: 8%;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  background-color: var(--color);
  padding: 35px;
}

.img-div {
  width: 100%;
  overflow: hidden;
}

.img-div._48 {
  width: 48%;
  position: relative;
}

.img-div._40 {
  width: 40%;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-txt {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.doc-section {
  padding-top: 8%;
  padding-bottom: 8%;
}

.grid-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  background-color: var(--color-10);
  flex-flow: column;
  align-items: flex-start;
  padding: 15px;
  line-height: 1.5em;
  display: flex;
}

.icon-div-round {
  background-image: linear-gradient(180deg, var(--color-8), var(--color-3));
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.h4-sp {
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
}

.conf-section {
  background-color: var(--color-3);
  justify-content: space-between;
  display: flex;
}

.h2-white {
  color: var(--color);
}

.form-block {
  background-color: var(--color);
  width: 48%;
  padding: 20px;
}

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

._49 {
  width: 49%;
}

._49:focus, ._49::placeholder {
  color: var(--color-3);
}

.select-field {
  color: var(--color-3);
  background-color: #f3f3f300;
  padding-right: 0;
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: var(--color-3);
}

.radio-holder {
  color: var(--color-4);
  align-items: center;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 300;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.recaptcha {
  margin-bottom: 20px;
}

.copyright {
  background-color: var(--color-3);
  color: var(--color);
  text-align: right;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5%;
  line-height: 1.3em;
  display: flex;
}

.image-8 {
  height: 40px;
}

.h2.max-sp {
  max-width: 50%;
}

.p-max-80 {
  max-width: 80%;
}

.div-block-4 {
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.logos {
  flex-flow: row;
  align-items: center;
  width: 200%;
  margin-top: 20px;
  display: flex;
  overflow: visible;
}

.marquee {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-9 {
  width: 32%;
}

.image-9._24 {
  width: 24%;
}

.doc-title-div {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1c1d508c;
  max-width: 80%;
  padding: 12px 20px;
  position: absolute;
  inset: auto auto 20px 0%;
}

.doc-name {
  color: var(--color);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.doc-title {
  color: var(--color-10);
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.2em;
}

.nav-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--color-4);
  text-align: center;
  padding: 10px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.navlink:hover {
  color: var(--color-8);
}

.div-block-5 {
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .button._2 {
    padding: 15px;
  }

  .brand {
    height: auto;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .mb {
    margin-left: 20px;
  }

  .mb.w--open {
    background-color: #67ae3d;
  }

  .image-7.left {
    height: 50px;
  }

  .nav-icon {
    margin-right: 10px;
  }

  .nav-btns {
    padding-right: 15px;
  }

  .nav-txt {
    display: flex;
  }

  .div-block {
    justify-content: space-between;
    height: auto;
    min-height: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-lg-line {
    font-size: 2em;
  }

  .parallax {
    background-attachment: scroll;
    min-height: 30vh;
  }

  .wrap.flex, .wrap.flex.top-marg-50 {
    flex-flow: column;
  }

  .wrap.flex.center-align.with-line {
    flex-flow: column;
    align-items: flex-start;
  }

  .txt-div._48, .txt-div._48.top, .txt-div._48.top._40 {
    width: 100%;
  }

  .txt-div._48.top.no-top-mobile, .txt-div._48.no-top-pad {
    padding-top: 0;
  }

  .txt-div._55 {
    width: 100%;
  }

  .txt-div._55.mob-top-marg {
    margin-top: 20px;
  }

  .txt-div._60 {
    width: 100%;
  }

  .service-card {
    padding: 15px;
  }

  .img-div._48 {
    width: 100%;
  }

  .img-div._40 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 450px;
    display: flex;
  }

  .img-div._40.doc {
    width: 50%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .conf-section {
    flex-flow: column;
  }

  .form-block {
    width: 100%;
  }

  .h2.max-sp {
    max-width: none;
  }

  .div-block-4 {
    width: 100%;
    padding-bottom: 20px;
  }

  .navlink.hide-mob {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    min-height: 420px;
    margin-top: 80px;
  }

  .button._2 {
    padding: 10px;
  }

  .button._2.white {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-7 {
    height: 65px;
  }

  .image-7.left {
    height: 45px;
  }

  .nav-btns {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block {
    min-height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content-div {
    width: 90%;
  }

  .hero-lg-line {
    margin-bottom: 20px;
    font-size: 1.8em;
  }

  .p-max-65 {
    max-width: none;
  }

  .img-div._40 {
    max-height: 350px;
  }

  .image-8 {
    height: 30px;
  }

  .h2 {
    font-size: 1.8em;
  }

  .text-block {
    max-width: 75%;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5em;
  }

  .hero {
    min-height: 500px;
    margin-top: 120px;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .button._2 {
    padding-right: 20px;
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
  }

  .image-7.left {
    height: 40px;
  }

  .nav-btns {
    padding-right: 0;
  }

  .div-block {
    flex-flow: column;
    min-height: 0;
  }

  .hero-lg-line {
    font-size: 1.2em;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .img-div._48.min-mob {
    min-height: 0;
  }

  .img-div._40.doc {
    width: 100%;
    max-height: 400px;
  }

  .img.doc {
    max-width: none;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .copyright {
    padding: 15px 3%;
    font-size: .8em;
  }

  .h2 {
    font-size: 1.5em;
  }

  .doc-title-div {
    padding: 10px;
    bottom: 0;
  }

  .doc-name {
    font-size: 1.2em;
  }

  .text-block {
    max-width: 40%;
  }
}


