/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


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

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdn2.hubspot.net/hubfs/3831534/Orenda_Tech_May2019%20Theme/Data-Files/Css/Cssfont.css');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  background-color: #fff;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-size: 13px;
  line-height: 1.65em;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  color: #231f20;
}

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

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


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

/* Basic text */

p {
  margin: 0.85em 0;
}
p {
  margin-bottom: 1em;
}
small {}
strong {
  font-weight:700;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  text-transform: none;
  color: #0873bb;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 34px;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 14px;
  letter-spacing: 1px;
}
h2 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
}
h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 8px;
}
h4 {
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 4px;
  margin-top: 0;
}
h5 {  
  font-size: 18px;
}
h6 {  
  font-size: 17px;
}

/* Anchor Links */
a { 
  color: #29aae2;
  outline: 0;
  text-decoration: none;
}
a:hover, a:focus { 
  outline: 0;
  color: #58bd84;
  text-decoration: underline;
}

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}


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

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

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

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


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


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

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

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


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

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

.cst-header-top-link .hs_cos_wrapper_type_rich_text strong {
  color: #29aae2;
}
.cst-header-top-link .hs_cos_wrapper_type_rich_text {
  font-weight: bold;
  line-height: 20px;
  font-size: 11px;
  padding: 5px 0;
  float: right;
  color: #0873bb;
}
.cst-logo {
  text-align: center;
}

.cst-logo img {
  width: 100%;
  max-width: 281px;
  margin-top: 1px;
}

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

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

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


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

.footer-container-wrapper {}
.footer-container {}


#back-to-top {
  display: none!important;
}

#back-top:hover {
  background-color: #f2f2f2;
  color: #29aae2;
  border: 1px solid #ffffff;
}
#back-top:before {
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}
a#back-top.pop-up {
  -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  opacity: 0.7;
  visibility: visible;
}
#back-top {
  color: #fff;
  border: 1px solid #161616;
  background-color: #111;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  right: 50px;
  bottom: 50px;
  z-index: 1030;
  visibility: hidden;
  z-index: 10;
}
@-webkit-keyframes avia_pop {
  0%   { -webkit-transform:scale(0.8);  }
  100% { -webkit-transform:scale(1);  }
}
@keyframes avia_pop {
  0%   { transform:scale(0.8);  }
  100% { transform:scale(1);   }
}

@-webkit-keyframes avia_pop_small {
  0%   { -webkit-transform:rotate(-175deg) scale(0.2);  }
  100% { -webkit-transform:rotate(0deg) scale(1);  }
}
@keyframes avia_pop_small {
  0%   { transform:rotate(-175deg) scale(0.2);  }
  100% { transform:rotate(0deg) scale(1);   }
}

@-webkit-keyframes avia_pop_loader {
  0%   { -webkit-transform:rotate(0deg) scale(0.2) ;  }
  100% { -webkit-transform:rotate(720deg) scale(1);  }
}
@keyframes avia_pop_loader {
  0%   { transform: rotate(0deg) scale(0.2);  }
  100% { transform: rotate(720deg) scale(1);   }
}


.cst-footer-btm-grp {
  background-color: #111111;
  color: #ffffff;
  font-size: 11px;
  margin-top: -1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #161616;
}

.cst-footer-btm-grp .page-center {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cst-footer-btm-grp .page-center .cst-copyrght {
  width: auto;
}

.cst-footer-btm-grp .page-center .cst-footer-sitemap {
  float: right;
  margin-left: 0;
  width: auto;
}
.cst-footer-btm-grp .page-center .cst-footer-sitemap .hs-menu-wrapper > ul > li > a {
  color: #ffffff;
}
.cst-footer-btm-grp .page-center .cst-footer-sitemap .hs-menu-wrapper>ul>li>a:hover {
  color: #eeeeee;
}
.cst-footer-btm-grp .page-center .cst-footer-sitemap .hs-menu-wrapper > ul {
  display: block;
  padding-top: 6px;
}
.cst-footer-btm-grp .page-center .cst-footer-sitemap .hs-menu-wrapper > ul > li:first-child {
  border: none;
}
.cst-footer-btm-grp .page-center .cst-footer-sitemap .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
.cst-footer-btm-grp .page-center .cst-footer-sitemap .hs-menu-wrapper > ul > li {
  display: block;
  padding: 0 10px;
  border-left-style: solid;
  border-left-width: 1px;
  line-height: 10px;
  border-color: #161616;
}

.cst-footer-top-grp {
  padding: 15px 0 30px 0;
  border-color: #555555;
  border-top-style: solid;
  border-top-width: 1px;
  z-index: 1;
  background: #0874bb url(//cdn2.hubspot.net/hubfs/3831534/Orenda_Tech_May2019%20Theme/Images/ios-linen-light.png) top center repeat scroll;
}
.cst-footer-top-grp .page-center .cst-footer-top.col1 {
  margin-left: 0;
}
.cst-footer-top-grp .page-center .cst-footer-top {
  max-width: 29.333333333333332%;
  width: 100%;
  margin-left: 6%;
}
.cst-footer-top-grp .page-center .cst-footer-top.col3 .cst-footer-social-grp {
  margin: 29px 0 30px 0;
  padding: .1px 0;
}

.cst-footer-top-grp .page-center .cst-footer-top h3 {
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  text-transform: none;
  margin-top: 0.85em;
  color: #dbf1fd;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 8px;
}


.cst-footer-top-grp .page-center .cst-footer-top.col2 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
}
.cst-footer-top-grp .page-center .cst-footer-top.col2 .hs_cos_wrapper_type_rich_text a img {
  vertical-align: baseline;
}
.cst-footer-top-grp .page-center .cst-footer-top.col2 .hs_cos_wrapper_type_rich_text p {
  color: #ffffff;
}
.cst-footer-top-grp .page-center .cst-footer-top.col1 > div {
  padding: 0;
  margin: 30px 0 30px 0;
}

.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider {
  display: none;
}
.footer-search .hs-search-field form {
  margin: 0;
  padding: 0;
  position: relative;
}
.footer-search .hs-search-field form #searchsubmit:hover {
  background-color: #ffffff;
  color: #0874bb;
  border-color: #dddddd;
}
.footer-search .hs-search-field form #searchsubmit {
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
  font-size: 17px;
  font-family: 'entypo-fontello';
  background-color: #ffffff;
  color: #0874bb;
  border-color: #dddddd;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-search .hs-search-field form input[type="text"] {
  background: #fff;
  border-radius: 0px;
  display: block;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  border-color: #555555;
  background-color: #58bd84;
  color: #dbf1fd;
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
}

.footer-search .hs-search-field form input[type="text"]::-webkit-input-placeholder {
  color: #dbf1fd;
  opacity:1;
} /* Webkit Browsers */
.footer-search .hs-search-field form input[type="text"] :-moz-placeholder {
  color: #dbf1fd;
  opacity:1;
} /* Firefox 18- */
.footer-search .hs-search-field form input[type="text"] ::-moz-placeholder {
  color: #dbf1fd;
  opacity:1;
} /* Firefox 19+ */
.footer-search .hs-search-field form input[type="text"] :-ms-input-placeholder {
  color: #dbf1fd;
  opacity:1;
} /* IE10 */

.cst-footer-top-grp .page-center .cst-footer-top.col1 .cst-footer-contact-us {
  margin-top: -1px;
}
.cst-footer-top-grp .page-center .cst-footer-top.col1 .cst-footer-contact-us p {
  color: #ffffff;
}
.cst-footer-top-grp .page-center .cst-footer-top.col3 .cst-footer-social-grp .av_facebook_widget_wrap .fb_iframe_widget > span {
  display: block!important;
  width: 100%!important;
}






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


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

/* Parent List */
.custom-menu-primary1 .hs-menu-wrapper > ul{}
.custom-menu-primary1 .hs-menu-wrapper > ul > li{}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary1 .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li{}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:991px) {
  .custom-menu-primary1 .hs-menu-wrapper,
  .custom-menu-primary1 .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary1 {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #ffffff;
    margin-left: 0!important;
  }
  .custom-menu-primary1 .hs-menu-wrapper {
    text-align: center;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul {
    height: 50px;
    display: inline-block;
    width: auto;
    position: static;
    vertical-align: middle;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li {
    font-family: Comfortaa;
    line-height: 30px;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 50px;
    line-height: 50px;
    color: #0873bb;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    display: block;
    text-decoration: none!important;
    padding: 0 13px;
    font-weight: 600;
    font-size: 13px;
    position: relative;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li>a:hover {
    color: #231f20;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li.active-branch>a {
    color: #231f20;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li.active-branch>a:after {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li>a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 2px;
    z-index: 10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #29aae2;
    color: #ffffff;
    border-color: #0788c0;
  }

  .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul {
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    border-top-width: 2px;
    border-top-style: solid;
    text-align: left;
    background-color: #ffffff;
    color: #0873bb;
    border-top-color: #29aae2;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li >a {
    line-height: 23px;
    padding: 8px 15px;
    font-size: 12px;
    min-height: 23px;
    background-color: #ffffff;
    color: #0873bb;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    text-decoration: none!important;
    white-space: normal!important;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li >a:hover {
    color: #231f20;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li:hover>a:after {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li>ul>li>ul {
    margin: 0;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #ffffff;
    color: #0873bb;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border-color: #ffffff;
    width: 208px;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li>ul>li>ul > li > a:hover {
    color: #231f20;
    text-decoration: none;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li>ul>li>ul > li > a {
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 12px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
    background-color: #ffffff;
    color: #0873bb;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ffffff;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    white-space: normal!important;
    font-weight:400;
  }
  .custom-menu-primary1 {
    height: auto !important;
  }
}


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

/* Hide button on Desktop */
/* Toggle Button
========================================================================== */ 

.mobile-icon {
  display: none;    /* Hide button on Desktop */
  cursor: pointer;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 102;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}


.mobile-icon .av-hamburger .av-hamburger-box {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 8px;
  vertical-align: middle;
}
.mobile-icon .av-hamburger .av-hamburger-box strong {
  display: none;
}
.mobile-icon .av-hamburger {
  vertical-align: middle;
  height: 90px;
  line-height: 90px;
  display: block;
}
.mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  border-radius: 3px;
  position: absolute;
  transition: transform 0.15s ease;
  height: 3px;
  width: 100%;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background-color: #0873bb;
}
.mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner:after, .mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner:before {
  height: 3px;
  border-radius: 3px;
  position: absolute;
  transition: transform 0.15s ease;
  content: '';
  width: 100%;
  background-color: #0873bb;
}
.mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner:before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
  top: -10px;
}
.mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner:after {
  content: '';
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
  width: 100%;
  bottom: -10px;
}
.show-mobile-nav .mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-mobile-nav .mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
}
.show-mobile-nav .mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
}

.show-mobile-nav .mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner:after,
.show-mobile-nav .mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner:before,
.show-mobile-nav .mobile-icon .av-hamburger .av-hamburger-box .av-hamburger-inner {
  background-color: #231f20;
}



@media (max-width: 990px){



  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    height: 100%;
  }


  /* Provide spacing for the menu ul */


  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary1 {
    font-size: 1em;
    position: fixed;
    width: 100%!important;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility.5s ease;
  }

  .custom-menu-primary1 > div {
    background: #ffffff;
    width: 350px;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    right: 0;
    max-width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    overflow: auto;
    position: absolute;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    height: 100vh;
  }
  .show-mobile-nav .custom-menu-primary1 {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary1 > div.widget-type-menu {
    z-index: 3;
  }

  .show-mobile-nav .custom-menu-primary1 > div {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-menu-primary1 .av-burger-overlay-bg {
    opacity: 0.3;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%!important;
    width: 100%!important;
    background: #000;
    display: block;
    position: fixed;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
    transform: none;
  }
  .show-mobile-nav .custom-menu-primary1 .av-burger-overlay-bg {
    opacity: .3;
    visibility: visible;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul {
    padding: 122px 0px;
    vertical-align: top;
    display: block;
    height: 100%;
    width: 100%;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li>a {
    color: #231f20;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px !important;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 400;
    font-family: Comfortaa;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li {
    position: relative;
    font-family: 'Comfortaa', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    width: 100%;
    float: none;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li > a:before {
    content: '';
    background-color: #231f20;
    height: 1px;
    display: block;
    position: absolute;
    margin-top: 0;
    opacity: 0.3;
    border: none!important;
    width: 7px;
    left: 50px;
    top: 50%;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li > a {
    color: #231f20;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    text-align: left;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    border-color: #ffffff;
    padding-left: 70px;
    white-space: normal!important;
  }

  .custom-menu-primary1 > div.widget-type-menu .hs-menu-wrapper {
    display: table;
    width: 100%;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li > ul > li > a:before {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    margin-top: 0;
    opacity: 0.3;
    border: none!important;
    width: 7px;
    top: 50%;
    background-color: #231f20;
    left: 70px;
  }

  .custom-menu-primary1 .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li > ul > li > a {
    color: #231f20;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    text-align: left;
    text-decoration: none;
    padding-left: 90px;
    border-color: #ffffff;
    white-space: normal!important;
  }

  .custom-menu-primary1 .hs-menu-wrapper>ul>li.hs-item-has-children > ul,
  .custom-menu-primary1 .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li ul {
    display: block!important;
    opacity: 1!important;
    position: static!important;
    visibility: visible!important;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li {
    font-family: 'Comfortaa', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}


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


/* =============== General Blog Styles =============== */

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}


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

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



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

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


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

.blog .blog-sidebar {}

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


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

.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
  margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
  text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

.blog-listing-wrapper .post-listing .post-item .post-body {}



#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
  color: #888888;
  font-weight:700;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
  font-style: italic;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 10px;
}
.hs-blog-social-share{
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
  padding: 0 0 10px;
}
#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;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
#comments-listing.no-comments {
  border: none;
}
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/************************ Blog Español **********************/

.blog .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.last-crumb,
.blog .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.first-crumb a:after {
  display: none;
}

.cst-blog-content-grp .page-center.content-wrapper {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.cst-blog-content-grp .page-center.content-wrapper .blog-content {
  max-width: 73%;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cst-blog-content-grp .page-center.content-wrapper .blog-sidebar {
  width: calc(100% - 73%);
  margin-left: 0;
  color: #7d7d7d;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.first-crumb > a {
  padding-right: 0;
}

.blog .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.first-crumb > a {
  padding-right: 0;
  padding-left: 0;
}

.cst-blog-content-grp {
  border-top: 1px solid #fff;
}

.hs-blog-header h1 {
  text-transform: capitalize;
  letter-spacing: 0;
}
.hs-blog-header {
  margin-bottom: 25px;
}
.blog .cst-post-item-grp {
  padding-right: 50px;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item:first-child {
  margin-left: 0;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item {
  margin-left: 6%;
  width: 29.333333333333332%;
  float: left;
}

.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper {
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 3px;
  position: relative;
  background: #fff;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper .hs-featured-link {
  display: block;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper .hs-featured-link img {
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper .hs-featured-link .image-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  overflow: hidden;
  display: block;
  position: absolute;
  background: #fff;
  z-index: 300;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  filter: alpha(opacity=0);
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper .hs-featured-link .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper .hs-featured-link .image-overlay .image-overlay-inside:before {
  content: '\E832';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  border-color: #0788c0;
  font-size: 18px;
  font-weight: normal;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  border-radius: 50px;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper:hover .hs-featured-link .image-overlay {
  opacity: .7;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper:hover .image-overlay-inside {
  -webkit-animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .post-header h3 a {
  color: inherit;
  text-decoration: none !important;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .post-header h3 {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0;
  color: #0873bb;
}

.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .post-header div#hubspot-author_data {
  font-style: normal;
  color: #7D7D7D;
  position: relative;
  padding-bottom: 10px;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .post-header div#hubspot-author_data .custom_listing_comments a:hover {
  color: #58bd84;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .post-header div#hubspot-author_data .custom_listing_comments a {
  color: #7d7d7d;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .post-header div#hubspot-author_data .custom_listing_comments {
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: .9em;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .post-header div#hubspot-author_data .slide-meta-del {
  display: inline-block;
  font-size: .9em;
  margin: 0 2px;
  color: #7d7d7d;
  vertical-align: middle;
}
.blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .post-header div#hubspot-author_data .cst-time {
  display: inline-block;
  font-size: .9em;
  color: #7d7d7d;
  vertical-align: middle;
}

.blog-pagination {
  width: 100%;
  float: left;
  padding-bottom: 29px;
}

.blog-pagination .custom-total-pages {
  float: right;
  line-height: 35px;
  color: #7d7d7d;
  padding: 2px 9px 1px 9px;
  text-decoration: none;
  width: auto;
  font-size: 11px;
}
.blog-pagination .blog-pagination-center a.active {
  color: #0873bb;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
  font-weight: bold;
  background: #f2f2f2;
  cursor: text;
  pointer-events: none;
}
.blog-pagination .blog-pagination-center a {
  float: left;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
  color: #7d7d7d;
  -webkit-transition: color .15s ease-out;
  transition: color .15s ease-out;
  -webkit-transition: background .15s ease-out;
  transition: background .15s ease-out;
  font-size: 11px;
  display: block;
  background: #f2f2f2;
}
.blog-pagination .blog-pagination-center a:hover {
  background: #7d7d7d;
  color: #fff;
  text-decoration: none;
}

.blog-pagination .blog-pagination-center a.active:hover {
  background: #f2f2f2;
  color: #0873bb;
}

.hs-blog-post .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.last-crumb,
.hs-blog-post .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.first-crumb a:after {
  display: inherit;
}

.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe > span {
  margin-bottom: 30px;
  padding: 9px 12px;
  background: #f2f2f2;
}
.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe {
  padding-left: 51px;
}

.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe > span .form-title {
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 8px;
}

.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe > span form,.body-container .blog-comment-form form  {
  margin-bottom: 30px;
  padding: 0;
  background: none;
  border: 0;
}
.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe > span form .hs-form-field, .body-container .blog-comment-form form  .hs-form-field {
  margin: 0;
}

.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe > span form .hs-form-field > label , .body-container .blog-comment-form form  .hs-form-field > label{
  font-weight: bold;
  font: 13px/1.65em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #231f20;
  font-size: .92em;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  vertical-align: middle;
}

.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe > span form .hs-form-field .input .hs-input,
.body-container .blog-comment-form form  .hs-form-field .input .hs-input {
  margin: 0 0 15px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border: 1px solid #fff;
  padding: 8px 6px;
  letter-spacing: normal;
  outline: 0;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #7d7d7d;
  background: #fff;
  box-shadow: none;
}

.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe > span form .hs-form-field .input .hs-input:focusm
.body-container .blog-comment-form form  .hs-form-field .input .hs-input:focus {
  outline: 0;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe > span .form-title {
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 8px;
  color: #231f20;
}
.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe>span form input.hs-button.primary.large:focus,
.body-container .blog-comment-form form  input[type="submit"]:focus {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
  color: #fff;
}
.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe>span form input.hs-button.primary.large:hover,
.body-container .blog-comment-form form  input[type="submit"]:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
  color: #fff;
}
.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe>span form input.hs-button.primary.large,
.body-container .blog-comment-form form  input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
  outline: 0;
  border: 0;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  background-image: linear-gradient(to bottom,#00abb9,#00abb9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity .15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #29aae2;
  color: #fff;
  border-color: #0788c0;
}
.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe>span form ul.hs-error-msgs,
.body-container .blog-comment-form form ul.hs-error-msgs {
  margin: 0!important;
}


.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe>span form ul.hs-error-msgs li,
.body-container .blog-comment-form form ul.hs-error-msgs li {
  padding: 7px 0;
}
.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe>span form ul.hs-error-msgs li label,
.body-container .blog-comment-form form ul.hs-error-msgs li  label {
  color: red;
  display: block;
  margin: 0 0 0 !important;
  font-size: .85em;
  line-height: 1.5em;
}

.hs-blog-post .hs-featured-image-wrapper {
  margin-bottom: 10px;
  border-radius: 3px;
  position: relative;
  background: #fff;
}
.hs-blog-post .hs-featured-image-wrapper a {
  display: block;
  position: relative;
}
.hs-blog-post .hs-featured-image-wrapper .image-overlay {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  overflow: hidden;
  display: block;
  position: absolute;
  background: #fff;
  z-index: 300;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  filter: alpha(opacity=0);
}
.hs-blog-post .hs-featured-image-wrapper:hover .image-overlay {
  opacity: .7;
}
.hs-blog-post .hs-featured-image-wrapper .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hs-blog-post .hs-featured-image-wrapper:hover .image-overlay-inside {
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.hs-blog-post .hs-featured-image-wrapper .image-overlay .image-overlay-inside:before {
  content: '\E832';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  color: #ffffff;
  border-color: #0788c0;
  font-size: 18px;
  font-weight: normal;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  border-radius: 50px;
}
.hs-blog-post .hs-featured-image-wrapper .image-overlay .image-overlay-inside:before{
  content: '\E869';
}
.hs-blog-post .post-header h2 {
  font-size: 21px;
  line-height: 1.3em;
  color: #0873bb;
  margin: 0;
}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}

.hs-blog-post #hubspot-author_data {
  display: inline-block;
  font-size: .9em;
  color: #7d7d7d;
}

.hs-blog-post .slide-meta-del {
  display: inline-block;
  font-size: .9em;
  margin: 0 4px;
  color: #7d7d7d;
}
.hs-blog-post #hubspot-author_data {
  display: inline-block;
  font-size: .9em;
  color: #7d7d7d;
}
.hs-blog-post #hubspot-author_data a.author-link {
  color: #7d7d7d;
}

.hs-blog-post #hubspot-author_data a.author-link:hover {
  color: #58bd84;
}

.section.post-header {
  margin-bottom: 10px;
}
.custom-share h5 {
  font-size: 16px;
  line-height: 1.1em;
  margin: 0 0 15px;
  color: #231f20;
}

.custom-share .hs-blog-social-share {
  margin-top: 20px;
  height: auto;
  border: 0;
  padding: 0;
}

.custom-share .hs-blog-social-share li.hs-blog-social-share-item > span {
  vertical-align: top!important;
}

.body-container .blog-comment-form form input[type="submit"] {
  margin-top: 20px;
}

.avia-post-nav {
  position: fixed;
  height: 110px;
  top: 50%;
  background: rgba(0,0,0,0.1);
  color: #fff !important;
  text-decoration: none !important;
  margin-top: -55px;
  padding: 15px;
  text-decoration: none;
  z-index: 999999;
  -webkit-transform: translate3d(0,0,0);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avia-post-next span.entry-title {
  padding: 0 20px 0 0;
}
.avia-post-nav .label {
  position: absolute;
  top: 50%;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
  left: 10px;
}
.avia-post-nav .entry-info-wrap{
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 1px;
  overflow: hidden;
  display: block;
}
[data-av_icon]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
  font-family: 'entypo-fontello';
}
.avia-post-prev .entry-info {
  margin: 0 1px 0 20px;
  height: 80px;
  width: 220px;
  display: table;
}
.avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}
.avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}
.avia-post-nav .entry-image {
  height: 80px;
  width: 80px;
  border-radius: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.avia-post-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.avia-post-nav:hover {
  background: rgba(0,0,0,0.8);
}
.avia-post-nav:hover .entry-info-wrap {
  width: 240px;
}
.avia-post-next.with-image {
  text-align: right;
}
.avia-post-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.avia-post-next .label {
  right: 10px;
}
.avia-post-next .entry-info {
  margin: 0 20px 0 1px;
}

.hs-blog-post .cst-blog-content-grp .page-center.content-wrapper .blog-sidebar .widget-type-blog_subscribe>span form .hs-form-field > label {
  font-weight: bold;
  font-size: .92em;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
}

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


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

.body-container form {
  font-size: 13px;
  padding: 9px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background: #444444;
  max-width: 500px;
}
.body-container form .hs-form-field > label {
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 13px;
}

.body-container form .hs-form-field {
  margin-bottom: 18px;
}
.body-container form fieldset {
  margin-bottom: 20px;
}
/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {

  border-color: #ffffff;
  background-color: #f2f2f2;
  color: #7D7D7D;
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0px;
  max-width: 500px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}


textarea {
  min-height: 60px;
  line-height: 1.5em;
}

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

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

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

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

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

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

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

.footer-search .hs-search-field form input[type="text"] ::-webkit-input-placeholder {
  color: #dbf1fd;
  opacity: 1;
} /* Webkit Browsers */
.footer-search .hs-search-field form input[type="text"]:-moz-placeholder {
  color: #dbf1fd;
  opacity: 1;
} /* Firefox 18- */
.footer-search .hs-search-field form input[type="text"]::-moz-placeholder {
  color: #dbf1fd;
  opacity: 1;
} /* Firefox 19+ */
.footer-search .hs-search-field form input[type="text"]:-ms-input-placeholder {
  color: #dbf1fd;
  opacity: 1;
} /* IE10 */



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

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

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

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


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

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

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

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

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


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

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

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


.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  background-color: #29aae2;
  color: #ffffff;
  border-color: #0788c0;
  text-shadow: 0 -1px 0 #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  font-family: Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
  outline: 0;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}
ul.hs-error-msgs {
  margin: 0 0 15px!important;
  padding: 0!important;
  list-style: none;
}
ul.hs-error-msgs li label {
  color: red;
  font-weight: bold;
  font-size: 0.92em;
  text-align: left;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

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


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

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


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

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


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

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


/* REMOVE CROSS ICON */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
}   

.hs-form-field > label span[data-reactid]:empty + span {
  display: none;
}




/************* Gap Between Two Modules ******/

.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 0 20px;
  display: block;
}
.body-container .content-wrapper.page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cst-breadcrumb-grp .page-center {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 56px;
}


.no-gap .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 0 0;
}

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

/****************** Breadcrumb Menu Grop Styling  ****************************/

.cst-breadcrumb-grp .page-center .widget-type-custom_widget {
  width: auto;
}
.cst-title h1 a {
  color: #0c4887;
  text-decoration: none!important;
}
.cst-title h1 {
  color: #0c4887;
  font-size: 16px;
  position: relative;
  z-index: 2;
  min-height: 36px;
  line-height: 2.3em;
  margin: 0;
  letter-spacing: 0;
}
.cst-title {
  padding-top: 1px;
}
.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper {
  color: #0c4887;
  line-height: 15px;
  font-size: 11px;
  padding-top: 12px;
  padding-right: 3px;
}


.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper > ul > li {
  float: left;
}

.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper > ul > li.hs-breadcrumb-menu-item {
  padding: 0;
}
.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper > ul > li .trail-before {
  padding: 0px 3px;
}

.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper > ul > li.hs-breadcrumb-menu-item:after {
  overflow: hidden;
  width: 8px;
  padding: 0px 3px;
  content: '/';
  padding-right: 5px;
  padding-left: 3px;
}
.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item a {
  color: #0c4887;
  padding: 0px 3px;
}
.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu {
  float: right;
}

/* Styles that do not fit into any of the available sections above can go here. */

.hs-r1-two-col-rgt-grp {
  border-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
  position: relative;
}
.hs-r1-two-col-rgt-grp .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-left-col {
  max-width: 73%;
  width: 100%;
  border-right-style: solid;
  border-right-width: 1px;
  margin-right: -1px;
  padding-top: 50px;
  padding-bottom: 48px;
  border-color: #ffffff;
}


.hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-right-col {
  width: calc(100% - 73%);
  margin-left: 0;
  color: #7D7D7D;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-right-col .sidebar-menu {
  padding-left: 51px;
}

.cst-recent-article {
  padding-left: 51px;
  padding-bottom: 30px;
}
.cst-recent-article h3 {
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  text-transform: none;
  color: #0873bb;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 8px;
}

.cst-recent-article .widget-module ul li:first-child {
  border-top: 0;
}
.cst-recent-article .widget-module ul li {
  border-color: #ffffff;
  border-top-width: 3px;
  border-top-style: solid;
  padding: 7px 0;
  display: block;
  font-size: 0.85em;
  line-height: 1.5em;
}
.cst-recent-article .widget-module ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
  width: 100%;
}

.cst-recent-article .widget-module ul li a:hover {
  color: #58bd84;
}
.cst-recent-article .widget-module ul li a {
  color: #7D7D7D;
  font-style: italic;
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}

.hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-left-col > div {
  padding-right: 50px;
}

.hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi {
  padding-top: 11px;
}


.cst-video-grp .responsive .wistia_embed {
  width: 100%!important;
  height: 100%!important;
  position: absolute!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 10px;
  margin-top: 1px;
  letter-spacing: 1px;
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  text-transform: none;
  font-size: 28px;
  line-height: 1.1em;
}

.hs-products .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li:nth-child(2) a:after {
  padding-right: 0px;
  padding-left: 6px;
  margin-right: -1px;
}

.hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p strong {
  color: #29aae2;
}
.hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ol li {
  margin-left: 1em;
  padding: 3px 0;
}
.hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ol {
  margin-bottom: 20px;
  list-style: decimal;
  padding: 0;
  padding-left: 15px;
}
.hs-products .cst-recent-article {
  padding-top: 30px;
}
.hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-right-col .sidebar-menu {
  padding-left: 51px;
  padding-bottom: 24px;
  overflow-x: hidden;
  padding-top: 1px;
  margin-top: -1px;
}

.hs-r1-two-col-rgt-right-col .sidebar-menu .hs-menu-wrapper > ul {
  padding-bottom: 30px;
}

.hs-r1-two-col-rgt-right-col .sidebar-menu .hs-menu-wrapper > ul > li.active.active-branch > a {
  border: none;
  padding: 6px 7px 7px 0;
  color: #0873bb;
  font-weight: bold;
}
.hs-r1-two-col-rgt-right-col .sidebar-menu .hs-menu-wrapper > ul > li.active.active-branch {
  background: #f2f2f2;
  padding-left: 51px;
  left: -51px;
  top: 1px;
  margin-top: -1px;
  padding-top: 1px;
  width: 100%;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
}

.hs-r1-two-col-rgt-right-col .sidebar-menu .hs-menu-wrapper > ul > li {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  font-size: 13px;
}
.hs-r1-two-col-rgt-right-col .sidebar-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #58bd84;
}
.hs-r1-two-col-rgt-right-col .sidebar-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 4px 0px 5px 0;
  text-decoration: none;
  color: #7D7D7D;
}
.cst-one-col-content-grp .inner-col.clearfix .cst-content-items:first-child {
  margin-left: 0;
}
.cst-one-col-content-grp .inner-col.clearfix .cst-content-items {
  margin-left: 6%;
  width: 29.333333333333332%;
  float: left;
}
.cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3 a {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}
.cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3 {
  color: #0873bb;
}

.cst-product-grp .cst-top-header h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: 1px;
  margin-top: 1px;
}
.cst-product-grp .cst-description > span {
  display: block;
}
.cst-product-grp .cst-description > span strong {
  color: #29aae2;
}

.cst-product-grp.cv-600 .cst-btm-image-grp {
  max-width: 300px;
}
.cst-product-grp .cst-btm-image-grp {
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.cst-product-grp .cst-btm-image-grp a .image-overlay {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cst-product-grp .cst-btm-image-grp a:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.cst-product-grp .cst-btm-image-grp a .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cst-product-grp .cst-btm-image-grp a .image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  content: '\E869';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  color: #ffffff;
  border-color: #0788c0;
}
.cst-product-grp .cst-btm-image-grp a:hover .image-overlay {
  opacity: .7;
}
.hs-products .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi > span > div:nth-child(4),
.hs-products .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi > span > div:nth-child(5) {
  margin-bottom: 12px!important;
}

.hs-products .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi {
  padding-top: 0;
}
.hs-products .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi > span > div:last-child {
  margin-bottom: 3px;
}

.orenda-productsce-spa-clarifier-page .cst-video-grp {
  margin-top: 61px;
}
.cst-product-grp .cst-description p strong {
  color: #29aae2;
}
.hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text h4 {
  margin-top: 5px;
}
.cst-product-grp.ce-spa .cst-btm-image-grp {
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  max-width: 560px;
}
.page.orenda-productsspa-500-page .cst-video-grp {
  margin-top: 61px;
}
.page.orenda-productsspa-500-page .cst-product-grp .cst-top-header h2 {
  letter-spacing: 1px;
  color: #0873bb;
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
  margin-top: 1px;
}
.page.orenda-productsspa-500-page .cst-product-grp.spa-500 .cst-description ol ol {
  margin: 4px 0 5px 30px;
}
.page.orenda-productsspa-500-page .cst-product-grp.spa-500 .cst-description ol ol li {
  margin-left: 1em;
  padding: 3px 0;
  margin-bottom: 6px;
}
.page.orenda-productsspa-500-page .cst-product-grp.spa-500 .cst-description ol li strong {
  color: #29aae2;
}
.page.orenda-productsspa-500-page .cst-product-grp.spa-500 .cst-description ol li {
  margin-left: 1em;
  padding: 3px 0;
}
.page.orenda-productsspa-500-page .cst-product-grp.spa-500 .cst-description ol {
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 0;
}

.page.orenda-productsspa-500-page .cst-product-grp.spa-500 .cst-btm-image-grp {
  max-width: 300px;
}

.productos-de-orendacv-700-enzimas-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items,
.productos-de-orendacv-600-enzimas-cataliticas-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items,
.productos-de-orendasc-1000-prevencion-de-mancha-de-metal-y-escala-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items,
.productos-de-orendacv-baldosa-y-filtro-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items,
.productos-de-orendaspa-500-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items,
.productos-de-orendace-clarificador-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items,
.productos-de-orendapr-10000-removedor-de-fosfatos-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items,
.productos-de-orendace-spa-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items {
  max-width: 100%;
  width: 100%;
}

.productos-de-orendacv-700-enzimas-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3,
.productos-de-orendacv-600-enzimas-cataliticas-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3,
.productos-de-orendasc-1000-prevencion-de-mancha-de-metal-y-escala-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3,
.productos-de-orendacv-baldosa-y-filtro-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3,
.productos-de-orendaspa-500-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3,
.productos-de-orendace-clarificador-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3,
.productos-de-orendapr-10000-removedor-de-fosfatos-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3,
.productos-de-orendace-spa-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items h3 {
  color: #0873bb;
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 4px;
}
.productos-de-orendacv-700-enzimas-page .cst-product-grp.cv-700 {
  margin-top: 51px;
}

.productos-de-orendacv-700-enzimas-page .cst-product-grp.cv-700 .cst-description p {
  margin-bottom: 11px;
}
.cst-product-grp.cv-700 .cst-btm-image-grp {
  max-width: 300px;
}
.productos-de-orendacv-600-enzimas-cataliticas-page .cst-product-grp.cv-600 {
  margin-top: 51px;
}

.productos-de-orendasc-1000-prevencion-de-mancha-de-metal-y-escala-page .cst-product-grp.sc-1000 {
  margin-top: 51px;
}

.productos-de-orendasc-1000-prevencion-de-mancha-de-metal-y-escala-page .cst-product-grp.sc-1000 .cst-description p {
  margin-bottom: 11px;
}

.productos-de-orendasc-1000-prevencion-de-mancha-de-metal-y-escala-page .cst-product-grp .cst-btm-image-grp {
  max-width: 300px;
}

.productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp.cv-baldosayfiltro {
  margin-top: 51px;
}

.productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp .cst-top-header h2 {
  letter-spacing: 1px;
  color: #0873bb;
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
  margin-top: -1px;
}
.productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp .cst-description p {
  margin-bottom: 11px;
}
.productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp .cst-description h3 {
  margin-top: 1.5em;
}
.productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp .cst-description ol li {
  margin-left: 1em;
  padding: 3px 0;
}
.productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp .cst-description ol {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-top: 0;
  padding-left: 0;
}

.productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp .cst-btm-image-grp {
  max-width: 510px;
}
.productos-de-orendaspa-500-page .cst-product-grp.spa-500 {
  margin-top: 50px;
}
.productos-de-orendaspa-500-page .cst-product-grp.spa-500 .cst-description p {
  margin-bottom: 11px;
}
.productos-de-orendaspa-500-page .cst-product-grp.spa-500 .cst-description ol li {
  margin-left: 1em;
  padding: 3px 0;
}
.productos-de-orendaspa-500-page .cst-product-grp.spa-500 .cst-description ol {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-top: 0;
  padding-left: 0;
}

.productos-de-orendaspa-500-page .cst-product-grp.spa-500 .cst-description ol ol {
  margin: 4px 0 5px 30px;
}

.productos-de-orendaspa-500-page .cst-product-grp .cst-btm-image-grp {
  max-width: 300px;
}
.orenda-productscv-700-page .cst-one-col-content-grp {
  margin-bottom: 61px;
}
.orenda-productscv-700-page .cst-product-grp.cv-700enzymeandphosphateremover .cst-top-header h2 {
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
}

.orenda-productscv-700-page .cst-product-grp .cst-btm-image-grp {
  max-width: 350px;
  margin-right: 10px;
  margin-left: 10px;
}
.orenda-productscv-700-page .cst-product-grp.cv-700enzymeandphosphateremover {
  padding-bottom: 2px;
  margin-bottom: 60px;
}
.orenda-productscv-700-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
  margin-bottom: 3px!important;
}
.orenda-productsce-clarifier-page .cst-one-col-content-grp {
  margin-bottom: 61px;
}

.orenda-productsce-clarifier-page .cst-product-grp .cst-btm-image-grp {
  max-width: 350px;
}
.orenda-productsce-clarifier-page .cst-product-grp {
  margin-bottom: 70px;
}


.orenda-productsce-clarifier-page .cst-product-grp .cst-description ul li {
  margin-left: 1em;
  padding: 3px 0;
}
.orenda-productsce-clarifier-page .cst-product-grp .cst-description ul {
  margin-left: 7px;
  margin-bottom: 20px;
  padding: 0;
}
.orenda-productsce-clarifier-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
  margin-bottom: 3px!important;
}

.orenda-productssc-1000-page .cst-product-grp.sc-1000 .cst-description p {
  margin-bottom: 11px;
}
.orenda-productssc-1000-page .cst-product-grp.sc-1000 .cst-description h2 {
  margin-top: 0;
  letter-spacing: 1px;
}

.orenda-productssc-1000-page .cst-product-grp.sc-1000 .cst-description ul {
  margin-left: 7px;
  margin-bottom: 20px;
  padding-left: 0;
  margin-top: 0;
}
.orenda-productssc-1000-page .cst-product-grp.sc-1000 .cst-description ul li {
  margin-left: 1em;
  padding: 3px 0;
}
.orenda-productssc-1000-page .cst-product-grp.sc-1000 .cst-description ul li strong {
  color: #29aae2;
}

.orenda-productssc-1000-page .cst-product-grp.sc-1000 {
  margin-bottom: 51px;
}
.orenda-productssc-1000-page .cst-product-grp.sc-1000 .cst-btm-image-grp {
  max-width: 330px;
  margin-top: 50px;
  margin-left: 0;
  text-align: center;
}

.orenda-productscv-tile-and-filter-page .cst-product-grp.cv-tileandfilter {
  margin-top: 61px;
}
.orenda-productscv-tile-and-filter-page .cst-product-grp.cv-tileandfilter .cst-top-header h2 {
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
}
.orenda-productscv-tile-and-filter-page .cst-product-grp.cv-tileandfilter .cst-description p {
  margin-bottom: 11px;
}

.orenda-productscv-tile-and-filter-page .cst-product-grp.cv-tileandfilter .cst-description h3 {
  margin-top: 1.5em;
}
.orenda-productscv-tile-and-filter-page .cst-product-grp.cv-tileandfilter .cst-description ol li {
  margin-left: 1em;
  padding: 3px 0;
}
.orenda-productscv-tile-and-filter-page .cst-product-grp.cv-tileandfilter .cst-description ol {
  margin-left: 15px;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0;
}
.orenda-productscv-tile-and-filter-page .cst-product-grp.cv-tileandfilter .cst-btm-image-grp {
  max-width: 500px;
}

.productos-de-orendace-clarificador-page .cst-product-grp.ce-clarificador {
  margin-top: 51px;
}

.productos-de-orendace-clarificador-page .cst-product-grp.ce-clarificador .cst-top-header h2 {
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
}
.productos-de-orendace-clarificador-page .cst-product-grp.ce-clarificador .cst-description p {
  margin-bottom: 11px;
}

.productos-de-orendace-clarificador-page .cst-product-grp.ce-clarificador .cst-description ul {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 7px;
  padding: 0;
}
.productos-de-orendace-clarificador-page .cst-product-grp.ce-clarificador .cst-description ul li {
  margin-left: 1em;
  padding: 3px 0;
}
.productos-de-orendace-clarificador-page .cst-product-grp.ce-clarificador .cst-btm-image-grp {
  max-width: 350px;
}
.productos-de-orendace-clarificador-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
  margin-bottom: 13px;
}
.productos-de-orendapr-10000-removedor-de-fosfatos-page .cst-product-grp.pr-10000 {
  margin-top: 51px;
}


.productos-de-orendapr-10000-removedor-de-fosfatos-page .cst-product-grp.pr-10000 .cst-description p {
  margin-bottom: 11px;
}

.productos-de-orendapr-10000-removedor-de-fosfatos-page .cst-product-grp.pr-10000 .cst-btm-image-grp {
  max-width: 300px;
}

.productos-de-orendapr-10000-removedor-de-fosfatos-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
  margin-bottom: 14px;
}
.productos-de-orendace-spa-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 11px;
}

.productos-de-orendace-spa-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 20px;
  margin-left: 7px;
  margin-top: 0;
  padding: 0;
}
.productos-de-orendace-spa-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ul li {
  margin-left: 1em;
  padding: 3px 0;
}

.procedures-resources-page .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text img {
  vertical-align: baseline;
}
.procedures-resources-page .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 10px;
}
.procedures-resources-page .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p + h1 {
  margin-top: 1.5em;
}
.procedures-resources-page .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
}
.procedures-resources-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
  margin-bottom: 13px;
}
.about-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text h1 strong {
  color: #29aae2;
}

.about-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 11px;
}

.about-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_linked_image img {
  vertical-align: baseline;
}

.about-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text {
  margin-top: 0px!important;
}
.about-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text h1 strong {
  color: #29aae2;
}
.about-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text h1 {
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
}

.privacy-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi {
  padding-top: 0;
}
.privacy-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 11px;
}

.procedures-resourcespool-startup-guide-vinyl-liner-fiberglass-pools-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi {
  padding: 0;
}
.procedures-resourcespool-startup-guide-vinyl-liner-fiberglass-pools-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 11px;
}
.procedures-resourcespool-startup-guide-vinyl-liner-fiberglass-pools-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ul li {
  margin-left: 1em;
  padding: 3px 0;
}
.procedures-resourcespool-startup-guide-vinyl-liner-fiberglass-pools-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 20px;
  margin-left: 7px;
  margin-top: 0;
  padding: 0;
}

.procedures-resourcespool-startup-guide-vinyl-liner-fiberglass-pools-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ul li strong,
.procedures-resourcespool-startup-guide-vinyl-liner-fiberglass-pools-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text h3 strong,
.procedures-resourcesorenda-pool-startup-5-day-guide-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi h3 strong,
.hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ol li strong   {
  color: #29aae2;
}

.procedures-resourcesorenda-pool-startup-5-day-guide-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi p {
  margin-bottom: 11px;
}

.procedures-resourcesorenda-pool-startup-5-day-guide-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi ol {
  margin-top: 0;
}

.procedures-resourcesorenda-pool-startup-5-day-guide-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi ol ol li {
  margin-left: 1em;
  padding: 3px 0;
  margin-bottom: 6px;
}
.procedures-resourcesorenda-pool-startup-5-day-guide-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi ol ol {
  margin: 4px 0 5px 30px;
  padding: 0;
}

.procedures-resourcescleaner-better-water-page .hs_cos_wrapper_type_linked_image img {
  vertical-align: baseline;
}

.procedures-resourcescleaner-better-water-page .hs_cos_wrapper_type_rich_text p + h3 {
  margin-top: 1.5em;
}

.procedures-resourcescleaner-better-water-page .hs_cos_wrapper_type_rich_text a {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

.orenda-video-grp .orenda-video-items .cst-top-title h2 {
  margin-top: 0;
  letter-spacing: 1px;
  color: #0873bb;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items:nth-child(odd) {
  margin-left: 0;
  clear: left;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items {
  margin-top: 50px;
  margin-left: 6%;
  max-width: 47%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
  clear: both;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col .image-inner {
  position: relative;
  max-width: 100%;
  border-radius: 3px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col .image-inner a {
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col .image-inner a img {
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col .image-inner a .image-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col .image-inner a:hover .image-overlay {
  opacity: .7;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col .image-inner a:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col .image-inner a .image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  content: '\E869';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  color: #fff;
  border-color: #0788c0;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-image-col .image-inner a .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-content-col .cst-inner-content .description p {
  margin-bottom: 11px;
}
.hs-video .cst-recent-article {
  padding-top: 30px;
}

.orenda-video-grp .orenda-video-items.educational-how-to-videos,
.orenda-video-grp .orenda-video-items.witness-it-work,
.orenda-video-grp .orenda-video-items.testimonials {
  margin-top: 85px;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-content-col .cst-inner-content .description blockquote p {
  margin: 0.85em 0;
}
.orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items .cst-content-col .cst-inner-content .description blockquote {
  border-left-style: solid;
  margin: 0;
  padding: 0;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
  color: #7D7D7D;
  border-color: #29aae2;
}

.orenda-video-grp .orenda-video-items.testimonials {
  margin-bottom: 3px;
}
.cst-procedure-resource-grp .cst-pop-image-col {
  max-width: 310px;
  width: 100%;
  margin: 4px 0px 0px 10px;
  float: right;
}
.cst-procedure-resource-grp .cst-pop-image-col a {
  position: relative;
  display: block;
}
.cst-procedure-resource-grp .cst-pop-image-col a img {
  border: medium none;
  display: block;
  padding: 5px;
  margin: 0;
  width: 100%;
}

.cst-procedure-resource-grp .cst-pop-image-col a .image-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cst-procedure-resource-grp .cst-pop-image-col a .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cst-procedure-resource-grp .cst-pop-image-col a .image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  content: '\E869';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  color: #fff;
  border-color: #0788c0;
}

.cst-procedure-resource-grp .cst-pop-image-col a:hover .image-overlay {
  opacity: .7;
}


.cst-procedure-resource-grp .cst-pop-image-col a:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}


.cst-procedure-resource-grp .cst-pop-image-col p.wp-caption-text {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin: 0 auto;
  padding: 3px 10px 5px;
  text-align: center;
  font-family: Georgia,"Times New Roman";
  float: none;
}
.cst-procedure-resource-grp > p {
  margin: 0.85em 0;
}
.cst-contact-form-grp {
  background: #444444;
  margin: 0 0 20px 0;
  font-size: 13px;
  margin-top: 11px;
}

.cst-contact-form-grp .cst-inner.clearfix {
  display: table;
  width: 100%;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col {
  font-size: 13px;
  padding: 9px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  display: table-cell;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col h3 strong {
  color: inherit;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col h3 {
  color: #0873bb;
}

.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form .form-title {
  display: none;
}

.cst-contact-form-grp .cst-inner.clearfix .cst-form-col p strong {
  color: #29aae2;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col p {
  margin: 0.85em 0;
}

.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs-form-field > label > span {
  font-weight: normal;
  font-size: 13px;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs-form-field > label {
  font-weight: bold;
  font-size: 11.96px;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs-form-field .input .hs-input:not([type="checkbox"]) {
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  height: 36px;
  border-color: #ffffff;
  background-color: #f2f2f2;
  color: #7D7D7D;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs-form-field .input .hs-input:focus {
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs_choose_type1.hs-form-field .input ul li {
  margin-left: 1em;
}

.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs-form-field .input {
  padding-bottom: .1px;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs_choose_type1.hs-form-field .input ul {
  margin: 0 0 5px;
  padding-left: 5px;
  padding-top: 6px;
}

.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs_choose_type1.hs-form-field .input ul li label {
  margin-bottom: 4px;
  display: block;
  float: none;
  text-align: left;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
}

.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs_choose_type1.hs-form-field .input ul li:last-child {
  margin-bottom: -2px;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs_choose_type1.hs-form-field .input ul li label .hs-input[type="checkbox"] {
  margin: 3px 5px 3px 0px;
}

.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs-message.hs-fieldtype-textarea.field.hs-form-field > legend {
  font-weight: normal;
  font-size: 1.2em;
  margin: 0px 0px 2px 0px;
  color: #aaa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  padding: 0;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs-message.hs-fieldtype-textarea.field.hs-form-field textarea.hs-input {
  height: 78px;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form {
  margin-bottom: 20px;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form .actions {
  background: transparent;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form .actions input.hs-button.primary.large {
  margin-bottom: 2px;
}


.cst-contact-form-grp .cst-inner.clearfix .cst-description {
  font-size: 13px;
  padding: 9px 12px;
  color: #fff;
  border: 1px solid #fff;
  display: table-cell;
  vertical-align: top;
  border-left: 0;
}
.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_linked_image img {
  vertical-align: baseline;
}
.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p {
  margin: .85em 0;
}

.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit {
  position: relative;
  display: block;
}


.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit img {
  float: right;
  margin: 4px 0px 0px 10px;
}

.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit .image-overlay,
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items > a .image-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit .image-overlay .image-overlay-inside,
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items > a .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit:hover .image-overlay,
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items > a:hover .image-overlay{
  opacity: .7;
}

.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit:hover .image-overlay .image-overlay-inside,
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items > a:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}


.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit .image-overlay .image-overlay-inside:before,
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items > a .image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  content: '\E869';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  color: #fff;
  border-color: #0788c0;
}
.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ol {
  margin-top: 0;
}

.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p + h2 {
  margin-top: 1.5em;
}
.orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi > span > div:last-child {
  margin-bottom: 13px;
}

.orenda-products-page .cst-procedure-resource-grp .cst-pop-image-col img {
  border: medium none;
  display: block;
  padding: 5px;
  margin: 0;
  width: 100%;
}
.orenda-products-page .cst-procedure-resource-grp .cst-pop-image-col {
  margin: 5px auto 10px auto;
  padding: 0;
  float: none;
  max-width: 410px;
  width: 100%;
}
.categoryproductos-esp-page .cst-procedure-resource-grp .cst-pop-image-col {
  max-width: 100%;
  float: none;
  margin: 0;
}
.categoryproductos-esp-page .cst-procedure-resource-grp .cst-pop-image-col a img {
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.categoryproductos-esp-page .hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-left-col>div {
  padding-right: 0;
}
.categoryproductos-esp-page .hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi {
  padding: 0;
}

.categoryproductos-esp-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text h1 {
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  text-transform: none;
  letter-spacing: 0;
  margin-top: -3px;
}
.categoryproductos-esp-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p {
  margin: 0.85em 0;
}
.categoryproductos-esp-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p + h2 {
  margin-top: 1.5em;
  letter-spacing: 0;
}
.categoryproductos-esp-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text ul {
  margin-left: 7px;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  margin-top: 0;
}

.categoryproductos-esp-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text {
  margin-bottom: 27px;
}


.sds-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text {
  margin-top: 0px!important;
}

.cst-one-col-grp.clearfix .cst-one-col-items:first-child {
  margin-left: 0;
  clear: left;
}
.cst-one-col-grp.clearfix .cst-one-col-items {
  margin-left: 6%;
  width: 47%;
  margin-top: 48px;
  float: left;
}
.cst-one-col-grp.clearfix .cst-one-col-items .content h2 {
  letter-spacing: 1px;
}


.cst-one-col-grp.clearfix .cst-one-col-items .content p {
  margin: 0.85em 0;
}

.cst-one-col-grp.clearfix .cst-one-col-items .content h2 {
  letter-spacing: 1px;
  margin-top: 0;
}

.cst-one-col-grp.clearfix .cst-one-col-items:last-child {
  margin-left: 0;
  width: 100%;
  margin-top: 0;
}
.cst-one-col-grp.clearfix {
  margin-bottom: 2px;
}

/******************* Calculator Page Styling ***************************/


.cst-btn-grp {
  text-align: center;
}
.cst-btn-grp a:hover {
  opacity: .9;
}
.cst-btn-grp a {
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  max-width: 100%;
  padding: 15px 30px 13px;
  font-size: 13px;
  min-width: 139px;
  color: #ffffff;
  border-color: #58bd84;
  background-color: #58bd84;
}
.cst-btn-grp a .avia_button_icon.avia_button_icon_left:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
  font-family: 'entypo-fontello';
}
.cst-btn-grp a .avia_button_icon.avia_button_icon_left {
  position: relative;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  width: 0px;
  overflow: hidden;
  display: inline-block;
  height: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  margin-left: -3px;
}

.cst-btn-grp a:hover .avia_button_icon.avia_button_icon_left {
  width: 1.5em;
  opacity: 1;
}

.cst-btn-grp {
  text-align: center;
  padding-top: 1px;
}

.hs-calculator-r1-cl-grp .hs-calculator-r1-lft-flexi {
  max-width: 64.66666666666666%;
  width: 100%;
  padding-top: 11px;
}
.hs-calculator-r1-cl-grp .hs-calculator-r1-rgt-flexi {
  margin-left: 6%;
  max-width: 29.333333333333332%;
  width: 100%;
}

.hs-calculator-r1-cl-grp .hs-calculator-r1-rgt-flexi .hs_cos_wrapper_type_rich_text > p {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
  clear: both;
}

.cst-clcultr {
  margin-top: 62px;
}

.cst-two-col-grp .inner.clearfix .cst-col.col2 {
  margin-left: 6%;
  width: 36.4%;
}
.cst-two-col-grp .inner.clearfix .cst-col.col1 {
  margin-left: 0;
}
.cst-two-col-grp .inner.clearfix .cst-col {
  margin-left: 6%;
  width: 57.599999999999994%;
  margin-top: 50px;
  float: left;
  margin-top: 48px;
}

.cst-two-col-grp .inner.clearfix .cst-col ol li strong {
  color: #29aae2;
}
.cst-two-col-grp .inner.clearfix .cst-col ol li {
  margin-left: 1em;
  padding: 3px 0;
}
.cst-two-col-grp .inner.clearfix .cst-col ol {
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 15px;
  padding: 0;
}

.cst-two-col-grp .inner.clearfix .cst-col ul li strong {
  color: #29aae2;
}
.cst-two-col-grp .inner.clearfix .cst-col ul li {
  margin-left: 1em;
  padding: 3px 0;
}
.cst-two-col-grp .inner.clearfix .cst-col ul {
  margin-left: 7px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}

.hs-calculator.esp-calculadora-page .cst-btn-grp a .avia_button_icon.avia_button_icon_left {
  position: relative;
  left: -0.3em;
}

.hs-calculator.esp-calculadora-page .cst-btn-grp a .avia_button_icon.avia_button_icon_left {
  position: relative;
  left: -0.3em;
  width: auto;
  opacity: 1;
  margin-left: 0;
  margin-top: -1px;
  margin-right: -4px;
  height: auto;
}
.hs-calculator.esp-calculadora-page .cst-btn-grp a > span {
  vertical-align: middle;
}
.hs-calculator.esp-calculadora-page .cst-btn-grp a {
  padding: 14px 30px 13px;
}

.hs-calculator.esp-calculadora-page .cst-two-col-grp .inner.clearfix .cst-col {
  margin-top: 50px;
}
.hs-calculator.esp-calculadora-page .cst-two-col-grp .inner.clearfix .cst-col ol li p {
  margin: 0.85em 0;
}
.hs-cat-product .hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-left-col>div {
  padding-right: 0;
}
.cst-cat-product-grp .cst-ca-desp {
  padding-right: 10px;
  margin-bottom: 25px;
}
.cst-cat-product-grp .cat-pro-grp {
  padding-right: 50px;
}

.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix {
  margin-bottom: 40px;
}

.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items:first-child {
  margin-left: 0;
}
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items {
  margin-left: 6%;
  width: 29.333333333333332%;
  float: left;
}

.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items > a {
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 3px;
  background: #f2f2f2;
  display: block;
  position: relative;
}


.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items .desc-col h3 a {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items.spa-500-pre-drain-spa-scrub > a > span.fallback-post-type-icon:before {
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items.spa-500-pre-drain-spa-scrub > a > span.fallback-post-type-icon {
  background: #7D7D7D;
  color: #ffffff;
  position: absolute;
  top: 49%;
  left: 50%;
  margin: -28px 0 0 -30px;
  height: 60px;
  width: 60px;
  line-height: 59px;
  font-size: 25px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items .desc-col h3 {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0;
}
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items.spa-500-pre-drain-spa-scrub > a:hover > span.fallback-post-type-icon {
  opacity: 0;
}
.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items.spa-500-pre-drain-spa-scrub > a {
  padding-top: 80.26%;
}

.cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items>a .image-overlay .image-overlay-inside:before {
  content: '\E832';
  font-family: 'entypo-fontello';
}


.hs-blog-header .cst-content-blog p {
  margin: 0.85em 0;
}

.expert-blog .hs-blog-header h1 {
  text-transform: none;
}

.blog.expert-blog .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.last-crumb,
.blog.expert-blog .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.first-crumb a:after {
  display: inherit;
}
.blog.expert-blog.categoryexperts-blog-page .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.last-crumb,
.blog.expert-blog.categoryexperts-blog-page .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.first-crumb a:after {
  display: none;
}


.hs-homepage-r1-grp .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-homepage-r1-grp .page-center .cst-video-grp {
  padding-top: 14px;
}

.hs-homepage-r2-grp .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .cst-btn-grp a {
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  max-width: 100%;
  padding: 25px 50px 23px;
  font-size: 15px;
  min-width: 200px;
  background-color: #29aae2;
  color: #ffffff;
  border-color: #0788c0;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .cst-btn-grp a .avia_button_icon.avia_button_icon_left {
  display: none;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text h6 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.1em;
  color: #004990;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col {
  display: block;
  margin-top: 50px;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col a {
  display: block;
  position: relative;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col a img {
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  border-radius: 3px;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col a .image-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  overflow: hidden;
  display: block;
  position: absolute;
  background: #fff;
  z-index: 300;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  filter: alpha(opacity=0);
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col a .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col a .image-overlay .image-overlay-inside:before {
  content: '\E832';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  border-color: #0788c0;
  font-size: 18px;
  font-weight: normal;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  border-radius: 50px;
}

.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col a:hover .image-overlay {
  opacity: .7;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col a:hover .image-overlay-inside {
  -webkit-animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .cst-two-col-grp .inner.clearfix .cst-col {
  width: 47%;
  text-align: center;
  margin-top: 50px;
}
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .cst-two-col-grp {
  margin-bottom: 50px;
}

.hs-homepage-r3-grp .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cst-water-treatment-pro-grp .cst-title {
  text-align: center;
}

.cst-water-treatment-pro-grp .cst-title h2 {
  margin-top: 0;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items.col-1 {
  margin-left: 0;
}
.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items {
  margin-left: 6%;
  width: 15.2%;
  float: left;
  margin-top: 50px;
}
.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items > p img {
  clear: both;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
}
.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items > p a .image-overlay,
.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder a .image-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  overflow: hidden;
  display: block;
  position: absolute;
  background: #fff;
  z-index: 300;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  filter: alpha(opacity=0);
}
.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items > p a {
  display: block;
  position: relative;
}


.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items > p a .image-overlay .image-overlay-inside,
.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder a .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items > p a .image-overlay .image-overlay-inside:before,
.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder a .image-overlay .image-overlay-inside:before {
  content: '\E832';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  border-color: #0788c0;
  font-size: 18px;
  font-weight: normal;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  border-radius: 50px;
}

.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items > p a:hover .image-overlay,
.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder:hover a .image-overlay{
  opacity: .7;
}
.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items h2 {
  letter-spacing: 1px;
  text-align: center!important;
  margin-top: 1.5em;
}
.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items > p a:hover .image-overlay-inside,
.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder:hover a .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}

.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items .cst-description {
  text-align: center;
}

.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items.col-6 {
  width: 47%;
  margin-left: 0;
  clear: left;
}
.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items.col-7 {
  width: 47%;
}

.cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items .cst-description p strong {
  color: #29aae2;
}

/**************************** Homepage Styling ***********************/

.hs-homepage-r4-grp .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cst-two-col-image-grp .inner.clearfix .cst-left-col {
  width: 64.66666666666666%;
  float: left;
}
.cst-two-col-image-grp .inner.clearfix .cst-left-col p strong {
  color: #29aae2;
}
.cst-two-col-image-grp .inner.clearfix .cst-left-col p {
  text-align: justify;
}

.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp {
  margin-left: 6%;
  width: 29.333333333333332%;
  float: left;
}
.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder {
  position: relative;
  display: block;
}
.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder a {
  display: block;
}

.cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder a img {
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
}

.cst-faq-accordion-grp {
  margin-top: 50px;
}
.cst-faq-accordion-grp .cst-title-grp h2 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content {
  display: none;
}

.cst-faq-accordion-grp .cst-accordion-grp .accordion-container a.title:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container a.title {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 9px 3px 9px 35px;
  position: relative;
  top: 1px;
  border-style: solid;
  border-width: 1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  color: #231f20;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-color: #fff;
  margin: 0 0 -1px 0;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container a.title .toggle_icon {
  position: absolute;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  top: 12px;
  border-color: #ffffff;
  left: 10px;
}
.cst-faq-accordion-grp .cst-accordion-grp {
  margin-top: 30px;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container a.title .toggle_icon .hor_icon {
  border-top-style: solid;
  border-top-width: 3px;
  position: absolute;
  top: 5px;
  left: 1px;
  width: 11px;
  border-color: #fff;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container a.title .toggle_icon .vert_icon {
  border-left-style: solid;
  border-left-width: 3px;
  position: absolute;
  left: 5px;
  top: 1px;
  height: 11px;
  border-color: #ffffff;
}

.cst-faq-accordion-grp .cst-accordion-grp .accordion-container a.title:focus {
  text-decoration: none!important;
}


.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder {
  background: #f2f2f2;
  padding: 12px 30px 11px 30px;
  margin: 0px 0 5px 0;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
  border-color: #fff;
}

.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder .cst-video-grp .wistia_responsive_padding .wistia_embed {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit {
  text-align: center;
  text-decoration: none!important;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit img {
  clear: both;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  max-width: 356px;
}

.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit {
  text-align: center;
  text-decoration: none!important;
  position: relative;
  display: block;
  max-width: 356px;
  margin: 0 auto;
}

.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit .image-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit .image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  content: '\E869';
  font-family: 'entypo-fontello';
  background-color: #29aae2;
  color: #fff;
  border-color: #0788c0;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit:hover .image-overlay {
  opacity: .7;
}

.cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop_small .5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
.hs-homepage .btm-spacer {
  min-height: 204px!important;
}

.cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-right: 0;
}

.hs-dealer-r1-grp .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hs-dealer-r1-c1-flexi .cst-btn-grp {
  text-align: left;
}


.hs-dealer-r1-c1-flexi .cst-btn-grp a {
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  max-width: 100%;
  padding: 25px 50px 23px;
  font-size: 15px;
  min-width: 200px;
  background-color: #29aae2;
  color: #fff;
  border-color: #0788c0;
}
.hs-dealer-r1-c1-flexi .cst-btn-grp a,
.hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .cst-btn-grp a {
  box-sizing: border-box!important;
}
.cst-faq-accordion-grp .cst-accordion-grp .accordion-container a.title.active:hover {
  background: #fff;
}
.hs-dealer-r1-c1-flexi .cst-btn-grp a .avia_button_icon.avia_button_icon_left {
  display: none;
}

.cst-dealer-locatoer-grp {
  margin-top: 50px;
}
.cst-dealer-locatoer-grp .inner-col {
  padding: 30px;
  background: #fff;
}

.cst-dealer-locatoer-grp .inner-col .cst-title {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
}

.cst-dealer-locatoer-grp .inner-col .cst-title h2 {
  letter-spacing: 1px;
  margin-top: 6px;
  margin-bottom: 45px;
}
.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  width: 33.33333%;
}
.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box {
  padding: 15px;
  margin-bottom: 10px !important;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 1.8;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box .info-box {
  padding: 0 15px;
  padding-top: 15px;
  text-align: center;
}
.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box .info-box .infobox__row.infobox__row--marker {
  width: 55px;
  height: 55px;
  border: 3px solid #0079CC;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF9D06;
  color: #0079CC;
  font-size: 28px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  border-color: #ffffff;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box .cst-info-body {
  min-height: 181px;
}


.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box .cst-info-body .store-location {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 15px;
  padding-top: 25px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box .cst-info-body .infobox__row.store-address {
  padding: 25px 15px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box .map-link a:hover {
  color: #00263b;
}
.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box .map-link a {
  color: #038cd6;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transition-property: color, border-color, background-color, opacity;
  -moz-transition-property: color, border-color, background-color, opacity;
  transition-property: color, border-color, background-color, opacity;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #bababa;
  border-color: #ffffff;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}

.cst-dealer-locatoer-grp .inner-col .cst-store-locator-col.clearfix .cst-stores-items .inner-box:hover {
  background-color: #e1e1e1;
}


/************************* Search Result Page ***********************/

.cst-reslt-r1-grp {
  border-top: 1px solid #fff;
}
.cst-reslt-r1-grp .page-center.content-wrapper .cst-search-result-page .hs-search-field form {
  padding: 0;
  background: #fff;
  border: 0;
  position: relative;
  max-width: 300px;
}
.cst-reslt-r1-grp .page-center.content-wrapper .cst-search-result-page .hs-search-field form input[type="submit"]:hover {
  background-color: #58bd84;
  color: #fff;
  border-color: #369b62;
  box-shadow: none;
}
.cst-reslt-r1-grp .page-center.content-wrapper .cst-search-result-page .hs-search-field form input[type="submit"] {
  width: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
  font-size: 17px;
  font-family: 'entypo-fontello';
  background: #29aae2;
  color: #ffffff;
  border-color: #0788c0;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: normal;
}
.cst-reslt-r1-grp .page-center.content-wrapper .cst-search-result-page .hs-search-field form input[type="text"] {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #e1e1e1;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  border-color: #ffffff;
  background-color: #f2f2f2;
  color: #7D7D7D;
  border-radius: 0px;
}
.cst-reslt-r1-grp .page-center.content-wrapper .cst-search-result-page p {
  margin: .85em 0;
}

.cst-search-result-page {
  margin-bottom: 40px;
  padding: 0 0 44px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-right: 50px;
  border-color: #ffffff;
}
.hs-search-results h4.extra-mini-title.widgettitle {
  color: #7D7D7D;
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 1.1em;
  padding-bottom: 20px;
}


.hs-search-results .hs-search-results__listing li:before {
  position: absolute;
  left: 0;
  top: 1px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  height: 44px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  width: 44px;
  border-color: #ffffff;
  background: #f2f2f2;
  counter-increment: section;
  content: counter(section);
}
.hs-search-results {
  counter-reset: section;
}
.hs-search-results .hs-search-results__listing li {
  padding-bottom: 40px;
  padding-left: 55px;
  font-size: 13px;
  clear: both;
  padding-right: 50px;
  border-color: #ffffff;
  position: relative;
}

.hs-search-results .hs-search-results__listing li a {
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  text-transform: none;
  font-size: 19px;
  line-height: 1.3em;
  color: #0873bb;
  text-decoration: none;
}

.hs-search-results .hs-search-results__listing li a .hs-highlight-title {
  font-weight: inherit;
}

.hs-search-results .hs-search-results__listing li a:hover {
  text-decoration: underline;
}

.hs-search-results h4.extra-mini-title.widgettitle .hs-search-highlight {
  font-weight: inherit;
}

.password-template #hs-pwd-widget-password {
  margin-top: 0!important;
}

.unsub #email-prefs-form h3 {
  color: #fff;
}
.unsub #email-prefs-form input#submitbutton {
  margin-bottom: 15px;
}

.preference #email-prefs-form {
  max-width: 100%;
  padding: 0;
  background: transparent;
}
.hs-404-page .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu {
  width:auto!important;
  margin-left:0!important;
}
.hs-404-page .cst-search-result-page p.entry-content strong {
  color: #29aae2;
}
.hs-404-page .body-container .hs-search-field form {
  padding: 0;
  background: #fff;
  border: 0;
  position: relative;
  max-width: 300px;
}

.hs-404-page .body-container .hs-search-field form input[type="submit"] {
  width: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
  font-size: 17px;
  font-family: 'entypo-fontello';
  background: #29aae2;
  color: #fff;
  border-color: #0788c0;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  height: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-weight: normal;
}

.hs-404-page .body-container .hs-search-field form input[type="text"] {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  outline: 0;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  border: 1px solid #e1e1e1;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  border-color: #fff;
  background-color: #f2f2f2;
  color: #7d7d7d;
  border-radius: 0px;
}
.hs-404-page .body-container .hs-search-field form input[type="submit"]:hover {
  background-color: #58bd84;
  color: #fff;
  border-color: #369b62;
  box-shadow: none;
}
.cst-search-result-page p.entry-content {
  margin: .85em 0;
}

.hs-404-page .cst-search-result-page {
  padding: 0;
  margin: 0;
  border: 0;
}

.hs-404-page .custom_error_message ul li {
  margin-left: 1em;
  padding: 3px 0;
}
.hs-404-page .custom_error_message ul {
  margin-left: 7px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}
.hs-404-page .custom_error_message p{
  margin: .85em 0;
}
.tabber-wrap.blog-tabber .tabber-content .tab-pane .pop-post-items {
  padding: 7px 0 3px 0;
  line-height: 1.7em;
  position: relative;
  overflow: hidden;
  font-size: 0.85em;
  display: block;
  clear: both;
  margin: 0;
  border: none;
  background: none;
  text-indent: 0;
}
.tabber-wrap.blog-tabber .tabber-content .tab-pane .pop-post-items a strong.news-headline {
  color: #0873bb;
  overflow: hidden;
  font-weight: bold;
  margin-top: 2px;
  display: block;
}
.tabber-wrap.blog-tabber .tabber-content .tab-pane .pop-post-items a span.news-thumb {
  margin-right: 9px;
  padding: 3px;
  float: left;
  margin-top: 4px;
  border-style: solid;
  border-width: 1px;
  height: 36px;
  width: 36px;
  display: block;
  border-color: #ffffff;
  color: #231f20;
  background: #f2f2f2;
}
.tabber-wrap.blog-tabber .tabber-content .tab-pane .pop-post-items a strong.news-headline span.news-time {
  font-weight: normal;
  clear: both;
  font-size: 0.92em;
  display: block;
  color: #7D7D7D;
}

.tabber-wrap.blog-tabber .tabber-content .tab-pane .pop-post-items a {
  text-decoration: none!important;
}

.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li.active {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #231f20;
}
button.mfp-close {
  display: none!important;
}

.body-container-wrapper {
  position: relative;
  z-index: 2;
}

.cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item:last-child:after {
  display: none;
}

.productos-de-orenda-page .cst-product-grp {
  margin-bottom: 15px;
}
.productos-de-orenda-page .hs_cos_wrapper_type_rich_text p {
  margin: .85em 0;
}
.productos-de-orenda-page .hs_cos_wrapper_type_rich_text p + h2 {
  margin-top: 1.5em!important;
}

.productos-de-orenda-page .hs_cos_wrapper_type_rich_text ul li {
  margin-left: 1em;
  padding: 3px 0;
}
.productos-de-orenda-page .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 7px;
  padding: 0;
}


.tabber-wrap.blog-tabber {
  position: relative;
  padding: 30px 0 30px 0;
}

.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li.active a {
  color: #231f20;
  font-weight: bold;
}
.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li {
  border: none;
  background: transparent;
  padding: 5px 0;
  width: 33%;
  text-align: center;
  color: #7D7D7D;
  cursor: pointer;
  margin: 0 -1px 0 0;
  display: block;
  float: left;
  z-index: 2;
  position: relative;
  top: 1px;
  font-size: 10.4px;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li.active {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.blog .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.first-crumb:after {
  display:none;
}

.body-container .blog-comment-form form .hs-form-field>label {
  font-weight: bold;
}

.mfp-container .mfp-close {
  cursor: pointer!important;
}

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

.mfp-arrow-left:before {
  content: '\E87c';
  font-family: 'entypo-fontello';
  border: 0!important;
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  color: #fff;
  font-size: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  margin-left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after,
.mfp-bottom-bar {
  display: none!important;
}
.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
  -webkit-transform: scale(0.8,0.8);
  transform: scale(0.8,0.8);
}

.mfp-arrow-right:before {
  content: '\E87d';
  font-family: 'entypo-fontello';
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  color: #fff;
  font-size: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  margin: 0;
  margin-top: -40px;
  border: 0;
}

.blog .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper>ul>li.hs-breadcrumb-menu-item.first-crumb>a {
  pointer-events: none;
  text-decoration: none!important;
}

.deflt-blog .blog-pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.deflt-blog .blog-pagination {
  text-align: center;
}
.hs-blog-social-share ul li > span {
  vertical-align: top!important;
}

.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li:hover a {
  color: #231f20;
}



/* ==========================================================================
9. Key Frames                            
========================================================================== */
@-webkit-keyframes avia_pop {
  0%   { -webkit-transform:scale(0.8);  }
  100% { -webkit-transform:scale(1);  }
}
@keyframes avia_pop {
  0%   { transform:scale(0.8);  }
  100% { transform:scale(1);   }
}

@-webkit-keyframes avia_pop_small {
  0%   { -webkit-transform:rotate(-175deg) scale(0.2);  }
  100% { -webkit-transform:rotate(0deg) scale(1);  }
}
@keyframes avia_pop_small {
  0%   { transform:rotate(-175deg) scale(0.2);  }
  100% { transform:rotate(0deg) scale(1);   }
}

@-webkit-keyframes avia_pop_loader {
  0%   { -webkit-transform:rotate(0deg) scale(0.2) ;  }
  100% { -webkit-transform:rotate(720deg) scale(1);  }
}
@keyframes avia_pop_loader {
  0%   { transform: rotate(0deg) scale(0.2);  }
  100% { transform: rotate(720deg) scale(1);   }
}


@-webkit-keyframes avia_shrink {
  0% { opacity:0; -webkit-transform: scale(1); transform: scale(1); }
  75% {opacity:0.7;}
  100% { opacity:0; -webkit-transform: scale(0); transform: scale(0);
  }
}

@keyframes avia_shrink {
  0% { opacity:0; -webkit-transform: scale(1); transform: scale(1); }
  75% {opacity:0.7; }
  100% { opacity:0; -webkit-transform: scale(0); transform: scale(0);}
}

@-webkit-keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}



/**************************************************************************** 
 /* Dealers Locator Page - Awwal Design */
/****************************************************************************/
.orenda-certified-operator{
    padding:50px 0;
    display:inline-block;
    width:100%;
    box-sizing:border-box;
}
.orenda-certified-operator .page-center{
    padding-left:15px;
    padding-right:15px;
}
.orenda-certified-operator {
    font-size: 18px;
    line-height: 24px;
}
.orenda-certified-operator .find-operator {
    margin: 45px 0 10px 0;
    display: inline-block;
    width: 100%;
}
.orenda-certified-operator .find-operator-box {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin: 0 -2px;
    padding:0 15px;
    box-sizing:border-box;
}
.orenda-certified-operator .find-operator-box .find-operator-box-inner{
    box-shadow: 0px 10px 20px rgba(119, 119, 119, 0.15);
    border: 1px solid #e0e0e0;
    border-radius: 10px;    
    overflow: hidden;
    position:relative;
}
.orenda-certified-operator .find-operator-box .find-operator-box-inner a.box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.orenda-certified-operator .find-operator-box .find-operator-box-inner .image {
    padding: 40px 15px;
    box-sizing: border-box;
    min-height: 260px;
    position:relative;
}
.orenda-certified-operator .find-operator-box .find-operator-box-inner .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.orenda-certified-operator .find-operator-box .find-operator-box-inner .detail {
    background: #29AAE2;
    padding: 48px 15px;
    font-weight:300;
    color: #fff;
    font-family:'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.orenda-certified-operator .find-operator-box .find-operator-box-inner .detail a{
    color:#fff;
    font-size: 18px;
    line-height: 22px;
}
.orenda-certified-operator .find-operator-box .find-operator-box-inner .detail a:hover{
    text-decoration:none;
}
.orenda-certified-operator .find-operator-box .find-operator-box-inner:hover .detail{
    background: #8DC642;
}
.operators-detail {
    padding: 50px 0 0 0;
    box-sizing: border-box;
    text-align: center;
}
.operators-detail li.ui-tabs-tab {
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
}
.operators-detail li.ui-tabs-tab .ui-tabs-anchor {
    display: inline-block;
    background: #f5f5f5;
    border: 2px solid transparent;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 21px;
    font-family: Roboto;
    color:#231F20;
    border-radius: 10px;
}
.operators-detail li.ui-tabs-tab.ui-tabs-active.ui-state-active .ui-tabs-anchor{
    border-color:#29AAE2;    
}
.operators-detail li.ui-tabs-tab .ui-tabs-anchor:hover,
.operators-detail li.ui-tabs-tab .ui-tabs-anchor:focus{
    color:#231F20;
    text-decoration:none;
}
.operators-detail li.ui-tabs-tab .ui-tabs-anchor span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 100%;
    margin-right: 15px;
    vertical-align: middle;
    position:relative;
    border: 1px solid #848484;
}
.operators-detail li.ui-tabs-tab.ui-tabs-active.ui-state-active .ui-tabs-anchor span::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #29AAE2;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.operators-detail ul.ui-tabs-nav {
    margin: 30px 0;
    padding:0;
}
.operators-detail .ui-tabs-panel {
    position: relative;
    font-size:18px;
    min-height: 460px;
}
.operators-detail .ui-tabs-panel .loading-image{
    display:none;
}
.operators-detail .ui-tabs-panel .loading-image.loader {
    position: absolute;
    width: 100%;
    display:block;
    height: 100%;
    background: #fff;
}
.orenda-certified-operator-page .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin:0 !important;
}



/****************************************************** Store Locator Style *****************************************************************/
.store-locator-map .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin:0;  
}
.dealer-locator-header {
    padding: 14px 30px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
}
.dealer-locator-header .page-center{
    padding-left:0 !important;  
    padding-right:0 !important;
}
.dealer-locator-header img {
    max-width: 200px;
}
.dealer-locator-header .cta-section{
    text-align:right;
}
.dealer-locator-header .widget-type-logo{
    text-align:center;
}
.dealer-locator-header .cta_button {
    max-width: 330px;
    padding: 15px 0 !important;
    font-size: 15px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
    border-radius: 2px !important;
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    text-transform: none !important;
}
.dealer-locator-header .cta_button span{
    font-size:15px !important;  
}
.dealer-locator-header .go-back {
    font-size: 16px;
    font-weight: bold;
    color: #231f20;
    line-height: 19px;
    padding-top: 5px;
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.dealer-locator-header .go-back a{
    color:#231f20;
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.dealer-locator-header .go-back a:hover,
.dealer-locator-header .go-back a:focus{
    text-decoration:none;  
    color: #231f20;
}
  .dealer-locator-header .go-back a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    left: 0;
    top:-2px;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
  .dealer-locator-header .go-back a:hover img {
    left: -5px;
  }
  .dealer-locator-header .go-back a span {
    font-weight: bold !important;
    font-size: 24px;
    line-height: normal;
  }
  .map-filter-sidebar-button{
      display:none !important;
  }
  span.tooltip {
      position: absolute;
      max-width: 155px;
      background: #fff;
      font-size: 12px;
      padding: 10px;
      box-sizing: border-box;
      z-index: 999;
      line-height: normal;
      box-shadow: 0 0 4px #e0e0e0;
      /* top: 107px; */
      text-transform: capitalize;
      margin-left: -60px;
      margin-top: 25px;
      opacity:0;
      visibility:hidden;
  }
  .tooltip-button:hover span.tooltip{
      opacity:1;
      visibility:visible;
  }
  @media ( max-width:767px ){
      .map-filter-sidebar-button {
          display: inline-block !important;
          width: 100% !important;
          background: #F8F8F8;
          padding: 0 15px;
          box-sizing: border-box;
          position:relative;
          cursor:pointer;
          border-bottom:1px solid #e0e0e0;
          text-transform: uppercase;
          font-weight: 500;
          font-family: Roboto;
      }
      .map-filter-sidebar-button::after {
          content: "";
          display: inline-block;
          position: absolute;
          right: 15px;
          top: 13px;
          width: 15px;
          height: 15px;
          background: url(https://f.hubspotusercontent30.net/hubfs/3831534/Down%20Arrow-1.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size:15px;
          transition:ease-in-out all 0.4s;
          -webkit-transition:ease-in-out all 0.4s;
          -ms-transition:ease-in-out all 0.4s;
          -o-transition:ease-in-out all 0.4s;
      }
      .map-filter-open .map-filter-sidebar-button::after{
          transform:rotate(180deg);
          -webkit-transform:rotate(180deg);
          -ms-transform:rotate(180deg);
          -o-transform:rotate(180deg);
      }
      .map-filter-sidebar-button .hs_cos_wrapper.hs_cos_wrapper_widget{
          margin-bottom:0 !important;
      }
  }
  @media ( max-width:640px ){
      .dealer-locator-header {
          padding: 10px 0 0;
          border-bottom: none;
          margin-bottom: 0;
      }
      .dealer-locator-header .go-back {
          padding-top: 0;
          position: absolute;
          left: 15px;
          max-width: 115px;
          overflow: hidden;
          height: 32px;
          top: 15px;
          padding-left: 5px;
      }
      .dealer-locator-header .widget-type-logo {
          text-align: right;
          padding-right: 20px;
      }
      .dealer-locator-header img {
          max-width: 150px;
      }
      .dealer-locator-header .cta_button {
          max-width: 700px;
          padding: 15px 0 !important;
          font-size: 15px !important;
          font-weight: bold !important;
          letter-spacing: 0.05em !important;
          line-height: 19px !important;
          border-radius: 0 !important;
          margin-top: 15px;
      }
  }
  @media ( min-width:641px ) and ( max-width:767px ) {
      .dealer-locator-header {
          padding: 10px 0 0;
          border-bottom: none;
          margin-bottom: 0;
      }
      .dealer-locator-header .go-back {
          padding-top: 0;
          position: absolute;
          left: 15px;
          max-width: 115px;
          overflow: hidden;
          height: 32px;
          top: 38px;
          padding-left: 5px;
      }
      .dealer-locator-header .widget-type-logo {
          text-align: center;
          padding-right: 20px;
      }
      .dealer-locator-header img {
          max-width: 300px;
      }
      .dealer-locator-header .cta_button {
          max-width: 800px;
          padding: 15px 0 !important;
          font-size: 15px !important;
          font-weight: bold !important;
          letter-spacing: 0.05em !important;
          line-height: 19px !important;
          border-radius: 0 !important;
          margin-top: 15px;
      }
  }
  @media ( min-width:768px ) and ( max-width:1023px ) {
      .dealer-locator-header {
          padding: 10px 0 0;
      }
      .dealer-locator-header .span4 {
          width: 48%;
      }
      .dealer-locator-header .go-back {
          padding-top: 15px;
          padding-left: 25px;
      }
      .dealer-locator-header .cta-section {
          width: 100% !important;
          margin: 15px 0 0 0 !important;
      }
      .dealer-locator-header .cta_button {
          max-width: 100%;
          padding: 15px 0 !important;
          font-size: 15px !important;
          font-weight: bold !important;
          letter-spacing: 0.05em !important;
          line-height: 19px !important;
          border-radius: 0 !important;
      }
  }
  @media ( min-width:1024px ) and ( max-width:1200px ) {
    .dealer-locator-header .go-back{
        font-size:15px;
    }
  }



@media ( max-width:767px ){
    .orenda-certified-operator .find-operator-box{
        width:100%;
        padding:20px 0;
    }
    .orenda-certified-operator .find-operator {
        margin: 20px 0 0 0;
    }
    .orenda-certified-operator br{
        display:none;
    }
}
@media ( min-width:768px ) and ( max-width:920px ){
    .orenda-certified-operator .find-operator{
        text-align:Center;
    }
    .orenda-certified-operator .find-operator-box{
        width:50%;
        padding:25px 15px;
    }
}
@media ( min-width:768px ){
  .dealer-locator-map iframe {
      height:calc( 100vh - 292px ) !important;
      margin-bottom:-6px;
      width:100% !important; 
      transition:none !important;
  } 
}
@media ( min-width:768px ) and ( max-width:990px ) {
  .dealer-locator-map iframe {
      height:calc( 100vh - 250px ) !important;
      width:100% !important;
  } 
}
.search-here-image {
    position: absolute;
    top: 50px;
    left:15px;
    width: 185px !important;
}
.search-here-image .hs_cos_wrapper_widget {
    margin: 0 !important;
}
.search-here-image h4 {
    width: 120px;
    font-size: 24px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    line-height: normal;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    padding-left: 15px;
}
.search-here-image svg {
    width: 50px;
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.search-here-image svg, .search-here-image h4 {
    display: inline-block;
    vertical-align: middle;
}
.dealer-locator-cta .cta_button {
    line-height: normal !important;
    font-family: Roboto !important;
    border-radius: 5px !important;
    margin:40px 0 0 0;
    font-size:16px !important;
    font-weight: bold !important;
}
.body-container-wrapper .dealer-locator-map .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom:0;
}
@media ( max-width:767px ){
  .dealer-locator-cta img {
      display: none;
  }
  .search-here-image{
      display:none !important;
  }
}
@media ( min-width:768px ) and ( max-width:1023px ){
  .dealer-locator-cta img {
      position:absolute;
      top:0;
      width:120px;
  }
  .search-here-image {
      left: 10px;
      top:70px;
      width: 185px !important;
  }
  .search-here-image h4 {
      width: 100px;
      font-size: 16px;
      padding-left: 0;
  }
  .search-here-image svg {
      width: 20px;
      height: 40px;
  }
}
@media ( min-width:768px ) and ( max-width:862px ){
    .dealer-locator-cta .cta_button{
        margin:55px 0 0 0;
    }
}
@media ( min-width:1024px ) and ( max-width:1400px ){
  .search-here-image {
      left: 10px;
      top:75px;
      width: 185px !important;
  }
  .search-here-image h4 {
      width: 100px;
      font-size: 20px;
      padding-left: 10px;
  }
  .search-here-image svg {
      width: 20px;
      height: 40px;
  }
}

/* ==========================================================================
10. MEDIA QUERIES                              
========================================================================== */

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

@media (max-width: 1024px) {
  .cst-footer-top-grp .page-center .cst-footer-top.col3 .cst-footer-social-grp {
    overflow: hidden;
  }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .cst-logo-grp {
/*     position: relative; */
    height: 90px;
    line-height: 90px;
  }
  .cst-logo-grp .cst-logo {
    float: left;
/*     left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
    position: absolute;
    width: auto;
    height: 100%;
  }
  .cst-logo img {
    max-width: 287px;
  }
  .mobile-icon{
      right:50px;
      top:60px;
  }
  .belch-floating-search-super-container .bfss-trigger {
    width: 15px;
    height: 15px;
    padding: 10px;
  }
  .belch-floating-search-super-container {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 990px) {
  .cst-breadcrumb-grp .page-center {
    padding-top: 11px;
  }



}

@media ( min-width:768px ){
    .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        border-right: 2px solid;
        line-height: normal;
        padding: 0 10px;
    }
    .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
        border:none;
    }
}
@media (max-width: 875px) {
  .cst-footer-btm-grp .page-center .cst-copyrght {
    width: 100%;
  }
  .cst-footer-btm-grp .page-center .cst-footer-sitemap {
    float: none;
    width: 100%;
  }
  .cst-footer-btm-grp .page-center .cst-footer-sitemap .hs-menu-wrapper > ul > li {
    width: auto;
    float: left!important;
    display: block;
  }
  .cst-footer-btm-grp .page-center .cst-footer-sitemap {
    margin: 0 0 4px -8px;
  }
}


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

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100% !important;
  }
  a#back-top {
    display: none!important;
  }
  .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu {
    float: none;
    width: 100%;
    margin-left: 0!important;
  }
  .cst-breadcrumb-grp .page-center .cst-breadcrumb-menu .hs-breadcrumb-menu-wrapper {
    padding-top: 0;
    padding-right: 0;
    position: relative;
    top: -6px;
    left: -2px;
  }
  .container-fluid .row-fluid .page-center {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .cst-footer-top-grp .page-center .cst-footer-top {
    max-width: 100%;
    margin-left: 0!important;
    margin-bottom: 20px;
  }
  .cst-footer-top-grp .page-center .cst-footer-top.col3 .cst-footer-social-grp .av_facebook_widget_wrap .fb_iframe_widget>span {
    display: block !important;
    width: 302px !important;
  }
  .cst-footer-top-grp .page-center .cst-footer-top.col3 {
    margin-bottom: 14px;
  }
  .cst-footer-top-grp .page-center .cst-footer-top.col2 {
    padding-bottom: .1px;
  }
  .cst-footer-top-grp .page-center .cst-footer-top.col1 {
    padding-bottom: 20px;
  }
  .cst-header-top-link .hs_cos_wrapper_type_rich_text {
    width: 100%;
    text-align: center;
  }
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    line-height: 40px;
}
  .cst-logo-grp {
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
  }
  .belch-floating-search-super-container .bfss-search-box{
      right:0;
  }
  .belch-floating-search-super-container .bfss-search-box input{
      min-width:260px;
  }
  .belch-floating-search-super-container {
    top: 15px;
    right: 15px;
  }
  .belch-floating-search-super-container .bfss-trigger {
    width: 15px;
    height: 15px;
    padding: 10px;
  }
  .cst-logo {
    position: static;
    height: 80px !important;
    float: left!important;
    padding: 0;
    border: none;
    width: 80%!important;
  }
  .cst-logo img {
    max-width: 255px;
    margin-top: 1px;
    display: block;
  }
  .mobile-icon .av-hamburger {
    height: 80px;
    line-height: 80px;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul {
    padding: 162px 0px;
  }
  .hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-left-col {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hs-r1-two-col-rgt-grp .page-center.content-wrapper .hs-r1-two-col-rgt-left-col>div {
    padding-right: 0;
  }
  .cst-one-col-content-grp .inner-col.clearfix .cst-content-items {
    width: 100%;
    margin-left:0;
    margin-bottom: 20px;
  }

  .productos-de-orendacv-700-enzimas-page .hs-r1-two-col-rgt-left-col-flexi {
    margin-bottom: 32px;
  }
  .productos-de-orendacv-600-enzimas-cataliticas-page .cst-product-grp.cv-600,
  .productos-de-orendasc-1000-prevencion-de-mancha-de-metal-y-escala-page .cst-product-grp.sc-1000,
  .productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp.cv-baldosayfiltro,
  .productos-de-orendacv-700-enzimas-page .cst-product-grp.cv-700,
  .productos-de-orendaspa-500-page .cst-product-grp.spa-500,
  .productos-de-orendapr-10000-removedor-de-fosfatos-page .cst-product-grp.pr-10000 {
    margin-top: 0;
  }
  .productos-de-orendacv-baldosa-y-filtro-page .cst-product-grp .cst-top-header h2 {
    margin-top: 0;
  }
  .orenda-productscv-700-page .cst-one-col-content-grp {
    margin-bottom: 11px;
  }
  .orenda-productscv-700-page .cst-product-grp.cv-700enzymeandphosphateremover {
    margin-top: 20px;
  }
  .orenda-productscv-700-page .cst-product-grp.cv-700enzymeandphosphateremover {
    margin-bottom: 10px;
  }
  .orenda-productscv-700-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
    margin-bottom: 23px !important;
  }
  .orenda-productsce-clarifier-page .cst-one-col-content-grp {
    margin-bottom: 11px;
  }

  .orenda-productsce-clarifier-page .cst-product-grp {
    margin-bottom: 22px;
    margin-top: 20px;
  }
  .orenda-productsce-clarifier-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
    margin-bottom: 23px !important;
  }

  .orenda-productssc-1000-page .cst-product-grp.sc-1000 .cst-btm-image-grp {
    margin-top: -10px;
  }
  .orenda-productssc-1000-page .cst-product-grp.sc-1000 {
    margin-bottom: 21px;
  }
  .hs-products.orenda-productssc-1000-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
    margin-bottom: 23px;
  }
  .orenda-productscv-tile-and-filter-page .cst-product-grp.cv-tileandfilter {
    margin-top: 31px;
  }
  .orenda-productscv-tile-and-filter-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
    margin-bottom: 34px;
  }

  .productos-de-orendace-clarificador-page .cst-product-grp.ce-clarificador {
    margin-top: 0;
  }
  .productos-de-orendace-clarificador-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
    margin-bottom: 34px;
  }
  .productos-de-orendapr-10000-removedor-de-fosfatos-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi>span>div:last-child {
    margin-bottom: 34px;
  }
  .productos-de-orendace-spa-page .cst-one-col-content-grp .inner-col.clearfix .cst-content-items {
    margin-bottom: 0;
  }
  .orenda-video-grp .orenda-video-items .cst-orenda-video-inner.clearfix .cst-orenda-video-items {
    margin: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .cst-procedure-resource-grp .cst-pop-image-col {
    max-width: 100%;
    width: auto;
    margin: 4px 0px 0px 0px;
    float: none;
  }
  .cst-contact-form-grp .cst-inner.clearfix .cst-form-col,
  .cst-contact-form-grp .cst-inner.clearfix .cst-description {
    display: block;
    width:100%;
  }
  .cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form,
  .body-container form {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .cst-contact-form-grp .cst-inner.clearfix .cst-form-col .cst-form form fieldset .hs-form-field {
    width: 100%;
    padding: 0!important;
  }
  .cst-contact-form-grp .cst-inner.clearfix .cst-description {
    border-top: 0;
  }
  .orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit, .orenda-products-page .hs-r1-two-col-rgt-left-col .hs-r1-two-col-rgt-left-col-flexi .hs_cos_wrapper_type_rich_text p.cst-pop-image-col1 a.image-popup-vertical-fit img {
    float: none!important;
  }
  .cst-one-col-grp.clearfix .cst-one-col-items:first-child {
    margin-left: 0;
    clear: left;
    margin-bottom: 2px;
  }
  .cst-one-col-grp.clearfix .cst-one-col-items {
    margin-top: 18px;
    width: 100%;
    margin-left: 0!important;
    margin-bottom: 20px;
  }
  .cst-one-col-grp.clearfix .cst-one-col-items:last-child {
    margin-bottom: 0;
  }
  .hs-calculator-r1-cl-grp .hs-calculator-r1-lft-flexi {
    max-width: 100%;
    margin-bottom: 22px;
  }
  .hs-calculator-r1-cl-grp .hs-calculator-r1-rgt-flexi {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .cst-two-col-grp .inner.clearfix .cst-col {
    margin-left: 0!important;
    width: 100%!important;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .hs-calculator.esp-calculadora-page .hs-calculator-r1-cl-grp .hs-calculator-r1-rgt-flexi {
    margin-bottom: 20px;
  }
  .cst-cat-product-grp .cat-pro-grp {
    padding-right: 0;
  }
  .cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items:first-child {
    margin-left: 0;
    width: 100%;
  }
  .cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items>a img {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
  }
  .cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items {
    margin-bottom: 20px;
    width: 48%;
    margin-left: 4%;
  }
  .cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items:nth-child(even) {
    margin-left: 0;
  }
  .cst-blog-content-grp .page-center.content-wrapper .blog-content {
    max-width: 100%;
  }
  .blog .cst-post-item-grp {
    padding-right: 0;
  }
  .blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item:first-child {
    width: 100%;
  }
  .blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item {
    margin: 0;
    margin-bottom: 20px;
    width: 48%;
    margin-left: 4%;
  }
  .blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item:nth-child(2) {
    margin-left: 0;
  }
  .blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item .hs-featured-image-wrapper .hs-featured-link {
    display: block;
    background: #f2f2f2;
  }
  .blog-pagination .custom-total-pages {
    width: 100%;
    float: none;
    text-align: center;
  }
  .blog-pagination {
    text-align: center;
  }
  .blog-pagination .blog-pagination-center {
    display: inline-block;
    vertical-align: middle;
  }
  nav.nav-single {
    display: none;
  }
  .cst-contact-form-grp .cst-inner.clearfix {
    display: block;
    width: 100%;
  }
  .hs-homepage-r1-grp .page-center .cst-video-grp {
    padding-top: 14px;
    margin-bottom: 20px;
  }
  .hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text h6,
  .hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .hs_cos_wrapper_type_rich_text .cst-pop-image-col {
    margin-top: 20px;
  }
  .hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .cst-two-col-grp .inner.clearfix .cst-col {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .hs-homepage-r2-grp .page-center .hs-homepage-r2-c1-flexi .cst-two-col-grp {
    margin-bottom: 20px;
  }
  .hs-homepage-r2-c1-flexi {
    margin-bottom: 33px;
  }
  .cst-water-treatment-pro-grp .cst-title {
    margin-bottom: 30px;
  }
  .cst-water-treatment-pro-grp .cst-water-treatmnt-col-grp.clearfix .cst-water-treatment-items {
    margin-left: 0!important;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%!important;
  }
  .cst-two-col-image-grp .inner.clearfix .cst-left-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .cst-two-col-image-grp .inner.clearfix .cst-right-image-grp {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .cst-two-col-image-grp .inner.clearfix .cst-right-image-grp .image-holder a img {
    margin: 0 auto;
  }
  .cst-faq-accordion-grp {
    margin-top: 20px;
  }
  .hs-homepage .btm-spacer {
    min-height: 124px !important;
  }
  .cst-reslt-r1-grp .page-center.content-wrapper .cst-search-result-page .hs-search-field form {
    margin: 0;
  }
  .hs-404-page .body-container .hs-search-field form {
    margin-bottom: 0;
  }
  .tabber-wrap.blog-tabber .tabber-content .tab-pane {
    display: block!important;
  }
  .tabber-wrap.blog-tabber .tabber-content .tab-pane .accordion-item {
    border: none;
    background: transparent;
    padding: 5px 0;
    text-align: center;
    color: #7D7D7D;
    cursor: pointer;
    margin: 0 -1px 0 0;
    border-top: 1px solid;
    border-bottom: none;
    width: 100%;
    border-top-color: #ffffff;
    font-size: 10.4px;
  }
  .tabber-wrap.blog-tabber .tabber-content .tab-pane.active .accordion-item {
    background-color: #58bd84;
    color: #ffffff;
    z-index: 4;
    position: relative;
    font-weight: bold;
  }

  .tabber-wrap.blog-tabber .tabber-content .tab-pane .tab-pane-inner {
    background-color: #f2f2f2;
  }
  .tabber-wrap.blog-tabber .tabber-content .tab-pane .tab-pane-inner .pop-post-items {
    padding: 5px;
  }
  .tabber-wrap.blog-tabber .tabber-content .tab-pane .tab-pane-inner {
    display: none;
  }
  .tabber-wrap.blog-tabber .tabber-content .tab-pane.active .tab-pane-inner {
    display: block;
  }
  .deflt-blog .hs-featured-image-wrapper {
    margin-bottom: 20px;
  }
  .deflt-blog .blog-pagination {
    text-align: center;
    padding: 0;
  }
  .deflt-blog .section.post-body .hs_cos_wrapper_type_rich_text p img {
    float: none!important;
    margin-right: 0!important;
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100%!important;
  }
  .hs-404-page .body-container .hs-search-field form,
  .cst-reslt-r1-grp .page-center.content-wrapper .cst-search-result-page .hs-search-field form {
    max-width: 100%;
  }
  .cst-search-result-page {
    padding-right: 0;
  }
}  


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

@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }

  .subscribe-options p label {
    margin: 4px 0;
  }

  .subscribe-options label > input {
    float: left;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 10px 0;
    overflow: auto;
    padding: 10px 0;
  }
  .cst-footer-btm-grp .page-center .cst-footer-sitemap {
    margin: 0 0 0px -8px;
  }

  .cst-logo img {
    max-width: 100%;
  }
  .cst-logo {
    line-height: 80px;
  }
  .cst-logo > div,
  .cst-logo > div > span {
    line-height: 78px;
    vertical-align: middle;
  }
  .cst-logo > div > span > a {
    line-height: 78px;
    vertical-align: middle;
    display: inline-block;
  }
  .cst-video-grp .wistia_embed {
    width: 100%!important;
  }

  .cst-video-grp .wistia_responsive_padding {
    padding-top: 55%;
    position: relative;
  }
  .cst-video-grp .wistia_responsive_padding .wistia_embed {
    position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important;
  }
  .cst-cat-product-grp .cat-pro-grp .outer-wrapper.clearfix .cst-pro-cat-items {
    margin-left: 0!important;
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .blog .cst-post-item-grp .blog-section .post-listing .post-item-wrapper.clearfix .post-item {
    margin-left: 0;
    width: 100%!important;
  }

  .cst-faq-accordion-grp .cst-accordion-grp .accordion-container .set .content .cst-content-holder p a.image-popup-vertical-fit img {
    max-width: 100%;
  }


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

  .cst-procedure-resource-grp h1 {
    font-size: 25px;
  }
}