@charset "UTF-8";
@import url(assets/icons/ss-icons.css);
.ns-button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"],
button, .sliders .slider-large .content a.right {
  display: inline-block;
  padding: 9px 20px 9px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  color: #fff;
  background: #3ac0f0;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
  text-shadow: none !important;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  text-align: center;
  letter-spacing: 0.03em;
  transition: 0.2s all ease-out; }
  .ns-button:hover,
  .button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  button:hover, .sliders .slider-large .content a.right:hover {
    background: #3b5998;
    text-decoration: none; }

.ns-button.ns-button-line,
.button.ns-button-line,
input[type="submit"].ns-button-line,
input[type="button"].ns-button-line,
input[type="reset"].ns-button-line,
button.ns-button-line {
  height: 34px;
  padding: 0 10px;
  border: 2px solid #3ac0f0;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  color: #3ac0f0;
  border-radius: 27px; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.left {
  float: left; }

.right {
  float: right; }

.ttu {
  text-transform: uppercase; }

.tac {
  text-align: center; }

html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1;
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: 100%;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
  color: #656b70;
  background: #fff; }

.mtop {
  margin-top: 2em; }

.mbot {
  margin-bottom: 2em; }

ol.ns-button-row {
  padding: 66px 0 35px 0;
  text-align: center; }
  ol.ns-button-row > li {
    display: inline-block;
    margin: 0 15px 10px; }
ol.ns-footer-sublist, ol.list-style-none {
  list-style: none; }

.ns-section-wrapper {
  margin: 0 auto; }

.ns-section-main {
  padding: 0 20px;
  clear: both; }

@media(min-width: 1200px) {
  .ns-section-main > .ns-section-wrapper,
  .ns-app-banner > .ns-section-wrapper {
    width: 1160px; } }
@media (min-width: 768px) {
  .show-for-small {
    display: none; } }
hr {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 15px auto 24px auto;
  border: none;
  color: #e6e6e6;
  background: #CFCFCF; }
  hr.ns-line-short {
    width: 33%; }

.emphasis {
  font-size: 24px;
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto 4em; }
  .emphasis p {
    font-size: 24px;
    font-weight: 200;
    color: #0e132e;
    margin-bottom: 1em;
    opacity: 0.79; }
    .emphasis p.normal {
      font-weight: 400;
      font-size: 20px; }
  .emphasis .hbspt-form .hs-form-field {
    width: 100%;
    margin: 0 0 20px 0; }

.render-content {
  max-width: 44em;
  margin: 3em auto; }

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

h1,
h2,
h3,
p,
a,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  -webkit-font-smoothing: antialiased; }

.grande {
  font-size: 42px;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-top: 1.9em;
  margin-bottom: 0.7em;
  clear: both; }
@media(max-width: 560px) {
  .grande {
    font-size: 28px;
    margin-bottom: 1.1em; } }
.medio {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0.7em;
  color: #000; }
@media(max-width: 560px) {
  .medio {
    font-size: 24px; } }
a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  color: #3ac0f0; }
  a img {
    border: none; }
  a:hover {
    text-decoration: underline; }

/* Copy & Lists */
[class*=render-content] {
  font-weight: 400;
  /* Headings */
  /* Tables */
  /* Code blocks */
  /* Leading paragraph text */
  /* Hug the block above you */ }
  [class*=render-content] p {
    line-height: 1.5;
    margin-top: 1.5rem;
    margin-bottom: 0; }
  [class*=render-content] ul, [class*=render-content] ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem; }
  [class*=render-content] ul li, [class*=render-content] ol li {
    line-height: 1.5; }
  [class*=render-content] ul ul, [class*=render-content] ol ul, [class*=render-content] ul ol, [class*=render-content] ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  [class*=render-content] blockquote {
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  [class*=render-content] h1, [class*=render-content] h2, [class*=render-content] h3, [class*=render-content] h4, [class*=render-content] h5, [class*=render-content] h6 {
    /* Change heading typefaces here */
    margin-top: 1.5rem;
    margin-bottom: 0;
    line-height: 1.4; }
  [class*=render-content] h1 {
    font-size: 3.242rem;
    line-height: 3.5rem;
    margin-top: 3rem;
    font-weight: 300; }
  [class*=render-content] h2 {
    font-size: 2.328rem;
    line-height: 2.8rem;
    margin-top: 2.8rem;
    font-weight: 300; }
  [class*=render-content] h3 {
    font-size: 1.214rem;
    font-weight: 300; }
  [class*=render-content] h4 {
    font-size: 1rem;
    font-weight: 300; }
  [class*=render-content] h5 {
    font-size: 0.71333rem; }
  [class*=render-content] h6 {
    font-size: 0.535rem; }
  [class*=render-content] table {
    margin-top: 1.5rem;
    border-spacing: 0px;
    border-collapse: collapse; }
    [class*=render-content] table td, [class*=render-content] table th {
      padding: 0;
      line-height: 33px; }
  [class*=render-content] code {
    vertical-align: bottom; }
  [class*=render-content] .lead {
    font-size: 1.414rem; }
  [class*=render-content] .hug {
    margin-top: 0; }

.gh-social-media-icons {
  padding: 0 0 20px;
  display: block;
  float: left;
  margin-top: 25px; }
  .gh-social-media-icons a {
    margin: 0 10px;
    font-size: 30px;
    color: inherit;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.3; }
    .gh-social-media-icons a:first-child {
      margin-left: 0; }
    .gh-social-media-icons a:hover {
      filter: alpha(opacity=80);
      opacity: 1; }
  .gh-social-media-icons .ss-facebook {
    color: #3b5998; }
  .gh-social-media-icons .ss-twitter {
    color: #00aced; }
  .gh-social-media-icons .ss-instagram {
    color: #517fa4; }
  .gh-social-media-icons .ss-linkedin {
    color: #007bb6; }

nav {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: block;
  width: 100%; }
  nav.ns-section-main {
    height: 60px;
    padding: 25px 20px 60px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
    transition-delay: 0;
    z-index: 400;
    background: linear-gradient(rgba(0, 0, 0, 0.2), transparent); }
    nav.ns-section-main.ns-nav-shadow-state {
      padding: 0 20px;
      background: #3ac0f0;
      color: #fff;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
      nav.ns-section-main.ns-nav-shadow-state ol.ns-navigation > li > a {
        color: #fff; }
    nav.ns-section-main:not(.ns-nav-shadow-state) ol.ns-navigation > li > a:hover {
      color: #fff; }
    nav.ns-section-main a.ns-home {
      display: inline-block;
      float: left;
      width: 123px;
      height: 30px;
      margin: 5px 0 0;
      position: relative; }
      nav.ns-section-main a.ns-home > img {
        display: inline-block;
        float: left;
        width: 123px;
        height: 30px;
        position: absolute; }
@media(min-width: 770px) {
  nav.ns-section-main a.ns-home > img {
    top: 9px; } }
    nav.ns-section-main ol.ns-navigation {
      display: inline-block;
      height: 60px; }
@media(min-width: 770px) {
  nav.ns-section-main ol.ns-navigation:not(:last-child) {
    margin-left: 3%; } }
@media(max-width: 769px) {
  nav.ns-section-main ol.ns-navigation {
    background: #3ac0f0; }
    nav.ns-section-main ol.ns-navigation + ol.ns-navigation {
      float: none;
      width: 100%; }
      nav.ns-section-main ol.ns-navigation + ol.ns-navigation li:first-child {
        display: none; }
      nav.ns-section-main ol.ns-navigation + ol.ns-navigation .standout a {
        margin-right: 10px;
        width: auto; } }
      nav.ns-section-main ol.ns-navigation > li {
        display: inline-block;
        float: left;
        height: 60px;
        position: relative; }
        nav.ns-section-main ol.ns-navigation > li.standout a {
          border: 1px solid #fff;
          border-radius: 3px;
          height: 40px;
          line-height: 40px;
          margin: 10px 0 0 10px;
          text-align: center; }
          nav.ns-section-main ol.ns-navigation > li.standout a:hover {
            background: #fff;
            color: #3ac0f0;
            text-decoration: none; }
        nav.ns-section-main ol.ns-navigation > li.menu-item-has-children > a::after {
          content: ">";
          display: inline-block;
          transform: rotate(90deg) scaleY(1.7);
          margin-left: 8px;
          font-weight: 300; }
        nav.ns-section-main ol.ns-navigation > li.current-menu-item a:hover, nav.ns-section-main ol.ns-navigation > li.current-menu-ancestor a:hover {
          color: #fff;
          text-decoration: none; }
        nav.ns-section-main ol.ns-navigation > li.current-menu-item:before, nav.ns-section-main ol.ns-navigation > li.current-menu-ancestor:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          width: 100%;
          height: 2px;
          background: #fff; }
        nav.ns-section-main ol.ns-navigation > li > a {
          display: inline-block;
          float: left;
          height: 60px;
          padding: 0 15px;
          font-size: 15px;
          line-height: 60px;
          color: #fff;
          font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
          font-weight: 600;
          transition: 0.2s all ease-in-out;
          letter-spacing: 0.02em; }
          nav.ns-section-main ol.ns-navigation > li > a:hover {
            color: #fff; }
          nav.ns-section-main ol.ns-navigation > li > a.ns-button.ns-button-special {
            display: inline;
            height: auto;
            text-transform: none;
            visibility: visible;
            margin: 0 15px;
            color: #fff;
            border-color: #fff;
            line-height: 30px;
            position: relative;
            top: 13px;
            width: auto; }
        nav.ns-section-main ol.ns-navigation > li > ul.sub-menu {
          display: none;
          position: absolute;
          min-width: 100%;
          background: #fff;
          top: 100%;
          list-style: none;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          padding: 5px 0; }
          nav.ns-section-main ol.ns-navigation > li > ul.sub-menu > li.current-menu-item a, nav.ns-section-main ol.ns-navigation > li > ul.sub-menu > li.current-menu-ancestor a {
            color: #3ac0f0;
            cursor: default; }
          nav.ns-section-main ol.ns-navigation > li > ul.sub-menu > li > a {
            display: inline-block;
            font-size: 14px;
            padding: 0.3em 1em;
            color: #007bb6;
            display: block;
            white-space: pre;
            font-weight: 500; }
            nav.ns-section-main ol.ns-navigation > li > ul.sub-menu > li > a:hover {
              text-decoration: none;
              color: #00aced; }
        nav.ns-section-main ol.ns-navigation > li:hover ul.sub-menu {
          display: block; }

@media (max-width: 769px) {
  nav.ns-section-main {
    height: auto;
    max-height: 100%;
    overflow: hidden; }
    nav.ns-section-main a.ns-home {
      display: block;
      float: none;
      margin: 11px auto 11px; }
    nav.ns-section-main .toggle-mobile-menu {
      margin-bottom: 11px; }
    nav.ns-section-main button.is-active ~ ol.ns-navigation {
      max-height: 500px; }
    nav.ns-section-main ol.ns-navigation {
      display: block;
      text-transform: uppercase;
      margin: 0;
      height: auto;
      max-height: 0;
      transition: 0.2s all ease-out;
      overflow: hidden;
      letter-spacing: 0.02em; }
      nav.ns-section-main ol.ns-navigation:first-child > li:first-child {
        margin-top: 20px; }
      nav.ns-section-main ol.ns-navigation:last-child > li:last-child {
        margin-bottom: 20px; }
      nav.ns-section-main ol.ns-navigation > li {
        width: 100%;
        height: auto; }
        nav.ns-section-main ol.ns-navigation > li.current-menu-item::before, nav.ns-section-main ol.ns-navigation > li.current-menu-ancestor::before {
          width: 2px;
          height: 100%; }
        nav.ns-section-main ol.ns-navigation > li#menu-item-58 {
          display: none; }
        nav.ns-section-main ol.ns-navigation > li > a {
          width: 100%;
          height: 40px;
          margin: 0;
          line-height: 40px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box; }
          nav.ns-section-main ol.ns-navigation > li > a.ns-button.ns-button-special {
            border: 0;
            padding: 0;
            color: #fff; }
            nav.ns-section-main ol.ns-navigation > li > a.ns-button.ns-button-special:hover {
              text-decoration: underline;
              color: #fff; }
        nav.ns-section-main ol.ns-navigation > li > ul.sub-menu {
          display: block;
          position: static;
          background: none;
          padding: 0 20px;
          clear: both;
          box-shadow: none; }
          nav.ns-section-main ol.ns-navigation > li > ul.sub-menu > li > a {
            color: #fff; } }
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: none;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s; }
  @media (max-width: 769px) {
    .c-hamburger {
      display: block; } }
  .c-hamburger:focus {
    outline: none;
    opacity: 1; }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 13.5px;
    left: 6px;
    right: 6px;
    height: 3px;
    background: white; }
    .c-hamburger span::before, .c-hamburger span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fff;
      content: ""; }
    .c-hamburger span::before {
      top: -7px; }
    .c-hamburger span::after {
      bottom: -7px; }

.c-hamburger--htx span {
  transition: background 0s 0.2s; }
  .c-hamburger--htx span::before, .c-hamburger--htx span::after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s; }
  .c-hamburger--htx span::before {
    transition-property: top, transform; }
  .c-hamburger--htx span::after {
    transition-property: bottom, transform; }
.c-hamburger--htx.is-active span {
  background: none; }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg); }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg); }
  .c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.2s; }

@media(min-width: 480px) and(max-width: 769px) {
  ol.ns-navigation {
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase; }
    ol.ns-navigation > li {
      width: 100%;
      height: 40px; }
      ol.ns-navigation > li > a {
        width: 100%;
        height: 40px;
        margin: 0; }
        ol.ns-navigation > li > a.ns-button.ns-button-special {
          border: 0;
          padding: 0;
          color: #fff; }
          ol.ns-navigation > li > a.ns-button.ns-button-special:hover {
            text-decoration: underline;
            color: #fff; } }
@media(max-width: 769px) {
  .blog nav {
    color: #fff;
    background: #3ac0f0; }
    .blog nav ol.ns-navigation > li > a {
      color: #fff; } }
.tag {
  background: #7f8c8d;
  font-size: 13px;
  line-height: 22px;
  padding: 0 8px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin: 1em 0;
  letter-spacing: 0.04em; }

input {
  display: inline-block;
  margin: 0;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 15px;
  line-height: 30px;
  color: #404040; }

textarea,
select {
  display: inline-block;
  margin: 0;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 15px;
  line-height: 30px;
  color: #404040;
  padding: 9px;
  border: 1px solid #e6e6e6;
  background: transparent;
  outline: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px; }
  textarea:focus,
  select:focus {
    border-color: #3ac0f0; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 9px;
  border: 1px solid #e6e6e6;
  background: transparent;
  outline: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px; }
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
    border-color: #3ac0f0; }

label {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  margin: 0;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 15px;
  line-height: 30px;
  color: #404040;
  padding: 6px 0 9px; }

.hbspt-form .submitted-message {
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
  font-style: italic;
  text-align: center; }
  .hbspt-form .submitted-message.hs_company label {
    display: none; }
.hbspt-form .hs-form-field {
  float: left;
  width: 17.1%;
  margin: 0 2% 0 0;
  text-align: left;
  position: relative; }
  @media (max-width: 967px) {
    .hbspt-form .hs-form-field {
      width: 48%;
      margin-bottom: 10px; }
      .hbspt-form .hs-form-field:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 460px) {
    .hbspt-form .hs-form-field {
      width: 100%;
      margin-right: 0; } }
  .hbspt-form .hs-form-field input {
    background: #fff; }
.hbspt-form form fieldset {
  max-width: none; }
.hbspt-form form fieldset.form-columns-2 .input,
.hbspt-form form fieldset.form-columns-1 .input {
  margin-right: 0 !important; }
  .hbspt-form form fieldset.form-columns-2 .input select,
  .hbspt-form form fieldset.form-columns-1 .input select {
    width: 100%; }
.hbspt-form form select.hs-input {
  background: #fff;
  height: 52px;
  width: 100%; }
.hbspt-form form label {
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: 500; }
  .hbspt-form form label .hs-form-required {
    display: none; }
.hbspt-form form .hs-form-radio label {
  display: block; }
.hbspt-form .inputs-list {
  list-style: none;
  margin-bottom: 0 !important; }
  .hbspt-form .inputs-list .hs-form-radio {
    display: inline-block; }
    .hbspt-form .inputs-list .hs-form-radio label.hs-form-radio-display {
      display: inline-block;
      margin-right: 25px; }
      .hbspt-form .inputs-list .hs-form-radio label.hs-form-radio-display input[type=radio] {
        display: inline-block;
        width: auto;
        margin-right: 5px; }
.hbspt-form .hs-error-msgs label {
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  text-align: left; }
@media (max-width: 967px) {
  .hbspt-form .hs_submit {
    width: 100%;
    float: left; }
    .hbspt-form .hs_submit .actions input[type=submit] {
      float: none;
      max-width: 400px;
      width: 100%; } }

.post.form {
  background: #d3d8dd;
  padding: 0 1em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .post.form h2 {
    font-size: 23px;
    text-align: left;
    color: #151642;
    margin: 1em 0;
    padding: 0;
    line-height: 1.3;
    text-shadow: none;
    font-weight: 600;
    font-style: italic; }
  .post.form .hbspt-form .hs-form-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px; }
    .post.form .hbspt-form .hs-form-field input {
      width: calc(100% - 10px);
      background: #fff;
      font-size: 16px; }
  .post.form .hbspt-form .hs_submit {
    width: 100%;
    float: left; }
    .post.form .hbspt-form .hs_submit .actions input[type=submit] {
      float: none;
      width: calc(100% - 20px);
      font-size: 16px; }

.execphpwidget {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%; }
  .execphpwidget .ns-section-form {
    background: #d3d8dd;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .execphpwidget .ns-section-form h3 {
      display: inline-block;
      font-style: italic;
      color: #151642;
      line-height: 31px;
      position: relative; }
      @media (min-width: 582px) {
        .execphpwidget .ns-section-form h3 {
          margin-right: 1em; } }
    .execphpwidget .ns-section-form .hbspt-form {
      display: inline-block; }
      @media (max-width: 480px) {
        .execphpwidget .ns-section-form .hbspt-form {
          display: block; } }
      .execphpwidget .ns-section-form .hbspt-form div {
        display: inline;
        margin: 0 !important;
        width: auto; }
        @media (max-width: 480px) {
          .execphpwidget .ns-section-form .hbspt-form div {
            display: block;
            width: 100%; } }
      .execphpwidget .ns-section-form .hbspt-form label {
        display: none !important; }
    .execphpwidget .ns-section-form form {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 480px) {
        .execphpwidget .ns-section-form form {
          display: block; } }
      .execphpwidget .ns-section-form form input[type=email] {
        background: #fff;
        font-size: 16px;
        padding: 3px 10px 2px;
        line-height: 1.4;
        width: 24vw;
        min-width: 210px;
        max-width: 320px; }
        @media (max-width: 480px) {
          .execphpwidget .ns-section-form form input[type=email] {
            display: block;
            width: 100%;
            margin: 5px 0;
            max-width: none; } }
      .execphpwidget .ns-section-form form input[type=submit] {
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        padding: 6px 11px;
        vertical-align: top;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: relative;
        top: 1px;
        text-transform: none; }
        @media (max-width: 480px) {
          .execphpwidget .ns-section-form form input[type=submit] {
            display: block;
            width: 100%;
            max-width: none !important; } }

.mfp-content {
  background: #fff;
  max-width: 840px;
  padding: 30px; }
  .mfp-content .grande {
    margin-top: 0.4em; }
  .mfp-content .footer-form {
    margin: 0;
    background: none;
    padding: 0; }

.footer-hbspt.hbspt-form .hs-form-field,
.footer-hbspt-2.hbspt-form .hs-form-field {
  padding: 0 10px; }
.footer-hbspt.hbspt-form .hs-form-field,
.footer-hbspt.hbspt-form .hs-input,
.footer-hbspt-2.hbspt-form .hs-form-field,
.footer-hbspt-2.hbspt-form .hs-input {
  width: 100%;
  margin: 0;
  padding: 4px 10px;
  margin-bottom: 1px; }
.footer-hbspt.hbspt-form .hs-error-msgs,
.footer-hbspt-2.hbspt-form .hs-error-msgs {
  padding: 0;
  margin: 0; }
  .footer-hbspt.hbspt-form .hs-error-msgs label,
  .footer-hbspt-2.hbspt-form .hs-error-msgs label {
    color: #E43939;
    opacity: 0.79; }
@media(min-width: 401px) {
  .footer-hbspt.hbspt-form .form-columns-1 .hs-input,
  .footer-hbspt-2.hbspt-form .form-columns-1 .hs-input {
    width: 100%; } }
.footer-hbspt-2.hbspt-form .hs-input {
  width: 100% !important; }
.footer-hbspt-2.hbspt-form .hs_submit {
  margin: 5px 0 0 !important;
  padding: 0; }
.footer-hbspt-2.hbspt-form .form-columns-2 > div:first-child {
  padding-right: 10px; }
.footer-hbspt-2.hbspt-form .form-columns-2 > div:last-child {
  padding-left: 10px; }

.footer-form {
  background: #daecf2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 70px;
  margin-bottom: -50px;
  float: left;
  width: 100%; }
  .footer-form .grande {
    margin-top: 0; }
  .footer-form .form-mobile form > div:nth-child(5) {
    width: 100%; }
  .footer-form .form-mobile form .hs_submit {
    margin-top: 0; }
  .footer-form .ns-section-wrapper {
    max-width: 760px; }
  .footer-form form > div {
    width: 50%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top; }
@media(max-width: 459px) {
  .footer-form form > div {
    width: 100%; } }
    .footer-form form > div > .hs-form-field:last-child {
      margin-bottom: 10px; }
    .footer-form form > div input {
      display: block;
      width: 100%; }
      .footer-form form > div input:not([type=submit]) {
        background: #fff;
        border-color: #979797; }
  .footer-form form .hs_submit {
    width: 100%;
    margin-top: 10px; }
    .footer-form form .hs_submit input[type=submit] {
      max-width: 100% !important; }

footer {
  background: #F7F7F7;
  float: left;
  width: 100%; }
  footer.ns-section-main {
    margin-bottom: -20px;
    padding: 50px 20px;
    margin-top: 50px;
    font-size: 13px;
    line-height: 20px; }
    footer.ns-section-main .ns-footer-logo {
      padding: 11px 0 0 0;
      text-align: center;
      width: 30.66667%;
      float: right;
      margin-right: 0;
      *margin-left: -48px;
      display: inline; }
      footer.ns-section-main .ns-footer-logo > a {
        display: block;
        margin: 0 0 10px 0; }
      footer.ns-section-main .ns-footer-logo a:hover {
        text-decoration: none; }
      footer.ns-section-main .ns-footer-logo .ss-icon {
        font-size: 1.5em;
        color: #3ac0f0;
        margin: 0 0.2em; }
      footer.ns-section-main .ns-footer-logo > p {
        font-size: 12px;
        font-style: italic; }
      footer.ns-section-main .ns-footer-logo .ns-footer-sublist {
        margin-bottom: 20px; }
        footer.ns-section-main .ns-footer-logo .ns-footer-sublist a span {
          transition: 0.2s all ease-in-out;
          color: #3ac0f0; }
        footer.ns-section-main .ns-footer-logo .ns-footer-sublist a:hover span {
          color: #656b70 !important; }
    footer.ns-section-main ol.ns-footer-list {
      width: 65.33333%;
      float: left;
      margin-right: 4%; }
      footer.ns-section-main ol.ns-footer-list > li {
        line-height: 1.3;
        display: block; }
        footer.ns-section-main ol.ns-footer-list > li > h3 {
          margin: 0 0 12px 0;
          font-size: 15px;
          font-weight: 500; }
        footer.ns-section-main ol.ns-footer-list > li > ol.ns-footer-sublist > li a {
          display: block;
          padding: 8px 0; }
@media(min-width: 768px) {
  footer.ns-section-main ol.ns-footer-list {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; } }
@media(max-width: 767px) {
  footer.ns-section-main {
    padding: 40px 0; }
    footer.ns-section-main .ns-footer-logo {
      margin: 20px 0 0;
      width: 100%;
      float: right;
      margin-right: 0;
      *margin-left: -48px;
      display: inline; }
    footer.ns-section-main ol.ns-footer-list {
      width: 100%;
      float: right;
      margin-right: 0;
      *margin-left: -48px;
      display: inline; }
      footer.ns-section-main ol.ns-footer-list > li {
        text-align: center;
        margin: 0 0 20px 0;
        width: 48%;
        float: left;
        margin-right: 4%;
        display: inline; }
        footer.ns-section-main ol.ns-footer-list > li > h3 {
          margin: 0 0 7px 0; }
        footer.ns-section-main ol.ns-footer-list > li:nth-child(2n) {
          width: 48%;
          float: right;
          margin-right: 0;
          *margin-left: -48px;
          display: inline; } }
.ns-post-date {
  display: none; }

#disqus_thread {
  margin-top: 20px; }

.ns-app-banner {
  padding-top: 60px; }
  .ns-app-banner h1,
  .ns-app-banner h2 {
    font-size: 32px;
    line-height: 1.1;
    margin: 1em 0; }
    .ns-app-banner h1:not(:only-child),
    .ns-app-banner h2:not(:only-child) {
      margin-bottom: 0.1em; }
  .ns-app-banner p {
    font-size: 16px;
    margin-bottom: 1.5em; }

.blog nav {
  padding: 0;
  background: #3ac0f0;
  color: #fff; }
  .blog nav ol.ns-navigation > li > a {
    color: #fff; }
@media(min-width: 768px) {
  .blog nav.ns-section-main a.ns-home > img {
    top: 9px; } }
.blog [id^=livechat-] {
  display: none !important; }
.blog section.ns-section-main > .ns-section-wrapper > main {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px; }

.ns-section-posts {
  background: #f5f5f5;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: -70px; }
  .ns-section-posts::before {
    content: "";
    background: url(assets/images/backgrounds/dots.png);
    background-size: 18px;
    height: 270px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block; }
  .ns-section-posts main {
    position: relative; }

.ns-section-post {
  border-top: 1px solid #e5e5e5; }
  .ns-section-post > .ns-section-wrapper {
    margin-top: 30px;
    font-size: 16px; }
    @media (max-width: 479px) {
      .ns-section-post > .ns-section-wrapper {
        font-size: 15px; } }
    @media (min-width: 980px) {
      .ns-section-post > .ns-section-wrapper {
        font-size: 17px; } }
    .ns-section-post > .ns-section-wrapper main {
      max-width: 38em !important; }
      @media (min-width: 1110px) {
        .ns-section-post > .ns-section-wrapper main {
          max-width: 45em !important; } }
      .ns-section-post > .ns-section-wrapper main .rp4wp-related-posts {
        display: none; }
      .ns-section-post > .ns-section-wrapper main h1,
      .ns-section-post > .ns-section-wrapper main h2,
      .ns-section-post > .ns-section-wrapper main h3,
      .ns-section-post > .ns-section-wrapper main h4,
      .ns-section-post > .ns-section-wrapper main h5,
      .ns-section-post > .ns-section-wrapper main h6,
      .ns-section-post > .ns-section-wrapper main p,
      .ns-section-post > .ns-section-wrapper main ol,
      .ns-section-post > .ns-section-wrapper main ul {
        color: #464d55;
        margin-bottom: 1em;
        line-height: 1.5; }
      .ns-section-post > .ns-section-wrapper main h1,
      .ns-section-post > .ns-section-wrapper main h2,
      .ns-section-post > .ns-section-wrapper main h3,
      .ns-section-post > .ns-section-wrapper main h4 {
        line-height: 1.2; }
      .ns-section-post > .ns-section-wrapper main h1 {
        font-size: 35px;
        margin-top: 0.3em;
        font-weight: 600;
        margin-bottom: 0.8em;
        color: #151642; }
      .ns-section-post > .ns-section-wrapper main h2 {
        font-size: 34px; }
      .ns-section-post > .ns-section-wrapper main h3 {
        font-size: 30px; }
      .ns-section-post > .ns-section-wrapper main p {
        font-weight: 400; }
      .ns-section-post > .ns-section-wrapper main img {
        max-width: 100%;
        height: auto; }
      .ns-section-post > .ns-section-wrapper main ul:not([class]),
      .ns-section-post > .ns-section-wrapper main ol:not([class]) {
        padding-left: 20px;
        font-weight: 400; }
      .ns-section-post > .ns-section-wrapper main .post-image-wrapper {
        height: 300px;
        overflow: hidden;
        width: 100%; }
      .ns-section-post > .ns-section-wrapper main figure.ns-footnote {
        width: 30.66667%;
        float: left;
        margin-right: 4%;
        display: inline;
        padding-bottom: 10px; }
        .ns-section-post > .ns-section-wrapper main figure.ns-footnote > img {
          width: 100%;
          margin: 10px 0 5px; }
        .ns-section-post > .ns-section-wrapper main figure.ns-footnote > p {
          padding: 0 0 0 10px;
          border-left: 4px solid #e6e6e6;
          font-size: 12px;
          line-height: 20px; }
      .ns-section-post > .ns-section-wrapper main figure.ns-post-feature {
        margin: 0 0 45px 0;
        width: 100%;
        float: right;
        margin-right: 0;
        *margin-left: -48px;
        display: inline;
        padding-left: 17.33333%;
        padding-right: 17.33333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        .ns-section-post > .ns-section-wrapper main figure.ns-post-feature img {
          width: 100%;
          margin: 13px 0 4px; }
        .ns-section-post > .ns-section-wrapper main figure.ns-post-feature p {
          padding: 0 0 0 10px;
          border-left: 4px solid #e6e6e6;
          font-size: 12px;
          line-height: 20px; }
      .ns-section-post > .ns-section-wrapper main hr.ns-line-short {
        margin-bottom: 114px;
        position: relative;
        top: 38px; }
  .ns-section-post .author {
    position: relative;
    padding-top: 20px;
    clear: both; }
    .ns-section-post .author::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 56px;
      height: 2px;
      background: #151642; }
  .ns-section-post .ns-thumbnail {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 20px 0 0; }
    .ns-section-post .ns-thumbnail > img {
      width: 100%;
      border-radius: 2px; }
  .ns-section-post .ns-bio {
    float: right;
    width: calc(100% - 76px); }
    .ns-section-post .ns-bio p {
      font-size: 14.5px; }

.post-type-archive-case-study section.ns-section-main > .ns-section-wrapper > main {
  max-width: none; }

@media(min-width: 480px) and(max-width: 767px) {
  .blog nav {
    color: #fff;
    background: #3ac0f0; }
    .blog nav ol.ns-navigation > li > a {
      color: #fff; }
  .blog section.ns-section-main > .ns-section-wrapper > main {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -48px;
    display: inline; }
  .blog section.ns-section-main > .ns-section-wrapper > aside {
    padding: 92px 0 0;
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -48px;
    display: inline; } }
.masonry {
  padding-top: 2em;
  position: relative;
  width: 100%; }
  .masonry .grid-sizer,
  .masonry .post {
    width: 48%; }
  .masonry .gutter-sizer {
    width: 4%; }
  .masonry .post {
    float: left;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #121F48;
    transition: 0.3s all ease-out;
    border-radius: 3px; }
    .masonry .post:hover {
      text-decoration: none;
      background: #3ac0f0; }
      .masonry .post:hover .content {
        background-color: #E8F1F5 !important; }
      .masonry .post:hover .img {
        background-position: 50% 50%; }
      .masonry .post:hover .link {
        text-decoration: underline; }
      .masonry .post:hover.case-study > h2 {
        color: #3b5998; }
    .masonry .post > h2 {
      text-align: left;
      padding: 0 0.7em;
      font-weight: 600;
      font-size: 4.5vw;
      line-height: 1.1;
      margin: 20px 0 -0.4em;
      color: #151642;
      text-shadow: 0 0.05em 0.05em rgba(0, 0, 0, 0.2);
      transition: 0.2s all ease-out; }
      @media (min-width: 1000px) {
        .masonry .post > h2 {
          font-size: 41px; } }
      @media (max-width: 688px) {
        .masonry .post > h2 {
          font-size: 9.5vw; } }
    .masonry .post .attachment-post-thumbnail {
      width: 100%;
      height: auto;
      vertical-align: top; }
    .masonry .post .img {
      display: block;
      position: relative;
      padding: 1.2em 1.3em;
      min-height: 20vh;
      background-size: 100%;
      background-size: cover;
      background-position: left 60%;
      transition: 0.3s all ease-out; }
      .masonry .post .img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background: rgba(0, 54, 92, 0.4);
        width: 100%;
        height: 100%;
        transition: 0.3s all ease-out; }
      .masonry .post .img h2 {
        color: #fff;
        position: relative;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        font-size: 24px;
        font-weight: 500; }
    .masonry .post .content {
      padding: 1px 1.1em;
      background: #fff;
      position: relative;
      transition: 0.3s all ease-out; }
      .masonry .post .content h2 {
        font-size: 22px;
        font-weight: 600;
        color: #3b5998;
        margin-top: 16px;
        margin-bottom: -13px; }
      .masonry .post .content p {
        font-weight: 500;
        font-style: italic;
        color: #3b5998;
        font-size: 16px;
        margin: 1em 0;
        line-height: 1.5; }
        .masonry .post .content p + p {
          margin-top: -9px; }
      .masonry .post .content .link {
        font-weight: 500;
        font-style: normal;
        color: #3ac0f0; }
      .masonry .post .content .post-img {
        background-size: cover;
        padding-bottom: 40%;
        background-position: center center;
        transition: 0.3s all ease-out; }
      .masonry .post .content h4 {
        text-transform: uppercase;
        font-weight: 600;
        margin: 0.3em 0 -1.2em;
        color: #3b5998;
        font-size: 17px; }
        .masonry .post .content h4 + p {
          color: #636363;
          font-size: 15px; }
      .masonry .post .content .single-post .post-img {
        background-position: center 60%;
        margin-bottom: 1em; }
      .masonry .post .content.case-studies {
        padding-bottom: 35%;
        background: #fff url(assets/images/content/case-studies.png) no-repeat center bottom/contain; }
      .masonry .post .content.industry-insights {
        background: #fff url(assets/images/content/industry-insights.png) no-repeat right bottom/contain; }
    .masonry .post.form {
      background: #d3d8dd;
      padding: 0 1em 1em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .masonry .post.form h2 {
        font-size: 23px;
        text-align: left;
        color: #151642;
        margin: 1em 0;
        padding: 0;
        line-height: 1.3;
        text-shadow: none;
        font-weight: 600;
        font-style: italic; }
      .masonry .post.form .hbspt-form .hs-form-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
        .masonry .post.form .hbspt-form .hs-form-field input {
          width: 100%;
          background: #fff;
          font-size: 16px; }
      .masonry .post.form .hbspt-form .hs_submit {
        width: 100%;
        float: left; }
        .masonry .post.form .hbspt-form .hs_submit .actions input[type=submit] {
          float: none;
          width: 100%;
          font-size: 16px; }
    .masonry .post.case-study {
      background: #DDF2FC; }
      .masonry .post.case-study:hover {
        background: #E8F1F5; }
      .masonry .post.case-study > h2 {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        text-shadow: none;
        text-transform: uppercase;
        text-align: center;
        color: #464d55;
        letter-spacing: 0.4em;
        font-weight: 300;
        line-height: 1.3;
        font-size: 1.3em; }
  @media (max-width: 767px) {
    .masonry .grid-sizer,
    .masonry .post {
      width: 100%; }
    .masonry .gutter-sizer {
      width: 0; } }

.posts {
  float: left;
  width: 100%; }
  .posts:first-child {
    background: #F5F5F5;
    margin-top: 50px; }
  .posts .post {
    float: left;
    width: 100%;
    margin-bottom: 2em; }
    .posts .post .img {
      max-width: 100%;
      position: relative; }
      @media (min-width: 700px) {
        .posts .post .img {
          float: right;
          width: 45%;
          width: 350px;
          margin-left: 30px; } }
      .posts .post .img a {
        display: block;
        width: 100%;
        padding-bottom: 60%;
        background-size: 100%;
        background-size: cover; }
    @media (min-width: 700px) {
      .posts .post .content {
        width: 50%;
        width: calc(100% - 380px);
        float: left; } }
    .posts .post .content > a:hover {
      text-decoration: none; }
    .posts .post .content h2 {
      font-size: 22px;
      font-weight: 600;
      color: #151642; }
    .posts .post .content p {
      line-height: 1.5;
      font-weight: 400;
      margin: 0.7em 0;
      font-size: 15px;
      color: #333;
      -webkit-line-clamp: 5;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
    .posts .post .content > *:last-child {
      margin-bottom: 0; }

.nav-posts {
  display: inline-block; }
  .nav-posts.nav-next {
    padding-right: 1.2em; }
  .nav-posts:empty {
    display: none; }
  .nav-posts a {
    font-weight: 500;
    display: inline-block;
    font-size: 16px; }

.ns-post-single-alt-header {
  background: #7ea2bc;
  -webkit-background-image: linear-gradient(to right, #7ea2bc, #151a2e);
  -moz-background-image: linear-gradient(to right, #7ea2bc, #151a2e);
  -ms-background-image: linear-gradient(to right, #7ea2bc, #151a2e);
  -o-background-image: linear-gradient(to right, #7ea2bc, #151a2e);
  background-image: linear-gradient(to right, #7ea2bc, #151a2e); }
  .ns-post-single-alt-header .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px; }
  .ns-post-single-alt-header h3 {
    float: right;
    text-transform: uppercase;
    color: #3ac0f0;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 24px; }
    @media (max-width: 415px) {
      .ns-post-single-alt-header h3 {
        font-size: 16px; } }
  .ns-post-single-alt-header img {
    vertical-align: top; }
  .ns-post-single-alt-header .show-for-small {
    text-align: center; }
    .ns-post-single-alt-header .show-for-small .ttu {
      font-weight: 900;
      color: #fff;
      font-size: 10vw;
      position: relative;
      display: inline-block;
      max-width: 80%;
      line-height: 0.9;
      padding: 0.3em 0;
      letter-spacing: 0.06em; }
      .ns-post-single-alt-header .show-for-small .ttu::before, .ns-post-single-alt-header .show-for-small .ttu::after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        left: 0;
        top: 0; }
      .ns-post-single-alt-header .show-for-small .ttu::after {
        top: 100%; }
    .ns-post-single-alt-header .show-for-small .img {
      margin-top: -8%;
      width: 100%;
      position: relative;
      z-index: 1; }
      .ns-post-single-alt-header .show-for-small .img img {
        width: 100%;
        height: auto; }

.ns-post-single-alt section.ns-section-single-alt {
  border-top: none; }
  .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main {
    max-width: 52em !important; }
    .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main header {
      text-align: center;
      margin-top: 50px; }
      .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main header h1 {
        font-weight: 400;
        font-size: 32px;
        max-width: 550px;
        margin: 0 auto 10px; }
        .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main header h1:only-child {
          margin-bottom: 1em; }
      .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main header h3 {
        font-size: 20px;
        margin-bottom: 1.6em; }
    .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .post.form {
      padding-top: 20px;
      margin-bottom: 30px;
      float: left;
      width: 100%;
      max-width: 500px; }
      @media (min-width: 768px) {
        .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .post.form {
          width: 34%; } }
      .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .post.form h2 {
        position: static;
        font-size: 20px;
        font-style: normal;
        padding: 0;
        text-align: center;
        font-weight: 500; }
      .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .post.form input[type=submit] {
        max-width: none; }
      .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .post.form .ns-button {
        font-size: 14px;
        letter-spacing: 0.06em;
        display: inline-block;
        font-weight: 300; }
        .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .post.form .ns-button span {
          display: inline-block; }
      @media (max-width: 767px) and (min-width: 480px) {
        .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .post.form .hs-form > div:not(.hs_submit) {
          width: calc(50% - 5px);
          float: left; }
          .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .post.form .hs-form > div:not(.hs_submit):nth-child(2n) {
            margin-left: 10px; } }
    @media (min-width: 768px) {
      .ns-post-single-alt section.ns-section-single-alt .ns-section-wrapper > main .content .text-content:not(:only-child) {
        float: left;
        width: 66%;
        padding-right: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }

.ns-section-related {
  background: #fff;
  padding: 15px 0;
  float: left;
  width: 100%;
  margin-bottom: -50px; }
  .ns-section-related:empty {
    display: none; }
  .ns-section-related .rp4wp-related-posts {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto; }
    .ns-section-related .rp4wp-related-posts h3 {
      color: #0e132e;
      color: #151642;
      font-size: 22px;
      font-weight: 600; }
    .ns-section-related .rp4wp-related-posts ul > li {
      overflow: visible;
      padding: 0;
      width: 100%;
      margin: 0;
      display: flex; }
    .ns-section-related .rp4wp-related-posts .rp4wp-posts-list {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%; }
    .ns-section-related .rp4wp-related-posts .rp4wp_component_excerpt a {
      color: #2B8DB0;
      text-decoration: underline;
      font-weight: 500; }
    .ns-section-related .rp4wp-related-posts .rp4wp_component_excerpt p {
      overflow: hidden;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
      .ns-section-related .rp4wp-related-posts .rp4wp_component_excerpt p:last-child {
        margin-bottom: 0; }
    .ns-section-related .rp4wp-related-posts .rp4wp_component {
      height: auto;
      padding-bottom: 0; }
    .ns-section-related .rp4wp-related-posts .rp4wp_component_title {
      padding: 0.6em 0 0.4em;
      height: auto; }
    .ns-section-related .rp4wp-related-posts .rp4wp_component_image {
      padding: 0;
      height: auto; }
      .ns-section-related .rp4wp-related-posts .rp4wp_component_image a:empty {
        display: none; }
    .ns-section-related .rp4wp-related-posts .rp4wp_component_wrapper_left {
      height: auto; }
      @media (min-width: 768px) {
        .ns-section-related .rp4wp-related-posts .rp4wp_component_wrapper_left {
          padding-right: 5%;
          flex-basis: 70%;
          flex-grow: 1; } }
    .ns-section-related .rp4wp-related-posts .rp4wp_component_wrapper_right {
      height: auto; }
      @media (min-width: 768px) {
        .ns-section-related .rp4wp-related-posts .rp4wp_component_wrapper_right {
          padding-left: 0;
          width: auto;
          flex-shrink: 1;
          margin-top: -50px;
          height: auto;
          margin: 0; } }

@media(max-width: 480px) {
  .gh-section-blog .ns-section-main.ns-section-post {
    margin-top: 25%; } }
@media(min-width: 480px) {
  .gh-section-blog .ns-section-main.ns-section-post {
    margin-top: 10%; } }
#breadcrumbs > span {
  font-weight: 500; }

.alignleft {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em; }
  @media (min-width: 1000px) {
    .alignleft {
      margin-left: -10em; }
      .alignleft + .alignleft {
        margin-left: 0; } }

.alignright {
  float: right;
  padding-left: 1em;
  padding-bottom: 12px; }
  @media (min-width: 1000px) {
    .alignright {
      margin-right: -10em; } }

p.wp-caption-text {
  font-style: italic;
  font-size: 14px;
  text-align: center; }

.slider-container {
  padding-bottom: 7em;
  padding-top: 1px; }
  .slider-container + .slider-container:nth-of-type(2n) {
    background: #f8f8f8; }
  .slider-container + .slider-container:last-of-type {
    padding-bottom: 3em; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  height: 30px;
  width: 30px; }
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    display: block;
    content: "";
    border: 2px solid #3ac0f0;
    height: 25px;
    width: 25px;
    transform: rotate(45deg);
    border-radius: 2px; }
.slick-slider .slick-next {
  right: -15px; }
  .slick-slider .slick-next::before {
    border-left: 0;
    border-bottom: 0; }
.slick-slider .slick-prev {
  left: -15px; }
  .slick-slider .slick-prev::before {
    border-right: 0;
    border-top: 0; }

.sliders {
  padding: 0 20px; }
  .sliders *:focus {
    outline: none; }
  .sliders .slick-prev,
  .sliders .slick-next {
    top: 30%; }
    .sliders .slick-prev ::before,
    .sliders .slick-next ::before {
      color: #3ac0f0; }
  .sliders img {
    max-width: 100%; }
  .sliders .slider-thumbs {
    list-style-type: none;
    text-align: center;
    padding: 0; }
    .sliders .slider-thumbs li {
      display: inline-block; }
      .sliders .slider-thumbs li img {
        width: 100px; }
    .sliders .slider-thumbs .slick-track {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      text-align: center; }
    .sliders .slider-thumbs .slick-slide {
      opacity: 0.2;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: 0.2s all ease-out;
      cursor: pointer; }
      .sliders .slider-thumbs .slick-slide img {
        display: inline-block;
        width: 100px; }
    .sliders .slider-thumbs .slick-current {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      opacity: 1; }
  .sliders .slider-large {
    margin-top: 30px; }
    .sliders .slider-large .slide {
      padding: 0 40px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      cursor: -webkit-grab;
      cursor: -moz-grab;
      cursor: grab; }
@media(max-width: 500px) {
  .sliders .slider-large .slide {
    padding: 0 10px; } }
    .sliders .slider-large .image {
      width: 45%;
      text-align: center;
      height: 230px;
      background: #fff no-repeat center center/cover;
      margin-right: 30px; }
      @media (max-width: 699px) {
        .sliders .slider-large .image {
          display: none; } }
      .sliders .slider-large .image img {
        display: inline-block; }
    .sliders .slider-large .content {
      width: 55%;
      min-width: 400px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; }
      .sliders .slider-large .content:only-child {
        width: 580px;
        max-width: 100%; }
      @media (max-width: 599px) {
        .sliders .slider-large .content {
          min-width: 0;
          width: 100%; }
          .sliders .slider-large .content .footer {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column; }
            .sliders .slider-large .content .footer .right {
              -webkit-order: 1;
              -moz-order: 1;
              -ms-order: 1;
              -o-order: 1;
              order: 1; } }
      .sliders .slider-large .content blockquote {
        color: #0e132e;
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        text-indent: -0.38em;
        opacity: 0.79;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        -o-flex-grow: 1;
        flex-grow: 1; }
        .sliders .slider-large .content blockquote::before {
          content: "“"; }
        .sliders .slider-large .content blockquote::after {
          content: "”"; }
      .sliders .slider-large .content cite {
        display: block; }
        .sliders .slider-large .content cite h5 {
          margin: 0;
          font-style: normal;
          color: #0e132e;
          font-size: 20px; }
          .sliders .slider-large .content cite h5.publication-name {
            margin-top: 20px;
            font-weight: 400; }
        .sliders .slider-large .content cite .sublink {
          font-size: 16px; }
          .sliders .slider-large .content cite .sublink a {
            font-weight: 300;
            font-style: normal; }
        .sliders .slider-large .content cite .position {
          color: #7f8c8d;
          font-size: 16px;
          opacity: 0.79;
          font-weight: 300;
          font-style: normal; }

.banner {
  background: #ccc url(assets/images/backgrounds/features.jpg) no-repeat center center/cover;
  height: auto;
  min-height: 496px;
  text-align: center;
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .banner.banner-default {
    background: #ddd url(assets/images/backgrounds/concrete_seamless.png) repeat center center/auto; }
  .banner.has-overlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2188ad;
    opacity: 0.5; }
  .banner .ns-section-wrapper {
    position: relative;
    z-index: 1; }
  .banner .pad-wrap {
    margin: 60px 0; }
  .banner .feature-heading {
    display: none;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
@media(max-width: 759px) {
  .banner .feature-heading {
    display: block; } }
  .banner .features.feature-nav {
    position: absolute;
    width: 100%;
    top: 110px;
    left: 0;
    right: 0;
    max-width: 1200px; }
@media(max-width: 999px) {
  .banner .features.feature-nav {
    position: static; } }
@media(max-width: 759px) {
  .banner .features.feature-nav {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; } }
    .banner .features.feature-nav .feature {
      width: calc(20% - 25px);
      margin: 0 10px; }
@media(max-width: 815px) {
  .banner .features.feature-nav .feature {
    margin: 0 5px 5px;
    padding: 10px 0;
    width: 110px; } }
      .banner .features.feature-nav .feature.active, .banner .features.feature-nav .feature:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.5);
        border-color: transparent; }
        .banner .features.feature-nav .feature.active h4, .banner .features.feature-nav .feature:hover h4 {
          color: #0e132e; }
@media(max-width: 759px) {
  .banner .features.feature-nav .feature {
    width: 180px; }
    .banner .features.feature-nav .feature .icon {
      display: none; } }
      .banner .features.feature-nav .feature h4 {
        color: #3ac0f0;
        transition: 0.2s all ease-out; }
  .banner h1 {
    font-size: 48px;
    max-width: 680px;
    font-weight: 400;
    margin: 0 auto 30px;
    color: #3ac0f0; }
@media(max-width: 999px) {
  .banner h1 {
    margin-top: 60px; } }
@media(max-width: 599px) {
  .banner h1 {
    font-size: 38px; } }
    .banner h1 + h2 {
      margin-top: -20px; }
  .banner h2 {
    color: #0e132e;
    font-weight: 100;
    font-size: 32px; }
@media(max-width: 599px) {
  .banner h2 {
    font-size: 24px; } }
    .banner h2 + p {
      margin-top: 20px; }
  .banner .button {
    width: 288px; }
  .banner .media {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all ease-out;
    text-align: center; }
    .banner .media img {
      max-width: 90%;
      vertical-align: top; }
  .banner.dark * {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.slat-container.opposite {
  margin-top: 2.5em; }
  .slat-container.opposite .slat:nth-of-type(2n - 1) {
    background: #f8f8f8; }
.slat-container:not(.opposite) .slat + .slat:nth-of-type(2n) {
  background: #f8f8f8; }
@media(min-width: 768px) {
  .slat-container.mega-copy .slat .container .text {
    max-width: none; } }
.slat {
  overflow: hidden; }
  .slat .container {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px; }
    .slat .container .text {
      padding: 0 35px;
      color: #000; }
@media(min-width: 1000px) {
  .slat .container .text .medio {
    font-size: 38px; } }
      .slat .container .text.large {
        padding: 0 15px; }
      .slat .container .text blockquote {
        margin: 0 0 1em;
        padding: 0;
        font-size: 16px; }
        .slat .container .text blockquote::before {
          content: "“"; }
        .slat .container .text blockquote::after {
          content: "”"; }
      .slat .container .text p {
        opacity: 0.79;
        font-weight: 400;
        margin-bottom: 1em; }
      .slat .container .text a {
        font-size: 16px; }
      .slat .container .text > *:first-child {
        margin-top: 0; }
      .slat .container .text > *:last-child {
        margin-bottom: 0; }
    .slat .container .media {
      margin-bottom: 20px;
      text-align: center; }
      .slat .container .media img {
        max-width: 100%;
        vertical-align: top;
        max-height: 540px; }
@media(max-width: 767px) {
  .slat .container {
    padding-left: 10px;
    padding-right: 10px; } }
@media(min-width: 768px) {
  .slat .container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .slat .container .text {
      width: 50%;
      max-width: 470px;
      margin: 0 auto; }
    .slat .container .media {
      width: 50%;
      margin-bottom: 0;
      order: 1; }
    .slat .container:not(.no-extend) .media img {
      max-width: 110%; } }
@media(min-width: 768px) {
  .slat + .slat:nth-of-type(2n) .media {
    order: 0; }
    .slat + .slat:nth-of-type(2n) .media img {
      float: right; } }
.slat-container.thin .container {
  max-width: 960px; }

.grande.stats {
  position: relative;
  z-index: 1; }

.statistics {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: -70px;
  margin-bottom: -15px; }
@media(max-width: 434px) {
  .statistics {
    margin-top: -18%;
    margin-bottom: -5%; } }
  .statistics .stat {
    width: 330px;
    float: left;
    margin: 0 -30px; }

circle.border {
  stroke: #d3d8dd;
  stroke-width: 3; }

circle.circle {
  stroke: #3ac0f0; }

.outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 19.8;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px); }

/* full circle 25 empty 534 */
.inner {
  fill: transparent;
  stroke: orange;
  stroke-width: 20;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
  stroke-dashoffset: 0; }

text.timer {
  transform: translate(0, -15px);
  fill: #000; }

.circliful {
  overflow: visible !important; }

.svg-container {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative; }

#percentage-98::after,
#percentage-70::after {
  color: #7f8c8d;
  opacity: 0.79;
  font-size: 16px;
  position: absolute;
  display: block;
  top: 53%;
  text-align: center;
  width: 140px;
  left: 51.4%;
  margin-left: -70px; }
@media(max-width: 450px) {
  #percentage-98::after,
  #percentage-70::after {
    font-size: 13px;
    width: 110px;
    margin-left: -55px; } }
#percentage-98::after {
  content: "Customer Satisfaction"; }

#percentage-70::after {
  content: "of support emails answered in under an hour"; }

.testimonials {
  text-align: center; }
  .testimonials .testimonial {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    max-width: 350px;
    margin: 0 auto 30px;
    color: #0e132e; }
@media(min-width: 600px) {
  .testimonials .testimonial {
    width: 33.33333%; } }
    .testimonials .testimonial blockquote {
      opacity: 0.79;
      margin: 0 0 1em;
      font-weight: 400;
      font-size: 17px; }
      .testimonials .testimonial blockquote::before {
        content: "“"; }
      .testimonials .testimonial blockquote::after {
        content: "”"; }
    .testimonials .testimonial cite {
      font-style: normal;
      font-weight: 400; }
      .testimonials .testimonial cite img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
      .testimonials .testimonial cite .name {
        font-size: 16px;
        margin-bottom: 0; }
      .testimonials .testimonial cite .company {
        color: #7f8c8d;
        opacity: 79%;
        font-style: italic;
        font-size: 14px; }

.triptych {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex; }
@media(max-width: 767px) {
  .triptych {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; } }
  .triptych .left,
  .triptych .top {
    background: no-repeat center center/cover; }
  .triptych .right {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
  .triptych .left {
    height: 520px;
    margin-right: 30px; }
@media(max-width: 767px) {
  .triptych .left {
    margin-right: 0;
    margin-bottom: 20px; } }
  .triptych .top,
  .triptych .bottom,
  .triptych .left,
  .triptych .right {
    border-radius: 4px; }
@media(min-width: 768px) {
  .triptych .top,
  .triptych .bottom,
  .triptych .left,
  .triptych .right {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%; } }
  .triptych .top,
  .triptych .bottom {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    height: 200px; }
  .triptych .top {
    margin-bottom: 10px; }
  .triptych .bottom {
    margin-top: 10px; }
@media(max-width: 767px) {
  .triptych .bottom {
    height: auto; } }
  .triptych .text {
    border: 2px solid #e4f1fd;
    padding: 20px 23px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  .triptych blockquote {
    color: #0e132e;
    margin: 0;
    padding: 0;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.4;
    text-indent: -0.38em;
    opacity: 0.79;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1; }
    .triptych blockquote::before {
      content: "“"; }
    .triptych blockquote::after {
      content: "”"; }
  .triptych cite {
    display: block; }
    .triptych cite h5 {
      margin: 10px 0 0;
      font-style: normal;
      color: #0e132e;
      font-size: 20px; }
    .triptych cite .position {
      color: #7f8c8d;
      font-size: 16px;
      opacity: 0.79;
      font-weight: 300;
      font-style: normal; }
  .triptych h3 {
    font-size: 32px;
    font-weight: 100;
    color: #0e132e; }
  .triptych p.small {
    color: #0e132e;
    opacity: 0.79;
    font-size: 16px;
    font-weight: 400; }
    .triptych p.small:not(:last-child) {
      margin: 1em 0; }
    .triptych p.small a:not(.button) {
      font-weight: 400; }

.features {
  text-align: center;
  margin: 0 auto; }
  .features .feature {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 290px;
    margin: 0 auto 30px; }
    .features .feature .icon {
      margin: 0 0 20px;
      height: 38px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
    .features .feature h4 {
      font-weight: 400;
      font-size: 20px;
      margin: 0.3em 0;
      color: #0e132e; }
    .features .feature p {
      font-size: 16px;
      font-weight: 400;
      color: #333;
      opacity: 0.79;
      margin: 0.5em 0; }
    .features .feature h6 {
      color: #0e132e; }
  .features.four-up .feature {
    width: 25%; }
  .features.four-up.thin {
    max-width: 510px; }
@media(max-width: 759px) {
  .features.four-up:not(.thin) .feature {
    width: 50%; } }
@media(max-width: 480px) {
  .features.four-up:not(.thin) .feature {
    width: 100%; } }
  .features.larger {
    max-width: 800px; }
    .features.larger .feature {
      width: 50%; }
      .features.larger .feature p {
        font-size: 18px; }
  .features.feature-nav .feature {
    width: 180px;
    border-radius: 5px;
    padding: 20px 0;
    margin: 0 5px;
    transition: 0.2s all ease-out;
    border: 1px solid transparent; }
    .features.feature-nav .feature:hover {
      text-decoration: none;
      border-color: #3ac0f0; }
    .features.feature-nav .feature .icon {
      margin-bottom: 10px; }
  .features.feature-nav h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #3ac0f0; }

.clients {
  overflow: hidden; }

.clients-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  float: left;
  margin: 3em -25px 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .clients-list li {
    float: left;
    padding: 0 25px;
    margin: 20px 0;
    width: 16.66667%; }
@media(max-width: 899px) {
  .clients-list li {
    width: 33.33333%; } }
@media(max-width: 449px) {
  .clients-list li {
    width: 50%; } }
    .clients-list li img {
      width: 100%;
      transition: 0.2s all ease-out;
      opacity: 0.6;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); }

.news-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.news {
  width: 700px;
  max-width: 100%;
  float: left;
  margin: 40px 0; }
  .news img {
    max-width: 200px; }
  .news blockquote {
    margin: 0 0 1em;
    padding: 0;
    text-indent: -0.3em;
    font-size: 25px;
    color: #3a849f;
    line-height: 1.6; }
@media(max-width: 400px) {
  .news blockquote {
    font-size: 20px; } }
    .news blockquote::before {
      content: "“"; }
    .news blockquote::after {
      content: "”"; }
  .news h4 {
    opacity: 0.79;
    font-weight: 400;
    margin: 10px 0;
    font-style: normal;
    font-size: 20px;
    margin-top: 0.5em;
    color: #333;
    font-weight: 300; }
  .news h5 {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    color: #575757;
    font-size: 13px; }
  .news a {
    font-weight: 400; }
  .news > *:first-child {
    margin-top: 0; }
  .news > *:last-child {
    margin-bottom: 0; }
  .news + .news:nth-child(2n) {
    float: right; }
@media(min-width: 741px) {
  .news + .news:nth-child(2n) {
    text-align: right; } }
.ns-section-team {
  margin-top: -50px;
  padding: 0; }

ol.team-members {
  margin: 0 auto;
  font-size: 0;
  text-align: justify;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
@media(max-width: 879px) {
  ol.team-members {
    max-width: 688px; } }
  ol.team-members:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  ol.team-members > li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 210px;
    padding: 0 20px;
    margin: 0 0 50px 0; }
    ol.team-members > li:empty {
      height: 0;
      border: none; }
@media(max-width: 670px) {
  ol.team-members > li {
    width: 50%; } }
@media(max-width: 384px) {
  ol.team-members > li {
    width: 100%; } }
    ol.team-members > li .portrait {
      margin: 0 auto 17px auto;
      overflow: hidden;
      border-radius: 6px; }
      ol.team-members > li .portrait > img {
        width: 100%;
        vertical-align: top;
        transition: 0.25s ease-in-out; }
    ol.team-members > li > h3 {
      color: #464d55;
      font-size: 20px;
      color: #0e132e;
      font-weight: 400; }
    ol.team-members > li > h4 {
      color: #7f8c8d;
      font-size: 15px;
      font-weight: 400;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=79);
      opacity: 0.79;
      margin-top: 6px;
      margin-bottom: 0;
      line-height: 1.2; }

.ns-section-home.banner {
  background-image: url(assets/images/backgrounds/home.jpg); }

.banner.ns-section-features {
  min-height: 600px; }
@media(max-width: 999px) {
  .banner.ns-section-features {
    height: auto;
    padding: 80px 20px; }
    .banner.ns-section-features .ns-section-wrapper {
      margin-bottom: 14%; } }
[class*="template-page-features-"] .features:not(.feature-nav) .feature {
  width: 280px; }

.ns-section-about.banner {
  background-image: url(assets/images/backgrounds/about.jpg);
  background-position: center 10%; }

.ns-section-customers.banner {
  background-image: url(assets/images/backgrounds/customers.jpg); }
  .ns-section-customers.banner h1 {
    max-width: 760px; }

.numbers {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  @media(); }
  .numbers .number {
    width: 330px;
    float: left;
    margin: 0 -30px; }
    .numbers .number h4 {
      margin: 0; }
    .numbers .number strong {
      display: block;
      font-size: 52px;
      font-weight: 100; }
    .numbers .number span {
      display: block;
      margin: 8px auto;
      font-weight: 500;
      max-width: 137px;
      font-size: 16px; }

.ns-section-referrals.banner {
  background-image: url(assets/images/backgrounds/referrals.jpg); }
  .ns-section-referrals.banner h1 {
    max-width: 760px; }

.grande.section-referrals {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.normal.section-referrals {
  text-align: center; }

.ns-section-careers.banner {
  background-image: url(assets/images/backgrounds/careers.jpg);
  background-position: top center; }

.jazz {
  max-width: 700px;
  margin: 60px auto; }
  .jazz #resumator-wrapper * {
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important; }
  .jazz .resumator-job-info-details,
  .jazz .resumator-job-info {
    font-size: 15px; }
  .jazz .resumator-job-description li,
  .jazz .resumator-job-description p {
    font-size: 14px;
    font-weight: 400; }
  .jazz a.resumator-job-link {
    font-size: 13px; }
  .jazz .resumator-job-info-details,
  .jazz .resumator-job-info {
    margin-top: 0.65em; }
  .jazz #resumator-logo {
    display: none; }

.ns-section-press.banner {
  background-image: url(assets/images/backgrounds/press.jpg); }

[class*="template-page-press-"] .triptych {
  margin-top: 5em; }

.ns-section-mobile.banner {
  background-image: url(assets/images/backgrounds/mobile.jpg); }
  .ns-section-mobile.banner h1 {
    max-width: 740px; }

/*# sourceMappingURL=theme.css.map */