@charset "UTF-8";
/*
Theme Name: tagboard
Theme URI: http://tagboard.com
Author: Will Kelly
Description: Custom theme developed for Tagboard
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tagboard
Tags:
*/
/* Reset
-------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }
  *:focus {
    outline: 0; }

html span,
html strong,
html b,
html em {
  font: inherit;
  color: inherit; }
html strong,
html b {
  font-weight: 700; }

body {
  position: relative;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none; }

/* Header
------------------------------------------------------------ */
header {
  position: absolute;
  top: 28px;
  z-index: 100;
  width: 100%;
  height: 64px;
  background-color: transparent;
  box-shadow: none; }
  header.fixed {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.16);
    transition: all .3s;
    transition-property: box-shadow, background-color; }
  header.light-background .header-links ul:not(.sub-menu) li:not(.button) a {
    color: #888888; }
    header.light-background .header-links ul:not(.sub-menu) li:not(.button) a:hover {
      color: #444444; }
  header.light-background .header-links ul:not(.sub-menu) li:not(.button).menu-item-has-children > a:first-child:after {
    color: #888888; }
  header.light-background .header-links ul:not(.sub-menu) li.button {
    background-color: #cc007f; }
    header.light-background .header-links ul:not(.sub-menu) li.button:hover {
      background-color: #660040; }
    header.light-background .header-links ul:not(.sub-menu) li.button a {
      color: #fff; }
  header.light-background .header-logo svg path {
    fill: #00c4dd; }
  header.light-background .lines {
    background-color: #00c4dd; }
    header.light-background .lines:before, header.light-background .lines:after {
      background-color: #00c4dd; }
  header .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 60px; }
    @media (min-width: 1420px) {
      header .inner {
        padding: 0;
        margin: 0 auto;
        max-width: 1300px; } }
  header .header-logo {
    width: 138px;
    height: auto;
    margin-top: 21px;
    display: inline-block; }
    header .header-logo svg {
      width: 100%;
      height: auto; }
      header .header-logo svg path {
        fill: #fff; }
  header .header-links ul:not(.sub-menu) {
    position: absolute;
    right: 60px;
    top: 12px;
    display: flex;
    align-items: center; }
    header .header-links ul:not(.sub-menu) > li:not(.button) {
      position: relative; }
      header .header-links ul:not(.sub-menu) > li:not(.button).menu-item-has-children {
        margin-right: 8px; }
        header .header-links ul:not(.sub-menu) > li:not(.button).menu-item-has-children > a:first-child:after {
          content: '▾';
          color: #fff;
          position: absolute;
          right: -2px;
          top: 0; }
      header .header-links ul:not(.sub-menu) > li:not(.button) a {
        padding: 9px 14px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.75); }
        header .header-links ul:not(.sub-menu) > li:not(.button) a:hover {
          color: #fff; }
      header .header-links ul:not(.sub-menu) > li:not(.button) .sub-menu {
        display: none;
        position: absolute;
        top: 25px;
        left: 14px;
        padding: 8px 36px 8px 14px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 8px 20px -2px rgba(0, 0, 0, 0.07);
        z-index: 1000; }
        header .header-links ul:not(.sub-menu) > li:not(.button) .sub-menu li a {
          display: inline-block;
          padding: 0.3em 0;
          font-size: 16px;
          color: #444444; }
          header .header-links ul:not(.sub-menu) > li:not(.button) .sub-menu li a:hover {
            color: #242628;
            box-shadow: inset 0 -2px 0 0 #00c4dd; }
        header .header-links ul:not(.sub-menu) > li:not(.button) .sub-menu:hover {
          display: block; }
      header .header-links ul:not(.sub-menu) > li:not(.button):hover .sub-menu {
        display: block; }
    header .header-links ul:not(.sub-menu) li.button {
      padding: 9px 24px;
      margin-left: 12px;
      background-color: rgba(255, 255, 255, 0.25); }
      header .header-links ul:not(.sub-menu) li.button a {
        color: rgba(255, 255, 255, 0.85);
        font-size: 15px; }
      header .header-links ul:not(.sub-menu) li.button:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.32); }
    @media (min-width: 1420px) {
      header .header-links ul:not(.sub-menu) {
        right: 0; } }

/* Slide-in Menu
------------------------------ */
header button.lines-button {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 5;
  float: right;
  padding: 14px 16px 24px;
  margin-right: -16px;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  user-select: none; }
  header button.lines-button:hover {
    background-color: transparent; }
    header button.lines-button:hover .lines {
      opacity: 1; }
  header button.lines-button:focus {
    box-shadow: none; }
header .lines {
  display: inline-block;
  width: 26px;
  height: 2px;
  opacity: .8;
  background-color: #fff;
  border-radius: 1.85714px;
  position: relative;
  transition: all .3s; }
  header .lines:before, header .lines:after {
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 1.85714px;
    transition: all .3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 1.85714px center; }
  header .lines:before {
    top: -6.93333px; }
  header .lines:after {
    top: 6.93333px; }
header .slide-in-menu {
  position: fixed;
  z-index: 4;
  top: 0;
  right: -440px;
  transform: translateX(0);
  width: 440px;
  padding: 0 0 100%;
  text-align: left;
  transition: all .6s ease-in-out .15s; }
  @media (max-width: 440px) {
    header .slide-in-menu {
      width: 100%; } }
  header .slide-in-menu p {
    margin-bottom: 18px;
    color: #fff;
    font-size: 15px;
    line-height: 19px; }
  header .slide-in-menu .slide-in-links {
    height: 1000px;
    background: #fff; }
  header .slide-in-menu nav {
    opacity: 0;
    margin-left: calc(5% + 10px);
    transition: opacity .5s, transform .8s .8s;
    transform: translateY(-10px); }
    header .slide-in-menu nav .header-logo {
      margin: 48px 0 12px 0;
      padding: 2px; }
      header .slide-in-menu nav .header-logo svg path {
        fill: #00c4dd; }
    header .slide-in-menu nav li:not(.button) {
      width: calc(100% - 24px);
      text-align: left; }
      header .slide-in-menu nav li:not(.button) a {
        display: inline-block;
        padding: 5px 12px;
        margin-left: -12px;
        font-size: 14px;
        cursor: pointer;
        font-weight: 700;
        color: #444444; }
        header .slide-in-menu nav li:not(.button) a:hover {
          color: #cc007f; }
    header .slide-in-menu nav li.button {
      padding: 10px 25px;
      margin: 11px 0 0 0;
      margin-top: 14px; }
      header .slide-in-menu nav li.button a {
        color: #fff;
        font-size: 14px; }
        header .slide-in-menu nav li.button a:hover {
          color: #fff; }
  header .slide-in-menu .sub-nav-links {
    display: flex; }
    header .slide-in-menu .sub-nav-links ul {
      display: flex;
      justify-content: space-between;
      flex-flow: row wrap; }
    header .slide-in-menu .sub-nav-links li.menu-item-has-children {
      flex-basis: 50%;
      padding-bottom: 12px; }
      header .slide-in-menu .sub-nav-links li.menu-item-has-children > a {
        font-size: 12px;
        margin-bottom: 4px;
        opacity: 0.5;
        pointer-events: none;
        font-weight: 700;
        letter-spacing: .05em;
        text-transform: uppercase; }
      header .slide-in-menu .sub-nav-links li.menu-item-has-children > ul {
        display: block; }
    header .slide-in-menu .sub-nav-links ul:not(.sub-menu) > li:not(.menu-item-has-children).break {
      border-top: 1px solid #ddd;
      padding-top: 12px; }
@media (max-width: 900px) {
  header button.lines-button {
    display: block;
    right: 7%; } }
  @media (max-width: 900px) and (max-width: 500px) {
    header button.lines-button {
      right: 0; } }
@media (max-width: 900px) {
  header .header-links {
    display: none; }
  header .inner {
    padding: 0 7%; } }

.mask {
  pointer-events: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: #000;
  transition: opacity .5s; }

body.slide-in-nav {
  height: 100%;
  overflow: hidden; }
  body.slide-in-nav header .slide-in-menu {
    transform: translateX(-440px); }
    body.slide-in-nav header .slide-in-menu nav {
      opacity: 1;
      transform: translateY(0);
      transition: all .7s .75s; }
  body.slide-in-nav button.lines-button .lines {
    background: transparent; }
    body.slide-in-nav button.lines-button .lines:before, body.slide-in-nav button.lines-button .lines:after {
      transform-origin: 50% 50%;
      top: 0;
      width: 26px;
      background-color: #00c4dd; }
    body.slide-in-nav button.lines-button .lines:before {
      transform: rotate3d(0, 0, 1, 45deg); }
    body.slide-in-nav button.lines-button .lines:after {
      transform: rotate3d(0, 0, 1, -45deg); }
  body.slide-in-nav .mask {
    z-index: 3;
    opacity: .5;
    pointer-events: initial; }

/* Active-state Header
-------------------------------------------------------------- */
header .header-links ul:not(.sub-menu) li.current-menu-item > a:first-child {
  box-shadow: 0 13px 0px -12px #00c4dd;
  color: #fff; }

.page-template-solutions header .header-links li:hover a,
.page-template-packages header .header-links li:hover a {
  box-shadow: none; }

header.light-background .header-links ul:not(.sub-menu) li.current-menu-item > a:first-child {
  color: #444444; }

@media (max-width: 500px) {
  header .inner {
    padding: 0;
    width: 90%; } }
/* Footer
------------------------------------------------------------ */
footer {
  padding: 100px 0;
  border-top: 1px solid #d7d7de; }
  footer .inner {
    display: flex;
    justify-content: space-between; }
  footer nav {
    display: flex;
    flex-basis: calc(54% - 5%);
    justify-content: space-between; }
    footer nav .menu-footer-container {
      width: 100%; }
    footer nav ul {
      display: flex;
      justify-content: space-between; }
    footer nav li.menu-item-has-children {
      width: calc(33.33% - 12px); }
      footer nav li.menu-item-has-children > ul {
        display: block;
        width: 100%; }
  footer .footer-social {
    flex-basis: calc(46% - 5%); }
    footer .footer-social .blog-subscribe-container {
      display: flex;
      margin-top: 13px; }
      footer .footer-social .blog-subscribe-container input {
        height: 50px;
        border-radius: 7px 0 0 7px;
        width: 100%;
        border-right: 0; }
      footer .footer-social .blog-subscribe-container .button {
        font-weight: 700;
        border-radius: 0 7px 7px 0; }
  footer h4,
  footer p,
  footer a {
    font-weight: 700; }
  footer a,
  footer p {
    color: #7e848d;
    font-size: 14.5px; }
  footer h4 {
    margin-bottom: 0.7em;
    line-height: 1.4; }
  footer li.menu-item-has-children > a, footer h4 {
    font-size: 20px;
    color: #00c4dd; }
  footer .sub-menu {
    margin-top: 0.7em; }
    footer .sub-menu a {
      display: inline-block;
      padding: 0.3em 0; }
      footer .sub-menu a:hover {
        color: #444444; }
  footer .copyright {
    margin-top: 18px;
    display: block;
    font-size: 13px;
    opacity: .8; }

@media (max-width: 960px) {
  footer nav {
    flex-basis: calc(54% - 20px); }
  footer .footer-social {
    flex-basis: calc(46% - 20px); } }
@media (max-width: 760px) {
  footer .inner {
    flex-flow: column; }
  footer nav {
    flex-basis: 100%;
    margin-bottom: 44px; }
  footer .footer-social {
    flex-basis: 100%; } }
@media (max-width: 500px) {
  footer {
    padding: 66px 0;
    text-align: center; }
    footer h4 {
      font-size: 17px; }
    footer .social-links {
      display: inline-flex; } }
/* Home
------------------------------------------------------------ */
.home .hero {
  height: 710px;
  text-align: center;
  background-color: #00214c; }
  .home .hero * {
    color: #fff; }
  .home .hero h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em; }
    .home .hero h1 span {
      animation-play-state: paused;
      display: block;
      font-family: "SummerLoving";
      text-transform: initial;
      font-size: 262px;
      color: #ffd013;
      font-weight: 400;
      pointer-events: none;
      letter-spacing: normal; }
    .home .hero h1 .fade-cycle {
      display: flex;
      height: 260px;
      width: 100vw;
      justify-content: center;
      margin-top: -40px; }
  .home .hero .hero-content {
    height: 633px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column; }
    .home .hero .hero-content h1 {
      font-weight: 700; }
    .home .hero .hero-content h2 {
      font-size: 22px;
      font-weight: 600;
      line-height: 1.4;
      margin-top: 20px; }
      .home .hero .hero-content h2 a {
        font-size: 20px; }
      .home .hero .hero-content h2 span {
        position: relative;
        top: 2px;
        margin: 0 3px;
        opacity: 1;
        font-size: 26px;
        color: #ffd013; }
        .home .hero .hero-content h2 span:last-of-type {
          display: none; }
    .home .hero .hero-content .play-button-circle {
      border-radius: 50%;
      height: 84px;
      width: 84px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 40px;
      transition: all .4s; }
      .home .hero .hero-content .play-button-circle .play-button {
        display: block;
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 18px solid #fff;
        margin-left: 4px; }
      .home .hero .hero-content .play-button-circle:hover {
        transform: scale(1.1); }
.home .solutions-links {
  padding: 120px 0; }
.home .why-tagboard {
  padding-bottom: 70px; }
  .home .why-tagboard .inner {
    max-width: 1200px;
    display: flex;
    justify-content: space-between; }
  .home .why-tagboard .section-title {
    flex-basis: calc(35% - 30px); }
  .home .why-tagboard .why-boxes {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(65% - 30px); }
    .home .why-tagboard .why-boxes li {
      flex: 0 calc(50% - 45px);
      margin: 0 90px 50px 0; }
      .home .why-tagboard .why-boxes li img {
        height: 72px;
        margin-bottom: 20px; }
      .home .why-tagboard .why-boxes li h3 {
        font-size: 23px; }
      .home .why-tagboard .why-boxes li p {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.3; }
      .home .why-tagboard .why-boxes li:nth-of-type(even) {
        margin-right: 0; }

/* Hero word cycle */
.fade-cycle {
  display: inline;
  text-indent: 8px; }

.fade-cycle span {
  animation: fadeEffect 16s linear infinite 0s;
  -ms-animation: fadeEffect 16s linear infinite 0s;
  -webkit-animation: fadeEffect 16s linear infinite 0s;
  opacity: 0;
  position: absolute; }

.fade-cycle span:nth-child(2) {
  animation-delay: 4s;
  -ms-animation-delay: 4s;
  -webkit-animation-delay: 4s; }

.fade-cycle span:nth-child(3) {
  animation-delay: 8s;
  -ms-animation-delay: 8s;
  -webkit-animation-delay: 8s; }

.fade-cycle span:nth-child(4) {
  animation-delay: 12s;
  -ms-animation-delay: 12s;
  -webkit-animation-delay: 12s; }

/*fade-cycle Animation*/
@-moz-keyframes fadeEffect {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -moz-transform: translateY(0px); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px); }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px); }
  30% {
    opacity: 0;
    -moz-transform: translateY(0px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -webkit-transform: translateY(0px); }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px); }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px); }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeEffect {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  30% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@media (max-width: 1000px) {
  .home .why-tagboard .section-title {
    flex-basis: calc(30% - 30px); }
  .home .why-tagboard .why-boxes {
    flex-basis: calc(70% - 30px); }
    .home .why-tagboard .why-boxes li {
      flex: 0 calc(50% - 18px);
      margin: 0 36px 50px 0; } }
@media (max-width: 760px) {
  .home .hero {
    height: 650px; }
    .home .hero h1 {
      font-size: 18px; }
      .home .hero h1 .fade-cycle {
        margin-top: -18px;
        height: 170px; }
      .home .hero h1 span {
        font-size: 170px; }
    .home .hero .hero-content {
      height: 573px; }
      .home .hero .hero-content h2 {
        font-size: 14px; }
  .home .why-tagboard .inner {
    flex-flow: column;
    text-align: center; }
  .home .why-tagboard .section-title {
    margin-bottom: 70px; } }
@media (max-width: 500px) {
  .home .hero {
    height: 560px; }
    .home .hero h1 {
      font-size: 18px; }
      .home .hero h1 .fade-cycle {
        margin-top: -14px;
        height: 107px; }
      .home .hero h1 span {
        font-size: 118px; }
    .home .hero .hero-content {
      height: 483px; }
      .home .hero .hero-content .play-button-circle {
        margin-top: 18px;
        transform: scale(0.9); }
        .home .hero .hero-content .play-button-circle:hover {
          transform: scale(0.95); }
  .home .why-tagboard .why-boxes li {
    flex: 0 100%;
    max-width: 260px;
    margin: 0 auto 66px auto !important; }
  .home .solutions-links {
    padding: 64px 0 110px 0; } }
/* Solutions
------------------------------------------------------------ */
.solutions-page .hero {
  text-align: left; }
  .solutions-page .hero h1,
  .solutions-page .hero h2 {
    color: #fff;
    text-shadow: 0 1px 4px #00214c; }
  .solutions-page .hero h1 {
    font-size: 38px; }
  .solutions-page .hero h2 {
    max-width: 24em;
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400; }
  .solutions-page .hero .inner {
    max-width: 1210px; }
  .solutions-page .hero .hero-content {
    margin-top: 90px;
    display: flex;
    justify-content: space-between; }
    .solutions-page .hero .hero-content .main-content {
      flex-basis: calc(49% - 50px); }
  .solutions-page .hero .video-container {
    margin: 30px 0 80px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #000;
    box-shadow: 0 18px 34px -14px rgba(4, 4, 54, 0.1); }
    .solutions-page .hero .video-container .static-video-wrapper {
      padding: 56.25% 0 0 0;
      position: relative; }
  .solutions-page .hero .background-mask {
    background: linear-gradient(to bottom, rgba(0, 33, 76, 0.95) 0%, transparent 60%, transparent 60%, rgba(246, 246, 249, 0.4) 70%, rgba(246, 246, 249, 0.75) 85%, #f6f6f9 100%); }
.solutions-page .validation {
  background-color: #f6f6f9; }
  .solutions-page .validation .logo-strip img {
    padding: 67px 0 30px; }
  .solutions-page .validation .inner {
    max-width: 1210px; }
  .solutions-page .validation .testimonials-wrapper {
    background-color: #00214c; }
    .solutions-page .validation .testimonials-wrapper .inner {
      margin-top: 152px; }
    .solutions-page .validation .testimonials-wrapper .testimonial-cards {
      position: relative;
      top: -124px;
      margin-bottom: 0; }

@media (max-width: 1260px) {
  .solutions-page .hero .hero-content .form-container,
  .solutions-page .hero .hero-content .main-content {
    flex-basis: calc(50% - 20px); } }
@media (max-width: 850px) {
  .solutions-page .hero h2 {
    margin: 16px auto 0; }
  .solutions-page .hero .video-container {
    margin-bottom: 36px; }
  .solutions-page .hero .hero-content {
    flex-flow: column;
    max-width: 480px;
    margin: 60px auto 0;
    text-align: center; }
    .solutions-page .hero .hero-content .form-container,
    .solutions-page .hero .hero-content .main-content {
      flex-basis: 100%; } }
@media (max-width: 500px) {
  .solutions-page .hero h1 {
    font-size: 33px; }
  .solutions-page .hero h2 {
    font-size: 17px; } }
/* Packages
------------------------------------------------------------ */
.packages {
  background-color: #f9f9fb; }
  .packages .hero {
    padding: 62px 0 112px; }
  .packages .main-grid-content {
    position: relative;
    top: -154px;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto; }
    .packages .main-grid-content .grid-header,
    .packages .main-grid-content .grid-footer {
      position: relative;
      z-index: 1;
      text-align: center; }
      .packages .main-grid-content .grid-header .button,
      .packages .main-grid-content .grid-footer .button {
        padding: 0.9em 2.2em; }
    .packages .main-grid-content .grid-header .row > div {
      flex-flow: column;
      height: auto;
      padding: 70px 0 40px; }
    .packages .main-grid-content .grid-header h2 {
      font-size: 30px;
      margin-bottom: 20px; }
    .packages .main-grid-content .grid-footer {
      padding: 30px 0 42px; }
    .packages .main-grid-content .row {
      display: flex; }
      .packages .main-grid-content .row > div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 54px; }
      .packages .main-grid-content .row .title {
        flex-basis: 22%;
        justify-content: left; }
      .packages .main-grid-content .row .plan {
        flex-basis: 26%; }
      .packages .main-grid-content .row .unavailable-line {
        display: inline-block;
        height: 2px;
        width: 20px;
        border-radius: 4px;
        background-color: #c7cbcc; }
    .packages .main-grid-content .list {
      position: relative;
      z-index: 1; }
      .packages .main-grid-content .list h4 {
        margin-top: 28px;
        background: #f9f9fb;
        padding: 0 18px 0 0;
        display: inline-block;
        position: relative;
        z-index: 2;
        text-transform: uppercase;
        font-size: 13.5px;
        font-weight: 700;
        letter-spacing: .04em;
        color: #a0a9ab; }
      .packages .main-grid-content .list .divider-line {
        display: block;
        height: 1px;
        background-color: #dadadc;
        text-align: right;
        position: relative;
        top: -9px;
        margin-bottom: 28px; }
      .packages .main-grid-content .list h5 {
        font-size: 24px;
        font-weight: 400; }
      .packages .main-grid-content .list.features h5 {
        font-size: 18px; }
    .packages .main-grid-content .grid-background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .packages .main-grid-content .grid-background ul,
      .packages .main-grid-content .grid-background .row {
        height: 100%; }
      .packages .main-grid-content .grid-background .plans {
        display: flex;
        z-index: 0;
        height: 100%;
        flex-basis: 78%;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 18px 34px -14px rgba(4, 4, 54, 0.1); }
        .packages .main-grid-content .grid-background .plans > div {
          flex-basis: 33.33%; }
        .packages .main-grid-content .grid-background .plans .professional-column {
          height: 100%;
          border-right: 1px solid #ececed;
          border-left: 1px solid #ececed;
          box-shadow: 0 0 22px rgba(0, 0, 0, 0.05); }
  .packages .basic-column .button {
    background-color: #cc007f; }
    .packages .basic-column .button:hover {
      background-color: #660040; }
  .packages .basic-column svg {
    fill: #cc007f; }
  .packages .professional-column .button {
    background-color: #00c4dd; }
    .packages .professional-column .button:hover {
      background-color: #006a77; }
  .packages .professional-column svg {
    fill: #00c4dd; }
  .packages .enterprise-column .button {
    background-color: #00214c; }
    .packages .enterprise-column .button:hover {
      background-color: black; }
  .packages .enterprise-column svg {
    fill: #00214c; }
  .packages .testimonial-cards {
    margin: 60px 0 0 !important;
    padding-bottom: 120px !important; }
  .packages .validation,
  .packages .why-tagboard-packages,
  .packages .logo-strip {
    background-color: #f4f4f8; }
    .packages .validation h2,
    .packages .why-tagboard-packages h2,
    .packages .logo-strip h2 {
      text-align: center; }
  .packages .validation h2 {
    text-align: center;
    z-index: 2;
    position: relative; }

.packages-grid .main-grid-content {
  text-align: left; }
.packages-grid .mobile-demo-button {
  display: none;
  position: relative;
  font-size: 14px;
  width: 180px;
  margin: 28px 0 40px 0; }

/* -------- FAQs -------- */
.packages-faq {
  background-color: #f4f4f8;
  padding: 110px 0; }
  .packages-faq p {
    line-height: 1.3; }
  .packages-faq .inner {
    max-width: 1200px;
    display: flex;
    justify-content: space-between; }
    .packages-faq .inner .section-title {
      flex-basis: calc(40% - 4%); }
      .packages-faq .inner .section-title h2 {
        font-size: 35px; }
      .packages-faq .inner .section-title p {
        font-size: 22px;
        margin-top: 20px; }
        .packages-faq .inner .section-title p a {
          font-size: inherit;
          color: #00c4dd; }
          .packages-faq .inner .section-title p a:hover {
            color: #006a77; }
    .packages-faq .inner .faqs {
      text-align: left;
      flex-basis: calc(60% - 4%); }
      .packages-faq .inner .faqs h4,
      .packages-faq .inner .faqs p {
        font-size: 20px;
        line-height: 1.3; }
      .packages-faq .inner .faqs h4 {
        margin-bottom: 10px; }
      .packages-faq .inner .faqs p {
        margin-bottom: 30px; }

@media (max-width: 760px) {
  .packages .testimonial-cards {
    margin: 40px auto 0 !important;
    padding-bottom: 84px !important; } }
@media (max-width: 960px) {
  .packages .main-grid-content .grid-header .button,
  .packages .main-grid-content .grid-footer .button {
    padding: 0.8em 1.6em;
    font-size: 14px; }
  .packages .main-grid-content .grid-header h2 {
    font-size: 26px;
    margin-bottom: 14px; }
  .packages .main-grid-content .grid-header .row > div {
    padding: 60px 0 22px; } }
@media (max-width: 900px) {
  .packages svg {
    transform: scale(0.8); }
  .packages .hero {
    padding: 62px 0; }
  .packages .main-grid-content {
    top: -126px; }
    .packages .main-grid-content .list h5 {
      font-size: 21px; }
    .packages .main-grid-content .list h4 {
      margin-top: 24px; }
    .packages .main-grid-content .list.features h5 {
      font-size: 16px; }
    .packages .main-grid-content .list .divider-line {
      margin-bottom: 9px; }
    .packages .main-grid-content .row > div {
      height: 40px; } }
@media (max-width: 720px) {
  .packages .hero.standard {
    padding: 62px 0 0; }
    .packages .hero.standard .main-content {
      padding: 72px 0; }
  .packages .packages-grid {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #fdfdfe; }
    .packages .packages-grid .mobile-demo-button {
      display: block; }
  .packages .main-grid-content {
    top: 0; }
    .packages .main-grid-content .button {
      display: none; }
    .packages .main-grid-content .grid-header .row > div {
      padding: 30px 0 0; }
    .packages .main-grid-content .grid-header h2 {
      font-size: 16px;
      margin-bottom: 0; }
    .packages .main-grid-content .list h5 {
      font-size: 17px; }
    .packages .main-grid-content .list h4 {
      font-size: 12px;
      background-color: #fdfdfe; }
    .packages .main-grid-content .list.features {
      border-bottom: 1px solid #ececed;
      padding-bottom: 8px; }
      .packages .main-grid-content .list.features h5 {
        font-size: 15px; }
    .packages .main-grid-content .grid-background .plans {
      box-shadow: none;
      background-color: transparent; }
      .packages .main-grid-content .grid-background .plans .professional-column {
        background-color: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.03); }
    .packages .main-grid-content .grid-footer {
      display: none; } }
@media (max-width: 500px) {
  .packages svg {
    transform: scale(0.7); }
  .packages .main-grid-content {
    width: 100%;
    margin-top: 14px; }
    .packages .main-grid-content .grid-header h2 {
      font-size: 14px; }
    .packages .main-grid-content .list h5,
    .packages .main-grid-content .list h4 {
      padding-left: 4vw; }
    .packages .main-grid-content .list h4 {
      font-size: 11px;
      margin-top: 14px; }
    .packages .main-grid-content .list h5 {
      font-size: 14px;
      font-weight: 700; }
    .packages .main-grid-content .list.features h5 {
      font-size: 13px;
      font-weight: 400; }
    .packages .main-grid-content .grid-background {
      top: 68px; } }
@media (max-width: 900px) {
  .packages-faq .inner .section-title {
    flex-basis: calc(32% - 20px); }
    .packages-faq .inner .section-title h2 {
      font-size: 30px; }
    .packages-faq .inner .section-title p {
      font-size: 20px; }
  .packages-faq .inner .faqs {
    flex-basis: calc(68% - 20px); }
    .packages-faq .inner .faqs h4,
    .packages-faq .inner .faqs p {
      font-size: 17px; } }
@media (max-width: 760px) {
  .packages .testimonial-cards {
    margin: 40px auto 0 !important;
    padding-bottom: 84px !important; }

  .packages-faq .inner {
    flex-flow: column;
    text-align: center; }
  .packages-faq .section-title {
    flex-basis: 100%;
    margin-bottom: 40px; }
  .packages-faq .faqs {
    flex-basis: 100%; } }
/* Product
------------------------------------------------------------ */
.product-page .request-demo {
  border-top: 1px solid #d7d7de; }

/* --------------- Features Blocks --------------- */
.feature-blocks li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px; }
  .feature-blocks li .image-wrapper,
  .feature-blocks li .block-content {
    flex-basis: calc(50% - 50px); }
  .feature-blocks li .block-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .feature-blocks li .block-content .content-wrapper {
      max-width: 440px; }
    .feature-blocks li .block-content h2 {
      font-size: 34px; }
    .feature-blocks li .block-content p {
      margin-top: 16px;
      color: #7b7d83;
      font-size: 20px;
      line-height: 1.25; }
    .feature-blocks li .block-content .button {
      margin-top: 25px;
      font-size: 16px;
      font-weight: 700;
      padding: 12px 30px; }
  .feature-blocks li .image-wrapper {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px, rgba(0, 0, 0, 0.3) 0px 0px 1px;
    min-height: 170px;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    transition: 0.5s; }
    .feature-blocks li .image-wrapper img {
      width: 100%;
      border-radius: 4px; }
  .feature-blocks li:nth-of-type(even) {
    flex-direction: row-reverse; }
  .feature-blocks li:first-of-type {
    padding-top: 140px; }
  .feature-blocks li:hover .image-wrapper {
    transform: translate3d(0, -5px, 0);
    transition: 0.5s; }

@media (max-width: 1100px) {
  .feature-blocks li .image-wrapper {
    flex-basis: calc(58% - 18px); }
  .feature-blocks li .block-content {
    flex-basis: calc(42% - 18px); } }
@media (max-width: 880px) {
  .feature-blocks .inner {
    max-width: 620px; }
  .feature-blocks li {
    flex-flow: column; }
    .feature-blocks li:nth-of-type(even) {
      flex-flow: column; }
    .feature-blocks li .image-wrapper,
    .feature-blocks li .block-content {
      flex-basis: 100%; }
    .feature-blocks li .block-content {
      margin-top: 30px; }
      .feature-blocks li .block-content .content-wrapper {
        max-width: 100%; } }
@media (max-width: 500px) {
  .feature-blocks li {
    padding: 44px 0; }
    .feature-blocks li .block-content h2 {
      font-size: 27px; }
    .feature-blocks li .block-content p {
      font-size: 17px; }
    .feature-blocks li:first-of-type {
      padding-top: 70px; }
    .feature-blocks li:last-of-type {
      padding-bottom: 86px; } }
/* About
------------------------------------------------------------ */
.about-page .info-section,
.about-page .team-section,
.about-page .jobs-section {
  padding: 110px 0; }
.about-page .hero .page-title {
  display: none; }
.about-page section:nth-of-type(even) {
  background-color: #f8f8f9; }
  .about-page section:nth-of-type(even).video-section {
    background-color: transparent; }
.about-page section:nth-of-type(3n) .line-dash {
  background-color: #cc007f; }
.about-page section:nth-of-type(3n + 1) .line-dash {
  background-color: #ffd013; }
.about-page section:nth-of-type(3n + 2) .line-dash {
  background-color: #00c4dd; }

.info-section p,
.jobs-section p {
  font-size: 19px;
  margin-bottom: 1em; }
  .info-section p:last-of-type,
  .jobs-section p:last-of-type {
    margin-bottom: 0; }
.info-section .inner,
.jobs-section .inner {
  max-width: 910px;
  display: flex;
  justify-content: space-between; }
.info-section .section-title,
.jobs-section .section-title {
  flex-basis: calc(35% - 7%); }
.info-section .section-content,
.jobs-section .section-content {
  flex-basis: calc(65% - 7%); }

.team-section .inner {
  max-width: 910px;
  text-align: left; }

.jobs-section .listing {
  margin-bottom: 40px; }
  .jobs-section .listing p {
    line-height: 1.33; }
  .jobs-section .listing .listing-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .jobs-section .listing .listing-header a,
    .jobs-section .listing .listing-header .location {
      font-size: 19px;
      font-weight: 700; }
    .jobs-section .listing .listing-header .location {
      color: #72757d; }
    .jobs-section .listing .listing-header span {
      font-size: 19px;
      font-weight: 700;
      padding: 0 9px;
      color: #c2c6d0; }
  .jobs-section .listing:last-child {
    margin-bottom: 0; }
.jobs-section .no-listings {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.05); }

/* Team Section */
.team-section {
  text-align: center; }

.team-cards {
  margin-top: 76px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .team-cards li {
    width: calc(33.33% - 8px);
    margin: 0 4px 58px; }
    .team-cards li img {
      width: 100%;
      transition: opacity .1s; }
      .team-cards li img.hover-image {
        position: absolute;
        opacity: 0; }
    .team-cards li h3 {
      font-size: 26px;
      font-weight: 400;
      margin-top: 15px; }
    .team-cards li h4 {
      font-weight: 700;
      text-transform: uppercase;
      color: #959a9e;
      font-size: 14px;
      letter-spacing: .04em;
      margin-top: 9px; }
    .team-cards li .image-container {
      position: relative; }
      .team-cards li .image-container:hover img.hover-image {
        opacity: 1; }

@media (max-width: 1000px) {
  .team-cards li {
    width: calc(50% - 8px); }
    .team-cards li h3 {
      margin-top: 9px;
      font-size: 23px; }
    .team-cards li h4 {
      font-size: 12.5px;
      margin-top: 6px; } }
@media (max-width: 900px) {
  .info-section .section-title,
  .jobs-section .section-title {
    flex-basis: calc(32% - 20px); }
  .info-section .section-content,
  .jobs-section .section-content {
    flex-basis: calc(68% - 20px); } }
@media (max-width: 700px) {
  .info-section .inner,
  .jobs-section .inner {
    flex-flow: column;
    text-align: center; }
  .info-section .section-title,
  .jobs-section .section-title {
    flex-basis: 100%;
    margin-bottom: 40px; }
  .info-section .section-content,
  .jobs-section .section-content {
    flex-basis: 100%; }

  .jobs-section .listing .listing-header {
    justify-content: center; } }
@media (max-width: 500px) {
  .team-cards li {
    width: 100%;
    margin: 0 0 58px; }
    .team-cards li:last-of-type {
      margin-bottom: 0; } }
.contact-page .social-links {
  margin-top: 56px;
  justify-content: center; }
.contact-page .contact-links {
  padding: 100px 0; }
  .contact-page .contact-links .inner {
    display: flex;
    flex-flow: column;
    align-items: center; }
  .contact-page .contact-links .main-contact-links li {
    margin-bottom: 30px;
    text-align: center; }
    .contact-page .contact-links .main-contact-links li p,
    .contact-page .contact-links .main-contact-links li a {
      font-size: 16px;
      font-weight: 700; }
    .contact-page .contact-links .main-contact-links li p {
      color: #6c7d93; }
    .contact-page .contact-links .main-contact-links li .icon {
      width: 42px;
      margin-right: 20px; }
    .contact-page .contact-links .main-contact-links li:last-of-type {
      margin-bottom: 0; }
.contact-page .request-demo {
  border-top: 1px solid #d7d7de; }

.legal-page .sub-nav {
  max-width: 940px;
  background-color: transparent; }

.legal-page-content .inner {
  padding: 100px 0;
  max-width: 840px; }
  .legal-page-content .inner h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 1.5em 0 1em; }
  .legal-page-content .inner h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 1.5em 0 1em; }
  .legal-page-content .inner p {
    font-size: 17px;
    margin-bottom: 1em; }
  .legal-page-content .inner a {
    font-weight: 700; }
  .legal-page-content .inner ul {
    margin-bottom: 1em; }
  .legal-page-content .inner li {
    font-size: 17px;
    list-style: disc;
    line-height: 1.3;
    margin: 0 0 .5em 22px; }
  .legal-page-content .inner hr {
    height: 1px;
    background: #d7dce3;
    margin: 2em 0; }

body.has-modal {
  overflow: hidden; }
  body.has-modal .modal-area {
    display: flex; }

body.has-overlay {
  overflow: hidden; }
  body.has-overlay .overlay-area {
    display: flex; }

.demo-categories-modal,
.video-overlay {
  display: none; }

.show-demo-categories-modal .demo-categories-modal {
  display: block; }

.show-video-overlay .video-overlay {
  display: block; }

.modal-area,
.overlay-area {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .modal-area h2,
  .overlay-area h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 22px; }

.modal-container {
  position: relative;
  z-index: 2;
  width: 96%;
  height: auto;
  max-height: 96%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 4px;
  overflow-y: scroll; }
  .modal-container .modal-box {
    padding: 62px 40px 50px;
    text-align: center;
    border-radius: 8px; }

#modal-mask {
  cursor: pointer;
  position: fixed;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 33, 76, 0.8); }

.close-icon-button {
  opacity: .8;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent; }
  .close-icon-button span {
    display: inline-block;
    width: 26px;
    height: 2px;
    opacity: .8;
    background-color: transparent;
    border-radius: 1.85714px;
    position: relative;
    transition: all .3s; }
    .close-icon-button span:before, .close-icon-button span:after {
      display: inline-block;
      width: 26px;
      height: 2px;
      border-radius: 1.85714px;
      transition: all .3s;
      position: absolute;
      left: 0;
      content: '';
      transform-origin: 50% 50%;
      top: 0;
      background-color: #00214c; }
    .close-icon-button span:before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .close-icon-button span:after {
      transform: rotate3d(0, 0, 1, -45deg); }
  .close-icon-button:hover {
    opacity: 1;
    background-color: #ebeff5; }

.demo-categories-modal .solutions-links {
  padding: 0; }
  .demo-categories-modal .solutions-links ul {
    flex-wrap: wrap;
    justify-content: center; }
    .demo-categories-modal .solutions-links ul li {
      width: calc(33.33% - 16px);
      margin: 6px;
      flex-basis: auto; }
      .demo-categories-modal .solutions-links ul li a {
        height: 160px; }
      .demo-categories-modal .solutions-links ul li.other {
        align-self: flex-start;
        box-shadow: none;
        margin-top: 12px;
        width: auto;
        margin-left: auto; }
        .demo-categories-modal .solutions-links ul li.other a {
          height: auto;
          padding: 0 30px;
          box-shadow: none;
          display: flex;
          justify-content: center;
          background-color: transparent; }
          .demo-categories-modal .solutions-links ul li.other a p {
            color: #00214c;
            line-height: 40px;
            position: relative;
            left: 0;
            bottom: 0;
            max-width: none; }
          .demo-categories-modal .solutions-links ul li.other a:hover p {
            color: #444444; }
        .demo-categories-modal .solutions-links ul li.other svg {
          margin-left: 14px;
          fill: #00214c; }
        .demo-categories-modal .solutions-links ul li.other:hover a {
          color: black; }

/* ---------- Homepage Video Overlay ---------- */
.modal-container.video-overlay {
  width: calc(100% - 140px);
  max-width: 1000px;
  background-color: transparent;
  border-radius: 0;
  overflow: initial; }
  .modal-container.video-overlay .close-icon-button {
    top: -56px;
    right: -56px;
    opacity: 1; }
    .modal-container.video-overlay .close-icon-button span:before,
    .modal-container.video-overlay .close-icon-button span:after {
      background-color: #fff; }
    .modal-container.video-overlay .close-icon-button:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .modal-container.video-overlay .modal-box {
    padding: 0; }
  .modal-container.video-overlay .video-wrapper iframe {
    display: block; }
  .modal-container.video-overlay .video-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    background-color: transparent; }

/* ---------- Demo Form Overlay ---------- */
.form-overlay.modal-container {
  max-width: 600px;
  display: none; }
  .form-overlay.modal-container .form-header {
    text-align: center;
    margin-bottom: 30px; }
    .form-overlay.modal-container .form-header h3 {
      font-size: 32px;
      margin: 0 0 8px; }
    .form-overlay.modal-container .form-header h2 {
      text-align: center;
      font-size: 14px;
      color: #fff;
      margin-bottom: 4px;
      display: inline-block;
      font-weight: 700;
      padding: 0.2em 0.9em;
      border-radius: 4px; }
  .form-overlay.modal-container.basic h2 {
    background-color: #ffd013; }
  .form-overlay.modal-container.professional h2 {
    background-color: #cc007f; }
  .form-overlay.modal-container.enterprise h2 {
    background-color: #00c4dd; }

.modal-box .form-container {
  padding: 0;
  box-shadow: none; }

@media (max-width: 800px) {
  .modal-container.video-overlay {
    width: 96%; }
    .modal-container.video-overlay .close-icon-button {
      top: -56px;
      right: -6px; } }
@media (max-width: 640px) {
  .modal-container {
    border-radius: 0;
    width: 100vh;
    max-height: 100%; }
    .modal-container .modal-box {
      padding: 66px 14px 50px; }

  .demo-categories-modal.modal-box {
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center; }
  .demo-categories-modal .solutions-links ul li {
    width: calc(50% - 16px);
    margin: 5px; }
    .demo-categories-modal .solutions-links ul li a {
      height: calc(15vh + 10px); }
      .demo-categories-modal .solutions-links ul li a p {
        font-size: 17px;
        left: 16px;
        bottom: 20px; }
      .demo-categories-modal .solutions-links ul li a .arrow-circle {
        position: absolute;
        bottom: 12px;
        right: 12px; } }
@media (max-width: 500px) {
  .modal-container.video-overlay {
    width: 100%; }
    .modal-container.video-overlay .close-icon-button {
      top: -56px;
      right: 5px; } }
.oops {
  background-color: #00214c;
  padding: 180px 0 124px;
  min-height: calc(100vh - 428px);
  text-align: center; }
  .oops .inner {
    max-width: 500px; }
  .oops h1 {
    margin-bottom: 12px; }
  .oops h2 {
    font-size: 20px;
    font-weight: 700; }
  .oops * {
    color: #fff; }

/* --------------- Mostly global styles --------------- */
* {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.4; }

html {
  background-color: #fff; }
  html body {
    max-width: 2100px;
    margin: 0 auto;
    color: inherit; }
    html body header {
      max-width: 2100px; }
  html strong,
  html b {
    font-weight: 700; }
  html em {
    font-style: italic; }

body,
html {
  width: 100%;
  height: 100%; }

body {
  background-color: #fff; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 1.2; }

a,
button {
  transition: all .2s; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 33px; }

.inner {
  position: relative;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto; }

#content {
  overflow: hidden; }

a {
  text-decoration: none;
  color: #cc007f;
  transition: all .17s; }

.button,
button {
  display: inline-block;
  padding: 0.8em 1.7em;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  background-color: #cc007f;
  cursor: pointer;
  transition: all .2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
  .button:hover, .button:active,
  button:hover,
  button:active {
    background-color: #660040; }

select {
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(images/chevron-down.svg) no-repeat right;
  background-position: right 14px center; }

input,
textarea,
select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.17;
  border: 1px solid #dedfe7;
  border-radius: 4px;
  background-color: #fcfcfd; }
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #9fa5b0; }

input:focus,
textarea:focus {
  border-color: #cc007f; }

textarea {
  line-height: 1.35;
  padding: 14px;
  min-height: 90px; }

.main-content > section {
  padding-top: 200px; }

@media (max-width: 760px) {
  h2 {
    font-size: 30px; } }
/* --------------- Hero --------------- */
.hero {
  position: relative;
  min-height: 300px;
  padding-top: 77px;
  text-align: center; }
  .hero h1 {
    font-size: 42px;
    line-height: 1;
    color: #fff;
    font-weight: 400; }
    .hero h1 .page-title {
      font-style: normal;
      opacity: .8;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .05em;
      font-size: 14px;
      display: block;
      margin-bottom: 14px; }
      .hero h1 .page-title span {
        display: none; }
  .hero .inner {
    position: relative;
    z-index: 2; }
  .hero.standard .main-content {
    margin: 0 auto;
    padding: 120px 0 140px;
    text-align: center; }

.line-dash {
  display: inline-block;
  height: 0.4vmin;
  width: 46px;
  margin-bottom: 28px;
  background-color: #00c4dd; }

.section-header {
  margin-bottom: 26px; }
  .section-header p {
    margin: 36px auto 0;
    max-width: 30em;
    font-size: 20px;
    opacity: .7; }

.hero-background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: 50% 0%/cover #00214c no-repeat; }
  .hero-background .background-mask {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 33, 76, 0.2), rgba(0, 33, 76, 0.2)); }
  .hero-background.blur {
    filter: blur(5px);
    transform: scale(1.018); }
    .hero-background.blur .background-mask {
      transform: translateY(2px); }

@media (max-width: 760px) {
  .hero h1 {
    font-size: 33px; }
  .hero.standard .main-content {
    margin: 0 auto;
    padding: 66px 0 110px; }
  .hero.standard.with-video .main-content {
    padding: 70px 0 110px;
    padding-bottom: calc(40px + 25.4vw) !important; }
  .hero.standard.with-sub-nav .main-content {
    padding: 22px 0 88px; }
  .hero.standard.with-video.with-sub-nav .main-content {
    padding: 22px 0 118px; } }
/* --------------- Testimonials --------------- */
.testimonials {
  padding: 120px 0;
  text-align: center;
  background-color: #00214c; }
  .testimonials .inner {
    max-width: 1180px; }
  .testimonials .section-header {
    margin-bottom: 68px; }
    .testimonials .section-header * {
      color: white; }

.testimonial-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: -190px; }
  .testimonial-cards li {
    border-radius: 4px;
    flex: 0 calc(33.33% - 24px);
    padding: 30px 36px;
    text-align: left;
    background-color: white;
    box-shadow: 0 18px 25px rgba(43, 58, 78, 0.06); }
    .testimonial-cards li p {
      font-size: 16px; }
  .testimonial-cards .testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .testimonial-cards .testimonial-header .company-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 64px;
      margin-right: 16px; }
      .testimonial-cards .testimonial-header .company-logo img {
        width: auto;
        max-height: 64px;
        max-width: 82px; }
    .testimonial-cards .testimonial-header .name {
      font-size: 20px; }
    .testimonial-cards .testimonial-header .title {
      margin-top: 6px;
      color: #888888;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.2;
      font-style: italic; }

.after-testimonials .inner {
  padding-top: 74px; }

.logo-strip {
  background-color: #f6f6f9; }
  .logo-strip img {
    width: 100%;
    padding: 70px 0; }

@media (max-width: 1060px) {
  .testimonial-cards li {
    flex: 0 calc(33.33% - 6px);
    text-align: center;
    padding: 30px 28px; }
  .testimonial-cards .testimonial-header {
    flex-flow: column;
    margin: 0; }
    .testimonial-cards .testimonial-header .testimonial-metadata {
      margin-bottom: 18px; }
    .testimonial-cards .testimonial-header .company-logo {
      margin: 0 0 12px; } }
@media (max-width: 760px) {
  .testimonial-cards {
    flex-flow: column;
    max-width: 440px;
    margin: 0 auto; }
    .testimonial-cards li {
      flex: 0 100%;
      margin-bottom: 24px; }
      .testimonial-cards li:last-of-type {
        margin-bottom: 0; }

  .after-testimonials .inner {
    padding-top: 0; }

  .testimonials .section-header p {
    font-size: 18px; }

  .logo-strip {
    position: relative;
    margin-top: -10px; }
    .logo-strip .inner {
      width: 100%;
      margin: 0;
      padding: 0 5%;
      display: flex;
      align-items: center;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .logo-strip .inner img {
        min-width: 800px;
        padding: 54px 0; }
    .logo-strip .logo-strip-mask {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      box-shadow: inset -20px 0px 28px 16px #f4f4f8; } }
/* --------------- Request Demo --------------- */
.request-demo {
  padding: 95px 0 90px;
  text-align: center; }
  .request-demo h2 {
    display: block; }
  .request-demo .button {
    font-size: 16px;
    margin-top: 26px; }
  @media (max-width: 760px) {
    .request-demo {
      padding: 75px 0 70px; } }

/* --------------- Click-to-play Video Player logic --------------- */
.hero.with-video {
  padding-bottom: 100px; }

.video-section {
  position: relative;
  padding-bottom: 40px; }

.video-wrapper img {
  max-width: 100%;
  height: auto; }
.video-wrapper iframe {
  display: none; }

.play-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0; }
  .play-btn svg {
    fill: #fff;
    opacity: .8;
    transition: all .25s; }
  .play-btn:hover {
    background-color: transparent; }
    .play-btn:hover svg {
      opacity: 1; }
  @media (max-width: 500px) {
    .play-btn {
      transform: translate(-50%, -50%) scale(0.8); } }

.video-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .video-wrapper .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-container {
  width: 90%;
  max-width: 700px;
  margin: -197px auto 0;
  background-color: #000; }

@media (max-width: 760px) {
  .hero.with-video {
    padding-bottom: 0; }

  .video-container {
    margin: -25.4vw auto 0; } }
/* --------------- Social Links --------------- */
.social-links {
  display: flex;
  margin-top: 30px; }
  .social-links li {
    margin-right: 10px; }
  .social-links a {
    height: 44px;
    width: 44px;
    background-color: rgba(166, 183, 204, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s; }
    .social-links a svg {
      fill: rgba(97, 129, 157, 0.5);
      transition: all .2s; }
    .social-links a:hover {
      background-color: rgba(166, 183, 204, 0.3); }
      .social-links a:hover svg {
        fill: rgba(97, 129, 157, 0.62); }

/* --------------- Secondary Nav --------------- */
.hero.with-sub-nav .main-content {
  margin: 0 auto;
  padding: 46px 0 140px; }

.sub-nav {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  display: inline-block;
  border-radius: 22px;
  margin: 80px auto 0;
  padding: 3px;
  background-color: rgba(208, 222, 234, 0.2); }
  .sub-nav ul {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%; }
    .sub-nav ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .sub-nav ul a {
      font-size: 14.5px;
      font-weight: 700;
      width: 100%;
      color: #fff;
      border-radius: 30px;
      opacity: .7;
      padding: .5em 1.2em;
      max-width: 264px; }
      .sub-nav ul a:hover {
        opacity: 1; }
  .sub-nav #menu-products .current-menu-item a, .sub-nav.legal ul a.legal, .sub-nav.user-terms ul a.user-terms, .sub-nav.acceptable-use-policy ul a.acceptable-use-policy, .sub-nav.fair-billing-policy ul a.fair-billing-policy, .sub-nav.customer-specific-supplement ul a.customer-specific-supplement {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.13);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35); }

@media (max-width: 500px) {
  .sub-nav {
    width: 104%;
    left: -2%; }
    .sub-nav ul a {
      font-size: 13.5px;
      padding: 0.4em 0.9em; } }
/* --------------- Solutions Links --------------- */
.solutions-links ul {
  display: flex;
  justify-content: space-between; }
.solutions-links li {
  overflow: hidden;
  border-radius: 4px;
  flex-basis: calc(16.67% - 14px);
  box-shadow: 0 8px 20px rgba(10, 13, 20, 0.1);
  cursor: pointer;
  transition: all 0.4s; }
  .solutions-links li a {
    position: relative;
    display: block;
    height: 265px;
    width: 100%;
    background-color: #555;
    background: 50% 100%/cover no-repeat #00214c;
    transition: all 0.4s;
    filter: none;
    -webkit-filter: grayscale(0); }
    .solutions-links li a:hover {
      filter: gray;
      -webkit-filter: grayscale(1); }
    .solutions-links li a p {
      position: absolute;
      bottom: 24px;
      left: 22px;
      z-index: 1;
      max-width: calc(100% - 76px);
      font-size: 21px;
      font-weight: 700;
      color: #fff;
      line-height: 1.1; }
    .solutions-links li a .arrow-circle {
      position: absolute;
      bottom: 14px;
      right: 14px;
      z-index: 1;
      background-color: rgba(157, 163, 180, 0.7);
      height: 36px;
      width: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s; }
      .solutions-links li a .arrow-circle svg {
        fill: #fff; }
  .solutions-links li:hover {
    box-shadow: 0 9px 30px rgba(33, 40, 64, 0.4); }

@media (max-width: 1260px) {
  .solutions-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 740px;
    margin: 0 auto; }
  .solutions-links li {
    flex-basis: calc(33.33% - 16px);
    margin: 8px; }
    .solutions-links li a {
      height: 214px; } }
@media (max-width: 760px) {
  .solutions-links ul {
    max-width: 740px; }
  .solutions-links li {
    flex-basis: calc(50% - 16px);
    margin: 8px; }
    .solutions-links li a {
      height: 180px; }
      .solutions-links li a p {
        font-size: 19px; } }
@media (max-width: 500px) {
  .solutions-links ul li {
    width: calc(50% - 16px);
    margin: 5px; }
    .solutions-links ul li a {
      height: calc(15vh + 10px); }
      .solutions-links ul li a p {
        font-size: 17px;
        left: 14px;
        bottom: 19px; }
      .solutions-links ul li a .arrow-circle {
        position: absolute;
        bottom: 12px;
        right: 12px;
        height: 30px;
        width: 30px; } }
/* --------------- Features Icon Row --------------- */
.features-icon-row {
  padding-top: 80px;
  margin-bottom: -20px; }
  .features-icon-row .inner {
    max-width: 1040px; }
    .features-icon-row .inner .section-header h1, .features-icon-row .inner .section-header h2, .features-icon-row .inner .section-header strong {
      color: #00c4dd;
      font-size: 33px;
      text-align: center; }
  .features-icon-row ul {
    display: flex;
    justify-content: space-between; }
    .features-icon-row ul li {
      flex-basis: calc(33.33%);
      text-align: center;
      padding: 20px 0; }
      .features-icon-row ul li .icon {
        width: 12vmin;
        margin-bottom: 24px; }
      .features-icon-row ul li h3 {
        font-size: 27px; }
      .features-icon-row ul li p {
        max-width: 15em;
        font-size: 17px;
        margin: 14px auto 0;
        color: #868790; }
      .features-icon-row ul li:nth-child(even) {
        flex-basis: calc(33.33% + 2px);
        border-left: 1px solid #888888;
        border-right: 1px solid #888888; }

@media (max-width: 1000px) {
  .features-icon-row ul li {
    flex-basis: calc(33.33% - 34px); }
    .features-icon-row ul li h3 {
      font-size: 23px; }
    .features-icon-row ul li p {
      font-size: 17px; } }
@media (max-width: 760px) {
  .features-icon-row {
    padding-top: 80px; }
    .features-icon-row .features-icon-row {
      padding-top: 90px; }
    .features-icon-row ul {
      flex-flow: column; }
      .features-icon-row ul li {
        flex-basis: calc(100%);
        margin-bottom: 44px; }
        .features-icon-row ul li .icon {
          width: 50vw;
          margin-bottom: 16px; }
        .features-icon-row ul li:last-of-type {
          margin-bottom: 0; } }
@media (max-width: 500px) {
  .features-icon-row {
    margin-bottom: 30px; } }
/* --------------- Cookies Message --------------- */
#cookies-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.97);
  z-index: 100;
  padding: 64px 0 46px;
  box-shadow: 0 -2px 14px rgba(0, 0, 0, 0.05);
  transition: transform .6s; }
  #cookies-message .inner {
    max-width: 1000px;
    text-align: center;
    width: 100%;
    padding: 0 36px; }
  #cookies-message .message {
    margin-bottom: 16px; }
  #cookies-message.dismiss {
    transform: translateY(100vh); }
  @media (max-width: 760px) {
    #cookies-message {
      padding: 47px 0 28px; }
      #cookies-message .close-icon-button {
        top: 10px;
        right: 10px;
        height: 36px;
        width: 36px; }
        #cookies-message .close-icon-button span {
          width: 20px; }
          #cookies-message .close-icon-button span:before, #cookies-message .close-icon-button span:after {
            width: 20px; }
      #cookies-message .inner {
        padding: 0 5%; }
      #cookies-message p,
      #cookies-message a,
      #cookies-message button {
        font-size: 14px; } }

/* --------------- Cookies Message --------------- */
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  flex-basis: calc(51% - 50px);
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 18px 34px -14px rgba(4, 4, 54, 0.1); }
  .form-container h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 32px;
    color: #00c4dd; }
  .form-container .form-content {
    width: 100%;
    text-align: left; }
    .form-container .form-content form fieldset .field .input {
      margin: 0; }
  .form-container .hs-form fieldset {
    max-width: 100%; }
    .form-container .hs-form fieldset .input {
      margin-right: 0; }
    .form-container .hs-form fieldset.form-columns-2 > div:first-of-type .input {
      margin-right: 10px; }
  .form-container .hs-form .field {
    margin-bottom: 18px; }
  .form-container .hs-form label span {
    font-size: 14.5px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #676c77;
    display: inline-block; }
  .form-container .hs-form .hs-form-checkbox label,
  .form-container .hs-form .hs-form-radio label {
    display: flex;
    align-items: center;
    margin-top: 8px; }
    .form-container .hs-form .hs-form-checkbox label span,
    .form-container .hs-form .hs-form-radio label span {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      color: #444444; }
  .form-container .hs-form .hs-message label {
    display: block;
    margin-bottom: 10px; }
    .form-container .hs-form .hs-message label span {
      display: block;
      margin: 10px 0 2px;
      font-size: 19px; }
  .form-container .hs-form .hs-error-msg {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    color: #ee5252; }
  .form-container .hs-form .actions {
    text-align: center; }
  .form-container .hs-form .hs-button {
    margin-top: 12px;
    width: auto;
    border: 0;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    padding: 0 40px;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    background-color: #cc007f;
    cursor: pointer;
    transition: all .2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
    .form-container .hs-form .hs-button:hover {
      background-color: #660040; }

body .form-container .form-content form fieldset .field .input .hs-input {
  height: 40px;
  width: 100%; }
body .form-container .form-content form fieldset .field .input input[type="checkbox"].hs-input,
body .form-container .form-content form fieldset .field .input input[type="radio"].hs-input {
  height: 16px;
  width: 16px;
  margin-right: 4px; }

@media (max-width: 960px) {
  body .form-container .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%; }
  body .form-container .hs-form fieldset.form-columns-2 > div:first-of-type .input {
    margin-right: 0; } }

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