/* ==========================================================================
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 =============== */
@import url('font-awesome.min-3.css');

@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700,700i&amp;display=swap');

@font-face {
  font-family: "icomoon";
  src: url("http://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/EcoPortal_August2019/Fonts/icomoon.eot") format("embedded-opentype"),
    url("http://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/EcoPortal_August2019/Fonts/icomoon.woff") format("woff"),
    url("http://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/EcoPortal_August2019/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


/* EX: @import url('http://example.com/example_style.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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("../png/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("../png/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("../png/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("../png/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("../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("../png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;  
} 

body {
  background: #fff;
  color: #666666;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0;
  margin-bottom:15px;
  line-height: 1.5;
  font-family: "Source Sans Pro";
  font-weight: 300;
  color: #666666;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #666666;
  font-size: 50px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-weight: 400;
  font-size: 17px;
}
h5 {
  font-weight: 400;
  font-size: 15px;
}
h6 {
  font-weight: 400;
  font-size: 13px;
}

/* Anchor Links */
a { 
  color: #333333;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

a:hover, a:focus {     
  color: #a0ce4e;
}

/* Lists */
ul, ol {
  padding:0;
  margin:0;
  list-style-position: inside;
}

.hs-lay .body-container ul{
  list-style:none;
}


.body-container ul:not([class]) li:before{
  color: #333 !important;
  margin-right: 13px;
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 15px;
  background: #f5f5f5;
  border-left: 4px solid #a0ce4e;
  font: 13px/20px PTSansItalic,arial,helvetica,sans-serif;
  color: #444;
  font-style: italic;
}

blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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


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

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

.header-inner-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  background-color: #ffffff;
}

.fixed .header-inner-wrapper {
  box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
  position: fixed;
  top: 0;
  z-index: 210;
  max-width: 100%;
  width: 100% !important;
  border-bottom: 0;
}

.fixed .cm-logo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 62px;
  font-size: 14px;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-right: 45px;
}

.fixed .cta-menu-link {
  margin-top: 17px !important;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu {
  margin-top: 17px;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul > li.custom-button {
  padding-right: 20px ;
}

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

.cm-logo{
  margin-top: 31px;
  margin-bottom: 31px;
  width:auto !important;
}

.cm-logo a {
  display: block;
  max-width: 100%;
}

.cm-logo a img {    
  height: 35px;
  width: auto !important;
}

.custom-menu-primary{
  width: auto !important;
  margin: 0 !important;
  float: right !important;
}

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

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

.body-container  .content-wrapper{
  padding-top:40px;
/*   padding-bottom:40px; */
}

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


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

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

.bottom-footer {
  background: #005c72;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.copyright {
  text-align: center;
  color: #8c8989;
  font-size: 12px;
  vertical-align: middle;
}

.copyright p {
  margin: 0;
}

.copyright p a {
  color: #bfbfbf;
}

.copyright p a:hover {
  color: #ffffff;
}

.top-footer {
  border-top: 12px solid #e9eaee;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #363839;
  border-color: #005c72;
  background-color: #005c72;
  color: #8c8989;
  border-top-width: 12px;
  padding-top: 43px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-column {
  color: #FFFFFF;
}

.footer-column a {
  color: #bfbfbf;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-col1 a {
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  border-width: 0px;
  border-color: #fff;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #11a95c;
  text-transform: uppercase;
  border-style: solid;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  display: inline-block;
}

.footer-column {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 !important;
}



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

.fusion-social-networks-wrapper {
  margin: 0 -5.5px;
}

a.fusion-social-network-icon {
  font-size: 16px;
  color: #bfbfbf;
  margin: 0 5.5px 14px;
  display: inline-block;
  text-decoration: none;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

a.fusion-social-network-icon:hover{
  color: #bfbfbf;
  opacity: .8;
}

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

.fusion-icon-youtube:before {
  content: "\e622";
}

.fusion-icon-googleplus:before {
  content: "\e900";
}

.fusion-icon-linkedin:before {
  content: "\e60f";
}

.fusion-social-networks-wrapper {}

.fusion-social-networks {
  margin-top: 50px;
}

/* ==========================================================================
  Styles are added in 2020                                          
========================================================================== */
#buttonContainer {
  position: relative;
  z-index: 1;
}

.blog-section {
  margin-bottom: 15rem;
  position: relative;
  z-index: 1;
}

.wistia_channel.wistia_async_kujjky7bfl {
    margin-bottom: 17rem !important;
}

.row-fluid-wrapper.row-depth-1.row-number-7 {
/*     margin-bottom: 12rem; */
}

.row-fluid-wrapper.row-depth-1.row-number-4 {
  position: relative;
  z-index: 1;
}

.padding20tb.clearfix {
    margin-top: -13rem;
}

.section.post-header {
    margin-top: 4rem;
}

.section.post-footer {
  margin-bottom: 5rem;
}

.team-member-bio {
  padding-left: 15px;
  padding-right: 15px;
}

span#hs-cta-wrapper-8cd98ece-d801-451f-bf61-09031f5bfc76 {
    position: relative;
    z-index: 1;
}

div#hs_cos_wrapper_widget_1588200684445 {
    position: relative;
    z-index: 1;
}

div#hs_cos_wrapper_widget_1571316644310 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 2rem;
}

.hs_submit.hs-submit {
    position: relative;
    z-index: 1;
}

.hs-cta-wrapper {
   position: relative;
   z-index: 1;
}

div.input input {
    position: relative;
    z-index: 1;
}

a {
    position: relative;
    z-index: 1;
}

.crombie-lockwood {
    padding: 20px;
}

a#cta_button_1664077_e0aa7dc2-5ef2-47be-a90b-21cc96b0fae3 {
    text-decoration: none;
}

a#cta_button_1664077_e0aa7dc2-5ef2-47be-a90b-21cc96b0fae3: hover {
  color: #fff;
}

#tier7 p {
    line-height: 29px;
    margin: 0 0 20px;
    color: white;
}

@media only screen and (max-width: 800px) {
  .blog-section {
  margin-bottom: 12rem;
  }

  ul#srtBtn {
    margin: 0 0 30px 0 !important;
  }
  
  .wistia_channel.wistia_async_kujjky7bfl {
    margin-bottom: 12rem !important;
  }
  
  .row-fluid-wrapper.row-depth-1.row-number-7 {
    margin-bottom: 0;
  }
  
  .section.post-header {
    margin-top: 0;
  }
  
  .section.post-footer {
    margin-bottom: 0;
  }
  
  .padding20tb.clearfix {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .widget-module {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .blog .blog-sidebar .widget-span {
    margin-left: 15px;
    margin-right: 15px;
  }
  
/*   .span12.widget-span.widget-type-widget_container {
    margin-left: 15px;
    margin-right: 15px;
  } */
  
  div#hs_cos_wrapper_module_1587086748435150 {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .book-demo.grad1 {
    margin-left: 0;
    margin-right: 0;
  }
  
  div#hs_cos_wrapper_widget_1571316644310 {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .fullwidth-video-wrap {
    margin-top: 2rem;
  }
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding-right: 35px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  line-height: 83px;
  color: #333333;
  border-top: 3px solid transparent;
  font-family: "Source Sans Pro";
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  border-color: #005c72;
  color: #005c72;
}

/* Child List */

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


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:801px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #f2efef;
    width: 180px;
    border-top: 3px solid #005c72;
    font-family: "Source Sans Pro";
    font-weight: 400;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    line-height: 1.5;
    transition: opacity .2s ease-in;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 7px 20px;
    line-height: 19px;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;  
    padding-top: 7px;
    padding-bottom: 7px;
    color: #333333;
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    border-bottom: 1px solid #dcdadb;
    background: white;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #f8f8f8;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu{
    color: #11A95C;
    padding: 0 20px;
    height: 30px !important;
    margin-top: 27px;
    line-height: 30px !important;
    border: 2px solid #11A95C;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    transition: 0.3s;
    font-family: "Source Sans Pro";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu:hover{
    color: #DD2887;
    border-color: #DD2887;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li.custom-button {
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1.active-branch > a {
    color: #005c72;
    border-color: #005c72;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
    background-color: #f8f8f8;
  }
  .header-wrapper {
    min-height: 97px !important;
  }

}


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

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

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

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -34px;
    right: 30px;
    font-size: 21px;
    margin-left: 20px;
    color: #dadada;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
  }

  .mobile-trigger:before {
    color: #dadada;
    content: "\f0c9";
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    align-items: flex-start;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    position: absolute;
    padding-right: 35px;
    color: #333333;
    right: 0;
    top:0;
    font-size: 18px;
    height: 50px !important;
    line-height: 50px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    width:auto;
  }
  .child-trigger:before {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
  }

  .child-trigger:hover {
    color: #a0ce4e;
  }


  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 10px 0 10px 0;
    width:100% !important;
  }

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

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

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

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 20px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    color: #333;
    border: none;
    border-top: 1px solid transparent;
    border-color: #dadada;
  }

  .mobile-open .header-inner-wrapper {
    padding-bottom: 0;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    font-size: 12px;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    padding: 0 12px;
    color: #333333;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
    background: white;
    -webkit-font-smoothing: auto;
    text-indent:30px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {

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

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 45px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-right: 2px;
    color: #333333;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    position: absolute;
    left: -6px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .cta-menu-link {
    margin: 0 !important;
    background: none !important;
    border: none !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Source Sans Pro" !important;
    font-weight: 400 !important;
    text-transform: none !important;
    display: block !important;
    text-align: left !important;
    padding-left: 30px !important;
    line-height: 50px !important;
    height: auto !important;
  }

  .cta-menu-link:hover {
    background-color: #f6f6f6 !important;
    color: #333333 !important;
  }
  .fixed .cm-logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .fixed .custom-menu-primary .hs-menu-wrapper > ul ul li  a{
    font-size: 16px;
    line-height: 50px;
  } 

  .fixed .custom-menu-primary .hs-menu-wrapper > ul {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu {
    margin-top: 0;
  }
  .fixed .cta-menu-link {
    margin-top: 0 !important;
  }
}


/* ==========================================================================
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 {
  padding-left:32px;
  padding-right:32px;
}

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

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

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

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

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

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

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

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

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

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

/* Pagination */
.blog-pagination {
  clear: left;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 0;
}


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
  display:inline-block;
}

.hs-form-required {
  color: red;
}

.hs-input.error {
  border-color: #c87872;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  padding: 8px 15px;
  min-height: 27px;
  display: block;
  width:100%;
 /* max-width:500px; */
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}

ul.no-list {
  list-style: none;
}

.hs-error-msgs label {
  color: #f2545b;
}

.inputs-list label {
  display: block;
  width: auto;
  padding: 4px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
}

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

/* Separate Styles for Drop Downs */
select {}
select:focus {}
select{
  height:40px;
}

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

.hs_error_rollup .inputs-list label {
  font-size: 14px;
  margin-bottom: 4px;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #999999;;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #999999;
} /* Firefox 18- */
::-moz-placeholder {
  color: #999999;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #999999;
} /* 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 {max-width: 100%; width: 100%;}
.hs-form fieldset.form-columns-2 .hs-form-field {max-width: 100%; width: 100%;}
.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: 100%; }
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 { max-width: 100%; width: 100%; }

@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 { max-width: 100%; width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

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

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

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

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

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


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

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

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

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

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

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


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


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

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

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

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

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
}

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

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


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

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


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

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


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

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


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

.hs-cta-wrapper a {
  -webkit-font-smoothing: initial !important;
}
.body-container ul:not([class]) li {
  list-style: none;
}


/*======== Health Safety Software Layout ============ */




.fullwidth-video-wrap {
  background-color: rgba(0,150,136,0.4);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  background-blend-mode: overlay;
  position: relative;
  overflow: hidden;
  padding-left:30px;
  padding-right:30px;
  margin-top: 2rem;
}

.fullwidth-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
}

.fullwidth-video video {
  background-size: cover;
  transition: 1s opacity;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.fullwidth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
  background-color: rgba(0,150,136,0.4);
}

.fullwidth-video-content {
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.hero {
  margin-top: 100px;
}

#vidMask {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

#hero1-1 {
  width: 50%;
  height: 422px;
  float: left;
}

#hero1-1 h1{
  color: white;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

#hero1-1 h2{
  color: white;
  margin: 0 0 20px;
}

#hero1-2 {
  width: 50%;
  height: 422px;
  float: right;
  position: relative;
}

#hero1-2 a{
  color: #333333;
}

#hero1-2 a:hover {
  color: #a0ce4e;
}

#vMCta {
  margin: 30px 0;
  padding: 20px 50px;
  box-sizing: border-box;
  background: white;
  color: #009688;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.full-width-backgroud{
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  padding-left:30px;
  padding-right:30px;
}

.book-demo{
  padding-top: 80px;
  padding-bottom: 200px;
  margin-bottom: -15rem;
}

.full-width-backgroud-inner,
.quote-inner{
  margin-bottom: 20px;
}

.full-width-backgroud-inner h3 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.5em;
  color: white;
  font-weight: 400;
}

.three-coltop-img {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  padding-left:30px;
  padding-right:30px;
}

.three-coltop-img-inner {
  margin-bottom: 20px;
}

#benefits {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  list-style-type: none;
  margin:0;
}

.shadow1{
  -webkit-box-shadow: 2px 2px 19px 1px rgba(214,214,214,1);
  -moz-box-shadow: 2px 2px 19px 1px rgba(214,214,214,1);
  box-shadow: 2px 2px 19px 1px rgba(214,214,214,1);
}

#benefits li {
  width: calc(33.33% - 20px);
  margin: 10px;
  min-height: 400px;
  float: left;
  box-sizing: border-box;
  margin-bottom:0;
}

#content ul li {
  line-height: 30px;
}

#benefits li img {
  max-width: 100%;
  max-height: 200px;
  margin: 20px auto 20px auto;
  display: block;
}
.cardGreyBack {
  background: #f3f3f4;
  color: grey;
}

#benefits li .cardGreyBack {
  min-height: 160px;
  box-sizing: border-box;
  padding: 10px 30px 10px 30px;
}
#benefits li h2 {
  text-align: center;
  margin-bottom: 20px;
}

#benefits li p {
  text-align: center;
  line-height: 1.3em;
  margin: 0;
}


#quote {
  text-align: center;
}

.quoteCta {
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.2em
}

.quote-wrapper {
  padding: 80px 30px;
  background-color: #194955;
  color: #fff;
}

#quote h2 {
  margin-bottom: 20px;
  color:#fff;
}

#quote h3 {
  margin: 1em 0;
  color:#fff;
  font-size:16px;
  font-weight: 400;
}

.cta {
  text-align: center;
  position: relative;
  z-index: 1;
}

.ctaBack {
  background: #009688!important;
}

.ctaCopy {
  font-size: 50px;
  margin: 0 auto;
  font-weight: 300;
  color: white;
}

.ctaBtn {
  margin: 30px 0;
  padding: 20px 50px;
  box-sizing: border-box;
  background: white;
  color: #009688;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 3px
}

#popupOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 200000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#popup {
  max-width: 580px;
  min-height: 300px;
  margin: 0 auto;
  background: white;
  margin-top: 120px;
  border-radius: 3px
}

#popHead {
  width: 100%;
  height: 50px;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1
}

#pH1 {
  font-size: 1.5em;
  float: left
}

#pH2 {
  font-size: 1.8em;
  float: right
}

#pH2:hover {
  color: #009688
}

#popContent {
  width: 100%;
  min-height: 300px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center
}

#popContent iframe {
  width: 560px;
  height: 316px
}

.popClose {
  font-size: 1.5em;
  cursor: pointer
}


.regBtn {
  transition: all 0.5s ease
}

.regBtn:hover {
  background: #009688
}

.regRes {
  width: 100%;
  padding: 30px!important;
  box-sizing: border-box;
  background: #009688;
  cursor: auto!important;
  font-size: 0.8em;
  text-align: left!important
}

.regSelected {
  background: #009688!important
}

.grad1 {
  background: #49c0a9;
  background: -moz-linear-gradient(top, #49c0a9 0%, #0c7a84 100%);
  background: -webkit-linear-gradient(top, #49c0a9 0%, #0c7a84 100%);
  background: linear-gradient(to bottom, #49c0a9 0%, #0c7a84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0a9', endColorstr='#0c7a84', GradientType=0)
}

.fusion-layout-tabber-col {
  margin-bottom: 20px;
}


#registers {
  width: 100%;
  overflow: auto;
  font-size: 25px;
  margin: 30px 0
}

#registers li {
  width: 25%;
  float: left;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  line-height:30px;
}

#registers li h2 {
  color: white
}

#registers li:nth-child(even) {
  width: 100%;
  display: none
}

.regBtn {
  transition: all 0.5s ease
}

.regBtn:hover {
  background: #009688
}

.regRes {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: #009688;
  cursor: auto;
  font-size: 0.8em;
  text-align: left
}

.regSelected {
  background: #009688!important
}

#regDesc {
  width: 100%;
  overflow: auto
}

#rDLeft {
  width: 50%;
  float: left
}

#rDLeft h2 {
  margin-bottom: 30px;
}

#rDRight {
  width: 50%;
  float: right
}

#rDRight img {
  max-height: 300px;
  display: block;
  margin: 0 auto
}

#quote {
  text-align: center
}

.quoteCta {
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.2em
}

#feat {
  width: 100%;
  height: auto;
  overflow: auto;
  box-sizing: border-box
}

#feat>li {
  width: calc(33.33% - 20px);
  margin: 10px;
  min-height: 480px;
  float: left;
  box-sizing: border-box;
  padding: 30px;
  background: #f1f1f2;
  line-height: 30px;
  margin-bottom: 0;
}

.featBullet p {
  line-height: 29px;
  margin: 0 0 20px;
}

.featSep {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 1px;
  background: grey;
}

.featBullet i {
  color: #009688!important;
  margin-right: 10px
}

.featImg {
  width: 100%;
  height: 160px
}

.featImg img {
  max-width: 150px;
  height: 130px;
  margin: 0 auto 30px auto;
  display: block
}

.playDemo {
  color: #009688;
  margin-top: 30px;
  font-size: 1.1em;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 5px
}

.playDemo i {
  margin-left: 10px
}

.playDemo:hover {
  border-bottom: 1px solid #009688
}

.cta {
  text-align: center
}

.ctaBack {
  background: #009688!important
}

.ctaCopy {
  font-size: 50px;
  margin: 0 auto;
  font-weight: 300;
  color: white
}

.ctaBtn {
  margin: 30px 0;
  padding: 20px 50px;
  box-sizing: border-box;
  background: white;
  color: #009688;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 3px
}

#popupOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 200000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none
}

#popup {
  max-width: 580px;
  min-height: 300px;
  margin: 0 auto;
  background: white;
  margin-top: 120px;
  border-radius: 3px
}

#popHead {
  width: 100%;
  height: 50px;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1
}

#pH1 {
  font-size: 1.5em;
  float: left
}

#pH2 {
  font-size: 1.8em;
  float: right
}

#pH2:hover {
  color: #009688
}

#popContent {
  width: 100%;
  min-height: 300px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center
}

#popContent iframe {
  width: 560px;
  height: 316px
}

.popClose {
  font-size: 1.5em;
  cursor: pointer
}

#logoMask {
  width: 100%;
  height: 100px;
  position: relative;
  margin: 0 auto;
  overflow: hidden
}

#logos {
  width: 1080px;
  overflow: auto;
  position: absolute;
  top: 0;
  left: -180px
}

#logos li {
  width: 180px;
  color: blue;
  float: left;
  position: relative;
  padding: 10px;
  background: white;
  box-sizing: border-box
}

.logoInner {
  width: 100%;
  height: 100px;
  background: white
}

.logoInner img {
  max-width: 100%;
  max-height: 70px
}

@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.testimonialLnk {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 100;
  padding: 5px;
  color: white;
  background: #009688;
  border-radius: 3px;
  text-decoration: none;
  animation-name: fadein;
  animation-duration: 1s
}

#logoPrev {
  height: 100%;
  width: 50px;
  background: #009688;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  font-size: 2em;
  vertical-align: middle!important;
  box-sizing: border-box;
  padding-top: 30px;
  opacity: .2;
  transition: all 0.5s ease
}

#logoNext {
  height: 100%;
  width: 50px;
  background: #009688;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  font-size: 2em;
  vertical-align: middle!important;
  box-sizing: border-box;
  padding-top: 30px;
  opacity: .2;
  transition: all 0.5s ease
}

#logoMask:hover #logoNext,
#logoMask:hover #logoPrev {
  opacity: .6
}

#logoNext:hover,
#logoPrev:hover {
  opacity: 1!important
}


.fusion-fullwidth-tabber {
  padding: 80px 30px;
  color: #fff;
}

.fusion-fullwidth-tabber h2 {
  color: #fff;

}

.tab-column-wrapper #rDLeft{
  margin-bottom: 30px !important;
}

.fusion-fullwidth-tabber p {
  color: #fff;
  margin: 0;
  line-height: 29px;
}

.tab-content h2 {
  margin-bottom: 20px;
}


.three-col-imgborder-inner ,
.logo-slider-innerwrap{
  margin-bottom: 20px;
}

.three-col-imgborder{
  padding: 20px 30px;
}


.logo-slider-wrap{
  padding: 50px 30px;
}




/*======== End ===========*/






/*================= Full Flexible Layout ==============*/

.password-template .body-container input.hs-button.primary.large {
  margin-top: 10px;
}



/*   SSO */

.cm-accessiblity-group {
  background-color: rgba(255,255,255,0);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#t4Right {
  width: 40%;
  float: right;
}
.cm-accessiblity-group h2,.cm-accessiblity-group h3{
  color: white;
  margin: 0 0 20px;
}
.cm-accessiblity-group h3{
  font-size: 1.5em;
  font-weight: 400;
  margin-block-start: 1em;
  margin-block-end: 1em;
}


.cm-accessiblity-group .cm-tier {
  margin-top: 0;
  padding-top: 92px;
  padding-bottom: 0;
}

.cm-accessiblity-inner-group {
  padding: 30px 0 20px;
}

#bOE {
  width: 100%;
  overflow: auto;
  list-style-type:none;
  padding: 0;
  margin:0;
}

#bOE li {
  width: calc(33.33% - 32px);
  min-height: 40px;
  margin: 16px;
  float: left;
  line-height: 30px;
}

.bOEImgWrap {
  width: 150px;
  height: 150px;
  padding: 24px;
  border: solid 5px #11a95c;
  border-radius: 50%;
  margin: 0 auto;
}

.bOEImgWrap img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.bOECopyWrap {
  max-width: 100%;
  padding: 16px;
}

.bOECopyWrap h3 {
  color: #666666;
  font-size: 1.5em;
  font-weight: 400;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.bOECopyWrap p{
  margin: 0 0 20px;
  line-height: 29px;
}

.two-col-topicon {
  background-color: #11a95c;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

#tier7 {
  background: #11a95c;
  color: white;
  margin-bottom: 20px;
}

#techStuff {
  width: 100%;
  /*   overflow: auto; */
  list-style: none;
  margin: 0;
  padding: 0;
}

#techStuff li {
  width: calc(50% - 32px);
  min-height: 300px;
  float: left;
  margin: 16px;
  padding: 16px;
  margin-bottom:0;
}

#content ul li {
  line-height: 30px;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.techFA {
  font-size: 3em;
  margin-bottom: 24px;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

#tier7 h3 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.5em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

#tier7  p {
  line-height: 29px;
  margin: 0 0 20px;
}

.quoteWrap {
  width: 60%;
  margin: 30px auto;
}

.qWCopy {
  font-size: 1.8em;
  line-height: 1.6em;
}
.fAQuote {
  color: #D1D1D1;
  font-size: 0.7em;
  margin: 0 16px;
}

.qWTitle1 {
  padding: 16px 0 16px 0;
}
.qWTitle2 {
  color: grey;
}

.cm-single-sign-banner {
  background-color: rgba(255,255,255,0);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 128px;
  padding-right: 30px;
  padding-bottom: 128px;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-top: 2rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
}

.cm-single-sign-banner-inner-group {
  margin-bottom: 20px;
}

.cm-single-sign-column-wrapper h1 {
  margin: 100px 0 16px 0;
  color: white;
  font-size: 50px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0px;
}

.fusion-clearfix {
  zoom: 1;
  clear: both;
}

.fusion-clearfix:after, .fusion-clearfix:before {
  content: " ";
  display: table;
}
.fusion-clearfix:after {
  clear: both;
}


.cm-two-column-single-sign-group{
  padding-right: 30px;
  padding-left: 30px; 
}

.cm-two-column-single-sign-inner {
  margin-bottom: 20px;
}

.cm-tier {
  padding: 3rem 0 1rem;
}

.cm-SSOIntroWrap {
  width: 100%;
  overflow: auto;
}

.cm-fLeft {
  width: calc(30% - 32px);
  float: left;
  padding: 32px;
  margin: 16px;
}

.cm-fLeft img {
  border-style: none;
  vertical-align: top;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.cm-fRight {
  width: calc(60% - 32px);
  float: right;
  padding: 16px;
  margin: 16px;
}

.cm-fRight h3{
  margin-block-start: 1em;
  margin-block-end: 1em;
  color: #666666;
  font-size: 1.5em;
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

#bOE li:last-child .bOEImgWrap img {
  margin-top: 15px;
}

.cm-ministry-group{
  padding-left: 30px;
  padding-right: 30px;
}

/* End */





/*    THL  */

#heroWrap {
  width: 100%;
  min-height: 350px;
  overflow: auto
}

#heroLogo {
  float: left;
  margin-top: 20px
}

#heroQuote {
  margin-top: 30px;
  width: 70%;
  float: right;
  color: white;
  font-size: 2em;
  padding: 10px;
  box-sizing: border-box;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .4)
}

#heroSig {
  float: right;
  color: white;
  width: 70%;
  box-sizing: border-box;
  float: right;
  color: white;
  padding: 10px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .4)
}

#heroSig span {
  display: block;
  font-size: 0.8em
}

.banner-type2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-left:30px;
  padding-right:30px;
  margin-top: 2rem;
  margin-left: -15px;
  margin-right: -15px;
}
.banner-type2-inner{
  padding-bottom:20px;
}

.success-story h1 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.success-story p {
  line-height: 29px;
  margin: 0 0 20px;
}

.hs-lay h2 {
  margin-bottom: 20px;
  font-size: 26px;
}

.success-story {
  padding-bottom: 60px;
}

ul#videoWall li {
  line-height: 30px;
}

#videoWall {
  list-style: none!important;
  overflow: auto;
  width: 100%;
  padding: 0px!important;
  margin: 0px!important
}

#videoWall li:nth-child(even) {
  float: left;
  width: 50%;
  min-height: 30px;
  box-sizing: border-box;
  padding-right: 15px;
  margin-top: 30px
}

#videoWall li:nth-child(odd) {
  float: right;
  width: 50%;
  min-height: 30px;
  box-sizing: border-box;
  padding-left: 15px;
  clear: both;
  margin-top: 30px
}

#videoWall li iframe {
  width: 100%!important
}

.vidSub {
  font-weight: bold;
  margin-bottom: 20px
}

.success-inner{
  margin-bottom:20px;  
}


.success-story {
  padding-left: 30px;
  padding-right: 30px;
}

.client-banner {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 2rem;
  margin-left: -15px;
  margin-right: -15px;
}


/* End */



/* Health Safety Software */



.banner-with-rightimg {
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 2rem;
  margin-left: -15px;
  margin-right: -15px;
}

.banner-with-rightimg .hero {
  width: 100%;
  text-align: center;
  overflow: auto;
  margin: 0;
  margin-bottom:20px;
}

#heroRight {
  width: 50%;
  float: right;
  position: relative;
}
#heroLeft {
  width: 50%;
  float: left;
}

.banner-with-rightimg .hero h1 {
  color: white;
  text-align: left;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.banner-with-rightimg h2{
  color: white;
  text-align: left;
  margin:0;
}
#imacCompWrap {
  max-width: 440px;
  margin: 0 auto;
  position: relative
}

.heroComp {
  max-width: 100%
}

.heroComp:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
  animation: fadein 1.5s;
  animation-delay: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards
}

.heroComp:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
  animation: fadein 1.5s;
  animation-delay: 1.9s;
  opacity: 0;
  animation-fill-mode: forwards
}

.heroComp:nth-child(4) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
  animation: fadein 1.5s;
  animation-delay: 2.1s;
  opacity: 0;
  animation-fill-mode: forwards
}

.heroComp:nth-child(5) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
  animation: fadein 1.5s;
  animation-delay: 2.3s;
  opacity: 0;
  animation-fill-mode: forwards
}

@keyframes fadein {
  from {
    opacity: 0;
    width: 80%;
    left: 50px
  }
  to {
    opacity: 1;
    width: 100%;
    left: 0px
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
    width: 80%;
    left: 50px
  }
  to {
    opacity: 1;
    width: 100%;
    left: 0px
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    width: 80%;
    left: 50px
  }
  to {
    opacity: 1;
    width: 100%;
    left: 0px
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
    width: 80%;
    left: 50px
  }
  to {
    opacity: 1;
    width: 100%;
    left: 0px
  }
}


.cm-flexi-layout .fusion-fullwidth-tabber h2 {
  color: #666666;
}

.cm-flexi-layout .fusion-fullwidth-tabber  p {
  color: #666666;
}

.cm-flexi-layout #rDRight img {
  max-height: 350px;
}

.cm-flexi-layout .fusion-fullwidth-tabber {
  color: #666666;
}

.cm-flexi-layout li.regBtn i {
  display: block;
}

.cm-flexi-layout span.tab-text {
  margin-bottom: 20px;
  display: inline-block;
  line-height: 29px;
}

.cm-flexi-layout h2.tab-head {
  margin-top: 92px;
  padding-bottom: 40px;
}
.cm-flexi-layout .regBtn:hover {
  background: #009688;
  color: white;
}
.cm-flexi-layout  .regSelected {
  color: #fff;
}

.tab-bottom-con p {
  color: #666 !important;
}

.tab-bottom-con {
  text-align: center;
}

.tab-bottom-con a {
  text-decoration: underline;
}


.cm-flexi-layout  #feat>li {
  background: #fff;
  width: calc(33.33% - 32px);
  margin: 32px 16px 0px 16px;
}

.cm-flexi-layout  li.feat-col h2 {
  margin-top: 8px;
}

.cm-flexi-layout  .featImg img {
  height: 85px;
}

.cm-flexi-layout  .featImg {
  height: 115px;
}


.layout-double-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

.layout-double {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  overflow: auto;
}

.lD1 {
  width: 50%;
  float: left;
  padding: 16px;
}

.lD1 p{
  margin:0 auto 20px;
  line-height:29px;
}

.lD2 {
  width: 50%;
  float: left;
  padding: 16px;
}

.lD1 img, .lD2 img {
  max-width: 100%;
  max-height: 250px;
  display: block;
  margin: 0 auto;
}

.full-width-author p {
  margin: 0 auto 20px;
  line-height: 29px;
}
.full-width-author h2{
  color:#fff;
}
.full-width-author a{
  color: white;
  text-decoration: underline;
}
.full-width-author {
  background-color: #194955;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.quote-Double {
  width: 100%;
  height: auto;
  overflow: auto;
}

.qD2 {
  width: 50%;
  float: right;
  padding: 16px;
  color:#fff;
}

.qD1 img {
  max-width: 100%;
  max-height: 250px;
  display: block;
  margin: 0 auto;
}

#registers li p {
  color: #fff;
  margin:0 0 20px;
}
.cm-flexi-layout #benefits li .cardGreyBack{
  min-height: 185px; 
}








/* End */



/* Why Ecoportal Worker */

.banner-width-btn {
  background-color: rgba(255,255,255,0);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-top: 2rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: -15px;
  margin-left: -15px;
}

div#heroCTA {
  margin-bottom: 20px;
  text-align: center;
  color: white;
}

.banner-width-btn h1 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  color: #fff;
}

.banner-width-btn h2 {
  color: #fff;
}

#heroCTA #btnWrap {
  width: 100%;
  text-align: center;
}


.layout3-1 {
  margin-bottom: 20px;
  width: 100%;
  /*     overflow: auto; */
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.layout3-1 .imgWrap{
  float: left;
  width: calc(50% - 16px);
  margin: 8px;
  text-align: center;
  margin: 8px;
}


.layout3-1 .copyWrap{
  float: right;
  width: calc(50% - 16px);
  margin: 8px;
  padding: 16px;
}

.layout3-1 .copyWrap h3{
  color:#666666;
  font-size: 20px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-weight: normal;
}


.layout3-1 .copyWrap ul {
  font-size: 1.2em;
}

.layout3-1 .copyWrap ul li {
  margin-bottom: 0;
  line-height: 30px;
}

.body-container .layout3-1 .copyWrap ul li:before{
  color: #339f8f;
  margin-right: 16px;
  margin-bottom: 0px;
  font-size: 1.5em;
}
.whyQuotes {
  margin: 30px 0 16px 0;
}
.wQCopy {
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  color: #D1D1D1;
}

.wQCPerson {
  text-align: center;
  font-weight: 600;
  font-size: 0.8em;
}

.layout3-1.right .imgWrap {
  float: right;
}
img.shadow {
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

#circleSvg {
  position: relative;
}

#circleSvg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke: #FFF;
  stroke-width: 1em;
}

#circleSvg #bar {
  stroke: #009688;
}

#cont {
  display: block;
  min-height: 200px;
  width: 200px;
  margin: 2em auto;
  border-radius: 100%;
  position: relative;
  z-index:1;
}

#dTBox {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  color: #8c8c8c;
  background: #e2e2e2;
  border-radius: 50%;
  z-index: 500;
  line-height: 168px;
  font-size: 2em;
}

#dTBox i {
  font-size: 3.5em;
  margin: 30px;
}

.stage-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}

.stage-wrap h2, .stage-wrap h3, .body-container  .stage-wrap ul li:before, .stage-wrap p {color: #fff !important;}

.get-feedback-wrap {
  background-color: rgba(255,255,255,0);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.layout3-2 {
  margin-bottom: 20px;
  width: 100%;
  /*     overflow: auto; */
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.notificationBubbles {
  text-align: center;
  font-size: 3em;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  color: white
}

.notiAlert {
  background: #ee326d;
  top: 30px;
  right: 90px;
  animation: pop-in8s 8s linear 1;
  animation-iteration-count: infinite;
  opacity: 0;
}

.cm-flexi-layout .comment {
  background: #009688;
  top: 90px;
  right: 30px;
  animation: pop-in8s 8s linear 1;
  animation-iteration-count: infinite;
  opacity: 0;
  animation-delay: 0.5s;
}

@keyframes pop-in8s {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  2% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.commentWrap {
  text-align: left!important;
  background: white!important;
  border-radius: 5px!important;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  width: 300px;
  margin: 10px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 200;
}

#shortName {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  text-align: center;
  border-radius: 50%;
  background: blue;
  color: white;
  padding: 8px;
  box-sizing: border-box;
}

#fullName {
  float: left;
  width: calc(100% - 50px);
  box-sizing: border-box;
  padding-left: 8px;
  padding-bottom: 8px;
}

#commentTime {
  float: left;
  font-size: 0.8em;
  width: calc(100% - 50px);
  color: #999;
  box-sizing: border-box;
  padding-left: 8px;
}

#commentResolve {
  width: 100%;
  text-align: right;
  color: red;
  padding-top: 20px;
  box-sizing: border-box;
}

#commentLeft {
  float: left;
  height: 50px;
  width: 70%;
  margin-bottom: 8px;
}

#commentRight {
  float: right;
  width: 30%;
  margin-bottom: 8px;
}

#commentMessage {
  clear: both;
  margin-top: 8px;
  line-height: 1.2em;
}

.layout3-2 .imgWrap {
  float: right;
  width: calc(50% - 16px);
  margin: 8px;
  text-align: center;
  margin: 8px;
}

.layout3-2 .copyWrap {
  float: left;
  width: calc(50% - 16px);
  margin: 8px;
  padding: 16px;
}

.copyWrap h3{  
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-weight:normal;
}
.copyWrap ul {
  font-size: 1.2em;
}

.body-container .copyWrap ul li:before{
  color: #339f8f;
  margin-right: 16px;
  margin-bottom: 0px;
  font-size: 1.5em;
}


.fullwidth-btn {
  background-position: center center;
  background-repeat: no-repeat;
/*   padding-top: 40px; */
  padding-top: 90px;
  padding-right: 30px;
/*   padding-bottom: 150px; */
  padding-bottom: 90px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  margin-bottom: -12rem;
}

.fullwidth-btn .page-center {
  padding-bottom: 20px;
}

.fullwidth-btn h2{
  color:#fff;
}
.customButton1 {
  box-sizing: border-box;
  width: 200px;
  padding: 8px;
  margin-right: 24px;
  background: #ff0080;
  color: white;
  box-sizing: border-box;
  border: solid 1px #ff0080;
  transition: all 0.5s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align:middle;
}

.two-col-quote {
  padding-left: 30px;
  padding-right: 30px;
}

/* End */



/*   Why Ecoportal Manager    */


#workflowWrap {
  box-sizing: border-box;
  height: 357px;
  width: 100%
}

#workflowSwitch {
  width: auto;
  height: 357px;
  overflow: visible;
  list-style: none;
  margin: 0;
  padding: 0
}

#workflowSwitch li {
  float: left;
  position: relative
}

#wSSection1 {
  width: 30.973%;
  height: 357px
}

#wSSection2 {
  width: 33.775%;
  height: 357px
}

#wSSection3 {
  width: 35.250%;
  height: 357px
}

#wSS1-1 {
  width: 100%;
  height: 357px;
  position: absolute;
  top: 0px;
  left: 0px
}

#wSS1-1 img {
  width: 100%
}

#wSS2-1 {
  width: 100%;
  height: 357px;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: workflowChange1 10s linear 1;
  animation-iteration-count: infinite
}

#wSS2-1 img {
  width: 100%
}

#wSS2-2 {
  width: 100%;
  height: 357px;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: workflowChange1 10s linear 1;
  animation-iteration-count: infinite;
  opacity: 0;
  animation-delay: 5s
}

#wSS2-2 img {
  width: 100%
}

@keyframes workflowChange1 {
  0% {
    opacity: 0
  }
  5% {
    opacity: 1
  }
  50% {
    opacity: 1
  }
  55% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

#wSS3-1 {
  width: 100%;
  height: 357px;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: workflowChange2 12s linear 1;
  animation-iteration-count: infinite
}

#wSS3-1 img {
  width: 100%
}

#wSS3-2 {
  width: 100%;
  height: 357px;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: workflowChange2 12s linear 1;
  animation-iteration-count: infinite;
  opacity: 0;
  animation-delay: 4s
}

#wSS3-2 img {
  width: 100%
}

#wSS3-3 {
  width: 100%;
  height: 357px;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: workflowChange2 12s linear 1;
  animation-iteration-count: infinite;
  opacity: 0;
  animation-delay: 8s
}

#wSS3-3 img {
  width: 100%
}

@keyframes workflowChange2 {
  0% {
    opacity: 0
  }
  5% {
    opacity: 1
  }
  33.33% {
    opacity: 1
  }
  38.33% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}


#customiseWrap {
  max-width: 300px;
  max-height: 500px;
  overflow: hidden;
  list-style: none;
  margin: 0 auto;
  padding: 0
}

#customiseWrap li {
  width: 100%;
  box-sizing: border-box
}

#customiseWrap li img {
  max-width: 100%
}

#cTop,
#cBottom {
  height: auto
}

#cPart1,
#cPart2,
#cPart3 {
  animation: slideOut 15s linear 1
}

#cPart1 {
  max-height: 0px;
  animation-iteration-count: infinite;
  overflow: hidden
}

#cPart2 {
  max-height: 0px;
  animation-iteration-count: infinite;
  overflow: hidden;
  animation-delay: 5s
}

#cPart3 {
  max-height: 0px;
  animation-iteration-count: infinite;
  overflow: hidden;
  animation-delay: 10s
}

@keyframes slideOut {
  0% {
    max-height: 0px
  }
  25% {
    max-height: 0px
  }
  33.33% {
    max-height: 600px
  }
  66.66% {
    max-height: 600px
  }
  75% {
    max-height: 0px
  }
  100% {
    max-height: 0px
  }
}


#dBSwitchWrap {
  width: 100%;
  height: auto;
  box-sizing: border-box
}

#dBNav {
  width: 100%;
  overflow: auto;
  margin-bottom: 16px;
  background: #f9f9f9
}

#dBNav li {
  display: inline-block;
  float: left;
  padding: 12px 24px;
  background: #f9f9f9;
  color: #666;
  font-size: 14px;
  box-sizing: border-box;
  line-height:30px;
}

#dBImg {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden
}

#dBImgInner {
  width: 300%;
  height: 100%;
  animation: dBSwitch 10s linear 1;
  animation-iteration-count: infinite
}

#dBImgInner li {
  width: 33.33%;
  height: 100%;
  float: left
}

#dBImgInner li img {
  max-width: 100%
}

#dBNav1 {
  animation: dBChangeColor 10s linear 1;
  animation-iteration-count: infinite
}

#dBNav2 {
  animation: dBChangeColor 10s linear 1;
  animation-iteration-count: infinite;
  animation-delay: 3.33s
}

.flex-workflow-slider .whyQuotes {
  font-size: 1.2em;
}

#dBNav3 {
  animation: dBChangeColor 10s linear 1;
  animation-iteration-count: infinite;
  animation-delay: 6.66s
}

@keyframes dBSwitch {
  0% {
    transform: translateX(0%)
  }
  33.33% {
    transform: translateX(0%)
  }
  38.33% {
    transform: translateX(-33.33%)
  }
  66.66% {
    transform: translateX(-33.33%)
  }
  74.66% {
    transform: translateX(-66.66%)
  }
  95% {
    transform: translateX(-66.66%)
  }
  100% {
    transform: translateX(-0%)
  }
}

@keyframes dBChangeColor {
  0% {
    color: rgb(0, 150, 136);
    border-bottom: solid 2px #666
  }
  33.33% {
    color: rgb(0, 150, 136);
    border-bottom: solid 2px #666
  }
  38.33% {
    color: #666;
    border-bottom: solid 2px #f9f9f9
  }
  100% {
    color: #666;
    border-bottom: solid 2px #f9f9f9
  }
}
.layout3-2:after {
  display: table;
  width: 100%;
  content: "";
}


.dashboard-slider,.flex-workflow-slider,.flexible-form-slider  {
  padding-left: 30px;
  padding-right: 30px;
}

.layout6 {
  width: 100%;
  position: relative;
  background: #339f8f;
  overflow: auto
}

.layout6 .largeBackgroundWrap {
  width: 50%;
  float: right;
  text-align: center
}

.layout6 .largeBackgroundWrap img {
  max-width: 100%
}

.absoluteWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left
}

.layout6Inner {
  max-width: 1100px;
  margin: 0 auto
}

.layout6Inner .copyWrap {
  width: calc(50% - 16px);
  margin: 8px;
  padding: 16px
}

.banner-width-btn div#heroCTA {
  margin-bottom: 20px;
}

.banner-width-btn div#heroCTA{
  margin-bottom: 44px;
}


.layout6-back-wrap .page-center {
  max-width: none !important;
}

.layout6-back-wrap {
/*   padding-right: 30px; */
  padding-bottom: 0px;
/*   padding-left: 30px; */
}

.layout6 h2, .layout6 h3, .layout6 li, .body-container .layout6 .copyWrap ul li:before {
  color: #fff !important;
}


.layout6 li {
  line-height: 30px;
}

.layout3-1:after {
  display: table;
  width: 100%;
  content: "";
}

.layout6 {
  margin-bottom: 20px;
}

#dBNav li:before,#dBImgInner li:before {
  display: none;
}

.shadow2 {
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.cm-flexi-layout.hs-content-id-12408712474 .layout6 .largeBackgroundWrap {
  text-align: right;
}



/*  End  */






.cm-flexi-layout .body-container{
  overflow-x:hidden;
}

/*================ End ===============*/



/*=========== Full Width Layout =========*/


.get-started-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.get-started-title h2{
  font-size: 50px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.cm-full-lay h1,.client-lay h1 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.get-started-btn-wrap a {
  border-width: 1px;
  border-color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ffffff;
  border-style: solid;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 2px;
  display: inline-block;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  text-align: center;
  background: #11a95c;
  text-transform: uppercase;
}

.get-started-btn-wrap {
  margin-bottom: 42px;
}


.cm-two-col-right-img .cm-title {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 0;
  color: #666666;
  font-size: 50px;
  margin-top: .41em;
}

.cm-two-col-right-img .cm-top-content {
  text-align: center;
}

.cm-two-col-right-img .cm-top-content h4 {
  font-size: 23px;
  margin-top: 0px;
  margin-bottom: 63px;
}

.cm-two-col-right-img .cm-content {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
}

.cm-two-col-right-img .cm-content p {
  font-size: 22px;
  padding-left: 8px;
  margin: 0 0 20px;
  line-height: 29px;
}

.cm-two-col-right-img .cm-image {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 48%;
  text-align: center;
}

.cm-two-col-right-img .cm-image img {
  max-height: 300px;
  width: auto;
  vertical-align: top;
}

.cm-two-col-right-img .cm-content-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

.cm-tw-col-content-left-icon.first {
  padding-top: 20px;
}

.cm-tw-col-content-left-icon.last {
  padding-bottom: 20px;
}

.cm-tw-col-content-left-icon .cm-left-col {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 13.3333%;
  margin-right: 4%;
}

.cm-tw-col-content-left-icon .cm-left-col .cm-img-wrap {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
  -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
  box-shadow: 2px 3px 7px rgba(0,0,0,.3);
}

.cm-tw-col-content-left-icon .cm-right-col {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 82.6666%;
}

.cm-tw-col-content-left-icon .cm-right-col h4 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cm-tw-col-content-left-icon .cm-right-col p {
  margin: 0 0 20px;
  line-height: 29px;
}

.cm-tw-col-content-left-icon .cm-left-col .cm-img-wrap {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
  -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
  box-shadow: 2px 3px 7px rgba(0,0,0,.3);
}

.cm-tw-col-content-left-icon .cm-right-col {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 82.6666%;
}

.cm-tw-col-content-left-icon .cm-right-col h4 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cm-tw-col-content-left-icon .cm-right-col p {
  margin: 0 0 20px;
  line-height: 29px;
}

.cm-full-lay .body-container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}



.self-assessment-wrap {
  margin-top: -1rem;
  margin-bottom: 10rem !important;
}

#guide-wrap {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-top: 3rem;
}

div#guide-wrap h1 {
  margin-top: 0;
}

.fleft {
  float: left
}

.fright {
  float: right
}

#guide-wrap .fleft {
  width: 50%;
  box-sizing: border-box;
  padding: 10px
}

#guide-wrap .fright {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  overflow: auto
}

#video-link-small {
  width: 350px;
  height: auto;
  box-sizing: border-box;
  border: solid 1px #D1D1D1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;   
  height: 195.75px;
}

#video-link-small img {
  min-width: 100%
}

#zForm {
  font-size: 1em
}

#zForm input {
  padding: 0.5em;
  box-sizing: border-box;
  border: solid 1px rgb(210, 210, 210);
  color: black;
  border-radius: 5px;
  margin-bottom: 10px
}

#bp-wrap ul {
  list-style-image: none!important;
  padding-left: 1em!important
}

#bp-wrap ul li{
  list-style: none;
  line-height: 30px;
}

.tier {
  width: 100%;
  overflow: auto;
  margin-top: 30px
}

.big-quote {
  text-align: center;
  box-sizing: border-box;
  padding: 0 100px;
  margin-bottom: 10rem;
}

.big-quote h2 {
  font-size: 32px!important;
  line-height: 32px!important;
  color: grey
}

.tier-left {
  width: 50%;
  padding: 10px;
  box-sizing: border-box
}

.tier-right {
  width: 50%;
  padding: 10px;
  box-sizing: border-box
}

.imgOut {
  width: 100%;
  text-align: center;
  margin-bottom: 30px
}

.imgOut img {
  max-width: 150px
}

.separator {
  width: 80%;
  height: 1px;
  background: #D1D1D1;
  margin: 30px auto
}

.mainBtn {
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  background: rgb(17, 169, 92);
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block
}

.self-assessment-wrap p {
  margin: 0 0 20px;
  line-height: 29px;
}

.tier-right.fright .imgOut img {
  border: solid 1px grey;
}





/*========== End =================*/


/*============= Client Layout ===========*/


#clientStories {
  list-style: none!important;
  padding: 0;
  margin: 0;
  overflow: auto
}

#clientStories a {
  cursor: pointer
}

#clientStories li {
  width: 33.33%;
  min-height: 250px;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  line-height:30px;
}

.cSPic {
  width: 100%;
  height: 165px;
  text-align: center;
  overflow: hidden
}

.cSPic img i {
  min-width: 100%
}

.cSCopy {
  width: 100%;
/*   min-height: 250px */
}

.cSCopy h2 {
  margin-top: 1rem;
}


#srtBtn {
  width: 100%;
  height: auto;
  list-style: none!important;
  margin: 0;
  padding: 0;
  margin-bottom: 20px
}

#srtBtn li {
  display: inline-block;
  padding: 0.2em;
  border-bottom: solid 2px black;
  cursor: pointer;
  margin-right: 16.7px;
  transition: all 0.5s ease;
  font-size: 1.2em;
  text-align: center;
  color: #666;
  line-height: 30px;
}

#srtBtn li:hover {
  color: #11A95C;
  border-bottom: solid 2px #11A95C
}

.srtBtnSelected {
  color: #11A95C!important;
  border-bottom: solid 2px #11A95C!important
}

#srtBtn li img {
  max-width: 100%;
  max-height: 50px
}
.grid-item {
  width: 20%;
  min-height: 50px;
  padding: 30px;
  box-sizing: border-box
}

.grid-item img {
  max-height: 80px;
  display: block;
  margin: 0 auto
}

.client-lay .body-container p {
  margin: 0 0 20px;
  line-height: 29px;
}

.client-success-story {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.client-tabber {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-bottom: 10rem;
}


/*=========== End ============*/


/*=========== Environmental  =======*/


.envir-banner {
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-width: 0;
  border-top-style: solid;
  border-bottom-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.envir-banner .page-center {
  max-width: none !important;
}

.envir-banner-inner {
  padding-bottom: 30px;
  margin-bottom: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.28) 77%, rgba(255, 255, 255, 0) 100%);
}

.envir-banner-inner h1 {
  text-align: center;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 90px;
}

.envir-banner-inner h2 {
  text-align: center;
  color: white;
  margin-top: 0;
}

.fonterra-brands-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fonterra-brands-text h2 {
  margin-bottom: 6px;
  text-align: center;
  margin-block-start: 0.83em;
  font-size: 50px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.fonterra-brands-text h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom:20px;
}

.fonterra-brands-text {
  margin-bottom: 50px;
}

.counter-left-column {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
  position: relative;
  float: left;
}

.fusion-imageframe {
  text-align: center;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  padding-bottom: 15px;
}

.fusion-imageframe img {
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.counter-col-wrap {
  margin-left: -7px;
  margin-right: -7px;
}

.col-counter-box {
  padding: 0 7px;
  margin-bottom: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-counter-box {
  width: 33.33333333%;
  float: left;
}

.counter-box-container {
  padding: 20px;
  border: 1px solid #e0dede;
}

.content-box-counter {
  color: #11a95c;
  font-size: 50px;
  line-height: normal;
  text-align: center;
}

.counter-box-content {
  color: #747474;
  font-size: 18px;
}


.fonterra-brands-wrap {
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 20px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fonterra-brands-text-wrap {
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.28) 77%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 9;
}

.fonterra-brands-text-wrap h2 {
  text-align: center;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 90px;
  line-height: 1.4;
  font-size: 50px;

}

.fonterra-brands-text-wrap h3 {
  text-align: center;
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

.fonterra-brands-icon-wrap {
  margin-bottom: 80px;
  margin-left: -15px;
  margin-right: -15px;
}

.fonterra-brands-icon-col-wrap {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fonterra-brands-icon-col-wrap {
  width: 16.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.fonterra-brands-icon-col {
  text-align: center;
  padding: 20px 10px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.8);
}

.heading-with-icon {
  overflow: hidden;
  margin: 0 0 15px;
  text-align: center;
}

.heading-with-icon  .icon {
  margin-bottom: 15px;
}

.heading-with-icon  .icon i {
  border-color: #009688;
  border-width: 1px;
  background-color: #009688;
  box-sizing: content-box;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  display: block;
  float: none;
  margin: 0 auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

h2.content-box-heading {
  font-size: 20px;
  line-height: 25px;
  color: #333;
}

.heading-with-icon:hover .icon i {
  background-color: #a0ce4e;
  border-color: #a0ce4e;
}

.divider-candy-arrow.bottom {
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 29px 29px 0 29px;
  border-top-color: #ffffff;
  top: 0px;
  border-top-color: #32222a;
}

.divider-candy.bottom {
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -20px;
  border-bottom: 1px solid #32222a;
  border-left: 1px solid #32222a;
}

.candy-arrow-wrap {
  border-bottom: 0px solid #32222a;
  position: relative;
  z-index:9;
}

.counter-arrow .divider-candy.bottom {
  border-bottom: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
}

.counter-arrow .divider-candy-arrow.bottom {
  border-top-color: #ffffff;
}

.envir-fullimg {
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.envir-fullimg-frame {
  text-align: center;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  padding-left: 3px;
  padding-bottom: 3px;
  max-width: 100%;
}

.envir-fullimg-frame img {
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.envir-fullimg-frame.mobile-img {
  display: none;
}

.cm-envir-layout  .get-started-wrap {
  padding-top: 60px;
}

.cm-envir-layout  .get-started-title h2 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.cm-envir-layout  .body-container {
  padding-bottom: 70px;
}

.cm-envir-layout  .get-started-btn-wrap {
  margin-bottom: 33px;
}

.candy-arrow-wrap.fonterra-brands-arrow {
  border-bottom: 0px solid #634b34;
}

.fonterra-brands-arrow .divider-candy-arrow.bottom {
  top: 20px;
  border-top-color: #634b34;
}

.fonterra-brands-arrow .divider-candy.bottom {
  bottom: -40px;
  border-bottom: 1px solid #634b34;
  border-left: 1px solid #634b34;
}

.counter-right-column {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  float: left;
}

.fonterra-brands-wrapper .page-center:after {
  width: 100%;
  content: "";
  display: table;
}

.counter-right-text-inner p {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 35px;
  padding-bottom: 0px;
  padding-top: 20px;
  margin-top: 0;
}


.count-quote {
  text-align: center;
  font-size: 29px;
  color: #666;
  line-height: 43px;
  padding-top: 0px;
  margin: 0 0 20px;
}

.count-quote-authoe{
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 25px;
  padding-top: 5px;
  margin-bottom: 6px;
  margin: 0 0 20px;
}

/*========= End ============*/



/*========= Webinars =========*/


.webinar-one-col {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  margin-top: 3rem;
}

.webinar-one-col h1 {
  margin-block-end: 0.83em;
}

.fusion-sep-clear {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  border-color: #e0dede;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-width: 0;
}

.archives-section {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.archives-title {
  margin-bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
  margin-top:20px;
}

.archives-title h2 {
  font-size: 26px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 8px 0 0;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 2px;
}

#webinarArc {
  width: 100%;
  height: auto;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom:20px;
}

#webinarArc li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  line-height:30px;
}

#webinarArc p {
  margin: 0 0 20px;
  line-height: 29px;
  font-size: 1.2em;
}

.cm-webinar-lay li.custom-last-menu {
  display: none;
}


/*========== End =============*/



/*============ Safty Guide Layout =========*/

.self-assessment-wrap h2 {
  margin-bottom: 20px;
}

#guide-wrap ul li:before {
  display: none;
}

.safty-guide-lay input.hs-input {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  padding: 0.5em;
  box-sizing: border-box;
  border: solid 1px rgb(210,210,210);
  color: black;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #fff;
  width: 250px;
  font-size: 13px;
  margin-right: 1%;
  height: 29px;
}

.safty-guide-lay .field.hs-form-field {
  margin: 0;
  font-size: 1em;
}

.safty-guide-lay .hs-button.primary {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  font-size: 12px;
  background: #11a95c;
  color: white;
  border: 0;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.safty-guide-lay .body-container .content-wrapper {
  padding-top: 6rem;
}

.safty-guide-lay  span.hs-form-required {
  display: none;
}

.safty-guide-lay .actions {
  padding: 0;
  padding-top: 15px;
  margin: 0;
}

.safty-guide-lay h2 {
  margin-bottom: 20px;
}

.safty-guide-lay ul li{
  list-style:none;
}

.safty-guide-lay h1 {
  margin-block-end: 0.83em;
}

/* Placeholder Text */
.safty-guide-lay ::-webkit-input-placeholder {
  color: #999999;;
} /* Webkit Browsers */
.safty-guide-lay :-moz-placeholder {
  color: #999999;
} /* Firefox 18- */
.safty-guide-lay ::-moz-placeholder {
  color: #999999;
} /* Firefox 19+ */
.safty-guide-lay :-ms-input-placeholder {
  color: #999999;
} /* IE10 */


.safty-guide-lay input.hs-input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}


.safty-guide-lay .body-container {
  padding-left: 30px;
  padding-right: 30px;
}


.safty-guide-lay .imgOut img {
  max-width: 250px;
  max-height: 250px;
  border: none !important;
}

.safty-guide-lay .imgOut {
  min-height: 300px;
}

.safty-guide-lay.hs-content-id-12440965968 .tier{
  margin-bottom:20px;
}

.gap-analysis {
  margin-top: 3rem;
}
.safty-guide-lay .gap-analysis input.hs-input {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 8px 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin:0;
  color: #aaa9a9;
}

.gap-analysis #video-link-small {
  width: 400px;
  height: 225px;
}

#guide-wrap p {
  line-height: 29px;
  margin: 0 0 20px;
}

.safty-guide-lay .gap-analysis  .hs-form-field {
  font-size: 12px;
  font-family: Arial;
  padding: 6px;
}

.safty-guide-lay .gap-analysis .actions {
  padding: 6px;
  padding-top: 15px;
}

.safty-guide-lay .gap-analysis .hs-button.primary {
  border-radius: 0;
}

.safty-guide-lay form .form-title {
  display: none;
}

.safty-guide-lay form .hs-form-field > label {
  display: none;
}

.demo-lay .hs-form-field > label{
  display:inline-block !important;
}
/*============ End ===============*/



/*========== Demo Layout =============*/


.demo-lay .body-container .content-wrapper {
  padding-top: 20px;
  padding-bottom:0;
}

.demo-video-container {
  width: 48%;
  margin-bottom: 60px;
  margin-right: 4%;
  height: auto;
  position: relative;
  float: left;
}

.demo-video-wrapper {
  max-width: 600px;
  max-height: 350px;
  padding-top: 58.3333%;
  width: 100%;
  position: relative;
}

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

.demo-content-col {
  margin-bottom: 20px;
  width: 47%;
  position: relative;
  float: left;
  margin-top: 5rem;
}

.demo-content-col h2 {
  font-weight: 400;
  margin-bottom: 20px;
}

.demo-content-col p {
  margin: 0 0 20px;
  line-height: 29px;
  color: #008000;
}

.demo-content-col p:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #11a95c;
  font-size: 1.8em;
  margin-right: 10px;
  content: "\f058";
}

.contact-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.concol-inner {
  padding: 20px 10px;
  border-radius: 4px;
  text-align: center;
}

.contact-title-wrap {
  margin-bottom: 15px;
}

.contact-title-wrap h2 {
  font-size: 24px;
  line-height: 29px;
  margin: 0;
}

.contact-content {
  color: #898989;
  margin-bottom: 20px;
}

.demo-lay form {
  padding-top: 15px;
}

.contact-col-wrap:after {
  display: table;
  width: 100%;
  content: "";
}

.contact-col-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.fusion-social-wrapper {
  margin: 0 -5px;
}

a.social-icon {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(16px + (2 * 8px) + 2px);
  padding: 8px;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  border: 1px solid #46494a;
  color: #fff;
  text-decoration: none;
  margin: 0 3.5px 10px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  border-radius: 20px;
}

.fusion-facebook:before {
  content: "\e604";
  color: #3b5998;
}

.fusion-linkedin:before {
  content: "\e60f";
  color: #E62117;
}

.fusion-youtube:before {
  color: #E62117;
  content: "\e622";
}

.fusion-googleplus:before {
  color: #0077B5;
  content: "\e900";
}

a.social-icon:hover {
  opacity: .8;
}

.concol-inner:hover h2 {
  color: #333;
}






.logoRotor li img{max-height:80px!important;max-width:100%}

.demo-logo-col {
  margin-bottom: 20px;
  width: 16.8%;
  float: left;
  margin-right: 4%;
}

.demo-logo-col:last-child {
  margin-right: 0;
}

.demo-logo-col-iiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-logo-imgwrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

ul.logoRotor {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 80px;
}

ul.logoRotor li{
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center; 
  line-height: 30px; 
}

.logoRotor li img {
  max-height: 80px!important;
  max-width: 100%;
}


.image-rotor1 li:nth-child(7) {
  opacity: 1;
  /* For older browsers that don't support animation */
  -webkit-animation: xfade 35s -1s infinite;
  -moz-animation: xfade 35s -1s infinite;
  animation: xfade 35s -1s infinite;
}

.image-rotor1 li:nth-child(6) {
  -webkit-animation: xfade 35s 4s infinite;
  -moz-animation: xfade 35s 4s infinite;
  animation: xfade 35s 4s infinite;
}

.image-rotor1 li:nth-child(5) {
  -webkit-animation: xfade 35s 9s infinite;
  -moz-animation: xfade 35s 9s infinite;
  animation: xfade 35s 9s infinite;
}

.image-rotor1 li:nth-child(4) {
  -webkit-animation: xfade 35s 14s infinite;
  -moz-animation: xfade 35s 14s infinite;
  animation: xfade 35s 14s infinite;
}

.image-rotor1 li:nth-child(3) {
  -webkit-animation: xfade 35s 18s infinite;
  -moz-animation: xfade 35s 18s infinite;
  animation: xfade 35s 18s infinite;
}

.image-rotor1 li:nth-child(2) {
  -webkit-animation: xfade 35s 23s infinite;
  -moz-animation: xfade 35s 23s infinite;
  animation: xfade 35s 23s infinite;
}

.image-rotor1 li:nth-child(1) {
  -webkit-animation: xfade 35s 29s infinite;
  -moz-animation: xfade 35s 29s infinite;
  animation: xfade 35s 29s infinite;
}


.image-rotor3 li:nth-child(6),.image-rotor5 li:nth-child(6) {
  opacity: 1;
  /* For older browsers that don't support animation */
  -webkit-animation: xfade 30s 2s infinite;
  -moz-animation: xfade 30s 2s infinite;
  animation: xfade 30s 2s infinite;
}

.image-rotor3 li:nth-child(5),.image-rotor5 li:nth-child(5)  {
  -webkit-animation: xfade 30s 7s infinite;
  -moz-animation: xfade 30s 7s infinite;
  animation: xfade 30s 7s infinite;
}

.image-rotor3 li:nth-child(4),.image-rotor5 li:nth-child(4) {
  -webkit-animation: xfade 30s 12s infinite;
  -moz-animation: xfade 30s 12s infinite;
  animation: xfade 30s 12s infinite;
}

.image-rotor3 li:nth-child(3),.image-rotor5 li:nth-child(3)  {
  -webkit-animation: xfade 30s 17s infinite;
  -moz-animation: xfade 30s 17s infinite;
  animation: xfade 30s 17s infinite;
}

.image-rotor3 li:nth-child(2),.image-rotor5 li:nth-child(2) {
  -webkit-animation: xfade 30s 22s infinite;
  -moz-animation: xfade 30s 22s infinite;
  animation: xfade 30s 22s infinite;
}

.image-rotor3 li:nth-child(1),.image-rotor5 li:nth-child(1) {
  -webkit-animation: xfade 30s 27s infinite;
  -moz-animation: xfade 30s 27s infinite;
  animation: xfade 30s 27s infinite;
}


.image-rotor2 li:nth-child(5),.image-rotor4 li:nth-child(5) {
  opacity: 1;
  /* For older browsers that don't support animation */
  -webkit-animation: xfade 25s 5s infinite;
  -moz-animation: xfade 25s 5s infinite;
  animation: xfade 25s 5s infinite;
}

.image-rotor2 li:nth-child(4),.image-rotor4 li:nth-child(4) {
  -webkit-animation: xfade 25s 10s infinite;
  -moz-animation: xfade 25s 10s infinite;
  animation: xfade 25s 10s infinite;
}

.image-rotor2 li:nth-child(3),.image-rotor4 li:nth-child(3) {
  -webkit-animation: xfade 25s 15s infinite;
  -moz-animation: xfade 25s 15s infinite;
  animation: xfade 25s 15s infinite;
}

.image-rotor2 li:nth-child(2),.image-rotor4 li:nth-child(2) {
  -webkit-animation: xfade 25s 20s infinite;
  -moz-animation: xfade 25s 20s infinite;
  animation: xfade 25s 20s infinite;
}

.image-rotor2 li:nth-child(1),.image-rotor4 li:nth-child(1) {
  -webkit-animation: xfade 25s 25s infinite;
  -moz-animation: xfade 25s 25s infinite;
  animation: xfade 25s 25s infinite;
}

.demo-logo-col:nth-child(1) .image-rotor li {
  -webkit-animation-duration: 24s;
  -moz-animation-duration: 24s;
  animation-duration: 24s;
}

.demo-logo-col:nth-child(2) .image-rotor li {
  -webkit-animation-duration: 25s;
  -moz-animation-duration: 25s;
  animation-duration: 25s;
}

.demo-logo-col:nth-child(3) .image-rotor li {
  -webkit-animation-duration: 24s;
  -moz-animation-duration: 24s;
  animation-duration: 24s;
}

.demo-logo-col:nth-child(4) .image-rotor li {
  -webkit-animation-duration: 24.5s;
  -moz-animation-duration: 24.5s;
  animation-duration: 24.5s;
}

.demo-logo-col:nth-child(5) .image-rotor li {
  -webkit-animation-duration: 23.5s;
  -moz-animation-duration: 23.5s;
  animation-duration: 23.5s;
}



@-webkit-keyframes xfade {
  5% {
    opacity: 1;
  }

  17% {
    opacity: 0;
  }

  20% {
    /*--100% / Number of slides--*/
    opacity: 0;
  }

  98% {
    opacity: 0;
  }
}

@-moz-keyframes xfade {
  5% {
    opacity: 1;
  }

  17% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  98% {
    opacity: 0;
  }
}

@keyframes xfade {
  5% {
    opacity: 1;
  }

  17% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  98% {
    opacity: 0;
  }
}
.demo-logo-wrap {
  padding-top: 35px;
  padding-bottom: 11px;
}

.demo-logo-wrap:after {
  display: table;
  width: 100%;
  content: "";
}


.demo-lay .section-two {
  margin-bottom: 20px;
  padding-bottom: 22px;
}

.demo-lay .hs-input {
  max-width: 100%;
  padding: 8px 10px;
}

.hs-form-field > label{
  display:inline !important;
}

.tooltip {
  position: absolute;
  z-index: 99;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

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

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

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
/*=========== End =============*/


/*=========== Contact Layout =========*/


.contact-lay .body-container .content-wrapper {
  padding-top: 100px;
  padding-bottom: 85px;
}

.contact-lay .form-title {
  color: #666666;
  font-size: 50px;
  margin-block-start: 0;
  margin-block-end: 0.83em;
  margin-top: 0;
}

.contact-lay .contact-col-wrap {
  padding-top: 110px;
}

.contact-lay form {
  padding-top: 10px;
}

.contact-lay form legend.hs-field-desc,
.demo-lay form legend.hs-field-desc{
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
  margin: 0px 0px 6px;
  line-height: normal;
}

.contact-lay .hs-input {
  width: 100%;
  max-width: 100%;
}

#map iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  margin: 2rem 0 0 0;
}

#map {
  position: relative;
  width: 100%;
  height: 300px;
}

/*============= End ============*/
#hs_cos_wrapper_widget_1566558966878 img.shadow{
  image-rendering: pixelated;
}
@media(max-width:600px){
  #hs_cos_wrapper_widget_1566558966878 img.shadow {
    image-rendering: auto;
  }
}





/*========== Home Layout ===========*/

.home-header-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-header-content-left {
  width: 58%;
  float: left;
  padding-top: 98px;
}

.home-header-content-left h1 {
  min-height: 60px;
  line-height: 60px;
  margin-bottom: 0;
}

.home-header-content-left p {
  margin: 0 0 20px;
  line-height: 29px;
  padding-left: 3px;
  font-size: 28px;
}

.home-threecol {
  border-color: #eae9e9;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.home-header-content-right {
  width: 40%;
  float: left;
}

.home-threecol h2 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 50px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin-block-start: 0.83em;
}

.home-threecol h3 {
  font-size: 26px;
  text-align: center;
  margin: 0 0 20px;
}

.hPBenefits {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top:40px;
}

.hPBenefits li {
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 0;
  line-height: 30px;
}
.hPBenefits li img {
  max-height: 250px;
  display: block;
  margin: 0 auto;
}

.hPBenefits li h3{
  margin-top: 30px;
  margin-bottom: 20px;
}

.hPBenefits li p {
  width: 100%;
  color: #747474;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 20px;
  line-height:29px;
}


.home-lay .body-container {
  padding-bottom: 30px;
}

.home-lay .get-started-wrap .page-center {
  margin-bottom: 55px !important;
}

.home-lay .get-started-btn-wrap {
  margin-bottom: 60px;
}

.home-lay .get-started-title {
  padding-top: 32px;
}

.conf-header-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.conf-header-wrap h2 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 50px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  margin-block-start: 0.83em;
}

.conf-header-wrap h3 {
  font-size: 26px;
  text-align: center;
  margin: 0 0 20px;
}

.home-confi-wrap {
  padding-top: 3px;
  padding-bottom: 3px;
}

.home-confi-wrap .page-center {
  max-width: none!important;
}


.home-confi-column {
  height: 500px;
  width: 33.3333%;
  float: left;
  position:relative;
}

.home-confi-text {
  border: 3px solid #ffffff;
  padding: 10px 10px 10px 10px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid white;
  background-color: rgba(0,0,0,0.29);
  overflow: hidden;
}
.image-text {
  text-align: left;
  position: absolute;
  padding: 2em;
  color: white;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-text-description {
  opacity: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.fusion-fa-align-left {
  display: inline;
  float: left;
  margin: 0;
}
.image-text h4 {
  font-size: 22px;
  padding-left: 3px;
  margin-bottom: 6px;
  margin-top: 3px;
  color: #ffffff;
}
.image-text p {
  padding-left: 3px;
  color: #ffffff;
  margin: 0 0 20px;
  line-height: 29px;
}

.image-text p a{
  color:#fff;
}

.home-confi-desc-inner {
  text-align: left;
  width: 100%;
  overflow: hidden;
}

.home-lay  .fontawesome-icon.circle-yes {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-color: #ffffff;
  background-color: transparent;
  font-size: 15.84px;
  line-height: 31.68px;
  height: 31.68px;
  width: 31.68px;
  margin-right: 9px;
  color: #ffffff;
}

.image-text h3 {
  font-size: 60px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 1.4;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.home-confi-wrap .page-center:after {
  display: table;
  width: 100%;
  content: "";
}

.link-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
}

.link-mask:hover {
  background-color: rgba(250,250,250, 0.16);
}

.home-confi-text:hover {
  background-image: none !important;
}
.home-confi-text:hover .image-text-description {
  opacity: 1;
}

.no-image .home-confi-text {
  background-color: #fff;
  background-blend-mode: overlay;
  border: 3px solid #ffffff;
  color: #666666;
}

.no-image .image-cover {
  background: #fff;
  color: #666666;
}

.no-image .image-text h3 {
  padding: 15px 35px 30px 40px;
  font-size: 35px;
  color: #666666;
  line-height: 1.4;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  left: 0;
}

.no-image .image-text {
  padding:0
}

.no-image .image-cover:hover {
  background-color: #30927E;
}

.no-image .image-cover:hover .image-text h3 {
  color: #fff;
}

.home-lay .candy-arrow-wrap {
  border-bottom: 1px solid #ededed;
}

.home-lay .divider-candy-arrow.bottom {
  border-top-color: #f4f4f4;
}

.home-lay .divider-candy.bottom {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

/*========= End ===============*/



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


.banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 2rem 0 0 0;
}

.banner-area h1 {
  color: white;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-weight: 300;
}

.hs-blog-listing .body-container {
  padding-top: 30px;
  padding-bottom: 40px;
}

.banner-area #heroCTA h2 {
  color: white;
  margin-bottom: 20px;
  font-weight: 300;
}

.banner-area .page-center {
  padding-bottom: 20px;
}

.shadow {
  -webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.2);  
}

.cardTriple-wrap {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 64px;
  margin-top: 64px;
}

ul.cardTriple {
  padding-bottom: 12px;
}
.cardTriple {
  width: 100%;
  min-height: 128px;
  list-style:none;
}
.cardTriple:after{
  display:table;
  width:100%;
  content:"";
}

.cardTriple li {
  width: calc(33.33% - 16px);
  margin: 8px;
  background: white;
  float: left;
}

.cardTriple a {
  display: block;
  margin-top: 8px;
}

.cardTriple .colorBar {
  width: 100%;
  height: 8px;
  background: #0e7681;
}

.card-img {
  width: 100%;
}
.card-img img {
  max-width: 100%;
  max-height: 200px;
}
.cardTriple h2 {
  text-align: center;
  margin-bottom:20px;
}

#postsResults {
  width: 100%;
  height: 100%
}

#postLists {
  width: 100%;
  height: auto;
  min-height: 300px
}

#postLists li,#postsResults .grid-item {
  width: calc(33.33% - 32px);
  border: solid 1px #D1D1D1;
  padding: 8px;
  margin: 16px;
  transition: all 0.5s ease;
  float: left;
  line-height: 30px;
  
}

#postLists li:hover {
  border: solid 1px grey
}

#postsResults .grid-item a:hover {
  text-decoration: unset;
  color: transparent;
}

.postImgWrap {
  width: 100%
}

.postImgWrap img {}

.postTitle.eP-blog-title {
  font-size: 17.5px; 
  color: #454545; 
  font-weight: bold; 
  line-height: 1.4rem; 
  padding: 1rem 0 0;
}

.postExerpt.clearfix.eP-blog br {
  display: none;
}

.postExerpt.clearfix.eP-blog p {
    line-height: 1.7rem !important;
}

.postExerpt {
  color: #747474
}

.blog #srtBtn {
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
}

.blog #srtBtn:after{
  display:table;
  width:100%;
  content:"";
}

.blog #srtBtn li {
  width: calc(25% - 16px);
  float: left;
  padding: 8px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px;
  transition: all 0.5s ease;
  font-size: 1.2em;
  text-align: center;
  background: white;
  border: solid 1px white
}

.blog #srtBtn li  a{
  color: #666666;
}

.blog #srtBtn li:hover {
  color: white ;
  background: #00a99d;
  border: solid 1px #00a99d!important
}

.blog #srtBtn li:hover a,.blog #srtBtn .srtBtnSelected a{
  color: white ;
}


.blog .srtBtnSelected {
  background: #00a99d!important;
  border: solid 1px #00a99d!important
}

#postLoading {
  width: 100px;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto
}

#postLoading img {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

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

.postExerpt p {
  margin: 0 0 20px;
  line-height: 29px;
}

.postImgWrap img {
  float: none;
  width: 450px;
  height: auto;
  max-height: unset;
  display: inline-block;
  max-width: 100%;
}
.top-topics {
  padding-left: 30px;
  padding-right: 30px;
}

.blog-pagination a {
  padding: 0 19px;
  display: inline-block;
}


/*   Blog Post    */


.post-header h1 {
  font-size: 45px;
  line-height: 55px;
  padding-bottom: 10px;
  margin: 0 0 20px;
  font-weight: 400;
  margin-top: 20px;
}

.section.post-body p {
  margin: 0 0 20px;
  line-height: 29px;
}

.hs-blog-post .body-container ul li:before {
  display: none;
}

span.filter-link-count {
  display: none;
}


.hs-blog-post ul {
  list-style-type: none!important;
  padding: 0;
  margin: 0;
}


.hs-blog-post .blog-content {
  width: calc(100% - 23% - 80px);
  float: left;
}

.hs-blog-post .blog-sidebar {
  width: 23%;
  margin: 0;
  float: right;
}

.blog-sidebar h3 {
  font-size: 13px;
  color: #333333;
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.5;
  margin-block-start: 0.53em;
  margin-block-end: 1.33em;
}

.blog-sidebar ul li {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  border-color: #e0dede;
  position: relative;
  color: #333333;
}

.blog-sidebar ul li a:before {
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.blog-sharing-box {
  margin-bottom: 0;
  margin-top: 60px;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: table;
  height: 70px;
  width: 100%;
}

.blog-sharing-box h4 {
  color: #333333;
  font-size: 13px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}

.blog-social-networks {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  position: relative;
  z-index: 1;
}

.blog-social-networks-wrapper {
  margin: 0 -10px;
}

.blog-social-icon {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 0 9px 10px 8px;
  color: #bebdbd;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
}

.blog-social-icon:hover {
  opacity: .8;
  color: #bebdbd;
}
.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-icon-reddit:before {
  content: "\e60d";
}
.fusion-icon-tumblr:before {
  content: "\e613";
}

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

.hs-blog-post .body-container {
  padding-left: 30px;
  padding-right: 30px;
}

/*   End     */


/*=========== End ============*/



/*========= Support Layout =========*/

.support-banner-wrap {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 500px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.support-lay .body-container h1, .support-lay .body-container h2 {
  font-size: 50px;
  text-align: center;
  color: #666666;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin: 0.83em 0;
}
.support-banner-wrap p {
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}
.one-column-content-with-title-wrap {
  background-color: rgba(255,255,255,0);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  text-align: center;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #333;
}
.one-column-content-with-title-wrap *:last-child {
  margin-bottom: 0;
}
.one-column-img-with-bg-wrap {
  background-color: rgba(255,255,255,0);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}
.support-buttn-wrap a,
.support-buttn-wrap a:hover{
  background: #11a95c;
  text-transform: uppercase;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#11a95c, endColorstr=#11a95c);
  transition: all .2s;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 2px;
  border-width: 20px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  display: inline-block;
}
.solving-specific-issues-group {
  background-color: #f2f2f2;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  position: relative;
  z-index: 3;
}
.solving-specific-issues-group:before{
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -19px;
  z-index: 2;
  background: #fff;
}
.solving-specific-issues-group .section-summary-wrap {
  text-align: center;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}
.solving-specific-issues-group .section-summary-wrap p {
  margin: 0;
}
.one-column-content-with-title-wrap .description * {
  margin-top: 0 !important;
}
.solving-specific-issues-group .section-summary-wrap {
  padding-bottom: 60px;
}

.support-banner-wrap {
  padding-bottom: 520px;
}
.one-column-content-with-title-wrap {
  padding-top: 61px;
}
.spacific-issue-item {
  padding-top: 20px;
}
.spacific-isue-item-bottom-wrap {
  display: none;
}
.spacific-isue-item-top-col.col-left {
  width: 13.3333%;
  margin-right: 4%;
  text-align: center;
}
.spacific-isue-item-top-col.col-right {
  width: 58.4%;
  margin-right: 4%;
  /* overflow: hidden; */
}
.spacific-isue-item-top-col {
  float: left;
  margin-bottom: 20px;
}
.spacific-isue-item-top-col h3 {
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}
.spacific-isue-item-top-col h4 {
  margin-top: 10px;
  color: #333;
  font-size: 13px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 1.33em;
}
.spacific-isue-item-top-col img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.spacific-isue-item-top-col p {
  line-height: 29px;
  margin: 0 0 20px;
}
.spacific-isue-item-top-col p span {
  display: block !important;
  cursor: pointer;
  color: #11a95c;
  float: none !important;
}
.spacific-isue-item-top-col.sep-col {
  margin-bottom: 20px;
  width: 13.3333%;
  margin-right: 4%;
}
.spacific-isue-item-bottom-col.col-left {
  width: 48%;
  margin-right: 4%;
}
.spacific-isue-item-bottom-col.col-right {
  width: 30.6666%;
}
.spacific-isue-item-bottom-col {
  float: left;
  margin-bottom: 20px;
  line-height: 29px;
}
.spacific-isue-item-bottom-col p {
  margin-top: 0;
  margin-bottom: 20px;
}
.seper-link-wrap i {
  border-color: #b4d6a0;
  background-color: #b4d6a0;
  font-size: 17.6px;
  line-height: 35.2px;
  height: 35.2px;
  width: 35.2px;
  margin-right: 10px;
  color: #ffffff;
  background-clip: inherit;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.seper-link-wrap {
  margin-bottom: 9px;
  line-height: 1.5;
}
.spacific-isue-item-bottom-col.col-right {
  padding-top: 20px;
}
.seper-link-wrap i+* {
  overflow: hidden;
}
.spacific-isue-item-top-col h3:hover,.spacific-isue-item-top-col h4:hover {
  color: #11a95c;
}
.spacific-issue-item:first-child .spacific-isue-item-bottom-wrap .spacific-isue-item-top-col.sep-col {
  width: 100%;
  height: 1px;
}
.seper-link-wrap i {
  float: left;
}
.seper-link-wrap i {
  float: left;
}

.three-col-content-wrap {
  background-color: rgba(255,255,255,0);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}

.three-col-content-col {
  float: left;
  margin-bottom: 20px;
  width: 30.6666%;
  margin-right: 4%;
}

.three-col-content-col.col-right {
  margin-right: 0;
}

.three-col-content-col .description *:last-child {
  margin-bottom: 0;
}

.three-col-content-col .description * {
  margin-top: 0;
}

.solving-specific-issues-group {
  padding-bottom: 49px;
}
.support-mod{
  padding-left:15px;
  padding-right:15px;
}
.support-mod{
  position:relative;
  z-index:3;
}

.one-col-sep-wrap {
  position: relative;
  z-index: 3;
}

.one-col-sep-wrap .sep-inner {
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  top: 1px;
}
.sep-inner.top_sep_2 {
  border-width: 29px 29px 0 29px;
  border-top-color: #f9f9f9;
}







/*======== End =============*/




/*======== Error 404 ===========*/



.error404 .body-container {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.error404 .title-heading-left h2 {
  margin-top: 0px;
  margin-bottom: 31px;
}

.error404 .col-lg-4 {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333% !important;
  margin: 0 !important;
}

.error404 .main-content {
  margin: 0 -15px !important;
}

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


.error404 .useful-links {
  width: 32.46% !important;
  padding-left: 6%;
}

.useful-links h3 {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.5;
}

.useful-links ul {
  font-size: 14px;
  line-height: 23.8px;
  margin: 10px 0 0;
}

.useful-links ul li {
  line-height: 30px;
  padding: 5.5px 0;
  margin-left: 0;
}

.error404 .body-container ul:not([class]) li:before {
  background-color: #a0ce4e;
  font-size: 14px;
  width: 23.8px;
  margin-right: 9.8px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\f105";
  color: #ffffff !important;
  display: inline-block;
  vertical-align: top;
  height: 23.8px;
  line-height: 23.8px;
}

.useful-links ul li a {
  display: inline-block;
  vertical-align: bottom;
}

.useful-links ul li:first-child {
  padding-top: 0;
}

.search-form-wrap h3 {
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 1.5;
}

.search-form-wrap p {
  line-height: 29px;
}

.search-page-search-form input.hs-search-field__input {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
  color: #aaa9a9;
  font-size: 13px;
  border-color: #d2d2d2;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 1px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 29px;
  padding-top: 0;
  background-color: #ffffff;
  padding-bottom: 0;
  max-width:100%;
}

.search-page-search-form input.hs-search-field__input:focus{
  outline:0;
}

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

.search-page-search-form input.searchsubmit:hover{
  background-color: #a0ce4e;  
}

.search-page-search-form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding-top: 4px;
}

.search-page-search-form .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

.search-page-search-form li#results-for {
  padding: 5px 10px;
}

.search-page-search-form ul.hs-search-field__suggestions li a {
  padding: 5px 10px;
  color: #000;
}

/*======== End ==========*/




/*========= Search Layout ========*/

.search-lay .search-page-search-form {
  padding-bottom: 60px;
}


.search-lay .hs-search-results2 {
  border-top: 1px solid #e6e5e6;
  padding-top: 60px;
}

.search-lay h1 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-weight: bold;
  color: #666666;
}

.search-lay .hs-search-results__listing li {
  margin: 20px;
  width: 28.333333%;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-bottom-width: 3px;
  border-color: #ebeaea;
  float: left;
  padding: 30px 25px 20px 25px;
  float:left;
}

.search-lay .hs-search-results__listing li a {
  font-family: "Source Sans Pro";
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  margin: 0 0 20px;
  color: #333333;
  display:block;
}

.search-lay .hs-search-results__listing li a:hover {
  color: #a0ce4e;
}

.search-lay .hs-search-results__listing li p {
  margin: 0 0 20px;
  line-height: 29px;
}

.search-lay .main-content {
  margin: 0 !important;
  width: calc(100% - 23% - 80px);
}

.search-lay ul#hsresults {
  margin: -20px -20px 0 -20px;
}

.search-lay .hs-search-results__listing li a:after {
  border-bottom-style: solid;
  border-top-style: solid;
  content: "";
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  width: 100%;
  border-color: #e0dede;
  display: block;
}

.search-lay .hs-search-results__pagination {
  clear: left;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 12px;
  line-height: normal;
  float: right;
  margin-top: 40px;
}

.search-lay  .hs-search-results__pagination a {
  display: inline-block;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 0;
  position: relative;
  margin-left: 4px;
}

.search-lay .hs-search-results__listing li:nth-child(3n+1) {
  clear: left;
}



/*========= End =========*/

.hs-landing-page .body-container ul {
  margin-bottom: 20px;
}

.search-lay.hs-landing-page .hs-search-results2 {
    border: 0;
    padding: 0;
}

.hs-content-id-12302114009 img[src*="logo-3%20(1).png"],
.home-lay img[src*="logo-3%20(1).png"],
.hs-content-id-12441998125 img[src*="logo-3%20(1).png"]{
   background: #444;
   padding: 20px;
}


.hs-content-id-12302114009 img[src*="logo-3.png"],
.home-lay img[src*="logo-3.png"],
.hs-content-id-12441998125 img[src*="logo-3.png"]{
   background: #444;
   padding: 20px;
}

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


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

@media(min-width:1200px){
  .footer-column {
    width: 25% !important;
  }
}

@media(min-width:992px){
  .footer-column {
    width: 25% !important;
  }
}

@media(min-width:801px){
  .footer-column {
    width: 25% !important;
  }

  /*  

  .healty-soft-lay .body-container {
  position: relative;
  margin-top: -97px;
}

  .healty-soft-lay .header-wrapper {
  position: relative;
  z-index: 999;
}

  .healty-soft-lay .header-inner-wrapper {
  background: transparent;
}

  .healty-soft-lay .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .healty-soft-lay .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
}

  .healty-soft-lay .cta-menu-link,.healty-soft-lay  .cta-menu-link:hover {
  background-color: white!important;
  color: #11A95C!important;
  border: 2px solid white!important;
}

  .healty-soft-lay .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu,
  .healty-soft-lay .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu:hover {
  color: white;
  border: 2px solid white;
}

  .healty-soft-lay.fixed .header-inner-wrapper {
  background-color: #ffffff !important;
}

  .healty-soft-lay.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #333333;
}

  .healty-soft-lay.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #005c72;
}

  .healty-soft-lay.fixed a.cta_button {
  background-color: #11A95C !important;
  color: #fff !important;
  border: 2px solid #11A95C !important;
}

  .healty-soft-lay.fixed a.cta_button:hover {
  color: #005c72 !important;
}

  .healty-soft-lay.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu {
  border: 2px solid #11A95C;
  color: #11A95C;
}

  .healty-soft-lay.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu:hover {
  color: #DD2887;
  border-color: #DD2887;
}

  .healty-soft-lay .cm-logo a img.white-logo {
  display: block !important;
}

  .healty-soft-lay .cm-logo a img.normal-logo {
  display: none;
}

  .healty-soft-lay.fixed .cm-logo a img.normal-logo {
  display: block;
}

  .healty-soft-lay.fixed .cm-logo a img.white-logo {
  display: none !important;
}

  */
  .demo-lay .cta-menu-link {
    color: #005c72 !important;
    border-color: #005c72 !important;
  }


  .demo-lay .cta-menu-link:hover {
    background-color: #29C375 !important;
    border-color: #29C375 !important;
  }
  .mob-img{
    display:none;
  }
}

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


@media screen and (max-width: 1600px) {
  #feat>li,.cm-flexi-layout #feat>li {
    width: calc(33.33% - 10px);
    margin: 5px;
    float: left;
    padding: 20px;
    margin-bottom:0;
  }
}

@media only screen and (max-width: 1350px){
  .image-text h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  #feat>li ,.cm-flexi-layout #feat>li{
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
    padding: 20px;
    margin-bottom:0;
  }
  .search-lay .hs-search-results__listing li {
    width: 27.333333%;
  }

}

@media screen and (min-width:992px){
  #postsResults .grid-item {
    min-height: 290px;
  }
}

@media(max-width:1150px) and (min-width:801px){
  .fonterra-brands-wrapper{
    padding-left:20px;
    padding-right:20px;
  }
  .fonterra-brands-icon-wrap{
    margin-left:0;
    margin-right:0;
    padding-left:10px;
    padding-right:10px;
  }

  .contact-lay .body-container .content-wrapper,.demo-lay .body-container .content-wrapper{
    padding-left:15px;
    padding-right:15px;
  }

  .demo-logo-wrap,.home-threecol{
    padding-left:10px ;
    padding-right:10px;
  }
  .hs-landing-page .body-container .content-wrapper{
    padding-left:15px;
    padding-right:15px;
  }
  .contact-content{
    word-break: break-word;
  }
  .contact-col:nth-child(3n) {
    clear: left;
  }
}

@media screen and (max-width: 1180px){
  .home-header-content-left {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .home-header-content-right {
    width: 100%;
    text-align: center;
  }

}


@media screen and (max-width: 1000px) {
  #clientStories li {
    width: 50.00%;
    min-height: 250px;
    float: left;
    padding: 10px;
    box-sizing: border-box
  }
  .grid-item {
    width: 16.66%;
    padding: 10px
  }
  .gap-analysis #video-link-small {
    width: auto;
    height: auto;
    float: none;
  }
  .search-lay .hs-search-results__listing li {
    width: 25.333333%;
  }
}

@media screen and (max-width: 900px) {
  #hero1-1 {
    width: 100%;
    height: auto;
    float: none;
  }
  #hero1-1 h1 {
    font-size: 1.5em!important;
  }
  #hero1-1 h2 {
    font-size: 1.2em!important;
  }
  #hero1-2 {
    width: 100%;
    float: none;
    height: auto;
  }
  #vMCta {
    margin: 30px 0;
    padding: 20px 50px;
    box-sizing: border-box;
    background: white;
    color: #009688;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 3px;
    position: relative;
  }
  #registers li {
    width: 33.33%;
  }
  .tier {
    padding: 30px 30px;
  }
  #feat>li,.cm-flexi-layout #feat>li {
    width: calc(100% - 10px);
    margin: 5px;
    float: left;
    padding: 20px;
    margin-bottom:0;
  }
  #popup {
    max-width: 100%;
    margin-top: 0px;
  }
  #rDLeft,
  #rDRight {
    width: 100%;
  }
  .cm-flexi-layout #benefits li {
    width: 100%;
    margin: 16px 0px 0px 0px;
    min-height: 420px;
    float: left;
  }
  .layout3-2 .imgWrap {
    float: none;
    width: 100%;
  }
  .layout3-2 .copyWrap {
    float: none;
    width: 100%;
  }
  .layout3-1 .copyWrap {
    float: none;
    width: 100%;
  }
  .layout3-1 .imgWrap {
    float: none;
    width: 100%;
  }
  .self-assessment-wrap .tier {
    padding: 0;
  }

  .self-assessment-wrap .tier.big-quote {
    padding: 0 100px;
  }
  
  .big-quote {
    margin-bottom: 6rem;
  }
  
  .hPBenefits li {
    width: 100%;
    float: left;
    text-align: center;
  }
}






@media (max-width:1140px) and (min-width:801px){
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding-right: 9px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.custom-button ,
  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li.custom-button{
    padding-right: 9px;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 12px;
  }

  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .fixed .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 11px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu,
  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a.fusion-bar-menu{
    font-size: 11px;
    padding: 0 8px;
  }

  .cta-menu-link,
  .fixed .cta-menu-link{
    font-size: 11px !important;
    padding: 0px 8px !important;
  }
  ul#techStuff:after {
    display: table;
    width: 100%;
    content: "";
  }
  #benefits{
    overflow: unset;
  }
  ul#benefits:after {
    display: table;
    width: 100%;
    content: "";
  }
  .client-tabber {
    padding-bottom: 80px;
  }

}

@media (max-width:870px) and (min-width:801px){
  .home-confi-column {
    height:600px;
  }
  .image-text h3 {
    font-size: 36px;
  }
}


@media (max-width:856px){
  .search-lay .hs-search-results__listing li {
    width: 42%;
  }
}


@media (max-width: 800px) {
  .footer-column {
    margin: 0 0 50px !important;
    width: 100%!important;
    float: none;
  }

  .footer-column.footer-col4 {
    margin: 0 !important;
  }
  .header-inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:0;
    padding-right:0;
  }

  .cm-logo {
    margin: 0;
    padding-left:30px;
  }
  #techStuff li {
    width: calc(100% - 32px);
    float: none;
  }
  .two-col-topicon {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  #bOE li{
    width: calc(100% - 32px);
    float:none;
  }
  .sso-three-col {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #t4Right {
    width: 100%;
    float: right;
  }

  h2,.fonterra-brands-text h3,.fonterra-brands-text-wrap h3,.home-threecol h3,.conf-header-wrap h3,.home-threecol h3 {
    font-size: 1.1em;
  }
  .cm-accessiblity-group{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .cm-ministry-group {
    padding-top: 32px;
    padding-bottom: 32px;
  } 

  .cm-fRight {
    width: 100%;
  }

  .cm-fLeft {
    width: 100%;
  }

  .cm-single-sign-banner,.full-width-author,.layout-double-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  
  div.cm-single-sign-banner {
    margin-top: 4rem;
  }
  
  .cm-single-sign-column-wrapper h1,h1,.fonterra-brands-text h2,.get-started-title h2,.fonterra-brands-text-wrap h2,.home-threecol h2,.conf-header-wrap h2,.image-text h3,.no-image .image-text h3 {
    font-size: 2em;
  }

  .cm-two-column-single-sign-group {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cm-SSOIntroWrap:after {
    display: table;
    width: 100%;
    content: "";
  }
  .cm-SSOIntroWrap{
    overflow: unset;  
  }

  #videoWall li:nth-child(even) {
    float: none;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    padding: 10px;
  }
  #videoWall li:nth-child(odd) {
    float: none;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    padding: 10px;
  }

  #heroQuote {
    width: 100%;
    float: none;
  }
  #heroSig {
    width: 100%;
    float: none;
  }
  #heroLogo {
    float: none;
  }
  .banner-type2,.success-story,
  .banner-with-rightimg{
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 1rem;
  }

  .success-story {
    padding-bottom: 72px;
  }

  .full-width-backgroud, .three-coltop-img, .fusion-fullwidth-tabber, .three-col-imgborder, .quote-wrapper, .logo-slider-wrap, .book-demo {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  
  div.book-demo {
    padding-bottom: 135px !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -17rem;
  }
  
  ul#feat {
    overflow: unset;
  }
  #clientStories li {
    width: 100.00%;
    min-height: 250px;
    float: left;
    padding: 10px;
    box-sizing: border-box
  }
  .grid-item {
    width: 25%;
    padding: 10px
  }
  .cm-full-lay .body-container .content-wrapper {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .cm-tw-col-content-left-icon.last {
    padding-bottom: 32px;
  }

  .get-started-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }


  .client-success-story,
  .client-tabber{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .client-lay .body-container{
    padding-bottom: 60px;
  }

  .cm-two-col-right-img .cm-content,
  .cm-two-col-right-img .cm-image,
  .cm-tw-col-content-left-icon .cm-left-col,
  .cm-tw-col-content-left-icon .cm-right-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .cm-two-col-right-img .cm-title {
    font-size: 2em;
    margin-top: .52em;
  }
  .cm-two-col-right-img,
  .cm-tw-col-content-left-icon {
    padding-left: 8px;
    padding-right: 8px;
  }

  .banner-width-btn,.stage-wrap,.get-feedback-wrap,.fullwidth-btn{
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 1rem;
  }
  
  div.fullwidth-btn {
    margin-top: 0;
    padding-bottom: 9rem;
    margin-bottom: -16rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .layout3-1 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  
  #buttonContainer {
    width: 200px;
    margin: 0 auto;
  }
  .customButton1{
    margin: 0px 0 24px 0;
  }
  .customButton2{
    margin:0 !important; 
  }
  .dashboard-slider,.flex-workflow-slider,.flexible-form-slider  {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .envir-fullimg-frame.dekstop-img {
    display: none;
  }
  .envir-fullimg-frame.mobile-img {
    display: block;
    padding-top: 6.1%;
  }
  .envir-fullimg {
    background: url(../png/webbannervert-1.png) center no-repeat !important;
  }
  .fonterra-brands-icon-col-wrap {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .fonterra-brands-icon-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .cm-envir-layout .get-started-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fonterra-brands-wrap {
    padding-bottom: 32px;
    padding-top: 32px;
    background-attachment: scroll;
  }

  .candy-arrow-wrap {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .fonterra-brands-arrow .divider-candy.bottom {
    bottom: 23px;
  }


  .counter-right-column {
    width: 100%;
  }

  .fonterra-brands-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .counter-left-column {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom:0;
  }

  .col-counter-box {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .envir-banner {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .divider-candy.bottom {
    bottom: 14px;
  }

  .divider-candy-arrow.bottom {
    top: 30px;
  }
  #zf2 {
    width: 100%;
    float: none
  }
  .fleft {
    float: none
  }
  .fright {
    float: none
  }
  #guide-wrap .fleft {
    width: 100%
  }
  #guide-wrap .fright {
    width: 100%
  }
  #video-link-small {
    width: 50%;
    box-sizing: border-box;
    border: solid 1px #D1D1D1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    float: left
  }
  #bp-wrap {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 0 10px 0 20px
  }
  .tier-left {
    width: 100%
  }
  .tier-right {
    width: 100%
  }
  .cm-full-lay.hs-content-id-12412750578 .body-container .content-wrapper {
    padding-top: 50px;
    padding-bottom: 52px;
  }
  
  .webinar-one-col {
    padding-top: 20px;
    padding-bottom: 65px;
    margin-top: 0;
  }
  #webinarArc li {
    width: 50%;
  }
  .archives-title h2 {
    font-size: 1.1em;
    margin-bottom: 0;
  }

  .archives-title {
    margin-bottom: 20px;
  }

  .archives-section {
    padding-bottom: 32px;
    margin-bottom: 6rem;
  }
  .healty-soft-lay .body-container.container-fluid {
    margin-top: -97px;
  }

  .healty-soft-lay .header-container-wrapper {
    position: relative;
    z-index: 99;
  }
  .fullwidth-video-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 7rem;
  }
  
  .healty-soft-lay .custom-menu-primary .hs-menu-wrapper > ul {
    margin-bottom: -20px !important;
  }
  
  #guide-wrap {
    padding-top: 15px;
    margin-top: 0;
  }
  
  .self-assessment-wrap {
    margin-top: 0;
    margin-bottom: 5rem !important;
  }
  
  .safty-guide-lay .body-container .content-wrapper {
    padding-bottom: 72px;
  }
  .contact-lay  .section-two,
  .demo-lay  .section-two {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }
  
.map-wrapper{
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .contact-col-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-lay .sidebar.right,.demo-lay .sidebar.right {
    width: 100%;
    margin: 0;
  }
  .contact-lay  .main-content,  .demo-lay  .main-content  {
    width: 100% !important;
  }
  .contact-lay .form-title {
    font-size: 2em;
    margin-top: 0;
  }

  .contact-lay .body-container .content-wrapper {
    padding-top: 0;
    padding-bottom: 125px;
  }
  .contact-title-wrap h2 {
    font-size: 1.1em;
  }
  .contact-col {
    width: 100%;
    margin-bottom: 5px;
  }
  .demo-video-wrapper {
    padding-top: 45.9333%;
  }
  .demo-content-col {
    width: 100%;
    float: none;
    margin-top: 3rem;
  }

  .demo-video-container {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 60px
  }

  .demo-two-colwrap {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
  }
  .demo-lay form {
    padding-top: 5px;
  }

  .demo-logo-col {
    margin-right: 0;
    width: 100%;
  }

  .demo-logo-wrap {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .demo-lay .section-two {
    margin-bottom: 80px;
  }
  .fonterra-brands-text-wrap{
    padding-left:10px;
    padding-right:10px;
  }
  .home-banner-area,.home-threecol,.home-confi-wrap,.conf-header-wrap {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .home-confi-column {
    width: 100%;
    height: 300px;
  }
  .home-lay .candy-arrow-wrap {
    padding-bottom: 18px;
    padding-top: 18px;
    margin-bottom: 20px;
  }
  .home-lay  .divider-candy.bottom {
    bottom: -23px;
  }
  .home-lay .divider-candy-arrow.bottom {
    top: 37px;
  }
  .home-lay .body-container {
    padding-bottom: 150px;
  }
  .home-lay .envir-fullimg{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .banner-area,.cardTriple-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
    margin: 1rem 15px 0 15px;
  }

  #map iframe {
    margin: 0;
  }
  
  .cardTriple li {
    width: 100%;
    float: none;
  }
  .hs-blog-post .blog-content {
    width: 100%;
    float: none;
  }
  .hs-blog-post .blog-sidebar {
    width: 100%;
    margin: 0;
    float: none;
  }
  .hs-blog-post .blog-post-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .blog-sharing-box {
    height: auto;
  }
  .hs-landing-page .body-container .content-wrapper{
    padding-left:30px;
    padding-right:30px;
  }

  .error404 .col-lg-4 {
    width: 100%!important;
    float: none;
    box-sizing: border-box;
    margin: 0 0 50px !important;
  }
  .error404 .title-heading-left h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .error404 .useful-links {
    padding-left: 5%;
  }
  .search-form-wrap h3 {
    margin-top: 0;
  }
  .search-lay .main-content {
    margin: 0 !important;
    width: 100%;
  }
  .search-lay h1{
    font-size:2em; 
    line-height: 1.5;
  }
  .envir-banner-wrap .candy-arrow-wrap {
    top: 0;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding-right: 0; 
  }


  /*  Support   */

  .desk-img{
    display:none;
  }
  .support-lay .body-container h1, .support-lay .body-container h2 {
    font-size: 2em;
  }
  .support-banner-wrap {
    padding-top: 32px;
    padding-bottom: 52px;
  }

  .support-mod {
    padding-left: 8px;
    padding-right: 8px;
  }

  .one-column-content-with-title-wrap {
    font-size: inherit;
    line-height: inherit;
  }

  .one-column-content-with-title-wrap .description {
    font-size: 23px;
    line-height: 32px;
  }
  .one-col-sep-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .one-col-sep-wrap:after {border-bottom: 1px solid #f6f6f6;content: "";display: block;width: 100%;position: absolute;height: 1px;top: 32px;left: 0;}

  .sep-inner.top_sep_2 {
    top: 32px;
  }

  .support-mod {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .support-banner-wrap.support-mod {
    padding-bottom: 52px;
  }

  .one-col-sep-wrap {
    margin-bottom: 1px;
  }

  img.mob-img {
    display: block;
    padding-top: 6.1%;
  }
  span.mob-img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    display: block;
    padding-top: 6.1%;
  }

  .one-column-img-with-bg-wrap {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .solving-specific-issues-group:before {
    display: none;
  }

  .one-column-content-with-title-wrap.support-mod.ensuringsuccess {
    padding-bottom: 97px;
  }

  .one-column-content-with-title-wrap .description {
    font-size: 23px;
    line-height: 32px;
  }

  .one-column-content-with-title-wrap {
    font-size: inherit;
    line-height: inherit;
  }

  .one-column-content-with-title-wrap.support-mod.ensuringsuccess:after {content: "";position: absolute;bottom: 32px;height: 1px;left: 0;width: 100%;height: 1px;background: #f6f6f6;}

  .solving-specific-issues-group .section-summary-wrap {
    font-size: inherit;
    line-height: inherit;
  }

  .solving-specific-issues-group .section-summary-wrap p {
    font-size: 23px;
    line-height: 32px;
  }

  .spacific-isue-item-top-col {
    float: none;
    width: 100% !important;
  }

  .spacific-isue-item-top-col.sep-col {
    height: 1px;
    padding-bottom: 0;
  }

  .spacific-issue-item {
    padding-top: 32px;
  }

  .solving-specific-issues-group .section-summary-wrap {
    padding-bottom: 32px;
  }

  .spacific-isue-item-top-col h3 {
    margin-top: 0;
    padding-top: 15px;
  }

  .spacific-isue-item-top-col p {
    margin: 0;
    padding-bottom: 20px;
  }

  .spacific-isue-item-top-col {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .spacific-issue-item {
    padding-bottom: 32px;
  }

  .spacific-isue-item-bottom-col.col-left,.spacific-isue-item-bottom-col.col-right {
    width: 100%;
  }

  .solving-specific-issues-group.support-mod {
    padding-bottom: 48px;
  }

  .three-col-content-col {
    width: 100%;
    margin-right: 0;
  }

  .three-col-content-wrap {
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 96px;
  }

  .three-col-content-wrap .description {
    font-size: 23px;
    line-height: 32px;
  }

  .three-col-content-wrap .description {
    padding-top: 1px;
  }

  .three-col-content-wrap .three-col-content-col.col-left .description {
    padding-top: 0;
  }

  .three-col-content-wrap .three-col-content-col.col-center .description {
    margin-bottom: -1px;
  }
  .sep-inner.top_sep_2 {
    top: 32px;
  }

  /*  End   */



}


/* =============== 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%;
  }
  .hs-form{
    margin-bottom:30px;
  }
  .contact-lay .hs-form,.demo-lay .hs-form,.safty-guide-lay .hs-form{
    margin-bottom:0;
  }
  #postsResults .grid-item{
    width:100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-lay .hs-search-results__listing li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-lay ul#hsresults{
    margin-left:0;
    margin-right:0;
  }

}  

@media (max-width: 600px) and (min-width:400px){
  .home-confi-column {
    width: 100%;
    height: 360px;
  } 
}



@media(max-width:640px) {
  .blog-sharing-box h4 {
    display: block;
    float: none;
    line-height: 20px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .blog-social-networks {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}


@media screen and (max-width: 600px) {
  #bp-wrap {
    width: 100%;
    float: left;
    padding: 0
  }
  #video-link-small {
    width: 100%;
    float: right;
    height: 272.813px;
  }
  .self-assessment-wrap .tier.big-quote {
    padding: 0;
  }
  .safty-guide-lay input.hs-input{
    width:100%;
  }
  .gap-analysis #video-link-small {
    width: 100%;
  }

  .contact-lay form .hs-form-field {
    width: 100% !important;
  }
  .contact-lay form  .hs-input {
    width: 100% !important;
  }
  .blog #srtBtn li{
    width:44%;
  }

}



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

@media screen and (max-width: 500px) {
  #benefits li .cardGreyBack {
    min-height: 180px
  }
  #benefits li {
    width: 100%;
    margin: 0px 0px 10px 0px;
    min-height: 420px;
    float: left
  }
  #registers li {
    width: 50%
  }
  .tier {
    padding: 30px 10px
  }
  #feat>li ,.cm-flexi-layout #feat>li{
    width: calc(100% - 10px);
    margin: 5px;
    min-height: 460px;
    float: left;
    padding: 10px;
    margin-bottom:0;
  }
  #popup {
    max-width: 100%;
    margin-top: 0px
  }
  #popContent {
    width: 100%;
    min-height: 300px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center
  }
  #popContent iframe {
    width: calc(100% - 20px);
    height: 316px
  }
  .grid-item {
    width: 33.33%;
    padding: 10px
  }
  .quote-Double .qD2 {
    width: 100%;
    float: none;
  }
  .layout-double .lD2 {
    width: 100%;
    float: none;
  }
  .layout-double .lD1 {
    width: 100%;
    float: none;
  }
  #webinarArc li {
    width: 100%;
  }
  #video-link-small {
    height: auto;
  }
  #heroRight {
    float: none;
    width: 100%;
  }
  #heroLeft {
    float: none;
    width: 100%;
  }
  .cm-flexi-layout .regBtn {
    font-size: 18px;
  }
}



@media (max-width: 479px) {
  .blog #srtBtn li {
    width: 100%;
  }
  .post-body img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    width: auto !important;
  }
  .checkbox-row {
    margin-top: 0;
    overflow: hidden;
    font-size: 12px;
  }

  .blog .replying {
    padding-left: 0em;
  } 

  .blog .grecaptcha-badge {
    width: 240px !important;
    overflow: auto;
  }

}


@media(max-width:400px){
  .cm-tier {
    padding: 92px 0px;
  }
  .cm-fLeft {
    padding: 0;
    margin: 0;
  }

  .quoteWrap {
    width: 100%;
    margin: 0px;
  }

  .qWCopy {
    font-size: 1.2em;
  }

  #bOE li {
    width: 100%;
    margin: 0;
  }

  .bOECopyWrap {
    padding: 0px;
  }

  #techStuff li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
  }

  .techFA {
    font-size: 3em;
    margin-bottom: 0;
  }

  ul#techStuff:after {
    display: table;
    width: 100%;
    content: "";
  }
  #registers li {
    width: 50%;
    padding: 20px 0px;
  }
  .commentWrap{
    width: 210px; 
  }
  .imgWrap img {
    max-width: 100% !important;
  } 
  .get-started-text {
    padding: 0 10px;
  }
  .hs-input {
    width: 100% !important;
  }
  .tier{
    overflow: unset;
  }
}

@media (max-width: 399px) and (min-width:320px){
  .home-confi-column {
    width: 100%;
    height: 470px;
  } 
  .safty-guide-lay .imgOut img{
    width:100%;
  }
  .error-message h1 {
    font-size: 153px;
  }
}

@media(max-width:325px){
  .mobile-trigger{
    top: -35px;
    right: 13px;
  }
  .child-trigger{
    padding-right: 11px;
  }
  
}

/* bottom 2 buttons*/

  #buttonContainer2 {
    width: 200px;
    margin: 0 auto;
  }