<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
10. JFK&gt; 10/10/24 Add Serach column formatting from Trew_July2024.css
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500&amp;display=swap');
@font-face {
	font-family: "Avenir-LT-W01_35-Light1475496";
	src: url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Avenir-LT-W01_35-Light1475496/Avenir-LT-W01_35-Light1475496.eot") format("eot"),
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Avenir-LT-W01_35-Light1475496/Avenir-LT-W01_35-Light1475496.woff2") format("woff2"),
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Avenir-LT-W01_35-Light1475496/Avenir-LT-W01_35-Light1475496.woff") format("woff"), 
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Avenir-LT-W01_35-Light1475496/Avenir-LT-W01_35-Light1475496.ttf") format("truetype");
}

@font-face {
	font-family: Gotham-Medium;
	src: url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Gotham-Medium/file.woff") format("woff"), 
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Gotham-Medium/file.woff2") format("woff2"), 
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Gotham-Medium/file.ttf") format("ttf");
}

@font-face {
	font-family: Gotham-Bold;
	src: url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Gotham-Bold/file.woff") format("woff"), 
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Gotham-Bold/file.woff2") format("woff2"),
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Gotham-Bold/file.ttf") format("ttf");
}

@font-face {
	font-family: "Avenir-LT-W01_85-Heavy1475544";
	src: url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Avenir-LT-W01_85-Heavy1475544/Avenir-LT-W01_85-Heavy1475544.eot") format("eot"), 
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Avenir-LT-W01_85-Heavy1475544/Avenir-LT-W01_85-Heavy1475544.woff2") format("woff2"),
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Avenir-LT-W01_85-Heavy1475544/Avenir-LT-W01_85-Heavy1475544.woff") format("woff"), 
		url("//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Fonts/Avenir-LT-W01_85-Heavy1475544/Avenir-LT-W01_85-Heavy1475544.ttf") format("truetype");
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* 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.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like &gt; span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@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; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    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-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 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%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

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

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-menu-depth-1 &gt; a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides &gt; 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%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

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

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

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

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

body {
	background: #fff;
	color:#3B3A3A;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	font-size: 17px;
	line-height: normal;
	font-weight:normal;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 15px;
}

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


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

/* Basic text */
p {} 
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; }

/* Headings */
h1,h2,h3,h4,h5,h6 {
	line-height: 1;
	margin: 0 0 15px;
	font-weight: 400;
	font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
	color: #3B3A3A;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 53px;
	color: #00537C;
}
h2 {
	font-size: 40px;
	color: #00537C;
}
h3 {
	font-size: 35px;
	font-weight: bold;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 23px;
}
h6 {
	font-size: 20px;
}

/* Anchor Links */
a {
	color: #3B3A3A;
	text-decoration: none;
}
a:hover, a:focus { 
	color: #3B3A3A;
}

/* Lists */
ul, ol {
	padding-left: 1.3em;
	margin-left: 0.5em;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}

.header-group {
	width: 100% !important;
	background: #fff;
}
.widget-span.main-header-group {
	min-height: 129px;
}
.header-top-group {
	margin-bottom: 10px;
	background-color: rgba(0, 125, 186, 1);
}
.h-top-left-links {
	width: auto;
	float: left;
	margin-top: -2px;
}
.header-top-section:before,.header-top-section:after {
	display: block;
	content: "";
	clear: both;
}
.h-top-right-section {
	width: auto;
	float: right;
	display: inline-flex;
	justify-content: center;
  align-items: flex-start;
}
.h-top-left-links &gt; span {
	font-size: 14px;
	color: #FFFFFF;
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
.ht-links {
	float: right;
	margin-left: 23px;
}
.ht-links a span {
	font: normal normal bold 12px/1em avenir-lt-w01_35-light1475496,sans-serif; /* changed from 15px to 14px, made bold, changed line height from 1.4em */
	transition: color 0.4s ease 0s;
	color: #FFFFFF;
	display: inline-block;
}
ul.social-links {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-right: 10px;
	font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

ul.social-links li {
	display: inline-block;
	margin-right: 5px;
}
ul.social-links li:nth-child(2){
	margin: 0;
}
ul.social-links li a {
	display: block;
	width: 18px;
	height: 18px;
}
ul.social-links .h-boader{
	left: 42px;
	top: -8px;
}
ul.social-links + a span{
	font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
ul.social-links + a span, .h-top-right-section .link-s a span {
	transition: color 0.4s ease 0s;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: baseline;
}
.h-top-right-section .link-s {
	display: inline-block;
	height: 31px;
}
.link-s a img.hover-image {
	opacity: 0;
	position: fixed!important;
	left: 0;
  display:inline!important;
}
.h-top-right-section a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.link-s a:hover img.hover-image {
	opacity: 1;
}
.header-top-section {
	padding: 7px 0px 0px;
	padding-right: 20px;
}
ul.social-links li img {
	vertical-align: middle;
	position: relative;
	top: 1px;
}
.h-top-right-section .h-support:last-child {
	padding: 0;
	padding-left: 3px;
	padding-right: 13px;
}
.h-search.link-s a {
	border: 0;
	padding: 0;
}
.h-top-right-section .h-search {
	position: relative;
	top: -3px;
	margin-left: 10px;
}
.h-top-right-section .h-search a{
	padding-left: 8px;
	top: 1px;
}
.h-search.link-s a img.hover-image {
	left: 8px;
}
.h-top-right-section .h-search .h-boader{
	width: 15px;
	height: 5px;
	left: -12px;
	top: -15px;
}
.h-top-right-section .h-support a:first-child {
	margin: 0 0px 0 9px;
	vertical-align: top;
}
.h-top-right-section .h-support a{
	position: relative;
	vertical-align: top;
	top: -1px;
}
.h-top-right-section a.h-support{
	padding-right: 8px;
}
.h-top-right-section .h-support .h-boader{
	width: 15px;
	height: 5px;
	top: -19px;
	left: -8px;
}
.h-top-right-section .h-e-cart a {
	margin: 0 13px 0 5px;
	position: relative;
	vertical-align: middle;
	width: 25px;
	height: 34px;
	top: -8px;
}
.h-top-right-section .h-e-cart .h-boader{
	left: -15px;
	top: -25px;
	width: 18px;
}
.h-top-right-section .h-career a {
	padding: 0 18px 0 11px;
	top: -3px;
	position: relative;
}
.h-top-right-section .h-career .h-boader{
	top: -14px;
	left: -8px;
}
.h-top-right-section .h-e-mail a {
	top: -7px;
	position: relative;
	display: inline-block;
	margin: 0 7px 0 10px;
	height: 35px;
}
.h-top-right-section .h-e-mail .h-boader{
	top: -25px;
	left: -8px;
	width: 18px;
}
ul.social-links + a span {
	position: relative;
}
ul.social-links + a {
	padding: 0 15px 0 11px;
	top: -1px;
}
.h-boader{
	width: 19px;
	height: 5px;
	display: block;
	transform-origin: center 1px;
	transform: rotate(270deg);
	border-top: 2px solid rgba(0, 83, 124, 1);
	position: relative;
}
.ht-links .h-boader {
	display: inline-block;
	width: 16px;
	height: 5px;
	top: -1px;
	left: 1px;
}
.ht-links .h-boader {
	display: inline-block;
	width: 16px;
	height: 5px;
	top: -1px;
	left: 1px;
}
.h-e-mail img {
	object-position: 50% 50%;
	width: 25px;
	height: 35px;
	object-fit: contain;
	vertical-align: baseline;
}
.h-e-cart img {
	object-position: 50% 50%;
	width: 25px;
	height: 34px;
	object-fit: contain;
	vertical-align: baseline;
}
.h-support img {
	object-position: 50% 50%;
	width: 25px;
	height: 21px;
	object-fit: contain;
	vertical-align: baseline;
}
.h-search img {
	object-position: 50% 50%;
	width: 20px;
	height: 21px;
	object-fit: contain;
	vertical-align: baseline;
}
ul.social-links + a span:hover,
.h-top-right-section .link-s a span:hover,
.ht-links a span:hover,
.h-career span:hover{
	color: #cccccc;
}
.widget-span.header-logo {
	width: auto;
	float: left;
	padding-left: 2px;
}
.widget-span.custom-menu-primary {
	width: auto;
	float: right;
	margin:21px 0px 6px;
	padding-right: 17px;
}
.header-logo img {
	vertical-align: middle;
	width: 100% !important;
	max-width: 229px;
}
.widget-span.header-logo {
	width: auto;
	float: left;
	padding-left: 2px;
}

.banner-area {
 min-height: 255px !important;
	position: relative;
	overflow: hidden;
  margin-top: 16px;
}

.widget-span.main-header-group.no-nav {
	min-height: 81px;
}
.no-nav .header-group {
	padding: 0 0 10px;
}
.banner-content {
	max-width: 100%;
	height: auto;
	width: 100% !important;
	position: absolute;
	top: 0;
}
.banner-content video {
	top: -416px;
	position: absolute;
	width: 100%;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
	padding:39px 0;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.footer-bottom-group {
	background-color: rgba(235, 235, 235, 1);
	margin-bottom: 29px;
}
.main-header-group.no-nav .header-bottom-group {
	margin: 10px 0 0;
}
.widget-span.footer-copyright {
	width: auto;
	float: right;
	margin-left: 0;
	margin: 14px 0 14px;
	padding-right: 16px;
}
.widget-span.footer-copyright p {
	margin: 0;
	font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
	letter-spacing: 0.04em;
	color: #007DBA;
	text-align: right;
	line-height: normal;
}
.widget-span.footer-links {
	width: auto;
	float: left;
	margin: 11px 0px 12px;
	padding-left: 8px;
}
.footer-links a {
	font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
	transition: color 0.4s ease 0s;
	color: #007DBA;
	white-space: nowrap;
	display: inline-block;
}
.footer-links a:last-child {
	margin-left: 27px;
}
.footer-middle-group {
	margin-bottom: 2px;
	background-color: rgba(0, 125, 186, 1);
}
.social-icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: auto;
	display: inline-block;
}
.social-icons ul li {
	float: left;
	margin-right: 5px;
}
.social-icons svg {
	width: 22px;
	height: 22px;
}
.social-icons &gt; a {
	display: inline-block;
	margin-right: 4px;
	width: 22px;
	height: 22px;
}
.social-icons a img {
	max-width: 22px;
	height: 22px;
	object-fit: cover;
}
.normal-image{
	display:block;
}
.IE-image{
	display:none;
}
.widget-span.footer-social-icons, 
.widget-span.footer-logo,
.widget-span.search-section {
	width: 33.333%;
	margin-left: 0;
}
.search-section form input {
	margin: 7px 0 5px 0;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 17px;
	background-color: #c0c0c0;
	border: 1px solid #ccc;
	padding-right: 4px;
	border-radius: 0;
	line-height: 24px;
	font-family: avenir-lt-w01_85-heavy1475544;
	padding-left: 23px;
	height: 31px;
	color: #000000;
	letter-spacing: normal;
	text-transform: capitalize;
	font-weight: 400;
	background: #fff;
}
.search-section .cm-search-grp-submit {
	position: absolute;
	top: 8px;
	left: 0;
	width: 23px;
	height: 29px;
	background: #fff url(//5217619.fs1.hubspotusercontent-na1.net/hubfs/5217619/Trew_September2019/Image/search_icon2.png) no-repeat 5px center;
	cursor: pointer;
	border: 0;
}
.search-section form {
	margin: 2px 14px 6px auto;
	text-align: right;
	max-width: 225px;
	position: relative;
}
.search-section form div#isp_icon_id {
	width: 20px;
	position: absolute;
	top: 11px;
	z-index: 99;
	cursor: pointer;
}
.search-section input::placeholder {
	color:#888;
	opacity:0.6;
}
.search-section input:-moz-placeholder {
	color:#888;
} /* Firefox 18- */
.search-section input::-moz-placeholder {
	color:#888;
} 
.footer-logo {
	text-align: center;
}
.footer-logo img {
	margin-right: 16px;
	height: 36px;
	width: 123px;
	position: relative;
	top: 1px;
	vertical-align: baseline;
}
.footer-middle-group .page-center &gt; div &gt; .row-fluid {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-middle-group .page-center &gt; div &gt; .row-fluid:before,
.footer-middle-group .page-center &gt; div &gt; .row-fluid:after,
.footer-top-group .page-center &gt; div &gt; .row-fluid:before,
.footer-top-group .page-center &gt; div &gt; .row-fluid:after{
	display: none;
}
.footer-links a:hover {
	color: #FE5000;
}
.social-icons {
	display: flex;
	align-items: center;
	margin-left: 11px;
	margin-top: 3px;
}
.social-icons ul li:last-child {
	margin: 0;
}
.social-icons svg path {
	fill: rgba(255, 255, 255, 1);
}
.social-icons &gt; a:nth-child(2) {
	margin-right: 6px;
}
.footer-top-group {
	background-color: rgba(0, 125, 186, 1);
	margin-bottom: 2px;
}
.footer-top-group .page-center &gt; div &gt; .row-fluid {
	display: flex;
}
.widget-span.industry-section,.widget-span.lets-talk-section {
	width: 50%;
	margin-left: 0 !important;
	float: none;
}
p.fs-title {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: normal;
	margin: 21px 0px 4px;
}
.lets-talks-wrapper .image-wrapper {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.fc-image:before,.fc-image:after {
	display: block;
	content: "";
	clear: both;
}
.lets-talks-wrapper .custom-details {
	display: inline-block;
	max-width: 350px;
	position: relative;
}
.fc-mail .custom-details {
	margin: 0;
	top: 10px;
}
.fc-image.fc-call {
	margin-bottom: 49px;
}
.lets-talks-wrapper .custom-details p {
	line-height: normal;
	color: #FFFFFF;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	margin: 0;
	font-size: 17px;
}
.lets-talks-wrapper .fc-call .image-wrapper {
	top: 13px;
}
.lets-talks-wrapper .custom-details p {
	margin: 0;
	margin-left: 20px;
}
.lets-talks-wrapper .image-wrapper a {
	display: block;
	position: relative;
}
.lets-talks-wrapper .image-wrapper a img {
	vertical-align: baseline;
	position: relative;
}
.lets-talks-wrapper .image-wrapper a img {
	object-position: 50% 50%;
	width: 55px;
	height: 55px;
	object-fit: contain;
}
.lets-talks-wrapper .image-wrapper a img.hover-image {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.lets-talks-wrapper .image-wrapper a:hover img.hover-image {
	opacity: 1;
}
.lets-talks-wrapper {
	margin-left: 60px;
}
.lets-talks-wrapper .fc-mail .image-wrapper {
	position: relative;
}
.lets-talks-wrapper .fc-call .custom-details {
	position: relative;
	top: 20px;
}
.lets-talks-wrapper .fc-mail .custom-details p {
	margin: 0;
	margin-left: 20px;
}
.im-section .im-image-wrapper a {
	display:inline-block;
	position: relative;
	top: -1px;
}
.im-section .im-image-wrapper a img {
	vertical-align: middle;
	margin-left: 24px;
}
.im-section .im-image-wrapper a img.hover-image {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.im-section .im-image-wrapper a:hover img.hover-image {
	opacity: 1;
}
.im-image-wrapper.im-image-1 {
	margin: 15px 0 11px 4px;
	position: relative;
	top: 10px;
}
.im-image-wrapper.im-image-2 {
	margin-top: 31px;
	position: relative;
}
.im-section .im-image-wrapper.im-image-2 a img {
	object-position: 50% 50%;
	width: 136px;
	height: 45px;
	object-fit: contain;
	vertical-align: baseline;
	margin-left: 28px;
}
.im-section .im-image-wrapper.im-image-1 a img{
	object-position: 50% 50%;
	width: 142px;
	height: 49px;
	object-fit: contain;
	vertical-align: baseline;
}
.im-section p.fs-title {
	margin-left: 8px;
}
.IE .normal-image{
	display:none;
}
.IE .IE-image{
	display:block !important:
}
.f-email-popup-wrapper {
	background-color: rgba(237, 237, 237, 0.85);
	position: fixed;
	width: 100% !important;
	height: 100vh;
	top: 0px;
	z-index:1000;
	overflow-x: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.form-open .f-email-popup-wrapper{
	opacity:1;
	visibility:visible;
}
.f-email-popup-wrapper .form-overlay {
	background-color: rgba(237, 237, 237, 0.85);
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1000;
}
.popup-wrapper {
	max-width: 903px;
	margin: 0 auto;
}
.close-icon {
	width: 35px;
	height: 30px;
	cursor: pointer;
	margin: 13px 0px 2px 0;
	position: absolute;
	right: 30px;
	top: 0;
}
.popup-wrapper-inner {
	background: #fff;
	margin-top: 10px;
	position: relative;
}
.close-icon svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	fill: #000000;
	fill-opacity: 1;
	stroke: rgba(237, 21, 102, 1);
	stroke-width: 0px;
}
.popup-logo {
	margin-left: 18px;
	margin-right: auto;
	max-width: 117px;
	padding-top: 8px;
}
.popup-logo img {
	width: 117px;
	height: 37px;
}
.popup-logo a {
	display: block;
}
.form-heading-section {
	height: auto;
	max-width: 589px;
	position: relative;
	margin: 0 auto;
	background-color: rgba(0, 125, 186, 1);
}
.form-heading-section h3 {
	font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
	color: #FFFFFF;
	font-size: 38px;
	text-align: center;
	line-height: normal;
	letter-spacing: normal;
	font-family: wfont_4a4bbd_2e638e8b6cb74540b0e355667fc13476,Gotham-Bold,orig_gothambold;
	margin: 0;
	padding: 8px 0 10px;
}
.form-heading-section p {
	font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
	text-align: center;
	width: 404px;
	margin: 0 auto;
	padding-bottom: 31px;
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #FFFFFF;
	line-height: normal;
}
.custom-form-wrapper {
	background: #f4f8fa;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-top: 30px;
	margin: 30px 0;
	padding-bottom: 60px;
}
.custom-form-wrapper .form-title {
	margin: 0;
}
.f-email-popup-wrapper &gt; div, .f-email-popup-wrapper &gt; div &gt; div {
	height: inherit;
}
.custom-form-wrapper h3 + div {
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 4px 8px 0 rgba(53,105,128,0.3), 0 6px 20px 0 rgba(165,200,213,0.41);
}
.custom-form-wrapper .actions {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 0px;
}
.custom-form-wrapper input[type="submit"] {
	margin: 0;
}
.popup-wrapper-inner:before,.popup-wrapper-inner:after {
	display: block;
	content: "";
	clear: both;
}
.custom-form-wrapper form {
	padding: 40px;
}
.custom-form-wrapper input[type="text"], 
.custom-form-wrapper input[type="email"], 
.custom-form-wrapper input[type="tel"],
.custom-form-wrapper textarea {
	margin: 0;
	width: 100% !important;
}
.custom-form-wrapper .field {
	margin-bottom: 18px;
}
.custom-form-wrapper ul.inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 5px !important;
	padding-top: 6px !important;
}
.custom-form-wrapper ul.inputs-list .hs-input[type="checkbox"] {
	height: auto;
	padding: 0;
	margin: 3px 5px 3px 0px;
	line-height: normal;
	border: none;
}
.custom-form-wrapper ul.inputs-list .hs-input[type="checkbox"] + span {
	display: inline-block;
	color: #33475b;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: normal;
	line-height: 18px;
}
.custom-form-wrapper .hs-richtext p {
	font-family: arial, helvetica, sans-serif;
	color: #33475b;
	font-size: 14px;
	line-height: 24px;
}
.custom-form-wrapper .hs-richtext {
	line-height: 24px;
	margin-bottom: 3px;
	font-family: arial, helvetica, sans-serif;
	color: #33475b;
	font-size: 14px;
}
.custom-form-wrapper ul.inputs-list.hs-error-msgs {
	padding-top: 0 !important;
}
.custom-form-wrapper ul.inputs-list.hs-error-msgs label {
	margin-bottom: 4px;
	margin-top: 0;
}











/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper &gt; ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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:768px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper &gt; ul ul { 
		display:block !important;
	}
	.mobile{
		display:none !important;
	}
	.header-group {
		position: fixed;
		top:0;
		left:0;
		z-index:100;
	}
	.widget-span.main-header-group {
		min-height: 129px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul {
		display: block;
		text-align: center;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li{
		cursor: pointer;
		/* org = font: normal normal normal 14px/1.4em wfont_4a4bbd_bd9da0b974f647569d7b404ac885324f,Gotham-Medium,orig_gothammedium; */
    font: normal normal bold 15px/2em avenir-lt-w01_35-light1475496,sans-serif;
		max-width: 123px;
		padding: 0 8px;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li &gt; a {
		border-top: 1px solid rgba(0, 125, 186, 1);
		min-height: 37px;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li &gt; a &gt; span {
		color: #00537C;
		padding: 8px;
		text-align: center;
		line-height: 37px;
		font-family: inherit;
		display: block;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li &gt; a &gt; span {
		display: block;
		min-width: 101px;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li:hover &gt; a {
		border-top-width: 4px;
		border-top-color: rgba(0, 125, 186, 1);
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li:hover &gt; a &gt; span{
		padding-top: 5px;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li:hover &gt; a &gt; span {
		padding-top: 5px;
		color:#007DBA;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li.active &gt; a &gt; span {
		color: #FE5000;
		padding-top: 5px;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li.active &gt; a {
		border-top-width: 4px;
		border-top-color: rgba(254, 80, 0, 1) !important;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul ul {
		padding:5px 5px 0 5px;
		background-color: rgba(255, 255, 255, 0.9);
		border-radius: 0 0 0 0;
		left: -18px !important;
		text-align:center;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul ul li {
		min-width: 168px;
		padding: 0 8px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul ul &gt; li &gt; a &gt; span {
		line-height: 29px;
		width: 100%;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul ul li a {
		min-height: 46px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.software ul li {
		min-width: 186px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.software ul {
		left: -26px !important;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.services ul {
		left: -6px !important;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.services ul li {
		min-width: 144px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.about ul li {
		min-width: 135px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.about ul {
		left: -1px !important;
	}
	a#back-to-top {
		display: none !important;
	}
}


/* =============== Mobile Toggle Menu =============== */

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

/* ==========================================================================
5. BLOG                                        
========================================================================== */
.breadcrumb-section {
	background-color: rgba(235, 235, 235, 1);
}
.breadcrumb-wrapper .page-center {
	padding: 0 20px !important;
}
.breadcrumb-wrapper span {
	font: normal normal normal 12px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
	transition: color 0.4s ease 0s;
	color: #00537C;
	white-space: nowrap;
	display: inline-block;
	text-transform: uppercase;
	margin: 6px 0px 4px;
}
.breadcrumb-wrapper .b-boader {
	border-top: 2px solid rgba(0, 125, 186, 1);
	width: 15px;
	height: 5px;
	transform-origin: center 1px;
	left: -1px;
	top: 2px;
	position: relative;
	transform: rotate(270deg);
}
.breadcrumb-wrapper a span:hover {
	color: #FE5000;
}
.hs-blog-listing .body-container {
	padding: 12px 0 39px;
}
.hs-blog-post .body-container{
	padding-top:22px;
}
.blog-content-wrapper:before,.blog-content-wrapper:after {
	display: block;
	content: "";
	clear: both;
}
.feature-image {
	float: left;
	min-width: 420px;
	min-height: 255px;
	margin: 0px 0px 31px 0;
}
.feature-image img {
	width: 100%;
	vertical-align: middle;
}
.blog-content-wrapper {
	margin: 0 6.5px 6.5px;
	padding-left: 13px;
	display: flex;
}
.custom-blog-content {
	padding-left: 44px;
}
h1.blog-title {
	margin: 2px 0px 14px 0;
}
h1.post-title,
h1.blog-title{
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	font-size: 22px;
	color: #00537C;
	line-height: normal;
	letter-spacing: normal;
}
h1.blog-title a {
	color: #00537C;
}
.section.post-body p{
	margin:0;
}
.section.post-body li{
    margin: 10px 0;
}

.blog-info p,
.section.post-body{
	font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
	color: #3B3A3A;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	line-height: normal;
	letter-spacing: normal;
	margin: 0;
}
.blog-read-more a.more-link {
	font: normal normal normal 15px/1.4em wfont_4a4bbd_2e638e8b6cb74540b0e355667fc13476,Gotham-Bold,orig_gothambold;
	color: #FFFFFF;
	display: inline-block;
	background-color: rgba(44, 103, 140, 1);
	border: solid rgba(148, 148, 148, 1) 0px;
	cursor: pointer;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	padding: 3px 14px;
	text-transform: uppercase;
}
.blog-info {
	margin: 0px 0px 24px 0;
}
.blog-read-more {
	margin: 0px 0px 10px 0;
}
.blog-read-more a.more-link:hover {
	background-color: rgba(198, 198, 198, 1);
	border-color: rgba(247, 247, 247, 1);
	color: #3B3A3A;
}
.blog-pagination a.all-posts-link {
	padding-right: 10px;
}
.blog-listing-wrapper .post-listing .post-item {
	margin-bottom: 65px;
}
.featured-image-wrapper img {
	width: 100%;
	margin-bottom: 20px;
}
span.b-title {
	margin: 0;
}
.breadcrumb-wrapper a {
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: normal;
}
span.b-title {
	margin: 0;
}
.hs-blog-post  .content-wrapper {
	padding: 0 25px !important;
}

.hs-blog-post .breadcrumb-wrapper .page-center {
	padding: 0 25px !important;
}
/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
	margin-top: 20px;
	padding: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
}
/*==================================================================== Default Code for comment ( 2019 ) ==============================================*/
.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}
#comments-listing:not([data-has-comments="true"]) {
	display: none;
}
.replying {
	padding: 0 15px !important;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  background-color: #ebebeb;
  color: black;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  background-color: #ebebeb;
  color: black;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
	content: '';
	display: block;
	clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
	overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}

.hs-author-profile .hs-author-avatar {
	float: none;
	margin: 0 auto;
	max-width: 100px;
}
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.hs-author-avatar img {
	border-radius: 100px;
}
/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field &gt; label {
	color: #1a4256;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	display: block;
	float: none;
	width: auto;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
}
.hs-form-required {
	color: red;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	margin: 0 0 10px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: rgba(82,168,236,0.8);
}
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription, 
.body-container .hs-search-field,
.body-container .widget-type-password_prompt form, 
.blog .widget-type-blog_comments form,
.body-container .custom-form-bg {
	padding: 40px;
	box-shadow: 0 4px 8px 0 rgba(53,105,128,0.3), 0 6px 20px 0 rgba(165,200,213,0.41);
	margin:0 0 20px;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
	list-style: none;
	padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-form-required {
	color: red;
}
.hs-error-msgs {
	padding: 0;
	margin: 0;
	list-style: none;
}
.hs-error-msgs label {
	padding-left: 5px;
	margin: 5px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	color: #f2545b;
}
.hs-input.invalid.error {
	border-color: #b9554d;
}
.form-title {
	color: #00537C;
	font: normal normal normal 22px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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


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

/* Label */
#comment-form .hs-form-field &gt; 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"] {}


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

/* Label */
#hs_form_target_blog_subscription .hs-form-field &gt; 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;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	text-decoration: none !important;
	background: #ff7a59;
	border-color: #ff7a59;
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	padding: 12px 24px;
	white-space: normal;
	margin: 15px 0;
}
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.fly-out-wrapper {
	min-height: 0 !important;
}
.custom-form{
	width:50%;
	max-width:50%;
}
.no-nav .mobile-trigger{
	display:none !important;
}
div.post-listing-simple .post-item {
	margin: 10px 0;
}
h2.post-listing-simple {
	font-size: 30px;
	line-height: normal;
}
h2.post-listing-simple a {
	color: #00537C;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width:1160px){
	.banner-content video {
		height: 100vh;
	}
}

@media (max-width:991px) {
	.widget-span.lets-talk-section{
		width:60%;
	}
	.widget-span.industry-section{
		width:40%;
	}
}
@media (max-width:880px) {
	.header-top-section {
		padding-right: 0;
	}
	.h-top-right-section .h-search a {
		padding-left: 6px;
	}
	.h-top-right-section .h-search {
		margin-left: 5px;
	}
	.h-top-right-section .h-support a:first-child {
		padding: 0 2px 0 5px;
	}
	.h-top-right-section .h-e-cart a {
		padding: 0 4px 0 4px;
	}
	.h-top-right-section .h-support.link-s a img.hover-image {
		left: 5px;
	}
	.h-top-right-section .h-search.link-s a img.hover-image {
		left: 6px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li {
		max-width: 96px;
		padding: 0 5px;
		font-size: 12px;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li &gt; a &gt; span {
		min-width: 70px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul ul li, 
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.software ul li,
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.services ul li,
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.about ul li {
		min-width: unset;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.about ul {
		left: auto !important;
		right: 0;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.services ul {
		left: -26px !important;
	}
}

@media (max-width:830px){
	.widget-span.lets-talk-section{
		width:70%;
	}
	.widget-span.industry-section{
		width:30%;
	}
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
	.search-section .cm-search-grp-submit{
		top: 8px;
		left: 11px;
	}
	.custom-form{ 
		width:100%;
		max-width:100%;
	}
	.desktop{
		display:none !important;
	}
	.footer-bottom-group{
		margin:0;
		padding-top: 1px;
	}
	.widget-span.footer-social-icons, 
	.widget-span.footer-logo, 
	.widget-span.search-section {
		width: auto;
	}
	.footer-middle-group .page-center &gt; div &gt; .row-fluid {
		justify-content: space-between;
		margin: 3px 0 4px 0;
	}
	.social-icons {
		margin: 0;
	}
	.social-icons &gt; a,.social-icons svg {
		width: 28px;
		height: 28px;
		position: relative;
		top: -1px;
		margin-right:3px;
	}
	.social-icons a img {
		width: 28px;
		height: 28px;
		object-fit: cover;
		vertical-align: baseline;
		max-width: 100%;
		position: relative;
		top: -1px;
	}
	.footer-logo img {
		width: 110px;
		height: 34px;
		object-fit: fill;
	}
	.social-icons ul li {
		margin-right: 4px;
	}
	.footer-top-group .page-center &gt; div &gt; .row-fluid {
		flex-direction: column;
	}
	.widget-span.industry-section {
		width: 100%;
		order: 2;
	}
	.widget-span.lets-talk-section {
		width: 100%;
	}
	.im-section .im-image-wrapper {
		display: inline-block;
		float: left;
		margin-bottom: 19px !important;
		width: auto !important;
	}
	.im-section .im-image-wrapper.im-image-1 a img {
		width: 136px;
		height: 45px;
		object-fit: contain;
		margin: 0;
	}
	.im-image-wrapper.im-image-1 {
		margin: 0;
		top: 0;
		padding-left: 5px;
	}
	.im-image-wrapper.im-image-2 {
		margin: 0;
		top: 0;
		left: 0;
		float: right;
		padding-right: 13px;
	}
	.im-section .im-image-wrapper a {
		top: 0;
	}
	.im-section .im-image-wrapper.im-image-2 a img {
		width: 136px;
		height: 45px;
		object-fit: contain;
		margin: 0;
	}
	p.fs-title {
		margin: 0px 0px 18px 0 !important;
		font-size: 20px;
	}
	.lets-talks-wrapper {
		margin: 0;
	}
	.lets-talks-wrapper .fc-call .image-wrapper {
		margin: 0;
		top: 0;
	}
	.lets-talks-wrapper .fc-call .custom-details {
		top: 0;
	}
	.fc-image {
		margin: 0px 0px 28px 0;
	}
	.fc-image.fc-call {
		margin-bottom: 27px;
	}
	.lets-talks-wrapper .custom-details p {
		font-size: 16px;
		line-height: normal;
		letter-spacing: normal;
		margin: 0;
		display: inline;
		position: relative;
	}
	.lets-talks-wrapper .image-wrapper a img {
		width: 55px;
	}
	.lets-talks-wrapper .custom-details {
		max-width: unset;
		width: 75%;
		float: right;
		line-height: normal;
		margin-left: 1px;
	}
	.lets-talks-wrapper .fc-mail .image-wrapper {
		top: 0;
		margin: 0;
	}
	.fc-image:before, .fc-image:after {
		display: none;
	}
	.lets-talks-wrapper .image-wrapper {
		width: 25%;
	}
	.lets-talks-wrapper .fc-mail .custom-details p {
		top: 0;
	}
	.lets-talks-wrapper .fc-image {
		display: flex;
	}
	.search-section input[type="search"] {
		height: auto;
		padding: 8px 4px 9px 23px;
		position: relative;
		top: -1px;
	}
	.search-section form {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		margin: 3px 14px 6px auto;
	}
	/* Menu Reset */
	.custom-menu-primary,
	.custom-menu-primary .hs-menu-wrapper &gt; ul,
	.custom-menu-primary .hs-menu-wrapper &gt; ul li,
	.custom-menu-primary .hs-menu-wrapper &gt; ul li a{
		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: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;  
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color:#fff;
	}
	.header-logo img {
		max-width: 136px;
		margin-left: 5px;
		vertical-align: middle;
		margin-top: -2px;
	}
	.mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		width: 22px;
		height: 20px;
		z-index: 500;
		right: 28px;
		top: 9px;
	}
	.header-bottom-group .page-center {
		position: relative;
	}
	.mobile-trigger span.bar {
		background-color: rgba(0, 83, 124, 1);
		height: 2px;
		width: 100%;
		border-radius: 2px;
		position: absolute;
		left: 0;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.mobile-trigger span.bar:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.mobile-trigger span.bar:nth-child(3) {
		bottom: 0;
	}
	/* ===== Mobile Menu Styles ===== */  

	.custom-menu-primary.js-enabled{
		position: relative;
	}

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

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

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color:transparent;
		width: 100%; /* Full screen width */
	}
	.mobile-top-seaction {
		display: flex;
		justify-content: space-around;
	}
	.link-s a {
		position: relative;
	}
	.mobile-top-seaction .h-boader {
		display: inline-block;
	}
	.mobile-top-seaction img {
		width: 25px;
		height: 26px;
		vertical-align: middle;
		object-fit: contain;
	}
	.mobile-top-seaction .h-e-mail img {
		width: 25px;
		height: 21px;
	}
	.h-support.link-s {
		margin: 3px 0px 0 0;
	}
	.h-e-mail.link-s,.h-career.link-s {
		margin: 6px 0px 0 0;
	}
	.h-e-cart.link-s {
		margin: 3px 0px 5px 0;
		position: relative;
		left: -7px;
	}
	.h-support.link-s + .h-boader {
		width: 20px;
		height: 5px;
		top: 16px;
		left: -6px;
	}
	.h-support a {
		margin-left: 1px;
	}
	.h-career span {
		font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
		transition: color 0.4s ease 0s;
		color: #FFFFFF;
		white-space: nowrap;
		display: inline-block;
		font-size: 15px;
	}
	.h-e-mail + .h-boader {
		top: 16px;
		left: -4px;
		width: 21px;
		height: 5px;
	}
	.h-e-mail.link-s {
		position: relative;
		left: -5px;
	}
	.h-e-cart.link-s + .h-boader {
		width: 21px;
		height: 5px;
		top: 16px;
		left: -4px;
	}
	.h-career.link-s {
		position: relative;
		left: -9px;
	}
	.mobile-top-seaction .h-e-mail img.hover-image {
		top: 2px;
	}
	.overlay {
		height: 100vh;
		background-color: rgba(198, 198, 198, 0.6);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 50;
		width: 100%;
		opacity: 0;
		-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
		transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
		visibility: hidden;
	}
	.mobile-open .overlay {
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
		visibility: visible;
	}
	.fly-out-wrapper {
		width: 260px !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		height: 100vh !important;
		right: -260px;
		position: fixed;
		top: 0;
		transition: right 0.3s ease-in-out;
		z-index: 150;
		background: #fff;
	}
	.mobile-open .mobile-trigger span.bar:nth-child(1) {
		-webkit-transform: translateY(10px) translateY(-50%) rotate(-45deg);
		transform: translateY(10px) translateY(-50%) rotate(-45deg);
	}
	.mobile-open .mobile-trigger span.bar:nth-child(2) {
		opacity: 0;
	}
	.mobile-open .mobile-trigger span.bar:nth-child(3) {
		-webkit-transform: translateY(-10px) translateY(50%) rotate(45deg);
		transform: translateY(-10px) translateY(50%) rotate(45deg);
	}
	.widget-span.custom-menu-primary {
		width: 100%;
		margin-top: 38px;
		padding-left: 8px;
	}
	.mobile-open .fly-out-wrapper {
		right: 0;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li {
		min-height: 56px;
	}
	.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li &gt; a {
		line-height: 56px;
		padding-left: 10px;
		height: 56px;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li &gt; a &gt; span {
		min-width: unset;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font: normal normal 700 17px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
		color: #00537C;
		display: inline;
		line-height: 56px;
	}
	.custom-menu-primary .hs-menu-wrapper ul &gt; li &gt; a.active &gt; span {
		color: #FE5000;
	}
	.child-trigger {
		display: flex !important;
		cursor: pointer;
		position: absolute;
		min-width: 12px;
		width: auto;
		right: 64px;
		height: 56px;
		padding-left: 20px;
		padding-right: 20px;
		justify-content: center;
		align-items: center;
		top: 0;
		right: 47px;
	}
	.child-trigger span.style-k0e85fod_arrowWrapper {
		min-width: 12px;
		width: auto;
	}
	.child-trigger .style-k0e85fod_arrow {
		min-width: 12px;
		width: 1em;
		display: inline-flex;
		align-items: center;
		height: 12px;
	}
	.child-trigger svg {
		fill: #00537C;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul ul li a span {
		padding-left: 25px;
		font: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
		color: #00537C;
		line-height: 56px;
		display: inline;
	}
	.child-trigger.child-open .style-k0e85fod_arrow {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.custom-form-wrapper .hs-form-field {
		width: 100% !important;
		float: none !important;
		padding: 0;
	}
	.custom-form-wrapper form {
		padding: 40px 50px 40px;
	}
	.form-heading-section p {
		max-width: 252px;
		width: 100%;
		padding-bottom: 12px;
	}
	.form-heading-section h3 {
		padding-top: 13px;
		padding-bottom: 5px;
	}
	.form-heading-section {
		max-width: 295px;
	}
	.popup-wrapper-inner {
		margin: 0;
	}
	.popup-logo {
		padding-top: 60px;
		padding-bottom: 13px;
	}
	.popup-logo img {
		width: 80px;
		height: 24px;
	}
	.close-icon {
		margin: 65px 0px 13px 0;
		width: 20px;
		height: 19px;
		right: 19px;
	}
	.widget-span.main-header-group.no-nav {
		min-height: 50px;
	}
	.widget-span.main-header-group {
		min-height: 92px;
	}
	.widget-span.main-header-group {
		min-height: 92px;
	}
	.banner-area {
		min-height:200px;
	}
	.body-container {
		padding: 23px 0;
	}
	.body-container .page-center{
		padding:0 15px !important;
	}
	.blog-content-wrapper {
		margin: 0;
		padding: 0 3px;
		display: block;
	}
	.feature-image {
		float: none;
		width: 100%;
		min-height: unset;
		min-width: unset;
		margin: 0px 0px 22px 0;
	}
	.custom-blog-content {
		padding: 0;
	}
	.blog .body-container {
		padding: 47px 0 39px;
	}
	.blog-listing-wrapper .post-listing .post-item {
		margin-bottom: 47px;
	}
	a#back-to-top {
		position: fixed;
		width: 44px;
		height: 44px;
		bottom: 20px;
		cursor: pointer;
		z-index: 50;
		right: 0;
		margin-right: 20px;
	}
	a#back-to-top svg {
		width: 44px;
		height: 44px;
		opacity: 0.6;
	}
	a#back-to-top  svg [data-color="1"] {
		fill: rgba(0, 83, 124, 1);
	}
	a#back-to-top svg [data-color="2"] {
		fill: rgba(255, 255, 255, 1);
	}
	.fc-image {
		margin-bottom: 33px;
	}
	.image-wrapper.popup-open a {
		top: 9px;
	}
	.hs-blog-post .breadcrumb-wrapper .page-center {
		padding: 0 15px !important;
	}
	.hs-blog-post .body-container {
		padding-top: 10px;
	}
	h1.post-title {
		font-size: 18px;
	}
	.hs-blog-post .content-wrapper {
		padding: 0 20px !important;
	}
	.breadcrumb-wrapper span {
		font-size: 13px;
		margin: 4px 0px 3px;
	}
	.breadcrumb-wrapper .b-boader{
		left: -3px;
		top: -1px;
		margin:0;
	}
	.banner-content video {
		height: 100vh;
	}
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
	.container-fluid .row-fluid .page-center {
		max-width: 100%;
		padding: 0 10px;
	}
	.footer-bottom-group .page-center div &gt; .row-fluid {
		display: flex;
		justify-content: space-between;
	}
	.footer-bottom-group .page-center div &gt; .row-fluid:before,.footer-bottom-group .page-center div &gt; .row-fluid:after {
		display: none;
	}
	.widget-span.footer-links,.widget-span.footer-copyright {
		padding: 0;
		margin: 0;
	}
	.footer-links a:last-child {
		margin: 0;
	}
	.footer-links a {
		display: block;
		margin: 4px 0px 4px 0;
	}
	.footer-links a:last-child {
		margin: 0px 0px 6px 0;
	}
	.widget-span.footer-copyright p {
		margin: 7px 2px 5px 0;
	}
	.lets-talks-wrapper .fc-image{
		padding-left: 8px;
	}
	.widget-span.custom-menu-primary {
		margin:38px 0px 6px;
	}
	.subscribe-options label span {
		font-weight: normal;
		margin-left: 3px;
		font-size: 13px;
		font-weight: normal;
	}
	.hs_recaptcha.hs-recaptcha.field.hs-form-field {
		overflow-x: auto;
	}
	.form-heading-section h3 {
		font-size: 22px;
	}
	.form-heading-section p {
		text-align: center;
		font-size: 14px;
	}
	h1.blog-title {
		font-size: 18px;
	}
	.blog-read-more a.more-link {
		font-size: 15px;
	}
	.banner-area {
		min-height: 185px;
	}
}

@media (max-width:320px) {
	.footer-logo img{
		margin-right: 5px;
	}
	.footer-middle-group .page-center &gt; div &gt; .row-fluid{
		padding: 0 8px 0 7px;
	}
	.footer-top-group {
		padding-top: 9px;
	}
	.lets-talks-wrapper .fc-mail .image-wrapper img {
		position: relative;
		margin-top: 1px;
	}
	.fc-image.fc-call img {
		top: 4px;
		position: relative;
	}
	.lets-talks-wrapper p.fs-title {
		margin: 5px 0px 2px 0 !important;
	}
	.banner-area{
		min-height:95px;
	}
	.lets-talks-wrapper .fc-mail .custom-details p {
		margin: 0;
		top: -1px;
	}
}

@-moz-document url-prefix() {
	.social-links {
		position: relative;
		top: -8px;
	}
	ul.social-links + a {
		padding: 0 15px 0 11px;
		top: -11px;
	}
}

@media (max-height:850px){
	.banner-content video {
		min-height: 850px;
		top: -375px;
	}
}

/* ==========================================================================
10. Add Search Box CSS
========================================================================== */</pre></body></html>