h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 34px;
  line-height: 43px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #005bcf;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #5c789b;
  font-size: 16px;
  line-height: 29px;
}

a {
  color: #35af82;
  text-decoration: underline;
}

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

ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
}

li {
  margin-bottom: 8px;
  color: #666;
}

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

blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-left: 5px solid #005bcf;
  font-family: Merriweather, serif;
  color: #005bcf;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-bottom: 30px;
  font-family: Inconsolata, monospace;
  text-align: center;
}

.navbar {
  background-color: #202221;
}

.nav-link {
  height: 110px;
  padding-top: 47px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  padding-right: 15px;
  padding-left: 0px;
  -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-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.brand.w--current {
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 680px;
  min-height: auto;
  padding-top: 16%;
  padding-bottom: 16%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/crowd-sepia.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  max-width: 1120px;
  margin: 0px auto;
  padding-right: 20px;
  padding-left: 21px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  color: #64675b;
}

.hero-text-box {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.subtitle {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 31px;
}

.subtitle.medium {
  font-family: Inconsolata, monospace;
  color: #fffdfd;
  font-size: 21px;
  line-height: 34px;
}

.subtitle.top-border {
  margin-top: 15px;
}

.subtitle.less-bottom-border {
  margin-bottom: 5px;
}

.scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background-image: url('../images/Scroll-down.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.scroll-down:hover {
  background-image: url('../images/Scroll-down.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.cta {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/crossing-the-bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section.blue {
  background-color: #f2f7fd;
}

.content-section.blue.hidden {
  display: block;
}

.content-section.no-top-padding {
  padding-top: 0px;
}

.content-section.less-bottom-padding {
  padding-bottom: 0px;
}

.content-section.cta-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/fernUnfurling.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.bottom-border {
  margin-bottom: 90px;
}

.flex-wrapper.top-border {
  margin-top: 70px;
}

.flex-wrapper.menu-dash {
  width: 27px;
  height: 27px;
  background-color: transparent;
}

.flex-wrapper.less-top-border {
  margin-top: 40px;
}

.title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.title.top-border {
  margin-top: 15px;
}

.icon {
  display: inline-block;
  margin-bottom: 20px;
}

.icon.iconservices {
  display: inline-block;
  margin-left: 17px;
  text-align: center;
}

.small {
  font-size: 14px;
  line-height: 25px;
}

._29-percent-column {
  width: 29%;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.5%;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #7fade7;
}

.header-box {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.header-box.cta {
  margin-top: 150px;
  margin-bottom: 135px;
}

.header-box.medium {
  width: 75%;
}

.lines {
  display: block;
  width: 91px;
  margin-right: auto;
  margin-left: auto;
}

.lines.bottom-border {
  margin-bottom: 20px;
}

.line-1 {
  width: 80px;
  height: 1px;
  margin-bottom: 4px;
  background-color: #005bcf;
}

.line-2 {
  width: 80px;
  height: 1px;
  margin-left: 10px;
  background-color: #005bcf;
}

.empty-state {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #f7f7f7;
  font-family: Montserrat, sans-serif;
  color: #8b9ab0;
}

.empty-state.bottom-border {
  margin-bottom: 70px;
}

._49-percent-column {
  width: 49%;
}

._49-percent-column.bottom-border {
  margin-bottom: 70px;
}

.project-preview-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 380px;
  margin-bottom: 15px;
  -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;
  border: 1px solid #000;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.project-preview-image.full-heigth {
  height: auto;
  margin-bottom: 0px;
}

.project-preview-image.small {
  height: 170px;
  margin-bottom: 10px;
}

.project-summary {
  width: 60%;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.project-summary.full-width {
  width: 100%;
}

.title-link {
  display: block;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.title-link.white {
  color: #fff;
  font-weight: 700;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -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;
  background-color: hsla(0, 0%, 100%, .95);
}

.text-link-on-hover {
  position: relative;
  z-index: 1;
  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;
  font-family: Inconsolata, monospace;
  color: #005bcf;
  font-size: 15px;
  text-decoration: none;
}

.text-link-on-hover:hover {
  text-decoration: underline;
}

.medium-link {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #005bcf;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
}

.medium-link-text {
  font-weight: 700;
  text-decoration: none;
}

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

.center-content.top-border {
  margin-top: 40px;
}

.cta {
  margin-bottom: 20px;
  color: #000;
  font-size: 33px;
}

.turned-around-text {
  position: absolute;
  left: 0px;
  bottom: 75px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Inconsolata, monospace;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.post-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 400px;
  margin-right: 1.33%;
  margin-bottom: 27px;
  -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;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-preview.no-borders {
  margin-right: 0%;
  margin-bottom: 0%;
}

.gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, transparent 48%, #005bcf);
  background-image: linear-gradient(180deg, transparent 48%, #005bcf);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.post-preview-text {
  position: relative;
  z-index: 1;
  padding: 15px 15px 15px 10px;
  text-align: left;
}

.post-preview-text.short {
  width: 70%;
}

.post-preview-text.left-padding {
  padding-left: 15px;
}

.mini-title-link {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #8b9ab0;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-link:hover {
  text-decoration: underline;
}

.mini-title-link.inline {
  display: inline-block;
  color: #005bcf;
}

.mini-title-link.blue {
  color: #005bcf;
}

.mini-title-link.blue.on-works {
  display: inline-block;
}

._32-percent-column {
  width: 32%;
  text-align: left;
}

._32-percent-column.center {
  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-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: left;
}

._32-percent-column.left-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 90px;
}

.mini-title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-title.gray {
  color: #8b9ab0;
}

.mini-title.on-post-preview {
  display: inline;
}

.mini-title.inline {
  display: inline-block;
}

._50-percent-column {
  width: 50%;
}

._50-percent-column.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.testimonial-text-box {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slide-arrow {
  color: #f7f7f7;
}

.testimonial-text {
  background-image: url('../images/Quote.png');
  background-position: 0px 0px;
  background-size: 38px;
  background-repeat: no-repeat;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 41px;
}

.testimonial-top-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 45%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #d7e7fa;
}

.testimonial-bottom-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 45%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d7e7fa;
}

.testimonial-box {
  display: block;
  width: 47%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-picture {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 4px solid #d7e7fa;
  border-radius: 50%;
}

.testimonial-picture._1 {
  background-image: url('../images/Kate-Blue-on-couch--cropped.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-picture._2 {
  background-image: url('../images/Ianwchicken.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.slide-nav {
  position: relative;
}

.slide-nav.hide {
  display: none;
}

.testimonial-persons-name {
  font-family: Inconsolata, monospace;
  color: #005bcf;
  font-size: 15px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.footer {
  padding-top: 90px;
  background-color: #f2f7fd;
  text-decoration: none;
}

.footer-box-1 {
  width: 32%;
  padding-right: 20px;
}

.logo-blue {
  margin-bottom: 20px;
}

.footer-text {
  font-family: Inconsolata, monospace;
  font-size: 15px;
  line-height: 20px;
}

.footer-box-2 {
  width: 22%;
  padding-left: 20px;
}

.footer-link {
  display: block;
  font-family: Inconsolata, monospace;
  color: #005bcf;
  font-size: 15px;
  line-height: 36px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-box-3 {
  display: none;
  width: 22%;
  padding-left: 20px;
}

.footer-box-4 {
  width: 24%;
}

.notice-box {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #d7e7fa;
}

.footer-notice-text {
  font-family: Inconsolata, monospace;
  color: #005bcf;
  font-size: 12.5px;
}

._34-percent-column {
  width: 34%;
  padding-right: 20px;
  text-align: right;
}

._34-percent-column.faq {
  padding: 25px;
  background-color: #f2f7fd;
  text-align: left;
}

._66-percent-column {
  width: 66%;
  padding: 10px 20px;
}

._66-percent-column.faq {
  padding-left: 40px;
}

.team-member {
  width: 32%;
}

.team-member-picture {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: 400px;
  margin-bottom: 15px;
  padding-right: 0px;
  float: none;
  clear: none;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.team-member-details {
  padding-right: 5px;
  padding-left: 5px;
}

.team-member-link {
  font-family: Inconsolata, monospace;
  font-size: 15px;
  line-height: 46px;
  text-decoration: none;
}

.team-member-link:hover {
  text-decoration: underline;
}

.clients-box {
  height: 100%;
}

.style-box {
  margin-bottom: 60px;
}

.white {
  color: #fff;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #005bcf;
}

.post-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.narrow-wrapper {
  margin-top: 20px;
  padding-right: 10%;
  padding-left: 10%;
}

.narrow-wrapper.no-top-border {
  margin-top: 0px;
}

.social-icons {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.social-icon {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon:hover {
  background-color: #d7e7fa;
}

.social-icon.facebook {
  display: inline-block;
  width: 46px;
  height: 39px;
  border: 1px solid #cadff9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url('../images/Facebook.png');
  background-position: 50% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  display: inline-block;
  width: 46px;
  height: 39px;
  border-top: 1px solid #cadff9;
  border-right: 1px solid #cadff9;
  border-bottom: 1px solid #cadff9;
  background-image: url('../images/Twitter.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.email {
  display: inline-block;
  width: 46px;
  height: 39px;
  border-top: 1px solid #cadff9;
  border-right: 1px solid #cadff9;
  border-bottom: 1px solid #cadff9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url('../images/Email.png');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.post-preview-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 260px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.badge {
  position: relative;
  top: 47px;
  right: 0px;
  bottom: 0px;
  float: right;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.badge:hover {
  opacity: 0.85;
}

.link-box {
  text-decoration: none;
}

.bar {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
  font-size: 10px;
  font-weight: 700;
}

._48-percent-column {
  width: 48%;
  margin-bottom: 55px;
}

._48-percent-column.post-preview {
  margin-bottom: 27px;
}

._48-percent-column.on-projects {
  margin-bottom: 70px;
}

.work-sample-intro-image {
  width: 100%;
  height: 630px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.work-sample-details {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 31px;
}

.work-sample-details-link {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 31px;
}

.rich-text-block {
  text-align: justify;
}

.rich-text-block img {
  margin-top: 30px;
  margin-bottom: 15px;
}

.project-preview {
  width: 32%;
  margin-right: 1.33%;
  margin-bottom: 70px;
}

.hero-inner-pages {
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('../images/fridayharbordualtone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-inner-pages.faq-hero {
  background-position: 100% 50%;
}

.hero-inner-pages.heroabout {
  background-position: 0px 50%;
}

.hero-inner-pages.herocontact {
  background-image: url('../images/ericandelsadualtone.jpg');
  background-position: 100% 50%;
}

.row-licensing {
  margin-top: 40px;
  padding-bottom: 10px;
}

.row-licensing.bottom-line {
  border-bottom: 1px solid #d7e7fa;
}

.button {
  display: inline-block;
  min-width: 150px;
  padding: 15px 30px;
  background-color: #005bcf;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 590px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

._60-percent-column {
  width: 60%;
}

._40-percent-column {
  width: 40%;
}

.text-field {
  height: 55px;
  margin-top: 10px;
  margin-bottom: 35px;
  padding-top: 17px;
  padding-left: 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Inconsolata, monospace;
  color: #005bcf;
}

.text-field:hover {
  border-bottom-color: #005bcf;
}

.text-field:focus {
  border-bottom-color: #005bcf;
}

.form-wrapper {
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
}

.field-label {
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
}

.submit-button {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background-color: #005bcf;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inconsolata, monospace;
}

.submit-button:hover {
  background-color: #0052bb;
}

.text-area {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 17px;
  padding-bottom: 55px;
  padding-left: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Inconsolata, monospace;
}

.text-area:hover {
  border-color: #005bcf;
}

.text-area:focus {
  border-color: #005bcf;
}

.success-message {
  min-height: 610px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
}

.error-message {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #005bcf;
}

.full-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, transparent, #005bcf);
  background-image: linear-gradient(180deg, transparent, #005bcf);
}

.social-links-on-hover {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.title-box {
  padding-bottom: 3px;
  border-bottom: 1px solid #d7e7fa;
}

.title-box.bottom-border {
  margin-bottom: 15px;
}

.side-menu-item {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5px;
  border-bottom: 1px solid #d7e7fa;
}

.question-item {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.question-set {
  margin-bottom: 35px;
}

.image {
  margin-bottom: 15px;
}

.dropdown-toggle {
  display: block;
  height: 110px;
  padding-top: 47px;
  padding-right: 20px;
  background-color: #202221;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.top-dropdown-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  display: none;
  overflow: hidden;
  height: 0px;
  background-color: #fff;
}

.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-right: 2%;
  margin-bottom: 20px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Close-hover.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

._18-percent-column {
  width: 18%;
  margin-right: 21px;
  margin-bottom: 30px;
}

.close-image {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close-image:hover {
  opacity: 0;
}

.menu-dash {
  width: 5px;
  height: 2px;
  margin-right: 4px;
  margin-bottom: 6px;
  background-color: #fff;
}

.top-dropdown-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  background-color: rgba(0, 91, 207, .8);
  opacity: 0;
}

.navbar-and-dropdown {
  color: #202221;
}

.bottom-border {
  margin-bottom: 20px;
}

.embed {
  display: inline-block;
}

.go-up {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.go-up:hover {
  opacity: 0.7;
}

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

.item-container {
  width: 33.333%;
  padding: 55px 25px 50px 40px;
  border-right: 1px solid #d7e7fa;
  border-bottom: 1px solid #d7e7fa;
}

.item-container._1 {
  border-right: 1px solid #d7e7fa;
  border-bottom: 1px solid #d7e7fa;
}

.item-container._3 {
  border-right-style: none;
}

.item-container._4 {
  border-bottom-style: none;
}

.item-container._5 {
  border-bottom-style: none;
}

.item-container._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.plus-box {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: 12px;
}

.vertical-line {
  display: block;
  width: 2px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d1d2d3;
}

.horizontal-line {
  position: relative;
  top: -10px;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #d1d2d3;
}

.hidden-item {
  overflow: hidden;
}

.hidden-item-2 {
  overflow: hidden;
}

.hidden-item-3 {
  overflow: hidden;
}

.hidden-item-4 {
  overflow: hidden;
}

.hidden-item-5 {
  overflow: hidden;
}

.hidden-item-6 {
  overflow: hidden;
}

.hidden-item-7 {
  overflow: hidden;
}

.hidden-item-8 {
  overflow: hidden;
}

.hidden-item-9 {
  overflow: hidden;
}

.text-box-1 {
  padding-right: 40px;
  padding-left: 40px;
}

.button-2 {
  min-width: 150px;
  padding: 15px 30px;
  border-radius: 3px;
  background-color: #005bcf;
  color: #fff;
  text-align: center;
}

.button-2.top-border {
  margin-top: 10px;
}

.text-bullet-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-bullet-container.top-border {
  margin-top: 20px;
}

.bullet-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-top: 8px;
  margin-right: 20px;
  -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;
  border-radius: 50%;
  background-color: #d7e7fa;
  font-size: 12px;
}

.text-bullet-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-box {
  position: relative;
  width: 30.5%;
  padding-bottom: 20px;
  border: 1px solid #d7e7fa;
  border-radius: 3px;
  text-align: center;
}

.pricing-description-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 10px;
  border-bottom: 1px solid #d7e7fa;
  text-align: left;
}

.checkmark-box {
  width: 30px;
  padding-top: 4px;
}

.pricing-description-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-button {
  width: 90%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #005bcf;
  color: #fff;
  text-align: center;
}

.pricing-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(215, 231, 250, .3);
}

.price-text {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 24px;
}

.text-box-2 {
  padding-right: 40px;
}

.hidden-item-10 {
  overflow: hidden;
}

.content-wrapper-header {
  position: relative;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 0px;
  color: #64675b;
}

.content-section-pricing {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section-pricing.cta {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/crossing-the-bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-pricing.blue {
  background-color: #f2f7fd;
}

.content-section-pricing.no-top-padding {
  padding-top: 0px;
}

.content-section-pricing.less-bottom-padding {
  padding-bottom: 0px;
}

.content-section-pricing.cta-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/fernUnfurling.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-team {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section-team.cta {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/crossing-the-bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-team.blue {
  display: none;
  background-color: #f2f7fd;
}

.content-section-team.no-top-padding {
  padding-top: 0px;
}

.content-section-team.less-bottom-padding {
  padding-bottom: 0px;
}

.content-section-team.cta-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/fernUnfurling.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-latest-updates {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section-latest-updates.cta {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/crossing-the-bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-latest-updates.blue {
  background-color: #f2f7fd;
}

.content-section-latest-updates.no-top-padding {
  display: none;
  padding-top: 0px;
}

.content-section-latest-updates.less-bottom-padding {
  padding-bottom: 0px;
}

.content-section-latest-updates.cta-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/fernUnfurling.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.logo-text {
  display: block;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #beb361;
  font-size: 45px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.text-block {
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.heading {
  display: inline;
  text-align: center;
}

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

.divblockservices {
  display: block;
  text-align: center;
}

.image-3 {
  width: 60%;
}

.dynamic-team {
  display: none;
}

.text-block-2 {
  padding: 13px 14px 0px 15px;
  border-style: solid solid none;
  border-width: 1px 1px 0px;
  border-color: #000;
}

.column {
  position: relative;
  display: block;
  overflow: visible;
}

.div-block-2 {
  display: inline-block;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
}

.text-block-3 {
  padding-left: 15px;
}

.row {
  padding-left: 0px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.text-block-4 {
  padding-right: 14px;
}

.text-block-5 {
  padding-left: 9px;
}

.contact-us-column {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.link {
  margin-right: 10%;
  color: #67cf70;
  font-size: 18px;
  text-decoration: none;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  color: #d218ed;
}

.text-block-7 {
  color: #ededed;
}

.top-link {
  position: fixed;
  right: 40px;
  bottom: 40px;
  padding: 5px 8px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .21);
}

.top-link.w--current {
  padding: 5px 8px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 95%, .2);
}

.text-field-2 {
  margin-bottom: 1.6em;
  border-style: none;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .21);
}

.text-field-2._w-input {
  color: #ededed;
}

.error-message-2 {
  margin-left: 7%;
  background-color: hsla(0, 0%, 100%, .21);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1em;
}

.form-header {
  margin-top: 9%;
  color: #666;
  line-height: 1em;
  font-weight: 100;
}

.submit-button-2 {
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .21);
}

.light-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4% 10% 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-content-wrapper {
  margin-bottom: 1.8em;
  padding-right: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 65%;
  -ms-flex: 1 0 65%;
  flex: 1 0 65%;
  line-height: 1.8em;
}

.paragraph-large {
  font-family: 'Work Sans', sans-serif;
  color: #ebebeb;
  font-size: 19px;
  line-height: 1.6em;
}

.dark-section-wrapper {
  padding: 12% 50% 8% 10%;
  background-color: #000;
  background-image: -webkit-radial-gradient(circle farthest-side at 109% 136%, #9085da, #35af82 19%, #000 71%);
  background-image: radial-gradient(circle farthest-side at 109% 136%, #9085da, #35af82 19%, #000 71%);
}

.dark-section-wrapper.preface {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-radial-gradient(circle farthest-side at 109% 136%, #9085da, #35af82 19%, #000 71%);
  background-image: radial-gradient(circle farthest-side at 109% 136%, #9085da, #35af82 19%, #000 71%);
  background-size: auto;
  background-repeat: repeat;
}

.h1-large {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ededed;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 100;
}

.navbar-2 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1% 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: 0 0 4px 0 #2e2e2e;
}

.aside-wrapper {
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}

.success-message-2 {
  background-color: hsla(0, 0%, 100%, .21);
}

.site-name {
  color: #ededed;
  font-size: 29px;
  line-height: 33px;
  font-weight: 100;
}

.column-wrapper {
  padding-top: 2%;
  padding-right: 3%;
  padding-bottom: 2%;
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

.column-wrapper.form {
  padding-top: 0px;
  padding-right: 2%;
  padding-left: 7%;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}

.field-label-2 {
  color: #666;
  font-weight: 400;
}

.swatch-green {
  display: inline-block;
  width: 15%;
  height: 15%;
  margin-right: 5px;
  border-radius: 2px;
  background-color: #645e66;
}

.swatch-transparent {
  display: inline-block;
  width: 15%;
  height: 15%;
  margin-right: 5px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .21);
}

.h2-hero {
  font-family: 'Work Sans', sans-serif;
  color: #ededed;
  font-size: 1.5em;
  font-weight: 400;
}

.swatch-orchid {
  display: inline-block;
  width: 15%;
  height: 15%;
  margin-right: 5px;
  border-radius: 2px;
  background-color: rgba(127, 131, 238, .78);
}

.form-header-2 {
  margin-top: 9%;
  font-family: 'Work Sans', sans-serif;
  color: #666;
  line-height: 1em;
  font-weight: 100;
}

.submit-button-3 {
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .21);
  font-family: 'Work Sans', sans-serif;
}

.main-content-wrapper-2 {
  margin-bottom: 1.8em;
  padding-right: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 65%;
  -ms-flex: 1 0 65%;
  flex: 1 0 65%;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.8em;
}

.paragraph-large-2 {
  color: #ededed;
  font-size: 19px;
  line-height: 1.6em;
}

.h1-large-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Work Sans', sans-serif;
  color: #ededed;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 100;
}

.headline-highlight {
  color: #d218ed;
  font-weight: 100;
}

.aside-wrapper-2 {
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
  font-family: 'Space Mono', sans-serif;
}

.field-label-3 {
  font-family: 'Work Sans', sans-serif;
  color: #666;
  font-weight: 400;
}

html.w-mod-js *[data-ix="move-up-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-load"] {
  display: none;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-on-load-2"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="full-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-to-origin-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="display-none-on-load-3"] {
  display: none;
}

html.w-mod-js *[data-ix="show-go-up"] {
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="display-block-on-load"] {
  display: block;
  height: auto;
}

@media (max-width: 991px) {
  .nav-link {
    background-color: #0057c5;
  }
  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-text-box {
    width: 80%;
  }
  .flex-wrapper.space-between-mobile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._29-percent-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-box {
    width: 80%;
  }
  .header-box.cta {
    width: 70%;
  }
  .post-preview {
    width: 49%;
    margin-right: 0%;
    margin-bottom: 13px;
  }
  .post-preview.no-borders {
    margin-bottom: 15px;
  }
  .post-preview-text.short {
    width: 100%;
  }
  ._32-percent-column {
    width: 48%;
  }
  ._32-percent-column.center {
    width: 32%;
  }
  ._32-percent-column.left-justify {
    width: 32%;
  }
  .testimonial-top-line {
    width: 65%;
  }
  .testimonial-bottom-line {
    width: 65%;
  }
  .testimonial-box {
    width: 60%;
  }
  .menu-button {
    width: 60px;
    padding-top: 45px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
    text-align: center;
  }
  .menu-button.w--open {
    width: 60px;
    background-color: #0057c5;
  }
  .burger-menu {
    text-align: right;
  }
  ._48-percent-column.post-preview {
    margin-bottom: 13px;
  }
  .project-preview {
    width: 49%;
    margin-right: 0%;
  }
  ._18-percent-column {
    width: 22.11%;
    margin-right: 2.85%;
  }
  .dropdown-list.hide.w--open {
    display: none;
  }
  .content-wrapper-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link {
    font-size: 16px;
  }
  .div-block-3 {
    margin-top: 5px;
  }
  .form-header {
    font-weight: 100;
  }
  .light-section-wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }
  .dark-section-wrapper {
    padding-right: 34%;
    padding-left: 3%;
    background-position: 88% 50%, 0px 0px;
    background-size: 60%, auto;
  }
  .dark-section-wrapper.preface {
    padding-right: 3%;
  }
  .h1-large {
    font-size: 3em;
  }
  .navbar-2 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .site-name {
    font-size: 18px;
  }
  .form-header-2 {
    font-weight: 100;
  }
  .h1-large-2 {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .hero-section {
    display: block;
  }
  .hero-text-box {
    width: 100%;
  }
  .content-section {
    display: block;
  }
  .flex-wrapper.space-between.center {
    -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;
  }
  .flex-wrapper.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-wrapper.less-top-border.mobile-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._29-percent-column {
    width: 70%;
    margin-bottom: 30px;
  }
  .dots {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dot {
    margin-right: 10px;
  }
  .header-box {
    width: 100%;
  }
  .header-box.cta {
    width: 80%;
  }
  ._49-percent-column.bottom-border {
    width: 70%;
    max-width: 380px;
  }
  .project-summary {
    width: 100%;
  }
  .post-preview {
    width: 49%;
  }
  .post-preview.no-borders {
    width: 70%;
    max-width: 380px;
  }
  ._32-percent-column.center {
    width: 49%;
    margin-bottom: 30px;
  }
  ._32-percent-column.left-justify {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  ._50-percent-column {
    width: 70%;
  }
  .testimonial-box {
    width: 65%;
  }
  .footer-box-1 {
    width: 49%;
  }
  .footer-box-2 {
    width: 25%;
  }
  .footer-box-3 {
    width: 25%;
  }
  .footer-box-4 {
    width: 100%;
    margin-top: 30px;
  }
  ._34-percent-column {
    width: 100%;
    padding-right: 0px;
    text-align: left;
  }
  ._34-percent-column.faq {
    width: 100%;
    margin-bottom: 35px;
  }
  ._66-percent-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._66-percent-column.faq {
    padding-right: 20px;
    padding-left: 25px;
  }
  .team-member {
    width: 70%;
    max-width: 380px;
    margin-bottom: 30px;
  }
  ._48-percent-column.on-projects {
    margin-bottom: 35px;
  }
  .project-preview {
    width: 49%;
    margin-right: 0%;
    margin-bottom: 35px;
  }
  .map {
    height: 300px;
  }
  ._60-percent-column {
    width: 100%;
  }
  ._40-percent-column {
    width: 100%;
    margin-top: 40px;
  }
  .form-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .success-message {
    min-height: 50px;
  }
  ._18-percent-column {
    width: 30.48%;
  }
  .item-container {
    width: 50%;
  }
  .item-container._2 {
    border-right-style: none;
  }
  .item-container._3 {
    border-right-style: solid;
  }
  .item-container._4 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .text-box-1 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pricing-box {
    width: 70%;
    max-width: 380px;
    margin-bottom: 40px;
  }
  .text-box-2 {
    padding-right: 0px;
  }
  .div-block-2 {
    display: inline-block;
    float: none;
  }
  .link {
    font-size: 12px;
  }
  .div-block-3 {
    margin-top: 3px;
  }
  .dark-section-wrapper {
    padding-right: 17%;
    background-image: -webkit-radial-gradient(circle farthest-side at -31% -49%, #9085da, #0d0255 32%, #000 71%);
    background-image: radial-gradient(circle farthest-side at -31% -49%, #9085da, #0d0255 32%, #000 71%);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .dark-section-wrapper.preface {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-name {
    margin-top: 15px;
    font-size: 16px;
    line-height: 12px;
  }
  .column-wrapper.form {
    padding-left: 0%;
  }
  .form {
    padding-left: 0%;
  }
}

@media (max-width: 479px) {
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0px;
  }
  .brand.w--current {
    padding-right: 0px;
  }
  .hero-section {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .hero-text-box {
    width: 100%;
  }
  .content-section {
    padding-top: 33px;
    padding-bottom: 32px;
  }
  ._29-percent-column {
    width: 100%;
    margin-top: 30px;
  }
  .dots {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dots.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dot {
    margin-right: 10px;
  }
  .header-box {
    width: 100%;
  }
  .header-box.cta {
    width: 90%;
  }
  .header-box.medium {
    width: 100%;
  }
  ._49-percent-column.bottom-border {
    width: 100%;
  }
  .turned-around-text {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .post-preview {
    width: 100%;
  }
  .post-preview.no-borders {
    width: 100%;
  }
  ._32-percent-column.center {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._32-percent-column.left-justify {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ._50-percent-column {
    width: 100%;
  }
  .testimonial-box {
    width: 90%;
  }
  .footer-box-1 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .footer-box-2 {
    width: 50%;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .footer-box-3 {
    width: 50%;
    padding-left: 0px;
  }
  .menu-button {
    padding-top: 30px;
  }
  .team-member {
    width: 100%;
  }
  .white {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  ._48-percent-column {
    width: 100%;
  }
  .rich-text-block {
    text-align: left;
  }
  .project-preview {
    width: 100%;
  }
  .hero-inner-pages {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  ._18-percent-column {
    width: 100%;
    margin-right: 0%;
  }
  .item-container {
    width: 100%;
  }
  .item-container._1 {
    border-right-style: none;
  }
  .item-container._3 {
    border-right-style: none;
  }
  .item-container._5 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .item-container._6 {
    border-bottom-style: solid;
  }
  .pricing-box {
    width: 100%;
  }
  .content-wrapper-header {
    position: relative;
    display: block;
  }
  .image-2 {
    display: block;
    height: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-5 {
    padding-left: 15px;
  }
  .link {
    display: block;
    margin-right: 8%;
    font-size: 1em;
  }
  .top-link {
    display: none;
  }
  .top-link.w--current {
    display: none;
  }
  .div-block-3 {
    margin-top: 2px;
  }
  .light-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-large {
    font-size: 15px;
  }
  .dark-section-wrapper {
    padding-top: 27%;
  }
  .h1-large {
    font-size: 30px;
    line-height: 38px;
  }
  .navbar-2 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .aside-wrapper {
    margin-bottom: 2%;
  }
  .site-name {
    font-size: 1em;
    font-weight: 400;
  }
  .h2-hero {
    font-size: 1em;
    line-height: 1.2em;
  }
  .paragraph-large-2 {
    font-size: 15px;
  }
  .h1-large-2 {
    font-size: 30px;
    line-height: 38px;
  }
  .aside-wrapper-2 {
    margin-bottom: 2%;
  }
}

