:root {
  --color-2: #333;
  --color-3: #064156;
  --color: white;
  --color-4: #87af36;
  --color-9: whitesmoke;
  --color-5: #edc02d;
  --color-6: #16a5d9;
  --color-7: #cc5e5e;
  --color-8: #6e6e6e;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: psfournier-std-grand, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--color-2);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: psfournier-std-grand, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  color: var(--color-2);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: psfournier-std-grand, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  color: var(--color-2);
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: psfournier-std-grand, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.navbar {
  z-index: 5000;
  background-color: #064156;
  flex-flow: column;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 3px 2px 13px #00000017;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
  padding-right: 2%;
  display: flex;
}

.brand {
  width: 22%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 7px;
  margin-right: 10px;
  padding: 12px 15px;
  font-size: 13px;
  line-height: 1em;
}

.nav-link:hover {
  background-color: #87af36;
}

.nav-link._2 {
  background-color: #87af36;
  background-image: url('../images/icons8-phone-5.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 0;
  padding: 12px 15px 12px 35px;
}

.nav-link._2:hover {
  background-color: #064156;
}

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

.body {
  font-family: pelago, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
}

.hero-section {
  background-color: var(--color-3);
  background-image: url('../images/background.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 85vh;
  padding-top: 7%;
  display: flex;
}

.hero-wrapper {
  background-color: var(--color);
  justify-content: space-between;
  width: 80%;
  padding: 0 0% 0 0;
  display: flex;
  box-shadow: 6px 7px 9px #00000026;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 58%;
  padding: 4% 75px;
  display: flex;
}

.hero-text {
  color: var(--color-3);
  text-align: center;
  max-width: 90%;
  font-family: psfournier-std, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.logo-icon {
  max-width: 145px;
  margin-bottom: 3%;
}

.hero-image-div {
  width: 48%;
  height: auto;
  position: relative;
  top: 35px;
  right: -3%;
  box-shadow: 5px 5px 6px #0000001a;
}

.button-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.button {
  border: 2px solid var(--color-4);
  background-color: var(--color-4);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-right: 7px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1em;
}

.button:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
}

.button._2 {
  border: 2px solid var(--color-3);
  color: var(--color-3);
  background-color: #fff0;
  margin-right: 0;
}

.button._2:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
}

.button._3 {
  border-color: var(--color-4);
  background-color: var(--color-3);
}

.button._3:hover {
  border-color: var(--color-3);
}

.button._3.phone:hover {
  background-color: #87af3654;
}

.button.phone {
  margin-top: 12px;
}

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

.test-section {
  background-color: var(--color-9);
  padding-top: 4%;
  padding-bottom: 4%;
}

.test-wrapper {
  background-color: var(--color);
  border-radius: 7px;
  justify-content: space-between;
  width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  box-shadow: 6px 9px 6px #00000005;
}

.test-content-div {
  background-color: var(--color-3);
  background-image: linear-gradient(#064156fa, #064156fa), url('../images/PEC-Logo-Icon---white.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  padding: 50px 45px;
  display: flex;
  position: static;
  top: -10px;
  left: -13px;
}

.test-holder {
  border: 2px solid var(--color-3);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 65%;
  min-height: 400px;
  margin: 15px;
  padding: 35px;
  display: flex;
}

.h3-white {
  color: var(--color);
  line-height: 1.2em;
}

.sub-text {
  color: var(--color-5);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.circle-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 35px;
  display: flex;
}

.circle-with-arrow {
  background-color: var(--color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}

.arrow {
  width: 25px;
}

.cta-text {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: none;
  font-family: psfournier-std, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.what-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  min-height: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sub-header {
  background-color: var(--color-3);
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 15px;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.sub-header.yellow {
  background-color: var(--color-5);
  color: var(--color-3);
  margin-top: 10px;
  margin-bottom: 35px;
  display: block;
}

.icon-small {
  width: 55px;
  margin-bottom: 20px;
}

.center-para {
  text-align: center;
}

.what-section {
  background-color: var(--color-9);
  padding-top: 4%;
  padding-bottom: 8%;
}

.card-holder {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 75px;
  display: flex;
}

.card {
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 325px;
  max-width: none;
  margin-bottom: 50px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 25px 20px;
  display: flex;
  box-shadow: 3px 3px 5px #00000012;
}

.icon-circle {
  background-color: var(--color-3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding: 10px;
  display: flex;
  position: relative;
  top: -15px;
}

.h4-center {
  text-align: center;
}

.yellow-line {
  background-color: var(--color-5);
  border-radius: 5px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
}

.yellow-line.space {
  margin-top: -5px;
  margin-bottom: 15px;
}

.card-icon {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.card-icon.big {
  width: 85px;
  height: 85px;
}

.what-is-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.what-is-wrapper {
  background-color: var(--color);
  justify-content: space-between;
  width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.what-is-content-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 52%;
  min-height: auto;
  padding: 45px;
  display: flex;
}

.what-is-image {
  width: 45%;
  min-height: 250px;
  position: relative;
  bottom: -25px;
  right: -25px;
  box-shadow: 4px 4px 5px #0000001a;
}

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

.small-text {
  color: var(--color-3);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.small-text.dark {
  color: var(--color-3);
}

.iol-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  min-height: auto;
  margin-top: 135px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.iol-holder {
  justify-content: space-between;
  width: 110%;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.iol-card {
  border: 1px solid var(--color-9);
  width: 32.5%;
  padding: 25px;
}

.white-centered-text {
  color: var(--color);
  text-align: center;
}

.h4-yellow {
  color: #edc02d;
  margin-bottom: 19px;
}

.why-section {
  background-color: var(--color-3);
  padding-top: 4%;
  padding-bottom: 6%;
}

.why-wrapper {
  background-color: var(--color);
  justify-content: space-between;
  width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.why-content-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 52%;
  padding: 45px 35px;
  display: flex;
}

.why-video {
  z-index: 10;
  width: 48%;
  position: relative;
  bottom: -25px;
  right: -25px;
  box-shadow: 4px 4px 5px #0000001f;
}

.youtube {
  height: 100%;
}

.h3-centered, .centered-text {
  text-align: center;
}

.doc-section {
  background-color: var(--color-9);
  background-image: linear-gradient(#f5f5f5d9, #f5f5f5d9), url('../images/Field2.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 6%;
  padding-bottom: 6%;
}

.doc-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.doc-card {
  background-color: var(--color);
  flex-flow: column;
  width: 31%;
  min-width: 350px;
  margin: 12px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 5px #0000001a;
}

.doc-image {
  margin-bottom: 12px;
}

.doc-content-div {
  z-index: 12;
  background-color: #064156e6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  min-height: 20px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.testimonial-holder {
  justify-content: space-between;
  width: 65%;
  display: flex;
}

.testimonial-card {
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 32%;
  padding: 45px 20px 15px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 5px #00000017;
}

.image {
  width: 80px;
  position: absolute;
  inset: -10% auto auto 0%;
}

.name {
  color: var(--color-3);
  font-size: 14px;
  font-weight: 700;
}

.contact-section {
  background-color: var(--color-3);
  padding-top: 6%;
  padding-bottom: 6%;
}

.contact-wrapper {
  justify-content: space-between;
  width: 85%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-div {
  border: 2px solid var(--color);
  width: 35%;
  padding: 30px;
}

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

.form-block {
  margin-top: 25px;
  margin-bottom: 5px;
}

.text-field {
  border: 1px none var(--color-5);
  background-color: #ffffff80;
}

.field-label {
  color: var(--color);
  font-weight: 200;
}

.submit-button {
  border: 2px solid var(--color-5);
  background-color: var(--color-5);
  color: var(--color-3);
  margin-top: 10px;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.location-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-top: 0;
  display: flex;
}

.location {
  width: 32%;
  padding: 30px 30px 30px 0;
}

.location-holder {
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

.footer-text {
  color: var(--color);
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.65em;
}

.footer-link {
  color: var(--color);
}

.footer-link:hover {
  color: var(--color-6);
}

.heading {
  font-size: 3.25em;
  font-weight: 400;
}

.small-icon {
  width: 75px;
  margin-bottom: 5%;
}

@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: 17px;
    font-size: 2em;
    line-height: 1.1em;
  }

  h4 {
    font-size: 20px;
  }

  .brand {
    width: 35%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link._2 {
    background-position: 1%;
  }

  .nav-menu {
    background-color: var(--color-3);
  }

  .hero-section {
    height: 600px;
    padding-top: 4%;
  }

  .hero-wrapper {
    width: 90%;
  }

  .hero-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-text {
    font-size: 22px;
  }

  .logo-icon {
    max-width: 75px;
  }

  .hero-image-div {
    width: 45%;
    top: 22px;
    right: -2%;
  }

  .button-holder {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .button {
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .test-section {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .test-wrapper {
    width: 95%;
  }

  .test-content-div {
    width: 40%;
    padding: 25px;
  }

  .test-holder {
    width: 60%;
    margin: 10px;
    padding: 20px;
  }

  .sub-text {
    font-size: 18px;
    line-height: 1.3em;
  }

  .circle-holder {
    margin-top: 20px;
  }

  .circle-with-arrow {
    width: 25px;
    height: 25px;
  }

  .arrow {
    width: 20px;
  }

  .cta-text {
    font-size: 14px;
    line-height: 1.5em;
  }

  .what-wrapper {
    width: 90%;
  }

  .sub-header {
    margin-top: 30px;
  }

  .sub-header.yellow {
    margin-bottom: 25px;
  }

  .what-section {
    padding-top: 7%;
  }

  .card-holder {
    margin-top: 60px;
  }

  .card {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    padding: 7px;
  }

  .h4-center {
    margin-top: 0;
  }

  .card-icon.big {
    width: 60px;
    height: 60px;
  }

  .what-is-wrapper {
    width: 95%;
  }

  .what-is-content-div {
    width: 55%;
    padding: 20px;
  }

  .what-is-image {
    width: 45%;
    min-height: auto;
    bottom: -15px;
    right: -5px;
  }

  .iol-wrapper {
    width: 85%;
    margin-top: 75px;
  }

  .iol-holder {
    flex-flow: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .iol-card {
    width: 100%;
    margin: 5px;
    padding: 20px;
  }

  .why-wrapper {
    width: 95%;
  }

  .why-content-div {
    width: 55%;
    padding: 20px;
  }

  .why-video {
    width: 45%;
    bottom: -14px;
    right: -7px;
  }

  .doc-wrapper {
    width: 90%;
    min-height: auto;
  }

  .doc-card {
    width: 25%;
    min-width: 300px;
  }

  .doc-content-div {
    padding: 20px;
  }

  .testimonial-wrapper {
    flex-flow: column;
    width: 90%;
    min-height: auto;
    margin-top: 75px;
  }

  .testimonial-title {
    width: 100%;
    margin-bottom: 25px;
  }

  .testimonial-holder {
    width: 100%;
  }

  .testimonial-card {
    padding-top: 40px;
  }

  .image {
    width: 65px;
    top: -7%;
  }

  .contact-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
  }

  .contact-form-div {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
  }

  .location-div {
    width: 100%;
    margin-top: 20px;
  }

  .location {
    width: 33%;
    padding: 10px;
  }

  .location-holder {
    flex-flow: wrap;
    margin-top: 0;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 2.25em;
  }

  .small-icon {
    width: 40px;
    margin-bottom: 3%;
  }

  .menu-button {
    color: var(--color);
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--color-4);
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 15px;
    font-size: 1.65em;
  }

  .brand {
    width: 45%;
    padding-left: 0;
  }

  .hero-section {
    height: 450px;
  }

  .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    max-width: none;
    font-size: 15px;
  }

  .logo-icon {
    max-width: 55px;
    margin-bottom: 2%;
  }

  .button {
    letter-spacing: 0;
    padding: 10px 15px;
    font-size: 14px;
  }

  .test-wrapper {
    flex-flow: column;
  }

  .test-content-div {
    width: 100%;
  }

  .test-holder {
    width: auto;
    min-height: auto;
  }

  .sub-text {
    font-size: 16px;
  }

  .circle-holder {
    margin-top: 15px;
  }

  .arrow {
    transform: rotate(90deg);
  }

  .cta-text {
    font-size: 16px;
  }

  .sub-header {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .icon-small {
    margin-bottom: 15px;
  }

  .card-holder {
    margin-top: 50px;
  }

  .card {
    width: 230px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .icon-circle {
    width: 40px;
    height: 40px;
    top: -12px;
  }

  .h4-center {
    font-size: 17px;
    line-height: 20px;
  }

  .yellow-line {
    margin-top: 7px;
  }

  .card-icon.big {
    height: 50px;
  }

  .what-is-wrapper {
    flex-flow: column;
  }

  .what-is-content-div {
    width: 100%;
    padding-bottom: 7px;
  }

  .what-is-image {
    width: 95%;
    bottom: -15px;
    right: -10px;
  }

  .iol-wrapper {
    width: 90%;
    margin-top: 50px;
  }

  .iol-holder {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .why-section {
    padding-bottom: 8%;
  }

  .why-wrapper {
    flex-flow: column;
  }

  .why-content-div {
    width: 100%;
    padding-bottom: 12px;
  }

  .why-video {
    width: 95%;
    bottom: -15px;
    right: -11px;
  }

  .doc-card {
    width: 90%;
    min-width: 275px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .doc-content-div {
    padding: 25px;
  }

  .testimonial-title {
    margin-bottom: 30px;
  }

  .testimonial-holder {
    flex-flow: wrap;
  }

  .testimonial-card {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .image {
    width: 50px;
    top: -10%;
  }

  .contact-form-div {
    padding: 20px;
  }

  .location {
    width: 45%;
  }

  .location-holder {
    justify-content: flex-start;
  }

  .heading {
    font-size: 1.75em;
  }

  .small-icon {
    width: 50px;
  }
}

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

  .brand {
    width: 65%;
  }

  .hero-section {
    height: 575px;
    padding-top: 7%;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-content {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 2%;
  }

  .logo-icon {
    margin-bottom: 4%;
  }

  .hero-image-div {
    width: 95%;
    display: block;
    top: 15px;
    right: -2%;
  }

  .test-content-div {
    padding: 20px;
  }

  .cta-text {
    font-size: 15px;
  }

  .sub-header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.4em;
  }

  .icon-small {
    width: 45px;
  }

  .card-holder {
    margin-top: 35px;
  }

  .card {
    width: 130px;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .h4-center {
    font-size: 16px;
    line-height: 18px;
  }

  .what-is-content-div {
    padding-bottom: 0;
  }

  .small-text {
    font-size: 15px;
  }

  .iol-card {
    padding: 15px;
  }

  .why-section {
    padding-bottom: 10%;
  }

  .doc-container {
    margin-bottom: 5px;
  }

  .doc-card {
    min-width: 300px;
  }

  .doc-content-div {
    padding: 15px;
  }

  .testimonial-wrapper {
    margin-top: 40px;
  }

  .location {
    width: 100%;
  }

  .footer-div {
    margin-top: 35px;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 1.5em;
  }
}


