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

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

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
}

a {
  color: #222;
  text-decoration: none;
}

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

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

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

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px none #e2e2e2;
  font-size: 28px;
  line-height: 35px;
  font-style: italic;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.container {
  display: block;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container.menu-overlay-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: inline-block;
  height: 60px;
  padding: 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 13px;
  line-height: 41px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.button.navigation-button {
  margin-right: 40px;
  margin-left: 40px;
  background-color: #fff;
  color: #000;
}

.button.button-light {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

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

.button.cta-button {
  margin-top: 20px;
}

.text-small {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.text-small.text-white.text-muted {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-small.text-white.text-muted.footer-subtext {
  display: inline-block;
  margin-right: 20px;
}

.text-small.style-guide-label {
  margin-top: 10px;
}

.text-muted {
  color: rgba(34, 34, 34, 0.5);
}

.text-muted.project-meta-title {
  margin-bottom: 0px;
}

.navigation-bar-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.menu-toggle-line {
  width: 40px;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #222;
}

.menu-toggle-line.menu-toggle-cross-line {
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(0px, 10px);
  -ms-transform: rotate(45deg) translate(0px, 10px);
  transform: rotate(45deg) translate(0px, 10px);
}

.menu-toggle-line.menu-toggle-cross-line.menu-toggle-cross-line-reverse {
  -webkit-transform: rotate(-45deg) translate(0px, -10px);
  -ms-transform: rotate(-45deg) translate(0px, -10px);
  transform: rotate(-45deg) translate(0px, -10px);
}

.field-label {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.item-bordered {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

.item-bordered.form-input {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.item-bordered.form-input.form-input-last {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.item-bordered.item-first {
  padding-left: 0px;
}

.item-bordered.item-first.item-bordered-small {
  padding-left: 0px;
}

.item-bordered.item-last {
  padding-right: 0px;
  border-right-style: none;
}

.item-bordered.item-bordered-light {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-color: hsla(0, 0%, 100%, 0.1);
  border-right-color: hsla(0, 0%, 100%, 0.1);
}

.item-bordered.item-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.item-bordered.item-bordered-large {
  padding-top: 40px;
}

.item-bordered.item-bordered-large.team-member {
  left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-bordered.no-border-right {
  border-right-style: none;
}

.item-bordered.item-bordered-small {
  padding-right: 20px;
  padding-left: 20px;
}

.text-field {
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  font-size: 20px;
}

.text-field.textarea {
  min-height: 250px;
}

.text-large {
  margin-bottom: 20px;
  font-size: 96px;
  line-height: 80px;
}

.footer {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #000;
  color: #fff;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/watercolor2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-row.footer-details {
  margin-bottom: 160px;
}

.flex-row.menu-bottom {
  padding-bottom: 40px;
}

.text-white {
  color: #fff;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  padding-left: 0px;
}

.social-link {
  margin-right: 15px;
  margin-left: 15px;
}

.social-link.social-link-small {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.page-header-section {
  padding-bottom: 80px;
}

.section.project-intro-section {
  padding-bottom: 40px;
}

.section.background-dark {
  background-color: #161616;
  color: #fff;
}

.section.team-section {
  padding-top: 80px;
}

.section.contact-us-section {
  padding-bottom: 0px;
}

.intro-heading {
  display: block;
  max-width: 920px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 29px;
}

.menu-overlay {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  background-color: #161616;
  color: #fff;
}

.navigation-menu {
  margin-top: 80px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.text-h1 {
  font-size: 32px;
  line-height: 40px;
}

.text-h1.text-white.nav-menu-link {
  position: relative;
  display: inline-block;
  opacity: 0.75;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.text-h1.text-white.nav-menu-link:hover {
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.text-h1.text-white.nav-menu-link.w--current {
  opacity: 1;
}

.text-h1.cta-text {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.project-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-large-title-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project-large-image-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-large-title.text-large {
  margin-bottom: 10px;
}

.project-large-title.text-large.text-white {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 6px #000;
}

.project-image-element {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 720px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project-summary {
  display: block;
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.article {
  padding-bottom: 80px;
}

.article.project-article figure {
  margin-top: 120px;
  margin-bottom: 120px;
}

.article.project-article p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.article p {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.article h4 {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
}

.article ul {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.article ol {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.article blockquote {
  display: block;
  width: 620px;
  margin: 80px auto 20px;
  padding: 0px;
  clear: both;
}

.article h6 {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: rgba(34, 34, 34, 0.5);
  text-align: center;
}

.article h2 {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.article figure {
  margin-top: 80px;
  margin-bottom: 80px;
}

.article h3 {
  display: block;
  width: 620px;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-style: italic;
  font-weight: 400;
}

.article h5 {
  display: block;
  width: 620px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
}

.item-navigation {
  padding: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.item-navigation.item-navigation-second {
  padding-left: 80px;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
}

.empty-state {
  padding: 40px;
  background-color: rgba(34, 34, 34, 0.05);
  color: rgba(34, 34, 34, 0.5);
}

.about-me-image {
  max-width: 400px;
}

.about-me-paragraph {
  max-width: 400px;
}

.portfolio-heading {
  margin-bottom: 40px;
  text-align: center;
}

.separated-list {
  margin-bottom: 0px;
}

.separated-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.separated-list-item-text {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.about-us-image-section {
  margin-bottom: 80px;
}

.team-member-image {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.team-member-name {
  margin-bottom: 0px;
  line-height: 13px;
}

.social-link-image-small {
  max-height: 16px;
}

.member-bio {
  margin-top: 40px;
}

.team-members-collection {
  overflow: hidden;
}

.accolades-image-section {
  padding-top: 80px;
}

.horizontal-rule {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
}

.post-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-preview-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-preview-item.post-preview-item-left {
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-preview-item.post-preview-item-right {
  padding-left: 20px;
}

.post-preview-thumbnail {
  max-height: 415px;
}

.post-preview-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.author-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.avatar {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-h6 {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-h6.form-message-title {
  margin-bottom: 20px;
}

.text-h6.text-white.project-grid-subtitle {
  line-height: 40px;
}

.text-h6.project-title-fixed-text {
  margin-right: 6px;
  margin-left: 6px;
}

.hero-image {
  max-height: 960px;
}

.form-message {
  margin-top: 40px;
  padding: 160px;
}

.form-message.form-success {
  background-color: #dcfae9;
}

.form-message.form-error {
  padding: 40px;
}

.contact-us-image {
  margin-top: 80px;
}

.project-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-grid-image {
  max-height: 600px;
  margin-bottom: 0px;
}

.project-grid-title {
  margin-bottom: 0px;
}

.project-grid-title.text-h1 {
  font-size: 48px;
  line-height: 50px;
}

.project-grid-image-container {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  max-height: 600px;
  margin-bottom: 0px;
}

.project-grid-title-overlay {
  position: absolute;
  width: 500px;
  margin-top: 20px;
  padding-left: 20px;
}

.project-grid-title-container {
  margin-top: 11px;
  padding-left: 20px;
}

.progress-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 3px;
  background-color: #161616;
}

.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 60px;
}

.back-to-top-image {
  width: 35px;
}

.fade-page-in {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.project-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-title-fixed {
  position: fixed;
  left: 40px;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
}

.project-title-fixed-text {
  margin-right: 4px;
  margin-left: 4px;
}

.project-title-fixed-text.project-title-fixed-subtitle {
  margin-right: 6px;
  margin-left: 6px;
  font-style: italic;
}

.item-navigation-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.item-navigation-link:hover {
  opacity: 0.5;
}

.post-preview-image-link {
  overflow: hidden;
}

.blog-link-title {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-link-title:hover {
  opacity: 0.5;
}

.button-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.button-demo.background-dark {
  background-color: #161616;
}

.style-guide-container {
  display: block;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.style-guide-title {
  margin-bottom: 40px;
}

.style-guide-title.text-muted {
  margin-bottom: 20px;
}

.style-guide-category {
  margin-bottom: 60px;
}

.loading-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.image-license-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.image-license-image {
  max-height: 240px;
}

.image-license-text {
  margin-right: 40px;
}

.team-member-title {
  display: inline-block;
  margin-right: 20px;
}

.team-member-title.team-member-job-title {
  opacity: 0.5;
}

.grid {
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-2 {
  background-image: url('../images/watercolor2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-2 {
  padding-top: 65px;
}

.image {
  margin-bottom: 10px;
}

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

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

.paragraph {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .item-bordered {
    padding-right: 20px;
    padding-left: 20px;
  }

  .item-bordered.item-first.item-bordered-small.item-shrink {
    border-bottom: 1px none #000;
    border-right-style: none;
  }

  .item-bordered.item-bordered-small.item-last {
    padding-top: 10px;
    padding-left: 0px;
    border-top-style: none;
  }

  .text-large {
    font-size: 54px;
    line-height: 60px;
  }

  .flex-row.team-member-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-navigation {
    padding: 40px;
  }

  .form-message {
    padding: 120px;
  }

  .project-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-grid-item {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .project-title-fixed {
    display: none;
  }

  .image-license-image.image-license-text {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.menu-overlay-container {
    padding-bottom: 20px;
  }

  .navigation-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-bordered {
    padding-bottom: 20px;
    padding-left: 0px;
    border-right-style: none;
  }

  .item-bordered.form-input.item-last {
    padding-left: 0px;
  }

  .item-bordered.item-first.item-bordered-small.item-shrink {
    padding-bottom: 0px;
  }

  .item-bordered.item-bordered-large.team-member {
    padding-right: 0px;
  }

  .text-large {
    font-size: 32px;
    line-height: 40px;
  }

  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-row.footer-details {
    display: block;
  }

  .flex-row.menu-bottom {
    padding-bottom: 0px;
  }

  .navigation-menu {
    margin-top: 40px;
  }

  .article p {
    width: 100%;
  }

  .article h4 {
    width: 100%;
  }

  .article ul {
    width: 100%;
  }

  .article ol {
    width: 100%;
  }

  .article blockquote {
    width: 100%;
  }

  .article h6 {
    width: 100%;
  }

  .article h2 {
    width: 100%;
  }

  .item-navigation.item-navigation-second {
    border-left-style: none;
  }

  .separated-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .separated-list-item.separated-list-item-last {
    border-bottom-style: none;
  }

  .separated-list-item-text {
    padding-right: 0px;
  }

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

  .member-bio {
    margin-top: 20px;
  }

  .post-preview {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-preview-item.post-preview-item-right {
    padding-left: 0px;
  }

  .post-preview-thumbnail {
    max-height: none;
    margin-bottom: 20px;
  }

  .form-message {
    padding: 60px;
  }

  .form-message.form-error {
    padding: 30px;
  }

  .project-grid-title-overlay {
    width: 460px;
  }

  .image-license-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-license-text {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container.menu-overlay-container {
    overflow: scroll;
    height: 100vh;
  }

  .navigation-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button.navigation-button {
    display: none;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-brand {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-row.footer-details {
    margin-bottom: 80px;
  }

  .flex-row.menu-bottom {
    display: none;
  }

  .footer-logo.w--current {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-h1.text-white.nav-menu-link {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .project-large {
    margin-bottom: 40px;
  }

  .article blockquote {
    margin-top: 40px;
  }

  .article h6 {
    margin-bottom: 20px;
  }

  .article figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .item-navigation {
    padding: 20px 0px;
  }

  .about-me-image {
    max-width: 100%;
  }

  .about-us-image-section {
    margin-bottom: 0px;
  }

  .member-bio {
    margin-top: 10px;
  }

  .form-message {
    padding: 30px;
  }

  .form-message.form-error {
    padding: 20px;
  }

  .project-grid-title-overlay {
    width: 100%;
  }
}

#w-node-_9980360f-6d73-9955-0869-b01bcab0a387-97bc14f0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7d78de69-7b75-3609-4edc-584f51e512ec-97bc14f0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_44536208-9ad1-7b77-fd7c-da092dfefdcb-97bc14f0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6a3c92b6-cf67-cd45-7880-dfa73abc370f-97bc14f0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a8110d54-4545-f510-a324-66a387273d16-97bc14f0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d907050e-b231-a2ec-de7d-87e4170c991b-97bc14f0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

