<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Vertically centers an element (works in ie 9) */
/** Use this mixin instead of the break-point mixin **/
/*
** Global Styles 
*/
body, h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Open Sans", sans-serif !important;
}

body.tablet .sticky_navigation .sn_inner .social-icons {
  display: none;
}

.sticky_navigation.sticked ul {
  width: 950px !important;
}
.sticky_navigation #sticky-logo {
  width: 135px;
  height: 65px;
  float: left;
  margin-right: 0px;
  cursor: pointer;
}
.sticky_navigation .sn_inner a[href='#wrapper'] {
  display: none;
}
.sticky_navigation .sn_inner .social-icons {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.sticky_navigation .sn_inner .social-icons a, .sticky_navigation .sn_inner .social-icons a:hover, .sticky_navigation .sn_inner .social-icons i, .sticky_navigation .sn_inner .social-icons i:hover {
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 979px) and (max-width: 1150px) {
  .sticky_navigation .sn_inner .social-icons {
    display: none;
  }
}
.sticky_navigation ul li a {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sticky_navigation ul li a {
    font-size: 14px;
  }
}

.mm-listview &gt; li &gt; a, .mm-listview &gt; li &gt; span {
  font-size: 16px;
  font-size: 24px;
  padding: 30px;
  line-height: 25px;
  display: block;
}

.menu.mm-listview &gt; li:after {
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.047);
          box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.047);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mm-navbar {
  background: inherit;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.047);
          box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.047);
  text-align: center;
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mm-navbar .mm-title {
  text-transform: uppercase;
  padding-top: 0;
}

.mm-panels &gt; .mm-panel &gt; .mm-listview:first-child, .mm-panels &gt; .mm-panel &gt; .mm-navbar + .mm-listview {
  margin-top: 0;
}

.section-heading h2 {
  font-family: "proxima-nova", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
  }
}
.section-heading .heading_subtitle {
  display: none;
}

@media (max-width: 767px) {
  .section-heading + .vc_spacer {
    height: 37.5px !important;
  }

  section#work, section#services, section#client-experience, section#leadership, section#contact {
    padding-top: 37.5px !important;
  }
}
@media (max-width: 767px) {
  .vc_responsive .vc_column-inner {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .vc_responsive .vc_column-inner {
    margin-bottom: 0 !important;
  }
}
.hideme {
  opacity: 0;
}

.showme {
  opacity: 1 !important;
  -webkit-transition: all 1.5s ease-in-out !important;
  transition: all 1.5s ease-in-out !important;
}

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}

@keyframes arrowMove {
  0% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}
.uberbox-item-description a {
  color: #ccc;
}

.default-btn {
  border-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}

footer .site-info {
  height: 40px;
  padding: 0;
  background-color: white;
}
footer .site-info .textwidget {
  text-align: left;
  padding-top: 11px;
}

@media only screen and (max-width: 979px) {
  #home-section .vc_column-inner, #team .vc_column-inner, #contact .vc_column-inner {
    margin-bottom: 0 !important;
  }
}
/* Vertically centers an element (works in ie 9) */
header#site-header #site-logo {
  display: none;
}
header#site-header #site-logo img.default-logo {
  width: 128px;
  height: 147px;
}
header#site-header nav#site-navigation {
  display: none;
}
@media only screen and (max-width: 979px) {
  header#site-header #header-container {
    height: 80px;
    min-height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
  }
  header#site-header #site-logo .header-default-css img {
    height: 63px;
    width: 224px;
  }
  header#site-header #site-logo {
    margin: 9px 0 0;
  }
  header#site-header #site-logo .header-overlay-css {
    display: none !important;
  }
  header#site-header #site-logo .header-default-css {
    display: block !important;
  }
  header#site-header .toggle-mobile-menu .fa-bars {
    color: #fff;
  }
  header#site-header .sticky_navigation_wrapper {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .sticky_navigation_wrapper {
    display: block !important;
  }
}
@media only screen and (max-width: 979px) {
  .sticky_navigation_wrapper {
    display: none !important;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 979px) {
  .sticky_navigation .sn_inner {
    max-width: 970px !important;
  }
  .sticky_navigation .sn_inner ul {
    text-align: left;
  }
  .sticky_navigation .sn_inner ul #sticky-logo {
    margin-right: 4%;
  }
}
#home-section .homeslider-textbox {
  position: absolute;
  left: 50%;
  bottom: 150px;
  margin: 0 0 0 -337px;
  line-height: 40px;
}
#home-section .next-section-arrow {
  background-size: 51px 28px;
  left: calc(50% - 25px);
  position: absolute;
  width: 51px;
  height: 28px;
  bottom: 114px;
  -webkit-animation: arrowMove 3s infinite linear;
          animation: arrowMove 3s infinite linear;
}
#home-section .next-section-arrow a {
  width: 51px;
  height: 28px;
  display: block;
  pointer-events: none;
}
#home-section div.rs-background-video-layer {
  position: relative;
}
#home-section div.rs-background-video-layer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.homeslider-textbox-responsive {
  position: absolute;
  line-height: 40px;
  font-size: 36px;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: 600;
  bottom: 200px;
}
@media (max-width: 767px) {
  .homeslider-textbox-responsive {
    font-family: "proxima-nova";
    font-size: 26px;
    bottom: 110px;
  }
  .homeslider-textbox-responsive br {
    display: none;
  }
}

#why-us-text p {
  font-size: 25px;
  color: white;
}
@media (min-width: 768px) and (max-width: 979px) {
  #why-us-text .row-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #why-us-text .vc_col-sm-4 {
    width: 33%;
    padding: 0 !important;
  }
}

#why-us-text-mobile p {
  font-size: 20px;
  color: white;
}
#why-us-text-mobile .vc_col-sm-6 {
  width: 50%;
  float: left;
}
#why-us-text-mobile .services-item .vc_figure-caption {
  font-size: 20px;
}

.services-item .vc_figure-caption {
  color: white;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #services-container {
    background-image: none !important;
    background-color: #555454 !important;
  }
}
#services-container #services-list-wrapper &gt; .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .services-list {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
  height: 300px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 67px;
}
@media (max-width: 767px) {
  #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
  }
  #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list:hover, #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list.active {
    background-color: #424242;
  }
  #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list.active {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .services-list &gt; .img-wrapper, #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list &gt; h3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .services-list h3 {
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  white-space: pre;
}
@media (max-width: 767px) {
  #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list h3 {
    text-align: left;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .services-list .img-wrapper {
  width: 108px;
  height: 68px;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 767px) {
  #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list .img-wrapper {
    margin-bottom: 0;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media (max-width: 767px) {
  #services-container #services-list-wrapper &gt; .wpb_wrapper .services-list .img-wrapper img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#services-container #services-list-wrapper &gt; .wpb_wrapper br {
  display: none;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content {
  display: none;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  #services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.hover {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  #services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.hover {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.hover .content-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.hover h3 {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
  white-space: pre;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.hover ul {
  list-style-type: none;
  margin-left: 0;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.hover ul li {
  color: white;
  font-size: 16px;
  line-height: 22px;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.mobile-hover {
  background-color: #000;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 20px 0;
  margin-top: 13px;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.mobile-hover .content-wrapper h3 {
  display: none;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.mobile-hover .content-wrapper ul {
  display: block;
  list-style: none;
  color: #fff;
}
#services-container #services-list-wrapper &gt; .wpb_wrapper .hover-content.mobile-hover .content-wrapper ul &gt; li {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
#services-container #service_branding {
  max-width: 86px;
  max-height: 76px;
}
@media (max-width: 767px) {
  #services-container #service_branding {
    max-width: 57px;
    max-height: 45px;
  }
}
#services-container #service_content_development {
  max-width: 54px;
  max-height: 61px;
}
@media (max-width: 767px) {
  #services-container #service_content_development {
    max-width: 49px;
    max-height: 56px;
  }
}
#services-container #service_web_design_development {
  max-width: 100px;
  max-height: 62px;
}
@media (max-width: 767px) {
  #services-container #service_web_design_development {
    max-width: 66px;
    max-height: 38px;
  }
}
#services-container #service_digital_marketing {
  max-width: 79px;
  max-height: 65px;
}
@media (max-width: 767px) {
  #services-container #service_digital_marketing {
    max-width: 56px;
    max-height: 46px;
  }
}
#services-container #service_strategy {
  max-width: 42px;
  max-height: 66px;
}
@media (max-width: 767px) {
  #services-container #service_strategy {
    max-width: 34px;
    max-height: 54px;
  }
}
#services-container #service_product_marketing {
  max-height: 68px;
  max-width: 80px;
}
@media (max-width: 767px) {
  #services-container #service_product_marketing {
    max-width: 65px;
    max-height: 55px;
  }
}
#services-container #service_videos_animation {
  max-height: 54px;
  max-width: 84px;
}
@media (max-width: 767px) {
  #services-container #service_videos_animation {
    max-width: 60px;
    max-height: 39px;
  }
}
#services-container #service_presentation_design {
  max-height: 64px;
  max-width: 68px;
}
@media (max-width: 767px) {
  #services-container #service_presentation_design {
    max-width: 61px;
    max-height: 57px;
  }
}

#leadership-section {
  margin-left: 0;
}
#leadership-section .vc_column_container &gt; .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#leadership-section .vc_col-sm-3 {
  padding: 0;
}
@media (max-width: 767px) {
  #leadership-section .vc_col-sm-3 {
    width: calc(50% - 8px);
    float: left;
    padding: 0 !important;
    margin: 0;
  }
  #leadership-section .vc_col-sm-3 .team_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #leadership-section .vc_col-sm-3 .team-box:last-child {
    padding-top: 50px !important;
  }
}
@media (max-width: 479px) {
  #leadership-section .vc_col-sm-3 .team-box h3 {
    font-size: 16px;
    font-weight: 900;
  }
  #leadership-section .vc_col-sm-3 .team-box a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #leadership-section .vc_col-sm-3 {
    width: calc(50% - 8px);
    float: left;
    padding: 0 !important;
    margin: 0;
  }
  #leadership-section .vc_col-sm-3 .team_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
#leadership-section .team_member_name, #leadership-section .team_member_name + p, #leadership-section .team_info {
  display: none;
}
#leadership-section figcaption h3, #leadership-section figcaption p {
  color: white;
  font-family: "proxima-nova", "Open Sans", sans-serif;
  font-weight: 600;
}
#leadership-section figcaption h3 {
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 767px) {
  #leadership-section figcaption h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
#leadership-section figcaption span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  left: 0;
  padding: 0 15px;
}
#leadership-section figcaption span:before {
  display: none;
}
#leadership-section figcaption span p {
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 767px) {
  #leadership-section figcaption span p {
    font-size: 11px;
    line-height: 14px;
  }
}
#leadership-section .team-box h3, #leadership-section .team-box p, #leadership-section .team-box a {
  color: white;
}
#leadership-section .team-box h3 {
  font-size: 24px;
  font-weight: 900;
}
#leadership-section .team-box a {
  font-size: 18px;
}
#leadership-section .team-box a:hover {
  text-decoration: underline;
}
#leadership-section .team-box:last-child {
  padding-top: 100px !important;
}

#team &gt; .row-inner {
  margin: 0 15px;
}

@media (max-width: 767px) {
  section#hello {
    padding-top: 37.5px !important;
  }
}

#welcome-text {
  padding: 111px 150px;
}
@media only screen and (max-width: 767px) {
  #welcome-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#welcome-text &gt; .row-inner {
  max-width: 860px !important;
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
  #welcome-text .row-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #welcome-text .row-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#welcome-text h3, #welcome-text ul li {
  color: white;
  font-weight: 900;
}
#welcome-text h3 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 400;
}
#welcome-text p {
  font-family: "proxima-nova";
  color: white;
  font-size: 25px;
  line-height: 42px;
}
@media (max-width: 767px) {
  #welcome-text p {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
  }
}
#welcome-text .default-btn {
  font-size: 21px;
  font-weight: bold;
  padding: 19px 40px;
}
@media (max-width: 767px) {
  #welcome-text .default-btn {
    font-size: 17px;
    font-weight: 700;
    line-height: 6px;
    width: 195px;
    height: 46px;
  }
}
#welcome-text div.list-items {
  text-align: center;
  font-size: 26px;
  color: white;
  line-height: 26px;
  font-weight: 900;
}
#welcome-text div.list-items .fa {
  font-size: 8px;
  vertical-align: middle;
}

.uber-grid-wrapper .uber-grid-cells-wrapper &gt; .uber-grid &gt; div:nth-of-type(1) ~ div {
  display: none;
}

.uber-grid-wrapper {
  display: inline-block !important;
  width: 100%;
  visibility: hidden !important;
}
.uber-grid-wrapper.loaded {
  visibility: visible !important;
}
.uber-grid-wrapper.loading {
  visibility: hidden !important;
}
.uber-grid-wrapper .vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.uber-grid-wrapper .uber-grid &gt; div .uber-grid-hover .uber-grid-hover-title strong {
  font-family: "proxima-nova", "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  padding-bottom: 15px;
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .uber-grid-wrapper .uber-grid &gt; div .uber-grid-hover .uber-grid-hover-title strong {
    font-size: 21px !important;
    line-height: 25px !important;
  }
}
.uber-grid-wrapper .uber-grid-hover-title {
  border-bottom: 1px solid white;
}
.uber-grid-wrapper .uber-grid &gt; div .uber-grid-hover .uber-grid-hover-title {
  margin-bottom: 20px !important;
}
.uber-grid-wrapper .uber-grid &gt; div .uber-grid-hover {
  background-color: #000 !important;
}

.uber-grid-hover-text {
  font-size: 17px !important;
  font-family: "proxima-nova", "Open Sans", sans-serif !important;
  line-height: 24px;
}

.uberbox-toolbar *[data-action="close"] {
  font-size: 30px;
}

.uberbox-toolbar *[data-action="share"] {
  margin-right: 40px;
}

#client-experience .svc_post_grid_list {
  background: #f1f2f2;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 767px) {
  #client-experience .svc_post_grid_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#client-experience .svc_post_grid_list div.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#client-experience .svc_post_grid_list div.item img {
  padding: 25px 40px;
}
@media (max-width: 767px) {
  #client-experience .svc_post_grid_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #client-experience .svc_post_grid_list div.item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #client-experience .svc_post_grid_list div.item img {
    padding: 25px 60px;
  }
  #client-experience .svc_post_grid_list div.item[data-filename="fluidigm.svg"] {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #client-experience .svc_post_grid_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #client-experience .svc_post_grid_list div.item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #client-experience .svc_post_grid_list div.item img {
    padding: 25px 60px;
  }
  #client-experience .svc_post_grid_list div.item[data-filename="fluidigm.svg"] {
    display: none;
  }
}

#contact-container {
  text-align: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-position: center center;
}
#contact-container p {
  color: white;
  font-size: 24px;
  line-height: 29px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #contact-container p {
    font-size: 17px;
    line-height: 21px;
    margin-top: 0;
  }
}
#contact-container .vc_column_container &gt; .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#contact-container .vc_column_container {
  padding: 0;
}
#contact-container #surfboard img, #contact-container #lobster img {
  margin-bottom: 14px;
}
#contact-container #surfboard img {
  width: 34px;
  height: 101px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  #contact-container #surfboard img {
    width: 19px;
    height: 56px;
  }
}
#contact-container #lobster img {
  width: 77px;
  height: 87px;
  margin-top: 84px;
}
@media (max-width: 767px) {
  #contact-container #lobster img {
    width: 43px;
    height: 48px;
  }
}
#contact-container .default-btn {
  font-size: 32px;
  font-weight: 600;
  margin: 10px 0;
  padding: 13px 33px;
}
@media (max-width: 767px) {
  #contact-container .default-btn {
    font-size: 17px;
    padding: 7px 13px;
  }
}
#contact-container #san-diego .vc_column-inner, #contact-container #boston .vc_column-inner {
  height: 500px;
  max-height: 500px;
  padding-top: 40px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #contact-container #san-diego .vc_column-inner, #contact-container #boston .vc_column-inner {
    height: 400px;
    max-height: 400px;
  }
}
#contact-container #san-diego .default-btn {
  padding: 13px;
}
@media (max-width: 767px) {
  #contact-container #san-diego {
    border-right: none;
  }
}

.contact-form {
  margin: auto;
}
.contact-form form {
  padding: 0 50px;
}
.contact-form form p {
  color: white;
  font-size: 23px;
  margin-bottom: 30px;
}
.contact-form form #remove-margin {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-form form {
    padding: 0;
  }
  .contact-form .row-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
  border-radius: 0;
  color: black;
}
.contact-form input[type=submit] {
  border-radius: 0 !important;
  background: transparent;
  border: 1px solid white;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin: auto;
  width: 150px;
  height: 75px;
}
.contact-form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.contact-form #form-recaptcha {
  text-align: center;
}

.wpcf7 textarea, .wpcf7 input {
  margin-top: 14px;
  background: white;
}
.wpcf7 textarea:focus, .wpcf7 input:focus {
  background: white;
}

.contact-form.wpb_column.vc_column_container.vc_col-sm-6 {
  background-color: rgba(0, 0, 0, 0.7);
}

.contact-footer {
  text-align: center;
}
.contact-footer p {
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}
@media (max-width: 767px) {
  .contact-footer p {
    font-size: 17px;
    line-height: 21px;
  }
}
.contact-footer a {
  color: white;
}
.contact-footer .social-icons {
  margin-top: 11px !important;
  height: 17px;
}
.contact-footer .social-icons a {
  font-size: 20.4px;
}
</pre></body></html>