/* ==========================================================================

   Index:

  1. BASE STYLES   
    - Variables
    - Macros
    - Modules
    - Base
    - Typography

  2. COS STRUCTURE
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  
  6. LIBRARIES
    - Slick Slider

   ========================================================================== */



/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */
   
   

/* ==========================================================================
   Variables                                               
   ========================================================================== */




/* Color Palette */












/* Container */







/* ==========================================================================
   Macros                                                  
   ========================================================================== */






/* ==========================================================================
   Base                                                    
   ========================================================================== */

/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight,
img[style*='float:right'],
img[style*='float: right'] {
  margin: 0 0 10px 20px;
}

img.alignLeft,
img[style*='float:left'],
img[style*='float: left']{
  margin: 0 20px 10px 0;
}

@media (max-width: 599px) {
  img.alignRight,
  img[style*='float:right'],
  img[style*='float: right'],
  img.alignLeft,
  img[style*='float:left'],
  img[style*='float: left']{
    margin: 0 0 10px;
    float: none !important;
    display: block;
  }
}

/* navbar fixed */
.menu-bar
{
  transition:all .6s;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
   -ms-transition:all .6s;
   -o-transition:all .6s;
  top: -100px;
}
.small-header .menu-bar {
    position: fixed;
    margin-top: 0px;
    top:0;
}



/* Reduces min-height on bootstrap structure */
.body-container .row-fluid [class*="span"] { min-height: 1px; }
.header-container .row-fluid [class*="span"],
.footer-container .row-fluid [class*="span"] { min-height: 0px; }

/* Blog Social Sharing */
.post-share {
  margin-bottom: 20px;
}

/****************22-may****************/
.section-with-content .top-content h2, .section-with-content .bottom-content h2 {
    font-size: 27px;
    font-weight: 700;
}
.section-with-content .top-content {
    margin-top: 60px;
    margin-bottom: 30px;
}
.section-with-content .bottom-content {
    margin: 60px 0 0;
}
.section-with-content{
  position:relative;
}
/*.section-with-content:after {
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: 45px;
    background: rgba(255, 255, 255, 0.19);
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: -10px;
    transform: rotate(-4.8deg);
    transform-origin: top left;
}*/
.section-with-content:before {
    content: '';
    display: block;
    width: calc(100% + 60px);
    height: 250px;
    background: #fff;
    position: absolute;
    z-index: 31;
    bottom: -240px;
    left: -14px;
    transform: rotate(-4.8deg);
    transform-origin: top left;
    /* margin-top: 50px !important; */
    /* margin-bottom: -9px; */
}
.section-with-content {
    padding-bottom: 140px !important;
}
.section-with-content {
    overflow: hidden;
}
/****************22-may****************/

@media (min-width: 1250px) {
  .hs-blog-post .blog-section {
    min-height: 284px;
  }
  
 .post-share {
    width: 42px;
    position: absolute;
    line-height: 10px;
    margin-bottom: 0;
  }
  
 .post-share>span {
    position: relative;
    left: -56px;
  }
 .post-share a {
    display: block;
  }
}

/* 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: 400 !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%;
    }
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}


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

/* 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");
}

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

.hs-cta-wrapper a.button {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
}

/*
 * 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-slider .hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://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: .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(http://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) {
  .section-with-content .top-content {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section-with-content:before {
    height: 80px;
    bottom: -72px;
  }
  
  .section-with-content {
    padding-bottom: 70px !important;
}
  .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: rgba(0,0,0,0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: #fff;
  padding: 0 5% 0 5%;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
  color: #fff;
  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: #000;
      position: static;
      font-size: 2em;
      line-height: 1.1em;
      color: #fff;
      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 h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: #fff;
}

/* 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; }
}

/* ==========================================================================
   Base                                                    
   ========================================================================== */
.container-fluid .row-fluid .page-center, .page-center,
.container-fluid .row-fluid .page-center-wide, .page-center-wide, 
.container-fluid .row-fluid .center-small, .center-small, 
.container-fluid .row-fluid .page-center .center-small, .page-center .center-small {
  max-width: 1140px;
  float: none;
  margin: 0 auto!important;
  padding: 0 20px;
}

.container-fluid .row-fluid .page-center-wide, .page-center-wide {
  max-width: 1140px;
}

.container-fluid .row-fluid .center-small, .center-small {
  max-width: 720px;
}

.container-fluid .row-fluid .page-center .center-small, .page-center .center-small {
  max-width: 720px;
}

a {
  color: #e11e2d;
  text-decoration: none;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
       -o-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;;
}
a:hover {
  color: #20272b;
  outline: none;
}

hr {
  clear: both;
  color: #595f6f;
  background-color: #595f6f;
  height: 1px;
  border: none;
  margin: 45px 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
  margin: 0 0 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }


.text-90 {
  max-width: 90%;
  margin: 0 auto !important;
  float: none !important;
}

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

.text-small {
  font-size: 14px;
}

.text-small h3 {
  font-size: 21px;
}

.text-large {
  font-size: 21px;
}

.text-bold, .text-bold * {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-grey {
  color: #20272b;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0 0 20px;
  color: #20272b;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 39px;
  line-height: 1.3;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
}

h4 {
  font-size: 21px;
  line-height: 1.238095238095238;
}
h5 {}
h6 {}

.header-small h2 {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  
  h2 {
    font-size: 28px;
  }
}

/* Lists */
ul, ol {
  margin: 0 0 20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */




/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
  padding-top: 20px;
}

.header-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 16px;
}

.header-right a {
  display: inline-block;
  color: #20272b;
}

.header-right a:hover {
  color: #e11e2d;
}

.hr-links a:not(:first-child) {
  margin-left: 20px;
}

.hr-links i,
.hr-login i {
  color: #e11e2d;
}

.hr-social:before,
.hr-login:before {
  content: '';
  display: inline-block;
  margin: 0 18px;
  width: 1px;
  height: 12px;
  background: #979797;
}

.hr-social.social i {
  color: #20272b;
  background: none;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1;
  transition: color .3s;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
          border-radius: 0;
}

.hr-social.social a:hover i {
  color: #e11e2d;
}

.hr-social.social a:not(:first-child) i {
  margin-left: 12px;
}

.hr-search {
  margin-left: 20px;
  top: 5px;
  position: relative;
}

#hr-search {
  border: 1px solid #979797;
  background: #fff;
  padding: 6px 10px;
  display: flex;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
      -ms-border-radius: 14px;
          border-radius: 14px;
}

#hr-search input[type="text"] {
  border: none;
  font-size: 14px;
  line-height: 1;
  min-height: 14px;
  padding: 0;
  border: none;
  max-width: 150px;
}

#hr-search button {
  background: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0 0 0 5px;
  cursor: pointer;
}

#hr-search button:before {
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #20272b;
}

/* Placeholder Text */
#hr-search ::-webkit-input-placeholder { /* Webkit Browsers */
   color: #979797;
   opacity: 1;
   text-transform: none;
   font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#hr-search :-moz-placeholder { /* Firefox 18- */
   color: #979797;
   opacity: 1;
   text-transform: none;
   font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#hr-search ::-moz-placeholder { /* Firefox 19+ */
   color: #979797;
   opacity: 1;
   text-transform: none;
   font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#hr-search :-ms-input-placeholder { /* IE10 */
   color: #979797;
   opacity: 1;
   text-transform: none;
   font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.menu-bar {
  background: #20272b;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .hr-links a:not(:first-child) {
    margin-left: 10px;
  }
  
  .hr-social:before,
  .hr-login:before {
    margin: 0 10px;
  }
  
  .hr-social {
    font-size: 10px;
  }
}

@media (max-width: 1023px) {
  body:not(.landing) .widget-type-logo,
  body:not(.landing) .widget-type-logo * {
    text-align: left !important;
  }
  
  .site-header img {
    max-width: 200px !important;
    text-align: left !important;
  }
  
  .menu-bar {
    margin-top: 15px;
  }
  
  .menu-bar .page-center {
    padding: 0 !important;
  }
  
  .hr-translate,
  .header-right/*
  .hr-links,
  .hr-login,
  .hr-search*/ {
    display: none;
  }
}


.header-container-wrapper {
  position: relative;
  z-index: 99;
}

.header-container .widget-type-cta {
  display: none;
}

.hr-translate {
  text-align: right;
  padding-top: 20px;
}



/* ==========================================================================
   Content                                                 
   ========================================================================== */

.body-container-wrapper {}
.body-container {}

/* Unique Pages
   ========================================================================== */

/* Homepage */


.section.industries-section {
  padding: 18px 0 36px;
}

.section.industries-section h2 {
  max-width: 500px;
  margin: 0 auto 25px;
  text-align: center;
}

.section.industries-section .page-center > p {
  text-align: center;
  margin-bottom: 40px;
}

.industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.industry {
  width: 100%;
  background: #fff;
  position: relative;
  padding-bottom: 60px;
  box-shadow: 2px 4px 18px rgba(0,0,0,0.08);
  margin-bottom: 78px;
  font-size: 14px;
}

.industry.industry-nolink {
  padding-bottom: 20px;
}

.ft-form .legal-consent-container .hs-form-booleancheckbox-display>span { 
  display: inline-block !important;
  margin-left: 0 !important;
}

@media (min-width: 962px) {
  .industry {
    width: 30.357142857142857%;
    margin-left: 4.464285714285715%;
  }
 .grey-industry-sec .industry {
    width: 47.5%;
  }
  
  .industry:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 961px) {
  .industry {
    width: 47.767857142857143%;
    margin-left: 4.464285714285715%;
  }
  
  .industry:nth-child(2n+1) {
    margin-left: 0;
  }
}



@media (min-width: 962px) {
  .systems-child .industries {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .systems-child .industry {
    margin-left: 0 !important;
    width: 22.321428571428571%;
  }
}

.industry-image {
  background-size: cover;
  background-position: top center;
  height: 310px;
  position: relative;
  overflow: hidden;
}

.industry-image:before {
  content: '';
  display: block;
  width: calc(100% + 60px);
  height: 30px;
  background: #fff;
  position: absolute;
  z-index: 11;
  bottom: 0;
  transform: rotate(4.8deg);
  transform-origin: top left;
}

.industry-image:after {
  content: '';
  display: block;
  width: calc(100% + 30px);
  height: 30px;
  background: rgba(255, 255, 255, 0.56);
  position: absolute;
  z-index: 9;
  bottom: 30px;
  transform: rotate(4.8deg);
  transform-origin: top left;
}

.systems-child .industry-image:after {
  background: rgba(0, 0, 0, 0.09);
}

.industry-content {
  padding: 15px 26px 0;
}

.industry-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.208333333333333;
}

.industry .button {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-right: 42px;
  padding-left: 42px;
}

.industry .button:before {
  content: '';
  display: block;
  width: 20px;
  height: 60px;
  background: #fff;
  position: absolute;
  z-index: 11;
  bottom: -8px;
  transform: rotate(-21.8deg);
  transform-origin: top left;
  right: 2px;
}

.video-banner {
  background-size: cover;
  min-height: 515px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.video-banner .page-center-wide {
  position: relative;
  z-index: 2;
  width: 100%;
}

.video-banner a {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.258064516129032;
}

.video-banner a:before {
  display: inline-block;
  content: '';
  width: 84px;
  height: 84px;
  background-size: cover;
  background-image: url(https://cdn2.hubspot.net/hubfs/4871384/_img/icons/video-play.svg);
  margin-right: 29px;
}

.video-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: right bottom;
  background-image: url(https://cdn2.hubspot.net/hubfs/4871384/_img/homepage/video-banner-overlay.svg);
  z-index: 1;
}

@media (max-width: 961px) {
  .video-banner-overlay {
    background-image: none;
    background: rgba(0,0,0,0.36);
  }
}

@media (max-width: 599px) {
  .video-banner-content {
    text-align: center;
  }
  
  .video-banner a {
    display: inline-block;
  }

  .video-banner a:before {
    display: block;
    margin: 0 auto 15px;
  }
}



@media (min-width: 768px) {
  .banner-dark-grey .center-small {
    padding-top: 100px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .banner-dark-grey .banner-content {
    width: 50.131578947368421%;
    font-size: 14px;
    color: #fff;
    line-height: 1.3125;
    padding-bottom: 60px;  
  }
  
  .banner-dark-grey .banner-image {
    width: 39.473684210526316%;
    max-width: 316px;
  }
/*
  .banner-static .banner-image {
    position: absolute;
    left: 60.526315789473684%;
    bottom: -60px;
    z-index: 25;
  }*/
}

@media (max-width: 767px) {
  .banner-dark-grey .center-small {
    padding-top: 100px !important;
    /*padding-bottom: 45px !important;*/
  }
  
  .banner .banner-image {
    margin-top: 45px;
    text-align: center;
  }
}

.section-testimonials {
  position: relative;
}

.testimonials-image {
  position: relative;
  margin: 0 0 -45px;
  z-index: 12;
}

.homepage .slick-arrow.slick-prev,
.homepage .slick-arrow.slick-next {
  top: auto;
  transform: none;
}

.homepage .slick-arrow.slick-prev {
  left: auto;
  right: 36px;
}

.homepage .slick-arrow.slick-next {
  right: 0;
}

/*@media (min-width: 600px) {
  .testimonials-image {
    bottom: -80px;
  }
}*/

@media (min-width: 768px) {
  .testimonials-image {
    bottom: -95px;
    /*margin-top: -85px;*/
    margin-bottom: 0;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .testimonials-image {
    bottom: -110px;
  }
}

@media (min-width: 1280px) {
  .testimonials-image {
    bottom: -130px;
  }
}

@media (min-width: 2000px) {
  .testimonials-image {
    bottom: -150px;
  }
}

.testimonials-wrapper {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-end;
  position: relative;
}

.testimonials-image {
  width: 47.478991596638655%;
}

.testimonials {
  position: relative;
  /*width: 43.109243697478992%;*/
  width: 45%;
  padding: 60px 0 60px;
}

@media (max-width: 767px) {
  .testimonials-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .testimonials-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto -45px;
    order: 2;
  }
  
  .testimonials {
    width: 100%;
    order: 1;
  }
}

.testimonials h2 {
  padding-left: 35px;
}

.testimonial {
  padding-left: 35px;
}

.tquote {
  font-size: 24px;
  color: #20272b;
  line-height: 1.458333333333333;
  position: relative;
}

.homepage .tquote {
  font-size: 19px !important;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .tquote {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .tquote {
    font-size: 14px;
  }
}

.tquote:before {
  content: '“';
  display: block;
  position: absolute;
  top: 0;
  left: -35px;
  font-weight: 300;
  font-size: 74px;
  color: #e11e2d;
  line-height: 1;
}

.tname {
  font-weight: 500;
  font-size: 14px;
  color: #20272b;
  line-height: 1.5;
}

.ttitle {
  font-weight: 300;
  font-size: 14px;
  color: #20272b;
  line-height: 1.5;
}

.testimonials .t-controls {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 35px;
}

.testimonials .slick-dots {
  position: relative;
  bottom: auto;
  width: auto;
  text-align: left;
}

.testimonials .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  display: inline-block;
  width: 16px;
  height: 28px;
  background-size: cover;
}

.testimonials .slick-prev {
  background-image: url(https://cdn2.hubspot.net/hubfs/4871384/_img/icons/t-arrow-left.svg);
}

.testimonials .slick-next {
  background-image: url(https://cdn2.hubspot.net/hubfs/4871384/_img/icons/t-arrow-right.svg);
  margin-left: 30px;
}


/* Blog posts */

@media (min-width: 768px) {
  .post-boxes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .post-boxes-header .blog-link {
    margin: 0;
  }
}

.post-boxes-header h2 {
  margin-bottom: 40px;
}

.post-boxes-header a {
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #e11e2d;
}

.post-boxes-header a:hover {
  border-bottom-color: #20272b;
}

.post-boxes {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: stretch;
  margin-bottom: 10px;
}

.post-box {
  width: 100%;
  background: #fff;
  position: relative;
  padding-bottom: 10px;
  box-shadow: 2px 4px 18px rgba(0,0,0,0.08);
  margin-bottom: 78px;
}

@media (min-width: 768px) {
  .post-box {
    width: 30.357142857142857%;
    margin-left: 4.464285714285715%;
  }
  
  .post-box:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .post-box {
    width: 46.788990825688074%;
    margin-left: 3.211009174311926%;
  }
  
  .post-box:nth-child(2n+1) {
    margin-left: 0;
  }
}

.post-box-meta {
  font-weight: 500;
  font-size: 14px;
}

.post-box-meta p {
  margin-bottom: 10px;
}

.post-box-image {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 245px;
  position: relative;
  overflow: hidden;
}

.post-box-image:before {
  content: '';
  display: block;
  width: calc(100% + 60px);
  height: 30px;
  background: #fff;
  position: absolute;
  z-index: 11;
  bottom: 0;
  transform: rotate(4.8deg);
  transform-origin: top left;
}

.post-box-content {
  padding: 15px 26px 0;
  font-size: 14px;
}

.post-box-content h4 {
  margin: 0 0 11px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.208333333333333;
}

.post-box-content h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3125;
}

.post-box-content h4 a {
  color: #20272b;
}

.post-box-content h4 a:hover {
  color: #e11e2d;
}

.post-box-more {
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #e11e2d;
  box-shadow: none;
}

.post-box-more:hover {
  border-bottom-color: #20272b;
}



.blog-posts .post-box {
  box-shadow: none;
}

.blog-posts .post-box .post-box-inner {
  box-shadow: 2px 4px 18px rgba(0,0,0,0.08);
  padding-bottom: 1px;
}

.blog-posts .post-box-content {
  font-size: 14px;
}

.blog-posts .post-box-content h4 {
  font-size: 14px;
}

.blog-posts .post-box-content h4 a {
  color: #20272b;
}

.blog-posts .post-box-content .post-box-content-inner h3 {
  font-size: 14px;
  font-weight: 400;
}

.blog-posts .post-box-content h4 a:hover {
  color: #e11e2d;
}

.blog-posts .post-box-content .button {
  position: relative;
  padding-left: 22px;
  padding-right: 32px;
  font-size: 14px;
}

.blog-posts .post-box-content .button:before {
  content: '';
  display: block;
  width: 20px;
  height: 60px;
  background: #fff;
  position: absolute;
  z-index: 11;
  bottom: -8px;
  transform: rotate(-21.8deg);
  transform-origin: top left;
  right: 2px;
}
  
.blog-posts .post-box-inner .post-box-image:before {
  display: none;
}

@media (min-width: 768px) {
  .blog-posts .post-box {
    width: 46.788990825688074%;
  }
}

@media (min-width: 768px) and (max-width: 961px) {
  .blog-posts .post-box {
    /*box-shadow: 2px 4px 18px rgba(0,0,0,0.08);*/
    display: flex;
    flex-wrap: wrap;
  }
  
  .blog-posts .post-box-inner .post-box-image {
    width: 100%;
  }
  
  .blog-posts .post-box-meta {
    height: 31px;
  }
  
  .blog-posts .post-box-inner {
    padding-bottom: 1px;
    height: calc(100% - 31px);
    /*box-shadow: none !important;*/
  }
}

@media (min-width: 962px) {
  .blog-posts .post-box {
    display: flex;
    flex-wrap: wrap;
  }
  
  .blog-posts .post-box-meta {
    width: 100%;
    height: 31px;
  }
  
  .blog-posts .post-box-inner {
    display: flex;
    align-items: stretch;
    padding-bottom: 0;
    height: calc(100% - 31px);
  }
  
  .blog-posts .post-box-inner .post-box-image {
    width: 50%;
    height: auto;
  }
  
  .blog-posts .post-box-inner .post-box-content {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .blog-posts .post-box {
    width: 100%;
  }
}


/* 2.0 About Us */

.fc-image {
  width: 100%;
  min-height: 300px;
  background-size: cover;
}

.fc-content {
  padding: 45px 20px 25px;
}

@media (min-width: 768px) {
  .fullwidth-content-section {
    display: flex;
    align-items: stretch;
  }
  
  .fc-image {
    width: 50%;
  }
  
  .fc-content {
    width: 50%;
    padding: 45px 0 25px 45px;
  }

  .fullwidth-content-section:nth-child(even) .fc-image {
    order: 2;
  }
  
  .fullwidth-content-section:nth-child(even) .fc-content {
    order: 1;
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 45px;
  }
  
  .fc-content-inner {
    width: 100%;
    max-width: 605px;
  }
}



/* 3.0 Systems & Solutions */

.systems-page .industry-image:after {
  background: rgba(0, 0, 0, 0.09);
}

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

.boxes-intro h2 {
  color: #e11e2d;
  font-size: 39px;
  line-height: 1;
}

.boxes {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.box {
  width: 48.214285714285714%;
  margin-top: 70px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
  background: #f5f7fa;
}

@media (max-width: 767px) {
  .boxes {
    flex-wrap: wrap;
  }
  
  .box {
    width: 100%;
  }
}

.box-image {
  background-size: cover;
  min-height: 319px;
  position: relative;
}

.box-title {
  background: rgba(56, 56, 56, 0.79);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 20px;
}

.box-title h3 {
  max-width: 432px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}

.box-content {
  padding: 40px 20px;
  font-size: 14px;
  line-height: 1.333333333333333;
}

.box-content > * {
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
}

.box-content p:last-child {
  margin-bottom: 0;
}



/* 3.x system child pages */

@media (min-width: 768px) {
  .system-content {
    max-width: 455px !important;
    padding-top: 48px;
  }
  
  .system-image {
    text-align: center;
  }
  
  .system-image img {
    max-width: 352px !important;
  }
}

.system-content h2 {
  font-size: 27px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .system-image {
    margin-top: 50px;
    text-align: center;
  }
}

.system-image img {
  box-shadow: 2px 4px 18px rgba(0,0,0,0.08);
}

.systems-child .section.industries-section {
  background: #fff !important;
  padding-top: 70px;
}

.systems-child .section.industries-section h2 {
  color: #e11e2d;
  font-size: 27px;
  font-weight: 700;
}

.systems-child .industry-content p {
  display: none;
}

@media (min-width: 962px) {
  .systems-child .industries {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .systems-child .industry {
    margin-left: 0 !important;
    width: 22.321428571428571%;
  }
}

@media (min-width: 600px) and (max-width: 961px) {
  .systems-child .industries {
    justify-content: space-between;
  }

  .systems-child .industry {
    margin-left: 0 !important;
    width: 48.214285714285714%;
  }
}



/* 4.x applications child page */

.video {
  position: relative;
}

.video:not(.resource):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;;
}

.video iframe,
.video:not(.resource) > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.applications-boxes .industries {
/*   margin-bottom: -236px; */
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .applications-boxes .industries .industry {
    margin-top: 70px;
  }
}


.section.section-applications {
  padding-top: 184px;
}

.aerospace-subpage .section.section-applications {
  padding-bottom: 30px;
}

.aerospace-subpage:not(.hs-content-id-7475432773) .section.section-applications {
  padding-top: 75px;
}

.aerospace-grandchild .section.section-applications,
.applications-grandchild .section.section-applications {
  padding-top: 75px;
}

.applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before,
.applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  display: none !important;
}

.applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:not(:first-child) {
  margin-left: 15px;
}

@media (max-width: 840px) {
  .applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    justify-content: flex-start;
  }
  
  .applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    width: calc(50% - 15px);
  }
  
  .applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  
  .applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    width: auto;
  }
}

.applications-submenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  margin-top: 20px;
}

.applications-submenu .active {
  display: none !important;
}

.applications-submenu a {
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #FFFFFF;
  white-space: nowrap;
}

.applications-submenu a:hover,
.applications-submenu li.active a,
.applications-submenu li.active-branch a {
  opacity: 0.39;
}

.applications-child .no-padding-top-desktop h2 {
  font-size: 27px;
  font-weight: 700;
}


@media (min-width: 768px) {
  .applications-child-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .applications-child-content-wrapper .testimonials {
    padding-top: 0;
  }
  
  .app-resources-wrapper {
    width: 50%;
  }
}

.applications-child-content-wrapper .slick-prev,
.applications-child-content-wrapper .slick-dots {
  display: none !important;
}

.app-resources-wrapper .ar-nav {
  min-height: 58px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.app-resources-wrapper .ar-nav span {
  display: inline-block;
  cursor: pointer;
  transition: color .3s;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
}

.app-resources-wrapper .ar-nav span:first-child {
  margin-left: 0;
}

.app-resources-wrapper .ar-nav span:hover,
.app-resources-wrapper .ar-nav span.active {
  color: #e11e2d;
}

.app-resources-wrapper .ar-nav span:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: transparent;
  transition: background .3s;
}

.app-resources-wrapper .ar-nav span.active:after {
  background: #e11e2d;
}

.app-resource {
  padding-top: 20px;
}



/* 5.0 Aerospace */

@media (min-width: 768px) {
  /*.aerospace-page .content-section:first-child {
    padding-top: 0;
  }*/
  
  .content-section:nth-child(odd) .cs-image {
    order: 2;
    margin-left: 2.564102564% !important;
  }
  
  .content-section:nth-child(odd) .cs-content {
    order: 1;
    margin-left: 0 !important;
  }
}

.aerospace-industries .section.industries-section {
  padding: 75px 0 0;
}

@media (max-width: 767px) {
  .cs-image {
    margin-bottom: 30px
  }
}

.cs-content h2 {
  font-size: 27px;
  font-weight: 700;
}



/* 5.x Aerospace subpage */

.aerospace-subpage .section-grey.industries-section {
  background: #fff;
  padding-top: 75px;
}

.aerospace-subpage .applications-submenu .active {
  display: block !important;
}

.aerospace-subpage .applications-submenu li:last-child {
  display: none !important;
}


/* 5.6 Contact */

.disclaimer {
  margin-top: 60px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .contact-groups {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .contact-groups {
    margin-top: 60px;
  }
}

.ci-row {
  display: flex;
}

.ci-row {
  margin-bottom: 15px;
}

.contact-info:not(:last-child) .ci-row:last-child {
  margin-bottom: 45px;
}

.cir-icon {
  width: 27px;
}

.cir-content {
  width: calc(100% - 27px);
}

.cir-content p {
  margin-bottom: 5px;
}

.cir-content p:last-child {
  margin-bottom: 0;
}

.map {
  position: relative;
  margin-top: 90px;
  max-width: 900px;
}

@media (max-width: 767px) {
  .map {
    margin-bottom: 45px;
  }
}

.map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.55555555555556%;;
}

.map iframe,
.map > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}



/* 6.0 Resources */

.banner-resources.banner-half {
  min-height: 1px;
}

.banner-resources.banner-half .bh-image {
  background-position: center center;
}

.resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.resource {
  width: 100%;
  background: #fff;
  position: relative;
  padding-bottom: 60px;
  box-shadow: 2px 4px 18px rgba(0,0,0,0.08);
  margin-bottom: 78px;
  font-size: 14px;
  min-height: 374px;
}

.resource.resource-nolink {
  padding-bottom: 20px;
}

@media (min-width: 962px) {
  .resource {
    width: 29.357142857142857%;
    margin-left: 3.5%;
  }
  
  .resource:nth-child(3n+1) {
  /*  margin-left: 0;*/
  }
}

@media (min-width: 600px) and (max-width: 961px) {
  .resource {
    width: 47.767857142857143%;
    margin-left: 3.064285714285715%;
  }
  
  .resource:nth-child(2n+1) {
    margin-left: 0;
  }
}

.resource-image {
  display: block;
  background-size: cover;
  background-position: top center;
  height: 310px;
  position: relative;
  overflow: hidden;
}

.resource-image:before {
  content: '';
  display: block;
  width: calc(100% + 60px);
  height: 30px;
  background: #fff;
  position: absolute;
  z-index: 11;
  bottom: 0;
  transform: rotate(4.8deg);
  transform-origin: top left;
}

.resource-image:after {
  content: '';
  display: block;
  width: calc(100% + 30px);
  height: 30px;
  background: rgba(255, 255, 255, 0.56);
  position: absolute;
  z-index: 9;
  bottom: 30px;
  transform: rotate(4.8deg);
  transform-origin: top left;
}

.resource-content {
  padding: 15px 26px 0;
}

.resource-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.208333333333333;
}

.resource .button {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-right: 52px;
  padding-left: 42px;
}

@media (max-width: 767px) {
  .resource .button {
    padding-right: 42px;
    padding-left: 32px;
  }
}

.resource .button:before {
  content: '';
  display: block;
  width: 20px;
  height: 60px;
  background: #fff;
  position: absolute;
  z-index: 11;
  bottom: -8px;
  transform: rotate(-21.8deg);
  transform-origin: top left;
  right: 2px;
}

/**** Isotope Filtering ****/

.resource {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .resource {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .resource {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .resource,
.isotope .resource-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.rb-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .banner-resources.banner-half .page-center .banner-content {
    padding-bottom: 260px;
  }
}

.resource-navigation {
  position: absolute;
  z-index: 11;
  left: 49.085714285714286%;
  top: 180px;
}

@media (max-width: 767px) {
  .resource-navigation {
    left: 20px;
  }
  
  .banner-resources.banner-half .page-center .banner-content {
    padding-bottom: 120px;
  }
  
  .rb-wrap .resource-navigation .sortBy {
    color: #fff;
  }
}

.resource-navigation .sortBy {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

#resourceTopics {
  display: block;
  margin-bottom: 45px;
}

.rb-wrap #resourceTopics {
  margin-bottom: 0;
}

#resourceTopics .resource-topic {
  display: inline-block;
  vertical-align: bottom;
  min-width: 200px;
}

#resourceTopics select,
#resourceTopics select option {
  text-transform: capitalize;
}



/* 8.x support menu */

.support-menu {
  display: none !important;
}

.support-topic {
  max-width: 360px;
  margin: 0 auto;
}

.support-topic .selectric {
  min-height: 50px;
}

.support-topic .selectric .label {
  position: absolute;
}


/* 9.2 FAQs */

.faq {
  background: #fff;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #595f6f;
  float: left;
  width: 100%;
  clear: both;
}

.faq h4 {
  color: ;
  cursor: pointer;
  position: relative;
  padding-right: 33px;
  margin: 0;
}

.faq h4:after {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  
  content: "\f067 ";
  font-family: FontAwesome;
  color: #e11e2d;
  font-size: 24px;
}

.faq.active h4:after {
  content: "\f068 ";
}

.faq-answer {
  display: none;
  padding-top: 45px;
  padding-right: 33px;
}

.faq-answer p:last-child {
  margin: 0;
}



/* Landing Page */

.landing .site-header {
  padding-bottom: 20px;
  text-align: center;
}

.landing .share-this-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0px 10px;
}

.landing h3.form-title {
  text-align: center;
}

.take-a-peek {
  text-align: center;
  font-size: 21px;
}

.preview-text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}


/* TY page 2 */

.ty-2 .container-fluid .row-fluid .center-small,
.ty-2 .center-small {
  float: none;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.ty-2 .body-container-wrapper {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ty-2 .ty-banner {
  padding: 50px 0;
  position: relative;
  overflow: visible;
  background: #f5f7fa;
}

.ty-2 .ty-banner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 17px 0 17px;
  border-color: #f5f7fa transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -22px;
}

.ty-2 .page-center.ty-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

body.ty-2 .hs-form-field > label {
  display: block;
}

.ty-2 input[type="submit"] {
  text-transform: none;
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
}

.ty-2 .widget-type-form {
  margin-bottom: 45px;
}

.ty-2 .share-this-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .ty-2 .share-this-title,
  .ty-2 .widget-type-social_sharing {
    display: inline-block;
    float: none;
    width: auto;
  }
}



/* Modular & Reusable Components
   ========================================================================== */

.section {
  float: left;
  width: 100%;
  clear: both;
  padding: 75px 0;
}

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

.small-section {
    padding: 45px 0px;
}

.section-narrow {
  padding: 45px 0;
}

.section-white {
  background: #fff;
}

.section-grey {
  background: #f5f7fa;
}

.section-gray_900 {
  background: #595f6f;
}

.section-gray_900 h2 {
  opacity: 0.53;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}

.applications-child h2,
.applications-grandchild h2 {
  font-size: 27px;
  font-weight: 700;
}

.section-accent {
  background: #e11e2d;
  color: #fff;
}

.section-accent h1,
.section-accent h2,
.section-accent h3 {
  color: #fff;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.margin-bottom {
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .no-padding-top-desktop {
    padding-top: 0;
  }
}

/* Vertically centred content */

@media (min-width: 768px) {
  .flex:not(.align-top) .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .flex.align-top .row-fluid {
    display: flex;
    justify-content: center;
  }
  
  .flex.align-bottom .row-fluid {
    align-items: flex-end;
    justify-content: center;
  }
}

/* Social Media Custom Icons */

.hs_cos_wrapper_type_social_sharing i,
.hs_cos_wrapper_type_follow_me i,
.footer-social i,
.social i {
  display: inline-block;
  height: 39px;
  width: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
          border-radius: 50%;;
}

.hs_cos_wrapper_type_follow_me a {
  display: inline-block;
  margin-left: 10px;
}

.hs_cos_wrapper_type_follow_me a:first-child {
  margin-left: 0;
}

/* --
i.fa-facebook {background: #3a5897;}
i.fa-twitter {background: #49c9f2;}
i.fa-pinterest {background: #C92228;}
i.fa-google-plus {background: #d0322d;}
i.fa-linkedin {background: #0775b7;}
i.fa-envelope-o {background: #7b7b7b;}
i.fa-youtube {background: #e52d27;}
i.fa-rss {background: #ff6600;}
i.fa-globe {background: #5e686e;}
-- */

/* Banner */
.banner {
  color: #fff;
  background: #20272b;
  padding: 75px 0 180px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  position: relative;
}

/*
.banner-wrap {
  position: relative;
}

.banner-static {
  position: static;
}*/

.banner:before {
  content: '';
  display: block;
  width: calc(100% + 60px);
  height: 500px;
  background: #fff;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: -14px;
  transform: rotate(-4.8deg);
  transform-origin: top left;
  margin-bottom: -501px;
}

.banner.banner-grey:before {
  background: #f5f7fa;
}

.banner:after {
  content: '';
  display: block;
  width: calc(100% + 30px);
  height: 45px;
  background: rgba(255, 255, 255, 0.19);
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: -10px;
  transform: rotate(-4.8deg);
  transform-origin: top left;
}

.banner.banner-dark-grey {
  background: #595f6f;
  padding-bottom: 45px;
}

.banner.banner-dark-grey h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33333333;
  margin-bottom: 13px;
}

.banner.banner-dark-grey:before {
  content: '';
  display: block;
  width: calc(100% + 60px);
  height: 500px;
  background: #fff;
  position: absolute;
  z-index: 11;
  top: 0;
  transform: rotate(-4.8deg);
  transform-origin: top right;
  margin-top: -501px;
  left: -60px;
}

.banner.banner-dark-grey:after {
  content: '';
  display: block;
  width: calc(100% + 30px);
  height: 45px;
  background: #939495;
  position: absolute;
  z-index: 13;
  top: -1px;
  transform: rotate(-4.8deg);
  transform-origin: top right;
  left: -15px;
}

@media (max-width: 767px) {
  .banner {  
    background-position: center;
    padding: 75px 0 121px;
  }
}

.banner .page-center {
  position: relative;
  z-index: 2;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.55);*/
  background-image: linear-gradient(-269deg, #0E0E0E 0%, rgba(14,14,14,0.00) 50%);
  z-index: 1;
}

.banner-scroll {
  display: none;
}

.homepage .banner-scroll {
  display: block;
  text-align: center;
}

.homepage .banner-scroll a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  color: #fff !important;
  letter-spacing: 0;
  position: relative;
  bottom: -65px;
  text-align: center;
}

.homepage .banner-scroll a:after  {
  display: block;
  content: '';
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(https://cdn2.hubspot.net/hubfs/4871384/_img/homepage/banner-scroll.svg);
  width: 22px;
  height: 40px;
  margin: 11px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .banner-overlay {
    background: rgba(0, 0, 0, 0.80);
  }
  
  .banner a:hover,
  .banner a:focus {
    color: #fff;
  }
}

.banner h1 {
  font-size: 39px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

.banner h1:after {
  content: '';
  display: block;
  margin: 39px 0 27px;
  width: 124px;
  height: 2px;
  background: #fff;
}

.banner-resources h1:after {
  display: block !important;
}

.banner h1:last-child:after {
  display: none;
}

.banner h4,
.banner h1 span:not(#hs_cos_wrapper_name) {
  font-size: 22px;
  color: #fff;
  line-height: 1.772727272727273;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: block;
}

.banner-full h1,
.banner-full h4 {
  max-width: 600px;
}

.banner-full p {
  max-width: 600px;
  color: inherit;
}

.banner:not(.banner-dark-grey) .button {
  margin-top: 26px;
}

.banner h1:last-child,
.banner p:last-child {
  margin-bottom: 0;
}

.banner-full a:not(.button) {
  color: #fff;
}

.banner-full a:not(.button):hover {
  color: #e11e2d;
}

@media (min-width: 768px) {
  .banner-half {
    display: flex;
    align-items: stretch;
    padding: 0;
    color: #20272b;
    background: none !important;
    min-height: 500px;
  }
  
  .banner-half .banner-overlay {
    display: none !important;
  }
  
  .banner-half .bh-image {
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 42.142857142857143%;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  
  .hs-blog-post .banner-half {
    min-height: 0 !important;
  }
  
  .hs-blog-post .banner-half .bh-image:before {
    content: '';
    display: block;
    padding-top: 76.92307692307693%;
  }
  
  .banner-half .page-center {
    width: 57.857142857142857%;
    max-width: 100% !important;
    background: #fff;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .banner-half .page-center .banner-content {
    max-width: 100%;
    width: calc(580px + 12%);
    padding: 75px 20px 180px 12%;
    /*margin: 0 12%;*/
  }
  
  .banner-half:after {
    background: #f5f7fa !important;
    bottom: -1px !important;
  }
  
  .banner-half .bh-image:after {
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: 45px;
    background: rgba(56, 56, 56, 0.3);
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: -10px;
    transform: rotate(-4.8deg);
    transform-origin: top left;
  }
  
  .systems-page .banner-half .bh-image {
    z-index: 1;
  }
  
  .systems-page .banner-half .bh-image:after {
    z-index: 10;
    bottom: 45px;
    width: calc(100% - 30px);
  }
  
  .banner-half h1 {
    color: #20272b
  }
  
  .banner-half h1:after {
    background: #e11e2d;
  }
  
  .banner-half p {
    max-width: 510px;
  }
}

/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */
   
.footer-contact-us {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-contact-us .row-fluid-wrapper {
  background-color: #000;
  min-height: 500px !important;
}

@media (min-width: 768px) {
  .footer-contact-us .row-fluid-wrapper:before {
    content: '';
    display: block;
    width: 55%;
    height: calc(100% + 10px);
    position: absolute;
    right: 0;
    top: -10px;
    bottom: 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/4871384/_img/footer/footer-right.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  
  
  .aerospace-footer .footer-contact-us .row-fluid-wrapper:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/4871384/_img/footer/footer-right.jpg);
  }
}

.footer-contact-us:before {
  content: '';
  display: block;
  width: calc(100% + 60px);
  height: 500px;
  background: #fff;
  position: absolute;
  z-index: 11;
  top: 0;
  transform: rotate(4.8deg);
  transform-origin: top left;
  margin-top: -501px;
}

.footer-contact-us:after {
  content: '';
  display: block;
  width: calc(100% + 30px);
  height: 45px;
  background: rgba(255, 255, 255, 0.19);
  position: absolute;
  z-index: 9;
  top: 0;
  transform: rotate(4.8deg);
  transform-origin: top left;
}



.footer-contact-us.fcu-grey:before {
  background: #f5f7fa;
}

.footer-contact-us.fcu-dark-grey:before {
  background: #595f6f;
}

.footer-content {
  padding: 170px 0 80px;
}

.footer-content h2 {
  font-size: 39px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

.footer-content h2:after {
  content: '';
  display: block;
  margin: 39px 0 27px;
  width: 124px;
  height: 2px;
  background: #fff;
}

.footer-content h4,
.footer-content h2 span {
  font-size: 22px;
  color: #fff;
  line-height: 1.772727272727273;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: block;
}

.footer-content .button {
  margin-top: 26px;
}

@media (min-width: 768px) {
  .footer-content {
    max-width: 43% !important;
  }
}

.footer-top {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .footer-top .span4:nth-child(2) {
    text-align: center;
  }
  
  .footer-top .span4:last-child {
    text-align: right;
  }
}

.footer-top a {
  font-size: 14px;
  color: #20272b;
}

.footer-top a:hover {
  color: #e11e2d;
}

.footer-top li:first-child a:before {
  content: "\f023";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
  color: #e11e2d;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-top li:last-child a {
    border-left: 1px solid #979797;
    padding-left: 10px;
    margin-left: 9px;
  }
}

@media (min-width: 1024px) {
  .footer-top li:last-child a {
    border-left: 1px solid #979797;
    padding-left: 20px;
    margin-left: 19px;
  }
}

@media (max-width: 767px) {
  .footer-top .span4:nth-child(2) {
    margin: 30px 0;
    text-align: left !important;
  }
  
  .footer-top .span4:nth-child(2) img {
    max-width: 250px !important;
  }
}


.footer-bottom {
  background: #20272b;
  color: #fff;
  font-size: 14px;
  padding: 30px 0 20px;
}

@media (min-width: 768px) {
  .footer-bottom .span8:last-child {
    text-align: right;
  }
  
  .footer-bottom ul { list-style: none; }
  
  .footer-bottom ul li.hs-menu-item:not(:first-child) {
    margin-left: 0px !important;
    list-style: none;
  } 
}

@media (max-width: 767px) {
  .footer-top .hs-menu-item:last-child {
    padding-left: 15px;
  }
  
  .footer-bottom .copyright {
    margin-bottom: 15px;
  }
  
  .footer-bottom li {
    margin-top: 5px;
  }
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom p {
  margin: 0;
}



/* Menu Colors */
 /* Set link Color */
 /* Set link Hover Color */

/* ==========================================================================
   Firetrace Menu Primary
   ========================================================================== */

/* Parent List */
.firetrace-menu-primary .hs-menu-wrapper > ul{ 
  background: none;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}
.firetrace-menu-primary .hs-menu-wrapper > ul > li{
  background: none;
}
.firetrace-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-left: auto;
  display: flex !important;
  align-items: stretch;
}
.firetrace-menu-primary .hs-menu-wrapper > ul > li:last-child > span {
  display: flex;
  align-items: stretch;
}
.firetrace-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#fff;
  padding: 15px 15px;
  position: relative;
}
.firetrace-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;  
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 11px;
}
.firetrace-menu-primary .hs-menu-wrapper > ul > li.active > a,
.firetrace-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.firetrace-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.firetrace-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #3c3c3b;
  background: #fff;
}

@media (min-width: 1024px) {
  .firetrace-menu-primary .hs-menu-wrapper > ul > li.active > a:before,
  .firetrace-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before,
  .firetrace-menu-primary .hs-menu-wrapper > ul > li > a:before,
  .firetrace-menu-primary .hs-menu-wrapper > ul > li > a:before {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
  }
  
  .firetrace-menu-primary .hs-menu-wrapper > ul > li.active > a:before,
  .firetrace-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before,
  .firetrace-menu-primary .hs-menu-wrapper > ul > li:hover > a:before,
  .firetrace-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e11e2d;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
  }
}

.firetrace-menu-primary .button {
  font-size: 14px;
  line-height: 16px;
  padding: 14px 24px;
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .firetrace-menu-primary .button {
    padding: 14px;
  }
}

/* Child List */
.firetrace-menu-primary .hs-menu-wrapper > ul ul{
  background: #fff;
  font-size: 13px;
  border: 1px solid #f5f7fa;
  border-bottom: none;
}
.firetrace-menu-primary .hs-menu-wrapper > ul ul li{
  background: none;
  border-bottom: 1px solid #f5f7fa;
}
.firetrace-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .firetrace-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    content: "\f105 ";
    font-family: FontAwesome;
    color: #838383;
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 14px;
  }
}
.firetrace-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  color: #e11e2d;
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .firetrace-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .firetrace-menu-primary .hs-menu-wrapper > ul ul li.active > a,
  .firetrace-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
    color: #fff;
    background: #20272b;
  }
}

/* Override max width on menu links */
.firetrace-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1024px) {
  .firetrace-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  .firetrace-menu-primary .hs-menu-wrapper > ul ul ul {
    top: -1px;
  }
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */
.nolink .child-trigger {
  width: 100% !important;
  text-align: right;
  right: 0;
  left: 0;
}
.nolink .child-trigger i {
  margin-left: -32px;
  margin-right: 32px;
}

.hamburger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

.firetrace-menu-primary .mobile {
  display: none;
}

@media (max-width: 1023px){
  .firetrace-menu-primary .mobile {
    display: block;
  }
  
  .firetrace-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: none !important;
  }

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .firetrace-menu-primary,
  .firetrace-menu-primary .hs-menu-wrapper > ul,
  .firetrace-menu-primary .hs-menu-wrapper > ul li,
  .firetrace-menu-primary .hs-menu-wrapper > ul li a:not(.button){
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0 !important;;
     -moz-border-radius: 0 !important;;
      -ms-border-radius: 0 !important;;
          border-radius: 0 !important;;;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: 400;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#20272b;
  }
  
  .firetrace-menu-primary .hs-menu-wrapper > ul li a.button {
    margin: 10px 20px;
  }


  /*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
    position:absolute;
    top: 20px;
    right: 20px;
  }
  
  .hamburger:hover {
    opacity: 0.7; 
  }
  
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
  }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
  }
  
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
  }
  
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
  }
  
  .hamburger-inner::before {
    top: -10px; 
  }
  
  .hamburger-inner::after {
    bottom: -10px; 
  }
  
  
  /*
   * Squeeze
   */
  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; 
  }
  
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  
  .mobile-open .hamburger--squeeze .hamburger-inner {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  
  .mobile-open .hamburger--squeeze .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; 
  }
  
  .mobile-open .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); 
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 46px !important; /* Button height */  
    padding: 0 !important;
    /*border-left: 1px dotted rgba(0, 0, 0, .20);*/
    text-align: center;
    font-size: 24px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 12px;
    margin-left: -4px;
    font-style: normal;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: "\f105 ";
    font-family: FontAwesome;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -ms-transition: -ms-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  li > a:hover + .child-trigger,
  li.active .child-trigger, 
  li.active-branch .child-trigger {
    color: #fff;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .firetrace-menu-primary.js-enabled{
      /*margin: 10px -20px 0;*/
      margin: 0;
   }

  /* Hide menu on mobile */
  .firetrace-menu-primary.js-enabled .hs-menu-wrapper,
  .firetrace-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .firetrace-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .firetrace-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .firetrace-menu-primary .hs-menu-wrapper{
    background-color:#ffffff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .firetrace-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .firetrace-menu-primary .hs-menu-wrapper > ul > li a:not(.button){
    font-size: inherit; /* Font size of top level list items */
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .firetrace-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid #c0c0c2;
  }
  .firetrace-menu-primary .hs-menu-wrapper >  ul li a:not(.button){
    padding: 15px 20px;
    color:#20272b; /* link color set by global mobile-aColor variable */
    font-weight: 700;
  }
  .firetrace-menu-primary .hs-menu-wrapper > ul li > a:not(.button):hover,
  .firetrace-menu-primary .hs-menu-wrapper > ul li.active > a:not(.button),
  .firetrace-menu-primary .hs-menu-wrapper > ul li.active-branch > a:not(.button),
  .firetrace-menu-primary .hs-menu-wrapper > ul li.nolink:hover > a:not(.button){
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
    background: #20272b;
  }

  /* Level 2 and Higher Menu List Styles */
  .firetrace-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #f5f7fa;
  }
  .firetrace-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .firetrace-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px !important; /* Indent Child lists */
    font-size: 14px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .firetrace-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px !important; /* Indent Child lists */
  }
  .firetrace-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px !important; /* Indent Child lists */
  }
}







/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */


/* System Pages                                          
   ========================================================================== */
   
/* Search results */

.hs-search-results__listing {
  margin-top: 45px;
}

/* Error Templates */

.system-box {
  background: #f5f7fa;
  border: 1px solid #ededee;
  padding: 60px 90px;
  text-align: center;
  font-size: 21px;
  color: #20272b;
  max-width: 780px;
  margin: 0 auto !important;
  float: none !important;
}

.system-box h1 {
  color: #000;
}

.hs_error_rollup {
    display: none !important;
}

.password-page .system-box h1:before {
  display: inline-block;
  content: '';
  width: 37px;
  height: 46px;
  margin-right: 20px;
  background-image: url(//cdn2.hubspot.net/hubfs/142915/_einstein/system/lock.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
  .password-page .system-box h1:before {
    display: block;
    margin: 0 auto 10px;
  }
}

.system-box form {
  margin-top: 30px;
}

.system-box input[type="password"],
.system-box input[type="submit"] {
  display: block;
  float: left;
  margin: 0 !important;
}

.system-box input[type="password"] {
  width: 75%;
}

.system-box input[type="submit"] {
  width: 25%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
          border-radius: 0;;
  text-transform: none;
}

.system-box .page-header {
  margin: 0;
  padding: 0;
}

.system-box #email-prefs-form {
  margin: 0;
}

.system-box #email-prefs-form #content > div {
  float: left;
  width: 66%;
  padding: 0;
  margin: 0;
}

.system-box #email-prefs-form #content input[type="email"] {
  width: 100% !important;
  margin: 0 !important;
  font-size: 1rem !important;
  padding: 0.5rem 1rem .7rem 1rem !important;
}

.system-box #email-prefs-form #content input[type="submit"] {
  width: 34%;
  clear: none !important;
}

.system-box .widget-type-email_simple_subscription h1 {
  font-weight: 300;
  font-size: 55px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}

.system-box .widget-type-email_simple_subscription h3 {
  font-weight: 400;
  font-size: 21;
  color: #20272b;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .system-box {
    padding: 20px 30px;
  }
  
  .system-box .widget-type-email_simple_subscription h1 {
    font-size: 36px;
  }
  
  .system-box input[type="password"],
  .system-box input[type="submit"] {
    width: 100%;
    clear: both;
  }
}

@media (max-width: 599px) {
  .system-box {
    padding: 20px;
  }
  
  .system-box #email-prefs-form #content > div {
    width: 100%;
    clear: both;
  }
  
  .system-box #email-prefs-form #content input[type="submit"] {
    width: 100%;
    clear: both !important;
  }
}

/* Placeholder Text */
.system-box ::-webkit-input-placeholder { /* Webkit Browsers */
   text-transform: none;
   font-style: italic;
}
.system-box :-moz-placeholder { /* Firefox 18- */
   text-transform: none;
   font-style: italic;
}
.system-box ::-moz-placeholder { /* Firefox 19+ */
   text-transform: none;
   font-style: italic;
}
.system-box :-ms-input-placeholder { /* IE10 */
   text-transform: none;
   font-style: italic;
}


.system-template .text-large {
  font-size: 24px;
  font-weight: 300;
}

.system-template .page-header {
  margin: 0;
  padding: 0;
}

.widget-type-email_subscriptions p, .widget-type-email_subscriptions h1 {
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .widget-type-email_subscriptions p, .widget-type-email_subscriptions h1 {
    font-size: 36px;
  }
}

.system-template .widget-type-email_subscriptions_confirmation h2,
.system-template .widget-type-email_simple_subscription h2 {
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
}

.system-template .widget-type-email_subscriptions_confirmation h2:before {
  display: block;
  content: "\f00c ";
  font-family: FontAwesome;
  font-size: 36px;
  margin-bottom: 5px;
  text-align: center;
}

.system-template .widget-type-email_subscriptions h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
}

.system-template .widget-type-email_subscriptions_confirmation p,
.system-template .widget-type-email_simple_subscription p {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.4;
}

.system-template .widget-type-email_subscriptions p {
  font-size: 21px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.4;
}

.system-template .widget-type-email_subscriptions input[type="submit"] {
  width: auto;
  text-transform: capitalize;
}

.system-template .checkbox-row input[type="checkbox"] {
  margin-top: -3px;
  z-index: 1;
  opacity: 0;
  width: 22px;
  height: 20px;
  cursor: pointer;
}

.system-template .subscribe-options label {
  margin: 0;
}

.error-404 .body-container h1 {
  font-size: 115px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .error-404 .body-container h1 {
    font-size: 55px;
  }
  .system-template .widget-type-email_subscriptions_confirmation h2,
  .system-template .widget-type-email_simple_subscription h2 {
      font-size: 22px;
  }
  
  .error-404 .body-container .flex img {
    margin-bottom: 30px;
  }
}

.error-404 .body-container h2 {
  font-size: 31px;
  font-weight: 700;
}

.error-404 .body-container ul {
  list-style: none;
  padding: 0;
}

.error-500 .body-container h2 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 5px;
}

.error-500 .body-container h1 {
  font-size: 65px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .error-500 .body-container h1 {
      font-size: 36px;
  }
}






/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */


/* ==========================================================================
   Blog                                         
   ========================================================================== */


.blog-banner-subscribe {
  max-width: 500px;
  padding-top: 30px;
}

.blog-banner-subscribe .hs_email > label,
.hs_cos_wrapper_type_blog_subscribe .hs_email > label {
  display: none !important;
}

.blog-banner-subscribe label {
  color: #fff !important;
}

@media (min-width: 500px) {
  .blog-banner-subscribe form {
    display: flex;
    align-items: stretch;
  }
}

.blog-banner-subscribe form .hs_email input[type="email"] {
  min-height: 44px;
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.blog-banner-subscribe form .hs_submit input[type="submit"] {
  font-size: 14px;
/*   padding: 15px 20px; */
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.hs-blog-post .banner-post-meta {
  font-size: 14px;
}


@media (min-width: 900px) {
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe {
    display: flex;
    justify-content: center;
  }
  
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe .form-title {
    margin-right: 30px;
    line-height: 48px;
    margin-bottom: 0;
  }
  
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe form {
    display: flex;
    align-items: stretch;
  }
  
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe form .hs_email input[type="email"] {
    min-height: 48px;
    border-radius: 0;
  }
  
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe .submitted-message {
    line-height: 48px;
  }

}


@media (min-width: 768px) and (max-width: 899px) {
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe .form-title {
    text-align: center;
    width: 100%;
  }
  
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe form {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  
  .hs-blog-post .hs_cos_wrapper_type_blog_subscribe form .hs_email input[type="email"] {
    min-height: 48px;
  }
}




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

.blog-navigation .sortBy {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

#blogTopics {
  display: inline-block;
  margin-bottom: 45px;
  min-width: 200px;
  max-width: 100%;
}

#blogTopics select,
#blogTopics select option {
  text-transform: capitalize;
}


/* Blog sidebar */

.sidebar-widget:not(last-child) {
  margin-bottom: 45px;
}

.sidebar-widget .filter-link-count {
  display: none;
}

.related-blog-item:before,
.related-blog-item:after {
  content: '';
  display: table;
  clear: both;
}

.related-blog-item {
  margin-bottom: 15px;
}

.related-blog-item-image {
  background-size: cover;
  width: 100%;
}

.related-blog-item-image:before {
  content: '';
  display: block;
  padding-top: 75%;
}

@media (min-width: 768px) {
  .related-blog-item {
    display: flex;
    align-items: center;
  }
  
  .related-blog-item-image {
    order: 2;
    margin: 0 0 5px 5px;
    width: 100px;
  }
  
  .related-blog-item p {
    order: 1;
    width: calc(100% - 105px);
    margin: 0;
  }
}

@media (max-width: 767px) {
  .related-blog-item-image {
    margin: 0 auto 10px;
  }
}

.post-resource-header {
  background-color: #20272b;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//cdn2.hubspot.net/hubfs/142915/_einstein/blog/post-resource-bg.png);
  color: #fff;
  font-size: 14px;
  padding: 0 45px;
}

.post-resource-header h2 {
  color: #fff;
  margin: 20px 0 10px;
}

.post-resource-form {
  padding: 60px 45px;
  background: #f5f6f7;
}

.post-resource-form h3.form-title:empty {
  display: none;
}

.post-resource-form .hs-form-field>label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}

.post-resource-form .hs_submit {
  text-align: center;
}

.post-resource-form .hs_submit input[type="submit"] {
  width: auto;
}


/** 
 * Blog Commments 
 *
 */

.post-footer.section {
  
}

#comments-listing:not(.no-comments) {
  border-bottom: 1px solid #595f6f;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing:empty {
  display: none;
}

#comments-listing + div {
  display: block;
  max-width: 500px;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #595f6f;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: 700; }
.comment-body { padding: 10px 0; }

body #comment-form .hs-form-field>label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}

#comment-form .inputs-list label {
  font-size: 14px;
}

#comment-form .inputs-list input {
  display: inline-block;
  margin: 0 8px 0 0;
}

#comment-form  .hs_submit {
  text-align: center;
}

#comment-form .hs_submit input[type="submit"] {
  width: auto;
}

/* Pagination */
.pagination-main {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.pagination-main:before,
.pagination-main:after {
  content: '';
  display: table;
  clear: both;
  padding: 35px 0 0
}

.blog-pagination a {
  float: left;
  border-left: 1px solid #595f6f;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  color: #20272b;
  font-weight: 400
}

.blog-pagination li:first-child a {
  border: none
}

.pagination-main span a {
  border: 1px solid #595f6f;
  font-size: 100%;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  display: block;
}

.pagination-main a.next-link {
  border-left: none;
}

.pagination-main a.previous-link {
  border-right: none;
}

.pagination-main span a:hover {
  background-color: #f5f7fa;
}

.blog-pagination a:hover, .blog-pagination li.active a {
  background-color: #f5f7fa;
  color: #e11e2d;
}

.disabled {
  display: none !important
}

.blog-pagination li {
  float: left;
  list-style-type: none
}

ul.blog-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #595f6f;
  overflow: hidden;
}

.pagination-main span {
  float: left
}

/** 
 * Blog Author Page 
 *
 */

.hs-author-profile {
  padding: 60px 45px;
  background: #f5f6f7;
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 60px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  display: block;
  float: left;
  width: calc(100% - 210px);
}
.hs-author-profile .hs-author-avatar {
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  margin: 0 30px 30px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #20272b;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
          border-radius: 50%;;
}

@media (max-width: 767px) {
  .hs-author-profile .hs-author-bio {
    float: none;
    width: 100%;
  }
  
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto 30px;
  }
  .banner-content h3,
  .banner-content p {
    color: #fff;
  }
}

/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

.comment-reply-to.hs-button {
  width: auto;
}

/*
.comment-reply-to:after,
.button-arrow:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 17px;
  background-image: url(https://cdn2.hubspot.net/hubfs/4871384/_img/button-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 20px;
  vertical-align: bottom;
}

.button-angle {
  position: relative;
  padding-right: 39px;
  padding-left: 45px;
  
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
}

_:-ms-lang(x), .button-angle:before {
  content: '';
  display: block;
  width: 20px;
  height: 60px;
  background: #fff;
  position: absolute;
  z-index: 11;
  bottom: -8px;
  transform: rotate(-21.8deg);
  transform-origin: top left;
  right: 2px;
}

.banner .button-angle:before {
  display: none !important;
}

.section-grey .button-angle:before {
  background: #f5f7fa;
}
*/


/* ==========================================================================


   6. LIBRARIES


   ========================================================================== */
   
   

/* ==========================================================================
   Slick Slider                                               
   ========================================================================== */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('//cdn2.hubspot.net/hubfs/142915/_einstein/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-arrow.slick-prev,
.slick-arrow.slick-next
{
    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    border: none;
    outline: none;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 32px;
    line-height: 1;
    color: #20272b;
    z-index: 2;
    
    width: 16px;
    height: 28px;
}
.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
  display: none !important;
}
.slick-arrow.slick-prev:hover,
.slick-arrow.slick-prev:focus,
.slick-arrow.slick-next:hover,
.slick-arrow.slick-next:focus
{
    outline: none;
    background-color: transparent;
}
.slick-arrow.slick-prev:hover:before,
.slick-arrow.slick-prev:focus:before,
.slick-arrow.slick-next:hover:before,
.slick-arrow.slick-next:focus:before
{
    opacity: 1;
}
.slick-arrow.slick-prev.slick-disabled:before,
.slick-arrow.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-arrow.slick-prev
{
    left: -15px;
}

.slick-arrow.slick-next
{
    right: -15px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 11px;
    height: 11px;
    margin: 0 9px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button
{
    line-height: 10px;

    display: block;

    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
          border-radius: 50%;;

    cursor: pointer;

    color: transparent;
    border: 0;
    padding: 0;
    outline: none;
    background: #e11e2d;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
    background: #20272b;
    outline: none;
}



/* Checkbox / Radio Styles */

.control {
  display:inline-block;
  font-size: 14px;
  line-height: 24px;
	cursor: pointer;
  background: #fff;
  position: relative;
  margin: 0 5px 0 0;
  width: 20px;
  height: 18px;
  top: 4px;
}

.control:hover,
.control.active-check {
  background: #DEDEDE !important;
}

.control--checkbox input[type="checkbox"] {
  position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #000;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #fff;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #fff;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #fff;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 2px;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #5C5D61;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

.checkbox-row {
  overflow: visible;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  clear: both;
}

.checkbox-row span.fakelabel .control {
  float: left;
}

.checkbox-row span.fakelabel span {
  margin-top: 2px;
  margin-left: 0 !important;
  width: calc(100% - 28px);
}

@media (max-width: 599px) {
  .checkbox-row span.fakelabel span {
    font-size: 90%;
  }
}




/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #595f6f;
  background: #fff;
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
          border-radius: 0;;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 63px 0 25px;
  font-size: 14px;
  line-height: 50px;
  color: #20272b;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  height: 30px;
  color: #20272b;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #b9c1c8;
}

.selectric .selectArrow:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #20272b;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .selectArrow {
  color: #a2a2a2;
}

.selectric-hover .selectric .selectArrow:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #595f6f;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #20272b;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #f5f7fa;
  color: #444;
}

.selectric-items li.highlighted {
  background: #f5f7fa;
}

.selectric-items li:hover {
  background: #f5f7fa;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* ==========================================================================
   Lity v3.0.0
	 http://sorgalla.com/lity/
   Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT
   ========================================================================== */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;

  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
  width: 100%;
  max-width: 90%;
  max-height: 90%;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}

html.lity-active {
  overflow: hidden;
}


/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}




/*============= Fire supression system page =====================*/

.fire-suppression-banner
{
    position: relative;
    padding: 30px 0px 100px;
    background-size: cover;
    background-position: center;
}
.fire-suppression-banner:before
{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #9d0016, #aa0018);
    opacity: 0.63;
}
.fire-suppression-banner:after, .engineer-vs-pre:after, .core-section:after
{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 130px;
    background: url("https://www.firetrace.com/hubfs/firetrace-2019/fire-suppression-systems/banner-waves.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.engineer-vs-pre:after, .core-section:after
{
    background:url("https://www.firetrace.com/hubfs/firetrace-2019/fire-suppression-systems/grey-waves.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    bottom: auto;
    top: 100%;
}
.fire-suppression-banner .page-center > .row-fluid-wrapper > .row-fluid
{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.banner-left-suppression, .banner-right-suppression
{
    position: relative;
}
.banner-left-suppression
{
    color: #fff;
    padding-left: 25px;
}
.banner-left-suppression:before
{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 6px;
    background: url("https://www.firetrace.com/hubfs/firetrace-2019/fire-suppression-systems/banner-heading-border.png");
    background-repeat: no-repeat;
}
.fire-suppression-banner h1
{
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    line-height: 61px;
    text-transform: uppercase;
}
.banner-left-suppression p
{
    line-height: 25px;
}
.below-banner-text, .direct-vs-redirect
{
    padding: 80px 0px 100px;
    text-align: center;
}
.engineer-vs-pre-inner, .direct-vs-redirect-heading, .standard-industry-inner h2
{
    text-align: center;
}
.below-banner-text-inner h2, .engineer-vs-pre-inner h2, .direct-vs-redirect-heading h2, .core-text h2, .engineer-vs-pre-group-left h2, .engineer-vs-pre-group-right h2, .engineer-vs-pre-single-col h3, .direct-text h3, .standard-industry-inner h2
{
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.1px;
}
.below-banner-text-inner h2, .engineer-vs-pre-inner h2, .direct-vs-redirect-heading h2, .core-text h2, .standard-industry-inner h2
{
    font-size: 36px;
    padding: 0px 0px 15px;
    max-width: 90%;
    margin: 0 auto 20px;
}
.below-banner-text-inner h2:before, .engineer-vs-pre-inner h2:before, .direct-vs-redirect-heading h2:before, .core-text h2:before, .standard-industry-inner h2:before
{
    content: "";
    width: 231px;
    height: 5px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    background: url("https://www.firetrace.com/hubfs/firetrace-2019/fire-suppression-systems/heading-border.png");
    background-repeat: no-repeat;
    background-position: center;
}
.below-banner-text-inner .vidyard-player-container
{
    border-radius: 15px;
    box-shadow: 0px 0px 27px 10px rgba(0, 0, 0, .24);
    margin: 30px auto 0px !important;
}
.below-banner-text-inner p, .standard-industry-inner p 
{
    line-height: 27px;
}
.below-banner-text-inner p a, .engineer-vs-pre p a, .direct-vs-redirect p a, .core-section p a
{
    color: #0261fe;
    text-decoration: underline;
}
.engineer-vs-pre, .core-section
{
    background: #f6f6f6;
    padding: 100px 0px 20px;
    position: relative;
}
.engineer-vs-pre-group
{
    margin: 40px 0px 0px;
}
.engineer-vs-pre-group > .row-fluid-wrapper:first-child > .row-fluid, .direct-vs-redirect-group > .row-fluid-wrapper > .row-fluid
{
    display: flex;
    display: -webkit-flex;
}
.engineer-vs-pre-group > .row-fluid-wrapper:first-child > .row-fluid > div
{
    background: #fff; 
    border: 1px solid #d6d6d6;
    padding: 45px 20px 15px;
}
.engineer-vs-pre-group-left h2, .engineer-vs-pre-group-right h2
{
    font-size: 22px;
    line-height: 27px;
}
.engineer-vs-pre-group-left, .engineer-vs-pre-group-right, .direct-vs-redirect-left, .direct-vs-redirect-right
{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
}
.engineer-vs-pre-group-left:hover, .engineer-vs-pre-group-right:hover, .direct-vs-redirect-left:hover, .direct-vs-redirect-right:hover
{
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
}
.engineer-vs-pre-group-left:before, .engineer-vs-pre-group-right:before
{
    content: "";
    position: absolute;
    width: 64px;
    height: 74px;
    left: 10px;
    top: 20px;
    background: url("https://www.firetrace.com/hubfs/firetrace-2019/fire-suppression-systems/engineered-icon.png");
    background-repeat: no-repeat;
    background-position: center;
}
.engineer-vs-pre-group-right:before
{
    background: url("https://www.firetrace.com/hubfs/firetrace-2019/fire-suppression-systems/pre-engineered-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 84px;
    height: 70px;
}
p:last-child
{
    margin: 0px;
}
.engineer-vs-pre-single-col
{
    margin: 50px 0px 0px;
}
.engineer-vs-pre-single-col h3, .direct-text h3
{
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 10px;
}
.engineer-vs-pre-single-col h3:before, .direct-text h3:before {
    content: "";
    background: #e11e2d;
    width: 71px;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0px;
}
.engineer-vs-pre-group p, .direct-vs-redirect p
{
    line-height: 25px;
}
.direct-vs-redirect
{
    padding: 170px 0px 100px;
}
.direct-vs-redirect-group
{
    margin: 30px 0px 0px;
}
.direct-text
{
    padding: 25px 20px;
}
.direct-text h3:before 
{
    right: 0px;
    margin: 0 auto;
}
.direct-vs-redirect-group > .row-fluid-wrapper > .row-fluid > div
{
    border: 1px solid #d6d6d6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.direct-img {
    border-bottom: 5px solid #e11e2d;
}
.direct-img img
{
    width: 100% !important;
}
.direct-text a.cta_button
{
    color: #e11e2d;
    text-decoration: none;
    border: 2px solid #e11e2d;
    border-radius: 4px;
    padding: 12px 35px;
    display: inline-block;
}
.direct-vs-redirect-left:hover .direct-text a.cta_button, .direct-vs-redirect-right:hover .direct-text a.cta_button
{
    background: #e11e2d;
    color: #fff;
}
.core-section
{
    text-align: center;
}
.standard-industry
{
    padding: 170px 0px 40px;
}
.standard-industry-inner p img
{
    float: left;
    margin: -15px 10px 0px 0px;
    max-width: 565px;
}
.standard-industry-inner h2
{
    margin: 0 auto 35px;
}
.banner-text {
    font-size: 14px;
    font-style: italic;
    margin: 20px 0px 0px;
}
.banner-text ul
{
    padding-left: 15px;
}


/*================ Media Queries ==================*/

@media (min-width: 1400px){
  .fire-suppression-banner:after, .engineer-vs-pre:after, .core-section:after
  {
      height: 200px;
  }
  .fire-suppression-banner {
    padding: 30px 0px 150px;
  }
}

@media (max-width: 991px){
  .fire-suppression-banner h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .below-banner-text-inner h2, .engineer-vs-pre-inner h2, .direct-vs-redirect-heading h2, .core-text h2, .standard-industry-inner h2 {
    font-size: 30px;
  }
  .standard-industry-inner p img {
    max-width: 50%;
  }
}
@media (max-width: 767px){
  .fire-suppression-banner .page-center > .row-fluid-wrapper > .row-fluid, .engineer-vs-pre-group > .row-fluid-wrapper:first-child > .row-fluid, .direct-vs-redirect-group > .row-fluid-wrapper > .row-fluid
  {
     flex-wrap: wrap;
     -webkit-flex-wrap :wrap;
  }
  .fire-suppression-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-left-suppression:before
  {
      display: none;
  }
  .banner-left-suppression {
    padding-left: 0;
  }
  .fire-suppression-banner:after, .engineer-vs-pre:after, .core-section:after {
    height: 75px;
  }
  .fire-suppression-banner {
    padding: 40px 0px 50px;
  }
  .below-banner-text-inner h2, .engineer-vs-pre-inner h2, .direct-vs-redirect-heading h2, .core-text h2, .standard-industry-inner h2 {
      font-size: 24px;
      max-width: 100%;
  }
  .below-banner-text, .direct-vs-redirect {
      padding: 50px 0px;
  }
  .engineer-vs-pre, .core-section
  {
      padding: 50px 0px 20px;
  }
  .engineer-vs-pre-group-right, .direct-vs-redirect-right
  {
      margin-top: 20px;
  }
  .engineer-vs-pre-single-col {
      margin: 30px 0px 0px;
  }
  .engineer-vs-pre-single-col h3, .direct-text h3 {
    font-size: 22px;
  }
  .engineer-vs-pre-group-left h2, .engineer-vs-pre-group-right h2
  {
    font-size: 20px;
  }
  .direct-text {
    padding: 15px;
  }
  .standard-industry {
    padding: 70px 0px 40px;
  }
  .below-banner-text-inner h2:before, .engineer-vs-pre-inner h2:before, .direct-vs-redirect-heading h2:before, .core-text h2:before, .standard-industry-inner h2:before {
    background-size: 120px;
  }
} 
@media (max-width: 639px){
  .standard-industry-inner p img {
      max-width: 100%;
  }
}