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

/*=================== Fonts Calling Start=======*/

@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Light.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Light.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Light.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Ligh.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Light.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-LightItalic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-LightItalic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-LightItalic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-LightItalic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-LightItalic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-LightItalic.svg') format('svg');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-MediumItalic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-MediumItalic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-MediumItalic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-MediumItalic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-MediumItalic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-MediumItalic.svg') format('svg');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Demi.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Demi.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Demi.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Demi.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Demi.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Demi.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Bold.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Bold.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Bold.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Bold.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Bold.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-BoldItalic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-BoldItalic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-BoldItalic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-BoldItalic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-BoldItalic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-BoldItalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Regular.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Regular.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Regular.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Regular.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Regular.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Medium.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Medium.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Medium.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Medium.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Medium.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Italic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Italic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Italic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Italic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Italic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-Italic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Rift';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-DemiItalic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-DemiItalic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-DemiItalic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-DemiItalic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-DemiItalic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Rift-DemiItalic.svg') format('svg');
  font-weight: 600;
font-style: italic;
}
@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Bold.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Bold.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Bold.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Bold.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Bold.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-BoldItalic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-BoldItalic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-BoldItalic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-BoldItalic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-BoldItalic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-BoldItalic.svg') format('svg');
  font-weight: 700;
font-style: italic;
}
@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Regular.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Regular.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Regular.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Regular.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Regular.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Regular.svg') format('svg');
  font-weight: 400;
font-style: normal;
}
@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Medium.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Medium.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Medium.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Medium.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Medium.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Medium.svg') format('svg');
  font-weight: 500;
font-style: normal;
}
@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-DemiItalic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-DemiItalic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-DemiItalic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-DemiItalic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-DemiItalic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-DemiItalic.svg') format('svg');
  font-weight: 600;
font-style: italic;
}
@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-MediumItalic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-MediumItalic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-MediumItalic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-MediumItalic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-MediumItalic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-MediumItalic.svg') format('svg');
  font-weight: 500;
font-style: italic;
}
@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Demi.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Demi.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Demi.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Demi.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Demi.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Demi.svg') format('svg');
  font-weight: 600;
font-style: normal;
}
@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Light.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Light.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Light.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Light.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Light.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Light.svg') format('svg');
  font-weight: 300;
font-style: normal;
}

@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Italic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Italic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Italic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Italic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Italic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-Italic.svg') format('svg');
  font-weight: 400;
font-style: italic;
}
@font-face {
  font-family: 'RiftSoft';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-LightItalic.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-LightItalic.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-LightItalic.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-LightItalic.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-LightItalic.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/RiftSoft-LightItalic.svg') format('svg');
  font-weight: 300;
font-style: italic;
}
@font-face {
  font-family: 'Brother-1816';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Bold.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Bold.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Bold.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Bold.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Bold.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Bold.svg') format('svg');
  font-weight: 700;
font-style: normal;
}
@font-face {
  font-family: 'Brother-1816';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Medium.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Medium.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Medium.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Medium.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Medium.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Medium.svg') format('svg');
  font-weight: 500;
font-style: normal;
}

@font-face {
  font-family: 'Brother-1816';
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Book.eot'); 
  src: url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Book.eot?') format('embedded-opentype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Book.woff2') format('woff2'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Book.woff') format('woff'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Book.ttf')  format('truetype'), 
       url('https://cdn2.hubspot.net/hubfs/4776306/FTC_Font_Files/Brother-1816-Book.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}


/*=================== Fonts Calling End=======*/



body, html { font-family: 'Brother-1816', sans-serif; color: #D8D8D8; margin: 0; width: 100%; padding: 0; line-height: 1.2; font-size: 16px; }
.main_mid_center { max-width: 1475px; margin: 0 auto !important; float: none !important; width: 100% !important; padding: 0 1em; }

/********===== Resources Page Design Starts ====************/

/******** Header Design *******/
/*.row-fluid .explore_products_contents h2 { cursor: pointer; transition: all 0.4s ease-in-out 0s; padding: 15px 25px 20px; display: inline-block; text-align: center; font-family: "Brother-1816", sans-serif; text-transform: uppercase; font-size: 14px; color: #4a4a4a; }*/
.row-fluid .explore_products_contents h2 { cursor: pointer; transition: all 0.4s ease-in-out 0s; padding: 15px 25px 20px; display: inline-block; text-align: center; font-family: "Brother-1816", sans-serif; text-transform: uppercase; font-size: 14px; color: #4a4a4a; }
.row-fluid .more_details h2 { opacity: 0.5; color: #4a4a4a; position: relative; font-family: "Brother-1816", sans-serif; text-align: center; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.row-fluid .search_content { position: relative; }
.row-fluid .search_content i { color: #4a4a4a; position: absolute; left: 0px; vertical-align: middle; top: 24px; font-size: 15px; }
.row-fluid .search_content input { padding: 8px 25px; width: 100%; font-size: 12px; text-transform: uppercase; border: 0; font-family: "Brother-1816", sans-serif; font-weight: 700; color: #4a4a4a; opacity: 0.5; }
.row-fluid .search_content input:focus { border: none; outline: none; }
.row-fluid .header_logo_image { padding: 3.9em 0 0; }
.row-fluid .header_products_search { float: right; text-align: right; padding: 2.5em 0 0; margin-left: 0; }
.row-fluid .search_resources_bg { background: #4A4A4A; padding: 2.75em 0; background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/gray-noise.png") }
.row-fluid .search_resources_content_group { background: #fff; }
.row-fluid .search_input_group input#search_term { width: 94%; }
.row-fluid .search_input_group::after { position: absolute; content: ""; background: #619e54; height: 98%; width: 22px; transform: skew(-17deg); left: auto; right: 19px; top: 0; }
.row-fluid .search_input_group input { border: 0; border-radius: 0px!important; font-size: 14px; text-transform: uppercase; float: left; background: #F5F5F5; padding: 10px 15px; font-family: "Brother-1816", sans-serif; font-weight: 500; height: 100%;
}
.row-fluid .search_input_group input#submit { background: #619e54; position: absolute; padding: 10px 35px; color: #fff; cursor: pointer; letter-spacing: 1px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.row-fluid .resources_title_bg { background: #4B9B32; background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/green-noise.png") }
.row-fluid .resources_title_bg .resources_title h1 { font-family: "Rift", sans-serif; padding: 16px 0; margin: 0; color: #fff; font-size: 40px; }
.resources_post_contents .resources_post_image img { width: 100%; height: 100%; border-bottom: none; }
.row-fluid .resources_post_group .resources_post_contents { 
	margin-bottom: 1em;
    position: relative;
    margin-top: 1em;
    float: left;
    width: 29.4%;
    margin-left: 29px;
    margin-right: 22px;
}
.resources_post_image {
    text-align: center;
    border-bottom: 4px solid #4a833d;
    display: block;
    float: left;
    width: 100%;
}
.resources_post_image > a {
  height: 18em;
    float: left;
    width: 100%;
}

.resources_post_list_group .resource_details {
    float: left;
    width: 100%;
    min-height: 16em;
}
.row-fluid .resources_post_group .main_mid_center.post_mid_center { max-width: 1500px; width: auto !important; }
.row-fluid .you_dont_miss_group .main_mid_center { max-width: 1475px; width: auto !important; }
.title_readmore .resource_title { padding: 20px 0; float: left; width: 48%; min-height: 3em; }
.title_readmore .resources_readmore_btn { position: relative; float: right; width: auto; }
.resources_post_contents .title_readmore { float: left; width: 100%; }
.title_readmore .resource_title h5 {
    color: #4a4a4a;
    font-size: 14.5px;
    font-family: "Brother-1816";
    margin: 0; font-weight: 500; min-height: 2em;
}
.row-fluid .search_resources_title::before {
    position: absolute;
    content: "";
    background: #4a833d;
    width: 100px;
    height: 100%;
    right: 0;
    transform: skew(-16deg);
    top: 0;
}
.title_readmore .resources_readmore_btn::after { 
    position: absolute;
    content: "";
    background: #70b95a;
    width: 30px;
    height: 100%;
    bottom: 0;
    left: -10px;
    transform: skew(-17deg);
    top: 0;
}
.title_readmore .resources_readmore_btn a {
   text-decoration: none;
    font-size: 13px;
    font-family: "Brother-1816",sans-serif;
    text-transform: uppercase;
    background-color: #70b95a;
    padding: 1em 3em 1em 2em;
    color: #fff;
    position: relative;
    float: left;
    z-index: 9999;
    cursor: pointer; font-weight: 700;
}
.title_readmore .resources_readmore_btn a::before {
    background: #fff;
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    right: 26px;
    top: 20px;
    bottom: auto;
}
.title_readmore .resources_readmore_btn a::after {
    background: #fff;
    position: absolute;
    content: "";
    width: 2px;
    height: 8px;
    right: 29px;
    top: 17px;
    bottom: auto;
}
.resources_post_contents .resource_details p {
    /*float: left;*/
    font-weight: 400;
    width: auto;
    font-size: 13px;
    color: #4a4a4a;
    line-height: 2em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    min-height: 4em;
}
.row-fluid .search_resources_title::before {
    position: absolute;
    content: "";
    background: #4B9B32;
    width: 100px;
    height: 100%;
    right: -56px;
    transform: skew(-16deg);
    top: 0;
    z-index: -1;
}

.row-fluid .search_resources_title {
    background: #4B9B32;
   padding: 20px 0 20px 25px;
    position: relative;
    width: auto;
    z-index: 22222;
}
.row-fluid .search_resources_title h2 {
    font-family: "Rift", sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
  letter-spacing: 1px;
}
.row-fluid .resources_search_filter { padding: 29px 0px 0 0; }
.row-fluid .search_input_group { margin-left: 0; position: relative; }
.row-fluid .category_filter h2.select_topic_dropdown, .row-fluid .category_filter h2 {
    background: #eee;
    color: #619e54; font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    padding: 13px 20px;
    margin: 0; position: relative; cursor: pointer; background-image: url(https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/filter_arrow.png);
    background-position: 90% 57%;
    background-repeat: no-repeat;
}
.row-fluid .category_filter h2.select_topic_dropdown i, .row-fluid .category_filter h2 i {
    font-size: 25px;
    color: #4a4a4a;
    float: right;
    position: absolute;
    right: 17px;
    top: 7px;
    opacity: 0.7;
}
.row-fluid .category_filter { position: relative; }
.row-fluid .category_filter .topic_lists {
    display: block;
    position: absolute;
    background: #4a833d;
    width: 100%;
    border-radius: 3px;
    top: 42px;
    transition: all 0.2s; z-index: 99999;
}
.row-fluid .category_filter .topic_lists ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize; transition: all 0.4s ease-out;
}
.row-fluid .category_filter .topic_lists ul li {
    list-style: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 0;
    cursor: pointer;
}
.row-fluid .category_filter .topic_lists ul{ list-style: none; text-align: left; padding: 0 20px; }
.row-fluid .category_filter .topic_lists { display: none; }
.row-fluid .category_filter.topic_lists_show .topic_lists{ display: block; }

.row-fluid .register_contents > div > span {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}
.row-fluid .call_experts p {
    font-family: "Rift", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 37px;
    font-style: normal;
    margin: 0;
}
.row-fluid .what_looking_title p {
    font-family: "Rift", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #fff;
    margin: 0;
   text-align: center; padding-left: 60px;
}
.row-fluid .what_you_looking_bg { background: #4a4a4a; padding: 1.3em 0; background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/gray-noise.png") }

.row-fluid .or_title {
    display: inline-block;
    text-align: right;
    padding: 9px 11px;
    text-transform: uppercase;
    font-family: "RiftSoft", sans-serif;
    font-weight: 700;
    color: #4a833d;
    font-size: 22px;
  margin-right: 25px;
}

.row-fluid .you_dont_miss_group {
  background: #4a4a4a; padding: 4em 0 5em; float: left; width: 100%; margin-top: 35px; background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/gray-noise.png")
}
.row-fluid .dont_miss_title h2, .row-fluid .you_dont_miss_group h2 {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Brother-1816',sans-serif;
    font-weight: 700; padding: 0 10px;
}
.row-fluid .header_products_search .resources_post_group {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eee;
    z-index: 99999999999999999999;
    display: none; 
}
.row-fluid .resource_listing_group {
    background-image: url(https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/listing_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 2em;
}
.row-fluid .header_center_image.header_image_post { display: none; }
.new_resource_post_details .row-fluid .header_center_image.header_image_post { display: block; }


/*============== Dont Miss Section ========*/
.featured_resources_post_contents .featured_resources_post_image img {
    width: 100%;
    height: auto;
    border-bottom: 4px solid #fff;
}
.title_readmore .featured_resources_readmore_btn {
    position: relative;
    float: right;
    width: auto;
}
.title_readmore .featured_resources_readmore_btn a {
    text-decoration: none;
    font-size: 13px;
    font-family: "Brother-1816",sans-serif;
    text-transform: uppercase;
    background: #fff;
    padding: 1.2em 3.5em;
    color: #4B9B32;
    position: relative;
    float: left; font-weight: 700; z-index: 9999; cursor: pointer;
}
.featured_resources_post_contents .title_readmore .resource_title h5 {
    color: #fff;
    font-size: 14.5px;
    font-family: "Brother-1816";
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.featured_resources_post_contents .featured_resource_details .resource_post_summary {
    clear: both;
}
.featured_resources_post_contents .featured_resource_details .resource_post_summary h2,
.featured_resources_post_contents .featured_resource_details .resource_post_summary h3,
.featured_resources_post_contents .featured_resource_details .resource_post_summary h4 {
    font-size: 14px;
    margin: 1em 0;
    padding: 0;
}
.featured_resources_post_contents .featured_resource_details .resource_post_summary p {
    float: left;
    width: auto;
    font-size: 13px;
    color: #fff;
    line-height: 1.9em;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.featured_resources_post_contents .title_readmore .featured_resources_readmore_btn::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    height: 99%;
    bottom: 0;
    left: -8px;
    transform: skew(-17deg);
    top: 0px;
}
.forrest-resources h2 {font-family: "Rift", sans-serif;font-size: 40px; color: #4a4a4a;}
.header-back {margin-top: 45px}
.header-back a {font-size: 12px; opacity: .7; position: relative; color: #4a4a4a; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; text-decoration: none }
.header-back a:before {content: ""; background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/backarrow.png"); background-repeat: no-repeat; height: 11px; width: 7px; top: 3px; position: absolute; left: -13px}
.thank-you .featured_resources_post_contents .title_readmore .featured_resources_readmore_btn::after {top: 0px!important}
.featured_resources_post_group .featured_resources_post_contents:nth-child(3n+1) { margin-left: 0; }
.featured_resources_post_group .featured_resources_post_contents { float: left; width: 31%; margin-left: 3.5%; margin-top: 2em; }
.title_readmore .featured_resources_readmore_btn a i.fa.fa-plus { font-size: 10px; right: 29px; position: absolute; cursor: pointer; top: 18px; }
.row-fluid .more_details, .row-fluid .search_content { padding: 15px 0 20px; cursor: pointer; }
.row-fluid .header_products_search .custom-menu-primary { padding: 31px 0; line-height: 1; }
.row-fluid .header_products_search .custom-menu-primary ul li { padding: 0 0px; }
.row-fluid .more_products_dropdown .custom-menu-primary { padding: 2em 0; }
.row-fluid .header_products_search .custom-menu-primary ul li a, .row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(2) a {
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 14.5px;
    max-width: 100% !important;
    font-weight: 700;
   padding: 15px 25px; 
    letter-spacing: 1px; cursor: pointer; opacity: 1;
    opacity: 0.6;
}
.row-fluid .header_products_search .custom-menu-primary ul > li:hover > a, .row-fluid .header_products_search .custom-menu-primary ul > li > a:hover { background-color: #f5f5f5; transition: 0.4s; opacity: 1; }
.row-fluid .more_products_dropdown .custom-menu-primary ul li a{
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 14px;
    max-width: 100% !important;
    font-weight: 700;
    padding: 0 35px 0 0;
    letter-spacing: 1px; cursor: pointer; 
}

.row-fluid .resource_post_items .resource_post_title h1 {
    font-size: 40px;
    color: #fff;
    font-family: "Rift", sans-serif;
    font-weight: 700;   
    margin: 0;
}
.row-fluid .resource_post_items .resource_post_title { background: #4A833D;  padding: 15px 30px; background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/green-noise.png") }
.resources_post_details .resources_post_image img { width: 100%; }
.resources_post_details .resources_post_image { padding: 3em 0 2em; }
.resources_post_details .resources_description p { padding: 1em 0; margin: 0 auto; font-family: 'Brother-1816', sans-serif; line-height: 2em; font-weight: 400; font-size: 13px; color: #4a4a4a; }
.resources_post_details_group .main_mid_center { max-width: 1175px; }
.resources_post_details .resources_description { padding: 1.5em 0 0; max-width: 1175px; margin: 0 auto; float: none; width: 100%; }
.row-fluid .site_search_input input.hs-search-field__input {
    border: none;
    text-transform: uppercase;
    font-family: "Brother-1816", sans-serif;
    font-weight: 700;
    padding: 14px 20px 12px;
    /*background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/search-image-new.png");*/
    background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/search-img-new.png");
    background-repeat: no-repeat;
    background-position: 0px 14px; position: absolute; width: 100%; left: 16px; opacity: 0.7; font-size: 12px;
}
.row-fluid .site_search_input { padding: 31px 0; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) {margin-top: 2px}
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a{ font-size: 12px; opacity: 0.7; position: relative;}
.row-fluid .header_products_search .custom-menu-primary .explore_products_post_image a { font-size:unset !important; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > a::before {
    position: absolute;
    width: 1px;
    height: 6px;
    content: "";
    background: #4a4a4a;
    right: 18px;
    top: 18px;
}
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > a::after {
    position: absolute;
    content: "";
    background: #4a4a4a;
    width: 5px;
    height: 1px;
    right: 16px;
    top: 20px;
}
.row-fluid .site_search_input input.hs-search-field__input:focus { outline: none; }
.row-fluid .search_resources_bg .main_mid_center { max-width: 1475px; }


/******** 17 june ***/
.row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(2) a::before, .row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(1) a::before, .row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(3) a::before, .row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(2) a::after {
    background: none;
}
.row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(1) a::after, .row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(3) a::after { background: none; }
.row-fluid .header_products_search .custom-menu-primary ul li > ul li { display: inline-block; }
.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children { position: unset; }
.row-fluid .header_products_search .custom-menu-primary ul li > ul li a { display: inline-block !important; padding: 15px 13px !important; font-size: 12px !important; opacity: 1 !important; }
.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper, .row-fluid .header_products_search .custom-menu-primary ul li ul.hs-menu-children-wrapper {
   left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
    background: #f5f5f5;
    padding: 2em 0;
    transition: all 0.5s; z-index: 999999;
}
.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
    background: #f5f5f5;
    padding: 2.5em 0 0;
    transition: all 0.3s ease-out 0s; z-index: 99999;
}
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(1) ul.hs-menu-children-wrapper.menu_show, 
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) ul.hs-menu-children-wrapper.menu_show, 
.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper.menu_show, 
.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper.menu_show{
display: block; transition: all 0.3s ease-out 0s; }

.custom_error_message h1 {font-family: "Rift", sans-serif;font-size: 40px;color: #4a4a4a;text-transform: uppercase}
.custom_error_message h2 {font-family: "Brother-1816", sans-serif; color: #4A833B; text-transform: uppercase}
.custom_error_message p {font-family: "Brother-1816", sans-serif; color: #4a4a4a;}
.custom_error_message {margin: 0 auto!important; max-width: 500px!important; float: none!important; text-align: center}
.google-search {margin: 20px auto!important; max-width: 500px!important; float: none!important;  font-family: "Brother-1816", sans-serif; color: #4a4a4a; text-align: center!important}
.google-search label {font-size: 13px;font-family: "Brother-1816", sans-serif; text-transform: uppercase; font-weight: 700; opacity: .7; margin-bottom: 15px}
.google-search input {margin-bottom: 30px!important; margin-top: 10px!important}
.google-search a.hs-button.primary  {border-radius: 0px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    height: 100%;
    z-index: 99999;
    cursor: pointer;
    background: #4B9B32;
    padding: 0.8em 2em 1em 1em;
    border: none;
    box-shadow: none;
    font-family: 'Brother-1816', sans-serif;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
  position: relative;
margin-left: 20px}

.google-search a.hs-button.primary:before {background: #4B9B32;
    position: absolute;
    content: "";
    top: 0px;
    width: 20px;
    height: 102%;
    left: -12px;
    transform: skew(-17deg);}
/****** 19 jun design *****/
.row-fluid .resource_post_listing_01 { padding: 0 0 0em; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul { padding: 2.5em 0em 0 !important; text-align: left !important; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul li:first-child { margin-left: 1em; padding-left:2em; }
.explore_products_dropdown_con, .more_products_dropdown_con { margin-top: 2.75em; }
.hide_feat_post .row-fluid .you_dont_miss_group { display: none; }
.resource_post_items .post_social_share { float: left; width: 100%; padding-bottom: 2em; }
.post_social_share .share_title h3 { color: #4A833D; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; }
.post_social_share .share_icons a img.hs-image-widget { width: auto !important; max-width: none !important; max-height: 100% !important; }
.post_social_share .share_icons a { padding: 0 8px; float: right; width: auto !important; height: auto !important; }                   
.post_social_share .share_icons { float: left; width: auto; text-align: left; padding: 9px 0 0; }
.post_social_share .share_title { float: left; width: auto; }
.post_social_share .main_mid_center { max-width: 1175px; }  
.resource_post_items .post_details_contents { padding: 5em 0; }
.row-fluid .resources_post_group { float: left; width: 100%; padding-top: 3em; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(1) a { opacity: 1; }
.explore_products_details { text-align: left; padding: 0 10px; }
.row-fluid .call_experts { margin-left: 0; }
.row-fluid .header_products_search .custom-menu-primary ul li > ul li a:hover { color: #4a833d; }
.row-fluid .footer_menu_group .footer_menu ul li a:hover { color: #4a4a4a; transition: all 0.4s ease-in-out 0s; }
.row-fluid .search_results_show .hs-search-results__next-page, .row-fluid .search_results_show .hs-search-results__prev-page {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #4A833D;
    text-decoration: none;
    font-weight: 700;
}
.row-fluid .search_results_show .hs-search-results__next-page:hover, .row-fluid .search_results_show .hs-search-results__prev-page:hover { transition: all 0.4s ease-in-out 0s; color: #4a4a4a; }
.row-fluid .footer_social_icons ul li a i:hover { color: #3e6f34; }
.row-fluid .contact_details p a:hover { text-decoration: underline; transition: all 0.4s ease-in-out 0s; }
.row-fluid .search_input_group input:focus { outline: none; }
.row-fluid .header_products_search .custom-menu-primary ul li > ul > .explore_products_dropdown_con .explore_products_readmore a, .row-fluid .header_products_search .custom-menu-primary ul li > ul > .more_products_dropdown_con .explore_products_readmore a {
   display: inline-block;
    padding: 15px 0; opacity: 1;
}
.row-fluid .header_products_search .custom-menu-primary ul li > ul > .more_products_dropdown_con .explore_products_readmore a::before, .row-fluid .header_products_search .custom-menu-primary ul li > ul > .more_products_dropdown_con .explore_products_readmore a::after {
    background: none; 
}
.details_read_more {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.explore_products_readmore {
    display: flex;
    position: absolute;
    bottom: 2px;
    right: -5px;
}
.resource_details-pagination a {
    color: #4A833D;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Brother-1816', sans-serif;
    letter-spacing: 1px;
}
.resource_details-pagination .pagination_container {
    max-width: 750px;
    margin: 0 auto;
    float: none;
    width: 100%;
  text-align:center;
}
.resource_details-pagination a.blogdetail-previous { float: left; }
.resource_details-pagination a.blogdetail-next { float: right; }
.resource_details-pagination a i.fa.fa-angle-left { padding-right: 6px; }
.resource_details-pagination a i.fa.fa-angle-right { padding-left: 6px; }
.resource_details-pagination { float: left; width: 100%; padding-bottom: 7em; }
.resource_details-pagination .all_articles { text-align: center; display: inline-block; /*width: 55%;*/ width: auto; }
.resource_details-pagination i { font-size: 18px; font-weight: 700; }
.explore_products_readmore a span:hover { color: #4a4a4a; transition: all 0.4s ease-in-out 0s; }
.row-fluid .header_center_image { 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 33%;
    /*transform: skewX(-14deg);*/
    /*clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);*/
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    min-height: 33em;
    position: relative;
	}
.body-container-wrapper { position: relative; z-index:11; }
.row-fluid .resource_post_items span#hs_cos_wrapper_you_dot_want_to_miss { display: none; }


/***** Post Body Styles *****/
body.hs-blog-post .resources_description h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin: 1.4em 0 1em;
    color: black;
    font-weight: 700;
}
body.hs-blog-post .resources_description h3 {
    font-size: 18px;
    line-height: 1.2em;
    margin: 1.4em 0 1em;
    color: #666666;
    font-weight: bold;
}
body.hs-blog-post .resources_post_details .resources_description p {
    margin: 0 0 1.4em;
    padding: 0;
    color: #999999;
}
body.hs-blog-post .resources_post_details .resources_description li {
    margin: 0 0 1em;
    font-family: 'Brother-1816', sans-serif;
    line-height: 1.2em;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}
body.hs-blog-post .resources_post_details .resources_description a {
    color: #4A833D;
    text-decoration: underline;
}
body.hs-blog-post .resources_post_details .resources_description a:hover {
    text-decoration: underline !important;
}

/******* Foooter Design ******/
.row-fluid .footer_menu_group .footer_menu { text-align: right; }
.row-fluid .footer_logo_image { margin-top: 0.8em; }
.row-fluid .footer_social_icons { margin-left: 0; }
.row-fluid .footer_menu_group .footer_menu ul li a { padding: 8px 0; display: inline-block; color: #fff; font-family: "Brother-1816", sans-serif; font-weight: 500; font-size: 13px; }
.row-fluid .footer_social_icons ul li span { display: none; }
.row-fluid .footer_social_icons ul li { list-style: none; display: inline-block; margin: 0 3px; }
.row-fluid .footer_social_icons ul { text-align: left; padding: 0; }
.row-fluid .footer_background_group { background-image: url(https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/footer_logo.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; padding: 5em 0 0.5em; position: relative; z-index: 99999; }
.row-fluid .footer_social_icons ul li a i { color: #fff; font-size: 16px; }
.row-fluid .contact_address p { color: #ffffff; font-size: 12px; margin: 0; padding: 35px 0 7px; font-family: "Brother-1816", sans-serif; font-weight: 400; }
.row-fluid .copy_rights_content p a { text-decoration: underline; color: #ffffff; }
.row-fluid .copy_rights_content p { color: #ffffff; font-size: 12px; letter-spacing: 1px; margin: 0; padding: 3px 0; font-weight: 400; font-family: 'Brother-1816',sans-serif; line-height: 1.5; }
.row-fluid .contact_details p a { text-decoration: none; color: #fff; font-size: 12px; font-weight: 400; font-family: 'Brother-1816',sans-serif; }
.row-fluid .register_contents { padding: 10px 0 0 64px; }
.row-fluid .register_contents > div > span { color: #fff; font-size: 13px; font-weight: 700; margin: 0; }
.row-fluid .search_results_show ul li a.hs-search-results__title { text-decoration: none; font-size: 24px; font-family: "Brother-1816", sans-serif; color: #4A833D; font-weight: 700; }
.row-fluid .search_results_show { padding: 2em 0; }
.row-fluid .searched_contents input.hs-search-field__input { background: none; border: none; font-size: 29px; text-transform: capitalize; color: #fff; font-family: "Brother-1816", sans-serif; font-weight: 700; }
.row-fluid .searched_contents input.hs-search-field__input::placeholder { color: rgba(250, 250, 250, 0.8); }
.row-fluid .searched_contents { background: #4A833D; padding: 1em 25px; }
.row-fluid .search_results_show ul li p.hs-search-results__description { color: #4a4a4a; font-weight: 400; font-family: "Brother-1816", sans-serif; padding: 10px 0; }
.row-fluid .site_search_input ul.hs-search-field__suggestions { display: none; }
.row-fluid .copy_rights_content { position: relative; top: -20px; }
.footer_images .footer_images_group { margin-left: 0px !important; }
.row-fluid .footer_background_group.footer_desktop_background_group { display:block; } 
.row-fluid .footer_background_group.footer_mobile_background_group { display:none; } 


/******** Explore Products ****/
.explore_products_details .resource_title h5 { color: #4a4a4a; font-size: 14px; font-family: "Brother-1816", sans-serif; letter-spacing: 1px; margin-bottom: 0; }
.explore_products_post_image {box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10), 0 4px 4px 0 rgba(0,0,0,0.10), 0 8px 8px 0 rgba(0,0,0,0.10), 0 16px 16px 0 rgba(0,0,0,0.10);}
.explore_products_post_image img { width: 100%; }
.row-fluid .explore_products_lists .explore_products_post_group:nth-child(4n+1) { margin-left: 0; }
.row-fluid .explore_products_lists .explore_products_post_group { float: left; width: 22.7%; margin-left: 3%; }
.row-fluid .explore_products_resources ul li a { text-decoration: none; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; color: #4a4a4a; font-weight: 700; }
.row-fluid .explore_products_resources ul li { display: inline-block; padding: 0 40px 0 0; }
.row-fluid .explore_products_resources ul { list-style: none; padding: 0; margin: 0; }
.explore_products_readmore a span { text-decoration: underline; color: #4a833d; font-family: "Brother-1816", sans-serif; font-weight: 700; text-transform: uppercase; font-size: 10px; }
.row-fluid .explore_products_details p { font-size: 10px; color: #4a4a4a; line-height: 2.5em; font-weight: 400; padding: 0; }
.row-fluid .explore_products_dropdown, .row-fluid .more_products_dropdown { background: #f5f5f5; padding: 0; box-shadow: 0px 4px 3px 0px #4a4a4a; z-index: 99999999; top: 43.5%; left: 0; right: 0; width: 100%; position: absolute; transition: all 0.5s; }
.row-fluid .header_all_resources { background: #EFEFEF; padding: 0 0 2.5em; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10), 0 4px 4px 0 rgba(0,0,0,0.10), 0 8px 8px 0 rgba(0,0,0,0.10), 0 16px 16px 0 rgba(0,0,0,0.10); }
.row-fluid .view_all_resources a.all-resources-link::after, .row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) .view_all_resources a.all-resources-link::after { background: #4A833D; width: 1.8px; height: 6px; content: ""; right: -2px; position: absolute; top: 3px; }
.row-fluid .view_all_resources a.all-resources-link::before, .row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) .view_all_resources a.all-resources-link::before { background: #4A833D; position: absolute; width: 6px; height: 1.8px; content: ""; right: -4px; top: 5px; }
.row-fluid .view_all_resources { float: right; width: 48%; text-align: right; padding-right: 10px;/*padding: 54px 10px 23px;*/ }
.row-fluid .header_products_search .custom-menu-primary ul .view_all_resources a.all-resources-link, .view_all_resources a.all-resources-link { opacity: 1; display: inline-block; color: #4A833D; text-decoration: none; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; font-family: 'Brother-1816', sans-serif; font-weight: 700; position: relative; cursor: pointer; padding: 0 10px; }
.row-fluid .explore_products_dropdown .all_topics_explore { padding: 2.5em 0; }
.row-fluid .header_background_group { border-bottom: 2px solid #fff; position: relative; }
/*.header_products_search .custom-menu-primary.hover ul li:nth-child(1) a, 
.header_products_search .custom-menu-primary.more_hover ul li:nth-child(2) a{ transition: all 0.4s ease-in-out 0s; background: #f5f5f5; }*/
.row-fluid .explore_products_dropdown, .row-fluid .more_products_dropdown { display: none; }
.row-fluid .explore_products_dropdown.products_show, .row-fluid .more_products_dropdown.more_products_show { transition: all 0.4s ease-in-out 0s; display: block; }

/******* 2-7-1019 Changes *******/
.navigation_top .section_covers { text-align: left; float: left; width: 50%; }
.navigation_top { padding: 35px 0 15px; float: left; width: 100%; }
.navigation_top .section_covers p{ color: #4a4a4a; text-transform: uppercase; font-size: 10px; font-family: "Brother-1816", sans-serif; font-weight: 500; text-align: left; letter-spacing: 1px; }
.resources_post_list_group { float: left; width: 100%; }
/******* 2-7-1019 Changes *******/
.resources_post_list_group .resource_post_summary { min-height: 14em; }

/******* 07-22-2020 Changes *******/
.resources_post_list_group .resource_post_summary h2,
.resources_post_list_group .resource_post_summary h3,
.resources_post_list_group .resource_post_summary h4,
.resources_post_list_group .resource_post_summary h5 {
  font-size: 14px;
}


/********===== Resources Page Design Ends ====************/

/*****============== Lp Page Design Starts ===========*******/

.row-fluid .lp_form_content_group { position: relative; z-index: 999999; background-color: #fff; padding: 4em 4em 5em; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.19); margin: 4em 0 4em; opacity: 0.978;}
.row-fluid .lp_form_content_group::before { background: #CDCDCD; content: ""; width: 1px; top: 50px; height: 86%; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; display: block; }
.row-fluid .lp_form_content_group .lp_form_contents h1 {margin: 30px 0px 38px; line-height: 38px; font-size: 30px; text-transform: uppercase; font-family: "Brother-1816", sans-serif; color: #4B9B32; font-weight: 700; }
.row-fluid .lp_form_content_group .lp_form_contents p {margin-bottom: 25px; font-size: 13px; line-height: 1.9em; color: #4a4a4a; font-family: "Brother-1816", sans-serif; font-weight: 400; }
.row-fluid .lp_page_form .hs-form-field label { color: #4a4a4a; font-weight: 400; font-size: 13px; font-family: 'Brother-1816', sans-serif; margin-bottom: 8px; float: left; width: 100%; letter-spacing: 1px; text-transform: capitalize; padding-left: 10px}
.row-fluid .lp_page_form .hs-form-field label span.hs-form-required {color: #E2231A}
.row-fluid .lp_page_form .hs-form-field .hs-input {box-shadow: none!important; border-radius: 0px!important; padding: 13px 20px; font-size: 16px; font-family: "Brother-1816", sans-serif; height: auto; font-weight: 400; border: 1px solid #9B9B9B; width: 100%; border-style: solid!important }
.row-fluid .lp_page_form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li label, .row-fluid .lp_page_form ul.no-list.hs-error-msgs.inputs-list li label.hs-main-font-element { color: #4B9B32; font-weight: 700; padding: 0px!important}
.row-fluid .lp_page_form .hs-form-field div.input { margin-bottom: 1.8em; }
.row-fluid .lp_page_form .hs-submit .actions { position: relative; text-align: right; display: inline-block; float: right; }
.row-fluid .lp_page_form .hs-submit .actions::before { background: #4B9B32; position: absolute; content: ""; width: 50px; height: 100%; left: -8px; transform: skew(-17deg); }
.row-fluid .lp_page_form .hs-submit .actions input.hs-button.primary.large {border-radius: 0px!important; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 14px; height: 100%; z-index: 99999; cursor: pointer; background: #4B9B32; padding: 0.8em 4em 1em; border: none; box-shadow: none; font-family: 'Brother-1816', sans-serif; color: #fff; line-height: normal; font-weight: 700;text-transform: uppercase; position: relative; }

.row-fluid .lp_header_group { position: absolute; }
.row-fluid .lp_hero_background_group { position: relative; z-index: 99999; margin: 5.5em 0 0; }
.row-fluid .lp_header_group .lp_logo_image { margin-top: 3.5em; position: relative; z-index: 9999999; }
.row-fluid .lp_page_form { margin-top: 1.5em; /*margin-left: 0px*/ }
.row-fluid .lp_page_form .hs-form-field .hs-input:focus { outline: none; }
.row-fluid .lp_hero_group { background: #4B9B32; background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/green-noise.png")}
.row-fluid .lp_hero_group .lp_hero_title h1 { font-family: "Rift", sans-serif; padding: 19px 0; margin: 0; color: #fff; font-size: 40px; }
.row-fluid .lp_details_contents .lp_contents p { color: #4a4a4a; line-height: 1.8; font-size: 13px;font-family: 'Brother-1816', sans-serif; font-weight: 400; }
.row-fluid .lp_details_contents .lp_contents { max-width: 850px; margin: 0 auto; float: none; display: block; }
.row-fluid .lp_details_contents .lp_details_image { max-width: 1175px; margin: 0 auto; display: block; float: none; padding: 2.5em 0; }
.row-fluid .lp_details_contents .lp_details_image img{ width: 100% !important; }
.row-fluid .lp_details_contents { padding: 4em 0; }
.row-fluid .lp_page_form .hs-submit .actions input.hs-button.primary.large:hover { color: #4a4a4a; transition: all 0.4s ease-in-out 0s; }
.row-fluid .lp_dont_miss_title h2{ font-size: 29px; color: #fff; text-transform: uppercase; font-family: 'Brother-1816',sans-serif; padding: 0 10px; }
.row-fluid .lp_dont_miss_group { background: #4a4a4a; padding: 3em 0 5em; background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/gray-noise.png");}
.lp_featured_resources .featured_resources_post_contents:nth-child(3n+1) { margin-left: 0; }
.lp_featured_resources .featured_resources_post_contents { float: left; width: 31%; margin-left: 3.5%; margin-top: 1.5em; }
.lp_featured_resources .featured_resources_post_contents .featured_resources_post_image img { width: 100%; height: auto; border-bottom: 4px solid #fff; }
.lp_featured_resources .title_readmore .featured_resources_readmore_btn { position: relative; float: right; width: auto; }
.lp_featured_resources .title_readmore .featured_resources_readmore_btn a { text-decoration: none; font-size: 13px; font-family: "Brother-1816",sans-serif; text-transform: uppercase; background: #fff; padding: 1.2em 3.5em; color: #4B9B32; position: relative; float: left; font-weight: 700; z-index: 9999; cursor: pointer; }
.lp_featured_resources .featured_resources_post_contents .title_readmore .resource_title h5 { color: #fff; font-size: 13.5px; font-family: "Brother-1816"; margin: 0; font-weight: 500; letter-spacing: 1px; }
.lp_featured_resources .featured_resource_details p { float: left; width: auto; font-size: 13px; color: #fff; line-height: 1.8; font-weight: 300; margin: 0; padding: 0em 15px 0; }
.lp_featured_resources .title_readmore .featured_resources_readmore_btn::after { position: absolute; content: ""; background: #fff; width: 30px; height: 100%; bottom: 0; left: -8px; transform: skew(-17deg); top: 0px; }
.lp_featured_resources .title_readmore .featured_resources_readmore_btn a i.fa.fa-plus { font-size: 9px; right: 29px; position: absolute; cursor: pointer; top: 19px; }
.lp_page_design .main_mid_center {max-width: 1500px!important}
body.lp_page_design .footer_background_group { border-top: 2px solid #fff; }
.title_readmore .resources_readmore_btn a:hover, .title_readmore .featured_resources_readmore_btn a:hover, .title_readmore .featured_resources_readmore_btn a i.fa.fa-plus:hover { color: #4a4a4a; transition: all 0.4s ease-in-out 0s; }
.title_readmore .resources_readmore_btn a:hover::before, .title_readmore .resources_readmore_btn a:hover::after { background: #4a4a4a; transition: all 0.4s ease-in-out 0s; }
.lp_featured_resources .title_readmore .featured_resources_readmore_btn a:hover, .lp_featured_resources .title_readmore .featured_resources_readmore_btn a i.fa.fa-plus:hover { color: #4a4a4a; transition: all 0.4s ease-in-out 0s; }
.row-fluid .lp_header_group .lp_hero_img img.hs-image-widget { width: 100% !important; }
.row-fluid .lp_header_group .lp_hero_img img.hs-image-widget { /*transform: skewX(-13deg);clip-path: polygon(15% 0%, 100% 0%, 80% 100%, 0% 100%); -webkit-clip-path: polygon(15% 0%, 100% 0%, 80% 100%, 0% 100%); -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */}

.row-fluid .header_group_image { margin-left: 0; width: 45.2%; }

/****** 4/72019 Changes ******/
.explore_products_post_contents .explore_products_post_image a { padding: 0 !important; }
.row-fluid .header_logo_image { width: 14%; }
.row-fluid .header_group_image { width: 49%; }
.row-fluid .header_products_search { width: 37%; }
.resources_post_details .resources_description h5 img { margin: 3.5em 0; width: 100% !important; }
.resources_post_details .resources_description h5 { margin: 0; }
.row-fluid .search_input_group div#myform { display: table; width: 100%; }
.row-fluid .search_results_show .hs-search__no-results p { color: #4a4a4a; font-size: 25px; padding: 0 20px; margin: 10px 0; }
.row-fluid .ty_social_share ul li a i { color: #4A833D; font-size: 24px; }
.row-fluid .ty_social_share ul li { list-style: none; display: inline-block; margin: 0 7px; }
.row-fluid .ty_social_share ul { padding-left: 10px; }
.row-fluid .ty_social_share ul li span { display: none; }
.row-fluid .ty_share_title h3 { float: left; width: auto; color: #4A833D; text-transform: uppercase; font-size: 16px; letter-spacing: 3px; font-weight: 700; padding: 3px 0 0; }
/*.row-fluid .social_share_group { display: block; width: 100%; max-width: 950px; margin: 0 auto; float: none; }*/
.row-fluid .social_share_icons { width: 100%; max-width: 850px; margin: 0 auto; display: block; }
.row-fluid .social_icons { float: left; width: auto; }
.row-fluid .ty_social_share { padding: 0 0 3em; display: none !important; }
.row-fluid .lp_page_form .hs-submit .actions input.hs-button.primary.large:focus { outline: none; }



.row-fluid .lp_header_group .lp_hero_img { transform: translate(-30%, 0); clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); margin-left: 0; background-repeat: no-repeat; background-position: center; background-size: cover; }

/*****============== Lp Page Design Ends ===========*******/



/******** Mobile Menu Design Start ******/
/* ==========================================================================
   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:992px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}
@media (max-width: 991px){

  /* 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;
    color:#ffffff;
  }


  /* 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: 5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
   .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 26px; /* Icon line width */
    height: 3px; /* 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: #4a833d; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    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: 44px; /* Makes room for button */
       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 */
  }
}


/******** Mobile Menu Design End ******/



/************ Responsive Design Starts  ********/
@media (max-width: 2732px) {
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul li:first-child { padding-left: 26%; }
}
@media (max-width: 2049px) {
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul li:first-child { padding-left: 17.5%; }
}
@media (max-width: 1861px) {
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul li:first-child { padding-left: 13.5%; }
}
@media (max-width: 1708px) {
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul li:first-child { padding-left: 11.5%; } 
}
@media (max-width: 1518px) {
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul li:first-child { padding-left: 6.5%; }
} 

@media (max-width: 1366px) {
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul li:first-child { padding-left: 2%; }
/* .resources_post_contents .resources_post_image img { height: auto; } */
} 

@media(max-width: 1350px){

.row-fluid .header_products_search .custom-menu-primary ul li a { font-size: 13.5px; }
.row-fluid .search_resources_title h2 { font-size: 20px; }
.row-fluid .resources_post_group .resources_post_contents { width: 29%; }
.row-fluid .lp_header_group .lp_hero_img { transform: translate(-25%, 0); }
}

@media(max-width: 1320px){
.row-fluid .resources_post_group .resources_post_contents { margin-left: 30px; margin-right: 19px; width: 29%; }

}

@media(max-width: 1300px){
  .row-fluid .site_search_input input.hs-search-field__input { left: 0; }
  .row-fluid .header_products_search .custom-menu-primary ul li a, .row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(2) a { font-size: 13px; }
  .row-fluid .category_filter { margin-left: 0; }
  .row-fluid .search_input_group input#search_term { width: 91%; }
  .title_readmore .resource_title { width: 47%; }
  .row-fluid .header_group_image { width: 44.2%; }
  .row-fluid .header_products_search .custom-menu-primary ul li:nth-child(1) a {margin-top: 1px}
  .row-fluid .search_input_group::after { right: 30px; }
}

@media(max-width: 1250px){
.row-fluid .header_products_search .custom-menu-primary ul li a, .row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(2) a { font-size: 11px; }
.title_readmore .resource_title { width: 40%; min-height: 3em; }
.lp_featured_resources .title_readmore .resource_title { width: 40%; min-height: 2em; }
.lp_featured_resources .title_readmore .featured_resources_readmore_btn::after { top: 0; }
.row-fluid .search_resources_title h2 { font-size: 18px; }
.row-fluid .search_input_group::after { right: 32px; }
.row-fluid .site_search_input input.hs-search-field__input {font-size: 11px!important}
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a {font-size: 11px!important}
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(1) a {margin-top: 2px}
  .row-fluid .header_products_search .custom-menu-primary ul li > ul li a {font-size: 11px!important; padding: 15px 9px!important}
.resources_post_list_group .resource_post_summary { min-height: 17em; }
}

@media(max-width: 1200px){
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a::before { right: 14px; top: 17px; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a::after { top: 19px; right: 12px; }
.resources_post_details_group .main_mid_center { width: auto !important; }
.row-fluid .header_products_search .custom-menu-primary ul li { padding: 0 3px; }
.row-fluid .header_products_search .custom-menu-primary ul li > ul li a { font-size: 11px !important; }
.row-fluid .resources_post_group .resources_post_contents { width: 30%; margin-left: 17px; }
.row-fluid .lp_header_group .lp_hero_img { width: 75%; transform: translate(-13%, 0); }
.title_readmore .featured_resources_readmore_btn a { padding: 1.5em 3em; }
.featured_resources_post_contents .title_readmore .featured_resources_readmore_btn::after { height: 100%; }
.row-fluid .header_products_search { width: 60%;
    padding-right: 30px !important;} 
  
  .forrest-resources h2 {
    margin: 0;
}
 .header-back {
    margin-top: 85px;
} 
}


@media(max-width: 1140px){
  .row-fluid .site_search_input input.hs-search-field__input {font-size: 10px!important}
  .row-fluid .header_products_search .custom-menu-primary ul li > ul li a {font-size: 10px!important; padding: 15px 6px!important}
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a {font-size: 10px!important}
.row-fluid .header_products_search .custom-menu-primary ul li a, .row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a { font-size: 10px; padding: 15px 19px; }
.row-fluid .search_resources_title h2 { font-size: 15px; }
.row-fluid .search_input_group input { font-size: 12px; }
.row-fluid .category_filter h2.select_topic_dropdown, .row-fluid .category_filter h2 { background-position: 94% 51%; font-size: 12px; }
.row-fluid .or_title { padding: 9px 10px; font-size: 16px; }
.row-fluid .site_search_input input.hs-search-field__input { font-size: 10px; }
.row-fluid .resources_post_group .resources_post_contents { width: 30%;  margin-left: 18px; margin-right: 12px; }
.row-fluid .search_resources_title { padding: 20px 0 20px 20px; }
.lp_featured_resources .title_readmore .featured_resources_readmore_btn a i.fa.fa-plus { right: 20px; top: 17px; }


}

@media(max-width: 1100px){
.title_readmore .featured_resources_readmore_btn a, .lp_featured_resources .title_readmore .featured_resources_readmore_btn a { padding: 1.2em 3.1em 1.2em 2em; font-size: 12px; }
.title_readmore .resource_title { width: 39%; }
.row-fluid .header_center_image { min-height: 22em; } 
}

@media(max-width: 1024px){
.row-fluid .copy_rights_content p { font-size: 11px; }
}

@media(max-width: 991px){
  
.row-fluid .lp_dont_miss_title h2 {font-family: "Rift", sans-serif;font-size: 42px;margin: 13px 0px;}
.resources_post_details .resources_description {padding-top: 0em }
.row-fluid .resources_title_bg {background-image: inherit; background-color: #459B32}
.row-fluid .resource_post_items .resource_post_title {background-image: inherit; padding: 13px 30px; background-color: #459B32}
.row-fluid .resource_post_items .resource_post_title h1 {font-size: 25px}
.row-fluid .dont_miss_title h2, .row-fluid .you_dont_miss_group h2 {font-family: "Rift", sans-serif;font-size: 42px; margin: 13px 0px}
  .resources_post_image { border-bottom:none; }
  .resources_post_contents .resources_post_image img { border-bottom: 9px solid #459B32; }
.featured_resources_post_contents .featured_resources_post_image img {border-bottom: 9px solid #ffffff!important}
.row-fluid .resources_title_bg .resources_title h1 {padding: 13px 0px; font-size: 25px; text-align: center; font-weight: 600}
.row-fluid .header_background_group {border: 0px!important;}
.header_background_group .main_mid_center {padding: 0px!important}
.row-fluid .resources_post_group .resources_post_contents { margin-left: 18px; margin-right: 10px; width: 46%; }
.title_readmore .resource_title { width: 47%; }
.row-fluid .explore_products_lists .explore_products_post_group { width: 100%; margin: 2em auto; float: none; }
.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children { background: #f5f5f5; border-bottom: 1px dotted rgba(255, 255, 255, .35); position: relative; } 
.row-fluid .copy_rights_content { position: relative; top: 20px; text-align: center; }     
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a::before, .row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a::after { background: none; } 
.row-fluid .search_resources_title::before { content: none; background: transparent; }
.row-fluid .row-fluid .search_resources_title { background: #4A4A4A; /*background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/gray-noise.png");*/ padding: 11px 0 24px 0px; text-align: center}
.row-fluid .search_resources_bg {background-image: url("https://cdn2.hubspot.net/hubfs/4776306/Resources_Page_Files/gray-noise.png"); padding: 1em 0 1.3em; }
/*.row-fluid .search_input_group input#submit, .row-fluid .search_input_group input#submit { position: relative; }
.row-fluid .search_resources_title, .row-fluid .search_input_group input#search_term, .row-fluid .search_input_group input#submit { width: 100%; }*/
.row-fluid .search_resources_title { width: 100%; }
.row-fluid .category_filter, .row-fluid .search_input_group { margin: 0 auto; float: none; text-align: center; width: 100%; }
.row-fluid .or_title { display : none; }
.row-fluid .search_input_group input#search_term { width: 100%; margin: 0; }
.row-fluid .resources_search_filter { padding: 35px 35px 35px; width: 100%; margin: 0 auto; }
.row-fluid .site_search_input input.hs-search-field__input { font-size: 12px !important; }
.row-fluid .header_products_search .custom-menu-primary ul li a, .row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a { font-size: 12px; padding: 0px 19px; }
.row-fluid .header_center_image img.hs-image-widget { display: none !important; width: 100% !important; height: auto !important; }
.row-fluid .header_center_image { padding-bottom: 0; }
.row-fluid .header_products_search .custom-menu-primary ul li a { font-size: 11px; }
.row-fluid .header_products_search .custom-menu-primary ul li > ul li a, .row-fluid .header_products_search .custom-menu-primary ul li a, .row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(2) a { font-size: 13px !important; font-weight: 400; }

  /******* Mobile Menu Design ******/
.row-fluid .header_products_search .custom-menu-primary .mobile-trigger { background: transparent; border: none; padding: 7px 10px 10px; right: 12px; top: -16px; }
.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper { width: 100% !important; margin: 0 auto; top: 4.4em; background: #f5f5f5; border-radius: 3px; position: relative; z-index: 9999; padding: 2em 10px 3em; }
.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after { background-color: #459B32; }
.row-fluid .header_products_search .custom-menu-primary ul li a { padding: 0 20px; }
.row-fluid .site_search_input { display: none; }
.mobile-open .row-fluid .site_search_input {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    width: 100%;
    top: 97px;
    background: #efefef;
    height: 45px;
    margin: 0 auto; display: block; z-index: 99999;
}
  .row-fluid .header_products_search { padding: 0; min-height: 0; height: 0; }
.row-fluid .header_products_search .custom-menu-primary {
    width: 100%;
    position: absolute;
    top: 30px;
    right: 0;
}
  .row-fluid .more_products_dropdown .custom-menu-primary .hs-menu-wrapper {
    background-color: #d8d8d8;
    width: 100% !important;
}
.row-fluid .more_products_dropdown .custom-menu-primary {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999999;
    top: 14px;
    padding: 2em 0;
}
.row-fluid .explore_products_dropdown .all_topics_explore { padding: 1em 0; }
.row-fluid .explore_products_resources ul li { display: block; padding: 5px 0; }
.row-fluid .more_products_dropdown .custom-menu-primary .mobile-trigger {
    background: #4A833D;
}
.row-fluid .header_products_search .custom-menu-primary ul li > ul li a:hover {
    color: #4a833d;
}
.row-fluid .header_products_search .custom-menu-primary ul li a { font-size: 14px; }
.header_products_search .custom-menu-primary.hover ul li:nth-child(1) a, .header_products_search .custom-menu-primary.more_hover ul li:nth-child(2) a { background: none; }
.row-fluid .header_products_search .custom-menu-primary ul li a:hover {
    color: #4a4a4a;
}
.row-fluid .header_products_search .custom-menu-primary .child-trigger i, .row-fluid .header_products_search .custom-menu-primary .child-trigger i:after { background-color: transparent; }
.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after { background-color: #459B32; width: 17px; height: 3px; }
/******* Mobile Menu Design ******/  
.row-fluid .search_resources_title h2 { font-size: 15px; font-family: "Brother-1816", sans-serif; text-transform: uppercase!important; }
.row-fluid .search_input_group input { font-size: 14px; }
.row-fluid .category_filter h2.select_topic_dropdown, .row-fluid .category_filter h2 { background-position: 97% 57%; font-size: 13px; }  
.row-fluid .header_products_search .custom-menu-primary ul li a, .row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) a {
    font-size: 14px!important; width: 100% !important; opacity: 1;
}
.row-fluid .header_products_search .custom-menu-primary ul li {
    padding: 0;
}
.row-fluid .header_products_search .custom-menu-primary ul li > ul li a { padding: 0px 3px !important; font-weight: 400}
/*.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { top: 48px; position: absolute !important; }  */
.row-fluid .header_logo_image { width: 100%; padding: 1.7em 0 1.3em 25px; }
.row-fluid .header_center_image {
    transform: translate(0%, 0%);
    width: 100%;
    float: none;
    margin: 0 auto;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.row-fluid .header_center_image img.hs-image-widget { transform: none; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul, .row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { padding: 0em 0.5em !important; }
.row-fluid .explore_products_dropdown { top: 473px; }
.row-fluid .more_products_dropdown.more_products_show { top: 340px; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) > ul li:first-child { padding-left: 0; margin-left: 0; }
.featured_resources_post_group .featured_resources_post_contents { width: 48%; }
.featured_resources_post_group .featured_resources_post_contents:nth-child(2n+1) { margin-left: 0; }
.row-fluid .explore_products_dropdown.products_show, .row-fluid .more_products_dropdown.more_products_show { display: none !important; }
.resource_details-pagination .all_articles { width: auto; } 
.row-fluid .footer_background_group { padding: 3em 0 2.5em; }
.explore_products_dropdown_con, .more_products_dropdown_con { display: none !important; }  
.title_readmore .featured_resources_readmore_btn a { padding: 1.2em 3em; font-size: 13px; }
.row-fluid .copy_rights_content p { font-size: 12px; }  
.row-fluid .lp_form_content_group { padding: 3em 1em 3em 2.5em; }
.row-fluid .contact_details, .row-fluid .footer_social_icons { width: 100%; }
.lp_featured_resources .featured_resources_post_contents { width: 48%; }
.lp_featured_resources .featured_resources_post_contents:nth-child(2n+1) { margin-left: 0; }
.mobile-open .mobile-trigger i { transform: rotate(89deg); transition:all 0.4s; }
.mobile-open .mobile-trigger i::before { content: ""; transform: rotate(89deg); top: 0; transition:all 0.4s; }
.mobile-open .mobile-trigger i::after { content:none; transition:all 0.4s; }  
.row-fluid .header_products_search .custom-menu-primary ul > li > a { font-weight: 700; font-size: 14px !important; }  
/***** 3/07/2019 *******/
.row-fluid .resources_search_filter div.span1.widget-span.widget-type-custom_widget { display: none; }
.row-fluid .search_input_group input#submit { right: 0; padding: 10px 20px; } 
.row-fluid .search_input_group::after { right: 109px; height: 42px; }
.row-fluid .category_filter { padding-top: 2em; }
.row-fluid .category_filter .topic_lists { top: 82px; }
.row-fluid .site_search_input input.hs-search-field__input {  background-color: transparent; width: 100%; display: block; padding: 14px 18px; background-position: 97% 54%; opacity: 1; left: 0; }
.featured_resources_post_contents .title_readmore .featured_resources_readmore_btn::after { top: 0px; height: 100%; }
.row-fluid .header_products_search .custom-menu-primary ul li:nth-child(2) { margin-top: 0; padding-top: 1em; }
.row-fluid .header_products_search .custom-menu-primary ul li > ul li:nth-child(2) { margin-top: 0; padding-top: 0; }
.row-fluid .header_products_search .custom-menu-primary ul li > ul li a { line-height: 38px; }
  .row-fluid .header_center_image {min-height: 16em}
.row-fluid .header_center_image img.hs-image-widget { transform: none; }
.row-fluid .header_center_image { transform: translate(0%, 0%); clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } 
.row-fluid .header_group_image { width: 100%; margin: 0 auto; }
.custom-menu-primary ul.hs-menu-children-wrapper { display: block !important; }
.row-fluid .row-fluid .header_logo_image { box-shadow: 0 5px 8px 3px rgba(0,0,0,0.19); }
.row-fluid .footer_image { width: 40%; }
.row-fluid .lp_header_group .lp_hero_img img.hs-image-widget, .row-fluid .lp_header_group .lp_hero_img { transform: none; }
.row-fluid .lp_header_group .lp_hero_img { width: 100%; float: none; margin: 0 auto; }
.row-fluid .lp_header_group .lp_hero_img img.hs-image-widget { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); transform: translate(0%, 0%); height: auto !important; }
body.lp_page_design .main_mid_center { padding: 0; }
body.lp_page_design .lp_hero_background_group .main_mid_center { padding: 0 1em; }
.row-fluid .lp_header_group .lp_logo_image { width: 100%; margin-top: 0; box-shadow: 0 5px 8px 3px rgba(0,0,0,0.19); margin-top: 0; padding: 2em 0 2em 2em; }
body.lp_page_design .footer_background_group .main_mid_center { padding: 0 1em; }
  
.row-fluid .lp_header_group .lp_hero_img { height: auto !important; clip-path: none; -webkit-clip-path: none; background-image: none !important; }
.row-fluid .lp_header_group .lp_hero_img img.hs-image-widget { display: block !important; }
  
}

@media(max-width: 767px){
  input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
}
  .row-fluid .lp_hero_background_group {margin-top: 2.5em!important}
  .title_readmore .featured_resources_readmore_btn a i.fa.fa-plus {right: 26px; top: 20px}
  .featured_resources_post_contents .title_readmore .resource_title h5 {font-size: 16px!important}
.row-fluid .footer_social_icons ul { text-align: center; }
.row-fluid .footer_menu_group .footer_menu, .row-fluid .what_you_looking_bg{ text-align: center; }
.lp_featured_resources .featured_resources_post_contents:nth-child(3n+1) { margin-left: 0px; }
.row-fluid .resources_post_group .resources_post_contents, .featured_resources_post_group .featured_resources_post_contents, .lp_featured_resources .featured_resources_post_contents {
    /*float: none;*/
    width: auto;
    margin: 0 auto;
    text-align: center; padding: 1em 6px; 
}
  .new_resource_post_details .main_mid_center {padding: 0em 2em}
.featured_resources_post_group .featured_resources_post_contents { padding: 1.5em 5px; }
.row-fluid .search_resources_title::before { content: none; background: transparent; }
.row-fluid .dont_miss_title h2, .row-fluid .footer_image { text-align: center; }
.row-fluid .what_looking_title p { padding: 0 0 25px; }
.featured_resource_details p { text-align: left; line-height: 2.75; padding: 0em 0px 0; font-size: 15px }
.row-fluid .you_dont_miss_group { padding: 1em 0 1em; margin-bottom: 1em}
.row-fluid .footer_background_group { padding: 3.5em 0 7em; text-align: center; }
.row-fluid .what_you_looking_bg { padding: 4em 0; }
.row-fluid .resources_search_filter { text-align: center; }
/******* Mobile Menu Design ******/
.row-fluid .header_products_search .custom-menu-primary .mobile-trigger { background: transparent; border: none; padding: 7px 10px 10px; right: 18px; }
.row-fluid .header_products_search .custom-menu-primary ul li a { padding: 0 20px; }
.row-fluid .header_products_search .custom-menu-primary { width: 100%; position: absolute; top: 14px; right: 0; }
.row-fluid .more_products_dropdown .custom-menu-primary .hs-menu-wrapper { background-color: #d8d8d8; width: 100% !important; }
.row-fluid .more_products_dropdown .custom-menu-primary {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999999;
    top: 14px;
    padding: 2em 0;
}
.row-fluid .explore_products_dropdown .all_topics_explore { padding: 1em 0; }
.row-fluid .explore_products_resources ul li { display: block; padding: 5px 0; }
.row-fluid .more_products_dropdown .custom-menu-primary .mobile-trigger { background: #4A833D; }
  .row-fluid .header_products_search .custom-menu-primary ul li a { font-size: 14px; }
/******* Mobile Menu Design ******/  

.header_products_search .custom-menu-primary.hover ul li:nth-child(1) a, .header_products_search .custom-menu-primary.more_hover ul li:nth-child(2) a { background: none; }
.row-fluid .more_products_dropdown { top: 182px; } 
/*.mobile-open .row-fluid .site_search_input { top: 11.5em; }*/
.post_social_share .share_icons { float: left; width: auto; }
.row-fluid .dont_miss_title h2, .row-fluid .you_dont_miss_group h2 { padding: 0; }
.footer_images .footer_images_group { margin-left: 0px !important; }
.row-fluid .register_contents { padding: 25px 0 4em; display: block !important; transform: translate(-37px, 0); }
.row-fluid .resources_post_group .resources_post_contents:nth-child(3n+1), .featured_resources_post_group .featured_resources_post_contents:nth-child(3n+1) { margin-left: 0px; }
.resources_post_contents .resource_details p { text-align: left; padding: 0; line-height: 2.75em; font-size: 15px}
.title_readmore .resource_title {padding: 20px 0px; min-height: 2em}  
.title_readmore .resource_title h5 { font-size: 16px; }
.title_readmore .resource_title { width: 44%; text-align: left; }
.row-fluid .footer_images .span4.widget-span.widget-type-custom_widget, .row-fluid .footer_contact_group .span6.widget-span.widget-type-custom_widget { display: none; }
.row-fluid .header_products_search .custom-menu-primary .mobile-trigger { top: 0em; }
.resource_details-pagination a.blogdetail-previous, .resource_details-pagination a.blogdetail-next, .resource_details-pagination .all_articles { width: auto; }
.resource_details-pagination a { padding: 15px 0; } 
.resource_post_items .post_details_contents { padding: 2.5em 0 2em; }
.resource_details-pagination { padding-bottom: 2em; }
.you_dont_miss_group .dont_miss_title { padding: 20px 0 7px; }  
/********* LP Design ****/
.row-fluid .lp_form_content_group::before { background: none; content: none; }
.row-fluid .lp_hero_group .lp_hero_title h1 { text-align: center; }
.row-fluid .lp_details_contents .lp_contents p { text-align: left; }
.row-fluid .lp_details_contents { padding: 2em 0; }
.lp_hero_bg { background-image: none; }

/***** 2/7/2019 *****/
.row-fluid .resource_post_items .resource_post_title h1 { text-align: center; }
.resource_details-pagination .all_articles { display: none; }
.resource_details-pagination .pagination_container { width: auto; padding: 0 1em; }
.resource_details-pagination a { font-size: 13px; }
.resources_post_details .resources_post_image { padding: 0em 0 0.5em; }
.resources_post_details .resources_description p { line-height: 2.75em; padding: 2em 0 0; font-size: 15px}  
.row-fluid .lp_header_group .lp_hero_img { transform: none; }
.row-fluid .lp_form_content_group { padding: 3em 2em 5em; margin: 6.2em 0 3.5em; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.19); }
.row-fluid .lp_form_content_group .lp_form_contents h1 { text-align: center; line-height: 1.5; margin-top: 0px!important; font-size: 28px}
.row-fluid .lp_form_content_group .lp_form_contents p { padding: 0em 0em 2em; line-height: 2.5em; margin-bottom: 0px!important; font-size: 15px }
.row-fluid .lp_page_form { margin-top: 1em; }
.row-fluid .lp_header_group .lp_hero_img img.hs-image-widget { display: block !important; width: 100% !important; }
.row-fluid .lp_header_group { width: 100%; }
.row-fluid .lp_dont_miss_title h2 { text-align: center; }
.row-fluid .lp_dont_miss_title { padding: 0em 0 1em; }
body.thankyou_page .main_mid_center { padding: 0 2em; }
.row-fluid .lp_details_contents .lp_contents p { line-height: 2.5em; font-size: 15px} 
.lp_featured_resources .featured_resources_post_contents { padding: 1.5em 0; }
.lp_featured_resources .featured_resource_details p { line-height: 2.5; padding: 0em 0 0;font-size: 15px }
.row-fluid .lp_dont_miss_group { padding: 2em 0 2em; }
.row-fluid .footer_background_group::before {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 35%;
    bottom: 0;
    background: #67ab59;
    content: "";
    z-index: -1;
}
.row-fluid .footer_background_group.footer_desktop_background_group { display:none; } 
.row-fluid .footer_background_group.footer_mobile_background_group { display:block; } 
.row-fluid .footer_background_group.footer_mobile_background_group .footer_images { background-color: #67ab59; margin-top: 3em; padding-top: 5em; }
.row-fluid .footer_background_group { position: relative; background-size: cover; background-position: center right; } 
.row-fluid .footer_image { text-align: center; display: inline-block; }
.row-fluid .header_products_search .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: unset !important; display: block !important; }
.row-fluid .resource_listing_group { background-image: none; }
.row-fluid .footer_menu_group .footer_menu { padding: 0 0 5em; }
.row-fluid .copy_rights_content p:nth-child(1) { display: inline-block; max-width: 280px; padding-bottom: 1.5em; }  
.featured_resources_post_contents .title_readmore .featured_resources_readmore_btn::after { top: 0px; }
.row-fluid .footer_image { width: auto; }
.resources_post_details .resources_description h5 img { margin: 4em 0 2em; }
.row-fluid .ty_social_share { display: block !important; padding: 0 0 5em; }
.resources_post_list_group .resource_post_summary { min-height: 0em; }

}

@media(max-width: 480px){
.row-fluid .resources_search_filter { padding: 50px 15px 50px; }
}

@media(max-width: 400px){
.title_readmore .resources_readmore_btn a, .title_readmore .featured_resources_readmore_btn a { padding: 1.2em 3em 1.2em 1em; font-size: 12px; }
.title_readmore .resources_readmore_btn::after, .featured_resources_post_contents .title_readmore .featured_resources_readmore_btn::after { left: -15px; }
.row-fluid .lp_form_content_group .lp_form_contents h1 { font-size: 21px; }
.row-fluid .lp_form_content_group { padding: 3em 2em 5em; }
.featured_resources_post_contents .title_readmore .featured_resources_readmore_btn::after { top: 0; }


}

@media(max-width: 360px){
body.thankyou_page .main_mid_center { padding: 0 1em; }
.row-fluid .search_input_group input { font-size: 12px; }
.row-fluid .search_input_group input#submit { padding: 10px 15px; }
.row-fluid .search_input_group::after { right: 88px; height: 100%; }
.row-fluid .resources_post_group .resources_post_contents, .featured_resources_post_group .featured_resources_post_contents, .lp_featured_resources .featured_resources_post_contents { padding: 1em 6px; }
/*.row-fluid .search_input_group input#submit { font-size: 13px; height: 98%; } 
.row-fluid .search_input_group::after { right: 17px; }*/
.resource_details-pagination a { font-size: 11px; }
  
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .row-fluid .search_input_group input#submit { font-size: 13.5px; height: 97%; } 
 

}



