/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

/* magnific Popup */
@import url('https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.0.0/magnific-popup.min.css');

/* Fonts */
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Ubuntu:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:700%2C400&display=swap');

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

@font-face {
  font-family: "icomoon";
  src: url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/icomoon.eot#iefix") format("embedded-opentype"), 
    url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/icomoon.woff") format("woff"),
    url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/fa-solid-900.eot#iefix") format("embedded-opentype"),
    url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/fa-solid-900.woff2") format("woff2"), 
    url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/fa-solid-900.woff") format("woff"),
    url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}


@font-face {
  font-family: "wpsmsfont";
  src: url("https://6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/wpsmsfont.eot") format("embedded-opentype"), 
    url("https://6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/wpsmsfont.woff") format("woff"),
    url("https://6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/wpsmsfont.ttf") format("truetype"), 
    url("https://6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/wpsmsfont.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
/* ==========================================================================
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;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  font-size: 14px;
  color: #414141;
  font-style: normal;
}

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

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

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

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

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

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

.Fade{
  opacity:1;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  opacity: 0.6;
  filter: alpha(opacity=0);
  transition:opacity .4s ease-in-out;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;

}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0
}
.tooltip.in {
  opacity: .9
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33,33,33,.97);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33,33,33,.97)
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33,33,33,.97)
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
} 

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;  
  color: #333333;
  margin-top:0;
  margin-bottom:10px;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  color: #03666a;
}
h2 {
  font-size: 34px;
  font-weight: 500;
  margin-top: 0em;
  margin-bottom: 1.1em;
}
h3 {
  font-size: 30px;
  color: #333333;
}
h4 {
  font-size: 26px;
  color: #6cc9cd;
}
h5 {
  font-size: 22px;
  color: #333333;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a { 
  color: #6cc9cd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover {
  color: #414141;
}

/* Lists */
ul, ol {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  background: #f5f5f5;
  font: 13px/20px PTSansItalic,arial,helvetica,sans-serif;
  color: #444;
  border-left: 4px solid #a0ce4e;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: italic;
  line-height: 1.5;
  font-size: 14px;
  color: #414141;
  background-color: #f6f3f3;
  border-color: #1a1a1a;
}
blockquote p {}
blockquote small {}

figure {
  font-size: 14px;
  color: #414141;
  line-height: 1.5;
}

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

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

[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-icon-facebook:before {
  content: "\e604";
}

.fusion-icon-pinterest:before {
  content: "\e602";
}

.fusion-icon-instagram:before {
  content: "\ea92";
}

.fa-home:before {
  content: "\f015";
}
.fusion-icon-linkedin:before {
  content: "\e60f";
}
.fusion-icon-reddit:before {
  content: "\e60d";
}
.fusion-icon-googleplus:before {
  content: "\e900";
}
.fusion-icon-tumblr:before {
  content: "\e613";
}
.fusion-icon-pinterest:before {
  content: "\e602";
}
.fusion-icon-vk:before {
  content: "\f189";
}
.fusion-icon-mail:before {
  content: "\e616";
}

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

.custom-header {
  width: 100% !important;
  top: 0;
  position: relative;
  z-index: 9999;
}

.custom-manin-header {
  position: relative;
  top: 0;
  background: #ffffff;
}

.custom-manin-header {
  border-bottom: 1px solid #d1d1d1;
}

.custom-header-top {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #1a1a1a;
  font-size: 12px;
  color: #ffffff;
  border-bottom-color: rgba(229,229,229,0);
  padding-top: 1em;
  border-bottom: 1px solid transparent;
}

.custom-bottom {
  padding: 0 30px;
}

.header-main-top .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.header-main-top .row:before {
  content: " ";
  display: table;
}

.header-main-top .row:after {
  clear: both;
}

.header-social-links-container {
  display: inline;
  float: right;
  margin-left: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-social-networks {
  margin-top: 10px;
  float: right;
  overflow: hidden;
}

.header-social-networks-wrapper {
  margin: 0 -10px;
  display: flex;
}

.fusion-social-network-icon {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 24px;
  color: #bebdbd;
  box-shadow: none;
}

.header-social-networks .fusion-social-network-icon {
  color: #bebdbd !important;
}

.header-social-networks .fusion-social-network-icon:before {
  color: inherit !important;
}

.fusion-social-network-icon:hover {
  opacity: 0.8;
  color: #46494a;
  color: #bebdbd;
}
.content-sidebar1 form{
  display: block !important; 
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

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


.custom-logo {
  margin-top: -3em;
}

img.main-logo {
  display: none;
}

.custom-header-mid {
  background-color: #000000;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-color: rgba(229,229,229,0);
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  border-bottom: 1px solid transparent;
}

.widget-span.custom-logo-wrapper {
  width: auto;
}


.widget-span.custom-logo-wrapper + .widget-span {
  width: auto;
  margin: 0;
}
.call_icon {
  display: inline-block;
  vertical-align: middle;
}

h3.cm-header-tagline {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

.h-common-btn {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-left: 5px;
  background-color: #69c8cc;
  border-bottom: 2px solid #e28c05 !important;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  padding: 0 20px;
  line-height: 34px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  display: inline;
}

.h-common-btn:hover {
  background-color: #414141 !important;
  border-bottom: 2px solid #1a1a1a !important;
}
.call_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.h-common-btn:first-child {
  background-color:#e28c05;
}
.h-common-btn:not(:last-child) {
  margin-right: -3.1px;
}


/*============= Banner ======*/

.banner-area {
  clear: both;
  padding: 0 10px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border-bottom: 1px solid #d2d3d4;
  background-color: rgba(246,246,246,0);
  border-color: #ff9400;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 0;
  margin-top:-1px;
  border-width: 3px;
}

.banner-area .page-center {
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  min-height: 183px;
}

.banner-content-area {
  width: 100%;
}
.banner-content-area h1 {
  margin: 0;
}
.servicesadditional-services-page .banner-area {
  background-size: cover;
}

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

.body-container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

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

.footer-container-wrapper {
  -webkit-font-smoothing: initial ;
  -webkit-tap-highlight-color:  initial;
  -moz-osx-font-smoothing:  initial;
}

.custom-footer-top {
  border-top: 12px solid #e9eaee;
  background: #363839;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #282a2b;
  border-color: rgba(233,234,238,0);
  border-top-width: 0px;
  padding-top: 43px;
  padding-bottom: 40px;
  color: #8c8989;
  font-family: "Ubuntu";
}
.custom-footer {
  background: #282a2b;
}

.custom-copyright {
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #4b4c4d;
  background: #282a2b;
  background-color: #282a2b;
  border-color: #282a2b;
  border-top-width: 0px;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-top: 0;
  text-align: center;
  border: 0;
}

.custom-copyright p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
}

.custom-copyright p a {
  margin-left: 3px;
  color: #fff;
}

.custom-footer-top .page-center .widget-span {
  margin: 0;
  padding: 0 15px;
  width: 33.333%;
  text-align: center;
}
.custom-footer-top p {
  margin: 0;
}
.custom-footer-adress p {
  margin: 1em 0;
}

.custom-footer-top .page-center > div.row-fluid-wrapper {
  margin: 0 -15px;
}

.custom-footer-number p {
  text-align: right;
}

.custom-footer-number p a {
  color: #6cc9cd !important;
  font-weight: bold;
  font-size: 21px;
  line-height: 90px;
  float: right;
}

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

a#back-to-top {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  display: none;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  transition: all .2s ease-in-out 0s;
  right: 75px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

a#back-to-top:after {
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}

a#back-to-top:hover {
  background-color: #1a1a1a;
}

.cus-space{
  padding:10px 0px;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
@media screen and (min-width:801px) {
  .header-search-wrapper {
    position: absolute;
  }

  .widget-span.custom-menu-primary.ds-menu + .widget-span {
    width: auto;
  }

  .widget-span {}

  .widget-span.custom-menu-primary.ds-menu {
    width: 100%;
  }

  span.fusion-megamenu-icon {
    display: inline-block;
    width: auto;
    transition: color .2s linear;
    padding-right: 0.45em;
    font-size: 14px;
    color: #333333;
  }

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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper>ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .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 > li{
    padding-right: 50px;
    display: inline-block;
    vertical-align: top;
    float: none !important;
    text-align: left;
    position: relative;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    height: 54px;
    color: #414141;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.search-container {
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a.h-search-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    font-style: normal;
    font-size: 16px;
    height: 54px;
    color: #414141;
    font-family: icomoon;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a.h-search-trigger:after {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    height: 16px;
    width: 16px;
    border-radius: 50% 50% 50% 50%;
    content: '\f002';
    color: #414141;
  }

  .search-open .custom-menu-primary .hs-menu-wrapper>ul>li a.h-search-trigger:hover:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li a.h-search-trigger:hover:after{
    color: #69c8cc;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.Home > a:hover span.fusion-megamenu-icon {
    color: #a0ce4e;
  }

  .search-open .custom-menu-primary .hs-menu-wrapper>ul>li a.h-search-trigger:after{
    color: #69c8cc !important;
  }

  .search-open .custom-menu-primary .hs-menu-wrapper>ul>li a.h-search-trigger {
    color: #69c8cc !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: #69c8cc;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul.hs-search-field__suggestions {
    visibility: visible !important;
    text-align: left;
    opacity: 1 !important;
    padding: 0;
    border: 0;
  }

  .search-container ul.hs-search-field__suggestions{
    position: absolute;
    background: #fff;
    text-align: left;
    padding: 10px;
  }

  .search-container ul.hs-search-field__suggestions:empty {
    padding: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul.hs-search-field__suggestions li#results-for {
    padding: 6px 10px;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    background-color: #f2efef;
    width: 180px;
    border-top: 3px solid #69c8cc;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    border: 0;
    padding: 7px 20px;
    line-height: 19px;
    text-indent: 0;
    height: auto;
    display: block;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.5;
    border-color: #69c8cc;
    border-bottom: 1px solid #dcdadb;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #414141;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;  
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul > li > ul {
    top: -3px !important;
  }
  li.hs-menu-item.hs-menu-depth-3.EmeraldBundle a:before {
    content: 'BEST VALUE!';
    font-weight: bold;
  }

  li.hs-menu-item.hs-menu-depth-3.SapphireBundle a:before {
    content: 'MOST POPULAR!';
    font-weight: bold;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #f8f8f8;
  }

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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul:not(.hs-search-field__suggestions ) { 
    display:block !important;
  }

  /*================ Scroll Headre ======*/


  .scroll-header:not(.home-page) .custom-manin-header {
    position: fixed;
  }

  .scroll-header:not(.home-page) .custom-header-mid {
    background: transparent;
  }

  .scroll-header:not(.home-page) img.sticky-logo {
    display: none;
  }
  .scroll-header:not(.home-page) .custom-logo {
    margin: 0;
    transition: 0.2s ease;
  }
  .scroll-header:not(.home-page) img.main-logo {
    display: block;
  }

  .scroll-header:not(.home-page) .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) {
    padding-right: 35px;
  }

  .scroll-header:not(.home-page) .custom-menu-primary .hs-menu-wrapper>ul>li > a {
    font-size: 14px;
  }

  .scroll-header:not(.home-page) .custom-menu-primary .hs-menu-wrapper>ul>li a.h-search-trigger {
    left: -1px;
    position: relative;
  }
}




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

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

@media (max-width: 800px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    float: right;
    font-size: 21px;
    margin-left: 20px;
    color: #dadada;
    top: 0;
    right: 0;
  }

  .fusion-icon-bars:before {
    content: "\f0c9";
  }

  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger {
    padding: 1px 6px;
    display: inline-block;
    cursor: pointer;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0;
    min-width: 50px;
    border: 0;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    right: 0;
    color: #333;
    padding-right: 35px;
    width: auto;
  }

  .child-trigger:after {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
  }



}


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


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


.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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


/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to {
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  text-align: left;
  display: block;
}

#comments-listing.no-comments {
  border: none;
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

.replying {
  padding-right: 2em;
  padding-left: 2em;
}


/*================ blog ==========*/


.widget-span.blog-content.main-content {
  width: 65.3333%;
  margin-right: 4%;
}

.widget-span.blog-sidebar.content-sidebar {
  margin-bottom: 20px;
  width: 30.6666%;
  margin-left: 0;
  margin-right: 0;
}

.post-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 65px;
  overflow: hidden;
}

.post-featured-image-wrapper {
  max-width: 320px;
  width: 100%;
  margin: 0 0 60px;
  background-color: transparent;
  position: relative;
  overflow: visible;
  margin-bottom: 0;
  margin-right: 25px;
}

.post-item-footer {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  font-size: 12px;
  border-color: #e0dede;
  display: flex;
  justify-content: space-between;
}

.post-meta-left {
  width: auto;
  display: flex;
} 

.more-link-wrap{
  display: inline;
  float: right;
  margin-left: 15px;
}

a.more-link {
  position: relative;
  margin-right: 10px;
  text-align: right;
  display: inline-block;
}

a.more-link:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-item {
}

.post-item h2 {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 25px;
}


.post-featured-image-inner {
  overflow: hidden;
  z-index: 1;
  position: relative;
  max-width: 100%;
  vertical-align: top;
  display: block;
}

.post-featured-image-inner img.post-featured-image {
  width: 100%;
  max-width: 100%;
  display: block;
  border-style: none;
  vertical-align: top;
}

.fusion-inline-sep {
  padding: 0 5px;
}

.topic-page .blog-banner-area h1.entry-title {
  text-transform: capitalize;
}

.post-share-icon {
  padding: 20px;
  height: 70px;
  width: 100%;
  display: table;
  background-color: #f6f6f6;
  margin-bottom: 0;
  margin-top: 60px;
  margin-bottom: 30px;
}

.post-share-icon .fusion-social-networks {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.post-share-icon h4 {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-size: 26px;
}

.post-share-icon .fusion-social-networks-wrapper {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.post-share-icon .fusion-social-networks-wrapper a.fusion-social-network-icon {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: none;
  color: #bebdbd;
}


.load-more-wrapper a.load-more {
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: rgba(235,234,234,0.8);
  color: #333;
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}


/*============= photo Blog LIsting=================*/


.cm-photo-listing-header h2 {
  margin-bottom: 31px;
}

.photo-post-item .post-item-inner {
  padding: 10px;
  margin: 0;
  display: block;
}

.photos-blog-listing .post-listing {
  margin: -10px -10px 0  -10px;
  display: flex;
  flex-wrap: wrap;
}

.post-feature-image-bg {
  padding-top: calc((100% + 20px) * 0.8 - 10px);
  background-size: cover;
  background-position: center center;
}

.post-item.photo-post-item {
  width: 33.33%;
  float: left;
}

/*=========== Blog POst Page =============*/

.hs-blog-post .widget-span.blog-content.main-content {
  width: calc(100% - 23% - 80px);
  margin-right: 0;
}

.hs-blog-post .widget-span.blog-sidebar.content-sidebar {
  width: 23%;
  float: right;
}

.hs-blog-post .content-sidebar .title-wrapper h4 {
  font-size: 13px;
}

/*============= Fusion Image Roll Over =========*/
.fusion-rollover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#aad75d),to(#d1e990));
  background-image: -webkit-linear-gradient(bottom,#aad75d,#d1e990);
  background-image: -o-linear-gradient(bottom,#aad75d,#d1e990);
  background-image: linear-gradient(to top,#aad75d,#d1e990);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
}
.cm-post-img-wrap:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6fdbd7, endColorstr=#69c8cc), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6fdbd7, endColorstr=#69c8cc), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.fusion-rollover-content {
  padding: 10px;
  width: 90%;
}

.cm-post-img-wrap .fusion-rollover-gallery, .cm-post-img-wrap .fusion-rollover-link {
  text-indent: -10000px;
  background-color: #333;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  background-color: #414141;
  color: #414141;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  line-height: 1.5;
  z-index: 5;
}


.no-rel-post-image .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}


.cm-post-img-wrap a.fusion-rollover-link {
}

.fusion-rollover-link:before {
  content: '\e619';
}

.cm-post-img-wrap a.fusion-rollover-link:before,.cm-post-img-wrap .fusion-rollover-gallery:before {
  font-size: 15px;
  line-height: 2.41;
  color: #ffffff;
}

.fusion-rollover {
  background-image: linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6fdbd7), color-stop(1, #69c8cc));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6fdbd7, endColorstr=#69c8cc), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6fdbd7), color-stop(1, #69c8cc));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6fdbd7, endColorstr=#69c8cc), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -moz-linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -ms-linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -o-linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -webkit-linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -moz-linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -ms-linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
  background-image: -o-linear-gradient(top, #6fdbd7 0%, #69c8cc 100%);
}

.fusion-rollover-gallery:before, .fusion-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: icomoon;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.cm-post-img-wrap .fusion-rollover-gallery:before {
}

.cm-post-img-wrap .fusion-rollover-gallery:before {
  content: '\f002';
}

.fusion-rollover-sep {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 5px;
}

.cm-post-img-wrap a.fusion-rollover-link, .cm-post-img-wrap .fusion-rollover-gallery {
  width: -webkit-calc(15px * 2.41);
  height: -webkit-calc(15px * 2.41);
}

.fusion-rollover-gallery:hover, .fusion-rollover-link:hover {
  opacity: 1;
}

.cm-post-img-wrap h4.fusion-rollover-title {
  font-size: 20px;
  margin-bottom: 3px;
  margin-top: 10px;
  padding-top: 0;
  position: relative;
}

.cm-post-img-wrap h4.fusion-rollover-title a {
  color: #414141;
}

.cm-post-img-wrap .fusion-rollover-categories {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  position: relative;
  z-index: 5;
}

.cm-post-img-wrap .fusion-rollover-categories a {
  line-height: 1.5;
  color: #414141;
}

.cm-post-img-wrap a.fusion-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

#jqlb_closelabel {
  background-image: url(//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/closelabel.gif);
}

.post-body.clearfix {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px;
}


.custom-post-pagination {
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
  clear: both;
  border-color: #e0dede;
}

.custom-post-pagination:after {
  clear: both;
  content: '';
  display: block;
}

.custom-post-pagination a {
  display: inline-block;
  position: relative;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.custom-post-pagination a.previous-posts-link:before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: '\f104';
  color: #333;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  color: inherit;
}

.custom-post-pagination a.next-posts-link:after {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: '\f105';
  color: inherit;
}
.custom-post-pagination a.next-posts-link {
  margin-left: 15px;
  margin-right: 1em;
}
.cm-blog-listing .widget-span.blog-content.main-content {
  width: calc(100% - 21% - 21% - 40px - 40px);
  margin-left: calc(21% + 40px);
  margin-right: 0;
}

.cm-blog-listing .widget-span.blog-sidebar.content-sidebar {
  width: 21%;
  margin-left: 40px;
}

.cm-blog-listing .widget-span.blog-left-sidebar {
  width: 21%;
  margin-left: calc(40px - 100% + 21%);
}

.cm-rec-post-sidebar h3 {
  font-size: 13px !important;
  background-color: rgba(255,255,255,0);
  margin-bottom: 0.33em;
  margin-top: 1.33em;
  line-height: 1.5 !important;
}

.cm-rec-post-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cm-rec-post-sidebar ul li {
  display: block;
  padding: 10px 10px 10px 12px;
  font-family: "Ubuntu";
}

.cm-blog-listing .content-sidebar .title-wrapper h4 {
  font-size: 14px;
  font-family: "Ubuntu";
  font-size: 13px;
}

.article-post-item .post-item-footer {
  justify-content: flex-end;
}

/*================ Video listing ===============*/

.section.post-body {}

.section.post-body p.single-button-wrapper {
  text-align: left;
}

.video-blog-listing .post-listing {
  margin: 0 -10px;
}

.post-item.video-post-item {
  width: 50%;
  float: left;
}

.post-item.video-post-item .post-item-inner {
  padding: 10px;
  display: block;
  margin: 0;
}

.video-post-item .post-body.clearfix {
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-post-item .post-body.clearfix h2 {
  margin-bottom: 2px;
}

.video-listing-all-page {
}

.video-listing-all-page ul {
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 14px;
  color: #414141;
  overflow: hidden;
  list-style: none;
  margin-bottom: 45px;
  padding: 0;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 1em;
  border-color: #e0dede;
}

.video-listing-all-page ul li {
  float: left;
  margin-right: 30px;
}

.video-listing-all-page ul li a {
  display: block;
  line-height: 31px;
  border-top: 3px solid #a0ce4e;
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.post-img-popup-item-wrap.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.wp-caption-text.gallery-caption {
  text-align: center;
}

.post-img-popup-group.gallery-full-width .post-img-popup-item-wrap {
  justify-content: center;
}

.post-img-popup-item-wrap .gallery-item {
  margin-top: 10px;
  margin-bottom: 1em;
}

.gallery-item.gallery-grid-2 {
  width: 50%;
}
.gallery-item.gallery-grid-1 .gallery-item-inner {
  text-align: center;
  width: auto;
}

.gallery-item.gallery-grid-3 {
  width: 33.33%;
  float: left;
  text-align: center;
}

.gallery-item.gallery-grid-2 img,
.gallery-item.gallery-grid-3 img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 2px solid #cfcfcf;
}

.section.post-header img {
  width: 100%;
}

/*========== Related POsts==========*/

.section.post-header {
  margin-bottom: 30px;
}

.custom-related-outer-wrapper {
  margin-top: 25px;
  overflow: hidden;
}

div#related-post-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
  margin-bottom: 31px;
}

#related-post-header h3 {
  line-height: 1.5 !important;
  letter-spacing: 0px;
  font-size: 18px !important;
  color: #333333;
  padding-right: 8px;
  text-align: left;
  margin: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 8px 0 0;
}

#related-post-header span.heading-border {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  border-color: #e0dede;
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

div#related-post-body {
  padding: 10px 0;
  margin: 0 -22px;
}

.post-item.related-post-item {
  width: 100%;
  width: auto;
}

.post-item.related-post-item .post-item-inner {
  width: 100%;
  margin: 0;
  padding-left: 22px;
  padding-right: 22px;

}

.post-item-inner-wrap{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #eee;
}

.related-post-item img.post-featured-image {
  width: 100%;
}

.related-post-item .cm-post-img-wrap {
  max-width: 100%;
  margin: 0;
}

.related-post-item .cm-post-img-wrap h4.fusion-rollover-title {
  line-height: 1.2;
}

button{
  outline: none;
}

/*============= Related Post=========*/

#related-post-body button.slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  position: absolute;
  text-align: center;
  cursor: pointer;
  color: transparent;
  z-index: 1000;
  opacity: .8;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: #999999;
}

#related-post-body .slick-prev {
  left: 22px;
}
#related-post-body .slick-next {
  right: 22px;
}

#related-post-body button.slick-arrow:after {
  color: #fff;
  font-family: icomoon;
  display: block;
  position: relative;
  content: '';
  font-size: 14px;
  line-height: 30px;
}

#related-post-body button.slick-next:after {
  content: '\f105';
}

#related-post-body button.slick-prev:after {
  content: '\f104';
}

#related-post-body button.slick-arrow:hover {
  background-color: #808080;
}

.related-post-item.no-rel-post-image .cm-post-img-wrap {
  padding-bottom: 72%;
}

.related-post-item.no-rel-post-image .post-featured-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

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

.body-container form {
  max-width: 700px;
  width: 100%;
}

#email-prefs-form .email-edit {
  max-width: 100% !important;
}

.hs-form-field > label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: normal;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  font-family: inherit;
  letter-spacing: normal;
  width: 100%;
  padding: 8.5px 15px;
  background-color: #ffffff;
  color: #aaa9a9;
  font-size: 13px;
  border-color: #d2d2d2;
  border-width: 1px;
  -webkit-border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 10px;
}

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


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

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

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

/* Error */
.hs-error-msgs label {}

ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  margin: 10px 0;
  font-family: "Ubuntu";
  text-align:left;
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
}

.hs-error-msgs label {
  display: block;
  float: none;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  font-size: 13px;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  font-family: "Ubuntu";
}

.content-sidebar .sidebar-newsletter-form-wrapper form .hs-form-field input.hs-input.error,
input.hs-input.error {
  border-color: #790000;

}


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


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


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

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



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


/* =============== All Global Buttons (Excluding CTAs) =============== */
.btn,
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  font-style: normal;
  border-width: 0px;
  border-style: solid;
  line-height: 17px;
  font-family: 'Ubuntu';
  font-weight: 400;
  outline: 0;
  border-color: #ffffff;
  letter-spacing: 0px;
  font-size: 14px;
  color: white;
  width: 100%;
  padding: 10px 10px;
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #024249, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #024249, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #024249, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-appearance: none;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  background: #69c8cc;
}

.btn{
  width:auto;
  padding: 13px 29px;
  margin:0;
}

.btn:hover {
  background: #03666a;
  color: #ffffff;
}

.btn-orange{
  background: #ff9402;
}

.btn:active {
  top: 4px;
  color: #ffffff;
  border-width: 0px;
  border-color: #ffffff;
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #024249, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #024249, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #024249, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}


/*============== Haeder Seerarch ========*/

.header-search-wrapper {
  position: absolute;
  left: auto;
  right: 0;
  visibility: hidden;

  opacity: 1;
  z-index: 11;
  color: #414141;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 25px;
  background-color: #f2efef;
  border-color: #dcdadb;
  text-align: right;
  border: 1px solid transparent;
  width: 300px;
  transition: .2s ease-in;
  background-color: #f2efef;
  border-color: #dcdadb;  
}

.search-open .header-search-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

.header-search-wrapper form {
  float: none;
  display: block;
  padding: 0;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border-width: 1px;
  -webkit-border-radius: 0px;
}


.header-search-wrapper form input.hs-search-field__input.hs-search-field__input {
  z-index: 14;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-search-wrapper form .header-search-button {
  z-index: 14;
  position: relative;
}

.header-search-wrapper form input.searchsubmit {
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 0; 
  color: #fff;
  font-size: 1em;
  height: 34px;
  width: 34px;
  line-height: 34px;
  box-shadow: none;
  transition: none;
}

.header-search-wrapper form input.hs-search-field__input {
  font: 100% Arial,Helvetica,sans-serif;
  padding: 8px 15px;
  margin: 0;
  border: 1px solid #d2d2d2;
  padding: 8px 15px;
  color: #aaa9a9;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  border-color: #d2d2d2;
  border-width: 1px;
  -webkit-border-radius: 0px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 34px;
}

/*=========== Two col Rightg Side =======*/
/*=============== Sidebar Form ======*/

.how-can-we-help-wrapper {
  background: #036569;
  padding: 0px 30px;
  text-align: center;
  width: 80%;
  box-shadow: #00000069 0px 1px 12px 0px;
  margin-bottom: 28px;
  position: relative;
}


.tw-col-right-layout .widget-span.main-content.left {
  width: calc(66.66% - ( ( 4% ) * 0.6666 ) );
  margin-right: 4%;
}

.tw-col-right-layout .widget-span.content-sidebar.right {
  margin: 0;
  width: calc(33.33% - ( ( 4% ) * 0.3333 ) );
}

.content-sidebar .title-wrapper {
  padding-top: 20px;
}

.content-sidebar .title-wrapper h4 {
  margin-top: 0px;
  color: white;
}

.content-sidebar .form-wrappper .hs-form-field>label {
  display: none;
}

.content-sidebar form {
  margin-top: 18px;
}

.content-sidebar form .hs-form-field {
  margin-top: 7px;
  font-family: "Ubuntu";
}

.content-sidebar form .hs-form-field input,.content-sidebar form .hs-form-field textarea {
  margin: 0;
  border: 1px solid #d2d2d2;
  height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #d2d2d2;
  color: #aaa9a9;
}


.content-sidebar form .hs-form-field input::-webkit-input-placeholder,
.content-sidebar form .hs-form-field textarea::-webkit-input-placeholder {
  color: #aaa9a9;
}

.content-sidebar form .hs-form-field input::-ms-input-placeholder,
.content-sidebar form .hs-form-field textarea::-ms-input-placeholder {
  color: #aaa9a9;
}

.content-sidebar form .hs-form-field input::-moz-placeholder,
.content-sidebar form .hs-form-field textarea::-moz-placeholder {
  color: #aaa9a9;
}


.header-search-wrapper form input.hs-search-field__input.hs-search-field__input::-webkit-input-placeholder {
  color: #aaa9a9;
}

.header-search-wrapper form input.hs-search-field__input.hs-search-field__input::-ms-input-placeholder {
  color: #aaa9a9;
}
.header-search-wrapper form input.hs-search-field__input.hs-search-field__input::-moz-placeholder {
  color: #aaa9a9;
}

.content-sidebar form input.hs-button.primary.large {
  margin: 0;
  margin-top: 11px;
  font-size: 1em;
  margin-bottom: 13px;
}

.content-sidebar .bottom-text {
  padding-top: 2px;
  padding-bottom: 17px;
}

.content-sidebar .bottom-text p {
  margin: 0;
  font-size: 12px;
  font-family: "Ubuntu";
}

.content-sidebar .bottom-text p a {
  color: #fff;
}

.how-can-we-help-wrapper input.hs-button.primary.large {
  background: #ff9402;
  color: white;
  width: 100%;
  padding: 10px 0px;
}


.sidebar-newsletter-form-wrapper {
  border: 1px solid #ff9402;
  width: 80%;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

.sidebar-newsletter-form-wrapper .title-wrapper {
  padding: 0;
  background: #ff9402;
  padding: 1px 0px;
  box-shadow: #00000078 0px 4px 8px 0px;
}

.sidebar-newsletter-form-wrapper .title-wrapper h4 {
  margin: 5px 0px;
}

.sidebar-newsletter-form-wrapper .form-wrapper {
  margin: 16px 0;
  max-width: 100%;
  padding: 0 16px;
}

.sidebar-newsletter-form-wrapper .form-wrapper .hs-form-field > label {
  margin: 0;
  display: none;
}

.content-sidebar .form-title {
  display: none;
}

.content-sidebar .sidebar-newsletter-form-wrapper .hs-form-field {
  margin: 0;
}

.content-sidebar .sidebar-newsletter-form-wrapper fieldset {
  margin-bottom: 15px;
  margin-top: 16px;
  padding: 0px 10px !important;
  width: calc(100% + 15px);
}

.content-sidebar .sidebar-newsletter-form-wrapper fieldset.form-columns-2 .hs-form-field {
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  margin-right: -4px;
}

.content-sidebar .sidebar-newsletter-form-wrapper form .hs-form-field input {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
}

.content-sidebar .sidebar-newsletter-form-wrapper form input.hs-button.primary.large {
  margin-top: 0;
  margin-bottom: 0;
}

.full-width-content p  + h4 {
  margin-top: 34px;
}


/*======= Video Group ============*/

.video-group-outer-wrapper {
  margin-top: 20px;
}

.video-group-outer-item-inner {
  position: relative;
  padding-top: 60%;
}

.video-group-outer-item-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-group-outer-item {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}

.video-group-outer-item:nth-child(2) {
  margin-right: 0;
}



/*========== Workig  Areas========*/

.working-area-items {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.working-area-items:not(:last-child) {
  margin-right: 4%;
}


.contnt-wid-left-img-wrap, .contnt-wid-left-content-wrap {
  margin-bottom: 20px;
  margin-top: 0;
}

.tw-col-eq-cntnt-left ,.tw-col-eq-cntnt-right {
  margin-bottom: 20px;
}

.tw-col-eq-cntnt-right {
  text-align: center;
}

.tw-col-eq-cntnt-wrap p + h4 {
  margin-top: 1.33em;
}

.tw-col-eq-cntnt-right h4 {
  margin-bottom: 0.33em;
}

/*======= Video=========*/

.video-outer-wrapper {
  max-width: 600px;
  max-height: 360px;
  width: 100%;
}

.video-outer-inner {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 60%;
}

.video-outer-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.full-width-content.add-title-border h5 {
  text-align: center;
  margin-bottom: 31px;
  position: relative;
  z-index: -;
}

.full-width-content.add-title-border h5 strong {
  font-weight: inherit;
  padding: 0 45px;
  display: inline-block;
  font: inherit;
  background: #fff;
  position: relative;
  z-index: 2;
}

.full-width-content.add-title-border h5:After {
  width: 100%;
  content: '';
  display: block;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-top-style: dotted;
  border-color: #6cc9cd;
  top: 50%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.tw-col-right-layout .single-button-wrapper {
  margin-top: 1em;
  margin-bottom: 20px;
}

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

.title-with-desc-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
}

.title-with-desc-header h1 {
  margin-right: 8px;
}

.title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #e0dede;
}

.title-sep-container {
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.title-with-desc-header h2 {
  padding: 0 8px 0 0;
}

.section-header-inner.add-right-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.section-header-inner.add-right-border h4 {
  padding: 0 8px 0 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 1;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.section-header-inner.add-right-border .section-header-sep {
  content: '';
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #e0dede;
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}


.tw-col-ryt-outer-wrap {
  margin-bottom: 1em;
}
.tw-col-ryt-content {
  width: 100%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  float: left;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.right-align .tw-col-ryt-content.content-right-body {
  margin-right: 0;
}

.tw-col-ryt-content p + h4 {
  margin-top: 1.33em;
  margin-bottom: 0.33em;
}

.left-align .tw-col-ryt-content.content-left-body {
  float: right;
  margin-right: 0;
}

.tw-col-ryt-outer-wrap.add-title-border h5 {
  text-align: center;
  margin-bottom: 31px;
  position: relative;
}

.tw-col-ryt-outer-wrap h5 {
  text-align: center;
}

.tw-col-ryt-outer-wrap.add-title-border h5 strong {
  font-weight: inherit;
  padding: 0 45px;
  display: inline-block;
  font: inherit;
  background: #fff;
  position: relative;
  z-index: 2;
}

.tw-col-ryt-outer-wrap.add-title-border h5:after {
  width: 100%;
  content: '';
  display: block;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-top-style: dotted;
  border-color: #6cc9cd;
  top: 50%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.full-width-content h3 {
  margin-bottom: 31px;
}

.popup-img-left img {
  float: left;
  display: inline;
  float: left;
  margin-right: 15px;
}

p.popup-wrap {
  margin: 0;
}

.popup-img-right img {
  float: right;
  margin-left: 15px;
}

p.popup-wrap {
  text-align: center;
}

/*============ Diff sidebar width 2nd type ==============*/
/*============ Diff sidebar width 2nd type ==============*/

.staff-detail-content {
  width: 47.9%;
  float: left;
  margin-right: 4.2%;
}

.author-image-wrapper {
  width: 47.9%;
  float: left;
}

.staff-detail-content .title-wrapper {
  margin-bottom: 31px;
}


/*========= Job listing =========*/
h2.open-position-content-heading {
  padding-bottom: 9px;
  color: #555;
  font-size: 34px !important;
  margin: 0;
  border-bottom: 1px solid #a0a0a0 !important;
  line-height: 1.5 !important;
}


.open-position-content-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 12px;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}

.position-post-title {
  color: #777;
}

.position-work-type {
  padding: 2px 20px 12px 20px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  color: #777;
}

.position-work-type a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9em;
}

.position-work-type:after {
  clear: both;
  content: '';
  display: block;
}

.position-work-type .position-work {
  float: right;
  padding-top: 9px;
}

a.btn-green {
  background-color: #01965f;
}

.servicesbed-bugs-page .banner-area {
  background-size: cover;
}

.search-page .hs-search-results__listing li > a {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  height: auto;
}

.search-page .hs-search-results__listing li>a:hover {
  color: #1a1a1a;
}

.search-page .hs-search-results__listing li > p:before {
  height: auto;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #ebeaea;
  content: '';
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.search-page .hs-search-results__listing li > p {
}

.search-page .hs-search-results__pagination {
  font-size: 12px;
}

.fancybox-image {
  border: 10px solid #fff !important;
}
/*========= endss ===========*/

#nextLink, #prevLink {
  background-image: url(//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/blank.gif) !important;
}

.fusion-video iframe, iframe {
  border: none;
}

.form-wrappper .hs-fieldtype-select {
}

.form-wrappper .hs-fieldtype-select .input:after {
  height: 32px;
  width: 32px;
  line-height: 32px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-width: 1px;
  -webkit-border-radius: 0px;
  font-size: 9.75px;
  color: #d2d2d2;
  background-color: #ffffff;
  pointer-events: none;
  z-index: 10;
  font-family: icomoon;
  bottom: 1px;
  border-top-left-radius: 0;
  border-color: #d2d2d2;
  border-left-style: solid;
  pointer-events: none;
  border-bottom-left-radius: 0;
  right: 1px;
  bottom: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 1px;
}

.form-wrappper select {
  cursor: pointer;
}

.form-wrappper .hs-fieldtype-select .input {
  position: relative;
}

/*====== Fancy Box==============*/

.fancybox-navigation .fancybox-button > div {
  display: none;
}

button.fancybox-button.fancybox-button--arrow_left,
button.fancybox-button.fancybox-button--arrow_right{
  cursor: pointer;
  z-index: 99996 !IMPORTANT;
  width: 50px !important
}

button.fancybox-button.fancybox-button--arrow_left {
  background: url(//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/blank-1.gif) no-repeat;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

button.fancybox-button.fancybox-button--arrow_right {
  background: url(//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/blank-1.gif) no-repeat;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.fancybox-inner:hover button.fancybox-button.fancybox-button--arrow_left {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/prev.gif) left 50% no-repeat;
}

.fancybox-inner:hover button.fancybox-button.fancybox-button--arrow_right {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/next.gif) right 50% no-repeat;
}

.ilightbox-button.ilightbox-next-button.metro-white, .ilightbox-button.ilightbox-prev-button.metro-white {
  background: url(//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/arrows_vertical.png) no-repeat 50% -100px;
  background-color: rgba(255,255,255,.6);
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play {
  background-image: url(https://6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/play-icon-64.png);
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button {
  background-image: url(https://6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/arrow-prev-icon-64.png);
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button {
  background-image: url(https://6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Images/arrow-next-icon-64.png);
}

.related-post-item img.post-featured-image {
  opacity: 0;
}

.fancybox-slide--image {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.post-item h2 a:hover {
  color: #1a1a1a;
}

.cm-rec-post-sidebar ul li a:hover {
  color: #1a1a1a;
}


ul.hs-search-field__suggestions {
  max-width: 500px
}

p.hs-search-results__description {
  margin-top: 10px
}

.hs-search-field__suggestions {
  padding: 10px;
}

ul.hs-search-field__suggestions a {
  padding: 5px;
  word-break: break-word;
}

ul.hs-search-field__suggestions:empty {
  padding: 0;
}

.search-page .hs-search-results__listing {
  margin: 0 -1.5%;
  display: flex;
  flex-wrap: wrap;
}

.search-page .hs-search-results__listing:after {
  content: '';
  display: block;
  clear: both;
}

.search-page .hs-search-results__listing li {
  width: 30%;
  float: left;
  margin: 0 1.5%;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.fancybox-bg {
  background-color: #000;
}

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

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

@media (min-width: 1120px) {
  body:not(.hs-page) .widget-span.widget-type-cell.custom-header-wrapper {
    min-height: 171px !important;
  }

}

@media(max-width:1630px){
  .hs-menu-wrapper.active-branch > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper { left: -100% !important;}
  .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%;}
}


@media (min-width: 1250px) {
  .related-post-item img.post-featured-image {
    opacity: 0;
    position: absolute;
    display: none;
  }

  .related-post-item .fusion-rollover {
    position: relative;
  }
}

@media (max-width: 1250px) {
  .post-item.related-post-item .post-item-inner {
    padding-left: 0;
    padding-right: 0;
  }
}


@media(max-width: 1080px) and (min-width: 768px) {

  .custom-menu-primary .hs-menu-wrapper>ul> li.Services ul > li > ul,
  .custom-menu-primary .hs-menu-wrapper>ul> li.BugSchool ul > li > ul {
    left: auto !important;
    right: 100%;
  }
}

@media (max-width: 992px) {

  .cm-blog-listing .page-center.content-wrapper > div >  .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .cm-blog-listing .widget-span.blog-content.main-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cm-blog-listing .widget-span.blog-left-sidebar {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    order: 3;
  }

  .cm-blog-listing .widget-span.blog-sidebar.content-sidebar {
    width: 100%;
    margin-left: 0;
  }

}

@media (max-width: 856px) {

  .post-item.photo-post-item {
    width: 50%;
  }

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

@media (min-width: 801px) {

  .custom-header-mid .page-center > .row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }

  .custom-header-mid .row-fluid-wrapper.row-number-1 .page-center > .row-fluid-wrapper > .row-fluid:after,
  .custom-header-mid .row-fluid-wrapper.row-number-1 .page-center > .row-fluid-wrapper > .row-fluid:before {
    content: none;
  }

  .widget-span.custom-menu.custom-menu-primary.mob-menu {
    display: none;
  }

  .contnt-wid-left-img-wrap,.contnt-wid-left-img-wrap + .contnt-wid-left-content-wrap {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    float: left;
  }

  .contnt-wid-left-img-wrap + .contnt-wid-left-content-wrap {
    margin-right: 0;
  }


  .tw-col-eq-cntnt-left, .tw-col-eq-cntnt-right {
    float: left;
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
  }

  .tw-col-eq-cntnt-right {
    margin-right: 0;
  }

  .video-group-outer-item {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    float: left;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.Home.active>a span.fusion-megamenu-icon {
    color: #a0ce4e;
  }

}

@media (max-width: 800px) {

  .widget-span.widget-type-cell.custom-header-wrapper {
    min-height: 1px !important;
  }
  /*========= Haedre ==========*/

  .custom-header-top {
    padding-top: 0;
  }

  .header-main-top .row {
    display: block;
  }

  .header-social-networks {
    float: none;
    width: auto;
    display: inline-block;
    margin-bottom: 8px;
  }

  .header-social-links-container {
    text-align: center;
    float: none;
    display: block;
    line-height: 0;
  }

  .custom-header-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .custom-logo {
    margin: 0;
    max-width: 75%;
  }

  .fusion-social-network-icon {
    margin-right: 20px;
    margin-bottom: 5px;
  }

  .widget-span.custom-logo-wrapper,.widget-span.custom-logo-wrapper + .widget-span {
    width: 100%;
  }

  .widget-span.custom-bottom .widget-span.page-center {
    display: none;
  }

  .custom-bottom {
    padding: 0;
  }
  .contact-phone.h-common-btn {
    margin-left: 0;
  }
  .header-buttons-wrapper {
    margin-top: 10px;
    float: none;
    line-height: 24px;
    font-size: 16px;
    color: #ffffff;
  }
  .custom-header-mid .page-center {
    position: relative;
  }

  .widget-span.custom-manin-header * {
    min-height: 0px;
  }

  .banner-area {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
  }

  .banner-area .page-center {
    height: 100%;
    min-height: 85px;
    padding-bottom: 0;
  }

  /*=========== footer ==========*/

  .custom-footer-top .page-center .widget-span {
    width: 100%;
  }

  .custom-footer-number p {
    text-align: center;
  }

  .custom-footer-number p a {
    float: none;
  }

  .custom-footer-top .widget-span.custom-footer-logo, .custom-footer-top .widget-span.custom-footer-adress {
    margin-bottom: 15px;
  }

  .widget-span.custom-footer-adress {
  }

  .custom-footer-adress p {
    margin-bottom: 0;
  }

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

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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 .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    background-color: #f9f9f9;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    padding: 0 12px;
    padding-left: 30px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #333333;
    line-height: 35px;
    height: auto;
    display: block;
    border-bottom: 1px solid transparent;
    font-family: "Open Sans";
    font-weight: 400;
    background-color: #f9f9f9;
    border-color: #dadada;
    font-style: normal;
    border:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.active > a, .custom-menu-primary .hs-menu-wrapper>ul li.active-branch > a {
    background-color: #f6f6f6;
    color: #333333;
  }

  /*   .custom-menu-primary .hs-menu-wrapper>ul >   li:last-child > a {
  border: 0;
} */

  .custom-menu-primary .hs-menu-wrapper >ul > li > ul>li a {
    padding-left: 39px;
  }

  .custom-menu-primary .hs-menu-wrapper >ul ul > li > ul>li a {
    padding-left: 48px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li a:before {
    content: '-';
    display: inline-block;
    margin-right: 0px;
    color: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul ul >li a:before {
    content: '--';
  }

  .custom-menu-primary .hs-menu-wrapper>ul li span {
    display: inline;
    width: auto;
  }
  .custom-manin-header {
    border-bottom: 0;
  }

}

@media (max-width: 860px) {

  .search-page .hs-search-results__listing {
    margin: 0 -1%;
  }

  .search-page .hs-search-results__listing li {
    width: 48%;
    float: left;
    margin: 0 1%;
  }

}


@media (min-width: 801px) {



  .working-area-items {
    float: left;
    width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
    float: left;
  }


  .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
    color: #414141;
  }

  /*=========== endsss 801=========*/
}

@media (max-width: 800px) {

  .tw-col-right-layout .widget-span.content-sidebar.right,
  .tw-col-right-layout .widget-span.main-content.left {
    width: 100%;
    margin-right: 0;
    float:none;
  }

  .main-content.left {
    margin-bottom: 20px;
  }

  .how-can-we-help-wrapper ,.sidebar-newsletter-form-wrapper {
    width: 100%;
  }


  .staff-detail-content ,.author-image-wrapper {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .staff-detail-content .title-wrapper {
    margin-bottom: 20px;
  }

  .working-area-items .image-wrapper {
    text-align: left;
  }

  .working-area-items .title-wrapper {
    padding-bottom: 20px;
  }

  .working-area-items .title-wrapper  h4 {
    margin: 0;
  }

  .tw-col-eq-cntnt-left, .tw-col-eq-cntnt-right {
    padding-bottom: 1px;
  }

  .tw-col-eq-cntnt-left iframe {
    margin: 0 !important;
  }

  .video-group-outer-item-inner {
    max-width: 600px;
    margin: 0 auto;
  }

  .title-with-desc-header {
    margin-bottom: 20px;
  }

  .tw-col-ryt-content {
    margin-right: 0;
    width: 100%;
    float: none;
    padding-bottom: 1px;
  }

  .tw-col-ryt-outer-wrap.left-align .tw-col-ryt-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .tw-col-ryt-outer-wrap.add-title-border h5 {
    margin-bottom: 20px;
  }

  .full-width-content h3 {
    margin-bottom: 20px;
  }


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

  .widget-span.blog-sidebar.content-sidebar,
  .widget-span.blog-content.main-content {
    width: 100%;
    margin-right: 0;
    margin-bottom:20px;
  }

  .hs-blog-post .widget-span.blog-sidebar.content-sidebar,
  .hs-blog-post .widget-span.blog-content.main-content {
    width: 100%;
    float: none;
  }

  .cm-blog-listing .page-center.content-wrapper {}

  .video-listing-all-page ul li {
    float: none;
    width: 100%;
    margin: 0;
  }

  .cm-photo-listing-header h2 {
    margin-bottom: 20px;
  }

  .post-item.photo-post-item {
    width: 100%;
  }

  .post-item.photo-post-item .post-featured-image-wrapper {
    max-width: 100%;
  }

  .post-feature-image-bg {
    padding-top: 100%;
  }

  .gallery-item.gallery-grid-3 {
    width: 50%;
  }

  .custom-header-wrapper.lp .custom-header-top {
    display: none;
  }

  li.hs-menu-item.hs-menu-depth-3.SapphireBundle a span ,
  li.hs-menu-item.hs-menu-depth-3.EmeraldBundle a span {
    display: none;
  }

  li.hs-menu-item.hs-menu-depth-3.EmeraldBundle a:after {
    content: 'BEST VALUE!';
    font-weight: bold;
    color: #333 !important;
  }

  li.hs-menu-item.hs-menu-depth-3.SapphireBundle a:after {
    content: 'MOST POPULAR!';
    font-weight: bold;
    color: #333 !important;
  }



  .custom-menu-primary .hs-menu-wrapper>ul ul > li a {
    white-space: normal !important;
  }
  /*=========== endsss 800=========*/


}





@media (max-width: 767px) {

  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100% !important;
    width: 100% !important;
  }

  .body-container .hs_cos_wrapper_type_password_prompt,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .hs_cos_wrapper_type_email_simple_subscription,
  .body-container .hs_cos_wrapper_type_form,
  .body-container .widget-type-google_search,
  .body-container .hs-search-field__bar {}

  .body-container .hs_cos_wrapper_type_password_prompt,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .hs_cos_wrapper_type_email_simple_subscription,
  .body-container .hs_cos_wrapper_type_form,
  .body-container .widget-type-google_search,
  .body-container .hs-search-field__bar,
  .body-container form {
    max-width: 100%;
    width: 100%;
    max-width: 100%;
    width: 100%;
  }


  .search-page .hs-search-results__listing {
    margin: 0;
  }

  .search-page .hs-search-results__listing li {
    width: 100%;
    float: left;
    margin: 0;
  }



}  


@media (max-width: 640px) {
  .post-item-inner {
    display: block;
  }

  .post-featured-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }

  span.more-link-wrap {
    width: 100%;
    float: none;
    margin: 0;
  }

  .post-item-footer {
    display: block;
  }

  .post-share-icon {
    display: block;
    height: auto;
  }

  .post-share-icon h4 {
    display: block;
  }

  .post-share-icon .fusion-social-networks {
    float: none;
    display: block;
    text-align: left;
  }

  .post-share-icon .fusion-social-networks-wrapper {
    display: block;
  }

  .post-item.video-post-item {
    width: 100%;
    float: none;
  }

  .post-item.video-post-item img.post-featured-image {
    width: auto;
  }

  .gallery-item.gallery-grid-3,
  .gallery-item.gallery-grid-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-sidebar form input.hs-button.primary.large {
    line-height: 2;
    min-height: 2rem;
  }

}

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

@media (max-width: 479px) {


  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 16px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 300px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }


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

  .full-width-content p img {
    max-width: 100%;
    margin-right: 0 !important;
    width: auto;
    margin-left: 0 !important;
    margin-bottom: 5px;
    max-width: 100%;
  }

  .popup-img-left img {
    float: none;
    margin-bottom: 10px;
  }

  .popup-img-right img {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .tw-col-eq-cntnt-left iframe {
    margin: 0 !important;
    height: auto;
  }



  /*======== endss=========*/

}
@media (max-width: 405px) {


}


/*================= Rp ============*/

.bug-school-page .main-content {
  width: calc(80% - ( ( 4% ) * 0.8 ) );
  margin-right: 4%;
  margin-bottom: 20px;
}

.bug-school-page .sidebar {
  width: calc(20% - ( ( 4% ) * 0.2 ) );
  margin-left: 0;
  margin-bottom: 20px;
}

.section-header-inner {
  margin-bottom: 31px;
}

.section-header-inner h4 {
  margin: 0;
}

.bug-school-group .services-items {
  width: calc(25% - ( ( 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  position: relative;
  float: left;
}

.bug-school-group .services-items:nth-child(3n) {
  margin-right: 0;
}

.services-items-inner {
  min-height: 1px;
  background-blend-mode: overlay;
  background-color: #69c8cc;
  display: inline-block;
  width: 100%;
}

.services-items-inner .image-wrapper img {
  vertical-align: top;
}

.services-items-inner .image-wrapper {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
}

.services-items-inner .heading-wrapper {
  margin: 0 0 31px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.services-items-inner .heading-wrapper h4 {
  margin: 0;
  color: #fff;
}

.services-items-inner .desc-wrapper-inner {
  padding: 0px 15px 0px 15px;
  color: #fff;
}

.services-items-inner .desc-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}

.services-items-inner .button-wrapper a {
  padding: 0 20px;
  line-height: 34px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #69c8cc;
  border-bottom: 2px solid #e28c05;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}

.services-items-inner .button-wrapper {
  text-align: center;
}

.services-items-inner .button-wrapper a:hover {
  background-color: #414141;
  border-bottom: 2px solid #1a1a1a;
}
.full-width-pdf-wrapper iframe {
  overflow: hidden;
  min-height: 500px;
  border: 0;
  width: 100%;
}

.full-width-pdf-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.services-packages-group-wrapper .title-wrapper .title-wrapper-inner.services-packages-group-wrapper {}

.services-packages-group-wrapper .title-wrapper {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.services-packages-group-wrapper .title-wrapper .title-wrapper-inner {
  margin-bottom: 31px;
  display: inline-block;
  width: 100%;
}

.services-packages-group-wrapper .title-wrapper .title-wrapper-inner h4 {
  margin: 0;
}

.packages-item {
  position: relative;
  float: left;
  width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-bottom: 20px;
}

.packages-item:nth-child(4n) {
  margin-right: 0;
}

.packages-item .image-wrapper {
  text-align: center;
}

.packages-item .image-wrapper img {
  vertical-align: top;
}

.packages-item .content-table-wrapper {
  margin: 0 -15px 20px;
}

.packages-item .content-table-wrapper .content-table-wrap-inner {
  padding: 0 12px;
  margin: 0;
  cursor: pointer;
}
.package-pannel-inner {
  border: 1px solid #e5e4e3;
  overflow: hidden;
  background: #fff;
  border-color: #ffffff;
}

.package-pannel-inner .pricing-row {
  text-align: center;
  padding: 15px;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  border-color: #ffffff;
}

.package-pannel-inner .pricing-row .price {
  position: relative;
  color: #fff;
}

.package-pannel-inner .pricing-row .price .currency {
  position: relative;
  top: -30px;
  font-size: 28px;
  display: inline;
  right: -3px;
}

.package-pannel-inner .pricing-row .price .integer-part {
  line-height: normal;
  display: inline;
  font-weight: 700;
  font-size: 75px;
}

.package-pannel-inner .pricing-row .price .time.price-without-decimal {
  position: relative;
  font-style: italic;
  font-size: 20px;
  margin-left: 0;
  display: inline;
  left: -3px;
}

.packages-features-list {
  margin: 0;
  padding: 0;
}

.packages-features-list li {
  display: block;
  position: relative;
  padding: 15px;
  margin: 0;
  background: 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #e5e4e3;
  text-align: center;
  color: #ffffff;
  border-color: #ffffff;
}
.package-pannel-inner .bottom-buttn-wrapper {
  text-align: center;
  padding: 15px;
  border-color: #ffffff;
}

.packages-features-list li:last-child {
  border-bottom: 1px solid #e5e4e3;
  border-color: #ffffff;
}

.package-pannel-inner .bottom-buttn-wrapper a {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 0;
  border-style: solid;
  background: #6cc9cd;
  text-transform: uppercase;
  font-family: 'Ubuntu';
  font-weight: 400;
  letter-spacing: 0px;
  outline: 0;
  color: #ffffff;
  border-width: 0px;
  border-color: #ffffff;
  width: auto;
  -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px #024249, 1px 6px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 1px 0px #fff,0px 4px 0px #024249,1px 6px 6px 3px rgba(0,0,0,0.3);
  box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px #024249, 1px 6px 6px 3px rgba(0,0,0,0.3);
}

.package-pannel-inner .bottom-buttn-wrapper a:hover {
  background: #03666a;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#03666a, endColorstr=#03666a);
  border-width: 0px;
  border-color: #ffffff;
}


.home-services-packages-group-wrapper .packages-features-list-wrapper:hover .packages-features-list-item[style="background-color: rgba(211, 54, 46,1.0);"],
body:not(.home-page) .content-table-wrap-inner:hover .packages-features-list-item[style="background-color: rgba(211, 54, 46,1.0);"] {
  background-color: #f94036 !important;
}

.packages-features-list li img {
  vertical-align: top;
  width: 28px;
  float: left;
}

.packages-item:last-child .packages-features-list li {
  color: #000000;
}

.home-services-packages-group-wrapper .packages-features-list-wrapper:hover .packages-features-list-item[style="background-color: rgba(5, 1, 188,1.0);"],
body:not(.home-page) .content-table-wrap-inner:hover .packages-features-list-item[style="background-color: rgba(5, 1, 188,1.0);"] {
  background-color: #0258f7 !important;
}
.home-services-packages-group-wrapper .packages-features-list-wrapper:hover .packages-features-list-item[style="background-color: rgba(50, 132, 69,1.0);"],
body:not(.home-page) .content-table-wrap-inner:hover .packages-features-list-item[style="background-color: rgba(50, 132, 69,1.0);"] {
  background-color: #45b764 !important;
}
.home-services-packages-group-wrapper .packages-features-list-wrapper:hover .packages-features-list-item[style="background-color: rgba(206, 206, 206,1.0);"],
body:not(.home-page) .content-table-wrap-inner:hover .packages-features-list-item[style="background-color: rgba(206, 206, 206,1.0);"] {
  background-color: #f2f2f2 !important;
}
.termite-protection-wrapper {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #dddddd;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  text-align: center;
}

.termite-protection-wrapper-inner {
  margin-bottom: 20px;
}

.termite-protection-wrapper-inner .title-wrapper h2 {
  margin: 0 0 20px;
  margin-bottom: 1.1em;
  color: #000;
}

.termite-protection-wrapper-inner .content-wrap h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.termite-protection-wrapper-inner .content-wrap h3 img {
  vertical-align: top;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.termite-protection-wrapper-inner .button-wrap a {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  zoom: 1;
  padding: 11px 23px;
  line-height: 16px;
  font-family: 'Ubuntu';
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 13px;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fbdc86;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#f8bf56),to(#fbdc86));
  background-image: -webkit-linear-gradient(bottom,#f8bf56,#fbdc86);
  background-image: -o-linear-gradient(bottom,#f8bf56,#fbdc86);
  background-image: linear-gradient(to top,#f8bf56,#fbdc86);
  border: 1px solid #c0830b;
  color: #c0830b;
  width: auto;
}

.termite-protection-wrapper-inner .button-wrap a:hover {
  background: #f8bf56;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#fbdc86),to(#f8bf56));
  background-image: -webkit-linear-gradient(bottom,#fbdc86,#f8bf56);
  background-image: -o-linear-gradient(bottom,#fbdc86,#f8bf56);
  background-image: linear-gradient(to top,#fbdc86,#f8bf56);
  border: 1px solid #c0830b;
  color: #c0830b;
}
.services-wrapper .title-wrapper {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.services-wrapper .title-wrapper .title-wrapper-inner {
  margin-bottom: 31px;
}

.services-items {
  position: relative;
  float: left;
  width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-bottom: 20px;
}

.services-items:nth-child(4n) {
  margin-right: 0;
}

.services-items:nth-child(4n + 1) {
  clear: left;
}
.single-button-wrapper a {
  padding: 20px;
  display: inline-block;
}

.single-button-wrapper {
  text-align: center;
  display: table;
  width: 100%;
}

.single-button-wrapper:after {
  display: table;
  content: '';
  width: 100%;
}

.single-button-wrapper a:hover {
  color: #fff !important;
}
.contact-page .section-header-inner h4 {
  margin-bottom: 31px;
}

.contact-page .section-header-inner {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.contact-page .main-content {
  width: 65.3333%;
  margin-right: 4%;
}

.contact-page .content-sidebar {
  margin-left: 0;
  margin-bottom: 20px;
  width: 30.6666%;
}

.contact-detail-wrapper {}

.contact-detail-wrapper .map-wrapper:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.contact-detail-wrapper .map-wrapper img {
  vertical-align: top;
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  -o-transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.contact-detail-wrapper .map-wrapper {
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}
.contact-page .content-sidebar {
  padding-bottom: 108px;
}

.service-bundle-page .content-sidebar {
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  padding: 0 1%;
  position: relative;
}

.service-bundle-page .widget-span.main-content.left {
  margin-left: 0;
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-right: 0;
}
.service-bundle-page .content-sidebar .hs-image-widget {
  vertical-align: top;
}

.service-bundle-full-width-content-wrapper .button-wrapper a {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  zoom: 1;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  font-family: 'Ubuntu';
  font-weight: 400;
  letter-spacing: 0px;
  outline: 0;
  background: #fbdc86;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#f8bf56),to(#fbdc86));
  background-image: -webkit-linear-gradient(bottom,#f8bf56,#fbdc86);
  background-image: -o-linear-gradient(bottom,#f8bf56,#fbdc86);
  background-image: linear-gradient(to top,#f8bf56,#fbdc86);
  border: 1px solid #c0830b;
  color: #c0830b;
}

.service-bundle-full-width-content-wrapper .button-wrapper {
  text-align: center;
  margin-bottom: 12px;
  padding-top: 12px;
}

.service-bundle-full-width-content-wrapper .button-wrapper a:hover {
  background: #f8bf56;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#fbdc86),to(#f8bf56));
  background-image: -webkit-linear-gradient(bottom,#fbdc86,#f8bf56);
  background-image: -o-linear-gradient(bottom,#fbdc86,#f8bf56);
  background-image: linear-gradient(to top,#fbdc86,#f8bf56);
  border: 1px solid #c0830b;
  color: #c0830b;
}
.custom-tabber-group-wrapper {}

.custom-tabber-group-wrapper .title-wrapper {
  margin-bottom: 31px;
}

.custom-tabber-group-wrapper .title-wrapper h4 {
  margin: 0;
}

.hs-tabber-cust-mod {
  margin-bottom: 50px;
  display: flex;
  border: none;
  clear: both;
  zoom: 1;
}

.tabber-tab {
  display: block;
  width: auto;
  border-color: #ebeaea;
}

.tabber-tab ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: block;
  position: relative;
  left: 1px;
  border: 1px solid #ebeaea;
  border-right: none;
  background-color: #ffffff;
  border-color: #ebeaea;
}

.tabber-tab ul li {
  display: block;
  position: relative;
  float: none;
  text-align: center;
  margin: 0;
}

.tabber-tab ul li a {
  color: #747474;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  line-height: normal;
  border: none;
  display: block;
  position: relative;
  margin: 0;
  background-color: #f1f2f2;
  outline: 0;
  margin-right: 0;
  margin-bottom: 1px;
  padding: 10px 35px;
  white-space: nowrap;
  border-top: none;
  text-align: left;
  border-left: 3px transparent solid;
  line-height: 1.5;
  font-size: 18px;
  color: #036468;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.tabber-tab ul li a:hover {
  background-color: #ffffff;
  border-top-color: #ffffff;
}

.tabber-tab ul li.active a {
  background-color: #ffffff;
  border-bottom: none;
  border-left: 3px solid #1a1a1a;
  border-top: none;
  cursor: pointer;
}

.tabber-tab.mobile {
  display: none;
}

.tab-pane {
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  display: block;
  padding: 30px;
  border: 1px solid #ebeaea;
  background-color: #ffffff;
  border-color: #ebeaea;
  width: auto;
  height: 100%;
}

.tabber-content {
  width: 84.5%;
}

.tab-pane p img {
  display: inline;
  float: right;
  margin-left: 15px;
  width: 300px;
}
.tab-pane p img[alt="Sentricon"] {
  width: 192px;
}
.tabber-tab ul li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}
.content-sidebar .package-price-detail-wrapper {
  margin: 0 -15px 20px;
}

.content-sidebar .package-price-detail-wrapper > * {
  padding: 0 12px;
  cursor: pointer;
}

.content-sidebar .package-price-detail-wrapper .fusion-panel {
  border: 1px solid #e5e4e3;
  border-color: #ffffff;
}

.content-sidebar .package-price-detail-wrapper .fusion-panel .panel-body {
  text-align: center;
  padding: 15px;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  border-color: #ffffff;
}

.content-sidebar .package-price-detail-wrapper .fusion-panel .panel-body .price {
  position: relative;
  color: #fff;
}

.content-sidebar .package-price-detail-wrapper .fusion-panel .panel-body .price span.currency {
  position: relative;
  top: -30px;
  font-size: 28px;
}

.content-sidebar .package-price-detail-wrapper .fusion-panel .panel-body .price span.integer-part {
  line-height: normal;
  display: inline;
  font-weight: 700;
  font-size: 75px;
}

.content-sidebar .package-price-detail-wrapper .fusion-panel .panel-body .price span.time.price-without-decimal {
  position: relative;
  font-style: italic;
  font-size: 20px;
  margin-left: 0;
}
.tab-pane:after {
  display: table;
  content: '';
  width: 100%;
}
.tw-cl-eq-img-wrapper > * {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  float:left;
  position:relative;
}

.tw-cl-eq-img-wrapper > *:last-child {
  margin-right: 0;
}
.staff-items {
  position: relative;
  float: left;
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-bottom: 20px;
}

.staff-items:nth-child(3n) {
  margin-right: 0;
}

.staff-items:nth-child(3n+1) {
  clear: left;
}

.staff-items .image-wrapper img {
  vertical-align: top;
}

.staff-items .author-desc-wrapper {
  margin-top: 25px;
}

.staff-items .author-desc-wrapper .title-wrapper {
  display: table;
  width: 100%;
}
.staff-items .author-desc-wrapper .title-wrapper .title-wrapper-inner {
  font-size: 26px;
  display: table-cell;
  vertical-align: middle;
  float: none;
  min-width: 50%;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

.staff-items .author-desc-wrapper .title-wrapper .title-wrapper-inner > * {
  color: #333333;
  font-size: 26px;
  display: block;
}

.staff-items .author-desc-wrapper .author-bio-wrapper {
  margin-top: 25px;
}

.staff-items .author-desc-wrapper .author-bio-wrapper a {
  padding: 0 20px;
  line-height: 34px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #69c8cc;
  border-bottom: 2px solid #e28c05 !important;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}

.staff-items .author-desc-wrapper .author-bio-wrapper a:hover {
  background-color: #414141 !important;
  border-bottom: 2px solid #1a1a1a !important;
}
.staff-left-col {
  width: calc(66.66% - ( ( 4% ) * 0.6666 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  position: relative;
  float: left;
}

.staff-left-col h4 {
  margin-bottom: 31px;
}

.two-column-staff-right.staff-group-wrapper {
  width: calc(33.33% - ( ( 4% ) * 0.3333 ) );
  margin-bottom: 20px;
  position: relative;
  float: left;
}

.two-column-staff-right.staff-group-wrapper .staff-items {
  width: 100%;
  margin: 0;
}

.staff-group-wrapper {
  margin-bottom: 20px;
}
.home-page .body-container-wrapper {
  padding: 0;
}

.home-logo-group-wrapper {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.home-logo-item-container-wrapper {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  position: relative;
  float: left;
}

.home-logo-item-container-wrapper:nth-child(2n) {
  margin-right: 0;
}

.home-logo-items {
  position: relative;
  float: left;
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  text-align: center;
}

.home-logo-items:last-child {
  margin-right: 0;
}

.home-logo-items.National.Association.Home.Builders {
  margin-top: 25px;
}

.home-logo-items.Angies {
  margin-top: 40px;
}

.home-logo-items.Texas.Association.of.Builders {
  margin-top: 20px;
}

.home-logo-items.Dallas.Builders.Association {
  margin-top: 30px;
}

.home-logo-items.Dallas.Executives.Association {
  margin-top: 15px;
}
.home-logo-items img {
  vertical-align: top;
}
.testimonial-wrapper {
  background-color: #69c8cc;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  display: inline-block;
  width: 100%;
}

.testimonial-wrapper .title-wrapper {
  margin-bottom: 20px;
  display: inline-block;
}

.testimonial-wrapper .title-wrapper h2 {
  margin-bottom: 31px;
  color: #ffffff;
}
.home-page .cm-content-outer.row2 {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.home-page .cm-content-outer.row2 .content-sidebar.right {
  padding-top: 69px;
}

.home-page .cm-content-outer.row2 .main-content.left a {
  color: #e28c05;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-page .cm-content-outer.row2 .main-content.left a:hover {
  color: #414141;
}

.home-page .cm-content-outer.row2 .main-content.left h1 {
  margin-bottom: 20px;
  color: #333333;
  margin-top: 0;
}
.home-services-packages-group-wrapper {
  background-color: #eeedeb;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.home-services-packages-group-wrapper .title-wrapper {
  margin-bottom: 51px;
}

.home-services-packages-group-wrapper .title-wrapper span {
  color: #69c8cc;
}

.home-services-packages-group-wrapper .packages-item .content-table-wrapper {
  margin: 0;
}

.home-services-packages-group-wrapper .packages-item .content-table-wrapper .content-table-wrap-inner {
  padding: 0;
}

.home-services-packages-group-wrapper .package-pannel-inner {
  border: 0;
  background: transparent;
  overflow: visible;
}

.home-services-packages-group-wrapper .package-pannel-inner .panel-body {
  zoom: 1;
  clear: both;
  margin: 0 0 20px;
  padding: 0 9px;
}

.home-services-packages-group-wrapper .package-pannel-inner .panel-body .panel-body-outer {
  padding: 9px 0;
}

.home-services-packages-group-wrapper .package-pannel-inner .panel-body .panel-body-outer .panel-body-outer-inner {
  border: 1px solid #e5e4e3;
  border-right: 1px solid #E5E4E3;
  border-color: #ffffff;
}

.home-services-packages-group-wrapper .price {
  text-align: center;
  padding: 15px;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  border-color: #ffffff;
  color: #fff;
}

.home-services-packages-group-wrapper .price span.currency {
  position: relative;
  top: -20px;
  font-size: 21px;
  left: 3px;
}

.home-services-packages-group-wrapper .price span.integer-part {
  line-height: normal;
  display: inline;
  font-weight: 700;
  font-size: 55px;
}

.home-services-packages-group-wrapper .price span.time.price-without-decimal {
  position: relative;
  font-style: italic;
  font-size: 11px;
  right: 3px;
}

.home-services-packages-group-wrapper .panel-footer {
  padding: 15px;
  text-align: center;
}

.home-services-packages-group-wrapper .panel-footer a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 0;
  background: #6cc9cd;
  text-transform: uppercase;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6cc9cd, endColorstr=#6cc9cd);
  font-family: 'Ubuntu';
  font-weight: 400;
  letter-spacing: 0px;
  outline: 0;
  border-width: 0px;
  border-color: #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px #024249, 1px 6px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 1px 0px #fff,0px 4px 0px #024249,1px 6px 6px 3px rgba(0,0,0,0.3);
  box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px #024249, 1px 6px 6px 3px rgba(0,0,0,0.3);
}

.home-services-packages-group-wrapper .panel-footer a:hover {
  border-width: 0px;
  border-color: #ffffff;
  background: #03666a;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#03666a, endColorstr=#03666a);
}
.home-services-packages-group-wrapper .packages-features-list-wrapper-container {
  margin: 0 -15px 20px;
}

.home-services-packages-group-wrapper .packages-features-list-wrapper {
  padding: 0 12px;
}

.home-services-packages-group-wrapper .packages-features-list-wrapper-outer {
  border: 1px solid #e5e4e3;
  border-color: #ffffff;
}

.home-services-packages-group-wrapper .packages-features-list-wrapper-inner {
  display: none;
}
.home-what-we-do-wrapper {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.home-what-we-do-wrapper .title-wrapper {
  margin-bottom: 20px;
}

.home-what-we-do-wrapper .title-wrapper h2 {
  margin: 0;
}

.what-we-do-item-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 45px;
}

.what-we-do-item-wrapper .what-we-do-items {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333%;
}

.what-we-do-items-container {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.what-we-do-items-container .what-we-do-items-inner {
  position: relative;
  margin-bottom: 15px;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  min-height: 289px;
}

.what-we-do-items-container .what-we-do-items-inner .box-front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  padding: 27px 20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  bottom: 0;
  z-index: 10;
  transition: transform .4s cubic-bezier(.2,.85,.4,1.275),-webkit-transform .4s cubic-bezier(.2,.85,.4,1.275);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  background-color: #ffffff;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  transition-duration: 0.4s;
  flex-direction: column;
}

.what-we-do-items-container .what-we-do-items-inner .box-front .image-wrapper {
  display: table;
  margin: 0 auto 10px;
  table-layout: fixed;
  width: 100%;
}

.what-we-do-items-container .what-we-do-items-inner .box-front .image-wrapper img {
  vertical-align: top;
}

.what-we-do-items-container .what-we-do-items-inner .box-front h2 {
  margin: 0;
  color: rgb(105, 200, 204);
  display: block;
  width: 100%;
}

.what-we-do-items-container .what-we-do-items-inner .box-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  padding: 27px 20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  z-index: -1;
  transition: transform .4s cubic-bezier(.2,.85,.4,1.275),-webkit-transform .4s cubic-bezier(.2,.85,.4,1.275);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #69c8cc;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  transition-duration: 0.4s;
}

.box-back-inner {
  width: 100%;
}

.what-we-do-items-container .what-we-do-items-inner .box-back p.button-wrap {
  text-align: center;
}

.what-we-do-items-container .what-we-do-items-inner .box-back p.button-wrap a {
  padding: 0 20px;
  line-height: 34px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #69c8cc;
  border-bottom: 2px solid #e28c05 !important;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}

.what-we-do-items-container .what-we-do-items-inner .box-back p.button-wrap a:hover {
  background-color: #414141 !important;
  border-bottom: 2px solid #1a1a1a !important;
}

.what-we-do-items-container:hover .what-we-do-items-inner .box-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.what-we-do-items-container:hover .what-we-do-items-inner .box-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.home-banner-area {
  display: none;
}
.home-page-banner {
  position: relative;
}

.home-page-banner .slick-slider {
  padding: 0;
  margin: 0;
}

.home-page-banner .slick-track {
  width: 100% !important;
}

.home-page-banner .slick-track .slick-slide {
  width: 100% !important;
}

.home-page-banner .slick-list.draggable {
  max-height: 504px;
}

.home-page-banner .hs_cos_gallery_main .caption.superimpose {
  position: absolute;
  background: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  bottom: unset;
  top: 0;
  max-height: 504px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page-banner h4 {
  margin: 0;
  font-weight: 700;
  line-height: 41px;
  font-size: 1.88vw;
  font-family: Roboto;
}

.home-page-banner h5 {
  color: rgb(226, 140, 5);
  line-height: 38px;
  font-size: 1.77vw;
  font-weight: 700;
  font-family: Roboto;
  margin: 0;
  margin-top: 11px;
}

.home-page-banner h3 {
  margin: 0;
}

.home-page-banner h3 a {
  border-radius: 2px 0px 0px;
  padding: 10px 30px;
  background-color: rgb(105, 200, 204);
  font-family: Roboto;
  visibility: visible;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  margin-top: 28px;
  font-size: 0.938vw;
  outline:0;
}

.home-page-banner h3 a:hover {
  background-color: rgb(65, 65, 65);
}
.home-custom-banner-area {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;  
  max-height: 504px;
  height: 27vw;
  min-height: 250px;
}
.home-custom-banner-area {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
}

.home-custom-banner-area .page-center {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-custom-banner-area .banner-image {
  opacity: 0;
}

.home-custom-banner-area h4 {
  margin: 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 1.88vw;
  line-height: 2.14vw;
}

.home-custom-banner-area h3 {
  margin: 0;
  color: rgb(226, 140, 5);
  line-height: 1.98vw;
  font-size: 1.77vw;
  font-weight: 700;
  font-family: Roboto;
}

.home-custom-banner-area .button-wrapper a {
  padding: 10px 30px;
  color: rgb(255, 255, 255);
  border-radius: 2px 0px 0px;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  background-color: rgb(105, 200, 204);
  font-family: Roboto;
  display: inline-block;
}

.home-custom-banner-area .button-wrapper a:hover {
  background-color: rgb(65, 65, 65);
}

.home-banner-content-wrapper {
  padding-left: 49px;
}

.home-banner-content-wrapper .subtitle-wrapper {
  margin-top: 12px;
  margin-bottom: 0;
  position: relative;
  top: 19px;
}

.home-custom-banner-area .button-wrapper {
  padding-left: 50px;
  padding-top: 50px;
}

.home-banner-content-wrapper .title-wrapper {
  position: relative;
  top: 19px;
}
.container-fluid {
  padding: 0 !important;
}
.wpsms-container {
  min-height: 160px;
}

.wpsms {
  position: relative;
  /*     display: none; */
}

.wpsms p {
  line-height: 1.5em;
}

.wpsms .wpsms-item {
  display: none;
}

.wpsms .wpsms-item .wpsms-image {
  position: absolute;
  left: 0;
  z-index: 1;
}

.wpsms .wpsms-item .wpsms-image+.wpsms-body-text {
  padding-left: 6.3em;
  min-height: 5.8em;
  position: relative;
}

.wpsms .wpsms-item .wpsms-body-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.wpsms .wpsms-item .wpsms-read-more {
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  font-size: 0.8em;
  font-weight: bold;
}

.wpsms .wpsms-item .wpsms-meta-info {
  font-size: 1em;
  margin-bottom: 1em;
}

.wpsms .wpsms-item .wpsms-meta-info:before {
  font-size: 2em;
  float: left;
  display: block;
  line-height: 1.5em;
  width: 1.4em;
}

.wpsms .wpsms-item .wpsms-meta-info a,
.wpsms .wpsms-item .wpsms-meta-info p {
  line-height: 1.5em;
  text-align: left;
}

.wpsms .wpsms-item .wpsms-meta-info a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0;
}

.wpsms .wpsms-item .wpsms-meta-info p {
  display: block;
  text-transform: uppercase;
  font-size: 0.85em;
  font-style: italic;
  margin-bottom: 0;
}

.wpsms .wpsms-item .wpsms-icon-facebook.wpsms-meta-info:before {
  width: 1.1em;
}

.wpsms .wpsms-item a {
  border-bottom: 0;
}

.wpsms .wpsms-item .wpsms-image {
  height: 5.4em;
  width: 5.4em;
  padding-top: 0.35em;
  overflow: hidden;
  -webkit-perspective: 1px;
  perspective: 1px;
  background-clip: padding-box;
  border-radius: 3px;
}

.wpsms .wpsms-item .wpsms-image img {
  width: 100%;
  border-radius: 3px;
}

.wpsms .wpsms-item.wpsms-facebook .wpsms-fb-link {
  margin-top: 0.5em;
  border: 1px solid #d7d7d7;
  padding: 0.5em;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpsms .wpsms-item.wpsms-facebook .wpsms-fb-link p {
  padding-bottom: 0;
}

.wpsms .wpsms-item.wpsms-facebook .wpsms-fb-link span {
  padding: 0px !important;
  margin: 0px !important;
  clear: both;
  height: 0px !important;
  display: block;
}

.wpsms .wpsms-item.wpsms-facebook .wpsms-fb-video-link {
  margin-top: 0.5em;
  border: 1px solid #d7d7d7;
  padding: 0.5em;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpsms .wpsms-item.wpsms-facebook .wpsms-fb-video-link a {
  text-decoration: none;
}

.wpsms .wpsms-item.wpsms-facebook .wpsms-fb-video-link p {
  padding-bottom: 0;
}

.wpsms .wpsms-item.wpsms-facebook .wpsms-fb-video-link span {
  padding: 0px !important;
  margin: 0px !important;
  clear: both;
  height: 0px !important;
  display: block;
}

.wpsms .wpsms-item.wpsms-facebook .wpsms-fb-external-link {
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

.wpsms .owl-next:before {
  content: 'a';
  position: relative;
  right: -1.5em;
}
.home-logo-items.ACE > * {
  max-width: 100px;
  margin: 0 auto;
}
.error-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
  margin-bottom: 31px;
}

.error-page-title h2.title-heading-left {
  margin: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 8px 0 0;
}

.error-404 .main-content > div {
  margin: 0 -15px;
}

.error-404 .error-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
  margin-left: 0;
}
.error-404 .healpful-link-wrap.error-col {
  width: 30.66%;
  padding-left: 5%;
}

.custom-error-message {
  color: #f0f0f0;
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
}

.error-404 .healpful-link-wrap.error-col h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.healpful-link-wrap .hs-menu-wrapper > ul {
  font-size: 14px;
  line-height: 23.8px;
}

.healpful-link-wrap .hs-menu-wrapper > ul li {
  padding: 5.5px 0;
  margin-left: 0;
}

.healpful-link-wrap .hs-menu-wrapper > ul li:first-child {
  padding-top: 0;
}
.healpful-link-wrap .hs-menu-wrapper > ul li span {
  display: table;
  float: left;
  color: #fff;
  text-align: center;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #a0ce4e;
  font-size: 14px;
  height: 23.8px;
  width: 23.8px;
  margin-right: 9.8px;
}

.healpful-link-wrap .hs-menu-wrapper > ul li span i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.fa-angle-right:before {
  content: "\f105";
}

.healpful-link-wrap .hs-menu-wrapper > ul li div {
  margin-left: 33.6px;
}
.error-404 .search-wrapper h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.error-404 .search-wrapper form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  -webkit-border-radius: 0px;
}

.error-404 .search-wrapper form input[type="text"] {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 34px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 8px 15px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  font: 100% Arial,Helvetica,sans-serif;
  color: #aaa9a9;
  font-size: 13px;
  border-color: #d2d2d2;
  border-radius: 0px;
  border-width: 1px;
  -webkit-border-radius: 0px;
  padding-top: 0;
  padding-bottom: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  vertical-align: middle;
}

.error-404 .search-wrapper form button {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  outline: 0;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 34px;
  width: 34px;
  line-height: 34px;
}

.error-404 .search-wrapper form button svg {
  fill: #fff;
  width: 34px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.error-404 .search-wrapper form button:hover {
  background-color: #1a1a1a;
}

.error-404 .search-wrapper form input[type="text"]::placeholder {
  color: #aaa9a9;
}
.lp .custom-header-top {
  min-height: 57px;
}

.lp .custom-copyright {
  padding-top: 16px;
}

@media (min-width: 1200px) {
  .wpsms .owl-next:before {
    right: -2em;
  }
}

.wpsms .owl-prev:before {
  content: 'b';
  position: relative;
  left: -1.5em;
}

@media (min-width: 1200px) {
  .wpsms .owl-prev:before {
    left: -2em;
  }
}

.wpsms .owl-next,
.wpsms .owl-prev {
  background-color: transparent !important;
  display: none;
  height: auto !important;
  top: 50% !important;
  margin-top: -0.65em !important;
  font-family: "fontello";
  font-style: normal;
  font-weight: 300;
  speak: none;
  font-size: 2em;
}

.wpsms-container .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wpsms-container .owl-carousel .owl-controls {
  top: 50%;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 15;
}

.wpsms-container .owl-carousel .owl-controls .owl-nav {
  top: -4.35em;
  z-index: 10;
}

.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-prev,
.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 41px;
  display: block;
  height: 100%;
  background-color: #080808;
  vertical-align: middle;
  text-align: center;
}

.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-prev i,
.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-next i {
  display: inline-block;
  margin-top: 1.35em;
  font-size: 1em;
}

.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}

.wpsms-container .spinner {
  margin: 30px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.wpsms-container .spinner>div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  opacity: 0.25;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.wpsms-container .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.wpsms-container .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.wpsms-container .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s
}

.wpsms-container .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.mfp-bg {
  /*   top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #d7d7d7 !important;
  opacity: 0.6;
  filter: alpha(opacity=60) */
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.mfp-close:hover {
  background-color: transparent;
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000000;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
      padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
    }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
    }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

@font-face {
  font-family: "wpsmsfont";
  src: url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/wpsmsfont.eot") format("embedded-opentype"),
    url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/wpsmsfont.woff") format("woff"),
    url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/wpsmsfont.ttf") format("truetype"),
    url("//6027160.fs1.hubspotusercontent-na1.net/hubfs/6027160/SafeHaven_December2019/Fonts/wpsmsfont.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

.wpsms [class^="wpsms-icon-"]:before,
.wpsms [class*=" wpsms-icon-"]:before,
.wpsms .owl-next:before,
.wpsms .owl-prev:before,
.wpsms-read-more:after {
  font-family: "wpsmsfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-align: left;
}

.wpsms-icon-right-open-big:before {
  content: "a";
}

.wpsms-icon-left-open-big:before {
  content: "b";
}

.wpsms-icon-facebook:before {
  content: "c";
  text-indent: -5px;
}

.wpsms-icon-instagram:before {
  content: "d";
}

.wpsms-icon-twitter:before {
  content: "e";
}

.wpsms-read-more:after {
  content: "a";
  vertical-align: middle;
  display: inline-block;
  padding-top: 0.1em;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.testimonial-wrapper + .fusion-fullwidth {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.testimonial-wrapper + .fusion-fullwidth .wpsms-facebook a {
  color: #1a6569;
}

.testimonial-wrapper + .fusion-fullwidth .wpsms-facebook:before {
  color: #1a6569;
}

.testimonial-wrapper + .fusion-fullwidth .wpsms-facebook .wpsms-icon-facebook:before {
  color: #1a6569;
}

.wpsms-container .owl-carousel .owl-controls .owl-nav > *:before {
  color: #1a6569;
}
.mWrap {
  opacity: 0;
}

.mMove {
  opacity: 0;
  white-space: nowrap;
  transform: translateZ(0);
}

.mWrap.mIni, .mWrap.mIni .mMove {
  opacity: 1
}

.mWrap, .mWrap * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.grab {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}

.grabbing {
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.strTools *, .strTools *:after, .strTools *:before {
  box-sizing: border-box !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.mWrap img {
  max-width: none !important;
}

.str_move {
  cursor: move;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
  cursor: inherit;
}

/* === Appearance Marquee === */
.mWrap {
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  text-transform: none;
  text-align: left;
  background: none;
  color: inherit;
}
.search-page.error-404 .main-content>div {
  margin: 0;
}

.search-page .search-content h2 {
  margin-bottom: 28px;
}

.search-page .search-content h2 + p {
  margin: 1em 0;
}

.search-page .search-wrapper form {
  max-width: 100%;
}

.search-page.error-404 .main-content {
  width: calc(100% - 23% - 80px);
}
.search-inner-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e5e6;
  margin-bottom: 60px;
  border-color: #e0dede;
}

.search-page .hs-search-results__listing li {
  border: 1px solid #eaeaea;
  border-bottom-width: 3px;
  border-color: #ebeaea;
  padding: 30px 25px 20px;
  margin-bottom: 20px;
}
@media (min-width: 1256px){
  .home-custom-banner-area {
    min-height: 504px;
  }

  .home-custom-banner-area h4 {
    font-size: 36px !important;
    line-height: 41px !important;
  }

  .home-custom-banner-area h3 {
    font-size: 34px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1500px){
  .wpsms .owl-next:before {
    right: -1.2em;
  }

  .wpsms .owl-prev:before {
    left: -1.2em;
  }
  iframe {
    max-width: 100%;
  }
}
@media (max-width: 1255px){
  .home-custom-banner-area {
    height: 40.12vw;
  }

  .home-custom-banner-area h4 {
    font-size: 2.87vw !important;
    line-height: 3.26vw !important;
  }

  .home-custom-banner-area h3 {
    line-height: 3.03vw !important;
    font-size: 2.71vw !important;
  }
}


@media (max-width: 1199px) {
  .home-page-banner h3 a {
    font-size: 14px;
  }
}

@media (max-width: 1024px)and  (min-width:801px){
  .custom-error-message {
    font-size: 129px;
  }
}

@media (max-width: 1024px){
  .home-custom-banner-area h3,
  .home-custom-banner-area h4 {
    padding: 0 15px;
  }
}

@media (max-width: 1100px) and  (min-width:801px){

  .blog .how-can-we-help-wrapper, .blog .sidebar-newsletter-form-wrapper {
    width: 100%;
  }
}

@media (max-width: 1024px) and  (min-width:801px){

  .tw-col-right-layout .how-can-we-help-wrapper,  .tw-col-right-layout .sidebar-newsletter-form-wrapper {
    width: 100%;
  }
}

@media (max-width: 870px) and  (min-width:801px){
  .content-sidebar .package-price-detail-wrapper .fusion-panel .panel-body .price span.integer-part,
  .package-pannel-inner .pricing-row .price .integer-part {
    font-size: 49px;
  }
}

@media (max-width: 991px){ 
  .full-width-content.add-title-border h5 strong,
  .tw-col-ryt-outer-wrap.add-title-border h5 strong {
    padding: 0;
  }

  .full-width-content.add-title-border h5:after,
  .tw-col-ryt-outer-wrap.add-title-border h5:after {
    display: none !important;
  }
}



@media (max-width: 800px){
  .bug-school-page .main-content {
    width: 100%;
    margin-right: 0;
  }

  .section-header-inner {
    margin-bottom: 20px;
  }

  .bug-school-page .sidebar {
    width: 100%;
  }

  .bug-school-group .services-items {
    width: 100%;
    margin-right: 0;
  }

  .services-items-inner .heading-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .packages-item {
    width: 100%;
    margin-right: 0;
  }

  .services-packages-group-wrapper .title-wrapper .title-wrapper-inner {
    margin-bottom: 20px;
  }

  .packages-item .content-table-wrapper {
    width: 50%;
    transform: translateX(50%);
  }

  .package-pannel-inner {
    background: inherit;
  }
  .services-items {
    margin-right: 0;
    width: 100%;
  }
  .services-wrapper .title-wrapper .title-wrapper-inner {
    margin-bottom: 20px;
  }
  .contact-page .section-header-inner h4 {
    margin-bottom: 20px;
  }

  .contact-page .main-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contact-page .content-sidebar {
    width: 100%;
  }
  .service-bundle-page .content-sidebar {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .content-sidebar .package-price-detail-wrapper {
    margin: 0 0 30px;
    width: 50%;
    transform: translateX(50%);
  }

  .content-sidebar .package-price-detail-wrapper>* {
    padding: 0;
  }

  .service-bundle-page .widget-span.main-content.left {
    width: 100%;
    margin-bottom:0;
  }

  .hs-tabber-cust-mod {
    display: block;
  }

  .tabber-tab.desktop {
    display: none;
  }

  .tabber-tab.mobile {
    display: block !important;
  }

  .tabber-content {
    width: 100%;
  }

  .custom-tabber-group-wrapper .title-wrapper {
    margin-bottom: 20px;
  }

  .tabber-tab ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    border: 1px solid #f1f2f2;
    border-bottom: none;
    background-color: #ffffff;
    border-color: #ebeaea;
    left: auto;
  }

  .tabber-tab ul li a {
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
    position: relative;
    margin: 0;
    padding: 11px 0;
    border: none;
    border-top: 3px solid #f1f2f2;
    border-top-color: #f1f2f2;
    background-color: #f1f2f2;
    outline: 0;
    text-align: center;
  }

  .tabber-tab ul li.active a {
    border-left-width: 0;
    border: none;
    border-top: 3px solid #a0ce4e;
    border-color: #1a1a1a;
  }

  .tab-pane {
    padding: 15px;
    max-width: 100%;
    border: 1px solid #f1f2f2;
    border-top: none;
    background-color: #ffffff;
    border-color: #ebeaea;
  }

  .tab-pane:after {content: '';display: table;width: 100%;}
  .tabber-tab ul li a h4 {
    line-height: 1.5 !important;
    font-size: 18px !important;
    color: #036468;
    font-family: Ubuntu,Arial,Helvetica,sans-serif;
    white-space: normal;
    margin: 0;
  }
  h5[style*="margin-bottom: 31px;"] {
    margin-bottom: 20px !important;
  }
  .tw-cl-eq-img-wrapper>* {
    width: 100%;
    margin-right: 0;
  }
  ul[style="padding-bottom: 20px;"] {
    padding-bottom: 0 !important;
  }
  .staff-left-col {
    width: 100%;
    margin-right: 0;
  }

  .staff-left-col h4 {
    margin-bottom: 20px;
  }

  .two-column-staff-right.staff-group-wrapper {
    width: 100%;
  }

  .staff-items {
    width: 100%;
    margin-right: 0;
  }

  .staff-items .image-wrapper {
    text-align: center;
  }

  .staff-group-wrapper {
    margin-bottom: 0;
  }
  .home-logo-items img {
    vertical-align: top;
  }

  .home-logo-item-container-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .home-logo-items {
    width: 100%;
    margin-right: 0;
  }
  .testimonial-wrapper .title-wrapper h2 {
    margin-bottom: 86px;
  }

  .home-page .cm-content-outer.row2 .content-sidebar.right {
    padding-top: 0;
    padding-bottom: 102px;
  }

  .home-page .cm-content-outer.row2 .main-content.left h1 {
    margin-bottom: 40px;
  }
  .home-services-packages-group-wrapper .packages-item .content-table-wrapper {
    width: 100%;
    transform: none;
  }

  .home-services-packages-group-wrapper .package-pannel-inner .panel-body {
    width: 50%;
    transform: translateX(50%);
  }

  .home-services-packages-group-wrapper .packages-features-list-wrapper-container {
    width: 50%;
    transform: translateX(50%);
    margin: 0;
  }

  .home-services-packages-group-wrapper .packages-features-list-wrapper {
    padding: 0;
  }

  .home-services-packages-group-wrapper .packages-item {
    margin-bottom: 50px;
  }

  .home-services-packages-group-wrapper .title-wrapper {
    margin-bottom: 40px;
  }

  .home-services-packages-group-wrapper .title-wrapper h2 {
    margin: 0;
  }
  .what-we-do-item-wrapper .what-we-do-items {
    width: 100%;
  }

  .home-what-we-do-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
  .home-page-banner h5 {
    font-size: 21px;
    line-height: 24px;
  }
  .home-custom-banner-area {
    height: 39.76vw;
  }

  .home-custom-banner-area .button-wrapper a {
    padding: 6px 19px;
    line-height: 14px;
    font-size: 11px;
  }

  .home-custom-banner-area .button-wrapper {
    padding-top: 25px;
    padding-left: 8px;
  }

  .home-banner-content-wrapper .subtitle-wrapper {
    position: unset;
  }

  .home-banner-content-wrapper .title-wrapper {
    position: unset;
  }

  .home-banner-content-wrapper {
    padding-left: 0;
  }
  .error-404 .error-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .error-page-title {
    margin-bottom: 20px;
  }

  .error-404 .healpful-link-wrap.error-col {
    width: 100%;
  }

  .error-404 .healpful-link-wrap.error-col h3 {
    margin-top: calc(1em - 15px);
  }

  .healpful-link-wrap .hs-menu-wrapper>ul li div a {
    display: inline-block;
  }

  .error-404 .search-wrapper h3 {
    margin-top: calc(1em - 15px);
  }

  .error-404 .search-wrapper form {
    max-width: 100%;
  }
  .healpful-link-wrap .hs-menu-wrapper>ul li div {
    padding-left: 33.6px;
    margin: 0;
  }
  .search-page.error-404 .main-content {
    width: 100%;
  }
  .lp .custom-header-top {
    min-height: 48px;
  }

  .lp .mobile-trigger {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:after {
    background: #dadada;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul > li:first-child:before {
    background: #dadada;
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 1;
  }


  li.hs-menu-item.hs-menu-depth-3.EmeraldBundle a:before,
  li.hs-menu-item.hs-menu-depth-3.SapphireBundle a:before {
    margin-right: 2px;
  }
}
@media (max-width: 640px){
  .packages-item .content-table-wrapper {
    transform: none;
    width: 100%;
    margin: 0 0 20px;
    display: inline-block;
  }

  .packages-item .content-table-wrapper .content-table-wrap-inner {
    margin-bottom: 10px;
    padding: 0;
  }

  .termite-protection-wrapper-inner .title-wrapper h2 {
    color: #000000;
  }
  .content-sidebar .package-price-detail-wrapper {
    width: 100%;
    transform: none;
  }
  .home-logo-group-wrapper {
    display: none;
  }
  .home-services-packages-group-wrapper .package-pannel-inner .panel-body {
    width: 100%;
    transform: none;
  }

  .home-services-packages-group-wrapper .packages-features-list-wrapper-container {
    width: 100%;
    transform: none;
  }
  .home-page .content-sidebar .sidebar-newsletter-form-wrapper form input.hs-button.primary.large {
    margin-bottom: 16px;
    line-height: 2;
    min-height: 2rem;
  }

  .home-page .cm-content-outer.row2 .content-sidebar.right {
    padding-bottom: 108px;
  }

  .home-page .content-sidebar .sidebar-newsletter-form-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .home-page .content-sidebar .sidebar-newsletter-form-wrapper fieldset.form-columns-2 .hs-form-field:first-child {
    margin-bottom: 8px;
  }

  .content-sidebar .sidebar-newsletter-form-wrapper fieldset.form-columns-2 .hs-form-field {
    padding-top: 2px !important;
  }

  .content-sidebar .sidebar-newsletter-form-wrapper fieldset.form-columns-2 .hs-form-field {
    margin-right: 0;
  }

  .content-sidebar .sidebar-newsletter-form-wrapper fieldset {
    width: 100%;
  }

  .home-page .body-container form {
    margin-top: 0;
  }

  .home-page .content-sidebar form input.hs-button.primary.large {
    line-height: 2;
    min-height: 2rem;
    margin-bottom: 29px;
  }

  .home-page .content-sidebar .how-can-we-help-wrapper .title-wrapper h4 {
    margin-bottom: 14px;
  }

  .home-services-packages-group-wrapper .package-pannel-inner .panel-body .panel-body-outer {
    margin-bottom: 10px;
  }

  .home-services-packages-group-wrapper .package-pannel-inner .panel-body {
    display: table;
  }

  .home-services-packages-group-wrapper .packages-item {
    margin-bottom: 20px;
  }

  .home-services-packages-group-wrapper .packages-item .content-table-wrapper {
    margin-bottom: 20px;
  }
  .home-banner-area {
    display: block;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .home-banner-content-area {
    margin-bottom: 20px;
  }

  .home-banner-content-area h4 {
    margin-bottom: 0.33em;
    margin-top: 1.33em;
  }

  .home-banner-content-area h4 .mobileslidertext {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    text-transform: none;
    text-align: left;
    background: none;
    color: inherit;
  }

  ul.slider-container {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .slider-wrapper-outer {
    margin-bottom: 40px;
  }

  .slider-wrapper-inner {
    padding: 8px 0;
  }
  .tab-pane img {
    display: block !important;
    float: none !important;
    margin: 10px 0 !important;
  }
}
@media (max-width: 479px){
  .custom-error-message {
    font-size: 113px;
  }
  .full-width-content.add-title-border h5 strong {
    padding: 0;
  }

  .full-width-content.add-title-border h5:after {
    display: none;
  }


  .home-custom-banner-area h3 {
    line-height: 1!important;
    font-size: 15px !important;
  }
}

/*28/01/2022*/
.buttonzipcode  { padding: 10px 30px; color: #fff; border-radius: 2px 0px 0px; text-align: left; line-height: 22px; letter-spacing: 0px; font-weight: 400; font-size: 18px; background-color: #69c8cc; font-family: Roboto; display: inline-block; border: 2px solid #69c8cc; }
#inspectionnew-modal .page-center{float: none; max-width: 1366px; margin: 0 auto; }
.inspectionnew-modalinbx { background:#fff; width:45%; margin:0 auto; padding: 50px;  text-align: center; position:relative; }
.popup-modal-dismiss { position:absolute; right: 20px; top: 10px; }
.inspectionnew-modalinbx h2 { color:#69c8cc; margin-bottom:25px; }
.errorecode { color:#f00; font-size:20px; line-height:1.5; margin-top:15px; font-weight:bold; text-transform: capitalize; } 
.errorecode a { color:#2e8b78; }


@media (max-width : 991px){
 .inspectionnew-modalinbx {width: 80%;}
}
@media (max-width : 640px){
.inspectionnew-modalinbx {padding: 50px 20px 30px;}
}