html {
  overflow-x: hidden; }

@media (max-width: 1000px) {
  html {
    font-size: 9px; } }

.header-container-wrapper {
  height: 0; }

a.button, .body-container .hs-button.primary, .body-container input[type="submit"], .body-container input[type="button"] {
  display: inline-block;
  color: #fff;
  background: #00afaa;
  border: 2px solid #fff;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  padding: 8px 30px; }
  a.button:hover, .body-container .hs-button.primary:hover, .body-container input[type="submit"]:hover, .body-container input[type="button"]:hover {
    background: #48dad0; }

h1 {
  font-size: 5.2rem;
  line-height: 6.5rem;
  font-weight: 300;
  letter-spacing: 0.01rem; }

h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.03rem; }

h3 {
  font-size: 2.1rem;
  font-weight: 300;
  letter-spacing: 0.01rem; }

h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.01rem; }

p, span, ol, ul, li, blockquote, a {
  font-size: 1.6rem;
  line-height: 2.589rem;
  font-weight: 400; }

.header-container {
  min-height: 0; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.unfold {
  pointer-events: none;
  z-index: 2; }
  @media (max-width: 1000px) {
    .unfold svg {
      left: 50% !important;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.background-dimmer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

@media (max-width: 768px) {
  .background-dimmer {
    background: rgba(15, 22, 33, 0.5) !important; }
  .unfold {
    display: none; } }

.long-landing-hero {
  position: relative;
  padding: 200px 0 150px 0;
  background-size: cover;
  background-position: center center;
  z-index: 1; }
  @media (max-width: 1000px) {
    .long-landing-hero {
      padding: 150px 0 100px 0; } }
  .long-landing-hero .long-landing-hero-content {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    @media (max-width: 1000px) {
      .long-landing-hero .long-landing-hero-content {
        text-align: center; } }
    .long-landing-hero .long-landing-hero-content h1.long-landing-hero-title {
      max-width: 580px;
      color: #fff; }
      @media (max-width: 1000px) {
        .long-landing-hero .long-landing-hero-content h1.long-landing-hero-title {
          margin: 0 auto; } }
    .long-landing-hero .long-landing-hero-content span.long-landing-hero-text {
      max-width: 375px;
      display: block;
      color: #fff;
      padding-bottom: 25px; }
      @media (max-width: 1000px) {
        .long-landing-hero .long-landing-hero-content span.long-landing-hero-text {
          margin: 0 auto; } }
  .long-landing-hero img.long-landing-hero-image {
    display: none; }
  .long-landing-hero .long-landing-hero-unfold {
    position: absolute;
    top: -270px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .long-landing-hero .long-landing-hero-unfold svg {
      max-width: 800px;
      position: absolute;
      top: 0;
      left: -150px; }
      .long-landing-hero .long-landing-hero-unfold svg path stop {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
      .long-landing-hero .long-landing-hero-unfold svg path.hero-1 {
        fill: url(#hero-gradient1); }
      .long-landing-hero .long-landing-hero-unfold svg path.hero-2 {
        fill: url(#hero-gradient2); }
      .long-landing-hero .long-landing-hero-unfold svg path.hero-3 {
        fill: url(#hero-gradient3); }
  .long-landing-hero.above {
    padding: 150px 0px 0px;
    margin-bottom: -100px; }
    .long-landing-hero.above .long-landing-hero-content {
      padding: 0 20px 50px; }
    .long-landing-hero.above .long-landing-hero-image-wrap {
      padding: 30px 0;
      position: relative;
      z-index: 2; }
      .long-landing-hero.above .long-landing-hero-image-wrap img.long-landing-hero-image {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        position: relative;
        z-index: 5; }

.feature-card-container {
  position: relative;
  background: #383c45;
  padding: 100px 20px; }
  .feature-card-container.midnight {
    background: #0f1621; }
  .feature-card-container > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 1000px) {
      .feature-card-container > span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .feature-card-container > span > div {
      width: 220px;
      height: auto;
      overflow: visible; }
      @media (max-width: 1000px) {
        .feature-card-container > span > div {
          margin-bottom: 50px; } }
    .feature-card-container > span > div:first-of-type {
      width: 100%;
      height: auto; }
    .feature-card-container > span .tnt {
      max-width: 500px;
      text-align: center;
      margin: 0 auto; }
      .feature-card-container > span .tnt h2.tnt-title {
        color: #fff; }
      .feature-card-container > span .tnt span.tnt-text {
        color: #fff;
        font-size: 1.4rem;
        line-height: 2.265rem;
        text-align: center;
        display: block;
        padding-bottom: 70px; }
      .feature-card-container > span .tnt.lights-out {
        opacity: 0.1;
        pointer-events: none; }
    .feature-card-container > span .feature-card {
      height: 100%; }
      .feature-card-container > span .feature-card .feature-card-inner {
        width: 220px;
        padding: 20px;
        background: #fff;
        position: relative;
        height: 100%;
        -webkit-transition: all .15s ease-out;
        transition: all .15s ease-out;
        -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.05);
                box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.05); }
        .feature-card-container > span .feature-card .feature-card-inner.expandable {
          cursor: pointer; }
        .feature-card-container > span .feature-card .feature-card-inner .toggle-button {
          border-radius: 50%;
          background: #00afaa;
          cursor: pointer;
          width: 42px;
          height: 42px;
          padding: 5px;
          position: absolute;
          right: -21px;
          top: -21px;
          -webkit-transition: all .15s ease-out;
          transition: all .15s ease-out; }
          .feature-card-container > span .feature-card .feature-card-inner .toggle-button svg.toggle-icon {
            width: 16px;
            height: 16px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out; }
          .feature-card-container > span .feature-card .feature-card-inner .toggle-button:hover {
            background: #48dad0; }
            .feature-card-container > span .feature-card .feature-card-inner .toggle-button:hover svg.toggle-icon {
              -webkit-transform: translate(-50%, -50%) rotate(90deg);
                      transform: translate(-50%, -50%) rotate(90deg); }
        .feature-card-container > span .feature-card .feature-card-inner:hover {
          -webkit-transform: scale(1.03);
                  transform: scale(1.03); }
          .feature-card-container > span .feature-card .feature-card-inner:hover .toggle-button {
            background: #48dad0; }
            .feature-card-container > span .feature-card .feature-card-inner:hover .toggle-button svg.toggle-icon {
              -webkit-transform: translate(-50%, -50%) rotate(90deg);
                      transform: translate(-50%, -50%) rotate(90deg); }
        .feature-card-container > span .feature-card .feature-card-inner .feature-card-icon img {
          height: 80px;
          width: auto;
          display: block;
          margin: 0px auto 0; }
        .feature-card-container > span .feature-card .feature-card-inner .feature-card-text hr {
          height: 2px;
          background-color: #0f1621;
          margin-top: 10px;
          margin-bottom: 10px; }
        .feature-card-container > span .feature-card .feature-card-inner .feature-card-text .card-paragraph span {
          font-size: 1.2rem;
          line-height: 1.942rem;
          font-weight: 400; }
        .feature-card-container > span .feature-card .feature-card-inner .feature-card-text .card-paragraph .feature-default-text {
          display: block;
          opacity: 1; }
        .feature-card-container > span .feature-card .feature-card-inner .feature-card-text .card-paragraph .feature-active-text {
          display: none;
          opacity: 0; }
        .feature-card-container > span .feature-card .feature-card-inner.dimmer {
          opacity: 0.15;
          pointer-events: none; }
      .feature-card-container > span .feature-card .feature-card-outer {
        opacity: 0;
        pointer-events: none;
        left: 50%;
        top: 50%;
        position: absolute;
        z-index: 10;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 950px;
        cursor: pointer;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        @media (max-width: 1000px) {
          .feature-card-container > span .feature-card .feature-card-outer {
            position: fixed;
            width: 90%; } }
        .feature-card-container > span .feature-card .feature-card-outer .feature-card-inter {
          opacity: 0;
          width: 420px;
          padding: 30px;
          background: #fff;
          height: 420px;
          -webkit-transition: all .15s ease-out;
          transition: all .15s ease-out;
          cursor: pointer;
          text-align: center;
          position: relative;
          z-index: 15;
          left: -20px;
          top: 20px;
          -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.15);
                  box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.15); }
          @media (max-width: 768px) {
            .feature-card-container > span .feature-card .feature-card-outer .feature-card-inter {
              width: 100%;
              -webkit-transform: none !important;
                      transform: none !important; } }
        .feature-card-container > span .feature-card .feature-card-outer .feature-card-active-image {
          opacity: 0;
          width: 650px;
          height: 550px;
          position: absolute;
          z-index: 5;
          background-size: cover;
          background-position: center center;
          top: -100px;
          left: 400px;
          -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.15);
                  box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.15); }
          .feature-card-container > span .feature-card .feature-card-outer .feature-card-active-image .toggle-button svg.toggle-icon {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg); }
          @media (max-width: 1000px) {
            .feature-card-container > span .feature-card .feature-card-outer .feature-card-active-image {
              left: 20%; } }
          @media (max-width: 768px) {
            .feature-card-container > span .feature-card .feature-card-outer .feature-card-active-image {
              display: none; } }
        .feature-card-container > span .feature-card .feature-card-outer .feature-card-backdrop {
          opacity: 0;
          height: 350px;
          width: 350px;
          position: absolute;
          background: rgba(72, 218, 208, 0.3);
          top: 20px;
          left: 57px;
          z-index: 10;
          -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.05);
                  box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.05); }
        .feature-card-container > span .feature-card .feature-card-outer .toggle-button {
          border-radius: 50%;
          background: #00afaa;
          cursor: pointer;
          width: 42px;
          height: 42px;
          padding: 5px;
          position: absolute;
          right: -21px;
          top: -21px;
          -webkit-transition: all .15s ease-out;
          transition: all .15s ease-out; }
          .feature-card-container > span .feature-card .feature-card-outer .toggle-button svg.toggle-icon {
            width: 16px;
            height: 16px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out; }
        .feature-card-container > span .feature-card .feature-card-outer .feature-card-icon img {
          max-height: 85px;
          width: auto;
          display: block;
          margin: 20px auto 20px; }
        .feature-card-container > span .feature-card .feature-card-outer .feature-card-text h4 {
          font-size: 2.1rem; }
        .feature-card-container > span .feature-card .feature-card-outer .feature-card-text .card-paragraph span {
          font-size: 1.4rem;
          line-height: 1.942rem;
          font-weight: 300; }
        .feature-card-container > span .feature-card .feature-card-outer:hover .toggle-button {
          background: #48dad0; }
          .feature-card-container > span .feature-card .feature-card-outer:hover .toggle-button svg.toggle-icon {
            -webkit-transform: translate(-50%, -50%) rotate(135deg);
                    transform: translate(-50%, -50%) rotate(135deg); }
      .feature-card-container > span .feature-card .feature-card-inner.active + .feature-card-outer {
        pointer-events: all;
        opacity: 1; }
        .feature-card-container > span .feature-card .feature-card-inner.active + .feature-card-outer .feature-card-inter {
          opacity: 1;
          -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
          left: 0;
          top: 0; }
        .feature-card-container > span .feature-card .feature-card-inner.active + .feature-card-outer .feature-card-active-image {
          opacity: 1;
          left: 300px;
          -webkit-transition: all 2000ms cubic-bezier(0.325, 0.285, 0, 1.01);
          transition: all 2000ms cubic-bezier(0.325, 0.285, 0, 1.01);
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
          top: -65px; }
        .feature-card-container > span .feature-card .feature-card-inner.active + .feature-card-outer .feature-card-backdrop {
          opacity: 1;
          -webkit-transition: all 1s ease-out;
          transition: all 1s ease-out;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
          left: 87px;
          top: -15px; }

.alternating-section-container .long-landing-alternating {
  position: relative;
  padding: 150px 0 150px 0;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 1000px) {
    .alternating-section-container .long-landing-alternating {
      padding: 70px 0 70px 0; } }
  .alternating-section-container .long-landing-alternating .long-landing-alternating-center {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1000px) {
      .alternating-section-container .long-landing-alternating .long-landing-alternating-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .alternating-section-container .long-landing-alternating .long-landing-alternating-center .long-landing-alternating-content {
      max-width: 500px; }
      @media (max-width: 1000px) {
        .alternating-section-container .long-landing-alternating .long-landing-alternating-center .long-landing-alternating-content {
          text-align: center; } }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-center .long-landing-alternating-content h2.long-landing-alternating-title {
        color: #fff; }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-center .long-landing-alternating-content span.long-landing-alternating-text {
        color: #fff;
        display: inline-block;
        padding-bottom: 30px; }
    .alternating-section-container .long-landing-alternating .long-landing-alternating-center .long-landing-alternating-image img {
      padding-left: 30px; }
      @media (max-width: 1000px) {
        .alternating-section-container .long-landing-alternating .long-landing-alternating-center .long-landing-alternating-image img {
          padding-left: 0;
          margin-bottom: 30px; } }
  .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold svg {
      max-width: 1000px;
      position: absolute;
      top: 0;
      left: -150px; }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold svg path stop {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold svg path.alternating-left-1 {
        fill: url(#alternating-left-gradient1); }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold svg path.alternating-left-2 {
        fill: url(#alternating-left-gradient2); }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold svg path.alternating-left-3 {
        fill: url(#alternating-left-gradient3); }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold svg path.alternating-right-1 {
        fill: url(#alternating-right-gradient1); }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold svg path.alternating-right-2 {
        fill: url(#alternating-right-gradient2); }
      .alternating-section-container .long-landing-alternating .long-landing-alternating-unfold svg path.alternating-right-3 {
        fill: url(#alternating-right-gradient3); }
  .alternating-section-container .long-landing-alternating.right .long-landing-alternating-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 1000px) {
      .alternating-section-container .long-landing-alternating.right .long-landing-alternating-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .alternating-section-container .long-landing-alternating.right .long-landing-alternating-center .long-landing-alternating-content {
      text-align: right; }
      @media (max-width: 1000px) {
        .alternating-section-container .long-landing-alternating.right .long-landing-alternating-center .long-landing-alternating-content {
          text-align: center; } }
    .alternating-section-container .long-landing-alternating.right .long-landing-alternating-center .long-landing-alternating-image img {
      padding-left: 0;
      padding-right: 30px; }
  .alternating-section-container .long-landing-alternating.right .long-landing-alternating-unfold {
    top: -150px; }
    @media (max-width: 1000px) {
      .alternating-section-container .long-landing-alternating.right .long-landing-alternating-unfold {
        top: -100px; } }
    .alternating-section-container .long-landing-alternating.right .long-landing-alternating-unfold svg {
      left: auto;
      right: -150px;
      max-width: 850px; }
      @media (max-width: 1000px) {
        .alternating-section-container .long-landing-alternating.right .long-landing-alternating-unfold svg {
          max-width: 560px; } }

.differentiator-container {
  background-image: url("https://cdn2.hubspot.net/hubfs/2174253/here-stripe-bg.png");
  background-size: cover;
  background-position: center center;
  padding: 100px 20px; }
  .differentiator-container > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 850px;
    margin: 0 auto; }
    @media (max-width: 1000px) {
      .differentiator-container > span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .differentiator-container > span > div .differentiator {
      width: 260px;
      padding: 30px;
      text-align: center; }
      .differentiator-container > span > div .differentiator .differentiator-inner .differentiatior-icon img {
        max-height: 50px;
        width: auto;
        margin-bottom: 20px; }
      .differentiator-container > span > div .differentiator .differentiator-inner .differentiator-text h3 {
        margin-bottom: 5px;
        margin-top: 25px; }
      .differentiator-container > span > div .differentiator .differentiator-inner .differentiator-text .differentiator-paragraph .feature-default-text {
        font-size: 1.2rem;
        line-height: 2.265rem;
        font-weight: 400; }
    .differentiator-container > span > div:first-of-type {
      width: 100%; }
      .differentiator-container > span > div:first-of-type .tnt {
        text-align: center; }
        .differentiator-container > span > div:first-of-type .tnt h2 {
          font-weight: 300; }

.customer-logo-container {
  background-color: #383c45;
  position: relative;
  z-index: 2; }
  .customer-logo-container > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 20px; }
    @media (max-width: 1000px) {
      .customer-logo-container > span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .customer-logo-container > span > div:first-of-type {
      width: 100%;
      height: auto; }
    .customer-logo-container > span .tnt {
      text-align: center;
      padding-bottom: 20px; }
      .customer-logo-container > span .tnt h2.tnt-title {
        color: #fff;
        font-weight: 300; }
    @media (max-width: 1000px) {
      .customer-logo-container > span .customer-logo {
        margin-bottom: 30px; } }

.long-landing-caboose {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1; }
  .long-landing-caboose ol, .long-landing-caboose ul {
    overflow: hidden; }
  .long-landing-caboose .long-landing-caboose-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 20px; }
    @media (max-width: 1000px) {
      .long-landing-caboose .long-landing-caboose-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .long-landing-caboose .long-landing-caboose-flex .long-landing-caboose-content {
      width: 50%;
      padding-top: 100px;
      padding-right: 70px; }
      .long-landing-caboose .long-landing-caboose-flex .long-landing-caboose-content h2.long-landing-caboose-title {
        color: #fff; }
      .long-landing-caboose .long-landing-caboose-flex .long-landing-caboose-content span.long-landing-caboose-text {
        color: #fff; }
      @media (max-width: 1000px) {
        .long-landing-caboose .long-landing-caboose-flex .long-landing-caboose-content {
          width: 100%;
          max-width: 500px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 50px;
          text-align: center; } }
    .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap {
      width: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 0 20px 20px; }
      @media (max-width: 1000px) {
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap {
          width: 100%;
          max-width: 500px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 50px; } }
      .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form {
        padding: 140px 50px 50px;
        background: white; }
        @media (max-width: 1000px) {
          .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 50px;
            padding-bottom: 50px; } }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form .field {
          margin-bottom: 15px; }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form label {
          font-size: 14px;
          font-weight: 500;
          color: #6a6d74;
          margin-bottom: 0; }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form .hs-error-msgs label {
          color: #c41c33;
          font-size: 12px; }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input,
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form textarea {
          border-color: #cdced0;
          border-width: 1px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 10px; }
          @media (max-width: 768px) {
            .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input,
            .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form textarea {
              font-size: 16px; } }
          .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input:focus,
          .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form textarea:focus {
            border-color: #9b9da2;
            -webkit-box-shadow: none;
                    box-shadow: none; }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input.error {
          color: #c41c33;
          background-color: #f9e8ea;
          border-color: #c41c33; }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input[type="checkbox"] {
          cursor: pointer; }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input[type="checkbox"] + span {
          padding-left: 5px;
          font-weight: 300; }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input[type="submit"] {
          width: 144px;
          background-color: #00afaa; }
          .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input[type="submit"]:hover {
            background-color: #48dad0; }
        .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form select {
          -webkit-appearance: none;
          -moz-appearance: none;
          border-color: #cdced0;
          border-width: 1px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 10px;
          background: url(https://cdn2.hubspot.net/hubfs/2174253/HERE_Logos/select-arrow.png) no-repeat;
          background-position: 97% 16px;
          background-size: 16px;
          cursor: pointer; }
          .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form select:focus {
            border-color: #9b9da2;
            -webkit-box-shadow: none;
                    box-shadow: none; }
        @media (max-width: 1000px) {
          .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form h3 {
            text-align: center; }
          .long-landing-caboose .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form .hs_submit {
            text-align: center; } }
  .long-landing-caboose .long-landing-caboose-unfold {
    position: absolute;
    top: -230px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .long-landing-caboose .long-landing-caboose-unfold svg {
      max-width: 800px;
      position: absolute;
      top: 0;
      left: -150px; }
      .long-landing-caboose .long-landing-caboose-unfold svg path stop {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
      .long-landing-caboose .long-landing-caboose-unfold svg path.caboose-1 {
        fill: url(#caboose-gradient1); }
      .long-landing-caboose .long-landing-caboose-unfold svg path.caboose-2 {
        fill: url(#caboose-gradient2); }
      .long-landing-caboose .long-landing-caboose-unfold svg path.caboose-3 {
        fill: url(#caboose-gradient3); }
  .long-landing-caboose .testimonial-center {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    background-color: #00afaa; }
    .long-landing-caboose .testimonial-center .testimonial-shadow {
      position: absolute;
      width: 50%;
      height: 200px;
      background: rgba(72, 218, 208, 0.5);
      z-index: 1;
      top: -20px;
      left: 20px;
      display: none; }
      @media (max-width: 1000px) {
        .long-landing-caboose .testimonial-center .testimonial-shadow {
          display: none; } }
    .long-landing-caboose .testimonial-center .testimonial {
      max-width: 620px;
      background-color: #00afaa;
      padding: 50px;
      position: relative;
      z-index: 2;
      margin: 0 auto; }
      .long-landing-caboose .testimonial-center .testimonial h2 {
        font-weight: 300;
        color: #fff;
        text-align: center; }
      .long-landing-caboose .testimonial-center .testimonial .testimonial-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .long-landing-caboose .testimonial-center .testimonial .testimonial-inner .testimonial-icon {
          width: 420px;
          padding-right: 50px; }
          .long-landing-caboose .testimonial-center .testimonial .testimonial-inner .testimonial-icon img {
            width: 100%; }
        .long-landing-caboose .testimonial-center .testimonial .testimonial-inner .testimonial-text blockquote.testimonial-quote {
          font-size: 1.4rem;
          padding-left: 0;
          margin-bottom: 0;
          padding-bottom: 0;
          padding-top: 0;
          color: #fff; }
        .long-landing-caboose .testimonial-center .testimonial .testimonial-inner .testimonial-text .testimonial-creds {
          color: #fff;
          font-size: 1.2rem;
          font-weight: 500; }

.tntncta {
  text-align: center;
  padding: 100px 50px; }
  .tntncta h2 {
    color: #00afaa; }
  .tntncta.light-text h2.tnt-title {
    color: #fff; }
  .tntncta.light-text .tnt-text *, .tntncta.light-text .tnt-text {
    color: #fff; }

.caboose-cta .tntncta h2.tnt-title {
  font-size: 5.2rem;
  line-height: 6.5rem;
  font-weight: 300;
  letter-spacing: 0.01rem; }

.caboose-cta .tntncta .tnt-text {
  display: inline-block;
  margin-bottom: 20px; }

.landing-logo {
  position: absolute;
  width: 100% !important;
  background: black;
  padding: 10px 10px 10px 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: left; }
  .landing-logo img {
    width: 50px;
    max-width: 50px; }
  .nb2017-webinar .landing-logo > div {
    max-width: 1240px;
    margin: 0 auto; }
  .nb2017-webinar .landing-logo img {
    max-width: 80px; }

.long-thanks {
  position: relative;
  padding: 200px 0 0;
  background-size: cover;
  background-position: center center;
  z-index: 1; }
  .long-thanks ol, .long-thanks ul {
    overflow: hidden; }
  @media (max-width: 1000px) {
    .long-thanks {
      padding: 150px 0 100px 0; } }
  .long-thanks .long-landing-hero-content {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    @media (max-width: 1000px) {
      .long-thanks .long-landing-hero-content {
        text-align: center; } }
    .long-thanks .long-landing-hero-content h1.long-landing-hero-title {
      max-width: 580px;
      color: #fff; }
      @media (max-width: 1000px) {
        .long-thanks .long-landing-hero-content h1.long-landing-hero-title {
          margin: 0 auto; } }
    .long-thanks .long-landing-hero-content span.long-landing-hero-text {
      max-width: 375px;
      display: block;
      color: #fff;
      padding-bottom: 25px; }
      @media (max-width: 1000px) {
        .long-thanks .long-landing-hero-content span.long-landing-hero-text {
          margin: 0 auto; } }
  .long-thanks .long-landing-hero-unfold {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .long-thanks .long-landing-hero-unfold svg {
      max-width: 1200px;
      position: absolute;
      top: 0;
      left: -350px; }
      .long-thanks .long-landing-hero-unfold svg path stop {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
      .long-thanks .long-landing-hero-unfold svg path.thanks-1 {
        fill: url(#thanks-gradient1); }
      .long-thanks .long-landing-hero-unfold svg path.thanks-2 {
        fill: url(#thanks-gradient2); }
      .long-thanks .long-landing-hero-unfold svg path.thanks-3 {
        fill: url(#thanks-gradient3); }
      .long-thanks .long-landing-hero-unfold svg path.thanks-4 {
        fill: url(#thanks-gradient4); }
      .long-thanks .long-landing-hero-unfold svg path.thanks-5 {
        fill: url(#thanks-gradient5); }
  .long-thanks .long-landing-caboose-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
    @media (max-width: 1000px) {
      .long-thanks .long-landing-caboose-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .long-thanks .long-landing-caboose-flex .long-landing-caboose-content {
      width: 50%;
      padding-top: 57px;
      padding-right: 70px;
      padding-left: 20px; }
      .long-thanks .long-landing-caboose-flex .long-landing-caboose-content h2.long-landing-caboose-title {
        color: #fff; }
      .long-thanks .long-landing-caboose-flex .long-landing-caboose-content span.long-landing-caboose-text {
        color: #fff; }
      @media (max-width: 1000px) {
        .long-thanks .long-landing-caboose-flex .long-landing-caboose-content {
          width: 100%;
          max-width: 500px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 50px;
          padding-top: 0;
          text-align: center; } }
    .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap {
      width: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 0;
      position: relative; }
      @media (max-width: 1000px) {
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap {
          width: 100%;
          max-width: 500px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 50px; } }
      .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .form-shadow {
        position: absolute;
        height: 300px;
        width: 75%;
        background: red;
        z-index: 1;
        top: -20px;
        left: -20px;
        background: rgba(255, 255, 255, 0.5); }
      .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form {
        padding: 80px 50px 50px;
        background: white;
        position: relative;
        z-index: 2; }
        @media (max-width: 1000px) {
          .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 50px;
            padding-bottom: 50px; } }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form .field {
          margin-bottom: 15px; }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form label {
          font-size: 14px;
          font-weight: 500;
          color: #6a6d74;
          margin-bottom: 0; }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form .hs-error-msgs label {
          color: #c41c33;
          font-size: 12px; }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input,
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form textarea {
          border-color: #cdced0;
          border-width: 1px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 10px; }
          @media (max-width: 768px) {
            .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input,
            .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form textarea {
              font-size: 16px; } }
          .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input:focus,
          .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form textarea:focus {
            border-color: #9b9da2;
            -webkit-box-shadow: none;
                    box-shadow: none; }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input.error {
          color: #c41c33;
          background-color: #f9e8ea;
          border-color: #c41c33; }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input[type="checkbox"] {
          cursor: pointer; }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input[type="checkbox"] + span {
          padding-left: 5px;
          font-weight: 300; }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input[type="submit"] {
          width: 144px;
          background-color: #00afaa; }
          .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form input[type="submit"]:hover {
            background-color: #48dad0; }
        .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form select {
          -webkit-appearance: none;
          -moz-appearance: none;
          border-color: #cdced0;
          border-width: 1px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 10px;
          background: url(https://cdn2.hubspot.net/hubfs/2174253/HERE_Logos/select-arrow.png) no-repeat;
          background-position: 97% 16px;
          background-size: 16px;
          cursor: pointer; }
          .long-thanks .long-landing-caboose-flex .landing-caboose-form-wrap .landing-caboose-form form select:focus {
            border-color: #9b9da2;
            -webkit-box-shadow: none;
                    box-shadow: none; }
  .long-thanks .testimonial-center {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0 20px; }
    .long-thanks .testimonial-center .testimonial-shadow {
      position: absolute;
      width: 50%;
      height: 228px;
      background: rgba(255, 255, 255, 0.5);
      z-index: 1;
      top: -30px;
      left: 25px; }
      @media (max-width: 1000px) {
        .long-thanks .testimonial-center .testimonial-shadow {
          display: none; } }
    .long-thanks .testimonial-center .testimonial {
      width: 50%;
      background-color: #fff;
      padding: 50px 50px 20px;
      position: relative;
      z-index: 2;
      text-align: center; }
      @media (max-width: 1000px) {
        .long-thanks .testimonial-center .testimonial {
          margin: 0 auto;
          max-width: 500px;
          width: 100%; } }
      .long-thanks .testimonial-center .testimonial h2 {
        font-weight: 300;
        line-height: 5rem;
        margin-bottom: 0; }
      .long-thanks .testimonial-center .testimonial .testimonial-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .long-thanks .testimonial-center .testimonial .testimonial-inner .testimonial-icon {
          max-width: 150px;
          padding-right: 50px; }
        .long-thanks .testimonial-center .testimonial .testimonial-inner .testimonial-text blockquote.testimonial-quote {
          font-size: 1.4rem;
          padding-left: 0;
          margin-bottom: 0;
          padding-bottom: 0;
          padding-top: 0;
          color: #fff; }
        .long-thanks .testimonial-center .testimonial .testimonial-inner .testimonial-text .testimonial-creds {
          color: #fff;
          font-size: 1.2rem;
          font-weight: 500; }

.webinar-top-content > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 50px;
  min-height: 100vh; }
  .webinar-top-content > .row-fluid-wrapper > .row-fluid .webinar-content-wrap {
    float: none;
    padding-top: 190px;
    max-width: 715px;
    padding-bottom: 100px; }
  .webinar-top-content > .row-fluid-wrapper > .row-fluid .webinar-form {
    padding-top: 190px;
    padding-bottom: 100px;
    float: none;
    background-image: url("https://cdn2.hubspot.net/hubfs/2174253/aqua-unfold-webinar.png");
    background-size: cover;
    background-position: center center;
    padding-left: 40px; }
  @media (max-width: 940px) {
    .webinar-top-content > .row-fluid-wrapper > .row-fluid {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 0; }
      .webinar-top-content > .row-fluid-wrapper > .row-fluid .webinar-content-wrap {
        margin: 0 auto;
        padding: 100px 30px 50px; }
      .webinar-top-content > .row-fluid-wrapper > .row-fluid .webinar-form {
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        margin-left: 0; }
        .webinar-top-content > .row-fluid-wrapper > .row-fluid .webinar-form h3.form-title {
          text-align: center; }
        .webinar-top-content > .row-fluid-wrapper > .row-fluid .webinar-form form.hs-form {
          margin: 0 auto; } }

.webinar-top-content .webinar-content .webinar-content-intro {
  margin-bottom: 0;
  font-weight: 300; }

.webinar-top-content .webinar-content .webinar-content-title {
  color: #00afaa;
  margin-top: 0px; }

.webinar-top-content .webinar-content .webinar-content-info h2 {
  color: #00afaa; }

.webinar-top-content .webinar-content .webinar-content-info img {
  max-width: 300px;
  margin-right: 20px !important;
  margin-bottom: 20px !important; }
  @media (max-width: 600px) {
    .webinar-top-content .webinar-content .webinar-content-info img {
      max-width: 200px; } }

.webinar-top-content .webinar-content .webinar-content-info ul {
  list-style: none;
  padding-left: 0;
  overflow: hidden; }
  .webinar-top-content .webinar-content .webinar-content-info ul li {
    padding-left: 30px;
    background-image: url("https://cdn2.hubspot.net/hubfs/2174253/Screen%20Shot%202017-06-07%20at%2012.28.22%20PM.png");
    background-repeat: no-repeat;
    background-size: 26px;
    margin-bottom: 10px; }

.webinar-top-content .webinar-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .webinar-top-content .webinar-speaker .webinar-speaker-portrait {
    height: 107px;
    width: 107px;
    min-width: 107px;
    margin-top: 15px;
    margin-right: 20px; }
  .webinar-top-content .webinar-speaker .webinar-speaker-info h3 {
    margin-bottom: 0;
    font-size: 2.4rem; }
  .webinar-top-content .webinar-speaker .webinar-speaker-info h4 {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px; }

.webinar-form form.hs-form {
  max-width: 285px; }
  .webinar-form form.hs-form label {
    margin-bottom: 0; }
    .webinar-form form.hs-form label span {
      color: #fff; }
  .webinar-form form.hs-form .input input {
    padding: 12px 6px;
    font-size: 16px; }
  .webinar-form form.hs-form .input select {
    -webkit-appearance: none;
    border: 1px solid #6a6d74;
    padding: 14px 10px;
    font-size: 16px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/HERE_Logos/select-arrow.png);
    background-position: 95% 20px;
    background-size: 16px;
    cursor: pointer;
    background-repeat: no-repeat; }
  .webinar-form form.hs-form .hs_submit .actions input.hs-button {
    border: none;
    padding: 15px 30px;
    width: 100%;
    background-color: #fab800; }
    .webinar-form form.hs-form .hs_submit .actions input.hs-button:hover {
      background-color: #ffcb3a; }

.webinar-form h3.form-title {
  font-size: 3.2rem;
  color: #fff; }

.webinar-form .custom-share > span {
  display: block; }

.webinar-form .custom-share span.custom-share-title {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 5px; }

.webinar-form .custom-share span.custom-share-icons a {
  margin-right: 5px; }
  .webinar-form .custom-share span.custom-share-icons a:hover {
    text-decoration: none; }
  .webinar-form .custom-share span.custom-share-icons a span {
    font-size: 3.5rem; }

.nb2017-webinar .testimonial {
  padding: 50px 30px; }
  .nb2017-webinar .testimonial .testimonial-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 830px;
    margin: 0 auto; }
    .nb2017-webinar .testimonial .testimonial-inner .testimonial-icon {
      border: 1px solid #00afaa;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px; }
    .nb2017-webinar .testimonial .testimonial-inner .testimonial-text {
      background: #00afaa;
      padding: 50px 30px; }
      .nb2017-webinar .testimonial .testimonial-inner .testimonial-text blockquote.testimonial-quote {
        padding: 0;
        color: #fff; }
      .nb2017-webinar .testimonial .testimonial-inner .testimonial-text span.testimonial-creds {
        font-weight: 500;
        color: #fff;
        font-size: 1.4rem; }
  @media (max-width: 940px) {
    .nb2017-webinar .testimonial .testimonial-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .nb2017-webinar .testimonial .testimonial-inner .testimonial-icon {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.nb2017-webinar.nb2017-general-pco .testimonial {
  background: #383c45; }
  .nb2017-webinar.nb2017-general-pco .testimonial .testimonial-inner .testimonial-icon {
    background: #fff; }
  .nb2017-webinar.nb2017-general-pco .testimonial .testimonial-inner .testimonial-text {
    background: transparent; }

.landing-footer {
  padding: 10px 30px;
  background: #383c45; }
  .landing-footer .copyright-info {
    color: #fff; }
    .landing-footer .copyright-info span {
      font-size: 1.4rem; }
      .landing-footer .copyright-info span a {
        font-size: 1.4rem; }
  .landing-footer .custom-footer-social-links {
    text-align: right;
    color: #fff; }
    .landing-footer .custom-footer-social-links ul.footer-app-list {
      padding: 0; }
      .landing-footer .custom-footer-social-links ul.footer-app-list li {
        padding: 0; }
  @media (max-width: 768px) {
    .landing-footer .copyright-info {
      text-align: center; }
    .landing-footer .custom-footer-social-links {
      text-align: center; } }

.nb360-blog-post .body-container-wrapper {
  overflow: hidden; }

@media (max-width: 767px) {
  .nb360-blog-post .blog-post-full-wrap > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.nb360-blog-post .blog-post-full-wrap a {
  color: #4edacf;
  font-size: inherit; }

.nb360-blog-post .blog-post-full-wrap .blog-right {
  position: fixed;
  right: 0;
  height: 100%;
  width: 45%; }
  .nb360-blog-post .blog-post-full-wrap .blog-right > div {
    height: 100%; }
    .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid {
      height: 100%; }
      .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja {
        height: 100%; }
        .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper {
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: top; }
          .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html {
            bottom: 40px;
            position: absolute;
            margin: 2.5%;
            width: 95%; }
            .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html h3 {
              color: #fff;
              background-color: rgba(78, 218, 207, 0.9);
              font-weight: 400;
              padding: 8px 15px 8px 15px;
              left: 0;
              z-index: 2;
              display: block;
              width: 100%;
              margin-bottom: 0;
              position: absolute;
              margin-top: 0; }
            .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .layout-widget-wrapper .related-post-item {
              display: none; }
            .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .layout-widget-wrapper .row-fluid .related-post-item {
              display: inline-block; }
            .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap; }
              .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap > div + div + div {
                display: none !important; }
              .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap .related-post {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                        flex: 0 0 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: flex-end;
                height: 200px;
                background-size: cover;
                background-position: center; }
                .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap .related-post .related-post-title {
                  width: 100%;
                  background-image: url(https://360.here.com/hubfs/download.png?t=1506617101491); }
                .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap .related-post h4 {
                  color: #fff;
                  font-weight: 300;
                  padding: 10px;
                  padding-bottom: 0;
                  margin-bottom: 0; }
                .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap .related-post p {
                  padding-left: 10px;
                  font-weight: 100; }
                .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap .related-post .recent-content {
                  width: 100%;
                  height: 100%;
                  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: justify;
                      -ms-flex-pack: justify;
                          justify-content: space-between; }
              .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap a:hover {
                border-bottom: none; }
              @media (max-width: 767px) {
                .nb360-blog-post .blog-post-full-wrap .blog-right > div .row-fluid .span12.widget-span.widget-type-raw_jinja .hs-featured-image-wrapper .widget-type-raw_html .related-post-wrap {
                  display: none; } }
  @media (max-width: 767px) {
    .nb360-blog-post .blog-post-full-wrap .blog-right {
      position: relative;
      right: 0;
      height: 250px;
      width: 100%;
      top: 0; } }

.nb360-blog-post .blog-post-full-wrap .blog-left {
  padding: 40px 50px 180px !important;
  width: 55%; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .here-maps-map-container + p {
    margin-top: 50px; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .here-maps-map-container + h3 {
    margin-top: 50px; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .here-maps-map-container {
    height: auto !important; }
    .nb360-blog-post .blog-post-full-wrap .blog-left .here-maps-map-container .map-wrap {
      height: auto !important; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .wp-video {
    overflow: hidden;
    width: 100% !important; }
    .nb360-blog-post .blog-post-full-wrap .blog-left .wp-video .wp-video-shortcode {
      width: auto !important;
      height: auto !important; }
      .nb360-blog-post .blog-post-full-wrap .blog-left .wp-video .wp-video-shortcode .mejs-controls {
        display: none !important; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper p {
    color: #707070;
    font-weight: 300;
    font-family: "Fira Sans", Helvetica, Arial, sans-serif; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper h3 {
    font-weight: 400; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper h6 {
    font-size: 11px; }
  @media (max-width: 767px) {
    .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .post-header h1 {
      text-align: center; } }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .post-header h1 span {
    font-size: 42px;
    line-height: 3.1rem;
    font-weight: 400;
    letter-spacing: 0.01rem;
    margin-bottom: 20px;
    font-family: "Fira Sans", Helvetica, Arial, sans-serif; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .post-header .hs-author-avatar {
    display: inline-block; }
    .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .post-header .hs-author-avatar img {
      border-radius: 50%; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper span#hs_cos_wrapper_blog_social_sharing {
    display: inline-block;
    width: 50%; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .date-social-share {
      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-align: left;
          -ms-flex-align: left;
              align-items: left; }
    .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .blog-post-date {
      display: inline-block;
      padding-right: 20px;
      text-align: right;
      color: #a0a0a0; }
      @media (max-width: 767px) {
        .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .blog-post-date {
          text-align: left;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share {
      color: #fff;
      margin-right: 30px;
      margin-top: 20px; }
      .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a {
          padding: 10px 15px;
          color: #fff;
          font-weight: 100;
          font-size: 13px;
          margin: 0 2px;
          width: 100px; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a:hover {
            border-bottom: none; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a img {
            vertical-align: middle;
            margin-right: 5px;
            display: inline; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a .fa {
            color: #fff;
            margin-right: 5px;
            display: inline; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a:nth-of-type(1) {
            background-color: #55ACEE; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a:nth-of-type(2) {
            background-color: #3B5998; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a:nth-of-type(3) {
            background-color: #0976B4; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a:nth-of-type(4) {
            background-color: #CEE3F8; }
          @media (max-width: 767px) {
            .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop a {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 50%;
                      flex: 0 0 50%; } }
        @media (max-width: 767px) {
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        @media (max-width: 1000px) {
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-desktop {
            display: none; } }
      .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile {
        display: none; }
        .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a {
          padding: 10px 15px;
          color: #fff;
          font-weight: 100;
          font-size: 13px; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a:hover {
            border-bottom: none; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a img {
            vertical-align: middle;
            margin-right: 5px; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a .fa {
            color: #fff;
            margin-right: 0px; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a:nth-of-type(1) {
            background-color: #55ACEE; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a:nth-of-type(2) {
            background-color: #3B5998; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a:nth-of-type(3) {
            background-color: #0976B4; }
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a:nth-of-type(4) {
            background-color: #CEE3F8; }
          @media (max-width: 767px) {
            .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile a {
              width: 50px;
              text-align: center;
              margin: 1px; } }
        @media (max-width: 767px) {
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        @media (max-width: 1000px) {
          .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share .custom-share-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      @media (max-width: 767px) {
        .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility .custom-share {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    @media (max-width: 767px) {
      .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .comment-count {
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/comments-icon.png);
    background-size: 17px;
    padding-left: 26px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0px;
    line-height: 0;
    font-size: 12px !important;
    vertical-align: middle;
    background-position-y: center; }
    .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .comment-count a {
      line-height: 1.5; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .social-count {
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/social-share-no-background.png);
    background-size: 16px;
    padding-left: 26px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0px;
    height: 18px;
    vertical-align: middle;
    background-position-y: center; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .page-view-count {
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/eye-no-background.png);
    background-size: 20px;
    padding-left: 26px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
    background-position-y: center; }
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .post-body {
    margin-top: 50px;
    border-top: 1px solid #eeeeee;
    padding-top: 40px; }
  @media (max-width: 767px) {
    .nb360-blog-post .blog-post-full-wrap .blog-left {
      width: 100%;
      padding: 0px 20px 50px 20px !important; } }

.nb360-blog-post.hs-blog-listing .blog-left {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  float: none;
  -webkit-transform: none !important;
          transform: none !important; }

.nb360-blog-post.hs-blog-listing .blog-right {
  display: none; }

.nb360-blog-post.hs-blog-listing .post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .nb360-blog-post.hs-blog-listing .post-listing a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 16px;
    border-bottom: 1px solid transparent; }
    .nb360-blog-post.hs-blog-listing .post-listing a .hs-featured-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      height: 185px;
      max-width: 100%;
      margin: 0;
      background-size: cover; }
    .nb360-blog-post.hs-blog-listing .post-listing a .overlay {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      height: 140px;
      background-color: #EBEBEC;
      padding: 10px 30px;
      border-top: 4px solid transparent; }
      .nb360-blog-post.hs-blog-listing .post-listing a .overlay p {
        color: #000000; }
      .nb360-blog-post.hs-blog-listing .post-listing a .overlay:hover {
        border-top: 4px solid #4edacf;
        border-bottom: 1px solid transparent; }
        .nb360-blog-post.hs-blog-listing .post-listing a .overlay:hover p {
          color: #4edacf !important; }
    .nb360-blog-post.hs-blog-listing .post-listing a:hover .overlay {
      border-top: 4px solid #4edacf;
      border-bottom: 1px solid transparent; }
      .nb360-blog-post.hs-blog-listing .post-listing a:hover .overlay p {
        color: #4edacf !important; }
    @media (max-width: 1110px) {
      .nb360-blog-post.hs-blog-listing .post-listing a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%; } }
    @media (max-width: 767px) {
      .nb360-blog-post.hs-blog-listing .post-listing a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .nb360-blog-post.hs-blog-listing .post-listing .author-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .nb360-blog-post.hs-blog-listing .post-listing .author-wrap a.author-link {
      -webkit-box-flex: 0 !important;
          -ms-flex: none !important;
              flex: none !important; }
      .nb360-blog-post.hs-blog-listing .post-listing .author-wrap a.author-link:hover {
        border-bottom: none; }
    .nb360-blog-post.hs-blog-listing .post-listing .author-wrap .author-link h2 {
      margin: 0; }

.nb360-blog-post.hs-blog-listing .blog-pagination {
  width: auto;
  max-width: 200px;
  margin: 0 auto; }

@media (max-width: 767px) {
  .nb360-blog-post #hubspot-author_data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 767px) {
  .nb360-blog-post .blog-post-full-wrap .blog-left .blog-section .blog-post-wrapper .blog-post-utility {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.addthis-smartlayers {
  display: none; }

.page-view-count p,
.social-count p {
  font-size: 12px;
  color: #707070 !important;
  margin-bottom: 0;
  line-height: 1.5; }

.date-social-wrap {
  margin-left: auto;
  text-align: right; }
  @media (max-width: 767px) {
    .date-social-wrap {
      margin-left: 0;
      text-align: center; } }

.blog-left iframe {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  width: 100%; }

span.fb-embed{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    display: block;
}
span.fb-embed iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.nb360-blog-listing .body-container {
  max-width: 1440px;
  margin-top: 50px;
  padding-top: 50px;
  padding: 50px 15px; }
  .nb360-blog-listing .body-container a:hover {
    border-top: none;
    border-bottom: none; }
  .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list {
      margin-bottom: 50px; }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .blog-section-header h2 {
        display: inline-block;
        font-weight: 400;
        font-size: 2.5rem; }
        @media (max-width: 767px) {
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .blog-section-header h2 {
            display: block;
            margin: 0;
            margin-top: 25px; } }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .blog-section-header h4 {
        display: inline-block;
        float: right; }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .blog-section-header h4 a {
          color: #4edacf; }
        @media (max-width: 767px) {
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .blog-section-header h4 {
            display: block;
            margin: 0; } }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html {
        width: 100%; }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html a {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 48%;
                    flex: 0 0 48%; }
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:hover .overlay {
              border-top: 4px solid #4edacf; }
              .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:hover .overlay p {
                color: #4edacf !important; }
            @media (max-width: 500px) {
              .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html a {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                        flex: 0 0 100%; } }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:first-of-type {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 48%;
                    flex: 0 0 48%;
            margin: 0 16px 0 0; }
            @media (max-width: 500px) {
              .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:first-of-type {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                        flex: 0 0 100%; } }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html section {
            height: 180px;
            background-size: cover;
            background-repeat: no-repeat; }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html .overlay {
            height: 140px;
            background-color: #EBEBEC;
            padding: 10px 30px;
            border-top: 4px solid transparent; }
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid .widget-type-raw_html .hs_cos_wrapper_type_raw_html .overlay p {
              color: #000000; }
      @media (max-width: 937px) {
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list .row-fluid-wrapper .row-fluid {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0 auto; } }
      @media (max-width: 937px) {
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .two-blog-post-list {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0 auto; } }
    .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list {
      margin-bottom: 50px; }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .blog-section-header h2 {
        display: inline-block;
        font-size: 2.5rem;
        font-weight: 400; }
        @media (max-width: 767px) {
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .blog-section-header h2 {
            display: block; } }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .blog-section-header h4 {
        display: inline-block;
        float: right; }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .blog-section-header h4 a {
          color: #4edacf; }
        @media (max-width: 767px) {
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .blog-section-header h4 {
            display: block; } }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html {
        height: 320px; }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:hover .overlay {
          border-left: 4px solid #4edacf; }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:hover .overlay h4 {
            color: #4edacf !important; }
          @media (max-width: 500px) {
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:hover .overlay {
              border-top: 4px solid #4edacf;
              border-left: none; } }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:first-of-type {
          width: 100%;
          margin: 0 32px 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 500px) {
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html a:first-of-type {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              height: 350px; } }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html section {
          height: 320px;
          background-size: cover;
          background-repeat: no-repeat;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          background-position: center; }
          @media (max-width: 500px) {
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html section {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              height: 160px; } }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html .overlay {
          height: 320px;
          background-color: #EBEBEC;
          padding: 10px 30px;
          border-left: 4px solid transparent; }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html .overlay p {
            color: #707070;
            font-weight: 100; }
          @media (max-width: 500px) {
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list .widget-type-raw_html .hs_cos_wrapper_type_raw_html .overlay {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              height: auto;
              border-top: 4px solid transparent;
              border-left: none; } }
      @media (max-width: 937px) {
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .one-blog-post-list {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0 auto; } }
    .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list {
      margin-bottom: 50px; }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%;
          margin: 0 16px 0 0; }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item a {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 48%;
                    flex: 0 0 48%; }
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item a:hover .overlay {
              border-top: 4px solid #4edacf; }
              .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item a:hover .overlay p {
                color: #4edacf !important; }
            @media (max-width: 500px) {
              .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item a {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                        flex: 0 0 100%; } }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item a:first-of-type {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 48%;
                    flex: 0 0 48%;
            margin: 0 16px 0 0; }
            @media (max-width: 500px) {
              .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item a:first-of-type {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                        flex: 0 0 100%; } }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item section {
            height: 180px;
            background-size: cover;
            background-repeat: no-repeat; }
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item .overlay {
            height: 140px;
            background-color: #EBEBEC;
            padding: 10px 30px;
            border-top: 4px solid transparent; }
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item .overlay p {
              color: #000000; }
          @media (max-width: 937px) {
            .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .recent-post-wrap .hs_cos_wrapper .recent-post-item {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%; } }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .blog-section-header h2 {
        display: inline-block;
        font-weight: 400;
        font-size: 2.5rem; }
        @media (max-width: 767px) {
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .blog-section-header h2 {
            display: block;
            margin: 0;
            margin-top: 25px; } }
      .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .blog-section-header h4 {
        display: inline-block;
        float: right; }
        .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .blog-section-header h4 a {
          color: #4edacf; }
        @media (max-width: 767px) {
          .nb360-blog-listing .body-container .row-fluid-wrapper .row-fluid .four-blog-post-list .blog-section-header h4 {
            display: block;
            margin: 0; } }

.footer-container-wrapper {
  background-image: url("https://cdn2.hubspot.net/hubfs/2174253/footer-background.png");
  width: 100%;
  background-position: top right;
  background-color: #35beb1;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px; }
  .footer-container-wrapper .see-more-button {
    text-align: center; }
    .footer-container-wrapper .see-more-button a {
      text-decoration: none;
      color: #ffffff;
      font-size: 16px;
      background-color: #30b2a8;
      padding: 15px 35px;
      cursor: pointer;
      border: 1px solid #ffffff;
      display: inline-block;
      margin-top: 34px; }

.section-header-1 {
  margin-top: 60px; }

.author-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .author-page h2 {
    display: block;
    margin: 0 !important;
    margin-right: 20px !important; }
  @media (max-width: 767px) {
    .author-page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.author-listing-bio .company {
  display: none; }

.author-listing-bio a:hover {
  border-bottom: 0; }

.endless-posts-360 {
  max-width: 1600px;
  margin: 50px; }
  .endless-posts-360 .blog-section-header h2 {
    display: inline-block;
    font-weight: 400;
    font-size: 2.5rem; }
  @media(max-width: 937px){  
     .endless-posts-360{padding: 0 20px !important;}
    .endless-posts-360 .post-container .blog-post:nth-of-type(odd) {
        margin-right: 40px;
    }
    }

    @media (max-width: 767px) {
      .endless-posts-360 .blog-section-header h2 {
        display: block; } }
  .endless-posts-360 .blog-section-header h4 {
    display: inline-block;
    float: right; }
    .endless-posts-360 .blog-section-header h4 a {
      color: #4edacf; }
    @media (max-width: 767px) {
      .endless-posts-360 .blog-section-header h4 {
        display: block; } }
  .endless-posts-360 .post-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .endless-posts-360 .post-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } 
        .endless-posts-360{padding: 0 20px !important;}
    }
    .endless-posts-360 .post-container .blog-post {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 23%;
              flex: 0 0 calc(25% - 15px);
      margin-bottom: 20px;
      margin-left: 20px; }
      
      @media (max-width: 937px) {
        .endless-posts-360 .post-container .blog-post {
          -webkit-box-flex: 0;
              -ms-flex: 1 0 45%;
                  flex: 0 1 calc(50% - 20px);
        margin-left: 0 ; } }
      .endless-posts-360 .post-container .blog-post:nth-of-type(4n + 1) {
        margin-left: 0; }
      @media (max-width: 767px) {
        .endless-posts-360 .post-container .blog-post {
          margin: 20px 0;
          width: 100%;
          flex: 0 0 100%;} }
      .endless-posts-360 .post-container .blog-post p {
        min-height: 125px; }
      @media (max-width: 767px) {
        .endless-posts-360 .post-container .blog-post p {
          min-height: 0; } }
      .endless-posts-360 .post-container .blog-post:hover .overlay {
        border-top: 4px solid #4edacf; }
        .endless-posts-360 .post-container .blog-post:hover .overlay .content a p {
          color: #4edacf !important; }
          
      @media (max-width: 500px) {
        .endless-posts-360 .post-container .blog-post {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin-left: 0; } }
    .endless-posts-360 .post-container section {
      height: 180px;
      background-size: cover;
      background-repeat: no-repeat;
      /* background-position: center; */ }
      @media (max-width: 500px) {
        .endless-posts-360 .post-container section {
          height: auto; } }
    .endless-posts-360 .post-container .overlay {
      height: 200px;
      background-color: #EBEBEC;
      padding: 10px 30px;
      border-top: 4px solid transparent; }
      @media (max-width: 767px) {
        .endless-posts-360 .post-container .overlay {
          height: auto; } }
      .endless-posts-360 .post-container .overlay p {
        color: #000000; }
      .endless-posts-360 .post-container .overlay:hover {
        border-top: 4px solid #4edacf; }
        
  .endless-posts-360 .social-count {
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/social-share-no-background.png);
    background-size: 17px;
    padding-left: 26px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0px; }
    .endless-posts-360 .social-count a {
      color: #707070 !important;
      font-size: 12px; }
      .endless-posts-360 .social-count a:hover {
        color: #000000; }
  .endless-posts-360 .comment-count {
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/comments-icon.png);
    background-size: 20px;
    padding-left: 26px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0px;
    line-height: 0; }
    .endless-posts-360 .comment-count a {
      color: #707070 !important;
      font-size: 12px; }
      .endless-posts-360 .comment-count a:hover {
        color: #000000; }
  .endless-posts-360 .page-view-count {
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/eye-no-background.png);
    background-size: 20px;
    padding-left: 26px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0px; }
    .endless-posts-360 .page-view-count a {
      color: #707070 !important;
      font-size: 12px; }
      .endless-posts-360 .page-view-count a:hover {
        color: #000000; }

.latest-and-featured-posts-360 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 50px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px; }
  .latest-and-featured-posts-360 .content p {
    min-height: 75px; }
  .latest-and-featured-posts-360 .content .page-view-count p {
    min-height: 0; }
  .latest-and-featured-posts-360 .content .social-count p {
    min-height: 0; }
  .latest-and-featured-posts-360 .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .latest-and-featured-posts-360 .section-header h2 {
      display: inline-block;
      font-size: 2.5rem;
      font-weight: 400;
      margin: 0 auto 0 0;
      margin-bottom: 20px; }
      
      .latest-and-featured-posts-360 .blog-360-featured .post-inner p {
        color: #000000;
        } 
        .latest-and-featured-posts-360 .blog-360-featured .latest-wrap:hover .overlay .content a p {
        color: #4edacf !important;
        }
        
        .latest-and-featured-posts-360 .blog-360-featured.latest .latest-image:hover{
            border-bottom: none;
        }
        .latest-and-featured-posts-360 .blog-360-featured .post-inner .overlay {
        border-top: 4px solid transparent; }
      .latest-and-featured-posts-360 .blog-360-featured .post-inner:hover .overlay {
        border-top: 4px solid #4edacf; }
        .latest-and-featured-posts-360 .blog-360-featured .post-inner:hover .overlay .content a p {
          color: #4edacf !important; }
     
      
      @media (max-width: 767px) {
        .latest-and-featured-posts-360 .section-header h2 {
          display: block; } }
    .latest-and-featured-posts-360 .section-header h4 {
      display: inline-block;
      float: right; }
      .latest-and-featured-posts-360 .section-header h4 a {
        color: #4edacf; }
      @media (max-width: 767px) {
        .latest-and-featured-posts-360 .section-header h4 {
          display: block; } }
    .latest-and-featured-posts-360 .section-header a {
      color: #4edacf; }
  .latest-and-featured-posts-360 .blog-360-featured {
    margin-bottom: 50px;
    padding: 0 20px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 calc(50% - 20px); }
    .latest-and-featured-posts-360 .blog-360-featured:nth-of-type(2n + 2) {
      margin-left: 40px; }
      @media (max-width: 1000px) {
        .latest-and-featured-posts-360 .blog-360-featured:nth-of-type(2n + 2) {
          margin: 0 auto; } }
    @media (max-width: 500px) {
      .latest-and-featured-posts-360 .blog-360-featured {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto; } }
    .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 500px) {
        .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts .post-inner {
        background-color: #EBEBEC;
        width: 50%; }
        @media (max-width: 767px) {
          .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts .post-inner {
            width: 100%; } }
        @media (max-width: 500px) {
          .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts .post-inner {
            margin: 20px 0; } }
        .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts .post-inner .overlay {
          padding: 20px; }
        .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts .post-inner:first-of-type {
          margin-right: 40px; }
      .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts a section {
        height: 180px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        background-size: cover; }
      .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts a:hover .overlay {
        border-top: 4px solid #4edacf;
        border-left: none;
        border-bottom: none; }
        .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts a:hover .overlay p {
          color: #4edacf !important; }
      .latest-and-featured-posts-360 .blog-360-featured:not(.latest) .posts a .overlay {
        border-top: 4px solid transparent; }
    .latest-and-featured-posts-360 .blog-360-featured.latest .latest-image {
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      background-position: center;
      height: auto; }
      .latest-and-featured-posts-360 .blog-360-featured.latest .latest-image section {
        height: 100%;
        background-size: cover;
        min-height: 306px;
        background-position: center;}
      @media (max-width: 500px) {
        .latest-and-featured-posts-360 .blog-360-featured.latest .latest-image {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          height: 160px; } }
    .latest-and-featured-posts-360 .blog-360-featured.latest .overlay {
      height: auto;
      background-color: #EBEBEC;
      padding: 10px 30px 20px 30px;
      border-left: 4px solid transparent;
      min-height: 333px;
      position: relative; }
      .latest-and-featured-posts-360 .blog-360-featured.latest .overlay p {
        color: #707070;
        font-weight: 100; }
      .latest-and-featured-posts-360 .blog-360-featured.latest .overlay .counters {
        position: absolute;
        bottom: 20px; }
      .latest-and-featured-posts-360 .blog-360-featured.latest .overlay .social-count p, .latest-and-featured-posts-360 .blog-360-featured.latest .overlay .page-view-count p {
        margin-bottom: 0; }
      @media (max-width: 500px) {
        .latest-and-featured-posts-360 .blog-360-featured.latest .overlay {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          height: auto;
          border-top: 4px solid transparent;
          border-left: none; } }
      @media (max-width: 1300px) {
        .latest-and-featured-posts-360 .blog-360-featured.latest .overlay {
          padding: 4px 15px; } }
      .latest-and-featured-posts-360 .blog-360-featured.latest .overlay .social-count {
        background-image: url(https://cdn2.hubspot.net/hubfs/2174253/social-share-no-background.png);
        background-size: 17px;
        padding-left: 26px;
        padding-right: 9px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 0px; }
      .latest-and-featured-posts-360 .blog-360-featured.latest .overlay .page-view-count {
        background-image: url(https://cdn2.hubspot.net/hubfs/2174253/eye-no-background.png);
        background-size: 20px;
        padding-left: 26px;
        padding-right: 9px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 0px;
        margin-bottom: 0;
        vertical-align: middle;
        background-position-y: center; }
    .latest-and-featured-posts-360 .blog-360-featured .latest-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      @media (max-width: 500px) {
        .latest-and-featured-posts-360 .blog-360-featured .latest-wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .latest-and-featured-posts-360 .blog-360-featured .latest-wrap:hover {
        border-bottom: none; }
        .latest-and-featured-posts-360 .blog-360-featured .latest-wrap:hover .overlay {
          border-left: 4px solid #4edacf; }
          .latest-and-featured-posts-360 .blog-360-featured .latest-wrap:hover .overlay h4 {
            color: #4edacf !important; }
          @media (max-width: 500px) {
            .latest-and-featured-posts-360 .blog-360-featured .latest-wrap:hover .overlay {
              border-top: 4px solid #4edacf;
              border-left: none; } }
      .latest-and-featured-posts-360 .blog-360-featured .latest-wrap .posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .latest-and-featured-posts-360 .blog-360-featured .latest-wrap .overlay {
        background-color: #EBEBEC;
        padding: 10px 30px 20px 30px;
        border-top: 4px solid transparent; }
        .latest-and-featured-posts-360 .blog-360-featured .latest-wrap .overlay p {
          color: #000000; }
    @media (max-width: 937px) {
      .latest-and-featured-posts-360 .blog-360-featured {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 20px auto; } }
  .latest-and-featured-posts-360 .social-count {
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/social-share-no-background.png);
    background-size: 17px;
    padding-left: 26px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
    background-position-y: center; }
  .latest-and-featured-posts-360 .page-view-count {
    background-image: url(https://cdn2.hubspot.net/hubfs/2174253/eye-no-background.png);
    background-size: 20px;
    padding-left: 26px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
    background-position-y: center; }

.endless-posts-360 {
  margin: 0 auto !important;
  max-width: 1440px;
  float: none !important;
  padding: 0 20px; }
  .endless-posts-360 h2 {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 auto 0 0;
    margin-bottom: 20px; }

.blog-pagination {
  position: absolute;
  margin: 30px auto;
  max-width: 1400px;
  text-align: center;
  width: 100%; }
  .blog-pagination a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    background-color: #30b2a8;
    padding: 15px 35px;
    cursor: pointer;
    border: 1px solid #ffffff;
    display: inline-block; }
  @media (max-width: 767px) {
    .blog-pagination {
      width: 90%; } }

.comment-count {
  background-image: url(https://cdn2.hubspot.net/hubfs/2174253/comments-icon.png);
  background-size: 20px;
  padding-left: 26px;
  padding-right: 9px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0px;
  line-height: 0;
  vertical-align: middle;
  background-position-y: center; }
  .comment-count a {
    font-size: 12px;
    color: #707070 !important; }

.header360 {
  position: fixed;
  width: 100%;
  z-index: 9999;
  pointer-events: none; }
  .header360 .black-background {
    background-color: #252932;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    pointer-events: all; }
  .header360 .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    width: 76%; }
    @media (max-width: 1024px) {
      .header360 .social-icons {
        opacity: 0;
        pointer-events: none;
        display: none; } }
    .header360 .social-icons li {
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header360 .social-icons li a:hover {
        border-bottom: 0px !important; }
      .header360 .social-icons li .fa {
        color: white;
        margin: 0 10px; }
      .header360 .social-icons li img {
        width: 20px; }
  .header360 .here-logo {
    width: 54px;
    padding: 5px 0;
    margin-right: 10px; }
    .header360 .here-logo a:hover {
      border-bottom: 0px !important; }
    @media (max-width: 1024px) {
      .header360 .here-logo {
        position: absolute;
        right: 0; } }
  .header360 .hamburger {
    padding: 15px 30px;
    width: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header360 .hamburger .fa {
      font-size: 25px;
      color: white;
      cursor: pointer; }
      .menuopen .header360 .hamburger .fa {
        color: #48dad0; }
  .header360 .search {
    width: 17%; }
    @media (max-width: 1024px) {
      .header360 .search {
        overflow: hidden;
        -webkit-transition: .5s;
        transition: .5s;
        width: 50px; }
        .open-search .header360 .search {
          width: 64%; } }
  .header360 #hs_menu_wrapper_offscreen_menu {
    width: 40%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s; }
    @media (max-width: 1024px) {
      .header360 #hs_menu_wrapper_offscreen_menu {
        width: 100%; } }
    .menuopen .header360 #hs_menu_wrapper_offscreen_menu {
      opacity: 1;
      pointer-events: all; }
    .header360 #hs_menu_wrapper_offscreen_menu ul li a {
      padding: 15px;
      padding-left: 30px;
      color: #484848;
      font-size: 13px;
      border-bottom: 1px solid #ebebec;
      border-right: 1px solid #ebebec; }
      .header360 #hs_menu_wrapper_offscreen_menu ul li a:hover {
        border-bottom: 1px;
        background-color: #48dad0;
        color: white; }
  .header360 .search {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body.search-open .header360 .search {
      max-height: 200px; }
    .header360 .search .gsc-search-box {
      padding: 0 20px 0 0;
      border-bottom: 0;
      border-top: 0; }
      .header360 .search .gsc-search-box > tbody {
        border-top: 0; }
    .header360 .search input.gsc-input {
      color: #252932;
      text-indent: 0 !important; }
    .header360 .search .gsc-search-box-tools .gsc-search-box .gsc-input {
      padding: 15px 0px;
      background: rgba(255, 255, 255, 0.2);
      border: 0;
      width: 100%; }
    .header360 .search .gsc-search-box-tools > table > tbody > tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header360 .search .gsc-search-button {
      background: transparent;
      margin-right: 0px;
      padding: 0 !important;
      width: 50px !important;
      height: auto !important;
      padding: 0 !important;
      min-width: 50px;
      margin-top: 0;
      margin-bottom: 0 !important;
      margin-left: 0px !important; }
    .header360 .search .gsc-search-button input {
      opacity: 0; }
      
      .header360 .search .gsc-search-button-v2{
          opacity: 0 !important;
              height: 100% !important;
      }
    .header360 .search .gsc-search-button {
      background-image: url("//cdn2.hubspot.net/hubfs/302335/unified-search-white.png") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 18px !important;
      background: rgba(255, 255, 255, 0.2);
      opacity: 1;
      -webkit-transition: .2s;
      transition: .2s;
      border: 0; }
      .header360 .search .gsc-search-button:hover {
        background-size: 20px !important; }
    .header360 .search .gsc-search-button.input {
      margin-right: 20px;
      float: right; }
    .header360 .search .gsc-input-box td {
      border: 0 !important; }
    .header360 .search #___gcse_1 {
      clear: both;
      padding-top: 10px;
      max-width: 500px;
      margin: 0 auto; }
    .header360 .search .gsc-input-box {
      border: none !important;
      background: transparent !important;
      height: auto !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      outline: none !important; }
      .header360 .search .gsc-input-box table {
        margin-bottom: 0; }
      .header360 .search .gsc-input-box input {
        background: transparent !important;
        height: 1.25em !important;
        font-size: 15px !important;
        color: #fff;
        font-weight: 200; }
      .header360 .search .gsc-input-box ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 0;
        -webkit-transition: .5s ease;
        transition: .5s ease; }
        .is-window-load .header360 .search .gsc-input-box ::-webkit-input-placeholder {
          opacity: 1; }
      .header360 .search .gsc-input-box ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 0;
        -webkit-transition: .5s ease;
        transition: .5s ease; }
        .is-window-load .header360 .search .gsc-input-box ::-moz-placeholder {
          opacity: 1; }
      .header360 .search .gsc-input-box :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        opacity: 0;
        -webkit-transition: .5s ease;
        transition: .5s ease; }
        .is-window-load .header360 .search .gsc-input-box :-ms-input-placeholder {
          opacity: 1; }
      .header360 .search .gsc-input-box :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        opacity: 0;
        -webkit-transition: .5s ease;
        transition: .5s ease; }
        .is-window-load .header360 .search .gsc-input-box :-moz-placeholder {
          opacity: 1; }
    .header360 .search form.gsc-search-box {
      margin-bottom: 0; }
    .header360 .search table.gsc-search-box {
      margin-bottom: 0; }
    .header360 .search .gsib_b {
      display: none; }
    .header360 .search .gsc-control-searchbox-only {
      border: 0 !important; }

.body-container-wrapper {
  margin-top: 34px; }

.search-results {
  max-width: 1000px !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important; }
  .search-results .banner {
    text-align: center;
    margin-top: 100px; }
  .search-results .results .gsc-adBlock,
  .search-results .results .gsc-adBlockVertical,
  .search-results .results .gcsc-branding,
  .search-results .results .gsc-resultsHeader {
    display: none !important; }
  .search-results .results .gsc-thinWrapper {
    width: 100% !important;
    border: none !important; }
  .search-results .results .gsc-selected-option-container {
    max-width: 100% !important;
    width: auto !important; }
  .search-results .results .gsc-result-info {
    color: #252932 !important;
    font-size: 4rem !important;
    font-weight: 300 !important;
    padding: 20px 20px 5px !important; }
  .search-results .results .gs-no-results-result div.gs-snippet {
    background-color: #252932 !important;
    color: #fff !important;
    font-size: 4rem !important;
    font-weight: 300 !important;
    padding: 2rem;
    text-align: center !important; }
  .search-results .results .gsc-control-wrapper-cse * {
    border: 0 !important;
    font-family: Fira Sans,Helvetica,Arial,Sans-Serif; }
  .search-results .results .gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd) {
    background-color: #383c45 !important; }
    .search-results .results .gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd) .gs-title {
      color: white !important; }
    .search-results .results .gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd) .gs-snippet {
      color: white !important; }
  .search-results .results .gs-result .gs-title,
  .search-results .results .gs-result .gs-title * {
    color: #252932 !important;
    font-size: 2.8rem !important;
    line-height: 3rem !important;
    text-decoration: none !important; }
  .search-results .results .gs-result .gs-title b,
  .search-results .results .gs-result .gs-title strong {
    color: #48dad0 !important; }
  .search-results .results .gs-result a.gs-visibleUrl,
  .search-results .results .gs-result .gs-visibleUrl {
    color: #48dad0 !important; }
  .search-results .results .gs-visibleUrl b,
  .search-results .results .gs-visibleUrl strong {
    font-weight: normal !important; }
  .search-results .results .gsc-control-cse .gs-snippet b,
  .search-results .results .gsc-control-cse .gs-snippet strong {
    font-weight: 500 !important; }
  .search-results .results .gsc-preview-reviews,
  .search-results .results .gsc-control-cse .gs-snippet,
  .search-results .results .gsc-control-cse .gs-promotion em,
  .search-results .results .gsc-control-cse .gs-snippet,
  .search-results .results .gsc-control-cse .gs-promotion em {
    color: #252932 !important;
    font-size: 1.6rem !important;
    font-weight: lighter !important;
    margin-left: 20px; }
  .search-results .results .gsc-webResult .gsc-result {
    padding: 2rem !important; }
  .search-results .results .gsc-results {
    width: 100% !important; }
  .search-results .results .gsc-table-result {
    margin-bottom: 0 !important; }
  .search-results .results .gsc-table-result,
  .search-results .results .gsc-thumbnail-inside,
  .search-results .results .gsc-url-top {
    padding-left: 0;
    padding-right: 0 !important; }
  .search-results .results .gsc-above-wrapper-area-container {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #383c45 !important; }
  .search-results .results .gsc-cursor-page {
    color: #fff !important;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #383c45 !important;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 50px !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    display: inline-block !important;
    margin-bottom: 10px !important; }
  .search-results .results .gsc-cursor-current-page,
  .search-results .results .gsc-cursor-page:hover {
    color: #fff !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important; }
  .search-results .results .gsc-cursor-box {
    text-align: center;
    margin-top: 5rem !important; }
  .search-results .results .gsc-control-cse {
    padding: 0 !important; }
  .search-results .results .gs-spelling a {
    color: #48dad0 !important; }
  .search-results .results .gs-spelling {
    float: left;
    color: #252932 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .search-results .results .gs-spelling.gs-spelling-original {
    float: right !important;
    margin-top: 1rem !important; }
  .search-results .results .gs-image-box {
    text-align: center !important; }
  .search-results .results .gsc-tabsArea {
    text-align: left !important;
    font-size: 1.8rem !important; }
  .search-results .results .gsc-tabHeader {
    font-weight: 300 !important; }
  .search-results .results .gsc-tabHeader.gsc-tabhActive {
    color: #fff !important;
    background-color: #48dad0 !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    cursor: default !important; }
  .search-results .results .gsc-tabHeader.gsc-tabhInactive {
    background-color: #383c45 !important;
    color: #252932 !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important; }
  .search-results .results .gsc-tabHeader.gsc-tabhInactive:hover {
    background-color: #383c45 !important;
    color: #fff !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important; }
  .search-results .results .gsc-tabsArea > .gsc-tabHeader {
    height: auto !important;
    padding: 10px 25px !important; }
  .search-results .results .gsc-imageResult.gsc-result {
    margin-bottom: 50px !important; }
  .search-results .results .gsc-results.gsc-imageResult {
    margin-top: 25px !important; }
  .search-results .results .gs-result img.gs-image,
  .search-results .results .gs-result img.gs-promotion-image {
    border: 1px solid #383c45 !important; }
  .search-results .results .gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
  .search-results .results .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width: 100px !important;
    height: 80px !important; }
  .search-results .results .gs-web-image-box-portrait img.gs-image,
  .search-results .results .gs-web-image-box-landscape img.gs-image {
    max-width: 100px !important;
    max-height: 800px !important; }
  .search-results .results .gsc-result-info span {
    font-size: 6rem;
    color: #48dad0 !important; }
  .search-results .results .gsc-result-info:not(.showing) {
    opacity: 0;
    -webkit-transition: 0 !important;
    transition: 0 !important;
    min-height: 115px !important; }
  .search-results .results .gsc-result-info.showing {
    opacity: 1 !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important; }
  .search-results .results .gsc-selected-option-container.gsc-inline-block {
    width: 160px !important; }
  .search-results .results .gsc-results .gsc-cursor-box {
    text-align: center; }
  .search-results .results .gsc-orderby-label {
    font-weight: normal !important; }
  .search-results .results .gsc-selected-option {
    font-weight: normal !important;
    text-transform: uppercase !important; }
  .search-results .results .gsc-option {
    font-weight: normal !important; }
  @media (max-width: 767px) {
    .search-results .results .gsc-tabsArea {
      text-align: center; }
    .search-results .results .gsc-results .gsc-cursor-box .gsc-cursor-page:last-of-type {
      margin-right: 0; }
    .search-results .results .gsc-cursor-page {
      padding: 8px 8.5px;
      margin-right: 6px; }
    .search-results .results .gsc-results .gsc-cursor-box {
      margin: 10px 0px; }
    .search-results .results .gs-spelling.gs-spelling-original {
      float: left;
      clear: both; }
    .search-results .results .gsc-above-wrapper-area-container td {
      display: block !important;
      text-align: center;
      padding-right: 0;
      padding-left: 0; }
    .search-results .results .gsc-result-info {
      text-align: center;
      padding: 0; } }