:root {
  --darker-grey: #333;
  --gold: #ffc107;
  --blue: #2196f3;
  --dark-blue: #1565c0;
  --grey-mid: #a8a8a8;
  --dark-grey: #5d5d5d;
  --crimson: #d32f2f;
  --green: #4caf50;
  --grey: #dbdbdb;
  --light-grey: #f1f1f1;
  --purple: #673ab7;
  --pink: #d81b60;
  --cyan: #00bcd4;
  --black: black;
  --white: white;
  --slate-grey: #607d8b;
  --indigo: #3f51b5;
  --teal: #00bfa5;
  --lime: #cddc39;
  --orange: #f45a1e;
  --brown: #795548;
  --dc5245: #2d7b85;
  --light-sea-green: #4caba2;
}

body {
  color: var(--darker-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: auto;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: var(--gold);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #3333338f;
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: var(--dark-blue);
}

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

.button.white {
  color: var(--darker-grey);
  background-color: #fff;
}

.button.white:hover {
  background-color: #ffffffc4;
}

.button.black {
  background-color: var(--darker-grey);
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  float: left;
  width: 22%;
  margin-left: 2%;
}

.button.full-width {
  width: 100%;
  display: block;
}

.button.small {
  background-color: var(--blue);
  text-transform: uppercase;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: var(--dark-blue);
}

.button.tab {
  background-color: var(--grey-mid);
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: var(--blue);
}

.button.tab.w--current:hover {
  background-color: var(--dark-blue);
}

.button.with-field {
  float: left;
  width: 22%;
  margin-left: 2%;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: var(--blue);
}

.navigation-link.white {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.navigation-link.white.w--current {
  font-weight: 400;
}

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

.navigation-bar.dark {
  background-color: var(--dark-grey);
  background-image: linear-gradient(to bottom, var(--crimson), var(--crimson));
  color: #000;
  font-family: Exo, sans-serif;
  position: static;
  inset: 0 0 5px;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  background-color: var(--green);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.hero-slider {
  background-color: #0000;
  height: 455px;
}

.slide {
  background-color: var(--grey);
  padding-top: 82px;
  padding-left: 85px;
  padding-right: 85px;
}

.slide.two {
  background-color: var(--grey);
}

.header-section {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 104px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 11px;
}

.cta-section {
  background-color: var(--grey);
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: var(--darker-grey);
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  margin-top: 0;
  margin-right: 13px;
  display: inline-block;
}

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

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: url('../images/IMG_20161123_070331.jpg');
  background-position: 40% 54%;
  background-repeat: no-repeat;
  background-size: 2000px;
  padding: 117px 20px;
}

.hero-section {
  background-color: var(--gold);
  text-align: center;
  border-style: none;
  height: 600px;
  padding-top: 178px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 39px;
  padding-top: 1px;
  padding-bottom: 4px;
  font-weight: 500;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  border: 2px solid var(--blue);
  color: var(--blue);
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #ffffffb8;
  border-color: #ffffffa3;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

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

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  border-style: none;
  border-radius: 3px;
  min-height: 41px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px #00000017;
}

.form-field:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

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

.form-field.with-button {
  float: left;
  width: 75%;
  margin-bottom: 0;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #0000001f;
}

.round-image {
  border-radius: 100px;
  margin-bottom: 13px;
}

.social-button {
  background-color: var(--darker-grey);
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  background-color: var(--dark-blue);
  opacity: 1;
}

.social-button.border {
  background-color: #0000;
  border: 1px solid #0000005c;
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: var(--grey);
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: var(--light-grey);
  background-image: none;
  padding-top: 13px;
  padding-bottom: 17px;
}

.footer.centered-accented {
  background-color: var(--light-grey);
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  display: inline;
}

.link {
  color: var(--blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.sidemenu-link:hover {
  color: var(--darker-grey);
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: #000000bd;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

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

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  float: left;
  background-color: var(--grey);
  width: 20%;
  height: 100vh;
}

.nav-link {
  text-align: center;
  padding: 7px 0;
  display: block;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  float: left;
  width: 80%;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-top: 56px;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  float: left;
  width: 25%;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.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;
}

.success-wrapper {
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 31px;
}

.success-message {
  margin-bottom: 0;
}

.error-wrapper {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 5px;
}

.error-message {
  margin-bottom: 0;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: var(--grey);
}

.custom-container {
  background-color: #fff;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rich-text h1, .rich-text h3, .rich-text h5, .rich-text h4, .rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column, .center-content {
  text-align: center;
}

.waterfall-content-column {
  padding-top: 39px;
}

.waterfall-image-column {
  text-align: center;
}

.slide-2 {
  background-image: url('../images/IMG_20161123_070331.jpg');
  background-position: 54% 52%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/photo-1431329842981-433c8635c2b9-bw.jpg');
  background-position: 50% 53%;
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
}

.slider {
  height: 500px;
  margin-top: 0;
}

.container-2 {
  background-color: #f1f1f10d;
  height: 400px;
  margin-top: 65px;
  padding-top: 17px;
  padding-left: 21px;
}

.div-block {
  padding-right: 427px;
}

.paragraph {
  padding-right: 524px;
}

.heading {
  color: #000;
  padding-right: 106px;
}

.body {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#fff, #fff);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.purple-link-button {
  background-image: linear-gradient(to bottom, var(--purple), var(--purple));
  text-transform: none;
  border-style: none;
  border-radius: 100px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 11px 17px 8px 8px;
}

.div-block-2 {
  float: none;
  clear: none;
  display: block;
}

.image-2 {
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
}

.link-block-2 {
  background-image: url('../images/photo-1441486374104-36abe5ed9b69-bw.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 80px;
  background-attachment: fixed;
  border-radius: 100px;
  margin-top: 14px;
  margin-bottom: 43px;
}

.purpul-link-box {
  background-color: var(--purple);
  border-radius: 100px;
  margin-bottom: 9px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
}

.container-3 {
  margin-top: 26px;
}

.column {
  clear: left;
  display: block;
  top: 0;
  left: 0;
}

.heading-2 {
  flex: 0 auto;
}

.row {
  float: none;
  clear: none;
  padding: 13px 20px 25px 7px;
  display: block;
}

.heading-3 {
  margin-bottom: 5px;
}

.column-2 {
  display: block;
}

.container-4 {
  margin-top: -136px;
}

.rounded-box-image {
  border-radius: 20px;
  margin-top: 17px;
  display: inline;
}

.rounded-box-image.less-radius {
  border-radius: 50px;
}

.rounded-box-image.less-radius:hover {
  opacity: .36;
  filter: blur(11px);
}

.image-3 {
  float: none;
  clear: none;
  background-color: #0098ff80;
  width: 100%;
  height: 41%;
  margin-top: 41px;
  display: inline-block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  box-shadow: 1px 1px 41px 25px #000;
}

.section-2 {
  clear: left;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.container-5 {
  clear: left;
  flex: 1;
}

.container-6 {
  flex: 1;
  font-family: Droid Sans, sans-serif;
  display: block;
  overflow: auto;
}

.image-4 {
  clear: left;
  display: block;
}

.image-5 {
  width: auto;
}

.div-block-3 {
  float: left;
}

.column-3 {
  background-image: linear-gradient(to bottom, var(--crimson), #2d7b85);
}

.image-6 {
  margin: 57px 52px 77px 79px;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

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

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin: 56px 5px 55px;
  display: flex;
}

.image-7 {
  margin: 0 10px;
}

.image-8 {
  margin-top: 22px;
  margin-left: 12px;
}

.row-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.image-9 {
  float: left;
  border-radius: 0;
  margin: 0 23px 0 1px;
}

.div-block-7 {
  margin-top: 31px;
  margin-left: 95px;
  margin-right: 96px;
  display: inline-block;
}

.heading-4 {
  color: #018482;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.heading-5 {
  color: #dc4545;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-6 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.list-item {
  margin-bottom: -2px;
  margin-left: -19px;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.button-2 {
  background-image: linear-gradient(to bottom, var(--crimson), var(--crimson));
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.image-10 {
  margin-top: -16px;
  margin-bottom: 28px;
  margin-left: 22px;
}

.unordered-list {
  margin-left: -19px;
}

.list-item-2 {
  margin-bottom: -15px;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.unordered-list-2 {
  margin-left: -19px;
}

.image-11 {
  margin-top: 7px;
  margin-bottom: 1px;
  margin-left: 19px;
  padding-top: 0;
}

.list-item-3 {
  margin-top: 11px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.div-block-8 {
  margin-top: 31px;
  margin-left: 95px;
  margin-right: 95px;
}

.container-8 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.navbar {
  background-color: #4caba2;
  background-image: linear-gradient(#00bcd4, #00bcd4);
  position: relative;
}

.nav_logo_ccd {
  margin-top: 22px;
}

.nav-link-2 {
  color: #faf8f3;
  font-family: Lato, sans-serif;
}

.nav-link-2.w--current:active {
  color: var(--pink);
}

.nav-link-3 {
  color: #018482;
  font-family: Lato, sans-serif;
}

.nav-link-3.w--current {
  color: #e51c42;
}

.nav-link-4 {
  color: #268cca;
  font-family: Lato, sans-serif;
}

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

.div-block-9 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.bold-text {
  margin-top: -7px;
}

.heading-7 {
  color: var(--cyan);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.block-quote {
  color: #ef3f42;
  margin-left: 88px;
  margin-right: 100px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
}

.container-9 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 19px;
}

.image-14 {
  margin-top: 30px;
  margin-left: 19px;
}

.paragraph-3 {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
}

.navbar-2 {
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.heading-8 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.bold-text-2 {
  margin-bottom: 0;
}

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

.paragraph-5 {
  margin-top: 7px;
  padding-top: 0;
}

.list-item-4 {
  margin-top: 7px;
  margin-bottom: 2px;
  margin-left: -19px;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

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

.heading-1 {
  color: #4caba2;
  text-transform: uppercase;
  margin-top: 31px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.image-15 {
  margin-top: 18px;
  margin-left: 19px;
}

.list-item-5, .list-item-6 {
  list-style-type: none;
}

.list-item-7 {
  text-transform: none;
  margin-left: -19px;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.image-16 {
  margin-top: -15px;
  margin-left: 19px;
}

.list-item-8 {
  list-style-type: none;
}

.list-item-9 {
  text-transform: none;
  margin-top: 24px;
  margin-left: -19px;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.list-item-10 {
  list-style-type: none;
}

.image-17 {
  margin-top: -19px;
  margin-left: 19px;
}

.list-item-11 {
  margin-top: 21px;
  margin-left: 19px;
}

.image-18 {
  margin-top: -14px;
  margin-left: 19px;
}

.nav-link-5 {
  color: #268cca;
  font-family: Lato, sans-serif;
}

.nav-link-5.w--current {
  color: #000;
  font-family: Lato, sans-serif;
}

.image-19 {
  text-align: center;
}

.section-3 {
  background-color: #0000;
  background-image: url('../images/hero_headshot_ccd_V4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 62px;
}

.div-block-11 {
  color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  clear: left;
  margin-top: 97px;
  margin-bottom: 97px;
  padding: 25px 0 26px;
}

.image-20 {
  clear: none;
  text-align: center;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-12 {
  float: right;
  text-align: center;
  margin: 7px auto 16px;
  display: block;
}

.column-4 {
  display: inline-block;
  inset: 0;
}

.heading-9 {
  float: left;
  color: #fff;
  align-items: center;
  margin-top: auto;
  margin-bottom: 17px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
  display: block;
}

.column-5 {
  position: static;
  inset: 0;
}

.testimonials_section {
  background-color: #d2d86c;
}

.paragraph-6 {
  color: #000;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-13 {
  margin: 35px 95px;
}

.heading-10 {
  color: #000;
  margin-bottom: 1px;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.heading-11 {
  color: #000;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.paragraph-7 {
  color: #000;
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.image-21 {
  text-align: left;
}

.text-block {
  color: #268cca;
  font-family: Lato, sans-serif;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  color: #018482;
  font-family: Lato, sans-serif;
}

.paragraph-8 {
  color: #268cca;
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.container-10 {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.experience-box-33 {
  text-align: center;
  flex: 0 auto;
  width: 28%;
  margin-top: 11px;
  margin-bottom: 25px;
  padding-left: 18px;
  padding-right: 18px;
}

.biotech-sci-section {
  margin-top: 30px;
}

.div-block-15 {
  flex: 0 auto;
  width: 33.3%;
}

.image-22 {
  text-align: center;
}

.div-block-16, .div-block-17 {
  width: 33.3%;
}

.image-23 {
  text-align: right;
}

.media-section {
  margin-top: 30px;
}

.heading-12 {
  color: #018482;
  font-family: Lato, sans-serif;
}

.atribution {
  color: #268cca;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.heading-13 {
  color: #268cca;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.company {
  text-align: center;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-18 {
  margin: 35px 96px 36px 95px;
}

.section_head {
  color: #268cca;
  text-transform: uppercase;
  margin-top: 23px;
  margin-left: 0;
  margin-right: 225px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.heading-14 {
  text-transform: uppercase;
  margin-left: 1px;
  margin-right: 226px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.bold-text-3 {
  margin-left: 0;
  font-weight: 900;
}

.experience_section {
  margin-top: 9px;
  margin-bottom: 26px;
}

.div-block-19 {
  margin-left: 96px;
  margin-right: 96px;
}

.contact_seciton {
  background-color: #d2d86c;
  margin-top: 1px;
}

.button-3 {
  margin-top: 8px;
  margin-right: 25px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Lato, sans-serif;
}

.button-4 {
  padding-left: 15px;
  font-family: Lato, sans-serif;
}

.heading-13-upper-lowcase {
  color: #268cca;
  text-transform: none;
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-3-side {
  margin-top: 8px;
  margin-left: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Lato, sans-serif;
}

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

.container-11 {
  padding-right: 337px;
}

.paragraph-experience {
  color: #000;
  margin-bottom: 7px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.paragraph-experience-last-line {
  color: #000;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.paragraph-7-bottom-leading {
  color: #000;
  margin-bottom: 27px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.portfolio-box-33 {
  text-align: left;
  flex: 0 auto;
  width: 28%;
  margin-top: 11px;
  margin-bottom: 25px;
  padding-left: 18px;
  padding-right: 18px;
}

.portfolio_thumbnail {
  border: 1px solid var(--darker-grey);
  text-align: left;
  border-radius: 5px;
}

.portfolio_category {
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
}

.porttfolio_head {
  color: #268cca;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.portfolio_button {
  padding-top: 5px;
  padding-bottom: 4px;
}

.section-4 {
  margin-top: 120px;
}

.navbar-3 {
  background-image: linear-gradient(#fff, #fff);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container-12 {
  margin-top: 0;
}

.div-block-20 {
  float: none;
  width: auto;
  padding-right: 303px;
}

.section-5 {
  text-align: center;
  margin-top: 156px;
  padding-left: 10px;
  padding-right: 10px;
}

.video-2 {
  float: none;
  width: 700px;
  margin-bottom: 29px;
  top: 0;
  left: 0;
}

.video-3 {
  border: 1px solid var(--darker-grey);
  text-align: left;
  display: block;
  position: relative;
  overflow: visible;
}

.video-4 {
  border: 1px solid #000;
}

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

.div-block-21 {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.projectpage_category {
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
}

.portfoliopage_head {
  color: #268cca;
  margin-bottom: 17px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.portfoliopage_subhead {
  color: #268cca;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.portfoliopage_subhead-copy {
  color: #268cca;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-22 {
  padding-right: 290px;
}

.video-5 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  top: 0;
  left: 0;
}

.image-24 {
  width: 100%;
  height: 100%;
}

.html-embed {
  margin-bottom: 14px;
  padding-right: 0;
}

.div-block-23 {
  margin-left: 431px;
  margin-right: 320px;
}

.html-embed-2 {
  text-align: center;
}

.contact_seciton-targetpage {
  background-color: #d2d86c;
  margin-top: 60px;
}

.experience_section-targetrpage {
  margin-top: 60px;
  margin-bottom: 0;
}

.block-quote-2 {
  margin-top: 19px;
}

.video-6 {
  border: 1px solid #000;
  margin-top: 17px;
  margin-bottom: 11px;
}

.image-25 {
  margin-top: 8px;
  margin-bottom: 21px;
}

.portfoliopage_subhead-_two {
  color: #268cca;
  margin-top: 15px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.link_project_page {
  color: var(--dark-blue);
  text-decoration: underline;
}

.button_exterior_link {
  margin-bottom: 29px;
  margin-left: -2px;
}

.video-7 {
  margin-bottom: 26px;
}

.image_kendall_jackson {
  width: 100%;
  height: 100%;
  margin-bottom: 22px;
}

.div-block-24 {
  padding-right: 445px;
}

.div-block_shaded {
  background-image: linear-gradient(#a8a8a84d, #a8a8a84d);
  margin-bottom: 19px;
  padding: 15px 15px 14px;
}

.paragraph-7-bottom-leading-copy {
  color: #000;
  margin-bottom: 27px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.paragraph-7-top-bottom-leading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 27px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.portfoliopage_subhead-_randyfav {
  color: #268cca;
  margin-top: 25px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.portfoliopage_subhead-_black {
  color: #000;
  margin-top: 15px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-25 {
  padding-right: 672px;
}

.image_wellsfargo {
  border: 1px solid #000;
  margin-top: 8px;
  margin-bottom: 45px;
}

.div-block_shreve {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-26 {
  border: 1px solid #000;
}

.div-block_sfiff {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-27 {
  border: 1px solid #000;
}

.div-block_panerai_heroi {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-13 {
  margin-top: 60px;
}

.link_project_page-nolinkblack {
  color: #000;
  text-decoration: underline;
}

.unordered-list-3 {
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.list-item-12 {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.list-item-15 {
  font-size: 18px;
  font-weight: 300;
}

.image_juno, .image-24-karisma {
  width: 100%;
  height: 100%;
}

.image_aspirest {
  width: 100%;
  height: 100%;
  margin-bottom: 22px;
}

.image-24-dymtime {
  width: 100%;
  height: 100%;
  margin-bottom: 23px;
}

.container-14 {
  margin-bottom: 25px;
}

.image-28 {
  margin-bottom: 22px;
}

.image-29 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-30 {
  margin-top: 31px;
}

.image-31 {
  margin-top: 27px;
}

.image-32 {
  margin-top: 29px;
}

.image-33 {
  margin-bottom: 39px;
}

.image-34 {
  margin-top: 58px;
  margin-bottom: 40px;
}

.image-35 {
  margin-top: 25px;
  margin-bottom: 44px;
}

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

.image-37 {
  margin-top: 25px;
}

.image-38 {
  margin-top: 84px;
}

.image-39 {
  margin-top: 86px;
}

.image-40 {
  margin-top: 66px;
}

.image-41 {
  margin-top: 56px;
}

.image-42, .image-43 {
  margin-top: 54px;
}

.image-44 {
  margin-top: 70px;
}

.image-45 {
  margin-top: 68px;
}

.image-46 {
  margin-top: 61px;
}

.image-47 {
  margin-top: 78px;
}

.image-48 {
  margin-top: 41px;
  margin-bottom: 14px;
}

.image-49 {
  margin-top: 45px;
  margin-bottom: 16px;
}

.image-50 {
  margin-top: 25px;
}

.image-51 {
  margin-top: 33px;
}

.image-52 {
  margin-top: 43px;
}

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

.image-54 {
  margin-top: 16px;
}

.image-55 {
  margin-top: 17px;
}

.image-56 {
  margin-top: 16px;
  margin-bottom: 34px;
}

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

.image-58 {
  margin-top: 12px;
}

.image-59 {
  margin-top: 6px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: var(--blue);
  }

  .hamburger-button.w--open {
    background-color: var(--darker-grey);
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .social-button {
    background-color: var(--darker-grey);
    color: var(--darker-grey);
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
  }

  .nav-link {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--darker-grey);
    padding: 17px;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0;
  }

  .content-column {
    padding-top: 0;
  }

  .paragraph {
    font-size: 20px;
  }

  .red-social-button {
    background-image: linear-gradient(to bottom, var(--crimson), var(--crimson));
    border-radius: 20px;
    width: 6%;
    max-width: 30%;
    padding-right: 0;
    display: inline-block;
  }

  .image {
    color: var(--blue);
    background-image: linear-gradient(#0e30ee, #0e30ee);
    border-radius: 25px;
  }

  .blue-social-button {
    background-image: linear-gradient(to bottom, var(--purple), var(--purple));
    border-style: none;
    border-radius: 25px;
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block {
    background-image: url('../images/social-33.svg'), linear-gradient(to bottom, var(--blue), var(--blue));
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 30px, auto;
    border-radius: 100px;
  }

  .image-6 {
    margin: 48px 172px 42px;
  }

  .div-block-5 {
    text-align: center;
    margin-left: 27px;
    margin-right: 27px;
  }

  .image-7 {
    margin-top: 93px;
    margin-bottom: 105px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .image-9 {
    margin-left: 0;
  }

  .container-9 {
    padding-left: 23px;
  }

  .div-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns {
    clear: none;
  }

  .div-block-13 {
    margin-left: 27px;
    margin-right: 27px;
  }

  .container-10 {
    clear: none;
    flex-direction: row;
    place-content: space-around flex-start;
    align-items: flex-start;
  }

  .experience-box-33 {
    flex: 0 auto;
    width: 45%;
  }

  .div-block-18 {
    margin-left: 24px;
    margin-right: 21px;
  }

  .section_head, .heading-14 {
    margin-left: 0;
  }

  .div-block-19 {
    margin-left: 26px;
    margin-right: 27px;
  }

  .portfolio-box-33 {
    flex: 0 auto;
    width: 45%;
  }

  .div-block-20 {
    padding-right: 0;
    display: block;
  }

  .video-4 {
    top: 0;
    right: 0;
  }

  .block-quote-2 {
    padding-right: 198px;
  }

  .button_exterior_link {
    margin-left: 0;
  }

  .div-block-24 {
    padding-right: 361px;
  }

  .div-block-25 {
    padding-right: 463px;
  }

  .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

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

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .social-button {
    background-color: #000;
  }

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

  .grid-fours {
    width: 33.33%;
  }

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

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waterfall-content-column {
    text-align: center;
    padding-top: 0;
  }

  .waterfall-image-column {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .red-social-button {
    color: #1290f5;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#ee1919, #ee1919);
    background-position: 50% 54%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    border-radius: 20px;
    max-width: 50%;
    max-height: 100%;
  }

  .image-6 {
    margin: 29px 98px 32px;
  }

  .image-7 {
    margin-top: 11px;
    margin-bottom: 16px;
  }

  .div-block-7 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .heading-4 {
    margin-left: 17px;
  }

  .container-7 {
    padding-right: 1px;
  }

  .div-block-8 {
    margin-left: 17px;
    margin-right: 22px;
  }

  .nav_logo_ccd {
    margin-left: 23px;
  }

  .div-block-9 {
    text-align: center;
  }

  .image-13 {
    margin-left: 65px;
    display: block;
  }

  .section-3 {
    background-position: 46% 0;
    background-attachment: scroll;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-13 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .container-10 {
    clear: none;
    flex-wrap: wrap;
    place-content: center flex-start;
  }

  .section_head {
    margin-left: -1px;
  }

  .heading-14 {
    margin-right: 56px;
  }

  .block-quote-2 {
    padding-right: 95px;
  }

  .div-block-24 {
    padding-right: 245px;
  }

  .div-block-25 {
    padding-right: 299px;
  }
}

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

  .section {
    margin-top: 1px;
    margin-bottom: -13px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-left: 53px;
    padding-right: 53px;
  }

  .hero-section {
    margin-bottom: 99px;
    padding-bottom: 2px;
  }

  .footer-text {
    display: inline-block;
  }

  .grid-fours {
    width: 50%;
  }

  .container-4 {
    margin-top: -147px;
    margin-bottom: -42px;
    padding-bottom: 33px;
  }

  .image-6 {
    float: none;
    text-align: center;
    margin: 39px 24px 29px 19px;
  }

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

  .div-block-5 {
    margin: 38px 20px 29px 18px;
  }

  .image-9 {
    margin-bottom: 0;
    margin-left: 1px;
  }

  .heading-4 {
    line-height: 24px;
  }

  .list-item-3 {
    margin-top: 32px;
  }

  .image-13 {
    margin-left: 0;
  }

  .heading-7 {
    text-align: left;
  }

  .block-quote {
    margin-left: 10px;
    margin-right: 24px;
  }

  .section-3 {
    background-position: 39%;
  }

  .columns {
    margin-top: 336px;
    margin-bottom: 3px;
  }

  .heading-9 {
    margin-left: 5px;
    font-size: 26px;
    line-height: 29px;
  }

  .div-block-13 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .container-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .experience-box-33 {
    flex: 0 auto;
    width: 100%;
  }

  .section_head {
    margin-left: 0;
    margin-right: 18px;
  }

  .heading-14 {
    margin-left: 0;
    margin-right: 13px;
  }

  .div-block-19 {
    margin-left: 22px;
    margin-right: 26px;
  }

  .button-4 {
    margin-left: 9px;
  }

  .portfolio-box-33 {
    flex: 0 auto;
    width: 100%;
  }

  .portfoliopage_subhead-copy {
    line-height: 24px;
  }

  .block-quote-2 {
    padding-right: 16px;
  }

  .div-block-24 {
    padding-right: 21px;
  }

  .div-block-25 {
    padding-right: 93px;
  }
}

#w-node-_35d9c5ea-dca3-0aaa-a125-04c16406a4fe-0043c020, #w-node-_35d9c5ea-dca3-0aaa-a125-04c16406a508-0043c020, #w-node-_35d9c5ea-dca3-0aaa-a125-04c16406a50a-0043c020, #w-node-_4c545037-85c9-2090-7ee1-e0b395d80810-0043c020, #w-node-_10c4ce54-f98a-2501-ab08-6e797a9e1612-0043c020, #w-node-_720209c6-40bf-445f-5059-0f84df96e962-0043c020, #w-node-_19519d2c-a47c-5f5b-29e8-fcde2c317828-0043c020, #w-node-_1ce8cb99-e5d5-6078-268b-aada67ae63c2-0043c020, #w-node-b9c0542d-ca11-72fd-b062-47c6e6d0d722-0043c020, #w-node-b87e0315-6796-2cdd-0176-bd188ef5de01-0043c020, #w-node-_1cae0843-19d4-e7c6-896e-03f3407fa2c3-0043c020, #w-node-_6776ec40-7e53-7fd4-af59-c54fddddb106-0043c020, #w-node-_6776ec40-7e53-7fd4-af59-c54fddddb109-0043c020, #w-node-_6776ec40-7e53-7fd4-af59-c54fddddb10c-0043c020, #w-node-_83d073df-5e0f-0885-d16a-ba13a23f179e-0043c020, #w-node-_83d073df-5e0f-0885-d16a-ba13a23f17a1-0043c020, #w-node-_83d073df-5e0f-0885-d16a-ba13a23f17a4-0043c020, #w-node-_83d073df-5e0f-0885-d16a-ba13a23f17a7-0043c020, #w-node-_83d073df-5e0f-0885-d16a-ba13a23f17aa-0043c020, #w-node-_83d073df-5e0f-0885-d16a-ba13a23f17ad-0043c020, #w-node-_83d073df-5e0f-0885-d16a-ba13a23f17b0-0043c020, #w-node-f3b82359-284b-f727-fef2-fb9b5d023720-0043c020, #w-node-f3b82359-284b-f727-fef2-fb9b5d023723-0043c020, #w-node-_8b6c56f3-5428-deba-6cac-638742c09973-0043c020, #w-node-_8b6c56f3-5428-deba-6cac-638742c09976-0043c020, #w-node-_8ed63a7d-6c6f-b459-a6b8-4fc1bae23405-0043c020, #w-node-_8ed63a7d-6c6f-b459-a6b8-4fc1bae23408-0043c020, #w-node-_89446d35-b4ba-c4d8-2792-5b482c9d6465-0043c020, #w-node-_89446d35-b4ba-c4d8-2792-5b482c9d6468-0043c020, #w-node-_88e6c457-5e4c-603c-04ec-d8c8d148ec7c-0043c020, #w-node-_1f364ebb-92e3-3624-3e18-d9713e0216ae-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634b9-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634bf-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66156-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef6615a-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66163-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66166-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66160-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66169-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef6616c-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef6616f-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66172-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66175-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66178-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef6617b-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef6617e-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66181-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66184-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef66187-0043c020, #w-node-e494bccf-d690-4e4e-d6e7-cf045ef6618a-0043c020, #w-node-_7dcbcd53-64f1-f724-487c-d760ae42771a-0043c020, #w-node-_7dcbcd53-64f1-f724-487c-d760ae42771d-0043c020, #w-node-_9d16dfdc-1ec8-4067-389e-289dcd9e5a2d-0043c020, #w-node-_9d16dfdc-1ec8-4067-389e-289dcd9e5a30-0043c020, #w-node-_74fb6007-fa19-81f2-de6d-caf3c87bc513-0043c020, #w-node-_74fb6007-fa19-81f2-de6d-caf3c87bc516-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634b5-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634c2-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634c5-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634c8-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634cb-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634ce-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634d1-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634d4-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634d7-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634da-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634dd-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634e0-0043c020, #w-node-_14532ace-841b-fd8f-e6b6-edac386634e3-0043c020, #w-node-_4a1cd8cc-0e1d-b4db-23fb-bd0a1296b81a-0043c020, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d15e5-0043c02a, #w-node-_2322282d-33f5-a1bf-2e3b-60c0a0673745-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d15eb-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d15f1-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d15f7-0043c02a, #w-node-_9b135acf-92c9-3e19-368d-22f3c3a3b6df-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1603-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1606-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1615-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1618-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d161b-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1627-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d162a-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d162d-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1630-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1633-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1636-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1639-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d163c-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d163f-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1642-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1645-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1648-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d164b-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d164e-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1651-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1657-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d165d-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1669-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d166f-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1677-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d167b-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d167e-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1681-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1687-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d168a-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d168d-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1690-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1693-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1696-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d1699-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d169c-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d169f-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16a2-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16a5-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16a8-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16ab-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16ae-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16b1-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16b4-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16b7-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16ba-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16bd-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16c5-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16c6-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16c9-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16cc-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16cf-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16d2-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16d5-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16d8-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16db-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16de-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16e1-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16e4-0043c02a, #w-node-_7377a50a-5c1e-0223-ef26-41a93e6d16e7-0043c02a, #w-node-_4a1cd8cc-0e1d-b4db-23fb-bd0a1296b81a-0043c036, #w-node-_4a1cd8cc-0e1d-b4db-23fb-bd0a1296b81a-0043c03b {
  grid-area: 1 / 1 / 2 / 2;
}


