@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


/* @import url('http://example.com/example_style.css'); */




/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/




body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  background: #fff ;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  margin:0 auto;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1270px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}



h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color:#253F4D;
}

.zero-margin h1,
.zero-margin h2,
.zero-margin h3,
.zero-margin h4,
.zero-margin h5,
.zero-margin h6,
.zero-margin p,
.zero-margin a{
  margin-bottom:0;
}

.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}



blockquote{
  margin: 0;
  font-size: 24px;
  line-height:32px;
  letter-spacing:0px;
  font-weight:300;

}

a{
  margin-bottom:0;
  cursor:pointer;
}

p a{
  margin-bottom:0;
  cursor:pointer;
  color:#eb7311;
}

p a:hover{
  text-decoration:underline;
  color:#eb7311 !important;
}


h1{
  font-size: 52px;
  font-weight:600;
  letter-spacing: 0px;
  line-height:64px;
}

h2{
  font-size: 36px;
  font-weight:bold;
  line-height:49px;
  letter-spacing:0px; 
}

h3{
  font-size:24px;
  font-weight: 600;
  line-height:33px;
  letter-spacing:0px;
}

h4{
  font-size: 20px;
  font-weight: bold;
  line-height:28px;
  letter-spacing:0px;
}

h5{
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing:0px;
}

h6{
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing:0px;
  text-transform:uppercase;
}

p,
.body-container-wrapper li{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;

}

p.small-p{
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

p.big-p{
  font-size:18px;
  line-height:28px;
  letter-spacing:0;
  font-weight:normal;
  color:#253F4D;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  position:relative;
  margin-left:10px;
  margin-bottom:8px;
}

.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style li ul{
  margin:0;
  padding:0;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}

.body-container-wrapper ul li a{
  font-size:18px;
  line-height:26px;
} 



body a.cta_button[title],
body a.cta_button,
body .container-fluid .row-fluid .hs-button{
  background: #EB7311;	
  color:#FFFFFF;
  box-shadow: 0px 6px 6px #0000003D;
  border-radius: 24px;
  opacity: 1;
  transition: all .2s ease-in;
  font-size: 16px;
  line-height:20px;
  font-weight:bold;
  letter-spacing: 0.8px;
  opacity: 1;
  padding: 13px 35.5px;
  transition:all ease-in-out .2s;
}





body a.cta_button[title]:hover,
body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  background:#26404D;
  box-shadow:none;
  transition:all ease-in-out .2s;




}

body .transparent-cta a.cta_button{
  background:transparent;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  box-shadow:none;
  color: #EE7411;	
  font-family:'Open Sans', sans-serif;
  border: 2px solid #EE7411;
  border-radius: 24px;
  opacity: 1;
  transition:all ease-in-out .2s;
}


body .transparent-cta a.cta_button:hover{
  background: #26404D;	
  color:#FFFFFF;
  border: 2px solid #26404D;
  border-radius: 24px;
  opacity: 1;
  transition: all .2s ease-in;
  text-align: center;
  transition:all ease-in-out .2s;
}




.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:;
  z-index: -1;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a,
.all-text-white .simple-cta a.cta_button,
.all-text-white.simple-cta a.cta_button{ 
  color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
  margin:0;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-bg-mobile{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg-mobile .mobile-image{
  display:none!important;
}

.img-cont img{
  display: block;
  margin: 0 auto;
}



@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     

}


/*========================================================
Typography Responsive Styling
========================================================*/


@media(max-width:1440px){

  .row-fluid [class*="span"].wrapper{
    padding-left:55px;
    padding-right:55px;
  }

}



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

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }



  .border-left h2{
    padding-left:20px;
  }

  .border-left h2:after{
    left:0;
  }

  .bold-p p{
    font-size:17px;
  }

  h1 {
    font-size: 42px;
    line-height:52px;
  }

  h2 {
    font-size: 30px;
    line-height:38.54px;
  }

  h3 {
    font-size: 20px;
    line-height:32.4px;
  }

  h4{
    font-size: 21px;
    line-height:26px;
  }


  h6{
    font-size:12px;
  }

  body a.cta_button,
  body .container-fluid .row-fluid .hs-button{    
    padding:14px 25px;
    font-size:14px;
  }


}




@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  .border-left h2{
    padding-left:20px;
  }

  .border-left h2:after{
    left:0;
  }

  h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }

  h2 {
    font-size: 36px;
    line-height:49px;
    letter-spacing:-0.1px;
  }


  h3 {
    font-size: 20px;
    line-height:32px;
    letter-spacing:-0.1px;
  }

  h4{
    font-size: 20px;
    line-height:28px; 
  }

  h5{
    font-size: 14px;
    line-height: 21px;
    letter-spacing:1px;
  }

  h6{
    font-size:11px;
  }


  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body a.cta_button[title], body a.cta_button,
  body .container-fluid .row-fluid .hs-button{
    font-size:16px;
    line-height:28px;
    letter-spacing:0.8px;
  }

  p,
  .body-container-wrapper li{
    font-size:16px;
    line-height:23px;
  }

  .change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }


  blockquote{
    margin: 0;
    font-size: 24px;
    line-height:32px;
  }

}




/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -4.5%;
}


body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  float: left;
  margin-right: 4%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
}

@media (max-width: 767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 35px auto 0;
    float: none;
  }

  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

}




/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }   
}










/*==================================================
Six Col Adjust 
==================================================*/

body .container-fluid .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -6.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 13.5%;
  -webkit-flex-basis: 13.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

  body .container-fluid .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}




/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}




/*==================================================
Five Col Adjust 
==================================================*/

body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}





/*=========================================================
FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  color:#a3a3a3;
}

:-moz-placeholder {
  color:#a3a3a3;
}

::-moz-placeholder {  
  color:#a3a3a3;
}

:-ms-input-placeholder {  
  color:#a3a3a3;
}

select::-ms-expand {
  display: none;
}



.row-fluid form li{
  margin:0;
}

textarea{
  overflow:hidden;
  resize:none;
}

.row-fluid  form li:before{
  display:none;
}

.submitted-message{
  text-align:center;
}

body .row-fluid  form input,
body .row-fluid  form select,
body .row-fluid  form textarea{
  height: 56px;
  color: #202F3F;
  font-size: 16px;
  background:#fff;
  line-height: 40px;
  letter-spacing: 0px;
  padding: 0;
  margin-bottom: 25px;
  border-radius: 3px;
  padding: 12px 10px 5px 10px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:2px;
  border:1px solid #D3D3D3;
  font-family: 'Open Sans', sans-serif;
}

.row-fluid  form textarea{
  height:160px; 
  resize:none;
}

.row-fluid  form select{
  color: #989898;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #94C93D;
}

.row-fluid form input::placeholder{
  font-size:14px;
  line-height:26px;
  letter-spacing:0;
  font-weight:normal;
}

.row-fluid form input:-ms-input-placeholder,
.row-fluid form textarea:-ms-input-placeholder{
  font-size:14px;
  line-height:26px;
  letter-spacing:0;
  font-weight:normal;
  color:#a3a3a3;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: normal;
  letter-spacing:0;
  font-weight: normal;
  display: block;
  margin-bottom: 2px;
  margin-top: 3px;
  color: #959595;
  font-family: 'Open Sans', sans-serif;
}

.row-fluid form .hs-button{
  color:#fff!important;
}

.row-fluid form .hs_submit .actions{
  text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 30px;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:inline-block;
  color:#959595;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}


.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url('https://6081605.fs1.hubspotusercontent-na1.net/hubfs/6081605/Assets%20December%202019/arrow-down-filled-triangle.svg') no-repeat!important;
  background-position: center right!important;
  -webkit-appearance: none!important;
  background-size:12px!important;

}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  /*background: #fff;*/
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid ;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  /*background: ;*/
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}



@media (max-width:480px){

  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%!important;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}



/*********************************** TYPOGRAPHY SECTION END ***************************************************/




/********************** Header Section Styling Start ********************/


body .row-fluid .desktop-header .menu-container .hs-menu-children-wrapper{
  display:none!important;
}

body .row-fluid .desktop-header .menu-container ul li:last-child .hs-menu-children-wrapper{
  display:block!important;
}

body .row-fluid .desktop-header.new-header .menu-container ul li:last-child .hs-menu-children-wrapper{
   display:none!important;
}

body .row-fluid .desktop-header .menu-container .mega-menu-popout-container-inner{
  display:block!important;
}

.header-container-wrapper .pth-header .child-grp:before{
  position: absolute;
  left: -180px;
  right: -7%;
  top: -11px;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin: 0 auto;
  border: 1px solid #243F4D33;
  border-bottom: none;
  border-right: none;
}

.header-container-wrapper .pth-header .child-grp.for-1-child:before{
   left:-580px;
}

.show-promo .header-container-wrapper .pth-header .child-grp{top:160px}
.header-container-wrapper .pth-header .view-resources{
   text-align:center;
}

.header-container-wrapper .pth-header .view-resources a.cta_button{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18px;
  line-height: 27px;
  text-align: center;
  color: #253F4D;
  background:transparent;
  padding:0;
  box-shadow:none;
  padding-bottom:4px;
  display:block;
  transition: all ease-in-out .2s;
}

.header-container-wrapper .pth-header .view-resources a.cta_button:hover{
   color:#ee7411;
   transition: all ease-in-out .2s;
}

.header-container-wrapper .pth-header .child-grp.for-3-child:before{
  left: 0;
  right: 7%;
}

.header-container-wrapper .pth-header .child-grp.for-4-child:before{
  left: 0;
  right: -31%;
}

.header-section.sticky,
.landing-header.sticky{

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;


}

.header-section{
  box-shadow: 0px 3px 6px #00000029;
  position:relative;
  background:#fff;
}


body .row-fluid .pth-header .wrapper{
  max-width:1470px;
}

.pth-header .column-1 .logo img{
  max-width:211px!important;
}

.pth-header .column-2 ul li a{
  font-size:16px;
  font-weight:bold;
  line-height:22px;
  letter-spacing:0;
  padding: 22px 20px 27px;
}

.pth-header .column-2 .menu-container{
  position:relative;
  top:5px;
}

.pth-header .column-2{
  text-align:right;
  width: 51.717949%;
  padding-top:6px;
}

.pth-header .column-3{
  margin-left:0;
  width: 41.623932%;
}

.pth-header .column-2 {
  width: 49.717949%;
}


.pth-header .column-3 .cta-1{
  margin-left:0;
}

.pth-header .column-3 .cta-1 a.cta_button{
  font-size:14px;
  letter-spacing:0.7px;
  line-height:20px;
  font-weight:bold;
  padding: 8.5px 15px;
  box-shadow:none;
}

.pth-header .column-3 .cta-2 a.cta_button{
  font-size:14px;
  letter-spacing:0.7px;
  line-height:20px;
  font-weight:bold;
  padding: 6.5px 14px;
  background:transparent;
  border:2px solid #EB7311;
  color:#EB7311;
  box-shadow:none;
  display: inline-block;
}

.pth-header .column-3 .cta-2 a.cta_button:hover{
  background:#26404D;
  border:2px solid #26404D;
  color:#fff;
}



.pth-header .column-3{
  float:right;
  text-align:right;
}

.pth-header .column-3 h5{
  margin-bottom:0;
}

body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper{
  background:#fff;
  text-align:left;
  width:200px;
  padding:20px 0 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 13px #00000043;
  border: 1px solid #243F4D33;
  border-radius:4px;
  top:56px;
  z-index:24!important;
}

body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper:before{
  position: absolute;
  left: 34px;
  right: 0;
  top: -11px;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border: 1px solid #243F4D33;
  border-bottom: none;
  border-right: none;

}

.pth-header .menu-container .hs-menu-children-wrapper li a{
  padding:10px 20px;
}

.blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) {
  padding: 0 0 0 11px;
}

.blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a{
  padding: 21px 11px 20px 20px;
}

.blog-header .pth-header .column-3{
  position: relative;
  right: -10.5%;
}

.blog-header .pth-header .column-2{
  position: relative;
  right: -12%;
}

@media(max-width:1460px){



  .pth-header .column-2{
    width: 51%;
    margin-left: 0;
  }

  .pth-header .column-3{
    width: 45%;
  }

  .pth-header .column-3 .cta-1 a.cta_button,
  .pth-header .column-3 .cta-2 a.cta_button{
    padding: 8.5px 8px;
    font-size: 13px;
  }

  body .row-fluid .pth-header .column-3 .spna2{
    width:10%;
  }


}


@media(max-width:1210px){


  .pth-header .column-2 ul li a{
    padding: 22px 15px;
    font-size: 14px;
  }

  .pth-header .column-3 {
    width: 43%;
  }

  .blog-header .pth-header .column-3 {
    width: 49%;
  }

  body .row-fluid .pth-header .column-3 .spna2{
    width:10%;
  }

  .pth-header .column-2 {
    width: 41%;
  }

  .blog-header .pth-header .column-2{
    width:40%;
    right: -15%;
  }

  .blog-header .pth-header .column-3 {
    position: relative;
    right: -14.5%;
  }

  .pth-header .column-1 .logo img {
    max-width: 171px !important;
  }


  body.blog-header.hs-blog-lisiting .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, 
  body.blog-header.hs-blog-post .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 20px 15px;
  }



}



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

  .mobile-menu .logo{
    position:relative;
    z-index:2;
  }


  body .row-fluid .desktop-header .menu-container .hs-menu-children-wrapper{
    display:block!important;
  }


  body .row-fluid .desktop-header .menu-container .mega-menu-popout-container-inner{
    display:none!important;
  }

  .blog-header .header-container-wrapper .custom-menu-primary .hs-menu-wrapper{
/*     top:36px; */
    top:51px;
  }

  .pth-header .column-2,
  .blog-header .pth-header .column-2{
    position: absolute;
    left: 0;
    right: 0px;
    width: 100%;
    margin: 0px;

  }


  .blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) {
    padding: 0 0 0 11px;
  }



  body.blog-header.hs-blog-lisiting .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  body.blog-header.hs-blog-post .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 4px 0;
  }


  .blog-header .pth-header .column-2 .cta-1 {
    margin-left: 5px;
    width: 100%;
    margin-top: 0px;

  }


  .blog-header .pth-header .column-2 .cta-2 {
    position: relative;
    width: 100%;
    margin: 40px 26px 40px 20px;
  }

  .pth-header .column-3 .span3{
    width:auto;  
  }  



  .header-section{
    padding: 20px 0 20px!important;  
  }  

  body .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    width: 100%;
    white-space: inherit;
    max-width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    float:left;
  }

  body .row-fluid .custom-menu-primary .hs-menu-wrapper>ul li a{
    pointer-events:none;
    color:#253F4D;
  }

  body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: rgba(134,142,151,0.07);
  }

  body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 7px 10px 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.47px;
    line-height: 20px;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper{
    width:100%;
  }

  .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 a{
    cursor:pointer;
    font-weight:bold;
    font-size:16px;
    padding:0px 20px;
    color:#253F4D;
  }

  .pth-header .column-2 .cta-1{
    margin-left: 5px;
    width: 100%;
    margin-top: 30px;

  }

  .blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a{
    padding: 0 10px;
  }


  .pth-header  .cta-1 a.cta_button{
    padding: 11px 33px;
    width: auto;
    box-sizing: border-box !important;
    text-align: center;

  }

  .pth-header  .cta-2 a.cta_button{
    background:transparent;
    text-align:left;
    color:#EB7312;
    box-shadow:none;
    border-radius:none;
    padding: 13px 0 13px 0px;
    width: auto;
    box-sizing: border-box!important;
  }

  .pth-header  .cta-2{
    position:relative;
    width:100%;
    margin:40px 26px 56px 25px;

  }

  .pth-header  .cta-2:after{
    position:absolute;
    content:'';
    width:95%;
    background:#D3D8DB;
    height:1px;
    left:0;
    right:auto;
    top: -22px;
    margin:0 auto;
  }

  .pth-header .custom-menu-primary .hs-menu-wrapper>ul li a{
    padding: 0px 20px;
  }

  .pth-header .column-2 ul li.hs-menu-depth-1:last-child .hs-menu-children-wrapper li a {
    padding: 0 13px;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper a{
    pointer-events:auto;
  }

  .blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) {
    padding: 0 0 0 20px;
  }

  .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) {
    padding: 0 0 0 20px!important;
  }

  .blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a{
    padding: 0 4px;
  }

  .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a{
    padding:0!important;

  }

  .pth-header .column-2 .cta-2 {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    margin-left:20px;
  }
}



@media(max-width:767px){

  .mobile-menu .logo{
    position:relative;
    z-index:2;
  }

  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 25px;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper a{
    pointer-events:auto;
  }

  .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 a{
    font-weight:bold;
    font-size:16px;
    padding:0px 25px;
    color:#253F4D;
  }

  .pth-header .column-1{  
    width:auto;
    float: left;  
  }

  .pth-header .column-2,
  .blog-header .pth-header .column-2{
    width: 100%;
    position: relative;
    right:0;

  }


  .blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) {
    padding: 0 0 0 25px;
  }


  .blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a{
    padding: 0 4px;
  }

  .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a{
    padding:0!important;

  }

  body.blog-header.hs-blog-lisiting .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  body.blog-header.hs-blog-post .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 20px 0;
  }

  .mobile-trigger {
    top: -1px!important;
    right: 0%!important;
  }  
  .pth-header .column-3 {
    width: auto;
    float: right;
    top: 20px;
    position: relative;
    display:none;
  }

  .pth-header .column-3 .span3{
    margin-right:10px;
  }
  .pth-header .column-3 .span3,
  .pth-header .column-3 .span2{
    width: auto;
    float: left;  
  }

  .pth-header  .cta-1{
    margin-top:20px;
  }

  .pth-header  .cta-1.hello{
    margin-top:140px;
  }

  .pth-header  .cta-1 a.cta_button{
    padding: 11px 77px;
    width: auto;
    box-sizing: border-box!important;
    text-align: center;
    margin: 0 16px 0;
  }

  .pth-header .cta-2 a.cta_button{
    background:transparent;
    text-align:left;
    color:#EB7312;
    box-shadow:none;
    border-radius:none;
    padding: 13px 0 13px 25px;
    width: auto;
    box-sizing: border-box!important;
  }

  .pth-header  .cta-2{
    position:relative;
  }

  .pth-header  .cta-2:after{
    position:absolute;
    content:'';
    width:90%;
    background:#D3D8DB;
    height:1px;
    left:0;
    right:0;
    top: -6px;
    margin:0 auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    float:left;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper{
    width:100%;
  }
}




/*========Mega Menu Styling===========*/


.mega-menu-popout-container .child-grp.for-2-child,
.mega-menu-popout-container .child-grp.for-4-child{
  display:none!important;
}

.new-header .mega-menu-popout-container .child-grp.for-4-child{
   display:block!important;
}

.mega-menu-popout-container .child-grp.for-3-child,
.mega-menu-popout-container .child-grp.for-4-child{
  max-width:675px!important;
}

.mega-menu-popout-container .child-grp.for-3-child .row-1,
.mega-menu-popout-container .child-grp.for-4-child .row-1{
  border-bottom: 1px solid rgba(40,72,89,0.20);
  margin-bottom: 20px;
  padding-bottom: 10px;
}


.pth-header .mega-menu-popout-container .child-grp.for-1-child .row-1,
.pth-header .mega-menu-popout-container .child-grp.for-1-child .row-2, 
.pth-header .mega-menu-popout-container .child-grp.for-1-child .row-3{
  border-bottom: 1px solid rgba(40,72,89,0.20);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

body .container-fluid .row-fluid .mega-menu-popout-container{
  min-height:0;
}

body .row-fluid .mega-menu-popout{
  display: none;
}

.header-container-wrapper .pth-header .child-grp {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  position:fixed;
  box-shadow: 0px 9px 13px #00000043;
  border: 1px solid #243F4D33;
  z-index: 11;
  background: #fff;
  max-width: 1003px;
  right: 0;
  margin: 0 auto!important;
  top: 80px;
  padding: 15px 30px;
  left:0;
  right:0;
  border-radius:5px;
}


.header-container-wrapper .pth-header .child-grp h5 a:hover{
  color:#EE7411;
}

.header-container-wrapper .menu-group.pth-header{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  top:0;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

body .container-fluid .row-fluid .mega-menu-popout-container{
  background: #fff;
}

.header-container-wrapper .pth-header .mega-menu-popout.visible .child-grp {
  display: block;
  visibility: visible;
  opacity: 1;
}

.mega-menu-popout-container .mega-menu-popout-container-inner{
  padding: 50px 0px;
}


.mega-menu-popout-container-inner .col-one,
.mega-menu-popout-container-inner .col-two,
.mega-menu-popout-container-inner .col-three{
  padding: 20px;
}


.pth-header .mega-menu-popout-container h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}

.mega-menu-popout-container-inner p{
  color: #253F4D;
  font-size: 14px;
  line-height:20px;
  font-weight: 400;
  margin-bottom: 20px;
}


.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
  position: absolute;
  content: '';
  top: -30px;
  left: 0;
  height: 40px;
  background: #ff000000;
  right: 0;
}
.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.activated a:after{
  top: 20px;
  right: 5px;
  transform: rotate(180deg);
}


.pth-header .column-2 ul li.hs-menu-depth-1{
  padding: 0 9px;
}

.pth-header .column-2 ul li.hs-menu-depth-1 a{
  transition:all ease-in-out .2s;
  position:relative;
}


.pth-header .column-2 ul li.hs-menu-depth-1 a:hover{
  transition:all ease-in-out .2s;
  color:#EE7411;
}

.pth-header .column-2 ul li.hs-menu-depth-1 a:after{
  border: 0px;
  text-align: center;
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Grey%20Arrow%20%282%29.svg) no-repeat;
  background-size: contain;
  background-position: 46%;
  height: 6px !important;
  margin: 0 auto;
  top: 30px;
  position: absolute;
  content: '';
  right: 0px;
  width: 12px;
  transition:all ease-in-out .2s;
}

/* .pth-header .column-2 ul li.hs-menu-depth-1 a:before{
position: absolute;
left: 0px;
right: 0;
top: 45px;
content: '';
background: #fff;
width: 20px;
height: 20px;
transform: rotate(45deg);
margin: 0 auto;
border: 1px solid #243F4D33;
border-bottom: 0;
border-right: 0;
z-index: 46;
opacity: 0;
transition-property: opacity;
transition-delay: .5s;
}

.pth-header .column-2 ul li.hs-menu-depth-2 a:before{
display:none;
}

.pth-header .column-2 ul li.hs-menu-depth-1.nth-child(2) a:before{
display:none;
}

.pth-header .column-2 ul li.hs-menu-depth-1 a:hover:before{
opacity:1;
} */


.pth-header .column-2 ul li.hs-menu-depth-1 a:hover:after{
  border: 0px;
  text-align: center;
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20arrow.svg) no-repeat;
  background-size: contain;
  background-position: 46%;
  height: 6px !important;
  margin: 0 auto;
  top: 30px;
  position: absolute;
  content: '';
  right: 0px;
  width: 12px;
  transition:all ease-in-out .2s;
}


.pth-header .column-2 ul li.hs-menu-depth-2 a:after{
  display:none;
}

.pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a:after{
  display:none;
}
.pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) {
  padding: 0 0 0 29px;
}


.pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a {
  padding: 22px 0px 27px;
}


@media(max-width: 1500px){

  .pth-header .column-1 .logo img {
    max-width: 180px !important;
}
  .pth-header .column-2 ul li a{padding: 22px 15px 27px;}
  .header-container-wrapper .pth-header .child-grp{
    max-width: 74%;
  }

}


@media(max-width:1280px){

}

@media(max-width: 1200px) and (min-width: 1025px){

  .blog-header .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2),
  .blog-header .pth-header .column-2 ul li.hs-menu-depth-1{
    padding: 0;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
    font-size: 11px;
  }

  .header-container-wrapper .pth-header .child-grp{
    top: 65px;
  }


}






@media (max-width:1024px){


  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover a:after{
    top: 15px;
    right: 5px;
    transform: rotate(180deg);
  }
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover>a {
    //color: #4a90e2;
  }
}


@media(max-width: 1024px){

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2{
    display: inline-block;
    width: 100%;
    //  margin: 0px 10px 10px; /* Fixed it - Margin too much and causing tablet view to crash */
  }
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
    width: auto;      /* Fixed it -  it was a fixed width being 306px too much and causing tablet view to crash */
  }
  .section-header-menu .section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper{
    left:-100px;

  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children> a:after{
    display: none;
  } 

  body .row-fluid .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    width: 100%;
    background: rgba(234,238,238,0.52);
    margin-bottom: 20px;
  }


  /*=====New Style=======*/

  .ds-header .cmpy-logo img{
    max-width: 150px;
  }

  .header-container-wrapper .pth-header .child-grp{
    max-width: 100%;
  }



  /*=========Mega Menu==========*/


  .mega-menu-popout-container .mega-menu-popout-container-inner p{
    font-size: 12px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner h5{
    font-size: 14px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner ul li p{
    font-size: 12px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li:first-child i{
    font-size: 20px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li{
    padding-left: 30px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li i{
    top: 23px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li:first-child i{
    top: 5px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-one a{
    font-size: 9px;
  }



  .ds-header{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
    padding-bottom: 20px;
  }

  .ds-header .menu-items.main-nav{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px;
  }

  .header-container-wrapper .pth-header .child-grp{
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0px;
    padding: 0px;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1>a{
    pointer-events: none;
  }

  body .row-fluid .mega-menu-popout-container-inner ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #d9f0f4;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 h5 a{
    color: #6d6e71;
    padding: 0px;
    text-align: left;
    letter-spacing: 0px;
    /* float: left; */
    display: block;
    text-indent: 0px;
  }

  body .row-fluid .mega-menu-popout-container-inner p{
    /*     line-height: 1.5;
    font-size: 14px; */
    display:none;
  }

  body .row-fluid .mega-menu-popout-container-inner .col-three ul li {
    border-color: rgba(122,122,122,0.23);
    position: relative;
    padding-left: 50px;
  }

  .mega-menu-popout-container-inner .col-three ul li i{
    left: -50px;
  }  

  body .row-fluid .mega-menu-popout-container-inner ul li:last-child{
    border: 0px;
  }

  body .row-fluid .mega-menu-popout-container-inner ul li:first-child{
    padding-top: 0px;
  }

  .mega-menu-popout-container-inner .col-one, 
  .mega-menu-popout-container-inner .col-two,
  .mega-menu-popout-container-inner .col-three{
    margin-bottom: 20px;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown> a:after{
    display: none;
  }

  /* .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-last-child(2) .child-trigger,*/
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child .child-trigger{
    display: none!important;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a{
    text-align: center;
  }


  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
    padding: 15px 15px 15px 0px;
  }  

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown{
    padding-right: 0px;
  }

  .child-grp.mega-menu-popout-container-inner .col-one a{
    text-align: center;
    color: #fff!important;
  }


  body .row-fluid .mega-menu-popout-container-inner .col-three ul li i{
    top: 7px;
  }

  .mega-menu-popout-container .child-grp.for-2-child,
  .mega-menu-popout-container .child-grp.for-4-child{
    display:none!important;
  }

}














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

  body .body-container-wrapper {
    //margin-top: 180px;
  }

  body .row-fluid .main-navigation {
    padding: 15px 0px 3px;
  }
  body .row-fluid .main-navigation .span2.widget-span.widget-type-cell.cmpy-logo{

  } 

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1> a:after{
    top: 10px;
    right: 0; 	
  } 

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover a:after {
    top: 15px;
    right: -6px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size:10px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a,
  .main-navigation .patient-blog p,
  .main-navigation .patient-blog h5,
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size:11px;
  }


  body .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children.activated > ul.hs-menu-children-wrapper,
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper{
    top: 48px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children.activated:last-child > ul.hs-menu-children-wrapper{
    left: -120px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a{
    padding: 6px 11px;  
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
    padding-right:12px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
    padding-right:8px;
  }

  .pth-header .menu-container ul li a{
    color:#253F4D!important;
  }

  .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2){
    padding: 0 0 0 12px;
  }

  .span12.widget-span.widget-type-cell.child-grp.for-1-child.mega-menu-popout-container-inner.hs-menu-children-wrapper .equal-height-container .row-fluid,
  .span12.widget-span.widget-type-cell.child-grp.for-3-child.mega-menu-popout-container-inner.hs-menu-children-wrapper .equal-height-container .row-fluid{
    display: flex;
    flex-direction: column;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper .span4,
  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper .span6{
    margin-left:0;
  }



}


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

  body .header-container-wrapper.scroll-header .section-header-menu .section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    font-size: 13px;
  }

  body .header-container-wrapper.scroll-header .section-header-menu .head-text{
    top: 20px;
  }

  body .header-container-wrapper.scroll-header .section-header-menu .head-text h4{
    font-size: 13px;
  }
}



@media(max-width: 767px){

  .ds-header .menu-items.main-nav{
    top: 20px;
  }

  .header-container-wrapper .menu-group.pth-header{
    top: 0px;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown{
    padding-right: 0px;
  }

  .pth-header .menu-container ul li a{
    color:#253F4D!important;
  }

  .span12.widget-span.widget-type-cell.child-grp.for-2-child.mega-menu-popout-container-inner.hs-menu-children-wrapper {
    display: none!important;
  }

  .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2){
    padding: 0 0 0 25px;
  }

}

















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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

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

/* 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:1025px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 1024px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this 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;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -10px;
  }
  .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: #000000; /* 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: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: -2px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .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:#ffffff; /* Icon color */
    display: block;


  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
/*     position: relative;
    padding-top: 30px; 
    margin: 10px 0 10px 0; */
  }

  /* 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;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    //border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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


@media(max-width:1024px){

  .header-section{
    padding:20px 0px 10px;
  }

  /*   .header-container-wrapper .header-section{
  position:relative;
}     */

  .header-section .top-header{
    display: none;
  }  

  .custom-menu-primary .hs-menu-wrapper{
    display:none;
  }

  body .row-fluid .header-section .cmpy-logo{
    position: relative;
    max-width: 200px;
    float: left;
    width: 100%;
    //margin-top:15px;
    top:1px;
  } 

  .header-container-wrapper .row-fluid .header-section .main-nav {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    padding-top: 0px;
    top: 0;
    margin: 0px;
  }


  /*=====Mobile Trigger Styling=====*/

  body .row-fluid .mobile-trigger {
    border: 0;
/*     top: -12px; */
    top: 10px;
    right: 20px;
    background: transparent;
    z-index: 1;
    border: none;
    border-radius: 0px;
    padding: 7px;
  }

  body .row-fluid .mobile-trigger i {
    //transition: all .5s ease-in;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    height: 3px;
    background: #000;
    border-radius: 2px;
  }

  .mobile-trigger:hover {
    background-color: rgba(0,0,0,0);
    border-color: transparent;
  }

  .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:#000;
  }

  .mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
  }

  .mobile-trigger i:before, .mobile-trigger i:after {
    transition: all .3s ease-in;
  }

  .mobile-trigger i:before {
    top: -7px;
  }

  .mobile-trigger i:after {
    top: 7px;
  }

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

  /*======Open Menu Styling====*/



  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper {
    top: 36px;
    background: #fff;
    position: absolute;
    width: auto;
    left: 0px;
    right: 0px;
    padding-bottom:46px;
    box-shadow: 0px 6px 6px #0000003D;
  }

  .header-container-wrapper .pth-header .child-grp{
    padding: 10px 21px!important;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper{
    top:0;
    border:none;
    border-radius:0;
    box-shadow: none;
    background-color: rgba(134,142,151,0.07);
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper h5{
    margin-bottom:15px;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper h5 a{
    padding:0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.47px;
    line-height: 20px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    border:0px;
    padding:0px;
    text-align:left;
  }



  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a:hover{
    //color: #4a90e2;
  }  

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: transparent;
    padding: 0px;
    top: 0px;
    left: 0px;
  }

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size:14px;
    line-height:18px;
  }

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    background:transparent;
  }

  .header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger{
    border:0px;
    text-align:center;
    background: url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Grey%20Arrow%20%282%29.svg') no-repeat;
    background-size: contain;
    background-position: 15%;
    margin: 0 auto;
    top: 18px;
    right: -10px;
  }

  /*   .header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger:hover{
  border:0px;
  text-align:center;
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20arrow.svg) no-repeat;
  background-size: contain;
  background-position: 15%;
  height: 6px!important;
  margin: 0 auto;
  top: 18px;
  right: -10px;
} */

  .header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger i{
    display:none;
    background:#000;
    height:2px;
  }

  .child-trigger i, .child-trigger i:after{
    background:#000;
    height:2px;
  }

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border:0px;
  }

  body .row-fluid .top-menu ul{
    padding:0px 20px;
    margin:100px 0px 0px;
  }

  body .container-fluid .row-fluid .top-menu ul li{
    display:inline-block;
    width:100%;
    max-width:48%;
  }

  body .container-fluid .row-fluid .top-menu ul li a:hover:before{
    display:none;
  }

  body .container-fluid .row-fluid .top-menu ul li:first-child{
    max-width:54%;
  }

  body .container-fluid .row-fluid .top-menu ul li:last-child{
    max-width:44%;
  }

  body .mobile-menu .child-trigger{
    width: 100% !important;
    right: 20px !important;
    top: 0px !important;
    height: 50px !important;
    position: absolute !important;
  }

  .mobile-menu.pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 a{
    cursor:pointer!important;
  }

  .mobile-menu .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger{
    position:relative;
    background:none!important;
  }

  .mobile-menu .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger:after{
    position:absolute;
    background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Grey%20Arrow%20%282%29.svg) no-repeat;
    background-size: contain;
    background-position: 15%;
    content:'';
    width:10px;
    height:10px;
    right:0px;
    top:20px;
  }


  /*   .homepage .mobile-menu .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger:hover:after{
  background-size: contain;
  background-position: 15%;
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20arrow.svg) no-repeat;
  width:10px;
  height:10px;
  right:20px;
} */



}



@media(max-width:1500px){

  .header-container-wrapper .pth-header .child-grp:before{
    left: -310px;
  }

  .header-container-wrapper .pth-header .child-grp.for-3-child:before {
    left: 220px;
    right: 0;
  }
}



@media(max-width:1360px){


  .header-container-wrapper .pth-header .child-grp:before{
    left: -350px;
  }

  .header-container-wrapper .pth-header .child-grp.for-3-child:before{
    left: 180px;  
  }
}


@media(max-width:1200px){

  .header-container-wrapper .pth-header .child-grp:before{
    left: -270px;
  }

  .header-container-wrapper .pth-header .child-grp.for-3-child:before{
    left: 130px;  
  }

}


@media(max-width:1110px){
  .header-container-wrapper .pth-header .child-grp:before{
    left: -310px;
  }

  .header-container-wrapper .pth-header .child-grp.for-3-child:before{
    left: 90px!important;  
  }

}

@media(max-width: 1100px){
  .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2){
    padding-left: 0;
  }
}



@media(max-width:1024px){

  body .row-fluid .mobile-trigger{
    right:14px!important;
  }

  .pth-header .column-3{
    display:none!important;
  }

  .span12.widget-span.widget-type-cell.child-grp.for-2-child.mega-menu-popout-container-inner.hs-menu-children-wrapper {
    display: none !important;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) .child-trigger{
    display:none!important;
  }
  .pth-header .column-2 ul li.hs-menu-depth-1 a:after{
    display:none;
  }

  .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2) a{
    padding:0 44px;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper:before{
    display:none;
  }

  .header-container-wrapper .pth-header .child-grp.for-3-child:before {
    right: 25%;
  }


  .header-container-wrapper .pth-header .child-grp:before {
    right: 50%;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper h5 a{
    pointer-events:auto;
  }
}



@media(max-width:767px){

  .header-section{
    padding: 18px 0px 18px; 
  }

  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper{
    left:-20px;
    right:-20px;
  }

  body .row-fluid .mobile-trigger {
    top: 10px !important;
    right:-7px!important;
  }

  body .row-fluid .pth-header .menu-container .hs-menu-children-wrapper:before{
    display:none;
  }

  .header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger{
    border:0px;
    text-align:center;
    background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Grey%20Arrow%20%282%29.svg) no-repeat;
    background-size: contain;
    background-position: 15%;
    margin: 0 auto;
    top: 31px;
    right: -10px;
  }

  /*   .header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger:hover{
  border:0px;
  text-align:center;
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20arrow.svg) no-repeat;
  background-size: contain;
  background-position: 15%;
  height: 6px!important;
  margin: 0 auto;
  top: 31px;
  right: -10px;
} */

  .pth-header .column-2 ul li.hs-menu-depth-1 a:after{
    display:none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600!important;
    letter-spacing: .47px;
    line-height: 20px;

  }

  .header-container-wrapper .pth-header .child-grp{
    padding:20px 25px!important;
  }

  .pth-header .column-2 ul li.hs-menu-depth-1:nth-child(2){
    padding-left: 29px;
  }

}








/********************** Footer Section Styling Start *********************/




.footer-section{
  background:#253F4D;
  padding:59px 0 20px;
  position:relative;
  z-index:2;
}

body .row-fluid .footer-section .wrapper{
  max-width:1470px;
}

.footer-section .heading h5{
  font-size:16px;
  line-height:26px;
  font-weight:bold;
  text-transform:inherit;
  letter-spacing:0;
}

.footer-section .col-1 p{
  font-size:16px;
  letter-spacing:0;
  font-weight:normal;
  margin-bottom:5px;
}

.footer-section .col-1 .row-1{
  margin-bottom:40px;
}

body .row-fluid .footer-section ul li a{
  font-size:16px;
  letter-spacing:0;
  line-height:32px;
  font-weight:normal;
  padding:3px 0;
  padding-top:0;
  white-space:inherit;
  color:#fff;
}

body .row-fluid .footer-section ul li a:hover{
  text-decoration:underline;
}

body .row-fluid .footer-section ul li{
  margin-left:0;

}

.footer-section .social-icon ul{
  list-style-type:none;
  padding-left:0;
  margin-top: 10px;
}

.footer-section .social-icon ul li{
  display:inline-block;
  padding-right: 10px;

}

.footer-section .cta-container a.cta_button{
  font-size:14px;
  letter-spacing:0.7px;
  font-weight:bold;
  box-shadow:none;
  padding: 9px 37px;
}

.footer-section .cta-container a.cta_button:hover{
  background:#182B34 !important;
}

.footer-section .cta-container{
  margin:10px 0 36px;
}

.footer-section .mobile-cta{
  display:none!important;
}

.footer-section .footer-bottom-row{
  border-top: 1px solid #4C6671;
  padding:30px 0;
  margin-top: 30px;
}

.footer-section .footer-bottom-row .left-cont p{
  font-size:14px;
  line-height:32px;
  letter-spacing:0;
  font-weight:normal;
}


.footer-section .footer-bottom-row .right-cont ul, .footer-section .footer-bottom-row .left-cont ul{
  list-style-type:none;
  padding-left:0;
  float:  left;
}
.footer-section .footer-bottom-row .right-cont ul{
  float:  right;
}

.footer-section .footer-bottom-row .left-cont ul{
  float:  left;
}

.footer-section .footer-bottom-row .right-cont ul li, .footer-section .footer-bottom-row .left-cont ul li{
  display:inline-block;
  padding-right:40px;
}

.footer-section .footer-bottom-row .right-cont ul li:last-child, .footer-section .footer-bottom-row .left-cont ul li:last-child{
  padding-right:0;
}

.footer-section .footer-bottom-row .right-cont{
  float:right;
  text-align:right;
}

.footer-section .footer-bottom-row .left-cont{
  float:left;
  text-align:left;
}

.footer-section .col-1{
  width: 25.6%;
}

.footer-section .col-2{
  width: 20.7%;
}

.footer-section .col-3{
  width: 29.5%;
}

.footer-section .col-4{
  width: 16.076923%;
}



@media(max-width:1300px){

  .footer-section .cta-container a.cta_button {
    padding: 9px 33px;
  }
}


@media(max-width:1150px){
  .footer-section .cta-container a.cta_button {
    font-size: 13px;
    letter-spacing: .7px;
    font-weight: bold;
    box-shadow: none;
    padding: 9px 30px;
  }

  .footer-section .col-3 {
    width: 27.5%;
  }  

}

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

  .footer-section .col-1 p,
  body .row-fluid .footer-section ul li a{
    font-size: 14px;

  }

  .footer-section .col-3 {
    width: 28.5%;
  }

  .footer-section .cta-container a.cta_button {
    font-size: 11px;
    letter-spacing: .7px;
    font-weight: bold;
    box-shadow: none;
    padding: 9px 15px;
  }
}



@media(max-width:767px){

  .footer-section .col-1,
  .footer-section .col-2,
  .footer-section .col-3,
  .footer-section .col-4{
    width:100%;
    text-align:center;

  }

  .footer-section .mobile-cta{
    display:block!important;
  }

  .footer-section .desktop-cta{
    display:none!important;
  }


  .footer-section .col-2, 
  .footer-section .col-3, 
  .footer-section .col-4{
    display:none;
  }

  .footer-section .footer-bottom-row{
    text-align:center;
  }

  .footer-section .footer-bottom-row .right-cont, .footer-section .footer-bottom-row .left-cont {
    float: none;
    text-align: center;
  }

  .footer-section .footer-bottom-row .right-cont ul li {
    display: block;
    padding-right: 0;
  }

}



/********************** NEW Footer Section Styling Start *********************/




.footerstyle{
  background:#253F4D;
  padding:59px 0 20px;
  position:relative;
  z-index:2;
}

body .row-fluid .footerstyle .wrapper{
  max-width:1470px;
}

.footerstyle .heading h5{
  font-size:16px;
  line-height:26px;
  font-weight:bold;
  text-transform:inherit;
  letter-spacing:0;
}

.footerstyle .col-1 p{
  font-size:16px;
  letter-spacing:0;
  font-weight:normal;
  margin-bottom:5px;
}

.footerstyle .col-1 .row-1{
  margin-bottom:40px;
}

body .row-fluid .footerstyle ul li a{
  font-size:16px;
  letter-spacing:0;
  line-height:32px;
  font-weight:normal;
  padding:3px 0;
  padding-top:0;
  white-space:inherit;
  color:#fff;
}

body .row-fluid .footerstyle ul li a:hover{
  text-decoration:underline;
}

body .row-fluid .footerstyle ul li{
  margin-left:0;

}

.footerstyle .social-icon ul{
  list-style-type:none;
  padding-left:0;
  margin-top: 70px;
}

.footerstyle .social-icon ul li{
  display:inline-block;
  padding-right: 10px;

}

.footerstyle .cta-container a.cta_button{
  font-size:14px;
  letter-spacing:0.7px;
  font-weight:bold;
  box-shadow:none;
  padding: 9px 37px;
}

.footerstyle .cta-container a.cta_button:hover{
  background:#182B34 !important;
}

.footerstyle .cta-container{
  margin:10px 0 36px;
}

.footerstyle .mobile-cta{
  display:none!important;
}

.footerstyle .footer-bottom-row{
  border-top: 1px solid #4C6671;
  padding:30px 0;
  margin-top: 30px;
}

.footerstyle .footer-bottom-row .left-cont p{
  font-size:14px;
  line-height:32px;
  letter-spacing:0;
  font-weight:normal;
}


.footerstyle .footer-bottom-row .right-cont ul, .footerstyle .footer-bottom-row .left-cont ul{
  list-style-type:none;
  padding-left:0;
  float:  left;
}
.footerstyle .footer-bottom-row .right-cont ul{
  float:  right;
}

.footerstyle .footer-bottom-row .left-cont ul{
  float:  left;
}

.footerstyle .footer-bottom-row .right-cont ul li, .footerstyle .footer-bottom-row .left-cont ul li{
  display:inline-block;
  padding-right:30px;
}

.footerstyle .footer-bottom-row .right-cont ul li:last-child, .footerstyle .footer-bottom-row .left-cont ul li:last-child{
  padding-right:0;
}

.footerstyle .footer-bottom-row .right-cont{
  float:right;
  text-align:right;
}

.footerstyle .footer-bottom-row .left-cont{
  float:left;
  text-align:left;
}

.footerstyle .col-1{
  width: 17%;
}

.footerstyle .col-2{
  width: 20%;
}

.footerstyle .col-3{
  width: 23%;
}

.footerstyle .col-4{
  width: 15%;
}

.footerstyle .col-5{
  width: 12%;
}



@media(max-width:1300px){

  .footerstyle .cta-container a.cta_button {
    padding: 9px 33px;
  }
}


@media(max-width:1150px){
  .footerstyle .cta-container a.cta_button {
    font-size: 13px;
    letter-spacing: .7px;
    font-weight: bold;
    box-shadow: none;
    padding: 9px 30px;
  }
  
  .footerstyle .col-1,
  .footerstyle .col-2, 
  .footerstyle .col-3, 
  .footerstyle .col-4,
  .footerstyle .col-5{
    width: 30%;
    margin-left: 0;
  }

}

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

  .footerstyle .col-1 p,
  body .row-fluid .footerstyle ul li a{
    font-size: 14px;

  }

  .footerstyle .cta-container a.cta_button {
    font-size: 11px;
    letter-spacing: .7px;
    font-weight: bold;
    box-shadow: none;
    padding: 9px 15px;
  }
}



@media(max-width:767px){

  .footerstyle .mobile-cta{
    display:block!important;
  }

  .footerstyle .desktop-cta{
    display:none!important;
  }

  .footerstyle .col-1,
  .footerstyle .col-2, 
  .footerstyle .col-3, 
  .footerstyle .col-4,
  .footerstyle .col-5{
    display:none;
  }

  .footerstyle .footer-bottom-row{
    text-align:center;
  }

  .footerstyle .footer-bottom-row .right-cont, .footerstyle .footer-bottom-row .left-cont {
    float: none;
    text-align: center;
  }

  .footerstyle .footer-bottom-row .right-cont ul li {
    display: block;
    padding-right: 0;
  }
  
  body .row-fluid .mobile-wrap .col-1 .row-2,
  body .row-fluid .mobile-wrap .footerstyle .col-2, 
  body .row-fluid .mobile-wrap .footerstyle .col-3, 
  body .row-fluid .mobile-wrap .footerstyle .col-4,
  body .row-fluid .mobile-wrap .footerstyle .col-5{
    display:none;
  }
  
  .footerstyle .col-1{
    display:none;
  }
  
  .footerstyle .social-icon ul{
  margin-top: 0;
  }

}








/****************FOOTER MOBILE**************/


body .row-fluid .footer-mobile{
  display:none;
}



@media(max-width:767px){

  body .row-fluid .footer-mobile{
    display:block;
  }

  body .row-fluid .mobile-wrap .col-1 .row-2,
  body .row-fluid .mobile-wrap .footer-section .col-2, 
  body .row-fluid .mobile-wrap .footer-section .col-3, 
  body .row-fluid .mobile-wrap .footer-section .col-4 {
    display:none;
  }


  body .row-fluid .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: unset;
    opacity: unset;
    -webkit-transition: unset;
    position: unset;
    z-index: unset;
    left: unset;
  }

  .footer-section .col-1{
    display:none;
  }

  .footer-mobile ul li .hs-menu-children-wrapper{
    display:none;
  }


  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    text-align:center;
    max-width: 100%;
    margin: 0 auto;
    width:100%;
  }


  .footer-mobile .footer-child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 8px;
  }


  .footer-mobile .footer-child-trigger:after{
    position: absolute;
    content: '';
    background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Mobile%20footer%20arrow.svg);
    width: 13px;
    height: 8px;
    top: 4px;
    right: 0;
  } 


  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100% !important;
    max-width: 100% !important;
    font-weight: normal!important;
    white-space: inherit;

  }

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    padding-bottom:10px;
  }

  .footer-mobile  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding-bottom: 13px;
    float: none;
    max-width:220px;
    margin: 0 auto;
  }

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    font-weight:bold;
    max-width:100%;
    width:100%;
  }

  .footer-section .footer-bottom-row .right-cont ul li {
    display: inline-block;
    padding-right: 50px;
  }


  .footer-bottom-row .row-fluid{
    display: flex;
    flex-direction: column;
  }
  
  .footer-section .social-icon ul{
  margin-top: 0;
  }

}







script{
  display:none!important;
}




/******************LANGUAGE SWITCHER*******************/


body .row-fluid .switcher-container{
  text-align: left;
   width: 25%;
   margin-left: 3%;
}





/*****=======================
HOMEPAGE STYLING
=======================*****/


/********************HOMEPAGE HERO SECTION********************/

.home-hero-section{
  padding: 311px 0 243px;
  background-size: cover!important;
  background-repeat: no-repeat;
  position:relative;
  z-index: 0;
}

.home-hero-section .mobile-image{
  display:none;
}


.home-hero-section:after{
  background: rgba(235, 115, 17, 10%);    
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  bottom: 0; 
  z-index:-1;
}

body .row-fluid .home-hero-section .hero-text{
  max-width:780px;
  margin:0 auto;
  float:none;

}

body .row-fluid .home-hero-section .hero-text h1{
  margin-bottom:46px;
  text-shadow: 0px 3px 6px #00000055;
}

body .row-fluid .home-hero-section .hero-text h4{
  max-width:416px;
  margin:0 auto;
  float:none;
  font-weight:normal;
  margin-bottom: 56px;
  text-shadow: 0px 3px 6px #00000055;
}

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

  .home-hero-section {
    padding: 200px 0 150px;
    background-position: top center!important;
  }

}

@media(max-width:767px){

  .home-hero-section{
    padding: 140px 0 90px;
  }

  .home-hero-section .mobile-image{
    display:block;
  }

  .home-hero-section .desktop-image{
    display:none;
  }




  body .row-fluid .home-hero-section .hero-text h4 {
    max-width: 100%;
  }

  /* 
  .home-hero-section{
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/istockphoto-1022172660-1024x1024-1.png) no-repeat;
  background-size:cover!important;
  background-position:center center!important;
} */

  .home-hero-section:after{
    background: rgba(0, 0, 0, 0.22);
  }



}



@media(max-width:480px){

  body .row-fluid .home-hero-section .hero-text h1{
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 35px;
  }

}


/***************HOMEPAGE SECTION 1*****************/

.home-section1-cm{
  padding: 140px 0 140px;
}

body .row-fluid .home-section1-cm .wrapper{
  max-width:1470px;

}

.home-section1-cm .text-container{
  width: 37%;
}


.home-section1-cm .video-img-cont{
  position:relative;
}

.home-section1-cm .text-container .text-cont{
  padding-bottom:41px;
  max-width: 458px;
}


.home-section1-cm .text-container .text-cont h2{
  margin-bottom:30px;
}

.home-section1-cm .text-container .text-cont p{
  margin-bottom:30px;
}


.home-section1-cm .text-container .cta-wrap{
  max-width:700px;

}

.home-section1-cm .text-container .cta-wrap .cta-container1,
.home-section1-cm .text-container .cta-wrap .cta-container2{
  width:auto;
  float:left;

}


.home-section1-cm .text-container .cta-wrap .cta-container2{
  margin-left: 4%;

}

.home-section1-cm .text-container .cta-wrap .cta-container2 a.cta_button{
  padding: 11px 33.7px;
}


.home-section1-cm .img-wrap{
  width: 60%;
}

.home-section1-cm .img-container{

  height:474px;
}


@media(max-width:1440px){

  .home-section1-cm .text-container {
    width: 47%;  
  }

  .home-section1-cm .img-wrap {
    width: 50%;
  }  

  .home-section1-cm .text-container .cta-wrap .cta-container1 a.cta_button{
    padding: 13px 33.5px;  
    font-size: 14px;
  }

  .home-section1-cm .text-container .cta-wrap .cta-container2 a.cta_button{
    font-size: 14px;
    padding: 11px 14.7px;

  }

}


@media(max-width:1024px) and (min-width:768px){
  .home-section1-cm .text-container .cta-wrap{
    max-width: 100%;
    display: block;
  }

  .home-section1-cm .text-container .cta-wrap .cta-container1, 
  .home-section1-cm .text-container .cta-wrap .cta-container2 {
    width: 100%;
    float: left;
  }

  .home-section1-cm .text-container .cta-wrap .cta-container2 {
    margin-left: 0;
    margin-top: 15%;
  }

  .home-section1-cm{
    padding: 80px 0;

  }

}


@media(max-width:767px){

  .home-section1-cm{
    padding: 70px 0 70px;
    text-align:center;
    position:relative;
  }

  .home-section1-cm .wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }


  .home-section1-cm .text-container {
    width: 100%;
  }

  .home-section1-cm .text-container .cta-wrap {
    max-width: 100%;
    margin-top: -8%;
  }

  .home-section1-cm .text-container .cta-wrap .cta-container1,
  .home-section1-cm .text-container .cta-wrap .cta-container2 {
    width: 100%;
    float: none;
  }

  .home-section1-cm .text-container .cta-wrap .cta-container2 {
    margin-top: 13%;
    margin-left:0;
  }

  .home-section1-cm .text-container .cta-wrap .cta-container2 a.cta_button{
    display:none;
  }

  .home-section1-cm .text-container .cta-wrap .cta-container2{
    display:none;
  }

  .home-section1-cm .img-wrap {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 8%;
  }

  .home-section1-cm .img-container {
    height: 100%;
  }

  .home-section1-cm .text-container .text-cont{
    max-width:100%;
  }



}


@media(max-width:480px){

  .home-section1-cm .img-wrap h2{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 34px;
  }

  .home-section1-cm .text-container .text-cont{
    max-width: 315px;
    margin: 0 auto;
  }
}


/***************************HOMEPAGE SECTION 2*********************/


.home-section2-cm{
  padding: 120px 0 75px;
}

.home-section2-cm h2{
  margin-bottom: 60px;
}

body .row-fluid .home-section2-cm .three-col-adjust span>.hs_cos_wrapper{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 12px #00000033;
  border-radius: 8px;
  opacity: 1;
  padding: 40px;
  flex-basis:28.8%;
  margin-right: 5.43%;
  margin-bottom: 3.6%;
}

body .row-fluid .home-section2-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}


.home-section2-cm .hs_cos_wrapper .img-cont{
  padding-bottom: 16px;
  max-width: 40px;
  margin: 0 auto;
}

.home-section2-cm .hs_cos_wrapper .text-cont h4{

  font-weight:bold;

}

.home-section2-cm .hs_cos_wrapper .text-cont p{
  margin-bottom: 0;
  margin-top: 37px;

}

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

  body .row-fluid .home-section2-cm .three-col-adjust span{
    margin-right: 0;
    justify-content: center;
    align-items: center;
  }

  body .row-fluid .home-section2-cm .three-col-adjust span>.hs_cos_wrapper {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 12px #00000033;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    flex-basis: 41.8%;
    margin-right: 7.43%;
    margin-bottom: 3.4%;
    justify-content: center;
    align-items: center;
  }

  body .row-fluid .home-section2-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n) {
    margin-right: 55px;
  }

  body .row-fluid .home-section2-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right: 0;
  }

  .home-section2-cm{
    padding:80px 0;
  }

}


@media(max-width:767px){

  .home-section2-cm {
    padding: 60px 0 60px;
  }


  body .row-fluid .home-section2-cm .three-col-adjust span>.hs_cos_wrapper{
    padding:20px;  
  }



}



@media(max-width:480px){

  .home-section2-cm h2{
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  body .row-fluid .home-section2-cm .three-col-adjust span>.hs_cos_wrapper {
    padding: 20px;
    max-width: 320px;
    margin: 0 auto 7.6%;
  }

  body .row-fluid .home-section2-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n) {
    margin-right: auto;
  }
}

/*********************HOMEPAGE SECTION 3**********************/

.home-section3-cm{
  padding: 123px 0 88px;
} 

body .row-fluid .home-section3-cm .wrapper{
  max-width:1420px;
}


.home-section3-cm .tabber-section{
  padding: 40px 0 30px;

}

.home-section3-cm .tabber-section ul li{
  display: inline-block;
  padding: 0 50px;
}



.home-section3-cm .tabber-section ul li:hover{
  cursor:pointer;
}

.home-section3-cm .tabber-section ul li h5{
  color:#46ACC2;
  font-size:20px;
}

.home-section3-cm .tabber-section ul li.active{
  position:relative;
}

.home-section3-cm .tabber-section ul li.active:after{
  background: #46ACC2;
  width:100%;
  height:2px;
  opacity: 1;
  position:absolute;
  content:'';
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 36px;
}

.home-section3-cm .tabber-text .text-cont h3{
  font-weight:bold;
}

.home-section3-cm .tabber-text .text-cont .feature{
  padding-top: 25px;
}

.home-section3-cm .tabber-text .text-cont ul{
  max-width:550px;
}

.home-section3-cm .tabber-text .text-cont ul li{
  display: inline-block;
  margin-left:0;
}

.home-section3-cm .tabber-text .text-cont ul li a{
  color:#EB7311;
}

.home-section3-cm .tabber-text .text-cont ul li a:hover{
  text-decoration:underline;
}

.home-section3-cm .tabber-text .text-cont ul li:nth-child(odd){
  margin-left:0;
  margin-right:90px;
}

body .row-fluid .home-section3-cm .tabber-text .text-cont{
  width:33%;
}

body .row-fluid .home-section3-cm .tabber-text .video-cont{
  width: 56.2%;
  margin-left: 10%;
  float:right;
  position:relative;
}



@media(max-width:1200px) and (min-width:1025px){

  body .row-fluid .home-section3-cm .tabber-text .video-cont {
    width: 54.2%;
    margin-left: 5%;
    float: right;
  }

  body .row-fluid .home-section3-cm .tabber-text .text-cont {
    width: 40%;
  }

}

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

  .home-section3-cm{
    padding:80px 0 ;
  }

  .home-section3-cm .tabber-section ul li{
    padding:0 20px;
  }

  .home-section3-cm .tabber-text .text-cont ul {
    max-width: 100%;
  }
  .home-section3-cm .tabber-text .text-cont ul li{
    margin-left:0;
  }

  body .row-fluid .home-section3-cm .tabber-text .text-cont {
    width: 50%;
  }
  body .row-fluid .home-section3-cm .tabber-text .video-cont {
    width: 45%;
    margin-left: 0%;
    float: right;
  }

  .home-section3-cm .tabber-text .text-cont ul li:nth-child(odd){
    margin-right: 50px;
  }


}


@media(max-width:767px){

  body .row-fluid .home-section3-cm{
    display:none;
    padding: 70px 0 70px;
  }

  .home-section3-cm .tabber-section {
    padding: 10px 0 20px;
  }

  .home-section3-cm .tabber-section ul li {
    display: block;
    padding-right: 0;
    margin-left:0;
    margin-bottom: 25px;
  }


  .home-section3-cm .tabber-section ul li.active:after {
    background: #46acc2;
    width: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 30px;
  }

  body .row-fluid .home-section3-cm .tabber-text .text-cont {
    width: 100%;
    margin-top: 10%;
  }

  body .row-fluid .home-section3-cm .tabber-text .video-cont {
    width: 100%;
    margin-left: 0;
    float: none;

  }  

  .home-section3-cm .tabber-text .text-cont ul{
    max-width:100%;
  }

  .home-section3-cm .tabber-text .text-cont ul li {
    display: block;
    margin: 10px 0;
  }

  .home-section3-cm .tabber-text .row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }

}


/**********************HOMEPAGE SECTION 3 MOBILE*********************/

body .row-fluid .home-section3-mobile{
  display:none;
}

@media(max-width:767px){

  body .row-fluid .home-section3-mobile{
    display:block;
    padding: 70px 0 40px;
  }

  body .row-fluid .home-section3-mobile h2{
    text-align:center;
    margin-bottom:30px;
  }

  body .row-fluid .home-section3-mobile h3{
    font-weight:bold;
  }

  body .row-fluid .home-section3-mobile .text-cont ul li a{
    color: #eb7311;
  }

  .accordion_header{
    width: 100%;
    display: block;
    position:relative;
    padding-bottom: 10px;
  }

  .accordion_header h4{
    padding-left: 40px;

  }

  .accordion_header:before{
    position: absolute;
    left: 10px;
    content: "";
    top: 7px;
    width:13px;
    height:8px;
    background:url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Mobile%20footer%20arrow.svg') no-repeat;
    background-size:cover;


  }

  .accordion_group.expanded .accordion_content{
    display:block!important;
  }

  .accordion_content{
    padding-top: 40px;
    padding-bottom: 32px;
  }


  .accordion_content .video-cont{
    padding-bottom:40px;
  }


}


/**********************HOMEPAGE SECTION 4*******************/

.home-section4-cm{
  padding:70px 0 90px;
  position:relative;
  z-index:2;
  background-size:cover!important;

}

body .row-fluid .home-section4-cm .wrapper{
  max-width:740px;

}

.home-section4-cm .img-cont{
  width:102px;
  height:102px;
}

.home-section4-cm .quote-cont blockquote{
  margin-bottom:20px;
  position:relative;
}

.home-section4-cm .quote-cont blockquote:after{
  position:absolute;
  content:'';
  bottom:7px;
  right:initial;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Quote%20Marks.svg)no-repeat;
  background-position:center center;
  background-size:cover;
  width: 24px;
  height: 19px;
}

.home-section4-cm .quote-cont blockquote:before{
  position:absolute;
  content:'';
  top: 7px;
  left: -43px;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Quote%20Marks.svg)no-repeat;
  background-position:center center;
  background-size:cover;
  width: 24px;
  height: 19px;
}

.home-section4-cm .cta-container{
  padding-top:36px;
}

.home-section4-cm .quote-cont{
  width: 75%;
  margin-left: 7.5%;
}

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

  .home-section4-cm .quote-cont blockquote:after {
    right: -30px;
  }

}

@media(max-width:767px){

  .home-section4-cm {
    padding: 76px 0 106px;
    background-size:cover!important;
    text-align:center;
  }


  .home-section4-cm .wrapper>.row-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .home-section4-cm .quote-cont {
    width: 100%;
    margin-left: 0;
  }

  .home-section4-cm .cta-container{
    padding-top:45px;
  }


  .home-section4-cm .quote-cont blockquote{
    margin-bottom: 70px;
    position: relative;
    margin-top: 50px;
    padding-top: 17px;
  }


  .home-section4-cm .quote-cont blockquote:after {
    position: absolute;
    content: '';
    bottom: -44px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .home-section4-cm .quote-cont blockquote:before {
    position: absolute;
    content: '';
    top: -19px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
}


/**************************HOMEPAGE SECTION 5**********************/


.home-section5-cm{
  padding:130px 0 100px;
}

body .row-fluid .home-section5-cm .wrapper{
  max-width:1065px;
}

.home-section5-cm .heading-cont{
  padding-bottom:30px;

}

.home-section5-cm .heading-cont h2{
  font-weight:bold;
}


.home-section5-cm .img-cont ul li{  
  display: inline-block;
  margin-left: 0;
  padding: 0 30px;

  margin-bottom: 20px;
  width: 26%;
}

.home-section5-cm .img-cont ul li:last-child{
  padding-right:0;
}


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

  .home-section5-cm .img-cont ul li{
    padding: 0px;
    /*     max-width: 190px; */
    width: 31%;
  }

  .home-section5-cm{
    padding:70px 0 80px;
  }

}


@media(max-width:767px){

  .home-section5-cm {
    padding: 10px 0 70px;
  }

  .home-section5-cm .heading-cont {
    padding-bottom: 0px;
  } 

  .home-section5-cm .img-cont ul li {
    /*     display: block; */
    margin-left: 0;

    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    width: 26%;
  }

}

@media(max-width: 480px){
  .home-section5-cm .img-cont ul li{
    width: 44%;
  }
}

/***********************HOMEPAGE SECTION 6*********************/

.home-section6-cm{
  padding: 75px 0 50px;
  box-shadow: 3px 6px 6px #0000003E;
  background-image: linear-gradient(to right, #E99751 0%, #EA7200 50%, #D26C02 100%);
  opacity: 1;
}


body .row-fluid .home-section6-cm .wrapper{
  max-width:1470px;
}


.home-section6-cm .img-cont{
  width: 58.264957%;
}

/* .home-section6-cm .img-cont img{
float:right;
}
*/

.home-section6-cm .form-cont{
  width:32%;
  margin-left: 3%;
}

.home-section6-cm .form-text h2{
  max-width:450px;
}

.home-section6-cm .form-text p{
  line-height: 22px;
  margin-bottom: 20px;
}


.home-section6-cm .form-cont form .hs-input{
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  opacity: 1;
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position:relative;
  padding-top:20px;
}

.home-section6-cm .form-cont form .hs-input:focus{

  border: 1px solid #EB7311;
}



.home-section6-cm .form-cont form  .hs-form-field label{
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  transition:all ease-in-out .2s;
}


.home-section6-cm .form-cont form  .hs-form-field.color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#EB7311;
  transition:all ease-in-out .2s;

}


.home-section6-cm .form-cont form  .hs-form-field.gray-color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#818181;
  transition:all ease-in-out .2s;
}

.home-section6-cm .form-cont .hs-form-field{
  position:relative;
}



.home-section6-cm .form-cont form .hs-form-required{
  display:none;
}


body .row-fluid .home-section6-cm .form-cont form .hs-error-msg,
body .row-fluid .home-section6-cm .form-cont form .hs-main-font-element{
  color: #fff;
  position: relative;
  top: -7px;
  left:0;
  font-size: 12px;
}



body .row-fluid .home-section6-cm .form-cont form .hs-button{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 6px #0000003D;
  border-radius: 24px;
  opacity: 1;
  text-align: center;
  font-size: 16px;
  line-height:20px;
  font-weight:bold;
  letter-spacing: 0.8px;
  color: #253F4D!important;
  width: 100%;
  box-sizing: border-box!important;
  margin-top:20px;
  transition:all ease-in-out .2s;
  cursor:pointer;
}

body .row-fluid .home-section6-cm .form-cont form .hs-button:hover{
  box-shadow:none;
  background:#26404D;
  color:#fff !important;
  transition:all ease-in-out .2s;
  border:1px solid transparent !important;
}

.home-section6-cm .form-text ul{
  display:none;
}


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

  .home-section6-cm .img-cont {
    width: 49%;
  }
  .home-section6-cm .form-cont {
    width: 46%;
    margin-left: 3%;
  }
}



@media(max-width:767px){
  .home-section6-cm {
    padding: 70px 0 70px;
    text-align:center;
    background-image: linear-gradient(140deg,#e99751 0%,#ea7200 50%,#d26c02 100%);
  }

  .home-section6-cm .img-cont {
    width: 100%;
  }

  .home-section6-cm .form-cont {
    width: 100%;
    margin-left: 0;
  } 

  .home-section6-cm .form-text{
    margin-bottom:30px;
  }

  .home-section6-cm .form-text p{
    display:none;
  }

  .home-section6-cm .form-text ul{
    text-align:left;
    display:block;
  }

  .home-section6-cm .form-text ul li{
    position:relative;
  }

  .home-section6-cm .form-text ul li:before{
    position:absolute;
    content:'';
    top:10px;
    left:-10px;
    background:#fff;
    border-radius:100%;
    width:3px;
    height:3px;
  }

}


@media(max-width:480px){


  .home-section6-cm h2{
    max-width:300px;
    margin:0 auto 30px;

  }

}

/***********************HOMEPAGE SECTION 8********************/

.home-section8-cm{
  padding:120px 0 110px;
  /*   position:relative;
  z-index:0;
  top:-10px; */
}


body .row-fluid .home-section8-cm .wrapper{
  max-width: 1350px;

}


.home-section8-cm .text-cont p{
  padding-top:50px;
  max-width:360px;
}

.home-section8-cm .cm-cont{
  width: 54%;
  margin-left:13.8%;
}

body .row-fluid .home-section8-cm .two-col-adjust span>.hs_cos_wrapper{
  flex-basis: 46.5%;
  margin-right: 3%;
  margin-top:0;
  background: #FFFFFF;
  box-shadow: 3px 6px 6px #00000029;
  border-radius: 8px;
  opacity: 1;

  position:relative;
}


.home-section8-cm .cont-wrap{
  padding: 0 20px 110px;
}

body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(1) .cont-wrap{
  padding: 0 20px 117px;
}

body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(1) .cta-container{
  bottom:0px;
}

body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(1){
  height: 80%;
}

body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(2){
  margin-right: 0%;
}



body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper h3{
  background:#EB7311;
  color:#fff;
  padding: 28px 0 29px;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
  font-weight: bold;
  margin-bottom:0;

}


body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(2) h3{
  background:#253F4D;
}

body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper .price-cont{
  padding:43px 0 10px;
}

body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(2) .price-cont{
  padding:15px 0 10px;
}


body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(2) .price-cont p{
  margin-bottom:0;
  font-weight:600;
}


body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper .price-cont h1{

  text-align: center;
  font-size: 60px;
  line-height:82px;
  font-weight:300;
  letter-spacing: 0;
  color: #0F0F0F;
  opacity: 1;

}


body .row-fluid .home-section8-cm .hs_cos_wrapper .price-cont h1 span{
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}


.home-section8-cm .hs_cos_wrapper .description {

  font-size: 18px;
  line-height:24px;
  letter-spacing: 0;
  color: #707070;
  opacity: 1;
  padding-bottom:40px;
  border-bottom:1px solid #CCCCCC;
}

.home-section8-cm .hs_cos_wrapper .list-cont ul li{
  text-align: left;
  font-size:18px;
  line-height:24px;
  letter-spacing: 0;
  color: #707070;
  opacity: 1;
  margin-bottom:15px;
  margin-left: 35px;
  position:relative;
  padding-left: 25px;
}

.home-section8-cm .hs_cos_wrapper .list-cont ul li:before{
  position:absolute;
  content:'';
  top:5px;
  left:0;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Tick.svg);
  width:17px;
  height:14px;
}

.home-section8-cm .loadMore{
  font-size: 18px;
  line-height:24px;
  letter-spacing: 0;
  color: #EA7200;
  opacity: 1;
  cursor:pointer;
}

.home-section8-cm .hs_cos_wrapper:nth-child(1) .cta-container a.cta_button{
  padding: 13px 38.5px;

}

.home-section8-cm .hs_cos_wrapper .cta-container{
  padding: 50px 0 54px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}



@media(max-width:1300px){

  .home-section8-cm .hs_cos_wrapper:nth-child(1) .cta-container a.cta_button{
    padding: 13px 29.5px;
  }

  .home-section8-cm .hs_cos_wrapper:nth-child(2) .cta-container a.cta_button{
    padding: 13px 29.5px;
  }
}


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

  body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(2) .cta-container a.cta_button{
    font-size: 14px;
    padding: 13px 20.5px;
  }

  body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(1) .cta-container a.cta_button{
    font-size:14px;
  }

}



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

  .home-section8-cm .cm-cont {
    width: 63%;
    margin-left: 5%;
  }

  .home-section8-cm .hs_cos_wrapper:nth-child(1) .cta-container a.cta_button {
    padding: 13px 17.5px;
  }  

  body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(2) .cta-container a.cta_button {
    padding: 13px 17.5px;
  }  

  .home-section8-cm .cont-wrap{
    padding: 0 10px 110px;
  }

  .home-section8-cm{
    padding:70px 0 80px;
  }
}




@media(max-width:767px){

  .home-section8-cm {
    padding: 70px 0 70px;
    text-align:center;
  }

  body .row-fluid .home-section8-cm .two-col-adjust .hs_cos_wrapper:nth-child(2) {
    margin-right: 0;
    margin-top: 10%;
  }

  .home-section8-cm .cm-cont {
    width: 100%;
    margin-left: 0;
  }

  .home-section8-cm .text-cont p {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width:100%;
  }

}


@media(max-width:480px){

  .home-section8-cm .text-cont h2{
    max-width:300px;
    margin: 0 auto;
  }
}






/*****=============================
FEATURES PAGE 
=============================*****/



/************FEATURES HERO SECTION*************/



.features-hero-section {
  padding: 140px 0 190px;
  position:relative;
  z-index:1;
}

.features-hero-section:after{
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20shape.svg) no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  content: '';
  top: -100%;
  right: -420px;
  margin: 0 auto;
  width: 100%;
  height: 1600px;
  z-index: -1;
  transform: rotate(0deg);
}


body .row-fluid .features-hero-section .wrapper{
  max-width:1470px;
}

.features-hero-section .hero-text h4{
  font-weight:normal;
  margin: 18px 0 52px; 
}


@media(max-width:1441px) and (min-width:1201px){

  .features-hero-section:after{
    top: -80%;
    right: -250px;
    margin: 0 auto;
    width: 100%;
    height: 1600px;
  }
} 


@media(max-width:1200px) and (min-width:1025px){

  .features-hero-section:after{
    top: -45%;
    right: -200px;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
}


@media(max-width:1024px)  and (min-width:768px){
  .features-hero-section {
    padding: 160px 0 100px;
  }

  .features-hero-section:after {
    top: -47%;
    right: -170px;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    z-index: -1;
    transform: rotate(0deg);
  }

}

@media(max-width:767px){

  .features-hero-section{
    padding: 130px 0 70px;
  }

  .features-hero-section .left-col{
    padding-bottom: 60px;
  }
}

/**************FEATURES SECTION 1********************/


.features-section1{
  padding:0 0 82px;

}


body .row-fluid .features-section1 .wrapper{
  max-width:1480px;
}

.features-section1 .section1-heading h3{
  font-weight:bold;
  margin-bottom: 66px;
  color:#243F4D;
}

.features-section1 .features-two-col .features-two-col-text{
  padding-top:30px;
}

.features-section1 .features-two-col .features-two-col-text a{
  /*color:#EB7311;*/
}


.features-section1 .features-two-col .row-1{
  padding-bottom:125px;
}

.features-section1 .features-two-col .row-1 .left-col{
  width: 49.12%;
}


.features-section1 .features-two-col .row-1 .right-col{
  width: 40.717949%;
  margin-left: 9%;

}

.features-section1 .features-two-col .row-2{
  padding-bottom:125px;
}

.features-section1 .features-two-col .row-2 .right-col{
  width: 49.12%;
  margin-left:7%;
}


.features-section1 .features-two-col .row-2 .left-col{
  width: 40.717949%;

}

.features-section1 .features-two-col .row-3{
  padding-bottom:125px;
}

.features-section1 .features-two-col .row-3 .left-col{
  width: 49.12%;
}


.features-section1 .features-two-col .row-3 .right-col{
  width: 40.717949%;

}
.features-section1 .features-two-col .row-4{
  padding-bottom:125px;
}

.features-section1 .features-two-col .row-4 .right-col{
  width: 49.12%;
  margin-left:7%;
}


.features-section1 .features-two-col .row-4 .left-col{
  width: 40.717949%;

}




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



  .features-section1 .features-two-col .row-1 {
    padding-bottom: 80px;
  }

  .features-section1 .features-two-col .features-two-col-text {
    padding-top: 0;
  }

  .features-section1 .features-two-col .row-1 .right-col {
    width: 47%;
    margin-left: 3%;
  }
  .features-section1 .features-two-col .row-1 .left-col {
    width: 50%;
  }


  .features-section1 .features-two-col .row-2 .right-col {
    width: 50%;
    margin-left: 3%;
  }
  .features-section1 .features-two-col .row-2 .left-col {
    width: 45%;
    margin-left: 1%;
  }

  .features-section1 .features-two-col .row-3 .right-col {
    width: 47%;
    margin-left: 3%;
  }
  .features-section1 .features-two-col .row-3 .left-col {
    width: 50%;
  }
  .features-section1 .features-two-col .row-4 .right-col {
    width: 50%;
    margin-left: 3%;
  }
  .features-section1 .features-two-col .row-4 .left-col {
    width: 45%;
    margin-left: 1%;
  }



}


@media(max-width:767px){

  .features-section1 .features-two-col{
    text-align:left;
  }

  .features-section1 .features-two-col .row-1 .left-col,
  .features-section1 .features-two-col .row-1 .right-col,
  .features-section1 .features-two-col .row-2 .left-col,
  .features-section1 .features-two-col .row-2 .right-col,
  .features-section1 .features-two-col .row-3 .left-col,
  .features-section1 .features-two-col .row-3 .right-col,
  .features-section1 .features-two-col .row-4 .left-col,
  .features-section1 .features-two-col .row-4 .right-col{
    width: 100%;
    margin-left:0;
    margin-right:0;
  }

  .features-section1 .features-two-col .row-2 .row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }

  .features-section1 .features-two-col .row-1 {
    padding-bottom: 50px;
  }

  .features-section1 .section1-heading h3{
    margin-bottom: 36px;
  }
  .features-section1 .features-two-col .row-3 {
    padding-bottom: 50px;
  }

}


/****************FEATURES SECTION 2***************/


.features-page .home-section4-cm {
  padding: 110px 0 110px;

}

/****************FEATURES SECTION 4****************/


.features-section4{
  padding:87px 0 90px;
}

body .row-fluid .features-section4 .wrapper{
  max-width:1480px;
}


.features-section4 .section4-heading h2{
  margin-bottom:60px;
}

.features-section4 .section4-heading p{
  max-width:366px;
}


.recent-post .post-listing{

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -4.5%;

}


.recent-post .post-item{

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  float: left;
  margin-right: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  background: rgba(37, 63, 77, 0.08);
  border-radius: 8px;
  z-index: 0;
  position: relative;
  transition:all ease-in-out .2s;
}


.recent-post .post-item:hover{
  background:#E2E5E6;
  transition:all ease-in-out .2s;
}

.recent-post .post-item .hs-featured-image-wrapper{
  height:263px;
  border-radius: 8px 8px 0px 0px;
  z-index: 1;
  position: relative;
}


.recent-post .post-item h3{
  font-size: 24px;
  line-height:28px;
  font-weight:bold;
  letter-spacing: 0;
  color: #243F4D;
  opacity: 1;
}

.recent-post .post-item .post-wrap{
  padding:12px 20px 12px;
}

.recent-post .post-item p{
  margin-bottom: 16px;
}

.recent-post .post-item .topic-link{
  font-size:13px;
  font-weight:bold;
  line-height:28px;
  letter-spacing: 0.65px;
  color: #253F4D;
  opacity: 1;
  margin-bottom:0;
}


.recent-post .post-item .post-header{
  min-height: 117px;


}



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

  .features-section4 .section4-heading h2 {
    margin-bottom: 40px;
  }

}

@media (max-width: 767px){

  .recent-post .post-item {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 35px auto 0;
    float: none;
  }

  .recent-post .post-listing {
    display: block;
    margin-right: 0;
  }

  .features-section4 .section4-heading h2 {
    margin-bottom: 30px;
  }

  .features-section4 .section4-heading p {
    max-width: 100%;
  }

  .recent-post .post-item .hs-featured-image-wrapper {
    height: 180px;
  }

}













/*****==========================
LANDING PAGE 2 STYLING
==========================*****/



/*****************LANDING HEADER**************/


.landing-header{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding:13px 0 ;
}

body .row-fluid .landing-header .wrapper{
  max-width:1470px;
}

.landing-header .img-container img {
  max-width: 211px !important;
}



@media(max-width:767px){
  .landing-header{
    text-align:center;
  }
}


/****************LANDING FOOTER***************/


.landing-footer{
  background:#253F4D;
  padding: 73px 0 36px;
}

.landing-footer .small-p{
  margin-bottom: 47px;
}


.landing-footer span{
  padding-right: 58px;
}

.landing-footer span:nth-child(2){
  padding-right:0;
}




@media(max-width:767px){

  .landing-footer span {
    padding-right: 20px;
    font-weight:14px;
  }
}

/*****************LANDING 2 HERO SECTION**********/
.landing-2-hero-section{
  position:relative;
  z-index:1;
  padding:100px 0 82px;
}


.landing-2-hero-section:before{
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20shape.svg) no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  content: '';
  top: -48%;
  left: -20%;
  width: 100%;
  height: 1200px;
  z-index: -1;
}


body .row-fluid .landing-2-hero-section .wrapper{

  max-width:1470px;
}


body .row-fluid .landing-2-hero-section .left-col{
  width: 46.55%;
}


.landing-2-hero-section .left-col .video-pop-cm{
  padding: 16px 0 51px;
}

.landing-2-hero-section .left-col h5{
  font-size:18px;
  margin-top: 21px;
  margin-bottom:25px;
}

.landing-2-hero-section .left-col ul li{
  position:relative;
  margin-bottom: 24px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 32px;
}

.landing-2-hero-section .left-col ul li:after{
  position:absolute;
  content:'';
  top: 14px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius:100%;
  background:#253F4D;
}

body .row-fluid .landing-2-hero-section .right-col{
  width: 49.5%;
  margin-left: 3.6%;
}

.landing-2-hero-section .right-col .form-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 13px #00000034;
  border-radius: 8px;
  opacity: 1;
  padding: 30px ;
}

.landing-2-hero-section .right-col .form-container .form-text h2{
  opacity:80%;
  margin-bottom:31px;
}






.landing-2-hero-section .form-cont form .hs-input{
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  opacity: 1;
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position:relative;
  padding-top:20px;
}

.landing-2-hero-section .form-cont form .hs-input:focus{

  border: 1px solid #EB7311;
}



.landing-2-hero-section .form-cont form  .hs-form-field label{
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  transition:all ease-in-out .2s;
}


.landing-2-hero-section .form-cont form  .hs-form-field.color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#EB7311;
  transition:all ease-in-out .2s;

}


.landing-2-hero-section .form-cont form  .hs-form-field.gray-color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#818181;
  transition:all ease-in-out .2s;
}

.landing-2-hero-section .form-cont .hs-form-field{
  position:relative;
}



.landing-2-hero-section .form-cont form .hs-form-required{
  display:none;
}


body .row-fluid .landing-2-hero-section .form-cont form .hs-error-msg{
  color: red;
  position: relative;
  top: -20px;
  left: 0;
  font-size: 12px;
}


body .row-fluid .landing-2-hero-section .form-cont form .hs-main-font-element{
  display:none;
}


body .row-fluid .landing-2-hero-section .form-cont form .hs-button{
  background:#EB7311;
  box-shadow: 0px 6px 6px #0000003D;
  border-radius: 24px;
  opacity: 1;
  text-align: center;
  font-size: 16px;
  line-height:20px;
  font-weight:bold;
  letter-spacing: 0.8px;
  color: #fff!important;
  width: 100%;
  box-sizing: border-box!important;
  transition:all ease-in-out .2s;
}

body .row-fluid .landing-2-hero-section .form-cont form .hs-button:hover{
  box-shadow:none;
  background: #26404d;
  color: #fff !important;
  transition: all ease-in-out .2s;
  border: 1px solid transparent !important;
}

body .row-fluid .landing-2-hero-section .form-cont form .hs-form-booleancheckbox{
  margin-bottom:-5px;
}


body .row-fluid .landing-2-hero-section .form-cont form  .input input[type="checkbox"]{
  color: #010101;
  border: 2px solid rgba(1, 1, 1, 54%);
  left: -7px;
}

body .row-fluid .landing-2-hero-section .form-cont form .hs-form-booleancheckbox-display span{
  font-size: 16px;
  line-height:22px;
  font-weight:normal;
  letter-spacing: 0;
  color: #818181;
}

body .row-fluid .landing-2-hero-section .form-cont .privacy-text{
  margin-top:60px;
  margin-left:0;
}


body .row-fluid .landing-2-hero-section .form-cont .privacy-text a{
  color:#EB7311;
}

body .row-fluid .landing-2-hero-section .form-cont form select{
  position:relative;
  background:#fff url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/orange%20dropdown.svg)no-repeat !important;
  background-size:15px !important;
  background-position:96%!important;
}

@media(max-width:1200px){

  .landing-2-hero-section:before {

    top: -32%;
    left: -23%;
    width: 100%;
    height: 100vh;

  }
}



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

  .landing-2-hero-section .form-cont form .hs-form-field label{

    font-size:15px;
  }
}

@media(max-width:767px){

  body .row-fluid .landing-2-hero-section .left-col,
  body .row-fluid .landing-2-hero-section .right-col{
    width:100%;
    margin-left:0;
  }

  .landing-2-hero-section{
    padding: 30px 0 82px;
  }

  .landing-2-hero-section h1{
    /*color: #253f4d;*/
    color: #fff;
    text-align: center;
  }


  .landing-2-hero-section .form-cont form .hs-form-field label{
    padding-right:20px;
    font-size:16px;
  }

  .landing-2-hero-section .right-col .form-container .form-text h2{
    font-size: 29px;
    line-height: 39px;

  }

  body .row-fluid .landing-2-hero-section .form-cont form .hs-error-msg{
    font-size:11px;
  }


  .landing-2-hero-section:before{
    top: -20%;
    left: -10%;
    right: 0;
    width: 140%;
    align-content:centre;
    /*height: 100vh; */
  }

}

@media(max-width:480px){

  .landing-2-hero-section .form-cont form .hs-form-field label {
    padding-right: 20px;
    font-size: 13px;
  }

  .landing-2-hero-section:before{
    top: -7%;
  }

}

/***************LANDING 2 SECTION 3***************/



.landing-2-section3-cm{
  padding:70px 0 42px;
  position:relative;
  background-size:cover!important;
}

body .row-fluid .landing-2-section3-cm .wrapper{
  max-width:740px;

}

.landing-2-section3-cm .img-cont{
  width:102px;
  height:102px;
}

.landing-2-section3-cm .quote-cont blockquote{
  margin-bottom:20px;
  position:relative;
}

.landing-2-section3-cm  .quote-cont blockquote:after{
  position:absolute;
  content:'';
  bottom:7px;
  right:initial;
  margin-left:11px;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Quote%20Marks%20white.svg)no-repeat;
  background-position:center center;
  background-size:cover;
  width: 24px;
  height: 19px;
}

.landing-2-section3-cm  .quote-cont blockquote:before{
  position:absolute;
  content:'';
  top: 7px;
  left: -43px;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Quote%20Marks%20white.svg)no-repeat;
  background-position:center center;
  background-size:cover;
  width: 24px;
  height: 19px;
}


.landing-2-section3-cm .cta-container{
  padding-top:36px;
}

.landing-2-section3-cm .quote-cont{
  width: 75%;
  margin-left: 7.5%;
}

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

  .landing-2-section3-cm .quote-cont blockquote:after {
    right: -30px;
  }

}

@media(max-width:767px){

  .landing-2-section3-cm {
    padding: 76px 0 106px;
    background-size:cover!important;
    text-align:center;
  }


  .landing-2-section3-cm .wrapper>.row-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .landing-2-section3-cm .quote-cont {
    width: 100%;
    margin-left: 0;
  }


  .landing-2-section3-cm .quote-cont blockquote{
    margin-bottom: 70px;
    position: relative;
    margin-top: 50px;
    padding-top: 17px;
  }


  .landing-2-section3-cm .quote-cont blockquote:after {
    position: absolute;
    content: '';
    bottom: -44px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .landing-2-section3-cm .quote-cont blockquote:before {
    position: absolute;
    content: '';
    top: -19px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }

}





/*****=========================
LANDING PAGE 1 STYLING
==========================*****/


/***************LANDING 1 HERO SECTION ***************/

.landing-1-hero-section{
  position:relative;
  z-index:1;
  padding: 70px 0 124px;
}

.landing-1-hero-section:before{
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20shape.svg) no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  content: '';
  top: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1700px;
  z-index: -1;
  transform: rotate(90deg);
}

body .row-fluid .landing-1-hero-section .wrapper{
  max-width:1470px;
}


.landing-1-hero-section h1{
  max-width: 1063px;
  margin: 0 auto 96px;
  float: none;
}

.landing-1-hero-section .video-pop-cm{
  width:80%;
}

.landing-1-hero-section .video-pop-cm img{
  float:left;

}


@media(max-width:1600px){

  .landing-1-hero-section:before{
    transform: rotate(0deg);
  }

}


@media(max-width:1439px) and (min-width:1201px){
  .landing-1-hero-section:before {
    top: -70%;
  }

}

@media(max-width:1200px) and (min-width:1025px){

  body .row-fluid .landing-1-section2-cm .form-container{
    margin-top:-511px;
  }

  body .row-fluid .landing-1-section2-cm .quote-cont {
    width: 74%;
  }

  .landing-1-hero-section:before {
    top: -60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1150px;
    z-index: -1;
  }

}

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


  .landing-1-hero-section .video-pop-cm{
    max-width: 400px;
  }

  body .row-fluid .landing-1-section2-cm .quote-cont {
    width: 65%;
    margin-left: 5.5%;
  }

  body .row-fluid .landing-1-section2-cm .form-container{
    right: 0;
    width: 42%;
    margin-left: 0;
    margin-top: -413px;
  }

  body .row-fluid .landing-1-section2-cm .form-cont form .hs-form-field label{
    font-size:15px;

  }

  .landing-1-hero-section{
    padding: 30px 0 54px;
  } 

  .landing-1-hero-section:before {
    top: -67%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }

}


@media(max-width:767px){


  .landing-1-hero-section{
    padding: 20px 0 55px;
  }

  .landing-1-hero-section h1{
    color:#243f4d;
  }

  .landing-1-hero-section:before {
    display:none;
  }

  body .row-fluid .landing-1-hero-section .video-pop-cm {
    width: 100%;
  }





}

/*************LANDING 1 SECTION 2 Cm*************/


.landing-1-section2-cm{
  padding: 70px 0 35px;
  position:relative;
  z-index:2;
  background-size:cover!important;
}


.landing-1-section2-cm:after{
  background: #243F4D;
  opacity: 0.7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  bottom: 0;
  z-index:-1;
}

body .row-fluid .landing-1-section2-cm .wrapper{
  max-width:1470px;

}


.landing-1-section2-cm .img-cont{
  width:102px;
  height:102px;
}

.landing-1-section2-cm .quote-cont blockquote{
  margin-bottom:20px;
  position:relative;
}

.landing-1-section2-cm .quote-cont blockquote:after{
  position:absolute;
  content:'';
  bottom:7px;
  left: 245px;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Quote%20Marks.svg)no-repeat;
  background-position:center center;
  background-size:cover;
  width: 24px;
  height: 19px;
}

.landing-1-section2-cm .quote-cont blockquote:before{
  position:absolute;
  content:'';
  top: 7px;
  left: -43px;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Quote%20Marks.svg)no-repeat;
  background-position:center center;
  background-size:cover;
  width: 24px;
  height: 19px;
}





.landing-1-section2-cm .quote-cont{
  width: 78%;
  margin-left: 7.5%;
}

.landing-1-section2-cm  .form-container{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 13px #00000034;
  border-radius: 8px;
  opacity: 1;
  padding: 43px 25px 25px;
  position: relative;
  right: -4.4%;
  width: 32.5%;
  margin-top: -46.4%;
}


.landing-1-section2-cm .form-container .form-text h3{
  margin-bottom:31px;
  color:#243F4D;
  font-weight:bold;
}


.landing-1-section2-cm  .form-cont form .hs-input{
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  opacity: 1;
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position:relative;
  padding-top:20px;
}

.landing-1-section2-cm .form-cont form .hs-input:focus{

  border: 1px solid #EB7311;
}



.landing-1-section2-cm .form-cont form  .hs-form-field label{
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  transition:all ease-in-out .2s;
}


.landing-1-section2-cm .form-cont form  .hs-form-field.color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#EB7311;
  transition:all ease-in-out .2s;

}


.landing-1-section2-cm .form-cont form  .hs-form-field.gray-color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#818181;
  transition:all ease-in-out .2s;
}

.landing-1-section2-cm .form-cont .hs-form-field{
  position:relative;
}



.landing-1-section2-cm .form-cont form .hs-form-required{
  display:none;
}


body .row-fluid .landing-1-section2-cm .form-cont form .hs-error-msg{
  color: red;
  position: relative;
  top: -20px;
  left: 0;
  font-size: 12px;
}


body .row-fluid .landing-1-section2-cm .form-cont form .hs-main-font-element{
  display:block;
}

body .row-fluid .landing-1-section2-cm .form-cont form .hs-main-font-element p{
   color: #253f4d;
}

body .row-fluid .landing-1-section2-cm .form-cont form .hs-main-font-element p a{
   color: #eb7311;
}


body .row-fluid .landing-1-section2-cm .form-cont form .hs-button{
  background:#EB7311;
  box-shadow: 0px 6px 6px #0000003D;
  border-radius: 24px;
  opacity: 1;
  text-align: center;
  font-size: 16px;
  line-height:20px;
  font-weight:bold;
  letter-spacing: 0.8px;
  color: #fff!important;
  width: 100%;
  box-sizing: border-box!important;
  transition:all ease-in-out .2s;
  margin-top: 7px;
}

body .row-fluid .landing-1-section2-cm .form-cont form .hs-button:hover{
  box-shadow:none;
  background: #26404d;
  color: #fff !important;
  transition: all ease-in-out .2s;
  border: 1px solid transparent !important;

}

body .row-fluid .landing-1-section2-cm .form-cont form .hs-form-booleancheckbox{
  margin-bottom:-5px;
}

body .row-fluid .landing-1-section2-cm .form-cont form  .input input[type="checkbox"]{
  color: #010101;
  border: 2px solid rgba(1, 1, 1, 54%);
  left: -7px;
  position: absolute;
  top: -1px;
}

body .row-fluid .landing-1-section2-cm .form-cont form .hs-form-booleancheckbox-display span{
  font-size: 16px;
  line-height:22px;
  font-weight:normal;
  letter-spacing: 0;
  color: #818181;
  padding-left: 30px;
}

body .row-fluid .landing-1-section2-cm .form-cont form select{
  position:relative;
  background:#fff url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/orange%20dropdown.svg)no-repeat !important;
  background-size:15px !important;
  background-position:96%!important;
}


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

  .landing-1-section2-cm .quote-cont blockquote:after {
    left: 160px;
  }

  .landing-1-section2-cm .quote-cont blockquote:before{

    left: -26px;
  }

}



@media(max-width:767px){

  .landing-1-section2-cm {
    padding: 276px 0 106px;
    background-size:cover!important;
    text-align:center;
  }


  .landing-1-section2-cm .wrapper>.row-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .landing-1-section2-cm .quote-cont {
    width: 100%;
    margin-left: 0;
  }

  body .row-fluid .landing-1-section2-cm .form-cont form  .hs-form-field label{
    padding-right:20px;
    font-size:16px;
  }


  .landing-1-section2-cm .quote-cont blockquote{
    margin-bottom: 70px;
    position: relative;
    margin-top: 50px;
    padding-top: 17px;
  }


  .landing-1-section2-cm .quote-cont blockquote:after {
    position: absolute;
    content: '';
    bottom: -44px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .landing-1-section2-cm .quote-cont blockquote:before {
    position: absolute;
    content: '';
    top: -19px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }

  body .row-fluid .landing-1-section2-cm .form-container{
    right: 0;
    width: 100%;
    margin-bottom: 10%;
  } 

  .landing-1-section2-cm .img-cont {
    width: 100%;
    max-width: 102px;
    height: 102px;
    margin: 0 auto 20px!important;
    text-align: center;
  }



}


@media(max-width:480px){

  body .row-fluid .landing-1-section2-cm .form-cont form .hs-form-field label {
    padding-right: 20px;
    font-size: 13px;
  }

}



/*****=========================
LANDING PAGE 3 STYLING
=========================*****/






/***********LANDING 3 HERO SECTION*****************/



.landing-3-hero-section{
  background:linear-gradient(to right,#e99751 0%,#ea7200 50%,#d26c02 100%);
  box-shadow: 3px 6px 6px #0000003E;
  position:relative;
  z-index:1;
  padding: 80px 0 30px;
  margin-bottom: 166px;
}

body .row-fluid .landing-3-hero-section .wrapper{

  max-width:1470px;
}


body .row-fluid .landing-3-hero-section .left-col{
  width: 46.55%;
}


.landing-3-hero-section .left-col h5{
  font-size:18px;
  margin-top: 21px;
  margin-bottom:25px;
}

.landing-3-hero-section  .form-text h1{
  font-weight:bold; 
  margin-bottom:30px;
}

.landing-3-hero-section  .form-text ul{
  margin-bottom:42px;
}

.landing-3-hero-section  .form-text ul li{
  position:relative;
  margin-bottom: 14px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 22px;
}

.landing-3-hero-section  .form-text ul li:after{
  position:absolute;
  content:'';
  top: 10px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius:100%;
  background:#253F4D;
}

body .row-fluid .landing-3-hero-section .right-col{
  width: 49.5%;
  margin-left: 3.6%;
  margin-bottom:-100px;
}

.landing-3-hero-section .right-col .form-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 13px #00000034;
  border-radius: 8px;
  opacity: 1;
  padding: 30px 25px 20px;
}

.landing-3-hero-section .right-col .form-container .form-text h2{
  opacity:80%;
  margin-bottom:31px;
}


.landing-3-hero-section .form-cont form .hs-input{
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  opacity: 1;
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position:relative;
  padding-top:20px;
}

.landing-3-hero-section .form-cont form .hs-input:focus{

  border: 1px solid #EB7311;
}



.landing-3-hero-section .form-cont form  .hs-form-field label{
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  transition:all ease-in-out .2s;
}


.landing-3-hero-section .form-cont form  .hs-form-field.color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#EB7311;
  transition:all ease-in-out .2s;

}


.landing-3-hero-section .form-cont form  .hs-form-field.gray-color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#818181;
  transition:all ease-in-out .2s;
}

.landing-3-hero-section .form-cont .hs-form-field{
  position:relative;
}



.landing-3-hero-section .form-cont form .hs-form-required{
  display:none;
}


body .row-fluid .landing-3-hero-section .form-cont form .hs-error-msg{
  color: red;
  position: relative;
  top: -20px;
  left: 0;
  font-size: 12px!important;
}

body .row-fluid .landing-3-hero-section .form-cont form .hs-main-font-element{
  display:none;
}

body .row-fluid .landing-3-hero-section .form-cont form .hs-button{
  background:#EB7311;
  box-shadow: 0px 6px 6px #0000003D;
  border-radius: 24px;
  opacity: 1;
  text-align: center;
  font-size: 16px;
  line-height:20px;
  font-weight:bold;
  letter-spacing: 0.8px;
  color: #fff!important;
  width: 100%;
  box-sizing: border-box!important;
  transition:all ease-in-out .2s;
  margin-top: 20px;
}

body .row-fluid .landing-3-hero-section .form-cont form .hs-button:hover{
  box-shadow:none;
  background: #26404d;
  color: #fff !important;
  transition: all ease-in-out .2s;
  border: 1px solid transparent !important;
}

body .row-fluid .landing-3-hero-section .form-cont form .hs-form-booleancheckbox{
  margin-bottom:-2px;
}

body .row-fluid .landing-3-hero-section .form-cont form  .input input[type="checkbox"]{
  color: #010101;
  border: 2px solid rgba(1, 1, 1, 54%);
  left: -7px;
}

body .row-fluid .landing-3-hero-section .form-cont form .hs-form-booleancheckbox-display span{
  font-size: 16px;
  line-height:22px;
  font-weight:normal;
  letter-spacing: 0;
  color: #818181;
}

body .row-fluid .landing-3-hero-section .form-container .privacy-text{
  margin-top:60px;
  margin-left:0;
}


body .row-fluid .landing-3-hero-section .form-container .privacy-text a{
  color:#EB7311;
}

body .row-fluid .landing-3-hero-section .form-cont form select{
  position:relative;
  background:#fff url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/orange%20dropdown.svg)no-repeat !important;
  background-size:15px !important;
  background-position:96%!important;
}




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


  body .row-fluid .landing-3-hero-section .form-cont form .hs-button{
    font-size:14px;
    display:block;
    padding:14px 0;

  }
}

@media(max-width:767px){

  .landing-3-hero-section{
    margin-bottom:0;
  }

  body .row-fluid .landing-3-hero-section .left-col,
  body .row-fluid .landing-3-hero-section .right-col{
    width:100%;
    margin-left:0;
    margin-bottom:0;
  }

  body .row-fluid .landing-3-hero-section .form-cont .hs-form-field label{
    padding-right:20px;
    font-size:16px;
  }


  body .row-fluid .landing-3-hero-section .form-cont form .hs-button{
    white-space: inherit;
    border-radius: 8px;
  }

}




body.hs-blog-lisiting .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
body.hs-blog-post .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  padding:20px 20px;
}



/*****=====================
BLOG LISITING STYLING
=====================*****/


/*******POST FILTER SECTION**********/


.post-filter-section{
  padding: 110px 0 16px;
}

.post-filter-section h3{
  display:none;
}

body .row-fluid .post-filter-section .wrapper{
  max-width:1470px;
}

.post-filter-section ul li{
  display:inline-block;
  padding-right: 25px;
}

.post-filter-section ul li a{
  text-align: center;
  font-size: 16px;
  line-height:28px;
  font-weight:bold;
  letter-spacing: 0.8px;
  color: #253F4D;
  opacity:0.75;
}



.post-filter-section ul li a.active{
  opacity: 1;
  border-bottom:2px solid #EB7311;
  padding: 0 10px 11px 15px;
}


.filter-link-count{
  display:none;
}


@media(max-width:767px){

  .post-filter-section h3{
    display:block;
    position:relative;
    padding-left: 10px;
    cursor:pointer;
    max-width: 110px;
  }

  .topic-section .widget-module ul{
    display:none;
    position: absolute;
    top: 140px;
    z-index: 1;
    background: #fff;
    width: 100%;
  }

  .post-filter-section ul li{
    display:block;
    padding-right: 0;
    margin-bottom: 11px;

  }

  .post-filter-section ul li a.active {
    padding: 0 0px 5px;

  }

  .post-filter-section h3:after{
    background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Arrow%20right%20blue.svg)no-repeat;
    background-size:cover;
    background-position:center center;
    top: 11px;
    right: 0;
    position: absolute;
    content: '';
    width: 8px;
    height: 13px;
    transform: rotate(90deg);
  } 

}


/****=================
BLOG CONTENT STYLING
======================***/

body.hs-blog-listing .row-fluid .blog-section .wrapper{
  max-width:1440px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

body.hs-blog-listing .blog-section .post-listing{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body.hs-blog-listing .blog-section .post-listing .post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis:31.71%;
  -webkit-flex-basis: 31.71%;
  float: left;
  margin-right: 1.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  background: rgba(37,63,77,0.08);
  border-radius: 8px;
  margin-bottom: 20px;
  transition:all ease-in-out .2s;
}


body.hs-blog-listing .blog-section .post-listing .post-item:hover{
  background:#E2E5E6;
  transition:all ease-in-out .2s;
}


body.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(2),
body.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(3),
body.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(4){
  display:none;
}

body.category-page .row-fluid .blog-section .post-item:nth-child(2),
body.category-page .row-fluid .blog-section .post-item:nth-child(3),
body.category-page .row-fluid .blog-section .post-item:nth-child(4){
  display:block;
}

body.hs-blog-listing .row-fluid .blog-section  .post-item:nth-child(5){
  flex-basis: 64.8%;
  margin-right: 0;
  margin-left: 1.4%;
  margin-top: 0;
}


body.hs-blog-listing .row-fluid .blog-section  .post-listing .post-item:nth-child(5) .post-body h2{
  text-align: left;
  font-size: 36px;
  line-height:49px;
  font-weight:bold;
  letter-spacing: 0;
  color: #253F4D;
  opacity: 1;
}

body.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(5) .hs-featured-image-wrapper{
  height:502px;
}



body.hs-blog-listing .blog-section .post-listing .post-item .hs-featured-image-wrapper{
  height:263px;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
}


body.hs-blog-listing .blog-section .post-listing .post-item .post-body{
  padding: 9px 19px;
}

body.hs-blog-listing .blog-section .post-listing .post-item .post-body .topic-link{
  text-align: left;
  font-size: 13px;
  font-weight:bold;
  line-height:28px;
  letter-spacing: 0.65px;
  color: #253F4D;
  opacity: 1;
}

body.hs-blog-listing .blog-section .post-listing .post-item .post-body .post-listing-simple{
  min-height: 108px;
  font-size:24px;
  line-height:28px;
  font-weight:bold;
}



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


  body.hs-blog-listing .row-fluid .blog-section .post-listing .post-item:nth-child(5) .post-body h2{
    font-size:30px;
    line-height:39px;
  }

}


@media (max-width:767px){

  body.hs-blog-listing .blog-section .post-listing  {
    display: block;
    margin-right: 0;
  }

  body.hs-blog-listing .blog-section .post-listing .post-item {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }

  body.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(5) .hs-featured-image-wrapper,
  body.hs-blog-listing .blog-section .post-listing .post-item .hs-featured-image-wrapper{
    height: 202px;
  }

  body.hs-blog-listing .row-fluid .blog-section .post-listing .post-item:nth-child(5) .post-body h2 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  body.hs-blog-listing .blog-section .post-listing .post-item .post-body .post-listing-simple{
    min-height:100%;
  }

  body.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(5){
    margin-left:0;
  }

}



/*******BLOG HERO SECTION**********/


body .row-fluid .blog-hero-section .wrapper{
  max-width:1470px;
}



@media(max-width:767px){

  .blog-hero-section .right-col{
    padding:30px 0;
  }
}


/********FEATURED POST CM*******/


.featured-post-cm .post-item{

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*float: left;*/
  float: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  background: rgba(37,63,77,0.08);
  border-radius: 8px;
  margin-bottom: 20px;
  transition:all ease-in-out .2s;
  flex-basis: 96.6%;
  margin-right:0;
  min-height:650px;
}

.featured-post-cm .post-item:hover{
  background:#E2E5E6;
  transition:all ease-in-out .2s;
}


.featured-post-cm .post-item .post-header .post-listing-simple{
  text-align: left;
  font-size: 36px;
  line-height:49px;
  font-weight:bold;
  letter-spacing: 0;
  color: #253F4D;
  opacity: 1;
}

.featured-post-cm .post-item .hs-featured-image-wrapper{
  height:502px;
  border-radius: 8px 8px 0px 0px;
}


.featured-post-cm .post-item .post-header{
  padding: 9px 19px;
}

.featured-post-cm .post-item .post-header .topic-link{
  text-align: left;
  font-size: 13px;
  font-weight:bold;
  line-height:28px;
  letter-spacing: 0.65px;
  color: #253F4D;
  opacity: 1;

}

.featured-post-cm .post-item .post-header .post-listing-simple{
  text-align: left;
  font-size: 36px;
  line-height: 49px;
  font-weight: bold;
  letter-spacing: 0;
  color: #253f4d;
  opacity: 1;
}

@media(max-width:1024px) and (min-width:767px){

  .featured-post-cm .post-item .post-header .post-listing-simple{
    font-size: 30px;
    line-height: 39px;
  }

}

@media(max-width:767px){

  .featured-post-cm .post-item .post-header .post-listing-simple {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }
  .featured-post-cm .post-item .hs-featured-image-wrapper{
    height: 202px!important;
  }


}
/*******RECENT POST LISITING PAGE********/


.recent-post-cm-1 .post-lisiting{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -4.5%;
}


.recent-post-cm-1 .post-item{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.3%;
  -webkit-flex-basis: 47.3%;
  float: left;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  background: rgba(37,63,77,0.08);
  border-radius: 8px;
  margin-bottom: 20px;
  transition:all ease-in-out .2s;
}


.recent-post-cm-1 .post-item:hover{
  background:#E2E5E6;
  transition:all ease-in-out .2s;
}



.recent-post-cm-1 .post-item:last-child{
  margin-right:0;
}

.recent-post-cm-1 .post-item .hs-featured-image-wrapper{
  height:263px;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
}


.recent-post-cm-1 .post-item .post-header{
  padding: 9px 19px;
}

.recent-post-cm-1 .post-item .post-header .topic-link{
  text-align: left;
  font-size: 13px;
  font-weight:bold;
  line-height:28px;
  letter-spacing: 0.65px;
  color: #253F4D;
  opacity: 1;
}

.recent-post-cm-1 .post-item .post-header .post-listing-simple{
  min-height: 108px;
  font-size:24px;
  line-height:28px;
  font-weight:bold;
}


@media(max-width:1330px){

  .recent-post-cm-1 .post-item{
    min-height: 506px;
  }

  body .row-fluid .blog-subscribe-section{
    min-height:506px!important;
  }
}



@media (max-width: 767px){

  .recent-post-cm-1 .post-item {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 35px auto 0;
    float: none;
  }

  .recent-post-cm-1 .post-item{
    min-height:100%!important;
  }

  body .row-fluid .blog-subscribe-section{
    min-height:100%!important;
  }

  .recent-post-cm-1 .post-lisiting {
    display: block;
    margin-right: 0;
  }



  .recent-post-cm-1 .post-item .hs-featured-image-wrapper{
    height: 202px;
  }


  .recent-post-cm-1 .post-item .post-header .post-listing-simple{
    min-height:100%;
  }

}

/********BLOG EXPLORE SECTION********/


.blog-explore-section{
  background:linear-gradient(to right,#e99751 0%,#ea7200 50%,#d26c02 100%);
  padding: 151px 20px 151px;
  max-width:31.71%;
  border-radius: 8px;
  opacity: 1;
  margin-bottom:20px;
}


.blog-explore-section h1{
  margin-bottom: 60px;
}

body .row-fluid .blog-explore-section .cta-container a.cta_button{
  color:#EB7311;
  background:#fff;
  box-shadow:none;
  transition:all ease-in-out .2s;
  border:1px solid transparent;
  padding: 13px 108.5px;
}



body .row-fluid .blog-explore-section .cta-container a.cta_button:hover{
  color:#fff;
  background:#26404D;
  box-shadow:none;
  transition:all ease-in-out .2s;
  border:1px solid #26404D;
}



@media(max-width:1460px){

  body .row-fluid .blog-explore-section .cta-container a.cta_button{
    padding: 13px 80.5px;
  }

}



@media(max-width:1288px){

  body .row-fluid .blog-explore-section .cta-container a.cta_button {
    padding: 13px 0px;
    width: 100%;
    box-sizing: border-box!important;
    text-align: center;
    display:block;
  }

}


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

  .blog-explore-section h1{
    font-size: 32px;
    line-height: 42px;
  }

  body .row-fluid .blog-explore-section .cta-container a.cta_button{
    font-size:14px;
  }

}



@media(max-width:767px){

  .blog-explore-section{
    max-width:100%;
    padding: 100px 20px 100px;
  }
}

/************RIGHT COL STYLING**********/



/********MOST POPULAR CM & POST BY TAG CM ***********/

.right-col .tag{
  background: #EB7311;
  border-radius: 1px;
  max-width: 141px;
}

.right-col .tag p{
  color:#fff;
  text-transform:uppercase;
  text-align: center;
  font-size:13px;
  line-height:28px;
  font-weight:bold;
  letter-spacing: 0.65px;
  opacity: 1;
  padding: 5px 0;
}


.right-col .post-item{
  background: #EEF0F1 ;
  border-radius: 8px;
  padding: 5px 32px 7px 16px;
  margin-bottom: 20px;
  transition: all ease-in-out .2s;
}


.right-col .post-item:hover{
  background: #e2e5e6;
  transition: all ease-in-out .2s;
}


.right-col .post-item p{
  margin-bottom: 5px;

}

.right-col .post-item .topic-link{
  text-align: left;
  font-size:13px;
  line-height:28px;
  font-weight:bold;
  letter-spacing: 0.65px;
  color: #253F4D;
  opacity: 1;

}


.right-col .post-item h2{
  text-align: left;
  font-size: 18px;
  line-height:24px;
  font-weight:bold;
  letter-spacing: 0;
  color: #253F4D;
  opacity: 1;
  margin-bottom:0;
  min-height:53px;
}



@media(max-width:1288px){

  .right-col .post-item h2{
    min-height: auto;
  }
}


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


  .right-col .post-item h2{
    line-height:20px;
  }

}

/*******BLOG SUBSCRIBE SECTION ********/


.blog-subscribe-section{
  background:linear-gradient(to right,#e99751 0%,#ea7200 50%,#d26c02 100%);
  padding: 22px 40px 23px;
  max-width:468px;
  border-radius: 8px;
  opacity: 1;
}


.blog-subscribe-section p{
  margin-bottom: 28px;
}

body .row-fluid .blog-subscribe-section form .hs-input{
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  opacity: 1;
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position:relative;
  padding-top:0px;
}

body .row-fluid .blog-subscribe-section form .hs-input:focus{

  border: 1px solid #EB7311;
}



body .row-fluid .blog-subscribe-section form .hs-form-field label{
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  transition:all ease-in-out .2s;
}


body.hs-blog-post .row-fluid .blog-subscribe-section form .hs-form-field .hs-error-msg{
  font-size: 12px;
}


body .row-fluid .blog-subscribe-section form  .hs-form-field.color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#EB7311;
  transition:all ease-in-out .2s;

}


body .row-fluid .blog-subscribe-section form .hs-form-field.gray-color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#fff;
  transition:all ease-in-out .2s;
}

body .row-fluid .blog-subscribe-section form .hs-form-field{
  position:relative;
}



body .row-fluid .blog-subscribe-section form .hs-form-required{
  display:none;
}


body .row-fluid .blog-subscribe-section form .hs-error-msg{
  color: #fff;
  position: absolute;
  top: -20px!important;
  left: 0;
  font-size: 12px!important;
}

body .row-fluid .blog-subscribe-section form .hs-main-font-element{
  display:none;
}


body .row-fluid .blog-subscribe-section form .hs-button{
  color:#EB7311!important;
  background:#fff;
  box-shadow:none;
  transition:all ease-in-out .2s;
  border:1px solid transparent;
  padding: 13px 0px;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box!important;
  cursor:pointer;
}



body .row-fluid .blog-subscribe-section form .hs-button:hover{
  color:#fff!important;
  background:#26404D;
  box-shadow:none;
  transition:all ease-in-out .2s;
  border:1px solid #26404D;
}

body.current-page.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(2),
body.current-page.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(3),
body.current-page.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(4){
  display:block;
}


@media(max-width:1430px){

  .blog-subscribe-section{
    padding: 22px 26px 23px;  
  }
}

@media(max-width:1290px){

  .featured-post-cm .post-item .hs-featured-image-wrapper {
    height: 493px;
  }

  .featured-post-cm .post-item {
    min-height: 100%;
  }

  .blog-subscribe-section {
    padding: 22px 18px 23px;
  }
}





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

  .blog-subscribe-section{
    padding: 22px 20px 23px;
    min-height: 452px;
  }


}


@media(max-width:767px){

  .blog-subscribe-section{
    max-width:100%;
  }
}

/******FREE TRIAL CM********/


body.hs-blog-lisiting .row-fluid .free-trial-cm .wrapper{
  max-width: 1474px;
}

body .row-fluid .free-trial-cm{
  margin-left:0;
}

.free-trial-cm .free-trial-wrap{
  border-radius: 8px;
  opacity: 1;
  padding: 22px 0px 15px 37px;
  margin-bottom:83px;
}


.free-trial-cm .free-trial-wrap .img-cont{
  height:180px;
  width:327px;
}


.free-trial-cm .free-trial-wrap .text-cont{
  width: 67.811966%;
}

.free-trial-cm .free-trial-wrap .text-cont h2{
  margin-bottom: 13px;
}

.free-trial-cm .free-trial-wrap .text-cont p{
  margin-bottom: 26px;
}


body .row-fluid .free-trial-cm .free-trial-wrap .cta-container a.cta_button{
  color:#EB7311;
  background:#fff;
  box-shadow:none;
  transition:all ease-in-out .2s;
  border:1px solid transparent;
  padding: 13px 108.5px;
}



body .row-fluid .free-trial-cm .free-trial-wrap .cta-container a.cta_button:hover{
  color:#fff;
  background:transparent;
  box-shadow:none;
  transition:all ease-in-out .2s;
  border:1px solid #fff;
}



@media(max-width:1460px){

  .free-trial-cm .free-trial-wrap{
    padding: 22px 0px 35px 37px;
  }

}


@media(max-width:1288px){

  .free-trial-cm .free-trial-wrap .img-cont {
    height: 143px;
    width: 260px;
  }

}


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

  .free-trial-cm .free-trial-wrap .text-cont {
    width: 55.811966%;
  }
  .free-trial-cm .free-trial-wrap .text-cont h2 {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 28.54px;
  }
  .free-trial-cm .free-trial-wrap .text-cont p {
    margin-bottom: 26px;
    font-size: 14px;
  }
  body .row-fluid .free-trial-cm .free-trial-wrap .cta-container a.cta_button {
    color: #eb7311;
    background: #fff;
    box-shadow: none;
    transition: all ease-in-out .2s;
    border: 1px solid transparent;
    padding: 13px 20px;
    width: 100%;
    box-sizing: border-box!important;
    font-size: 14px;
  }

}



@media(max-width:767px){

  .free-trial-cm{
    padding:30px 0 0;
  }

  .free-trial-cm .free-trial-wrap {
    padding: 52px 10px 52px 10px;
    margin-bottom: 43px;
  }

  .free-trial-cm .free-trial-wrap .img-cont {
    height: 163px;
    width: 298px;
    text-align: center;
    margin: 0 auto;
    float: none;
  }

  .free-trial-cm .free-trial-wrap .text-cont {
    width: 100%;
  }

  body .row-fluid .free-trial-cm .free-trial-wrap .cta-container a.cta_button{
    padding: 13px 30px;
    width: 100%;
    box-sizing: border-box!important;
    display:block;

  }
}


@media(max-width:480px){

  .free-trial-cm .free-trial-wrap .img-cont {
    height: 138px;
    width: 250px;
  }

}

/**************BLOG PAGINATIONS*************/


.blog-paginations{
  text-align:center;
  max-width: 565px;
  margin: 0 auto 80px;
}

.blog-paginations .prev-btn img{
  max-width:10px;
  vertical-align: middle;
  padding-right:12px;
}

.blog-paginations .prev-btn a{
  text-align: left;
  font-size: 16px;
  line-height:28px;
  font-weight:bold;
  letter-spacing: 0.8px;
  color: #253F4D;
  opacity: 0.5;
  display: inline-flex;
}

.blog-paginations .nxt-btn img{
  max-width:10px;
  vertical-align: middle;
  padding-left:12px;
}



.blog-paginations .nxt-btn a{
  text-align: left;
  font-size: 16px;
  line-height:28px;
  font-weight:bold;
  letter-spacing: 0.8px;
  color: #46ACC2;
  opacity: 1;
  display: inline-flex;
}

.blog-paginations ul li.prev-btn{
  float: left;
  position: relative;
  right: 0;
}

.blog-paginations ul li.nxt-btn{
  float: right;
  padding-right:0;
  position: relative;
  left: 0;
}

.blog-paginations ul li{
  display:inline-block;
  padding-right: 33px;
}

.blog-paginations ul li a{
  text-align: left;
  font-size: 16px;
  line-height:28px;
  font-weight:bold;
  letter-spacing: 0.8px;
  color: #46ACC2;
  opacity: 1;
}



.blog-paginations ul li.current a{
  background: #46ACC21A;
  border: 2px solid #40ACC2;
  border-radius: 4px;
  opacity: 1;
  padding: 6px 11.5px;
}



@media(max-width:767px){

  .blog-paginations ul li.prev-btn{
    right:11px;
  }

  .blog-paginations ul li.nxt-btn{
    left:0;
    margin-left: 0;
    margin-right: 10px;
  }

  .blog-paginations ul li{
    padding-right:0;
  }

}


/**********BLOG CATEGORY STYLING**************/



.category-page .blog-hero-section,
.category-page .blog-explore-section,
.category-page .free-trial-cm{
  display:none;
}



body.category-page.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(2) .hs-featured-image-wrapper {
  height: 263px;
}

body.category-page.hs-blog-listing .row-fluid .blog-section .post-item:nth-child(2) {
  flex-basis: 31.71%;
  margin-right: 1.4%;
  margin-left: 0;
  margin-top: 0;
}


body.category-page.hs-blog-listing .row-fluid .blog-section .post-listing .post-item:nth-child(2) .post-body h2 {
  text-align: left;
  letter-spacing: 0;
  color: #253f4d;
  opacity: 1;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}




/*****====================
BLOG POST STYLING
====================*****/



.hs-blog-post .blog-hero-section,
.hs-blog-post .blog-explore-section,
.hs-blog-post .free-trial-cm,
.hs-blog-post .post-filter-section{
  display:none;
}

.hs-blog-post .post-body .cta_button{
  background:transparent;
  box-shadow:none;
  padding:0;
}

.hs-blog-post .blog-section{

  padding:100px 0 43px;
}

.hs-blog-post .blog-content-section{
  padding: 27px 0 0px;
}

.hs-blog-post .blog-content-section .wrapper{
  max-width:1470px;
  padding-left:15px;
  padding-right:15px;
  margin:0 auto;
}



body.hs-blog-post .row-fluid .post-section-hero .wrapper{
  position:relative;
  max-width:1497px;
  margin-top:50px;
}

.hs-blog-post .hs-featured-image-wrapper{
  height: 482px;
  width: 77%;
  border-radius: 8px;
  opacity: 1;
  position: relative;
}

.hs-blog-post .hs-article-card-image-wrapper{
  height: 482px;
  width: 100%;
  border-radius: 8px;
  opacity: 1;
  position: relative;
}

.hs-blog-post .blog-subscribe-section{
  position: absolute;
  margin-left: 0;
  right: 15px;
  top: 0px;
  border-radius: unset;
  max-width: 346px;
}


.hs-blog-post .blog-content-section .author-wrap{
  max-width:460px;
  display: flex;
  align-items: center;
  position: absolute;
  top: initial;
  opacity: 1;
}

.hs-blog-post .blog-content-section .author-wrap .author-img{
  width:auto;
  float:left;
}



.hs-blog-post .blog-content-section .author-wrap .author-img .hs-author-avatar{
  height:80px;
  width:80px;
}


.hs-blog-post .blog-content-section .author-wrap .author-detail{
  width:auto;
  float:left;
}

.hs-blog-post .blog-content-section .author-wrap .author-detail span,
.hs-blog-post .blog-content-section .author-wrap .author-detail .author-link{
  text-align: left;
  font-size: 16px;
  line-height:20px;
  font-weight:bold;
  letter-spacing: 0;
  color: #253F4D;
}

.hs-blog-post .blog-content-section .post-sharing-icons{
  position:absolute;
}

.hs-blog-post .blog-content-section .post-sharing-icons .sharing-icon {
  position: absolute;
  margin: 0;
  margin-top: 3px;
  top: 130px; 
  width: 120px;
  left:0px;
  text-align: left;

}
.sharing-icon2 {
  position: absolute;
  margin: 0;
  margin-top: 3px;
  top: 130px; 
  width: 120px;
  left:0px;
  text-align: left;

}


.hs-blog-post .blog-content-section .post-sharing-icons .sharing-icon li{
  width:20px;
  margin-bottom: 15px;
}


.hs-blog-post .blog-content-section .post-content-wrap{
  padding-top: 35px;

}

.hs-blog-post .blog-content-section .post-body{
  position:relative;
  max-width:712px;
  margin:0 auto;
}

.hs-blog-post .blog-content-section .post-body .title{
  font-size: 36px;
  font-weight: bold;
  line-height: 49px;
  letter-spacing: 0px;
}

.hs-blog-post .blog-content-section .post-body .topic{
  margin-bottom:5px;
}

.hs-blog-post .blog-content-section .post-body .topic-link{
  text-align: left;
  font-size: 13px;
  line-height:28px;
  font-weight:bold;
  letter-spacing: 0.65px;
  color: #253F4D;
  opacity: 1;
}


.hs-blog-post .blog-content-section .post-body .published{
  text-align: left;
  font-size: 14px;
  line-height:28px;
  font-weight:normal;
  letter-spacing: 0;
  color: #253F4D;
  opacity: 0.5;
}


.hs-blog-post .blog-content-section .post-body p{
  font-size:20px;
  line-height:34px;
  font-weight:normal;
  margin-bottom: 20px;
}


.hs-blog-post .blog-content-section .post-body h2{
  text-align: left;
  font-size: 28px;
  line-height:32px;
  font-weight:normal;
  letter-spacing: 0;
  color: #243F4D;
  margin-bottom: 23px;
}


.hs-blog-post .blog-content-section .post-body h3{
  text-align: left;
  font-size: 28px;
  line-height:32px;
  font-weight:600;
  letter-spacing: 0;
  color: #243F4D;
  margin-bottom: 23px;
}


.hs-blog-post .blog-content-section .post-body h4{
  text-align: left;
  font-size: 20px;
  line-height:32px;
  font-weight:600;
  letter-spacing: 0;
  color: #243F4D;
  margin-bottom: 23px;
}

.hs-blog-post .blog-content-section .post-body p span{
  color:#253f4d;
}


.hs-blog-post .blog-content-section .post-body blockquote{
  text-align: left;
  font-size:  36px;
  line-height:52px;
  font-weight:300;
  font-style:italic;
  letter-spacing: 0;
  color: #253F4D;
  opacity: 1;
  padding: 24px 0;
  margin:30px 0;
  position:relative;
  z-index:1;
}

.hs-blog-post .blog-content-section .post-body blockquote:after{
  position:absolute;
  content:"";
  left: -90%;
  margin: 0 auto;
  width: 10000px;
  height: 1px;
  border-top: 2px solid rgba(36,63,77,0.08);
  z-index:-1;
  top:0;
}

.hs-blog-post .blog-content-section .post-body blockquote span:before{
  position:absolute;
  left:-30px;
  top:0;
  content:'';
  background:url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Quote%20Marks.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:24px;
  height:19px;
}

.hs-blog-post .blog-content-section .post-body blockquote span:after{
  position:absolute;
  right:-30px;
  bottom:0;
  margin-bottom:23px;
  content:'';
  background:url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Quote%20Marks.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:24px;
  height:19px;
}

.hs-blog-post .blog-content-section .post-body blockquote span{
  position:relative;
}


.hs-blog-post .blog-content-section .post-body blockquote:before{
  position: absolute;
  content: '';
  bottom: 0;
  left: -90%;
  margin: 0 auto;
  width: 10000px;
  height: 1px;
  border-bottom: 2px solid rgba(36,63,77,0.08);
  z-index: -1;
}



.hs-blog-post .blog-content-section .post-body img{
  margin: 30px 0;
}


.hs-blog-post .blog-content-section .post-body ul li{
  position:relative;
  padding-left: 5px;
  padding-bottom: 0px;  
  color:#253f4d;
  font-size:20px;
  line-height:34px;
}

.hs-blog-post .blog-content-section .post-body ul li:before{
  position:absolute;
  content:'';
  top:13px;
  left:-10px;
  border-radius:100%;
  width:4px;
  height:4px;
  background:#253F4D;
}

.hs-blog-post .blog-content-section .post-sharing-icons-1{
  padding: 50px 0 0;
}

.hs-blog-post .blog-content-section .post-sharing-icons-1 p{
  font-size: 20px;
  line-height:28px;
  font-weight:600;
  letter-spacing: 0;
  color: #243F4D;
  margin-bottom: 23px;
}


.hs-blog-post .blog-content-section .post-sharing-icons-1 ul{
  margin: 33px 0;
}

.hs-blog-post .blog-content-section .post-sharing-icons-1 ul li{
  display:inline-block;
  height: 30px;
  width: 30px;
  padding: 0px 20px;
}



.hs-blog-post .blog-content-section .download{
  background:linear-gradient(to right,#e99751 0%,#ea7200 50%,#d26c02 100%);
  border-radius:8px;
  opacity:1;
  max-width:346px;
  float:right;
  padding: 16px 0px 15px;
}


.hs-blog-post .blog-content-section .download p{
  color:#fff;
  margin: 0;
  text-align: center;
  padding: 0 32px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: bold;
}

.hs-blog-post .blog-content-section .contents{
  background-color:rgba(189, 189, 189, 0.11);
  padding: 28px 30px 16px;
  margin: 43px 0 22px;
}

.hs-blog-post .blog-content-section .contents h3{
  color:#EB7312;
}

.hs-blog-post .blog-content-section.contents h6 {
  font-size: 11px;
  letter-spacing: 0.1px;
  line-height: 30.8px;
  font-weight: 600;
  text-transform: inherit;
}



@media(max-width:1460px) and (min-width:1301px){

  .hs-blog-post .blog-content-section .author-wrap {
    max-width: 300px;
  }

  .hs-blog-post .blog-content-section .post-body {
    position: relative;
    max-width: 600px;
    margin: 0 0 0 280px;
  }

}


@media(max-width:1300px) and (min-width:1025px){

  .hs-blog-post .blog-content-section .post-body {
    position: relative;
    max-width: 520px;
    margin: 90px 0 0 90px;
  }

  .hs-blog-post .blog-section .hs-featured-image-wrapper {
    height: 449px;
  }

  .hs-blog-post .blog-content-section .author-wrap {
    max-width: 460px;
  }
}


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


  .hs-blog-post .blog-section .hs-featured-image-wrapper {
    height: 427px;
    width: 67%;
  }


  .hs-blog-post .blog-subscribe-section,
  .hs-blog-post .blog-content-section .download{
    max-width: 300px;
  }

  .hs-blog-post .blog-content-section .post-body {
    position: relative;
    max-width: 550px;
    margin: 110px auto 0;
  }
}


@media(max-width:767px){

  .hs-blog-post .blog-section .hs-featured-image-wrapper {
    height: 300px;
    width: 100%;
  }

  .hs-blog-post .blog-subscribe-section {
    position: relative;
    margin-left: 0;
    right: 0;
    top: 20px;
    padding: 22px 20px 23px;
  }

  .hs-blog-post .blog-content-section .post-sharing-icons{
    display:none;
  }

  .hs-blog-post .blog-content-section .author-wrap{
    max-width: 100%;

  }

  .hs-blog-post .blog-content-section .post-body {
    position: relative;
    max-width: 100%;
    margin: 40px auto 0;
  }

  .hs-blog-post .blog-content-section .post-body .title {
    font-size: 30px;
    line-height: 39px;
  }

  .hs-blog-post .blog-content-section .post-body p {
    font-size: 20px;
    line-height: 32px;
  }

  .hs-blog-post .blog-content-section .post-body blockquote {
    font-size: 30px;
    line-height: 42px;
    text-align:center;
  }

  .hs-blog-post .blog-content-section .post-body .published {
    text-align: center;
  }

  .hs-blog-post .blog-content-section .post-sharing-icons-1 {
    padding: 20px 0 0;
  }
  .hs-blog-post .blog-content-section .post-sharing-icons-1 ul li{
    padding: 0px 15px;
  }

  .hs-blog-post .blog-section {
    padding: 100px 0 0px;
  }

  .hs-blog-post .blog-content-section {
    padding: 27px 0 50px;
  }

  .hs-blog-post .blog-subscribe-section{
    max-width:100%;
  }

  .hs-blog-post .blog-content-section .download{
    max-width: 100%;
    float: none;
    margin-top:50px;
  }


  .hs-blog-post .blog-content-section .contents{
    padding: 28px 20px 16px;
  }
}

}

/***************RELATED POST CM***********/


body.hs-blog-post .row-fluid .related-post-section .wrapper{
  max-width:1440px;
  margin: 0 auto;
  border-top: 2px solid rgba(36, 63, 77, 0.5);
  padding: 70px 15px 60px;
}

body.hs-blog-post .related-post-section .post-listing{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
  padding-top: 40px;
}

body.hs-blog-post .related-post-section .post-listing .post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis:31.71%;
  -webkit-flex-basis: 31.71%;
  float: left;
  margin-right: 1.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  background: rgba(37,63,77,0.08);
  border-radius: 8px;
  margin-bottom: 20px;
  flex-direction: column;
  transition:all ease-in-out .2s;
}

body.hs-blog-post .related-post-section .post-listing .post-item:hover{
  background:#E2E5E6;
  cursor:pointer;
  transition:all ease-in-out .2s;
}

body.hs-blog-post .related-post-section .post-listing .post-item .hs-featured-image-wrapper{
  height:263px;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
  width: 100%; 
}


body.hs-blog-post .related-post-section .post-listing .post-item .post-header{
  padding: 9px 19px;
}

body.hs-blog-post .related-post-section .post-listing .post-item .post-header .topic-link{
  text-align: left;
  font-size: 13px;
  font-weight:bold;
  line-height:28px;
  letter-spacing: 0.65px;
  color: #253F4D;
  opacity: 1;
}

body.hs-blog-post .related-post-section .post-listing .post-item .post-header .post-title-related{
  min-height: 108px;
  font-size:24px;
  line-height:28px;
  font-weight:bold;
}





@media (max-width:767px){

  body.hs-blog-post .related-post-section .post-listing  {
    display: block;
    margin-right: 0;
    padding-top: 0px;
  }

  body.hs-blog-post .related-post-section .post-listing .post-item {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }

  body.hs-blog-post .related-post-section .post-listing .post-item .hs-featured-image-wrapper{
    height: 202px;
  }



  body.hs-blog-post .related-post-section .post-listing .post-item .post-header .post-title-related{
    min-height:100%;
  }

  body.hs-blog-post .row-fluid .related-post-section .wrapper{
    padding: 50px 20px 60px;
  }

}






/*=========================================================
ABOUT US SECTION 1
=========================================================*/  
.aboutus-section1 {
  padding:259px 0px 164px;
  background-image: linear-gradient(to right,#e99751 0%,#ea7200 50%,#d26c02 100%);
  opacity: 1;
  position:relative;
  z-index:1;
}

/* .aboutus-section1:after{
position:absolute;
left:0;
top:0;
content:'';
background:url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/About%20watermarks.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
width:500px;
height:500px;
}
*/

.aboutus-section1 h1 {
  font-size:58px;
  line-height:71px;
  color:#F2F6F8;
  letter-spacing:normal;
  font-weight:bold;
}

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


  .aboutus-section1 h1 {
    font-size: 38px;
    line-height: 51px;
  }
}



@media(max-width:767px){

  .aboutus-section1 {
    padding: 141px 0px 40px;
  }

  .aboutus-section1 h1{
    font-size: 32px;
    line-height: 41px;
  }

}

/*=========================================================
ABOUT US SECTION 2
=========================================================*/  

.aboutus-section2 {
  background-color:#F2F2F4;
  padding: 60px 0px 55px;
}
.aboutus-section2 p span {
  font-weight:bold;
}
.aboutus-section2 .cm-container {
  max-width:857px;
  margin:0 auto;
  margin-top: 37px;
}



@media(max-width:767px){

  .aboutus-section2 {
    padding: 50px 0px 45px;
  }

}

/*=========================================================
ABOUT US SECTION 3
=========================================================*/  


.row-fluid .aboutus-section3 [class*="span"].wrapper{
  max-width: 1470px;
}


body .row-fluid .aboutus-section3 .four-col-adjust span>.hs_cos_wrapper {
  flex-direction:column;
}

.aboutus-section3 {
  padding:64px 0px 64px;
}

.aboutus-section3 .counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.aboutus-section3 .image-container {
  margin-bottom: 33px;
  max-width: 28px;
  margin: 0 auto;
}
.aboutus-section3 .cm-container {
  margin-top:28px;
}

.aboutus-section3 h3 {
  font-size:60px;
  font-weight: 300;
}

.aboutus-section3 h4 {
  margin-top:8px;
}



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

  .aboutus-section3 h3 {
    font-size: 40px;
  }

  .aboutus-section3 h4{
    font-size:16px;
  }
}



@media(max-width:767px){

  .aboutus-section3 h3 {
    font-size: 35px;
  }

}
/*=========================================================
ABOUT US SECTION 4
=========================================================*/  

.about-page .home-section4-cm {
  padding: 110px 0 110px;
}

.aboutus-section4 {
  padding:109px 0px 91px;
}
.aboutus-section4 h3 {
  text-align:left;
  color:#fff;
}
.aboutus-section4 p {
  color:#fff;
  text-align:left;
  font-weight:bold;
  opacity:0.8;
  margin-top:19px;
}

.aboutus-section4 .cm-container {
  max-width:739px;
  margin:0 auto; 
}
.aboutus-section4 .cta-container {
  margin-top:50px;
}



@media(max-width:767px){

  .aboutus-section4 {
    text-align:center;
    padding: 31px 0px 77px;

  }

}

/*=========================================================
ABOUT US SECTION 5
=========================================================*/  

.aboutus-section5 {
  padding:121px 0px 117px;
}

body .row-fluid .aboutus-section5 .three-col-adjust span>.hs_cos_wrapper {
  flex-direction:column;
}


body .row-fluid .aboutus-section5 .wrapper{
  max-width:970px;
  margin:0 auto;
}

.aboutus-section5 .cta-container {
  margin-top:73px;
}


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

  .aboutus-section5 .three-col-adjust{
    max-width:712px;
    margin:0 auto;
  }
}

@media(max-width:767px){

  .aboutus-section5 {
    padding: 57px 0px 77px;

  }

  .aboutus-section5 .image-container img{
    max-width: 400px; 
  }

}


/*=========================================================
ABOUT US SECTION 6
=========================================================*/  

body .row-fluid .aboutus-section6 .wrapper{
  max-width: 1470px;
}

.aboutus-section6 {
  padding:116px 0px 40px;
  background-color:#F5F6F7;
}


.aboutus-section6 h2{
  margin-bottom: 49px;
}

.aboutus-section6 h3 {
  font-size:36px;
  color:#253F4D;
  line-height:49px;
  font-weight:bold;
}

.aboutus-section6 p {
  font-size:15px;
  max-width:300px;
}

body .row-fluid .aboutus-section6 .three-col-adjust span>.hs_cos_wrapper {
  flex-direction:column;
  flex-basis: 28.5%;
  margin-right: 6.43%;
  margin-bottom: 5%;
  margin-top:0;
}

body .row-fluid .aboutus-section6.aboutus-section6-update .three-col-adjust span>.hs_cos_wrapper{
  padding:20px;
}

.aboutus-section6.aboutus-section6-update .three-col-adjust span>.hs_cos_wrapper:hover{
  background: #e1e1e1;
  padding: 20px;
}

.aboutus-section6.aboutus-section6-update .cm-container .image-container img{
  max-width:100%;
}

body .row-fluid .aboutus-section6 .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){

  margin-right:0;
}

.aboutus-section6 .cm-container .span9{
  width: 71.358974%;
  margin-left: 5.564103%;
}

.aboutus-section6 .left-col {
  margin-top: 3px;
}

.aboutus-section6 .cm-container .image-container{
  padding-bottom:10px;
}

.aboutus-section6 .cm-container .image-container img{
  max-width:30px;
  height:auto;
}


@media(max-width:1280px) and (min-width:1025px){

  .aboutus-section6 .cm-container .span9 {
    width: 71.358974%;
    margin-left: 4.564103%;
  }

}


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

  .aboutus-section6 {
    padding: 90px 0px 90px;
  }

  .aboutus-section6 .cm-container .span9 {
    width: 65.358974%;
    margin-left: 11.564103%;
  }

  body .row-fluid .aboutus-section6 .three-col-adjust span>.hs_cos_wrapper {
    flex-direction: column;
    flex-basis: 43.5%;
    margin-right: 6.43%;
    margin-bottom: 5%;
    margin-top: 0;
  }

  body .row-fluid .aboutus-section6 .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right: 6.43%;
  }


}


@media (max-width: 767px) {

  .aboutus-section6 {
    padding: 54px 0px 30px;
    text-align:center;
  }

  .aboutus-section6 h3 {
    font-size:22px;
    line-height: 40px;
  }

  .aboutus-section6 .left-col {
    margin-top:0px;
  }

  .aboutus-section6 .image-container {
    margin-top:35px;
  }

  .aboutus-section6 .cm-container .span9 {
    width: 100%;
    margin-left: 0;
  }

  .aboutus-section6 p {
    font-size: 15px;
    max-width: 100%;
  }

}


/*****=============================
SHOPIFY PRODUCTS PAGE
=============================*****/

.shopify-products{
  padding-top:40px;
  padding-bottom:40px;
} 

@media(max-width:767px){
  .shopify-products{
    padding-top:20px;
    padding-bottom:20px;
  } 
  .product-wrapper{
    padding-bottom:40px;
  }
}





/*****=======================
PRICING PAGE STYLING 
=======================*****/


/***************PRICING CM**************/



.pricing-module{
  padding:160px 0 76px;
  background: #EBEDEF;
  margin-left:0!important;
}


.pricing-module .gst-blue{
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #253f4d;
  text-align: left;
  margin: 20px 0 0;
}

body .row-fluid .pricing-module .wrapper{
  max-width:1470px;
}

.pricing-module .tabber-section{
  margin-bottom: 40px;
}


.pricing-module .heading h2{
  margin-bottom: 37px;
}

.pricing-module ul li{
  display:inline-block;
  margin: 0;
  padding: 10px 0;
  cursor:pointer;
}

.pricing-module ul li.active:first-child{
  float: left;
}

.pricing-module ul li.active:last-child{
  float: right;
}

.pricing-module ul li h5{
  color:#EB7311;
}

.pricing-module ul{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 6px #00000029;
  border-radius: 28px;
  opacity: 1;
  max-width: 268px;
  margin: 0 auto;
  padding: 5px 5px 5px;

}

.pricing-module ul li.active{
  background: #EB7311 0% 0% no-repeat padding-box;
  border-radius: 24px;
  opacity: 1;
  padding: 10px 22.5px;
  margin: 0;

}

.pricing-module ul li.active h5{
  color:#fff;
}


.pricing-module .tabber-text .left-col .hs_cos_wrapper{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 6px 6px #00000029;
  opacity: 1;
  margin-top: 0;
  flex-basis: 47%;
  -webkit-flex-basis: 47%;
  margin-right: 3%;
}

.pricing-module .tabber-text .left-col .hs_cos_wrapper:first-child {
  height:80%;
}

.pricing-module .tabber-text .left-col .hs_cos_wrapper:first-child h3{
  color:#fff;
  background: #EB7311;
  opacity: 1;
  padding:28px 0 ;
  margin-bottom:0;
}



.pricing-module .tabber-text .left-col .hs_cos_wrapper:first-child .cont-wrap .loadMore {
  margin-bottom:97px;

}

.pricing-module .tabber-text .left-col .cont-wrap{
  padding: 20px 10px 20px;
}


.pricing-module .tabber-text .left-col .cont-wrap p{
  font-size:18px;
  line-height:24px;
  font-weight:normal;
  color: #253F4D;
  opacity: 0.7;
  margin-bottom:30px;
}




.pricing-module .tabber-text .left-col .cont-wrap .price-cont p{
  margin-top: 14px;
  font-size: 20px;
  line-height: 27px;
  color: #253F4D;
  opacity: 0.7;
}

.pricing-module .tabber-text .left-col .cont-wrap h1{
  margin-bottom:44px;
  font-size: 60px;
  line-height: 82px;
  font-weight: 300;
}

.pricing-module .tabber-text .left-col .cont-wrap h1 span{
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-weight: normal;
  margin-top:10px;
}


.pricing-module .tabber-text .left-col .cont-wrap .cta-container{
  margin-bottom: 48px;
}

.pricing-module .tabber-text .left-col .cont-wrap .cta-container a.cta_button{

  padding: 13px 78.5px;

}


.pricing-module .tabber-text .left-col .cont-wrap .loadMore{
  color:#EA7200;
  font-weight:bold;
  opacity:100%;
  border-top: 1px solid #00000029;
  padding-top: 28px;
  margin-bottom: 15px;
}


.pricing-module .tabber-text .left-col .hs_cos_wrapper:last-child h3{
  color:#fff;
  background:#253F4D;
  opacity: 1;
  padding: 28px 0;
  margin-bottom:0;
}


.pricing-module .tabber-text .left-col .hs_cos_wrapper:last-child .cont-wrap .description span{
  font-size: 18px;
  line-height:24px;
  font-weight:bold;
  font-style:italic;
  letter-spacing: 0;
  color: #253F4D;
  opacity:70%;
}


.pricing-module .tabber-text .left-col .hs_cos_wrapper:last-child .cont-wrap .description p:first-child{

  margin-bottom:10px;
}


.pricing-module .event1 .left-column,
.pricing-module .event2 .left-column{
  box-shadow: 3px 6px 6px #00000029;
  width: 49.4%;
  background:#fff;
}

.pricing-module .event1 .left-column .main-heading h3,
.pricing-module .event2 .left-column .main-heading h3{
  color: #fff;
  background-image: linear-gradient(to right,#E99751 0%,#EA7200 50%,#D26C02 100%);
  opacity: 1;
  padding: 28px 0;
  margin-bottom: 0;
}

.pricing-module .event1 .left-column .main-heading,
.pricing-module .event2 .left-column .main-heading{
  text-align:center;
}

.pricing-module .event1 .left-column .inner-calc,
.pricing-module .event2 .left-column .inner-calc{
  padding:28px 28px 7px;
}

.pricing-module .event1 .left-column .subheading p,
.pricing-module .event2 .left-column .subheading p{
  font-size:20px;
  color:#253F4D;
  opacity:0.7;
  line-height:27px;
  margin-bottom:20px;
  text-align:center;
}

.pricing-module .event1 .left-column .number-text,
.pricing-module .event2 .left-column .number-text{
  font-size:18px;
  line-height:28px;
  text-align:left;
  color:#243F4D;
  font-weight:bold;
}

.pricing-module .event1 .left-column,
.pricing-module .event2 .left-column{
  text-align:left;
  position:relative;
  z-index:2;

}

.pricing-module .event1 .left-column .add-on-container p,
.pricing-module .event2 .left-column .add-on-container p{
  font-size:14px;
  line-height:20px;
  color:#253F4D;
}

.pricing-module .event1 .left-column .add-on-container h4,
.pricing-module .event2 .left-column .add-on-container h4{
  font-size:18px;
  line-height:28px;
  font-weight:bold;
  position:relative;
}

.pricing-module .event1 .left-column .add-on-container h4:after,
.pricing-module .event2 .left-column .add-on-container h4:after{
  position: absolute;
  right: 0;
  top: 10px;
  content: '';
  background: #eb7311;
  width: 15px;
  height: 3px;
}

.pricing-module .event1 .left-column .add-on-container h4:before,
.pricing-module .event2 .left-column .add-on-container h4:before{
  position: absolute;
  right: 0;
  top: 10px;
  content: '';
  background: #eb7311;
  width: 15px;
  height: 3px;
  transform: rotate(90deg);
}

.pricing-module .event1 .right-column{
  background-image: linear-gradient(to right,#E99751 0%,#EA7200 50%,#D26C02 100%);
  border-radius: 0px 8px 8px 0px;
  padding:48px 42px 48px;
  margin-left:0;
  margin-top:50px;
  position: relative;
  transition:all 0.5s ease-in-out;
  transform:translateX(-100%);
  z-index:-1;


}


.pricing-module .event2 .right-column{
  background-image: linear-gradient(to right,#E99751 0%,#EA7200 50%,#D26C02 100%);
  border-radius: 0px 8px 8px 0px;
  padding:48px 42px 48px;
  margin-left:0;
  margin-top:50px;
  position: relative;
  transition:all 0.5s ease-in-out;
  transform:translateX(-100%);
  z-index:-1;
}

.pricing-module .event1 .right-column.open{
  transition:all 0.5s ease-in-out; 
  transform:translateX(0%);
  z-index:1;
}

.pricing-module .event2 .right-column.open {
  transition:all 0.5s ease-in-out; 
  transform:translateX(0%);
  z-index:1;
}

.pricing-module .event1 .right-column .gst, 
.pricing-module .event2 .right-column .gst{
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  color: #F2F7FA;
  opacity: 1;
  margin-top: 20px;
  margin-bottom:0;
}

.pricing-module .event1 .right-column #calculator .calc-result__wrap,
.pricing-module .event2 .right-column #calculator .calc-result__wrap{
  margin:0 auto;
}

.pricing-module .event1 .right-column #calculator .calc-result__wrap{
  border:none;
  max-width: 160px;
  margin: 0 auto 20px;
}


.pricing-module .event2 .right-column #calculator .calc-result__wrap{
  max-width:200px;
  margin:0 auto;
  border:none;
}

.pricing-module .event1 .right-column #calculator .calc-result__wrap .calc-result,
.pricing-module .event2 .right-column #calculator .calc-result__wrap .calc-result{
  font-size:60px;
  color:#fff;
  font-weight:300;
}

.pricing-module .event1 .right-column #calculator .period,
.pricing-module .event2 .right-column #calculator .period{
  font-size:16px;
  color:#fff;
  font-weight:normal;
}

.pricing-module .event1 .right-column .cta-container,
.pricing-module .event2 .right-column .cta-container{
  margin-top:60px;
}

.pricing-module .event1 .right-column .cta-container .cta-1 a.cta_button,
.pricing-module .event2 .right-column .cta-container .cta-1 a.cta_button{
  width:100%;
  background:#fff !important;
  color:#EB7311;
  display: block;
  box-sizing: border-box!important;
  padding:13px 0;
  transition: all ease-in-out .2s;
}


.pricing-module .event1 .right-column .cta-container .cta-1 a.cta_button:hover,
.pricing-module .event2 .right-column .cta-container .cta-1 a.cta_button:hover{
  background: #26404d!important;
  box-shadow:none;
  color: #fff;
  opacity: 1;
  text-align: center;
  transition: all ease-in-out .2s;
}


.pricing-module .event1 .right-column .cta-container .cta-2 a.cta_button,
.pricing-module .event2 .right-column .cta-container .cta-2 a.cta_button{
  width:100%;
  background:transparent !important;
  border:2px solid #fff;
  color:#fff;
  display: block;
  box-sizing: border-box!important;
  box-shadow:none;
  padding:13px 0;
  transition: all ease-in-out .2s;
}


.pricing-module .event1 .right-column .cta-container .cta-2 a.cta_button:hover,
.pricing-module .event2 .right-column .cta-container .cta-2 a.cta_button:hover{
  background: #26404d!important;
  border:2px solid #26404d;
  box-shadow:none;
  color: #fff;
  opacity: 1;
  text-align: center;
  transition: all ease-in-out .2s;
}


.pricing-module .event1 .right-column .cta-container .pre-text,
.pricing-module .event2 .right-column .cta-container .pre-text{
  font-size:16px;
  color:#fff;
  letter-spacing:0.8px;
  font-weight:bold;
  padding: 10px 0;
  display: block;
}

.pricing-module .event1 .right-col,
.pricing-module .event2 .right-col{
  margin-left: 2.3%;
}

.pricing-module #calculator .calc-result__wrap .calc-result{
  position:relative;
}

.pricing-module #calculator .calc-result__wrap .calc-result:before{
  position: absolute;
  left: 0;
  top: -14px;
  content: '$';
  color: #fff;
  font-size: 53px;
  line-height: 82px;
}

.pricing-module .tabber-text-wrap{
  left:13%;
  position:relative;
  transition:all 0.5s ease-in-out;
}

.pricing-module .tabber-text-wrap.move-left{
  left:1%;
  transition:all 0.5s ease-in-out;
  position:relative;
}




@media(max-width:1352px){

  body .container-fluid .row-fluid .pricing-module .event1 form ul li label span,
  body .container-fluid .row-fluid .pricing-module .event2 form ul li label span{
    width: 150px;
  }

  .pricing-module .event1 .right-col, 
  .pricing-module .event2 .right-col{
    margin-left: 2.1%;
  }

  .pricing-module .tabber-text .left-col .cont-wrap .cta-container a.cta_button {
    padding: 13px 48.5px;
  }

  .pricing-module .event1 .right-column .cta-container .cta-1 a.cta_button,
  .pricing-module .event2 .right-column .cta-container .cta-1 a.cta_button,
  .pricing-module .event1 .right-column .cta-container .cta-2 a.cta_button, 
  .pricing-module .event2 .right-column .cta-container .cta-2 a.cta_button{
    font-size: 14px;
    line-height: 15px;
  }


  .pricing-module .event2 .right-column #calculator .calc-result__wrap .calc-result{
    font-size: 46px;
  }

  .pricing-module #calculator .calc-result__wrap .calc-result:before{
    font-size: 42px;
  }

  .pricing-module .event2 .right-column #calculator .calc-result__wrap {
    max-width: 150px;

  }
}


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

  .pricing-module .tabber-text .left-col .cont-wrap .price-cont p {
    font-size: 18px;
    line-height: 22px;
  }

  .pricing-module .tabber-text .left-col .cont-wrap .cta-container a.cta_button {
    padding: 13px 28.5px;
  }

  .pricing-module .tabber-text .left-col .cont-wrap h1 {
    margin-bottom: 34px;
    font-size: 40px;
    line-height: 62px;
  }

  .pricing-module .tabber-text .left-col .cont-wrap p {
    font-size: 16px;
    line-height: 22px;
  }

  body .container-fluid .row-fluid .pricing-module .event1 form ul li label,
  body .container-fluid .row-fluid .pricing-module .event2 form ul li label{
    display: flex;
  }

  body .container-fluid .row-fluid .pricing-module .event1 form .input input[type="checkbox"],
  body .container-fluid .row-fluid .pricing-module .event2 form .input input[type="checkbox"]{
    display: inline-block;
    float: left;
    color: #fff;

  }

  body .container-fluid .row-fluid .pricing-module .event1 form ul li label span,
  body .container-fluid .row-fluid .pricing-module .event2 form ul li label span{
    width: 100%;
    display: unset;
    float: none;
  }

  .pricing-module .event1 .left-column .inner-calc,
  .pricing-module .event2 .left-column .inner-calc {
    padding: 28px 15px;
  }

  .pricing-cmodule .event1 .right-column, 
  .pricing-module .event2 .right-column{
    padding: 28px 22px 28px;
  }

  .pricing-module .event1 .right-column #calculator .calc-result__wrap .calc-result, 
  .pricing-module .event2 .right-column #calculator .calc-result__wrap .calc-result {
    font-size: 40px;
  }

  .pricing-module .event1 .right-column .cta-container, 
  .pricing-module .event2 .right-column .cta-container {
    margin-top: 40px;
  }

  .pricing-module .event1 .right-column .cta-container .cta-1 a.cta_button,
  .pricing-module .event2 .right-column .cta-container .cta-1 a.cta_button,
  .pricing-module .event1 .right-column .cta-container .cta-2 a.cta_button, 
  .pricing-module .event2 .right-column .cta-container .cta-2 a.cta_button{
    font-size: 12px;
    line-height: 15px;
    padding: 13px 9px;
  }


  .pricing-module #calculator .calc-result__wrap .calc-result:before{
    font-size: 40px;
    line-height: 82px;
  }

  .pricing-module .event1 .right-column #calculator .calc-result__wrap {
    max-width: 110px;
    margin: 0 auto;
  }

  .pricing-module .event2 .right-column #calculator .calc-result__wrap {
    max-width: 130px;
    margin: 0 auto;
  }



}


@media(max-width:767px){

  .pricing-module .tabber-text .left-col .hs_cos_wrapper{
    margin-top:40px;
  }

  .pricing-module .tabber-text .left-col .hs_cos_wrapper:first-child {
    height: 100%;
  }

  .pricing-module .event1 .right-col, .pricing-cm .event2 .right-col {
    margin-left: 0;
  }

  .pricing-module .event1 .left-column,
  .pricing-cm .event2 .left-column{
    width: 100%;
    margin-top: 40px;
  }

  body .row-fluid .pricing-module .event1 form ul li label span,
  body .row-fluid .pricing-module .event2 form ul li label span{
    width: 80%;
  }

  .pricing-module .event1 .right-column,
  .pricing-module .event2 .right-column{
    margin-top:0;
    border-radius: 0 0 10px 10px;
  }

  body .container-fluid .row-fluid .pricing-module .event1 form ul li label span, 
  body .container-fluid .row-fluid .pricing-module .event2 form ul li label span {
    width: 80%;
  }

  .pricing-module .event1 .right-column #calculator .calc-result__wrap{
    max-width:170px;
    margin:0 auto;
  }

  .pricing-module .event2 .right-column #calculator .calc-result__wrap {
    max-width: 200px;
    margin: 0 auto;
  }

  .pricing-module .tabber-text-wrap{
    left:0;
  }


  .pricing-module .event1 .right-column, 
  .pricing-module .event2 .right-column{
    transform:none;
    z-index:1;
  }

  .pricing-module .gst-blue{
    display:none;
  }

  .pricing-module .tabber-text .left-col .hs_cos_wrapper:first-child .cont-wrap .loadMore{
    margin-bottom: 25px;
  }

  .pricing-module .tabber-section{
    margin-bottom: 12px;
  }

}

/****************PRICING CM RIGHT COL*************/



.pricing-module .right-col .range-slider-wrap{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 6px 6px #00000029;
  opacity: 1;
}



.pricing-module .right-col .range-slider-wrap h3{
  background:linear-gradient(to right,#e99751 0%,#ea7200 50%,#d26c02 100%);
  color:#fff;
  padding:28px 0 ;
  margin-bottom:0;
}


.pricing-module .right-col .range-slider-wrap .range-slider{
  padding:30px 20px;
}

.pricing-module .right-col .range-slider-wrap .range-slider h5{

  font-size: 20px;
  font-weight: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #253F4D;
  opacity: 0.7;
}




/**********PRICING SECTION 1 CM**************/

.pricing-compare-plans {
  padding: 78px 0 147px;
}

.pricing-compare-plans  h2{
  margin-bottom:50px;
}

.pricing-compare-plans .table-wrap{
  max-width:990px;
  margin:0 auto;
}

.pricing-compare-plans .table-heading .left-col p{
  font-weight:bold;
  color: #243F4D;
  text-transform: uppercase;
  opacity: 0.5;
  padding:0 0 0 71px;
}



.pricing-compare-plans .span3{
  width: 48.076923%;
}

.pricing-compare-plans .table-heading .right-col .span3:nth-child(1) p{
  font-weight:bold;
  color: #EB7311;
}

.pricing-compare-plans .table-heading .right-col .span3:nth-child(2) p{
  color:#243F4D;
  font-weight:bold;

}

.pricing-compare-plans .table-content>.row-fluid:nth-child(odd){
  background: #243F4D0A;
  display: flex;
  align-items: center;
}

.pricing-compare-plans .table-content>.row-fluid:nth-child(even){
  background: #FFFFFF;
  display: flex;
  align-items: center;
}


.Pricing-compare-plans .table-content .left-col{
  padding: 15px 0 0 71px;

}

.pricing-compare-plans .table-content .left-col p{
  font-weight:bold;
}


.pricing-compare-plans .table-content .right-col{
  padding: 15px 0 0;
}

.pricing-compare-plans .table-content .right-col .span3{
  height: 50px;
}

.pricing-compare-plans .table-content .right-col .span3 img{
  max-width:20px;
}



@media(max-width:767px){


  .pricing-compare-plans .table-wrap{
    max-width:100%;
  }

  .pricing-compare-plans .table-wrap .table-heading .left-col,
  .pricing-compare-plans .table-content .left-col{
    width: 30%;
    float: left;
    text-align:left;
  }

  .pricing-compare-plans .table-wrap .table-heading .right-col,
  .pricing-compare-plans .table-content .right-col{
    width: 70%;
    float: left;
  }

  .pricing-compare-plans .span3{
    float: left;
    margin-left:2%;
  }

  .pricing-compare-plans p.big-p {
    font-size: 14px;
    line-height: 18px;
  }

  .pricing-compare-plans .table-content .left-col {
    padding: 15px 0 0 10px;
  }

  .pricing-compare-plans .table-content .right-col .span3 p{
    font-size: 14px;
    line-height: 18px;
  }

  .pricing-compare-plans .table-heading .left-col p{
    padding: 0 0 0 10px;
    text-align:left;
  }


}
/*********** PRICING QUOTE SECTION************/

.pricing-page .home-section4-cm {
  padding: 100px 0 107px;
}

/*********PRICING SECTION 2 **********/



.pricing-section2{
  padding: 113px 0 96px;
}


.pricing-section2 h2{
  margin-bottom: 45px;

}



/******PRICING FORM*******/



body .row-fluid .pricing-module .event1 form .actions,
body .row-fluid .pricing-module .event2 form .actions {

  display:none;
}


body .row-fluid .pricing-module .event1 form ul,
body .row-fluid .pricing-module .event2 form ul{
  box-shadow:none;
  max-width:100%;
}


body .row-fluid .pricing-module .event1 form ul li,
body .row-fluid .pricing-module .event2 form ul li{
  padding: 12.5px 0;

}

body .row-fluid .pricing-module .event1 form ul li label,
body .row-fluid .pricing-module .event2 form ul li label{
  display: flow-root;
  font-size:14px;
  line-height:20px;
  color: #253F4D;
}

body .row-fluid .pricing-module .event1 form .input input[type="checkbox"],
body .row-fluid .pricing-module .event2 form .input input[type="checkbox"]{
  display: block;
  float: left;
  color:#fff;
}


body .row-fluid .pricing-module .event1 form .input input[type="checkbox"]:checked,
body .row-fluid .pricing-module .event2 form .input input[type="checkbox"]:checked{
  background: linear-gradient(105.14deg, #FB9A49 0%, #EB7312 100%);
  border: 1px solid #eb7311;
}

body .row-fluid .pricing-module .event1 form ul li label span,
body .row-fluid .pricing-module .event2 form ul li label span{
  width: 230px;
  display: block;
  float: left;
}

body .row-fluid .pricing-module .event1 form ul li label span strong,
body .row-fluid .pricing-module .event2 form ul li label span strong{
  display:block;

}






@media(max-width:767px){
  body .row-fluid .pricing-module .event1 form ul li label, 
  body .row-fluid .pricing-module .event2 form ul li label {
    display: flow-root;
    font-size: 16px;
    line-height: 22px;
    color: #253f4d;
    letter-spacing: 0.5px;
  }



}




/******=====================
SEARCH RESULT PAGE
======================*****/


.pth-header .column-3 .search{
  cursor:pointer;
}

/*************************Popup Section Stying ******************************/




body{
  position:relative;
}

body.pdf-popup-open1:after{
  position:absolute;
  content:'';
  left:0;
  top:0;
  bottom:0;
  right:0;
  background-color: rgba(39, 38, 37, 0.72);
  z-index:11;
}

.pdf-popup-open1 .popup-section2{
  pointer-events:auto;
  opacity:1;
  transition: all .5s ease-in-out;
}

.popup-section2{
  position: fixed;
  top: 0;
  background-image: linear-gradient(276deg, #ffffff, #ffffff);
  z-index: -1;
  opacity:0;
  overflow: hidden;
  overflow-y: scroll;
  transition: all .5s ease-in-out;
  width:100%;
  /*padding: 50px 0 22px;*/
  padding: 24px 0 0px;
}

.popup-section2 .image-container1{
  width: 100%;
  max-width: 16px;
  margin-top: 17px;
  position: absolute;
  right: 0;
  z-index:11;
  cursor:pointer;
}

.popup-section2 .image-container1 img{
  vertical-align:middle;
  cursor:pointer;
}

.popup-section2 .wrapper{
  position:relative;
}

.popup-open-new2{
  opacity:1;   
  z-index:9999;
}

body .row-fluid .popup-section2 .search-bar form input{
  border:none;
  height:57px;
  background:transparent;
  padding-left:50px;
  position:relative;
  font-size:28px;
  line-height:30px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;

}

.popup-section2 .search-icon{
  position: absolute;
  left: 0;
  top: 18px;
  max-width: 17px;
}

.popup-section2 .search-bar form input::placeholder{
  font-size:28px;
  line-height:30px;
  letter-spacing:0; 
  color:rgba(124, 134, 152, 0.47);
  font-weight:normal;

}




@media(max-width:1300px) and (min-width:1025px){

  .popup-section2 .image-container1{
    right:30px;
  }

  .popup-section2 .search-icon {
    left: 30px;
  }
}


@media(max-width:1024px){

  .popup-section2 .image-container1{
    right:30px;
  }

  .popup-section2 .search-icon {
    left: 30px;
  }
}

@media(max-width:767px){

  body .row-fluid .popup-section2 .wrapper {
    padding: 49px 30px 35px;
  }

  .popup-section2{
    width:100%!important;
    max-width:100%;
  }

  body .row-fluid .popup-section2 .search-bar form input{
    font-size:30px;
  }

  .popup-section2 .search-icon{
    top:12px;
  }

  .popup-section2 .image-container1{
    margin-top:11px;
  }

}






/******************* Search Page Styling Start ********************/



.search-page .search-section{
  padding:80px 0;

}



.search-page .search-section .hs-search-field form input{
  border:none;
  border-bottom:1px solid rgba(216, 231, 237, 0.25);
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  color:#16394f;
  height:57px;
  padding: 30px 0 40px;
  background:transparent;
  font-weight:normal;
  text-transform:capitalize;
  color:#fff;

}

.search-page .search-section .hs-search-field form input::placeholder{
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.47);
  font-weight:normal;
  color:#fff;

}

.search-section .top-search-bar{
  background-image:linear-gradient(to right,#e99751 0%,#ea7200 50%,#d26c02 100%);
  color:#fff;
  padding: 43px 0 10px;
}



.search-section .top-search-bar h2{
  color:#fff;
}

.search-result-section{
  padding-top:50px;
}

.search-result-section ul{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:0;
  justify-content:space-between;
}

.search-result-section ul li{
  width:100%;    
  margin-left: 0;
  margin-bottom: 30px;  
  padding-bottom:10px;
  border-bottom:1px solid #d8e7ed;
}

body .row-fluid .search-result-section ul li:nth-child(2n){
  margin-right:0!important;
}

.search-result-section ul li h3.title{
  min-height:90px;
  margin-bottom:0;
  line-height:25px;
}

.search-result-section .hs-search-results__title{
  font-size:26px;
  line-height:36px;
  color:#16394f;
  font-weight:normal;

}

.search-result-section .hs-search-highlight.hs-highlight-title{
  font-weight:normal;
}

.search-result-section .hs-search-results__description{
  font-size:16px;
  line-height:25px; 
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  height: 72px;
  overflow: hidden;
}

.search-result-section{
  position:relative;
}

.hs-search-results__next-page{
  float: right;
  position: relative;
  left: -47px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
}

/* .hs-search-results__next-page:after{
position: absolute;
right: -36px;
top: 6px;
content: '';
background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 23px;
height: 15px;
}
*/
.hs-search-results__prev-page{
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
  position:relative;
  left:40px;
}

/* .hs-search-results__prev-page:after{
position: absolute;
left: -38px;
top: 6px;
content: '';
background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 23px;
height: 15px;
transform: rotate(180deg);
} */

.hs-search-highlight {
  font-weight: normal;
}

.hs-search-field--open .hs-search-field__suggestions{
  padding:20px 0!important;
}




@media(max-width:1180px) and (min-width:1025px){

/*   .search-result-section ul li{
    width: 45.9%; 
  } */
}



@media(max-width:1024px){

/*   .search-result-section ul li{
    width: 44.9%;
    margin-right:60px;
  } */

  .search-result-section .hs-search-results__title{
    font-size: 22px;
    line-height: 32px;
    min-height: 105px; 
  }

  .search-page .search-section {
    padding: 78px 0 70px;
  }
}



@media(max-width:767px){
  .search-result-section ul{display:block;}
  body .row-fluid .search-result-section ul li{
    width:100%;  
  }

  .search-page .search-section{
    padding: 80px 0 40px;
  }

  .search-result-section {
    padding-top: 30px;
  }

  .search-result-section .hs-search-results__title {
    min-height: 0;
    margin-bottom: 10px;
  }

  .search-result-section ul li{
    margin-bottom:30px;
  }

  .search-result-section .hs-search-results__description{
    height:auto;
  }

  .search-page .search-section .hs-search-field form input {
    font-size: 34px;
    line-height: 47px;
  }

  .search-section .top-search-bar h2{
    font-size: 28px;
    line-height: 29px;
  }
}



.landing-2-hero-section .form-cont form .hs-fieldtype-checkbox label{
  position:relative!important;
  font-size:18px!important;
  left:0;
}

.landing-2-hero-section .form-cont form .hs-fieldtype-checkbox ul{
  margin-left: 10px;
  margin-top: 10px;
}







/*====================================================================
Contact Page Styling Start 
======================================================================*/





/******************* Contact Section1 Styling ************************/





.contact-section1{
  padding:157px 0 128px;
  position:relative;
  z-index:1;
}

body .row-fluid .contact-section1 .wrapper{
  max-width:1470px;
}

.contact-section1:after{
  position:absolute;
  right:0;
  top:0;
  content:'';
  background:url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Top%20orange%20box.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:1113px;
  height:593px;
  z-index:-1;
}

.contact-section1:before{
  position:absolute;
  left:0;
  bottom:-360px;
  content:'';
  background:url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Bottom%20grey%20box.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:636px;
  height:669px;
  z-index:-1;
}

.contact-section1 .left-col{
  margin-top:50px;
}

.contact-section1 .left-col .heading h1{
  font-size:53px;
  line-height:63px;
  color:#253F4D;
  letter-spacing:-1.03px;
  font-weight:bold;
}

.contact-section1 .left-col .heading p{
  font-size:16px;
  line-height:25.8px;
  color:#253F4D;
  font-weight:normal;
  max-width:459px;
}

.contact-section1 .left-col .heading{
  margin-bottom:40px;
}

.contact-section1 .left-col .contact-info h5{
  font-size:14px;
  line-height:21px;
  letter-spacing:1px;
  color:#959595;
  text-transform:uppercase;
  margin-bottom:5px;
}

.contact-section1 .left-col .contact-info a{
  font-size:21px;
  line-height:27px;
  color:#253F4D;
  letter-spacing:0.21px;
  font-weight:600;
  padding-bottom:30px;
}

.contact-section1 .left-col .contact-info a img{
  vertical-align:middle;
  padding-right:10px;
}

.contact-section1 .left-col .contact-info .col-row{
  margin-bottom:30px;
}

.contact-section1 .right-col .form-container{
  max-width:475px;
  border-radius:8px;
  box-shadow: 0 2px 19px 0 rgba(37,63,77,0.15);
  background:#fff;
  padding:36px 46px;
}

.contact-section1 .right-col .form-container form .hs-button{
  width:100%;
  border:none;
  border-radius:25px;
  height:auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-section1 .right-col .form-container form .hs-form-field label {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  transition: all ease-in-out .2s;
}

.contact-section1 .right-col .form-container form .hs-form-field.color-text label {
  position: absolute;
  top: 0;
  font-size: 12px;
  line-height: 17px;
  color: #eb7311;
  transition: all ease-in-out .2s;
}

.contact-section1 .right-col .form-container .hs-form-field {
  position: relative;
}

.contact-section1 .right-col .form-container form input,
.contact-section1 .right-col .form-container form select{
  height:58px;
  border-radius:3px;
  border:1px solid #959595;
}

.contact-section1 .right-col .form-container form input:focus,
.contact-section1 .right-col .form-container form select:focus{
  border:1px solid #EB7312;
}

.contact-section1 .right-col .form-container form .hs-form-field.gray-color-text label {
  position: absolute;
  top: 0;
  font-size: 12px;
  line-height: 17px;
  color: #818181;
  transition: all ease-in-out .2s;
}

.contact-section1 .right-col .form-container form label.hs-error-msg {
  position: relative!important;
  top: -20px!important;
  left: 0!important;
  color: red!important;
  font-size:12px;
}

.contact-section1 .right-col .form-container form label.hs-main-font-element{
  display:none;
}

.contact-section1 .right-col .form-container form .hs-fieldtype-booleancheckbox label{
  position:relative!important;
  font-size:16px!important;
  left:0;
  top:0!important;
}

body .row-fluid .contact-section1 .right-col .form-container form input[type="checkbox"]{
  border:2px solid #253F4D;
}

.contact-section1 .right-col .form-heading h3{
  font-size:23px;
  line-height:33px; 
  color:#253F4D;
  letter-spacing:0.07px; 
  font-weight:bold;
  margin-bottom:30px;
}

body .row-fluid .contact-section1 .right-col .form-container form select {
  position: relative;
  background: #fff url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/orange%20dropdown.svg)no-repeat !important;
  background-size: 15px !important;
  background-position: 96% !important;
}




@media(max-width:1024px){

  .contact-section1:after{
    width: 563px;
    height: 383px;  
  }
}




@media(max-width:767px){


  .contact-section1:after{
    display:none;
  }

  .contact-section1 {
    padding: 77px 0 78px;
  }

  .contact-section1 .right-col .form-container{
    padding: 36px 20px;  
  }

  .contact-section1 .left-col .contact-info a{
    font-size: 18px;
  }

  .contact-section1 .left-col .heading h1{
    font-size: 36px;
    line-height: 44px; 
  }

  .contact-section1 .left-col .contact-info span.left-column{
    width:8%; 
    float:left;
  }

  .contact-section1 .left-col .contact-info span.right-column{
    width:92%; 
    float:left;
  }

  .contact-section1 .left-col .contact-info .col-row{
    margin-bottom:60px;
  }

  .contact-section1 .right-col{
    margin-top:40px;  
  }
}




/******************** Contact Section2 Styling *****************/



.contact-section2{
  padding:42px 0 62px;
  background: linear-gradient(105.14deg, #FB9A49 0%, #EB7312 100%);
  position:relative;
  z-index:2;
}

.contact-section2 .cta-container a.cta_button{
  background:#fff;
  color: #EB7312;
}

.contact-section2 .cta-container{
  margin-top:20px;
}




@media(max-width:767px){

  .contact-section2 h2{
    font-size: 29px;
    line-height: 40px;  
  }

}






/********************* Request A Quote Page Styling ********************/





.request-quote-section1{
  padding:140px 0 90px;
  background: linear-gradient(105.14deg, #FB9A49 0%, #EB7312 100%);
  position:relative;
  z-index:1;
}

.request-quote-section1:before{
  position: absolute;
  right: -20%;
  top: 0;
  content: '';
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Top%20shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1099px;
  height: 536px;
  z-index: -1;
}

.request-quote-section1:after{
  position: absolute;
  left: -20%;
  bottom: -520px;
  content: '';
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Bottom%20shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1005px;
  height: 1005px;
  z-index: -1;
}


.request-quote-section1 .heading h1{
  font-size:52.6px;
  letter-spacing:-1.03px;
  font-weight:bold;
}

.request-quote-section1 .heading{
  margin-bottom:40px;
}

body .row-fluid .request-quote-section1 .form-container{
  max-width:475px;
  margin:0 auto; 
  float:none;
  background:#fff;
  box-shadow: 0 2px 19px 0 rgba(37,63,77,0.15);
  padding:36px 46px;
  border-radius:8px;
}

.request-quote-section1 .form-container h3.form-title{
  font-weight:bold;
  font-size:23px;
  line-height:33px;
  letter-spacing:0.07px;
  margin-bottom:30px;
}

.request-quote-section1 .form-container form .hs-button{
  width:100%;
  border:none;
  margin-top: 20px;
}

.request-quote-section1 .form-container form input,
.request-quote-section1 .form-container form select {
  height: 58px;
  border-radius: 3px;
  border: 1px solid #959595;
}

.request-quote-section1 .form-container form .hs-form-field label {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  top: 13px;
  z-index: 1;
  left: 10px;
  transition: all ease-in-out .2s;
}

.request-quote-section1 .form-container form .hs-form-field label.hs-error-msg{
  position:relative!important;
  font-size:10px!important;
  top:-20px!important;
  left:0!important;
  color:red!important;
}

.request-quote-section1 .form-container .hs-form-field {
  position: relative;
}

.request-quote-section1 .form-container form .hs-form-field.color-text label {
  position: absolute;
  top: 0;
  font-size: 12px;
  line-height: 17px;
  color: #eb7311;
  transition: all ease-in-out .2s;
}

.request-quote-section1 .form-container form .hs-form-field.gray-color-text label {
  position: absolute;
  top: 0;
  font-size: 12px;
  line-height: 17px;
  color: #818181;
  transition: all ease-in-out .2s;
}

body .row-fluid .request-quote-section1 .form-container form input[type="checkbox"] {
  border: 2px solid #253f4d!important;
}

.request-quote-section1 .form-container form .hs-fieldtype-booleancheckbox label {
  position: relative !important;
  font-size: 16px !important;
  left: 0;
  top: 0 !important;
}

body .row-fluid .request-quote-section1 .form-container form select {
  position: relative;
  background: #fff url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/orange%20dropdown.svg)no-repeat !important;
  background-size: 15px !important;
  background-position: 96% !important;
}




@media(max-width:767px){


  .request-quote-section1:before{
    display:none;
  }

  .request-quote-section1:after{
    display:none;
  }

  .request-quote-section1 {
    padding: 150px 0 80px;
  }

  .request-quote-section1 .heading h1 {
    font-size: 36.6px;
  }

  .request-quote-section1 .form-container h3.form-title {
    font-size: 19px;
  }

  body .row-fluid .request-quote-section1 .form-container {
    padding: 36px 20px;
  }
}



.mobile-menu{
  display:none!important;
}

.desktop-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
  visibility:hidden;
  opacity:0;
}

.desktop-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child:hover>ul.hs-menu-children-wrapper{
  visibility:visible;
  opacity:1;
}

.desktop-header .mobile-cta1{
  display:none;
}

.desktop-header .mobile-cta2{
  display:none;
}

/* .mobile-menu .cta-1 a.cta_button:hover{
background:transparent;
} */

.mobile-menu .cta-2 a.cta_button:hover{
  background:transparent;
}





@media(max-width:1024px){

  .desktop-header{
    display:none!important;
  }

  .mobile-menu{
    display:block!important;
  }

  .mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background-color: rgba(134,142,151,0.07);
    padding:10px 0;
  }

  .mobile-menu .cta-1{
    display: block;
    float: left;
    width: 100%;
  }



  .mobile-menu .cta-2{
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
  }




}



@media(max-width:767px){

  .mobile-menu .cta-2:after{
    top:4px!important;
  }
}

@media(max-width:480px){
  .mobile-menu .cta-1 a.cta_button{
    padding:11px 0; 
  }

}




/********************* Error Page Styling Start ***********************/





.error-section1{
  padding:260px 0 270px;
  background: linear-gradient(105.14deg, #FB9A49 0%, #EB7312 100%);
  position:relative;
  z-index:1;
}

.error-section1:before {
  position: absolute;
  right: -20%;
  top: 0;
  content: '';
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Top%20shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1099px;
  height: 536px;
  z-index: -1;
}

.error-section1:after {
  position: absolute;
  left: -20%;
  bottom: -570px;
  content: '';
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Bottom%20shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1005px;
  height: 1005px;
  z-index: -1;
}

.error-section1 .heading h1{
  font-size:200px;
  letter-spacing:-3.9px;
  line-height:180px;
  font-weight:bold;
}

.error-section1 .heading p{
  font-size:23px;
  line-height:33px;
  letter-spacing: 0.07px;
  font-weight:600;
}

body .row-fluid .error-section1 .cta-container{
  max-width:430px;
  margin:30px auto 0;
  float:none;
}

body .row-fluid .error-section1 .cta-container a.cta_button{
  background:#fff;
  color:#EB7312;
  text-transform:uppercase;
}

body .row-fluid .error-section1 .cta-container .cta-1 a.cta_button{
  padding: 14px 54px;
}

body .row-fluid .error-section1 .cta-container .cta-2 a.cta_button{
  padding: 14px 28px;
}




@media(max-width:1024px){

  .error-section1:before{
    top: -100px; 
  }

  .error-section1:after{
    bottom:-680px;
  }
}



@media(max-width:767px){

  .error-section1:before{
    display:none;
  }

  .error-section1:after{
    display:none;
  }

  .error-section1 .heading h1 {
    font-size: 160px;
    line-height: 150px;
  }

  .error-section1 {
    padding: 200px 0 170px;
  }

  .error-section1 .cta-container a.cta_button{
    width:100%!important;
  }

  .error-section1 .cta-container .cta-1{
    margin-bottom:50px;
  }

  body .row-fluid .error-section1 .cta-container{
    max-width:100%;
  }
}





body.current-page .blog-hero-section{
  display:none;
}

body.current-page .blog-explore-section{
  display:none;
}

body.current-page .free-trial-cm{
  display:none;
}

body.current-page .row-fluid .blog-section .post-item:nth-child(5){
  display: flex;
  flex-basis: 31.71%;
  -webkit-flex-basis: 31.71%;
  float: left;
  margin-right: 1.4%;
  margin-left:0;
}

body.current-page .row-fluid .blog-section .post-item:nth-child(5) .hs-featured-image-wrapper {
  height: 263px;
}

body.current-page .row-fluid .blog-section .post-listing .post-item:nth-child(5) .post-body h2{
  min-height: 108px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.topic-section.min-read-cont{
  padding-top: 30px;
}




@media(max-width:767px){

  body.current-page .row-fluid .blog-section .post-item:nth-child(5){
    float:none;
  }
}

@media(max-width:1024px){
  .mobile-menu .phone-no {
    position: absolute;
/*     top: 21px; */
    top: 27px;
    right: -90%;
  }
}


@media(max-width:767px){

  .mobile-menu .phone-no{
    position: absolute;
    top: 25px;
    right: 70px;
  }
  
  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper{
    top: 54px;
  }
}






/************** Video Landing Page ****************/

body.video-landing .landing-1-hero-section{
  padding: 147px 0 72px;
}

body.video-landing .landing-1-hero-section:before{
  background: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20shape.svg) no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  content: '';
  top: -114%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1536px;
  z-index: -1;
  transform:none;
}

body.video-landing .landing-1-hero-section .section-heading{
  max-width: 618px;
  margin: 0 auto 45px auto;
  float: none;
}

body.video-landing .landing-1-hero-section h1{
  margin: 0 auto 17px auto;
  max-width: 100%;
  font-weight: bold;
}

body.video-landing .landing-1-hero-section .section-heading p{
  letter-spacing: 0.1px;
  line-height: 25.8px;
}

body.video-landing .row-fluid .landing-1-hero-section .video-pop-cm{
  max-width: 653px;
  margin: 0 auto;
  float: none;
}





body.video-landing .landing-section1{
  padding-bottom: 96px;
}

body.video-landing .landing-section1 .content-container{
  max-width: 655px;
  margin: 0 auto;
  float: none;
}

body.video-landing .landing-section1 .content-container p{
  letter-spacing: 0.1px;
  line-height: 25.8px;
}

body.video-landing .body-container-wrapper .landing-section1  ul{
  margin: 20px 0 20px 29px;
}

body.video-landing .landing-section1 .content-container ul li{
  position: relative;
  margin-bottom: 15px;
}

body.video-landing .landing-section1 .content-container ul li:before{
  position: absolute;
  content: '';
  height: 4px;
  width: 4px;
  background: #000000;
  border-radius: 50%;
  top: 11px;
  left: -24px;
}




body.video-landing .row-fluid .landing-2-section3-cm .wrapper{
  max-width: 700px;
}


body.video-landing .landing-2-section3-cm blockquote{
  font-size: 21px;
}


@media(max-width: 1375px){
  body.video-landing .landing-1-hero-section:before{
    top: -85%;
    height: 1318px;
  }
}

@media(max-width: 1160px){
  body.video-landing .landing-1-hero-section:before{
    top: -62%;
  }
}

@media(max-width: 991px){
  body.video-landing .landing-1-hero-section:before{
    top: -53%;
  }
}

@media(max-width: 905px){
  body.video-landing .landing-1-hero-section:before{
    top: -47%;
  }
}

@media(max-width: 840px){
  body.video-landing .landing-1-hero-section:before{
    top: -44%
  }

  body.video-landing .landing-1-hero-section{
    padding: 114px 0 72px;
  }
}

@media(max-width: 854px){
  body.video-landing .landing-1-hero-section:before{
    top: -43%;
  }
}

@media(max-width: 767px){
  body.video-landing .landing-1-hero-section .section-heading p{
    color: #253f4d;
  }

  body.video-landing .landing-1-hero-section{
    padding: 126px 0 35px;
  }

  body.video-landing .landing-1-hero-section .section-heading{
    margin-bottom: 30px;
  }

  body.video-landing .landing-section1{
    padding-bottom: 25px;
  }

  body.video-landing .landing-2-section3-cm{
    padding: 60px 0;
  }  

  body.video-landing .landing-1-hero-section .play-icon{
    top: 22%;
  }
}




.landing-section1 .content-container .play-icon{
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 59px;
}






/*****=======================
LANDING PAGE STYLING
=======================*****/


/********************HERO SECTION********************/

.lp-hero-section{
  padding: 130px 0 160px;
  background-size: cover!important;
  background-repeat: no-repeat;
  position:relative;
  z-index: 0;
}

.lp-hero-section .mobile-image{
  display:none;
}


.lp-hero-section:after{
  background: ffffff;    
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  bottom: 0; 
  z-index:-1;
}

body .row-fluid .lp-hero-section .hero-text{
  max-width:960px;
  margin:0 auto;
  float:none;

}

body .row-fluid .lp-hero-section .hero-text h1{
  margin-bottom:46px;
  font-weight: bold;
  line-height: 80px;
  text-shadow: none;
}

body .row-fluid .lp-hero-section .hero-text h4{
  max-width:620px;
  margin:0 auto;
  float:none;
  font-weight:normal;
  margin-bottom: 56px;
  text-shadow: none;
  line-height: 36px;
}

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

  .lp-hero-section {
    padding: 100px 0 130px;
    background-position: top center!important;
  }

  body .row-fluid .lp-hero-section .hero-text h1{
    margin-bottom:46px;
    font-size: 48px;
    line-height: 60px;
    text-shadow: none;
  }

}

@media(max-width:767px){

  .lp-hero-section{
    padding: 70px 0 90px;
  }

  .lp-hero-section .mobile-image{
    display:block;
  }

  .lp-hero-section .desktop-image{
    display:none;
  }

  body .row-fluid .lp-hero-section .hero-text h1{
    margin-bottom:25px;
    font-size: 36px;
    line-height: 54px;
  }




  body .row-fluid .home-hero-section .hero-text h4 {
    max-width: 100%;
  }

  /* 
  .home-hero-section{
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/istockphoto-1022172660-1024x1024-1.png) no-repeat;
  background-size:cover!important;
  background-position:center center!important;
} */

  .home-hero-section:after{
    background: rgba(0, 0, 0, 0.22);
  }



}


@media(max-width:480px){

  body .row-fluid .home-hero-section .hero-text h1{
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 35px;
  }

}




/*********************** IMAGE CONTACT FORM*********************/

.lp-img-contact{
  padding: 0;
  box-shadow: 3px 6px 6px #0000003E;
  background-color: #f5f6f7;
  opacity: 1;
  margin-top: 75px;
}


body .row-fluid .lp-img-contact .wrapper{
  max-width:1470px;
}


.lp-img-contact .img-cont{
  width: 50%;
}


/* .lp-img-contact .form-cont{
width:44%;
margin-left: 6%;
} */

.lp-img-contact .form-cont {
  /*     width: 34%; */
  margin: 10%;
}


.lp-img-contact .form-text h2{
  /*   max-width:450px; */

}

.lp-img-contact .form-text p{
  line-height: 22px;
  margin-bottom: 20px;
}


.lp-img-contact .form-cont form .hs-input{
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  opacity: 1;
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position:relative;
  padding-top:20px;
}

.lp-img-contact .form-cont form .hs-input:focus{

  border: 1px solid #EB7311;
}



.lp-img-contact .form-cont form  .hs-form-field label{
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  transition:all ease-in-out .2s;
}


.lp-img-contact .form-cont form  .hs-form-field.color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#EB7311;
  transition:all ease-in-out .2s;

}


.lp-img-contact .form-cont form  .hs-form-field.gray-color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#818181;
  transition:all ease-in-out .2s;
}

.lp-img-contact .form-cont .hs-form-field{
  position:relative;
}



.lp-img-contact .form-cont form .hs-form-required{
  display:none;
}


body .row-fluid .lp-img-contact .form-cont form .hs-error-msg,
body .row-fluid .lp-img-contact .form-cont form .hs-main-font-element{
  color: #fff;
  position: relative;
  top: -7px;
  left:0;
  font-size: 12px;
}



body .row-fluid .lp-img-contact .form-cont form .hs-button{
  /*   background: #FFFFFF 0% 0% no-repeat padding-box; */
  box-shadow: 0px 6px 6px #0000003D;
  border-radius: 24px;
  opacity: 1;
  text-align: center;
  font-size: 16px;
  line-height:20px;
  font-weight:bold;
  letter-spacing: 0.8px;
  /*   color: #253F4D!important; */
  width: 100%;
  box-sizing: border-box!important;
  margin-top:20px;
  transition:all ease-in-out .2s;
  cursor:pointer;
}

body .row-fluid .lp-img-contact .form-cont form .hs-button:hover{
  box-shadow:none;
  background:#26404D;
  color:#fff !important;
  transition:all ease-in-out .2s;
  border:1px solid transparent !important;
}

.lp-img-contact .form-text ul{
  display:none;
}



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

  .lp-img-contact .img-cont {
    width: 50%;
  }
  .lp-img-contact .form-cont {
    width: 40%;
    margin: 5%;
  }

  .lp-img-contact{
    margin-top: 70px;
  }

}



@media(max-width:767px){
  .lp-img-contact {
    padding: 0;
    text-align:center;
    background-color: #f5f6f7;
  }

  .lp-img-contact .img-cont {
    width: 100%;
  }

  .lp-img-contact .form-cont {
    /*     width: 100%; */
    margin-left: 0;
    padding: 20px 35px;
    margin: 5%;
  } 

  .lp-img-contact .form-text{
    margin-bottom:40px;
  }

  .lp-img-contact .form-text h2{
    font-size: 30px;
    line-height: 42px;
  }

  .lp-img-contact .form-text p{
    display:none;
  }

  .lp-img-contact .form-text ul{
    text-align:left;
    display:block;
  }

  .lp-img-contact .form-text ul li{
    position:relative;
  }

  .lp-img-contact .form-text ul li:before{
    position:absolute;
    content:'';
    top:10px;
    left:-10px;
    background:#fff;
    border-radius:100%;
    width:3px;
    height:3px;
  }

}


@media(max-width:480px){


  .lp-img-contact h2{
    /*     max-width:300px; */
    margin:0 auto 30px;

  }

}



/*********************** IMAGE - TESTIMONIAL *********************/


.lp-img-testimonial{
  padding: 0;
  background-color: #f2f2f4;
  opacity: 1;
}


.lp-img-testimonial .quote-cont blockquote{
  margin-bottom:20px;
  position:relative;
}

.lp-img-testimonial .quote-cont blockquote:after{
  position:absolute;
  content:'';
  bottom:7px;
  right:initial;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Quote%20Marks.svg)no-repeat;
  background-position:center center;
  background-size:cover;
  width: 24px;
  height: 19px;
}

.lp-img-testimonial .quote-cont blockquote:before{
  position:absolute;
  content:'';
  top: 7px;
  left: -43px;
  background:url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Quote%20Marks.svg)no-repeat;
  background-position:center center;
  background-size:cover;
  width: 24px;
  height: 19px;
}


body .row-fluid .lp-img-testimonial .wrapper{
  max-width:1470px;
}


.lp-img-testimonial .img-cont{
  width: 50%;
}


/* .lp-img-testimonial .form-cont{
width:44%;
margin-left: 6%;
} */

.lp-img-testimonial .form-cont {
  /*     width: 34%; */
  margin: 10%;
}


.lp-img-testimonial .form-text h2{
  font-weight: bold;

}

.lp-img-testimonial .form-text p{
  line-height: 22px;
  margin-bottom: 20px;
}


.lp-img-testimonial .form-cont form .hs-input{
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  opacity: 1;
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position:relative;
  padding-top:20px;
}

.lp-img-testimonial .form-cont form .hs-input:focus{

  border: 1px solid #EB7311;
}


.lp-img-testimonial .form-cont form  .hs-form-field label{
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  transition:all ease-in-out .2s;
}


.lp-img-testimonial .form-cont form  .hs-form-field.color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#EB7311;
  transition:all ease-in-out .2s;

}


.lp-img-testimonial .form-cont form  .hs-form-field.gray-color-text label{
  position:absolute;
  top:0;
  font-size:12px;
  line-height:17px;
  color:#818181;
  transition:all ease-in-out .2s;
}

.lp-img-testimonial .form-cont .hs-form-field{
  position:relative;
}



.lp-img-testimonial .form-cont form .hs-form-required{
  display:none;
}


body .row-fluid .lp-img-testimonial .form-cont form .hs-error-msg,
body .row-fluid .lp-img-testimonial .form-cont form .hs-main-font-element{
  color: #fff;
  position: relative;
  top: -7px;
  left:0;
  font-size: 12px;
}



body .row-fluid .lp-img-testimonial .form-cont form .hs-button{
  /*   background: #FFFFFF 0% 0% no-repeat padding-box; */
  box-shadow: 0px 6px 6px #0000003D;
  border-radius: 24px;
  opacity: 1;
  text-align: center;
  font-size: 16px;
  line-height:20px;
  font-weight:bold;
  letter-spacing: 0.8px;
  /*   color: #253F4D!important; */
  width: 100%;
  box-sizing: border-box!important;
  margin-top:20px;
  transition:all ease-in-out .2s;
  cursor:pointer;
}

body .row-fluid .lp-img-testimonial .form-cont form .hs-button:hover{
  box-shadow:none;
  background:#26404D;
  color:#fff !important;
  transition:all ease-in-out .2s;
  border:1px solid transparent !important;
}

.lp-img-testimonial .form-text ul{
  display:none;
}



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

  .lp-img-testimonial .img-cont {
    width: 100%;
  }
  .lp-img-testimonial .quote-cont {
    width: 80%;
    margin: 5% 10% 10%;
  }

  .lp-img-testimonial{
    margin-top: 0px;
  }

  .lp-img-testimonial .quote-cont blockquote:after {
    right: 0;
  }

}



@media(max-width:767px){
  .lp-img-testimonial {
    padding: 0;
    text-align:center;
    background-color: #f5f6f7;
  }

  .lp-img-testimonial .img-cont{
    width: 100%;

  }

  .lp-img-testimonial .form-cont {
    /*     width: 100%; */
    margin-left: 0;
    padding: 20px 35px;
    margin: 5%;
  } 

  .lp-img-testimonial .form-text{
    margin-bottom:40px;
  }

  .lp-img-testimonial .form-text h2{
    font-size: 30px;
    line-height: 42px;
  }

  .lp-img-testimonial .form-text p{
    display:none;
  }

  .lp-img-testimonial .form-text ul{
    text-align:left;
    display:block;
  }

  .lp-img-testimonial .form-text ul li{
    position:relative;
  }

  .lp-img-testimonial .form-text ul li:before{
    position:absolute;
    content:'';
    top:10px;
    left:-10px;
    background:#fff;
    border-radius:100%;
    width:3px;
    height:3px;
  }

  .lp-img-testimonial .quote-cont blockquote{
    margin-bottom: 70px;
    position: relative;
    margin-top: 50px;
    padding-top: 17px;
  }


  .lp-img-testimonial .quote-cont blockquote:after {
    position: absolute;
    content: '';
    bottom: -44px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .lp-img-testimonial .quote-cont blockquote:before {
    position: absolute;
    content: '';
    top: -19px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }

}


@media(max-width:480px){


  .lp-img-testimonial h2{
    /*     max-width:300px; */
    margin:0 auto 30px;

  }

}




/*=========================================================
FEATURES - 3 COLUMN
=========================================================*/  

body .row-fluid .threecol-section .wrapper{
  max-width: 1470px;
}

.threecol-section {
  padding:116px 0px 40px;
  background-color:#F5F6F7;
}


.threecol-section h2{
  margin-bottom: 49px;
}

.threecol-section h3 {
  font-size:36px;
  color:#253F4D;
  line-height:49px;
  font-weight:bold;
}

.threecol-section p {
  font-size:15px;
  max-width:500px;
}

body .row-fluid .threecol-section .three-col-adjust span>.hs_cos_wrapper {
  flex-direction:column;
  flex-basis: 28.5%;
  margin-right: 6.43%;
  margin-bottom: 5%;
  margin-top:0;
}

body .row-fluid .threecol-section .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){

  margin-right:0;
}

.threecol-section .cm-container .span9{
  width: 71.358974%;
  margin-left: 5.564103%;
}


.threecol-section .left-col {
  margin-top: 3px;
}

.threecol-section .cm-container .image-container{
  padding-bottom:10px;
}

.threecol-section .cm-container .image-container img{
  max-width:30px;
  height:auto;
}


@media(max-width:1280px) and (min-width:1025px){

  .threecol-section {
    padding: 90px 40px 90px;
    background-color:#F5F6F7;
  }

  .threecol-section h3 {
    font-size:30px;
    line-height:42px;
  }

}


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


  body .row-fluid .threecol-section .three-col-adjust span>.hs_cos_wrapper {
    flex-direction: column;
    flex-basis: 43.5%;
    margin-right: 6.43%;
    margin-bottom: 5%;
    margin-top: 0;
  }

  .threecol-section {
    padding:90px 50px 90px;
    background-color:#F5F6F7;
  }

  .threecol-section h3 {
    font-size: 30px;
    line-height: 42px;
  }


  body .row-fluid .threecol-section .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right: 6.43%;
  }


}


@media (max-width: 767px) {

  .threecol-section {
    padding: 54px 0px 30px;
    text-align:center;
  }

  .threecol-section h3 {
    font-size:30px;
    line-height: 42px;
  }

  .threecol-section .left-col {
    margin-top:0px;
  }

  .threecol-section .image-container {
    margin-top:35px;
  }

  .threecol-section .cm-container .span9 {
    width: 100%;
    margin-left: 0;
  }

  .threecol-section p {
    font-size: 15px;
    max-width: 100%;
  }

}




/*=========================================================
Hero Section - Colored Background
=========================================================*/  

.hero-section-colored {
  padding:259px 0px 164px;
  background: linear-gradient(90deg, rgba(86,112,126,1) 0%, rgba(37,63,77,1) 100%);
  opacity: 1;
  position:relative;
  z-index:1;
}

/* .hero-section-colored:after{
position:absolute;
left:0;
top:0;
content:'';
background:url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/About%20watermarks.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
width:500px;
height:500px;
}
*/

.hero-section-colored h1 {
  font-size:58px;
  line-height:71px;
  color:#F2F6F8;
  letter-spacing:normal;
  font-weight:bold;
}

.hero-section-colored h2 {
  color:#F2F6F8;
}

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


  .hero-section-colored h1 {
    font-size: 38px;
    line-height: 51px;
  }

  .hero-section-colored h2 {
    font-size: 30px;
    line-height: 42px;
  }
}



@media(max-width:767px){

  .hero-section-colored {
    padding: 141px 0px 40px;
  }

  .hero-section-colored h1{
    font-size: 32px;
    line-height: 41px;
  }

  .hero-section-colored h2 {
    font-size: 24px;
    line-height: 36px;
  }

}



/*********************** Margins *********************/


.margin-50{
  margin-bottom: 50px;
}

.margin-75{
  margin-bottom: 75px;
}

.margin-100{
  margin-bottom: 100px;
}



/*=========================================================
STATEMENT - CENTERED
=========================================================*/  

.statement-centered {
  background-color:#ffffff;
  padding: 60px 0px 55px;
}
.statement-centered p span {
  font-weight:bold;
}
.statement-centered .cm-container {
  max-width:857px;
  margin:0 auto;
  margin-top: 37px;
}



@media(max-width:767px){

  .statement-centered {
    padding: 50px 0px 45px;
  }

}






/*************** Text - Image - Video*****************/

.txt-img-vid{
  padding: 140px 0 140px;
}

body .row-fluid .txt-img-vid .wrapper{
  max-width:1470px;

}

.txt-img-vid .text-container{
  width: 37%;
}


.txt-img-vid .video-img-cont{
  position:relative;
}

.txt-img-vid .text-container .text-cont{
  padding-bottom:41px;
  max-width: 458px;
}


.txt-img-vid .text-container .text-cont h2{
  margin-bottom:30px;
}

.txt-img-vid .text-container .text-cont p{
  margin-bottom:30px;
}


.txt-img-vid .text-container .cta-wrap{
  max-width:700px;

}

.txt-img-vid .text-container .cta-wrap .cta-container1,
.txt-img-vid .text-container .cta-wrap .cta-container2{
  width:auto;
  float:left;

}


.txt-img-vid .text-container .cta-wrap .cta-container2{
  margin-left: 4%;

}

.txt-img-vid .text-container .cta-wrap .cta-container2 a.cta_button{
  padding: 11px 33.7px;
}


.txt-img-vid .img-wrap{
  width: 60%;
}

.txt-img-vid .img-container{

  height:474px;
}


@media(max-width:1440px){

  .txt-img-vid .text-container {
    width: 47%;  
  }

  .txt-img-vid .img-wrap {
    width: 50%;
  }  

  .txt-img-vid .text-container .cta-wrap .cta-container1 a.cta_button{
    padding: 13px 33.5px;  
    font-size: 14px;
  }

  .txt-img-vid .text-container .cta-wrap .cta-container2 a.cta_button{
    font-size: 14px;
    padding: 11px 14.7px;

  }

}


@media(max-width:1024px) and (min-width:768px){
  .txt-img-vid .text-container .cta-wrap{
    max-width: 100%;
    display: block;
  }

  .txt-img-vid .text-container .cta-wrap .cta-container1, 
  .txt-img-vid .text-container .cta-wrap .cta-container2 {
    width: 100%;
    float: left;
  }

  .txt-img-vid .text-container .cta-wrap .cta-container2 {
    margin-left: 0;
    margin-top: 15%;
  }

  .txt-img-vid{
    padding: 80px 0;

  }

}


@media(max-width:767px){

  .txt-img-vid{
    padding: 70px 0 70px;
    text-align:center;
    position:relative;
  }

  .txt-img-vid .wrapper>.row-fluid{
    display:flex;
    flex-direction:column;
  }


  .txt-img-vid .text-container {
    width: 100%;
  }

  .txt-img-vid .text-container .cta-wrap {
    max-width: 100%;
    margin-top: -8%;
  }

  .txt-img-vid .text-container .cta-wrap .cta-container1,
  .txt-img-vid .text-container .cta-wrap .cta-container2 {
    width: 100%;
    float: none;
  }

  .txt-img-vid .text-container .cta-wrap .cta-container2 {
    margin-top: 13%;
    margin-left:0;
  }

  .txt-img-vid .text-container .cta-wrap .cta-container2 a.cta_button{
    display:none;
  }

  .txt-img-vid .text-container .cta-wrap .cta-container2{
    display:none;
  }

  .txt-img-vid .img-wrap {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 8%;
  }

  .txt-img-vid .img-container {
    height: 100%;
  }

  .txt-img-vid .text-container .text-cont{
    max-width:100%;
  }



}


@media(max-width:480px){

  .txt-img-vid .img-wrap h2{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 34px;
  }

  .txt-img-vid .text-container .text-cont{
    max-width: 315px;
    margin: 0 auto;
  }
}



/*==================================================
Careers Page Style 
==================================================*/


/********** Banner Section Style **********/

.careers-banner-section{
  position: relative;
  padding: 317px 0 264px 0;
}

.careers-banner-section.overlay:before{
  background: rgba(29, 29, 27, 0.4);
}

.careers-banner-section .row-fluid .text-content{
  max-width: 866px;
  margin: 0 auto;
  float: none;
}

.careers-banner-section .text-content h1{
  line-height: 70px;
  margin-bottom: 24px;
}

.careers-banner-section .text-content p{
  font-size: 20px;
  line-height: 36px;
}

@media(max-width: 1024px){
  .careers-banner-section{
    padding: 209px 0 123px 0;
  }

  .careers-banner-section .text-content h1{
    line-height: 50px;
    margin-bottom: 15px;
  }

  .careers-banner-section .text-content p{
    font-size: 18px;
    line-height: 31px;
  }
}

@media(max-width: 767px){
  .careers-banner-section{
    padding: 179px 0 94px 0;
  }

  .careers-banner-section .text-content p{
    line-height: 26px;
  }
}


/******** Careers Page Form Style *********/


body.careers-page{

}


body.careers-page .row-fluid form input,
body.careers-page .row-fluid form select,
body.careers-page .row-fluid form textarea{
  font-size: 16px;
  line-height: 28px;
  padding: 12px 10px 12px 10px;
  border: 1px solid #E5E8EA;
  border-radius: 5px;
  color: #4C4C4C;
}

body.careers-page .row-fluid form input::placeholder,
body.careers-page .row-fluid form select::placeholder,
body.careers-page .row-fluid form textarea::placeholder{ 
  color: #4C4C4C;
}

body.careers-page .row-fluid form textarea{
  height: 163px;
}

body.careers-page .row-fluid form .hs-button.primary{
  margin-top: 8px;
  line-height: 30px;
  box-shadow: none;
  border: tansparent;
  border-radius: 33px;
  padding: 16.5px 35.5px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

body.careers-page .row-fluid form .hs-input[type=file]{
  display: none !important;
}

body.careers-page .row-fluid .hs-fieldtype-file{
  border: 1px solid #D8E2E8;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 25px;
  padding: 30px 10px 35px 10px;
}

body.careers-page .row-fluid form .file-upload-button-label{
  display: block;
  cursor: pointer;
}

body.careers-page .row-fluid form .browse-folder{
  display: block;
  font-size: 14px;
  line-height: 41px;
  color: #8E9EAA;
  cursor: pointer;
}

body.careers-page .row-fluid form .browse-folder span.link{
  color: #0D76B4;
}

@media(max-width: 767px){
  body.careers-page .row-fluid form .browse-folder{
    line-height: 24px;
  }
}



/********** Popup Form Section Style **********/

body.show-popup{
  position: relative;
  overflow-y: hidden;
}

body.show-popup:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .6;
  transform: scaleY(-1);
  background-color: #081014;
  z-index: 5;
}

.popup-form-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow-y: auto;
  width: 100% !important;
}

.popup-form-container.come-down{
  visibility: visible;
  opacity: 1;
}

.popup-form-container .popup-container{
  position: relative;
  max-width: 719px;
  margin: 30px auto 30px auto !important;
  float: none;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 45px 51px 37px 51px;
}

.popup-form-container .close-btn{
  width: auto;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 30px;
}

.popup-form-container .form-heading{
  margin-bottom: 20px;
}

.popup-form-container .form-container h3{
  color: #253F4D;
  font-size: 30px;
  line-height: 52px;
  font-weight: bold;
}


@media(max-width: 767px){
  .popup-form-container .popup-container{
    padding: 30px 20px 20px 20px;
  }

  .popup-form-container .form-container h3{
    font-size: 24px;
    line-height: 38px;
  }
}




/*==================================================
Careers Page UK Style 
==================================================*/


.careers-banner-section.landing-page.section-bg{
  background-position: bottom center !important;
}

/********** Center Text Section Style ***********/


.center-text-section{
  padding: 110px 0 100px 0;
}

.center-text-section .content-container{
  max-width: 1006px;
  margin: 0 auto !important;
  float: none;
}

.center-text-section .content-container h3{
  color: #253E4E;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
}

@media(max-width: 1024px){
  .center-text-section {
    padding: 45px 0 37px 0;
  }

  .center-text-section .content-container h3{
    font-size: 30px;
    line-height: 52px;
  }
}

@media(max-width: 767px){
  .center-text-section .content-container h3 {
    font-size: 24px;
    line-height: 38px;
  }
}




/********** Center Text With Image Section Style ***********/


.center-text-with-image{
  padding: 147px 0 136px 0;
  position: relative;
  z-index: 1;
}

.center-text-with-image:before{
  position: absolute;
  content: '';
  background:linear-gradient(180deg, #00000080 0%, #000000 100%) 0% 0% no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}

.center-text-with-image .content-container h3{
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}

.center-text-with-image .content-container p{
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.center-text-with-image .content-here{
  margin-top: 50px;
}


@media(max-width: 1024px){
  .center-text-with-image{
    padding: 83px 0 100px 0;
  }
  
  .center-text-with-image .content-container h3{
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 17px;
  }

  .center-text-with-image .content-here {
    margin-top: 20px;
  }
}

@media(max-width: 767px){
  .center-text-with-image{
    padding: 60px 0 37px 0;
  }
  
  .center-text-with-image .content-container h3{
    font-size: 24px;
  }
  
  .center-text-with-image .quote-img img{
    max-width: 28px !important;
  }
}



/********* Landing Page Version 1 Style ***********/

body.landing-v1 .introduction-cm{
  padding: 104px 0 152px 0;
}

body.landing-v2 .introduction-cm .cta-container{
  margin-top: 30px;
}

@media(max-width: 1024px){
  body.landing-v1 .introduction-cm {
    padding: 104px 0 100px 0;
  }
}

@media (max-width: 767px){
  body.landing-v1 .introduction-cm {
    padding: 60px 0 30px 0;
  }
}

@media(max-width: 1440px) and (min-width: 1025px){
  body.landing-v2 .introduction-cm .image-container{
    top: 56px;
    position: absolute;
    right: -32%;
    max-width: 74%;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  body.landing-v1 .introduction-cm .image-container{
    top: 112px;
  }
}

@media(min-width: 1441px){
  body.landing-v2 .introduction-cm .image-container{
    top: -54px;
  }
}


#hubspot-messages-iframe-container{
  z-index: 2147483646 !important;
}

.popup-form-container{
  z-index: 2147483647 !important;
}

/*#region Fix Overlapping checkboxes*/
div .hs-fieldtype-checkbox.field.hs-form-field.gray-color-text label {
  position: initial;
}

div .hs-fieldtype-checkbox.field.hs-form-field.gray-color-text .hs-field-desc {
  padding-bottom: 6px;
}
/*#endregion */



/*div#hs-eu-cookie-confirmation {
    width: 400px!important;
    bottom: 0!important;
    height: 170px!important;
    top: auto!important;
}

@media(max-width:767px){
body div#hs-eu-cookie-confirmation {
    width: 100%!important;
    z-index: 9999999999!important;
}
*/
}


@media(max-width:767px){

.pricing-module .event1 .right-col,
.pricing-module .event2 .right-col {
    margin-left: 0;
}
  
.pricing-module .event1 .left-column,
.pricing-module .event2 .left-column {
    box-shadow: 3px 6px 6px #00000029;
    width: 100%;
    background: #fff;
}
  
.pricing-module .event1 .left-column,
.pricing-module .event2 .left-column,
.pricing-cm .event2 .left-column {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
}




/*=============================================================
               Form Styling 
===============================================================*/

.test-form-section{
   padding:150px 0 150px;
   background-color: #E8EBED;
}

.test-form-section .form-container{
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 19px 0 rgba(37,63,77,0.15);
  padding:36px 46px 50px;
  width:100%;
  box-sizing:border-box;
  max-width:475px;
  margin:0 auto!important;
  float:none;
  
}

body form label{
  font-size: 14px!important;
  font-weight: 600!important;
  letter-spacing: 0.09px!important;
  line-height: 18px!important;
  color: #253F4D!important;
  margin-bottom:6px!important;   
  position:relative!important;
  top:0!important;
  left:0!important;
}

body form input[type="text"],
body form input[type="email"],
body form input[type="tel"],
body form input[type="number"],
body form input[type="email"],
body form textarea,
body form select{
  border: 1px solid #959595!important;
  border-radius: 3px!important;
  background-color: #FFFFFF!important;
  height:50px!important;
  font-size: 17px!important;
  letter-spacing: 0.11px!important;
  line-height: 25.8px!important;
  color: #253F4D!important;
  padding: 10px 13px 13px!important;
  margin-bottom:15px!important;
}

body form input[type="text"]:focus,
body form input[type="email"]:focus,
body form input[type="tel"]:focus,
body form input[type="number"]:focus,
body form input[type="email"]:focus,
body form textarea:focus,
body form select:focus{
   border: 1px solid #EB7312!important;
}

body form input[type="text"]::placeholder,
body form input[type="email"]::placeholder,
body form input[type="tel"]::placeholder,
body form input[type="number"]::placeholder,
body form input[type="email"]::placeholder,
body form textarea::placeholder,
body form select::placeholder{
  font-size: 17px!important;
  letter-spacing: 0.11px!important;
  line-height: 25.8px!important;
  color: #959595!important;
}

body form legend{
  font-size: 12px!important;
  letter-spacing: -0.14px!important;
  line-height: 15px!important;
  color: #666666!important;
  margin-bottom:7px!important;
}

body .row-fluid form select{
  background: #fff url('https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/Safe%20Ag%20System%20Assets%20Jan%202020/Orange%20arrow.svg') no-repeat !important;
  background-position: 97%!important;
  -webkit-appearance: none !important;
  background-size: 12px !important;
}

form .inputs-list.multi-container{
  margin-bottom:30px!important;
}

form .inputs-list.multi-container .hs-form-checkbox label span,
form .inputs-list.multi-container .hs-form-radio label span{
  font-size: 17px!important;
  letter-spacing: 0.11px!important;
  line-height: 25.8px!important;
  color: #253F4D!important;
  font-weight:normal!important;
  position: relative!important;
  top: 0px!important;
  width: 80%!important;
}

form .inputs-list.multi-container .hs-form-checkbox label,
form .inputs-list.multi-container .hs-form-radio label{
   display:flex;
   flex-wrap: wrap;
}

form .inputs-list.multi-container .hs-form-checkbox,
form .inputs-list.multi-container .hs-form-radio{
   margin-bottom:10px!important;
}

body .container-fluid .row-fluid form .hs-form-field .inputs-list .hs-form-checkbox input[type="checkbox"]{
  border: 1px solid #959595!important;
  border-radius: 3px!important;
  background-color: #FFFFFF!important;
  width:19px!important;
  height:19px!important;
}

body .row-fluid .hs-form .field .input input[type="checkbox"]:checked:after{
  border:1px solid #EB7312!important;
  background:#EB7312!important;
  border-radius: 3px!important;
  width:21px!important;
  height:21px!important;
  transform: rotate(0deg)!important;
  -webkit-transform: rotate(0deg)!important;
  -moz-transform: rotate(0deg)!important;
  -o-transform: rotate(0deg)!important;
  -ms-transform: rotate(0deg)!important;
  top:-2px!important;
  left:-2px!important;
}

body .row-fluid .hs-form .field .input input[type="radio"]{
  height: 19px!important;
  width: 19px!important;
  border: 1px solid #959595!important;
  border-radius: 9px!important;
  background-color: #FFFFFF!important;
}

body .row-fluid .hs-form .field .input input[type="radio"]:checked:after {
    content: ''!important;
    position: absolute!important;
    width: 19px!important;
    height: 19px!important;
    top: -1px!important;
    left: -1px!important;
    border-radius: 50%!important;
    background:#EB7312!important;
}

body .row-fluid .hs-form .inputs-list li label{
   display:flex;
}

body .row-fluid .hs-form .inputs-list li label span{
  font-size: 17px !important;
  letter-spacing: .11px !important;
  line-height: 25.8px !important;
  color: #253f4d !important;
  font-weight: normal !important;
  position: relative !important;
  top: 0px !important;
}

body .row-fluid form .hs-button{
  font-size: 16px!important;
  font-weight: bold!important;
  letter-spacing: 0.2px!important;
  line-height: 22px!important;
  text-align: center!important;
  color: #FFFFFF!important;
  width:100%!important;
  box-sizing:border-box!important;
  text-transform:uppercase!important;
  border:none!important;
  padding: 14px 20px!important;
  margin-top:10px!important;{}
  margin-bottom:0!important;
}

form .hs-main-font-element{
  font-size: 11px!important;
  letter-spacing: -0.13px!important;
  line-height: 14px!important;
  color: #EB3A12!important;
  top:0!important;
}

body .container-fluid .row-fluid form .hs-form-field .hs-error-msgs .hs-error-msg{
  font-size: 11px!important;
  letter-spacing: -0.13px!important;
  line-height: 14px!important;
  color: #EB3A12!important;
  top:0!important;
}

.submitted-message p,
.submitted-message h1,
.submitted-message h2,
.submitted-message h3,
.submitted-message h4,
.submitted-message h5,
.submitted-message h6{
   color: #253f4d!important;
}

.submitted-message a{
   color: #eb7311!important;
   text-decoration:underline;
}