body {
  font-family: Roboto, sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3em;
  font-weight: 300;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.4em;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul {
  margin-top: 29px;
  margin-bottom: 29px;
  padding-right: 94px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

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

li {
  margin-bottom: 12px;
  color: #313131;
}

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

blockquote {
  margin: 40px 77px;
  padding: 10px 20px;
  border-left: 8px solid #089abf;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bo-bottom-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(9, 106, 208, 0.2);
}

.section.blue {
  background-color: #096ad0;
  color: #313131;
}

.section.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.full-screen.background-image-side {
  min-height: 70vh;
  background-color: rgba(119, 119, 119, 0.2);
}

.section.full-screen.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.light-blue {
  border-style: none;
  background-color: rgba(9, 106, 208, 0.04);
}

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

.section.wider-padding.background-image {
  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;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section.wider-padding.border {
  border-top: 1px solid rgba(9, 106, 208, 0.04);
  border-bottom: 1px solid rgba(9, 106, 208, 0.04);
}

.section.wider-padding.map {
  padding-top: 240px;
  padding-bottom: 240px;
  background-position: 50% 50%;
}

.section.light-blue {
  background-color: rgba(9, 106, 208, 0.08);
}

.section.blue {
  background-color: #096ad0;
  color: #096ad0;
}

.section.background-image {
  height: 600px;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0px 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.section.half-screen-background-image.right {
  background-position: 100% 50%;
}

.section.black {
  background-color: #1f2c3d;
}

.section.black._80vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  min-height: 800px;
  -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;
  background-color: #007890;
  font-size: 18px;
}

.section.black.legos {
  overflow: visible;
  padding-top: 138px;
  padding-bottom: 0px;
}

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

.section.page-header.image {
  padding-bottom: 160px;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.top-divider {
  border-top: 1px solid rgba(9, 106, 208, 0.2);
}

.section.pale-blue {
  background-color: rgba(9, 106, 208, 0.04);
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.wrapper.grid-container {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
}

.wrapper.space-around {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.lg-negative-margins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: -80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.introduction {
  position: absolute;
  z-index: -1;
  height: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.wrapper.mobile-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
}

.color-block {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.2);
}

.color-block.steel-blue {
  background-color: #313131;
}

.color-block.black {
  background-color: #1f2c3d;
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border: 1px solid #3d9afc;
}

.color-block.light-blue {
  border-style: none;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: -15px;
  margin-left: -15px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid.intro {
  height: 100%;
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

.block.lg-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-overlay {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(9, 106, 208, 0.05);
  border-left: 1px solid rgba(9, 106, 208, 0.05);
}

.column-overlay.white {
  border-right-color: hsla(0, 0%, 100%, 0.08);
  border-left-color: hsla(0, 0%, 100%, 0.08);
}

.centre-align {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.centre-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-4 {
  width: 25%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-4.sm-2.lg-vertical-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-4.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.centre-align {
  -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;
}

.col.lg-6.centre-align-vertical {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-6.md-3.sm-2 {
  width: 60%;
}

.col.lg-6.sm-margin-bottom.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-8.flex-stretch.md-4 {
  width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-12 {
  width: 100%;
}

.col.third {
  width: 33%;
}

.paragraph-small {
  color: rgba(46, 46, 46, 0.6);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-small.no-top-margins {
  margin-top: 0px;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-right: 8px;
  margin-left: 8px;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.paragraph-small.footer {
  margin-bottom: 0px;
  font-size: 13px;
}

.paragraph-small.location {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  text-transform: none;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.flex-horizontal {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.flex-horizontal.blue.padding {
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0px;
}

.row.centre-align {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.align-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 40px;
  background-color: #313131;
  box-shadow: 0 4px 11px 0 rgba(61, 61, 61, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  background-color: #313131;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  background-color: transparent;
  box-shadow: none;
  color: #313131;
}

.button.ghost:hover {
  background-color: #313131;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.ghost.reversed {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.ghost.reversed:hover {
  background-color: #fff;
  color: #313131;
}

.button.reversed {
  background-color: #fff;
  color: #313131;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  width: 100%;
  text-align: center;
}

.button.margin-left {
  margin-right: 20px;
  box-shadow: 0 4px 11px 0 rgba(70, 70, 70, 0.33);
}

.button.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.button.form-button {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 0px 3px 3px 0px;
  box-shadow: none;
  font-size: 14px;
}

.button.white {
  margin-right: 20px;
  margin-bottom: 20px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.1);
  color: rgba(46, 46, 46, 0.6);
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.navbar.fixed {
  position: fixed;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #1f2c3d;
}

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

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

.margin-bottom.align-left {
  text-align: left;
}

.form {
  width: 100%;
  margin-bottom: 0px;
}

.form-field {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
  color: #313131;
}

.form-field::-webkit-input-placeholder {
  color: #313131;
}

.form-field:-ms-input-placeholder {
  color: #313131;
}

.form-field::-ms-input-placeholder {
  color: #313131;
}

.form-field::placeholder {
  color: #313131;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(0, 0, 0, 0.04);
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.no-bottom-margins.search {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}

.form-field.no-bottom-margins.search.border {
  margin-right: 16px;
  padding-top: 21px;
  padding-bottom: 21px;
  border: 1px solid #cacaca;
  border-radius: 60px;
}

.form-field.no-bottom-margins.search.border.preheader {
  padding: 0px 16px;
  line-height: 14px;
}

.form-field.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.text-area {
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  color: #313131;
}

.text-area::-webkit-input-placeholder {
  color: #313131;
}

.text-area:-ms-input-placeholder {
  color: #313131;
}

.text-area::-ms-input-placeholder {
  color: #313131;
}

.text-area::placeholder {
  color: #313131;
}

.page-preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2c3d;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, #313131);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.page-wrapper {
  overflow: hidden;
  padding-top: 0px;
}

.price-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
}

.price-table-container.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-table-container.link {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
  text-decoration: none;
}

.price-table-container.link:hover {
  border-color: #313131;
}

.logo {
  position: absolute;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.rel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.rel.w--current {
  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;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 6px;
  background-color: rgba(9, 106, 208, 0.06);
}

.styleguide-caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.white {
  color: #fff;
  font-weight: 300;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.blue {
  background-color: #313131;
}

.horizontal-line.light {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(41, 127, 202, 0.8);
  color: #313131;
}

.horizontal-line.light.white {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #444;
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}

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

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-link.spacing.last {
  margin-right: 0px;
}

.footer-link.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.footer-link.large {
  font-size: 23px;
}

.social-media-icon {
  padding: 8px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  padding: 60px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  background-color: #fff;
  box-shadow: 10px 0 80px 0 rgba(31, 44, 61, 0.1);
}

.contact-form-container.card.white-background {
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.contact-form-container.card {
  margin-top: 60px;
  padding: 60px 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  background-color: #fff;
  box-shadow: none;
}

.icon {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.light-blue {
  background-color: rgba(9, 106, 208, 0.04);
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-right: 8px;
  margin-left: 24px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-right: 16px;
  margin-left: 0px;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.answer._2 {
  margin-left: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-container.transparent {
  margin-bottom: 16px;
  padding: 10px 0px;
  border-style: none;
  background-color: transparent;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -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-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 50%;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.service-icon._2 {
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  border-color: #313131;
  color: #313131;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-2 {
  position: relative;
  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;
  -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;
  background-color: #fff;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #313131;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #313131;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #313131;
  font-weight: 700;
}

.nav-link-2.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-2.border:hover {
  background-color: #313131;
  color: #fff;
}

.nav-link-2.border.cta {
  background-color: #313131;
  color: #fff;
}

.nav-link-2.dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 150ms ease, color 200ms ease;
  transition: opacity 150ms ease, color 200ms ease;
  color: rgba(9, 106, 208, 0.6);
  text-decoration: none;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: #313131;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -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;
  box-shadow: 0 1px 7px 0 #c2c2c2;
}

.nav-bar.sample-website {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.nav-logo-2 {
  padding: 24px 65px;
  background-color: #7c7c7c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-logo-2.w--current {
  padding: 15px 40px;
  background-color: #e0e0e0;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-grid {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 60px;
  background-color: #1f2c3d;
  color: #fff;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.blue {
  background-color: #313131;
}

.partner-logo {
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.styleguide-small-divider {
  width: 100%;
  margin-top: 0px;
  opacity: 0.3;
}

.no-bottom-margins {
  margin-bottom: 0px;
}

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

.column-image {
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.column-image:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide {
  background-color: transparent;
}

.slide.small {
  width: 70%;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-arrow {
  color: #313131;
}

.slide-nav {
  color: #313131;
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.small-icon {
  display: block;
  margin-right: 16px;
  float: left;
}

.inline-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.components-list-container {
  display: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1f2c3d;
}

.components-list-container._2 {
  display: none;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-stretch {
  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;
}

.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-horizontal-justify-start-align-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  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;
}

.flex-horizontal.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog-thumbnail-container {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.blog-thumbnail-container:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
}

.masonry-div.vertical {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link {
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 0.5;
  color: #313131;
  text-align: center;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

.intro-hero-headline {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -3px;
}

.intro-paragraph {
  opacity: 0.5;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.intro-paragraph.short-paragraph.tm {
  margin-top: 30px;
}

.big-brick {
  width: 150px;
}

.big-brick._1 {
  margin-left: -50px;
}

.big-brick._2 {
  margin-top: 20px;
  margin-right: -150px;
}

.big-brick._3 {
  position: relative;
  margin-top: 20px;
  margin-left: -200px;
}

.big-brick._4 {
  position: relative;
  z-index: 1;
}

.small-brick {
  width: 100px;
}

.small-brick._2 {
  margin-top: 20px;
  margin-left: -50px;
}

.bricks-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -66px;
  margin-bottom: 238px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.white-bricks {
  position: relative;
  z-index: 1;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blue-bricks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centred-logo-container {
  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;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dark-blue {
  background-color: #1f2c3d;
}

.nav-link {
  padding: 26px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.cta {
  background-color: #313131;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.back-to-legowerk-link {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
  padding: 8px 14px;
  border-radius: 90px;
  background-color: #1f2c3d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-container {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 36px;
  background-color: #1f2c3d;
}

.components-wrapper {
  overflow: hidden;
  border-style: solid none;
  border-width: 20px;
  border-color: rgba(9, 106, 208, 0.2);
}

.hover.hover-on-image {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  padding: 30px;
  background-color: #e4f1fd;
  opacity: 1;
}

.portrait-container {
  position: relative;
  margin-bottom: 30px;
}

.team-small-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.div-block-29 {
  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;
}

.image-9 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.form-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-with-button.horizontal.search {
  max-width: 400px;
}

.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.testimonial-container.border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 3px;
  background-color: #fff;
}

.quotation-mark {
  margin-right: 24px;
  opacity: 0.1;
}

.slider-3 {
  height: 100%;
  background-color: transparent;
}

.slide-nav-2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
}

.hide {
  display: none;
}

.flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e2e2e2;
}

.horizontal-short-line {
  height: 1px;
  margin-right: -50px;
  margin-left: -50px;
  background-color: rgba(9, 106, 208, 0.2);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: inline;
  margin-right: 6px;
  margin-left: 6px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 50px;
  background-color: #313131;
}

.team-small-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
  display: block;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.half-screen-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -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;
}

.page-title {
  color: #fff;
}

.short-paragraph {
  width: 75%;
}

.short-paragraph.hp {
  font-size: 24px;
}

.div-block-33 {
  width: 100%;
}

.app-download-button {
  margin-right: 30px;
  float: left;
}

.feature-icon-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.value-proposition-hero-image.margin-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.computer-image {
  position: absolute;
  width: 70vw;
  margin-left: 10vw;
}

.computer-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-3.centre-align {
  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;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  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;
  background-image: none;
}

.border-to-edge-picture {
  position: relative;
  top: 0px;
  width: 100vw;
  height: 600px;
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0px;
}

.intro-feature-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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;
  border-radius: 3px;
}

.intro-feature-container.bottom-right {
  -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;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

.features-mac {
  margin-right: -30px;
  margin-bottom: -30px;
}

.mac-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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-35 {
  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;
}

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

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

.starter-website-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: -208px;
  margin-bottom: -75px;
}

.success-message {
  background-color: rgba(9, 106, 208, 0.04);
}

.footer-heading {
  margin-bottom: 20px;
  text-decoration: none;
}

.div-block-39 {
  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;
}

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

.footer-logo-2 {
  margin-bottom: 40px;
}

.avatar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-width {
  width: 100%;
}

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

.low-opacity {
  color: rgba(46, 46, 46, 0.6);
}

.feature-image {
  height: 60px;
}

.masonry-div-header {
  color: #fff;
}

.centred-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.video-placeholder {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.lightbox-link:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.transparent-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.6;
  color: #313131;
  font-size: 15px;
}

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

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  border-color: #313131;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}

.small-slide {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

.date-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.value-point-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: center;
}

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-thumbnail {
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.blog-thumbnail:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.blog-tag {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 6px 10px;
  background-color: #313131;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-content-preview-container {
  position: relative;
  margin-top: -37px;
}

.back-icon {
  margin-right: 8px;
}

.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: 320px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.shadow {
  position: absolute;
  left: 16px;
  top: 20px;
  bottom: 0px;
  z-index: 0;
}

.shadow._1 {
  left: auto;
  top: auto;
  right: 2px;
  bottom: -10px;
}

.video-preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}

.play-icon-1 {
  position: relative;
  z-index: 2;
}

.video-preview-container {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-preview-container:hover {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.acme-logomark {
  margin-right: 10px;
}

.map {
  overflow: hidden;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.lightbox-image:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.how-it-works-line {
  position: absolute;
  top: 315px;
  width: 100vw;
  height: 1px;
  background-color: rgba(9, 106, 208, 0.2);
}

.how-it-works-step {
  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;
}

.step-number {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #096ad0;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(31, 44, 61, 0.1);
}

.how-it-works-tab {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  text-decoration: none;
}

.body {
  font-family: 'PT Sans', sans-serif;
}

.heading {
  color: #313131;
}

.main-link {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
}

.main-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pulse-forward-logo {
  width: 300px;
}

.heading-2 {
  color: #3d3d3d;
}

.publication-thumb {
  padding-top: 67px;
  padding-bottom: 67px;
  background-color: #f2f2f2;
}

.publication-thumb.tall {
  width: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: #6e6e6e;
}

.resource-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  padding: 20px 26px;
  background-color: #f1f1f1;
}

.resource-filter.pattern {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #004887;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 72, 135, 0.95)), to(rgba(0, 72, 135, 0.95))), url('../images/topo-ptrn.png');
  background-image: linear-gradient(180deg, rgba(0, 72, 135, 0.95), rgba(0, 72, 135, 0.95)), url('../images/topo-ptrn.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.resource-filter.publication {
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff3e7;
}

.resource-filter.publication.alt {
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.resource-filter.publication.alt.search-separate {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-2 {
  color: #272727;
}

.related-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.results--pager__item {
  margin-right: 0.4rem;
  margin-bottom: 0.333rem;
  padding: 0.5rem 0.65rem;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 2rem;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
  color: #313131;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.results--pager__item:hover {
  border-color: rgba(46, 46, 46, 0.6);
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.6);
}

.results--pager__item.current {
  border-color: #313131;
  background-color: #313131;
  color: #fff;
  text-decoration: none;
}

.results--pager__item.asbutton {
  border-color: #089abf;
  background-color: #089abf;
  color: #fff;
}

.results--pager__item.activeitem {
  border-color: #f28010;
  background-color: #f28010;
  font-family: 'Merriweather Sans', sans-serif;
  color: #fff;
}

.results--pager__item.mw {
  border-color: #089abf;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Merriweather Sans', sans-serif;
  color: #089abf;
}

.results--pager__item.mw:hover {
  background-color: #089abf;
  color: #fff;
}

.publication-desc {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.publication-desc.large {
  font-size: 20px;
}

.footer-text-no-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #444;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-text-no-link:hover {
  opacity: 1;
}

.footer-text-no-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-text-no-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-text-no-link.spacing.last {
  margin-right: 0px;
}

.footer-text-no-link.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-text-no-link.no-padding.last {
  margin-right: -20px;
}

.filters {
  margin-right: 24px;
}

.dropdown-toggle {
  margin-right: 31px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.dropdown-toggle.border {
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  border-radius: 25px;
}

.dropdown-toggle.border.first-item {
  margin-right: 24px;
}

.featured-publication {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  padding: 20px 26px;
  background-color: #e4e4e4;
}

.featured-publication-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.featured-publication-container.no-border {
  border-style: none;
}

.featured-publication-container.no-border:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.action-alert-tag {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin: 0px auto 13px;
  padding: 6px 15px 5px;
  float: none;
  clear: none;
  background-color: #424242;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.action-alert-tag.large {
  background-color: #f28010;
  font-family: 'Merriweather Sans', sans-serif;
  letter-spacing: 1px;
}

.text-block-3 {
  color: #313131;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-2.first-item {
  border-right: 1px solid #fff;
}

.date {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(46, 46, 46, 0.6);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.date.no-top-margins {
  margin-top: 0px;
}

.date.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.date.divider-line {
  margin-right: 8px;
  margin-left: 8px;
}

.date.short-paragraph {
  width: 75%;
}

.date.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.date.footer {
  margin-bottom: 0px;
  font-size: 13px;
}

.hp-event {
  font-size: 22px;
}

.hp-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.read-more-link {
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: right;
  text-decoration: underline;
}

.intro-text {
  margin-bottom: 37px;
  color: #004887;
  font-size: 22px;
  font-weight: 400;
}

.content-image-container {
  display: block;
  overflow: hidden;
  width: 40%;
  margin: 0px auto 43px 48px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption {
  margin-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.topic-tag {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin: 0px 11px 13px auto;
  padding: 4px 10px 2px;
  float: none;
  clear: none;
  background-color: #6d6d6d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.resource-thumb-content {
  padding: 20px 20px 16px;
}

.resource-thumb-content.full-width {
  width: 75%;
  padding-left: 25px;
}

.button-2 {
  margin-right: 15px;
  margin-bottom: 12px;
  padding: 7px 25px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 40px;
  background-color: #313131;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.button-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  background-color: #313131;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.resource-type {
  margin-bottom: 10px;
  color: rgba(36, 36, 36, 0.6);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.resource-thumb-img-container.full-wdith {
  width: 40%;
}

.image-text-combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 0px;
}

.image-text-combo.last {
  border-bottom-style: none;
}

.bio-thumb {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #f2f2f2;
}

.bio-thumb-wrap {
  width: 25%;
}

.paragraph-small-2 {
  color: #313131;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-2 {
  margin-right: 22px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.form-field-2 {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(236, 236, 236, 0.6);
  background-image: none;
  color: #313131;
}

.form-field-2::-webkit-input-placeholder {
  color: #313131;
}

.form-field-2:-ms-input-placeholder {
  color: #313131;
}

.form-field-2::-ms-input-placeholder {
  color: #313131;
}

.form-field-2::placeholder {
  color: #313131;
}

.text-area-2 {
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(236, 236, 236, 0.6);
  color: #313131;
}

.text-area-2::-webkit-input-placeholder {
  color: #313131;
}

.text-area-2:-ms-input-placeholder {
  color: #313131;
}

.text-area-2::-ms-input-placeholder {
  color: #313131;
}

.text-area-2::placeholder {
  color: #313131;
}

.law-help-block {
  margin-top: 33px;
}

.header__wrapper {
  position: relative;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 6px 17px -2px rgba(31, 44, 61, 0.18);
}

.site-width__wrap {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.logo__wrapper {
  width: 150px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.logo__wrapper.pt0 {
  padding-top: 0px;
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.main-menu-link {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Merriweather Sans', sans-serif;
  color: #004887;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.main-menu-link:hover {
  border-color: #f1f9ff;
  background-color: #f1f9ff;
  color: #1f2c3d;
}

.main-menu-link.ht {
  margin-right: 0px;
}

.btn {
  padding: 10px 25px;
  border: 2px solid #089abf;
  border-radius: 40px;
  background-color: #089abf;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.btn:hover {
  border-color: #f28010;
  background-color: #f28010;
}

.btn.highlight {
  border-color: #f28010;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #f28010;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.btn.highlight:hover {
  background-color: #f28010;
  color: #fff;
}

.btn.highlight.menu.hidden {
  display: none;
}

.btn.sml {
  padding: 9px 12px;
}

.btn.sml:hover {
  border-color: #f28010;
  background-color: #f28010;
}

.btn.mini {
  padding: 4px 11px;
  font-size: 14px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.la-icon {
  font-family: 'Line awesome', sans-serif;
}

.la-icon.sm {
  font-size: 14px;
}

.la-icon.sm.menuitem {
  padding-left: 6px;
}

.section__wrapper.fullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.section__wrapper.fullheight.pattern {
  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;
  background-color: #1f2c3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 44, 61, 0.95)), to(rgba(31, 44, 61, 0.95))), url('../images/topo-ptrn.png');
  background-image: linear-gradient(180deg, rgba(31, 44, 61, 0.95), rgba(31, 44, 61, 0.95)), url('../images/topo-ptrn.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section__wrapper.ltblu-below-pagetitle {
  position: relative;
  padding-top: 40px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(77%, rgba(8, 154, 191, 0.15)), color-stop(0, #fff));
  background-image: linear-gradient(180deg, rgba(8, 154, 191, 0.15) 77%, #fff 0);
}

.bg-img__wrapper {
  min-height: 75vh;
  background-image: url('../images/california-coastline-sunset.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bg-img__wrapper.gradient--overlay {
  background-image: linear-gradient(96deg, hsla(0, 0%, 100%, 0.82) 19%, rgba(0, 72, 135, 0.05)), url('../images/california-coastline-sunset.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.bg-img__wrapper.gradient--overlay.new {
  background-image: linear-gradient(96deg, hsla(0, 0%, 100%, 0.82) 19%, rgba(0, 72, 135, 0.05)), url('../images/wei-gao-T6h5W7LI0_c-unsplash.jpg');
}

.hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100%;
  min-height: 75vh;
  -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;
}

.hero--contents__wrap {
  width: 40%;
}

.hero-h1 {
  font-family: 'Merriweather Sans', sans-serif;
  color: #004887;
  font-weight: 600;
}

.subheading-h1 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

.half-half__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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;
}

.col-6 {
  width: 49%;
}

.col-6.text-right {
  padding-left: 32px;
}

.bolded {
  font-weight: 500;
}

.image-border {
  padding: 8px;
  background-color: #fff;
}

.half-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-half.blue-bg {
  background-color: rgba(8, 154, 191, 0.15);
}

.image-bleed-left {
  width: 50%;
  min-height: 100vh;
  background-image: url('../images/ca.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-bleed-left.map {
  background-image: url('../images/CA-map.jpg');
}

.text-right {
  padding-left: 56px;
}

.text-right-fh {
  width: 50%;
  padding-right: 7.5%;
  padding-left: 60px;
}

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

.navy {
  color: #004887;
}

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

.col__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-4 {
  width: 23%;
}

.col-4.event-card {
  padding: 26px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(126, 126, 126, 0.14);
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.col-4.event-card:hover {
  border-color: #f28010;
  background-color: rgba(8, 154, 191, 0.03);
}

.col-4.event-card.pubs {
  overflow: hidden;
  margin-bottom: 32px;
  padding: 0px;
}

.card--date {
  margin-bottom: 10px;
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 400;
}

.card--date.timeslot {
  margin-top: -8px;
}

.event-h3 {
  font-family: 'Merriweather Sans', sans-serif;
  color: #1f2c3d;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 500;
}

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

.footer__wrapper {
  padding-top: 42px;
  padding-bottom: 0px;
  background-color: #1f2c3d;
}

.footer__contents {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col-1 {
  width: 15%;
  margin-right: 5%;
}

.footer-col-2 {
  width: 16%;
  margin-right: 5%;
}

.footer-heading {
  font-family: 'Merriweather Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer--link {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  color: #089abf;
}

.footer--link:hover {
  color: #f28010;
  text-decoration: none;
}

.footer-col-3 {
  width: 16%;
  margin-right: 5%;
}

.foot-social__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 28px;
}

.footer-icon {
  margin-right: 12px;
}

.footer-col-4 {
  width: 38%;
}

.formfield {
  margin-right: 12px;
  margin-bottom: 0px;
  border-radius: 40px;
}

.footer-cta {
  margin-top: 42px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.footer__byline {
  margin-top: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #004887;
  color: #f1f9ff;
}

.submenu {
  position: absolute;
  top: 61px;
  display: none;
  width: 200px;
  padding: 16px 32px;
  background-color: #fff;
  box-shadow: 0 6px 17px -2px rgba(31, 44, 61, 0.18);
}

.submenu--link {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #089abf;
  text-decoration: none;
}

.submenu--link:hover {
  color: #f28010;
}

.aboutcomm.submenu {
  display: none;
  width: 240px;
}

.resources.submenu {
  display: none;
  width: 240px;
}

.hamburg-menu-item {
  display: none;
}

.hamburgmenu__wrap {
  display: none;
}

.footer-logo {
  max-width: 150px;
}

.merri {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
}

.merri.white.centered {
  text-align: center;
}

.merri.navy.centered {
  text-align: center;
}

.page-title__wrapper {
  padding-top: 24px;
  padding-bottom: 18px;
  background-color: #004887;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 72, 135, 0.95)), to(rgba(0, 72, 135, 0.95))), url('../images/topo-ptrn.png');
  background-image: linear-gradient(180deg, rgba(0, 72, 135, 0.95), rgba(0, 72, 135, 0.95)), url('../images/topo-ptrn.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.search--tag {
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 0px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #004887;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.search--tag.mb {
  margin-bottom: 12px;
}

.search--tag.small {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}

.search--tag.aslabel {
  font-size: 14px;
}

.featured__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(8, 154, 191, 0.15);
}

.featured__wrapper.alt {
  margin-right: 7.5%;
  margin-bottom: 32px;
  margin-left: 7.5%;
  padding: 42px;
}

.featured__wrapper.alt.pattern {
  background-color: #1f2c3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 44, 61, 0.9)), to(rgba(31, 44, 61, 0.9))), url('../images/topo-ptrn.png');
  background-image: linear-gradient(180deg, rgba(31, 44, 61, 0.9), rgba(31, 44, 61, 0.9)), url('../images/topo-ptrn.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured__wrapper.alt.pattern.overlay {
  position: relative;
}

.featured__wrapper.cards--bottom {
  margin-bottom: -120px;
  padding-bottom: 200px;
}

.form-block {
  margin-bottom: 0px;
}

.featured--card__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.featured-card--image {
  width: 60%;
  height: 250px;
  margin-right: 32px;
  border-radius: 6px;
  background-color: #089abf;
  background-image: url('../images/tomasz-filipek-CUWC-6MRcNg-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pub__description {
  padding: 16px 20px;
  color: #7e7e7e;
}

.pub__thumbnail {
  height: 240px;
  background-color: #f1f9ff;
}

.pub__thumbnail.jul {
  background-image: url('../images/bill-oxford-OXGhu60NwxU-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.pub__thumbnail.min {
  background-image: url('../images/rachel-moenning-zjxYwd4HOu0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pub__thumbnail.court {
  background-image: url('../images/saul-bucio-P5YN73KrUAA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pub__thumbnail.duis {
  background-image: url('../images/cdc-20YP7NENJzk-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pub__thumbnail.ruraljust {
  background-image: url('../images/catjc-annc-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pub__thumbnail.minimum {
  background-image: url('../images/humphrey-muleba-jrOPyEXA8DE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pub__thumbnail.exec {
  background-image: url('../images/scott-graham-OQMZwNd3ThU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pub__thumbnail.guide {
  background-image: url('../images/matt-ridley-Lyl8RL7imrw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pub--filter__wrapper {
  margin-top: 40px;
}

.pub--filter__wrapper.ongrey {
  margin-top: 0px;
}

.pager__wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.intro__callout {
  padding-top: 36px;
  padding-bottom: 36px;
}

.col-3.commissioner-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-bottom: 32px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(126, 126, 126, 0.14);
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.col-3.commissioner-card:hover {
  border-color: #f28010;
}

.headshot__container {
  width: 100%;
}

.pub-link__container {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 20px;
}

.intro--highlight {
  width: 75%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: 'Merriweather Sans', sans-serif;
  color: #004887;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.search-wrap {
  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;
}

.search-wrap.pre-header {
  margin-left: 16px;
  padding-right: 25px;
}

.pre-header__wrapper {
  width: 100%;
}

.preheader__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  padding-top: 12px;
  padding-bottom: 0px;
  -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;
}

.pre-header--link {
  margin-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #089abf;
  font-size: 14px;
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.pre-header--link:hover {
  color: #004887;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

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

  .section.grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.half-screen-background-image {
    background-size: 48%;
  }

  .section.half-screen-background-image.right {
    background-size: 48%;
  }

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

  .section.black._80vh {
    height: 700px;
    min-height: auto;
  }

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

  .wrapper.space-around {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper.navbar-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper.lg-negative-margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.mobile-nav {
    position: fixed;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    height: 100vh;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.mobile {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .col.lg-4.flex-stretch.md-4 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-4.md-4 {
    width: 100%;
  }

  .col.lg-4.md-3 {
    width: 75%;
  }

  .col.lg-4.md-33 {
    width: 33.33%;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-1.empty {
    display: none;
  }

  .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-2.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-8.flex-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col.lg-9.md-1 {
    width: 25%;
  }

  .col.lg-10.md-2 {
    width: 50%;
  }

  .col.lg-11.md-3 {
    width: 75%;
  }

  .col.third {
    width: 33%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .row.flex-horizontal.blue.padding {
    margin-right: -20px;
    margin-left: -20px;
  }

  .row.flex-horizontal.no-bottom-margin {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.no-bottom-margins {
    margin-bottom: 0px;
  }

  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.md-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    -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;
  }

  .navbar {
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .margin-bottom.md-centre-align {
    text-align: center;
  }

  .form-field.no-bottom-margins.search.border.preheader {
    min-width: 300px;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    margin-bottom: 30px;
    text-align: center;
  }

  .price-table-container.link {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .service-icon._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }

  .nav-link-2.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-2.dropdown:hover {
    padding-bottom: 24px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #313131;
  }

  .nav-bar {
    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;
    background-color: #fff;
  }

  .nav-logo-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo-navbar.white {
    width: 70px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .intro-hero-headline {
    font-size: 92px;
    letter-spacing: -2px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 20px;
  }

  .centred-logo-container {
    display: block;
  }

  .components-wrapper {
    border-style: solid none;
  }

  .hover.hover-on-image {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding-left: 0px;
    background-color: transparent;
    opacity: 1;
  }

  .portrait-container {
    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;
  }

  .flex-horizontal-space-between {
    -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;
  }

  .horizontal-short-line {
    margin-right: -30px;
    margin-left: -30px;
  }

  .team-small-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .computer-picture {
    max-width: 70vw;
  }

  .app-download-button {
    width: 130px;
  }

  .app-download-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .value-proposition-hero-image {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .computer-image {
    position: relative;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .row-3 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }

  .col-2.lg-1 {
    display: none;
  }

  .side-image.lightbox-video {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .features-phone-image {
    position: relative;
    height: 70%;
  }

  .starter-website-image {
    position: absolute;
    left: 200px;
    top: 0px;
    right: 0px;
    bottom: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .starter-website-image.hidden {
    position: relative;
    left: 211px;
  }

  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-icons-contianer {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0px;
  }

  .footer-links-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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .div-block-49 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .md-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .div-block-50 {
    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;
  }

  .feature-image {
    height: 90px;
  }

  .mobile-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #1f2c3d;
  }

  .white-burger {
    color: #fff;
  }

  .menu-button-3 {
    background-color: #1f2c3d;
  }

  .menu-button-3.w--open {
    background-color: #1f2c3d;
  }

  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1f2c3d;
    color: #fff;
    text-align: left;
  }

  .nav-menu-container {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #1f2c3d;
  }

  .nav-dropdown-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }

  .dropdown-list {
    background-color: #1f2c3d;
  }

  .dropdown-list.w--open {
    overflow: auto;
    height: 50vh;
  }

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .transparent-overlay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
  }

  .burger-icon {
    color: #313131;
  }

  .dropdown-link-text {
    margin-right: 0px;
  }

  .dropdown-chevron {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-list-2.w--open {
    position: relative;
    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-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;
  }

  .nav-cta-button-container {
    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;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .date-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
  }

  .shadow._1 {
    bottom: 29px;
  }

  .how-it-works-line {
    top: 245px;
  }

  .how-it-works-tab {
    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;
  }

  .step-container {
    margin-bottom: 80px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .resource-filter.publication.alt.search-separate {
    -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;
  }

  .related-pager {
    padding-bottom: 1rem;
    text-align: center;
  }

  .results--pager__item {
    margin-left: 0.15rem;
    font-size: 0.9rem;
  }

  .filters {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .dropdown-toggle.border.first-item {
    margin-right: 0px;
  }

  .featured-publication-container {
    margin-bottom: 30px;
  }

  .date.short-paragraph {
    width: 100%;
  }

  .resource-thumb-img-container {
    overflow: visible;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bio-thumb {
    width: 100%;
    max-height: none;
    max-width: none;
    padding-bottom: 0px;
  }

  .bio-thumb-wrap {
    width: 50%;
  }

  .logo__wrapper.pt0 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .main-menu-link.ht {
    display: none;
  }

  .main-menu-link.hd {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    border-color: transparent;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
  }

  .la-icon.orange {
    color: #f28010;
  }

  .la-icon.margleft {
    margin-left: 8px;
  }

  .hero--contents__wrap {
    width: 60%;
  }

  .col__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-4.event-card {
    width: 48%;
    margin-bottom: 27px;
  }

  .footer__contents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-col-1 {
    width: 100%;
    margin-bottom: 12px;
  }

  .footer-col-2 {
    width: 17%;
  }

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

  .footer-col-3 {
    width: 23%;
  }

  .footer-col-4 {
    width: 50%;
  }

  .submenu {
    position: relative;
    top: 0px;
    display: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .aboutcomm.submenu {
    display: none;
    width: 250px;
  }

  .resources.submenu {
    display: none;
    width: 100%;
  }

  .hamburg-menu-item {
    position: relative;
    display: block;
    margin-left: 13px;
    padding: 10px 25px;
    border: 2px solid #004887;
    border-radius: 40px;
  }

  .hamburgmenu {
    font-family: 'Merriweather Sans', sans-serif;
    color: #004887;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
  }

  .hamburgmenu__wrap {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 16px 15px;
    background-color: #f28010;
    box-shadow: 0 6px 17px -2px rgba(31, 44, 61, 0.18);
  }

  .footer-logo {
    width: 150px;
  }

  .close-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: 'Merriweather Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
  }

  .featured-card--contents {
    width: 80%;
  }

  .search-wrap.pre-header {
    padding-right: 0px;
  }

  .search-wrap.pre-header.hamburger {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    margin-left: 0px;
    padding: 13px 13px 116px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .preheader__container {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  .section.full-screen {
    min-height: 600px;
  }

  .section.wider-padding.background-image {
    height: 400px;
  }

  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.half-screen-background-image {
    background-size: cover;
  }

  .section.half-screen-background-image.right {
    background-size: cover;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    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.black._80vh {
    height: 560px;
  }

  .section.hide-sm-down {
    display: none;
  }

  .wrapper.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.mobile {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .block.lg-50 {
    width: 100%;
  }

  .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0px;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.sm-margin-bottom {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0px;
  }

  .col.lg-8.centre-align.sm-2 {
    width: 100%;
  }

  .col.lg-8.sm-2 {
    width: 100%;
  }

  .col.lg-10.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }

  .col.third {
    width: 100%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .row.sm-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-field.no-bottom-margins.search.border.preheader {
    min-width: 250px;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .contact-form-container.card {
    padding: 40px 0px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .phone-image {
    max-width: 60%;
    margin-bottom: 40px;
    border-bottom: 1px solid #313131;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    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: center;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 82px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 19px;
  }

  .bricks-container {
    margin-bottom: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .form-with-button {
    width: 100%;
  }

  .flex-horizontal-space-between {
    -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;
  }

  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-right: -40px;
    margin-left: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .computer-picture {
    margin-bottom: 40px;
  }

  .value-proposition-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .row-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .intro-feature-container {
    padding: 20px;
  }

  .features-phone-image {
    height: 62%;
  }

  .starter-website-image.hidden {
    left: 161px;
  }

  .social-media-icons-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -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;
  }

  .footer-logo-2 {
    padding-left: 0px;
  }

  .feature-image {
    height: 30%;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .how-it-works-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    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: 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;
  }

  .circle {
    margin-right: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .circle.no-margins {
    margin-right: 0px;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .resource-filter.publication.alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .results--pager__item {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }

  .filters {
    width: 100%;
  }

  .dropdown-toggle.border {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .featured-publication-container {
    -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;
  }

  .action-alert-tag.large {
    margin-top: 66px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .date.short-paragraph {
    width: 100%;
  }

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

  .resource-thumb-content.full-width {
    width: 100%;
  }

  .resource-thumb-img-container.full-wdith {
    width: 100%;
  }

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

  .bio-thumb-wrap {
    width: 100%;
  }

  .form-2 {
    margin-right: 0px;
  }

  .section__wrapper.fullheight.automobile {
    min-height: auto;
  }

  .hero--contents__wrap {
    width: 90%;
  }

  .col-6 {
    width: 100%;
  }

  .col-6.text-right {
    padding-top: 24px;
    padding-left: 0px;
  }

  .half-half.blue-bg {
    min-height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-bleed-left.map {
    width: 100%;
    min-height: 40vh;
  }

  .text-right-fh {
    width: 100%;
    padding-top: 42px;
    padding-right: 60px;
    padding-bottom: 42px;
  }

  .col-4.event-card {
    width: 100%;
  }

  .footer-col-2 {
    width: 46%;
  }

  .footer-col-3 {
    width: 48%;
    margin-right: 0%;
  }

  .footer-col-4 {
    width: 100%;
  }

  .featured__wrapper {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .form-block {
    width: 100%;
  }

  .featured--card__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .featured-card--contents {
    width: 100%;
    padding-top: 32px;
  }

  .featured-card--image {
    width: 100%;
    margin-right: 0px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 27px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .section {
    padding-top: 0px;
  }

  .section.full-screen.navbar-section {
    display: block;
    padding-top: 0px;
  }

  .section.half-screen-background-image {
    background-position: 50% 50%;
  }

  .section.half-screen-background-image.right {
    background-position: 50% 50%;
  }

  .section.black._80vh {
    height: 500px;
  }

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

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

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

  .wrapper.space-around {
    -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;
  }

  .wrapper.lg-negative-margins {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper.mobile-nav {
    position: relative;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .col.lg-4.md-33.xs-2 {
    width: 100%;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 100%;
  }

  .col.lg-3.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.md-2.xs-2 {
    width: 100%;
  }

  .col.lg-3.md-2.xs-1 {
    width: 100%;
  }

  .col.lg-3.sm-1.flex-stretch.xs-2 {
    width: 100%;
  }

  .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-2.md-1.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-2.md-33.xs-2 {
    width: 100%;
  }

  .col.lg-2.md-2.xs-1 {
    width: 100%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

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

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

  .button.form-button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.no-bottom-margins.search.border {
    margin-right: 0px;
    margin-bottom: 14px;
  }

  .form-field.no-bottom-margins.search.border.preheader {
    min-width: 100%;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon {
    padding: 0px;
  }

  .contact-form-container {
    padding: 0px;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .contact-form-container.card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0px;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-bar {
    position: relative;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .slider-arrow {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .padding.featured {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .masonry-div {
    padding-top: 50%;
  }

  .masonry-div.vertical {
    padding-top: 100%;
  }

  .masonry-div.big {
    padding-top: 100%;
  }

  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .intro-hero-headline {
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: 0px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 16px;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-with-button.inline-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-with-button.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    position: absolute;
    width: 30px;
    margin-top: -30px;
    margin-right: 0px;
    margin-left: -10px;
  }

  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-short-line {
    margin-right: -35px;
    margin-left: -35px;
  }

  .team-container {
    margin-bottom: 0px;
  }

  .short-paragraph {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .computer-image {
    width: 110%;
  }

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

  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .side-image.lightbox-video {
    width: 100%;
  }

  .intro-feature-container {
    padding: 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;
  }

  .intro-feature-container.bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-feature-container.vertical {
    -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;
  }

  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }

  .features-mac {
    max-width: 120%;
    margin-right: -25%;
    margin-bottom: -20%;
  }

  .mac-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .starter-website-image.hidden {
    left: 34px;
  }

  .social-media-icons-container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .horizontal-footer-links-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .social-media-icons-contianer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0px;
  }

  .div-block-49 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-image {
    height: 45%;
    margin-right: 30px;
  }

  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }

  .play-icon {
    width: 40px;
  }

  .mobile-nav {
    position: fixed;
    width: 100%;
  }

  .nav-menu-container {
    overflow: auto;
  }

  .dropdown-list.w--open {
    overflow: auto;
  }

  .icon-2 {
    position: absolute;
  }

  .small-slide {
    margin-right: 0px;
    margin-left: 0px;
  }

  .left-arrow {
    width: 60px;
  }

  .right-arrow {
    width: 60px;
  }

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-container {
    margin-bottom: 40px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .how-it-works-tab {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .resource-filter {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .related-pager {
    padding-top: 0rem;
  }

  .footer-text-no-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-text-no-link.spacing.last {
    margin-right: 16px;
  }

  .footer-text-no-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-text-no-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-text-no-link.first {
    margin-left: -10px;
  }

  .footer-text-no-link.last {
    margin-right: -10px;
  }

  .dropdown-toggle.border {
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .featured-publication-container {
    margin-bottom: 30px;
  }

  .dropdown-2 {
    margin-bottom: 14px;
  }

  .form-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .logo__wrapper {
    width: 100px;
  }

  .main-menu-link.hd {
    padding-right: 4px;
    padding-left: 4px;
  }

  .btn.highlight.menu {
    margin-right: 8px;
    padding: 6px 10px;
  }

  .la-icon.hm {
    display: none;
  }

  .text-right-fh {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-title__wrapper {
    padding-top: 42px;
    padding-bottom: 24px;
  }

  .col-4.event-card {
    width: 100%;
  }

  .footer-col-2 {
    width: 48%;
    margin-right: 2%;
  }

  .footer-col-3 {
    width: 48%;
    margin-right: 0%;
  }

  .footer-col-4 {
    width: 100%;
    margin-top: 24px;
  }

  .submenu {
    position: relative;
    top: 20px;
    display: none;
    width: 100%;
    margin-bottom: 8px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .hamburg-menu-item {
    margin-right: 0px;
    margin-left: 0px;
    padding: 6px 10px;
    text-transform: capitalize;
  }

  .close-btn {
    text-transform: none;
  }

  .image-10 {
    max-width: 100px;
  }

  .search--tag.aslabel {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .featured__wrapper.alt.pattern.overlay {
    padding: 16px;
  }

  .featured--card__wrapper {
    padding: 24px;
  }

  .search-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-wrap.pre-header.hamburger {
    margin-left: 0px;
  }

  .list {
    padding-right: 0px;
  }
}

@font-face {
  font-family: 'Line awesome';
  src: url('../fonts/line-awesome.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.wpcf7 {
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  background-color: #fff;
  box-shadow: none;
  width: 100%;
}

.wpcf7-form-control {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(236, 236, 236, 0.6);
  background-image: none;
  color: #313131;
  width: 100%;
}

input.wpcf7-form-control {
  height: 38px;
}

.wpcf7-form-control::placeholder {
  color: #313131;
}

.wpcf7-submit {
  margin-right: 15px;
  margin-bottom: 12px;
  padding: 7px 25px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 40px;
  background-color: #313131;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 200px;
}

.wpcf7-submit:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  background-color: #313131;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}