@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, .blog article h1:not(.title), h3, h4, h5, h6, h6, p, blockquote, pre, a, abbr, address, big, cite, code, em, img, q, s, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, embed, figure, figcaption, footer, header, nav, output, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, 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: none; }

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

* {
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0; }
  *, *:after, *:before {
    box-sizing: inherit; }

html {
  box-sizing: border-box;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  min-height: 100%; }

img, embed, object, video {
  max-width: 100%; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none; }

::selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

svg:not(:root) {
  overflow: hidden; }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: white; }

.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden; }

.no-margin {
  margin: 0; }

.margin-top {
  margin-top: 4rem; }
  @media screen and (min-width: 768px) {
    .margin-top {
      margin-top: 6rem; } }

/* TODO:Change these */
.fl-left {
  float: left;
  clear: none; }

.fl-right {
  float: right;
  clear: none; }

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

.hide {
  display: none; }

.reveal {
  animation: reveal 500ms ease-in; }

/* .error {
  color: #cc181e;
  font-size: 0.75rem; }

.bg-blue {
  background: rgba(62, 141, 221, 0.7) !important; }

.bg-red {
  background: rgba(253, 79, 87, 0.7) !important; }

.bg-green {
  background: rgba(0, 192, 129, 0.7) !important; }

.bg-purple {
  background: rgba(111, 97, 138, 0.7) !important; } */

html {
  font: 300 110%/1.6 "petala-pro", Avenir, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #666666; }

h1, h2, .blog article h1:not(.title), h3, h4, h5, h6, h6 {
  margin: 1rem 0;
  font-style: normal;
  line-height: 1.3; }
  h1 b, h1 span, h2 b, .blog article h1:not(.title) b, h2 span, .blog article h1:not(.title) span, h3 b, h3 span, h4 b, h4 span, h5 b, h6 b, h5 span, h6 span, h6 b, h6 span {
    font-weight: inherit;
    font-style: inherit; }

h1 {
  color: black;
  font-size: 1.5rem; }

h2, .blog article h1:not(.title) {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-size: 1.5rem; }

h3 {
  color: #222222;
  font-size: 1.7rem;
  letter-spacing: 0;
  margin: 2rem 0 1rem 0; }

h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 500; }

h5, h6 {
  color: #666666;
  font-weight: 500;
  margin: 1rem 0 0.25rem 0; }

h6 {
  color: #999999; }

a {
  outline: none;
  text-decoration: none;
  word-wrap: break-word;
  transition: color 375ms linear;
  color: #3e8ddd; }
  a:hover, a:focus {
    color: #69a7e5; }
  a:active {
    color: #4e7999; }

b {
  font-weight: bold; }

em {
  font-style: italic; }

ul, ol {
  margin: 0 0 2rem 0; }
  ul li, ol li {
    color: #222222;
    line-height: 1.5;
    margin-bottom: 0.5rem; }

ol {
  display: block;
  list-style-type: decimal;
  color: #222222; }

p {
  margin: 0 0 2rem 0;
  font-size: 1rem;
  line-height: 1.7; }

pre, code {
  font-size: 0.75rem;
  font-family: 'source-code-pro', Monaco, monospace; }

pre {
  overflow: scroll;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #222222;
  color: white;
  line-height: 1.5; }

code {
  padding: 0 .25rem;
  background-color: white;
  color: #222222; }

.caps {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.lt-5 {
  letter-spacing: 5px; }

.lt-2 {
  letter-spacing: 2px; }

.strong {
  font-weight: 400; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.headline--title {
  font-size: 2.5rem;
  margin-bottom: .5rem; }

.headline--teaser {
  font-size: 1.6rem;
  line-height: 1.15; }
  @media only screen and (min-width: 32.25rem) {
    .headline--teaser {
      font-size: 2.2rem; } }
  .headline--teaser_sm {
    font-size: 1.3rem;
    line-height: 1.15; }
    @media screen and (min-width: \$tablet) {
      .headline--teaser_sm {
        font-size: 1.8rem; } }

.headline--sub {
  font-size: 1rem; }
  .headline--sub span {
    padding: 0 0.25rem; }

.topic {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  width: 90%;
  margin: 0 5% 3.0rem 5%; }
  @media screen and (min-width: 768px) {
    .topic {
      font-size: 2rem;
      width: 80%;
      margin: 0 10% 4.5rem 10%; } }

.btn {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  color: #222222;
  border: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1rem;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
    background: #222222;
    border: 1px solid #222222; }
  @media only screen and (min-width: 32.25rem) {
    .btn {
      font-size: 1rem;
      padding: 0.65rem 2rem 0.75rem 2rem;
      letter-spacing: 0.2rem; } }

.btn.small {
  font-size: 0.85rem;
  padding: 0.35rem 1rem 0.5rem 1rem; }

.btn.reversed {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2); }

.btn.reversed:hover {
  color: #222222;
  background: #fff; }

.btn.big {
  font-size: 1.25rem;
}

.svg-icon {
  width: 1.25rem;
  height: 1.25rem; }
  @media screen and (min-width: 768px) {
    .svg-icon {
      width: 1.15rem;
      height: 1.15rem; } }

.form {
  margin-bottom: 3rem; }
  .form h3 {
    text-align: center;
    margin: 5rem 0; }
  .form p {
    margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .form p {
      margin-left: 0;
      width: 100%; } }
  .form .req {
    color: #999999;
    text-transform: uppercase;
    font-size: 0.85rem; }
  .form form {
    clear: both; }

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 0 1rem; }
  .container:before {
    content: "";
    clear: both;
    display: table; }
  .container:after {
    content: "";
    clear: both;
    display: table; }
  @media screen and (min-width: 1025px) {
    .container {
      padding: 0 2rem; } }
  .container--none {
    max-width: 68rem;
    margin: 0 auto; }
    .container--none:before {
      content: "";
      clear: both;
      display: table; }
    .container--none:after {
      content: "";
      clear: both;
      display: table; }
  .container--full {
    max-width: 68rem;
    width: 95%;
    margin: 0 auto;
    overflow: visible;
    padding: 0 1rem; }
    @media only screen and (min-width: 49rem) {
      .container--full {
        padding: 0 2rem; } }
    .container--full:before {
      content: "";
      clear: both;
      display: table; }
    .container--full:after {
      content: "";
      clear: both;
      display: table; }
  .container--sm {
    max-width: 51rem;
    width: 95%;
    margin: 0 auto; }
    .container--sm:after {
      content: "";
      clear: both;
      display: table; }
  .container--narrow {
    max-width: 34rem;
    width: 95%;
    margin: 0 auto; }
    .container--narrow:after {
      content: "";
      clear: both;
      display: table; }

.v-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .v-center_offset {
    margin-top: 25%; }
    .v-center_offset-lg {
      margin-top: 75%; }

.content {
  margin-top: 3.5rem; }

.row {
  width: 100%;
  padding: 2.5rem 0; }
  @media screen and (min-width: 768px) {
    .row {
      padding: 5rem 0; } }
  .row h4, .row h5, .row h6 {
    font-size: 2.0rem;
    letter-spacing: 1px;
    color: #999;
    margin: 0 0 2rem 0;
    font-weight: 300; }
  .row h5, .row h6 {
    font-size: 1.2rem;
    letter-spacing: 1px; }
  .row p {
    font-size: 1.1rem; }

.clear {
  clear: both;
}
.vhflex {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .vhflex footer {
    width: 100%;
    min-height: 400px; }
    @media screen and (min-width: 768px) {
      .vhflex footer {
        min-height: 100px; } }

.thanks {
  width: 100%;
  min-height: 300px; }
  .thanks p {
    margin-bottom: 0; }
  .thanks .container {
    padding-top: 140px; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.span-1-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-1-12 {
      float: left;
      width: 6.5%;
      margin-right: 2%; }
      .span-1-12:last-child {
        margin-right: 0; } }

.span-2-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-2-12 {
      float: left;
      width: 15%;
      margin-right: 2%; }
      .span-2-12:last-child {
        margin-right: 0; } }

.span-3-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-3-12 {
      float: left;
      width: 23.5%;
      margin-right: 2%; }
      .span-3-12:last-child {
        margin-right: 0; } }

.span-4-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-4-12 {
      float: left;
      width: 32%;
      margin-right: 2%; }
      .span-4-12:last-child {
        margin-right: 0; } }

.span-5-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-5-12 {
      float: left;
      width: 40.5%;
      margin-right: 2%; }
      .span-5-12:last-child {
        margin-right: 0; } }

.span-6-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-6-12 {
      float: left;
      width: 49%;
      margin-right: 2%; }
      .span-6-12:last-child {
        margin-right: 0; } }

.span-7-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-7-12 {
      float: left;
      width: 57.5%;
      margin-right: 2%; }
      .span-7-12:last-child {
        margin-right: 0; } }

.span-8-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-8-12 {
      float: left;
      width: 66%;
      margin-right: 2%; }
      .span-8-12:last-child {
        margin-right: 0; } }

.span-9-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-9-12 {
      float: left;
      width: 74.5%;
      margin-right: 2%; }
      .span-9-12:last-child {
        margin-right: 0; } }

.span-10-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-10-12 {
      float: left;
      width: 83%;
      margin-right: 2%; }
      .span-10-12:last-child {
        margin-right: 0; } }

.span-11-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-11-12 {
      float: left;
      width: 91.5%;
      margin-right: 2%; }
      .span-11-12:last-child {
        margin-right: 0; } }

.span-12-12 {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 32.25rem) {
    .span-12-12 {
      float: left;
      width: 100%; } }

.columns-2 {
  columns: 2 13rem;
  column-gap: 2rem; }

.columns-3 {
  columns: 3 13rem;
  column-gap: 2rem; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.infinite {
  animation-iteration-count: infinite; }

@keyframes flyInToLeft {
  0% {
    opacity: 0;
    transform: translate3d(100%, -50%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeOutUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 0;
    transform: none; } }

@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translate3d(85%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-85%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fly {
  0% { }
  50% {
    opacity: 0.8; }
  99% {
    transform: translateX(350px) translateY(-220px) rotate(12deg) scaleY(0.4) scaleX(0.6);
    opacity: 0; } }

@keyframes reveal {
  0% {
    opacity: 0; }
  1% {
    opacity: 0;
    transform: scale(0.98); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.flyInToLeft {
  animation-name: flyInToLeft; }

.fadeInDown {
  animation-name: fadeInDown; }

.fadeFromRight {
  animation-name: fadeFromRight; }

.fadeFromLeft {
  animation-name: fadeFromLeft; }

.fadeOutUp {
  animation-name: fadeOutUp; }

.fadeOutUp {
  animation-name: fadeOutUp; }

.fadeIn {
  animation-name: fadeIn; }

.fadeInUp {
  animation-name: fadeInUp; }

.mobile {
  display: inline; }
  @media screen and (min-width: 768px) {
    .mobile {
      display: none; } }

.tablet {
  display: none; }
  @media screen and (min-width: 768px) {
    .tablet {
      display: inline; } }
  @media screen and (min-width: 1025px) {
    .tablet {
      display: none; } }

.tablet-desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .tablet-desktop {
      display: inline; } }

.desktop {
  display: none; }
  @media screen and (min-width: 1025px) {
    .desktop {
      display: inline; } }

#contact .container {
  background: white;
  margin-top: 3rem;
  padding-bottom: 2rem; }

.field-style {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background-color: #ececec;
  padding: 1rem 1.35rem;
  font: 300 1rem "petala-pro", Avenir, Helvetica;
  margin-bottom: 0.75rem;
  color: #222222;
  border-radius: none;
  transition: 0.2s;
  border: 1px solid transparent;
  -webkit-appearance: none; }
  @media screen and (min-width: 768px) {
    .field-style {
      margin-bottom: 1rem; } }
  .field-style:focus {
    border: 1px solid #3e8ddd; }

.trigger {
  cursor: pointer;
  position: relative;
  margin-bottom: 0; }
  .trigger.is-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.trigger-arrow {
  position: absolute;
  top: 0;
  right: .25rem;
  width: 2.5rem;
  height: 2.5rem; }
  .trigger-arrow svg {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -.25rem;
    width: 100%;
    height: .5rem; }

.inquiry-options {
  transition: all 0.25s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  transform: scale(0.95);
  transform-origin: top;
  pointer-events: none; }
  .inquiry-options.is-open {
    pointer-events: auto;
    transform: none;
    max-height: 100rem;
    opacity: 1;
    margin-bottom: 1rem; }
  .inquiry-options li {
    margin: 0 0 0.5rem 0; }

.inquiry-options__item {
  color: white;
  cursor: pointer;
  text-transform: uppercase; }
  .inquiry-options__item input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .inquiry-options__item input:checked + span {
    color: #4e7999; }

.inquiry-options__item:hover {
  color: #3e8ddd; }

textarea {
  height: 7rem;
  resize: vertical; }

.submit {
  position: relative;
  margin: 0;
  padding: 1.25rem;
  width: 100%;
  margin: 3rem 0;
  outline: none;
  border: none;
  border: 1px solid transparent;
  border-radius: none;
  background: #3e8ddd;
  cursor: pointer;
  transition: .2s;
  font-family: "petala-pro", Avenir, Helvetica;
  font-weight: 300;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.5); }
  .submit:hover, .submit:active, .submit:focus {
    color: white;
    background: #3e8ddd;
    border: 1px solid #3e8ddd; }
    .submit:hover svg path, .submit:active svg path, .submit:focus svg path {
      stroke: #3e8ddd; }

.fly-away {
  transition: 0.5s;
  border: 1px solid transparent !important; }
  .fly-away svg {
    animation: fly 1.75s;
    animation-timing-function: ease-out; }

::-webkit-input-placeholder,
.replace {
  color: #b3b3b3; }

:-ms-input-placeholder,
.replace {
  color: #b3b3b3; }

::placeholder,
.replace {
  color: #b3b3b3; }

.darken {
  color: #222222; }

.selected {
  color: white !important; }

.trigger-arrow.selected {
  display: none; }

.scroll-down {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 2.0rem;
  left: 50%;
  margin-left: -15px; }
  .scroll-down:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); }
  @media screen and (min-width: 768px) {
    .scroll-down {
      margin-left: -19px; } }
  .scroll-down a {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 28px;
    color: #999; }
    @media screen and (min-width: 768px) {
      .scroll-down a {
        width: 32px; } }
    .scroll-down a svg {
      opacity: 0.5; }
    .scroll-down a svg:hover {
      opacity: 1.0; }

.first-scroll {
  margin-top: 10rem;
  margin-bottom: -10rem; }

p.sub {
  font-size: 1.2rem; }
  p.sub span {
    padding: 0 0.5rem; }

.gradient {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10+ */
  background: linear, to bottom, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.85) 100%;
  /* W3C */ }

.brb img {
  width: 13rem;
  height: auto; }
  @media screen and (min-width: 768px) {
    .brb img {
      width: 16rem; } }

.brb h3 {
  color: #222222 !important;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 2px; }
  @media screen and (min-width: 768px) {
    .brb h3 {
      font-size: 1.5rem;
      line-height: 1.4; } }

.product {
  position: relative; }
  .product--wrapper {
    background: none;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 0 1rem; }
  .product--figure {
    background: none;
    width: auto;
    height: auto; }
    .product--figure img {
      width: auto;
      height: 100%;
      overflow: hidden; }
  .product--title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300; }
    @media screen and (min-width: 1025px) {
      .product--title {
        font-size: 2.0rem; } }
  .product--cat {
    color: rgba(245, 245, 245, 0.7); }
    @media screen and (min-width: 768px) {
      .product--cat {
        font-size: 0.9rem; } }
    @media screen and (min-width: 1025px) {
      .product--cat {
        font-size: 1.0rem; } }
  .product--description {
    text-align: left;
    line-height: 1.5;
    font-size: .875rem;
    color: rgba(245, 245, 245, 0.7); }
    @media screen and (min-width: 768px) {
      .product--description {
        font-size: 1.0rem; } }
    @media screen and (min-width: 1025px) {
      .product--description {
        font-size: 1.1rem; } }

.card {
  display: inline-block;
  background: #fff;
  position: relative;
  float: left;
  clear: none;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
  margin-bottom: 1.375rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .card {
      margin: 1rem 1.5%;
      width: 30%; } }
  .card--ib {
    margin: 1rem auto; }
    @media screen and (min-width: 480px) and (orientation: landscape) {
      .card--ib {
        margin: 1rem 1.5%;
        max-width: 20rem; } }
  .card figure {
    background: #fff;
    width: 100%;
    height: 9rem;
    overflow: hidden; }
    @media screen and (min-width: 480px) and (orientation: landscape) {
      .card figure {
        height: 14rem; } }
    @media screen and (min-width: 768px) {
      .card figure {
        height: 11rem; } }
    @media screen and (min-width: 1025px) {
      .card figure {
        height: 14rem; } }
    .card figure img {
      width: 100%;
      height: auto;
      overflow: hidden;
      min-width: 100%;
      max-width: 200%; }
      @media screen and (min-width: 768px) {
        .card figure img {
          width: auto;
          height: 100%; } }
  .card article {
    text-align: left;
    width: 100% !important;
    line-height: 1.6;
    height: 7.5rem;
    padding: 1rem;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      .card article {
        padding: 1rem 1.5rem; } }
  .card a .slug {
    margin: 0;
    font-size: 0.9rem;
    color: #999; }
    @media screen and (min-width: 1025px) {
      .card a .slug {
        font-size: 1.0rem; } }
  .card a .sub {
    font-size: 0.9rem;
    color: #5B5B5B;
    font-weight: 400; }
  .card a .link {
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 0.4rem;
    display: block; }
    @media screen and (min-width: 768px) {
      .card a .link {
        display: none; } }
    @media screen and (min-width: 1025px) {
      .card a .link {
        display: block; } }
  .card a h4 {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.15;
    letter-spacing: 0.025rem;
    margin: 0;
    color: #5B5B5B;
    text-align: left; }
    @media screen and (min-width: 1025px) {
      .card a h4 {
        font-size: 1.4rem; } }
  .card a:hover h4, .card a:hover .link {
    color: #3e8ddd; }
  .card:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.panes {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  color: white;
  z-index: 0; }
  .panes--overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7); }
  .panes--content {
    padding: 1rem;
    display: inline-block;
    max-width: 51rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
  .panes--title {
    margin-bottom: 1rem; }
  .panes--tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); }
  .panes h3 {
    color: inherit; }
  .panes .btn {
    color: white;
    border-color: rgba(255, 255, 255, 0.7); }

.three-col {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  margin: 1rem auto;
  padding: 0; }
  @media screen and (min-width: 480px) and (orientation: landscape) {
    .three-col {
      width: 80%;
      margin: 0 10% 1rem 10%;
      clear: none; } }
  @media screen and (min-width: 768px) {
    .three-col {
      width: 80%;
      margin: 0 10% 1rem 10%; } }
  @media screen and (min-width: 1025px) {
    .three-col {
      width: 29%;
      margin: 1rem 2%; } }
  .three-col p {
    font-size: 1.1rem;
    text-align: left; }

.two-up {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  padding: 6% 8%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .two-up {
      width: 50%;
      height: 26rem;
      padding: 6% 8% 0 8%;
      text-align: left; } }
  @media screen and (min-width: 1025px) {
    .two-up {
      height: 50vh; } }
  .two-up .wrapper {
    position: relative; }
  .two-up h3 {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    line-height: 1.3; }
    @media screen and (min-width: 768px) {
      .two-up h3 {
        font-size: 1.7rem; } }



.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.hero-feature {
  width: 100%;
  height: 90%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .hero-feature {
      height: 80%; } }
  .hero-feature .container {
    z-index: 100;
    position: relative;
    width: 100%;
    height: 100%; }
  .hero-feature .container.slide {
    z-index: 100;
    position: relative;
    top: 45%;
    transform: translateY(-45%); }
    .hero-feature .container.slide p {
      color: #fff;
      font-size: 1.7rem;
      padding-top: 60%;
      line-height: 1.2; }
      @media screen and (min-width: 768px) {
        .hero-feature .container.slide p {
          font-size: 2.0rem;
          padding-top: 30%;
          width: 80%;
          margin: 0 10%; } }
      @media screen and (min-width: 1025px) {
        .hero-feature .container.slide p {
          width: 100%;
          margin: 0;
          padding-top: 25%; } }

.tint {
  background: rgba(0, 0, 0, 0.5); }

.company .hero-feature, .labs .hero-feature {
  overflow: hidden; }

.company .hero-feature .tint, .labs .hero-feature .tint {
  background: rgba(0, 0, 0, 0.5); }

.panes {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  color: white;
  z-index: 0; }
  .panes--overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7); }
  .panes--content {
    padding: 1rem;
    display: inline-block;
    max-width: 51rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
  .panes--title {
    margin-bottom: 1rem; }
  .panes--tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); }
  .panes h3 {
    color: inherit; }
  .panes .btn {
    color: white;
    border-color: rgba(255, 255, 255, 0.7); }

.fw-map {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%; }
  .fw-map .btn {
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0.5); }
    .fw-map .btn:hover {
      background: #3e8ddd; }
  .fw-map h2, .fw-map .blog article h1:not(.title), .blog article .fw-map h1:not(.title), .fw-map p, .fw-map .btn {
    color: #fff; }


.site--header {
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 3.5rem;
  background: white; }
  @media screen and (min-width: 768px) {
    .site--header {
      position: relative;
      height: 5rem; } }
  @media screen and (min-width: 1025px) {
    .site--header {
      top: 0;
      height: 7rem; } }
  .site--header_logo {
    display: block;
    margin: 0.25rem 0 0 0;
    float: left;
    clear: none;
    position: absolute;
    left: 0;
    width: 13rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/logo.svg");
    animation: none; }
  .site--header_logo:before {
    display: block;
    padding-top: 16.957%;
    content: ''; }
    @media screen and (max-width: 767px) {
      .site--header_logo:before {
        display: block;
        padding-top: 24%;
        content: ''; }
    }
    @media screen and (max-width: 1025px) and (min-width: 768px) {
      .site--header_logo:before {
        display: block;
        padding-top: 16.957%;
        content: ''; }
    }
    @media screen and (min-width: 768px) {
      .site--header_logo {
        left: auto;
        width: 13rem;
        margin: 1.25rem 0 0 -3.0rem;
        background-image: url("../img/logo.svg"); } }
    @media screen and (min-width: 1025px) {
      .site--header_logo {
        width: 14rem;
        margin: 2.3rem 0 0 -3rem; } }
  .site--header .mobile-menu {
    background: rgba(34, 34, 34, 0.98);
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: scroll;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    transition-property: transform;
    transition-duration: 0.4s; }
    @media screen and (min-width: 768px) {
      .site--header .mobile-menu {
        display: none !important; } }
    .site--header .mobile-menu nav.mobile-nav {
      margin: 0;
      text-align: left;
      padding-top: 0; }
      .site--header .mobile-menu nav.mobile-nav ul {
        list-style: none;
        margin: 4rem 0 0 0;
        padding: 0; }
        @media screen and (min-width: 480px) and (orientation: landscape) {
          .site--header .mobile-menu nav.mobile-nav ul {
            margin: 1.0rem 0 0 0; } }
        @media screen and (min-width: 768px) {
          .site--header .mobile-menu nav.mobile-nav ul {
            margin: 0.85rem 0 0 0; } }
        @media screen and (min-width: 1025px) {
          .site--header .mobile-menu nav.mobile-nav ul {
            margin: 1.2rem 0 0 0; } }
        .site--header .mobile-menu nav.mobile-nav ul li {
          display: block;
          text-transform: uppercase;
          font-size: 1.3rem;
          margin: 0 0 1.0rem 1.2rem;
          padding: 0;
          letter-spacing: 0.1rem; }
          @media screen and (min-width: 480px) and (orientation: landscape) {
            .site--header .mobile-menu nav.mobile-nav ul li {
              margin: 0 0 0.5rem 1.2rem; } }
          @media screen and (min-width: 768px) {
            .site--header .mobile-menu nav.mobile-nav ul li {
              display: inline-block;
              font-size: 0.85rem;
              margin: 0rem 0 0 1.2rem; } }
          @media screen and (min-width: 1025px) {
            .site--header .mobile-menu nav.mobile-nav ul li {
              font-size: 0.9rem;
              margin: 0rem 0 0 1.5rem; } }
          .site--header .mobile-menu nav.mobile-nav ul li a, .site--header .mobile-menu nav.mobile-nav ul li a:visited {
            display: block;
            text-decoration: none;
            border-bottom: none;
            padding: 0;
            color: #fff; }
            @media screen and (min-width: 768px) {
              .site--header .mobile-menu nav.mobile-nav ul li a, .site--header .mobile-menu nav.mobile-nav ul li a:visited {
                color: #000; } }
          .site--header .mobile-menu nav.mobile-nav ul li a:hover {
            text-decoration: none; }
        .site--header .mobile-menu nav.mobile-nav ul li.current a, .site--header .mobile-menu nav.mobile-nav ul li.current a:visited {
          font-weight: 400; }
        .site--header .mobile-menu nav.mobile-nav ul li select {
          padding: 0 10px; }
    .site--header .mobile-menu nav.social-nav {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      display: block;
      width: 100%;
      margin-top: 1.0rem;
      position: absolute;
      bottom: 0; }
      @media screen and (min-width: 480px) and (orientation: landscape) {
        .site--header .mobile-menu nav.social-nav {
          margin-top: 0; } }
      @media screen and (min-width: 768px) {
        .site--header .mobile-menu nav.social-nav {
          display: none; } }
      .site--header .mobile-menu nav.social-nav ul {
        margin: 0.7rem 0 0 0; }
        @media screen and (min-width: 480px) and (orientation: landscape) {
          .site--header .mobile-menu nav.social-nav ul {
            margin: 0.75rem 0 0 0; } }
        .site--header .mobile-menu nav.social-nav ul li {
          display: inline-block;
          font-size: 1.0rem;
          opacity: 0.3;
          margin: 0 0 0.7rem 1.2rem; }
          .site--header .mobile-menu nav.social-nav ul li a {
            color: white;
            fill: currentColor; }
        .site--header .mobile-menu nav.social-nav ul li:hover {
          opacity: 1.0; }

      .site--header div.navbar-left {
        float:left;
      }
      .site--header a.navbar-brand{
        margin: 0rem;
        padding: 0rem;
        color: #fff;
        font-weight: bold;
        font-size: 1.1rem;
      }
.mobile-menu.is-visible {
  transform: translateY(0); }

.cd-header.is-fixed {
  /* when the user scrolls down, we hide the header right above the viewport */
  position: fixed;
  top: -3.0rem;
  transition: transform 0.3s; }

.cd-header.is-visible {
  /* if the user changes the scrolling direction, we show the header */
  transform: translate3d(0, 100%, 0); }

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
  width: 50px; }
  @media screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
      display: none; } }

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: black;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */ }

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  right: 0;
  transition: transform .3s, top .3s, background-color 0s; }

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -7px; }

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 7px; }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0); }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white; }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  transform: rotate(135deg); }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  transform: rotate(225deg); }

.main-nav {
  display: none; }
  @media screen and (min-width: 768px) {
    .main-nav {
      display: block;
      position: relative;
      top: auto;
      left: auto;
      z-index: 110;
      text-align: left;
      padding: 0;
      margin: 0;
      float: none;
      clear: both;
      background: none;
      width: auto;
      height: auto;
      float: right;
      clear: none;
      border: none;
      animation: none; } }
  .main-nav ul {
    list-style: none;
    margin: 2.2rem 0 0 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .main-nav ul {
        margin: 1.8rem 0 0 0; } }
    @media screen and (min-width: 1025px) {
      .main-nav ul {
        margin: 2.7rem 0 0 0; } }
    .main-nav ul li {
      display: block;
      font-size: 1.4rem;
      letter-spacing: 0.075rem;
      margin: 0 0 1.0rem 1.2rem;
      padding: 0;
      letter-spacing: 0.05rem; }
      @media screen and (min-width: 768px) {
        .main-nav ul li {
          display: inline-block;
          font-size: 0.75rem;
          font-weight: 400;
          margin: 0rem 0 0 1.2rem; } }
      @media screen and (min-width: 1025px) {
        .main-nav ul li {
          font-size: 0.75rem;
          margin: 0rem 0 0 1.5rem; } }
      .main-nav ul li a, .main-nav ul li a:visited {
        display: block;
        text-decoration: none;
        border-bottom: none;
        padding: 0;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .main-nav ul li a, .main-nav ul li a:visited {
            color: #000; } }
      .main-nav ul li a:hover {
        text-decoration: none;
        color: #3e8ddd; }
    .main-nav ul li.current a, .main-nav ul li.current a:visited {
      font-weight: 600; }
    .main-nav ul li select {
      padding: 0 10px; }



footer {
  padding: 2rem 0 0 0;
  background: #222222;
  color: white;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    footer {
      margin-top: 4rem; } }
  @media screen and (min-width: 1025px) {
    footer {
      padding: 3rem 0 1rem 0; } }
  footer .container {
    position: relative; }
  footer .logo {
    display: block;
    margin: -1.0rem auto 1.0rem;
    clear: both;
    width: 10rem;
    height: 2rem;
    background-image: url("../img/logo-home.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6rem;
    animation: none; }
    @media screen and (min-width: 768px) {
      footer .logo {
        margin: -0.6rem 0 0 0;
        float: left;
        clear: none; } }
    @media screen and (min-width: 1025px) {
      footer .logo {
        position: absolute;
        top: 0; } }
  footer nav {
    margin-bottom: 2rem; }
  footer nav li {
    margin: 0 .5rem .4rem .5rem;
    text-align: center;
    display: inline; }
    footer nav li a {
      color: white;
      fill: currentColor;
      opacity: 0.3; }
      footer nav li a:hover {
        color: #fff;
        opacity: 1.0; }
      footer nav li a:active {
        color: white;
        opacity: 1.0; }
    @media screen and (min-width: 768px) {
      footer nav li {
        text-align: left;
        margin: 0 0.75rem 0.4rem 0; } }
  footer .footer-nav {
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      footer .footer-nav {
        float: right; } }
    @media screen and (min-width: 1025px) {
      footer .footer-nav {
        float: none; } }
    footer .footer-nav li {
      margin: 0 0.5rem 0.5rem 0.5rem;
      line-height: 2.0rem;
      letter-spacing: 0.075rem; }
      @media screen and (min-width: 768px) {
        footer .footer-nav li {
          margin: 0 0 0.4rem 1rem;
          line-height: 1.0rem; } }
      @media screen and (min-width: 1025px) {
        footer .footer-nav li {
          margin: 0 1.0rem 0.4rem 1.0rem; } }
  footer .social-nav {
    clear: both;
    margin-top: -1.0rem; }
    @media screen and (min-width: 768px) {
      footer .social-nav {
        float: right !important;
        margin-bottom: 0; } }
    @media screen and (min-width: 1025px) {
      footer .social-nav {
        clear: none;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0rem;
        margin-right: 2rem; } }
    @media screen and (min-width: 768px) {
      footer .social-nav ul {
        float: right; } }
    footer .social-nav ul li {
      font-size: 0.9rem;
      margin: 0 0.5rem 0.5rem 0.5rem; }
      @media screen and (min-width: 768px) {
        footer .social-nav ul li {
          margin: 0 0 0.4rem 1.0rem; } }

video {
  display: none; }
  @media screen and (min-width: 1025px) {
    video {
      display: block;
      max-width: none; } }

video#bgvid {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

.post__link {
  color: #222222; }
  .post__link:hover {
    color: #3e8ddd; }

/* HOME */
.home .container.slide {
  position: relative; }

.home video#bgvid {
  background: url("../img/video-home.png") no-repeat;
  background-size: cover; }

@media screen and (min-width: 768px) {
  .home .site--header {
    position: absolute;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

@media screen and (min-width: 768px) {
  .home .site--header_logo {
    left: auto;
    width: 26rem;
    margin: 0.25rem 0 0 -9.5rem;

    background-image: url("../img/logo-home.svg");
    background-size: 141px 15px;
    background-repeat: none; } }

@media screen and (min-width: 1025px) {
  .home .site--header_logo {
    width: 27rem;
    margin-top: 1rem;
    margin-left: -10rem; } }

.home nav.main-nav ul li a, .home nav.main-nav ul li a:visited {
  color: #fff; }

.home nav.main-nav ul li a:hover {
  color: #fff; }

.home #intro {
  height: 101%; }
  @media screen and (min-width: 1025px) {
    .home #intro {
      margin-top: 0;
      position: relative; } }
  .home #intro p {
    text-transform: none; }

.home #more {
  background: #333;
  color: #fff;
  position: relative; }

.home #more h3 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  margin-left: 10%;
  margin-right: 10%;
  line-height: 2em;
  color: #fff;
}

.home #contact h3 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  line-height: 2em;
  color: #fff;
}
.home #services {
  background: #fff;
  position: relative; }

.home #intro h2, .home #intro .blog article h1:not(.title), .blog article .home #intro h1:not(.title) {
  color: white;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1.7rem;
  text-align: center;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .home #intro h2, .home #intro .blog article h1:not(.title), .blog article .home #intro h1:not(.title) {
      font-size: 2.0rem; } }
  .home #intro h2 span, .home #intro .blog article h1:not(.title) span, .blog article .home #intro h1:not(.title) span {
    color: white; }

.home .home-hero-video {
  background: url("../img/video-home.png") no-repeat center center;
  background-size: cover;
  animation: fadeIn 600ms ease-in; }
  @media screen and (min-width: 1025px) {
    .home .home-hero-video {
      background: none; } }
  .home .home-hero-video .container {
    max-width: none; }

.home .culture-one {
  background: url("../img/culture-small.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.home .talent-one {
  background: url("../img/talent-small.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }


.home .home-contact {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  background: url("../img/contact-small.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .home .home-contact {
      height: 20rem;
      padding: 0; } }
  @media screen and (min-width: 1025px) {
    .home .home-contact {
      height: 50%; } }
  .home .home-contact .tint {
    background: rgba(0, 0, 0, 0.7); }
  .home .home-contact .container {
    position: relative;
    z-index: 10; }
  .home .home-contact h3 {
    color: #fff;
    width: 100%;
    margin: 0 auto 2rem auto;
    font-size: 1.3rem;
    line-height: 1.3; }
    @media screen and (min-width: 768px) {
      .home .home-contact h3 {
        font-size: 1.7rem;
        line-height: 1.5; } }
  .home .home-contact p {
    margin: 0; }

.home footer {
  margin-top: 0; }

/* SERVICES */

.services .hero {
  position: relative;
  width: 100%;
  height: 70%;
  background: #ddd;
  margin-top: 0;
  overflow: hidden;
  background: url("../img/culture3-small.jpg") center center no-repeat;
  background-size: cover;
  animation: fadeIn 600ms ease-in; }
  @media screen and (min-width: 1025px) {
    .services .hero {
      height: 70vh;
      background: url("../img/culture3-small.jpg") center center no-repeat;
    }
  }
  .services .hero .container {
    position: relative;
    z-index: 10; }
  .services .hero h2, .services .hero .blog article h1:not(.title), .blog article .services .hero h1:not(.title) {
    text-transform: none;
    font-size: 1.85rem;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .services .hero h2, .services .hero .blog article h1:not(.title), .blog article .services .hero h1:not(.title) {
        font-size: 2rem; } }

  .services .service-col, .services .product-col {
  padding-left: 4rem; }
  .services .service-col h4, .services .product-col h4 {
    font-size: 1.3rem;
    text-align: left;
    margin-top: -36px;
    color: #000;
    margin-bottom: 1.0rem; }
  .services .service-col p, .services .product-col p {
    font-size: 1.0rem;
    line-height: 1.5; }
  .services .container.slide {
      position: relative;
      top: 45%;
      transform: translateY(-45%); }

  .services p.big {
  margin-left: 10%;
  margin-right: 10%;
}

.services .hero-talent {
  background: url("../img/talent4-small.jpg") center center no-repeat;
}

.services .service-icon {
  width: 40px;
  height: 40px;
  padding-top: 0.5em;
  margin-left: -3.25rem;
}

.services .service-col {
  padding-left: 4rem; }
  .services .service-col h5 {
    font-size: 1.3rem;
    text-align: left;
    margin-top: -36px;
    color: #000;
    margin-bottom: 1rem; }
  .services .service-col p {
    font-size: 1rem;
    line-height: 1.5; }

.services .service h2, .services .service .blog article h1:not(.title), .blog article .services .service h1:not(.title), .services .products h2, .services .products .blog article h1:not(.title), .blog article .services .products h1:not(.title) {
  font-size: 1.7rem;
  width: 100%;
  margin: 0 0 3rem 0;
  text-transform: none;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .services .service h2, .services .service .blog article h1:not(.title), .blog article .services .service h1:not(.title), .services .products h2, .services .products .blog article h1:not(.title), .blog article .services .products h1:not(.title) {
      width: 70%;
      margin: 0 15% 3rem 15%;
      font-size: 2rem; } }
  @media screen and (min-width: 1025px) {
    .services .service h2, .services .service .blog article h1:not(.title), .blog article .services .service h1:not(.title), .services .products h2, .services .products .blog article h1:not(.title), .blog article .services .products h1:not(.title) {
      width: 100%;
      margin: 0 0 3rem 0; } }

.services .service-col  h5 {
  color: #000;
}

.services ul.service-list {
  margin-left: 10%;
  margin-right: 5%;
}
@media screen and (min-width: 900px) {
  .services ul.service-list {
    column-count: 2;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 900px) {
  .services ul.service-list li {
    height: 6.0rem;
  }
}
.row {
  padding: 2.5rem 0; }
  @media screen and (min-width: 768px) {
    .row {
      padding: 5rem 0 0 0; } }
  .row h4 {
    font-size: 1.25rem; }
    @media screen and (min-width: 768px) {
      .row h4 {
        font-size: 1.7rem; } }

