:root {
  --white-smoke: #ebebeb;
  --white: white;
  --peach-puff: #ffdcbd;
  --almost-black: #1e1e1e;
  --pale-goldenrod: #f7e8b0;
  --black: black;
}

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

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

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

body {
  background-color: var(--white-smoke);
  color: #1a1b1f;
  font-family: new-spirit, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 2.2vw;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: .65em;
  line-height: 1.7em;
}

.paragraph-small.credits {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  margin-top: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.8vw;
  line-height: 3.6vw;
}

.paragraph-tiny {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: input-mono-condensed, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: .03em;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  text-align: left;
  margin-bottom: 30px;
  margin-right: auto;
  font-weight: 300;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.paragraph-light.label {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
  padding-right: 40px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 4%;
  margin-bottom: 216px;
  display: flex;
  position: absolute;
  top: 4%;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  border-top: 16px solid var(--white);
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  padding-top: 16px;
  display: block;
}

.intro-wrap.bodyquote {
  float: right;
  width: 33%;
  margin-left: auto;
  display: inline-block;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  border-top: 16px solid var(--white);
  text-transform: none;
  align-self: stretch;
  width: 48%;
  margin-top: 3em;
  margin-bottom: .5em;
  margin-right: auto;
  padding-top: 6px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: none;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  color: var(--almost-black);
  padding-left: 0;
  font-family: input-mono-condensed, sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  list-style-type: none;
}

.reference-link:hover {
  opacity: 1;
  color: var(--white);
}

.reference-link:active {
  opacity: .9;
  color: var(--white);
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 "Area Area Area-2 Area-2"
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 60px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.beginning {
  font-family: new-spirit, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.dark-column {
  z-index: 100;
  border-left: 1px solid var(--white);
  color: var(--almost-black);
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dark-column.stationary {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 4%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.column {
  order: 1;
  padding: 3%;
}

.pimage {
  border-left: 2px none var(--almost-black);
  cursor: zoom-in;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  order: -1;
  width: 100%;
  overflow: hidden;
}

.pimage.center {
  float: none;
  border-left-style: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.pimage.vertical {
  object-fit: cover;
  flex: 0 auto;
  width: 50%;
  padding: 4px;
  overflow: hidden;
}

.pimage.wide {
  order: -1;
  width: 72.5%;
}

.caption {
  z-index: 150;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--almost-black) var(--almost-black) #969696;
  color: var(--almost-black);
  letter-spacing: -.5px;
  flex: 0 auto;
  order: -1;
  width: 75%;
  margin-right: auto;
  padding: 8px 16px 8px 12px;
  font-family: input-mono-condensed, sans-serif;
  font-size: .7em;
  font-weight: 100;
  line-height: 1.5em;
  display: block;
}

.caption.hide {
  display: none;
}

.caption.wide {
  float: right;
  order: 1;
  width: 22%;
  margin-left: 12px;
}

.image-caption-container {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.image-caption-container.double {
  flex-flow: wrap;
  align-self: center;
  align-items: center;
}

.image-caption-container.wide {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -5%;
}

.image-caption-container.xwide {
  width: 100%;
}

.link-block {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  color: var(--almost-black);
  margin: 0;
  padding-top: 30px;
  text-decoration: none;
}

.link-block:hover {
  color: #bb7999;
}

.project-links {
  flex-direction: column;
  margin-top: 60px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.columns {
  display: flex;
}

.heading {
  background-image: linear-gradient(118deg, var(--peach-puff), #89378b);
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 1.8vw;
  line-height: 1em;
}

.heading.logo-link {
  background-image: linear-gradient(118deg, var(--peach-puff), #89378b);
  display: inline-block;
}

.heading.logo-link.mobile {
  display: none;
}

.home {
  background-color: var(--white-smoke);
}

.paragraph {
  text-align: justify;
  column-count: 3;
  column-rule: 1px solid var(--white);
  column-gap: 4%;
  margin-top: 3em;
  margin-bottom: 3em;
}

.paragraph.narrow {
  column-count: auto;
  width: 48%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.paragraph.double {
  column-count: 2;
}

.arrow {
  color: var(--almost-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 150px;
  line-height: .5em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bold {
  font-weight: 500;
}

.rpt {
  background-color: var(--peach-puff);
}

.nine {
  background-color: var(--pale-goldenrod);
}

.aog, .sat {
  background-color: var(--white-smoke);
}

.bkjkt {
  background-color: #e6dcd2;
}

.introimage {
  width: 100%;
  display: inline-block;
}

.introimage.half {
  width: 70%;
  margin-top: -6%;
  margin-left: -6%;
}

.dropcap {
  float: left;
  margin-bottom: -5px;
  margin-right: 10px;
  font-size: 8.5em;
  line-height: .88em;
}

.team-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.1em;
}

.modal-wrapper {
  text-align: center;
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 0%;
  margin-right: 5%;
  padding: 5vw 5vw 15px;
  display: flex;
  overflow: visible;
}

.team-name {
  color: #74c1e9;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 1.17em;
  font-weight: 700;
  line-height: 1.2em;
}

.close-modal {
  z-index: 300;
  cursor: zoom-out;
  flex: none;
  order: 1;
  width: 5vw;
  max-width: none;
  height: 5vw;
  margin-bottom: 15px;
  margin-left: 10px;
  display: block;
  position: fixed;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.team-member-modal {
  min-width: 200px;
  margin-top: 35px;
  margin-left: 4.5%;
  margin-right: 4.5%;
  display: none;
}

.modal-bg {
  z-index: 200;
  background-color: var(--black);
  object-fit: contain;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.team-image {
  max-width: 100%;
}

.flow {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-container {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-head {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.newsies {
  background-color: #e7d1bf;
}

.tlm {
  background-color: #d6d5f1;
}

.moby {
  background-color: #e9deeb;
}

.tunnel {
  background-color: #c0b8b1;
}

.pbr {
  background-color: #bab4ca;
}

.fox {
  background-color: #d5ece8;
}

.miracle {
  background-color: #dce2e9;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
    line-height: 1.6em;
  }

  .intro-wrap {
    line-height: 1.8em;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
    line-height: 1.6em;
  }

  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link {
    color: var(--peach-puff);
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: none;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    color: var(--peach-puff);
  }

  .navigation {
    color: var(--peach-puff);
    margin-bottom: 50px;
    padding: 0 30px 0 0;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .intro-wrap {
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .dark-column {
    order: -1;
    padding-top: 4%;
    position: static;
  }

  .dark-column.stationary {
    order: -1;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .column {
    order: 1;
    padding-top: 0;
  }

  .pimage {
    border-left-style: none;
    order: -1;
    width: 100%;
  }

  .pimage.center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .caption {
    width: auto;
  }

  .image-caption-container {
    flex-direction: column;
    align-items: flex-end;
  }

  .image-caption-container.double {
    flex-direction: row;
    align-items: flex-start;
  }

  .columns {
    flex-direction: column;
  }

  .heading {
    color: var(--peach-puff);
    font-size: 4vw;
    line-height: 1em;
  }

  .heading.logo-link {
    display: none;
  }

  .heading.logo-link.mobile {
    display: inline-block;
  }

  .paragraph {
    column-rule-style: solid;
  }

  .team-member-modal {
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 26px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .dark-column {
    padding: 40px;
  }

  .column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pimage {
    align-self: stretch;
  }

  .pimage.center {
    padding-left: 0;
    padding-right: 0;
  }

  .pimage.vertical {
    align-self: auto;
  }

  .paragraph {
    column-count: 2;
  }

  .team-title {
    font-size: .9em;
    line-height: 1.1em;
  }

  .modal-wrapper {
    display: block;
  }

  .team-name {
    font-size: 1em;
    line-height: 1.3em;
  }

  .close-modal {
    float: right;
    width: 7vw;
    height: 7vw;
  }

  .team-member-modal {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-bg {
    align-items: flex-start;
  }

  .team-image {
    max-width: 100%;
  }

  .team-image.overlay {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-bottom: 50px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-small {
    font-size: .8em;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-light {
    margin-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    width: 90%;
    margin-left: 0%;
  }

  .position-name-text {
    width: 100%;
    font-size: 1.5em;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .beginning {
    font-size: 1.5em;
  }

  .dark-column {
    padding: 20px 20px 40px;
  }

  .dark-column.stationary {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .pimage.vertical, .pimage.wide {
    width: 100%;
  }

  .caption {
    width: auto;
  }

  .caption.wide {
    width: 100%;
    margin-left: 0;
  }

  .image-caption-container {
    width: 100%;
  }

  .image-caption-container.double {
    flex-wrap: wrap;
  }

  .image-caption-container.wide {
    flex-direction: column;
    width: 100%;
    margin-left: 0%;
  }

  .paragraph {
    column-count: 1;
    margin-top: 0;
  }

  .paragraph.narrow {
    width: 100%;
    margin-top: 0;
  }

  .introimage {
    margin-bottom: 3em;
  }

  .team-title {
    font-size: .8em;
    line-height: 1.2em;
  }

  .modal-wrapper {
    flex: 0 auto;
    margin-right: 0%;
    padding-top: 16vw;
  }

  .team-name {
    margin-top: 14px;
    margin-bottom: 6px;
    font-size: .9em;
    line-height: 1.1em;
  }

  .close-modal {
    top: 2%;
    right: 2%;
  }
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-75dbbab7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-75dbbab7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-75dbbab7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-75dbbab7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fc9-75dbbab7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd1-75dbbab7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-75dbbab7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-75dbbab7 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-b6dbbabc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-b6dbbabc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-b6dbbabc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-b6dbbabc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-b6dbbabc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-b6dbbabc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda1-b6dbbabc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-b6dbbabc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-b6dbbabc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffe12-b6dbbabc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-b6dbbabc, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-b6dbbabc:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-b6dbbabc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-b6dbbabc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-b6dbbabc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-b6dbbabc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-b6dbbabc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-b6dbbabc {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-b6dbbabc {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-43dbbabf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-43dbbabf {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-43dbbabf {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-43dbbabf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-43dbbabf {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-75dbbab7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-75dbbab7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-b6dbbabc, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-b6dbbabc, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-b6dbbabc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-b6dbbabc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-b6dbbabc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-b6dbbabc {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-b6dbbabc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-b6dbbabc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-b6dbbabc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-b6dbbabc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-b6dbbabc {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-43dbbabf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-43dbbabf {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-43dbbabf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-43dbbabf {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


