body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Raleway, sans-serif;
  color: #404047;
  font-weight: 300;
}

.navigation-link:hover {
  color: #668cad;
}

.navigation-link.w--current {
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 300;
}

.navigation-link.w--current:hover {
  color: #668cad;
}

.navigation-link.w--current:active {
  color: #668cad;
  font-weight: 400;
}

.navigation-bar {
  position: relative;
  background-color: #fff;
}

.navigation-menu {
  margin-right: -200px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  width: 100px;
  height: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-image: url('../images/Collbrand.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand-link.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section.centered {
  padding-top: 100px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 32, 36, 0.36)), to(rgba(25, 32, 36, 0.36))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, 0.36), rgba(25, 32, 36, 0.36)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.all-caps {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.white {
  margin-bottom: auto;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.section-subheading.center {
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.off-white {
  padding-top: 0px;
  padding-bottom: 40px;
  color: #192024;
}

.section-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  border: 0px none transparent;
  background-color: #ecf0f1;
}

.footer.center {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid transparent;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 100%;
  background-color: #fff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  font-family: Lato, sans-serif;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.form {
  margin-top: 40px;
}

.container {
  position: static;
  padding-left: 0px;
}

.section-2 {
  position: relative;
  padding: 80px 10px;
  background-color: #383838;
}

.text-block {
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
}

.hero-section-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy.centered-copy {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-heading-copy {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 7px;
  text-transform: uppercase;
  white-space: normal;
}

.hero-subheading-copy {
  margin-bottom: 100px;
  font-family: Raleway, sans-serif;
  color: #f0f0f0;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-heading-2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-2 {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.fullwidth-image-2 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  opacity: 1;
}

.fullwidth-image-2:hover {
  opacity: 1;
}

.white-text-2 {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.section-3 {
  position: relative;
  padding: 80px 10px;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.section-3.accent {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.white-box-2 {
  padding: 15px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(25, 32, 36, 0.18);
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
  text-align: center;
}

.white-box-2.transparent {
  display: block;
  border-style: none;
  background-color: transparent;
}

.white-text-copy-copy {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.white-box-copy {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box-copy.transparent-copy {
  border-style: none;
  background-color: transparent;
}

.section-copy {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section-copy.accent-copy {
  padding-top: 0px;
  border: 1px solid transparent;
  background-color: #192024;
}

.fullwidth-image-copy {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
}

.column {
  border-right: 1px solid transparent;
}

.heading-4 {
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #192024;
  font-size: 18px;
  font-weight: 400;
}

.hollow-button-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-copy.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps {
  text-transform: uppercase;
}

.hollow-button-copy.all-caps {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy.all-caps-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy.all-caps-copy-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #2e9dff;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps-copy-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.column-2 {
  border-radius: 0px;
}

.hollow-button-copy-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-copy-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-copy-copy.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps {
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy.all-caps-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #2e9dff;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy.all-caps-copy-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps-copy-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 13px;
}

.heading-5 {
  font-family: Lato, sans-serif;
  color: #6a859c;
}

.footer-link-copy {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-copy:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link-copy.with-icon {
  margin-left: 30px;
}

.hero-heading-2-copy {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-2-copy {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-copy.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps {
  text-transform: uppercase;
}

.hollow-button-copy.all-caps {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy.all-caps-copy {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-copy-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-copy-copy.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps {
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy.all-caps-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy.all-caps-copy-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #2e9dff;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps-copy-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy.all-caps-copy-copy {
  border-color: #bec3c7;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy.all-caps-copy-copy:hover {
  border-color: #acd8ff;
  color: #668cad;
}

.hero-section-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section-copy.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-section-copy.centered-copy {
  padding-top: 250px;
  padding-bottom: 250px;
  border: 1px solid transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash.jpg');
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  text-align: center;
}

.team-title {
  margin-bottom: 7px;
}

.section-4 {
  padding-top: 69px;
  padding-bottom: 69px;
  text-align: center;
}

.section-4.grey {
  background-color: #f5f5f5;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.09);
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-row {
  margin-bottom: 20px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.project-title {
  margin-bottom: 4px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-6 {
  font-family: Lato, sans-serif;
  color: #192024;
  font-weight: 400;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border: 0px none transparent;
  background-color: #192024;
  text-align: center;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
  color: #fff;
}

.about-text {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.button-2 {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #fff;
}

.container-2 {
  position: relative;
}

.about-text-copy {
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.divider-copy {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider-copy.grey {
  margin-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.09);
}

.divider-copy.grey-copy {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 100px;
  background-color: #f0f0f0;
}

.about-text-copy-copy {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.divider-copy {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider-copy.grey {
  margin-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.09);
}

.divider-copy.grey-copy {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 0.2px;
  background-color: hsla(0, 0%, 100%, 0.02);
  line-height: 1px;
}

.about-section-copy {
  padding-top: 60px;
  padding-bottom: 60px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #192024;
  text-align: center;
}

.fullwidth-image-2-copy {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-radius: 3px;
  opacity: 1;
}

.fullwidth-image-2-copy:hover {
  opacity: 1;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #192024;
  opacity: 0.15;
}

.link-block-2:hover {
  opacity: 0;
}

.hero-section-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section-copy.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-section-copy.centered-copy {
  padding-top: 60px;
  padding-bottom: 100px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Traiding.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Traiding.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section-copy.centered-copy-copy {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-heading-2-copy {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-2-copy {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-copy.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps {
  text-transform: uppercase;
}

.hollow-button-copy.all-caps {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy.all-caps-copy {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy.all-caps-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.section-3-copy {
  position: relative;
  padding: 80px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.section-3-copy.accent {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-3-copy.accent-copy {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-heading-copy {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading-copy.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-copy.centered.white {
  color: #fff;
}

.section-heading-copy.centered.white {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.section-heading-copy.centered-copy {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-copy.centered-copy.white {
  color: #fff;
}

.section-heading-copy.centered-copy.white {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.section-heading-copy.centered-copy.white-copy {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.list {
  padding-right: 40px;
  list-style-type: disc;
}

.list-item {
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.list-item-2 {
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.list-item-3 {
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.grid-image-copy {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 0%;
  background-color: #fff;
  color: #fff;
}

.grid-image-copy {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 100%;
  background-color: #fff;
}

.grid-image-lion {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 0%;
  background-color: #fff;
}

.grid-image-copy-copy {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 0%;
  background-color: #fff;
  color: #fff;
}

.grid-image-civil {
  display: block;
  width: 60%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 0%;
  background-color: transparent;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #192024;
  text-align: justify;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.brand-link-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 0%;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.brand-link-copy.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-link-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 0%;
  background-image: url('../images/Asset-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.brand-link-copy-copy.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-link-copy-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 0%;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.brand-link-copy-copy-copy.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 0%;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.brand.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-heading-2-copy-copy {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-2-copy-copy {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-section-copy-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy-copy.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section-copy-copy.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-section-copy-copy.centered-copy {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section-copy-copy.centered-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.list-copy {
  list-style-type: disc;
}

.list-item-copy {
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.list-item-2-copy {
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.list-item-3-copy {
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.list-item-3-copy {
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.list-item-3-copy {
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.columns-2 {
  display: block;
  overflow: visible;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-2-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #192024;
  opacity: 0.15;
}

.link-block-2-copy:hover {
  opacity: 0;
}

.hero-heading-2-copy-copy-copy {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-2-copy-copy-copy {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title-group-copy {
  padding-bottom: 0px;
}

.section-3-copy-copy {
  position: relative;
  padding: 80px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.section-3-copy-copy.accent {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-3-copy-copy.accent-copy {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-3-copy-copy.accent-copy-copy {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-3-copy-copy.accent-copy-copy-copy {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.container-4 {
  display: block;
  -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;
}

.link-block-2-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #192024;
  opacity: 0.15;
}

.link-block-2-copy-copy:hover {
  opacity: 0;
}

.hero-section-copy-copy-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy-copy-copy.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section-copy-copy-copy.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-section-copy-copy-copy.centered-copy {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section-copy-copy-copy.centered-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/photo-1483653364400-eedcfb9f1f88.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/photo-1483653364400-eedcfb9f1f88.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section-copy-copy-copy.centered-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  border: 0px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Security.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Security.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-heading-2-copy-copy-copy-copy {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-2-copy-copy-copy-copy {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-section-copy-copy-copy-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy-copy-copy-copy.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section-copy-copy-copy-copy.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-section-copy-copy-copy-copy.centered-copy {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section-copy-copy-copy-copy.centered-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/photo-1483653364400-eedcfb9f1f88.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/photo-1483653364400-eedcfb9f1f88.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section-copy-copy-copy-copy.centered-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  border: 0px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/photo-1499699862610-16bb305407c0.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/photo-1499699862610-16bb305407c0.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section-copy-copy-copy-copy.centered-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  border: 0px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Waste-Mangment.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Waste-Mangment.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.section-3-copy-copy-copy {
  position: relative;
  padding: 80px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.section-3-copy-copy-copy.accent {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-3-copy-copy-copy.accent-copy {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-3-copy-copy-copy.accent-copy-copy {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-3-copy-copy-copy.accent-copy-copy-copy {
  padding-bottom: 0px;
  border-style: none;
  border-color: #000;
  background-color: #192024;
  color: #38556a;
}

.section-title-group-copy-copy {
  padding-bottom: 0px;
}

.list-item-3-copy-copy {
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.list-item-2-copy-copy {
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.bold-text {
  font-size: 20px;
}

.link-block-2-copy-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #192024;
  opacity: 0.15;
}

.link-block-2-copy-copy-copy:hover {
  opacity: 0;
}

.hero-heading-2-copy-copy {
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-2-copy-copy {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-section-copy-copy {
  padding-top: 60px;
  padding-bottom: 60px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #192024;
  text-align: center;
}

.container-2-copy {
  position: relative;
}

.hero-heading-2-copy-copy-copy {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-2-copy-copy-copy {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-text-copy {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.about-text-copy-copy {
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.about-text-copy-copy-copy {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.hero-section-copy-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy-copy.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section-copy-copy.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-section-copy-copy.centered-copy {
  padding-top: 100px;
  padding-bottom: 250px;
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/photo-1483653364400-eedcfb9f1f88.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/photo-1483653364400-eedcfb9f1f88.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  text-align: center;
}

.div-block {
  display: block;
}

.hero-section-copy-copy-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy-copy-copy.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section-copy-copy-copy.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-section-copy-copy-copy.centered-copy {
  padding-top: 100px;
  padding-bottom: 250px;
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-section-copy-copy-copy-copy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-copy-copy-copy-copy.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #6a859c;
  text-align: center;
}

.hero-section-copy-copy-copy-copy.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/roman-fox-GdHQz0WEkzA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-section-copy-copy-copy-copy.centered-copy {
  padding-top: 100px;
  padding-bottom: 250px;
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.section-5 {
  display: block;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}

.heading-7 {
  margin-top: 60px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #668cad;
  font-size: 30px;
  line-height: 20px;
  font-weight: 300;
}

.body {
  background-color: #fff;
}

.text-block-2 {
  padding-top: 30px;
  font-family: Raleway, sans-serif;
  line-height: 22px;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
  color: #668cad;
  line-height: 22px;
}

.list-2 {
  margin-top: 40px;
  list-style-type: disc;
}

.list-item-4 {
  padding-bottom: 20px;
}

.text-block-4 {
  margin-bottom: 0px;
  padding-top: 30px;
  font-family: Raleway, sans-serif;
  line-height: 22px;
}

.text-block-2-copy {
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  line-height: 22px;
}

.paragraph-12 {
  font-family: Lato, sans-serif;
}

.paragraph-13 {
  font-family: Lato, sans-serif;
}

.container-5 {
  display: block;
  -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;
}

.heading-10 {
  font-family: Lato, sans-serif;
  color: #6a859c;
}

.heading-11 {
  font-family: Lato, sans-serif;
  color: #6a859c;
}

.brand_major {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 0%;
  background-image: url('../images/Major_Integrated.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.brand_major.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 20px;
  background-image: url('../images/Layer-1.png');
  background-position: 0px 0px;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand_major.combotest {
  background-image: url('../images/Major_Integrated.jpg');
  background-position: 0% 50%;
  background-size: contain;
}

.grid-image-copy-copy-copy {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 0%;
  background-color: #fff;
  color: #fff;
}

.heading-4-copy {
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #192024;
  font-size: 18px;
  font-weight: 400;
}

.hollow-button-copy-copy-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-copy-copy-copy.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps {
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy-copy.all-caps-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy-copy.all-caps-copy-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #2e9dff;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps-copy-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy-copy.all-caps-copy-copy {
  border-color: #bec3c7;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps-copy-copy:hover {
  border-color: #acd8ff;
  color: #668cad;
}

.white-box-2-copy {
  padding: 15px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(25, 32, 36, 0.18);
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
  text-align: center;
}

.white-box-2-copy.transparent {
  display: block;
  border-style: none;
  background-color: transparent;
}

.grid-image-civil-copy {
  display: block;
  width: 60%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 0%;
  background-color: transparent;
}

.heading-4-copy {
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #192024;
  font-size: 18px;
  font-weight: 400;
}

.hollow-button-copy-copy-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-copy-copy-copy.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps {
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps {
  border-color: #fff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy-copy.all-caps-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #2e9dff;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy-copy.all-caps-copy-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps-copy-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.hollow-button-copy-copy-copy.all-caps-copy-copy-copy {
  border-color: transparent;
  border-radius: 0px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #192024;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button-copy-copy-copy.all-caps-copy-copy-copy:hover {
  border-color: #acd8ff;
  color: #acd8ff;
}

.brand-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.brand-2.w--current {
  width: 5vw;
  height: 5vw;
  background-image: url('../images/Layer-1.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  position: static;
  top: 0px;
  width: auto;
  max-width: none;
  min-width: auto;
  background-color: #fff;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-6 {
  width: auto;
  min-width: 80%;
  margin-right: 112px;
  margin-left: 112px;
}

.nav-link {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.section-5-copy {
  display: block;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 100px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}

.section-6 {
  display: block;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 100px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-link-2 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
}

.nav-link-3 {
  display: none;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
}

.nav-link-4 {
  display: none;
}

.nav-link-5 {
  display: none;
}

.nav-link-6 {
  display: none;
}

.text-block-5 {
  height: auto;
  margin-top: auto;
  font-family: Lato, sans-serif;
  color: #f0f0f0;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.section-7 {
  margin-bottom: auto;
  padding-top: 190px;
  padding-bottom: 60px;
  background-color: #192024;
}

.text-block-6 {
  padding-top: 40px;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.section-8 {
  padding-top: 10px;
  padding-bottom: 60px;
}

.contact-info-list {
  text-align: center;
}

.contact-info-list-item {
  margin-top: 9px;
  margin-bottom: 5px;
}

.contact-info-button {
  display: block;
}

.contact-info-icon {
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
  opacity: 0.7;
}

.contact-info-title {
  display: inline-block;
  color: #edeff2;
  text-align: center;
}

.button-3 {
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  text-align: center;
}

.button-3:hover {
  border-color: #2e9dff;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  -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;
  background-color: #192024;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #fff;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    background-clip: padding-box;
  }

  .hamburger-button.w--open {
    background-color: #38556a;
  }

  .navigation-menu {
    background-color: #38556a;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
    border-bottom-style: none;
  }

  .section-heading.centered {
    font-family: Lato, sans-serif;
  }

  .section-heading.centered.white {
    margin-bottom: 0px;
  }

  .section-subheading.center {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    font-size: 14px;
  }

  .footer {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer.center {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .hero-section-copy.centered-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading-copy {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .hero-subheading-copy {
    font-size: 20px;
    text-align: center;
  }

  .hero-heading-2 {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 30px;
    line-height: 50px;
  }

  .hero-subheading-2 {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 30px;
  }

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

  .hero-section-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy.centered-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .divider-copy.grey-copy {
    margin-top: 20px;
  }

  .hero-section-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy.centered-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy.centered-copy-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading-2-copy {
    font-size: 30px;
  }

  .hero-subheading-2-copy {
    font-size: 20px;
  }

  .grid-image-copy {
    width: 50%;
    padding: 15px;
  }

  .grid-image-copy {
    width: 50%;
    padding: 15px;
  }

  .grid-image-lion {
    width: 50%;
    padding: 15px;
  }

  .grid-image-copy-copy {
    width: 50%;
    padding: 15px;
  }

  .grid-image-civil {
    width: 50%;
    padding: 15px;
  }

  .hero-heading-2-copy-copy {
    font-size: 30px;
  }

  .hero-subheading-2-copy-copy {
    font-size: 20px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy.centered-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy.centered-copy-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .list-item-copy {
    padding-bottom: 0px;
  }

  .hero-heading-2-copy-copy-copy {
    font-size: 30px;
  }

  .hero-subheading-2-copy-copy-copy {
    font-size: 20px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy.centered-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy.centered-copy-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy.centered-copy-copy-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading-2-copy-copy-copy-copy {
    font-size: 30px;
  }

  .hero-subheading-2-copy-copy-copy-copy {
    font-size: 20px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy-copy-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

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

  .hero-section-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy.centered-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy.centered-copy {
    padding-top: 140px;
    padding-bottom: 144px;
    border-style: none;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-image-copy-copy-copy {
    width: 50%;
    padding: 15px;
  }

  .heading-4-copy {
    font-size: 15px;
    line-height: 28px;
  }

  .grid-image-civil-copy {
    width: 50%;
    padding: 15px;
  }

  .heading-4-copy {
    font-size: 15px;
    line-height: 28px;
  }

  .container-6 {
    margin-right: 20px;
    margin-left: 20px;
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
  }

  .section-5-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-3 {
    display: none;
    overflow: visible;
  }

  .text-block-5 {
    font-size: 30px;
  }

  .text-block-6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .section-title-group {
    display: block;
  }

  .form-field.text-area {
    display: block;
  }

  .footer.center {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .hero-section-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading-copy {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-subheading-copy {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
  }

  .hero-heading-2 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .hero-subheading-2 {
    font-size: 18px;
  }

  .white-box-2 {
    margin-bottom: 30px;
  }

  .white-box-copy {
    margin-bottom: 30px;
  }

  .columns {
    display: block;
  }

  .hero-heading-2-copy {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading-2-copy {
    font-size: 18px;
  }

  .hero-section-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .member {
    padding-bottom: 47px;
  }

  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .about-section-copy {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .hero-section-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy.centered-copy-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading-2-copy {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .hero-subheading-2-copy {
    font-size: 18px;
  }

  .grid-image-copy {
    width: 20%;
    padding: 20px;
  }

  .grid-image-copy {
    width: 20%;
    padding: 20px;
  }

  .grid-image-lion {
    width: 20%;
    padding: 20px;
  }

  .grid-image-copy-copy {
    width: 20%;
    padding: 20px;
  }

  .grid-image-civil {
    width: 20%;
    padding: 20px;
  }

  .hero-heading-2-copy-copy {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .hero-subheading-2-copy-copy {
    font-size: 18px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy.centered-copy-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading-2-copy-copy-copy {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .hero-subheading-2-copy-copy-copy {
    font-size: 18px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy.centered-copy-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy.centered-copy-copy-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading-2-copy-copy-copy-copy {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .hero-subheading-2-copy-copy-copy-copy {
    font-size: 18px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy-copy-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading-2-copy-copy {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading-2-copy-copy {
    font-size: 18px;
  }

  .about-section-copy-copy {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .hero-heading-2-copy-copy-copy {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading-2-copy-copy-copy {
    font-size: 18px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .grid-image-copy-copy-copy {
    width: 20%;
    padding: 20px;
  }

  .white-box-2-copy {
    margin-bottom: 30px;
  }

  .grid-image-civil-copy {
    width: 20%;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading.centered {
    font-size: 22px;
    font-weight: 400;
  }

  .section-heading.centered.white {
    font-size: 20px;
  }

  .section-subheading.center {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
  }

  .section-subheading.center.off-white {
    display: none;
  }

  .section-title-group {
    display: block;
    margin: auto;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer.center {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-image {
    width: 35%;
  }

  .footer-link {
    color: #192024;
  }

  .hero-section-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading-copy {
    font-size: 30px;
  }

  .hero-subheading-copy {
    font-size: 15px;
    font-weight: 500;
  }

  .hero-heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-subheading-2 {
    display: block;
    overflow: visible;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .section-3.accent {
    padding-top: 40px;
  }

  .heading-4 {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .columns {
    display: block;
  }

  .heading-5 {
    color: #192024;
  }

  .footer-link-copy {
    color: #192024;
  }

  .hero-heading-2-copy {
    line-height: 30px;
  }

  .hero-subheading-2-copy {
    font-size: 12px;
    line-height: 30px;
  }

  .hero-section-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.grey {
    display: none;
    overflow: visible;
  }

  .about-text {
    margin-top: auto;
  }

  .divider-copy.grey-copy {
    margin-top: 20px;
    margin-bottom: auto;
  }

  .link-block-2 {
    padding-top: 0px;
  }

  .hero-section-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/benjamin-child-GWe0dlVD9e0-unsplash.jpg');
    background-repeat: repeat, no-repeat;
  }

  .hero-section-copy.centered-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading-2-copy {
    line-height: 30px;
  }

  .hero-subheading-2-copy {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
  }

  .section-3-copy.accent-copy {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    border-width: 0px;
    border-color: transparent;
  }

  .section-heading-copy.centered.white {
    font-size: 20px;
  }

  .section-heading-copy.centered-copy.white {
    font-size: 20px;
  }

  .section-heading-copy.centered-copy.white-copy {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .list {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-image-copy {
    width: 35%;
  }

  .grid-image-copy {
    width: 35%;
  }

  .grid-image-lion {
    width: 35%;
  }

  .grid-image-copy-copy {
    width: 35%;
  }

  .grid-image-civil {
    width: 35%;
  }

  .hero-heading-2-copy-copy {
    line-height: 50px;
  }

  .hero-subheading-2-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 30px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy.centered-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .list-copy {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-item-copy {
    padding-top: 20px;
  }

  .list-item-2-copy {
    font-family: Raleway, sans-serif;
    font-weight: 400;
  }

  .container-3 {
    display: block;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .hero-heading-2-copy-copy-copy {
    line-height: 50px;
  }

  .hero-subheading-2-copy-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 30px;
  }

  .section-3-copy-copy.accent-copy-copy {
    padding-top: 20px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy.centered-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy.centered-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading-2-copy-copy-copy-copy {
    line-height: 50px;
  }

  .hero-subheading-2-copy-copy-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 30px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3-copy-copy-copy.accent-copy-copy-copy {
    padding-top: 20px;
  }

  .about-section-copy-copy {
    padding-bottom: 60px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
    border-style: none;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy-copy.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-copy-copy-copy-copy.centered-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-5 {
    padding-top: 0px;
  }

  .heading-7 {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 14px;
  }

  .list-item-4 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .text-block-4 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .paragraph-4 {
    color: #404047;
  }

  .paragraph-5 {
    color: #676770;
  }

  .heading-8 {
    color: #192024;
  }

  .paragraph-6 {
    color: #192024;
  }

  .paragraph-7 {
    color: #192024;
  }

  .heading-9 {
    color: #192024;
  }

  .column-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .bold-text-4 {
    font-weight: 400;
  }

  .bold-text-5 {
    font-weight: 400;
  }

  .bold-text-6 {
    font-weight: 400;
  }

  .bold-text-7 {
    font-weight: 400;
  }

  .bold-text-8 {
    font-weight: 400;
  }

  .bold-text-9 {
    font-weight: 400;
  }

  .paragraph-8 {
    color: #192024;
  }

  .paragraph-9 {
    color: #192024;
  }

  .paragraph-10 {
    color: #192024;
  }

  .paragraph-11 {
    color: #192024;
  }

  .columns-3 {
    margin-top: 10px;
  }

  .paragraph-12 {
    color: #192024;
  }

  .paragraph-13 {
    border: 1px none #192024;
    color: #192024;
  }

  .paragraph-14 {
    color: #192024;
  }

  .paragraph-15 {
    color: #192024;
  }

  .paragraph-16 {
    color: #192024;
  }

  .paragraph-17 {
    color: #192024;
  }

  .paragraph-18 {
    color: #192024;
  }

  .paragraph-19 {
    color: #192024;
  }

  .paragraph-20 {
    color: #192024;
  }

  .paragraph-21 {
    color: #192024;
  }

  .grid-image-copy-copy-copy {
    width: 35%;
  }

  .heading-4-copy {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .grid-image-civil-copy {
    width: 35%;
  }

  .heading-4-copy {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .navbar {
    position: relative;
  }

  .section-5-copy {
    padding-top: 0px;
  }

  .section-6 {
    padding-top: 0px;
  }

  .nav-link-2 {
    margin-top: auto;
  }

  .nav-link-3 {
    display: block;
    margin-top: auto;
  }

  .nav-link-4 {
    display: block;
    margin-top: auto;
    font-family: Raleway, sans-serif;
  }

  .nav-link-5 {
    display: block;
  }

  .nav-link-6 {
    display: block;
    font-family: Raleway, sans-serif;
  }

  .text-block-6 {
    font-size: 15px;
    line-height: 30px;
  }

  .contact-info-list {
    margin-bottom: 0px;
  }

  .contact-info-list-item {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .button-3 {
    padding: 10px;
  }
}

