/* ==========================================================================
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('//fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&display=swap');

@font-face {
  font-family: "Raleway-SemiBold";
  src: url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/STBOO2waD2LpX45SXYjQBVQlYEbsez9cZjKsNMjLOwM.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/STBOO2waD2LpX45SXYjQBRsxEYwM7FgeyaSgU71cLG0.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/STBOO2waD2LpX45SXYjQBS3USBnSvpkopQaUR-2r7iU.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway-SemiBold";
  src: url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/WmVKXVcOuffP_qmCpFuyzVQlYEbsez9cZjKsNMjLOwM.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/WmVKXVcOuffP_qmCpFuyzRsxEYwM7FgeyaSgU71cLG0.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/WmVKXVcOuffP_qmCpFuyzS3USBnSvpkopQaUR-2r7iU.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lulo-Clean-W01-One-Bold";
  src: url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/80de9d5d-ab5f-40ce-911b-104e51e93d7c.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/1b46b05b-cfdd-4d82-8c2f-5c6cfba1fe60.ttf") format("truetype");
}
@font-face {
  font-family: "DIN-Next-W01-Light";
  src: url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-LT-W01_85-Heavy1475544";
  src: url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > 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.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background: #fff;
  color: #2F2E2E;
  font-family: "raleway", "Sans-Serif";
  font-size: 16px;
  line-height: normal;
  font-weight:normal;
}

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

/* 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 19px;
} 
small {}
strong {
  font-weight: bold;
}
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-weight:bold;
  line-height:normal;
  font-family:inherit;
  color: #112542;
  font-size:40px;
}
h2 {
  color: #2F2E2E;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 45px;
  font-family: raleway-semibold,raleway,sans-serif;
}
h3 {
  font-family: raleway-semibold,raleway,sans-serif;
  color: #2F2E2E;
  font-size: 28px;
  line-height: 1.2em;
  font-weight:bold;
}
h4 {
  font-size: 20px;
  color: #3E5B87;
  font-family: raleway,sans-serif;
  font-weight: normal;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */
a { 
  color: #346EC7;
  text-decoration: none;
}
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 {}
.custom-header-group {
  min-height: 80px !important;
}
.custom-header {
  background-color: rgba(17, 37, 66, 1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  min-height: 80px !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 99;
}
.custom-logo img {
  width: 66px;
}
.custom-header .page-center {
  max-width: 1095px !important;
}
.custom-logo {
  padding: 6px 0 7px;
}
.custom-header-btn-md .custom-head-btn {
  min-width: 163px;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s ease 0s;
  border-radius: 50px;
  background-color: transparent;
  border: solid rgba(55, 118, 163, 1) 1px;
  text-align: center;
  font: normal normal normal 16px/1.4em raleway-semibold,raleway,sans-serif;
  color: #FFFFFF;
  padding: 8px 5px 7px 5px;
}
.custom-header-btn-md .custom-head-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(182, 232, 227, 1);
  color: #234985;
}
.custom-header-btn-md {
  text-align: right;
  margin-right: -7px;
  margin-left: -15px;
}
.custom-header-btn-md .custom-head-btn.head-blue-fill-btn {
  background-color: rgba(55, 118, 163, 1);
  border: none;
  padding: 9px 5px 9px 5px;
  margin-left: 15px;
}
.custom-header-btn-md .custom-head-btn.head-blue-fill-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(182, 232, 227, 1);
  color: #234985;
}

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

.body-container-wrapper {}
.body-container {}
.body-container .page-center.content-wrapper {
  padding-top:20px;
  padding-bottom:20px;
}
.custom-banner-area {
  min-height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.custom-banner-area:after {
  content: "";
  display: block;
  background: rgb(47, 46, 46);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.custom-banner-area .page-center {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.custom-banner-area .page-center * {
  color: #fff;
}
.custom-banner-area .banner-content {
  padding: 90px 0 60px;
}
.custom-banner-area h1 {
  font-size: 50px;
  margin: 0 0 21px;
  line-height: normal;
  font-family: raleway-semibold,raleway,sans-serif;
}
.custom-banner-area p {
  margin: 0 auto 10px;
  max-width: 650px;
  font-size: 24px;
  line-height: normal;
  font-family: raleway,sans-serif;
}

/* ============= Evie Everywhere Website Page =============== */
.hs-evie-everywhere-layout-row-1 {
  background-color: rgba(250, 250, 250, 1);
  padding-top: 49px;
  padding-bottom: 75px;
}
.hs-evie-everywhere-layout-row-1 .page-center {
  max-width: 1116px !important;
}
.custom-two-with-right-img-md .custom-two-col-right-img-left-col {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-two-with-right-img-md .custom-two-col-right-img-col {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-two-with-right-img-md {
  margin: 0 -15px;
}
.custom-two-with-right-img-md h2 {
  margin: 33px 0 26px;
  color: #112542;
}
.custom-two-with-right-img-md h3 {
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  font-family: raleway,sans-serif;
  margin-bottom: 24px;
}
.custom-two-with-right-img-md .custom-two-col-right-img-left-col .inner > *:last-child {
  margin-bottom: 0;
}
.custom-two-with-right-img-md .custom-two-col-right-img-left-col a {
  color: inherit;
}
.custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-col {
  width: 57%;
  float: left;
  padding: 0 15px;
}
.custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-content-col {
  width: 43%;
  float: left;
  padding: 0 15px;
}
.custom-ad-two-col-content-with-vdo-md {
  margin: 0 -15px;
  padding-top: 69px;
}
iframe, object, embed {
  max-width: 100%;
}
.custom-ad-two-col-content-with-vdo-md h2 {
  font-size: 40px;
  margin: 11px 0 25px;
}
.custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-content-col .ad-vdo-content-holder {
  padding-left: 4px;
}
.custom-ad-two-col-content-with-vdo-md h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: raleway,sans-serif;
  line-height: normal;
  margin: 0 0 24px;
}
.custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-content-col .ad-vdo-content-holder {
  padding-left: 4px;
  width: calc(100% + 4px);
}
.custom-two-col-eq-content-md .custom-two-col-eq-content-col {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-two-col-eq-content-md {
  margin-top: 48px;
  padding-left: 39px;
  padding-bottom: 72px;
}
.custom-two-col-eq-content-md h3 {
  font: normal normal bold 55px/1.4em raleway,sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 19px;
}
.custom-two-col-eq-content-md .content-holder > *:last-child {
  margin-bottom: 0;
}
.custom-two-col-eq-content-md .custom-two-col-eq-content-col.col-2 {
  padding-left: 77px;
  margin-top: -6px;
}
.custom-two-col-eq-content-md .content-holder {
  margin-bottom: 27px;
}
.ad-to-btn-holder a {
  display: inline-block;
  background-color: transparent;
  border: solid rgba(47, 46, 46, 1) 2px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  font: normal normal normal 18px/1.4em raleway,sans-serif;
  color: #2F2E2E;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  padding: 1px 19px 3px 10px;
}
.ad-to-btn-holder a img {
  vertical-align: middle;
  display: inline-block;
}
.ad-to-btn-holder a span {
  display: inline-block;
  vertical-align: middle;
}
.ad-to-btn-holder a:hover {
  border-color: rgba(16, 161, 161, 1);
}
.custom-ad-two-col-content-with-vdo-md.right .custom-ad-vdo-col {
  float: right;
}
.custom-ad-two-col-content-with-vdo-md.right .ad-vdo-content-holder {
  margin-bottom: 30px;
}
.custom-ad-two-col-content-with-vdo-md .ad-to-btn-holder a {
  padding: 4px 15px 5px 15px;
}
.custom-logo-group-md {
  background-color: rgba(255, 255, 255, 1);
  padding: 68px 15px;
  position: relative;
  z-index: 2;
}
.custom-logo-group-md .logo-grp-heading {
  text-align: center;
  margin: 0 0 20px;
  min-height: 32px;
}
.custom-logo-group-md .logo-grp-heading h4 {
  margin: 0;
}
.custom-logo-item-grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -19px;
}
.custom-logo-item-grp .custom-logo-item {
  padding: 0 17px;
  margin-bottom: 34px;
}
.custom-logo-grp-md-container {
  max-width: 1240px;
  margin: 0 auto;
}
.custom-pre-footer-md {
  background-color: rgba(62, 91, 135, 1);
}
.custom-pre-footer-md {
  background-color: rgba(62, 91, 135, 1);
  padding: 86px 0 65px;
  text-align: center;
  color: #fff;
}
.custom-pre-footer-header {
  margin: 0 0 42px;
  color: #fff;
  line-height: normal;
  font-size: 40px;
  font-family: raleway-semibold,raleway,sans-serif;
  font-weight: bold;
}
.pre-footer-btn-grp .pre-footer-btn-col {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.pre-footer-btn-grp:after {
  content: "";
  display: table;
  clear: both;
}
.custom-pre-footer-btn {
  display: block;
  max-width: 319px;
  margin-bottom: 10px;
  background-color: transparent;
  border: solid rgba(101, 184, 184, 1) 1px;
  color: #92D0D0;
  transition: all 0.4s ease 0s;
  padding: 13px 10px 12px 10px;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 15px;
  font-family: lulo-clean-w01-one-bold,sans-serif;
}
.custom-pre-footer-btn:hover {
  background-color: rgba(101, 184, 184, 1);
  border-color: transparent;
  color: #FFFFFF;
}
.pre-footer-btn-grp .pre-footer-btn-col.col-1 .custom-pre-footer-btn {
  margin-left: auto;
  margin-right: auto;
}
.custom-pre-footer-btn.fill-btn {
  background-color: rgba(101, 184, 184, 1);
  border: solid transparent 0px;
  color: #fff;
  padding: 14px 10px 13px 10px;
}
.custom-pre-footer-btn.fill-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(27, 100, 140, 1);
  color: #1B648C;
}
.pre-footer-btn-grp .pre-footer-btn-col.col-1 {
  padding-left: 96px;
}
.no-card-req {
  font-size: 12px;
  margin: 0;
  line-height: normal;
  color: #92D0D0;
}

/* =========== Pricing =============== */
.cusrom-pricing-banner-area {
  min-height: 620px;
  position: relative;
  overflow: hidden;
}
.custom-price-banner-bg {
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgb(17, 37, 66);
  position: fixed;
  z-index: -1;
}
.hs-pricing-layout-row-1 {
  background-color: #F0F0F0;
  padding-bottom: 68px;
}
.hs-pricing-layout-row-3 {
  background-color: rgba(240, 240, 240, 1);
  position: relative;
  z-index: 2;
}
.cusrom-pricing-banner-area .pricing-banner-container {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 42px 15px;
  max-width: 1210px;
  margin: 0 auto;
}
.cusrom-pricing-banner-area .pricing-banner-container * {
  color: #fff;
}
.custom-pricing-banner-imgae {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.53;
}
.cusrom-pricing-banner-content {
  max-width: 735px;
}
.cusrom-pricing-banner-content h1 {
  font-size: 50px;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  font-weight: bold;
}
.custom-pricing-header {
  font: normal normal bold 55px/1.4em raleway,sans-serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 50px;
  line-height: normal;
  text-align: center;
  border: 2px solid;
  margin: 0;
  padding: 5px 4px 6px;
  margin-bottom: 17px;
}
.hs-pricing-layout-row-1 .page-center {
  max-width: 1210px !IMPORTANT;
}
.custom-pricing-md-wrapper {
  margin-top: -345px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.custom-pricing-item-grid .pricing-item {
  width: 33.3333333333%;
  float: left;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 82px;
}
.custom-pricing-item-grid .pricing-item .pricing-item-inner {
  background: #fff;
  padding: 13px 13px 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-pricing-item-grid {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.custom-pricing-item-grid .pricing-item .pricing-item-inner2 {
  border: 4px solid rgba(52, 110, 199, 1);
  padding: 15px;
  padding-bottom: 49px;
  position: relative;
  width: 100%;
}
.pop-btn {
  cursor:pointer;
}
.pricing-top-group h3 {
  text-align: center;
  font-size: 36px;
  line-height: 1em;
  color: #234985;
  margin: 27px 0px 54px 0;
}
.pricing-top-group h2 {
  text-align: center;
  font-size: 70px;
  line-height: 1em;
  color: #234985;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  margin: 0px 0px 10px;
}
.pricing-top-group h6 {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  font-family: raleway,sans-serif;
  font-weight: normal;
  margin: 0;
}
.pricing-top-group p {
  text-align: center;
  color: #234985;
  font-family: raleway,sans-serif;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0;
}
.pricing-top-group {
  min-height: 207px;
  margin-bottom: 38px;
}
.pricing-button-group a {
  background-color: rgba(199, 59, 52, 1);
  border: solid transparent 1px;
  display: block;
  border-radius: 20px;
  transition: all 0.4s ease 0s;
  color: #FFFFFF;
  font: normal normal normal 15px/1.4em lulo-clean-w01-one-bold,sans-serif;
  text-align: center;
  width: 100%;
  padding: 14px 10px 13px 10px;
  max-width: 257px;
  margin: 0 auto;
}
.pricing-button-group a:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(182, 232, 227, 1);
  color: #234985 !important;
}
.pricing-top-group svg {
  width: 103px;
  height: 114px;
  margin: 0 auto;
  display: block;
}
.pricing-top-group svg path {
  fill: rgba(52, 110, 199, 1);
}
.pricing-button-group {
  margin-bottom: 50px;
}
.pricing-content-group {
  padding: 0 32px;
  color: #234985;
}
.pricing-content-group ul {
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
}
.custom-pricing-item-grid .pricing-item:nth-child(3) .pricing-content-group {
  padding: 0 15px;
}
.pricing-bottom-group {
  position: absolute;
  bottom: 39px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: raleway,sans-serif;
  font-size: 12px;
  line-height: normal;
  margin: 0;
}
.custom-pricing-item-grid .pricing-item.featured-price-md .pricing-item-inner {
  background: rgba(35, 73, 133, 1);
}
.custom-pricing-item-grid .pricing-item.featured-price-md .pricing-item-inner * {
  color: #fff;
}
.custom-pricing-item-grid .pricing-item.featured-price-md .pricing-item-inner2 {
  border-color: #fff;
}
.hs-pricing-layout-row-1 span.hs_cos_wrapper_type_rich_text p {
  margin: 0;
  font-size: 20px;
  font-family: raleway,sans-serif;
  color: #3E5B87;
}
.hs-pricing-layout-row-1 span.hs_cos_wrapper_type_rich_text p a {
  color: inherit;
}
.hs-pricing-layout-row-3 {
  text-align: center;
  padding: 62px 0 63px;
}
.hs-pricing-layout-row-3 h4 {
  margin: 0px 0px 44px;
  font-size: 25px;
  font-family: raleway-semibold,raleway,sans-serif;
  font-weight: normal;
  color: #2F2E2E;
}
.hs-pricing-layout-row-3 h4 a {
  color: inherit;
}
.hs-pricing-layout-row-3 h4:last-child {
  margin-bottom: 0;
  margin-top: -2px;
}
.hs-pricing-layout-row-3 h4.fadeInUp.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-delay:0.4s;
}
.hs-recruitment-item .hs-recruitment-item-right-col {
  width: 53.5%;
  float: left;
  padding: 0 15px;
}
.hs-recruitment-item .hs-recruitment-item-left-col {
  width: 46.5%;
  float: left;
  padding: 0 15px;
}

/* =============== Recruitment =============== */
.hs-recruitment-banner-area-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 433px;
}
.hs-recruitment-banner-img-wrapper {
  background-color: rgb(47, 46, 46);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hs-recruitment-banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.hs-recruitment-banner-container {
  position: relative;
  z-index: 2;
  max-width: 511px;
  margin: 0 auto;
  text-align: center;
  padding-top: 136px;
  padding-bottom: 100px;
}
.hs-recruitment-banner-area-wrapper h1 {
  margin: 0 0 11px;
  font-size: 50px;
  line-height: normal;
  color: #fff;
  font-family: raleway-semibold,raleway,sans-serif;
  font-weight: normal;
}
.hs-recruitment-banner-area-wrapper p {
  margin: 0 0 27px;
  font-size: 24px;
  color: #FFFFFF;
  font-family: raleway,sans-serif;
  font-weight: normal;
}
.custom-button-group {
  margin: 0px 0px 10px;
}
a.custom-btn {
  background-color: rgba(101, 184, 184, 1);
  border: solid transparent 2px;
  transition: 0.4s ease 0s;
  border-radius: 20px;
  font: normal normal normal 16px/1.4em lulo-clean-w01-one-bold,sans-serif;
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
  min-width: 276px;
}
a.custom-btn:hover {
  background-color: transparent;
  border-color: rgba(16, 161, 161, 1);
  color: #10A1A1;
}
.hs-recruitment-banner-area-wrapper a.custom-btn:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  color:#fff;
}
.hs-recruitment-layout-row-1 {
  padding-top: 62px;
}
.hs-recruitment-header {
  text-align: center;
  max-width: 876px;
  margin: 0 auto 10px;
  padding-bottom: 123px;
}
.hs-recruitment-header h3 {
  font-size: 25px;
  margin: 0;
}
.hs-recruitment-item .hs-recruitment-item-left-col .hs-recruitment-item-left-col-inner {
  margin: 16px 0px 10px;
}
.hs-recruitment-item .hs-recruitment-item-right-col .img-holder {
  margin-bottom: 10px;
}
.hs-recruitment-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 150px;
  align-items: center;
}
.hs-recruitment-item p {
  font: normal normal normal 18px/1.4em raleway,sans-serif;
  color: #2F2E2E;
  line-height: normal;
  margin: 0 0 21px;
}
.hs-recruitment-item .hs-recruitment-item-left-col .hs-recruitment-item-left-col-inner > *:last-child {
  margin-bottom: 0;
}
.hs-recruitment-layout-row-1 .page-center {
  max-width: 1036px !important;
}
.one-col-vdo-title h3 {
  margin: 0px 0px 21px;
  font-size: 25px;
  text-align: center;
}
.custom-on-col-vdo-inner-wrapper {
  max-width: 718px;
  margin: 0 auto 23px;
  position: relative;
  overflow: hidden;
  padding-bottom: 42.1%;
}
.custom-on-col-vdo-inner-wrapper .custom-one-col-pop-vdo {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.custom-on-col-vdo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000 50% 50% no-repeat;
  background-size: cover;
  cursor: pointer;
}
.custom-on-col-vdo-overlay .Video1423133661--overlay {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0 10%;
  transition: opacity .2s ease;
}
.custom-on-col-vdo-overlay .Video1423133661--overlay button {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity .2s ease;
  outline: none;
}
.style-jqaw6c70 .VideoPlayer4111471387--playButton path {
  fill: #FFFFFF;
}
.custom-button-group {
  text-align: center;
}
.hs-recruitment-layout-row-2 h6 {
  font: normal normal normal 18px/1.4em raleway,sans-serif;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  color: #234985;
  margin: 0;
}
.hs-recruitment-layout-row-2 .custom-button-group {
  padding-bottom: 67px;
}
.hs-recruitment-layout-row-2 h6 a {
  color: inherit;
}
.hs-recruitment-layout-row-2 {
  padding-bottom: 95px;
}
.custom-on-col-vdo-inner-wrapper .custom-one-col-pop-vdo video {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.custom-on-col-vdo-overlay .Video1423133661--overlay button:hover {
  opacity: .8;
}
.hs-faq-layout-row-1 .page-center {
  max-width: 1012px !important;
  padding: 10px 0 66px !important;
}
.hs-faq-tab-wrapper {
  padding: 30px 40px;
}
.hs-faq-tab-wrapper .tabberlive {
  padding-top: 40px;
  padding-left:2px;
}
.tabbernav {
  margin: 20px 0;
  padding: 0 ;
  list-style: none;
}
.tabbernav li {
  font: normal normal normal 19px/23px raleway-semibold,raleway,sans-serif;
  color: rgba(160,160,159,1);
  line-height: 40px;
  display: inline-block;
  padding-right: 30px;
  cursor: pointer;
}
.tabbernav li a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.tabbernav li.tabberactive {
  color: rgba(85,119,171,1);
  font-weight: 700;
  cursor: default;
}
.tabbernav li.tabberactive a {
  cursor: default;
}
.faq-tab-heading {
  display: none;
}
.faq-tab-content {
  margin-bottom: 30px;
}
.faq-ac-item {
  border-bottom: 1px solid rgba(52,110,199,0.5);
  position: relative;
}
.faq-ac-content {
  display: none;
}
.tabbertabhide {
  display: none;
}
.faq-ac-heading {
  padding: 15px 0;
  cursor: pointer;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.faq-ac-heading .faq-ac-heading-text {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
  font: normal normal normal 16px/20px raleway-semibold,raleway,sans-serif;
  color: rgba(62,91,135,1);
  padding-left: 6px;
  position: relative;
}
.faq-ac-heading .faq-ac-heading-text svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  -o-transition: -o-transform 0s;
  transition: transform 0s;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 0;
  left: auto;
  margin-top: 3px;
}
.faq-ac-heading .faq-ac-heading-text svg .svg-arrow-down {
  fill: rgba(62,91,135,1);
}
.faq-ac-heading .faq-ac-heading-text svg .svg-arrow-up {
  display: none;
}
.faq-ac-heading.active .svg-arrow-down {
  display: none;
}
.faq-ac-heading.active .svg-arrow-up {
  fill: rgba(62,91,135,1);
  display: block !important;
}
.faq-ac-content-inner {
  padding: 0 0 30px 0;
  color: rgba(47,46,46,1);
  font: normal normal normal 14px/17px raleway,sans-serif;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.faq-ac-content-inner p {
  margin: 0;
}
.hs-faq-layout-row-1 h4 {
  margin: 12px 0px 10px;
}
.tab-button {
  display: none;
}
.custom-video-banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 466px;
  margin-top: -16px;
  padding: 0 15px;
}
.custom-banner-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.custom-banner-video-wrap video {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center bottom;
}
.custom-video-banner-container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 813px;
  margin: 0 auto;
  padding: 128px 0;
}
.custom-video-banner-area h1 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 24px;
}
.custom-video-banner-area p {
  margin: 0px 0px 10px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: normal;
  max-width: 581px;
  margin-left: auto;
  margin-right: auto;
}
.hs-intelligent-interprise-img-wrapper {
  max-width: 264px;
  margin: -87px auto 10px;
  position: relative;
  z-index: 3;
}
.hs-intelligent-interprise-top-img img {
  filter: url(#faded-comp-jiwulifpimg);
}
.hs-intelligent-interprise-bottom-img img {
  filter: url(#unicorn-comp-jiwtve2limg);
}
.hs-intelligent-interprise-bottom-img {
  margin-top: -2px;
}
.hs-intelligent-interprise-top-img {
  position: relative;
  z-index: 2;
}
.hs-about-layout-row-1 {
  background-color: rgb(240, 240, 240);
}
.hs-about-layout-row-1 span.hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 913px;
  padding-left: 50px;
  margin: 0 0 32px;
}
.hs-about-layout-row-1 span.hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  margin: 0 0 21px;
}
.hs-about-layout-row-1 span.hs_cos_wrapper_type_rich_text *:last-child {
  margin-bottom: 0;
}
.four-col-tile-main-wrapper-inner {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content min-content min-content min-content min-content 1fr;
  grid-template-columns: 100%;
}
.four-col-tile-main-wrapper {
  position: relative;
  max-width: 451px;
  margin: 0 auto;
}
.four-col-tile-main-wrapper-inner2 {
  position: relative;
  margin: 0px 0px 0px 0;
  left: 57px;
  grid-area: 1 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
  width: 363px;
  height: 410px;
}
.style-jiwuz7hw {
  box-sizing: border-box;
  border-top: 1px solid rgba(21, 158, 158, 1);
}
#comp-jiwuzery {
  position: relative;
  margin: 0px 0px 10px 0;
  left: 385px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}
#comp-jiwuyjjk {
  position: relative;
  margin: 57px 0px 37px 0;
  left: 75px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}
#comp-jiwuzpql {
  position: relative;
  margin: 0px 0px 46px 0;
  left: 0px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}
#comp-jiwv0rkt {
  position: relative;
  margin: 0px 0px 10px 0;
  left: 388px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}
#comp-jlg1u181inlineContent-wedge-4 {
  visibility: hidden;
  height: 234px;
  width: 0;
  grid-area: 1 / 1 / 4 / 2;
}
.style-jiwuzuwp {
  box-sizing: border-box;
  border-top: 1px solid rgba(143, 119, 135, 1);
}
.four-col-tile-md img {
  filter: url(#unicorn-comp-jiwu9yxfimg);
}
#comp-jiwu9yxflink {
  display: block;
  overflow: hidden;
}
.four-col-tile-md {
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0px;
  transform: translateZ(0px);
}
.custom-tile-content-col p {
  font-size: 18px;
  margin: 0;
  font-family: raleway,sans-serif;
}
.custom-tile-content-col.tile-1 {
  margin: 46px 0px 2px;
  max-width: 214px;
  position: absolute;
  top: 0;
  left: -146px;
  text-align: right;
  color: #159E9E;
}
.custom-tile-content-col.tile-2 {
  position: absolute;
  top: 226px;
  left: -239px;
  text-align: right;
  margin: 0px 0px 30px;
  color: #8F7787;
}
.custom-tile-content-col.tile-3 {
  margin: 46px 0px 2px;
  max-width: 247px;
  position: absolute;
  top: 44px;
  right: -221px;
  text-align: left;
  color: #159E9E;
}
.custom-tile-content-col.tile-4 {
  margin: 46px 0px 2px;
  max-width: 210px;
  position: absolute;
  top: 231px;
  right: -216px;
  text-align: left;
  color: #8F7787;
}
.custom-img-with-caption-md {
  margin-top: -8px;
  margin-bottom: 30px;
}
.custom-img-with-caption-md .custom-img-holder {
  margin: 0px 0px 34px;
}
.custom-img-with-caption-md .caption-holder {
  max-width: 887px;
  margin: 0 auto;
}
.custom-img-with-caption-md .caption-holder p {
  font-size: 18px;
  color: #605E5E;
  margin: 0 0 21px;
}
.custom-img-with-caption-md .caption-holder > *:last-child {
  margin-bottom: 0;
}
.custom-meet-ceo-md-top-img-holder {
  max-width: 374px;
  margin: 0 auto 16px;
}
.custom-meet-ceo-md-top-img-holder img {
  filter: url(#unicorn-comp-jiwvehdbimg);
}
.custom-meet-ceo-header {
  margin: 0px 0px 17px;
  text-align: center;
  font-size: 24px;
  color: #605E5E;
}
.custom-ceo-details-col-wrapper .custom-ceo-left-col {
  width: 28%;
  float: left;
  padding: 0 15px;
}
.custom-ceo-details-col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.custom-ceo-details-col-wrapper .custom-ceo-right-col {
  width: 72%;
  float: left;
  padding: 0 15px;
  margin: 27px 0 7px;
}
.custom-ceo-details-col-wrapper .about-ceo p {
  font-size: 18px;
  color: #605E5E;
  margin: 0 0 21px;
}
.custom-ceo-details-col-wrapper .about-ceo *:last-child {
  margin-bottom: 0;
}
.custom-ceo-details-col-wrapper .custom-ceo-left-col .ceo-member-img-holder {
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  display: block;
  border-radius: 50%;
  max-width: 206px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.ceo-md-member-details {
  text-align: center;
  margin-bottom: 70px;
}
.ceo-md-member-details p {
  color: #605E5E;
  font-size: 18px;
  margin: 0;
}
.custom-video-banner-area.full-with-with-vdo-md {
  margin-top: 0;
}
.custom-ceo-details-col-wrapper {
  padding: 0 34px;
}
.custom-video-banner-area.full-with-with-vdo-md {
  margin-top: 0;
  min-height: 399px;
}
.custom-video-banner-area.full-with-with-vdo-md .custom-video-banner-container {
  max-width: 856px;
  text-align: left;
  padding: 73px 0;
}
.custom-video-banner-area.full-with-with-vdo-md h2 {
  margin: 0 0 41px;
  font-size: 36px;
  color: #fff;
  max-width: 813px;
}
.custom-video-banner-area.full-with-with-vdo-md p {
  max-width: 100%;
  font: normal normal normal 18px/1.4em raleway,sans-serif;
  line-height: normal;
  margin: 0 0 21px;
}
.custom-video-banner-area.full-with-with-vdo-md p:last-child {
  margin-bottom: 0;
}
.custom-video-banner-area.full-with-with-vdo-md a {
  color: inherit;
}

/* ======= Working with Evie Website Page ========== */
.hs-working-with-evie-layout .custom-banner-area:after {
  background: rgb(17, 37, 66);
  opacity: 0.8;
}
.hs-working-with-evie-layout .custom-banner-area h1 {
  font-weight: normal;
}
.hs-working-with-evie-layout .custom-banner-area p {
  max-width: 861px;
}
.hs-working-with-evie-layout .custom-on-col-vdo-inner-wrapper {
  max-width: 776px;
  margin-top: 57px;
  margin-bottom: 31px;
  padding-bottom: 44.6%;
}
.hs-working-with-evie-layout .custom-on-col-vdo-overlay .Video1423133661--overlay {
  background: rgba(0, 0, 0, 0.35);
}
.hs-working-with-evie-layout .custom-on-col-vdo-overlay .Video1423133661--overlay button {
  width: 54px;
  height: 54px;
}
.hs-working-with-evie-layour-row-1 h6 {
  color: #2F2E2E;
  line-height: normal;
  font-family: raleway-semibold,raleway,sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 14px;
}
.hs-working-with-evie-layour-row-1 a.custom-btn {
  font: normal normal normal 12px/1.4em lulo-clean-w01-one-bold,sans-serif;
  color: #10A1A1;
  background-color: transparent;
  border: solid rgba(16, 161, 161, 1) 2px;
  min-width: 0;
  padding: 10px 36px;
}
.hs-working-with-evie-layour-row-1 a.custom-btn:hover {
  background-color: rgba(16, 161, 161, 0.75);
  border-color: rgba(255, 255, 255, 1);
  color: #fff;
}
.hs-working-with-evie-layour-row-1 .custom-button-group {
  margin-bottom: 19px;
}
.hs-tab-wrapper {
  margin: 18px auto 29px;
}
.hs-tab-wrapper .tabberlive {
  padding: 30px 35px;
}
.hs-tab-wrapper .tabbernav li {
  font: normal normal normal 18px/22px raleway-semibold,raleway,sans-serif;
  color: rgba(209,209,209,1);
  line-height: 40px;
}
.hs-tab-wrapper .tabbernav li.tabberactive {
  color: rgba(85,119,171,1);
  font-weight: 700;
}
.hs-tab-heading {
  display: none;
}
.hs-ac-content {
  display: none;
}
.hs-ac-heading {
  background-color: rgba(30, 90, 186, 0.05);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  min-height: 100px;
}
.hs-ac-heading .hs-ac-heading-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: hidden;
  width: 100%;
}
.hs-ac-heading .question-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  width: 130px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 50px;
  font: normal normal normal 25px/31px raleway-semibold,raleway,sans-serif;
  color: rgba(255,255,255,1);
  background-color: rgba(30, 90, 186, 0.1);
}
.hs-ac-heading .question-title {
  font-size: 25px;
  line-height: 1.2em;
  font: normal normal normal 16px/20px raleway-semibold,raleway,sans-serif;
  color: rgba(62,91,135,1);
  padding: 36px;
  margin: auto;
  width: calc(100% - 202px);
  text-align: left;
  box-sizing: content-box;
}
.hs-ac-heading .question-title .title-inner {
  padding-left: 6px;
}
body.hs-working-with-evie-layout {
  background-color: rgba(250, 250, 250, 1);
}
.hs-ac-heading:hover .question-number, .hs-ac-heading.active .question-number {
  background-color: rgba(85,119,171,1);
}
.hs-working-with-evie-layour-row-3 .page-center {
  max-width: 713px !important;
}
.hs-working-with-evie-layour-row-3 h3 {
  font: normal normal normal 18px/1.4em raleway,sans-serif;
  color: #2F2E2E;
  line-height: normal;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 21px;
}
.hs-working-with-evie-layour-row-3 p {
  font: normal normal normal 18px/1.4em raleway,sans-serif;
  color: #2F2E2E;
  line-height: normal;
  font-family: raleway-semibold,raleway,sans-serif;
  margin: 0 0 21px;
}
.hs-working-with-evie-layour-row-3 p:last-child {
  margin-bottom: 0;
}
.hs-working-with-evie-layour-row-3 a {
  color: inherit;
}
.hs-working-with-evie-layour-row-3 {
  padding-bottom: 102px;
}
.hs-working-with-evie-layout .no-card-req {
  margin-top: -2px;
  margin-bottom: 2px;
}
.hs-ac-item {
  margin-bottom: 10px;
  position: relative;
}
.hs-ac-content-inner {
  padding: 30px 40px 20px;
  color: rgba(47,46,46,1);
  font: normal normal normal 14px/17px raleway,sans-serif;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.hs-ac-content-inner p {
  margin-bottom: 21px;
}
.hs-ac-content-inner img {
  margin-bottom: 27px;
}
.hs-ac-content-inner > *:last-child {
  margin-bottom: 0;
}
.hs-ac-content-inner ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* ========== Sales =========== */
.hs-sales-layout .hs-recruitment-banner-container {
  max-width: 861px;
}
.hs-sales-layout .hs-recruitment-banner-img {
  background-position: center;
  opacity: 0.38;
}
.hs-sales-layout-row-1 {
  padding-top: 81px;
  padding-bottom: 88px;
}
.custom-img-top-caption-row {
  display: flex;
}
.custom-img-top-caption-row .img-top-cap-col {
  width: 50%;
  text-align: center;
  font: normal normal normal 18px/1.4em raleway,sans-serif;
  line-height: normal;
  color: #605E5E;
}
.custom-img-top-caption-row {
  display: flex;
  margin-bottom: -12px;
  margin-top: -1px;
}
.hs-sales-layout-row-1 span.hs_cos_wrapper_type_rich_text h6 {
  margin: 0;
  font: normal normal normal 18px/1.4em raleway,sans-serif;
  color: #234985;
  font-size: 24px;
}
.hs-sales-layout-row-1 span.hs_cos_wrapper_type_rich_text h6 a {
  color: inherit;
}
.hs-sales-layout-row-1 .custom-button-group {
  margin-bottom: 65px;
}
.advanced-two-col-with-img-md {
  margin-bottom: -32px;
}
.custom-img-top-caption-row .img-top-cap-col.col-2 {
  color: #234985;
}
.hs-full-width-with-banner-layout .custom-banner-area:after {
  background: rgb(17, 37, 66);
  opacity: 0.7;
}
.hs-full-width-with-banner-layout .custom-banner-area .banner-content {
  padding: 134px 0 60px;
}
.hs-full-width-with-banner-layout .custom-banner-area {
  min-height: 319px;
}
.hs-full-width-with-banner-layout-row-1 .page-center {
  padding-top: 51px;
  max-width: 929px !IMPORTANT;
  padding-bottom: 78px;
}
.hs-full-width-with-banner-layout-row-1 h3 {
  font-size: 28px;
  font-family: raleway-semibold,raleway,sans-serif;
  font-weight: normal;
  margin: 0 0 21px;
  color: #000;
}
.hs-full-width-with-banner-layout-row-1 p {
  font-size: 18px;
  margin: 0 0 21px;
  color:#000;
}
.hs-full-width-with-banner-layout-row-1 h2 {
  font: normal normal bold 28px/1.4em raleway,sans-serif;
  font-family: raleway-semibold,raleway,sans-serif;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  margin: 0 0 21px;
}
.hs-full-width-with-banner-layout-row-1 a {
  color: inherit;
}
.hs-full-width-with-banner-layout .body-container {
  background-color: rgba(250, 250, 250, 1);
}


/* ============= Home Page =============== */
.custom-home-page-banner-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 163px;
  padding-bottom: 38px;
}
.custom-home-banner-img-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(17, 37, 66);
  z-index: 1;
}
.custom-home-banner-img {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.body-container-wrapper {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 5;
}
.custom-home-page-banner-wrapper .page-center {
  position: relative;
  z-index: 3;
}
.custom-home-banner-top-row {
  text-align: center;
}
.custom-home-banner-top-row h1 {
  font-size: 50px;
  font-family: raleway-semibold,raleway,sans-serif;
  color: #fff;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 10px;
  width: 100%;
  max-width: 616px;
  float: left;
  font-weight: bold;
}
.custom-home-banner-top-row .home-text-slider {
  font-size: 50px;
  font-family: raleway-semibold,raleway,sans-serif;
  color: #fff;
  line-height: normal;
  font-weight: normal;
  float: left;
  width: 348px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  position: relative;
  top: -4px;
  font-weight: bold;
}
.custom-home-banner-top-row .home-top-heafing {
  display: flex;
}
.custom-home-btn-row .custom-btn-top-heading {
  text-align: center;
  font: normal normal bold 55px/1.4em raleway,sans-serif;
  line-height: normal;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 27px;
}
.custom-home-btn-row {
  margin-top: 117px;
}
.hs-home-banner-btn-grid .custom-btn-item {
  width: 50%;
  float: left;
  text-align: center;
}
.hs-home-banner-btn-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 604px;
  margin: 0 auto 10px;
}
a.custom-home-banner-btn {
  background-color: rgba(199, 59, 52, 0.75);
  border: solid transparent 2px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  border-radius: 20px;
  font: normal normal normal 16px/1.4em lulo-clean-w01-one-bold,sans-serif;
  color: #fff;
  display: block;
  max-width: 265px;
  padding: 13px 10px;
}
a.custom-home-banner-btn:hover {
  background-color: rgba(27, 100, 140, 1);
  border-color: rgba(255, 255, 255, 1);
  color: #fff;
}
a.custom-home-banner-btn.transparent {
  background-color: transparent;
  border: solid rgba(62, 91, 135, 1) 2px;
}
a.custom-home-banner-btn.transparent:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
}
.hs-home-banner-btn-grid .custom-btn-item:nth-child(2n+2) a.custom-home-banner-btn {
  margin-left: auto;
}
.custom-banner-logo-top-header {
  max-width: 773px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  margin-bottom:20px;
}
.custom-home-banner-logo-row {
  margin-top: 94px;
}
.custom-home-banner-logo-grid {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}
.custom-home-banner-logo-grid .custom-home-banner-logo-item {
  padding: 0 10px;
}
.custom-home-banner-logo-item img {
  filter: url(#faded-comp-jnww56lximg);
}
.custom-home-banner-logo-item.item-2 img {
  filter: url(#faded-comp-jnww56mpimg);
}
.custom-home-banner-logo-item.item-3 img {
  filter: url(#ink-comp-jnww56nfimg);
}
.custom-home-banner-logo-item.item-4 img {
  filter: url(#faded-comp-jnww56o2img);
}
.custom-home-banner-logo-item.item-5 img {
  filter: url(#faded-comp-jnww56oximg);
}
.hs-home-page-layout-row-1 h2 {
  font-size: 45px;
  font-family: raleway-semibold,raleway,sans-serif;
  font-weight: normal;
  margin: 0 0 28px;
  color: #2F2E2E;
}
.hs-home-page-layout-row-1 {
  padding: 83px 0 67px;
}
.hs-home-page-layout-row-1 h3 {
  font-size: 20px;
  font-family: raleway-semibold,raleway,sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 37px;
}
.custom-one-col-youtube-vdo-holder {
  max-width: 824px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 47.3%;
}
.custom-one-col-youtube-vdo-holder iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.hs-home-page-layout-row-2 {
  background-color: rgba(247, 247, 247, 1);
  padding: 89px 0 65px;
}
.custom-solution-header h2 {
  margin: 0 0 26px;
  color: #2F2E2E;
}
.custom-solution-header {
  text-align: center;
  margin-bottom: 53px;
}
.custom-solution-header h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: raleway-semibold,raleway,sans-serif;
  line-height: normal;
  margin: 0;
}
.custom-solution-md-item-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.custom-solution-md-item-grid .custom-solution-md-item {
  width: 33.3333333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 10px;
}
.custom-solution-md-item-grid .custom-solution-md-item-inner {
  border: 0px solid transparent;
  background-color: rgba(214, 230, 255, 1);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 5px 2px rgba(178,201,236,0.5);
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 114px;
  height:100%;
}
.custom-solution-md-wrapper .custom-solution-btn-holder {
  text-align: center;
  position: absolute;
  bottom: 69px;
  left: 0;
  right: 0;
}
.custom-solution-md-wrapper .custom-solution-btn-holder a.custom-btn {
  padding: 10px 20px;
  min-width: 0;
  display: block;
  max-width: 257px;
  margin: 0 auto;
}
.custom-solution-md-item-grid .gray .custom-solution-md-item-inner {
  background-color: rgba(227, 227, 227, 0.54);
}
.custom-solution-md-item-grid .gray .solution-title {
  color: #3E5B87;
  margin-bottom: 42px;
}
.custom-solution-md-item-grid .gray .svg-icon-wrapper {
  width: 92px;
  height: 82px;
  margin: 0px auto 31px;
}
.custom-solution-md-item-grid .gray .svg-icon-wrapper path {
  fill: rgba(47, 46, 46, 1);
}
.custom-solution-md-item-grid .gray .solution-content h5 {
  color: #2F2E2E;
}
.custom-solution-md-item-grid .gray .solution-content ul li {
  color: #3E5B87;
  padding-left: 46px;
}
.custom-solution-md-item-grid .gray .solution-content ul li:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Images/List-arrow-blue.svg);
}
.custom-solution-md-item-grid .custom-solution-md-item.dark-blue .solution-content ul li {
  padding-left: 50px;
  padding-right: 0;
}
.custom-solution-md-item-grid .custom-solution-md-item.dark-blue .solution-content ul li:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Images/List-arrow-white.svg);
  left: 8px;
  top: 2px;
}
.hs-home-page-layout-row-2 .page-center {
  max-width: 1207px !important;
}
.custom-solution-md-item-grid .solution-title {
  font-size: 30px;
  font-family: raleway-semibold,raleway,sans-serif;
  color: #2F2E2E;
  line-height: normal;
  text-align: center;
  margin: 52px 0 40px;
}
.custom-solution-md-item-grid .svg-icon-wrapper {
  margin: 0px auto 23px;
  position: relative;
  width: 76px;
  height: 92px;
}
.custom-solution-md-item-grid .svg-icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.custom-solution-md-item-grid .svg-icon-wrapper path {
  fill: rgba(62, 91, 135, 1);
}
.custom-solution-md-item-grid .solution-content h5 {
  max-width: 276px;
  margin: 0 auto 20px;
  min-height: 91px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
  color: #3E5B87;
  font-weight: normal;
  font-family: raleway-semibold,raleway,sans-serif;
}
.custom-solution-md-item-grid .solution-content ul {
  padding: 0 23px;
  list-style: none;
  margin: 0 0 62px;
}
.custom-solution-md-item-grid .solution-content ul li {
  color: #2F2E2E;
  line-height: normal;
  font-size: 20px;
  font-family: raleway-semibold,raleway,sans-serif;
  font-weight: normal;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 24px;
}
.custom-solution-md-item-grid .solution-content ul li:before {
  content: "";
  width: 25px;
  height: 21px;
  background-image: url(//cdn2.hubspot.net/hubfs/6013591/Evie_August2019/Images/List-arrow-black.svg);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 4px;
  left: 0;
}
.custom-solution-md-item-grid .custom-solution-md-item.dark-blue * {
  color: #fff;
}
.custom-solution-md-item-grid .dark-blue .custom-solution-md-item-inner {
  background-color: rgba(62, 91, 135, 1);
}
.custom-solution-md-item-grid .dark-blue .svg-icon-wrapper svg path {
  fill: #fff;
}
.custom-solution-md-item-grid .dark-blue .svg-icon-wrapper {
  width: 92px;
  height: 66px;
  margin-bottom: 31px;
}
.custom-solution-md-item-grid .dark-blue .solution-title {
  margin-bottom: 58px;
}
.hs-sales-layout.hs-scheduling-layout .hs-recruitment-banner-img {
  opacity: 0.32;
}
.hs-scheduling-layout .hs-sales-layout-row-1 {
  padding-top: 66px;
}
.hs-scheduling-layout .hs-recruitment-header {
  max-width: 822px;
  padding-bottom: 135px;
}
.hs-recruitment-item .hs-recruitment-item-right-col .img-holder {
  text-align: center;
}
.hs-scheduling-layout .hs-sales-layout-row-1 {
  padding-bottom: 109px;
}
.hs-scheduling-layout .hs-sales-layout-row-1 .custom-button-group {
  margin-bottom: 81px;
}
.hs-scheduling-layout .hs-sales-layout-row-1 .custom-on-col-vdo-inner-wrapper {
  margin-bottom: 39px;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
}
.hs-home-page-layout-row-3 {
  background-color: rgba(62, 91, 135, 1);
  color: #fff;
  padding: 63px 0 60px;
}
.custom-skill-integrations-md-header {
  text-align: center;
  max-width: 934px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.custom-skill-integrations-md-header h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 25px;
  line-height: normal;
}
.custom-skill-integrations-md-header p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: raleway,sans-serif;
  font-weight: normal;
}
.custom-skill-integrations-item-grp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px;
}
.custom-skill-integrations-item-grp .custom-skill-integrations-item {
  margin: 0 0 67px;
  float: left;
  padding: 0 23px;
  width: 25%;
}
.custom-skill-integrations-item-inner {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 5px 2px rgba(178,201,236,0.5);
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}
.custom-skill-integrations-item .custom-skill-icon-wrapper {
  width: 64px;
  height: 64px;
  margin: 31px auto 14px;
  position: relative;
}
.custom-skill-integrations-item .custom-skill-icon-wrapper svg [data-color="1"] {
  fill: rgba(62, 91, 135, 1);
}
.custom-skill-integrations-item .icon-title {
  min-height: 52px;
  margin: 0 auto 13px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: normal;
  font-family: raleway-semibold,raleway,sans-serif;
  color: #545454;
  text-align: center;
  max-width: 161px;
}
.custom-skill-integrations-item.item-3 .custom-skill-icon-wrapper {
  width: 41px;
  height: 63px;
  margin: 32px auto 14px;
}
.custom-skill-integrations-item.item-4 .custom-skill-icon-wrapper {
  width: 48px;
  height: 57px;
  margin: 35px auto 17px;
}
.hs-home-page-layout-row-5 {
  background-color: rgba(62, 91, 135, 1);
  color: #fff;
  text-align: center;
  padding: 91px 0;
  padding: 91px 0 81px;
}
.hs-home-page-layout-row-5 h3 {
  font: normal normal bold 55px/1.4em raleway,sans-serif;
  line-height: normal;
  color: #fff;
  font-size: 40px;
  max-width: 914px;
  margin: 0 auto 10px;
}
.hs-home-page-layout .custom-logo-group-md {
  padding-bottom: 65px;
}
.hs-home-page-layout-row-6 {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 98px;
}
.hs-home-page-layout-row-6 h2 {
  font-size: 40px;
  text-align: center;
  line-height: normal;
  font-family: raleway,sans-serif;
  font-weight: normal;
  margin-bottom: 50px;
}
.custom-powering-logo-item-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.custom-powering-logo-item-grid .custom-powering-logo-item {
  padding: 0 30px;
}
.custom-powering-logo-wrapper {
  margin-bottom: 41px;
}
.custom-testimonial-item-grid {
  display: flex;
  flex-wrap: wrap;
}
.custom-testimonial-item-grid .custom-testimonial-item-item {
  width: 33.3333333333%;
  float: left;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 90px;
}
.hs-home-page-layout-row-6 .page-center {
  max-width: 1300px !important;
}
.testimonial-quote {
  color: #2F2E2E;
  line-height: normal;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 38px;
}
.testimonial-author-name {
  font-size: 11px;
  color: #346EC7;
  font-weight: bold;
  line-height: normal;
}
.testimonial-author-designation {
  color: #2F2E2E;
  font-size: 11px;
  line-height: normal;
}
.custom-testimonial-md-wrapper {
  padding-top: 29px;
  padding-bottom: 25px;	
}
.hs-home-page-layout .no-card-req {
  margin-bottom: 5px;
  margin-top: -3px;
}
.custom-skill-integrations-item.item-2 .custom-skill-icon-wrapper {
  margin: 26px auto 9px;
  width: 47px;
  height: 74px;
}
.custom-skill-integrations-item-grp .custom-skill-integrations-item:not(:nth-child(2)) .custom-skill-icon-wrapper .custom-skill-icon-holder svg {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
}
.custom-skill-integrations-item.item-2 .custom-skill-icon-wrapper .custom-skill-icon-holder {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content min-content 1fr;
  grid-template-columns: 100%;
}
.custom-skill-integrations-item.item-2 svg:first-child {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
  margin: 0px auto -8px;
  fill: #3E5B87;
}
.custom-skill-integrations-item.item-2 svg:nth-child(2) {
  position: relative;
  margin: 0px auto -13px;
  left: 0px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}
.custom-skill-integrations-item.item-2 svg:nth-child(3) {
  position: relative;
  margin: 0 auto;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
  z-index: 8;
}
.custom-skill-integrations-item.item-2 svg:nth-child(4) {
  margin: 1px auto 1px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
  position: relative;
}
.custom-skill-integrations-item.item-2 svg:nth-child(4) path {
  fill: #fff;
}

/* =========== Full width Layout ========== */
.hs-full-width-layout-row-1 h1 {
  margin-bottom: 57px;
}
.hs-full-width-layout-row-1 .page-center {
  padding: 66px 65px 19px !important;
}
.hs-full-width-layout-row-1 h3 {
  margin-bottom: 19px;
  margin-top: 38px;
}
.hs-full-width-layout-row-1 ul,
.hs-full-width-layout-row-1 ol{
  padding-left: 1.3em;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 0 19px 0.5em;
}
.hs-full-width-layout-row-1 ul li p,
.hs-full-width-layout-row-1 ol li p{
  margin: 0;
}
.hs-full-width-layout-row-1 a {
  color: #346EC7;
}
.hs-skype-layout-row-1 {
  padding-top: 74px;
  padding-bottom: 107px;
}
.hs-skype-layout-row-1 h1 {
  font-size: 35px;
  font-weight: normal;
  font-family: raleway-semibold,raleway,sans-serif;
  margin-bottom: 36px;
}
.hs-skype-layout-row-1 p {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 24px;
}
.hs-skype-layout-row-1 p:last-child {
  margin-bottom: 0;
}
.custom-one-col-img-with-content-md-wrapper {
  margin-top: 34px;
}
.custom-one-col-img-with-content-item-grid {
  padding-top: 21px;
}
.custom-one-col-img-top-content {
  margin-bottom: 27px;
}
.custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content p {
  line-height: 1.5em;
}
.custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content-img-col {
  margin: 0 0 41px;
  padding-left: 147px;
}
.hs-skype-layout-row-1 h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  color: #2F2E2E;
  margin: 0 0 10px;
}
.hs-skype-layout-row-1 h6 {
  font-size: 20px;
  margin: 0;
  font-weight: normal;
  line-height: normal;
  font-family: raleway-semibold,raleway,sans-serif;
}
.custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content small {
  font-size: 16px;
  line-height: 1.5em;
  color: #605E5E;
  display: block;
}
.hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-1 h1 {
  margin-bottom: 38px;
}
.hs-google-setup-layout .hs-skype-layout-row-1 h6 {
  margin-bottom: 19px;
}
.hs-google-setup-layout-inner-row-1 {
  margin-bottom: 88px;
}
.hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-2 h6 {
  margin-bottom: 28px;
}
.hs-google-setup-layout .hs-skype-layout-row-1 p small {
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  color: #605E5E;
  margin-top: 3px;
}
.hs-google-setup-layout .hs-skype-layout-row-1 p small a {
  color: inherit;
}
.hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-2 p {
  margin-bottom: 30px;
}
.hs-google-setup-layout-inner-row-2 {
  padding-bottom: 25px;
}
.hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-3 h6 {
  margin-bottom: 25px;
}
.hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-3 p small {
  margin-top: 0;
}
.hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-3 p {
  margin-bottom: 27px;
}
.hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-3 .custom-one-col-img-top-content p:last-child {
  margin-bottom: 0;
}
.hs-google-setup-layout .custom-one-col-img-top-content {
  margin-bottom: 19px;
}
.hs-google-setup-layout .custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content-img-col {
  padding-left: 101px;
}
.hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-3 p a {
  color: inherit;
}
.custom-signature-img-md {
  max-width: 378px;
  margin: 0 auto;
  text-align: center;
  padding-top: 38px;
}
.singnature-img-caption {
  line-height: 1.5em;
  font-style: italic;
  font-weight: normal;
  color: #2F2E2E;
  font-size: 14px;
  margin-bottom: 4px;
}
.singnature-img-holder {
  margin: 0px 0px 14px;
}
.home-text-slider .home-text-slider-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* =========== User Guide Website Page =============== */
.hs-user-guide-layout h2 {
  font: normal normal bold 40px/1.4em raleway,sans-serif;
  color: #2F2E2E;
  line-height: normal;
  letter-spacing: normal;
}
.hs-how-wvie-works-md-header {
  margin: 0 0 35px;
  text-align: center;
}
.hs-how-wvie-works-md-header h2 {
  margin: 0;
}
.hs-user-guide-layout-row-1 {
  padding: 100px 0;
}
.hs-how-wvie-works-item-grid:after {
  content: "";
  display: table;
  clear: both;
}
.hs-how-wvie-works-item {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom:10px;
}
.hs-how-wvie-works-item-grid {
  padding: 0 9px;
}
.custom-hs-how-wvie-works-img-caption {
  padding: 0 0 0 31px;
}
.custom-hs-how-wvie-works-img-caption p {
  margin: 0;
  font-size: 18px;
  color: #605E5E;
}
.custom-hs-how-wvie-works-img-holder {
  margin-bottom: -5px;
}
.custom-hs-how-wvie-works-img-holder img[src*="/HowEvieWorksS3.png"] {
  max-width: none;
  margin-left: -24px;
}
.hs-user-guide-layout-row-2 {
  padding: 68px 0;
}
.hs-user-guide-layout-row-2 .page-center {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.hs-user-guide-layout-row-2-left-content h2 {
  margin-bottom: 20px;
}
.hs-user-guide-layout-row-2-left-content p {
  line-height: 1.2em;
  font-size: 18px;
  color: #2F2E2E;
  margin: 0 0 21px;
}
.custom-slider .hs_cos_gallery_main {
  margin: 0;
  padding: 0 20px;
}
.custom-slider .top-caption p {
  color: #2F2E2E;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  margin: 0;
}
.custom-slider .top-caption {
  margin: 31px 0px 9px 0;
}
.custom-slider .hs_cos_gallery_main .slick-slide {
  margin: 0 !IMPORTANT;
}
.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block !important;
  margin: 0;
}
.custom-slider .hs_cos_gallery_main .slick-arrow {
  z-index: 2;
  top: calc(50% - 10px);
  width: 10px;
  height: auto;
  margin-top: 0;
  transform: none;
}
.custom-slider .hs_cos_gallery_main .slick-arrow:before {
  content: none;
}
.custom-slider .hs_cos_gallery_main .slick-arrow svg {
  fill: rgba(47, 46, 46, 1);
  stroke: rgba(47, 46, 46, 1);
  stroke-width: 1px;
}
.custom-slider .hs_cos_gallery_main .slick-arrow:hover {
  opacity: .6;
}
.custom-slider .hs_cos_gallery_main .slick-arrow.slick-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.hs-user-guide-layout-row-3 h2 {
  max-width: 265px;
  margin: 0px 0px 24px;
}
.hs-user-guide-layout-row-3 {
  padding: 46px 0;
}
.hs-user-guide-layout-row-3 .page-center{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.hs-user-guide-layout-row-3 .custom-two-with-right-img-md p {
  line-height: 1.2em;
  font-size: 18px;
  margin: 0 0 21px;
}
.hs-user-guide-layout-row-3 .custom-two-with-right-img-md .custom-two-col-right-img-left-col {
  width: 39%;
}
.hs-user-guide-layout-row-3 .custom-two-with-right-img-md .custom-two-col-right-img-col {
  width: 61%;
  margin-top: -10px;
}
.hs-user-guide-layout-row-3 .custom-two-with-right-img-md {
  margin-bottom: 37px;
}
.hs-user-guide-layout-row-3 span.hs_cos_wrapper_type_linked_image {
  display: block;
  margin: 0 -10px;
}
.hs-user-guide-layout-row-4 .page-center {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.hs-user-guide-layout-row-4 {
  padding: 108px 0 22px;
}
.hs-user-guide-layout-row-4 h2 {
  margin: 0 0 15px;
}
.hs-user-guide-layout-row-4 p {
  font-size: 18px;
  margin: 0 0 14px;
}
.hs-user-guide-layout-row-4 p:last-child {
  margin-bottom: 0;
}
.custom-slider .top-caption h6 {
  color: #2F2E2E;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.hs-user-guide-layout-row-4 .custom-slider .top-caption {
  margin: 31px 0px 29px;
}
.hs-user-guide-layout-row-5 {
  text-align: center;
}
.hs-user-guide-layout-row-5 p {
  color: #000000;
  line-height: 1.2em;
  font-size: 18px;
}
.hs-user-guide-layout-row-5 p:last-child {
  margin-bottom: 0;
}
.hs-user-guide-layout-row-5 {
  text-align: center;
  padding: 0 0 33px;
}
.custom-slider .caption {
  text-align: center !important;
  margin: 36px 0px 50px;
}
.custom-slider .caption p {
  line-height: 1.5em;
}
.custom-slider .caption p span {
  color: #C73B34;
}
.custom-slider .caption.below.no-cap {
  display: none;
}
.custom-ad-two-col-content-with-vdo-md .custom-on-col-vdo-inner-wrapper {
  padding-bottom: 56.1%;
  margin: 0;
  max-width: 100%;
}
.custom-ad-two-col-content-with-vdo-md .custom-on-col-vdo-overlay .Video1423133661--overlay button {
  font-size: 24px;
  width: 54px;
  height: 54px;
  opacity:1;
}
.custom-ad-two-col-content-with-vdo-md .custom-on-col-vdo-overlay .Video1423133661--overlay {
  background-color: rgba(0, 0, 0, 0.35);
}
.hs-home-page-layout-row-3 a.custom-btn.pop-btn:hover {
  border-color: #fff;
  color: #fff;
}
.custom-solution-md-item a.custom-btn:hover {
  border-color: rgba(255, 255, 255, 1);
  color: #FFFFFF;
}
.custom-solution-md-item.gray a.custom-btn:hover {
  border-color: rgba(27, 100, 140, 1);
  color: #1B648C;
}
.hs-working-with-evie-layour-row-1 {
  background-color: rgba(250, 250, 250, 1);
}
/* =============== Footer =============== */

.footer-container-wrapper {
  position: relative;
  z-index: 99;
}
.footer-container {}
.custom-footer {
  background-color: rgba(17, 37, 66, 1);
  padding: 55px 0 63px;
}
.footer-copyright {
  text-align: center;
  color: #fff;
  margin-top: 95px;
}
.footer-copyright p {
  font: normal normal normal 14px/1.4em raleway,sans-serif;
  line-height: 1.5em;
  letter-spacing: normal;
  margin: 0;
}
.custom-footer-logo img {
  width: 113px;
}
.custom-footer-logo {
  padding-left: 35px;
  text-align: center;
}
.custom-footer-social-icon-md {
  padding-top: 10px;
  padding-left: 0;
  margin-left: -1px;
}
.custom-footer-social-icon-wrapper {
  padding-left: 6px;
}
.custom-footer-social-icon-wrapper ul {
  margin: 0px 0px 16px;
  padding: 0;
  list-style: none;
}
.custom-footer-social-icon-wrapper ul li {
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  margin-right: 8px;
  display: inline-block;
}
.custom-footer-social-icon-wrapper ul li:last-child {
  margin-right: 0;
}
.custom-footer-btn-wrapper a.footer-btn {
  margin: 0px 0px 16px;
  display: inline-block;
  min-width: 142px;
  background-color: transparent;
  border: solid rgba(255, 255, 255, 1) 1px;
  border-radius: 50px;
  transition: all 0.4s ease 0s;
  text-align: center;
  font: normal normal 700 16px/1.4em raleway-semibold,raleway,sans-serif;
  color: #fff;
  padding: 8px 5px;
}
.custom-footer-btn-wrapper a.footer-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(182, 232, 227, 1);
  color: #234985;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
  padding: 0 16px;
  padding-top: 11px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: 50%;
  max-width: 197px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  margin: 0 0 19px;
  display: block;
  width: auto;
  font: normal normal bold 20px/1.4em raleway,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-family: raleway-semibold,raleway,sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  cursor: text;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li {
  margin: 0px 0px 12px;
  font: normal normal bold 20px/1.4em raleway,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-size: 16px;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  display: inline-block !important;
  font-family: raleway,sans-serif;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  white-space: normal !important;
}
.lp-footer .footer-copyright {
  margin-top: 20px;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  margin-left: -106px;
  padding-top: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  font: normal normal normal 14px/1.4em raleway-semibold,raleway,sans-serif;
  margin: 0 7.3px 0 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > .hs-sub-menu > a {
  display: inline-block;
  padding: 0 15px;
  color: #FFFFFF;
  transition: color 0.4s ease 0s;
  line-height: 34px;
  width:100%;
  margin-bottom: 7px;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(17, 37, 66, 1);
  min-width:107px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  font: normal normal normal 14px/1.4em raleway-semibold,raleway,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  white-space:normal !important;
  line-height:29px;
  color:#fff;
  text-decoration:none;
  padding:0 12px;
  transition: color 0.4s ease 0s;
  display: inline-block;
  width:100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#3776A3;
  transition: color 0.4s ease 0s;
}


/* 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;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > .hs-sub-menu > a {
    color:#3776A3;
    transition: color 0.4s ease 0s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > .hs-sub-menu > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a  {
    color:#3776A3;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active.bookmark-active > .hs-sub-menu > a {
    color: #FFFFFF;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active.bookmark-active:hover > .hs-sub-menu > a {
    color:#3776A3;
  }
  .hs-signaturesetup-layout .custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content-img-col {
    padding-left: 77px;
  }
}


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

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

@media (max-width: 767px){

  /* 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 ===== */
  @-webkit-keyframes tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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 tmFull2_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-trigger {
    position: absolute;
    right: -2px;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: solid 0px rgba(255, 255, 255, 1);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 12px;
    z-index: 999;
  }
  .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.tmFull2_line1 {
    -webkit-animation-name: tmFull2_tiny-menu-open-squeeze-1-reverse;
    animation-name: tmFull2_tiny-menu-open-squeeze-1-reverse;
  }
  .mobile-trigger svg line.tmFull2_line2 {
    -webkit-animation-name: tmFull2_tiny-menu-open-squeeze-2-reverse;
    animation-name: tmFull2_tiny-menu-open-squeeze-2-reverse;
  }
  .mobile-trigger svg line.tmFull2_line3 {
    -webkit-animation-name: tmFull2_tiny-menu-open-squeeze-3-reverse;
    animation-name: tmFull2_tiny-menu-open-squeeze-3-reverse;
  }
  .mobile-open .mobile-trigger svg {
    stroke: rgba(255, 255, 255, 1);
    width: 17px;
    margin-top: -1px;
  }
  .mobile-open .mobile-trigger svg line.tmFull2_line1 {
    -webkit-animation-name: tmFull2_tiny-menu-open-squeeze-1;
    animation-name: tmFull2_tiny-menu-open-squeeze-1;
  }
  .mobile-open .mobile-trigger svg line.tmFull2_line2 {
    -webkit-animation-name: tmFull2_tiny-menu-open-squeeze-2;
    animation-name: tmFull2_tiny-menu-open-squeeze-2;
  }
  .mobile-open .mobile-trigger svg line.tmFull2_line3 {
    -webkit-animation-name: tmFull2_tiny-menu-open-squeeze-3;
    animation-name: tmFull2_tiny-menu-open-squeeze-3;
  }


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

  .child-trigger {
    display: block !important;
    width: auto;
    box-sizing: content-box;
  }
  .child-trigger:after {
    content: '\ff0b';
    color: #FFFFFF;
    padding: 10px 16px 10px 20px;
    position: relative;
    display: inline-block;
    margin-left: -22px;
    width: 22px;
    text-align: right;
    box-sizing: content-box;
  }
  .child-trigger.child-open:after {
    content: "\ff0d";
  }

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

  .custom-menu-primary {
    padding-top: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    position: fixed;
    background: rgba(47, 46, 46, 1);
    height: 100%;
    z-index: 9;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 81px !important;
    padding-bottom: 20px !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    letter-spacing: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 0 20px 0 20px;
    font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .hs-sub-menu > a {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px 20px;
    text-align: center;
    font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    width: auto;
    margin:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:after, .custom-menu-primary .hs-menu-wrapper > ul:before {
    content: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul .hs-sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .hs-sub-menu > a {
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-width: 0;
    text-align: center;
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    font-size: 90%;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px 20px;
    text-align: center;
    line-height: 22.4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > .hs-sub-menu > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    color: #C73B34;
  }


}


/* ==========================================================================
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 h1 {
  color: #112542;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 45px;
  font-family: raleway-semibold,raleway,sans-serif;
}
.post-header h2 a {
  color: #112542;
  text-decoration:none;
}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#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 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom:1px solid #ccc;
}
.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 {
  display:block;
  padding: 10px 0;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  margin-bottom:10px;
  padding: 10px 0 0;
}
.blog-pagination {
  display: inline-block;
  clear: both;
}
.blog-pagination a {
  display: block;
  margin: 10px 0 0;
}

/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding:15px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
#comments-listing:empty {
  border: none;
  margin:0;
  padding:0;
}
.comment-date { 
  display:block;
  font-size: 13px;
  text-align: left;
}
.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 {
  margin-bottom: 25px;
}
.custom_listing_comments{
  padding:15px;
  margin:20px 0;
  border:1px solid #ccc;
}


/* =============== 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 =============== */
.body-container .hs_cos_wrapper_type_form, 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription,
.body-container .hs-search-field,
.body-container .hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_blog_comments form{
  background-color: rgb(62, 91, 135);
  display:block;
  padding:20px;
  margin-bottom:20px;
  color:#fff;
  max-width:500px;
}
.body-container .form-title,
.body-container .widget-type-email_simple_subscription h1,
.body-container .widget-type-email_simple_subscription h2,
.body-container .widget-type-email_simple_subscription h3,
.body-container .widget-type-email_simple_subscription p{
  color:#fff;
}
/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display:block;
  margin-bottom:5px;
}
#email-prefs-form .hs-button.primary:hover {
  color: rgba(16, 161, 161, 1);
}

/* 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: 7px 7px 7px 7px;
  font: normal normal normal 15px/1.4em raleway,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 0;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box !important;
  color: #112542;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  padding: 3px 22px;
  margin: 0;
  max-width: 100%;
  width:100%;
  display:block;
  margin: 0px 0px 21px;
  min-height:50px;
}

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(203, 219, 242, 1);
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:none;
}

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

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

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

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

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

.hs-input.error {
  border-width: 2px;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(255, 64, 64, 1);
}
ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  color: rgba(255, 64, 64, 1);
  font-family: arial;
  font-size: 13px;
  margin-top: 0;
}
/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

/* Label */
#comment-form .hs-form-field > 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;
  border-radius: 20px;
  background-color: rgba(101, 184, 184, 1);
  border: solid transparent 2px;
  font: normal normal normal 16px/1.4em lulo-clean-w01-one-bold,sans-serif;
  color: #fff;
  display: inline-block;
  position: relative;
  white-space: normal;
  padding: 11px 15px 10px 15px;
  min-width: 142px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: transparent;
  border-color: rgba(16, 161, 161, 1);
  color: #FFFFFF;
}

.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 {}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 276px;
  display: block;
  width: 100%;
  overflow-y:hidden;
  overflow-x:auto;
  margin-bottom: 20px;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/* ========= Contact PopUp =============== */
.custom-contact-popUp-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background-color: rgba(178, 201, 236, 0.6);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.show-contact-pop .custom-contact-popUp-wrapper {
  opacity: 1;
  visibility: visible;
}
.custom-contact-popUp-wrapper .custom-contact-popUp {
  max-width: 659px;
  float: right;
  background-color: rgb(62, 91, 135);
  padding: 0;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  transition: all 0.4s;
  right: -659px;
  transition-delay:0.3s;
}
.show-contact-pop .custom-contact-popUp-wrapper .custom-contact-popUp  {
  right:0;
}
.pop-close {
  position: relative;
  margin: 20px 0px 45px 0;
  width: 28px;
  height: 27px;
  cursor: pointer;
  margin-left: auto;
  right: 20px;
  float: right;
}
.pop-close svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #F2F2F2;
  fill-opacity: 1;
  stroke: rgba(237, 21, 102, 1);
  stroke-width: 0px;
}
.custom-pop-form-title h2 {
  margin: 0px 0px 19px;
  font-size: 34px;
  line-height: 0.9em;
  font-family: raleway-semibold,raleway,sans-serif;
  color: #FFFFFF;
  padding: 0 8px;
  font-weight: bold;
}
.custom-pop-form-title ul {
  margin: 0px 0px 30px;
  padding-left: 1.3em;
  margin-left: 0.5em;
  line-height: normal;
  color: rgb(255, 255, 254);
  font-family: raleway,sans-serif;
  font-size: 14px;
  list-style-type: disc;
}
.custom-pop-form-title ul li {
  line-height: 1.4em;
}
.custom-pop-form-title {
  padding: 0px 59px;
}
.custom-pop-form {
  padding: 0 60px;
  margin-top: 28px;
}
.custom-pop-form .hs-form-field > label {
  display: none;
}
textarea.hs-input {
  min-height: 156px;
  padding-top: 0.75em;
}
.custom-pop-form .hs-form-field {
  padding: 0 8px !IMPORTANT;
}
.custom-pop-form fieldset {
  margin: 0 -8px !IMPORTANT;
}
.custom-pop-form .hs-input {
  margin: 0px 0px 16px;
}
.custom-pop-form textarea.hs-input {
  margin-top: 5px;
  margin-bottom: 25px;
}
.custom-pop-form .hs_recaptcha {
  float: left;
  width: 60%;
  padding: 0 !important;
}
.custom-pop-form .hs_submit.hs-submit {
  float: right;
  width: 40%;
  text-align: right;
  margin: 13px 0px 30px;
}
.custom-header-social-icon-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.custom-header-social-icon-wrapper ul li {
  width: 36px;
  height: 36px;
  margin-bottom: 0px;
  margin-right: 3px;
  display: inline-block;
}
.custom-header-social-icon-wrapper ul li:last-child {
  margin-right: 0;
}
.custom-header-social-icon-wrapper {
  margin-top: 85px;
}
.custom-pop-form form {
  position: relative;
  margin: 0;
}
.custom-pop-form form:after {
  content: "";
  display: table;
  clear: both;
}
.custom-pop-form .hs_error_rollup {
  position: absolute;
  bottom: -11px;
  left: 0;
}
.custom-contact-popUp-inner {
  background-color: rgb(62, 91, 135);
  padding: 0 14px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/*ClipAni*/
@keyframes clipAni {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% -1.37773%, 0% -0.37773%);
    clip-path: polygon(0% 0%, 100% 0%, 100% -1.37773%, 0% -0.37773%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@-webkit-keyframes clipAni {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% -1.37773%, 0% -0.37773%);
    clip-path: polygon(0% 0%, 100% 0%, 100% -1.37773%, 0% -0.37773%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.clipAni {
  -webkit-animation-name: clipAni;
  animation-name: clipAni;
}
.animated.clipAni {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}


/* = SlideLeft = */
@keyframes SlideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes SlideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* = SlideRight = */
@keyframes SlideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65px);
    transform: translateX(65px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes SlideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65px);
    transform: translateX(65px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* = ScaleLeft = */
@keyframes ScaleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ScaleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ScaleLeft {
  -webkit-animation-name: ScaleLeft;
  animation-name: ScaleLeft;
}

#comp-jiwuyjjk, #comp-jiwuzpql {
  transform-origin: right;
}
#comp-jiwuzery, #comp-jiwv0rkt {
  transform-origin: left;
}
.SlideRight {
  -webkit-animation-name: SlideRight;
  animation-name: SlideRight;
}
.SlideLeft {
  -webkit-animation-name: SlideLeft;
  animation-name: SlideLeft;
}
.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.animated.fadeInUp,
.animated.fadeInDown {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.ScaleLeft {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.custom-meet-ceo-header.fadeInDown.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay:1s;
}
.ceo-member-img-holder img {
  filter: url(#gotham-comp-jiwvh7yvimg);
}

/* 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: 1075px) and (min-width: 860px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: -50px;
    margin-right: -50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0;
    font-size: 13px;
  }
  .custom-header-btn-md .custom-head-btn {
    min-width: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .custom-header-btn-md .custom-head-btn.head-blue-fill-btn {
    margin-left: 5px;
  }
}
@media (max-width: 930px) and (min-width: 768px) {
  .custom-tile-content-col p {
    font-size: 14px;
  }
  .custom-tile-content-col {
    max-width: 150px !IMPORTANT;
  }
  .custom-tile-content-col.tile-2 {
    top: 242px;
    left: -110px;
  }
  .custom-tile-content-col.tile-3 {
    margin-top: 63px;
    right: -105px;
    max-width: 150px;
  }
  .custom-tile-content-col.tile-1 {
    left: -82px;
  }
  .custom-tile-content-col.tile-4.wow.SlideRight.animated {
    right: -130px;
    margin-top: 64px;
  }
}

@media (max-width: 859px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: -50px;
    margin-right: -50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0;
    font-size: 12px;
  }
  .custom-header-btn-md .custom-head-btn {
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-width:0;
  }
  .custom-header-btn-md .custom-head-btn.head-blue-fill-btn {
    margin-left: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 14px;
  }
  

}
@media (max-width: 1045px) {
  .custom-home-banner-top-row h1, .custom-home-banner-top-row .home-text-slider {
    font-size: 43px;
  }
  .custom-skill-integrations-item-grp {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .pre-footer-btn-grp .pre-footer-btn-col.col-1 {
    padding-left: 15px;
  }
  .custom-home-banner-top-row .home-text-slider {
    height: 60px;
  }
  .pricing-top-group h3 {
    font-size: 25px;
  }
  .pricing-top-group h2 {
    font-size: 50px;
  }
  .pricing-content-group, .custom-pricing-item-grid .pricing-item:nth-child(3) .pricing-content-group {
    padding: 0;
  }
  .custom-pricing-item-grid .pricing-item .pricing-content-group {
    font-size: 14px;
  }
  .hs-how-wvie-works-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .hs-how-wvie-works-md {
    margin-bottom: -30px;
  }
  .hs-how-wvie-works-item-inner {
    max-width: 220px;
    margin: 0 auto;
  }
  .custom-solution-btn-holder {
    padding: 0 10px;
  }
  .custom-skill-integrations-item .icon-title {
    font-size: 14px;
  }
  .custom-home-banner-top-row .home-top-heafing {
    display: block;
  }
  .custom-home-banner-top-row h1 {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .custom-home-banner-top-row .home-text-slider {
    width: 100%;
    float: none;
    max-width: 348px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-home-page-banner-wrapper {
    padding-top: 34px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .custom-home-page-banner-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .custom-solution-md-item-grid .solution-content ul {
    padding: 0;
  }
  .custom-solution-md-item-grid .solution-content ul li {
    font-size: 14px;
  }
  .custom-solution-md-item-grid .solution-content ul li {
    font-size: 14px;
    padding-left: 30px !important;
  }
  .custom-solution-md-item-grid .solution-content ul li:before {
    left: 0 !important;
  }
  .custom-solution-md-wrapper .custom-solution-btn-holder {
    padding: 0 10px;
  }
  .custom-solution-md-wrapper .custom-solution-btn-holder a.custom-btn {
    font-size: 13px;
  }
  .custom-solution-md-item-grid .solution-content h5 {
    font-size: 16px;
  }
}

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

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-solution-md-item-grid .custom-solution-md-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .custom-home-banner-top-row .home-text-slider {
    height: auto;
  }
  .body-container .hs_cos_wrapper_type_form, 
  .body-container .widget-type-blog_subscribe, 
  .body-container .widget-type-google_search, 
  .body-container .widget-type-password_prompt.custom_error_message, 
  .body-container .widget-type-email_simple_subscription,
  .body-container .hs-search-field,
  .body-container .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_blog_comments form {
    max-width:100%;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 276px;
    display: block;
    width: 100%;
    overflow-y:hidden;
    overflow-x:auto;
    margin-bottom: 20px;
  }
  .custom-logo img {
    width: 54px;
  }
  .custom-logo {
    padding: 10px 0 5px;
    position: relative;
  }
  .custom-header .page-center {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .custom-header-right-btn-md-group {
    display: none !important;
  }
  .custom-header {
    min-height: 70px !important;
    position: relative;
    box-shadow: none;
  }
  .hs-full-width-layout .custom-header{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  }
  .custom-header-group {
    min-height: 0 !important;
  }
  .custom-footer {
    padding-bottom: 13px;
    padding-top: 24px;
  }
  .footer-container .row-fluid .page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-copyright p {
    line-height: 1.5em;
    font-size: 15px;
  }
  .custom-footer-social-icon-md {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
  }
  .footer-copyright {
    margin-top: 47px;
  }
  .custom-footer-social-icon-wrapper ul li {
    margin-right: 10.5px;
  }
  .custom-footer-social-icon-wrapper ul li:last-child {
    margin-right: 0;
  }
  .custom-footer-social-icon-wrapper {
    padding-left: 0;
  }
  .custom-footer-btn-wrapper {
    margin: 0px 0px 30px;
  }
  .custom-footer-btn-wrapper a.footer-btn {
    margin: 0px 0px 18px;
  }
  .custom-footer-btn-wrapper a.footer-btn:last-child {
    margin-bottom: 0;
  }
  .custom-footer-btn-wrapper a.footer-btn {
    width: 100%;
    min-width: 0;
    max-width: 160px;
    padding: 9px 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    float: left !important;
    max-width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper > ul {
    padding: 0 7px 0;
    margin-bottom: 48px !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    margin: 0px 0px 12px;
    font-size: 19px;
  }
  .custom-footer-logo {
    padding: 0 7px 0;
    text-align: left;
    margin-bottom: 27px;
  }
  .custom-footer-logo img {
    width: 65px;
  }
  .custom-contact-popUp-wrapper .custom-contact-popUp {
    float: none !important;
    position: absolute;
    left: 0;
    right: 0 !important;
    transform: translateX(100%);
    max-width: 100%;
  }
  .show-contact-pop .custom-contact-popUp-wrapper .custom-contact-popUp {
    transform: translateX(0);
  }
  .pop-close + div {
    clear: both;
  }
  .pop-close {
    width: 20px;
    height: 20px;
    margin: 10px 0px 10px;
    right: 25px;
  }
  .custom-pop-form-title {
    padding: 0px 25px;
  }
  .custom-contact-popUp-inner {
    padding: 0;
  }
  .custom-pop-form-title h2 {
    font-size: 38px;
    padding: 0;
    margin-bottom: 10px;
  }
  .custom-pop-form-title ul {
    font-size: 15px;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .custom-pop-form {
    padding: 0 20px;
    margin-top: 20px;
  }
  .custom-pop-form .hs-form-field {
    max-width: 100% !important;
    width: 100% !important;
  }
  .custom-pop-form .hs-input {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .custom-pop-form textarea.hs-input {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .custom-pop-form .hs_recaptcha {
    float: none;
    width: 100%;
    max-width: 276px !important;
    margin-bottom: 7px !IMPORTANT;
  }
  .custom-pop-form .hs_submit.hs-submit {
    width: 100%;
    text-align: left;
    float: none;
    margin: 0;
  }
  .custom-pop-form .hs-button.primary.large {
    padding: 8px 12px 8px 12px;
    min-width: 118px;
  }
  .custom-header-social-icon-wrapper {
    margin-top: 65px;
  }
  .custom-pop-form .hs_error_rollup {
    position: static;
  }
  .custom-contact-popUp-wrapper .custom-contact-popUp, .custom-contact-popUp-inner {
    background-color: rgb(0, 0, 0);
  }
  .custom-banner-area h1 {
    font-size: 31px;
    margin-bottom: 13px;
  }
  .custom-banner-area p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .custom-banner-area {
    min-height: 0;
  }
  .custom-banner-area .banner-content {
    padding: 46px 0 42px;
  }
  .custom-two-with-right-img-md .custom-two-col-right-img-left-col,
  .custom-two-with-right-img-md .custom-two-col-right-img-col {
    width: 100%;
    float: none;
  }
  .custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-col,
  .custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-content-col {
    width: 100%;
    float: none !important;
  }
  .custom-two-col-eq-content-md .custom-two-col-eq-content-col,
  .custom-two-col-eq-content-md .custom-two-col-eq-content-col.col-2 {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0 15px;
  }
  .custom-two-with-right-img-md {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .hs-evie-everywhere-layout-row-1 {
    padding-top: 32px;
    padding-bottom:32px;
  }
  .custom-two-with-right-img-md .custom-two-col-right-img-col {
    margin: 0 0 43px;
  }
  .custom-two-with-right-img-md h2 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .custom-two-with-right-img-md {
    margin: 0 -10px;
  }
  .custom-two-with-right-img-md h3 {
    font-size: 18px;
    margin-bottom: 21px;
  }
  .custom-two-with-right-img-md p {
    font-size: 14px;
  }
  .custom-ad-two-col-content-with-vdo-md {
    /*     display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; */
    padding-top: 10px;
  }
  .custom-ad-two-col-content-with-vdo-md h2 {
    font-size: 26px;
    margin: 33px 0px 9px 0;
  }
  .custom-ad-two-col-content-with-vdo-md h3 {
    font-size: 18px;
    margin: 0 0 21px;
  }
  .custom-ad-two-col-content-with-vdo-md p {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-col {
    padding: 0;
  }
  .custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-content-col .ad-vdo-content-holder {
    margin-bottom: 46px;
  }
  .custom-ad-two-col-content-with-vdo-md .custom-ad-vdo-col {
    margin-bottom: 26px;
    margin-top: 15px;
  }
  .custom-two-col-eq-content-md {
    padding: 0;
    margin: 0 -10px;
  }
  .custom-two-col-eq-content-md h3 {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .custom-two-col-eq-content-md .content-holder p {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .ad-to-btn-holder {
    text-align: center;
  }
  .ad-to-btn-holder a img {
    width: 25px !important;
  }
  .ad-to-btn-holder a {
    font-size: 16px;
    padding: 4px 19px 3px 10px;
  }
  .custom-pre-footer-header {
    font-size: 29px;
    margin-bottom: 37px;
  }
  .pre-footer-btn-grp .pre-footer-btn-col {
    width: 100%;
    float: none;
  }
  .custom-pre-footer-md {
    padding: 49px 0 51px;
  }
  .custom-pre-footer-btn.fill-btn {
    padding: 10px 10px 11px 10px;
    margin-bottom: 6px;
    font-size: 15px;
  }
  .no-card-req {
    font-size: 14px;
  }
  .pre-footer-btn-grp .pre-footer-btn-col.col-1 {
    margin-bottom: 21px;
  }
  .custom-pre-footer-btn {
    padding: 11px 10px 11px 10px;
    font-size: 12.957563977972141px;
    margin-bottom: 0;
  }
  .pre-footer-btn-grp {
    padding: 0 4px;
  }
  .custom-logo-group-md {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .custom-pricing-item-grid .pricing-item {
    width: 100%;
    float: none;
    display: block;
  }
  .cusrom-pricing-banner-content {
    max-width: 100%;
    text-align: center;
  }
  .cusrom-pricing-banner-content h1 {
    font-size: 31px;
  }
  .cusrom-pricing-banner-area .pricing-banner-container {
    padding-top: 34px;
    padding-bottom: 39px;
  }
  .custom-price-banner-bg {
    position: absolute;
  }
  .cusrom-pricing-banner-area {
    min-height: 0;
  }
  .custom-pricing-md-wrapper {
    margin-top: 15px;
  }
  .custom-pricing-header {
    color: #234985;
    font-size: 34px;
    border-color: #FFFFFF;
    padding: 8px 4px 9px;
    margin-bottom: 15px;
  }
  .custom-pricing-item-grid .pricing-item .pricing-item-inner {
    padding: 10px;
  }
  .pricing-top-group h3 {
    font-size: 32px;
    margin-bottom: 35px;
    margin-top: 19px;
  }
  .pricing-top-group h2 {
    font-size: 54px;
    margin-bottom: 4px;
    padding-top: 1px;
  }
  .pricing-top-group p {
    font-size: 13px;
  }
  .pricing-top-group {
    min-height: 0;
    margin-bottom: 50px;
  }
  .pricing-button-group a {
    font-size: 12.957563977972141px;
    max-width: 211px;
    margin: 0 auto;
    padding: 11px 10px 11px 10px;
  }
  .pricing-button-group {
    margin: 0px 0px 41px;
  }
  .custom-pricing-item-grid .pricing-item .pricing-content-group {
    font-size: 14px;
    padding: 0 9px;
  }
  .custom-pricing-item-grid .pricing-item .pricing-content-group p {
    margin-bottom: 16px;
  }
  .custom-pricing-item-grid .pricing-item {
    margin-bottom: 41px;
  }
  .pricing-top-group svg {
    width: 77px;
    height: 85px;
  }
  .hs-pricing-layout-row-3 h4 {
    font-size: 18px;
    margin-bottom: 31px;
  }
  .hs-pricing-layout-row-3 {
    padding: 55px 0;
  }
  .hs-recruitment-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-recruitment-item .hs-recruitment-item-left-col,
  .hs-recruitment-item .hs-recruitment-item-right-col {
    float: none;
    width: 100%;
    padding: 0;
  }
  .hs-recruitment-banner-area-wrapper h1 {
    font-size: 31px;
  }
  .hs-recruitment-banner-container {
    padding: 34px 0 37px;
  }
  .hs-recruitment-banner-area-wrapper p {
    margin: 0px 0px 20px;
    font-size: 18px;
  }
  .hs-recruitment-banner-area-wrapper .custom-button-group {
    margin: 0;
  }
  a.custom-btn {
    min-width: 194px;
    font-size: 14px;
    padding: 10px 20px 9px 20px;
  }
  .hs-recruitment-banner-area-wrapper {
    min-height: 0;
  }
  .hs-recruitment-layout-row-1 {
    padding-top: 39px;
  }
  .hs-recruitment-header h3 {
    font-size: 18px;
  }
  .hs-recruitment-header {
    margin: 0px 0px 64px;
    padding: 0;
  }
  .hs-recruitment-item .hs-recruitment-item-left-col .hs-recruitment-item-left-col-inner {
    margin: 0 0 15px;
    padding: 0 10px;
  }
  .hs-recruitment-item p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .hs-recruitment-item {
    margin-bottom: 105px;
  }
  .one-col-vdo-title h3 {
    font-size: 14px;
    margin: 0px 0px 20px;
  }
  .custom-on-col-vdo-wrapper {
    padding: 0 10px;
  }
  .custom-on-col-vdo-inner-wrapper {
    padding-bottom: 75.1%;
    margin-bottom: 39px;
  }
  .custom-on-col-vdo-overlay .Video1423133661--overlay button {
    width: 30px;
    height: 30px;
  }
  .hs-recruitment-layout-row-2 h6 {
    font-size: 19px;
  }
  .hs-recruitment-layout-row-2 .custom-button-group {
    padding-bottom: 48px;
  }
  .hs-recruitment-layout-row-2 {
    padding-bottom: 51px;
  }
  .hs-faq-tab-wrapper {
    padding: 20px 5px;
  }
  .hs-faq-layout-row-1 .page-center {
    padding-left: 20px !IMPORTANT;
    padding-right: 20px !IMPORTANT;
    padding-bottom: 31px !important;
  }
  .hs-faq-layout-row-1 h4 {
    font-size: 17px;
    margin-top: 0;
  }
  .faq-tab-content {
    margin-bottom: 7px;
  }
  .tab-button {
    display: block;
  }
  .tab-button {
    border: 1px solid rgba(160,160,159,1);
    font: normal normal normal 19px/23px raleway-semibold,raleway,sans-serif;
    line-height: 20px;
    font-size: 16px;
    outline: 0;
    display: inline-block;
    width: 100%;
    padding: 11px 15px;
    color: rgba(160,160,159,1);
    position: relative;
  }
  ul.tabbernav {
    display: none;
  }
  .hs-faq-tab-wrapper .tabberlive {
    padding-top: 10px;
    padding-left: 0;
  }
  .tab-button:after {
    content: "";
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
  }
  ul.tabbernav {
    border: 1px solid rgba(0,0,0,.15);
    font-size: 14px;
    margin: 0 !important;
    margin-top: -1px !IMPORTANT;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    color: rgba(160,160,159,1);
    border-color: rgba(160,160,159,1);
    background: #fff;
    max-height: 132px;
    overflow: auto;
    min-width: 130px;
    padding: 5px 0 !important;
    width: 100%;
  }
  ul.tabbernav li {
    font: inherit !important;
    display: block !important;
    padding: 0 !important;
  }
  ul.tabbernav li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    border-color: rgba(160,160,159,1) !important;
    color: rgba(160,160,159,1) !important;
    font: normal normal normal 19px/23px raleway-semibold,raleway,sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  ul.tabbernav li.tabberactive a {
    background: #337ab7;
    color: #fff !important;
  }
  ul.tabbernav.show {
    display: block;
  }
  .tab-nav-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  .faq-ac-heading .faq-ac-heading-text {
    padding-right: 16px;
  }
  .four-col-tile-main-wrapper-inner2 {
    left: 0;
    width: 100%;
    height: 100%;
    grid-area: 1 / 1 / 7 / 2;
  }
  #comp-jiwuzery {
    width: 57px !important;
    position: relative;
    margin: 46px 0px 46px 0;
    left: 58px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jiwuyjjk {
    position: relative;
    margin: 0px 0px 117px 0;
    left: 58px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
    width: 57px !important;
  }
  #comp-jiwuzpql {
    position: relative;
    margin: 56px 0px 14px 0;
    left: 98px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
    width: 16px !important;
  }
  #comp-jiwv0rkt {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 68px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
    width: 47px !important;
    top: -49px;
  }
  .custom-video-banner-area {
    min-height: 0;
    margin-top: 0;
  }
  .custom-video-banner-area.full-with-with-vdo-md {
    min-height:0;
  }
  .custom-video-banner-container {
    padding: 62px 0;
  }
  .custom-video-banner-area h1 {
    font-size: 31px;
    margin-bottom: 44px;
  }
  .custom-video-banner-area p {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .custom-banner-video-wrap {
    display: none;
  }
  .hs-intelligent-interprise-img-wrapper {
    margin-top: 0;
    display: none;
  }
  .hs-about-layout-row-1 {
    padding-top: 27px;
  }
  .hs-about-layout-row-1 span.hs_cos_wrapper_type_rich_text {
    padding: 0 18px;
    margin: 0;
  }
  .hs-about-layout-row-1 span.hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
  }
  .hs-about-layout-row-1 span.hs_cos_wrapper_type_rich_text p:not(:last-child) {
    margin-bottom: 16px;
  }
  .four-col-tile-main-wrapper .four-col-tile-main-wrapper-inner {
    order: 1;
    float: left;
  }
  #comp-jiwu9yxflink {
    width: 100%;
    height: 100%;
  }
  .four-col-tile-md {
    width: 100%;
    height: 100%;
  }
  .four-col-tile-main-wrapper {
    margin: 0 -10px;
  }
  .four-col-tile-md img {
    margin-left: -189px;
    width: 290px;
    height: 323px;
    object-fit: cover;
  }
  .custom-tile-content-col {
    left: 121px !important;
    right: auto !important;
    text-align: left !IMPORTANT;
    max-width: 186px !IMPORTANT;
  }
  .custom-tile-content-col p {
    font-size: 14px;
  }
  .custom-tile-content-col.tile-1 {
    margin-top: 39px;
  }
  .custom-tile-content-col.tile-3 {
    margin-top: 44px;
  }
  .custom-tile-content-col.tile-2 {
    max-width: 113px !IMPORTANT;
    top: 161px;
  }
  .custom-tile-content-col.tile-4 {
    max-width: 118px !important;
    margin-top: 53px;
  }
  .four-col-tile-main-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .four-col-tile-main-wrapper {
    margin-bottom: 32px;
  }
  .custom-img-with-caption-md {
    margin-top: -6px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom:8px;
  }
  .custom-img-with-caption-md .custom-img-holder {
    margin-bottom: 24px;
  }
  .custom-img-with-caption-md .caption-holder {
    padding: 0 20px;
  }
  .custom-img-with-caption-md .caption-holder p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .custom-meet-ceo-header {
    font-size: 18px;
    margin-bottom: 23px;
  }
  .custom-ceo-details-col-wrapper {
    padding: 0;
  }
  .custom-ceo-details-col-wrapper .custom-ceo-left-col {
    width: 100%;
    float: none;
  }
  .custom-ceo-details-col-wrapper .custom-ceo-right-col {
    width: 100%;
    float: none;
  }
  .custom-ceo-details-col-wrapper .custom-ceo-left-col .ceo-member-img-holder {
    max-width: 180px;
    margin-bottom: 5px;
  }
  .ceo-md-member-details p {
    font-size: 12px;
  }
  .ceo-md-member-details {
    margin-bottom: 25px;
  }
  .custom-ceo-details-col-wrapper .about-ceo p {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .custom-ceo-details-col-wrapper .custom-ceo-right-col {
    width: 100%;
    float: none;
    padding: 0 13px;
    margin-top: 0;
    margin-bottom: 41px;
  }
  .custom-video-banner-area.full-with-with-vdo-md .custom-video-banner-container {
    padding: 51px 25px 64px;
  }
  .custom-video-banner-area.full-with-with-vdo-md h2 {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .custom-video-banner-area.full-with-with-vdo-md p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .hs-about-layout-row-2 {
    margin-bottom: 0;
  }
  #comp-jiwuyjjk, #comp-jiwuzpql {
    transform-origin: left;
  }
  .hs-working-with-evie-layout .custom-banner-area .banner-content {
    padding: 57px 15px 61px;
  }
  .hs-working-with-evie-layout .custom-banner-area h1 {
    margin-bottom: 15px;
  }
  .hs-working-with-evie-layout .custom-on-col-vdo-wrapper {
    padding: 0;
    margin: 0 -10px;
  }
  .hs-working-with-evie-layout .custom-on-col-vdo-inner-wrapper {
    margin-top: 0;
    padding-bottom: 78%;
    margin-bottom: 24px;
  }
  .hs-working-with-evie-layout .custom-on-col-vdo-overlay .Video1423133661--overlay button {
    width: 30px;
    height: 30px;
  }
  .hs-working-with-evie-layour-row-1 h6 {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .hs-working-with-evie-layour-row-1 a.custom-btn {
    font-size: 11.517834647086344px;
    padding: 7px 14px;
  }
  .hs-tab-wrapper .tabberlive {
    padding: 27px 15px;
  }
  .hs-tab-wrapper .tab-button {
    color: rgba(209,209,209,1);
    border-color: rgba(209,209,209,1);
  }
  .hs-tab-wrapper ul.tabbernav.show {
    border-color: rgba(209,209,209,1);
    max-height: 160px;
    padding-bottom: 9px !important;
    color: rgba(209,209,209,1);
  }
  .hs-tab-wrapper ul.tabbernav li a {
    color: rgba(209,209,209,1) !important;
  }
  .hs-tab-wrapper ul.tabbernav li.tabberactive a {
    color: #fff !important;
  }
  .hs-ac-heading .hs-ac-heading-text {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .hs-ac-heading .question-number {
    -webkit-align-items: center;
    -ms-flex-align: left;
    align-items: center;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-right: 0;
    padding-left: 15px;
    width: 100%;
    min-height: 0;
    font-size: 50px;
    line-height: normal;
    padding: 10px 15px 9px;
  }
  .hs-ac-heading .question-title {
    width: calc(100% - 30px);
    padding: 36px 0;
  }
  .hs-ac-heading .question-title .title-inner {
    display: block;
  }
  .hs-working-with-evie-layour-row-3 h3 {
    font-size: 23px;
    margin-bottom: 18px;
  }
  .hs-working-with-evie-layour-row-3 p {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .hs-working-with-evie-layour-row-3 {
    padding: 65px 24px 40px;
  }
  .hs-ac-content-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-sales-layout .hs-recruitment-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-sales-layout-row-1 {
    padding-top: 39px;
    padding-bottom: 80px;
  }
  .hs-recruitment-header {
    padding: 0 15px;
  }
  .custom-img-top-caption-row .img-top-cap-col {
    font-size: 17px;
  }
  .custom-img-top-caption-row {
    margin-top: 29px;
    margin-bottom: -7px;
  }
  .advanced-two-col-with-img-md .hs-recruitment-item-right-col-inner {
    padding: 0 2px;
  }
  .hs-sales-layout-row-1 span.hs_cos_wrapper_type_rich_text h6 {
    font-size: 19px;
    line-height: normal;
  }
  .hs-sales-layout-row-1 .custom-button-group {
    margin-bottom: 57px;
  }
  .advanced-two-col-with-img-md {
    margin-bottom: 0;
  }
  .hs-full-width-with-banner-layout .custom-banner-area h1 {
    font-size: 27px;
    font-family: raleway-semibold,raleway,sans-serif;
    font-weight: normal;
  }
  .hs-full-width-with-banner-layout .custom-banner-area .banner-content {
    padding: 52px 15px 57px;
  }
  .hs-full-width-with-banner-layout .custom-banner-area {
    min-height: 0;
  }
  .hs-full-width-with-banner-layout .custom-banner-area h1:last-child {
    margin-bottom: 0;
  }
  .hs-full-width-with-banner-layout-row-1 .page-center {
    padding-top: 31px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 62px;
  }
  .hs-full-width-with-banner-layout-row-1 h3 {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .hs-full-width-with-banner-layout-row-1 p {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .hs-full-width-with-banner-layout-row-1 h2 {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .hs-full-width-with-banner-layout-row-1 p:last-child {
    margin-bottom: 0;
  }
  .hs-scheduling-layout .hs-recruitment-banner-content-holder {
    padding: 0 10px;
  }
  .hs-scheduling-layout .hs-sales-layout-row-1 {
    padding-top: 39px;
  }
  .hs-scheduling-layout .hs-recruitment-header {
    padding-bottom: 22px;
  }
  .hs-scheduling-layout .hs-recruitment-item .hs-recruitment-item-right-col .img-holder {
    padding-top: 4px;
    margin: 0 -1px;
  }
  .hs-scheduling-layout .hs-recruitment-item {
    margin-bottom: 129px;
  }
  .hs-scheduling-layout .hs-recruitment-item:last-child {
    margin-bottom: 95px;
  }
  .hs-scheduling-layout .hs-sales-layout-row-1 .custom-button-group {
    margin-bottom: 85px;
  }
  .hs-scheduling-layout .hs-sales-layout-row-1 {
    padding-bottom: 104px;
  }
  .hs-full-width-layout-row-1 .page-center {
    padding: 41px 25px !IMPORTANT;
  }
  .hs-full-width-layout-row-1 h1 {
    font-size: 30px;
    margin-bottom: 39px;
  }
  .hs-full-width-layout-row-1 h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .hs-full-width-layout-row-1 p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .hs-full-width-layout-row-1 ul, .hs-full-width-layout-row-1 ol {
    font-size: 14px;
  }
  .hs-skype-layout-row-1 {
    padding: 26px 10px;
  }
  .hs-skype-layout-row-1 h1 {
    margin: 0 0 24px;
    font-size: 22px;
  }
  .hs-skype-layout-row-1 p {
    font-size: 17px;
    margin: 0 0 22px;
  }
  .custom-one-col-img-with-content-item-grid {
    padding-top: 19px;
  }
  .custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content-img-col {
    padding: 0;
    text-align: center;
  }
  .hs-skype-layout-row-1 h5 {
    font-size: 17px;
  }
  .hs-google-setup-layout .hs-skype-layout-row-1 {
    padding: 20px 10px;
  }
  .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-1 h1 {
    margin-bottom: 23px;
  }
  .hs-google-setup-layout .hs-skype-layout-row-1 h6 {
    font-size: 17px;
    margin-bottom: 26px;
  }
  .hs-google-setup-layout-inner-row-1 {
    margin-bottom: 60px;
  }
  .hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-2 h6 {
    margin-bottom: 10px;
  }
  .hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-2 p {
    line-height: 1.5em;
    font-size: 17px;
    margin-bottom: 25px;
  }
  .hs-google-setup-layout .hs-skype-layout-row-1 p small {
    font-size: 15px;
    margin-top: 0;
  }
  .hs-google-setup-layout-inner-row-2 {
    padding-bottom: 0;
  }
  .hs-google-setup-layout-inner-row-3 .custom-one-col-img-with-content-item-grid {
    padding-top: 0;
  }
  .hs-google-setup-layout-inner-row-3 .custom-one-col-img-with-content-md-wrapper {
    margin-top: 15px;
  }
  .hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-3 h6 {
    margin-bottom: 10px;
  }
  .hs-google-setup-layout .hs-skype-layout-row-1 .hs-google-setup-layout-inner-row-3 p {
    margin-bottom: 25px;
  }
  .hs-google-setup-layout .custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content-img-col {
    padding-left: 0;
    margin-top: 28px;
  }
  .custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content small {
    line-height: 1.5em;
    font-size: 15px;
  }
  .singnature-img-holder {
    max-width: 230px;
    margin: 0 auto 11px;
  }
  .custom-signature-img-md {
    padding-top: 29px;
  }
  .custom-solution-md-item-grid {
    margin: 0;
  }
  .custom-solution-md-item-grid .custom-solution-md-item {
    width: 100%;
  }
  .custom-home-banner-top-row .home-top-heafing {
    display: block;
  }
  .custom-home-banner-top-row .home-text-slider {
    width: auto;
    float: none;
    text-align: center;
  }
  .custom-home-banner-top-row h1 {
    float: none;
  }
  .hs-home-banner-btn-grid .custom-btn-item {
    width: 100%;
    float: none;
  }
  .custom-solution-md-wrapper .custom-solution-btn-holder {
    position: static;
  }
  .custom-skill-integrations-item-grp .custom-skill-integrations-item {
    width: 100%;
    float: none;
  }
  .custom-testimonial-item-grid .custom-testimonial-item-item {
    width: 100%;
    float: none;
  }
  .custom-home-banner-img-wrapper,
  .custom-home-banner-img {
    position: absolute;
  }
  .custom-home-page-banner-wrapper {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .custom-home-banner-top-row h1 {
    font-size: 24px;
    font-family: raleway-semibold,raleway,sans-serif;
    margin: 0 0 6px;
  }
  .custom-home-banner-top-row .home-text-slider {
    font-size: 28px;
    min-height: 50px;
    border: none;
    position: relative;
    line-height: 50px;
    margin-top: 10px;
    letter-spacing: 0.03em;
    font-family: raleway-semibold,raleway,sans-serif;
    font-weight: bold;
  }
  .custom-home-banner-top-row .home-text-slider:after {
    content: "";
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 1);
    width: 200px;
    height: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
  }
  .custom-home-btn-row .custom-btn-top-heading {
    font-size: 23px;
    max-width: 249px;
    margin: 0 auto 57px;
  }
  .custom-home-btn-row {
    margin-top: 46px;
  }
  .hs-home-banner-btn-grid {
    max-width: 200px;
    display: block;
  }
  a.custom-home-banner-btn {
    max-width: 100%;
    display: block;
    font-size: 15.238095238095237px;
    padding: 9px 10px 8px;
    margin: 0 !important;
  }
  .hs-home-banner-btn-grid .custom-button-group {
    margin: 0 !important;
  }
  .hs-home-banner-btn-grid .custom-btn-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .custom-banner-logo-top-header {
    font-size: 17px;
    max-width: 220px;
    margin: 0 auto 18px;
  }
  .custom-home-banner-logo-row {
    margin-top: 72px;
  }
  .custom-home-banner-logo-grid .custom-home-banner-logo-item {
    width: 20%;
    text-align: center;
    margin-bottom: 0;
    float: left;
  }
  .custom-home-banner-logo-grid .custom-home-banner-logo-item:last-child {
    margin-bottom: 0;
  }
  .hs-home-page-layout-row-1 h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .hs-home-page-layout-row-1 {
    padding-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-home-page-layout-row-1 h3 {
    font-size: 15px;
    margin: 0px 0px 25px;
  }
  .custom-one-col-youtube-vdo-md {
    margin: 0 -20px;
  }
  .custom-one-col-youtube-vdo-holder {
    padding-bottom: 56.3%;
  }
  .hs-home-page-layout-row-1 {
    padding-bottom: 27px;
  }
  .custom-solution-header h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .hs-home-page-layout-row-2 {
    padding-top: 43px;
    padding-bottom: 26px;
  }
  .custom-solution-header h3 {
    font-size: 15px;
  }
  .custom-solution-md-item-grid .custom-solution-md-item {
    padding: 0 10px;
  }
  .custom-solution-md-item-grid .solution-title {
    font-size: 27px;
    margin: 46px 0px 25px;
  }
  .custom-solution-md-item-grid .svg-icon-wrapper {
    width: 60px;
    height: 72px;
    margin-bottom: 16px;
  }
  .custom-solution-md-item-grid .solution-content h5 {
    font-size: 15px;
    min-height: 0;
    margin: 0px 0px 32px;
  }
  .custom-solution-md-item-grid .solution-content ul {
    padding: 0 7px;
    margin-bottom: 64px;
  }
  .custom-solution-md-item-grid .solution-content ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .custom-solution-md-item-grid .solution-content ul li:before {
    width: 23px;
    height: 19px;
    top: 0;
  }
  .custom-solution-md-wrapper .custom-solution-btn-holder a.custom-btn {
    padding: 10px 20px 9px;
  }
  .custom-solution-md-item-grid .custom-solution-md-item-inner {
    min-height: 0;
    padding-bottom: 51px;
    height: 100%;
  }
  .custom-solution-md-item-grid .custom-solution-md-item {
    margin-bottom: 24px;
  }
  .custom-solution-md-item-grid .dark-blue .solution-title {
    margin-top: 43px;
    margin-bottom: 13px;
  }
  .custom-solution-md-item-grid .dark-blue .svg-icon-wrapper {
    width: 60px;
    height: 72px;
    margin-bottom: 0;
  }
  .custom-solution-md-item-grid .custom-solution-md-item.dark-blue .solution-content ul {
    margin-bottom: 68px;
  }
  .custom-solution-md-item-grid .gray .solution-title {
    margin-bottom: 18px;
  }
  .custom-solution-md-item-grid .gray .svg-icon-wrapper {
    width: 60px;
    height: 72px;
    margin-bottom: 13px;
  }
  .custom-solution-md-item-grid .gray .solution-content ul li {
    padding-left: 40px;
  }
  .custom-solution-md-item-grid .gray .solution-content h5 {
    margin-bottom: 27px;
  }
  .custom-solution-md-item-grid .gray .solution-content ul {
    margin-bottom: 50px;
  }
  .custom-solution-md-item-grid .gray .custom-solution-md-item-inner {
    padding-bottom: 49px;
  }
  .hs-home-page-layout-row-3 {
    padding-top: 43px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-skill-integrations-md-header h3 {
    margin-bottom: 14px;
  }
  .custom-skill-integrations-md-header p {
    font-size: 15px;
    margin: 0;
  }
  .custom-skill-integrations-md-header {
    margin-bottom: 35px;
  }
  .custom-skill-integrations-item-grp .custom-skill-integrations-item {
    padding: 0 17px;
  }
  .custom-skill-integrations-item-inner {
    display: flex;
    align-items: center;
    padding: 0 10px 0 33px;
  }
  .custom-skill-integrations-item .custom-skill-icon-wrapper {
    margin: 27px 0px 32px;
    width: 45px;
    height: 45px;
  }
  .custom-skill-integrations-item .icon-title {
    font-size: 15px;
    text-align: left;
    margin: 4px 0 0;
    padding-left: 24px;
    max-width: 108px;
  }
  .custom-skill-integrations-item-grp .custom-skill-integrations-item {
    margin-bottom: 25px;
  }
  .custom-skill-integrations-item.item-2 .custom-skill-icon-wrapper {
    width: 42px;
    height: 68px;
  }
  .custom-skill-integrations-item.item-2 svg:first-child {
    width: 15px !important;
    height: 17px !important;
  }
  .custom-skill-integrations-item.item-2 svg:nth-child(2) {
    width: 42px !important;
    height: 48px !important;
    margin-bottom: -11px;
  }
  .custom-skill-integrations-item.item-2 svg:nth-child(3) {
    width: 21px !important;
    height: 21px !important;
  }
  .custom-skill-integrations-item.item-2 svg:nth-child(4) {
    width: 19px !important;
    height: 19px !important;
  }
  .custom-skill-integrations-item.item-2 .custom-skill-icon-wrapper {
    width: 42px;
    height: 68px;
    margin: 16px 0px 24px;
  }
  .custom-skill-integrations-item.item-3 .custom-skill-icon-wrapper {
    width: 36px;
    height: 55px;
    margin: 26px 0px 26px 0;
  }
  .custom-skill-integrations-item.item-4 .custom-skill-icon-wrapper {
    margin: 27px 0px 29px 0;
    width: 39px;
    height: 46px;
  }
  .custom-skill-integrations-item-grp {
    margin-bottom: 22px;
  }
  .hs-home-page-layout-row-3 {
    padding-bottom: 35px;
  }
  .hs-home-page-layout .custom-logo-group-md {
    padding-top: 39px;
    padding-bottom: 30px;
  }
  .hs-home-page-layout-row-5 {
    padding: 44px 15px 45px;
  }
  .hs-home-page-layout-row-5 h3 {
    font-size: 22px;
    margin: 0;
  }
  .hs-home-page-layout-row-6 {
    padding-top: 49px;
  }
  .hs-home-page-layout-row-6 h2 {
    font-size: 23px;
    margin-bottom: 27px;
  }
  .hs-home-page-layout .no-card-req {
    margin-bottom: -3px;
    margin-top: -1px;
    padding-top: 1px;
  }
  .custom-pre-footer-btn {
    font-size: 13.605442176870747px;
    padding: 11px 10px 10px 10px;
  }
  .custom-powering-logo-item-grid .custom-powering-logo-item {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .custom-powering-logo-wrapper {
    margin-bottom: 0;
  }
  .testimonial-quote {
    line-height: 21px;
  }
  .testimonial-author-name {
    font-size: 12px;
  }
  .testimonial-author-designation {
    font-size: 12px;
  }
  .custom-testimonial-item-grid .custom-testimonial-item-item {
    margin-bottom: 49px;
  }
  .custom-testimonial-md-wrapper {
    padding-bottom: 48px;
  }
  .hs-how-wvie-works-item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .hs-how-wvie-works-item-inner {
    max-width: 100%;
  }
  .hs-user-guide-layout h2 {
    font-size: 24px;
  }
  .hs-user-guide-layout-row-1 {
    padding: 20px 0;
  }
  .custom-hs-how-wvie-works-img-holder img {
    margin: 0;
    text-align: center;
    max-width: 150px;
    margin: 0 auto 10px;
    display: block;
  }
  .custom-hs-how-wvie-works-img-caption p {
    font-size: 14px;
  }
  .custom-hs-how-wvie-works-img-caption {
    padding: 0;
    text-align: center;
  }
  .hs-how-wvie-works-item-grid {
    padding: 0;
  }
  .custom-hs-how-wvie-works-img-holder {
    margin-bottom: 0;
  }
  .custom-hs-how-wvie-works-img-holder img[src*="/HowEvieWorksS3.png"] {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-user-guide-layout-row-2 .page-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hs-user-guide-layout-row-2-left-content p {
    line-height: 1.2em;
    font-size: 17px;
    margin-bottom: 20px;
  }
  .custom-slider .top-caption p {
    font-size: 19px;
  }
  .custom-slider .top-caption {
    min-height: 38px;
    margin: 10px 0px 20px;
  }
  .hs-user-guide-layout-row-2 {
    padding-bottom: 0;
  }
  .hs-user-guide-layout-row-3 h2 {
    max-width: 100%;
  }
  .hs-user-guide-layout-row-3 .page-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hs-user-guide-layout-row-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hs-user-guide-layout-row-3 .custom-two-with-right-img-md {
    display: block;
    margin-bottom: 20px;
  }
  .hs-user-guide-layout-row-3 .custom-two-with-right-img-md .custom-two-col-right-img-left-col,
  .hs-user-guide-layout-row-3 .custom-two-with-right-img-md .custom-two-col-right-img-col {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-user-guide-layout-row-3 .custom-two-with-right-img-md p {
    line-height: 1.2em;
    font-size: 17px;
    margin: 0 0 20px;
  }
  .hs-user-guide-layout-row-3 .custom-two-with-right-img-md .custom-two-col-right-img-col {
    margin: 10px 0 0;
  }
  .hs-user-guide-layout-row-4 {
    padding: 0;
  }
  .hs-user-guide-layout-row-4 .page-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hs-user-guide-layout-row-4 p {
    font-size: 17px;
  }
  .hs-user-guide-layout-row-4 .custom-slider .top-caption {
    margin: 25px 0px 10px;
  }
  .hs-evie-everywhere-layout-row-1 .page-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .custom-ad-two-col-content-with-vdo-md .custom-on-col-vdo-inner-wrapper {
    padding-bottom: 78.2%;
  }
  .custom-ad-two-col-content-with-vdo-md .custom-on-col-vdo-overlay .Video1423133661--overlay button {
    width: 30px;
    height: 30px;
  }
  .lp-footer .footer-copyright {
    margin-top: 0;
  }
  .custom-one-col-img-with-content-md-wrapper .custom-one-col-img-top-content p {
    word-break: break-word;
  }
  .custom-pre-footer-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none !important;
    display: block !important;
    margin: 15px 0 !important;
    max-width:100% !important;
    max-height:100% !important;
  }
  .post-body img {
    float:none !important;
    display:block;
    margin:10px 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active.bookmark-active > .hs-sub-menu > a {
    color: #FFFFFF;
  }
  .custom-pricing-item-grid .pricing-item .pricing-content-group p {
    text-align: center;
  }
  .custom-pricing-item-grid .pricing-item .pricing-content-group ul li p {
    text-align: left;
  }
  .custom-pricing-item-grid .pricing-item .pricing-content-group ul {
    text-align: left;
  }
  .custom-pricing-item-grid .pricing-item .pricing-content-group {
    font-size: 14px;
    padding: 0 9px;
    max-width: 300px;
    margin: 0 auto;
  }
  .custom-two-col-eq-content-md {
    margin-bottom: 30px;
  }
  .custom-ad-two-col-content-with-vdo-md {
    margin-bottom: 30px;
  }
  .hs-evie-everywhere-layout-row-1 .custom-two-col-right-img-col {
    display: none;
  }
  .custom-powering-logo-item-grid {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
  }
  .hs-recruitment-banner-content-holder {
    padding: 0 5px;
  }
}  

/* ======= 767 End ======= */
@media (max-width: 767px) and (min-width: 321px) {
  .solution-content {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .custom-solution-md-item-grid .solution-content h5 {
    max-width: 100%;
  }
  .custom-solution-md-item-grid .solution-content ul {
    padding: 0 7px;
    margin-bottom: 64px;
    display: inline-block;
  }
  .custom-solution-md-item-grid .solution-content ul li {
    padding: 0 !important;
  }
  .custom-solution-md-item-grid .solution-content ul li:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
  }
  
}

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

@media (max-width: 479px) {
  .custom-logo-item-grp .custom-logo-item {
    width: 50%;
  }
  .cusrom-pricing-banner-content {
    max-width: 250px;
    margin: 0 auto;
  }
  .hs-recruitment-layout-row-2 h6 {
    max-width: 212px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-sales-layout-row-1 span.hs_cos_wrapper_type_rich_text h6 {
    max-width: 212px;
    margin: 0 auto;
  }
  .custom-hs-how-wvie-works-img-caption {
    text-align: left;
  }
 
}
@media (max-width: 320px) {
  .hs-recruitment-banner-container {
    max-width: 280px;
  }
}

