:root {
  --text-color-dark: #222;
  --text-color-light: #aaa;
  --brand-color-1: #3898ec;
  --brand-color-2: #c860db;
  --brand-color-3: #63ecc0;
  --brand-color-4: #ffb08b;
  --light-grey-1: #f3f3f5;
  --transparent: #ccc0;
  --dark-grey-1: #636363;
  --dark-grey-2: #333;
  --white-trans: #ffffffed;
  --light-arca-blue: #1f36684a;
  --none: #0000;
  --med-arca-blue: #4e6088;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 1.6em;
  font-size: 15px;
  line-height: 1.6em;
}

a {
  color: var(--text-color-dark);
  font-size: 15px;
  line-height: 1.6em;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  color: var(--text-color-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  background-color: var(--brand-color-1);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 4px;
  height: 44px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

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

.project-hero-container {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-details-container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-services {
  padding-left: 0;
}

.project-services ul {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.project-hero-logo {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.navbar {
  background-color: #f5f5f5;
  justify-content: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
}

.container-2 {
  justify-content: center;
  width: 80%;
  max-width: 1000px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.back-button {
  float: left;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  color: var(--text-color-dark);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-font-color-dark {
  background-color: var(--text-color-dark);
}

.color-block.cc-font-color-light {
  background-color: var(--text-color-light);
}

.color-block.cc-brand-color-1 {
  background-color: var(--brand-color-1);
}

.color-block.cc-brand-color-2 {
  background-color: var(--brand-color-2);
}

.color-block.cc-brand-color-3 {
  background-color: var(--brand-color-3);
}

.color-block.cc-brand-color-4 {
  background-color: var(--brand-color-4);
}

.color-block.cc-light-grey-1 {
  background-color: var(--light-grey-1);
}

.color-block.cc-light-grey-2 {
  background-color: var(--transparent);
}

.color-block.cc-dark-grey-1 {
  background-color: var(--dark-grey-1);
}

.color-block.cc-dark-grey-2 {
  background-color: var(--dark-grey-2);
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.style-guide-wrap {
  background-color: var(--light-grey-1);
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-logo-box {
  border: 1px solid var(--text-color-light);
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-divider {
  background-color: var(--light-grey-1);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.input {
  border: 1px solid var(--transparent);
  background-color: #fff;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: var(--dark-grey-1);
}

.input:focus {
  border-color: var(--brand-color-1);
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.card-title {
  margin-top: 0;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-container {
  background-color: var(--light-grey-1);
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tab-link {
  color: var(--text-color-light);
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: var(--text-color-dark);
}

.tab-link.w--current {
  box-shadow: inset 0 -1px 0 0 var(--dark-grey-2);
  color: var(--text-color-dark);
  background-color: #0000;
}

.tab-menu {
  box-shadow: inset 0 -1px 0 0 var(--transparent);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.tabs {
  box-shadow: inset 0 0 0 1px var(--transparent);
  border-radius: 4px;
}

.heading, .heading-2 {
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-areas: "Area";
  grid-auto-flow: column;
}

.cc-linkblock {
  background-color: #fff;
  background-image: url('../images/arrow.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.cc-linkblock.l1 {
  background-color: var(--white-trans);
}

.cc-icon {
  width: 32px;
  margin-right: 14px;
}

.cc-div {
  background-color: var(--light-arca-blue);
  border: 0 #1f366836;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  position: absolute;
  box-shadow: 0 -3px 13px -2px #0003;
}

.cc-linktext {
  text-decoration: none;
}

.container-4 {
  text-align: center;
  min-height: 100vh;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.cc-h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}

.cc-bg-blob1 {
  opacity: .62;
  filter: blur(60px);
  background-color: #1f36684a;
  border-radius: 250px;
  width: 40vh;
  height: 40vh;
  position: absolute;
}

.div-block {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: block;
  position: static;
}

.cc-h2 {
  color: #203668;
  text-align: left;
  border-bottom: 1px #1f3668;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-2 {
  aspect-ratio: auto;
  border: 1px solid var(--none);
  background-color: var(--none);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 0;
  position: relative;
  overflow: clip;
}

.body-2 {
  -webkit-text-fill-color: inherit;
  background-color: #c6c0cf7a;
  background-image: none;
  background-clip: border-box;
  flex-flow: column;
  min-height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.cch3 {
  color: #bf2033;
  text-align: left;
  margin-top: 16px;
  font-size: 14px;
}

.image {
  filter: drop-shadow(2px 2px 16px #2036683b);
}

.image-2 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-3 {
  float: none;
  object-fit: cover;
  width: 1370px;
  position: absolute;
}

.text-block {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.cc-text {
  text-align: left;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.cc-herodiv {
  width: 1475px;
  height: 85px;
  margin-top: 0;
  position: absolute;
}

.cc-header {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.cc-addressblock {
  background-color: var(--white-trans);
  border-radius: 8px;
  margin-top: 14px;
  margin-bottom: 12px;
  padding: 12px 14px;
}

.div-block-4 {
  object-fit: cover;
  background-color: #4e6088;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
}

.body-blue {
  background-color: var(--med-arca-blue);
  background-image: url('../images/bodybg.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  overflow: visible;
}

.div-block-5 {
  margin-top: 30px;
}

.cc-footerlink {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.item-container {
  position: absolute;
  top: 16px;
  left: 16px;
}

.hidden-share-data {
  display: none;
}

.cc-div-transparent {
  background-color: var(--transparent);
  border: 0 #1f366836;
  width: 100%;
  height: 100%;
  margin-top: -6px;
  padding: 0 15px 5px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .cc-h2 {
    border-bottom: 1px solid #1f3668;
  }

  .cch3 {
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .cc-linkblock {
    background-position: 93%;
  }

  .cc-h2 {
    outline-offset: 0px;
    border-bottom-style: none;
    outline: 3px #203668;
  }
}


