.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  height: 100%;
  background-color: #020827;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2rem;
  line-height: 48px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #062f73;
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2fc78a;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  color: #2a2828;
}

a {
  color: #2fc78a;
  text-decoration: none;
}

a:hover {
  color: #2a2828;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

strong {
  color: #2fc78a;
  font-weight: 600;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  color: #bebebe;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.04);
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.navbar.with-color-button {
  position: fixed;
  display: block;
  padding-bottom: 30px;
  background-color: rgba(11, 21, 82, 0.6);
  color: #fff;
}

.navbar.white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.2);
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
}

.nav-link {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.light {
  margin-right: 2px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.light:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.light.w--current {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.color {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  background-color: hsla(0, 0%, 81.2%, 0.1);
}

.nav-link.with-color {
  background-color: #2fc78a;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
  text-transform: none;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.sidebar.w--open {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.container.hero-container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.container.hero-container.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.container.hero-container.left._404 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.bottom-footer {
  padding: 21px 21px 18px;
  border-radius: 4px;
  background-color: #313438;
}

.container.footer-container {
  margin-bottom: 20px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 13px;
}

.container.spacing {
  margin-bottom: 0px;
  padding: 100px 40px;
  text-align: center;
}

.container.text-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.text-image-container.blog-container {
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.container.text-image-container.full-width {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}

.container.text-image-container.reversed {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.container.text-image-container.no-grid {
  display: block;
  padding-top: 0px;
}

.container.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.contact {
  margin-top: 60px;
}

.container.text-image-container {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.text-image-container.full-width {
  display: block;
}

.container.rte-dark-bg {
  padding-top: 60px;
}

.container.community {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.website-and-marketing {
  padding-top: 0px;
  padding-bottom: 40px;
}

.container.partners-industries {
  padding-top: 0px;
}

.container.blog {
  padding-top: 0px;
}

.button {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 24px 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-radius: 3px;
  background-color: #2fc78a;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.button:hover {
  background-color: #263693;
  color: #fff;
}

.button.green {
  background-color: #2fc78a;
  color: #fff;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.green.full.outline:hover {
  border-color: #5ec045;
  background-color: #5ec045;
}

.button.purple {
  background-color: #b75dda;
}

.button.purple.full.outline:hover {
  border-color: #b75dda;
  background-color: #b75dda;
}

.button.full {
  display: block;
  text-align: center;
}

.button.full.outline {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.button.full.outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.button.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.full-submit {
  display: inline-block;
  margin-top: 0px;
  float: right;
}

.button.outline {
  border: 1px solid #fff;
  background-color: transparent;
}

.button.cta-button {
  width: 20%;
  margin-top: 5px;
  float: right;
  background-color: #5ec045;
  line-height: 31px;
  text-align: center;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.white {
  background-color: #fff;
  color: #000;
}

.button.banner-button {
  display: block;
  width: 20%;
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2fc78a;
  font-size: 18px;
}

.button.banner-button:hover {
  background-color: #263693;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button.banner-button.button-blue {
  width: auto;
  background-color: #0b1552;
}

.button.banner-button.button-blue:hover {
  background-color: #2fc78a;
}

.button.banner-button.button-blue.w--current {
  background-color: #2fc78a;
}

.button.banner-button.button-blue.w--current:hover {
  background-color: #0b1552;
}

.button.banner-button.button-blue.button-small {
  width: auto;
  padding: 15px 40px;
  font-size: 17px;
}

.button.banner-button.button-blue.button-small.w--current {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.button.banner-button.button-blue.button-small.phone {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.button.banner-button.button-blue.button-small.phone:hover {
  background-color: #2fc78a;
}

.button.banner-button.button-small.w--current {
  width: 15%;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
}

.button.banner-button.button-small.w--current:focus {
  background-color: #2fc78a;
}

.button.banner-button.button-small.w--current:visited {
  background-color: #2fc78a;
}

.button.banner-button.button-small.email {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #0b1552;
}

.button.banner-button.button-small.email:hover {
  background-color: #2fc78a;
}

.button.button-cta {
  margin-top: 0px;
  margin-right: 0px;
}

.button.button-cta:hover {
  background-color: #263693;
  color: #fff;
}

.button.button-cta.smaller {
  padding: 8px 15px;
}

.button.button-cta.smaller.muted-green {
  background-color: #2bb67e;
}

.button.button-cta.smaller.muted-green:hover {
  background-color: #263693;
}

.button.button-cta.smaller.blog-cta {
  padding-right: 16px;
  padding-left: 12px;
}

.button.button-cta.smaller.mt-20 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0px;
}

.button.button-cta.smaller.mt-20.next {
  margin-right: 0px;
  margin-left: auto;
}

.button.button-cta.smaller.project-cta {
  margin-top: 0px;
  padding: 6px 12px;
  background-color: #263693;
  font-size: 0.8rem;
  line-height: 1;
}

.button.button-cta.smaller.project-cta:hover {
  background-color: #0b1552;
}

.button.button-cta.smaller.pagination-btn {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.button.button-cta.smaller.pagination-btn:hover {
  background-color: #263693;
  color: #fff;
}

.button.button-cta.smaller.casestudy-cta {
  margin-top: 0px;
  padding: 6px 12px;
  background-color: #263693;
  font-size: 0.8rem;
  line-height: 1;
}

.button.button-cta.smaller.casestudy-cta:hover {
  background-color: #0b1552;
}

.button.button-cta.smaller.right.mb {
  margin-bottom: 10px;
}

.button.button-cta.smaller.mb {
  display: inline-block;
  margin-bottom: 6px;
}

.button.button-cta.back-btn {
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 24px;
}

.button.brand-button:hover {
  opacity: 0.8;
  color: #fff;
}

.button.brand-button.ml-10 {
  margin-left: 10px;
}

.button.icon {
  padding-left: 15px;
}

.button.btn-icon {
  padding-right: 35px;
  padding-left: 15px;
  font-size: 14px;
}

.button.dark-hover:hover {
  background-color: #062f73;
}

.button.light:hover {
  background-color: #0b1552;
}

.section {
  position: relative;
  overflow: visible;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #0b1552;
}

.section.contact {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #0b1552;
}

.section.cta-section {
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  color: #fff;
}

.section.blue-cta-section {
  background-color: #1f6fff;
  color: #fff;
}

.section.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section.content-section.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section.hide {
  display: none;
}

.section.content-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section.content-section-copy.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section.home-panels {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section.home-panels.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section.home-panels.light-bg {
  height: auto;
  min-height: 600px;
}

.section.home-panels.darker-bg {
  height: auto;
  min-height: 600px;
}

.section.home-panels.dark-bg {
  height: auto;
  min-height: 600px;
}

.section.our-work {
  padding-right: 40px;
  padding-left: 40px;
}

.section.case-study {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

.section.tall-section {
  margin-top: 40px;
}

.section.about-panels {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section.about-panels.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section.about-panels.light-bg {
  height: auto;
}

.section.about-panels.darker-bg {
  height: auto;
}

.section.about-panels.dark-bg {
  height: auto;
}

.section.remove-margin {
  padding-right: 0px;
  padding-left: 0px;
}

.section-title {
  margin-top: 0px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

.section-title.elements-title {
  margin-bottom: 0px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.section-description.elements {
  margin-top: 10px;
}

.portfolio-overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(44, 45, 49, 0.8);
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #3e4346;
  color: #a0a0a0;
}

.footer-column {
  padding-right: 30px;
}

.menu-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.menu-button:hover {
  border-color: #212429;
  background-color: #212429;
}

.menu-button.w--open {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.menu-button.blue.w--open {
  border-color: #25395e;
  background-color: #25395e;
}

.footer-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #979da5;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  padding-left: 20px;
  background-image: url('../images/Icon-facebook_1.png');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.footer-link.small {
  font-size: 12px;
}

.simple-footer {
  padding-top: 45px;
  background-color: #020827;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #020827;
  color: #979da5;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  margin-top: 4px;
  margin-right: 5px;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #2fc78a;
}

.footer-small-social-icon {
  height: 15px;
  border: 1px none #000;
  border-radius: 0px;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.line {
  height: 46px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.form-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #0b1552;
  color: #fff;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.footer-logo {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  color: #979da5;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  margin-left: auto;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-menu-column {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 65px;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 0px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

.feature-image {
  min-width: 20%;
  border-radius: 3px;
  box-shadow: 3px 3px 33px 0 rgba(0, 0, 0, 0.1);
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.small-paragraph.white-muted {
  color: #dfdfe9;
}

.field-label {
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.dark-field {
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 2px;
  background-color: #edeef1;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.dark-field.area {
  height: 122px;
  padding-top: 12px;
  text-transform: none;
}

.dark-field.half-width {
  display: inline-block;
  width: 49%;
  margin-right: 11px;
}

.dark-field.half-width.last {
  display: inline-block;
  width: 49%;
  margin-right: 0px;
}

.white-footer {
  padding: 20px 40px 40px;
  font-size: 16px;
}

.dark-footer-title {
  margin-bottom: 10px;
  color: #2bb67e;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.dark-footer-title:hover {
  color: #fff;
}

.footer-contact-info-block {
  margin-top: 15px;
  color: #94979e;
  font-size: 14px;
}

.bottom-footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-info-row {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  -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;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  position: relative;
  width: 90%;
  text-align: justify;
}

.feature-info-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.feature-info-paragraph {
  opacity: 1;
  font-size: 14px;
}

.feature-info-paragraph.white-muted {
  color: #dfdfe9;
}

.hero-main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 68px;
  font-weight: 600;
  text-transform: none;
}

.hero-main-title.subtitle {
  display: block;
  width: 80%;
  margin: 35px auto 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
}

.hero-main-title.hero-main-title-banner {
  max-width: 70%;
  font-size: 50px;
  line-height: 48px;
  text-align: left;
}

.dark-bottom-footer {
  padding-top: 0px;
  padding-bottom: 55px;
  background-color: #181a1d;
  color: #6d7077;
}

.small-footer-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.right-nav-menu {
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

.nav-menu-content-block {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  text-align: center;
}

.app-store-button {
  height: 46px;
  border-radius: 4px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: 0.8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  font-weight: 700;
}

.contact-info-row {
  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;
}

.contact-info-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.contact-info-title {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}

.contact-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-info-list-item {
  margin-top: 9px;
  margin-right: 25px;
  margin-bottom: 5px;
  padding-left: 0px;
}

.contact-info-button {
  display: block;
}

.contact-info-button.white-text {
  color: #fff;
}

.contact-info-button.white-text:hover {
  color: hsla(0, 0%, 100%, 0.59);
}

.contact-info-button.white-text.large {
  font-size: 1.3rem;
  line-height: 1;
}

.contact-info-icon {
  height: 16px;
  margin-right: 8px;
  opacity: 0.7;
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-block {
  position: relative;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.popup-contact-form {
  margin-bottom: 0px;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.2;
}

.popup-close-button:hover {
  opacity: 0.4;
}

.close-icon {
  height: 17px;
}

.contact-overlay-bar {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #0b1552;
  color: #fff;
}

.contact-form-block {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0px 10px 0px 0px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.contact-column-left {
  padding-right: 15px;
}

.contact-column-right {
  padding-left: 15px;
}

.contact-map-block {
  width: 100%;
  height: 468px;
  border: 2px solid #fff;
  border-radius: 10px;
}

.contact-map-wrapper {
  overflow: hidden;
  height: 445px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 0px;
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.elements-title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.element-container {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1090px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.logo {
  padding-left: 0px;
}

.logo:hover {
  opacity: 0.8;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.dark-footer-link {
  display: block;
  margin-bottom: 7px;
  color: #6d7077;
  text-decoration: none;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0px;
}

.hero {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90vh;
  -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: #020827;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero.banner {
  width: 100%;
  height: auto;
  min-height: 30vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.hero.banner.bg-image {
  background-color: rgba(2, 8, 39, 0);
}

.hero.banner.bg-image.tint {
  background-color: transparent;
  background-image: none;
}

.hero.banner.bg-image.hide {
  display: none;
}

.hero.banner.hide {
  display: none;
}

.hero-overlay-block {
  -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;
}

.empty-state {
  border: 1px none #000;
  background-color: transparent;
  text-align: center;
}

.text-block {
  max-width: 100%;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block.right {
  padding-right: 0px;
  padding-left: 40px;
}

.text-block.full-width {
  max-width: 80%;
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 35px;
  line-height: 37px;
  text-align: left;
  text-transform: none;
}

.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-intro-title.green {
  color: #2fc78a;
}

.dark-cta-title {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.fields-column-left {
  padding-left: 0px;
}

.fields-column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.sign-up-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0px;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.portfolio-lightbox-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(13, 25, 46, 0.7);
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.green {
  color: #2fc78a;
}

.text-span {
  color: #fff;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 4px 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-41 {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #a0d854;
}

.big-green-number {
  padding-top: 25px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #2fc78a;
  font-size: 50px;
  font-weight: 300;
}

.para-blue {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
}

.bold-text {
  color: #2fc78a;
}

.bold-text.carousel-h2 {
  margin-top: 0px;
  line-height: 1.1;
}

.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;
}

.project-section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #fff;
}

.project-section.tabbed {
  padding-top: 0px;
  background-color: transparent;
}

.project-section.light-bg {
  background-color: #0b1552;
}

.project-section.light-bg {
  top: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #0b1552;
}

.portfolio-introduction {
  position: -webkit-sticky;
  position: sticky;
  top: 176px;
  z-index: 2;
  width: 60%;
  margin-bottom: 30px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.portfolio-projects {
  display: block;
  width: 65%;
  background-color: transparent;
}

.project-image {
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.container-wide {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.project-link-block {
  display: block;
  width: 100%;
  margin-bottom: 72px;
  color: #252323;
  text-decoration: none;
}

.portfolio-middle-column {
  width: 50%;
  padding-right: 12px;
  padding-left: 12px;
}

.portfolio-middle-column.individual-project-column {
  width: 100%;
}

.portfolio-details {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-image-wrapper {
  height: 30vh;
  margin-bottom: 16px;
  background-color: #e2e2e2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 10px 0 #e2e2e2;
}

.heading {
  margin-top: 0px;
}

.heading.projects-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0b1552;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
  white-space: nowrap;
}

.heading.projects-heading.project-heading {
  margin-top: 20px;
  color: #263693;
  font-size: 48px;
  line-height: 50px;
  white-space: normal;
}

.project-heading {
  color: #263693;
  font-size: 26px;
  line-height: 1.1;
}

.brand-back-link {
  position: relative;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #263693;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.brand-back-link:hover {
  opacity: 0.8;
}

.tabs-menu {
  top: -40px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.service-tab {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.service-tab:hover {
  background-color: #0b1552;
  color: #fff;
}

.service-tab.w--current {
  background-color: #0b1552;
  color: #fff;
}

.service-tab.w--current:hover {
  background-color: #0b1552;
  color: #fff;
}

.service-tab.numbered {
  color: #bebebe;
}

.service-tab.numbered.w--current {
  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;
  color: #fff;
}

.image-13 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 0px;
}

.d-6-block-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #fff;
  opacity: 1;
}

.d-6-menu-text {
  color: #0b1552;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.d-6-menu-text.second {
  color: #2fc78a;
}

.b1-bar1-2 {
  width: 30px;
  height: 4px;
  background-color: #fff;
}

.d-6-menu-trigger-box {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}

.d-6-menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  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;
  background-color: #fff;
  opacity: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.b1-bar3-2 {
  width: 30px;
  height: 4px;
  background-color: #fff;
}

.b1-middle-2 {
  width: 4px;
  height: 0px;
  background-color: #fff;
}

.b1-bar2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  -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: #fff;
}

.d-6-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

.d-6-link-block {
  position: relative;
  z-index: 20;
  overflow: hidden;
  height: 60px;
  text-decoration: none;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 80px;
}

.link-block.w--current {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  width: 300px;
  height: 80px;
}

.lottie-animation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: auto;
  margin-top: 37px;
  -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;
}

.d-31-section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-color: #fff;
}

.d-31-card-wrapper {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-31-card {
  position: relative;
  width: 300px;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 5px 11px -3px #7c7c7c;
}

.d-31-card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
  border-radius: 10px;
  background-color: #e2e2e2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.d-31-card-image {
  width: 100%;
  max-height: 75%;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.d-31-card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  border-radius: 10px;
  background-color: #e2e2e2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-31-h3 {
  color: #0b1552;
}

.d-31-paragraph {
  margin-right: 30px;
  margin-left: 30px;
  color: #020827;
  font-weight: 600;
  text-align: center;
}

.d-31-card-heading {
  margin-bottom: 0px;
  color: #020827;
}

.d-31-subheading {
  margin-top: 0px;
  color: #020827;
}

.photo {
  height: 800px;
}

.photo._1 {
  background-image: url('../images/beverage.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.photo._2 {
  background-image: url('../images/southern-stars-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo._2.template {
  background-image: url('../images/drag_drop-list.gif');
}

.photo._1 {
  background-image: url('../images/glennie-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.photo._1.bespoke {
  background-image: url('../images/modular_animation_final_new.gif');
}

.photo._3 {
  background-image: url('../images/jpsmith-home-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo._3.online {
  background-image: url('../images/online-stores-home.jpg');
}

.content-holder {
  position: relative;
  height: 100%;
}

.the-content-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  opacity: 0;
}

.the-content-2._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #263693;
  opacity: 1;
}

.the-content-2._1.hide {
  display: none;
}

.the-content-2._2 {
  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;
  background-color: #0b1552;
}

.the-content-2._2.hide {
  display: none;
}

.the-content-2._3 {
  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;
  background-color: #020827;
  color: #fff;
}

.the-content-2._3.hide {
  display: none;
}

.column-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-7 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content1heading {
  margin-bottom: 5px;
  color: #fff;
  line-height: 1.1;
}

.services-sub-para {
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  line-height: 23px;
  text-align: center;
}

.div-block-44 {
  padding-left: 0px;
}

.div-block-46 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 80px;
  background-color: rgba(39, 42, 104, 0.7);
}

.blog-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 40px;
  background-color: #0b1552;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 40px;
  padding-left: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(1, 6, 27, 0.85);
  color: #fff;
  font-size: 16px;
}

.nav-link {
  position: relative;
  display: block;
  margin-right: 0px;
  border-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.nav-link:hover {
  color: #c1c1d4;
}

.nav-link.w--current {
  color: #2fc78a;
}

.nav-link.last {
  padding-right: 0px;
}

.nav-link.wide {
  margin-right: 15px;
}

.nav-link.current {
  color: #2fc78a;
}

.contain {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contain.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.white {
  color: #fff;
}

.less-margin {
  margin-bottom: 8px;
}

.less-margin.footer-text {
  margin-bottom: 12px;
  padding-top: 4px;
  color: #bebebe;
  line-height: 18px;
}

.hide {
  display: none;
}

.particle-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.banner-ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.website-development {
  background-color: #0b1552;
  color: #fff;
}

.light-grey {
  color: #bebebe;
}

.light-grey.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dark-bg {
  background-color: #0b1552;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.light-bg {
  background-color: #263693;
  color: #fff;
}

.darker-bg {
  background-color: #020827;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tabs {
  background-color: #0b1552;
}

.tabs.website-and-marketing-tabs {
  margin-top: 40px;
}

.sub-menu-wrap {
  position: relative;
  background-color: #191867;
}

.sub-menu-wrap.w--open {
  position: fixed;
  left: 0%;
  top: 92px;
  right: auto;
  bottom: auto;
}

.sub-menu-wrap.hide {
  display: none;
  opacity: 0;
}

.sub-menu-wrap._1 {
  background-color: #0b1552;
}

.sub-menu-wrap._1.hide {
  position: fixed;
  left: 0px;
  top: 10%;
  right: auto;
  bottom: auto;
  width: 100vw;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #020827;
  opacity: 0;
}

.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-menu._2 {
  position: static;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.sub-menu-inner.right {
  background-color: transparent;
}

.sub-menu-link {
  display: block;
  min-height: 30px;
  padding: 10px 20px;
  color: #c1c1d4;
  font-size: 15px;
  line-height: 4px;
  font-weight: 600;
}

.sub-menu-link:hover {
  color: #2fc78a;
}

.sub-menu-link.w--current {
  background-color: transparent;
  color: #2fc78a;
}

.sub-menu-link.head {
  color: #2fc78a;
  text-transform: uppercase;
}

.menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-wrap {
  background-color: transparent;
}

.text-image-module {
  padding-right: 40px;
  padding-left: 40px;
}

.text-image-module.dark-bg {
  position: relative;
  background-color: #0b1552;
}

.text-image-module.light-bg {
  position: relative;
  background-color: #0b1552;
}

.text-image-module.darker-bg {
  position: relative;
  background-color: #0b1552;
}

.text-image-module.white-bg {
  position: relative;
  background-color: #0b1552;
  color: #fff;
}

.text-image-module.light-bg {
  background-color: #0b1552;
}

.text-image-module.dark-bg {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #0b1552;
}

.text-image-module.darker-bg {
  position: relative;
  background-color: #0b1552;
}

.text-image-module.dark-bg {
  position: relative;
  background-color: #0b1552;
}

.text-image-module.light-bg {
  position: relative;
  background-color: #0b1552;
}

.image-14 {
  max-width: none;
}

.icon {
  position: relative;
}

.sub-menu-slim {
  display: none;
  background-color: #0b1552;
}

.sub-menu-slim.w--open {
  padding-top: 5px;
  padding-bottom: 5px;
}

.project-gallery {
  display: block;
  width: 65%;
  background-color: transparent;
}

.portfolio-image {
  margin-bottom: 20px;
}

.rte-light-bg p {
  color: #2a2828;
}

.rte-light-bg h2 {
  color: #062f73;
  font-size: 35px;
  line-height: 38px;
  text-transform: none;
}

.rte-light-bg h3 {
  color: #2fc78a;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.rte-light-bg h1 {
  margin-bottom: 10px;
  color: #062f73;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
}

.rte-banner {
  color: #fff;
}

.rte-banner p {
  color: #bebebe;
}

.rte-banner.banner {
  max-width: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rte-banner h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.rte-banner h1 {
  display: block;
  font-size: 50px;
  line-height: 1.1;
  text-align: left;
}

.portfolio-heading-2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.blog-list {
  position: static;
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-heading {
  color: #2fc78a;
  font-weight: 300;
}

.blog-extract {
  color: #bebebe;
  line-height: 1.2;
}

.blog-thumbnail {
  display: block;
  width: 100%;
  border: 0px none #000;
  border-radius: 0px;
}

.blog-item {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-item:hover {
  background-color: transparent;
}

.blog-label {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding: 10px;
  background-color: #0b1552;
  color: #e2e2e2;
  line-height: 1;
}

.blog-thumb-wrapper {
  position: relative;
}

.blog-text-wrapper {
  padding: 15px;
  background-color: transparent;
}

.blog-cta {
  position: relative;
  display: inline-block;
}

.blog-icon {
  top: 10px;
  right: 3px;
  margin: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.blog-list-collection {
  background-color: #020827;
}

.blog-list-collection:hover {
  background-color: #263693;
}

.empty-state-2 {
  background-color: transparent;
}

.project-list-wrapper {
  width: 100%;
}

.project-list-wrapper.hide {
  display: none;
}

.project-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-list.width-3 {
  display: block;
}

.project-link {
  display: block;
  height: 180px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #bebebe;
}

.project-link:hover {
  color: #fff;
}

.project-link.size-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 288px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), repeating-radial-gradient(circle closest-side at 50% 50%, #000 100%, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.project-link.size-2 {
  height: 220px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), repeating-radial-gradient(circle closest-side at 50% 50%, #000 100%, #fff);
  background-position: 0% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.project-thumb-image {
  display: none;
}

.project-thumb-sub-heading {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #bebebe;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.project-thumb-heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
}

.project-collection {
  display: block;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.project-collection.size-2 {
  display: block;
  width: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-link-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(85%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent 85%, transparent);
  opacity: 0;
}

.project-link-inner.bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(85%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent 85%, transparent);
}

.project-thumb-wrap {
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.rte-dark-bg {
  margin-bottom: 20px;
  color: #2a2828;
}

.rte-dark-bg p {
  color: #e2e2e2;
}

.rte-dark-bg h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 35px;
  line-height: 38px;
  font-weight: 300;
  text-transform: none;
}

.rte-dark-bg h4 {
  color: #fff;
}

.rte-dark-bg h1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
}

.rte-dark-bg h3 {
  color: #2fc78a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}

.rte-dark-bg ul {
  padding-left: 20px;
}

.rte-dark-bg li {
  margin-bottom: 4px;
  padding-left: 0px;
  color: #e2e2e2;
}

.rte-dark-bg strong {
  color: #e2e2e2;
}

.rte-dark-bg a:hover {
  color: #bebebe;
}

.rte-dark-bg.right-aligned {
  padding-left: 40px;
}

.rte-dark-bg.centre {
  margin-top: 0px;
  text-align: center;
}

.rte-dark-bg.contact {
  margin-bottom: 0px;
}

.cta-icon {
  top: 12px;
  right: 10px;
  margin: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.cta-icon.reverse {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cta-icon.reverse.icon-left {
  left: 7px;
  right: auto;
}

.full-image-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

.full-image-module.white-bg {
  background-color: #fff;
}

.full-width-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-dropdown {
  padding-right: 15px;
}

.contact-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-message {
  color: #e2e2e2;
  text-align: center;
}

.heading-2 {
  margin-bottom: 5px;
  line-height: 1.1;
}

.contact-heading {
  color: #062f73;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}

.heading-3 {
  color: #2fc78a;
}

.slide-image {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.cards-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cards-section.dark-bg {
  position: relative;
}

.cards-section.dark-bg.cards-container {
  padding-right: 40px;
  padding-left: 40px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.team-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.team-thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.team-heading {
  margin-bottom: 8px;
  color: #bebebe;
}

.team-position {
  margin-bottom: 0px;
  color: #2fc78a;
  line-height: 1.1;
  text-transform: uppercase;
}

.team-list {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-list.width-3 {
  display: block;
}

.team-link {
  display: block;
  height: 450px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #020827;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-link:hover {
  border-color: #0b1552;
}

.team-link.w--current {
  border-color: #2fc78a;
}

.team-link.size-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 288px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), repeating-radial-gradient(circle closest-side at 50% 50%, #000 100%, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.team-link.size-2 {
  height: 220px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), repeating-radial-gradient(circle closest-side at 50% 50%, #000 100%, #fff);
  background-position: 0% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.team-link.danny {
  background-image: url('../images/iw-danny-388x448.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.team-link.danny.w--current {
  background-color: transparent;
  background-image: url('../images/iw-danny-388x448.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-link.tristan {
  background-image: url('../images/iw-tristan-388x448.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-link.lily {
  background-image: url('../images/iw-lily-388x448.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-tabs {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-tab-content {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.team-tab-content-outer {
  margin-top: 10px;
}

.narrow {
  max-width: 90%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.narrow.right {
  padding-left: 40px;
}

.narrow.home {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.the-content-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  opacity: 1;
}

.the-content-3._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #263693;
}

.the-content-3._1.hide {
  display: none;
}

.the-content-3._2 {
  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;
  background-color: #0b1552;
}

.the-content-3._2.hide {
  display: none;
}

.the-content-3._3 {
  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;
  background-color: #020827;
  color: #fff;
}

.the-content-3._3.hide {
  display: none;
}

.the-content-2-copy {
  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;
}

.the-content-2-copy._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #263693;
  opacity: 1;
}

.the-content-2-copy._1.hide {
  display: none;
}

.the-content-2-copy._2 {
  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;
  background-color: #0b1552;
}

.the-content-2-copy._2.hide {
  display: none;
}

.the-content-2-copy._3 {
  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;
  background-color: #020827;
  color: #fff;
}

.the-content-2-copy._3.hide {
  display: none;
}

.column-7-copy {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-1-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-home {
  position: static;
  display: block;
  height: auto;
}

.home-slide-nav {
  display: block;
}

.the-content-3-copy {
  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;
  opacity: 1;
}

.the-content-3-copy._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #263693;
}

.the-content-3-copy._1.hide {
  display: none;
}

.the-content-3-copy._2 {
  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;
  background-color: #0b1552;
}

.the-content-3-copy._2.hide {
  display: none;
}

.the-content-3-copy._3 {
  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;
  background-color: #020827;
  color: #fff;
}

.the-content-3-copy._3.hide {
  display: none;
}

.home-panel-right._1 {
  background-image: url('../images/glennie-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-panel-right._1.fade-in {
  background-position: 100% 0%;
}

.home-panel-right.southern-stars {
  background-image: url('../images/southern-stars-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-panel-right.southern-stars.fade-in-right {
  background-position: 100% 0%;
}

.home-panel-right._3 {
  background-image: url('../images/jpsmith-home-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-panel-right._3.fade-in {
  background-position: 100% 0%;
}

.home-panel-right.lily {
  background-image: url('../images/jpsmith-home-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-panel-left {
  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-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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-panel-left.fade-in {
  padding-right: 10px;
  padding-left: 10px;
}

.number {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  line-height: 1;
  text-align: center;
}

.numbered {
  display: inline-block;
}

.project-image {
  display: block;
}

.half {
  margin-right: 0px;
  margin-left: 0px;
}

.inline-block {
  display: inline-block;
}

.back-inner {
  position: relative;
}

.fs-slider {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fs-collection-wrapper {
  display: none;
}

.slider-image {
  width: 100%;
  height: 100%;
}

.slide-arrow {
  color: #263693;
}

.slide-arrow:hover {
  color: #979da5;
}

.portfolio-list {
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: transparent;
}

.filter-item {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.filter-link {
  padding: 10px;
  background-color: #263693;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.1;
}

.filter-link:hover {
  background-color: #062f73;
  color: #fff;
}

.filter-link.active {
  background-color: #2fc78a;
}

.filter-link.mixitup-control-active {
  background-color: #2fc78a;
}

.filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-link-text {
  display: inline-block;
}

.filter-wrapper {
  margin-right: -5px;
  margin-bottom: 10px;
  float: left;
}

.casestudy-list-wrapper {
  width: 100%;
}

.casestudy-list-wrapper.hide {
  display: none;
}

.casestudy-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.casestudy-list.width-3 {
  display: block;
}

.casestudy-collection {
  display: block;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.casestudy-collection.size-2 {
  display: block;
  width: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.casestudy-link {
  display: block;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.casestudy-link:hover {
  color: #bebebe;
}

.casestudy-link.size-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 288px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), repeating-radial-gradient(circle closest-side at 50% 50%, #000 100%, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.casestudy-link.size-2 {
  height: 220px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), repeating-radial-gradient(circle closest-side at 50% 50%, #000 100%, #fff);
  background-position: 0% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.casestudy-link-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #000), color-stop(85%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #000 5%, transparent 85%, transparent);
}

.casestudy-thumb-wrap {
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.casestudy-thumb-wrap.bottom {
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.casestudy-thumb-wrap.top {
  margin-top: 10px;
}

.casestudy-thumb-sub-heading {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #bebebe;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.casestudy-thumb-heading {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
}

.project-button-wrap {
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.project-button-wrap.bottom {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.project-button-wrap.top {
  margin-top: 10px;
}

.casestudy-video {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.casestudy-right {
  width: 100%;
}

.casestudy-heading-side {
  display: inline-block;
  color: #bebebe;
  font-size: 1.3rem;
  text-transform: none;
}

.casestudy-heading-side.ml {
  margin-left: 3px;
}

.casestudy-heading-side.ml.mb {
  margin-bottom: 15px;
}

.solutions-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.solutions-list.width-3 {
  display: block;
}

.body-3 {
  background-color: #020827;
}

.project-link-2 {
  display: block;
  height: 180px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #bebebe;
}

.project-link-2:hover {
  color: #fff;
}

.project-link-2.size-2 {
  height: 194px;
}

.project-thumb-heading-2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
}

.body-4 {
  background-color: #020827;
}

.body-5 {
  background-color: #020827;
}

.body-6 {
  background-color: #020827;
}

.sub-menu-wrap-about {
  position: relative;
  background-color: #191867;
}

.sub-menu-wrap-about.w--open {
  position: fixed;
  left: 0%;
  top: 92px;
  right: auto;
  bottom: auto;
}

.sub-menu-wrap-about.hide {
  display: none;
  opacity: 0;
}

.sub-menu-wrap-about._1.hide {
  background-color: #020827;
}

.sub-menu-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-menu-inner-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.sub-menu-inner-about.right {
  background-color: transparent;
}

.button-2 {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 24px 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-radius: 3px;
  background-color: #2fc78a;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.button-2:hover {
  background-color: #263693;
  color: #fff;
}

.button-2.btn-icon {
  margin-bottom: 30px;
  padding-left: 15px;
}

.button-2.button-cta {
  margin-top: 0px;
}

.button-2.button-cta:hover {
  background-color: #263693;
  color: #fff;
}

.button-2.button-cta.back-btn {
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 24px;
}

.button-2.brand-button:hover {
  opacity: 0.8;
  color: #fff;
}

.two-column-section {
  position: relative;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.static-right-column {
  display: block;
  width: 100%;
  margin-top: 0px;
  background-color: transparent;
}

.static-right-column.our-work {
  margin-top: 20px;
}

.rte-dark-bg-2 {
  margin-bottom: 20px;
  color: #2a2828;
}

.sticky-left-column {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: 2;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-2 {
  position: relative;
  top: 40px;
}

.tab-content {
  overflow: visible;
  padding-right: 40px;
  padding-left: 40px;
}

.tabs-2 {
  background-color: #0b1552;
}

.service-tab-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.service-tab-2:hover {
  background-color: #0b1552;
  color: #fff;
}

.service-tab-2.w--current {
  background-color: #0b1552;
  color: #fff;
}

.service-tab-2.w--current:hover {
  background-color: #0b1552;
  color: #fff;
}

.container-3 {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.container-3.text-image-container {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-3.text-image-container.full-width {
  display: block;
}

.static-right-column-2 {
  display: block;
  width: 100%;
  background-color: transparent;
}

.sticky-left-column-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: 2;
  width: 60%;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-menu {
  position: relative;
  top: -40px;
  z-index: 100;
  display: block;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #020827;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slide {
  background-image: url('../images/Blush-logo-NEW-01_b1b42b8b-09b1-4285-8bc3-356a2e13ccc8_x100.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.mask {
  background-color: #0b1552;
}

.slide-2 {
  background-image: url('../images/logo_updated.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/Toowoomba-Hospital-Foundation-Logo.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.partners-grid {
  display: block;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  margin: 10px;
  -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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #020827;
}

.partners-col:hover {
  box-shadow: 2px 2px 12px -1px #020827;
}

.partners-col.graphics {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Icon---Graphics.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partners-col.marketers {
  background-image: url('../images/Icon---Marketer2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partners-col.developers {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Icon---Software-Engineer.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partners-col.it-pro {
  background-image: url('../images/Icon---IT.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partners-col.education {
  background-color: #020827;
  background-image: url('../images/Education_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 225ms ease;
  transition: opacity 225ms ease;
}

.partners-col.health {
  background-image: url('../images/Icon---Health.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners-col.professional {
  background-image: url('../images/random-institute-FDcydLvV7Io-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.partners-col.corporate {
  background-image: url('../images/Icon---Corporate.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partners-col.non-profit {
  background-image: url('../images/Icon---Care_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partners-col.hospitality {
  background-image: url('../images/Icon---Food.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners-col.ag {
  max-width: 350px;
  background-image: url('../images/Icon---Ag_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partners-col.professional-services {
  background-image: url('../images/Icon---Professional-Services.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partners-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partners-heading {
  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;
  color: #2fc78a;
  font-size: 1em;
  font-weight: 300;
}

.partners-heading-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  -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;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.contact-info {
  margin-bottom: 40px;
}

.slide-4 {
  background-image: url('../images/St-Josephs-Tara-logo.jpg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.half-width-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 320px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-toggle-2 {
  padding: 0px 30px 0px 0px;
}

.icon-2 {
  border-style: none;
  border-width: 1px;
  border-color: #e2e2e2;
  background-color: transparent;
  color: #e2e2e2;
}

.dropdown-list-2 {
  display: none;
  background-color: rgba(1, 6, 27, 0.85);
  text-align: center;
}

.dropdown-list-2.hide {
  display: block;
}

.sub-menu-link-2 {
  display: block;
  min-height: 30px;
  padding: 10px 20px;
  color: #c1c1d4;
  font-size: 15px;
  line-height: 4px;
  font-weight: 600;
}

.sub-menu-link-2:hover {
  color: #2fc78a;
}

.sub-menu-link-2.w--current {
  background-color: transparent;
  color: #2fc78a;
}

.sub-menu-link-2.head {
  color: #bebebe;
  text-align: center;
  text-transform: capitalize;
}

.sub-menu-link-2.head:hover {
  color: #fff;
}

.sub-menu-link-2.head.w--current {
  color: #fff;
}

.services-link {
  padding-right: 8px;
}

.wide-left-column {
  display: block;
  width: 100%;
  margin-top: 0px;
  background-color: transparent;
}

.wide-left-column.our-work {
  margin-top: 20px;
}

.narrow-right-column {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: 2;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wide-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.select-field {
  margin-bottom: 7px;
  font-size: 13px;
}

.about-panel-left {
  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-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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-panel-left.fade-in {
  max-width: 600px;
  min-height: 650px;
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  -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;
  text-align: left;
}

.about-panel-right._1 {
  background-image: url('../images/glennie-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.about-panel-right.southern-stars {
  background-image: url('../images/southern-stars-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-panel-right._3 {
  background-image: url('../images/jpsmith-home-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-panel-right.danny {
  background-image: url('../images/glennie-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.about-panel-right.danny.fade-in {
  background-image: url('../images/Indigo_Mar21-39.jpg');
  background-position: 50% 50%;
}

.about-panel-right.lily {
  background-image: url('../images/jpsmith-home-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-panel-right.lily.fade-in {
  background-image: url('../images/Indigo_Mar21-32.jpg');
  background-position: 50% 50%;
}

.about-content {
  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;
}

.about-content._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #263693;
  opacity: 1;
}

.about-content._1.hide {
  display: none;
}

.about-content._2 {
  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;
  background-color: #0b1552;
}

.about-content._2.hide {
  display: none;
}

.about-content._3 {
  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;
  background-color: #020827;
  color: #fff;
}

.about-content._3.hide {
  display: none;
}

.home-panel-right-copy._1 {
  background-image: url('../images/glennie-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-panel-right-copy.southern-stars {
  background-image: url('../images/southern-stars-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-panel-right-copy._3 {
  background-image: url('../images/jpsmith-home-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-panel-right-copy._1 {
  background-image: url('../images/glennie-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.about-panel-right-copy.southern-stars {
  background-image: url('../images/southern-stars-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-panel-right-copy._3 {
  background-image: url('../images/jpsmith-home-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-panel-right-copy.tristan {
  background-image: url('../images/southern-stars-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-panel-right-copy.tristan.fade-in-right {
  background-image: url('../images/609b61bb41ae0f2ae4ac284b_Indigo_Mar21-37-flip.jpg');
  background-position: 50% 50%;
}

.about-panel-left-copy {
  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-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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-panel-left-copy.fade-in-right {
  max-width: 600px;
  min-height: 650px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.right-arrow {
  color: #979da5;
}

.left-arrow {
  color: #979da5;
}

.robot {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-list-3 {
  background-color: rgba(1, 6, 27, 0.85);
  text-align: center;
}

.dropdown-list-3.hide {
  display: block;
}

.dropdown-toggle-3 {
  padding: 0px 30px 0px 0px;
}

.section-3 {
  padding-right: 40px;
  padding-left: 40px;
}

.button-container {
  display: block;
  margin-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.down {
  display: none;
}

.dropdown-innerlist-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px 0px 5px 5px;
  background-color: #0b1552;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.dropdowncontainer {
  position: absolute;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdowncontainer.hide {
  display: none;
}

.dropdown-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.sub-menu-link-3 {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.sub-menu-link-3:hover {
  color: #2fc78a;
}

.sub-menu-link-3.w--current {
  background-color: transparent;
  color: #2fc78a;
}

.sub-menu-link-3.head {
  padding-top: 15px;
  padding-bottom: 0px;
  color: #2fc78a;
  line-height: 0.8rem;
  text-transform: uppercase;
}

.dropdownlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.dropdownlink-container:hover {
  color: #2fc78a;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
}

.navlink:hover {
  color: #2fc78a;
}

.navlink.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: #2fc78a;
  text-transform: capitalize;
}

.dropdownwrapper {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 0px;
}

.nav-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.dropdown-innerlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px 0px 5px 5px;
  background-color: #0b1552;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.navlink-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
}

.navlink-dropdown:hover {
  text-align: left;
}

.navlink-dropdown.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: #2193b0;
  text-transform: capitalize;
}

.navlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navlink-container:hover {
  color: #2fc78a;
}

.text-block-3 {
  padding-right: 10px;
}

.pagination-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.slider.socials {
  height: 230px;
}

.image-15 {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

html.w-mod-js *[data-ix="hide-block-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-block-description"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-block-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="mockup-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-move"] {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-zoom"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="hide-gallery-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-lightbox"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #292c31;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }

  .nav-link:hover {
    background-color: #000;
    color: #fff;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: transparent;
  }

  .nav-link.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }

  .nav-link.color:hover {
    color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .container {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.hero-container.left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .container.text-image-container {
    display: block;
  }

  .container.text-image-container.blog-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.text-image-container.full-width {
    padding-top: 10px;
  }

  .container.cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container.rte-dark-bg {
    padding-top: 40px;
  }

  .container.website-and-marketing {
    padding-bottom: 20px;
  }

  .container.margin {
    padding-top: 0px;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .button.banner-button {
    width: auto;
    margin-top: 0px;
  }

  .button.banner-button.button-blue {
    margin-top: 10px;
  }

  .button.banner-button.button-blue.button-small {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .button.banner-button.button-small {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .button.button-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-align: center;
  }

  .button.button-cta.smaller {
    display: block;
    float: left;
  }

  .button.button-cta.smaller.mb {
    margin-right: 20px;
  }

  .button.button-cta.back-btn {
    display: inline-block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.button-cta.button-text {
    display: inline-block;
  }

  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.about-panels.light-bg {
    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;
  }

  .section.about-panels.light-bg.remove-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section.about-panels.darker-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section.about-panels.darker-bg.remove-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.about-panels.dark-bg {
    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;
  }

  .section.about-panels.dark-bg.remove-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .footer {
    padding: 45px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .footer-social-icon {
    width: 33px;
    height: 33px;
  }

  .feature-image {
    top: 9px;
    right: -288px;
    width: 540px;
  }

  .white-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .hero-main-title {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }

  .hero-main-title.hero-main-title-banner {
    text-align: left;
  }

  .dark-bottom-footer {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .elements-title-wrapper {
    margin-bottom: 30px;
  }

  .logo.w--current {
    margin-left: 0px;
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #1f6fff;
    color: #fff;
    text-align: center;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .hero.banner {
    background-image: none;
  }

  .hero.banner.bg-image {
    background-image: none;
  }

  .hero-overlay-block {
    padding-top: 180px;
    padding-bottom: 180px;
    background-color: rgba(11, 21, 82, 0.15);
  }

  .text-block {
    width: 400px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .div-block-41 {
    border-left-width: 0px;
  }

  .project-section {
    padding-top: 64px;
  }

  .portfolio-introduction {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    background-color: transparent;
  }

  .portfolio-projects {
    width: 100%;
  }

  .project-link-block {
    margin-bottom: 20px;
  }

  .portfolio-middle-column {
    padding-left: 8px;
  }

  .portfolio-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-image-wrapper {
    height: 30vh;
  }

  .service-tab:hover {
    background-color: transparent;
    color: #2fc78a;
  }

  .service-tab.w--current {
    border: 0px none transparent;
    background-color: transparent;
    color: #2fc78a;
  }

  .d-31-section {
    width: 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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-31-card-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .d-31-card {
    width: 420px;
    height: 610px;
  }

  .d-31-card-front {
    -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;
  }

  .d-31-card-image {
    max-height: 85%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .d-31-subheading {
    margin-bottom: 0px;
  }

  .photo._1 {
    background-position: 50% 0%;
  }

  .the-content-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(135deg, #062f73, #0b1552);
    color: #fff;
  }

  .the-content-2._1 {
    background-color: #263693;
    background-image: none;
  }

  .the-content-2._2 {
    background-color: #0b1552;
    background-image: none;
  }

  .the-content-2._3 {
    background-image: none;
  }

  .content1heading {
    text-align: center;
  }

  .services-sub-para {
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog-section {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    display: block;
    text-align: center;
  }

  .nav-link:hover {
    background-color: #0b1552;
  }

  .nav-link._3 {
    text-align: left;
  }

  .nav-link._3.w--current {
    text-align: left;
  }

  .nav-link.last {
    text-align: left;
  }

  .nav-link.wide {
    display: none;
  }

  .navigation-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50vw;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #0b1552;
    text-align: left;
  }

  .banner-ctas {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .tabs.website-and-marketing-tabs {
    margin-top: 0px;
  }

  .sub-menu-wrap._1.hide.desktop-only {
    display: none;
    opacity: 0;
  }

  .sub-menu-wrap._1.hide.mobile-ipad-only {
    display: block;
    width: 100%;
    background-color: transparent;
    opacity: 1;
  }

  .menu-button-2 {
    position: static;
    margin-right: 10px;
    margin-left: auto;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #0b1552;
  }

  .text-image-module {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-image-module.dark-bg {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-image-module.light-bg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-image-module.white-bg {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-image-module.dark-bg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-gallery {
    width: 100%;
  }

  .blog-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rte-dark-bg {
    margin-top: 20px;
  }

  .full-image-module {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cards-section.dark-bg.cards-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .team-link {
    height: 300px;
  }

  .team-tab-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .narrow {
    max-width: 100%;
  }

  .the-content-3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(135deg, #062f73, #0b1552);
    color: #fff;
  }

  .the-content-3._1 {
    background-color: #263693;
    background-image: none;
  }

  .the-content-3._2 {
    background-color: #0b1552;
    background-image: none;
  }

  .the-content-3._3 {
    background-image: none;
  }

  .the-content-2-copy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
  }

  .the-content-2-copy._1 {
    background-color: #263693;
    background-image: none;
  }

  .the-content-2-copy._2 {
    background-color: #0b1552;
    background-image: none;
  }

  .the-content-2-copy._3 {
    background-image: none;
  }

  .the-content-3-copy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(135deg, #062f73, #0b1552);
    color: #fff;
  }

  .the-content-3-copy._1 {
    background-color: #263693;
    background-image: none;
  }

  .the-content-3-copy._2 {
    background-color: #0b1552;
    background-image: none;
  }

  .the-content-3-copy._3 {
    background-image: none;
  }

  .portfolio-list {
    width: 100%;
    margin-bottom: 40px;
  }

  .filter-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .filter-wrapper {
    display: block;
    margin-right: 0px;
  }

  .project-link-2.size-2 {
    height: 109px;
  }

  .button-2.btn-icon.button-text {
    margin-bottom: 10px;
  }

  .two-column-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .static-right-column {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .sticky-left-column {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .sticky-left-column.remove-margin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .static-right-column-2 {
    width: 100%;
  }

  .sticky-left-column-2 {
    position: static;
    width: 100%;
    padding-top: 24px;
    padding-right: 0px;
    background-color: transparent;
  }

  .tab-menu {
    position: static;
    top: -100px;
    display: block;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .partners-col.graphics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partners-col.ag {
    max-width: 325px;
  }

  .partners-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-info {
    margin-bottom: 20px;
  }

  .contact-box {
    float: left;
  }

  .wide-left-column {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .narrow-right-column {
    position: static;
    width: 100%;
    margin-top: 0px;
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .about-panel-left.fade-in {
    max-width: 90%;
    min-height: auto;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-panel-right.danny.fade-in {
    min-height: 400px;
    background-position: 50% 30%;
  }

  .about-panel-right.lily.fade-in {
    min-height: 400px;
    background-position: 50% 32%;
  }

  .about-content {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
    color: #fff;
  }

  .about-content._1 {
    background-color: #263693;
    background-image: none;
  }

  .about-content._2 {
    background-color: #0b1552;
    background-image: none;
  }

  .about-content._3 {
    background-image: none;
  }

  .about-panel-right-copy.tristan.fade-in-right {
    min-height: 400px;
    background-position: 50% 35%;
  }

  .about-panel-left-copy.fade-in-right {
    max-width: 95%;
    min-height: auto;
    padding-top: 20px;
  }

  .div-block-47 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    -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;
    color: transparent;
    font-size: 18px;
    cursor: pointer;
  }

  .dropdown-innerlist-2 {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdowncontainer {
    position: relative;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #0b1552;
    color: #000;
  }

  .dropdown-list-4 {
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 0px;
    box-shadow: none;
    color: transparent;
  }

  .sub-menu-link-3 {
    color: #bebebe;
    text-align: left;
  }

  .dropdownlink-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .icon-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #e2e2e2;
    font-size: 34px;
  }

  .icon-5:hover {
    color: #2fc78a;
  }

  .nav-menu-2 {
    height: auto;
    background-color: #0b1552;
    box-shadow: 0 7px 10px -6px rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .navlink {
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navlink:hover {
    color: #2fc78a;
    text-decoration: none;
  }

  .navlink.w--current {
    padding: 10px 15px;
    text-decoration: none;
  }

  .menu-button-3 {
    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;
  }

  .menu-button-3.w--open {
    background-color: transparent;
  }

  .nav-wrap-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .dropdown-innerlist {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none;
  }

  .navlink-dropdown {
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
  }

  .navlink-dropdown:hover {
    color: #2193b0;
    text-decoration: none;
  }

  .navlink-dropdown.w--current {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
  }

  .slider {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container.hero-container.left {
    padding-right: 25px;
    padding-left: 0px;
  }

  .container.hero-container.left.learn {
    padding-right: 0px;
  }

  .container.hero-container.left._404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.bottom-footer {
    border-radius: 0px;
  }

  .container.footer-container {
    margin-bottom: 0px;
    border-width: 0px;
    border-radius: 0px;
  }

  .container.spacing {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container.text-image-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.cta-container {
    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;
  }

  .container.text-image-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.rte-dark-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.margin.tablet-margin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.full {
    margin-top: 10px;
  }

  .button.cta-button {
    width: 50%;
    float: none;
  }

  .button.button-cta {
    margin-left: 0px;
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.button-cta.smaller.muted-green {
    width: 105px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    text-align: center;
  }

  .section {
    padding: 0px 25px;
  }

  .section.cta-section {
    padding: 0px 25px;
    text-align: center;
  }

  .section.home-panels.light-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.home-panels.darker-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section.home-panels.dark-bg {
    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;
  }

  .section.case-study {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .element-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding: 0px;
  }

  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-row.block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .footer-column.last {
    padding-bottom: 0px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }

  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .feature-image {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .dark-field.half-width {
    width: 100%;
    margin-right: 0px;
  }

  .dark-field.half-width.last {
    width: 100%;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .feature-info-row {
    margin-top: 0px;
  }

  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0px;
    font-size: 16px;
    line-height: 25px;
  }

  .hero-main-title.hero-main-title-banner {
    margin-bottom: 0px;
  }

  .dark-bottom-footer {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .footer-row-bottom {
    margin-bottom: 20px;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }

  .contact-info-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-overlay-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-block {
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .contact-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .contact-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-map-block {
    height: 300px;
  }

  .contact-map-wrapper {
    height: auto;
  }

  .logo {
    margin-left: 0px;
  }

  .logo.w--current {
    margin-top: 0px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .hero {
    height: auto;
  }

  .hero.banner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero.banner.bg-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero.banner.bg-image.learn {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-overlay-block {
    padding: 130px 25px;
  }

  .text-block {
    width: 100%;
  }

  .dark-cta-title {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
    float: none;
    font-size: 21px;
  }

  .fields-column-left {
    padding-right: 0px;
  }

  .portfolio-introduction {
    margin-bottom: 20px;
  }

  .tabs-menu {
    display: block;
    padding-right: 34px;
    padding-left: 34px;
    -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;
  }

  .image-13 {
    width: 250px;
  }

  .column-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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-image-module.dark-bg {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-image-module.white-bg {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-image-module.dark-bg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-link {
    height: 120px;
    background-position: 50% 50%;
  }

  .rte-dark-bg {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-section.dark-bg.cards-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-link {
    height: 250px;
  }

  .narrow {
    max-width: 100%;
  }

  .narrow.right {
    padding-left: 0px;
  }

  .column-1-copy {
    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;
  }

  .home-panel-right._1.fade-in {
    min-height: 280px;
  }

  .home-panel-right.southern-stars.fade-in-right {
    min-height: 280px;
  }

  .home-panel-right._3.fade-in {
    min-height: 280px;
  }

  .solutions-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-link-2.size-2 {
    height: 125px;
  }

  .sticky-left-column {
    margin-top: 20px;
    padding-top: 0px;
  }

  .sticky-left-column.remove-margin {
    padding-top: 0px;
  }

  .tab-content {
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-3.text-image-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-menu {
    display: block;
    padding-right: 20px;
    padding-left: 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;
  }

  .partners-col.ag {
    max-width: 240px;
  }

  .partners-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 29px;
    text-align: center;
  }

  .partners-heading {
    font-size: 0.8em;
  }

  .about-panel-left.fade-in {
    margin-right: 25px;
    margin-left: 25px;
  }

  .about-panel-left-copy.fade-in-right {
    margin-right: 25px;
    margin-left: 25px;
  }

  .down {
    width: auto;
  }

  .dropdown-innerlist-2 {
    max-width: 100%;
  }

  .dropdowncontainer {
    display: none;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  blockquote {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 15px;
    border-left-width: 3px;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.hero-container.left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.hero-container.left._404 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.cta-container {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.website-and-marketing {
    padding-bottom: 0px;
  }

  .container.blog {
    width: 100%;
  }

  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.full-submit {
    font-size: 14px;
  }

  .button.cta-button {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.banner-button.button-blue {
    padding: 8px 15px;
  }

  .button.banner-button.button-blue.button-small {
    margin-right: 10px;
    padding: 8px 15px;
    font-size: 14px;
  }

  .button.banner-button.button-blue.button-small.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.banner-button.button-blue.button-small.phone {
    padding: 10px 20px;
    font-size: 15px;
  }

  .button.banner-button.button-small.email {
    padding: 10px 20px;
    font-size: 15px;
  }

  .button.btn-icon.button-text {
    padding-right: 30px;
  }

  .section {
    padding: 0px 20px;
  }

  .section.contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.cta-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.blue-cta-section {
    text-align: center;
  }

  .section.home-panels.light-bg {
    min-height: 600px;
  }

  .section.case-study {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }

  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 65px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .dark-field.area {
    width: 100%;
    height: 98px;
  }

  .dark-field.half-width {
    width: 100%;
  }

  .dark-field.half-width.last {
    width: 100%;
  }

  .white-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .hero-main-title {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-main-title.hero-main-title-banner {
    max-width: 100%;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .contact-info-title {
    font-size: 1rem;
  }

  .contact-info-list {
    margin-bottom: 0px;
  }

  .contact-info-list-item {
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 4px;
    padding-right: 15px;
    padding-left: 0px;
  }

  .contact-info-icon {
    margin-right: 6px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .contact-form-block {
    padding: 0px;
  }

  .elements-title-wrapper {
    margin-bottom: 20px;
  }

  .logo {
    position: static;
    left: 0px;
    top: 26px;
    right: auto;
    bottom: auto;
    width: 65%;
  }

  .logo.w--current {
    position: static;
    width: 200px;
    margin-top: 0px;
    padding-left: 0px;
    -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;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0px;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }

  .hero.banner {
    padding: 10px 20px;
  }

  .hero.banner.bg-image.learn {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-overlay-block {
    padding: 60px 15px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
    text-align: center;
  }

  .project-section {
    padding-top: 48px;
  }

  .container-wide {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .project-link-block {
    margin-bottom: 48px;
  }

  .portfolio-middle-column {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }

  .portfolio-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .blog-image-wrapper {
    height: 40vh;
  }

  .mobile-none {
    display: none;
  }

  .tabs-menu {
    text-align: center;
  }

  .service-tab {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .service-tab.w--current {
    text-align: center;
  }

  .service-tab.w--current:hover {
    background-color: transparent;
    color: #2fc78a;
  }

  .image-13 {
    width: 220px;
  }

  .d-31-card {
    width: 280px;
    height: 440px;
  }

  .photo._2 {
    height: 500px;
  }

  .photo._1 {
    height: 500px;
  }

  .photo._3 {
    height: 500px;
  }

  .content-holder {
    max-height: 300px;
  }

  .column-7 {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .content1heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .services-sub-para {
    font-size: 12px;
    line-height: 16px;
  }

  .blog-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .banner-ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tabs.website-and-marketing-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .menu-button-2 {
    position: relative;
    top: 5px;
  }

  .menu-button-2.w--open {
    background-color: #0b1552;
  }

  .text-image-module.dark-bg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-image-module.white-bg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-image-module.dark-bg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-14 {
    display: block;
    width: 200px;
  }

  .rte-banner.banner {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .blog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-icon {
    top: 13px;
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .project-list {
    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;
  }

  .project-link {
    height: 140px;
  }

  .rte-dark-bg {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cta-icon {
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .full-image-module {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cards-section.dark-bg.cards-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-link {
    height: 120px;
  }

  .content-holder-copy {
    max-height: 300px;
  }

  .column-7-copy {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-panel-right._1.fade-in {
    min-height: 300px;
  }

  .home-panel-right._3.fade-in {
    min-height: 300px;
  }

  .home-panel-left {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-panel-left.fade-in {
    height: 350px;
  }

  .home-panel-left.fade-in-right {
    height: 350px;
  }

  .portfolio-list {
    margin-bottom: 20px;
  }

  .solutions-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-link-2.size-2 {
    height: 140px;
  }

  .button-2 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .two-column-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sticky-left-column {
    margin-top: 10px;
    padding-top: 10px;
  }

  .sticky-left-column.remove-margin {
    padding-top: 10px;
  }

  .tab-content {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-tab-2 {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .service-tab-2.w--current {
    text-align: center;
  }

  .tab-menu {
    display: block;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b1552;
    text-align: center;
  }

  .partners-col.ag {
    max-width: none;
  }

  .partners-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .narrow-right-column {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .select-field {
    width: 100%;
  }

  .about-panel-left {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-panel-left.fade-in {
    display: block;
    height: 100%;
    min-height: 100%;
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .about-panel-right.danny.fade-in {
    background-position: 60% 50%;
  }

  .about-panel-right.lily.fade-in {
    background-position: 66% 50%;
  }

  .about-content-holder {
    max-height: none;
  }

  .about-panel-left-copy {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-panel-left-copy.fade-in-right {
    height: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-2 {
    margin-right: 10px;
  }

  .button-text {
    margin-right: 10px;
    font-size: 14px;
  }

  .icon-3 {
    margin-right: 0px;
    margin-left: 40px;
  }

  .icon-4 {
    margin-left: 0px;
  }

  .nav-menu-2 {
    position: absolute;
  }
}

#w-node-_42acd657-5774-0aef-6bd5-1a7adee4bd3b-dee4bd39 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_42acd657-5774-0aef-6bd5-1a7adee4bd47-dee4bd39 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_14486c4f-5499-57ab-8c33-011d7d44b5d2-7d44b5d0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_14486c4f-5499-57ab-8c33-011d7d44b5db-7d44b5d0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fea63930-c761-65ff-d1cf-37be8af1caf0-cddbbe9c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fea63930-c761-65ff-d1cf-37be8af1cb12-cddbbe9c {
  -ms-grid-column-align: end;
  justify-self: end;
}

