/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  color: #1d1d1d;
  font: 16px Lato;
  margin: 0;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#wrapper {
  flex: 1;
}

.no-scroll {
  display: none;
  position: fixed;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 240%;
  font-weight: 900;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 200%;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 175%;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 150%;
  }
}
@media (max-width: 335px) {
  h1 {
    font-size: 140%;
  }
}

h2 {
  font-size: 150%;
  margin-bottom: 15px;
}
@media (max-width: 360px) {
  h2 {
    font-size: 125%;
  }
}

h3 {
  font-size: 125%;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 115%;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 105%;
  }
}

.content {
  padding: 30px 40px;
}
@media (max-width: 360px) {
  .content {
    padding: 20px 30px;
  }
}

a.mad-btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #33ccff, #0099cc);
  background-image: -moz-linear-gradient(top, #33ccff, #0099cc);
  background-image: -ms-linear-gradient(top, #33ccff, #0099cc);
  background-image: -o-linear-gradient(top, #33ccff, #0099cc);
  background-image: linear-gradient(to bottom, #33ccff, #0099cc);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 24px;
  margin: 30px auto;
  padding: 15px 20px;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
}
a.mad-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ff7f04+60 */
  background: rgb(255, 183, 107); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 183, 107) 0%, rgb(255, 127, 4) 60%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 183, 107) 0%, rgb(255, 127, 4) 60%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(255, 183, 107) 0%, rgb(255, 127, 4) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb76b", endColorstr="#ff7f04",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
  line-height: 24px;
}

.bold {
  font-weight: 700;
}

@media (max-width: 480px) {
  .mobile-break {
    display: block;
  }
}

@media (max-width: 480px) {
  .medium-or-smaller-size-screen-break {
    display: block;
  }
}

a.mad-general-link {
  color: #0099cc;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
a.mad-general-link:after {
  background: url("../img/link-arrow.8054c20f2a31.png") no-repeat center center;
  content: "";
  display: inline-block;
  background-size: contain;
  height: 10px;
  width: 10px;
  margin: 0 0 0 5px;
}
a.mad-general-link:hover {
  text-decoration: underline;
}

a.mad-general-link-bg {
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
a.mad-general-link-bg:after {
  background: url("../img/link-arrow-hover.e4244a1b4930.png") no-repeat center center;
  content: "";
  display: inline-block;
  background-size: contain;
  height: 10px;
  width: 10px;
  margin: 0 0 0 5px;
}
a.mad-general-link-bg:hover {
  text-decoration: underline;
}

p.mad-link {
  color: #0099cc;
  position: absolute;
  text-decoration: none;
  bottom: 18px;
  margin-bottom: 2px;
}
p.mad-link:after {
  background: url("../img/link-arrow.8054c20f2a31.png") no-repeat center center;
  content: "";
  display: inline-block;
  background-size: contain;
  height: 10px;
  width: 10px;
  margin: 0 0 0 5px;
}
p.mad-link a {
  color: #0099cc;
  text-decoration: none;
}
p.mad-link a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 30px;
}
ul li {
  list-style-type: disc;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding-left: 3px;
}

.error-graphic-container {
  width: 100%;
  margin: 0 auto 10px;
  max-width: 400px;
}
@media (max-width: 560px) {
  .error-graphic-container {
    max-width: 250px;
  }
}

.big-error-text {
  color: #888;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.4em;
}
@media (max-width: 560px) {
  .big-error-text {
    font-size: 60px;
  }
}

div.mighty-ant-404 {
  background: url("../img/mighty-ant-four-oh-four.399b92030251.jpg") no-repeat center;
  background-size: 100%;
  display: block;
  height: 0;
  padding-bottom: 96.6475095785%;
}

.error-graphic-container ~ h1 {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .error-graphic-container ~ h1 {
    max-width: 350px;
  }
}
@media (max-width: 640px) {
  .error-graphic-container ~ h1 {
    max-width: 350px;
  }
}
@media (max-width: 560px) {
  .error-graphic-container ~ h1 {
    max-width: 330px;
  }
}
@media (max-width: 360px) {
  .error-graphic-container ~ h1 {
    max-width: 280px;
  }
}

.navigation-cms {
  margin-top: 46px;
}
@media (max-width: 560px) {
  .navigation-cms {
    margin-top: 0;
  }
}

div.topic_page_container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  width: 100%;
}
@media (max-width: 560px) {
  div.topic_page_container h1 {
    line-height: 1em;
    text-align: center;
  }
}

.famous-quote {
  box-sizing: border-box;
  color: #1d1d1d;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: center;
  width: 250px;
}
.famous-quote h3 {
  font-weight: 700;
  margin: 0 auto;
  width: 200px;
}
@media (max-width: 640px) {
  .famous-quote h3 {
    width: 175px;
  }
}
@media (max-width: 480px) {
  .famous-quote h3 {
    font-size: 125%;
    width: 100%;
    max-width: 240px;
  }
}
.famous-quote p {
  margin: 10px 0 0 0;
  font-style: italic;
}
@media (max-width: 480px) {
  .famous-quote p {
    margin: 5px 0 20px 0;
  }
}
@media (max-width: 640px) {
  .famous-quote {
    width: 175px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .famous-quote {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

.famous-quote-img {
  height: auto;
  margin: 0 auto 5px;
  width: 250px;
}
@media (max-width: 640px) {
  .famous-quote-img {
    width: 175px;
  }
}

.famous-quote-bio {
  float: left;
  height: auto;
  margin: -12px 10px 0 0;
  width: 70px;
}
@media (max-width: 480px) {
  .famous-quote-bio {
    margin: -8px 5px 0 0;
    width: 60px;
  }
}

.bill-gates {
  max-width: 280px;
}
@media (max-width: 480px) {
  .bill-gates {
    max-width: 265px;
  }
}

.steve-mcconnell {
  max-width: 245px;
}
@media (max-width: 480px) {
  .steve-mcconnell {
    max-width: 230px;
  }
}

.randall-stross {
  max-width: 235px;
}
@media (max-width: 480px) {
  .randall-stross {
    max-width: 220px;
  }
}

.famous-quote-id {
  font-size: 14px;
  line-height: 1.1em;
  margin: 25px 0 0 0;
  text-align: left;
  width: auto;
}
@media (max-width: 640px) {
  .famous-quote-id {
    margin: 25px auto 0;
  }
}

.call-out, .call-out-right, .call-out-left {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #1d1d1d;
  padding: 30px 15px;
  width: 350px;
  font-size: 1.1em;
}
.call-out h3, .call-out-right h3, .call-out-left h3 {
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 640px) {
  .call-out, .call-out-right, .call-out-left {
    float: none;
    display: block;
    margin: 0 0 20px 0;
    padding: 30px 15px;
    width: 100%;
    text-align: center;
  }
}

.call-out-left {
  margin: 10px 30px 20px 0;
  float: left;
}

.call-out-right {
  float: right;
  margin: 10px 0 20px 30px;
}

.call-out-right-img {
  border-top: 0 solid #ccc;
  border-bottom: 0 solid #ccc;
  color: #555;
  font-size: 16px;
  font-style: italic;
  float: right;
  margin: 10px 0 20px 30px;
  padding: 0;
  text-align: center;
}
.call-out-right-img img {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 560px) {
  .call-out-right-img img {
    max-width: none;
  }
}
.call-out-right-img div {
  display: block;
}
@media (max-width: 640px) {
  .call-out-right-img {
    display: block;
    float: none;
    margin: 10px 0 20px 0;
  }
}
@media (max-width: 560px) {
  .call-out-right-img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

@media (max-width: 640px) {
  .graphic-desktop {
    display: none;
  }
}

.graphic-mobile {
  display: none;
}
@media (max-width: 640px) {
  .graphic-mobile {
    display: inherit;
  }
}

@media (max-width: 868px) {
  .mobile-title {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .mobile-title {
    max-width: 400px;
  }
}

.mad-edge-block {
  background-color: #f8f8f8;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 50px -50vw -30px;
  padding: 0 0 15px;
}

.no-wrap {
  white-space: nowrap;
}

.no-wrap-header {
  white-space: nowrap;
}
@media (max-width: 480px) {
  .no-wrap-header {
    white-space: normal;
  }
}

.hero-text-only {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33ccff+1,0099cc+29 */
  background: #33ccff; /* Old browsers */
  background: -moz-radial-gradient(80% bottom, #33ccff 15%, #0099cc 55%); /* FF3.6-15 */
  background: -webkit-radial-gradient(80% bottom, #33ccff 15%, #0099cc 55%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(80% bottom, #33ccff 15%, #0099cc 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33ccff", endColorstr="#0099cc", GradientType=1); /* IE6-9 fallback on horizontal gradient */
  height: 150px;
}
@media (max-width: 640px) {
  .hero-text-only {
    height: 185px;
  }
}
.hero-text-only div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .hero-text-only div {
    max-width: 400px;
  }
}
.hero-text-only h1 {
  color: #ffffff;
  font-size: 200%;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 20px;
  font-weight: 900;
}
.hero-text-only h3 {
  color: #ffffff;
  font-size: 135%;
  text-align: center;
  padding: 0 20px;
  font-weight: 900;
}
.hero-text-only .no-wrap-hero-text {
  white-space: nowrap;
}

h3.page-intro {
  border-bottom: 1px solid #dedede;
  line-height: 150%;
  padding-bottom: 30px;
}

.we-build-img-block {
  box-sizing: border-box;
  color: #1d1d1d;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 8px;
  text-align: center;
  max-width: 450px;
  width: 100%;
}
.we-build-img-block p {
  color: #777;
  font-size: 85%;
  line-height: 135%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 560px) {
  .we-build-img-block p {
    margin-bottom: 20px;
  }
}
@media (max-width: 868px) {
  .we-build-img-block {
    width: 300px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .we-build-img-block {
    width: 200px;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .we-build-img-block {
    display: none;
  }
}

.we-build-img {
  margin: 0 auto 5px;
  width: 100%;
}

.we-build-img-block-mobile {
  display: none;
}
.we-build-img-block-mobile p {
  color: #777;
  font-size: 85%;
  line-height: 135%;
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 560px) {
  .we-build-img-block-mobile p {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .we-build-img-block-mobile {
    display: block;
    margin: 10px auto;
    width: 100%;
  }
  .we-build-img-block-mobile .we-build-img {
    margin: 0 auto 5px;
  }
}

.img-full-width-container {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
.img-full-width-container p {
  color: #777;
  font-size: 85%;
  line-height: 135%;
  max-width: 800px;
  margin: 8px auto 30px;
  text-align: center;
}
@media (max-width: 640px) {
  .img-full-width-container p {
    max-width: 270px;
  }
}

.img-full-width {
  height: auto;
  width: 100%;
}
@media (max-width: 640px) {
  .img-full-width {
    display: none;
  }
}

.img-full-width-mobile {
  display: none;
}
@media (max-width: 640px) {
  .img-full-width-mobile {
    display: block;
    height: auto;
    width: 100%;
  }
}

/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v11-latin-300.100dadd6d763.eot"); /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/lato-v11-latin-300.100dadd6d763.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v11-latin-300.3e86c4948704.woff2") format("woff2"), url("../fonts/lato-v11-latin-300.6f934cd8100d.woff") format("woff"), url("../fonts/lato-v11-latin-300.ad9795e9e558.ttf") format("truetype"), url("../fonts/lato-v11-latin-300.1aed0c80f99d.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v11-latin-regular.dc7b7052df5c.eot"); /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v11-latin-regular.dc7b7052df5c.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v11-latin-regular.6748e0e1c0be.woff2") format("woff2"), url("../fonts/lato-v11-latin-regular.f137ee486278.woff") format("woff"), url("../fonts/lato-v11-latin-regular.c45152a20fca.ttf") format("truetype"), url("../fonts/lato-v11-latin-regular.ee3a1c8ce9d9.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v11-latin-700.43a8fa5531f2.eot"); /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v11-latin-700.43a8fa5531f2.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v11-latin-700.649e18eb6a85.woff2") format("woff2"), url("../fonts/lato-v11-latin-700.fd373951a3af.woff") format("woff"), url("../fonts/lato-v11-latin-700.a30435e0c5ed.ttf") format("truetype"), url("../fonts/lato-v11-latin-700.cfdfec6d275f.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v11-latin-900.4f7ab788ecdf.eot"); /* IE9 Compat Modes */
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/lato-v11-latin-900.4f7ab788ecdf.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v11-latin-900.f377f4433f32.woff2") format("woff2"), url("../fonts/lato-v11-latin-900.c208c9784584.woff") format("woff"), url("../fonts/lato-v11-latin-900.01f5fcc5ad6e.ttf") format("truetype"), url("../fonts/lato-v11-latin-900.030643bf98d2.svg#Lato") format("svg"); /* Legacy iOS */
}
.client-stories-container-candace-rypisis {
  background: url("../img/client-stories-bg-candace-rypisi.562b7dddf842.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
@media (max-width: 560px) {
  .client-stories-container-candace-rypisis {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .client-stories-container-candace-rypisis {
    background: none;
  }
}

.client-stories-container-forensis {
  background: url("../img/client-stories-bg-forensis.620e093c2380.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 40px 0;
}
@media (max-width: 560px) {
  .client-stories-container-forensis {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .client-stories-container-forensis {
    background: none;
  }
}

.client-stories-container-highland {
  background: url("../img/client-stories-bg-highland.6933dbac0f21.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 40px 0;
}
@media (max-width: 560px) {
  .client-stories-container-highland {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .client-stories-container-highland {
    background: none;
  }
}

.client-story-logo-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 120px;
  margin-top: -30px;
  width: 100%;
}

.client-story-logo {
  height: 70px;
  width: auto;
  margin: 0 auto;
}

.client-stories-container-nobg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#788384+0,70797f+36,28343b+100 */
  background: rgb(120, 131, 132); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgb(120, 131, 132) 0%, rgb(112, 121, 127) 36%, rgb(40, 52, 59) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgb(120, 131, 132) 0%, rgb(112, 121, 127) 36%, rgb(40, 52, 59) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(120, 131, 132) 0%, rgb(112, 121, 127) 36%, rgb(40, 52, 59) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#788384", endColorstr="#28343b",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin: 0 auto;
  padding: 0 0 0 0;
}
@media (max-width: 560px) {
  .client-stories-container-nobg {
    padding: 0;
  }
}

.client-stories-title-bar {
  background-color: #1d1d1d;
  color: #ffffff;
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 560px) {
  .client-stories-title-bar {
    margin-bottom: 0;
  }
}

.client-stories-content {
  margin: 0 auto;
  max-width: 700px;
  padding: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#788384+0,70797f+36,28343b+100 */
  background: rgb(120, 131, 132); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgb(120, 131, 132) 0%, rgb(112, 121, 127) 36%, rgb(40, 52, 59) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgb(120, 131, 132) 0%, rgb(112, 121, 127) 36%, rgb(40, 52, 59) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(120, 131, 132) 0%, rgb(112, 121, 127) 36%, rgb(40, 52, 59) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#788384", endColorstr="#28343b",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-sizing: border-box;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  opacity: 0.97;
  padding: 30px 30px 50px 30px;
  position: relative;
}
.client-stories-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 15px auto;
  max-width: 500px;
}
.client-stories-content p:last-of-type {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .client-stories-content {
    margin: 0 auto;
    max-width: 500px;
    padding: 0;
    width: 100%;
    padding: 30px 30px 50px 30px;
  }
  .client-stories-content p {
    max-width: 350px;
  }
}
@media (max-width: 768px) and (max-width: 560px) {
  .client-stories-content {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 30px 50px 30px;
  }
}

.client-stories-content-nobg {
  margin: 0 auto;
  max-width: 700px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  opacity: 0.9;
  padding: 0 30px 50px 30px;
  position: relative;
}
.client-stories-content-nobg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 15px auto;
  max-width: 500px;
}
.client-stories-content-nobg p:last-of-type {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .client-stories-content-nobg {
    margin: 0 auto;
    max-width: 500px;
    padding: 0;
    width: 100%;
    padding: 0 30px 50px 30px;
  }
  .client-stories-content-nobg p {
    max-width: 350px;
  }
}
@media (max-width: 768px) and (max-width: 560px) {
  .client-stories-content-nobg {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 30px 50px 30px;
  }
}

.client-stories-highlight {
  font-weight: 700;
  font-size: 20px;
}

.client-stories-bio {
  margin: 0 auto;
  max-width: 700px;
  padding: 0;
  width: 100%;
  background-color: #1d1d1d;
  box-sizing: border-box;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .client-stories-bio {
    margin: 0 auto;
    max-width: 500px;
    padding: 0;
    width: 100%;
    padding: 20px 30px;
  }
}
@media (max-width: 560px) {
  .client-stories-bio {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 20px 30px;
  }
}
@media (max-width: 480px) {
  .client-stories-bio {
    display: block;
  }
}

.client-stories-bio-nobg {
  background-color: #1d1d1d;
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .client-stories-bio-nobg {
    padding: 20px 30px;
  }
}
@media (max-width: 560px) {
  .client-stories-bio-nobg {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 20px 30px;
  }
}
@media (max-width: 480px) {
  .client-stories-bio-nobg {
    display: block;
  }
}

.client-bio-img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 20px;
  height: 100px;
  width: 100px;
  z-index: 1;
}
@media (max-width: 768px) {
  .client-bio-img {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 480px) {
  .client-bio-img {
    display: block;
    height: 125px;
    width: 125px;
    margin: 0 auto -20px;
  }
}

@media (max-width: 480px) {
  .no-linkedin {
    margin: 0 auto 10px;
  }
}

.client-logo-placeholder {
  background: url("../img/placeholder-logo.b7944a320196.png") no-repeat center center;
  background-size: contain;
  display: block;
  margin: 0 auto 20px;
  height: 75px;
  width: 100%;
}

.client-logo-forensisgroup {
  background: url("../img/forensisgroup-logo.843ee0950435.png") no-repeat center center;
  background-size: contain;
  display: block;
  margin: 0 auto 20px;
  height: 75px;
  width: 100%;
}

.client-stories-linkedin {
  float: left;
  margin: 1px 10px 0 0;
  height: 30px;
  width: 30px;
}
@media (max-width: 480px) {
  .client-stories-linkedin {
    float: none;
    margin: 0 auto;
  }
}

.client-bio-details {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .client-bio-details {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .client-bio-details {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.client-bio-name {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .client-bio-name {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .client-bio-name {
    margin-top: 5px;
  }
}

.bio-mercy-steenwyk {
  min-width: 230px;
}
@media (max-width: 768px) {
  .bio-mercy-steenwyk {
    min-width: 190px;
  }
}

.client-bio-title {
  color: #ffffff;
  font-style: italic;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .client-bio-title {
    font-size: 14px;
  }
}

.client-bio-organization {
  color: #fff;
  line-height: 1.3em;
  max-width: 390px;
}
.client-bio-organization a {
  color: #fff;
}
.client-bio-organization a:hover {
  color: #f4da3d;
  text-decoration: none;
}
@media (max-width: 768px) {
  .client-bio-organization {
    font-size: 14px;
    max-width: 335px;
  }
}
@media (max-width: 560px) {
  .client-bio-organization {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .client-bio-organization {
    margin: 0 auto;
  }
}

.client-stories-quotation, .client-stories-quotation-right-logo-nobg, .client-stories-quotation-right-logo, .client-stories-quotation-right, .client-stories-quotation-left-logo, .client-stories-quotation-left-logo-nobg, .client-stories-quotation-left, .client-stories-quotation-left-mobile {
  height: 30px;
  width: 30px;
  margin: 0 0 0 0;
  position: absolute;
}
@media (max-width: 768px) {
  .client-stories-quotation, .client-stories-quotation-right-logo-nobg, .client-stories-quotation-right-logo, .client-stories-quotation-right, .client-stories-quotation-left-logo, .client-stories-quotation-left-logo-nobg, .client-stories-quotation-left, .client-stories-quotation-left-mobile {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 480px) {
  .client-stories-quotation, .client-stories-quotation-right-logo-nobg, .client-stories-quotation-right-logo, .client-stories-quotation-right, .client-stories-quotation-left-logo, .client-stories-quotation-left-logo-nobg, .client-stories-quotation-left, .client-stories-quotation-left-mobile {
    position: relative;
    display: block;
  }
}

.client-stories-quotation-left-mobile {
  display: none;
}
@media (max-width: 480px) {
  .client-stories-quotation-left-mobile {
    display: block;
    background: url("../img/big-quote-left-white.e08425c49b62.png") no-repeat center center;
    background-size: contain;
    margin: 0 auto 20px;
  }
}

.client-stories-quotation-left {
  background: url("../img/big-quote-left-white.e08425c49b62.png") no-repeat center center;
  background-size: contain;
  left: 40px;
  top: 25px;
}
@media (max-width: 768px) {
  .client-stories-quotation-left {
    left: 25px;
  }
}
@media (max-width: 560px) {
  .client-stories-quotation-left {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .client-stories-quotation-left {
    display: none;
  }
}

.client-stories-quotation-left-logo-nobg {
  background: url("../img/big-quote-left-white.e08425c49b62.png") no-repeat center center;
  background-size: contain;
  left: 40px;
  top: 110px;
}
@media (max-width: 768px) {
  .client-stories-quotation-left-logo-nobg {
    left: 25px;
  }
}
@media (max-width: 560px) {
  .client-stories-quotation-left-logo-nobg {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .client-stories-quotation-left-logo-nobg {
    display: none;
  }
}

.client-stories-quotation-left-logo {
  background: url("../img/big-quote-left-white.e08425c49b62.png") no-repeat center center;
  background-size: contain;
  left: 40px;
  top: 110px;
}
@media (max-width: 768px) {
  .client-stories-quotation-left-logo {
    left: 25px;
  }
}
@media (max-width: 560px) {
  .client-stories-quotation-left-logo {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .client-stories-quotation-left-logo {
    display: none;
  }
}

.client-stories-quotation-right {
  background: url("../img/big-quote-right-white.6e9abbdcfabb.png") no-repeat center center;
  background-size: contain;
  right: 40px;
  bottom: 45px;
}
@media (max-width: 768px) {
  .client-stories-quotation-right {
    right: 25px;
  }
}
@media (max-width: 560px) {
  .client-stories-quotation-right {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .client-stories-quotation-right {
    bottom: 0;
    margin: 20px auto 0;
    right: 0;
    left: 0;
  }
}

.client-stories-quotation-right-logo {
  background: url("../img/big-quote-right-white.6e9abbdcfabb.png") no-repeat center center;
  background-size: contain;
  right: 40px;
  bottom: 45px;
}
@media (max-width: 768px) {
  .client-stories-quotation-right-logo {
    right: 25px;
  }
}
@media (max-width: 560px) {
  .client-stories-quotation-right-logo {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .client-stories-quotation-right-logo {
    bottom: 0;
    margin: 20px auto 0;
    right: 0;
    left: 0;
  }
}

.client-stories-quotation-right-logo-nobg {
  background: url("../img/big-quote-right-white.6e9abbdcfabb.png") no-repeat center center;
  background-size: contain;
  right: 40px;
  bottom: 45px;
}
@media (max-width: 768px) {
  .client-stories-quotation-right-logo-nobg {
    right: 25px;
  }
}
@media (max-width: 560px) {
  .client-stories-quotation-right-logo-nobg {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .client-stories-quotation-right-logo-nobg {
    bottom: 0;
    margin: 20px auto 0;
    right: 0;
    left: 0;
  }
}

.footer {
  color: #fff;
  background: #222;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
}

.footer-container {
  box-sizing: border-box;
  padding: 20px 0;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.footer-container-nav {
  color: #fff;
  background: #1d1d1d;
  padding: 20px 30px;
  flex: 0 0 auto;
}

.footer-brand {
  display: inline-block;
  height: 55px;
  margin: -5px 40px 0 0;
  vertical-align: top;
  width: 180px;
}
@media (max-width: 992px) {
  .footer-brand {
    display: block;
  }
}

.footer-content {
  display: inline-block;
  /*max-width:700px;*/
}
@media (max-width: 992px) {
  .footer-content {
    display: block;
    max-width: 100%;
  }
}

footer {
  font-size: 15px;
  font-weight: 100;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 480px) {
  footer {
    font-size: 14px;
  }
}
footer ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 550px;
}
@media (max-width: 480px) {
  footer ul {
    display: block;
    line-height: 20px;
    max-width: 270px;
    margin: 0 auto 10px;
    text-align: center;
  }
}
@media (max-width: 360px) {
  footer ul {
    max-width: 250px;
  }
}
footer ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding: 0 20px 0 0;
}
@media (max-width: 560px) {
  footer ul li {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 360px) {
  footer ul li {
    padding: 0 12px 0 0;
  }
}
footer ul li a {
  display: block;
  color: #6c6c6c;
  text-decoration: none;
}
footer ul li a:hover {
  color: #f4da3d;
}
@media (max-width: 480px) {
  footer {
    float: none;
    text-align: center;
  }
}

.copyright {
  color: #6c6c6c;
  float: right;
  text-align: right;
  max-width: 335px;
}
.copyright a {
  color: #6c6c6c;
  display: inline-block;
  text-decoration: none;
}
.copyright a:hover {
  color: #f4da3d;
}
@media (max-width: 768px) {
  .copyright {
    float: none;
    font-size: 12px;
    display: block;
    margin-top: 10px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .copyright {
    text-align: center;
    max-width: none;
  }
}

.copyright-spacer {
  padding: 0 15px;
}
@media (max-width: 560px) {
  .copyright-spacer {
    padding: 0 8px;
  }
}

.footer-overview {
  display: block;
  padding-top: 5px;
  width: 100%;
}

.footer-address {
  display: inline-block;
  max-width: 300px;
  vertical-align: top;
  width: 100%;
}
.footer-address h2 {
  color: #6c8c23;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
.footer-address:nth-of-type(2) {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .footer-address:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.footer-address p {
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .footer-address {
    display: block;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  .remove-padding {
    padding: 0;
  }
}

.row:after {
  display: block;
  clear: both;
  content: "";
}

.row + .row {
  margin-top: 5%;
}

[class^=col-] {
  float: left;
  margin-right: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class^=col-]:last-child {
  margin-right: 0%;
}
@media (max-width: 868px) {
  [class^=col-] {
    margin-right: 0;
  }
}

/*
.col-1  { width:5.583333333333333%; }
.col-2  { width:14.16666666666667%; }
.col-3  { width:22.75%; }
.col-4  { width:31.33333333333333%; }
.col-5  { width:39.91666666666667%; }
.col-6  { width:48.5%; }
.col-7  { width:57.08333333333333%; }
.col-8  { width:65.66666666666666%; }
.col-9  { width:74.25%; }
.col-10 { width:82.83333333333333%; }
.col-11 { width:91.41666666666666%; }
.col-12 { width:100%; }
*/
.col-1 {
  width: 3.75%;
}

.col-2 {
  width: 12.5%;
}

.col-3 {
  width: 21.25%;
}

.col-4 {
  width: 30%;
}
@media (max-width: 868px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  width: 38.75%;
}

.col-6 {
  width: 47.5%;
}

.col-7 {
  width: 56.25%;
}

.col-8 {
  width: 65%;
}
@media (max-width: 868px) {
  .col-8 {
    width: 100%;
  }
}

.col-9 {
  width: 73.75%;
}

.col-10 {
  width: 82.5%;
}

.col-11 {
  width: 91.25%;
}

.col-12 {
  width: 100%;
}

.lets-talk-content {
  padding: 50px 30px;
  position: relative;
}
@media (max-width: 768px) {
  .lets-talk-content {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .lets-talk-content {
    padding: 30px 0 0 0;
  }
}

div#lets-talk {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
div#lets-talk h1, div#lets-talk h2, div#lets-talk p {
  color: #1d1d1d;
}
div#lets-talk h4 {
  color: #0099cc;
  text-transform: uppercase;
}

.lets-talk-intro {
  display: inline-block;
  width: 45%;
}
.lets-talk-intro h4 {
  font-weight: 700;
}
@media (max-width: 768px) {
  .lets-talk-intro {
    margin-bottom: 10px;
    width: 100%;
  }
  .lets-talk-intro h2 {
    max-width: 400px;
  }
  .lets-talk-intro p {
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .lets-talk-intro {
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.lets-talk-container {
  background-color: #efefef;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 30px;
  width: 50%;
}
@media (max-width: 768px) {
  .lets-talk-container {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .lets-talk-container {
    margin-bottom: 0;
    border-radius: 0;
  }
}

#lets-talk-form > label {
  color: #333;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
#lets-talk-form > label input, #lets-talk-form > label textarea {
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border-style: none;
  box-sizing: border-box;
  display: block;
  font-family: Lato;
  font-size: 100%;
  line-height: 24px;
  margin-top: 5px;
  outline: none;
  padding: 8px;
  width: 100%;
}
#lets-talk-form > label textarea {
  min-height: 150px;
}

#lets-talk-form > label > input.error-box,
#lets-talk-form > label > textarea.error-box {
  border: 2px dashed #e9322d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.error-message {
  color: #e9322d;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-right: 5px;
  margin-top: -3px;
  padding: 3px 0;
}
@media (max-width: 360px) {
  .error-message {
    float: none;
    display: block;
    padding: 5px 0 0;
  }
}

.error-capture-message {
  background-color: #e9322d;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 10px auto;
  padding: 3px 0;
  max-width: 400px;
  width: 100%;
}

.error-icon {
  display: inline-block;
  width: 18px;
  height: auto;
  margin: 0 2px -2px 2px;
}

#lets-talk-form > div.submit-container {
  text-align: center;
}
#lets-talk-form > div.submit-container button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #0099cc;
  border: 0 solid #0099cc;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  margin: 15px auto 0 auto;
  padding: 10px 30px;
  text-decoration: none;
}
#lets-talk-form > div.submit-container button:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ff7f04+60 */
  background: rgb(255, 183, 107); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 183, 107) 0%, rgb(255, 127, 4) 60%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 183, 107) 0%, rgb(255, 127, 4) 60%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(255, 183, 107) 0%, rgb(255, 127, 4) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb76b", endColorstr="#ff7f04",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  text-decoration: none;
}

div.contact {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  width: 100%;
}

.hero-contact {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33ccff+1,0099cc+29 */
  background: #33ccff; /* Old browsers */
  background: -moz-radial-gradient(80% bottom, #33ccff 15%, #0099cc 55%); /* FF3.6-15 */
  background: -webkit-radial-gradient(80% bottom, #33ccff 15%, #0099cc 55%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(80% bottom, #33ccff 15%, #0099cc 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33ccff", endColorstr="#0099cc", GradientType=1); /* IE6-9 fallback on horizontal gradient */
  padding: 0 0 10px;
}
.hero-contact h1 {
  color: #fff;
  font-weight: 900;
}
@media (max-width: 640px) {
  .hero-contact h1 {
    text-align: center;
  }
}
.hero-contact h3 {
  color: #fff;
  max-width: 700px;
}
@media (max-width: 768px) {
  .hero-contact h3 {
    max-width: 450px;
  }
}
@media (max-width: 640px) {
  .hero-contact h3 {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .title-break {
    display: block;
  }
}

div.contact {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  width: 100%;
}
div.contact h4 {
  color: #0099cc;
  text-transform: uppercase;
}

.contact-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.contact-block-half {
  width: 45%;
  position: relative;
}
@media (max-width: 768px) {
  .contact-block-half {
    width: 100%;
  }
}

.contact-block-two-thirds {
  width: 60%;
  position: relative;
}
@media (max-width: 768px) {
  .contact-block-two-thirds {
    width: 100%;
  }
}

.contact-block-one-third {
  width: 28%;
  position: relative;
  float: right;
}
@media (max-width: 930px) {
  .contact-block-one-third {
    width: 30%;
  }
}
@media (max-width: 868px) {
  .contact-block-one-third {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .contact-block-one-third {
    float: none;
    width: 100%;
  }
}

.contact-block-img {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .contact-block-img {
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-block-img {
    text-align: center;
  }
}

.contact-feature-img {
  box-sizing: border-box;
  width: auto;
  height: 220px;
  margin: 0 auto -5px;
  padding: 0 30px;
  z-index: -1000;
}
@media (max-width: 480px) {
  .contact-feature-img {
    height: 150px;
  }
}
@media (max-width: 360px) {
  .contact-feature-img {
    height: 120px;
  }
}

h4.locations {
  margin-top: 47px;
}
@media (max-width: 768px) {
  h4.locations {
    margin-top: 5px;
  }
}

.getbe-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-height: 50px;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  border-bottom: 1px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.getbe-header.scrolled {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 5px;
}

.getbe-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.getbe-nav-container > div {
  display: flex;
  align-items: center;
}

.getbe-logo {
  height: 40px;
  width: 40px;
}
@media (max-width: 560px) {
  .getbe-logo {
    height: 32px;
    width: 32px;
  }
}

.getbe-site-title {
  color: #415c83;
  font-size: clamp(25px, 3.3vw, 32px);
  margin: 0;
}
@media (max-width: 560px) {
  .getbe-site-title {
    font-size: 24px;
    margin-left: 8px !important;
  }
}

.getbe-header-right {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.getbe-demo-button {
  color: white;
  background-color: #415c83;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.getbe-demo-button:hover {
  opacity: 0.9;
}
@media (max-width: 560px) {
  .getbe-demo-button {
    padding: 8px 14px;
    margin-top: 5px;
    font-size: 14px;
  }
}

.getbe-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .getbe-page-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.footer {
  padding: 0;
}
.footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 60px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .footer .footer-container {
    padding: 20px 40px;
  }
}

.footer-container-nav {
  padding: 0;
}
.footer-container-nav footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 60px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .footer-container-nav footer {
    padding: 20px 40px;
  }
}

.getbe-home h1 {
  text-align: center;
  width: 100%;
  margin: 20px 0 30px 0;
  color: #2f4560;
  font-size: clamp(24px, 3vw, 32px);
}
.getbe-home .getbe-hero-image {
  width: 100%;
  max-width: 1200px;
}
.getbe-home .getbe-intro-section {
  font-size: clamp(17px, 1.8vw, 19px);
}

.getbe-intro-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 768px) {
  .getbe-intro-columns {
    flex-direction: column;
    gap: 0;
  }
}

.getbe-intro-col {
  flex: 1 1 300px;
  font-size: clamp(17px, 1.8vw, 19px);
}

.standard-text {
  font-size: clamp(17px, 1.8vw, 19px);
}

.getbe-flowing-columns {
  column-count: 2;
  column-gap: 60px;
  font-size: clamp(17px, 1.8vw, 19px);
}
.getbe-flowing-columns .column-break {
  display: block;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .getbe-flowing-columns {
    column-count: 1;
  }
}

.getbe-two-col-text {
  display: flex;
  gap: 60px;
  margin-top: 30px;
  font-size: clamp(17px, 1.8vw, 19px);
}
.getbe-two-col-text p {
  flex: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .getbe-two-col-text {
    flex-direction: column;
    gap: 0;
  }
  .getbe-two-col-text p {
    margin-bottom: 1em;
  }
}

.getbe-case-study-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.getbe-case-study-card {
  flex: 1 1 250px;
  border: 1pt solid #d0d5e8;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.getbe-case-study-card .getbe-case-study-header {
  background: linear-gradient(135deg, #4a5a8a 0%, #6b7db3 100%);
  padding: 18px 20px;
}
.getbe-case-study-card .getbe-case-study-header .getbe-case-study-title {
  font-weight: bold;
  font-size: 13pt;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.getbe-case-study-card:nth-child(1) .getbe-case-study-header {
  background: linear-gradient(135deg, #2d5a87 0%, #4a7fb5 100%);
}
.getbe-case-study-card:nth-child(2) .getbe-case-study-header {
  background: linear-gradient(135deg, #872d3d 0%, #b54a5f 100%);
}
.getbe-case-study-card:nth-child(3) .getbe-case-study-header {
  background: linear-gradient(135deg, #4a5568 0%, #718096 100%);
}
.getbe-case-study-card .getbe-case-study-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.getbe-case-study-card .getbe-case-study-desc {
  font-size: 12pt;
  color: #444;
  line-height: 1.5;
}
.getbe-case-study-card .getbe-case-study-link {
  color: #2f4560;
  font-size: 14pt;
  font-weight: bold;
  margin-top: auto;
  padding-top: 12px;
  text-decoration: underline;
  display: block;
  color: #2d5a87;
}
.getbe-case-study-card .getbe-case-study-link:hover {
  text-decoration: underline;
  color: #1a3d5c;
}
.getbe-case-study-card .getbe-case-study-link .getbe-arrow {
  font-size: 18pt;
  display: inline-block;
  transform: translateY(3px);
}

.getbe-video-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1pt solid lightgray;
  text-align: center;
  margin-top: 20px;
}
.getbe-video-placeholder .getbe-placeholder-text {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: bold;
  color: grey;
  margin-top: 60px;
}

.mobile-break {
  display: none;
}
@media (max-width: 700px) {
  .mobile-break {
    display: inline;
  }
}

/*# sourceMappingURL=getbe-main.css.8b20dc9a19f5.map */
