@charset "UTF-8";
/**
 * CSS @imports must be at the top of the file.
 * Add them above this section.
 */
/* ==========================================================================
    Variables
    ========================================================================== */
/**
  * Find the most consistently used font styles, colors, and container widths
  * for your site and assign them to the jinja variables below for easy use
  * and reference.
  *
  * Apply the variable as shown below.  Ignore the jingja comment tags.
  *
  * 
  */
/* Colors */
/*  */
/*  */
/*  */
/* { # Medium Gray  |  Ex. "color: ;" #} */
/*  */
/*  */
/* Product Page */
/* Foreground */
@import url("//hello.myfonts.net/count/340778");
.chalk {
  color: #f8f8f8;
}

.purple {
  color: #8923D4;
}

.teal {
  color: #1FF3BB;
}

.yellow {
  color: #DAF42D;
}

.red {
  color: #FF3B5C;
}

.navy {
  color: #09002A;
}

.grey {
  color: #EAEAEF;
}

.lightgrey {
  color: #F8F8FC;
}

.darkgrey {
  color: #d8d8d8;
}

/* Background */
.bg-base {
  background-color: #09002A;
}

.bg-chalk {
  background-color: #f8f8f8;
}

.bg-purple {
  background-color: #8923D4;
}

.bg-teal {
  background-color: #1FF3BB;
}

.bg-yellow {
  background-color: #DAF42D;
}

.bg-red {
  background-color: #FF3B5C;
}

.bg-navy {
  background-color: #09002A;
}

.bg-grey {
  background-color: #EAEAEF;
}

.bg-darkgrey {
  background-color: #332C4E;
}

.bg-lightpurple {
  background-color: #8423CF;
}

.bg-lightypurple {
  background-color: #6E21B7;
}

.bg-darkpurple {
  background-color: #1E163C;
}

.bg-superdarkpurple {
  background-color: #09012A;
}

.bg-lightgrey {
  background-color: #F8F8FC;
}

/* Typography */
.highlight--midnight-blue {
  color: #09002a !important;
}

.highlight--ultraviolet {
  color: #8f00ff !important;
}

.highlight--vibrant-aqua {
  color: #00f7b5 !important;
}

.highlight--citrus {
  color: #cffc00 !important;
}

.highlight--coral {
  color: #ff3b5c !important;
}

@media (max-width: 767px) {
  .highlight--midnight-blue,
  .highlight--ultraviolet,
  .highlight--vibrant-aqua,
  .highlight--citrus,
  .highlight--coral {
    color: #09002A !important;
    font-family: Averta-Bold, sans-serif;
  }
  body.industry-page .masthead .highlight--vibrant-aqua {
    color: #FFF !important;
    font-family: Averta-Regular, sans-serif;
  }
}

/**
  * @license
  * MyFonts Webfont Build ID 3405036, 2017-06-11T18:49:43-0400
  *
  * The fonts listed in this notice are subject to the End User License
  * Agreement(s) entered into by the website owner. All other parties are
  * explicitly restricted from using the Licensed Webfonts(s).
  *
  * You may obtain a valid license at the URLs below.
  *
  * Webfont: Averta-Bold by Intelligent Design
  * URL: https://www.myfonts.com/fonts/intelligent-foundry/averta /bold/
  *
  * Webfont: Averta-Light by Intelligent Design
  * URL: https://www.myfonts.com/fonts/intelligent-foundry/averta /light/
  *
  * Webfont: Averta-Regular by Intelligent Design
  * URL: https://www.myfonts.com/fonts/intelligent-foundry/averta /regular/
  *
  * Webfont: Averta-Thin by Intelligent Design
  * URL: https://www.myfonts.com/fonts/intelligent-foundry/averta /thin/
  *
  *
  * License: https://www.myfonts.com/viewlicense?type=web&buildid=3405036
  * Licensed pageviews: 100,000
  * Webfonts copyright: Copyright (c) 2015 by Kostas Bartsokas. All rights reserved.
  *
  * © 2017 MyFonts Inc
 */
/* ==========================================================================
   1. BASE STYLES
   ========================================================================== */
.Averta-Bold {
  font-family: Averta-Bold;
  font-weight: normal;
  font-style: normal;
}

.Averta-Light {
  font-family: Averta-Light;
  font-weight: normal;
  font-style: normal;
}

.Averta-Regular {
  font-family: Averta-Regular;
  font-weight: normal;
  font-style: normal;
}

.Averta-Thin {
  font-family: Averta-Thin;
  font-weight: normal;
  font-style: normal;
}

/*  */
/*  */
/*  */
/*  */
/* Containers */
/* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
.hide {
  display: none !important;
}

.main-menu,
.bottom-tray {
  z-index: 1000 !important;
}

/* ==========================================================================
   Macros
   ========================================================================== */
/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.
  * Ignore the jinja comment tags.
  *
  * 
  */
/**
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *   
  * }
  */
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* Website background color and default font styles */
body {
  background: #F8F8FC;
  color: #09002A;
  font-family: Averta-Light, Sans-Serif;
  font-size: 16px;
  line-height: 1.6;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1280px;
  margin: 0 auto;
}

a {
  color: #09002A;
}

a:hover,
a:focus {
  color: rgba(9, 0, 42, 0.6);
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #09002A;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #09002A;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}

/* Pattern library helper class */
.pattern-wrapper {
  margin: 10px;
}

/* Colour */
.colour-swatch {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

body {
  scrollbar-face-color: transparent;
  scrollbar-track-color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*Mobile font treatment*/
/*-----------------------*/
p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: Averta-Regular;
}

small {
  font-size: 0.75rem;
}

strong {
  font-family: Averta-Bold;
}

address {
  font-style: normal;
}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1,
h2,
h3,
h2.special,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
}

h1 {
  font-family: Averta-Light;
  font-size: 1.875rem;
}

h1.special {
  font-family: Averta-Thin;
  font-size: 2.265rem;
}

h2 {
  font-family: Averta-Regular;
  font-size: 1.25rem;
}

h3, h2.special {
  font-family: Averta-Regular;
  font-size: 1.125rem;
}

h4 {
  font-family: Averta-Bold;
  font-size: 1.125rem;
}

h5 {
  font-family: Averta-Thin;
  font-size: 2.265rem;
}

h6 {
  font-family: Averta-Thin;
  font-size: 1.25rem;
}

/* Lists */
ul.unstyled,
ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-family: Averta-Thin;
  color: #8923D4;
  margin-left: 0;
}

.landing_page h1,
.landing_page h2 {
  font-family: Averta-Thin, Sans-serif;
}

/* Tablet font treatment */
/*-----------------------*/
@media (min-width: 480px) {
  p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  /* Headings */
  h1 {
    font-size: 2.125rem;
  }
  h1.special {
    font-size: 2.265rem;
  }
  h2 {
    font-size: 1.375rem;
  }
  h2.special {
    font-size: 1.125rem;
  }
  h3, h2.special {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 2.265rem;
  }
  h6 {
    font-size: 1.375rem;
  }
  /* Quotes */
  blockquote {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

/* Desktop font treatment */
/*------------------------*/
@media (min-width: 768px) {
  /* Headings */
  h1 {
    font-size: 3rem;
  }
  h1.special {
    font-size: 5rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h2.special {
    font-size: 1.25rem;
  }
  h3, h2.special {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 5rem;
  }
  h6 {
    font-size: 2.75rem;
  }
  /* Quotes */
  blockquote {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

/* Extra large screen  treatment */
/*-------------------------------*/
@media (min-width: 1440px) {
  /* Headings */
  h1 {
    font-size: 3.75rem;
  }
  h2 {
    font-size: 2rem;
  }
  h2.special {
    font-size: 1.625rem;
  }
  h3, h2.special {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.625rem;
  }
  /*h5 { font-size: 7.125rem; }*/
  /*h6 { font-size: 3.5rem; }*/
  /* Quotes */
  blockquote {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

/* Form Field Errors */
input:not([type="submit"]).invalid.error {
  border: 1px solid red !important;
}

/* Button style */
.btn, #bottomtray-test form input[type="submit"], .product-page #form-module div.widget-type-form span > div form .hs_submit input[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"], #form-module div.widget-type-form span > div form .hs_submit input[type="submit"], body.blog .widget-type-blog_comments form .hs_submit input[type="submit"], body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input, .industry-page #form-module div.widget-type-form span > div form .hs_submit input[type="submit"] {
  padding: 8px 16px;
  font-family: Averta-Semibold;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  font-size: 16px !important;
  max-height: 38px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: none;
  outline: none;
  min-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  transition: all 0.4s ease;
}

.btn.large, #bottomtray-test form input.large[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input.large[type="submit"], #form-module div.widget-type-form span > div form .hs_submit input.large[type="submit"], body.blog .widget-type-blog_comments form .hs_submit input.large[type="submit"], body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input.large {
  padding: 8px 16px;
  font-family: Averta-Regular;
  font-size: 18px !important;
  border-radius: 30px;
}

.btn:disabled, #bottomtray-test form input[type="submit"]:disabled, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"]:disabled, #form-module div.widget-type-form span > div form .hs_submit input[type="submit"]:disabled, body.blog .widget-type-blog_comments form .hs_submit input[type="submit"]:disabled, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input:disabled {
  opacity: 0.3;
}

/*Primary Dark*/
.btn--primary-dark, .product-page #form-module div.widget-type-form span > div form .hs_submit input[type="submit"], #form-module div.widget-type-form span > div form .hs_submit input[type="submit"], .industry-page #form-module div.widget-type-form span > div form .hs_submit input[type="submit"] {
  color: #09002A !important;
  background-color: #1FF3BB;
  border: 1px solid #1FF3BB;
  opacity: 1;
}

.btn--primary-dark:hover, #form-module div.widget-type-form span > div form .hs_submit input[type="submit"]:hover {
  color: #09002A !important;
  background-color: white;
  border: 1px solid white;
  opacity: 1;
}

/*Need to be refined to follow style guide with RGBa*/
.btn--primary-dark:active, #form-module div.widget-type-form span > div form .hs_submit input[type="submit"]:active {
  color: #09002A !important;
  background-color: white;
  border: 1px solid white;
  opacity: 0.75;
}

/*Secondary Dark*/
.btn--secondary-dark, .home-page .section-content .section-content-link a {
  color: #1FF3BB !important;
  background-color: #09002A;
  border: 1px solid #1FF3BB;
  opacity: 1;
}

.btn--secondary-dark:hover, .home-page .section-content .section-content-link a:hover {
  color: #09002A !important;
  background-color: #1FF3BB;
  border: 1px solid #1FF3BB;
  opacity: 1;
}

/*Need to be refined to follow style guide with RGBa*/
.btn--secondary-dark:active, .home-page .section-content .section-content-link a:active {
  color: #09002A !important;
  background-color: #1FF3BB;
  border: 1px solid #1FF3BB;
  opacity: 0.75;
}

/*Single Dark*/
.btn--single-dark, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"] {
  color: white !important;
  background-color: transparent;
  border: 1px solid white;
  opacity: 1;
}

.btn--single-dark:hover, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"]:hover {
  color: #09002A !important;
  background-color: #F8F8FC;
  border: 1px solid #F8F8FC;
  opacity: 1;
}

/*Need to be refined to follow style guide with RGBa*/
.btn--single-dark:active, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"]:active {
  color: #09002A !important;
  background-color: #F8F8FC;
  border: 1px solid #F8F8FC;
  opacity: 0.75;
}

/* Primary Light */
.btn--primary-light {
  color: #f8f8f8 !important;
  background-color: #8923D4;
  border: 1px solid #8923D4;
  opacity: 1;
}

.btn--primary-light:hover {
  color: #f8f8f8 !important;
  background-color: #09002A;
  border: 1px solid #09002A;
  opacity: 1;
}

/*Need to be refined to follow style guide with RGBa*/
.btn--primary-light:active {
  color: #f8f8f8 !important;
  background-color: #09002A;
  border: 1px solid #09002A;
  opacity: 0.75;
}

/* Seconday Light */
.btn--secondary-light {
  color: #8923D4 !important;
  background-color: transparent;
  border: 1px solid #8923D4;
  opacity: 1;
}

.btn--secondary-light:hover {
  color: #09002A !important;
  background-color: transparent;
  border: 1px solid #09002A;
  opacity: 1;
}

/*Need to be refined to follow style guide with RGBa*/
.btn--secondary-light:active {
  color: #09002A !important;
  background-color: transparent;
  border: 1px solid #09002A;
  opacity: 0.75;
}

/* Single Light */
.btn--single-light, #bottomtray-test form input[type="submit"], body.blog .widget-type-blog_comments form .hs_submit input[type="submit"], body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input, .industry-page #features-module #services-module .section-content-link a {
  color: #09002A !important;
  background-color: transparent;
  border: 1px solid #09002A;
  opacity: 1;
}

.btn--single-light:hover, #bottomtray-test form input[type="submit"]:hover, body.blog .widget-type-blog_comments form .hs_submit input[type="submit"]:hover, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input:hover, .industry-page #features-module #services-module .section-content-link a:hover {
  color: white !important;
  background-color: #09002A;
  border: 1px solid #09002A;
  opacity: 1;
}

/*Need to be refined to follow style guide with RGBa*/
.btn--single-light:active, #bottomtray-test form input[type="submit"]:active, body.blog .widget-type-blog_comments form .hs_submit input[type="submit"]:active, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input:active, .industry-page #features-module #services-module .section-content-link a:active {
  color: #09002A !important;
  background-color: transparent;
  border: 1px solid #09002A;
  opacity: 0.75;
}

/*Inverse button*/
.btn--inverse {
  color: white !important;
  background-color: transparent;
  border: 1px solid white;
  opacity: 1;
}

.btn--inverse:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn--inverse:active {
  background-color: rgba(255, 255, 255, 0.1);
}

/*Menu button*/
.btn--menu {
  color: #09002A !important;
  background-color: #1FF3BB;
  border: 1px solid #09002A;
  opacity: 1;
}

.btn--menu:hover {
  color: #09002A !important;
  background-color: #1FF3BB;
  border: 1px solid #09002A;
  opacity: 1;
}

/*Need to be refined to follow style guide with RGBa*/
.btn--menu:active {
  color: #09002A !important;
  background-color: #1FF3BB;
  border: 1px solid #09002A;
  opacity: 0.75;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Averta-Bold';
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_0_0.eot?t=1540950409130");
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_0_0.eot?t=1540950409130#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_0_0.woff2?t=1540950409130") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_0_0.woff?t=1540950409130") format("woff"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_0_0.ttf?t=1540950409130") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_0_0.svg?t=1540950409130#wf") format("svg");
}

@font-face {
  font-family: 'Averta-Black';
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_1_0.eot?t=1540950409130");
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_1_0.eot?t=1540950409130#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_1_0.woff2?t=1540950409130") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_1_0.woff?t=1540950409130") format("woff"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_1_0.ttf?t=1540950409130") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_1_0.svg?t=1540950409130#wf") format("svg");
}

@font-face {
  font-family: 'Averta-ExtraBold';
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_2_0.eot?t=1540950409130");
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_2_0.eot?t=1540950409130#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_2_0.woff2?t=1540950409130") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_2_0.woff?t=1540950409130") format("woff"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_2_0.ttf?t=1540950409130") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_2_0.svg?t=1540950409130#wf") format("svg");
}

@font-face {
  font-family: 'Averta-Extrathin';
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_3_0.eot?t=1540950409130");
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_3_0.eot?t=1540950409130#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_3_0.woff2?t=1540950409130") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_3_0.woff?t=1540950409130") format("woff"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_3_0.ttf?t=1540950409130") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_3_0.svg?t=1540950409130#wf") format("svg");
}

@font-face {
  font-family: 'Averta-Light';
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_4_0.eot?t=1540950409130");
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_4_0.eot?t=1540950409130#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_4_0.woff2?t=1540950409130") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_4_0.woff?t=1540950409130") format("woff"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_4_0.ttf?t=1540950409130") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_4_0.svg?t=1540950409130#wf") format("svg");
}

@font-face {
  font-family: 'Averta-Regular';
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_5_0.eot?t=1540950409130");
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_5_0.eot?t=1540950409130#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_5_0.woff2?t=1540950409130") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_5_0.woff?t=1540950409130") format("woff"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_5_0.ttf?t=1540950409130") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_5_0.svg?t=1540950409130#wf") format("svg");
}

@font-face {
  font-family: 'Averta-Semibold';
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_6_0.eot?t=1540950409130");
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_6_0.eot?t=1540950409130#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_6_0.woff2?t=1540950409130") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_6_0.woff?t=1540950409130") format("woff"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_6_0.ttf?t=1540950409130") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_6_0.svg?t=1540950409130#wf") format("svg");
}

@font-face {
  font-family: 'Averta-Thin';
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_7_0.eot?t=1540950409130");
  src: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_7_0.eot?t=1540950409130#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_7_0.woff2?t=1540950409130") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_7_0.woff?t=1540950409130") format("woff"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_7_0.ttf?t=1540950409130") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/webfont/340778_7_0.svg?t=1540950409130#wf") format("svg");
}

/* ==========================================================================
   Header
   ========================================================================== */
/* Logo styling */
/* ==========================================================================
   3. MAIN NAVIGATION
   ========================================================================== */
/*Desktop main menu*/
.main-menu {
  padding: 0 12px;
  height: 54px;
  z-index: 100;
  text-align: center;
  background: #09002A;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform .5s;
  font-family: Averta-Regular;
}

/* hide menu on scroll down */
.main-menu:not(:hover).is-hidden,
.mobile-header:not(.is-active).is-hidden,
.left-menu-toggle:not(.is-active).is-hidden {
  transform: translateY(-100%);
}

.main-menu .hs-menu-item {
  position: relative;
}

.main-menu .hs-menu-item a {
  padding: 12px;
  text-decoration: none;
  color: #f8f8f8;
  border-bottom: 4px solid transparent;
  top: 1px;
  position: relative;
  opacity: 0.75;
  cursor: pointer;
  top: 1px;
  transition: all .3s ease;
}

@media (min-width: 1024px) {
  .main-menu .hs-menu-item a {
    padding: 12px 20px;
  }
  .hs-menu-flow-horizontal > ul > li.hs-menu-item:last-child {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hs-menu-flow-horizontal > ul > li.hs-menu-item:last-child a {
    padding: 8px 16px;
    font-family: Averta-Semibold;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    font-size: 16px !important;
    max-height: 38px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    min-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
    color: #1FF3BB !important;
    background-color: #09002A;
    border: 1px solid #1FF3BB;
    opacity: 1;
  }
  .hs-menu-flow-horizontal > ul > li.hs-menu-item:last-child a:hover {
    color: #09002A !important;
    background-color: #1FF3BB;
    border: 1px solid #1FF3BB;
    opacity: 1;
  }
}

.main-menu .hs-menu-item a:hover, .active.active-branch a {
  border-bottom: 4px solid #1FF3BB;
  opacity: 1;
}

.hs-menu-children-wrapper .hs-menu-item a {
  padding: 8px 16px;
}

@media (min-width: 768px) {
  .hs-menu-children-wrapper {
    background: #09002A;
    text-align: left;
  }
  /*.hs-menu-depth-2.hs-item-has-children:after{
          content:"+";
          color: $tealColor;
          width:30px;
          height:30px;
          top: 8px;
          right: 0;
          position: absolute;
      }*/
}

/*Transform the first menu item into Qruous logo*/
.main-menu .hs-menu-wrapper > ul:first-child > .hs-menu-item:first-child {
  position: absolute;
  left: 2vw;
  border: none !important;
}

.main-menu .hs-menu-wrapper > ul:first-child > .hs-menu-item:first-child a {
  color: #09002A;
  border-bottom: none;
  opacity: 1;
}

.main-menu .hs-menu-wrapper > ul:first-child > .hs-menu-item:first-child a:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 40px;
  background: url("https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/images/Qrious_Vibrant%20Aqua.png?t=1540950409130") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 8px;
}

@media (min-width: 1024px) {
  .main-menu .hs-menu-wrapper > ul:first-child > .hs-menu-item:first-child a:before {
    width: 100px;
    top: 8px;
  }
}

/* ----------------- */
/*Mobile main menu*/
.mobile-header.visible-xs {
  z-index: 115;
}

@media (max-width: 1025px) {
  #left-menu {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 0px;
    width: 270px;
    height: 100%;
    margin: 0 0 0 -270px;
    transition: all 200ms;
    background: #1FF3BB;
    z-index: 120;
    font-family: Averta-Regular;
    padding-top: 1rem;
  }
  #left-menu .hs-menu-item {
    color: #09002A;
    list-style: none;
    position: relative;
    overflow-x: hidden;
  }
  #left-menu .hs-menu-item.hs-item-has-children {
    font-family: Averta-Semibold;
  }
  .hs-menu-children-wrapper {
    max-height: 0;
    overflow: hidden;
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 0.4s ease;
    background: #09002A;
  }
  .hs-menu-children-wrapper .hs-menu-children-wrapper {
    background: #2e264a !important;
  }
  .hs-menu-children-wrapper .hs-menu-children-wrapper li a:before {
    border: none !important;
  }
  .hs-menu-depth-3, .hs-menu-depth-4 {
    margin-left: 15px;
  }
  #left-menu .hs-menu-item a {
    text-decoration: none;
    padding: 14px 0px 14px 45px;
    display: inline-block;
    width: 270px;
    position: relative;
  }
  #left-menu .hs-menu-item a:before {
    content: "";
    border-bottom: 1px solid #09002A;
    width: 200px;
    position: absolute;
    top: 0;
    left: 45px;
    white-space: nowrap;
  }
  #left-menu .hs-menu-item a:hover, #left-menu .hs-menu-item a:active {
    background: rgba(9, 0, 41, 0.3);
  }
  #left-menu .hs-menu-item a:hover {
    color: #f8f8f8;
  }
  #left-menu .hs-menu-item a.selected {
    color: #f8f8f8;
    background: #09002A;
  }
  .left-menu-toggle {
    position: relative;
    background: #09002A;
    left: 270px;
    width: 54px;
    height: 54px;
    z-index: 100;
    transition: transform .5s;
  }
  #mobile-menu-toggle {
    position: absolute;
    z-index: 0;
    top: 0;
  }
    
  #mobile-menu-toggle:checked + .mobile-menu {
    margin-left: -25px;
  }
  #mobile-menu-toggle:checked {
    margin-left: 245px;
  }
  #mobile-menu-toggle:checked + ul + div {
    margin-left: 245px;
  }
  #mobile-menu-toggle + ul + div {
    transition: all 200ms;
    margin-left: 0;
    width: 100%;
  }
  .mobile-menu-label {
    font-size: 24px;
  }
  #left-menu .menu-checkbox + a + .hs-menu-children-wrapper a {
    transition: all 300ms;
    opacity: 0;
    color: #1FF3BB;
  }
  #left-menu .menu-checkbox + a + .hs-menu-children-wrapper a {
    color: #f8f8f8;
    font-family: Averta-Regular;
    padding: 6px 0px 6px 45px;
  }
  #left-menu .menu-checkbox + a + .hs-menu-children-wrapper a:hover {
    color: #1FF3BB;
  }
  #left-menu .menu-checkbox:checked + a {
    background: #09002A;
    color: #1FF3BB;
    padding-bottom: 0;
    padding-top: 14px;
    transition: all 0.4s ease;
  }
  #left-menu .menu-checkbox:checked + a + .hs-menu-children-wrapper {
    max-height: 500px;
    background: #09002A;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #left-menu .menu-checkbox:checked + a + .hs-menu-children-wrapper a {
    opacity: 1;
  }
  #left-menu .menu-checkbox + a + .hs-menu-children-wrapper .hs-item-has-children a {
    font-family: Averta-Semibold;
  }
  #left-menu .menu-checkbox {
    margin: 0;
    top: 0;
    height: 100%;
    right: -20px;
    position: absolute;
  }
  /*.menu-checkbox{
            //position: relative;
            &:before, &:after {
                content: "";
                background: $baseColor;
                position: absolute;
                right: 30px;
                float: right;
                top: 50%;
                transform: translateY(-50%);
                height: 2px;
                width: 15px;
                transition: .25s linear;
            }

            &:after{
              transform: translateY(-50%) rotate(-90deg);
            }
            &:checked{
              &:after{
                transform: translateY(-50%) rotate(0deg);
              }
            }
        }*/
  .menu-checkbox:after {
    content: "+";
    font-family: Averta-Thin;
    position: absolute;
    top: 0;
    right: 25px;
    margin-top: -12px;
    cursor: pointer;
    font-size: 30px;
    display: block;
    padding: 20px;
    z-index: 50;
  }
  .menu-checkbox:checked:after {
    content: "–";
    cursor: pointer;
    color: #1FF3BB;
  }
  .hs-menu-depth-2 .menu-checkbox:after {
    color: #1FF3BB;
    padding: 10px 20px;
  }
  #left-menu .menu-checkbox + a + .hs-menu-children-wrapper .hs-item-has-children .hs-menu-depth-3 a {
    font-family: Averta-Regular;
  }
}

/* -----------------------------------------------------------------------------

     HAMBURGER ICONS COMPONENT

   ----------------------------------------------------------------------------- */
.mobile-header {
  background: #09002A;
  height: 54px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  transition: transform .5s;
}

.mobile-header .logo {
  height: 40px;
  margin: 7px auto;
  display: table-cell;
}

/* -----------------------------------------------------------------------------

     HAMBURGER ICONS COMPONENT

   ----------------------------------------------------------------------------- */
/**
    * Toggle Switch Globals
    *
    * All switches should take on the class `c-hamburger` as well as their
    * variant that will give them unique properties. This class is an overview
    * class that acts as a reset for all versions of the icon.
    */
.c-hamburger {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: transform .5s;
  transition: transform .5s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 25px;
  left: 8px;
  right: 8px;
  height: 2px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #09002A;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.2s;
  transition: background 0s 0.2s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #09002A;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #1FF3BB;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #1FF3BB;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

/**
   * END Menu toggle style
   */
/*Bottom tray*/
.bottom-tray-toggle-label {
  bottom: 44px;
  margin-bottom: -44px;
  left: calc(100% - 48px);
  transition: all 300ms;
  z-index: 40;
  opacity: 0;
}

.bottom-tray-toggle-label.is-active {
  opacity: 1;
}
.bottom-tray-toggle-label.is-active:hover {
  opacity: 0.8;
}
#bottom-tray-toggle {
  position: fixed;
  bottom: 40px;
  right: -20px;
  transition: all 300ms;
  z-index: 40;
}

#bottom-tray-toggle:checked + div {
  height: calc(100% - 54px);
  max-height: 514px;
}

#bottom-tray-toggle + div #togglableFooterTabs .tabs li a.active {
  color: white;
  background: transparent;
}

#bottom-tray-toggle + div #togglableFooterTabs .tabs li a.active:hover {
  background: rgba(255, 255, 255, 0.2);
}

#bottom-tray-toggle:checked + div #togglableFooterTabs .tabs li a.active {
  color: #09002A;
  background: #1FF3BB;
}

@media (min-width: 1024px) {
  #bottom-tray-toggle:checked + div {
    height: 430px;
  }
  #bottom-tray-toggle:checked {
    bottom: 390px;
  }
}

.bottom-tray {
  background: #09002A;
  color: white;
  position: fixed;
  bottom: 0px;
  height: 55px;
  width: 100%;
  text-align: left;
  z-index: 110;
  transition: all 300ms;
}

.bottom-tray:not(:hover).is-hidden {
  transform: translateY(100%);
}

/* Login tray */
@media (min-width: 1025px) {
  .login-tray-toggle-label {
    display: none !important;
  }
}

.login-tray-toggle-label {
  right: 0px;
  top: 0;
  width: 54px;
  height: 54px;
  transition: all 300ms;
  z-index: 100;
  display: block;
  position: absolute;
}

.login-tray-toggle-label span {
  display: block;
  position: absolute;
  background: #09002A;
  height: 100%;
  width: 100%;
}

.login-tray-toggle-label span i {
  padding: 10px;
  font-size: 34px;
  color: #f8f8f8;
}

.login-tray-toggle-label.is-active {
  opacity: 1;
}

#login-tray-toggle {
  position: fixed;
  top: -10px;
}

#login-tray-toggle:checked + div {
  width: 280px;
}

#login-tray {
  background: #09002A;
  color: #f8f8f8;
  position: fixed;
  right: 0px;
  top: 0;
  height: 100%;
  width: 0;
  text-align: left;
  z-index: 20;
  transition: all 300ms;
}

#login-tray:not(:hover).is-hidden {
  transform: translateX(100%);
}

/* -----------------------------------------------------------------------------

     TWEAKS

   ----------------------------------------------------------------------------- */
li.hs-menu-item.active + .hs-menu-item > a:before {
  border-bottom: none !important;
}

ul#left-menu.mobile-menu .page-link {
  display: flex;
  flex-wrap: wrap;
  padding-left: 45px;
  position: relative;
  margin-top: 30px;
}

ul#left-menu.mobile-menu .page-link a {
  width: 100%;
  text-decoration: none;
  padding: .45rem 0;
}

ul#left-menu.mobile-menu ul.inner-menu {
  padding-left: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 100px;
}

ul#left-menu.mobile-menu ul.inner-menu li.hs-menu-item.hs-menu-depth-1 {
  overflow: hidden;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-container-wrapper {
  background: #09002A;
  padding: 60px 110px;
}

@media (max-width: 1121px) {
  .footer-container-wrapper {
    padding: 60px;
  }
}

.footer-container-wrapper .footer-container.container-fluid {
  max-width: 1146px;
  margin: 0 auto;
}

.footer-container-wrapper .footer-inner-wrap .footer-container {
  position: relative;
  min-height: 15vh;
}

.footer-container-wrapper .footer-inner-wrap .footer-container .float-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-container-wrapper .footer-inner-wrap .footer-container a {
  color: white;
  text-decoration: none;
  display: block;
  transition: all .3s ease;
}
.footer-container-wrapper .footer-inner-wrap .footer-container a:hover {
  opacity: .8;
}

.footer-container-wrapper .footer-inner-wrap .footer-container a.logo {
  position: absolute;
  left: 0;
  transform: translateY(-25%);
  top: 50%;
}

.footer-container-wrapper .footer-inner-wrap .footer-container a.logo img {
  width: 100px;
  height: auto;
  filter: grayscale(100%);
}

.footer-container-wrapper .footer-inner-wrap .footer-container .page-link {
  display: inline-block;
}

.footer-container-wrapper .footer-inner-wrap .footer-container .footer-link {
  padding: 2px 0;
  margin: 20px 30px 20px 0;
  display: inline-block;
}

.footer-container-wrapper .footer-inner-wrap .footer-container a.footer-social-link {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 24px;
}

@media (max-width: 1023px) {
  .footer-container-wrapper {
    padding: 60px 55px;
  }
  .footer-container-wrapper a.logo {
    transform: translateY(-75%) !important;
  }
  .footer-container a {
    margin: 20px 0;
  }
  .footer-container .page-link,
  .footer-container .footer-link,
  .footer-container .logo {
    display: inline-block;
  }
  .float-wrap {
    float: right;
  }
}

@media (max-width: 767px) {
  .footer-container-wrapper {
    padding: 60px 30px;
  }
  .footer-container-wrapper .float-wrap, .footer-container-wrapper a.logo {
    position: relative !important;
    float: left !important;
    display: block;
    width: 100%;
    transform: translateY(0) !important;
  }
  .footer-link {
    display: block !important;
  }
}

/*------------------------------------*-------- Sticky footer - Bottom CTA tray
\*------------------------------------*/
#bottomtray-test *:not(i) {
  color: #09002A;
}

#bottomtray-test .bottom-tray ::selection {
  background-color: transparent;
  color: inherit;
}

#bottomtray-test input#bottom-tray-toggle {
  display: none;
}

@media (max-width: 769px) {
  #bottomtray-test #bottom-tray-toggle:checked + div {
    height: 100%;
    max-height: calc(100vh - 54px * 2);
  }
  #bottomtray-test #bottom-tray-toggle:checked + div #togglableFooterTabsContent0 .span5:last-child {
    height: 100%;
  }
}

#bottomtray-test .c-hamburger--htx.is-active {
  top: -54px;
  height: 54px;
}

#bottomtray-test .section-wrapper {
  margin: 0 54px;
  padding: 0;
}

@media (min-width: 1024px) {
  #bottomtray-test .section-wrapper {
    max-width: 916px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 769px) {
  #bottomtray-test .section-wrapper {
    max-width: 496px;
    margin: 0 auto;
  }
}

@media (max-width: 769px) and (max-width: 604px) {
  #bottomtray-test .section-wrapper {
    margin: 0 54px;
    max-width: calc(100% - 54px * 2);
  }
}

@media (max-width: 769px) and (max-width: 604px) and (max-width: 399px) {
  #bottomtray-test .section-wrapper {
    margin: 0 18px;
    max-width: calc(100% - 18px * 2);
  }
}

@media (min-width: 769px) {
  #bottomtray-test .section-wrapper > div {
    width: 50%;
  }
}

@media (max-width: 769px) {
  #bottomtray-test .section-wrapper > div {
    width: 100%;
  }
}

#bottomtray-test #togglableFooterTabs {
  box-sizing: border-box;
  height: 100%;
}

#bottomtray-test #togglableFooterTabs h4 {
  font-family: Averta-SemiBold, sans-serif;
}

#bottomtray-test #togglableFooterTabs #togglableFooterTabsData {
  display: none;
}

#bottomtray-test #togglableFooterTabs > ul {
  text-align: left;
}

#bottomtray-test #togglableFooterTabs > ul,
#bottomtray-test #togglableFooterTabs > li {
  list-style: none;
}

#bottomtray-test #togglableFooterTabs .tabs {
  background-color: transparent;
  display: flex;
}

@media (min-width: 1024px) {
  #bottomtray-test #togglableFooterTabs .tabs {
    max-width: 916px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 769px) {
  #bottomtray-test #togglableFooterTabs .tabs {
    position: relative;
  }
  #bottomtray-test #togglableFooterTabs .tabs:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    opacity: 0.3;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#09002a+0,2989d8+50,09002a+100 */
    background: #09002a;
    /* Old browsers */
    background: linear-gradient(to right, #09002a 0%, #2989d8 50%, #09002a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
  }
}

#bottomtray-test #togglableFooterTabs .tabs li {
  display: inline-block;
  width: 33.33%;
  margin: 0;
}

#bottomtray-test #togglableFooterTabs .tabs li a {
  display: block;
  height: 100%;
  white-space: normal;
  padding: 18px 10px;
  color: white;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  transition: all .3s ease;
}

@media (max-width: 400px) {
  #bottomtray-test #togglableFooterTabs .tabs li a {
    padding: 18px 0;
  }
}

#bottomtray-test #togglableFooterTabs .tabs li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#bottomtray-test #togglableFooterTabs .tabs li a.active, #bottomtray-test #togglableFooterTabs .tabs li a.active:hover {
  color: #09002A;
  background: #1FF3BB;
}

#bottomtray-test #togglableFooterTabs .tabs li a.active i, #bottomtray-test #togglableFooterTabs .tabs li a.active:hover i {
  color: #09002A;
}

#bottomtray-test #togglableFooterTabs .tab-content {
  height: 100%;
}

@media (max-width: 769px) {
  #bottomtray-test #togglableFooterTabs .tab-content {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 3rem;
  }
}

#bottomtray-test #togglableFooterTabs .tab-content > div {
  display: none;
  padding: 20px 0;
  background-color: #1FF3BB;
  height: 100%;
  max-height: 100%;
  color: #090030;
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper {
  padding: 1rem 0;
}

@media (max-width: 769px) {
  #bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div {
  width: 50%;
  display: inline-block;
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.map img {
  border: 2px solid #09002A;
  border-radius: 5px;
  max-width: calc(100% - 1rem);
}

@media (max-width: 769px) {
  #bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.map img {
    margin: 0 auto;
    display: block;
  }
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.email-us a {
  position: relative;
  margin-left: 75px;
  overflow: visible;
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.email-us a:before {
  content: '';
  position: absolute;
  top: -5.5px;
  left: -75px;
  background-color: #09002A;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-image: url(https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/icons/new-email-outline.png?t=1540950409130);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 2.65rem;
}

@media screen and (max-width: 769px) {
  #bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices {
    margin-right: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  #bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices {
    flex-wrap: wrap;
  }
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices > .office-item:first-child {
  margin-right: 2rem;
}

@media screen and (max-width: 479px) {
  #bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices > .office-item:first-child {
    margin-right: 0;
    width: 100%;
    border-bottom: 2px solid #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices > .office-item .map-link {
  margin-top: 1rem;
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices > .office-item .map-link a.btn {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  #bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices > .office-item .map-link a.btn {
    border: none;
    text-decoration: underline;
    padding: 0;
    font-family: Averta-Regular, sans-serif;
  }
  #bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices > .office-item .map-link a.btn:hover, #bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper > div.span5 > div.offices > .office-item .map-link a.btn:active {
    background-color: transparent;
    color: #09002A !important;
  }
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper .social .social-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#bottomtray-test #togglableFooterTabs .tab-content > div .section-wrapper .social .social-item i {
  margin-right: 1rem;
  background: #000;
  font-size: 1.125rem;
  border-radius: 2.125rem;
  color: #FFF;
  width: 40px;
  padding: .725rem;
}

#bottomtray-test #togglableFooterTabs .tab-content > div h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  #bottomtray-test #togglableFooterTabs .tab-content > div .span55 h4 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    top: 1rem;
    position: relative;
  }
}

#bottomtray-test #togglableFooterTabs .tab-content > div .pull-left p:last-child {
  margin-top: 2rem;
}

#bottomtray-test #togglableFooterTabs .tab-content > div p {
  margin: 0;
}

#bottomtray-test #togglableFooterTabs .tab-content > div p a {
  text-decoration: none;
}

#bottomtray-test #togglableFooterTabs .tab-content > div.active {
  display: block;
}

#bottomtray-test #togglableFooterTabs .tab-content > div .form-group {
  margin: 0;
}

#bottomtray-test #togglableFooterTabs .tab-content > div .form-group + p {
  margin-bottom: 1rem;
}

#bottomtray-test #togglableFooterTabs .map-crop {
  margin-left: 20px;
  width: 120px;
  height: auto;
  border: 2px solid #09002A;
  border-radius: 4px;
}

#bottomtray-test form[data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"] {
  margin-bottom: 2rem;
}

#bottomtray-test form ul.inputs-list.multi-container {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 400px) {
  #bottomtray-test form ul.inputs-list.multi-container {
    flex-wrap: wrap;
  }
}

#bottomtray-test form ul.inputs-list.multi-container li {
  margin-right: 1rem;
}

@media (max-width: 400px) {
  #bottomtray-test form ul.inputs-list.multi-container li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

#bottomtray-test form .hs-form-field > label {
  display: none;
}

#bottomtray-test form ul.hs-error-msgs.inputs-list {
  margin: 0;
}

#bottomtray-test form ul.hs-error-msgs.inputs-list label {
  color: red;
}

#bottomtray-test form input[type="submit"] {
  font-family: Averta-Semibold;
}

@media (max-width: 768px) {
  #bottomtray-test form input[type="submit"] {
    width: calc(100%);
  }
}

#bottomtray-test #togglableFooterTabsContent0 input[type="submit"] {
  padding: .5rem 2rem;
  margin: 0;
}

@media (max-width: 768px) {
  #bottomtray-test #togglableFooterTabsContent0 input[type="submit"] {
    width: calc(100% - 10px);
  }
}

#bottomtray-test #togglableFooterTabsContent1 input:not([type="submit"]),
#bottomtray-test #togglableFooterTabsContent2 input:not([type="submit"]) {
  width: calc(100% - 1rem);
}

#bottomtray-test textarea,
#bottomtray-test input[type="text"],
#bottomtray-test input[type="password"],
#bottomtray-test input[type="number"],
#bottomtray-test input[type="email"],
#bottomtray-test input[type="tel"],
#bottomtray-test input[type="url"] {
  background-color: rgba(0, 0, 0, 0.1);
  resize: none;
}

#bottomtray-test input:not([type="submit"]) {
  padding: .75rem 2rem .75rem 1rem !important;
  margin: 0 0 .5rem;
  border: none;
  width: 100%;
}

.divider {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.divider:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgba(9, 0, 42, 0.45);
}

@media screen and (-ms-high-contrast: none) and (min-width: 960px) {
  body.product-page .jumpto-wrapper.section-wrapper {
    overflow: hidden !important;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 959px) {
  body.product-page .jumpto-wrapper.section-wrapper {
    display: none;
  }
}

/* ==========================================================================
   Index:
  1. BASE STYLES
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   2. COS STRUCTURE
   ========================================================================== */
/* ==========================================================================
   Structure
   ========================================================================== */
/* The outer wrappers of your website */
/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {
  /*max-width: 1440px;*/
  margin: 0 auto;
}

.center-wrap {
  float: none !important;
  max-width: 100%;
  margin: 0 auto !important;
  position: relative;
  z-index: 2;
  padding: 60px 110px 0 110px;
}

@media (max-width: 1024px) {
  .center-wrap {
    padding: 60px 60px 0 60px;
  }
}

@media (max-width: 768px) {
  .center-wrap {
    padding: 0;
  }
}

.body-container-wrapper {
  overflow-x: hidden;
}

.btn.large, #bottomtray-test form input.large[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input.large[type="submit"], #form-module div.widget-type-form span > div form .hs_submit input.large[type="submit"], body.blog .widget-type-blog_comments form .hs_submit input.large[type="submit"], body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input.large {
  padding: .5rem 1rem;
  font-family: Averta-Semibold;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .home-page .section-wrapper.nopad-bottom {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .home-page .section-wrapper.nopad-bottom {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .home-page .section-wrapper div.section-title {
    padding: 0 0 0 30px;
    height: 40px;
    margin-top: 30px;
  }
  .home-page .section-wrapper div.section-title h4 {
    position: relative;
    top: 1px;
  }
}

.home-page .section-wrapper .section-content {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .home-page .section-wrapper .section-content {
    margin-bottom: 30px;
  }
}

.home-page .section-wrapper .section-content .section-content-description p {
  margin: 0;
}

.section-wrapper {
  transition: .25s linear;
  padding: 60px 110px;
}

@media (max-width: 1024px) {
  .section-wrapper {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .section-wrapper {
    padding: 30px;
  }
  .section-wrapper .section-title.back-1 {
    background-color: #1E163C;
  }
  .section-wrapper .section-title.back-2 {
    background-color: #332C4E;
  }
  .section-wrapper .section-title.back-3 {
    background-color: #09002A;
  }
}

@media (max-width: 480px) {
  .section-wrapper {
    padding: 30px;
  }
}

.section-wrapper.nopad-bottom {
  padding: 60px 110px 0;
}

@media (max-width: 1024px) {
  .section-wrapper.nopad-bottom {
    padding: 60px 60px 0;
  }
}

@media (max-width: 480px) {
  .section-wrapper.nopad-bottom {
    padding: 30px 30px 0;
  }
}

.section-wrapper.fullpad-bottom {
  padding-bottom: 110px;
}

@media (max-width: 1024px) {
  .section-wrapper.fullpad-bottom {
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .section-wrapper.fullpad-bottom {
    padding-bottom: 30px;
  }
}

.section-wrapper > * {
  max-width: 1146px;
  margin: 0 auto !important;
}

.section-wrapper .section-items-wrapper span:not(.hs_cos_wrapper_type_linked_image) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.section-wrapper .section-items-wrapper span:not(.hs_cos_wrapper_type_linked_image) > div {
  width: calc(33% - 1rem);
  min-width: 280px;
  padding: 0;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .section-wrapper .section-items-wrapper span:not(.hs_cos_wrapper_type_linked_image) > div {
    margin: 1rem 0;
  }
}

.section-wrapper .section-items-wrapper span:not(.hs_cos_wrapper_type_linked_image) > div p {
  margin: 0 110px 0 0;
}

@media (max-width: 1245px) {
  .section-wrapper .section-items-wrapper span:not(.hs_cos_wrapper_type_linked_image) > div p {
    margin: 0 60px 0 0;
  }
}

@media (max-width: 1120px) {
  .section-wrapper .section-items-wrapper span:not(.hs_cos_wrapper_type_linked_image) > div p {
    margin: 0 30px 0 0;
  }
}

@media (max-width: 960px) {
  .section-wrapper .section-items-wrapper span:not(.hs_cos_wrapper_type_linked_image) > div p {
    margin: 0 60px 0 0;
  }
}

@media (max-width: 767px) {
  .section-wrapper .section-items-wrapper span > div {
    width: 100% !important;
  }
  .section-wrapper .section-items-wrapper span > div p {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .section-wrapper .section-items-wrapper span {
    padding: 30px !important;
  }
}

.section-wrapper div.section-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 110px;
}

@media (max-width: 1024px) {
  .section-wrapper div.section-title {
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .section-wrapper div.section-title {
    padding-bottom: 30px;
  }
}

.section-wrapper div.section-title span {
  color: #FFF;
}

.section-wrapper div.section-title.uppercase span {
  text-transform: uppercase;
}

.section-wrapper div.section-title.bold span {
  font-weight: bold;
}

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

.follow-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: .25rem;
}

.follow-wrapper i {
  margin-right: .25rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #09002A;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #09002A;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #09002A;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #09002A;
}

/* ==========================================================================
   Content
   ========================================================================== */
.body-container-wrapper {
  margin-top: 50px;
}

/* Unique Pages
   ========================================================================== */
/* Homepage */
/* Contact Us */
/* About Us */
/* Modular & Reusable Components
   ========================================================================== */
/* Callouts */
/* Social Media Custom Icons */
/* Additional Menus aside from the Main Nav */
/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS
   ========================================================================== */
/* Common Template Selectors
   ========================================================================== */
/* Common One Column Selectors */
/* Common Two Column Selectors */
/* Common Three Column Selectors */
/* Site Pages
   ========================================================================== */
/* One Column Template */
/* Two Column Template */
/* Three Column Template */
/* Landing Pages
   ========================================================================== */
/* One Column Template */
/* Two Column Template */
/* Three Column Template */
/* System Pages
   ========================================================================== */
/* Error Templates 404, 500 */
/* Password template */
/* Email Subscribition templates */
/* ==========================================================================
   5. COS COMPONENTS
   ========================================================================== */
/* ==========================================================================
   Blog
   ========================================================================== */
/* Blog Post and Listing Body Class */
/* Blog Post */
/* Blog Listing */
/* Blog Columns Wrapper */
/* Blog Content Column
   ========================================================================== */
/* Use this to style the main wrapper for the blog listing pages */
/* Use this to style the main wrapper for the blog post pages */
/* Blog Title */
/* Blog Post Title */
/* Blog Author and Avatar */
/* Use this to set up different styling for your blog posts */
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
/* Blog Topics List */
/**
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping
 */
.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/**
 * Blog Commments
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment-date {
  font-size: 13px;
  text-align: right;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

/* Pagination */
/**
 * Blog Author Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */
/**
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */
/* Blog Sidebar
   ========================================================================== */
/* Blog Modules */
/* Form Module
   ========================================================================== */
/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}

#hs-pwd-widget-password {
  height: auto !important;
}

/* Form Field */
/* Descriptions */
/* Labels */
/* One Line Inputs */
/* Separate Styles for Multiple Line Inputs */
/* Separate Styles for Drop Downs */
/* Multiple Selection Inputs */
/* Blog Comment Form
   ========================================================================== */
/* Label */
/* Inputs */
/* Error */
/* Blog Subscription Form
   ========================================================================== */
/* Label */
/* Inputs */
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* Google Search Form
   ========================================================================== */
/* Label */
/* Input */
/* Multi Column Form
   ========================================================================== */
/* Multiple Selection Inputs */
body form.hs-form fieldset {
  max-width: none;
}

body form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

body form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,
  body form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
/* All Global Buttons (Excluding CTAs)
   ========================================================================== */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Averta-Semibold;
  font-size: 100;
  text-decoration: none !important;
}

/* Form Module Button
   ========================================================================== */
/* Blog Comment Button
   ========================================================================== */
/* Blog Subscription Button
   ========================================================================== */
/* Google Search Button
   ========================================================================== */
/* CTA Buttons
   ========================================================================== */
/**
 * Override global CTA styles by wrapping the CTA module in a module group
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags.
*/
/* ==========================================================================
   6. MISCELLANOUS
   ========================================================================== */
/**
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and
 * FOOTER sections.  Custom styles for anything in-between the header and footer
 * (such as, styles that are unique to the HOMEPAGE only), must go in the
 * CONTENT section.
*/
/* ==========================================================================
   7. MOBILE MEDIA QUERIES
   ========================================================================== */
/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */
/* Landscape tablet and smaller devices
   ========================================================================== */
/* Landscape phones and smaller devices
   ========================================================================== */
/* ==========================================================================
   8. UTILITY CLASSES
   ========================================================================== */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 1025px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1025px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* ==========================================================================
   9. SPACER CLASSES
========================================================================== */
/* Page masthead */
.masthead {
  width: 100vw;
  height: 40vh;
  text-align: left;
  position: relative;
}

.masthead.landing_page {
  width: 100vw;
  height: 90vh;
}

.masthead__bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.masthead__content-wrap {
  color: #f8f8f8;
  width: 100%;
  margin: 0 auto !important;
  padding: 160px 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .masthead__content-wrap {
    margin: none !important;
  }
}

@media (min-width: 1367px) {
  .masthead__content-wrap {
    max-width: 1146px;
    margin: 0 auto;
  }
}

@media (max-width: 1366px) {
  .masthead__content-wrap > * {
    max-width: 1146px;
    margin: 0 auto;
  }
}

@media (min-width: 1367px) {
  .masthead__content-wrap {
    padding: 160px 0px;
  }
}

@media (max-width: 1024px) {
  .masthead__content-wrap {
    padding: 120px 60px;
  }
}

@media (max-width: 767px) {
  .masthead__content-wrap {
    padding: 120px 30px;
  }
}

@media (max-width: 480px) {
  .masthead__content-wrap {
    padding: 50px 30px;
  }
}

.masthead__content-wrap h5 {
  width: 100%;
}

.masthead__content-wrap h5,
.masthead__content-wrap h6 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .masthead__content-wrap h5,
  .masthead__content-wrap h6 {
    margin-bottom: 30px;
    width: 100%;
  }
}

.masthead.content_page .masthead__content-wrap {
  position: absolute;
  bottom: 40px;
}

.masthead__more-link {
  font-size: 3rem;
  line-height: 20px;
  width: 40px;
  height: 40px;
  margin-top: 40px;
  color: #f8f8f8;
  position: relative;
  width: 100%;
}

.masthead.content_page .masthead__more-link {
  display: none;
}

.masthead__bg a {
  color: #f8f8f8 !important;
}

.masthead__bg a:not(.ancho):hover {
  color: #f8f8f8;
  opacity: 0.75;
}

.masthead__more-link a.ancho {
  cursor: pointer;
  transition: all .3s ease;
}
.masthead__more-link a.ancho:hover {
    opacity: .8;
}


.masthead__more-link a.ancho img {
  max-width: 80px;
  display: block;
  position: relative;
  left: -10px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .masthead.landing_page {
    max-height: 90vw;
  }
  .masthead__more-link {
    font-size: 4rem;
  }
}

/*------------------------------------*-------- Transformer accordion
\*------------------------------------*/
@media (max-width: 767px) {
  /*----- Mobile Accordion -----*/
  .trans-accordion, .trans-accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .trans-accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    max-width: 100%;
  }
  .trans-accordion-section-wrapper:nth-child(3n+1) {
    background: rgba(255, 255, 255, 0);
  }
  .trans-accordion-section-wrapper:nth-child(3n+2) {
    background: rgba(255, 255, 255, 0.15);
  }
  .trans-accordion-section-wrapper:nth-child(2n+3) {
    background: rgba(255, 255, 255, 0.3);
  }
  /*----- Section Titles -----*/
  .trans-accordion-section-title {
    width: 100%;
    padding: 0 30px;
    display: inline-block;
    color: white;
    transition: all linear 0.15s;
    text-decoration: none;
    min-height: 84px;
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative;
  }
  .trans-accordion-section-title.active, .trans-accordion-section-title:hover {
    color: white;
    /* Type */
    text-decoration: none;
  }
  .trans-accordion-section:last-child .trans-accordion-section-title {
    border-bottom: none;
  }
  .trans-accordion-section-title {
    position: relative;
  }
  .trans-accordion-section-title:before, .trans-accordion-section-title:after {
    content: "";
    background: #1FF3BB;
    position: absolute;
    right: 30px;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    transition: .25s linear;
  }
  .trans-accordion-section-title:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .trans-accordion-section-title.active:after {
    transform: translateY(-50%) rotate(0deg);
  }
  /*.trans-accordion-section-title::after{
        content: "+";
        font-family: Averta-Thin;
        font-size: 40px;
        line-height: 1;
        color: $tealColor;
        position: relative;
        right: 10px;
        float: right;
    }

    .trans-accordion-section-title.active::after{
        content: "–";
    }/*

    /*----- Section Content -----*/
  .trans-accordion-section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }
  .trans-accordion-section-title h2, .trans-accordion-section-title h2:hover {
    display: inline-block;
    color: white;
    position: relative;
  }
  .trans-accordion-section-title i {
    font-size: 36px;
    color: white;
    margin-right: 20px;
  }
  .trans-accordion-section-content.open {
    max-height: 300px;
  }
  .trans-accordion-section-content .btn--secondary-dark.btn--trans-accordion, .trans-accordion-section-content .home-page .section-content .section-content-link a.btn--trans-accordion, .home-page .section-content .section-content-link .trans-accordion-section-content a.btn--trans-accordion {
    color: #8923D4;
    border: none;
    padding: 0;
    min-width: 0;
    background: transparent;
    font-family: Averta-Regular;
  }
  .accordion-content-wrap {
    padding: 30px;
    color: #09002A;
    background: rgba(255, 255, 255, 0.8);
  }
  /*.trans-accordion-section-wrapper {
        min-height: 84px;
        display: flex;
        align-items: center;
        max-width: 100%;
        position: relative;
    }*/
}

@media (min-width: 768px) {
  .trans-accordion-header-title {
    margin-bottom: 40px;
    display: inline-block;
  }
  .trans-accordion-header-title strong {
    font-size: 26px;
  }
  .trans-accordion-section-wrapper {
    width: 49%;
    display: inline-block;
    padding-bottom: 110px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .trans-accordion-section-wrapper {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 480px) {
  .trans-accordion-section-wrapper {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .trans-accordion-section-content {
    margin-right: 110px;
  }
}

@media (min-width: 768px) and (max-width: 1245px) {
  .trans-accordion-section-content {
    margin-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1120px) {
  .trans-accordion-section-content {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .trans-accordion-section-content {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .trans-accordion-section-title h2, .trans-accordion-section-title h2:hover {
    display: inline-block;
    color: white;
    top: -2px;
    position: relative;
  }
  .trans-accordion-section-title i {
    font-size: 40px;
    color: white;
    margin-right: 20px;
  }
  .trans-accordion-section-content.open {
    max-height: 300px;
  }
  .accordion-content-wrap {
    color: white;
  }
  .accordion-content-wrap p {
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 30px 0;
  }
}

@media (min-width: 960px) {
  .trans-accordion-section-wrapper {
    width: 33%;
  }
}

@media (min-width: 960px) and (max-width: 1120px) {
  .trans-accordion-section-wrapper {
    width: 32%;
  }
}

/*----- End accordion -----*/
/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] {
  min-height: 1px;
}

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}

@media (max-width: 479px) {
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important;
    /* Stack social icons into two rows on phones */
  }
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span {
  vertical-align: top !important;
  /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}

#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

#caldays {
  margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Space Module */
.widget-type-space {
  visibility: hidden;
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* All Global Forms
   ========================================================================== */
/* Form Group */
.form-group {
  margin-bottom: 1em;
}

/* Form Field */
/* Descriptions */
/* Labels */
/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  font-family: Averta-Light;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #e1dfe7;
  border: solid 1px transparent;
  color: #09002A;
  border-radius: 4px;
  padding: 6px;
  width: 100%;
}

body input[type="file"] {
  width: auto;
  max-width: 100%;
}

body input:focus {
  border: solid 1px #9f9cad;
  outline-color: transparent;
  outline-style: none;
}

form label {
  font-size: 16px;
  color: #09002A;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Separate Styles for Multiple Line Inputs */
/* Separate Styles for Drop Downs */
/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

body input.theme[type="radio"]:checked,
body input.theme[type="radio"]:not(:checked),
body input.theme[type="checkbox"]:checked,
body input.theme[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

body input.theme[type="radio"]:checked + label,
body input.theme[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #09002A;
}

body input.theme[type="radio"]:checked + label:before,
body input.theme[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #09002A;
  border-radius: 100%;
  background: transparent;
}

body input.theme[type="radio"]:checked + label:after,
body input.theme[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #09002A;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body input.theme[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

body input.theme[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*Checkbox*/
body input.theme[type="checkbox"]:checked + label,
body input.theme[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #09002A;
}

body input.theme[type="checkbox"]:checked + label:before,
body input.theme[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #09002A;
  border-radius: 20%;
  background: transparent;
}

body input.theme[type="checkbox"]:checked + label:after,
body input.theme[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: opacity 0.2s;
}

body input.theme[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

body input.theme[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* Slect box */
.brand-select {
  padding: 0;
  margin: 0;
  width: 160px;
  overflow: hidden;
  background: transparent;
  border-radius: 4px;
  border: solid 1px #09002A;
  position: relative;
  cursor: pointer;
}

.brand-select::after {
  content: "\f107";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  color: #09002A;
  opacity: 0.75;
  pointer-events: none;
}

.brand-select select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.brand-select select:focus {
  outline: none;
}

/*Select with custom DOM element, for desktop*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.custom-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #09002A;
  width: 220px;
  height: 30px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2px 8px;
  transition: all 0.2s ease-in;
  border: 1px solid #09002A;
  border-radius: 4px;
}

.select-styled:after {
  content: "\f107";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  text-align: center;
  right: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  color: #09002A;
  opacity: 0.75;
  pointer-events: none;
}

.select-styled:active:after, .select-styled.active:after {
  transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  background: white;
  border: 1px solid #09002A;
  border-radius: 4px;
}

.select-options li {
  margin: 0;
  padding: 6px 0;
  text-indent: 15px;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  background: #e1dfe7;
}

.select-options li[rel="hide"] {
  display: none;
}

/*End custom select*/
/* Required */
/* Error */
body input.error,
body textarea.error,
body select.error {
  border-color: #FF3B5C;
  background: white;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  /* Webkit Browsers */
  /* color: #555;
   opacity: 1; */
}

:-moz-placeholder {
  /* Firefox 18- */
  /* color: #555;
   opacity: 1; */
}

::-moz-placeholder {
  /* Firefox 19+ */
  /* color: #555;
   opacity: 1; */
}

:-ms-input-placeholder {
  /* IE10 */
  /* color: #555;
   opacity: 1; */
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0;
}

/* Horizontal Menu
   ========================================================================== */
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
   ========================================================================== */
.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }
  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }
  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Blog Author Section */
.hs-author-social-links {
  display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden;
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
  outline: none;
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {
  margin: 0;
  padding: 0;
}

.hs_cos_flex-slider .hs_cos_flex-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  border-radius: 0px;
}

.hs_cos_flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .hs_cos_flex-slides {
  display: block;
}

* html .hs_cos_flex-slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {
  margin: 0 0 60px;
  background: #fff;
  border: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}

.hs_cos_flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .hs_cos_flex-viewport {
  max-height: 300px;
}

.hs_cos_flex-slider .hs_cos_flex-slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.hs_cos_flex-direction-nav {
  *height: 0;
}

.hs_cos_flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
  background-position: 100% 0;
  right: -36px;
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
  left: -36px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
  opacity: 0.8;
  right: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
  opacity: 0.8;
  left: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
  opacity: 1;
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.hs_cos_flex_thumbnavs-direction-nav {
  *height: 0;
}

.hs_cos_flex_thumbnavs-direction-nav a {
  width: 30px;
  height: 140px;
  margin: -60px 0 0;
  display: block;
  background: url(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 40%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  background-position: 100% 40%;
  right: 0px;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0px;
}

.hs-cos-flex-slider-control-panel img {
  cursor: pointer;
}

.hs-cos-flex-slider-control-panel img:hover {
  opacity: .8;
}

.hs-cos-flex-slider-control-panel {
  margin-top: -30px;
}

/* Control Nav */
.hs_cos_flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.hs_cos_flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.hs_cos_flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.hs_cos_flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.hs_cos_flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.hs_cos_flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.hs_cos_flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.hs_cos_flex-control-thumbs img:hover {
  opacity: 1;
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    opacity: 1;
    left: 0;
  }
  .hs_cos_flex-direction-nav .hs_cos_flex-next {
    opacity: 1;
    right: 0;
  }
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h2.special,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: -4px;
}

.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre {
  overflow-x: auto;
}

/* responsive pre tables */
table pre {
  white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
  margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden;
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 67px !important;
  }
  #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 280px !important;
  }
}

@media (max-width: 767px) {
  .home-page .verticalHeroTab-title-wrap.section-title-mobile {
    padding: 0 0 0 30px;
    height: 40px;
    background-color: #09002A;
  }
}

/*------------------------------------*-------- Vertical Hero Tab
\*------------------------------------*/
.verticalHeroTab_wrapper {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  margin: 0;
  height: calc(100vh - 54px - 50px);
}

@media (min-width: 768px) {
  .verticalHeroTab_wrapper {
    min-height: 610px;
  }
}

@media (max-width: 767px) {
  .verticalHeroTab_wrapper.section-wrapper {
    padding: 0;
  }
}

.verticalHeroTab_wrapper > ul {
  text-align: left;
}

.verticalHeroTab_wrapper > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .verticalHeroTab_wrapper .verticalHeroTab-title-wrap.section-title-mobile {
    display: none;
  }
}

.verticalHeroTab_wrapper .verticalHeroTab-title-wrap-inner.section-title {
  z-index: 20;
  width: 100%;
}

.verticalHeroTab_wrapper .verticalHeroTab-title-wrap-inner.section-title h4 {
  display: block;
  color: white;
  font-family: Averta-Bold, Sans-Serif;
  text-transform: uppercase;
}

.verticalHeroTab_wrapper .tab-content {
  margin: 0;
  height: calc(100% - 2*110px);
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .verticalHeroTab_wrapper .tab-content {
    height: calc(100% - 2*60px);
  }
}

@media (max-width: 767px) {
  .verticalHeroTab_wrapper .tab-content {
    position: relative;
    height: calc(100% - 40px);
  }
}

.verticalHeroTab_wrapper .tab-content .tabs {
  float: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.verticalHeroTab_wrapper .tab-content .tabs li {
  width: auto;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  cursor: pointer;
  z-index: 31;
}

.verticalHeroTab_wrapper .tab-content .tabs li a {
  display: block;
  height: auto;
  white-space: normal;
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2;
  position: relative;
  z-index: 30;
  padding: 0;
}

@media (max-width: 1023px) {
  .verticalHeroTab_wrapper .tab-content .tabs li a {
    font-size: 20px;
  }
}

.verticalHeroTab_wrapper .tab-content .tabs li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  z-index: 11;
  transition: all .3s ease;
}

.verticalHeroTab_wrapper .tab-content .tabs li:nth-child(1):before {
  background-color: rgba(9, 0, 42, 0.6);
}

.verticalHeroTab_wrapper .tab-content .tabs li:nth-child(2):before {
  background-color: rgba(9, 0, 42, 0.5);
}

.verticalHeroTab_wrapper .tab-content .tabs li:nth-child(3):before {
  background-color: rgba(9, 0, 42, 0.4);
}

.verticalHeroTab_wrapper .tab-content .tabs li:nth-child(4):before {
  background-color: rgba(9, 0, 42, 0.3);
}

.verticalHeroTab_wrapper .tab-content .tabs li:nth-child(5):before {
  background-color: rgba(9, 0, 42, 0.2);
}

.verticalHeroTab_wrapper .tab-content .tabs li.active:before,
.verticalHeroTab_wrapper .tab-content .tabs li.active:hover :before {
  background: transparent !important;
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content {
  display: none;
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content.active {
  display: block;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content.active {
    width: 100%;
  }
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content.active img.tab-cover-bg {
    display: none;
  }
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content.active:before {
    content: '';
    background-size: cover !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content img.tab-cover-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  user-select: none;
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap {
  display: flex !important;
  align-items: center;
  color: #FFF;
  height: 100%;
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: calc(100% - 55px);
}

@media (min-width: 768px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div {
    width: calc(100% - 80px);
  }
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text {
  display: inline-block;
  width: 100%;
  padding-left: 5rem;
}

@media (max-width: 1024px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text {
    padding-left: 2rem;
  }
}

@media (max-width: 768px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text {
    margin-top: 1rem;
  }
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text.single {
  padding-left: 0 !important;
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text.single h6 {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text.single .cta-button {
    top: 0;
  }
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text .cta-button {
  width: 100%;
  position: relative;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .right-text .cta-button {
    position: relative;
    bottom: 0;
    top: 1rem;
  }
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left {
  width: 250px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 1090px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left {
    text-align: center;
  }
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto 1rem;
}

@media (max-width: 768px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left img {
    max-width: 75px;
    margin: 0 0 1rem;
  }
}

.verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left h2 {
  width: 100%;
}

@media (max-width: 768px) {
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left {
    width: 200px;
  }
  .verticalHeroTab_wrapper .tab-content .verticalHeroTab_content .tab-content-wrap > div .text-left h2 {
    font-size: 3rem;
    font-family: Averta-Thin, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .product-page .verticalHeroTab_wrapper .tabs,
  .blog .verticalHeroTab_wrapper .tabs,
  .industry-page .verticalHeroTab_wrapper .tabs {
    top: 0 !important;
  }
  .home-page .verticalHeroTab_wrapper.section-wrapper {
    padding: 0;
  }
  .home-page .verticalHeroTab_wrapper .tabs {
    top: 0 !important;
  }
  .home-page .verticalHeroTab_wrapper {
    height: calc(100vh - 55px - 54px - 40px);
    min-height: 600px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .home-page .verticalHeroTab_wrapper .verticalHeroTab-title-wrap.section-title-mobile h4 {
    font-family: Averta-SemiBold, Sans-Serif;
    text-transform: uppercase;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .product-page .verticalHeroTab_wrapper,
  .blog .verticalHeroTab_wrapper,
  .industry-page .verticalHeroTab_wrapper {
    height: auto;
  }
  .verticalHeroTab_wrapper .tabs {
    z-index: 12;
  }
  .verticalHeroTab_wrapper .verticalHeroTab_content img.tab-cover-bg {
    position: absolute;
    min-width: 800px;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .verticalHeroTab_wrapper i.large {
    font-size: 60px;
    margin: 0 0 30px 0;
  }
  .verticalHeroTab_wrapper .tab-content-wrap {
    padding: 30px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .verticalHeroTab_wrapper .verticalHeroTab-title-wrap-inner.section-title {
    position: relative;
  }
  .verticalHeroTab_wrapper .verticalHeroTab-title-wrap-inner.section-title p {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .verticalHeroTab_wrapper .tab-content {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .verticalHeroTab_wrapper .tab-content {
    height: calc(100% - 40px);
    position: relative;
  }
  .verticalHeroTab_wrapper .tab-content .tabs li {
    width: 80px;
  }
}

@media screen and (max-width: 360px) {
  .verticalHeroTab_wrapper .verticalHeroTab_content .tab-content-wrap {
    width: 100%;
  }
  .verticalHeroTab_wrapper .tab-content {
    height: calc(100% - 40px);
    position: relative;
  }
}

@media (max-width: 767px) {
  .section-wrapper .section-items-wrapper.accordion > span {
    padding: 0 !important;
  }
  .section-wrapper .section-items-wrapper.accordion > span > div {
    margin: 0;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content {
    background-color: #CAC8D0;
    margin: 0 !important;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content.open > div:not(.section-content-title) {
    max-height: 100%;
    padding: 30px;
    height: 84px;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content.open .section-content-title:after {
    transform: translateY(-50%) rotate(0deg);
  }
  .section-wrapper .section-items-wrapper.accordion .section-content > div:not(.section-content-title) {
    max-height: 0;
    padding: 0;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content .section-content-title {
    padding-left: 30px;
    width: 100%;
    position: relative;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content .section-content-title.back-1 {
    background-color: #1E163C;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content .section-content-title.back-2 {
    background-color: #332C4E;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content .section-content-title.back-3 {
    background-color: #09002A;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content .section-content-title:after, .section-wrapper .section-items-wrapper.accordion .section-content .section-content-title:before {
    content: "";
    background: #1ff3bb;
    position: absolute;
    right: 30px;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    transition: .25s linear;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content .section-content-title:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .section-wrapper .section-items-wrapper.accordion .section-content .section-content-description p {
    color: #09002A;
  }
  .section-wrapper .section-items-wrapper.accordion .section-content .section-content-link a {
    border: none !important;
    color: #8423CF !important;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
  }
}

.product-page .masthead {
  height: auto;
}

.product-page .masthead .masthead__content-wrap {
  flex-wrap: nowrap;
  max-width: 100%;
  max-width: 1146px;
  padding: 160px 130px;
}

@media (min-width: 1367px) {
  .product-page .masthead .masthead__content-wrap {
    padding: 160px 0px;
  }
}

@media (max-width: 1121px) {
  .product-page .masthead .masthead__content-wrap {
    padding: 120px 60px;
  }
}

@media (max-width: 480px) {
  .product-page .masthead .masthead__content-wrap {
    padding: 50px 20px;
  }
}

@media (max-width: 768px) {
  .product-page .masthead .masthead__content-wrap {
    flex-wrap: wrap;
  }
}

.product-page .masthead .masthead__content-wrap .header-left {
  text-align: center;
}

@media (max-width: 768px) {
  .product-page .masthead .masthead__content-wrap .header-left {
    width: 100% !important;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .product-page .masthead .masthead__content-wrap .header-left i {
    font-size: 150px !important;
  }
  .product-page .masthead .masthead__content-wrap .header-left img {
    max-width: 150px;
  }
  .product-page .masthead .masthead__content-wrap .header-left .product-name {
    margin-left: 1rem;
    max-width: 125px;
  }
}

.product-page .masthead .masthead__content-wrap .header-left i {
  font-size: 200px;
}

.product-page .masthead .masthead__content-wrap .header-left img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  .product-page .masthead .masthead__content-wrap .header-left img {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .product-page .masthead .masthead__content-wrap .header-left img {
    max-width: 100px;
  }
}

.product-page .masthead .masthead__content-wrap .header-left .product-name {
  max-width: 250px;
  margin: 0 auto;
}

.product-page .masthead .masthead__content-wrap .header-left .product-name p {
  font-family: Averta-Thin;
}

@media (min-width: 768px) {
  .product-page .masthead .masthead__content-wrap .header-left + .header-content {
    margin-left: 60px;
  }
}

.product-page .masthead .masthead__content-wrap .cta-button .btn, .product-page .masthead .masthead__content-wrap .cta-button #bottomtray-test form input[type="submit"], #bottomtray-test form .product-page .masthead .masthead__content-wrap .cta-button input[type="submit"], .product-page #form-module div.widget-type-form span > div form .hs_submit .masthead .masthead__content-wrap .cta-button input[type="submit"], .product-page .masthead .masthead__content-wrap .cta-button .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit .product-page .masthead .masthead__content-wrap .cta-button input[type="submit"], .product-page .masthead .masthead__content-wrap .cta-button #form-module div.widget-type-form span > div form .hs_submit input[type="submit"], #form-module div.widget-type-form span > div form .hs_submit .product-page .masthead .masthead__content-wrap .cta-button input[type="submit"], .product-page .masthead .masthead__content-wrap .cta-button body.blog .widget-type-blog_comments form .hs_submit input[type="submit"], body.blog .widget-type-blog_comments form .hs_submit .product-page .masthead .masthead__content-wrap .cta-button input[type="submit"], .product-page .masthead .masthead__content-wrap .cta-button body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit .product-page .masthead .masthead__content-wrap .cta-button input {
  color: #000 !important;
  background-color: #FFF;
  padding: .5rem 2rem;
}

.product-page .masthead .masthead__content-wrap .masthead__more-link {
  display: none;
}

.product-page .jumpto-wrapper.section-wrapper {
  min-height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow-x: scroll;
  width: 100%;
  justify-content: flex-start;
}

.product-page .jumpto-wrapper.section-wrapper > * {
  max-width: none;
}

.product-page .jumpto-wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
  padding: 0 30px;
  margin: 0;
}

.product-page .jumpto-wrapper ul li {
  margin: .5rem;
  cursor: pointer;
}

.product-page .jumpto-wrapper ul li.test {
  position: relative;
  min-width: 100px;
}

.product-page .jumpto-wrapper ul li.test p {
  margin: 0;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-page .jumpto-wrapper ul li.test p:after {
  content: '\f105';
  position: absolute;
  font-size: 30px;
  right: -20px;
  top: 50%;
  transform: translateY(-55%);
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-page #diagram-module.section-wrapper.not-product {
  padding: 150px 110px;
}

.product-page #diagram-module .mobile-diagram {
  display: none;
}

@media (max-width: 768px) {
  .product-page #diagram-module .mobile-diagram {
    display: block;
  }
  .product-page #diagram-module .desktop-diagram {
    display: none;
  }
}

.product-page #diagram-module img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.product-page #values-module .section-items-wrapper span > div p {
  height: 175px;
}

.product-page #problem-module .section-items-wrapper span > div p {
  height: 150px;
}

.product-page #values-module *, .product-page #problem-module * {
  color: #FFF;
}

@media (max-width: 767px) {
  .product-page #values-module.section-wrapper, .product-page #problem-module.section-wrapper {
    background-color: #EAEAEF;
  }
  .product-page #values-module *, .product-page #problem-module * {
    color: #000;
  }
  .product-page #values-module .highlight--lightgreen, .product-page #problem-module .highlight--lightgreen {
    color: #000 !important;
    font-family: 'Averta-Bold';
  }
}

.product-page #values-module .section-icon, .product-page #problem-module .section-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.product-page #values-module .section-icon img, .product-page #problem-module .section-icon img {
  max-width: 100%;
  display: block;
}

.product-page #values-module .section-items-wrapper span, .product-page #problem-module .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-page #values-module .section-items-wrapper span > div, .product-page #problem-module .section-items-wrapper span > div {
  position: relative;
}

.product-page #values-module .section-items-wrapper span > div:before, .product-page #problem-module .section-items-wrapper span > div:before {
  content: '\f105';
  position: absolute;
  top: -15px;
  left: -20px;
  font-size: 2rem;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-page #values-module .section-items-wrapper span > div p, .product-page #problem-module .section-items-wrapper span > div p {
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-page #video-module.section-wrapper {
  height: 100vh;
}

.product-page #video-module {
  position: relative;
}

@media (min-width: 768px) {
  .product-page #video-module .headers-wrapper {
    z-index: 10;
  }
}

.product-page #video-module .headers-wrapper h1, .product-page #video-module .headers-wrapper h3, .product-page #video-module .headers-wrapper h2.special {
  color: #FFF;
  width: 100%;
}

.product-page #video-module .headers-wrapper h3.video_subtitle, .product-page #video-module .headers-wrapper h2.video_subtitle.special {
  max-width: 45%;
  min-width: 300px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .product-page #video-module .headers-wrapper h3.video_subtitle, .product-page #video-module .headers-wrapper h2.video_subtitle.special {
    display: none;
  }
}

@media (min-width: 768px) {
  .product-page #video-module > div > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(9, 0, 42, 0.35);
    z-index: 1;
  }
}

.product-page #video-module .vid1-dimensions {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.product-page #video-module .vid1-dimensions .vjs-control-bar {
  z-index: 3;
}

.product-page #video-module .vid1-dimensions button.vjs-big-play-button {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important;
  height: 100px !important;
  width: 100px !important;
  border: none !important;
  background-color: transparent !important;
  outline: none;
  z-index: 100;
}

.product-page #video-module .vid1-dimensions button.vjs-big-play-button span:before {
  content: '' !important;
  background: url(https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/images/video_btn.png?t=1540950409130) no-repeat !important;
  font-family: '' !important;
  border: none !important;
  width: 100px !important;
  height: 100px !important;
  background-size: contain !important;
  filter: drop-shadow(0px 2px 1px #000) !important;
}

.product-page #features-module * {
  color: #09002A;
}

.product-page #features-module .section-wrapper {
  position: relative;
}

.product-page #features-module #features-side-image-module .section-items-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .product-page #features-module #features-side-image-module .section-items-wrapper span > div {
    width: 85%;
  }
}

.product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list > span {
  max-height: 100%;
  height: 100%;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
}

.product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item {
    flex-wrap: wrap;
  }
}

.product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item--icon {
  max-width: 25%;
  width: 100%;
  display: inline-block;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item--icon {
    max-width: 100%;
    display: block;
  }
}

.product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item--icon img {
  max-width: 100%;
  display: block;
  float: left !important;
  margin: 0 !important;
  height: auto;
}

@media (max-width: 767px) {
  .product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item--icon img {
    max-width: 45px !important;
    width: 100%;
    height: 100%;
  }
}

.product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item-desc {
  display: inline-block;
  max-width: 72.5%;
  width: 100%;
}

@media (max-width: 767px) {
  .product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item-desc {
    display: block;
    max-width: 100%;
    margin-top: 1rem;
  }
}

.product-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item-desc p {
  width: 100%;
}

.product-page #features-module #features-list-module {
  display: block;
}

.product-page #features-module #features-list-module .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-page #features-module #features-list-module .section-items-wrapper span > div .btn.large, .product-page #features-module #features-list-module .section-items-wrapper span > div #bottomtray-test form input.large[type="submit"], #bottomtray-test form .product-page #features-module #features-list-module .section-items-wrapper span > div input.large[type="submit"], .product-page #form-module div.widget-type-form #features-module #features-list-module .section-items-wrapper span > div form .hs_submit input.large[type="submit"], .product-page #features-module #features-list-module .section-items-wrapper span > div .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input.large[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit .product-page #features-module #features-list-module .section-items-wrapper span > div input.large[type="submit"], .product-page #features-module #features-list-module .section-items-wrapper #form-module div.widget-type-form span > div form .hs_submit input.large[type="submit"], #form-module div.widget-type-form .product-page #features-module #features-list-module .section-items-wrapper span > div form .hs_submit input.large[type="submit"], .product-page #features-module #features-list-module .section-items-wrapper span > div body.blog .widget-type-blog_comments form .hs_submit input.large[type="submit"], body.blog .widget-type-blog_comments form .hs_submit .product-page #features-module #features-list-module .section-items-wrapper span > div input.large[type="submit"], .product-page #features-module #features-list-module .section-items-wrapper span > div body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input.large, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit .product-page #features-module #features-list-module .section-items-wrapper span > div input.large {
  padding: .5rem 2rem;
}

.product-page #features-module #features-list-module .section-items-wrapper span > div .section-content-description {
  height: 175px;
  overflow: hidden;
}

.product-page #features-module #features-list-module .section-items-wrapper span > div .section-content-description h4 {
  text-overflow: ellipsis;
  font-family: Averta-Regular;
}

.product-page #features-module #features-side-image-module {
  display: block;
}

@media (max-width: 767px) {
  .product-page #features-module .section-wrapper.open .section-items-wrapper {
    padding: 30px 0 !important;
  }
}

.product-page #features-module .section-wrapper .section-items-wrapper > div:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 400px;
}

@media (max-width: 767px) {
  .product-page #features-module .section-wrapper .section-items-wrapper > div:last-child {
    transform: translateY(0);
    position: relative;
    left: 0 !important;
    right: 0 !important;
    margin-top: 2rem;
    max-width: 100%;
  }
}

.product-page #features-module .section-wrapper .section-items-wrapper span img {
  max-width: 100%;
}

.product-page #features-module #features2-module .section-items-wrapper > div:last-child {
  right: 0px;
}

.product-page #features-module #features2-module .section-items-wrapper span img {
  margin-left: calc( -35% - 110px);
}

.product-page #features-module #features1-module .section-items-wrapper span img {
  float: right;
  margin-right: calc( -35% - 110px);
}

@media (max-width: 1024px) and (max-width: 767px) {
  .product-page #features-module #features2-module .section-items-wrapper h2 {
    padding: 0 60px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .product-page #features-module #features2-module .section-items-wrapper span img {
    float: none;
    margin-left: -60px;
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) and (max-width: 767px) and (max-width: 480px) {
  .product-page #features-module #features2-module .section-items-wrapper span img {
    margin-left: -30px;
  }
}

@media (max-width: 1024px) {
  .product-page #features-module #features1-module .section-items-wrapper > div:last-child {
    left: 60px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .product-page #features-module #features1-module .section-items-wrapper h2 {
    padding: 0 60px;
  }
}

@media (max-width: 1024px) {
  .product-page #features-module #features1-module .section-items-wrapper span {
    padding: 0 60px 30px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .product-page #features-module #features1-module .section-items-wrapper span img {
    margin-left: -60px;
    margin-right: 0;
    float: none;
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) and (max-width: 767px) and (max-width: 480px) {
  .product-page #features-module #features1-module .section-items-wrapper span img {
    margin-left: -30px;
  }
}

.product-page #services-module h1,
.product-page #services-module1 h1 {
  color: #FFF;
}

@media (max-width: 767px) {
  .product-page #services-module *,
  .product-page #services-module1 * {
    color: #000;
  }
  .product-page #services-module.section-wrapper,
  .product-page #services-module1.section-wrapper {
    background-color: #EAEAEF;
  }
  .product-page #services-module.section-wrapper .section-content-title img,
  .product-page #services-module1.section-wrapper .section-content-title img {
    filter: invert(1);
  }
  .product-page #services-module.section-wrapper .btn--inverse,
  .product-page #services-module1.section-wrapper .btn--inverse {
    color: #8423CF;
    border-color: transparent;
    text-align: left;
    padding: 0 !important;
    font-family: 'Averta-Bold' !important;
  }
}

@media (max-width: 1060px) {
  .product-page #services-module.section-wrapper,
  .product-page #services-module1.section-wrapper {
    padding: 60px;
  }
}

.product-page #services-module .section-items-wrapper span,
.product-page #services-module1 .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 960px) {
  .product-page #services-module .section-items-wrapper span > div,
  .product-page #services-module1 .section-items-wrapper span > div {
    width: 46%;
  }
}

.product-page #services-module .section-items-wrapper span > div .btn.large, .product-page #services-module .section-items-wrapper span > div #bottomtray-test form input.large[type="submit"], #bottomtray-test form .product-page #services-module .section-items-wrapper span > div input.large[type="submit"], .product-page #form-module div.widget-type-form #services-module .section-items-wrapper span > div form .hs_submit input.large[type="submit"], .product-page #services-module .section-items-wrapper span > div .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input.large[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit .product-page #services-module .section-items-wrapper span > div input.large[type="submit"], .product-page #services-module .section-items-wrapper #form-module div.widget-type-form span > div form .hs_submit input.large[type="submit"], #form-module div.widget-type-form .product-page #services-module .section-items-wrapper span > div form .hs_submit input.large[type="submit"], .product-page #services-module .section-items-wrapper span > div body.blog .widget-type-blog_comments form .hs_submit input.large[type="submit"], body.blog .widget-type-blog_comments form .hs_submit .product-page #services-module .section-items-wrapper span > div input.large[type="submit"], .product-page #services-module .section-items-wrapper span > div body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input.large, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit .product-page #services-module .section-items-wrapper span > div input.large,
.product-page #services-module1 .section-items-wrapper span > div .btn.large,
.product-page #services-module1 .section-items-wrapper span > div #bottomtray-test form input.large[type="submit"], #bottomtray-test form
.product-page #services-module1 .section-items-wrapper span > div input.large[type="submit"], .product-page #form-module div.widget-type-form #services-module1 .section-items-wrapper span > div form .hs_submit input.large[type="submit"],
.product-page #services-module1 .section-items-wrapper span > div .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input.large[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit
.product-page #services-module1 .section-items-wrapper span > div input.large[type="submit"],
.product-page #services-module1 .section-items-wrapper #form-module div.widget-type-form span > div form .hs_submit input.large[type="submit"], #form-module div.widget-type-form
.product-page #services-module1 .section-items-wrapper span > div form .hs_submit input.large[type="submit"],
.product-page #services-module1 .section-items-wrapper span > div body.blog .widget-type-blog_comments form .hs_submit input.large[type="submit"], body.blog .widget-type-blog_comments form .hs_submit
.product-page #services-module1 .section-items-wrapper span > div input.large[type="submit"],
.product-page #services-module1 .section-items-wrapper span > div body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input.large, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit
.product-page #services-module1 .section-items-wrapper span > div input.large {
  font-size: 0.8125rem !important;
  padding: .5rem 2rem;
}

.product-page #services-module .section-items-wrapper span > div .section-content,
.product-page #services-module1 .section-items-wrapper span > div .section-content {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .product-page #services-module .section-items-wrapper span > div .section-content,
  .product-page #services-module1 .section-items-wrapper span > div .section-content {
    padding-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .product-page #services-module .section-items-wrapper span > div .section-content,
  .product-page #services-module1 .section-items-wrapper span > div .section-content {
    margin-bottom: 30px;
  }
}

.product-page #services-module .section-items-wrapper span > div .section-content .section-content-description,
.product-page #services-module1 .section-items-wrapper span > div .section-content .section-content-description {
  height: 150px;
  overflow: hidden;
}

.product-page #services-module .section-items-wrapper span > div .section-content .section-content-description p,
.product-page #services-module1 .section-items-wrapper span > div .section-content .section-content-description p {
  text-overflow: ellipsis;
}

@media (min-width: 1245px) {
  .product-page #services-module .section-items-wrapper span > div .section-content .section-content-description p,
  .product-page #services-module1 .section-items-wrapper span > div .section-content .section-content-description p {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-page #services-module .section-items-wrapper span > div .section-content .section-content-link a,
  .product-page #services-module1 .section-items-wrapper span > div .section-content .section-content-link a {
    color: #09002A !important;
    border-color: #09002A;
  }
}

@media (min-width: 769px) {
  .product-page div#partner-module {
    min-height: 50vh;
  }
  .product-page div#partner-module h4 {
    text-transform: uppercase;
  }
}

.product-page div#partner-module .section-title {
  padding-bottom: 60px;
}

.product-page div#partner-module .section-title span {
  color: #09002A;
  font-family: Averta-Bold, sans-serif;
}

@media (max-width: 767px) {
  .product-page div#partner-module .section-title span {
    color: #FFF;
    font-family: Averta-Light, sans-serif;
    text-transform: capitalize !important;
    font-weight: normal !important;
  }
}

.product-page div#partner-module .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.product-page div#partner-module .section-items-wrapper span .hs_cos_wrapper_type_linked_image {
  flex-grow: 1;
  flex-shrink: 1;
  width: 25%;
  min-width: 200px !important;
}

@media (max-width: 767px) {
  .product-page div#partner-module .section-items-wrapper span .hs_cos_wrapper_type_linked_image {
    min-width: 300px !important;
  }
}

.product-page div#partner-module .section-items-wrapper span .hs_cos_wrapper_type_linked_image img {
  margin: 0 auto;
  display: block;
  max-width: 100% !important;
  outline: none;
}

@media (max-width: 767px) {
  .product-page div#partner-module div#mobile_partners {
    position: relative;
  }
  .product-page div#partner-module div#mobile_partners .controls .next, .product-page div#partner-module div#mobile_partners .controls .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
  }
  .product-page div#partner-module div#mobile_partners .controls .next i, .product-page div#partner-module div#mobile_partners .controls .prev i {
    font-size: 30px;
  }
  .product-page div#partner-module div#mobile_partners .controls .next {
    right: 10px;
    text-align: right;
  }
  .product-page div#partner-module div#mobile_partners .controls .prev {
    left: 8px;
    text-align: left;
  }
  .product-page div#partner-module div#mobile_partners .mPartner {
    user-select: none;
  }
  .product-page div#partner-module div#mobile_partners .mPartner img {
    margin: 0 0 0 60px;
    display: block;
    user-select: none;
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 767px) {
  .product-page #fineprint-module {
    min-height: 50vh;
  }
  .product-page #fineprint-module h4 {
    text-transform: uppercase;
  }
}

.product-page #fineprint-module h4 {
  color: #FFF;
}

.product-page #fineprint-module .section-title {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .product-page #fineprint-module .section-title span {
    color: #FFF;
    font-family: Averta-Light, sans-serif;
    text-transform: capitalize !important;
    font-weight: normal !important;
  }
}

.product-page #fineprint-module .section-items-wrapper * {
  color: #FFF;
}

.product-page #fineprint-module .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-page #fineprint-module .section-items-wrapper span > div {
  padding-top: 0;
}

.product-page #fineprint-module .section-items-wrapper span > div p {
  margin: 0 60px 0 0;
}

.product-page #form-module h6 {
  color: #fff;
  margin-bottom: 60px;
}

.product-page #form-module span#hs_cos_wrapper_module_1499391155161166 {
  color: #FFF;
}

.product-page #form-module div.widget-type-form span > div {
  width: 100%;
}

.product-page #form-module div.widget-type-form span > div form {
  width: 100%;
}

.product-page #form-module div.widget-type-form span > div form * {
  color: #FFF !important;
}

.product-page #form-module div.widget-type-form span > div form .hs-form-field {
  float: left;
}

@media (max-width: 767px) {
  .product-page #form-module div.widget-type-form span > div form .hs-form-field {
    width: 100% !important;
    margin: .5rem 0 !important;
  }
}

.product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_firstname, .product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_lastname {
  width: 30%;
}

.product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_firstname > label:first-child, .product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_lastname > label:first-child {
  display: none;
}

.product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_firstname {
  margin-right: 1rem;
}

.product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_email, .product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_company {
  width: calc(60% + 1rem);
  margin-top: 1rem;
}

.product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_email > label:first-child, .product-page #form-module div.widget-type-form span > div form .hs-form-field.hs_company > label:first-child {
  display: none;
}

.product-page #form-module div.widget-type-form span > div form .hs-form-field input {
  padding: .75rem 2rem .75rem 1rem !important;
  background-color: #332C4E !important;
}

.product-page #form-module div.widget-type-form span > div form .hs_submit {
  float: left;
  margin: 1rem 0 0 2rem;
}

@media (max-width: 767px) {
  .product-page #form-module div.widget-type-form span > div form .hs_submit {
    margin: 1rem 0 0 !important;
  }
}

.product-page #form-module div.widget-type-form span > div form .hs_submit input[type="submit"] {
  min-width: 200px !important;
}

.product-page #form-module div.widget-type-form span > div form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}

.product-page #form-module div.widget-type-form span > div form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

.product-page #form-module div.widget-type-form span > div form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

.product-page #form-module div.widget-type-form span > div form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

.product-page #form-module .widget-type-text {
  padding-bottom: 30px;
}

.product-page #form-module .widget-type-text span {
  color: #FFF;
  font-family: Averta-Thin, sans-serif;
  line-height: 1;
}

.product-page #form-module .bottom-top-link {
  margin-top: 44px;
}

.product-page #form-module .bottom-top-link a {
  line-height: 1;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin-left: 65px;
  transition: all .3s ease;
}

.product-page #form-module .bottom-top-link a:hover {
  opacity: .8;
}

.product-page #form-module .bottom-top-link a img {
  max-width: 60px;
  display: block;
  position: absolute;
  top: -21px;
  left: -65px;
}

@media (max-width: 767px) {
  .product-page .row-fluid [class*="span"] {
    min-height: 0;
  }
  .product-page .section-title:not(.verticalHeroTab-title-wrap-inner) h1, .product-page .section-title:not(.verticalHeroTab-title-wrap-inner) h4, .product-page .section-title-mobile h1, .product-page .section-title-mobile h4 {
    color: #FFF !important;
    font-size: 1.375rem;
    font-weight: normal;
    text-transform: capitalize !important;
    font-family: Averta-Regular, sans-serif !important;
  }
  .product-page #video-module.section-wrapper {
    height: 100% !important;
  }
  .product-page #video-module.section-wrapper .section-items-wrapper {
    position: relative;
  }
  .product-page #form-module.section-wrapper .section-items-wrapper {
    max-height: 100% !important;
    padding: 55px;
  }
}

@media (max-width: 767px) and (max-width: 480px) {
  .product-page #form-module.section-wrapper .section-items-wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .product-page #form-module.section-wrapper .section-items-wrapper span {
    padding: 0 !important;
  }
  .product-page .verticalHeroTab_wrapper .tab-content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
  .product-page #features-module .section-wrapper > div:last-child {
    margin-top: 0;
  }
  .product-page .section-wrapper {
    padding: 0 !important;
  }
  .product-page .section-wrapper .section-icon {
    display: none !important;
  }
  .product-page .section-wrapper div.verticalHeroTab-title-wrap-inner.section-title {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #FFF;
    width: auto;
  }
  .product-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner), .product-page .section-wrapper .section-title-mobile {
    padding: 1.75rem 1.325rem !important;
    width: 100%;
  }
  .product-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner):before, .product-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner):after, .product-page .section-wrapper .section-title-mobile:before, .product-page .section-wrapper .section-title-mobile:after {
    content: "";
    background: #1ff3bb;
    position: absolute;
    right: 30px;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    transition: .25s linear;
  }
  .product-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner):after, .product-page .section-wrapper .section-title-mobile:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .product-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner) span, .product-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner) p, .product-page .section-wrapper .section-title-mobile span, .product-page .section-wrapper .section-title-mobile p {
    line-height: 1 !important;
    font-size: 1.5rem !important;
    color: #FFF !important;
    text-transform: capitalize !important;
    font-family: Averta-Light, sans-serif !important;
    margin: 0;
    padding: 0;
  }
  .product-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner) p.video_title, .product-page .section-wrapper .section-title-mobile p.video_title {
    padding-bottom: 0 !important;
  }
  .product-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner) p.video_subtitle, .product-page .section-wrapper .section-title-mobile p.video_subtitle {
    display: none;
  }
  .product-page .section-wrapper .section-items-wrapper {
    overflow: hidden;
    max-height: 0;
  }
  .product-page .section-wrapper .section-items-wrapper span {
    padding: 60px;
  }
  .product-page .section-wrapper.open .section-title:not(.verticalHeroTab-title-wrap-inner):after, .product-page .section-wrapper.open .section-title-mobile:after {
    transform: translateY(-50%) rotate(0deg);
  }
  .product-page .section-wrapper.open .section-items-wrapper {
    max-height: 100%;
  }
  .product-page .section-wrapper.open.media-section .section-items-wrapper {
    min-height: calc(100vh - 55px - 54px) !important;
    max-height: 100%;
  }
}

.contact-page *:not(a):not(.menu-checkbox) {
  color: white;
}

.contact-page .section-wrapper h1 {
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .contact-page .section-wrapper h1 {
    padding-bottom: 30px;
  }
}

.contact-page #header-wrapper {
  position: relative;
  background-color: #09002A;
}

.contact-page #header-wrapper .header-img-wrapper {
  height: 40vh;
  overflow: hidden;
  position: relative;
}

@media (max-width: 769px) {
  .contact-page #header-wrapper .header-img-wrapper {
    height: 25vh;
  }
}

.contact-page #header-wrapper .header-img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  user-select: none;
}

.contact-page #header-wrapper .header-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 110px;
  padding-bottom: 30px;
}

@media (min-width: 1366px) {
  .contact-page #header-wrapper .header-title-wrapper {
    max-width: 1146px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1023px) {
  .contact-page #header-wrapper .header-title-wrapper {
    left: 60px;
  }
}

@media (max-width: 480px) {
  .contact-page #header-wrapper .header-title-wrapper {
    left: 30px !important;
  }
}

.contact-page #header-wrapper .header-title-wrapper h2 {
  color: #FFF;
  font-size: 3.325rem;
  font-family: Averta-Thin, sans-serif;
}

@media (max-width: 480px) {
  .contact-page #header-wrapper .header-title-wrapper h2 {
    font-size: 2rem;
  }
}

.contact-page #maps-wrapper .list-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contact-page #maps-wrapper .list-wrapper .list-item {
  width: 50%;
  display: block;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}

@media (max-width: 480px) {
  .contact-page #maps-wrapper .list-wrapper .list-item {
    width: 100%;
  }
}

.contact-page #maps-wrapper .list-wrapper .list-item.map {
  overflow: hidden;
}

@media (max-width: 480px) {
  .contact-page #maps-wrapper .list-wrapper .list-item.map {
    display: none;
  }
}

.contact-page #maps-wrapper .list-wrapper .list-item.map .gmap {
  pointer-events: none;
}

.contact-page #maps-wrapper .list-wrapper .list-item.map img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 2075px) {
  .contact-page #maps-wrapper .list-wrapper .list-item.map img {
    width: 100%;
  }
}

.contact-page #maps-wrapper .list-wrapper .list-item.map a.map_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.contact-page #maps-wrapper .list-wrapper .list-item.map a.map_overlay:before {
  background: url(https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/icons/map_icon.png?t=1540950409130) no-repeat;
  display: block;
  width: 50px;
  height: 60px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.contact-page #maps-wrapper .list-wrapper .list-item.address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
}

@media (max-width: 767px) {
  .contact-page #maps-wrapper .list-wrapper .list-item.address {
    padding: 0 60px;
  }
}

@media (max-width: 480px) {
  .contact-page #maps-wrapper .list-wrapper .list-item.address {
    padding: 0 30px;
  }
}

.contact-page #maps-wrapper .list-wrapper .list-item.address .text-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-flow: column nowrap;
}

.contact-page #maps-wrapper .list-wrapper .list-item.address .text-wrapper * {
  color: #FFF;
}

.contact-page #maps-wrapper .list-wrapper .list-item.address .text-wrapper h2 {
  margin-bottom: 2rem;
}

.contact-page #maps-wrapper .list-wrapper .list-item.address .text-wrapper h5 {
  font-size: 2.188rem;
}

.contact-page #maps-wrapper .list-wrapper .list-item.address .text-wrapper p.phone {
  font-size: 1.325rem;
  line-height: 1;
  text-decoration: none;
}

.contact-page #maps-wrapper .list-wrapper .list-item.address .text-wrapper p.phone a {
  text-decoration: none !important;
}

.contact-page #maps-wrapper .list-wrapper .list-item.address .text-wrapper p {
  font-size: 1rem;
  max-width: 200px;
  margin: 0;
}

.contact-page #maps-wrapper .list-wrapper .list-item.address .text-wrapper p a.btn {
  margin-top: 2rem;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .form-field-flex, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .full, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone .input, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time ul {
  display: flex;
  flex-wrap: wrap;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .form-field-full, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .full, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest {
  width: 100%;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .form-field-half, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > div:not(.hs_call_back) {
  width: calc(50% - 1rem);
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .form-field-margins, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > div:not(.hs_call_back), .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time ul li, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div:first-child {
  margin-right: 1rem;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * {
  color: #FFF !important;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * .select-styled, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * .select-options, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * label:before, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * input.theme[type="checkbox"]:checked + label:after, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * input.theme[type="checkbox"]:not(:checked) + label:after {
  border-color: #FFF !important;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * .select-styled:after {
  color: #FFF;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * .select-options {
  background-color: #09002A !important;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * .select-options li:hover {
  color: #09002A !important;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * input.theme[type="checkbox"]:checked + label:after, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * body input.theme[type="checkbox"]:not(:checked) + label:after {
  background-color: transparent !important;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) * label:after {
  background-color: #FFF !important;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .field {
  width: 100%;
  margin-top: 1rem;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs-form-field {
  float: left;
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs-form-field {
    width: 100% !important;
    margin: .5rem 0 !important;
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs-form-field.hs_firstname > label:first-child, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs-form-field.hs_lastname > label:first-child {
  display: none;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs-form-field.hs_email > label:first-child {
  display: none;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs-form-field input, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs-form-field textarea {
  padding: .75rem 2rem .75rem 1rem !important;
  background-color: #332C4E !important;
  resize: none;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit {
  float: left;
  margin: 4rem 0 0;
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit {
    margin: 2rem 0 0 !important;
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"] {
  min-width: 200px !important;
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone {
    margin-right: 1rem;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone {
    margin-top: 2rem;
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > .hs_call_back {
  width: 100%;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > div:not(.hs_call_back) {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > div:not(.hs_call_back) {
    height: 46px;
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone .input {
  width: 100%;
  height: 100%;
  align-items: center;
}

@media (max-width: 768px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time {
    margin-right: 0;
  }
}

@media (max-width: 796px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time ul li {
    margin-right: .5rem;
  }
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time ul li {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_message.field.hs-form-field, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_message.field.hs-form-field .input {
    height: calc(100% - .49rem);
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) textarea {
  height: 100%;
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) textarea {
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest {
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div .input, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div .custom-select {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div .custom-select {
  width: 100%;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div .select-styled {
  padding: .75rem 2rem .75rem 1rem;
  height: 46px;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div .select-styled:after {
  top: 12px;
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div .select-options {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left .hs_message.field.hs-form-field, .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left .hs_message.field.hs-form-field .input {
    margin-top: .5rem;
  }
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left .custom-select {
    width: 100%;
  }
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left .select-styled {
    padding: .75rem 2rem .75rem 1rem;
    height: 46px;
  }
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left .select-styled:after {
    top: 12px;
  }
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left .select-options {
    margin-top: 15px;
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right .hs_help_dropdown.field.hs-form-field {
  height: 46px;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right .hs_help_dropdown.field.hs-form-field .custom-select {
  width: 100%;
}

@media (min-width: 768px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right .hs_help_dropdown.field.hs-form-field .custom-select {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 46px;
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right .hs_help_dropdown.field.hs-form-field .custom-select .select-styled {
  padding: .75rem 2rem .75rem 1rem;
  height: 46px;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right .hs_help_dropdown.field.hs-form-field .custom-select .select-styled:after {
  top: 12px;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right .hs_help_dropdown.field.hs-form-field .custom-select .select-options {
  margin-top: 0;
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right .hs_help_dropdown.field.hs-form-field .custom-select .select-options {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right .hs_help_dropdown.field.hs-form-field .custom-select .select-options {
    margin-top: 15px;
  }
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs-form-field ul.inputs-list {
  margin: 0;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F8F8FC;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) ::-moz-placeholder {
  /* Firefox 19+ */
  color: #F8F8FC;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) :-ms-input-placeholder {
  /* IE 10+ */
  color: #F8F8FC;
}

.contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) :-moz-placeholder {
  /* Firefox 18- */
  color: #F8F8FC;
}

.contact-page #support-wrapper ul.select-options {
  background-color: #1E163C !important;
}

/* Labels fix */
.contact-page .field > label {
    display: none;
}

#form-module h6 {
  color: #fff;
  margin-bottom: 60px;
}

#form-module span#hs_cos_wrapper_module_1499391155161166 {
  color: #FFF;
}

#form-module div.widget-type-form span > div {
  width: 100%;
}

#form-module div.widget-type-form span > div form {
  width: 100%;
}

#form-module div.widget-type-form span > div form * {
  color: #FFF !important;
}

#form-module div.widget-type-form span > div form .hs-form-field {
  float: left;
}

@media (max-width: 767px) {
  #form-module div.widget-type-form span > div form .hs-form-field {
    width: 100% !important;
    margin: .5rem 0 !important;
  }
}

#form-module div.widget-type-form span > div form .hs-form-field.hs_firstname, #form-module div.widget-type-form span > div form .hs-form-field.hs_lastname {
  width: 30%;
}

#form-module div.widget-type-form span > div form .hs-form-field.hs_firstname > label:first-child, #form-module div.widget-type-form span > div form .hs-form-field.hs_lastname > label:first-child {
  display: none;
}

#form-module div.widget-type-form span > div form .hs-form-field.hs_firstname {
  margin-right: 1rem;
}

#form-module div.widget-type-form span > div form .hs-form-field.hs_email, #form-module div.widget-type-form span > div form .hs-form-field.hs_company, #form-module div.widget-type-form span > div form .hs-form-field.hs_comments {
  width: calc(60% + 1rem);
  margin-top: 1rem;
}

#form-module div.widget-type-form span > div form .hs-form-field.hs_email > label:first-child, #form-module div.widget-type-form span > div form .hs-form-field.hs_company > label:first-child, #form-module div.widget-type-form span > div form .hs-form-field.hs_comments > label:first-child {
  display: none;
}

#form-module div.widget-type-form span > div form .hs-form-field input, #form-module div.widget-type-form span > div form .hs-form-field textarea {
  padding: .75rem 2rem .75rem 1rem !important;
  background-color: #332C4E !important;
}

@media (max-width: 480px)
  #form-module.section-wrapper .section-items-wrapper span {
    padding: 0 !important;
	}
}

#form-module div.widget-type-form span > div form .hs-form-field {
  float: left;
  width:calc(60% + 1rem);
}

#form-module div.widget-type-form span > div form .hs_submit {
  float: left;
  margin: 1rem 0 0 0;
}

@media (max-width: 767px) {
  #form-module div.widget-type-form span > div form .hs_submit {
    margin: 1rem 0 0 !important;
  }
}

#form-module div.widget-type-form span > div form .hs_submit input[type="submit"] {
  min-width: 200px !important;
}

#form-module div.widget-type-form span > div form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}

#form-module div.widget-type-form span > div form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

#form-module div.widget-type-form span > div form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

#form-module div.widget-type-form span > div form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

#form-module .widget-type-text {
  padding-bottom: 30px;
}

#form-module .widget-type-text span {
  color: #FFF;
  font-family: Averta-Thin, sans-serif;
  line-height: 1;
}

#form-module .bottom-top-link {
  margin-top: 44px;
}

#form-module .bottom-top-link a {
  line-height: 1;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin-left: 65px;
}

#form-module .bottom-top-link a img {
  max-width: 60px;
  display: block;
  position: absolute;
  top: -21px;
  left: -65px;
}

body.blog {
  background-color: #09002A;
}

body.blog * {
  text-decoration: none;
}

body.blog .topic-tab__item a {
  position: relative;
}

body.blog .topic-tab__item a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 80%;
  left: 5%;
  bottom: 0;
  background-color: #6f6f6f;
  text-decoration: none;
}

body.blog div#page-id + span > .masthead:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.45;
}

body.blog .topic-tab__item_big-data a:after {
  background-color: #DAF42D;
}

body.blog .topic-tab__item_marketing a:after {
  background-color: #FF3B5C;
}

body.blog .topic-tab__item_business-innovation a:after {
  background-color: #1FF3BB;
}

body.blog .topic-tab__item_transport a:after {
  background-color: #8923D4;
}

body.blog div#header-wrapper {
  width: 100%;
  position: relative;
  height: 40vh;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

body.blog div#header-wrapper .header-img-wrapper {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

body.blog div#header-wrapper .header-img-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body.blog div#header-wrapper h3, body.blog div#header-wrapper h2.special {
  font-family: Averta-Thin, sans-serif;
}

body.blog div#header-wrapper .header_text.section-wrapper {
  width: 100%;
  z-index: 10;
}

body.blog div#header-wrapper .header_text.section-wrapper .header-link {
  margin-top: 3rem !important;
}

body.blog div#header-wrapper .header_text.section-wrapper .header-title-wrapper {
  color: #FFF;
}

body.blog .topic-tab {
  display: inline-block;
  background-color: #09002A;
  padding: 1rem 60px;
  width: 100%;
}

@media (max-width: 767px) {
  body.blog .topic-tab {
    padding: 1rem 30px;
  }
}

body.blog .topic-tab * {
  color: #FFF;
}

body.blog .topic-tab .inner-wrapper {
  max-width: 1146px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  body.blog .topic-tab .inner-wrapper {
    flex-wrap: wrap;
  }
  body.blog .topic-tab .inner-wrapper > div {
    width: 100%;
    margin: 1rem 0;
  }
}

body.blog .topic-tab .inner-wrapper .filter-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  body.blog .topic-tab .inner-wrapper .filter-wrapper {
    flex-wrap: wrap;
  }
}

body.blog .topic-tab .inner-wrapper .filter-wrapper p {
  display: inline-block;
  margin: 0 30px 0 0;
}

@media (max-width: 767px) {
  body.blog .topic-tab .inner-wrapper .filter-wrapper p {
    width: 100%;
    margin-bottom: .5rem;
  }
}

@media (max-width: 767px) {
  body.blog .topic-tab .inner-wrapper .filter-wrapper .custom-select {
    width: 100%;
  }
}

body.blog .topic-tab .inner-wrapper .filter-wrapper .select-styled,
body.blog .topic-tab .inner-wrapper .filter-wrapper .select-options,
body.blog .topic-tab .inner-wrapper .filter-wrapper .select-styled:after {
  color: #FFF;
  border-color: #FFF;
  background-color: #09002A;
}

body.blog .topic-tab .inner-wrapper .filter-wrapper .select-options li:hover > a {
  color: #09002A;
}

body.blog .topic-tab .inner-wrapper .filter-wrapper .select-options .topic-tab__item a {
  display: block;
  width: 100%;
  height: 100%;
}

body.blog .topic-tab .inner-wrapper .filter-wrapper .select-styled {
  transition: none;
}

body.blog .topic-tab .inner-wrapper .filter-wrapper .select-styled.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

body.blog .topic-tab .inner-wrapper .filter-wrapper .select-styled.active + ul.select-options {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

body.blog.hs-blog-listing .widget-type-blog_comments {
  display: none !important;
}

body.blog .items-group {
  display: flex;
  flex-wrap: wrap;
}

body.blog .items-group * {
  color: #FFF;
}

body.blog .items-group h4,
body.blog .items-group h1,
body.blog .items-group h2 {
  padding-bottom: 30px;
  position: relative;
  z-index: 101;
}

body.blog .items-group h1 {
  font-family: Averta-Light, sans-serif;
}

body.blog .items-group h2 {
  font-family: Averta-Regular, sans-serif;
}

body.blog .items-group h4 {
  font-size: 18px;
  font-family: Averta-SemiBold, sans-serif;
}

body.blog .items-group .read-article h4 {
  text-decoration: underline;
}

body.blog .items-group .post-hero {
  width: calc( 100% / 3);
  height: 600px;
}

@media (max-width: 767px) {
  body.blog .items-group .post-hero {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body.blog .items-group .post-hero {
    height: 400px;
  }
}

@media screen and (max-width: 659px) {
  body.blog .items-group .post-hero {
    height: 300px;
  }
}

body.blog .items-group .post-hero .post-item {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

body.blog .items-group .post-hero .post-item .post-item-inner .items-wrapper span.post-header {
  max-height: 100%;
}

body.blog .items-group .post-item {
  position: relative;
  width: calc(100% / 3);
  height: 300px;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.blog .items-group .post-item {
    width: 50%;
  }
}

@media (max-width: 660px) {
  body.blog .items-group .post-item {
    width: 100%;
  }
}

body.blog .items-group .post-item .post-item-inner {
  height: 100%;
  width: 100%;
}

body.blog .items-group .post-item .post-item-inner .hs-featured-image-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover !important;
}

body.blog .items-group .post-item .post-item-inner .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px 30px 0;
}

body.blog .items-group .post-item .post-item-inner .items-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  z-index: 100;
}

@media (min-width: 768px) {
  body.blog .items-group .post-item .post-item-inner .items-wrapper span.post-header {
    max-height: 120px;
    overflow: hidden;
  }
}

body.blog .items-group .group-item {
  height: 300px;
  overflow: hidden;
}

body.blog .items-group .group-left.group-33,
body.blog .items-group .group-right.group-33 {
  width: calc( 100% / 3);
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.blog .items-group .group-left.group-33,
  body.blog .items-group .group-right.group-33 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.blog .items-group .group-left.group-33,
  body.blog .items-group .group-right.group-33 {
    height: 600px;
  }
}

body.blog .items-group .group-left.group-33 > div,
body.blog .items-group .group-right.group-33 > div {
  width: 100%;
}

body.blog .items-group .group-left.group-66,
body.blog .items-group .group-right.group-66 {
  width: calc( (100% / 3) * 2);
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.blog .items-group .group-left.group-66,
  body.blog .items-group .group-right.group-66 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.blog .items-group .group-left.group-66,
  body.blog .items-group .group-right.group-66 {
    height: 600px;
  }
}

body.blog .items-group .group-left.group-66 > div,
body.blog .items-group .group-right.group-66 > div {
  width: 50%;
}

@media (max-width: 660px) {
  body.blog .items-group .group-left.group-66 > div,
  body.blog .items-group .group-right.group-66 > div {
    width: 100%;
  }
}

body.blog span#hs_cos_wrapper_my_form {
  color: #09002A;
}

body.blog .widget-type-blog_comments .section.post-footer {
  display: flex;
  align-items: flex-start;
}

body.blog .widget-type-blog_comments .section.post-footer div#comments-listing {
  width: 50%;
  border: none;
}

body.blog .widget-type-blog_comments .section.post-footer div#comment-form {
  width: 50%;
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  body.blog .widget-type-blog_comments .section.post-footer {
    flex-wrap: wrap;
  }
  body.blog .widget-type-blog_comments .section.post-footer div#comments-listing,
  body.blog .widget-type-blog_comments .section.post-footer div#comment-form {
    width: 100%;
  }
}

body.blog div#comments-listing {
  margin: 0;
}

body.blog .widget-type-blog_comments {
  background-color: #F8F8FC;
}

body.blog .widget-type-blog_comments form {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}

body.blog .widget-type-blog_comments form .form-field-flex, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .full, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .full, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone .input, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone .input, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time ul, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time ul {
  display: flex;
  flex-wrap: wrap;
}

body.blog .widget-type-blog_comments form .form-field-full, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .full, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .full, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest {
  width: 100%;
}

body.blog .widget-type-blog_comments form .form-field-half, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > div:not(.hs_call_back), .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > div:not(.hs_call_back) {
  width: calc(50% - 1rem);
}

body.blog .widget-type-blog_comments form .form-field-margins, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .right, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .left, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > div:not(.hs_call_back), .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .phone > div:not(.hs_call_back), body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time ul li, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_best_contact_time ul li, body.blog .widget-type-blog_comments .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div:first-child, .contact-page body.blog .widget-type-blog_comments form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .interest > div:first-child {
  margin-right: 1rem;
}

body.blog .widget-type-blog_comments form .hs_website,
body.blog .widget-type-blog_comments form .hs_lastname,
body.blog .widget-type-blog_comments form .hs_subscribe {
  display: none !important;
}

body.blog .widget-type-blog_comments form * {
  color: #09002A !important;
}

body.blog .widget-type-blog_comments form .field {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
}

body.blog .widget-type-blog_comments form .hs-form-field {
  float: left;
}

@media (max-width: 767px) {
  body.blog .widget-type-blog_comments form .hs-form-field {
    width: 100% !important;
    margin: .5rem 0 !important;
  }
}

body.blog .widget-type-blog_comments form .hs-form-field.hs_firstname > label:first-child, body.blog .widget-type-blog_comments form .hs-form-field.hs_lastname > label:first-child {
  display: none;
}

body.blog .widget-type-blog_comments form .hs-form-field.hs_comment > label:first-child {
  display: none;
}

body.blog .widget-type-blog_comments form .hs-form-field.hs_email > label:first-child {
  display: none;
}

body.blog .widget-type-blog_comments form .hs-form-field input,
body.blog .widget-type-blog_comments form .hs-form-field textarea {
  padding: .75rem 2rem .75rem 1rem !important;
  background-color: #EAEAEF !important;
  resize: none;
  font-family: inherit;
  font-size: 16px;
  box-sizing: content-box;
  border: none;
}

body.blog .widget-type-blog_comments form .hs_submit {
  float: left;
  margin: 0;
}

@media (max-width: 767px) {
  body.blog .widget-type-blog_comments form .hs_submit {
    margin: 2rem 0 0 !important;
  }
}

body.blog .widget-type-blog_comments form .hs_submit input[type="submit"] {
  margin-top: 1rem;
  min-width: 200px !important;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
}

body.blog .widget-type-blog_comments form .hs_submit input[type="submit"]:hover {
  box-shadow: none;
}

@media (min-width: 768px) {
  body.blog .widget-type-blog_comments form .hs_message.field.hs-form-field,
  body.blog .widget-type-blog_comments form .hs_message.field.hs-form-field .input {
    height: calc(100% - .49rem);
  }
}

body.blog .widget-type-blog_comments form textarea {
  height: 100%;
  min-height: 125px;
}

body.blog .widget-type-blog_comments form .hs-error-msgs label {
  color: red !important;
}

body.blog .widget-type-blog_comments form .hs-form-field ul.inputs-list {
  margin: 0;
}

body.blog .widget-type-blog_comments form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #09002A;
}

body.blog .widget-type-blog_comments form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #09002A;
}

body.blog .widget-type-blog_comments form :-ms-input-placeholder {
  /* IE 10+ */
  color: #09002A;
}

body.blog .widget-type-blog_comments form :-moz-placeholder {
  /* Firefox 18- */
  color: #09002A;
}

body.blog.blog .section-wrapper > .blog-post-wrapper > * {
  max-width: 1146px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.blog .verticalHeroTab_wrapper .tab-content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
  body.blog .verticalHeroTab_wrapper .section-title {
    background-color: #09002A;
    padding: 1.75rem 1.325rem !important;
    width: 100%;
  }
  body.blog .verticalHeroTab_wrapper .section-title:before, body.blog .verticalHeroTab_wrapper .section-title:after {
    content: "";
    background: #1ff3bb;
    position: absolute;
    right: 30px;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    transition: .25s linear;
  }
  body.blog .verticalHeroTab_wrapper .section-title:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  body.blog .section-wrapper.open .section-title:after {
    transform: translateY(-50%) rotate(0deg);
  }
  body.blog .section-wrapper.open .section-items-wrapper {
    max-height: 100%;
  }
  body.blog .section-wrapper.open.media-section .section-items-wrapper {
    min-height: calc(100vh - 55px - 54px) !important;
    max-height: 100%;
  }
}

body.blog div#hubspot-author_data {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

body.blog div#hubspot-author_data .hs-author-avatar {
  max-width: 100px;
  overflow: hidden;
  border-radius: 50px;
}

body.blog div#hubspot-author_data .hs-author-avatar a,
body.blog div#hubspot-author_data .hs-author-avatar a img {
  width: 100%;
  height: 100%;
  display: block;
}

body.blog div#hubspot-author_data .post-info {
  margin-left: .5rem;
}

body.blog div#hubspot-author_data .post-info p {
  margin: 0;
}

body.blog div#hubspot-author_data .post-info p a {
  font-family: Averta-Bold, sans-serif;
  font-size: 1.125rem;
  color: #8923D4;
}

body.blog .blog-subscribe {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  body.blog .blog-subscribe .btn, body.blog .blog-subscribe #bottomtray-test form input[type="submit"], #bottomtray-test form body.blog .blog-subscribe input[type="submit"], body.blog .blog-subscribe .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit body.blog .blog-subscribe input[type="submit"], body.blog .blog-subscribe #form-module div.widget-type-form span > div form .hs_submit input[type="submit"], #form-module div.widget-type-form span > div form .hs_submit body.blog .blog-subscribe input[type="submit"], body.blog .blog-subscribe .widget-type-blog_comments form .hs_submit input[type="submit"], body.blog .widget-type-blog_comments form .hs_submit .blog-subscribe input[type="submit"], body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input {
    width: 100%;
  }
}

body.blog .blog-subscribe .qr-subscribe__form {
  padding: 30px;
  position: absolute;
  min-width: 350px;
  right: 0;
  background-color: #FFF;
  opacity: 0;
  z-index: 999;
  transition: opacity .5s ease-in-out;
  top: 54px;
}

@media (max-width: 767px) {
  body.blog .blog-subscribe .qr-subscribe__form {
    left: -30px;
    right: -30px;
    min-width: 100%;
    top: 69px;
  }
}

body.blog .blog-subscribe .qr-subscribe__form.active {
  opacity: 1;
}

body.blog .blog-subscribe .qr-subscribe__form.inactive {
  z-index: 0;
}

body.blog .blog-subscribe .qr-subscribe__form form input:not([type="submit"]) {
  padding: .75rem 2rem .75rem 1rem !important;
  margin-bottom: .5rem;
  color: #09002A;
}

body.blog .blog-subscribe .qr-subscribe__form form input:not([type="submit"]).error {
  background-color: #e1dfe7;
}

body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input {
  margin-top: 1rem;
}

body.blog .blog-subscribe .qr-subscribe__form form ul.hs-error-msgs.inputs-list {
  margin: 0;
}

body.blog .blog-subscribe .qr-subscribe__form form ul.hs-error-msgs.inputs-list li label {
  color: red;
}

.industry-page .masthead {
  height: auto;
}

.industry-page .masthead .masthead__content-wrap {
  flex-wrap: nowrap;
  max-width: 100%;
  max-width: 1146px;
  padding: 160px 130px;
}

@media (min-width: 1367px) {
  .industry-page .masthead .masthead__content-wrap {
    padding: 160px 0px;
  }
}

@media (max-width: 1121px) {
  .industry-page .masthead .masthead__content-wrap {
    padding: 120px 60px;
  }
}

@media (max-width: 480px) {
  .industry-page .masthead .masthead__content-wrap {
    padding: 50px 20px;
  }
}

@media (max-width: 768px) {
  .industry-page .masthead .masthead__content-wrap {
    flex-wrap: wrap;
  }
}

.industry-page .masthead .masthead__content-wrap .header-left {
  text-align: center;
}

@media (max-width: 768px) {
  .industry-page .masthead .masthead__content-wrap .header-left {
    width: 100% !important;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .industry-page .masthead .masthead__content-wrap .header-left i {
    font-size: 150px !important;
  }
  .industry-page .masthead .masthead__content-wrap .header-left img {
    max-width: 150px;
  }
  .industry-page .masthead .masthead__content-wrap .header-left .product-name {
    margin-left: 1rem;
    max-width: 125px;
  }
}

.industry-page .masthead .masthead__content-wrap .header-left i {
  font-size: 200px;
}

.industry-page .masthead .masthead__content-wrap .header-left img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  .industry-page .masthead .masthead__content-wrap .header-left img {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .industry-page .masthead .masthead__content-wrap .header-left img {
    max-width: 100px;
  }
}

.industry-page .masthead .masthead__content-wrap .header-left .product-name {
  max-width: 250px;
  margin: 0 auto;
}

.industry-page .masthead .masthead__content-wrap .header-left .product-name p {
  font-family: Averta-Thin;
}

@media (min-width: 768px) {
  .industry-page .masthead .masthead__content-wrap .header-left + .header-content {
    margin-left: 60px;
  }
}

.industry-page .masthead .masthead__content-wrap .cta-button .btn, .industry-page .masthead .masthead__content-wrap .cta-button #bottomtray-test form input[type="submit"], #bottomtray-test form .industry-page .masthead .masthead__content-wrap .cta-button input[type="submit"], .industry-page .masthead .masthead__content-wrap .cta-button .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit .industry-page .masthead .masthead__content-wrap .cta-button input[type="submit"], #form-module div.widget-type-form span > div form .hs_submit .industry-page .masthead .masthead__content-wrap .cta-button input[type="submit"], .industry-page .masthead .masthead__content-wrap .cta-button body.blog .widget-type-blog_comments form .hs_submit input[type="submit"], body.blog .widget-type-blog_comments form .hs_submit .industry-page .masthead .masthead__content-wrap .cta-button input[type="submit"], .industry-page .masthead .masthead__content-wrap .cta-button body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit .industry-page .masthead .masthead__content-wrap .cta-button input, .industry-page .masthead .masthead__content-wrap .cta-button #form-module div.widget-type-form span > div form .hs_submit input[type="submit"], .industry-page #form-module div.widget-type-form span > div form .hs_submit .masthead .masthead__content-wrap .cta-button input[type="submit"] {
  color: #000 !important;
  background-color: #FFF;
  padding: .5rem 2rem;
}

.industry-page .masthead .masthead__content-wrap .masthead__more-link {
  display: none;
}

.industry-page .masthead {
  background-color: #09002A;
}

.industry-page .jumpto-wrapper.section-wrapper {
  min-height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow-x: scroll;
  width: 100%;
  justify-content: flex-start;
}

.industry-page .jumpto-wrapper.section-wrapper > * {
  max-width: none;
}

.industry-page .jumpto-wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
  padding: 0 30px;
  margin: 0;
}

.industry-page .jumpto-wrapper ul li {
  margin: .5rem;
  cursor: pointer;
}

.industry-page .jumpto-wrapper ul li.test {
  position: relative;
  min-width: 100px;
}

.industry-page .jumpto-wrapper ul li.test p {
  margin: 0;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.industry-page .jumpto-wrapper ul li.test p:after {
  content: '\f105';
  position: absolute;
  font-size: 30px;
  right: -20px;
  top: 50%;
  transform: translateY(-55%);
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.industry-page .jumpto-wrapper.section-wrapper {
  background-color: #09002A;
}

.industry-page #diagram-module.section-wrapper.not-product {
  padding: 150px 110px;
}

.industry-page #diagram-module .mobile-diagram {
  display: none;
}

@media (max-width: 768px) {
  .industry-page #diagram-module .mobile-diagram {
    display: block;
  }
  .industry-page #diagram-module .desktop-diagram {
    display: none;
  }
}

.industry-page #diagram-module img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.industry-page #values-module .section-items-wrapper span > div p {
  height: 175px;
}

.industry-page #problem-module .section-items-wrapper span > div p {
  height: 150px;
}

.industry-page #values-module *, .industry-page #problem-module * {
  color: #FFF;
}

@media (max-width: 767px) {
  .industry-page #values-module.section-wrapper, .industry-page #problem-module.section-wrapper {
    background-color: #EAEAEF;
  }
  .industry-page #values-module *, .industry-page #problem-module * {
    color: #000;
  }
  .industry-page #values-module .highlight--lightgreen, .industry-page #problem-module .highlight--lightgreen {
    color: #000 !important;
    font-family: 'Averta-Bold';
  }
}

.industry-page #values-module .section-icon, .industry-page #problem-module .section-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.industry-page #values-module .section-icon img, .industry-page #problem-module .section-icon img {
  max-width: 100%;
  display: block;
}

.industry-page #values-module .section-items-wrapper span, .industry-page #problem-module .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.industry-page #values-module .section-items-wrapper span > div, .industry-page #problem-module .section-items-wrapper span > div {
  position: relative;
}

.industry-page #values-module .section-items-wrapper span > div:before, .industry-page #problem-module .section-items-wrapper span > div:before {
  content: '\f105';
  position: absolute;
  top: -15px;
  left: -20px;
  font-size: 2rem;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.industry-page #values-module .section-items-wrapper span > div p, .industry-page #problem-module .section-items-wrapper span > div p {
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.industry-page #video-module.section-wrapper {
  height: 100vh;
}

.industry-page #video-module {
  position: relative;
}

@media (min-width: 768px) {
  .industry-page #video-module .headers-wrapper {
    z-index: 10;
  }
}

.industry-page #video-module .headers-wrapper h1, .industry-page #video-module .headers-wrapper h3, .industry-page #video-module .headers-wrapper h2.special {
  color: #FFF;
  width: 100%;
}

.industry-page #video-module .headers-wrapper h3.video_subtitle, .industry-page #video-module .headers-wrapper h2.video_subtitle.special {
  max-width: 45%;
  min-width: 300px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .industry-page #video-module .headers-wrapper h3.video_subtitle, .industry-page #video-module .headers-wrapper h2.video_subtitle.special {
    display: none;
  }
}

@media (min-width: 768px) {
  .industry-page #video-module > div > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(9, 0, 42, 0.35);
    z-index: 1;
  }
}

.industry-page #video-module .vid1-dimensions {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.industry-page #video-module .vid1-dimensions .vjs-control-bar {
  z-index: 3;
}

.industry-page #video-module .vid1-dimensions button.vjs-big-play-button {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important;
  height: 100px !important;
  width: 100px !important;
  border: none !important;
  background-color: transparent !important;
  outline: none;
  z-index: 100;
}

.industry-page #video-module .vid1-dimensions button.vjs-big-play-button span:before {
  content: '' !important;
  background: url(https://cdn2.hubspot.net/hubfs/2713808/theme-2017/assets/images/video_btn.png?t=1540950409130) no-repeat !important;
  font-family: '' !important;
  border: none !important;
  width: 100px !important;
  height: 100px !important;
  background-size: contain !important;
  filter: drop-shadow(0px 2px 1px #000) !important;
}

.industry-page #features-module * {
  color: #09002A;
}

.industry-page #features-module .section-wrapper {
  position: relative;
}

.industry-page #features-module #features-side-image-module .section-items-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .industry-page #features-module #features-side-image-module .section-items-wrapper span > div {
    width: 85%;
  }
}

.industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list > span {
  max-height: 100%;
  height: 100%;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
}

.industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item {
    flex-wrap: wrap;
  }
}

.industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item--icon {
  max-width: 25%;
  width: 100%;
  display: inline-block;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item--icon {
    max-width: 100%;
    display: block;
  }
}

.industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item--icon img {
  max-width: 100%;
  display: block;
  float: left !important;
  margin: 0 !important;
  height: auto;
}

@media (max-width: 767px) {
  .industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item--icon img {
    max-width: 45px !important;
    width: 100%;
    height: 100%;
  }
}

.industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item-desc {
  display: inline-block;
  max-width: 72.5%;
  width: 100%;
}

@media (max-width: 767px) {
  .industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item-desc {
    display: block;
    max-width: 100%;
    margin-top: 1rem;
  }
}

.industry-page #features-module #features-side-image-module .section-items-wrapper .feature-items-list .feature-item .feature-item-desc p {
  width: 100%;
}

.industry-page #features-module #features-list-module {
  display: block;
}

.industry-page #features-module #features-list-module .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.industry-page #features-module #features-list-module .section-items-wrapper span > div .btn.large, .industry-page #features-module #features-list-module .section-items-wrapper span > div #bottomtray-test form input.large[type="submit"], #bottomtray-test form .industry-page #features-module #features-list-module .section-items-wrapper span > div input.large[type="submit"], .industry-page #features-module #features-list-module .section-items-wrapper span > div .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input.large[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit .industry-page #features-module #features-list-module .section-items-wrapper span > div input.large[type="submit"], #form-module div.widget-type-form .industry-page #features-module #features-list-module .section-items-wrapper span > div form .hs_submit input.large[type="submit"], .industry-page #features-module #features-list-module .section-items-wrapper span > div body.blog .widget-type-blog_comments form .hs_submit input.large[type="submit"], body.blog .widget-type-blog_comments form .hs_submit .industry-page #features-module #features-list-module .section-items-wrapper span > div input.large[type="submit"], .industry-page #features-module #features-list-module .section-items-wrapper span > div body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input.large, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit .industry-page #features-module #features-list-module .section-items-wrapper span > div input.large, .industry-page #features-module #features-list-module .section-items-wrapper #form-module div.widget-type-form span > div form .hs_submit input.large[type="submit"], .industry-page #form-module div.widget-type-form #features-module #features-list-module .section-items-wrapper span > div form .hs_submit input.large[type="submit"] {
  padding: .5rem 2rem;
}

.industry-page #features-module #features-list-module .section-items-wrapper span > div .section-content-description {
  height: 175px;
  overflow: hidden;
}

.industry-page #features-module #features-list-module .section-items-wrapper span > div .section-content-description h4 {
  text-overflow: ellipsis;
  font-family: Averta-Regular;
}

.industry-page #features-module #features-side-image-module {
  display: block;
}

@media (max-width: 767px) {
  .industry-page #features-module .section-wrapper.open .section-items-wrapper {
    padding: 30px 0 !important;
  }
}

.industry-page #features-module .section-wrapper .section-items-wrapper > div:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 400px;
}

@media (max-width: 767px) {
  .industry-page #features-module .section-wrapper .section-items-wrapper > div:last-child {
    transform: translateY(0);
    position: relative;
    left: 0 !important;
    right: 0 !important;
    margin-top: 2rem;
    max-width: 100%;
  }
}

.industry-page #features-module .section-wrapper .section-items-wrapper span img {
  max-width: 100%;
}

.industry-page #features-module #features2-module .section-items-wrapper > div:last-child {
  right: 0px;
}

.industry-page #features-module #features2-module .section-items-wrapper span img {
  margin-left: calc( -35% - 110px);
}

.industry-page #features-module #features1-module .section-items-wrapper span img {
  float: right;
  margin-right: calc( -35% - 110px);
}

@media (max-width: 1024px) and (max-width: 767px) {
  .industry-page #features-module #features2-module .section-items-wrapper h2 {
    padding: 0 60px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .industry-page #features-module #features2-module .section-items-wrapper span img {
    float: none;
    margin-left: -60px;
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) and (max-width: 767px) and (max-width: 480px) {
  .industry-page #features-module #features2-module .section-items-wrapper span img {
    margin-left: -30px;
  }
}

@media (max-width: 1024px) {
  .industry-page #features-module #features1-module .section-items-wrapper > div:last-child {
    left: 60px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .industry-page #features-module #features1-module .section-items-wrapper h2 {
    padding: 0 60px;
  }
}

@media (max-width: 1024px) {
  .industry-page #features-module #features1-module .section-items-wrapper span {
    padding: 0 60px 30px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .industry-page #features-module #features1-module .section-items-wrapper span img {
    margin-left: -60px;
    margin-right: 0;
    float: none;
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) and (max-width: 767px) and (max-width: 480px) {
  .industry-page #features-module #features1-module .section-items-wrapper span img {
    margin-left: -30px;
  }
}

.industry-page #features-module #services-module h1 {
  color: #09002A;
}

.industry-page #services-module h1,
.industry-page #services-module1 h1 {
  color: #FFF;
}

@media (max-width: 767px) {
  .industry-page #services-module *,
  .industry-page #services-module1 * {
    color: #000;
  }
  .industry-page #services-module.section-wrapper,
  .industry-page #services-module1.section-wrapper {
    background-color: #EAEAEF;
  }
  .industry-page #services-module.section-wrapper .section-content-title img,
  .industry-page #services-module1.section-wrapper .section-content-title img {
    filter: invert(1);
  }
  .industry-page #services-module.section-wrapper .btn--inverse,
  .industry-page #services-module1.section-wrapper .btn--inverse {
    color: #8423CF;
    border-color: transparent;
    text-align: left;
    padding: 0 !important;
    font-family: 'Averta-Bold' !important;
  }
}

@media (max-width: 1060px) {
  .industry-page #services-module.section-wrapper,
  .industry-page #services-module1.section-wrapper {
    padding: 60px;
  }
}

.industry-page #services-module .section-items-wrapper span,
.industry-page #services-module1 .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 960px) {
  .industry-page #services-module .section-items-wrapper span > div,
  .industry-page #services-module1 .section-items-wrapper span > div {
    width: 46%;
  }
}

.industry-page #services-module .section-items-wrapper span > div .btn.large, .industry-page #services-module .section-items-wrapper span > div #bottomtray-test form input.large[type="submit"], #bottomtray-test form .industry-page #services-module .section-items-wrapper span > div input.large[type="submit"], .industry-page #services-module .section-items-wrapper span > div .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input.large[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit .industry-page #services-module .section-items-wrapper span > div input.large[type="submit"], #form-module div.widget-type-form .industry-page #services-module .section-items-wrapper span > div form .hs_submit input.large[type="submit"], .industry-page #services-module .section-items-wrapper span > div body.blog .widget-type-blog_comments form .hs_submit input.large[type="submit"], body.blog .widget-type-blog_comments form .hs_submit .industry-page #services-module .section-items-wrapper span > div input.large[type="submit"], .industry-page #services-module .section-items-wrapper span > div body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input.large, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit .industry-page #services-module .section-items-wrapper span > div input.large, .industry-page #services-module .section-items-wrapper #form-module div.widget-type-form span > div form .hs_submit input.large[type="submit"], .industry-page #form-module div.widget-type-form #services-module .section-items-wrapper span > div form .hs_submit input.large[type="submit"],
.industry-page #services-module1 .section-items-wrapper span > div .btn.large,
.industry-page #services-module1 .section-items-wrapper span > div #bottomtray-test form input.large[type="submit"], #bottomtray-test form
.industry-page #services-module1 .section-items-wrapper span > div input.large[type="submit"],
.industry-page #services-module1 .section-items-wrapper span > div .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit input.large[type="submit"], .contact-page form:not([data-form-id="40b46682-ed50-4c81-9df3-7a4afe802fcf"]):not([data-form-id="c8115dd9-da3d-4f22-8e1a-b2324b54b1f7"]) .hs_submit
.industry-page #services-module1 .section-items-wrapper span > div input.large[type="submit"], #form-module div.widget-type-form
.industry-page #services-module1 .section-items-wrapper span > div form .hs_submit input.large[type="submit"],
.industry-page #services-module1 .section-items-wrapper span > div body.blog .widget-type-blog_comments form .hs_submit input.large[type="submit"], body.blog .widget-type-blog_comments form .hs_submit
.industry-page #services-module1 .section-items-wrapper span > div input.large[type="submit"],
.industry-page #services-module1 .section-items-wrapper span > div body.blog .blog-subscribe .qr-subscribe__form form .hs_submit input.large, body.blog .blog-subscribe .qr-subscribe__form form .hs_submit
.industry-page #services-module1 .section-items-wrapper span > div input.large, .industry-page #services-module1 .section-items-wrapper #form-module div.widget-type-form span > div form .hs_submit input.large[type="submit"], .industry-page #form-module div.widget-type-form #services-module1 .section-items-wrapper span > div form .hs_submit input.large[type="submit"] {
  font-size: 0.8125rem !important;
  padding: .5rem 2rem;
}

.industry-page #services-module .section-items-wrapper span > div .section-content,
.industry-page #services-module1 .section-items-wrapper span > div .section-content {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .industry-page #services-module .section-items-wrapper span > div .section-content,
  .industry-page #services-module1 .section-items-wrapper span > div .section-content {
    padding-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .industry-page #services-module .section-items-wrapper span > div .section-content,
  .industry-page #services-module1 .section-items-wrapper span > div .section-content {
    margin-bottom: 30px;
  }
}

.industry-page #services-module .section-items-wrapper span > div .section-content .section-content-description,
.industry-page #services-module1 .section-items-wrapper span > div .section-content .section-content-description {
  height: 150px;
  overflow: hidden;
}

.industry-page #services-module .section-items-wrapper span > div .section-content .section-content-description p,
.industry-page #services-module1 .section-items-wrapper span > div .section-content .section-content-description p {
  text-overflow: ellipsis;
}

@media (min-width: 1245px) {
  .industry-page #services-module .section-items-wrapper span > div .section-content .section-content-description p,
  .industry-page #services-module1 .section-items-wrapper span > div .section-content .section-content-description p {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .industry-page #services-module .section-items-wrapper span > div .section-content .section-content-link a,
  .industry-page #services-module1 .section-items-wrapper span > div .section-content .section-content-link a {
    color: #09002A !important;
    border-color: #09002A;
  }
}

@media (max-width: 767px) {
  .industry-page #services-module.section-wrapper .section-items-wrapper span > div .section-content {
    margin-bottom: 30px;
  }
}

.industry-page #services-module.section-wrapper .section-items-wrapper span > div .section-content .section-content-title img {
  filter: none;
}

@media (max-width: 767px) {
  .industry-page #services-module.section-wrapper .section-items-wrapper span > div .section-content .section-content-description {
    height: auto;
  }
}

@media (min-width: 769px) {
  .industry-page div#partner-module {
    min-height: 50vh;
  }
  .industry-page div#partner-module h4 {
    text-transform: uppercase;
  }
}

.industry-page div#partner-module .section-title {
  padding-bottom: 60px;
}

.industry-page div#partner-module .section-title span {
  color: #09002A;
  font-family: Averta-Bold, sans-serif;
}

@media (max-width: 767px) {
  .industry-page div#partner-module .section-title span {
    color: #FFF;
    font-family: Averta-Light, sans-serif;
    text-transform: capitalize !important;
    font-weight: normal !important;
  }
}

.industry-page div#partner-module .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.industry-page div#partner-module .section-items-wrapper span .hs_cos_wrapper_type_linked_image {
  flex-grow: 1;
  flex-shrink: 1;
  width: 25%;
  min-width: 200px !important;
}

@media (max-width: 767px) {
  .industry-page div#partner-module .section-items-wrapper span .hs_cos_wrapper_type_linked_image {
    min-width: 300px !important;
  }
}

.industry-page div#partner-module .section-items-wrapper span .hs_cos_wrapper_type_linked_image img {
  margin: 0 auto;
  display: block;
  max-width: 100% !important;
  outline: none;
}

@media (max-width: 767px) {
  .industry-page div#partner-module div#mobile_partners {
    position: relative;
  }
  .industry-page div#partner-module div#mobile_partners .controls .next, .industry-page div#partner-module div#mobile_partners .controls .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
  }
  .industry-page div#partner-module div#mobile_partners .controls .next i, .industry-page div#partner-module div#mobile_partners .controls .prev i {
    font-size: 30px;
  }
  .industry-page div#partner-module div#mobile_partners .controls .next {
    right: 10px;
    text-align: right;
  }
  .industry-page div#partner-module div#mobile_partners .controls .prev {
    left: 8px;
    text-align: left;
  }
  .industry-page div#partner-module div#mobile_partners .mPartner {
    user-select: none;
  }
  .industry-page div#partner-module div#mobile_partners .mPartner img {
    margin: 0 0 0 60px;
    display: block;
    user-select: none;
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 767px) {
  .industry-page #fineprint-module {
    min-height: 50vh;
  }
  .industry-page #fineprint-module h4 {
    text-transform: uppercase;
  }
}

.industry-page #fineprint-module h4 {
  color: #FFF;
}

.industry-page #fineprint-module .section-title {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .industry-page #fineprint-module .section-title span {
    color: #FFF;
    font-family: Averta-Light, sans-serif;
    text-transform: capitalize !important;
    font-weight: normal !important;
  }
}

.industry-page #fineprint-module .section-items-wrapper * {
  color: #FFF;
}

.industry-page #fineprint-module .section-items-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.industry-page #fineprint-module .section-items-wrapper span > div {
  padding-top: 0;
}

.industry-page #fineprint-module .section-items-wrapper span > div p {
  margin: 0 60px 0 0;
}

.industry-page #form-module h6 {
  color: #fff;
  margin-bottom: 60px;
}

.industry-page #form-module span#hs_cos_wrapper_module_1499391155161166 {
  color: #FFF;
}

.industry-page #form-module div.widget-type-form span > div {
  width: 100%;
}

.industry-page #form-module div.widget-type-form span > div form {
  width: 100%;
}

.industry-page #form-module div.widget-type-form span > div form * {
  color: #FFF !important;
}

.industry-page #form-module div.widget-type-form span > div form .hs-form-field {
  float: left;
}

@media (max-width: 767px) {
  .industry-page #form-module div.widget-type-form span > div form .hs-form-field {
    width: 100% !important;
    margin: .5rem 0 !important;
  }
}

.industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_firstname, .industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_lastname {
  width: 30%;
}

.industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_firstname > label:first-child, .industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_lastname > label:first-child {
  display: none;
}

.industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_firstname {
  margin-right: 1rem;
}

.industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_email, .industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_company {
  width: calc(60% + 1rem);
  margin-top: 1rem;
}

.industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_email > label:first-child, .industry-page #form-module div.widget-type-form span > div form .hs-form-field.hs_company > label:first-child {
  display: none;
}

.industry-page #form-module div.widget-type-form span > div form .hs-form-field input {
  padding: .75rem 2rem .75rem 1rem !important;
  background-color: #332C4E !important;
}

.industry-page #form-module div.widget-type-form span > div form .hs_submit {
  float: left;
  margin: 1rem 0 0 2rem;
}

@media (max-width: 767px) {
  .industry-page #form-module div.widget-type-form span > div form .hs_submit {
    margin: 1rem 0 0 !important;
  }
}

.industry-page #form-module div.widget-type-form span > div form .hs_submit input[type="submit"] {
  min-width: 200px !important;
}

.industry-page #form-module div.widget-type-form span > div form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}

.industry-page #form-module div.widget-type-form span > div form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

.industry-page #form-module div.widget-type-form span > div form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

.industry-page #form-module div.widget-type-form span > div form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

.industry-page #form-module .widget-type-text {
  padding-bottom: 30px;
}

.industry-page #form-module .widget-type-text span {
  color: #FFF;
  font-family: Averta-Thin, sans-serif;
  line-height: 1;
}

.industry-page #form-module .bottom-top-link {
  margin-top: 44px;
}

.industry-page #form-module .bottom-top-link a {
  line-height: 1;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin-left: 65px;
}

.industry-page #form-module .bottom-top-link a img {
  max-width: 60px;
  display: block;
  position: absolute;
  top: -21px;
  left: -65px;
}

@media (max-width: 767px) {
  .industry-page .row-fluid [class*="span"] {
    min-height: 0;
  }
  .industry-page .section-title:not(.verticalHeroTab-title-wrap-inner) h1, .industry-page .section-title:not(.verticalHeroTab-title-wrap-inner) h4, .industry-page .section-title-mobile h1, .industry-page .section-title-mobile h4 {
    color: #FFF !important;
    font-size: 1.375rem;
    font-weight: normal;
    text-transform: capitalize !important;
    font-family: Averta-Regular, sans-serif !important;
  }
  .industry-page #video-module.section-wrapper {
    height: 100% !important;
  }
  .industry-page #video-module.section-wrapper .section-items-wrapper {
    position: relative;
  }
  .industry-page #form-module.section-wrapper .section-items-wrapper {
    max-height: 100% !important;
    padding: 55px;
  }
}

@media (max-width: 767px) and (max-width: 480px) {
  .industry-page #form-module.section-wrapper .section-items-wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .industry-page #form-module.section-wrapper .section-items-wrapper span {
    padding: 0 !important;
  }
  .industry-page .verticalHeroTab_wrapper .tab-content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
  .industry-page #features-module .section-wrapper > div:last-child {
    margin-top: 0;
  }
  .industry-page .section-wrapper {
    padding: 0 !important;
  }
  .industry-page .section-wrapper .section-icon {
    display: none !important;
  }
  .industry-page .section-wrapper div.verticalHeroTab-title-wrap-inner.section-title {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #FFF;
    width: auto;
  }
  .industry-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner), .industry-page .section-wrapper .section-title-mobile {
    padding: 1.75rem 1.325rem !important;
    width: 100%;
  }
  .industry-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner):before, .industry-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner):after, .industry-page .section-wrapper .section-title-mobile:before, .industry-page .section-wrapper .section-title-mobile:after {
    content: "";
    background: #1ff3bb;
    position: absolute;
    right: 30px;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    transition: .25s linear;
  }
  .industry-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner):after, .industry-page .section-wrapper .section-title-mobile:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .industry-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner) span, .industry-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner) p, .industry-page .section-wrapper .section-title-mobile span, .industry-page .section-wrapper .section-title-mobile p {
    line-height: 1 !important;
    font-size: 1.5rem !important;
    color: #FFF !important;
    text-transform: capitalize !important;
    font-family: Averta-Light, sans-serif !important;
    margin: 0;
    padding: 0;
  }
  .industry-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner) p.video_title, .industry-page .section-wrapper .section-title-mobile p.video_title {
    padding-bottom: 0 !important;
  }
  .industry-page .section-wrapper .section-title:not(.verticalHeroTab-title-wrap-inner) p.video_subtitle, .industry-page .section-wrapper .section-title-mobile p.video_subtitle {
    display: none;
  }
  .industry-page .section-wrapper .section-items-wrapper {
    overflow: hidden;
    max-height: 0;
  }
  .industry-page .section-wrapper .section-items-wrapper span {
    padding: 60px;
  }
  .industry-page .section-wrapper.open .section-title:not(.verticalHeroTab-title-wrap-inner):after, .industry-page .section-wrapper.open .section-title-mobile:after {
    transform: translateY(-50%) rotate(0deg);
  }
  .industry-page .section-wrapper.open .section-items-wrapper {
    max-height: 100%;
  }
  .industry-page .section-wrapper.open.media-section .section-items-wrapper {
    min-height: calc(100vh - 55px - 54px) !important;
    max-height: 100%;
  }
}

.announcementBar {
    position: fixed;
    top: 0;
    left: 0; right: 0;
    background: #8323ce;
    color: #fff;
    text-align: center;
    padding: 21px 0px 22px;
    font: 15px/18px Averta-Regular, sans-serif;
    z-index: 1000;
}

.announcementBar a {
    color: #fff;
    font-family: Averta-Semibold, sans-serif;
    text-decoration: underline;
}

.announcementBar a:hover {
    text-decoration: none;
}

.announcementBar__container {
    padding: 0 15px;
}