/* ==========================================================================
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
========================================================================== */


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/v5/languages.css');
@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-LT-W01-Light";
  src: url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/cca525a8-ad89-43ae-aced-bcb49fb271dc.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/88cc7a39-1834-4468-936a-f3c25b5d81a1.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Light";
  src: url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/KDRyPGFdQxeFClMSxPKQ3w.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/kU6VHbqMAZhaN_nXCmLQsQ.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/BTu4SsVveqk58cdYjlaM9g.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Light";
  src: url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/XNVd6tsqi9wmKNvnh5HNEPY6323mHUZFJMgTvxaG2iE.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/XNVd6tsqi9wmKNvnh5HNED8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/XNVd6tsqi9wmKNvnh5HNEKCWcynf_cDxXwCLxiixG1c.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Lato-Light";
  src: url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/6TEmgPQ_0ZdLPE7b6hhIjQ.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/I1Pn3gihk5vyP0Yw5GqKsQ.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Fonts/zpv3sOKAbMf4wff105oLjw.ttf") format("truetype");
  font-weight: 700;
}


/* 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 > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

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

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

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

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


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

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

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

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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider 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: #2F2E2E;
  font-family: "Helvetica", "Sans-Serif";
  font-size: 18px;
  line-height: normal;
}

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

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


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

/* Basic text */
p {
  margin:0 0 23px;
} 
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 {
  margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font: normal normal normal 36px/1.4em futura-lt-w01-book,sans-serif;
  color: #2F2E2E;
  line-height: normal;
  font-size: 52px;
}
h2 {
  font-weight: bold;
  font-family: futura-lt-w01-light,sans-serif;
  font-size: 34px;
  line-height: 1.2em;
}
h3 {
  font: normal normal normal 21px/1.4em futura-lt-w01-book,sans-serif;
  color: #2F2E2E;
  line-height: normal;
  letter-spacing: normal;
}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { color: #605E5E; }
a:hover, a:focus { }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
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 {
  min-height: 92px !important;
}
.custom-header {
  background: rgba(0, 0, 0, 1);
  min-height: 91px !important;
  position: fixed;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 9999999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.custom-header .page-center {
  max-width: 1404px !important;
}
.custom-logo {
  padding: 24px 0px 11px;
}
.custom-logo img {
  width: 172px;
}
.custom-menu-primary .hs-menu-wrapper {
  margin-bottom: 7px;
}
.hs-header-login-details-md-mobile .custom-login-btn-module {
  display: none;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
  margin-left: 0;
}
.custom-login-btn-module {
  text-align: left;
  margin-right: 0;
  padding-top: 34px;
  margin-left: -100px;  
}
.custom-login-btn-module a {
  transition: all 0.4s ease 0s;
  background-color: transparent;
  border: solid rgba(255, 153, 51, 0.75) 2px;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font: normal normal normal 18px/1.4em futura-lt-w01-book,sans-serif;
  text-decoration: none;
  padding: 4px 2px 3px 0;
  min-width: 68px;
  display: inline-block;
  margin-left: 27px;
}
.custom-login-btn-module a:hover {
  background-color: rgba(255, 153, 51, 0.9);
  border-color: rgba(255, 221, 187, 0.9);
}
.custom-login-btn-module a:first-child {
  margin-left:0 !important;
}
.custom-login-btn-module a.custom-demo-btn {
  background-color: rgba(245, 154, 40, 1);
  min-width: 134px;
  padding-right: 1px;
  font: normal normal normal 19px/1.4em lato-light,lato,sans-serif;
  border: none;
}
.custom-login-btn-module a.custom-demo-btn:hover {
  background-color: rgba(250, 250, 250, 1);
  border-color: transparent;
  color: #151F31;
}
.custom-login-btn-module a.custom-login-btn {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: solid rgba(245, 154, 40, 1) 1px;
  background: transparent;
  margin-left: 23px;
  min-width: 134px;
  font: normal normal normal 22px/1.4em lato-light,lato,sans-serif;
  padding: 1px 2px 0px 0;
  position: relative;
  top: 1px;
}
.custom-login-btn-module a.custom-login-btn:hover {
  background-color: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 1);
  color: #F59A28;
}


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

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding-top:60px;
  padding-bottom:60px;
}
.custom-body-bg-md {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  bottom: 0;
}
.custom-body-bg-md video {
  position: fixed;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom-body-bg-md:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 65, 94, 0.58);
}
.body-container.container-fluid .page-center {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.body-container.container-fluid .page-center.transparent-section {
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
a.custom-btn {
  transition: all 0.4s ease 0s;
  min-width: 142px;
  display: inline-block;
  background-color: rgba(245, 154, 40, 1);
  color: #FFFFFF;
  font: normal normal normal 20px/1.4em lato-light,lato,sans-serif;
  text-decoration: none;
  padding: 6px 5px;
}
a.custom-btn:hover {
  background-color: rgba(250, 250, 250, 1);
  color: #151F31;
}
/* ====== Company ======== */
.body-container.container-fluid .hs-company-layout-row-1 .page-center,
.body-container.container-fluid .hs-company-layout-row-2 .page-center {
  background: transparent;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.hs-row-top-content {
  text-align: center;
  padding-top: 77px;
  max-width: 768px;
  margin: 0 auto !important;
  float: none !important;
  padding-bottom: 64px;
  margin-bottom: 6px !important;
}
.hs-company-layout-row-1 h2,
.hs-company-layout-row-2 h2 {
  margin: 0;
  font: normal normal normal 46px/1.4em futura-lt-w01-book,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-size: 44px;
  font-weight: bold;
  font-family: lato-light,lato,sans-serif;
  position: relative;
}
.hs-company-layout-row-1 h2:after,
.hs-company-layout-row-2 h2:after {
  content: "";
  border-top: 3px solid rgba(255, 255, 255, 1);
  margin: 16px auto 37px;
  display: block;
  width: 32px;
  height: 5px;
}
.hs-row-top-content p {
  margin: 0 0 32px;
  font-size: 24px;
  letter-spacing: normal;
  font-family: lato-light,lato,sans-serif;
  line-height: 32px;
}
.hs-row-top-content h3 {
  font-size: 28px;
  color: #F59A28;
  font-family: lato-light,lato,sans-serif;
  font-weight: bold;
  margin: 0 0 45px;
  line-height: 37px;
}
.custom-team-member-md-grp {
  display: flex;
  margin: 0 -6.5px;
}
.custom-team-member-md-grp .custom-team-member-item {
  width: 50%;
  float: left;
  padding: 0 6.5px;
  display: flex;
}
.custom-team-member-md-grp .custom-team-member-item .custom-team-member-item-inner {
  background-color: rgba(250, 250, 250, 1);
  height: 100%;
  width: 100%;
  padding: 0 24px 20px;
  min-height: 846px;
}
.custom-team-member-md-grp .team-member-img {
  max-width: 221px;
  margin: 45px auto 30px;
  border-radius: 50%;
  overflow: hidden;
}
.custom-team-member-md-grp .team-member-name {
  text-align: center;
  margin: 0 0 27px;
  font-size: 24px;
  line-height: 0.8em;
  font-family: lato-light,lato,sans-serif;
  color: #0F0F0F;
  font-weight: bold;
}
.custom-team-member-md-grp .member-social-icon ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 27px;
  min-height: 39px;
}
.custom-team-member-md-grp .member-social-icon ul li {
  display: inline-block;
  margin: 0 2px;
}
.custom-team-member-md-grp .team-member-bio p {
  color: #31302C;
  font-size: 18px;
  line-height: 1.3em;
  font-family: lato-light,lato,sans-serif;
}
.custom-team-member-md-grp .team-member-bio p:last-child {
  margin-bottom: 0;
}
.hs-company-layout-row-2 {
  background-color: rgba(250, 250, 250, 0.15);
  margin-top: 106px;
  padding-top: 76px;
  padding-bottom: 73px;
}
.custom-logo-header {
  margin: 0 -38px;
}
.custom-logo-header h2 {
  text-align: center;
  letter-spacing: 0.1em !important;
  line-height: 59px !important;
}
.custom-logo-header h2:after {
  border-top: 1px solid rgba(255, 255, 255, 1) !important;
  margin-top: 13px !important;
  margin-bottom: 62px !important;
}
.custom-logo-item-grid {
  display: flex;
  flex-wrap: wrap;
}
.custom-logo-item-grid .left-group, .custom-logo-item-grid .right-group {
  width: 50%;
  float: left;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-logo-item-grid .custom-logo-item-img {
  margin-bottom: 33px;
  width: 100%;
}
.hs-landing-page .hs_error_rollup {
  margin-bottom: 10px;
}

/* ================= Customers Website Page ============= */
.hs-customers-layout-row-1 {
  background-color: rgba(250, 250, 250, 1);
}
.hs-customers-layout-row-1 .page-center {
  background: transparent !IMPORTANT;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hs-customers-layout-row-1 {
  background-color: rgba(250, 250, 250, 1);
  text-align: center;
  padding-top: 59px;
  padding-bottom: 103px;
}
.hs-customers-layout-row-1 h2 {
  font-size: 40px;
  font-family: lato-light,lato,sans-serif;
  letter-spacing: 0.1em;
  color: #31302C;
  font-weight: bold;
  margin: 0;
  line-height: 54px;
}
.hs-customers-layout-row-1 h2:after {
  content: "";
  display: block;
  border-top: 1px solid rgba(49, 48, 44, 1);
  width: 33px;
  height: 5px;
  margin: 12px auto 34px;
}
.hs-customers-layout-row-1 h3 {
  margin: 0 0 41px;
  font-size: 31px;
  color: #F59A28;
  font-weight: bold;
  font-family: lato-light,lato,sans-serif;
  line-height: 40px;
}
.hs-customers-layout-row-1 p {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 20px;
  font-family: lato-light,lato,sans-serif;
  letter-spacing: normal;
  color: #616158;
  max-width: 772px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  margin-bottom: 51px;
}
.hs-customers-layout-row-1 p:last-child {
  margin-bottom: 0;
}
.custom-our-client-slider-wrapper .page-center {
  background: transparent !important;
  padding-top: 0 !IMPORTANT;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #fff;
}
.custom-our-client-slider .slick-arrow {
  top: calc(50% - 25px);
  height: auto;
  width: 25px;
  transform:none;
  z-index: 2;
}
.custom-our-client-slider .slick-prev {
  left: 100px;
}
.custom-our-client-slider .slick-next {
  right: 100px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.custom-our-client-slider .slick-arrow svg {
  fill: rgba(194, 194, 176, 1);
  stroke: rgba(194, 194, 176, 1);
  stroke-width: 1px;
}
.custom-our-client-slider .slick-arrow:before {
  content:none;
}
.custom-our-client-slider .slick-arrow:hover {
  opacity: 0.6;
}
.custom-our-client-slider.slick-slider.slick-dotted {
  margin: 52px 0 0;
  padding-bottom: 181px;
}
.custom-our-client-logo img {
  margin: 0 auto;
  display: block;
}
.custom-our-client-slider-item {
  text-align: center;
}
.custom-our-client-sec-header h1 {
  margin: 41px 0 0;
  color: #FAFAFA;
  font-family: lato-light,lato,sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 61px;
}
.custom-our-client-sec-header h1:after {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 1);
  width: 33px;
  height: 5px;
  display: block;
  margin: 13px auto 10px;
}
.custom-our-client-slider-item-content-wrapper p {
  font-size: 26px;
  line-height: 1.3em;
  color: #fff;
  font-family: lato-light,lato,sans-serif;
  letter-spacing: 0.05em;
  font-style: italic;
  margin: 0;
}
.client-slider-quote {
  width: 47px;
  height: 38px;
  margin-bottom: 10px;
  fill: rgb(245, 154, 40);
  margin-top: -34px;
  margin-left: -37px;
  margin-bottom: 50px;
}
.custom-our-client-slider-item-content-wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.custom-our-client-slider ul.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 47px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.custom-our-client-slider ul.slick-dots li {
  display: initial;
  width: auto;
  height: auto;
  margin: 0;
}
.custom-our-client-slider ul.slick-dots li button {
  background: 0 0;
  border: 0;
  outline: 0;
  line-height: 0;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(194, 194, 176, 1);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 0;
}
.custom-our-client-slider ul.slick-dots li button:before {
  content: none;
}
.custom-our-client-slider ul.slick-dots li.slick-active button {
  background-color: rgba(243, 242, 220, 0.3);
}
.custom-our-client-slider-wrapper {
  padding-bottom: 71px;
}
.client-slider-quote.right-quote {
  margin-left: auto;
  margin-bottom: 0;
}
.custom-our-client-logo {
  position: relative;
}
.client-slider-quote.right-quote {
  margin-left: auto;
  position: absolute;
  right: -22px;
  top: 2px;
  margin: 0;
  transform: rotate(180deg);
  width: 42px;
  height: 48px;
}
.custom-our-client-slider-item-content-wrapper h6 {
  font-size: 26px;
  line-height: 1.3em;
  color: #fff;
  font-family: lato-light,lato,sans-serif;
  letter-spacing: 0.05em;
  font-style: italic;
  margin: 0;
  font-weight: normal;
  margin: 0 0 39px;
}
.client-slider-quote-content {
  margin-bottom: 45px;
  min-height: 205px;
  display: flex;
  align-items: center;
}
.client-slider-quote-content > * {
  width: 100%;
}
.hs-customers-layout .header-container,
.hs-products-layout .header-container {
  min-height: 90px !important;
}
.hs-products-layout-row-1 {
  background-color: rgba(250, 250, 250, 1);
  text-align: center;
  padding-top: 51px;
  padding-bottom: 130px;
  overflow: hidden;
}
.body-container.container-fluid .hs-products-layout-row-1 .page-center {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}
.hs-products-layout-row-1 h2 {
  font-size: 40px;
  font-family: lato-light,lato,sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #31302C;
  margin: 0;
  line-height: 52px;
}
.hs-products-layout-row-1 h2:after {
  content: "";
  border-top: 1px solid rgba(49, 48, 44, 1);
  margin: 12px auto 22px;
  width: 33px;
  height: 5px;
  display: block;
}
.hs-products-layout-row-1 p {
  font-size: 20px;
  font-family: lato-light,lato,sans-serif;
  color: #616158;
  line-height: 26px;
  margin: 0 0 26px;
}
.hs-products-layout-row-1 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 52px;
  overflow: hidden;
}
.hs-products-layout-row-1 .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(49, 48, 44, 1);
  position: relative;
  margin-bottom: 27px;
}
.hs-products-layout-row-1 .hs_cos_wrapper_type_linked_image .hs-image-widget {
  vertical-align: middle;
  transform: translateZ(0);
}
.hs-products-layout-row-1 .hs_cos_wrapper_type_linked_image:before,
.hs-products-layout-row-1 .hs_cos_wrapper_type_linked_image:after {
  content: "";
  position: absolute;
  bottom: -26px;
  width: 165px;
  height: 26px;
  background-image: url(//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Images/liftedshadow_medium.png);
  background-repeat: no-repeat;
}
.hs-products-layout-row-1 .hs_cos_wrapper_type_linked_image:before {
  left: -20px;
  background-position: 0 0;
}
.hs-products-layout-row-1 .hs_cos_wrapper_type_linked_image:after {
  right: -20px;
  background-position: 100% 0;
}
.btn-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.btn-grid .btn-item {
  padding: 0 5px;
}
.body-container.container-fluid #demo .page-center {
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#demo {
  padding-top: 85px;
  padding-bottom: 85px;
}
.custom-form-title-section {
  text-align: center;
  color: #fff;
  max-width: 911px;
  margin: 0 auto !important;
  float: none !important;
  margin-bottom: 51px !important;
}
.custom-form-title-section h2 {
  font-size: 46px;
  font-family: lato-light,lato,sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 61px;
  margin: 0;
}
.custom-form-title-section h2:after {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 1);
  display: block;
  width: 32px;
  height: 5px;
  margin: 12px auto 31px;
}
.custom-form-title-section p {
  font-size: 24px;
  font-family: lato-light,lato,sans-serif;
  color: #FFFFFF;
  line-height: 30px;
}
.custom-form-title-section p:last-child {
  margin-bottom: 0;
}
.custom-form form {
  max-width: 597px;
  margin: 0 auto;
}
.blog-comment-form form {
  max-width: 597px;
  margin: 0 auto!important;
}
.custom-form form .hs-form-field {
  margin: 16px 0 8px;
}
.hs-products-layout .custom-form form .hs-form-field {
  margin: 16px 0 13px;
}
.custom-form form .hs-form-field > label {
  display: none;
}
.custom-form form .hs-input {
  height: 43px;
  max-width: 100%;
  color: #616158;
}
.hs-products-layout .custom-form form .hs-input {
  border: none;
  height: 43px;
}
.custom-form form .hs-input:hover {
  background-color: rgba(194, 194, 176, 1);
}
.custom-form form .hs-input:focus {
  background-color: rgba(240, 231, 203, 1);
}
.custom-form form .hs-form-field {
  padding: 0 10px !important;
}
.custom-form form fieldset {
  margin: 0 -10px !important;
}
.custom-form form textarea.hs-input {
  padding-left: 16px;
  padding-right: 10px;
  height: 126px;
  margin-top: -5px;
}
.custom-form form .actions {
  text-align: center;
}
.custom-form form .hs-button.primary.large {
  margin: 5px 0 0;
  background-color: rgba(245, 154, 40, 1);
  padding: 7px 15px 6px;
}
.custom-form form {
  margin-bottom: 0 !important;
}
.custom-form form .hs-button.primary.large:hover {
  background-color: rgba(250, 250, 250, 1);
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.hs-error-msgs label {
  color: red;
  font-family: arial;
  font-size: 13px;
}
.body-container.container-fluid .hs-strategy-layout-row-1 .page-center,
.body-container.container-fluid .hs-strategy-layout-row-2 .page-center {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.hs-strategy-layout-row-1 {
  padding-top: 42px;
  padding-bottom: 110px;
}
.hs-strategy-layout-row-1 .custom-form-title-section h2 {
  letter-spacing: 0.1em;
  font-size: 44px;
  line-height: 54px;
}
.hs-strategy-layout-row-1 .custom-form-title-section h2:after {
  margin: 15px auto 40px;
}
.hs-strategy-layout-row-1 .custom-form-title-section p {
  line-height: 31px;
  margin-bottom: 31px;
}
.hs-strategy-layout-row-1 .custom-form-title-section p:last-of-type {
  margin-bottom: 0;
}
.hs-strategy-layout-row-1 .custom-form-title-section h4 {
  margin: 59px 0 27px;
  font-size: 36px;
  font-family: lato-light,lato,sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
}
.hs-strategy-layout-row-1 .custom-form-title-section h6 {
  max-width: 748px;
  margin: 0 auto 37px;
  text-align: left;
  font-size: 22px;
  font-family: lato-light,lato,sans-serif;
  color: #fff;
  font-weight: normal;
  line-height: 29px;
}
.hs-strategy-layout-row-2 {
  background-color: rgba(250, 250, 250, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 107px;
  padding-top: 107px;
  min-height: 1168px !important;
}
.style-jvopn23y {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#comp-jvopndn3 {
  position: absolute;
  margin: 60px 0px 63px calc((100% - 980px) * 0.5);
  left: -46px;
  grid-area: 1 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
  top: 0;
}
#comp-jvopj1m6inlineContent-gridContainer > * {
  pointer-events: initial;
}
#comp-jvopn22j {
  position: absolute;
  margin: 5px 0px 10px calc((100% - 980px) * 0.5);
  left: -1032px;
  grid-area: 1 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
  top: 0;
}
}
.style-jvopn23ylink, .style-jvopn23ysvg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.style-jvopn23y svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.hs-strategy-layout-row-2 .page-center {
  position: relative;
  z-index: 3;
}
.hs-strategy-layout-row-1 .custom-form-title-section {
  margin-bottom: 44px !important;
}
.hs-strategy-layout-row-1 .custom-form form textarea.hs-input,
.hs-strategy-layout-row-2 .custom-form form textarea.hs-input {
  margin-top: 0;
}
.hs-strategy-layout-row-2 .custom-form-title-section h2 {
  letter-spacing: 0.1em;
  font-size: 44px;
  line-height: 54px;
}
.hs-strategy-layout-row-2 .custom-form-title-section h2:after {
  margin: 4px auto 52px;
}
.hs-strategy-layout-row-2 .custom-form-title-section p {
  line-height: 31px;
  margin-bottom: 31px;
}
.hs-strategy-layout-row-2 .custom-form-title-section {
  margin-bottom: 47px !important;
}
.hs-strategy-layout-row-2 .custom-form form .hs-button.primary.large,
.hs-strategy-layout-row-1 .custom-form form .hs-button.primary.large {
  margin-top: 13px;
  padding: 8px 15px 8px;
}
.hs-strategy-layout-row-1 .custom-form form .hs-input:hover,
.hs-strategy-layout-row-2 .custom-form form .hs-input:hover,
.hs-strategy-layout-row-1 .custom-form form .hs-input:focus,
.hs-strategy-layout-row-2 .custom-form form .hs-input:focus {
  background-color: rgba(243, 242, 220, 1);
}
.hs-strategy-layout .body-container .custom-form form .hs-input.error {
  background-color: rgba(243, 242, 220, 1) !important;
  border-color: rgba(255, 64, 64, 0.6);
}

/* ========== careers ============ */
.body-container.container-fluid .hs-careers-layout-row-1 .page-center {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}
.hs-careers-layout-row-1 {
  padding-top: 81px;
  padding-bottom: 117px;
}
.hs-careers-layout-row-1 .custom-form-title-section h2 {
  font-size: 44px;
  line-height: 54px;
}
.hs-careers-layout-row-1 .custom-form-title-section h2:after {
  margin-bottom: 34px;
  border-top-width: 3px;
}
.hs-careers-layout-row-1 .custom-form-title-section p {
  line-height: 32px;
  margin-bottom: 32px;
}
.hs-careers-layout-row-1 .custom-form-title-section {
  max-width: 768px;
  margin-bottom: 33px !important;
}
.custom-form-title-section h3 {
  font-size: 28px;
  color: #F59A28;
  font-family: lato-light,lato,sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: normal;
}
.hs-careers-layout-row-1 .custom-form form {
  max-width: 823px;
}
.hs-careers-layout-row-1 .custom-form form .hs-form-field {
  margin: 40px 0 8px;
}
.hs-careers-layout-row-1 .custom-form form .hs-input {
  min-height: 50px;
  border: none;
  height: 50px;
  background: #fff;
}
.hs-careers-layout-row-1 .custom-form form .hs-input:hover {
  border-width: 0 0 2px 0;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(245, 154, 40, 1);
}
.hs-careers-layout-row-1 .custom-form form .hs-input:focus {
  border-width: 0 0 3px 0;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(245, 154, 40, 1);
}
.hs-careers-layout-row-1 .custom-form form .hs-input.error {
  border-width: 3px;
  background-color: rgba(255, 255, 255, 1) !important;
  border-style: solid;
  border-color: rgba(255, 64, 64, 1);
}
.hs-careers-layout-row-1 .custom-form form .hs-form-field.hs-fieldtype-select .input:after {
  background-image: url(//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Images/Dark-down-arrow.svg);
}
.hs-careers-layout-row-1 .custom-form .hs-form-field.hs-fieldtype-textarea {
  margin-top: 48px;
}
.hs-careers-layout-row-1 .custom-form form textarea.hs-input {
  padding: 12px 10px 3px;
  min-height: 114px;
}
.hs-careers-layout-row-1 .custom-form form .actions {
  padding-top: 32px;
}
.hs-careers-layout-row-1 .custom-form form .hs-button.primary.large {
  padding: 7px 15px 9px;
}
/* ======== Event ============ */
.hs-event-layout .header-container {
  min-height: 90px !important;
}
.body-container.container-fluid .hs-event-layout-row-1 .page-center {
  background: transparent;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
}
.custom-event-heading {
  font-size: 36px;
  font: normal normal normal 36px/45px futura-lt-w01-light,sans-serif;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  text-align: center;
  padding: calc(72px - 0.3em) 30px calc((72px - 0.3em) - 20px);
}
.custom-event-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px;
}
.custom-event-grid .custom-event-item {
  width: 33.3333333333%;
  padding: 10px;
}
.custom-event-grid .custom-event-item .custom-event-item-inner {
  background-color: rgba(250,250,250,1);
  border: rgba(255,255,255,1) solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  text-align: center;
}
.custom-event-feature-image {
  position: relative;
  -webkit-transition: height .5s;
  transition: height .5s;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(62,92,148,1);
}
.custom-event-body {
  color: rgba(49,48,44,1);
  -webkit-transition: height .5s,padding .5s;
  transition: height .5s,padding .5s;
  margin-top: 42px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: calc(100% - 468px);
  padding-top: 0px;
  overflow-y: hidden;
}
.event-title {
  font-size: 26px;
  font: normal normal normal 26px/32px futura-lt-w01-light,sans-serif;
  line-height: 1.2em;
  display: -webkit-box;
  margin-bottom: .5em;
  max-height: 2.4em;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
}
.event-date1 {
  font-size: 16px;
  font: normal normal normal 16px/20px futura-lt-w01-light,sans-serif;
  line-height: 1.5em;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1;
  margin-top: 12px;
  height: auto;
}
.event-date1 {
  font-size: 16px;
  font: normal normal normal 16px/20px futura-lt-w01-light,sans-serif;
  line-height: 1.5em;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1;
  margin-top: 12px;
  height: auto;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.event-date1 .date {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 80%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.event-date1 .devider {
  border-right: 1px solid;
  height: .8em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 10px;
  display: block;
}
.event-date1 .lock {
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-hover-wrapper {
  font: normal normal normal 16px/20px futura-lt-w01-light,sans-serif;
  line-height: 1.5em;
  font-size: 15px;
}
.event-date-location {
  margin-bottom: 2em;
}
.event-desicration {
  font-size: 15px;
  margin-bottom: 2em;
  white-space: pre-wrap;
}
.event-btn-wrapper {
  padding: 42px 30px 38px;
}
a.event-btn {
  font-size: 16px;
  font: normal normal normal 16px/20px futura-lt-w01-light,sans-serif;
  color: rgba(255,255,255,1);
  border: 0;
  background-color: rgba(245,154,40,1);
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  max-width: 200px;
  min-height: 42px;
  padding: 9px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 160px;
  display: inline-block;
  text-decoration: none;
  line-height: 23px;
}
a.event-btn:hover:after {
  border-radius: 100px;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.1);
}



/* ============ Home Page ============ */
.body-container.container-fluid .hs-home-page-layout-row-1 .page-center,
.body-container.container-fluid .hs-home-page-layout-row-2 .page-center {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}
.hs-home-page-layout-row-1 {
  padding: 110px 0;
  color: #fff;
 /* min-height: 816px !important; */
}
.body-container.container-fluid .hs-home-page-layout-row-1 .page-center {
  padding: 0px 23px;
}
.hs-home-page-layout-row-1 h2 {
  font-size: 48px;
  font-family: lato-light,lato,sans-serif;
  font-weight: normal;
  max-width: 484px;
  line-height: 58px;
  margin-bottom: 57px;
}
.hs-home-page-layout-row-1 p {
  margin: 0 0 10px;
  font-size: 30px;
  font-family: lato-light,lato,sans-serif;
  max-width: 680px;
  line-height: 37px;
}
.hs-home-email-form form {
  position: relative;
  max-width: 688px;
  margin: 0 -13px;
  overflow: hidden;
}
.hs-home-email-form form .hs-form-field > label {
  display: none;
}
.hs-home-email-form form .hs-form-field {
  position: relative;
  margin: 13px 0px 48px;
  float: left;
  width: 69%;
  vertical-align: top;
  padding: 0 13px;
}
.hs-home-email-form form .hs_submit.hs-submit {
  margin: 12px 0px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 13px;
  float: left;
  width: 31%;
}
.hs-home-email-form form .hs_error_rollup {
  position: absolute;
  bottom: 17px;
  left: 12px;
}
.hs-home-email-form form .hs-input {
  border-radius: 0;
  font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(245, 255, 254, 1);
  box-sizing: border-box !important;
  color: #000000;
  border-style: solid;
  border-color: transparent;
  padding: 3px;
  margin: 0;
  padding-left: 24px;
  height: 52px;
  border-width: 0 0 2px 0;
  max-width: 100%;
}
.hs-home-email-form form .hs-input:hover {
  border-width: 2px;
  background-color: rgba(242, 250, 249, 1);
  border-style: solid;
  border-color: rgba(82, 82, 82, 1);
}
.hs-home-email-form form .hs-input:focus {
  border-width: 2px;
  background-color: rgba(245, 255, 254, 1);
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
}
.hs-home-email-form form .hs-input.error {
  border-width: 1px;
  background-color: transparent !important;
  border-style: solid;
  border-color: rgba(255, 64, 64, 1);
}
.hs-home-email-form form .hs-button.primary.large {
  background-color: rgba(245, 154, 40, 1);
  min-width: 186px;
  padding: 14px 15px 14px;
}
.hs-home-email-form form .hs-button.primary.large:hover {
  background-color: rgba(250, 250, 250, 1);
  border-color: rgba(245, 154, 40, 1);
}
.hs-home-page-layout-row-2 {
  background-color: rgba(250, 250, 250, 1);
  padding-top: 81px;
}
.hs-home-page-layout-row-2 h2 {
  text-align: center;
  font-size: 44px;
  font-family: lato-light,lato,sans-serif;
  letter-spacing: 0.1em;
  color: #31302C;
  font-weight: bold;
  line-height: 58px;
  margin: 0;
}
.hs-home-page-layout-row-2 h2:after {
  content: "";
  border-top: 1px solid rgba(49, 48, 44, 1);
  margin: 2px auto 42px;
  display: block;
  width: 33px;
  height: 5px;
}
.hs-home-page-layout-row-2 p {
  font-size: 22px;
  font-family: lato-light,lato,sans-serif;
  margin: 0 0 29px;
  line-height: 29px;
  color: #616158;
}
.hs-home-page-layout-row-2 p:last-child {
  margin-bottom: 0;
}
.body-container.container-fluid .hs-home-page-layout-row-2 .page-center {
  padding: 0 43px;
}
.hs-home-page-layout-row-5 {
  background: #fff;
  padding-top: 77px;
  padding-bottom: 150px;
}
.body-container.container-fluid .hs-home-page-layout-row-5 .page-center {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.has-svg {
  position: relative;
  padding-bottom: 127px;
  background: rgba(250, 250, 250, 1);
}
#comp-jvmnlct0, #comp-jvmnm9hx {
  position: absolute;
  top: 0;
}
.style-jvmnld0ilink, .style-jvmnld0isvg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.style-jvmnld0i_non-scaling-stroke * {
  vector-effect: non-scaling-stroke;
}
.style-jvmnld0i svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
#comp-jvmnlct0 {
  margin: 0px 0px -57px calc((100% - 980px) * 0.5);
  left: -1184px;
  grid-area: 4 / 1 / 10 / 2;
  justify-self: start;
  align-self: start;
  width: 2500px;
  height: 586px;
}
#comp-jvmnm9hx {
  margin: 29px 0px -77px calc((100% - 980px) * 0.5);
  left: -208px;
  grid-area: 4 / 1 / 9 / 2;
  justify-self: start;
  align-self: start;
  width: 2500px;
  height: 577px;
}
.hs-home-page-layout-row-2 .page-center {
  position: relative;
  z-index: 3;
}
.has-svg .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  position: relative;
  z-index: 3;
  max-width: 1198px !important;
}
.custom-two-col-content-with-img-md {
 /* padding-top: 88px;*/
  padding-top:126px;
}
.custom-two-col-content-with-img-md .custom-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom-two-col-img-holder img {
  width:100%;
}
.custom-two-col-content-with-img-md .custom-row .custom-two-col-img-col {
  width: 58%;
  float: left;
  padding: 0 15px;
}
.custom-two-col-content-with-img-md .custom-row .custom-two-col-img-content-col {
  width: 42%;
  float: left;
  padding: 0 15px;
}
.custom-two-col-img-holder {
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.custom-two-col-img-holder:after, .custom-two-col-img-holder:before {
  content: "";
  position: absolute;
  bottom: -26px;
  width: 165px;
  height: 26px;
  background-image: url(//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Images/liftedshadow_medium.png);
  background-repeat: no-repeat;
}
.custom-two-col-img-holder:after {
  right: -20px;
  background-position: 100% 0;
}
.custom-two-col-img-holder:before {
  left: -20px;
  background-position: 0 0;
}
.hs-home-page-layout-row-5 h2 {
  text-align: center;
  font-size: 44px;
  font-family: lato-light,lato,sans-serif;
  letter-spacing: 0.1em;
  color: #31302C;
  font-weight: bold;
  line-height: 58px;
  margin: 0;
}
.hs-home-page-layout-row-5 h2:after {
  content: "";
  border-top: 1px solid rgba(49, 48, 44, 1);
  margin: 14px auto 36px;
  display: block;
  width: 33px;
  height: 5px;
}
.hs-home-page-layout-row-5 p {
  margin: 0 0 10px;
  font-size: 20px;
  font-family: lato-light,lato,sans-serif;
  padding: 0 40px;
  line-height: 26px;
}
.hs-home-page-layout-row-5 img.hs-image-widget {
  margin-top: 95px;
  margin-bottom: -169px;
}
.hs-home-page-layout-row-5 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  font-family: lato-light,lato,sans-serif;
  margin: 0;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 {
  background: transparent;
  padding-bottom: 78px;
  padding-top: 78px;
  min-height: 1012px !important;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form-title-section h2 {
  font-size: 46px;
  font-weight: bold;
  font-family: lato-light,lato,sans-serif;
  letter-spacing: normal;
  line-height: 62px;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form-title-section h2:after {
  margin: 11px auto 31px;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form-title-section {
  padding-bottom: 23px;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form form {
  padding: 0 9px;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form form .hs-input {
  height: 42px;
  padding-top: 2px;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form form textarea.hs-input {
  height: 126px;
  padding-top: 0.75em;
  padding-left: 16px;
  padding-right: 10px;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form form .hs-fieldtype-textarea {
  padding-top: 2px !important;
}
.hs-strategy-layout-row-2.hs-home-page-layout-row-8 input.hs-button.primary.large {
  margin-top: 30px;
}
.custom-two-col-content-with-img-md.right .custom-row {
  flex-direction: row-reverse;
}
.hs-home-page-layout-row-4 {
  padding-top: 160px;
  z-index: 1;
  padding-bottom: 283px;
}
.hs-home-page-layout-row-4.has-svg .page-center {
  max-width: 1260px !important;
}
.hs-home-page-layout-row-4 .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-col {
  width: 55%;
}
.hs-home-page-layout-row-4 .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-content-col {
  width: 43%;
}
.has-svg.hs-home-page-layout-row-5-row {
  padding-bottom: 251px;
}
.hs-home-page-layout-row-5-row #comp-jvmnlct0 {
  height: 580px !important;
  transform: rotate(3.04056928247212deg);
  top: 66px;
}
.hs-home-page-layout-row-5-row #comp-jvmnm9hx {
  height: 568px !important;
  transform: rotate(3.1212507024228557deg);
  margin: 0 calc((100% - 980px) * 0.5);
  left: -236px;
  top: 127px;
}
.custm-global-markets-md-grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 30px;
}
.custm-global-markets-md-grp .custm-global-markets-item {
  padding: 0 15px;
  width: 89px;
  box-sizing: content-box;
  margin-bottom: 20px;
}
.custm-global-markets-img-holder img {
  transform: translateZ(0);
}

.hs-home-page-layout-row-3 .svg-overlay-wrapper {
  display: block !important;
}
.hs-home-page-layout-row-3 .overlay-1 {
  display: block !important;
}
.hs-home-page-layout-row-4 .svg-overlay-wrapper {
  display: block !important;
}
.hs-home-page-layout-row-4 .overlay-2 {
  display: block !important;
}
#comp-jvoa9r47-rotated-wrapper {
  position: absolute;
  height: 977px;
  width: 0;
  margin: 0px 0px 19px calc((100% - 980px) * 0.5);
  grid-area: 10 / 1 / 16 / 2;
  justify-self: start;
  align-self: start;
  pointer-events: none;
  top:-119px;
}
#comp-jvoa9r47 {
  position: relative;
  left: 44px;
  top: 190px;
  transform: rotate(171.09521427198388deg);
  width: 2500px;
  height: 597px;
}
#comp-jvmnsaq4-rotated-wrapper {
  position: absolute;
  height: 1051px;
  width: 0;
  margin: 115px 0px -170px calc((100% - 980px) * 0.5);
  grid-area: 10 / 1 / 15 / 2;
  justify-self: start;
  align-self: start;
  top:-119px;
}
#comp-jvmnsaq4 {
  position: relative;
  left: -1096px;
  top: 214px;
  transform: rotate(349.9232773945182deg);
  width: 2500px;
  height: 623px;
}

.hs-home-page-layout-row-5-row .svg-overlay-wrapper {
  display: block !important;
}
.hs-home-page-layout-row-5-row .overlay-3 {
  display: block !important;
  z-index: 2;
}
.hs-home-page-layout .body-container {
  overflow: hidden;
}
#comp-jvoacayz-rotated-wrapper {
  position: absolute;
  height: 712px;
  width: 0;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  grid-area: 16 / 1 / 22 / 2;
  justify-self: start;
  align-self: start;
  pointer-events: none;
  top: 0;
}
#comp-jvo99h9r-rotated-wrapper {
  position: absolute;
  height: 704px;
  width: 0;
  margin: 60px 0px 53px calc((100% - 980px) * 0.5);
  grid-area: 16 / 1 / 21 / 2;
  justify-self: start;
  align-self: start;
  pointer-events: none;
  top: 0;
}
#comp-jvoacayz {
  position: relative;
  left: -996px;
  top: 66px;
  transform: rotate(3.04056928247212deg);
  width: 2500px;
  height: 580px;
}
#comp-jvo99h9r {
  position: relative;
  left: -236px;
  top: 68px;
  transform: rotate(3.1212507024228557deg);
  width: 2500px;
  height: 568px;
}
.hs-home-page-layout-row-5-row .custom-two-col-content-with-img-md .page-center {
  max-width: 1379px !important;
}
.hs-home-page-layout-row-5-row .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-col {
  width: 61%;
}
.hs-home-page-layout-row-5-row .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-content-col {
  width: 39%;
}
.has-svg.hs-home-page-layout-row-5-row {
  padding-top: 26px;
}
.custom-home-bookmark-link {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 17px;
  width: 105px;
  text-align: center;
  z-index: 999;
}
.custom-home-bookmark-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-home-bookmark-link ul li {
  height: 26px;
  width: 26px;
  min-height: 10px;
  position: relative;
  margin: 0 auto;
}
.custom-home-bookmark-link ul li a {
  text-decoration: none;
  width: 100%;
  cursor: default;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 26px;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.custom-home-bookmark-link ul li a svg {
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 26px;
  width: 26px;
}
.custom-home-bookmark-link ul li a svg circle:first-child {
  stroke: rgba(245, 154, 40, 1);
  stroke-width: 2;
  fill: transparent;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.custom-home-bookmark-link ul li a svg circle:nth-child(2) {
  stroke: rgba(245, 154, 40, 1);
  stroke-width: 2;
  fill: transparent;
}
.custom-home-bookmark-link ul li a svg circle:nth-child(3) {
  fill: rgba(245, 154, 40, 1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.custom-home-bookmark-link ul li a:hover svg circle:nth-child(3) {
  opacity: 0.7;
}
.custom-home-bookmark-link ul li.active-menu a svg circle:first-child {
  opacity: .75;
}
.hs-products-layout .custom-form form textarea.hs-input {
  height: 126px;
}
#comp-jvoacayz-rotated-wrapper, #comp-jvo99h9r-rotated-wrapper {
  top: -52px;
}
.hs-home-email-form form .hs-input::-webkit-input-placeholder {
  color: #7F808A;
}
.hs-home-email-form form .hs-input:-moz-placeholder {
  color: #7F808A;
}
.hs-home-email-form form .hs-input::-moz-placeholder {
  color: #7F808A;
}
.hs-home-email-form form .hs-input:-ms-input-placeholder {
  color: #7F808A;
}
.hs-home-page-layout .custom-our-client-slider.slick-slider.slick-dotted {
  margin-top: 30px;
}
.hs-home-page-layout .custom-our-client-slider-wrapper {
  padding-bottom: 0;
}
img[src*="/Japan%20flag.png"] {
  background-color: rgba(255, 255, 255, 1);
  border: 5px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
  transition: opacity 0.4s ease 0s;
}
img[src*="/Japan%20flag.png"]:hover {
  opacity: 0.6;
}
.hs-home-page-layout .custom-form form .hs-input.error {
  background-color: rgba(243, 242, 220, 1) !important;
  border-color: rgba(255, 64, 64, 0.6);
}
.hs-home-page-layout .custom-our-client-slider-item-content-wrapper h6 {
  font-family: lato-light,lato,sans-serif;
  font-weight: bold;
  font-style: normal;
}
.custom-form form select.hs-input:hover {
  background-color: rgba(194, 194, 176, 1) !important;
}
.custom-form form select.hs-input:focus {
  background-color: rgba(240, 231, 203, 1) !important;
}
select option[disabled] {
  display: none;
}
.hs-strategy-layout .body-container .custom-form form select.hs-input.error {
  border-color: rgba(49, 48, 44, 0.55);
}
.hs-strategy-layout .body-container .custom-form form select.hs-input:hover {
  background-color: rgba(243, 242, 220, 1) !important;
}
.hs-strategy-layout .body-container .custom-form form select.hs-input:hover {
  background-color: rgba(243, 242, 220, 1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-body-bg-md video {
    height: auto;
    min-height: 100%;
    display:block;
  }
}

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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
  background-color: rgba(21, 31, 49, 1);
  color: #FFFFFF;
}
.custom-footer-copyright {
  text-align: center;
}
.custom-footer-copyright p {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: normal;
  padding-right: 63px;
  font-family: lato-light,lato,sans-serif;
  color: #FFFFFF;
}
.custom-footer-contact-info-md svg {
  width: 33px;
  height: 16px;
  fill: rgba(245, 154, 40, 1);
  display: inline-block;
  float: left;
  margin-top: 2px;
}
.custom-footer-contact-info-md svg * {
  vector-effect: non-scaling-stroke;
}
.custom-footer-contact-info-md svg [data-color="1"] {
  fill: rgba(245, 154, 40, 1);
}
.custom-footer-contact-info-md > div {
  display: flex;
  align-items: center;
}
.custom-footer-contact-info-md p {
  font-size: 14px;
  color: #fff;
  line-height: normal;
  margin: 0;
  float: left;
  width: calc(100% - 18px);
  padding-left: 19px;
  margin-top: -2px;
}

.custom-footer-contact-info-md p a {
  color: inherit;
  text-decoration: none;
}
.custom-footer-contact-info-md {
  float: left;
  padding-right: 12px;
  padding-top: 1px;
  padding-left: 0;
}
.custom-footer-social-icon {
  float: left;
  padding-top: 28px;
  padding-left: 95px;
}
.custom-footer-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-footer-social-icon ul li {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  float: left;
}
.custom-footer-social-icon ul li:last-child {
  margin-right: 0;
}
.custom-footer-logo img {
  width: 128px;
}
.custom-footer-logo {
  padding: 78px 0 10px 31px;
  text-align: left;
}
.custom-footer-col2 {
  padding: 52px 50px 69px 0px;
}
.custom-footer-col2 p {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-family: lato-light,lato,sans-serif;
  margin-left: -43px;
}
.custom-footer-social-wrapper {
  overflow: hidden;
  padding: 52px 0 10px;
  margin-left: -31px;
}
.custom-footer-contact-info-md .email-info {
  margin-bottom: 20px;
}
.custom-footer-contact-info-md .location-info svg {
  margin-top: -5px;
  height: 27px;
}
.custom-footer-contact-info-md .location-info p {
  line-height: 18px;
}
.custom-two-col-content-with-img-md h4 {
  font-size: 40px;
  font-weight: bold;
  font-family: lato-light,lato,sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
.custom-two-col-content-with-img-md ul {
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(255, 255, 255);
  font-family: lato-light,lato,sans-serif;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 12px;
}
.custom-two-col-content-with-img-md ul p {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 22px;
  font-family: lato-light,lato,sans-serif;
}
#back-to-top {
  position: fixed;
  width: 44px;
  height: 44px;
  bottom: 281px;
  right:0;
  margin-right: 20px;
  cursor: pointer;
  z-index: 50;
}
#back-to-top svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
#back-to-top svg [data-color="1"] {
  fill: rgba(243, 242, 220, 1);
}
#back-to-top svg [data-color="2"] {
  fill: rgba(49, 48, 44, 1);
}
#back-to-top svg [data-color="3"] {
  fill: rgba(146, 145, 132, 1);
}
.custom-footer.lp-footer {
  padding: 20px 0;
}
input#hs-pwd-widget-password {
  margin-bottom: 18px;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  margin-left: -20px;
  padding-top: 36px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  font: normal normal normal 22px/1.4em lato-light,lato,sans-serif;
  display: inline-block;
  float: none !important;
  margin: 0 -0.9px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 0 15px;
  color: #FFFFFF;
  transition: all 0.4s ease 0s;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
  margin-bottom: 4px;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(177, 192, 219, 0.34);
  min-width: 128px;
  text-align:center;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display:block;
  line-height:37px;
  padding:0 16px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  transition: all 0.4s ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #F59A28;
  transition: all 0.4s ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul li.active > a {
  color: #F59A28;
}
/* Override max width on menu links */
.custom-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:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .event-hover-wrapper {
    opacity: 0;
    height: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #F59A28;
    transition: all 0.4s ease 0s;
  }
  #back-to-top {
    display:none !important;
  }
  .custom-recent-post-grid .slick-list.draggable {
    padding:0 !important;
  }
  .custom-event-grid .custom-event-item {
    height: 589px;
  }
  .mobile-select-wrap {
    display: none;
  }
  .custom-event-item-inner:hover .custom-event-feature-image {
    height: 0;
  }
  .custom-event-item-inner:hover .custom-event-body {
    height: 399px;
    padding-top: 4px;
  }
  .custom-event-item-inner:hover .custom-event-body .event-hover-wrapper {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
    height: auto;
  }
  .custom-event-item-inner:hover .event-date1 {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 0;
    height: 0;
  }
  .custom-event-item-inner:hover .event-date1 {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 0;
    height: 0;
  }
}


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

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

@media (max-width: 767px){
  .body-container-wrapper {
    margin-top: 45px;
  }
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > 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;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: flex !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 4px;
    height: 50px;
    width: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    margin-top: 12px;
    z-index: 999;
    border: solid 1px rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    margin-top: 3px;
  }
  .mobile-trigger svg {
    width: 20px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(255, 255, 255, 1);
    height: 17px;
    padding-top: 0px;
    stroke-linecap: flat;
    stroke: rgba(255, 255, 255, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
  }
  .mobile-trigger svg line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }
  .mobile-trigger svg line:first-child {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
    -webkit-animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-1-reverse;
  }
  .mobile-trigger svg line:nth-child(2) {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
    -webkit-animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-2-reverse;

  }
  .mobile-trigger svg line:nth-child(3) {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
    -webkit-animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-3-reverse;
  }
  .mobile-open .mobile-trigger line {
    transform: none;
  }
  .mobile-open .mobile-trigger line:first-child {
    -webkit-animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-1;
    animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-1;
  }
  .mobile-open .mobile-trigger line:nth-child(2) {
    -webkit-animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-2;
    animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-2;
  }
  .mobile-open .mobile-trigger line:nth-child(3) {
    -webkit-animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-3;
    animation-name: style-jpiq2mbt_tiny-menu-open-squeeze-3;
  }
  .mobile-open .mobile-trigger svg {
    width: 17px;
    margin-top: 0px;
  }

  @-webkit-keyframes style-jpiq2mbt_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jpiq2mbt_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @-webkit-keyframes style-jpiq2mbt_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jpiq2mbt_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @-webkit-keyframes style-jpiq2mbt_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jpiq2mbt_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @-webkit-keyframes style-jpiq2mbt_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jpiq2mbt_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @-webkit-keyframes style-jpiq2mbt_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @keyframes style-jpiq2mbt_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @-webkit-keyframes style-jpiq2mbt_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }

  @keyframes style-jpiq2mbt_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 36px !important;
    height: 41px !important;
    border-left: none;
    padding: 10px 0 !important;
    text-align: left;
  }
  .child-trigger i {
    display: none !important;
  }
  .child-trigger:after {
    content: '\ff0b';
    color: #FFFFFF;
    position: relative;
    display: inline-block;
  }
  .child-trigger.child-open:after {
    content: "\ff0d";
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: fixed;
    padding-top: 0;
    margin: 0;
    background-color: rgba(21, 31, 49, 1);
    left: -60%;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    width: 60%;
    transition: all 0.3s ease-in;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    left:0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    margin: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    letter-spacing: 2px;
    padding-top: 80px;
    padding-bottom: 20px;
  }


  /* 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;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #FFFFFF;
    padding: 10px 0 !important;
    text-align: left;
    display: block;
    line-height: 22.4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid rgba(243, 242, 220, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border-bottom: none;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 32px 0 20px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font: normal normal normal 16px/1.4em lato-light,lato,sans-serif !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-left: 34px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-align: left;
    padding: 10px 0;
    font-size: 14.4px;
    font-family: lato-light, lato, sans-serif;
    line-height: 22.4px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #fff;
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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

/* 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 {
  margin:0 0 17px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  color: #605E5E;
  line-height: 1;
  margin-bottom: 9px;
  display:block;
}

/* 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 {
  border-radius: 0;
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  color: #31302C;
  border-style: solid;
  border-color: rgba(49, 48, 44, 0.55);
  padding: 3px;
  margin: 0;
  width:100%;
  display:block;
  max-width:500px;
  outline:none;
  padding-left: 12px;
  height: 42px;
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  background-color: rgba(243, 242, 220, 1);
  border-color: rgba(49, 48, 44, 0.7);
}

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 {
  background-color: rgba(243, 242, 220, 1);
  border-color: rgba(62, 92, 148, 1);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  padding-top: 0.75em;
  resize: none;
  padding-left: 16px;
  padding-right: 10px;
  height:128px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  border-radius: 0;
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  background-color: rgba(255, 255, 255, 1);
  color: #90A3B1;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(47, 46, 46, 0.55);
  margin: 0;
  padding: 0 45px;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  min-width: 100%;
  min-height: 10px;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 41px;
}
select:focus {}
.hs-fieldtype-select .input {
  position: relative;
}
.hs-fieldtype-select .input:after {
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Images/Svg-down-arrow.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 11.984px;
  height: 6.313px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* 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-input.error {
  background-color: rgba(255, 64, 64, 0.1) !important;
}
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #616158;
}
:-moz-placeholder {
  color: #616158;
}
::-moz-placeholder {
  color: #616158;
}
:-ms-input-placeholder {
  color: #616158;
}

/* Center Submit Button */
input.hs-button.primary {
  margin-right: auto!important;
  text-align: center;
  display: block;
  margin-left: auto!important;
}

/* =============== 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 > 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 > 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  transition:all 0.4s ease 0s;
  background-color: rgba(255, 153, 51, 0.9);
  border: solid rgba(96, 94, 94, 1) 0px;
  color: #FFFFFF;
  font: normal normal normal 20px/1.4em lato-light,lato,sans-serif;
  display:inline-block;
  min-width: 142px;
  padding: 9px 15px 10px;
  text-align: center;
  line-height: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: rgba(250, 250, 250, 1);
  border-color: rgba(245, 154, 40, 1);
  color: #151F31;
}

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


/* =============== 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 {}

/* Blog Styling */
.blog .body-container.container-fluid .page-center {
  margin-top: -2px;
  margin-bottom: 0;
  max-width: 986px;
  padding: 0 20px;
}
.custom-post-filter h3:empty {
  display: none;
}
.custom-post-filter ul {
  overflow: hidden;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.custom-post-filter ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  white-space: nowrap;
}
.custom-post-filter ul li a {
  color: rgba(245,154,40,1);
  font: normal normal bold 16px/20px lato-light,lato,sans-serif;
  line-height: normal;
  text-decoration: none;
}
.custom-post-filter ul li .filter-link-count {
  display: none;
}
.custom-post-filter ul li a:hover {
  color: rgba(62,92,148,1);
}
.custom-advanced-search .hs-search-field__input {
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  line-height: normal;
  color: rgba(245,154,40,1);
  height: auto;
  padding-right: 20px;
  max-width: 100%;
  display: none;
  background: transparent !important;
  position: relative;
  top: -1px;
}
.custom-advanced-search form {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 16px;
  max-width: 200px;
  margin-left: auto;
  text-align: right;
  width: 19px;
  margin-right: 16px;
}
.search-open .custom-advanced-search form {
  width: 200px;
}
.search-open .custom-advanced-search form svg._1lTvN.blog-desktop-header-search-icon-fill {
  position: absolute;
}
.search-open .custom-advanced-search .hs-search-field__input {
  padding-right: 20px;
  display: inline-block;
}
.search-open .custom-advanced-search .close-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-open .custom-advanced-search .hs-search-field__input:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
  background: transparent;
}
.custom-advanced-search .close-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}
.custom-advanced-search .close-search svg {
  opacity: .8;
  fill: rgba(245,154,40,1);
}
svg._1lTvN.blog-desktop-header-search-icon-fill {
  fill: rgba(245,154,40,1);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
}
.custom-header-search-filter-group > div > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-header-search-filter-group > div > .row-fluid:after,
.custom-header-search-filter-group > div > .row-fluid:before {
  content: none;
}
.hs-blog-listing .blog-content {
  padding: 20px 0 14px;
}
.post-listing {
  margin: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-listing .post-item {
  padding: 16px;
  width: 33.3333333333%;
  float: left;
}
.post-listing .post-item .post-item-inner {
  background-color: rgba(255,255,255,1);
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #31302C;
  border: 1px solid rgba(219,219,219,1);
  min-height: 376px;
}
.hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.5%;
}
.hs-featured-image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.blog-post-body-sec {
  padding: 28px 24px 25px;
  font: normal normal normal 16px/20px lato-light,lato,sans-serif;
  line-height: normal;
}
.byline {
  font-size: 12px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .byline-left-col {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.byline-right-col {
  margin: 0 -9px 0 3px;
}
.custom-share-pop1 {
  display: none;
}
.byline .byline-author-avatar {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.byline .byline-author-sec {
  padding-left: 10px;
  font-size: 12px;
}
.byline .author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .author-name a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.byline-date {
  color: rgba(49,48,44,1);
}
.byline-date span:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgba(49,48,44,1);
  display: inline-block;
  vertical-align: middle;
}
.byline-date span:last-child:after {
  content: none;
}
.share-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 0;
  margin-top: 4px;
}
.share-btn svg {
  fill: rgba(49,48,44,1);
}
.post-header h2 {
  font-size: 22px;
  margin: 0 0 11px;
  font-weight: normal;
  font: normal normal normal 22px/27px lato-light,lato,sans-serif;
  line-height: normal;
  color: rgba(49,48,44,1);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}	
.post-header h2 a {
  color: rgba(49,48,44,1);
  text-decoration: none;
  font-size: 20px;
}
.post-listing .post-item .post-item-inner:hover .share-btn svg {
  fill: rgba(62,92,148,1);
}
.share-icon-wrapper {
  position: relative;
}
.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 24px;
  z-index: 900;
  right: 0;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  background-color: #F3F2DC;
}
.custom-share-pop1 .custom-share-pop1-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px 15px;
  cursor: pointer;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2Ug1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._3frxo.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  fill: rgba(49,48,44,1);
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: #31302C;
  line-height: normal;
}
.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.pop-two-open .custom-social-share-popup-wrapper {
  visibility: visible;
  opacity:1;
  transition: all 0.4s;
}
.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all 0.4s;
  opacity: 0;
}
.pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: translateY(0);
  opacity: 1;
}
.custom-social-share-popup-wrapper .custom-social-share-pop {
  width: 100%;
  max-width: 452px;
  background-color: #F3F2DC;
}
.custom-social-share-pop .custom-social-share-pop-col-inner {
  padding: 60px;
  color: #31302C;
  font: normal normal normal 46px/1.4em futura-lt-w01-book,sans-serif;
  font-size: 28px;
  line-height: normal;
}
.custom-social-share-pop .share-pop-title {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.pop-sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop-sharebox span {
  margin-right: 38px;
}
.pop-sharebox span:last-child {
  margin-right: 0;
}
.pop-sharebox a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #4464a3;
  text-align: center;
}
.pop-sharebox a._3WNXk {
  background: #333;
}
.pop-sharebox a._2kU7C {
  background: #0077b5;
}
.pop-sharebox a._1ie6c {
  background: #55acee;
}
.pop-sharebox a svg {
  fill: #fff;
  vertical-align: middle;
}
.shre-link-box-pop {
  display: none;
}
.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background-color: #000;
}
.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}
.share-pop-close-btn svg {
  fill: rgb(255, 255, 255) !important;
  fill-rule: evenodd;
}
.sharelink-pop-open .shre-link-box-pop {
  display: block;
}
.sharelink-pop-open .shre-post-linkbox {
  display: none;
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 45px;
}
.shre-link-box-pop input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #31302C;
  font-family: "Avenir Next";
  line-height: normal;
  position: relative;
  top: 4px;
}
.shre-link-box-pop input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}
.shre-link-box-pop .input-border {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #31302C;
  height: 45px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.shre-link-pop-btns-grp .blog-btn {
  font-size: 14px;
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  height: 40px;
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 16px;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgba(21,31,49,1);
  border-color: rgba(21,31,49,1);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgba(21,31,49,1);
  color: rgba(245,154,40,1);
  border: none;
}
.custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input:-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input::-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input:-ms-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.search-border {
  height: 1px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(245,154,40,1);
  margin-top: 2px;
}
.search-open .search-border {
  opacity: .5;
}
.blog-pagination {
  clear: both;
}
.blog-pagination a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
}

.blog.hs-blog-post .body-container.container-fluid .page-center {
  max-width: 980px;
}
.custom-post-filter ul li + li {
  margin-left: 40px;
}
.hs-blog-post .custom-post-filter ul li a {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  line-height: normal;
}
.byline-author-avatar svg {
  width: 100%;
  height: 100%;
}
.custom-post-blog-section {
  padding: 60px 0;
  color: rgba(49,48,44,1);
  border: 1px solid rgba(255,255,255,0.75);
  font: normal normal normal 18px/22px futura-lt-w01-light,sans-serif;
  line-height: normal;
  font-weight: 400;
  margin-top: 20px;
}
.custom-post-blog-section .blog-post-body-sec {
  padding: 0;
}
.custom-post-blog-section .cell-wrapper {
  max-width: 740px;
  margin: 0 auto;
}
.hs-blog-post .byline {
  padding: 0;
}
.hs-blog-post .byline .byline-author-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: futura-lt-w01-light, sans-serif;
}
.hs-blog-post .byline .author-name {
  padding-left: 12px;
  color: rgba(49,48,44,1);
}
.hs-blog-post .byline .byline-author-sec .author-name:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgba(49,48,44,1);
}
.hs-blog-post .byline-date {
  opacity: .8;
}
.post-header h1 {
  font: normal normal normal 40px/50px futura-lt-w01-book,sans-serif;
  line-height: normal;
  color: rgba(49,48,44,1);
  margin: 27px 0 0;
}
.hs-blog-post .post-header {
  margin-bottom: 25px;
}
.hs-blog-post .post-body {
 font-family: "Helvetica", "Sans-Serif";
  line-height: normal;
  font-weight: 400;
}
.hs-blog-post .post-body p {
  line-height: 1.5;
  margin: 0 0 24px;
}
.hs-blog-post .post-body h2 {
  font-family: "Helvetica", "Sans-Serif";
  line-height: normal;
  font-size: 28px;
  margin: 36px 0 0;
}
.hs-blog-post .post-body a {
  color: rgba(62,92,148,1);
}
.hs-blog-post .post-body p:last-child {
  margin-bottom: 0;
}
.custom-bolg-bottom-share-grp {
  border-top: 1px solid rgba(49,48,44,0.2);
  border-bottom: 1px solid rgba(49,48,44,0.2);
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  padding: 20px 0 19px;
}
.custom-bolg-bottom-share-grp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-blog-post-share-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(49,48,44,1);
}
.custom-blog-post-share-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-blog-post-share-icon-wrap ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}
.custom-blog-post-share-icon-wrap ul li + li {
  margin-left: 30px;
}
.custom-blog-post-share-icon-wrap svg {
  fill: rgba(49,48,44,1);
}
.custom-bolg-bottom-share-grp li a:hover svg {
  fill: #4464a3;
}
.custom-bolg-bottom-share-grp li.twitter a:hover svg {
  fill: #55acee;
}
.custom-bolg-bottom-share-grp li.linkedin a:hover svg {
  fill: #0077b5;
}
.custom-bolg-bottom-share-grp li.copyLinkItem a:hover svg {
  fill: rgba(62,92,148,1);
}
.custom-post-botom-topic {
  padding-left: 6px;
}
.custom-post-botom-topic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.custom-post-botom-topic ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-post-botom-topic ul li a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.custom-post-botom-topic ul li a:hover {
  color: rgba(62,92,148,1);
}
.hs-blog-post .byline-right-col {
  margin-top: -3px;
  margin-right: -11px;
}
.hs-blog-post.pop-one-open .custom-share-pop1 {
  background-color: rgb(255, 255, 255);
  right: 1px;
}
.hs-blog-post .custom-social-share-popup-wrapper .custom-social-share-pop {
  background-color: rgb(255, 255, 255);
}
.hs-blog-post .custom-social-share-pop .pop-sharebox {
  padding-top: 12px;
}
.hs-blog-post .shre-link-pop-btns-grp .blog-btn {
  border-color: rgba(62,92,148,1);
  color: rgba(62,92,148,1);
}
.hs-blog-post .shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgba(62,92,148,1);
  color: rgba(255,255,255,1);
}
.hs-blog-post .shre-link-pop-btns-grp {
  padding-top: 10px;
}
div.alignLeft {
  float: left;
  margin-right: 40px;
  margin-top: 17px;
  margin-bottom: 17px;
}
div.alignLeft + p {
  padding-top: 26px;
}
.hs-blog-post .post-body h3 {
  font: normal normal normal 40px/50px futura-lt-w01-book,sans-serif;
  line-height: normal;
  font-size: 22px;
  margin: 30px 0 25px;
}
.custom-recent-post-wrapper {
  padding-top: 23px;
  color: rgba(49,48,44,1);
}
.custom-recent-post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}
.custom-recent-post-header h3 {
  font-size: inherit;
  margin: 0;
  font-family: futura-lt-w01-light, sans-serif;
  line-height: 29px;
  color: inherit;
  font-weight: normal;
}
.custom-recent-post-header a.blog-link-hover-color {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  font-family: futura-lt-w01-light, sans-serif;
}
.custom-recent-post-grid {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-evenly;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.custom-recent-post-grid.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.custom-recent-post-grid .slick-list.draggable {
  margin:0 -15px;
}
.custom-recent-post-grid .custom-recent-post-item {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
}
.hs-recent-featured-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.6%;
}
.hs-recent-featured-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom-recent-post-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  word-wrap: break-word;
}
.custom-recent-post-body .hs-rss-title a {
  text-decoration: none;
  color: inherit;
}
.custom-recent-post-body .hs-rss-title a:hover {
  color: rgba(62,92,148,1);
}
.custom-recent-post-body .hs-rss-title {
  font-size: 18px;
  color: rgba(49,48,44,1);
  font-family: futura-lt-w01-book, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-rectn-post-comment a {
  color: rgb(49, 48, 44);
  text-decoration: none;
}
.custom-rectn-post-comment {
  border-top: 1px solid rgba(49,48,44,.2);
  margin-top: 40px;
  padding-top: 16px;
  opacity: .8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: futura-lt-w01-light, sans-serif;
  line-height: normal;
}
#comments-listing:empty {
  border: none;
  margin: 0;
  padding: 0;
}
.hs_cos_wrapper_type_blog_comments form {
  padding: 20px;
  margin: 20px 0;
}
.hs_cos_wrapper_type_blog_comments form .hs-richtext h3 {
  text-align: center;
  color: rgba(49,48,44,1);
  font: normal normal normal 18px/22px futura-lt-w01-light,sans-serif;
  line-height: normal;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 276px;
  display: block;
  width: 100%;
  overflow-y:hidden;
  overflow-x:auto;
  margin-bottom: 20px;
}
.hs-blog-post.blog .body-container.container-fluid .page-center {
  padding-bottom: 20px;
}
.author-icon svg {
  vertical-align: middle;
  margin-top: -1px;
  fill: rgba(49,48,44,1);
}
.author-icon {
  cursor: pointer;
}
.hs-blog-post .byline-date span:after {
  margin-right: 3px;
  margin-top: -2px;
  margin-left: 9px;
}
/* ==== ToolTip ====== */
.Fade{
  opacity:1;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  filter: alpha(opacity=0);
  transition:opacity .4s ease-in-out;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: 6px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 9px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2f2e2e;
  font-family:Avenir Next;
  font-size:12px;

}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2f2e2e;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2f2e2e;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2f2e2e;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2f2e2e;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2f2e2e;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.hs-blog-post .post-body blockquote {
  margin-top: -9px;
  margin-top: 15px;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 15px;
  border-color: rgba(62,92,148,1);
  margin-right: calc((100% - 740px) / 2 + 60px);
  margin-left: calc((100% - 740px) / 2);
  padding: 10px 20px 10px 18px;
  border-left-width: 2px;
  font-size: 24px;
  border-left-style: solid;
}
div.alignCenter {
  text-align: center;
  padding: 39px 0 63px;
}
.custom-post-filter ul li.selected a {
  color: rgba(62,92,148,1);
}
.blog .body-container-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ======= Topic Page =========== */
.topic-page-view .post-listing {
  flex-wrap: wrap;
}
.topic-page-view .post-listing .post-item {
  width: 100%;
  float: none;
  display: flex;
}
.topic-page-view .post-listing .post-item .hs-featured-image-wrapper {
  width: 50%;
  float: left;
  padding-bottom: 32.5%;
}
.topic-page-view .post-listing .post-item .blog-post-body-sec {
  width: 50%;
  float: left;
  padding: 40px 48px 37px;
}
.topic-page-view .post-listing .post-item .post-item-inner {
  min-height: 0;
  overflow: hidden;
  display: flex;
}
.topic-page-view .post-header h2 {
  font: normal normal bold 28px/35px lato-light,lato,sans-serif;
  line-height: normal;
  color: rgba(49,48,44,1);
  margin: 0;
}
.topic-page-view .byline {
  padding-bottom: 20px;
}
.topic-page-view .post-body.visible-phone {
  display: block !important;
  margin-top: 12px;
  font: normal normal normal 16px/20px lato-light,lato,sans-serif;
  opacity: .8;
  line-height: 1.5;
}
.topic-page-view .post-body.visible-phone * {
  font-weight: normal;
  font-style: normal;
  display: inline;
  margin: 0;
}
.byline .author-name a:hover {
  color: rgba(62,92,148,1);
}
.custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 0;
  visibility: hidden;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop {
  display:block;
}
.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 1;
  visibility: visible;
}
.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hs-news-layout .page-center.content-wrapper {
  color: #fff;
  background: transparent;
}
.hs-news-layout .body-container {
  min-height: 499px;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
input.hs-search-field__input::-webkit-search-decoration,
input.hs-search-field__input::-webkit-search-cancel-button,
input.hs-search-field__input::-webkit-search-results-button,
input.hs-search-field__input::-webkit-search-results-decoration {
  display: none;
}
.custom-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 171%;
  background: #fff;
  z-index: 99;
}

.custom-mobile-advanced-search .hs-input::-webkit-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input:-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input::-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input:-ms-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  margin-top: 24px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
}
select#tinynav1 {
  display: none !important;
}
.hs-blog-post .post-body .hs_cos_wrapper_meta_field p:first-child small {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -7px;
}
.updated-date {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 14px;
  font-family: futura-lt-w01-light, sans-serif;
  margin-bottom: -8px;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/* ======= Floating Icon ========= */
.custom-floation-menu-group .custom-floating-menu-trigger {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 138, 252, 1);
  border-radius: 50%;
  position: fixed;
  bottom: 16px;
  right: 16px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  z-index: 99999;
  cursor: pointer;
}
.custom-floation-menu-group .custom-floating-menu-trigger ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  line-height: calc(50px - (2 * 0px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  align-items: center;
  padding: 0;
  padding-left: 2px;
}
.custom-floation-menu-group ul.custom-foating_dots li:before {
  background: #FFFFFF;
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-right: 3px;
  top: -4px;
  position: relative;
}
.custom-floation-menu-group .custom-floating-menu-content {
  position: fixed;
  bottom: 54px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 0 0 19px;
  display: none;
  transition: none;
}
.custom-floation-menu-group .custom-item-menu a {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  will-change: opacity;
  position: relative;
  display: block;
  margin: 0 auto 14px;
}
.custom-floation-menu-group .custom-icon {
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  border: 0px solid rgba(255, 255, 255, 1);
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  background-color: #fff;
  order: 2;
  background-color: rgb(99, 201, 86);
  color: rgb(255, 255, 255);
  fill: #fff !important;
}
.custom-floation-menu-group .custom-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  padding: 6px 8px;
  font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
  order: 1;
  font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.2px;
  position: absolute;
  max-width: 160px;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(-100%, -15px);
  transform: translate(-100%, -15px);
  padding: 6px 8px;
  color: #1d2d3c;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.floating-menu .custom-floation-menu-group {
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  height: 100%;
  transition: 0.3s;
}
.floating-menu .custom-floation-menu-group .custom-floating-menu-content {
  display: block;
  bottom: 68px;
  width: auto;
  right: 19px;
  left: auto;
  padding: 0;
}
.custom-item-menu {
  opacity: 0;
  transition:all 0.4s;
  transition-delay:0.1s;
  transition-duration:0.4s;
}
.custom-item-menu:nth-last-of-type(1) {
  transition-delay:0.1s;
  opacity: 1;
}
.custom-item-menu:nth-last-of-type(2) {
  transition-delay:0.3s;
  opacity: 1;
}
.custom-item-menu:nth-last-of-type(3) {
  transition-delay:0.5s;
  opacity: 1;
}

.custom-floation-menu-group .custom-icon svg {
  transform: scale(1.15);
}
.custom-floation-menu-group .email-menu .custom-icon {
  background-color: rgb(190, 24, 103);
}
.custom-floation-menu-group .form-menu .custom-icon {
  background-color: rgb(60, 90, 153);
}
.floating-menu .custom-floation-menu-group .custom-floating-menu-trigger ul {
  position: relative;
  top: -1px;
  padding-left: 0;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.first:before {
  width: 17px;
  height: 3px;
  -webkit-transform: translate(8.5px, -2px) rotate(-45deg);
  transform: translate(8.5px, -2px) rotate(-45deg);
  top: -3px;
  left: 3px;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.secound:before {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.last:before {
  width: 17px;
  height: 3px;
  margin-right: 0;
  -webkit-transform: translate(-8.5px, -2px) rotate(45deg);
  transform: translate(-8.5px, -2px) rotate(45deg);
  top: -3px;
  right: 3px;
}

/* 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: 1350px) {
  .custom-login-btn-module {
    margin-left: -50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (min-width:768px) {
  .hs-home-page-layout-row-5-row .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-col {
    width: 50%;
  }
  .hs-home-page-layout-row-5-row .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-content-col {
    width: 50%;
  }
  .custom-two-col-content-with-img-md h4 {
    font-size: 28px;
    line-height: normal;
  }
  .custom-two-col-content-with-img-md ul p {
    font-size: 16px;
  }
  .custom-two-col-content-with-img-md {
    padding-top: 148px;
  }
}
@media (max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 16px;
  }
  .custom-login-btn-module a.custom-demo-btn,
  .custom-login-btn-module a.custom-login-btn {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 100px;
    padding: 4px 5px;
  }
  .custom-logo-header {
    margin: 0;
  }
}
@media (max-width: 1060px) {
  .custom-login-btn-module {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .custom-login-btn-module a.custom-demo-btn,
  .custom-login-btn-module a.custom-login-btn {
    font-size: 15px;
  }
  .custom-login-btn-module a.custom-login-btn {
    margin-left: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 30px;
  }
  .custom-footer-col2 p {
    margin-left: 0;
  }
  .custom-footer-col2 {
    padding-right: 0;
  }
  .custom-footer-social-wrapper {
    margin-left: 0;
  }
  .client-slider-quote {
    margin-left: 0;
  }
  .client-slider-quote.right-quote {
    right: 0;
  }
  .hs-blog-post .body-container {
    overflow: hidden;
  }
}
@media (max-width: 1005px) and (min-width:900px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 15px;
  }
  .custom-login-btn-module a {
    margin-left: 10px;
  }
}
@media (min-width: 850px){
  .btn-grid {
    display: block;
  }
  .btn-grid .btn-item {
    float: left;
    position: relative;
  }
  .btn-item:first-child {
    left: 39%;
  }
  .btn-item:last-child {
    left: 59%;
  }
}
@media (max-width: 899px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 12px;
  }
  .custom-login-btn-module a {
    margin-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 10px;
  }
  .custom-login-btn-module a.custom-demo-btn, .custom-login-btn-module a,
  .custom-login-btn-module a.custom-demo-btn, .custom-login-btn-module a.custom-login-btn {
    font-size: 12px;
    padding: 3px 5px;
    min-width: 0;
  }
  .custom-login-btn-module {
    margin-left: 0;
  }
}

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

@media (max-width: 767px) {
  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 {
    max-width:100%;
    width: 100% !important;
  }
  .PIN_1560251941043_button_pin.PIN_1560251941043_save {
    display:none !important;
  }
  .custom-logo {
    padding: 16px 1px 10px;
    position: relative;
    margin-left: -8px;
  }
  .custom-logo img {
    width: 116px;
  }
  .custom-login-btn-module {
    display: none;
  }
  .hs-header-login-details-md-mobile .custom-login-btn-module {
    display: block;
  }
  .header-container .row-fluid [class*="span"] {
    min-height: 0;
  }
  .custom-header-logo-group {
    padding-bottom: 19px;
  }
  .custom-footer-logo {
    text-align: center;
    padding: 20px 0;
    margin:0;
  }
  .custom-footer-col2 {
    padding: 0;
  }
  .custom-footer-social-wrapper {
    padding: 20px 0;
  }
  .custom-footer-contact-info-md {
    float: none;
    padding: 0;
  }
  .custom-footer-social-icon {
    float: none;
    padding: 20px 0 0;
    overflow: hidden;
  }
  .custom-footer-copyright {
    padding-bottom: 3px;
    text-align: left;
  }
  .custom-footer-copyright p {
    padding: 0;
    margin: 0;
  }
  .body-container form {
    margin-bottom: 30px;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-body-bg-md {
    background-color: rgba(0, 65, 94, 0.58);
  }
  .custom-body-bg-md .banner-bg-img {
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .custom-body-bg-md:after {
    background-color: rgba(0, 65, 94, 0.58);
  }
  .custom-request-form-title h1 {
    font-size: 28px;
  }
  .custom-request-form-title {
    padding: 0;
    margin: 10px 0px 20px 0;
    min-height: 0 !important;
  }
  .hs-request-a-demo-section-1 {
    padding-top: 59px;
  }
  .hs-home-email-form form .hs_error_rollup {
    position: static;
    padding: 0 13px;
  }
  .custom-request-form-title p {
    font-size: 20px;
    padding: 0 17px;
    line-height: 27px;
  }
  .custom-request-form form {
    padding: 0;
  }
  .custom-request-form form {
    padding: 0 15px;
  }
  .custom-request-form form .hs-input {
    height: 43px;
    margin: 0px 0px 10px;
  }
  .custom-request-form form .hs-form-field.hs-fieldtype-textarea .hs-input {
    margin-bottom: 10px;
    height: 128px;
  }
  .hs-request-a-demo-section-1 {
    padding-bottom: 9px;
  }
  .custom-request-form input.hs-button.primary.large {
    min-width: 120px;
    font-size: 14.933333333333334px;
    padding: 11px 15px 11px;
  }
  .header-container {
    min-height: 91px !important;
  }
  .hs-row-top-content {
    padding-top: 20px;
    padding-bottom: 63px;
    margin-bottom: 0 !important;
  }
  .hs-company-layout-row-1 h2, .hs-company-layout-row-2 h2 {
    font-size: 28px;
  }
  .hs-company-layout-row-1 h2:after, .hs-company-layout-row-2 h2:after {
    margin-top: 9px;
    margin-bottom: 18px;
  }
  .hs-row-top-content p {
    font-size: 18px;
    margin: 0 0 24px;
    line-height: 24px;
  }
  .hs-row-top-content h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 10px;
  }
  a.custom-btn {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 11px;
    min-width: 160px;
    margin: 0 0 10px;
  }
  .custom-team-member-md-grp {
    display: block;
    margin: 0 -15px;
  }
  .custom-team-member-md-grp .custom-team-member-item {
    width: 100%;
    float: none;
    height: auto !important;
    padding: 0;
    margin-bottom: 13px;
  }
  .custom-team-member-md-grp .team-member-img {
    max-width: 151px;
    margin: 20px auto 10px;
  }
  .custom-team-member-md-grp .team-member-name {
    line-height: 0.8em;
    font-size: 23px;
    margin: 0 0 20px;
  }
  .custom-team-member-md-grp .member-social-icon ul li {
    width: 35px;
    height: 35px;
  }
  .custom-team-member-md-grp .member-social-icon ul {
    margin-bottom: 10px;
    min-height: 9px;
  }
  .custom-team-member-md-grp .team-member-bio p {
    font-size: 17px;
    line-height: 1.3em;
  }
  .custom-team-member-md-grp .custom-team-member-item .custom-team-member-item-inner {
    min-height: 0;
    padding: 0 20px 22px;
  }
  .hs-company-layout-row-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .custom-logo-header {
    margin: 0;
  }
  .custom-logo-header h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .custom-logo-header h2:after {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .custom-logo-item-grid {
    display: block;
  }
  .custom-logo-item-grid .left-group, .custom-logo-item-grid .right-group {
    width: 100%;
    display: block;
    float: none;
  }
  .custom-logo-item-grid .custom-logo-item-img {
    margin-bottom: 10px;
    width: 100%;
  }
  .custom-logo-item-grid .right-group .custom-logo-item-img:last-child {
    margin-bottom: 0;
  }
  .hs-customers-layout-row-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hs-customers-layout-row-1 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-customers-layout-row-1 h2:after {
    margin: 10px auto 7px;
  }
  .hs-customers-layout-row-1 h3 {
    font-size: 23px;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .hs-customers-layout-row-1 p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 28px;
  }
  .custom-our-client-slider.slick-slider.slick-dotted {
    margin: 0;
  }
  .custom-our-client-sec-header h1 {
    margin-top: 30px;
    font-size: 26px;
    line-height: 34px;
  }
  .custom-our-client-sec-header h1:after {
    margin: 21px auto 10px;
  }
  .client-slider-quote-content {
    display: block;
    margin-bottom: 21px;
    min-height: 0;
  }
  .custom-our-client-slider-item-content-wrapper p {
    line-height: 1.3em;
    font-size: 16px;
  }
  .custom-our-client-slider-item-content-wrapper h6 {
    line-height: 1.3em;
    font-size: 19px;
    margin-bottom: 10px;
  }
  .custom-our-client-logo img {
    width: 100% !important;
    max-width: 175px;
  }
  .custom-our-client-slider ul.slick-dots {
    bottom: 21px;
    line-height: 0;
  }
  .custom-our-client-slider-wrapper {
    padding-bottom: 3px;
  }
  .custom-our-client-slider ul.slick-dots li button {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .custom-our-client-slider .slick-prev {
    left: 22px;
  }
  .custom-our-client-slider .slick-next {
    right: 22px;
  }
  .custom-our-client-slider .slick-arrow {
    width: 15px;
  }
  .custom-our-client-slider.slick-slider.slick-dotted {
    padding-bottom: 96px;
  }
  .hs-products-layout-row-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hs-products-layout-row-1 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-products-layout-row-1 h2:after {
    margin: 20px auto 10px;
  }
  .hs-products-layout-row-1 p {
    line-height: 23px;
    font-size: 18px;
    margin: 0 0 23px;
  }
  .hs-products-layout-row-1 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 10px;
  }
  #demo {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .custom-form-title-section h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .custom-form-title-section h2:after {
    margin: 10px auto 9px;
  }
  .custom-form-title-section p {
    font-size: 21px;
    line-height: 27px;
  }
  .custom-form-title-section {
    margin-bottom: 35px !important;
  }
  .custom-form form .hs-form-field {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .custom-form form fieldset {
    margin: 0 !important;
  }	
  .custom-form form .hs-form-field {
    padding: 0 !important;
  }
  .hs-strategy-layout-row-1 {
    background-color: rgb(0, 65, 94);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hs-strategy-layout-row-1 .custom-form-title-section h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .hs-strategy-layout .header-container {
    min-height: 90px !important;
  }
  .hs-strategy-layout-row-1 .custom-form-title-section h2:after {
    margin: 10px auto 10px;
  }
  .hs-strategy-layout-row-1 .custom-form-title-section {
    text-align: left;
  }
  .hs-strategy-layout-row-1 .custom-form-title-section p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 21px;
  }
  .hs-strategy-layout-row-1 .custom-form-title-section h4 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .hs-strategy-layout-row-1 .custom-form-title-section h6 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .hs-strategy-layout-row-1 .custom-form-title-section {
    margin-bottom: 20px !IMPORTANT;
  }
  #comp-jvopndn3, #comp-jvopn22j {
    display: none !important;
  }
  .hs-strategy-layout-row-2 .custom-form-title-section h2 {
    font-size: 24px;
    color: #31302C;
    line-height: 32px;
  }
  .hs-strategy-layout-row-2 {
    padding-top: 17px;
  }
  .hs-strategy-layout-row-2 .custom-form-title-section h2:after {
    margin: 12px auto 30px;
  }
  .hs-strategy-layout-row-2 .custom-form-title-section p {
    font-size: 18px;
    color: #000000;
    line-height: 23px;
    margin-bottom: 23px;
  }
  .hs-strategy-layout-row-2 .custom-form-title-section {
    margin-bottom: 30px !important;
  }
  .custom-form form .actions {
    text-align: left;
  }
  .hs-strategy-layout-row-2 .custom-form form .hs-button.primary.large,
  .hs-strategy-layout-row-1 .custom-form form .hs-button.primary.large {
    min-width: 120px;
    padding: 12px 15px;
  }
  .hs-strategy-layout-row-2 {
    margin-bottom: 0;
    border-bottom: 20px solid rgb(0, 65, 94);
    padding-bottom: 20px;
    min-height: 0 !important;
  }
  .custom-form form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .custom-form form {
    max-width: 100%;
  }
  .hs-careers-layout-row-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hs-careers-layout-row-1 .custom-form-title-section h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .hs-careers-layout-row-1 .custom-form-title-section h2:after {
    margin-bottom: 10px;
    margin-top: 21px;
  }
  .hs-careers-layout-row-1 .custom-form-title-section p {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 31px;
  }
  .custom-form-title-section h3 {
    font-size: 25px;
    line-height: 33px;
  }
  .hs-careers-layout-row-1 .custom-form-title-section {
    max-width: 100%;
    margin-bottom: 50px !important;
  }
  .hs-careers-layout-row-1 .custom-form form {
    max-width: 100%;
    padding: 0px 16px;
  }
  .hs-careers-layout-row-1 .custom-form form .hs-form-field {
    margin: 0 0 10px !important;
  }
  .hs-careers-layout-row-1 .custom-form form textarea.hs-input {
    margin-top: 0;
  }
  .hs-careers-layout-row-1 .custom-form form .actions {
    padding-top: 0;
    text-align: center;
  }
  .hs-careers-layout-row-1 .custom-form form .hs-button.primary.large {
    margin-top: 0;
    font-size: 16.666666666666668px;
    min-width: 160px;
    padding: 17px;
  }
  .custom-event-md-wrapper {
    background: rgba(250,250,250,1);
  }
  .hs-event-layout-row-1 {
    padding: 10px 5px;
  }
  .custom-event-heading {
    color: #000;
    font-size: 28px;
  }
  .custom-event-grid {
    padding: 0 19px;
    display: block;
  }
  .custom-event-grid .custom-event-item {
    width: 100%;
    padding: 0;
    height: auto !important;
  }
  .custom-event-grid .custom-event-item .custom-event-item-inner {
    padding: 30px 0px;
    border-bottom-width: 1px;
    margin-top: -1px;
    border-top-width: 1px;
    background-color: rgba(250,250,250,1);
    border: rgba(255,255,255,1) solid 1px;
    display: block;
  }
  .custom-event-feature-image {
    height: auto;
    padding-bottom: 100%;
  }
  .custom-event-feature-image:after {
    position: absolute;
    opacity: .15;
    background-color: #000;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    left: 0;
  }
  .custom-event-body {
    margin-top: 20px;
    padding: 0 10px;
    text-align: left;
    display: block;
  }
  .event-title {
    font-size: 20px;
    line-height: 1.5;
    max-height: 100%;
    display: block;
    margin: 0;
  }
  .event-date1 {
    display: none;
  }
  .event-title:after {
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/4678373/Pacvue_May2019/Images/event-arrow.svg);
    display: inline-block;
    width: 18px;
    height: 10px;
    background-size: cover;
    background-position: center;
    margin-left: 6px;
  }
  .event-btn-wrapper {
    padding: 30px 0 0;
  }
  a.event-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .event-btn-wrapper {
    padding: 30px 10px 0;
    margin-bottom: -4px;
  }
  .event-date-mobile {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 26px;
    font: normal normal normal 26px/32px futura-lt-w01-light,sans-serif;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;	
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 108px;
    z-index: 1;
  }
  .event-date-mobile .date {
    margin-top: calc(0px + -.25em);
    margin-bottom: calc(0px + -.25em);
    line-height: 1.5;
    margin-right: 12px;
    font-size: 40px;
    display: block;
  }
  .event-date-mobile .flx {
    margin-top: calc(0px + -.25em);
    margin-bottom: calc(0px + -.25em);
    line-height: 1.5;
    display: block;
    text-align: left;
  }
  .event-date-mobile .flx .day, .event-date-mobile .flx .month {
    font-size: 14px;
    display: block;
  }
  .event-hover-wrapper {
    color: rgba(49,48,44,1);
    font-size: 16px;
    margin-top: 0;
    line-height: 1.5;
    display: none;
  }
  .event-hover-wrapper .event-date-location {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .event-desicration {
    margin-top: 24px;
    letter-spacing: 1px;
    white-space: pre-wrap;
    margin-bottom: 0;
    font-size: inherit;
  }
  .active .event-title:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .event-desicration {
    margin-bottom: -6px;
  }
  .hs-home-email-form form .hs-form-field {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .hs-home-email-form form .hs_submit.hs-submit {
    width: 100%;
    float: none;
  }
  .hs-home-page-layout-row-1 h2 {
    line-height: 1.2em;
    margin-bottom: 20px;
    font-size: 32px;
  }
  .hs-home-page-layout-row-1 p {
    line-height: 1.2em;
    font-size: 19px;
  }
  .hs-home-page-layout-row-1 {
    min-height: 0 !important;
    padding: 25px 0 30px 0;
  }
  .hs-home-email-form form {
    margin: 0 -15px !important;
  }
  .hs-home-page-layout-row-2 h2 {
    font-size: 25px;
    line-height: normal;
  }
  .body-container.container-fluid .hs-home-page-layout-row-2 .page-center {
    padding: 0 15px;
  }
  .hs-home-page-layout-row-2 {
    padding-top: 30px;
  }
  .hs-home-page-layout-row-2 h2:after {
    margin: 10px auto 10px;
  }
  .hs-home-page-layout-row-2 p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .custom-two-col-content-with-img-md .custom-row {
    display: block;
  }
  .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-col, .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-content-col {
    width: 100% !important;
    float: none;
    display: block;
    padding: 0 5px;
  }
  .hs-home-page-layout-row-5 h2 {
    font-size: 18px;
    line-height: normal;
  }
  .hs-home-page-layout-row-5 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hs-home-page-layout-row-5 h2:after {
    margin-bottom: 10px;
  }
  .hs-home-page-layout-row-5 p {
    padding: 0;
    font-size: 16px;
    line-height: 23px;
  }
  .hs-home-page-layout-row-5 img.hs-image-widget {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .hs-home-page-layout-row-5 h3 {
    font-size: 19px;
    line-height: normal;
  }
  .custm-global-markets-md-grp .custm-global-markets-item {
    width: 25%;
    float: left;
    box-sizing: border-box;
    margin: 0 0 15px;
    text-align: center;
  }
  .custm-global-markets-md-grp {
    padding: 20px 0 0;
  }
  .hs-strategy-layout-row-2.hs-home-page-layout-row-8 {
    border: none;
    padding: 30px 0;
    min-height: 0 !important;
  }
  .hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form-title-section h2 {
    color: #fff;
    font-size: 26px;
    line-height: normal;
  }
  .hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form-title-section p {
    color: #fff;
    font-size: 21px;
    line-height: normal;
  }
  .hs-strategy-layout-row-2.hs-home-page-layout-row-8 .custom-form-title-section {
    padding-bottom: 0;
  }
  .hs-strategy-layout-row-2.hs-home-page-layout-row-8 input.hs-button.primary.large {
    margin-top: 0;
  }


  /*   svg Responsive */
  #comp-jvmnlct0 {
    margin: 0px 0px -18px 0;
    left: -73px;
    grid-area: 4 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
    width: 462px;
    height: 573px;
  }
  .hs-home-page-layout-row-3 #comp-jvmnm9hx.overlay-1 {
    display: none !important;
  }
  .has-svg.hs-home-page-layout-row-3 {
    padding-bottom: 0;
  }
  #comp-jvoa9r47-rotated-wrapper {
    height: 632px;
    width: 0;
    margin: 0px 0px -95px 0;
    grid-area: 8 / 1 / 12 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jvoa9r47 {
    left: -259px;
    top: 57px;
    transform: rotate(171.09521427198388deg);
    width: 768px;
    height: 519px;
  }
  #comp-jvmnsaq4-rotated-wrapper {
    height: 710px;
    width: 0;
    margin: 0px 0px 31px 0;
    grid-area: 12 / 1 / 16 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jvmnsaq4 {
    left: -433px;
    top: 166px;
    transform: rotate(-7.959431deg);
    width: 1071px;
    height: 654px;
  }
  .hs-home-page-layout-row-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-home-bookmark-link {
    display: none !important;
  }
  .custom-two-col-content-with-img-md h4 {
    margin: 0 0 37px;
    text-align: center;
    font-size: 23px;
    line-height: normal;
  }
  .custom-two-col-content-with-img-md {
    padding-top: 66px;
    padding-bottom: 53px;
  }
  .custom-two-col-content-with-img-md .custom-row .custom-two-col-img-col {
    margin: 0 0 21px;
  }
  .custom-two-col-content-with-img-md ul {
    font-size: 17px;
  }
  .custom-two-col-content-with-img-md ul p {
    font-size: 17px;
    line-height: 22px;
  }

  /* ========= Home Overlay ========== */
  .has-svg .svg-overlay-wrapper {
    display: none !important;
  }
  .has-svg:before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: 0;
    height: 68px;
    width: calc(100% + 82px);
    background: rgba(250, 250, 250, 1);
    transform: rotate(3deg);
  }
  .has-svg:after {
    content: "";
    display: block;
    position: absolute;
    left: -9px;
    height: 36px;
    width: calc(100% + 82px);
    background: rgba(250, 250, 250, 1);
    transform: rotate(2.3deg);
    bottom: -20px;
  }
  .has-svg {
    background: #00415E;
    padding: 20px 0 43px !important;
  }
  .has-svg.hs-home-page-layout-row-4 {
    background: rgba(21, 31, 49, 1);
  }
  .has-svg.hs-home-page-layout-row-4:before {
    transform: rotate(-1deg);
    top: -14px;
    left: -15px;
    height: 40px;
  }
  .has-svg.hs-home-page-layout-row-4:after {
    transform: rotate(-1.7deg);
    bottom: -11px;
    height: 42px;
  }
  .has-svg.hs-home-page-layout-row-5-row {
    padding-bottom: 55px !important;
  }
  .has-svg.hs-home-page-layout-row-5-row:after {
    height: 86px;
  }

  .custom-post-blog-section {
    padding: 29px 0 25px;
    margin-top: 12px;
    border: none;
  }
  .hs-blog-post.blog .body-container.container-fluid .page-center {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hs-blog-post .byline .byline-author-sec {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
  }
  .hs-blog-post .byline .author-name {
    padding: 0;
    width: 100%;
  }
  .hs-blog-post .byline .byline-author-sec .author-name:after {
    content:none;
  }
  .post-header h1 {
    line-height: 1.2;
    font-size: 26px;
    margin-top: 21px;
  }
  .hs-blog-post .post-header {
    margin-bottom: 19px;
  }
  .hs-blog-post .post-body p {
    line-height: 24px;
    font-size: 16px;
  }
  .custom-bolg-bottom-share-grp {
    flex-direction: column-reverse;
    border-top: none;
  }
  .custom-bolg-bottom-share-grp > * {
    width: 100%;
  }
  .custom-post-botom-topic {
    padding: 0;
    margin: 19px 0 26px;
    font-size: 12px;
    line-height: 18px;
  }
  .custom-bolg-bottom-share-grp {
    flex-direction: column-reverse;
    border-top: none;
    margin-top: 8px;
    padding: 0;
    padding-bottom: 18px;
  }
  .custom-blog-post-share-icon-wrap ul li + li {
    margin-left: 36px;
  }
  .custom-recent-post-header h3 {
    font-size: 16px;
  }
  .custom-recent-post-header a.blog-link-hover-color {
    font-size: 16px;
  }
  .custom-recent-post-grid .slick-arrow {
    display: none !important;
  }
  .custom-recent-post-grid.slick-dotted.slick-slider {
    margin: 0 -18px;
    border-bottom: 1px solid #d6d3d3;
    padding-bottom: 0;
    display:block;
  }

  .custom-recent-post-grid .slick-list.draggable {
    margin: 0;
  }
  .custom-recent-post-grid .custom-recent-post-item {
    width: 50%;
  }
  .custom-recent-post-grid ul.slick-dots {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center /*!rtl:end:ignore*/;
    position: static;
    bottom: 0;
  }
  .custom-recent-post-grid ul.slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .custom-recent-post-grid ul.slick-dots li + li {
    margin-left: 6px /*!rtl:end:ignore*/;
  }
  .custom-recent-post-grid ul.slick-dots li button:before {
    content: none;
  }
  .custom-recent-post-grid ul.slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .2;
    background-color: rgba(49,48,44,1);
    padding: 0;
  }
  .custom-recent-post-grid ul.slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .2;
    background-color: rgba(49,48,44,1);
    padding: 0;
  }
  .custom-recent-post-grid ul.slick-dots li.slick-active button {
    background-color: rgba(62,92,148,1);
    opacity: 1;
  }
  .custom-header-search-filter-group > div > .row-fluid {
    display: block;
  }
  .custom-advanced-search form {
    margin-left:0;
    margin-bottom: 0;
  }
  .search-open .custom-advanced-search form {
    width: 100%;
    max-width: 100%;
  }
  .custom-post-filter ul {
    margin: 0 -10px;
  }
  .custom-post-filter ul li {
    height: auto;
    display: block;
    padding: 0 10px;
  }
  .hs-blog-post .custom-post-filter ul li a {
    font-size: 15px;
  }
  .custom-post-filter ul li + li {
    margin-left: 0;
  }
  .custom-post-filter {
    padding: 25px 0;
  }
  .blog.hs-blog-listing .body-container.container-fluid .page-center {
    padding: 0;
  }
  .post-listing {
    display: block;
    margin: 0;
  }
  .post-listing .post-item {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-listing .post-item .post-item-inner {
    border: none;
  }
  .blog-post-body-sec {
    padding: 30px 18px;
  }
  .post-listing {
    background-color: #fff;
    padding-top: 15px;
  }
  .post-listing .post-item {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(219,219,219,1);
  }
  .hs-blog-listing .blog-content {
    padding-top: 0;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body > * {
    margin: 0;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: normal;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body strong {
    font-weight: normal;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body {
    font: normal normal normal 16px/20px lato-light,lato,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    opacity: .8;
  }
  .post-listing:after {
    content: "";
    clear: both;
    display: table;
  }
  .blog-pagination,
  .hs-blog-listing .custom-header-search-filter-group {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hs-blog-listing .custom-header-search-filter-group {
    padding-bottom: 20px;
  }
  .custom-social-share-popup-wrapper .custom-social-share-pop {
    max-width: 296px;
  }
  .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 36px 30px;
  }
  .pop-sharebox span:not(:last-child) {
    margin-right: 24px;
  }
  .shre-link-pop-btns-grp .shre-link-pop-btns-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .shre-link-pop-btns-grp .blog-btn {
    text-align: center;
    justify-content: center;
  }
  div.alignCenter {
    padding: 15px 0;
  }
  .topic-page-view .post-listing .post-item,
  .topic-page-view .post-listing .post-item .post-item-inner {
    display: block;
  }
  .topic-page-view .post-listing .post-item .hs-featured-image-wrapper {
    width: 100%;
    float: none;
    padding-bottom: 56.5%;
  }
  .topic-page-view .post-listing .post-item .blog-post-body-sec {
    width: 100%;
    float: none;
  }
  .client-slider-quote-content {
    padding: 0 25px;
  }
  .custom-our-client-slider-item-content-wrapper {
    position: relative;
  }
  .client-slider-quote {
    position: absolute;
    top: -33px;
    left: 0;
    width: 40px;
    height: 46px;
  }
  .client-slider-quote.right-quote {
    right: 0;
    bottom: 0;
    left: auto;
    width: 40px;
    height: 46px;
    margin: 0 !important;
    top: auto;
  }
  .hs-home-page-layout-row-3.has-svg:after {
    height: 44px;
    bottom: -9px;
  }
  .hs-home-page-layout .custom-our-client-slider-item-content-wrapper h6 {
    padding: 0 25px;
  }
  .custom-our-client-logo {
    padding-bottom: 36px;
  }
  .hs-customers-layout .client-slider-quote {
    display: none !important;
  }
  .hs-customers-layout .custom-our-client-logo {
    padding-bottom: 0;
  }
  .custom-form .hs_error_rollup {
    margin-top: -10px;
    margin-bottom: 15px;
  }
  .hs-blog-listing .blog-content {
    padding-bottom: 0;
  }
  div.alignLeft {
    float: none;
    display: block;
    margin: 15px 0;
  }
  .custom-header-search-filter-group {
    padding: 0 !important;
  }
  .hs-blog-mobile-search-md {
    background-color: rgb(21, 31, 49);
    position: relative;
  }
  .hs-blog-mobile-search-md > div > .row-fluid:after, .hs-blog-mobile-search-md > div > .row-fluid:before {
    content: none;
  }
  .hs-blog-mobile-search-md > div > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }
  .blog-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
  }
  .blog-title h1 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: rgba(245,154,40,1);
    font-family: futura-lt-w01-light, sans-serif;
  }
  select#tinynav1 {
    display: block !important;
  }
  ul.l_tinynav1 {
    display: none !important;
  }
  .custom-post-filter {
    padding: 0;
  }
  .tinynav1 option[value="select-header"] {
    display: none;
  }
  .custom-post-filter .widget-module {
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    height: 50px;
    font-size: 14px;
    color: #31302C;
    background-color: #F3F2DC;
  }
  .custom-post-filter select#tinynav1 {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    font-size: 16px;
  }
  .mobile-select-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    height: 100%;
  }
  .mobile-select-wrap span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: futura-lt-w01-light, sans-serif;
  }
  .custom-mobile-search-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 51px;
    right: -17px;
    position: relative;
    cursor: pointer;
  }
  .custom-mobile-search-trigger svg {
    fill: rgba(245,154,40,1);
  }
  .custom-mobile-advanced-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 18px;
    padding-right: 18px;
    height: 100%;
    background-color: rgb(21, 31, 49);
    padding: 12px 18px;
    display:none;
  }
  .custom-mobile-advanced-search .hs-search-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .back-top-page {
    height: 100%;
    font-size: 0;
    margin: 0 -12px 0 -4px;
    position: relative;
    top: 5px;
  }
  .back-top-page svg {
    fill: rgba(245,154,40,1);
  }
  .custom-mobile-advanced-search .hs-search-field__bar {
    position: relative;
    margin-left: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 16px;
    width: 100%;
  }
  .custom-mobile-advanced-search .hs-search-field__bar form {
    margin: 0;
  }
  .custom-mobile-advanced-search .hs-search-field__bar form svg.blog-button-primary-icon-fill {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    cursor: pointer;
    fill: rgba(245,154,40,1);
    position: absolute;
  }
  .custom-mobile-advanced-search .hs-search-field__input {
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 1px 0 0 29px;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
    font-size: 16px;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: rgba(245,154,40,1);
    padding-right: 20px;
    height: auto;
    background: transparent !important;
  }
  .custom-mobile-advanced-search .search-border {
    height: 1px;
    background-color: rgba(245,154,40,1);
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: -5px;
  }
  .custom-mobile-advanced-search .hs-search-field__bar form {
    height: 25px;
    position: relative;
  }
  .custom-mobile-advanced-search .hs-search-field__input:focus {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
  }
  .hs-blog-post .hs-blog-mobile-search-md {
    margin-left: -18px !important;
    margin-right: -18px !important;
    background-color: rgb(62, 92, 148);
    color: #fff;
  }
  .hs-blog-post .hs-blog-mobile-search-md .blog-title h1 {
    color: #fff;
  }
  .hs-blog-post .custom-mobile-search-trigger svg {
    fill: #fff;
  }
  .hs-blog-post .hs-blog-mobile-search-md .blog-title h1 a {
    color: #fff;
    text-decoration: none;
  }
  .hs-blog-post .hs-blog-mobile-search-md .blog-title h1 a svg {
    fill: rgba(255,255,255,1);
    vertical-align: middle;
  }
  .hs-blog-post .hs-blog-mobile-search-md .blog-title h1 a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1;
    margin-left: 7px;
  }
  .hs-blog-post .hs-blog-mobile-search-md .blog-title h1 a {
    color: #fff;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    font: normal normal normal 18px/22px futura-lt-w01-light,sans-serif;
    margin-top: 5px;
    margin-left: -4px;
  }
  .custom-header {
    transition: all 0.2s;
  }
  .hide-header .custom-header {
    opacity: 0;
    visibility: hidden;
  }
  .hide-header .header-container.animate .custom-header {
    opacity: 1;
    visibility: visible;
  }
  .hs-blog-post .post-body blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-event-body {
    height: auto;
    overflow: initial;
    position: relative;
  }
  .custom-event-grid .custom-event-item .custom-event-item-inner {
    border-color: transparent;
  }
}  


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

@media (max-width: 479px) {
  .hs-strategy-layout-row-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-recent-post-grid .custom-recent-post-item {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .has-svg:before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: 0;
    height: 68px;
    width: calc(100% + 82px);
    background: rgba(250, 250, 250, 1);
    transform: rotate(5deg);
  }
  .has-svg:after {
    content: "";
    display: block;
    position: absolute;
    left: -9px;
    height: 36px;
    width: calc(100% + 82px);
    background: rgba(250, 250, 250, 1);
    transform: rotate(5.3deg);
    bottom: -20px;
  }
  .has-svg {
    background: #00415E;
    padding: 20px 0 43px !important;
  }
  .has-svg.hs-home-page-layout-row-4 {
    background: rgba(21, 31, 49, 1);
  }
  .has-svg.hs-home-page-layout-row-4:before {
    transform: rotate(-3deg);
    top: -35px;
    left: -15px;
    height: 42px;
  }
  .hs-home-page-layout-row-3.has-svg:after {
    bottom: 14px;
    transform: rotate(3deg);
    height: 35px;
  }
  .has-svg.hs-home-page-layout-row-4:after {
    transform: rotate(-4.7deg);
    bottom: -11px;
    height: 42px;
  }
  .has-svg.hs-home-page-layout-row-5-row {
    padding-bottom: 55px !important;
  }
  .has-svg.hs-home-page-layout-row-5-row:after {
    height: 86px;
  }
  .hs-home-page-layout-row-3.has-svg:after {
    opacity: 1;
  }


}