/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.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    */
/*****************************************/

@font-face {
    font-family: 'Evolventa-Bold';
    src: url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Bold.eot');
    src: url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Bold.eot#iefix') format('embedded-opentype'),
         url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Bold.woff2') format('woff2'),
         url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Bold.woff') format('woff'),
         url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Bold.ttf') format('truetype'),
         url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Evolventa-Bold.svg#Evolventa-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa-Regular';
    src: url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Regular.eot');
    src: url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Regular.eot#iefix') format('embedded-opentype'),
         url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Regular.woff2') format('woff2'),
         url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Regular.woff') format('woff'),
         url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Regular.ttf') format('truetype'),
         url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Fonts/Evolventa-Regular.svg#Evolventa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------ Font Family ----- */
/* font-family: 'Evolventa-Regular';   
   font-family: 'Evolventa-Bold'; */





/* ----- Base Colors ----- */







/* ----- Mobile Menu ----- */ 




/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family:'Evolventa-Regular'; font-size:15px; line-height:24px; opacity:0; visibility:hidden; font-weight:400; color:#5D5E61; background:#fff; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }
body.body-fade { opacity:1; visibility:visible; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; line-height:28px; }

blockquote { border-left:4px solid #5D5E61; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/* Heading */
h1 { font-size:42px; line-height:50px; font-weight:500; margin:0; padding:0; clear:both; color:#1B2F54; font-family:'Evolventa-Bold'; }
h2 { font-size:32px; line-height:42px; font-weight:500; margin:0; padding:0; clear:both; color:#1B2F54; font-family:'Evolventa-Bold'; }
h3 { font-size:30px; line-height:40px; font-weight:500; margin:0; padding:0; clear:both; color:#1B2F54; font-family:'Evolventa-Bold'; }
h4 { font-size:26px; line-height:30px; font-weight:500; margin:0; padding:0; clear:both; color:#1B2F54; font-family:'Evolventa-Bold'; }
h5 { font-size:23px; line-height:29px; font-weight:500; margin:0; padding:0; clear:both; color:#1B2F54; font-family:'Evolventa-Bold'; }
h6 { font-size:19px; line-height:23px; font-weight:500; margin:0; padding:0; clear:both; color:#1B2F54; font-family:'Evolventa-Bold'; }

/*anchor link*/
a { text-decoration:none; outline:none; color:#BCD631; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
a:hover { color:#1B2F54; }

input,textarea,select,input[type="text"],input[type="password"],input[type="date"],input[type="number"],input[type="email"],input[type="tel"] { outline:none; border:0; background:#fff; height:40px; padding:0 15px; font-size:13px; color:#5D5E61; }
input[type=checkbox] , input[type=radio] { width:auto; } 
select { background:#fff url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/down-arrow.png) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px 15px; height:70px; font-family: Arial, Helvetica, sans-serif; resize:none; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
input[type=submit] , form button, .hs-button {  background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top #5D5E61; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#8A8D8E; color:; }

::-webkit-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
::-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-ms-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 10px; }
fieldset.form-columns-1 .input { margin-right:0 !important; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 5px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 5px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#5D5E61; color:; border-color:#5D5E61; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#5D5E61; background:#5D5E61;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

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

.row-fluid .bgimg-main, .row-fluid .mobile-bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img, .row-fluid .mobile-bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .fl100 { float:left; width:100%; }
.row-fluid .fl2 { float:left; width:50%; }
.row-fluid .fl3 { float:left; width:33.33%; }
.row-fluid .fl4 { float:left; width:25%; }
.row-fluid .fl5 { float:left; width:20%; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:25px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#BCD631;  width:20px; height:3px; border-radius:0; font-size:0; cursor:pointer; padding:0; box-shadow:none; border:0; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#41632E; }
ul.slick-dots li.slick-active button { background:#41632E; } 

/*Button Link Option*/
.row-fluid .button-style span.hs-cta-node { float:left; width:auto; position:relative; }
.row-fluid .button-style span.hs-cta-node:after { content:""; height:14px; width:15px; position:absolute; right:14px; top:15px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/btnicon.png') no-repeat center center; background-size:10px 10px; }
.row-fluid .button-style a, .row-fluid a.button-style { float:none; display:inline-block; vertical-align:top; padding:14px 71px 14px 46px; color:#fff; font-size:14px; line-height:18px; font-weight:500; letter-spacing:.7px; text-transform:capitalize; position:relative; border-radius:28px; box-shadow:3px 5px 14px rgba(0,0,0,0.4); background:rgb(37,71,45); background:-moz-linear-gradient(left, rgba(37,71,45,1) 9%, rgba(113,142,53,1) 100%); background:-webkit-linear-gradient(left, rgba(37,71,45,1) 9%,rgba(113,142,53,1) 100%); background: linear-gradient(to right, rgba(37,71,45,1) 9%,rgba(113,142,53,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25472d', endColorstr='#718e35',GradientType=1 ); }
.row-fluid .button-style a:hover, .row-fluid a.button-style:hover { box-shadow:none; background:rgb(102,131,52); background:-moz-linear-gradient(left, rgba(102,131,52,1) 8%, rgba(37,71,45,1) 100%); background:-webkit-linear-gradient(left, rgba(102,131,52,1) 8%,rgba(37,71,45,1) 100%); background:linear-gradient(to right, rgba(102,131,52,1) 8%,rgba(37,71,45,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#668334', endColorstr='#25472d',GradientType=1 ); }
.row-fluid .button-style a:after, .row-fluid a.button-style:after { position:absolute; content:""; height:100%; width:40px; right:0; top:0; background:#7B9248; border-radius:0 28px 28px 0; }

.row-fluid .button-style2 span.hs-cta-node { float:left; width:auto; position:relative; }
.row-fluid .button-style2 span.hs-cta-node:after { content:""; height:14px; width:15px; position:absolute; right:14px; top:15px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/btnicon.png') no-repeat center center; background-size:10px 10px; }
.row-fluid .button-style2 a, .row-fluid a.button-style2 { float:none; display:inline-block; vertical-align:top; padding:14px 50px 14px 26px; color:#fff; font-size:14px; line-height:18px; font-weight:500; letter-spacing:.7px; text-transform:capitalize; position:relative; border-radius:28px; box-shadow:3px 5px 14px rgba(0,0,0,0.4); background:rgb(37,71,45); background:rgb(27,47,84); background: -moz-linear-gradient(left,  rgba(27,47,84,1) 4%, rgba(57,125,154,1) 100%); background: -webkit-linear-gradient(left,  rgba(27,47,84,1) 4%,rgba(57,125,154,1) 100%); background: linear-gradient(to right,  rgba(27,47,84,1) 4%,rgba(57,125,154,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2f54', endColorstr='#397d9a',GradientType=1 ); }
.row-fluid .button-style2 a:hover, .row-fluid a.button-style2:hover { box-shadow:none; background:rgb(58,126,154); background:-moz-linear-gradient(left,  rgba(58,126,154,1) 5%, rgba(27,47,84,1) 100%); background:-webkit-linear-gradient(left,  rgba(58,126,154,1) 5%,rgba(27,47,84,1) 100%); background: linear-gradient(to right,  rgba(58,126,154,1) 5%,rgba(27,47,84,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7e9a', endColorstr='#1b2f54',GradientType=1 ); }
.row-fluid .button-style2 a:after, .row-fluid a.button-style2:after { position:absolute; content:""; height:100%; width:40px; right:0; top:0; background:#5990AD; border-radius:0 28px 28px 0; }

.row-fluid .button-style3 span.hs-cta-node { float:left; width:auto; position:relative; }
.row-fluid .button-style3 span.hs-cta-node:after { content:""; height:14px; width:15px; position:absolute; right:14px; top:13px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/btnicon.png') no-repeat center center; background-size:10px 10px; }
.row-fluid .button-style3 a, .row-fluid a.button-style3 { float:none; display:inline-block; vertical-align:top; min-width:230px; text-align:center; padding:12px 50px 12px 26px; color:#fff; font-size:14px; line-height:18px; font-weight:500; letter-spacing:.7px; text-transform:capitalize; position:relative; border-radius:28px; box-shadow:3px 5px 14px rgba(0,0,0,0.4); background: rgb(70,103,47); background: -moz-linear-gradient(left,  rgba(70,103,47,1) 0%, rgba(158,183,52,1) 49%, rgba(188,214,49,1) 100%); background: -webkit-linear-gradient(left,  rgba(70,103,47,1) 0%,rgba(158,183,52,1) 49%,rgba(188,214,49,1) 100%); background: linear-gradient(to right,  rgba(70,103,47,1) 0%,rgba(158,183,52,1) 49%,rgba(188,214,49,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46672f', endColorstr='#bcd631',GradientType=1 ); }
.row-fluid .button-style3 a:hover, .row-fluid a.button-style3:hover { box-shadow:none; background: rgb(188,214,49); background: -moz-linear-gradient(left,  rgba(188,214,49,1) 0%, rgba(69,103,47,1) 100%); background: -webkit-linear-gradient(left,  rgba(188,214,49,1) 0%,rgba(69,103,47,1) 100%); background: linear-gradient(to right,  rgba(188,214,49,1) 0%,rgba(69,103,47,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd631', endColorstr='#45672f',GradientType=1 ); }
.row-fluid .button-style3 a:after, .row-fluid a.button-style3:after { position:absolute; content:""; height:100%; width:40px; right:0; top:0; background:#C6DB51; border-radius:0 28px 28px 0; }

.row-fluid .link-style a, .row-fluid a.link-style, .row-fluid .link-style label { float:none; display:inline-block; vertical-align:top; color:#1B2F54; font-size:14px; line-height:20px; font-family:'Evolventa-Bold'; position:relative; padding-right:15px; cursor:pointer; }
.row-fluid .link-style a:after, .row-fluid a.link-style:after, .row-fluid .link-style label:after { position:absolute; content:""; height:7px; width:8px; right:0; top:6px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/link-arrow.png') no-repeat center center; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; } 
.row-fluid .link-style a:hover:after, .row-fluid a.link-style:hover:after, .row-fluid .link-style label:hover:after { right:-3px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .ulstyle ul { list-style:none; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; padding:0 15px; float:none !important; } 

/* Page Wise Css */
/* Homepage */
.body-container-wrapper { overflow:hidden; }
.row-fluid .top .wrapper { width:1300px; max-width:100%; padding:0 15px; position:relative; }

.row-fluid .topheader-box > div > div { display:flex; align-items:center; }

.row-fluid .top-left { padding:14px 0 0; }
.row-fluid .mainmenu { padding-top:25px; position:relative; top:3px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0 2px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 15px 29px; font-size:13px; line-height:19px; color:#1B2F54; font-weight:500; text-transform:capitalize; position:relative; font-family:'Evolventa-Bold'; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#BCD631; } 
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { position:absolute; content:"\f0dd"; font-family:FontAwesome; top:22px; right:0px; line-height:0; color:#BCD631; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li { display:none !important; } 

.row-fluid .top-right { padding-left:34px; border-left:1px solid #5D5E61; margin-top:14px; margin-bottom:14px; }
.row-fluid .top-right .top-rightone > div > div, .row-fluid .top-right .top-righttwo > div > div { display:flex; align-items:center; }
.row-fluid .top-right .top-rightone .span6, .row-fluid .top-right .top-righttwo .span6 { width:auto; }
.row-fluid .top-right .top-righttwo { margin-top:12px; }

.row-fluid .top-right .top-linkbox ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .top-right .top-linkbox ul li { float:left; width:auto; } 
.row-fluid .top-right .top-linkbox ul li a { float:left; width:100%; padding:0 0 0 20px; font-size:14px; line-height:18px; position:relative; font-family:'Evolventa-Bold'; color:#1B2F54; }
.row-fluid .top-right .top-linkbox ul li a:before { position:absolute; content:""; left:0; top:50%; background-size:cover; height:11px; width:15px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .top-right .top-linkbox ul li:first-child a:before { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/login-icon.png') no-repeat center center; }
.row-fluid .top-right .top-linkbox ul li:nth-child(2) { margin-left:20px; }
.row-fluid .top-right .top-linkbox ul li:nth-child(2) a:before { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/language-icon.png') no-repeat center center; }
.row-fluid .top-right .top-linkbox ul li a:hover { color:#BCD631; }
.row-fluid .top-right .top-linkbox ul li a:hover:before { left:-5px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .top-right .top-linkbox { position:relative; }
.row-fluid .top-right .top-linkbox ul li > ul { position:absolute; width:150px; padding-top:10px; left:30px; z-index:10; opacity:0; visibility:hidden; top:100%; }
.row-fluid .top-right .top-linkbox ul li:hover > ul { opacity:1; visibility:visible; }
.row-fluid .top-right .top-linkbox ul li > ul > li { float:left; width:100%; margin:0 !important; }
.row-fluid .top-right .top-linkbox ul li > ul > li > a { float:left; width:100%; padding:9px 12px; border-bottom:1px solid #1B2F54; font-size:14px; font-weight:500; background:#fff; box-shadow: 3px 5px 14px rgba(0,0,0,0.4);}
.row-fluid .top-right .top-linkbox ul li > ul > li > a:hover { color:#1B2F54; text-indent:5px; }
.row-fluid .top-right .top-linkbox ul li > ul > li > a:before { display:none; }
.row-fluid .top-right .top-linkbox ul li > ul > li:last-child { display:block; }
.row-fluid .top-right .top-linkbox ul li > ul > li:last-child > a { border:0; }

.row-fluid .top-call a { color:#41632E; font-family:'Evolventa-Bold'; font-size:13px; line-height:18px; font-weight:500; position:relative; top:2px; } 
.row-fluid .top-call a:hover { color:#BCD631; }

.row-fluid .site-searchbox { line-height:0; padding-left:5px; }
.row-fluid .site-searchbox form { position:absolute; top:50%; right:50px; width:300px; padding:15px 15px; background:#1B2F54; z-index:1; border-radius:8px; opacity:0; visibility:hidden; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }
.row-fluid .site-searchbox form input[type="text"] { border-radius:8px; }
body.search-open .row-fluid .site-searchbox form { opacity:1; visibility:visible; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .site-searchbox .hs-search-field { position:inherit; }

.row-fluid .top-cta { padding-left:8px; }
.row-fluid .top-cta a { float:none; display:inline-block; vertical-align:top; padding:8px 30px 9px 24px; color:#fff; font-size:14px; line-height:18px; text-transform:capitalize; position:relative; border-radius:28px; box-shadow:0px 0px 8px rgba(0,0,0,0.4); font-size:12px; font-weight:700; letter-spacing:0.7px; background:rgb(29,52,87); background:-moz-linear-gradient(left,  rgba(29,52,87,1) 0%, rgba(49,161,208,1) 100%); background:-webkit-linear-gradient(left,  rgba(29,52,87,1) 0%,rgba(49,161,208,1) 100%); background:linear-gradient(to right,  rgba(29,52,87,1) 0%,rgba(49,161,208,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3457', endColorstr='#31a1d0',GradientType=1 ); }
.row-fluid .top-cta a:hover { box-shadow:none; background:rgb(49,161,208); background:-moz-linear-gradient(left,  rgba(49,161,208,1) 0%, rgba(29,51,87,1) 100%); background:-webkit-linear-gradient(left,  rgba(49,161,208,1) 0%,rgba(29,51,87,1) 100%); background: linear-gradient(to right,  rgba(49,161,208,1) 0%,rgba(29,51,87,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a1d0', endColorstr='#1d3357',GradientType=1 ); }
.row-fluid .top-cta a:after { display:inline-block; content:""; height:7px; width:8px; position:relative; left:10px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/btn-arrow.png') no-repeat center center; }

/* Solution Mega Menu */
.row-fluid .megamenu-section { padding:25px 25px; font-size:13px; line-height:21px; z-index:1; }
.row-fluid .megamenu-section:before { position:absolute; content:""; height:5px; width:250px; left:0; bottom:100%; background:#BCD631; }
.row-fluid .megamenu-col { padding:0 30px; border-right:1px solid #fff; float:left; width:33.33%; margin:0; }
.row-fluid .megamenu-col a.cta_button { color:#fff; font-family:'Evolventa-Bold'; position:relative; padding:0 15px 0 0 !important; letter-spacing:0.5px; overflow:visible; }
.row-fluid .megamenu-col a.cta_button:after { position:absolute; content:"" !important; height:5px; width:6px; top:7px !important; right:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/white-icon.png') no-repeat center center; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; } 
.row-fluid .megamenu-col a.cta_button:hover { color:#BCD631; } 
.row-fluid .megamenu-col a.cta_button:hover:after { right:-3px !important; }
.row-fluid .megamenu-col:last-child { border-right:0; }
.row-fluid .megamenu-section p { padding:0 0 10px; font-size:13px; }
.row-fluid .megamenu-section h4 { font-size:18px; line-height:20px; font-family:'Evolventa-Bold'; margin-bottom:12px; } 
.row-fluid .megamenu-section ul { float:left; width:100% !important; padding:0 !important; margin:0 0 15px !important; list-style-type:none; background:transparent !important; box-shadow:none !important; }
.row-fluid .megamenu-section ul li { float:left !important; width:100% !important; padding-left:15px !important; position:relative !important; font-family:'Evolventa-Bold' !important; color:#BCD631 !important; margin-bottom:4px !important; border:0 !important; }
.row-fluid .megamenu-section ul li:before { position:absolute; content:""; height:4px; width:5px; left:0; top:5px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/list-icon.png') no-repeat center center; }

.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child { position:inherit; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul { width:1000px; }

body.bluebar .body-container-wrapper { position:relative; }
/* body.bluebar .body-container-wrapper:before { position:absolute; content:""; height:35%; width:100%; left:0; top:360px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/leftshape.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }   */
/* body.bluebar .body-container-wrapper:after { position:absolute; content:""; height:42%; width:100%; right:0; bottom:150px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/rightshape.png') no-repeat center center; opacity:0.08; background-size:100% 100%; z-index:1; }   */
.row-fluid .white-bg { position:relative; z-index:2; }

.row-fluid .hero-section { position:relative; padding:128px 0; overflow:hidden; }
.row-fluid .video-bg { position:absolute; height:100%; width:100%; z-index:-1; top:0; }
.row-fluid .video-bg:before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; }
.row-fluid .video-bg > div { width:100%; height:100%; } 
.row-fluid .hero-section:before { content:""; width:100%; height:calc(100% + 2px); position:absolute; left:0; top:0; background:url("https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/shape-6000line.png") no-repeat; background-size:100% 100%; }
.row-fluid .hero-section .wrapper { position:relative; z-index:9; }
.row-fluid .hero-caption { max-width:700px; font-size:15px; line-height:26px; padding:100px 0; } 
.row-fluid .hero-caption .hero-subtitle { font-size:20px; line-height:28px; color:#29ABE2; font-family:'Evolventa-Bold'; }
.row-fluid .hero-caption .hero-title h1 { letter-spacing:1px; margin-bottom:5px; }
.row-fluid .hero-caption .hero-content { margin:20px 0 30px; }

.row-fluid .hero-section .earthimg { position:absolute; top:200px; left:calc(100vw - 33%); width:auto; } 
.row-fluid .hero-section .herocta { float:none; display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .hero-section .herocta.button-style a { min-width:240px; text-align:center; }
.row-fluid .hero-section .herocta.button-style2 { padding-left:15px; }

.row-fluid .service-section { margin-top:-100px; position:relative; padding-bottom:100px; }
.row-fluid .service-section .wrapper { width:1170px; max-width:100%; }
.row-fluid .section-logo { margin-bottom:60px; position:relative; float:none; display:inline-block; vertical-align:top; width:900px; max-width:100%; }
.row-fluid .section-logo:before { position:absolute; content:""; height:1px; width:50%; left:-40px; top:50%; background:#41632E; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .section-logo:after { position:absolute; content:""; height:1px; width:50%; right:-40px; top:50%; background:#41632E; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .section-titlebox { float:none; display:inline-block; vertical-align:top; width:560px; max-width:100%; } 
.row-fluid .blue-font { font-size:20px; line-height:30px; color:#29ABE2; font-family:'Evolventa-Bold'; }
.row-fluid .section-richcontent { margin:22px 0 35px; }
.row-fluid .service-col { padding:10px 10px; }
.row-fluid .service-colinnerwrap { font-size:14px; line-height:24px; box-shadow:0px 0px 10px rgba(0,0,0,0.1); overflow:hidden; border-bottom:4px solid #BCD631; background:#fff; }
.row-fluid .service-colinner { position:relative; padding:65px 21px; }
.row-fluid .service-colinner:before { position:absolute; content:""; height:100%; width:100%; top:100%; left:0; background:rgb(39,73,46); background:-moz-linear-gradient(-45deg,  rgba(39,73,46,1) 0%, rgba(83,115,50,1) 43%, rgba(162,187,52,1) 100%); background:-webkit-linear-gradient(-45deg,  rgba(39,73,46,1) 0%,rgba(83,115,50,1) 43%,rgba(162,187,52,1) 100%); background:linear-gradient(135deg,  rgba(39,73,46,1) 0%,rgba(83,115,50,1) 43%,rgba(162,187,52,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27492e', endColorstr='#a2bb34',GradientType=1 ); -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .service-colinner h3 { font-size:18px; line-height:24px; color:#41632E; margin-top:25px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .secvice-colcontent { margin:25px 0 45px; }
.row-fluid .service-icon { float:none; display:inline-block; height:35px; width:35px; position:relative; vertical-align:top; }
.row-fluid .service-icon img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; max-width:40px; }
.row-fluid .service-col a.fullbox-link { color:#5D5E61; position:relative; z-index:1; }
.row-fluid .service-colinnerwrap:hover .service-colinner:before { top:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .service-colinnerwrap:hover a.fullbox-link { color:#fff; }
.row-fluid .service-colinnerwrap:hover .service-colinner h3 { color:#fff; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .service-colinnerwrap:hover .link-style label { color:#fff; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .service-colinnerwrap:hover .link-style label:after { right:-3px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/link-hoverarrow.png') no-repeat center center }
.row-fluid .service-section .button-style2 { margin-top:22px; }
.row-fluid .service-section .button-style2 a { min-width:200px; text-align:center; padding:10px 50px 10px 26px; }
.row-fluid .service-section .button-style2 span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }
.row-fluid .service-section .button-style2 span.hs-cta-node:after { top:11px; }

.row-fluid .we-knowsection { padding:100px 0 0; background-position:top center !important; }
.row-fluid .we-knowsection .blue-font { margin-bottom:12px; }
.row-fluid .we-knowintro-section { max-width:560px; width:100%; font-size:14px; line-height:22px; padding-bottom:200px; }
.row-fluid .we-historybox { background:rgba(255,255,255,0.9); float:left; width:calc(33.33% - 10px); margin:0 5px; box-shadow:0px 0px 10px rgba(0,0,0,0.4); }
.row-fluid .we-historyinner { padding:32px 30px 24px; font-size:17px; line-height:24px; color:#29ABE2; font-family:'Evolventa-Bold'; }
.row-fluid .we-historyinner h3 { font-size:28px; line-height:36px; color:#1B2F54; }
.row-fluid .weknow-ctasection { margin-top:30px; position:relative; z-index:2; }
.row-fluid .weknow-ctasection .button-style3 { float:none; display:inline-block; vertical-align:middle; width:auto; }

.row-fluid .platform-section { position:relative; padding:150px 0 100px; padding-left:34px; }
.row-fluid .logoborder { position:absolute; top:65px; right:20px; width:auto; }
.row-fluid .platform-titlebox > div { padding-left:30px; }
.row-fluid .platform-contentbox { padding-top:40px; }
.row-fluid .platform-contentbox .million-textbox { padding-left:30px; }
.row-fluid .platform-contentbox > div > div { display:flex; align-items:center; }
.row-fluid .platform-contentbox .button-style2 { margin-top:60px; }
.row-fluid .platform-contentbox .button-style2 a { min-width:285px; text-align:center; }
.row-fluid .platform-section .slick-list { padding-right:150px; }
.row-fluid .platform-slidercol img { width:100% !important; }
.row-fluid .platform-slidercol .image-slidertitle { font-size:16px; line-height:28px; margin-top:30px; }
.row-fluid .platform-section .slick-prev { display:none !important; }
.row-fluid .platform-section .slick-arrow { height:calc(100% - 59px); right:150px; top:30px; margin:0; background:#41632E; width:40px; }
.row-fluid .platform-slidercol { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; padding-top:30px; padding-bottom:30px;  }
.row-fluid .platform-section .slick-current.slick-active .platform-slidercol img { /*box-shadow:0px 2px 20px rgba(65,99,46,1);*/ -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .platform-section .slick-arrow.slick-next:before { height:12px; width:13px; content:""; position:absolute; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/slick-next.png') no-repeat center center; }
/* .row-fluid .platform-section .slick-current.slick-active .platform-slidercol { padding:30px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; } */
.row-fluid .platform-section .slick-dots { display:none !important; }

.row-fluid .article-section { padding:70px 0 0; }
.row-fluid .article-leftbox { padding-right:50px; }
.row-fluid .article-leftbox .blue-font { line-height:26px; margin-bottom:20px; }
.row-fluid .article-leftbox .button-style2 { margin-top:50px; }
.row-fluid .article-leftbox .button-style2 a { min-width:200px; text-align:center; padding:10px 50px 10px 26px; }
.row-fluid .article-leftbox .button-style2 span.hs-cta-node:after { top:11px; }
.row-fluid .article-leftbox .left-richtext { padding-right:50px; }
.row-fluid .article-col { padding:40px 0 10px; border-bottom:1px solid #8A8D8E; }
.row-fluid .article-col:first-child { padding-top:0; }
.row-fluid .article-col:last-child { padding-bottom:0; border-bottom:0; }
.row-fluid .article-date { color:#38738A; font-size:13px; line-height:17px; }
.row-fluid .article-date span { float:left; padding-right:14px; } 
.row-fluid .article-date a { color:#38738A; text-transform:capitalize; }
.row-fluid .article-date a:hover, .row-fluid .article-col .post-title a:hover { color:#BCD631; }
.row-fluid .article-col .post-title { margin:4px 0 10px; }
.row-fluid .article-col .post-title a { font-size:18px; line-height:24px; color:#1B2F54; float:left; width:100%; font-family:'Evolventa-Bold'; }
.row-fluid .article-col .link-style a { color:#BCD631; padding-left:10px; }
.row-fluid .article-col .link-style a:after { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenlink-arrow.png') no-repeat center center; }

.row-fluid .expert-section { padding:190px 0 50px; background-position:top center !important; }
.row-fluid .expert-section .wrapper > div { position:relative; z-index:4; }
.row-fluid .expert-title h2 { font-size:27px; line-height:32px; color:#29ABE2; }
.row-fluid .expert-subtitle { font-size:18px; line-height:26px; color:#1B2F54; margin:15px 0 25px; font-family:'Evolventa-Bold'; }
.row-fluid .expert-section .button-style2 a { min-width:230px; text-align:center; padding:10px 50px 10px 26px; position:relative; z-index:9; }
.row-fluid .expert-section .button-style2 span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }
.row-fluid .expert-section .button-style2 span.hs-cta-node:after { top:11px; }

/* Advisory Page */
/* body.greenbar .body-container-wrapper { position:relative; }
body.greenbar .body-container-wrapper:after { position:absolute; content:""; height:42%; width:100%; right:0; bottom:400px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenshape.png') no-repeat center center; opacity:0.08; background-size:100% 100%; z-index:1; }   */

.row-fluid .inner-herosection-one { padding:120px 0 70px; position:relative; box-shadow:0px 5px 5px rgba(0,0,0,0.1); }  
.row-fluid .inner-herosection-one:before { position:absolute; content:""; height:100%; width:100%; left:0; top:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/hero-overlay.png') no-repeat center center; background-size:cover !important; }
.row-fluid .inner-herosection-one .wrapper { position:relative; }
.row-fluid .inner-herosection-one h1 { font-size:45px; line-height:52px; margin:5px 0 2px; } 
.row-fluid .title-triangle { position:relative; font-size:13px; line-height:17px; padding-left:13px; text-transform:capitalize; }
.row-fluid .title-triangle:before { position:absolute; content:""; height:10px; width:10px; left:0; top:1px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/title-triangle.png') no-repeat center center; background-size:cover !important; }

.row-fluid .timber-projectsection { padding:120px 0; font-size:14px; line-height:22px; position:relative; }
.row-fluid .timber-projectsection:before { position:absolute; content:""; height:100%; width:100%; left:0; top:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/timber-greybar.png') no-repeat center center; background-size:100% 100%; opacity:0.15; }
.row-fluid .timber-projectsection .wrapper { position:relative; z-index:2; }
.row-fluid .timber-projectleft { padding-right:60px; }
.row-fluid .timber-projectleft ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .timber-projectsection .button-style2 { margin-top:30px; }
.row-fluid .timber-projectsection .button-style2 a { min-width:250px; text-align:center; padding:10px 60px 10px 26px; text-transform:none; }
.row-fluid .timber-projectsection .button-style2 span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }
.row-fluid .timber-projectsection .button-style2 span.hs-cta-node:after { top:11px; }
/*.row-fluid .timber-projectright img { box-shadow:0px 2px 20px rgba(65,99,46,0.5); }*/

.row-fluid .advice-section { padding:50px 0; position:relative; font-size:14px; line-height:22px; } 
.row-fluid .advice-section:before { position:absolute; content:""; height:100%; width:100%; left:0; top:0; background:rgba(27,47,84,0.55); }
.row-fluid .advice-section:after { position:absolute; content:""; top:0; right:0; height:calc(100% + 100px); width:415px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/blue-triangle.png') no-repeat center center; background-size:100% 100% !important; }
.row-fluid .advice-section .wrapper { position:relative; z-index:1; } 
.row-fluid .green-font { font-size:20px; line-height:30px; color:#BCD631; font-family:'Evolventa-Bold'; }
.row-fluid .advice-wrap { margin-top:50px; }
.row-fluid .advice-raw { float:none; display:inline-block; width:1000px; max-width:100%; text-align:left; }
.row-fluid .advice-col { padding:0 15px; }  
.row-fluid .advice-col h6 { margin-bottom:4px; }
.row-fluid .advice-colinner { padding:0 15px; border-left:1px solid #DBDDDE; position:relative; }
.row-fluid .advice-colinner:before { position:absolute; content:""; height:36px; width:18px; right:100%; top:50%; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/left-cuticon.png') no-repeat center center; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; opacity:0.6; }

.row-fluid .advice-servicesection { font-size:14px; line-height:23px; padding-bottom:50px; }
.row-fluid .advice-servicesection.shape-2:before { height:2200px; top:300px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenshape.png') no-repeat center center; background-size:100% 100%; }
.row-fluid .advice-servicebox { position:relative; padding:70px 0 50px; }
.row-fluid .sidelogo { position:absolute; top:0; left:-120px; width:auto; }
.row-fluid .advice-servicebox .blue-font { margin-bottom:20px; }
/*.row-fluid .service-adbviceimg { box-shadow:0px 2px 20px rgba(65,99,46,0.6); }*/
.row-fluid .service-adviceboxinner { padding-left:30px; } 
.row-fluid .service-adviceboxinner h6{margin:0 10px 25px 0px;}
.row-fluid .service-adviceboxinner .content-box { padding-bottom:20px; }
.row-fluid .service-adviceboxinner .content-box h5 { margin-top:30px; color:#41632E; margin-bottom:3px; }
.row-fluid .service-adviceboxinner .content-box h5 + p { padding:0; }
.row-fluid .advice-servicesection .button-style2 { margin-top:10px; }
.row-fluid .advice-servicesection .button-style2 a { min-width:250px; text-align:center; padding:10px 60px 10px 26px; text-transform:none; }
.row-fluid .advice-servicesection .button-style2 span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }
.row-fluid .advice-servicesection .button-style2 span.hs-cta-node:after { top:11px; }

.row-fluid .testimonial-section { padding:70px 0 100px; }
.row-fluid .testimonial-section * { user-select:auto; }
.row-fluid .testimonial-raw { float:none; display:inline-block; vertical-align:top; width:720px; max-width:100%; }
.row-fluid .testimonial-raw .quote { padding:55px 0 40px; position:relative; }
.row-fluid .testimonial-raw .quote:before { position:absolute; content:""; height:31px; width:38px; left:7px; top:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/quote-icon.png') no-repeat center center; }
.row-fluid .testimonial-raw .quote h5 { font-size:20px; line-height:30px; font-style:italic; letter-spacing:1px; }
.row-fluid .testimonial-raw .name { position:relative; font-size:16px; line-height:22px; color:#1B2F54; overflow:hidden; }
.row-fluid .testimonial-raw .name span { position:relative; padding:0 30px; } 
.row-fluid .testimonial-raw .name span:before { position:absolute; content:""; height:1px; width:5000px; background:#1B2F54; right:100%; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .testimonial-raw .name span:after { position:absolute; content:""; height:1px; width:5000px; background:#1B2F54; left:100%; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

.row-fluid .statement-section { background:#F6F5F5; padding:20px 0; font-size:13px; line-height:23px; margin-bottom:70px; }
.row-fluid .statement-section h4 { font-size:16px; line-height:22px; margin-bottom:2px; }
.row-fluid .statement-leftbox { text-align:right; padding-right:12px; }

/* Overview Page */
.row-fluid .hero-section2 { padding:140px 0 200px; position:relative; }
.row-fluid .hero-section2:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/hero-shape.png') no-repeat center center; background-size:100% 100%; opacity:0.55; }
.row-fluid .hero-section2 .wrapper { width:720px; max-width:100%; position:relative; z-index:1; }  
.row-fluid .hero-section2 .hero-title h1 { font-size:45px; line-height:52px; position:relative; padding-top:14px; }  
.row-fluid .hero-section2 .hero-title h1:before { position:absolute; content:""; height:10px; width:10px; left:0; top:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/title-triangle.png') no-repeat center center; background-size:cover !important; }  

.row-fluid .price-productsection { position:relative; margin-top:-130px; }
.row-fluid .price-productbox { width:calc(100% - 12%); float:right; max-width:100%; background:rgba(255,255,255,0.95); font-size:14px; line-height:24px; }
.row-fluid .price-productcontent { padding:45px 50px; }
.row-fluid .price-productbox h4 { font-size:25px; line-height:32px; margin-bottom:7px; }
.row-fluid .price-productmenu { background:#D7E9F8; padding:0 23px; box-shadow:0px 5px 10px rgba(0,0,0,0.12); }
.row-fluid .price-productmenu .hs-menu-wrapper > ul { float:left; width:100%; padding:0; margin:0; }
.row-fluid .price-productmenu .hs-menu-wrapper > ul > li { float:none; display:inline-block; vertical-align:top; }
.row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a { font-size:14px; line-height:15px; padding: 21px 14px 18px 14px; color:#38738A; font-family:'Evolventa-Bold'; letter-spacing:0.5px; position:relative; overflow:visible; }
.row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a:hover { color:#1B2F54; }
.row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a:before { position:absolute; content:""; height:26px; width:1px; background:#1B2F54; top:50%; right:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; opacity:0.4; }
.row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a:after { position:relative; display:inline-block; vertical-align:middle; content:""; height:8px; width:9px; top:1px; right:-6px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/price-arrow.png') no-repeat center center; background-size:cover !important; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .price-productmenu .hs-menu-wrapper > ul > li:last-child > a:before { display:none; }

.row-fluid .product-featuresection { padding:70px 0; position:relative; }
.row-fluid .product-featuresection:before { position:absolute; content:""; height:1200px; width:100%; right:0; top:70px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/blueshape.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; }
.row-fluid .product-featuresection:after { position:absolute; content:""; height:1000px; width:100%; right:0; bottom:120px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greyshape.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; }
.row-fluid .product-featureraw { position:relative; }
.row-fluid .product-featureraw:before { position:absolute; content:""; height:1px; width:50%; background:#41632E; left:0; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .product-featureraw .wrapper { width:932px; max-width:100%; position:relative; background:#fff; } 
.row-fluid .product-featurebox { position:relative; padding-left:40px; }  
.row-fluid .feature-logoline { position:absolute; left:-16px; top:50%; width:auto; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .feature-logoline img { max-width:35px; opacity:0.60; }
.row-fluid .product-featurewrap { margin-top:25px; position:relative; z-index:2; }
.row-fluid .product-featurecol { padding:75px 0; font-size:14px; line-height:28px; }
.row-fluid .product-featurecol:last-child { padding-bottom:0; }
.row-fluid .product-featurecol:nth-child(even) .product-featuretextbox { padding-right:0; padding-left:50px; }
.row-fluid .product-featureimg { height:590px; float:left; width:31%; background-size:cover; background-repeat:no-repeat; background-position:center center; /*box-shadow:0px 2px 20px rgba(65,99,46,0.5); */}
.row-fluid .product-featuretextbox { float:left; width:69%; padding-right:50px; }
.row-fluid .product-featuretitle h2 { font-size:31px; line-height:36px; }
.row-fluid .product-featurecontent h5 { font-size:20px; line-height:26px; color:#38738A; letter-spacing:0.5px; }
.row-fluid .product-featurecontent h5 + p { padding:0 0 25px; }
.row-fluid .product-featurecontent p + p + h5 { margin-top:20px; }
.row-fluid .product-featurebtn { float:none; display:inline-block; vertical-align:top; width:auto; margin-top:10px; }
.row-fluid .product-featurebtn.button-style2 { padding-left:25px; }
.row-fluid .product-featurebtn.button-style2 a, .row-fluid .product-featurebtn.button-style3 a { min-width:200px; text-align:center; padding:10px 50px 10px 26px; text-transform:none; }
.row-fluid .product-featurebtn.button-style2 span.hs-cta-node, .row-fluid .product-featurebtn.button-style3 a { float:none; display:inline-block; vertical-align:top; }
.row-fluid .product-featurebtn.button-style2 span.hs-cta-node:after, .row-fluid .product-featurebtn.button-style3 span.hs-cta-node:after { top:11px; }

.row-fluid .logo-stylesection { padding:23px 0 10px; }
.row-fluid .logo-stylesection .wrapper { width:850px; max-width:100%; }
.row-fluid .border-logostyle { position:relative; }
.row-fluid .border-logostyle:before { position:absolute; content:""; height:1px; width:50%; left:-40px; top:50%; background:#41632E; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .border-logostyle:after { position:absolute; content:""; height:1px; width:50%; right:-40px; top:50%; background:#41632E; }

/* Leadership Page */
.row-fluid .leadrship-introsection { padding:78px 0 20px; font-size:14px; line-height:24px; }
.row-fluid .leadrship-introsection .wrapper { width:690px; max-width:100%; }
.row-fluid .leadrship-introsection h2 { font-size:30px; line-height:38px; margin-bottom:15px; } 

.row-fluid .leadership-section { padding:50px 0; }
.row-fluid .leadership-raw { padding-bottom:75px; }
.row-fluid .leadership-raw:last-child { padding-bottom:0; }
.row-fluid .leadership-raw_title h3 { font-size:30px; line-height:36px; }
.row-fluid .leadership-col_wrap.fl100 { float:none; width:auto; margin:0 -15px; display:block; }
.row-fluid .leadership-col_wrap:after { content: ''; display: table; clear: both; }
.row-fluid .leadership-col { padding:25px 15px; }
.row-fluid .leadership-clickbox { cursor:pointer; }
.row-fluid .leadership-imgbox { position:relative; overflow:hidden; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .leadership-clickbox:hover .leadership-img { -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .leadership-clickbox:hover .leadership-imgbox { box-shadow:0 0 10px rgba(0,0,0,0.4); }
.row-fluid .leadership-img { height:297px; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .leadership-detailbox { font-size:14px; line-height:24px; padding-top:23px; }
.row-fluid .leadership-name { font-size:19px; line-height:26px; color:#29ABE2; font-family:'Evolventa-Bold'; position:relative; padding-right:10px; }
.row-fluid .leadership-name:after { display:inline-block; position:relative; content:""; height:6px; width:7px; right:-5px; top:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/name-arrow.png') no-repeat center center; background-size:cover !important; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

.row-fluid .leadership-clickbox.active .leadership-img { -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .leadership-clickbox.active .leadership-imgbox { box-shadow:0 0 10px rgba(0,0,0,0.4); }

.row-fluid .leadership-bio { font-size:14px; line-height:24px; display:none; background:#fff; padding:0 20px 30px; position:relative; }
.row-fluid .leadership-bioinner { padding:0 0 20px; border-bottom:1px solid #5D5E61; }
.row-fluid .leadership-bioinner .leadership-name { font-size:25px; line-height:32px; color:#38738A; }
.row-fluid .leadership-bioinner .leadership-name:after { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/bio-namearrow.png') no-repeat center center; }
.row-fluid .close-bio { position:absolute; top:10px; right:20px; width:auto; cursor:pointer; }

/* Bioenergy Page */
body.bioenergypage .body-container-wrapper { position:relative; }
body.bioenergypage .body-container-wrapper:after { position:absolute; content:""; height:40%; width:100%; right:0; bottom:338px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/blueshape.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; }  

.row-fluid .bioenergy-introsection { padding:15px 0 90px; font-size:14px; line-height:24px; position:relative; }
.row-fluid .bioenergy-introsection:before { position:absolute; content:""; top:0; left:0; height:100%; width:100%; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/timber-greybar.png') no-repeat center center; background-size:100% 100%; opacity:0.10; }
.row-fluid .bioenergy-introsection .wrapper { position:relative; z-index:1; }
.row-fluid .bioenergy-introsection h5 { font-size:23px; line-height:28px; color:#38738A; } 
.row-fluid .bioenergy-titlesection { padding-bottom:30px; padding-top:20px; }
.row-fluid .bioenergy-contentimgbox .hs_cos_wrapper_type_rich_text p { padding:0 0 20px; }
.row-fluid .bioenergy-contentimgbox .hs_cos_wrapper_type_rich_text p + h5 { margin-top:10px; }
/*.row-fluid .bioenergy-image img { box-shadow:0px 2px 25px rgba(65,99,46,0.6); }*/

.row-fluid .bioenergy-ctastrip-section { padding:30px 15px 20px; margin-top:20px; background:rgb(28,48,85); background: -moz-linear-gradient(left,  rgba(28,48,85,1) 0%, rgba(58,121,147,1) 56%, rgba(54,147,185,1) 100%); background: -webkit-linear-gradient(left,  rgba(28,48,85,1) 0%,rgba(58,121,147,1) 56%,rgba(54,147,185,1) 100%); background: linear-gradient(to right,  rgba(28,48,85,1) 0%,rgba(58,121,147,1) 56%,rgba(54,147,185,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3055', endColorstr='#3693b9',GradientType=1 ); }  
.row-fluid .bioenergy-ctastrip-section h2 { font-size:23px; line-height:28px; margin-bottom:17px; }
.row-fluid .bioenergy-ctastrip-section .link-style a { color:#BCD631; font-size:16px; line-height:24px; letter-spacing:1px; }
.row-fluid .bioenergy-ctastrip-section .link-style a:after { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenlink-arrow.png') no-repeat center center; top:8px; }

.row-fluid .advice-section.bio-advicesec:before { background:rgba(37,74,45,0.55); }
.row-fluid .advice-section.bio-advicesec:after { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/green-triangle.png') no-repeat center center; }

.row-fluid .bio-energylogostyle-sec { padding-top:45px; padding-bottom:20px; } 

/* Analytics Page */
/* body.blueyellowbar { position:relative; } 
body.blueyellowbar .body-container-wrapper:before { position:absolute; content:""; height:35%; width:100%; right:0; top:300px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/blueshape.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; }
body.blueyellowbar .body-container-wrapper:after { position:absolute; content:""; height:35%; width:100%; left:0; bottom:500px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenbarimg.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; } */

.row-fluid .forecast-section.shape1:before { top:-150px; left:auto; right:0; height:1900px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/blueshape.png') no-repeat center center; background-size:100% 100%; }
.row-fluid .long-termsection.shape-2:before { top:-500px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenbarimg.png') no-repeat center center; background-size:100% 100%; }

.row-fluid .hero-section3 { padding-bottom:50px; }
.row-fluid .hero-section3 .hero-bgimg { height:320px; float:none; display:inline-block; vertical-align:bottom; margin:0; box-shadow:0px 5px 10px rgba(0,0,0,0.2); }
.row-fluid .hero-section3 .hero-rightbox { float:none; display:inline-block; vertical-align:bottom; margin:0; margin-left:-100px; width:calc(50% + 108px); background:rgba(255,255,255,0.95); padding:50px 35px 20px; position:relative; } 
.row-fluid .hero-section3 .hero-rightbox h1 { font-size:45px; line-height:52px; }  
.row-fluid .hero-section3 .hero-rightbox:after { position: absolute; content: ""; height: 50px; width: 100px; top: 100%; left: 0; background: rgba(255, 255, 255, 0.95); }
.row-fluid .hero-section3 .hero-rightbox > div { position:relative; z-index:5; }
.row-fluid .hero-section3 .hero-rightbox .blue-font { height:60px; }

.row-fluid .forecast-section { padding:55px 0; }
.row-fluid .forecast-leftbox { float:left; width:55%; padding-right:50px; }
.row-fluid .forecast-rightbox { float:left; width:45%; margin:0; position:relative; min-height:300px; }
.row-fluid .forecast-graph img { position:absolute; } 
.row-fluid .forecast-graph1 img { top:0; left:35px; }
.row-fluid .forecast-graph2 img { top:50%; right:-30px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; z-index:1; }
.row-fluid .forecast-graph3 img { bottom:-10px; left:0; }
.row-fluid .forecast-section .button-style2 { margin-top:40px; }
.row-fluid .forecast-section .button-style2 a { min-width:280px; text-align:center; padding:10px 60px 10px 26px; text-transform:none; }
.row-fluid .forecast-section .button-style2 span.hs-cta-node:after { top:11px; }

.row-fluid .we-supportsection { padding:100px 0; position:relative; }
.row-fluid .we-supportsection:after { position:absolute; content:""; height:31px; width:400px; right:0; top:40px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/logoborder.png') no-repeat center center; background-size:cover; }
.row-fluid .we-supporttitlesection { padding-top:30px; }
.row-fluid .we-supporttitlesection .blue-font { font-size:23px; line-height:30px; }
.row-fluid .we-supportcol { padding:75px 0; font-size:14px; line-height:28px; }
.row-fluid .we-supportcol:nth-child(odd) .we-support-textbox { padding:0 0 0 50px;  }
.row-fluid .we-supportcol:nth-child(even) .we-support-textbox { text-align:right; }
.row-fluid .we-supportcol:nth-child(even) .we-supportimg:after { right:auto; left:-30px; } 
.row-fluid .we-supportimgbox { float:left; width:37%; padding-top:25px; }
.row-fluid .we-supportimg { height:100%; background-size:cover; background-repeat:no-repeat; background-position:center center; /*box-shadow:0px 2px 20px rgba(65,99,46,0.5);*/ position:relative; }
.row-fluid .we-supportimg:after { position:absolute; content:""; height:100px; width:60px; right:-30px; top:-20px; background:#BCD631; z-index:-1; }
.row-fluid .we-support-textbox { float:left; width:63%; padding-right:50px; }
.row-fluid .we-support-textbox h2 { font-size:24px; line-height:32px; }
.row-fluid .we-support-subtitle { padding-bottom:50px; }
.row-fluid .we-support-textbox h5 { font-size:20px; line-height:26px; color:#38738A; letter-spacing:0.5px; }
.row-fluid .we-support-textbox h5 + p { padding:0 0 30px; }
.row-fluid .we-support-textbox p + p + h5 { margin-top:20px; }
.row-fluid .we-support-textbox .button-style a { min-width:280px; text-align:center; padding:10px 50px 10px 26px; text-transform:none; }
.row-fluid .we-support-textbox .button-style span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }
.row-fluid .we-support-textbox .button-style span.hs-cta-node:after { top:11px; }

.row-fluid .long-termsection { padding-bottom:30px; }
.row-fluid .long-termsection .hs_cos_wrapper_type_header h2 { color:#25472D; }
.row-fluid .long-termsection .blue-font { font-size:22px; line-height:30px; margin-bottom:20px; }
.row-fluid .long-termwrap { margin-top:22px; margin-bottom:50px; }
.row-fluid .long-termcol { padding:5px 5px; }  
.row-fluid .long-termcolinner { border-left:2px solid #BCD631; color:#1B2F54; box-shadow:0px 1px 7px rgba(0,0,0,0.2); background:#fff; } 
.row-fluid .long-terminner { padding:35px 20px; }  
.row-fluid .long-termsection .button-style2 span.hs-cta-node { float:none; display:inline-block; }

/* Landing Page */
.row-fluid .landing-section { padding:32px 32px; position:relative; }
.row-fluid .landing-section:before { position:absolute; content:""; height:100%; width:100%; left:0; top:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/landing-bar.png') no-repeat center center; opacity:0.1; background-size:100% 100%; z-index:1; }
.row-fluid .landing-section .wrapper { width:1220px; padding:0 20px; max-width:100%; }
.row-fluid .landing-contentbox { padding-left:100px; position:relative; z-index:1; }
.row-fluid .form-maintitle h1 { font-size:35px; line-height:42px; padding:50px 0 25px; } 
.row-fluid .ebook-left, .row-fluid .ebook-right { float:none; display:inline-block; vertical-align:top; margin:0 -2px; }
.row-fluid .ebook-left { width:140px; }


.row-fluid .landing-footersection { padding:50px 0 13px; background:#1B2F54; position:relative; z-index:1; }
.row-fluid .landing-footer-social { padding-bottom:20px; }
.row-fluid .landing-footer-social a { height:40px; width:40px; float:none; display:inline-block; vertical-align:top; background:#B9BFCE; text-align:center; line-height:45px; font-size:22px; color:#295175; font-family:'Evolventa-Regular'; border-radius:100%; margin:0 8px; }
.row-fluid .landing-footer-social a:hover { background:#fff; }

.row-fluid .landing-contentbox .form-title { font-size:16px; line-height:18px; color:#1B2F54; font-family:'Evolventa-Bold'; margin:30px 0; }

.row-fluid .landing-form { padding-bottom:30px; }
.row-fluid .landing-form .hs-form-required { display:none; }
.row-fluid .landing-form ul.hs-error-msgs { display:none !important; }
.row-fluid .landing-form input[type="text"], .row-fluid .landing-form input[type="email"], .row-fluid .landing-form input[type="tel"], .row-fluid .landing-form select, .row-fluid .landing-form textarea { box-shadow:0px 1px 5px rgba(0,0,0,0.2); border:1px solid #ccc; }
.row-fluid .landing-form .hs-input.invalid.error { border-color:#f00; }

.row-fluid .landing-form .hs_submit { float:left; width:auto; position:relative; }
.row-fluid .landing-form .hs_submit:after { content:""; height:14px; width:15px; position:absolute; right:14px; top:14px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/btnicon.png') no-repeat center center; background-size:10px 10px; }
.row-fluid .landing-form .actions { float:none; display:inline-block; vertical-align:top; min-width:350px; text-align:center; padding:0; color:#fff; font-size:14px; line-height:18px; font-weight:500; letter-spacing:.7px; text-transform:capitalize; position:relative; border-radius:28px; box-shadow:3px 5px 14px rgba(0,0,0,0.4); background: rgb(53,87,46); background: -moz-linear-gradient(left,  rgba(53,87,46,1) 0%, rgba(65,99,46,1) 28%, rgba(151,177,53,1) 100%); background: -webkit-linear-gradient(left,  rgba(53,87,46,1) 0%,rgba(65,99,46,1) 28%,rgba(151,177,53,1) 100%); background: linear-gradient(to right,  rgba(53,87,46,1) 0%,rgba(65,99,46,1) 28%,rgba(151,177,53,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35572e', endColorstr='#97b135',GradientType=1 ); -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .landing-form .actions:hover { background: rgb(188,214,49); background: -moz-linear-gradient(left,  rgba(188,214,49,1) 0%, rgba(69,103,47,1) 100%); background: -webkit-linear-gradient(left,  rgba(188,214,49,1) 0%,rgba(69,103,47,1) 100%); background: linear-gradient(to right,  rgba(188,214,49,1) 0%,rgba(69,103,47,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd631', endColorstr='#45672f',GradientType=1 ); }
.row-fluid .landing-form .actions:after { position:absolute; content:""; height:100%; width:40px; right:0; top:0; background:#C6DB51; border-radius:0 28px 28px 0; }
.row-fluid .landing-form .actions input[type="submit"] { background:transparent; padding:10px 0; height:auto !important; width:100%; text-indent:-30px; }

.row-fluid .landing-footerlink .hs-menu-wrapper > ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .landing-footerlink .hs-menu-wrapper > ul > li { float:none; display:inline-block; vertical-align:top; }
.row-fluid .landing-footerlink .hs-menu-wrapper > ul > li > a { padding:0 10px; font-size:12px; line-height:16px; color:#BCD631; position:relative; overflow:visible; letter-spacing:0.5px; }
.row-fluid .landing-footerlink .hs-menu-wrapper > ul > li > a:hover { color:#fff; } 
.row-fluid .landing-footerlink .hs-menu-wrapper > ul > li > a:after { position:absolute; content:""; right:-4px; top:0px; height:100%; width:1px; background:#BCD631; } 
.row-fluid .landing-footerlink .hs-menu-wrapper > ul > li:last-child > a:after { display:none; }
.row-fluid .landing-footerlink .hs-menu-wrapper > ul > li:last-child > a { padding-right:0; }
.row-fluid .landing-footerlink .hs-menu-wrapper > ul > li:first-child > a { padding-left:0; }

.row-fluid .landing-copyright { font-size:11px; line-height:16px; }

/* Silva Stat Page */
/* body.silvabodypage { position:relative; } 
body.silvabodypage .body-container-wrapper:before { position:absolute; content:""; height:35%; width:100%; right:0; top:590px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/timber-greybar.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; }
body.silvabodypage .body-container-wrapper:after { position:absolute; content:""; height:35%; width:100%; left:0; bottom:500px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenshape.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; } */

body.landingpage .body-container-wrapper:before { position:absolute; content:""; height:100%; width:100%; right:0; top:590px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/timber-greybar.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; }

.row-fluid .on-demandsection.shape1:before { top:100px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/timber-greybar.png') no-repeat center center; background-size:100% 100%; }
.row-fluid .interactive-section.shape-2:before { height:1400px; top:310px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenshape.png') no-repeat center center; background-size:100% 100%; }

.row-fluid .hero-section4 { padding:150px 0; position:relative; }
.row-fluid .hero-section4:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/silva-herocut.png') no-repeat center center; background-size:100% 100%; opacity:0.55; z-index:1; }
.row-fluid .hero-section4 .hero-bgimgsec { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; background-size: cover !important; }
.row-fluid .hero-section4.video .hero-videosec { display: block; }
.row-fluid .hero-section4.image .hero-bgimgsec { display: block; }
.row-fluid .hero-section4 .hero-videosec { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; object-fit: cover; }
.row-fluid .hero-section4 .hero-videosec video { height: auto; width: 100%; min-height: 100%; object-fit: cover; }
.row-fluid .hero-section4 .wrapper { position: relative; z-index: 9; width:580px; max-width:100%; }
.row-fluid .hero-contentbox4 { font-size:16px; line-height:26px; }
.row-fluid .hero-contentbox4 .hero-title h1 { font-size:45px; line-height:52px; position:relative; padding-top:15px; }  
.row-fluid .hero-contentbox4 .hero-title h1:before { position:absolute; content:""; height:10px; width:10px; left:0; top:1px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/title-triangle.png') no-repeat center center; background-size:cover !important; }
.row-fluid .hero-contentbox4 .hero-subtitle.blue-font { color:#BCD631; margin-bottom:10px; }

.row-fluid .on-demandsection { position:relative; background:#fff; }
.row-fluid .on-demandsection .wrapper { position:relative; padding:85px 15px; z-index:1; }
.row-fluid .hero-logo { height:205px; width:205px; background:#fff; border-radius:100%; position:absolute; top:-110px; right:50px; display:flex; align-items:center; justify-content:center; text-align:center; }
.row-fluid .hero-logo img { max-width:70%; }
.row-fluid .hero-logo:before { position: absolute; content: ""; height: 225px; width: 225px; border: 1px solid #fff; border-radius: 100%; }
.row-fluid .hero-logo:after { position: absolute; content: ""; height: 245px; width: 245px; border: 1px solid #fff; border-radius: 100%; }
.row-fluid .ondemand-leftbox { font-size:15px; line-height:28px; }
.row-fluid .ondemand-leftbox h2 { font-size:31px; line-height:40px; }
.row-fluid .ondemand-leftbox .blue-font { margin-bottom:7px; }
.row-fluid .ondemand-leftbox h4 { font-size:22px; line-height:30px; margin-top:22px; }
.row-fluid .ondemand-leftbox h4 + p { padding:0; }
.row-fluid .ondemand-rightbox { margin-top:80px; }
/*.row-fluid .ondemand-rightbox img { box-shadow:0px 2px 15px rgba(65,99,46,0.6); }*/
.row-fluid .on-demandsection .button-style2 { float:left; width:100%; padding-top:40px; }
.row-fluid .on-demandsection .button-style2 a { min-width:280px; text-align:center; padding:10px 50px 10px 26px; text-transform:none; }
.row-fluid .on-demandsection .button-style2 span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }
.row-fluid .on-demandsection .button-style2 span.hs-cta-node:after { top:11px; }

.video-imagesection.image .content-videobox { display:none; } 
.video-imagesection.video .content-videobox { height:300px; position:relative; }
.video-imagesection.video .content-videobox video { position:absolute; top:0; left:0; height:100%; width:100%; object-fit:cover; }
.video-imagesection.video .content-imagebox { display:none; }

.row-fluid .access-section .service-wrap { padding-top:40px; }

.row-fluid .interactive-section { padding:130px 0 40px; }
.row-fluid .interactive-leftinner { padding-left:70px; }
.row-fluid .inter-tableft { float: left; width: 100%; padding-right: 30px; font-size: 14px; line-height: 25px; }
.row-fluid .interactive-richtext { margin:25px 0; }
.row-fluid .inter-tabright { float:left; width:60%; margin-top:25px; }
/*.row-fluid .inter-tabright img { box-shadow:0px 2px 15px rgba(65,99,46,0.6); }*/
.row-fluid .inter-tableft h5 { font-size: 23px; line-height: 28px; color: #38738A; }
.row-fluid .interactive-tabwrap { padding-top: 50px; }

.row-fluid .interactive-tabtitlebox ul { float:left; width:100%; padding:0; margin-bottom:50px; list-style-type:none; }
.row-fluid .interactive-tabtitlebox ul li { float:left; width:100%; }
.row-fluid .interactive-tabtitlebox ul li a { float:left; width:100%; font-size:16px; line-height:24px; color:#1B2F54; font-family:'Evolventa-Bold'; padding:5px 15px 5px 0; border-bottom:2px solid transparent; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; position:relative; }
.row-fluid .interactive-tabtitlebox ul li a:after { position:absolute; content:""; height:7px; width:8px; right:10px; top:50%; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/link-arrow.png') no-repeat center center; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; opacity:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .interactive-tabtitlebox ul li.current a { border-color:#BCD631; }
.row-fluid .interactive-tabtitlebox ul li.current a:after { opacity:1; right:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .interactive-tabcontent { display:none; }
.row-fluid .interactive-tabcontent#tab1 { display:block; }

.row-fluid .inter-cta { float:none; display:inline-block; vertical-align:top; width:auto; }
.row-fluid .inter-cta.button-style a, .row-fluid .inter-cta.button-style2 a { min-width:280px; text-align:center; } 
.row-fluid .inter-videobox { margin-top:60px; }

.row-fluid .silva-testimonialsec { padding-bottom:40px; }

/* Pricing Page */
/* body.price-bodypage { position:relative; } 
body.price-bodypage .body-container-wrapper:before { position:absolute; content:""; height:35%; width:100%; right:0; top:300px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenshape.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; } */

.row-fluid .price-featuresec.shape1:before { top:-200px; left:auto; right:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenshape.png') no-repeat center center; background-size:100% 100%; }

.row-fluid .price-featuresec .forecast-rightbox { min-height:1px; } 
/*.row-fluid .price-featuresec .forecast-rightbox img { box-shadow:0px 2px 25px rgba(65,99,46,0.6); }*/
.row-fluid .price-featuresec .forecast-leftbox h2 { margin-bottom:8px; }

.row-fluid .price-platformsec { padding:100px 0 0; background:#EAF2FB; position:relative; }
.row-fluid .price-platformsec .wrapper > div { position:relative; z-index:4; } 
.row-fluid .price-platformsec:before { position:absolute; content:""; height:396px; width:550px; left:0; bottom:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/price-platform-shape.png') no-repeat center center; background-size:100% 100%; opacity:0.70; }
.row-fluid .price-platformsec .platform-contentbox { position:relative; z-index:1; text-align:right; padding-top:24px; }
.row-fluid .price-platformsec .platform-contentbox .blue-font { margin-bottom:30px; }
.row-fluid .price-platformsec .platform-contentbox .million-textbox { padding-left:60px; }
.row-fluid .price-platformsec.platform-section .slick-list { padding-right:50px; }
.row-fluid .price-platformsec.platform-section .slick-arrow { right:25px; }
.row-fluid .price-platformsec.platform-section .slick-dots { display:block !important; text-align:right; }

.row-fluid .wood-pricesection { padding:90px 0 110px; position:relative; }
.row-fluid .wood-pricesection .wood-img img { position:absolute; right:0; top:70%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .wood-pricewrap { position:relative; margin-top:40px; text-align:center; }
.row-fluid .wood-pricecol { padding-bottom:30px; padding-top:30px; position:relative; float:none; display:inline-block; vertical-align:top; margin:0 -2px; text-align:left; }
.row-fluid .wood-pricecol:first-child { padding-top:0; }
.row-fluid .wood-pricecol:nth-child(2) { padding-top:0; }
.row-fluid .wood-pricecol a { font-size:14px; line-height:22px; color:#5D5E61; }
.row-fluid .wood-pricecol:nth-child(odd) { padding-right:50px; text-align:right; }
.row-fluid .wood-pricecol:last-child { border:0; }
.row-fluid .wood-pricecol:nth-child(even) { padding-left:50px; } 
.row-fluid .wood-pricecol .wood-pricetitle { font-size:24px; line-height:32px; color:#1B2F54; font-family:'Evolventa-Bold'; position:relative; padding-top:23px; }
.row-fluid .wood-pricecol .wood-pricetitle:before { position:absolute; content:""; height:18px; width:18px; top:0; left:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/check-icon.png') no-repeat center center; background-size:cover; }
.row-fluid .wood-pricecol:nth-child(odd) .wood-pricetitle:before { left:auto; right:0; }

.row-fluid .wood-pricecol:nth-child(even):before { position: absolute; content: ""; height: 100%; width: 2px; left: -1px; top: 0; background: #DBDDDE; }
.row-fluid .wood-pricecol:nth-child(even):after { position: absolute; content: ""; height: 2px; width: 100%; left: 50%; margin: 0 auto; background: #DBDDDE; bottom: 0; transform: translateX(-100%); }
.row-fluid .wood-priceraw.fl100 { overflow: hidden; }
.row-fluid .wood-pricewrap .wood-pricecol:nth-child(even) .logo-extraimg { color: #000; position: absolute; background-image: url(https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/wood-logo.png); height: 30px; width: 30px; left: -15px; bottom: -27px; transform: translateY(-50%); z-index: 1; }

.row-fluid .wood-pricewrap.even-last-child-active .wood-pricecol:nth-last-child(-n+2) { padding-bottom:0; }
.row-fluid .wood-pricewrap.even-last-child-active .wood-pricecol:last-child .logo-extraimg { display:none; }
.row-fluid .wood-pricewrap.even-last-child-active .wood-pricecol:last-child:after { display:none; }

.row-fluid .wood-pricewrap.odd-last-child-active .wood-pricecol:last-child .logo-extraimg { display:block; }
.row-fluid .wood-pricewrap.odd-last-child-active .wood-pricecol:last-child:after { display:none; }
.row-fluid .wood-pricewrap.odd-last-child-active .wood-pricecol:last-child { text-align:center; padding-right:0; padding-top:40px; }
.row-fluid .wood-pricewrap.odd-last-child-active .wood-pricecol:last-child .wood-pricetitle:before { left:50%; right:auto; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .wood-pricewrap.odd-last-child-active .wood-pricecol:last-child:before { display:none; }  

.row-fluid .pricing-ctasec .bioenergy-ctastrip-section { position:relative; z-index:1; }

.row-fluid .global-pricingsection { padding:84px 0 35px; position:relative; overflow:hidden; font-size:16px; line-height:22px; }
.row-fluid .global-pricingsection .blue-font { font-size:21px; line-height:28px; margin-bottom:10px; margin-top:4px; }
.row-fluid .global-pricingsection .hs_cos_wrapper_type_header h2 { color:#25472D; }
.row-fluid .price-globalimg img { position:absolute; right:-30px; bottom:0;  }  
.row-fluid .global-pricingsection .button-style { padding-top:22px; }
.row-fluid .global-pricingsection .button-style a { min-width:210px; text-align:center; padding:10px 50px 10px 26px; text-transform:none; }
.row-fluid .global-pricingsection .button-style span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }
.row-fluid .global-pricingsection .button-style span.hs-cta-node:after { top:11px; }
.row-fluid .wood-pricewrap img.woodlogo { position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; z-index:1; }

/* Blog Page */
.row-fluid .blog-herosection { position:relative; }
.row-fluid .blog-heroleft { padding:130px 0; }
.row-fluid .blog-heroright { position:absolute; right:0; top:0; height:100%; background-size:100% 100% !important; }
.row-fluid .blog-herologo img { position:absolute; top:50%; right:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

.row-fluid .topic-section { padding:17px 0 14px; position:relative; }
.row-fluid .topic-section:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(27,47,84,0.60); }
.row-fluid .topic-section .wrapper { position:relative; }

.row-fluid .topic-filterbox { padding-right:65px; }
.row-fluid .topic-filterbox .block { float:right; width:250px; max-width:100%; position:relative; }
.row-fluid .topic-filterbox .block > h3 { font-size:14px; line-height:20px; color:#fff; padding:10px 24px 10px 10px; position:relative; border:1px solid #fff; letter-spacing:0.5px; cursor:pointer; } 
.row-fluid .topic-filterbox .block > h3:after { position:absolute; content:""; height:100%; width:30px; background:rgba(255,255,255,0.5); top:0; right:0; }
.row-fluid .topic-filterbox .block > h3:before { position:absolute; content:""; height:8px; width:7px; right:12px; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/topic-down.png') no-repeat center center; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .topic-filterbox .block > h3.active:before { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/topic-up.png') no-repeat center center; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; } 
.row-fluid .topic-filterbox .block > h3 + .widget-module { float:left; width:100%; background:#fff; position:absolute; top:100%; left:0; box-shadow:0px 0px 10px rgba(0,0,0,0.2); display:none; z-index:2; }
.row-fluid .topic-filterbox .block > h3 + .widget-module ul { padding:0; margin:0; float:left; width:100%; list-style-type:none; }
.row-fluid .topic-filterbox .block > h3 + .widget-module ul li { float:left; width:100%; }
.row-fluid .topic-filterbox .block > h3 + .widget-module ul li a { float:left; width:100%; color:#1B2F54; padding:5px 10px; border-bottom:1px solid #1B2F54; font-size:14px; }
.row-fluid .topic-filterbox .block > h3 + .widget-module ul li:last-child a { border:0; }
.row-fluid .topic-filterbox .block > h3 + .widget-module ul li a:hover { color:#416425; }
.row-fluid .topic-filterbox .block span.filter-link-count { display:none; }

.row-fluid .blog-subscriebox h3.form-title { font-size:14px; line-height:20px; color:#fff; letter-spacing:0.5px; float:none; display:inline-block; vertical-align:middle; width:250px; max-width:100%; }
.row-fluid .blog-subscriebox h3.form-title + div { float:none; display:inline-block; vertical-align:middle; width:calc(100% - 258px ); }
.row-fluid .blog-subscriebox .hs-form-required { display:none; }
.row-fluid .blog-subscriebox input[type="email"] { border:1px solid #fff; background:transparent; color:#fff; } 
.row-fluid .blog-subscriebox input[type="email"].invalid.error { border-color:#f00; }
.row-fluid .blog-subscriebox ul.hs-error-msgs { display:none !important; }
.row-fluid .blog-subscriebox form { position:relative; }
.row-fluid .blog-subscriebox form .hs_submit { position:absolute; top:0; right:0; } 
.row-fluid .blog-subscriebox form .hs_submit input[type="submit"] { background:url(https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/submit-icon.png) no-repeat right center; font-size:0; }
.row-fluid .blog-subscriebox form.hs-form .hs-form-field { padding:0; }

.row-fluid .blog-subscriebox form ::-webkit-input-placeholder { color:#BCD631 !important; }
.row-fluid .blog-subscriebox form ::-moz-placeholder { color:#BCD631 !important; }
.row-fluid .blog-subscriebox form :-ms-input-placeholder { color:#BCD631 !important; }
.row-fluid .blog-subscriebox form :-moz-placeholder { color:#BCD631 !important; }

.row-fluid .first-twoblogsec { padding:50px 0; background:#EAF2FB; }
.row-fluid .first-twoblogsec .wrapper { width:1300px; max-width:100%; padding:0 15px; }
.row-fluid .first-twoblogsec .post-col { padding:0 10px; }
.row-fluid .post-colinner { background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1); position:relative; } 
.row-fluid .post-itemimgbox { width:40%; float:left; position:absolute; left:0; top:0; height:100%; }
.row-fluid .post-itemimg { height:100%; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .post-itemtextbox { width:60%; float:right; padding:65px 10px 40px 20px; font-size:14px; line-height:18px; }  
.row-fluid .post-itemtextbox .post-title { margin:10px 0 15px; }
.row-fluid .post-itemtextbox .post-title a { font-size:18px; line-height:22px; color:#1B2F54; font-family:'Evolventa-Bold'; }
.row-fluid .post-itemtextbox .post-title a:hover { color:#BCD631; }  
.row-fluid .date-topicbox .date { float: none; display: inline-block; vertical-align: middle; }
.row-fluid .date-topicbox .topic { float: none; display: inline-block; vertical-align: middle; padding-left: 15px; }
.row-fluid .date-topicbox { color: #38738A; font-size: 13px; line-height: 17px; position: relative; padding-left: 12px; }
.row-fluid .date-topicbox a { color: #38738A; }
.row-fluid .date-topicbox a:hover { color:#BCD631; }
.row-fluid .date-topicbox:before { position: absolute; content: ""; width: 3px; height: 15px; left: 0; top: 1px; background: url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/dots.png') no-repeat center center; }
.row-fluid .post-itemtextbox .post_text { float:left; width:100%; padding-bottom:10px; }
.row-fluid .post-itemtextbox .link-style { position:relative; padding-left:50px; }
.row-fluid .post-itemtextbox .link-style:before { position:absolute; content:""; height:100%; width:60px; left:-20px; top:0; background:#B3D7F2; }
.row-fluid .post-itemtextbox .link-style a { color:#BCD631; line-height:18px; }
.row-fluid .post-itemtextbox .link-style a:after { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenlink-arrow.png') no-repeat center center; }

.row-fluid .blog-mainsec { padding:60px 0; position:relative; }
body.hs-blog-listing .row-fluid .blog-mainsec:before { position:absolute; content:""; height:calc(100% - 150px); width:100%; top:0; left:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/blog-shape.png') no-repeat center center; background-size:100% 100%; opacity:0.10; }
.row-fluid .blog-mainsec .wrapper { width:1300px; max-width:100%; padding:0 15px; }
body.hs-blog-listing .row-fluid .blog-mainsec .wrapper { position:relative; z-index:1; }
.row-fluid .post-boxitem { padding:0px 10px 70px; }
.row-fluid .post-boxitem .post-itemtextbox { width:100%; padding:20px 0 0; }
.row-fluid .post-boxitem .post-itemimgbox { width:100%; position:relative; height:auto; } 
/* .row-fluid .post-boxitem .post-itemimgbox.no-featured-image { height:240px; background-color:#ccc; } */
.row-fluid .post-boxitem .post-itemimgbox img { height:240px; object-fit:cover; width:100% !important; }
.row-fluid .post-boxitem .post-itemtextbox .link-style { padding-left:0; }
.row-fluid .post-boxitem .post-itemtextbox .link-style:before { display:none; }
.row-fluid .post-boxitem .date-topicbox { padding-left:0; }
.row-fluid .post-boxitem .date-topicbox:before { display:none; }
.row-fluid .post-boxitem .post-itemtextbox .post_text { line-height:24px; }

/* No Feature Image Box Style */
.row-fluid .post-boxitem .post-body.no-feature-post-item { background:#38738A; color:#fff; display:flex; align-items:center; justify-content:center; padding:25px 25px; }
.row-fluid .post-boxitem .post-body.no-feature-post-item .post-itemimgbox { display:none; }
.row-fluid .post-boxitem .post-body.no-feature-post-item .post-itemtextbox { width:100%; padding-top:0; }
.row-fluid .post-boxitem .post-body.no-feature-post-item .date-topicbox { color:#BCD631; }
.row-fluid .post-boxitem .post-body.no-feature-post-item .date-topicbox a { color:#BCD631; }
.row-fluid .post-boxitem .post-body.no-feature-post-item .post-title a { color:#fff; }

.row-fluid .subscribe-section { padding:45px 0; color:#fff; background:#38738A; text-align:center; }
.row-fluid .subscribe-section .wrapper { width:1250px; max-width:100%; float:none !important; display:inline-block; vertical-align:top; }
.row-fluid .subscribe-section .hs-form-required { display:none; }
.row-fluid .subscribe-section input[type="email"] { border:1px solid #fff; background:transparent; color:#fff; } 
.row-fluid .subscribe-section input[type="email"].invalid.error { border-color:#f00; }
.row-fluid .subscribe-section input[type="submit"] { width:100%; border-radius:30px; color:#fff; background:#BCD631; font-size:14px; letter-spacing:0.5px; text-align:center; }
.row-fluid .subscribe-section input[type="submit"]:hover { background:#203256; }
.row-fluid .subscribe-section ul.hs-error-msgs { display:none !important; }
.row-fluid .subscribe-left { text-align:right; font-size:14px; line-height:24px; float:none; display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .subscribe-right { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .subscribe-left h2 { font-size:20px; line-height:30px; margin-bottom:15px; letter-spacing:0.5px; }

.row-fluid .subscribe-section form ::-webkit-input-placeholder { color:#BCD631 !important; }
.row-fluid .subscribe-section form ::-moz-placeholder { color:#BCD631 !important; }
.row-fluid .subscribe-section form :-ms-input-placeholder { color:#BCD631 !important; }
.row-fluid .subscribe-section form :-moz-placeholder { color:#BCD631 !important; }

.load-more-wrapper { margin-top:20px; }
.load-more-wrapper a { color:#29ABE2; font-size:18px; line-height:24px; font-family:'Evolventa-Bold'; }
.load-more-wrapper a:hover { color:#BCD631; }
.load-more-wrapper a img { position:relative; top:6px; }

/* Blog Inner Page */
body.hs-blog-post .row-fluid .blog-mainsec { position:relative; }
.row-fluid .blog-innerherosec { position:relative; background:#F4F3F3; float:left; width:100%; }
.row-fluid .blog-innerheroimg { position:absolute; width:40%; height:100%; background:#fff; text-align:center; left:0; top:0; box-shadow:0px 5px 6px rgba(0,0,0,0.1); background-size:contain; background-position:center center; background-repeat:no-repeat; }
.row-fluid .no-feature-hero .blog-innerheroimg { display:none; }
.row-fluid .no-feature-hero .blog-innterhero-right { width:100%; margin-right:0; padding-bottom:100px; }
.row-fluid .no-feature-hero .blog-innterhero-right:before { display:none; }

.row-fluid .blog-innterhero-right { float:right; width:60%; padding-top:100px; padding-bottom:30px; position:relative; margin-right:50px; }
.row-fluid .blog-innterhero-right:before { position:absolute; content:""; height:200px; width:140px; left:0; bottom:-10px; background:rgba(255,255,255,0.95); }
.row-fluid .blog-innterhero-right > div { position:relative; z-index:1; }

.row-fluid .blog-innerbody { text-align:left; float:none; display:inline-block; width:1050px; max-width:100%; }
.row-fluid .blog-innerbody .date-topicbox:before { top:2px; }
.row-fluid .author-boxname { font-size:13px; line-height:17px; color:#38738A; padding-left:11px; padding-top:8px; }
.row-fluid .author-boxname a { color:#38738A; }
.row-fluid .author-boxname a:hover { color:#BCD631; }
.row-fluid .social-sharing { float:left; width:100%; margin:25px 0; padding-left:11px; } 
.row-fluid .social-sharing a { float:none; display:inline-block; vertical-align:top; height:25px; width:25px; line-height:25px; color:#fff; text-align:center; border-radius:100%; background:#29ABE2; margin-left:5px; }
.row-fluid .social-sharing label { font-family:'Evolventa-Bold'; position:relative; top:2px; }
.row-fluid .blog-innerbody .post-body p { padding:0 0 22px; }

.row-fluid .back-bloglink { position:absolute; top:30px; left:20px; color:#1B2F54; font-family:'Evolventa-Bold'; padding-left:15px; }
.row-fluid .back-bloglink:before { position:absolute; content:""; height:7px; width:8px; left:0; top:6px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/back-icon.png') no-repeat center center; }
.row-fluid .back-bloglink:hover { color:#BCD631; }

.row-fluid .related-postsection { background:#EAF2FB; padding:50px 0 20px; float:left; width:100%; }
.row-fluid .related-postsection .wrapper { width:1300px; max-width:100%; padding:0 15px; }
.row-fluid .related-postsection .wrapper > h2 { font-size:23px; line-height:30px; margin-bottom:45px; }

/* Author Page */
.row-fluid .about-author-sec{ width:100%; float:left; padding:35px 20px;border:1px solid rgba(225,225,225,0.54); box-shadow:0 1px 1px 0 #E6EBEE;background:#fafafa; margin-top:30px; margin-bottom:40px}
.row-fluid .about-author-sec .author_img{ float:left; width:110px; border:1px solid #E8E5E5; height:110px; background-size:cover !important; border-radius:50%}
.row-fluid .about-author-sec .author_text{ width:calc(100% - 110px); float:left; padding-left:30px}
.row-fluid .about-author-sec .author-link{ width:100%; float:left; color:#1f1f1f; font-size:14px; font-weight:500; text-transform:uppercase; letter-spacing:.5px}
.row-fluid .about-author-sec .author-content{ width:100%; float:left; font-size:14px; line-height:20px;color:#86939e; letter-spacing:.5px; font-weight:400; margin:15px 0 20px}
.row-fluid .about-author-sec .hs-author-social-section{ width:100%;float:left}
.row-fluid .about-author-sec .hs-author-name { padding:0; color:#002e5c; font-size: 24px; line-height: 30px; font-weight: 500; }
.row-fluid .about-author-sec .hs-author-social-label { color:#002e5c; float:left; width:100%; margin-bottom: 10px; font-size:16px; line-height:24px; font-weight:500; }
.row-fluid .about-author-sec .hs-author-social-links { width:100%; float:left; }
.row-fluid .about-author-sec .hs-author-social-links a { width:auto; float:left; font-size:24px; line-height:30px; margin-right:5px; }
.row-fluid .about-author-sec .hs-author-social-links a:hover { color:#002e5c; }

/* Newsletter Page */
.row-fluid .news-letterherosec.hero-section3 { padding-bottom:0; }

.row-fluid .main-tabsec { position:relative; z-index:1; overflow:hidden; }
.row-fluid .main-tabcol { margin:0; position:relative; cursor:pointer; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .main-tabcol:after { position:absolute; content:""; height:5px; width:0px; left:0; bottom:0; background:#AABE32; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .main-tabcol:hover:after, .row-fluid .main-tabcol.active:after { width:100%; }
.row-fluid .main-tabcol:hover, .row-fluid .main-tabcol.active .tabinnerbox { box-shadow:15px 0px 10px rgba(0,0,0,0.8); }
.row-fluid .main-tabcol:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(37,71,45,0.85); }
.row-fluid .main-tabcol2:before { background:rgba(27,47,84,0.65); }
.row-fluid .main-tabcol3:before { background:rgba(65,99,46,0.65); }
.row-fluid .tabinnerbox { padding:130px 100px 110px; position:relative; z-index:1; }
.row-fluid .tabinnerbox:after { position:absolute; content:""; height:45px; width:45px; left:50%; bottom:15px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/tab-down.png') no-repeat center center; background-size:cover; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .tabinnerbox h2 { font-size:25px; line-height:32px; margin-bottom:15px; }

.row-fluid .product-tabmainsec { padding:75px 0; }
.row-fluid .product-tabsec .wrapper { width:1290px; max-width:100%; }  
.row-fluid .product-tableft { float:left; width:50%; font-size:14px; line-height:24px; padding-right:60px; }
.row-fluid .product-tableft h2 { font-size: 31px; line-height: 40px; }
.row-fluid .product-tableft .blue-font { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
.row-fluid .product-tableft ul { float: left; width: 100%; padding: 0; margin: 10px 0 0; list-style-type: none; }
.row-fluid .product-tableft ul li { float: left; width: 100%; padding-left: 17px; margin-bottom: 2px; position: relative; }
.row-fluid .product-tableft ul li:before { position: absolute; content: ""; height: 6px; width: 6px; left: 0; top: 8px; background: #1B2F54; border-radius: 100%; }
.row-fluid .product-innertablink ul li:before { display: none; }
.row-fluid .product-innertablink ul { margin-top: 20px; }
.row-fluid .product-innertablink ul li { padding: 0; }
.row-fluid .product-innertablink ul li a { float: left; width: 100%; font-size: 16px; line-height: 24px; color: #1B2F54; font-family: 'Evolventa-Bold'; padding: 5px 15px 5px 0; border-bottom: 2px solid transparent; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s; -ms-transition: all ease .5s; transition: all ease .5s; position: relative; }
.row-fluid .product-innertablink ul li a:after { position: absolute; content: ""; height: 7px; width: 8px; right: 10px; top: 50%; background: url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/link-arrow.png') no-repeat center center; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s; -ms-transition: all ease .5s; transition: all ease .5s; opacity: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .product-innertablink ul li a:hover { color:#BCD631; }
.row-fluid .product-innertablink ul li.inner-active a { border-color: #BCD631; }
.row-fluid .product-innertablink ul li.inner-active a:after { opacity: 1; right: 0; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s; -ms-transition: all ease .5s; transition: all ease .5s; }

.row-fluid .product-tabright { float:left; width:50%; }
.row-fluid .tabright-linkbox.link-style { padding-right:50px; }
.row-fluid .tabright-linkbox a { float:right; width:250px; max-width:100%; color:#38738A; }
.row-fluid .tabright-linkbox.link-style a:after { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/link-right.png') no-repeat center center; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; } 
.row-fluid .calender-wrap { padding-top:65px; }
.row-fluid .calender-wrap ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .calender-wrap ul li { float:left; width:33.33%; border-left:2px solid #fff; border-bottom:2px solid #fff; }
.row-fluid .calender-wrap ul li a { float:left; width:100%; padding:29px 15px; text-align:center; color:#fff; font-size:18px; line-height:22px; font-family:'Evolventa-Bold'; position:relative; background:#25472D; }
.row-fluid .calender-wrap ul li a:after { display:inline-block; content:""; height:9px; width:10px; vertical-align:middle; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/month-arrow.png') no-repeat center center; position:relative; top:-3px; left:6px; }
.row-fluid .calender-wrap ul li a span { display:flex; align-items:center; justify-content:center; }

.row-fluid .calender-wrap ul li:nth-child(1) a { background:#25472D; }
.row-fluid .calender-wrap ul li:nth-child(2) a { background:#25472D; }
.row-fluid .calender-wrap ul li:nth-child(3) a { background:#25472D; }
.row-fluid .calender-wrap ul li:nth-child(4) a { background:#38533B; }
.row-fluid .calender-wrap ul li:nth-child(5) a { background:#38533B; }
.row-fluid .calender-wrap ul li:nth-child(6) a { background:#38533B; }
.row-fluid .calender-wrap ul li:nth-child(7) a { background:#485E48; }
.row-fluid .calender-wrap ul li:nth-child(8) a { background:#485E48; }
.row-fluid .calender-wrap ul li:nth-child(9) a { background:#485E48; }
.row-fluid .calender-wrap ul li:nth-child(10) a { background:#596C58; }
.row-fluid .calender-wrap ul li:nth-child(11) a { background:#596C58; }
.row-fluid .calender-wrap ul li:nth-child(12) a { background:#596C58; }

.row-fluid .product-tabraw { display:none; }
.row-fluid .product-tabraw#maintab0 { display:block; }

.row-fluid .calender-box { display:none; }
.row-fluid .calender-box#protab0-0 { display:block; }

/* Search Result Page */
.row-fluid .site-searchsection { padding:75px 0; }
.row-fluid .hs-search-results { width:100%; float:left; }
.row-fluid .hs-search-results ul { width:100%; float:left; }
.row-fluid .hs-search-results ul li { width:100%; float:left; margin-bottom:15px; border-bottom:1px solid #CCC; padding-bottom:15px; }
.row-fluid .hs-search-results ul li:last-child { border:0; } 
.row-fluid .hs-search-results ul li a { width:100%; float:left; color:#1B2F54; font-size:18px; line-height:26px; margin-bottom:6px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; font-family:'Evolventa-Bold'; }
.row-fluid .hs-search-results ul li a:hover { color:#3a5e20; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .hs-search-results__pagination { background:#9f000f; padding:10px 15px; float:right; color:#FFF; font-size:16px; line-height:24px; margin-bottom:30px; margin-top:20px; display:none !important; }
.row-fluid .hs-search-results__pagination:hover { background:#000; color:#fff }
.row-fluid .search_resultpage { padding-top:50px; }
.row-fluid .header_search .hs-search-field { width:100%; float:left; position:relative; right:-70px;}
.row-fluid .header_search .hs-search-field__bar { width:100%; float:left; }
.row-fluid .header_search form { width:100%; float:left; }
.row-fluid .header_search form .hs-search-field__input { width:100%; float:left; height:34px; border:none; padding:10px 15px; }

/* Diogonal Shape Css */
.row-fluid .shape1 { position:relative; }
.row-fluid .shape1:before { position:absolute; content:""; height:1400px; width:100%; left:0; top:-300px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/leftshape.png') no-repeat center center; opacity:0.10; background-size:100% 100%; z-index:1; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }
.row-fluid .shape1 > div { position:relative; z-index:3; }

.row-fluid .shape-2 { position: relative; }
.row-fluid .shape-2:before {content: '';position: absolute;content: "";height: 1700px;width: 100%;right: 0;top: 0;background: url(https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/rightshape.png) no-repeat center center;opacity: 0.08;background-size: 100% 100%;z-index: 1;}
.row-fluid .shape-2 > div { position: relative; z-index:3; }

.row-fluid .career-hero { z-index:4; }

.row-fluid .faq-demandsec.shape1.on-demandsection:before { height:100%; top:50px; }

/* Footer */
.row-fluid .footer-section { position:relative; z-index:5; }
.row-fluid .footer-leftbox { float:left; width:70%; background:#203256; }
.row-fluid .footer-leftinner { padding:30px 80px 35px; }
.row-fluid .footer-menu { margin:40px 0 50px; }
.row-fluid .footer-menu .hs-menu-wrapper > ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li { float:none; display:inline-block; vertical-align:top; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { padding:0 14px; font-size:14px; line-height:18px; color:#fff; font-family:'Evolventa-Bold'; position:relative; overflow:visible; letter-spacing:0.5px; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a:hover { color:#BCD631; } 
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a:after { position:absolute; content:""; height:5px; width:5px; border-radius:100%; background:#BCD631; right:-4px; top:7px; } 
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:last-child > a:after { display:none; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:last-child > a { padding-right:0; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child > a { padding-left:0; }

.row-fluid .footer-link .hs-menu-wrapper > ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .footer-link .hs-menu-wrapper > ul > li { float:none; display:inline-block; vertical-align:top; }
.row-fluid .footer-link .hs-menu-wrapper > ul > li > a { padding:2px 14px; font-size:12px; line-height:16px; color:#BCD631; position:relative; overflow:visible; letter-spacing:0.5px; }
.row-fluid .footer-link .hs-menu-wrapper > ul > li > a:hover { color:#fff; } 
.row-fluid .footer-link .hs-menu-wrapper > ul > li > a:after { position:absolute; content:""; right:-4px; top:0px; height:100%; width:1px; background:#BCD631; } 
.row-fluid .footer-link .hs-menu-wrapper > ul > li:last-child > a:after { display:none; }
.row-fluid .footer-link .hs-menu-wrapper > ul > li:last-child > a { padding-right:0; }
.row-fluid .footer-link .hs-menu-wrapper > ul > li:first-child > a { padding-left:0; }

.row-fluid .footer-rightbox { float:left; width:30%; margin:0; background:#295175; }
.row-fluid .footer-rightinner { padding:30px 40px 20px 22px; }

.row-fluid .footer-social { font-size:16px; line-height:22px; font-family:'Evolventa-Bold'; border-right:1px solid #fff; width:auto; }
.row-fluid .footer-social ul { float:left; width:100%; padding:0; margin:25px 0 0; list-style-type:none; }
.row-fluid .footer-social ul li { float:left; width:100%; margin:0 0 8px; } 
.row-fluid .footer-social ul li a { height:30px; width:30px; float:none; display:inline-block; vertical-align:top; background:#B9BFCE; text-align:center; line-height:33px; font-size:20px; color:#295175; font-family:'Evolventa-Regular'; border-radius:100%; }
.row-fluid .footer-social ul li a:hover { background:#203256; color:#fff; }

.row-fluid .footer-address { font-size:13px; line-height:17px; font-family:'Evolventa-Bold'; padding-top:3px; }
.row-fluid .footer-address p:first-child { padding-top:0; }
.row-fluid .footer-address p { padding-bottom:20px; padding-top:0; } 
.row-fluid .footer-address a { font-size:12px; line-height:16px; font-family:'Evolventa-Regular'; }
.row-fluid .footer-address a:hover { color:#fff; } 
.row-fluid .footer-copyright { font-size:11px; line-height:15px; position:relative; top:5px; } 


/* 12-11-2019 */
.post-item-full .post-itemtextbox { width: 100%; padding: 65px 40px 50px; }

.row-fluid .subscribe-form .ctct-form-defaults { background: transparent !important; color: #fff; }
.row-fluid .subscribe-form .ctct-form-defaults .ctct-form-label { color: #fff !important; }
.row-fluid .subscribe-form .ctct-form-defaults .ctct-form-required { color: #fff !important; }
.row-fluid .subscribe-form .ctct-form-defaults input.ctct-form-element { border: 1px solid #fff; background: transparent; color: #fff; height: 40px !important; margin-bottom: 30px !important; }
.row-fluid .subscribe-form .ctct-form-defaults .ctct-gdpr-text { color: #fff !important; }
.row-fluid .subscribe-form .ctct-form-defaults .ctct-gdpr-text a.ctct-form-footer-link { color: #fff; }
.row-fluid .subscribe-form .ctct-form-defaults .ctct-form-listitem label { color: #fff; }
.row-fluid .subscribe-form .ctct-form-defaults .ctct-form-button { width: 100%; border-radius: 30px; color: #fff; background: #BCD631 !important; font-size: 14px; letter-spacing: 0.5px; text-align: center; border: 1px solid #BCD631 !important; }
.row-fluid .subscribe-form .ctct-form-defaults .ctct-form-button:hover{ background: #203256 !important; border: 1px solid #203256 !important; }

  .post-listing .post-item:nth-child(1), .post-listing .post-item:nth-child(2) { display: none; }

/* Media Query Start */
@media (min-width:3201px) and (max-width:3900px){
  .row-fluid .hero-section .earthimg { left:calc(100vw - 26%); }
}

@media (min-width:2801px) and (max-width:3200px){
  .row-fluid .hero-section .earthimg { left:calc(100vw - 28%); }
}

@media (min-width:2400px) and (max-width:2800px){
  .row-fluid .hero-section .earthimg { left:calc(100vw - 30%); }
}

@media (min-width:1430px){
/*   .row-fluid .wrapper { width:1400px; } */
}

@media (min-width:1401px) and (max-width:1800px){
  .row-fluid .top { padding:0; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 12px 29px }
  
  /* Pricing Page */
  .row-fluid .wood-pricesection .wood-img img { max-width:220px; }
  .row-fluid .wood-pricecol:nth-child(odd) { padding-left:80px; }
  .row-fluid .wood-pricecol:nth-child(even) { padding-right:138px; }
  
  .row-fluid .footer-leftbox { width:62%; }
  .row-fluid .footer-rightbox { width:38%; }
}

@media (min-width:1401px) and (max-width:1800px){
  
}

@media (min-width:1401px) and (max-width:1600px){
  .row-fluid .hero-section .earthimg { left:calc(100vw - 36%); }
  
  /* Pricing Page */
  .row-fluid .global-pricingsection .wrapper { padding:0 120px; }
}

@media (min-width:1201px) and (max-width:1400px){
  .row-fluid .top { padding:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 10px 29px; overflow:visible; font-size:13px; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:-2px; }
  
  .row-fluid .hero-section { padding:150px 0 230px; }
  .row-fluid .hero-caption { padding:0; } 
  .row-fluid .hero-section .earthimg { top:200px; right:60px; }
  .row-fluid .hero-section .earthimg img { max-width:350px; } 
  
  .row-fluid .section-logo { width:700px; } 
  
  .row-fluid .we-knowintro-section { padding-left:50px; }
  
  .row-fluid .platform-section .slick-list { padding-right:50px; }
  .row-fluid .platform-section .slick-arrow { right:50px; }
  
  
  
  /* Advisory Page */
  .row-fluid .sidelogo { left:-33px; }
  
  /* Overview Page */
  .row-fluid .hero-section2:before { background:rgba(27,47,84,1) !important; }
  
  /* Analytics Page */
  .row-fluid .forecast-graph2 img { right:0; }
  
  /* Pricing Page */
  .row-fluid .wood-pricesection .wood-img img { max-width:175px; }
  .row-fluid .wood-pricecol:nth-child(odd) { padding-left:80px; }
  .row-fluid .wood-pricecol:nth-child(even) { padding-right:138px; }
  
  .row-fluid .global-pricingsection .wrapper { padding:0 120px; }
  .row-fluid .price-globalimg img { max-width:189px; bottom:16px; }
  
  /* Newsletter Page */
  .row-fluid .tabinnerbox { padding:50px 40px 100px; }
  
  /* Footer */
  .row-fluid .footer-leftbox { width:61%; }
  .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { padding:0 8px; font-size:13px; }
  .row-fluid .footer-rightbox { width:39%; }
   
  
}

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

  .row-fluid .wrapper {  width:920px; }
  
  .row-fluid .service-colinner { padding:40px 15px; }
  .row-fluid .service-colinner h3 { font-size:16px; line-height:22px; } 
  .row-fluid .we-knowintro-section { max-width:500px !important; padding-left:70px; }
  
  .row-fluid .platform-section .button-style2 { text-align:left !important; }
  .row-fluid .platform-contentbox .million-textbox, .row-fluid .platform-titlebox > div { padding-left:20px; }
  
  /* Overview Page */
  .row-fluid .product-featureraw:before { left:-96px; }
}

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

  .row-fluid .wrapper {  width:720px; }

  .row-fluid .service-col { float:left; width:50%; } 
  .row-fluid .service-colinner { padding:40px 20px; }
  
  .row-fluid .platform-titlebox > div { padding-left:20px; }
  .row-fluid .platform-contentbox .million-textbox { padding-left:20px; }
  
  /* Overview Page */
  .row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a { font-size:12px; }
  
  .row-fluid .product-featureraw:before { left:-66px; }
  
  /* Leadership Page */
  .row-fluid .leadership-img { height:240px; }
  
  /* Silva State Page */
  .row-fluid .interactive-leftinner { padding-left:40px; }
  
  /* Blog Page */
  .row-fluid .post-boxitem.fl3 { width:50%; }
  
  /* Diogonal Shape Css */
  .row-fluid .shape1:before { top:0; height:1000px; }

}

@media (min-width: 968px) and (max-width: 1200px){
  .row-fluid .hero-section { background-image:none !important; padding:90px 0; }
  .row-fluid .hero-caption { padding:40px 0 0; } 
  .row-fluid .hero-section .wrapper { width:920px; }  
  .row-fluid .hero-section .earthimg { top:80px; left:calc(100vw - 38%); }
}

@media (min-width: 768px) and (max-width: 967px){
  .row-fluid .video-bg { display:none; }
  .row-fluid .hero-section { padding:20px 0 98px; overflow:visible; }
  .row-fluid .hero-section:before { position:absolute; content:""; height:155px; width:165px; bottom:0; left:20px; top:auto; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/global.png') no-repeat center center; z-index:2; }
  .row-fluid .hero-section:after { position:absolute; content:""; left:0; bottom:0; width:0; height:0; border-style:solid; border-width:110px 0 0 150px; border-color:transparent transparent transparent #fff; z-index:1; }
  .row-fluid .hero-section .logo { text-align:center; }
	.row-fluid .hero-section .earthimg { display:none; }
  .row-fluid .hero-caption { padding:50px 0 0; text-align:center; max-width:100%; }
  .row-fluid .hero-section .herocta.button-style2 { padding-left:0; }
  .row-fluid .hero-section .button-style span.hs-cta-node, .row-fluid .hero-section .button-style2 span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }  
}

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

  h1 { font-size:30px; line-height:36px; }
  h3 { font-size:24px; line-height:34px; }
  h4 { font-size:24px; line-height:28px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:20px; line-height:26px; }

  .row-fluid .top { padding:0; }  
  .row-fluid .topheader-box > div > div { display:block; }
  .row-fluid .top-left { width:100%; }
  .row-fluid .top-right { min-width:230px; max-width:100%; margin:10px 0 0; padding:0; border:0; float:right; }
  .row-fluid .top .logo { width:20%; float:left; }
  .row-fluid .mainmenu { width:100%; top:0; margin:0; text-align:center; padding-top:10px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 10px 20px; overflow:visible; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > a { padding-left:0; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:-2px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul { width:100%; }
  .row-fluid .megamenu-col { padding:0 20px; text-align:left; }
  .row-fluid .megamenu-section { padding:25px 0; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul { margin-top:0; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul { text-align:left; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(n+2) > ul { left:-40px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > ul { left:-110px; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link, .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a { font-size:12px !important; }
  .row-fluid .site-searchbox form { right:20px; }
  
  .row-fluid .top-right .top-linkbox ul li > ul { padding-top:111px; }
  
  
 
  .row-fluid .service-section { margin:0; padding:60px 0 }
  .row-fluid .service-section .wrapper { padding:0 20px; }
  .row-fluid .section-logo:before { left:0; width:100%; }
  .row-fluid .section-logo:after { display:none; }
  .row-fluid .section-logo .widget-type-linked_image { padding:0 15px; background:#fff; position:relative; display:inline-block; }
  .row-fluid .section-logo { margin-bottom:30px; }
  
  .row-fluid .we-knowsection { padding:20px 0 0; }
  .row-fluid .we-knowintro-section { max-width:470px; padding-bottom:100px; }
  .row-fluid .we-historyinner { padding:20px 20px; font-size:15px; }
  .row-fluid .we-historyinner h3 { font-size:22px; line-height:31px; }
  
  .row-fluid .platform-section { padding:150px 0 50px; padding-left:10px; }
  .row-fluid .platform-section .slick-list { padding-right:0; }
  .row-fluid .platform-slidercol { padding:30px 0 30px 30px !important; }
  .row-fluid .platform-section .slick-arrow { right:0; }
  .row-fluid .platform-section .button-style2 { text-align:center; float:left; width:100%; margin-top:10px; }
  .row-fluid .platform-section .button-style2 span.hs-cta-node { float:none; display:inline-block; }
  .row-fluid .platform-section .button-style2 a { min-width:280px; text-align:center; }
  
  .row-fluid .article-leftbox { padding-right:0; }
  .row-fluid .article-leftbox br { display:none; }
  
  /* Advisory Page */
  .row-fluid .timber-projectsection { padding:70px 0; }
  .row-fluid .timber-project-title h2 { font-size:26px; line-height:32px; }
  .row-fluid .advice-col h6 { font-size:15px; line-height:22px; }
  
  .row-fluid .advice-servicebox { padding:70px 0 50px; }
  
  .row-fluid .service-adviceboxinner { padding-left:10px; } 
  .row-fluid .service-adviceboxinner h2 { font-size:26px; line-height:32px; } 
  .row-fluid .service-adviceboxinner .content-box h5 { margin-top:20px; font-size:21px; }
  
  .row-fluid .testimonial-section { padding:30px 0 100px; }
  
  .row-fluid .statement-section { margin-bottom:0; }
  .row-fluid .sidelogo { display:none; }
  
  /* Overview Page */
  .row-fluid .hero-section2:before { background:rgba(27,47,84,1) !important; }
  
  .row-fluid .price-productcontent { padding:30px 20px; }
  .row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a { letter-spacing:0; padding:12px 14px 12px; }
  .row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a:before { display:none; }
  
  .row-fluid .product-featureraw:before { top:-20px; width:100%; }
  .row-fluid .product-featurebox { padding:30px 0 0; text-align:center; }
  .row-fluid .feature-logoline { left:auto; right:0; top:-38px; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
  
  .row-fluid .product-featurecol { padding:40px 0; }
  .row-fluid .product-featuretextbox { width:60%; }
  .row-fluid .product-featureimg { width:40%; }
  .row-fluid .product-featuretitle h2 { font-size:24px; line-height:30px; }
  .row-fluid .product-featurebtn.button-style2 a, .row-fluid .product-featurebtn.button-style3 a { font-size:12px; min-width:170px; }  
  .row-fluid .product-featurebtn.button-style2 { padding-left:10px; }
  
  /* Leadership Page */
  .row-fluid .team-logostylesec.logo-stylesection .border-logostyle:before { left:0; width:calc(50% - 40px); } 
  .row-fluid .team-logostylesec.logo-stylesection .border-logostyle:after { right:0; width:calc(50% - 40px); } 
  
  .row-fluid .leadership-raw { padding-bottom:35px; }
  
  /* Bioenergy Page */
  .row-fluid .bioenergy-introsection { padding:70px 0; }
  .row-fluid .bioenergy-ctastrip-section { margin-top:20px; }
  .row-fluid .bioenergy-ctastrip-section h2 { font-size:22px; }
  
  .row-fluid .bio-advicesec.advice-section .hs_cos_wrapper_type_header h2 { font-size:28px; } 
  
  .row-fluid .bio-energylogostyle-sec .border-logostyle:before { left:0; width:calc(50% - 40px); }
  .row-fluid .bio-energylogostyle-sec .border-logostyle:after { right:0; width:calc(50% - 40px); }
  
  /* Analytics Page */
  .row-fluid .hero-section3 .hero-bgimg { height:250px; }
  .row-fluid .hero-section3 .hero-rightbox { width:calc(50% + 106px); }
  .row-fluid .hero-section3 .hero-rightbox { padding:25px 30px; }
  .row-fluid .hero-section3 .hero-rightbox h1 { font-size:38px; line-height:48px; }
  
  .row-fluid .forecast-section { padding-top:15px; }
  .row-fluid .forecast-leftbox { width:50%; }
  .row-fluid .forecast-leftbox h2 { font-size:24px; line-height:32px; }
  .row-fluid .forecast-rightbox { width:50%; min-height:300px; }
  .row-fluid .forecast-graph1 img { left:0; max-width:220px; }
  .row-fluid .forecast-graph2 img { right:-10px; max-width:235px; }
  .row-fluid .forecast-graph3 img { max-width:235px; }
  
  .row-fluid .we-supportsection { padding-bottom:30px; }
  .row-fluid .we-support-subtitle { padding-bottom:20px; }
  .row-fluid .we-support-textbox h5 { font-size:17px; line-height:22px; }
  .row-fluid .we-support-textbox h5 + p { padding:0 0 15px; }
  .row-fluid .we-supportcol { padding:50px 0; }
  .row-fluid .long-terminner { padding:20px 20px; font-size:13px; line-height:20px; }
  
  /* Landing Page */
  .row-fluid .landing-contentbox { padding-left:20px; }
  .row-fluid .form-maintitle h1 { font-size:25px; line-height:35px; padding:30px 0 25px; }
  .row-fluid .ebook-left { width:100%; text-align:center; }
  .row-fluid .ebook-right { width:100%; padding:18px 0 0; text-align:center; }
  .row-fluid .form-title { margin:15px 0; text-align:center; }
  
  /* Silva Stat Page */
  .row-fluid .hero-section4:before { background:rgba(27,47,84,0.8); }
  
  .row-fluid .ondemand-leftbox h2 { font-size:26px; line-height:36px; }
  .row-fluid .on-demandsection .wrapper { padding-bottom:60px; }
  
  .row-fluid .interactive-section { padding:60px 0 40px; }
  .row-fluid .interactive-leftinner .hs_cos_wrapper_type_header h2 { font-size:26px; line-height:32px; } 
  .row-fluid .inter-tableft { width:100%; padding:0; }
  .row-fluid .inter-tabright { width:100%; padding-bottom:50px; }
  
  .row-fluid .silva-testimonialsec { padding-bottom:0; }
  
  /* Pricing Page */
  .row-fluid .wood-pricesection .wood-img img { display:none; }
  
  .row-fluid .price-platformsec { padding:50px 0 0; }
  .row-fluid .bioenergy-ctastrip-section { position:relative; }
  .row-fluid .price-globalimg img { max-width:140px; }
  .row-fluid .border-logostyle:before { left:0; width:calc(50% - 40px); }
  .row-fluid .border-logostyle:after { right:0; width:calc(50% - 40px); }
  
  .row-fluid .platform-slidercol .image-slidertitle { font-size:14px; line-height:24px; }
  
  /* Blog Page */
  .row-fluid .blog-subscriebox h3.form-title { display:none; }
  .row-fluid .blog-subscriebox h3.form-title + div { width:74%; }
  .row-fluid .post-itemtextbox { padding:25px 10px; }
  .row-fluid .first-twoblogsec .date-topicbox .date { float:left; width:100%; }
  .row-fluid .first-twoblogsec .date-topicbox .topic { float:left; width:100%; margin:5px 0 0; padding:0; }
  .row-fluid .post-itemtextbox .link-style:before { display:none; }
  .row-fluid .post-itemtextbox .link-style { padding-left:0; }
  
  /* Blog Inner */
  .row-fluid .blog-innterhero-right:before { height:170px; left:-20px; }
  
  /* Newsletter Page */
  .row-fluid .tabinnerbox { padding:30px 20px 70px; font-size:13px; line-height:22px; }
  .row-fluid .tabinnerbox h2 { font-size:18px; line-height:24px; }
  .row-fluid .tabinnerbox h2 br { display:none; }
  .row-fluid .main-tabcol:hover, .row-fluid .main-tabcol.active .tabinnerbox { box-shadow:6px 0px 10px rgba(0,0,0,0.8); }
  
  .row-fluid .product-tabmainsec { padding:40px 0; }
  .row-fluid .product-tableft h2 { font-size:25px; line-height:34px; }
  .row-fluid .product-tableft .blue-font { font-size:18px; line-height:22px; }
  .row-fluid .calender-wrap ul li a { padding:20px 8px; font-size:13px; }
  
  /* Footer */
  .row-fluid .footer-leftbox, .row-fluid .footer-rightbox { width:100%; height:auto !important; }
  .row-fluid .footer-menu { margin:25px 0 20px; }
  .row-fluid .footer-leftinner { padding:30px 20px 35px; }
  .row-fluid .footer-social { width:50%; border:0; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; }
  .row-fluid .footer-social ul li { float:none; display:inline-block; vertical-align:top; margin:0 5px; width:auto; }
  .row-fluid .footer-rightinner { padding:30px 20px; text-align:center; }
  .row-fluid .footer-rightinner .span9 { width:50%; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; }
  .row-fluid .footer-address p { padding-bottom:12px; }
  .row-fluid .footer-social ul { margin:10px 0 0; } 
  
}

@media (min-width: 1201px){
  .row-fluid .hero-section { background-image:none !important; }
}

@media (min-width: 768px){
  .row-fluid .top-right .top-linkbox ul li:last-child { display:none; }
  
  .row-fluid .top { position: relative; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
  .row-fluid .top.sticky-up { position:fixed; top:-100%; left: 0; width: 100%; background: #fff; float: left; z-index: 15; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
  .row-fluid .top.sticky-up.sticky-down { top:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
  
  .row-fluid .megamenu-col a.cta_button { display:none; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover .megamenu-col a.cta_button { display:inline-block; }
  
  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#BCD631; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#BCD631; } 
     
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:200px; padding:0; margin: 0px; background:#fff;  position: absolute;  top:100%;  left:0px;  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; position:relative; -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;; margin-top:-3px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; position:relative; border-bottom:1px solid ; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a { padding:9px 12px; line-height:22px; font-size:14px; font-weight:500; width:100%; position:relative; z-index:2; letter-spacing:1px; color:#1B2F54; white-space:normal; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:; text-indent:3px;  }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:after { content:''; width:3px; height:100%; position:absolute; top:0; left:0; background-color:; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; opacity:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover:after { opacity:1; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; }  
  
  /* Newsletter Page */
  .row-fluid .main-tabcol { background-image:none !important; }
  .row-fluid .mobile-tabtitle { display:none; }
  
  /* Pricing Page */
  .row-fluid .hero-section3.price-herosection { position: relative; }
  .row-fluid .hero-section3.price-herosection .hero-bgimg { position: absolute; top: 0; height:320px; left: 0; }
  .row-fluid .hero-section3.price-herosection .hero-rightbox { float: right; margin-top:131px; }
  .row-fluid .hero-section3.price-herosection .hero-rightbox .blue-font { height:auto; } 
  
  /* Footer */
  .row-fluid .footer-social { padding-right:15px; }

}

@media (min-width: 30px) and (max-width: 767px){
    
  h1 { font-size:30px; line-height:36px; }
  h2 { font-size:25px; line-height:32px; }
  h3 { font-size:24px; line-height:34px; }
  h4 { font-size:24px; line-height:28px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:20px; line-height:26px; }

  body { font-size:14px; line-height:23px; }
  .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
  
  .row-fluid .button-style a, .row-fluid a.button-style, .row-fluid .button-style2 a, .row-fluid a.button-style2, .row-fluid .button-style3 a, .row-fluid a.button-style3 { font-size:13px; line-height:15px; }
  .row-fluid .button-style span.hs-cta-node:after, .row-fluid .button-style2 span.hs-cta-node:after { top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
  
  .row-fluid .fl2, .row-fluid .fl3, .row-fluid .fl4, .row-fluid .fl5 { width:100%; }
  body.bluebar .body-container-wrapper:before { top:550px; }
    
  /* Mobile Header Start */
  .row-fluid .top { padding:15px 0; }
  .row-fluid .top .wrapper { padding:0 10px; }
  .row-fluid .topheader-box > div > div { display:block; float:left; width:100%; }
  .row-fluid .top-left { padding:0; }
  .row-fluid .mainmenu { top:0; padding:0; }
  .row-fluid .top-call, .row-fluid .site-searchbox { display:none; }
  .row-fluid .top-right { float:left; width:100%; padding:0; margin:0; border:0; }
  .row-fluid .top-right .top-linkbox ul li:last-child a { padding-right:10px; padding-left:13px; }
  .row-fluid .top-right .top-linkbox ul li:last-child a:before { display:none; }
  .row-fluid .top-right .top-linkbox ul li:last-child a:after { position:absolute; content:""; height:7px; width:8px; right:-3px; top:5px; background:url(https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/link-arrow.png) no-repeat center center; }
  .row-fluid .top-right .top-linkbox ul li:nth-child(2) { margin-left:13px; }
  .row-fluid .top-right .top-linkbox ul li a { font-size:12px; }
  .row-fluid .top-right .top-righttwo { margin-top:0; }
  
  .row-fluid .top-right .top-linkbox ul li > ul { padding-top:15px; }
  .row-fluid .top-right .top-linkbox ul li > ul > li > a { font-size:12px; padding:9px 10px; }
  
  .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { position:fixed; top:0; left:100%; width:100%; height:100%; background-image:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/mobile-menubg.jpg'); background-size:cover !important; background-repeat:no-repeat; background-position:center center; padding:100px 0 20px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; display:block; }
  body.mobile-open, html.html-hidden { overflow:hidden; }
  body.mobile-open .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { left:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
  body.mobile-open a.mobile-trigger i { display:none; }
  body.mobile-open a.mobile-trigger:before { position:fixed; right:15px; top:15px; content:""; height:22px; width:22px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/menu-close.png') no-repeat center center; }
  .row-fluid .menuHeight { height:500px; }
  .row-fluid .mainmenu ul.menubox { float:left; width:100%; padding-bottom:50px; }
  .row-fluid .mainmenu ul.menubox > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper .menuHeight > ul.menubox > li > a:visited { font-size:19px; line-height:26px; font-family:'Evolventa-Bold'; padding:15px 100px 8px 15px; color:#fff; text-align:right; letter-spacing:0.2px; }
  .row-fluid .mainmenu ul.menubox li.hs-item-has-children a:after { display:none; }
  .row-fluid .mainmenu ul.menubox > li:first-child, .row-fluid .mainmenu ul.menubox > li { position:relative; }
  .row-fluid .mainmenu ul.menubox > li { padding:0; }
  .row-fluid .mainmenu span.child-triggerm:before { position:absolute; content:""; height:5px; width:6px; left:50%; top:50%; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/submenu-arrow.png') no-repeat center center; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
  .row-fluid .menu-logo { position:fixed; top:20px; left:40px; height:50px; width:50px; display:none; }
  body.mobile-open .row-fluid .menu-logo { display:block; }
  .row-fluid .mainmenu .mCSB_inside > .mCSB_container { margin-right:0 }
  .row-fluid .mainmenu .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .row-fluid .mainmenu .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:transparent; }
  .row-fluid .mainmenu .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .row-fluid .mainmenu .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { background:transparent; }
  .row-fluid .mainmenu .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .row-fluid .mainmenu .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .row-fluid .mainmenu .mCustomScrollBox:hover > .mCSB_scrollTools, .row-fluid .mainmenu .mCustomScrollBox:hover ~ .mCSB_scrollTools, .row-fluid .mainmenu .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .row-fluid .mainmenu .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools { opacity:0; }   
  .row-fluid .mainmenu span.child-triggerm.child-open:before { -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; margin-top:-1px; }
  .row-fluid .mainmenu ul.menubox > li:first-child > ul > li { display:none; }
  
  .row-fluid .megamenu-section { background-image:none !important; padding:0; text-align:right; font-size:11px; }
  .row-fluid .megamenu-section:before { display:none; }
  .row-fluid .megamenu-col { width:100%; padding:15px 0; border:0; text-align:right; position:relative; border-bottom:1px solid rgba(255,255,255,0.6); }
  .row-fluid .megamenu-col.megamenu-col1 { padding-top:0; }
  .row-fluid .megamenu-col.megamenu-col3 { border:0; padding-bottom:0; }
  .row-fluid .megamenu-col ul { display:none; }
  .row-fluid .megamenu-col .sameheight { height:auto !important; }
  .row-fluid .megamenu-col a.cta_button { text-align:right; color:#BCD631; }
  .row-fluid .megamenu-col a.cta_button:after { display:block !important; position:absolute; content:"" !important; height:7px; width:8px; top:2px !important; right:0; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/greenlink-arrow.png') no-repeat center center; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; } 
  .row-fluid .megamenu-section h4 { font-size:15px; line-height:19px; margin-bottom:4px; }
  
  .row-fluid .mainmenu ul.menubox > li > ul { background:rgba(255,255,255,0.3); padding:0; text-align:right; font-size:11px; padding:25px 100px 25px 15px; }
  .row-fluid .mainmenu ul.menubox > li > ul > li { float:left; width:100%; }
  .row-fluid .mainmenu ul.menubox > li > ul > li > a { float:left; width:100%; font-size:16px; line-height:22px; font-family:'Evolventa-Bold'; border-bottom:1px solid rgba(255,255,255,0.6); text-align:right; padding:10px 5px; letter-spacing:1px; }
  .row-fluid .mainmenu ul.menubox > li > ul > li:first-child > a { padding-top:0; }
  .row-fluid .mainmenu ul.menubox > li > ul > li:last-child > a { padding-bottom:0; border:0; }
  
  .row-fluid .menu-loginlink { padding-bottom:15px; }  
  .row-fluid .menu-loginlink a { font-size:14px; line-height:18px; font-family:'Evolventa-Bold'; color:#fff; letter-spacing:1px; }
  .row-fluid .menu-loginlink a span { padding-left:10px; float:none; display:inline-block; vertical-align:middle; width:auto; } 
  .row-fluid .menu-loginlink a img { max-width:14px; float:none; display:inline-block; vertical-align:middle; width:auto; }
  
  .row-fluid .top-cta { padding:0 0 30px; text-align:center; float:left; width:100%; }  
  .row-fluid .top-cta span.hs-cta-node { float:none; display:inline-block; vertical-align:top; width:auto; position:relative; }
  .row-fluid .top-cta span.hs-cta-node:after { content:""; height:14px; width:15px; position:absolute; right:14px; top:14px; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/btnicon.png') no-repeat center center; background-size:10px 10px; }
  .row-fluid .top-cta a { float:none; display:inline-block; vertical-align:top; min-width:200px; text-align:center; padding:12px 50px 12px 26px; color:#fff; font-size:14px; line-height:18px; font-weight:700; letter-spacing:.7px; text-transform:capitalize; position:relative; border-radius:28px; box-shadow:3px 5px 14px rgba(0,0,0,0.4); background:rgb(37,71,45); background:rgb(27,47,84); background: -moz-linear-gradient(left,  rgba(27,47,84,1) 4%, rgba(57,125,154,1) 100%); background: -webkit-linear-gradient(left,  rgba(27,47,84,1) 4%,rgba(57,125,154,1) 100%); background: linear-gradient(to right,  rgba(27,47,84,1) 4%,rgba(57,125,154,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2f54', endColorstr='#397d9a',GradientType=1 ); }
  .row-fluid .top-cta a:hover { box-shadow:none; background:rgb(58,126,154); background:-moz-linear-gradient(left,  rgba(58,126,154,1) 5%, rgba(27,47,84,1) 100%); background:-webkit-linear-gradient(left,  rgba(58,126,154,1) 5%,rgba(27,47,84,1) 100%); background: linear-gradient(to right,  rgba(58,126,154,1) 5%,rgba(27,47,84,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7e9a', endColorstr='#1b2f54',GradientType=1 ); }
  .row-fluid .top-cta a:after { position:absolute; content:""; height:100%; width:40px; right:0; top:0; background:#5990AD; border-radius:0 28px 28px 0; left:auto; }
  /* Mobile Header End */
  
  .row-fluid .video-bg { display:none; }
  .row-fluid .hero-section { padding:20px 0 98px; overflow:visible; }
  .row-fluid .hero-section:before { position:absolute; content:""; height:155px; width:165px; bottom:0; left:20px; top:auto; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/global.png') no-repeat center center; z-index:1; }
  .row-fluid .hero-section:after { position:absolute; content:""; left:0; bottom:0; width:0; height:0; border-style:solid; border-width:110px 0 0 150px; border-color:transparent transparent transparent #fff; }
  .row-fluid .hero-section .logo { text-align:center; }
	.row-fluid .hero-section .earthimg { display:none; }
  .row-fluid .hero-caption { padding:50px 0; text-align:right; max-width:100%; }
  .row-fluid .hero-caption .hero-title h1 { font-size:32px; line-height:39px; }
  .row-fluid .hero-caption .hero-content { display:none; } 
  .row-fluid .hero-caption .hero-subtitle { font-size:16px; line-height;24px; margin-bottom:10px; }
  .row-fluid .hero-section .herocta.button-style2 { padding:20px 0 0; }
  .row-fluid .hero-section .herocta { width:100%; }
  .row-fluid .hero-section .button-style span.hs-cta-node, .row-fluid .hero-section .button-style2 span.hs-cta-node { float:right; }
  
  .row-fluid .section-logo { display:none; }
  .row-fluid .service-section { padding:50px 0; margin-bottom:0; margin-top:0; font-size:14px; line-height:20px; } 
  .row-fluid .service-section .section-titlebox { padding:0 20px; } 
  .row-fluid .service-section.text-center { text-align:left; } 
  .row-fluid .service-section .wrapper { padding:0; }
  .row-fluid .blue-font { font-size:16px; line-height:24px; }
  .row-fluid .section-richcontent { margin:10px 0 35px; }
  .row-fluid .service-col { padding:0 0 10px; }
  .row-fluid .secvice-colcontent { display:none; }
  .row-fluid .service-colinner { padding:50px 15px 40px 30px; }
  .row-fluid .service-icon { vertical-align:middle; }
  .row-fluid .service-textbox.fl100 { float:none; display:inline-block; vertical-align:middle; width:calc(100% - 40px); padding-left:25px; } 
  .row-fluid .service-colinner h3 { margin:0 0 10px; } 
  .row-fluid .service-section .button-style2 { text-align:center; }
  .row-fluid .service-section .button-style2 span.hs-cta-node:after { top:17px; }
  
  .row-fluid .we-knowsection { padding:0px 0 0; background:#fff; position:relative; background-position:top left !important; }
  .row-fluid .we-knowintro-section { text-align:right; max-width:100%; padding-bottom:60px; padding-left:100px; }
  .row-fluid .we-historybox { width:100%; margin:0 0 15px; height:auto !important; }
  .row-fluid .we-historybox3 { margin:0; }
  .row-fluid .we-historyinner { padding:15px 15px; font-size:14px; line-height:20px; }
  .row-fluid .we-historyinner h3 { font-size:22px; line-height:30px; }
  .row-fluid .weknow-ctasection .button-style3.weknow-cta1 { margin-bottom:20px; }
  .row-fluid .weknow-ctasection .button-style3 { width:100%; }
  
  .row-fluid .logoborder { display:none; }
  .row-fluid .platform-section { padding:80px 0 50px; }
  .row-fluid .platform-contentbox { padding-top:25px; float:left; width:100%; padding-right:20px; }
  .row-fluid .platform-contentbox > div > div { display:block; float:left }
  .row-fluid .platform-titlebox { padding-top:30px; }
  .row-fluid .platform-section .slick-list { padding-right:0; }
  .row-fluid .platform-slidercol { padding:30px 0; }
/*   .row-fluid .platform-section .slick-current.slick-active .platform-slidercol { padding:30px 0; } */
  .row-fluid .platform-section .slick-arrow { right:0; }
  .row-fluid .platform-section .button-style2 { text-align:center; float:left; width:100%; margin-top:10px; }
  .row-fluid .platform-section .button-style2 span.hs-cta-node { float:none; display:inline-block; }
  .row-fluid .platform-section .button-style2 a { min-width:280px; text-align:center; }
  .row-fluid .platform-titlebox > div { padding-left:10px; }
  .row-fluid .platform-contentbox .million-textbox { padding-left:10px; }
  
  .row-fluid .article-section { padding:30px 0 0; }
  .row-fluid .article-leftbox { padding-right:0; padding-bottom:40px; }
  .row-fluid .article-leftbox br { display:none; }
  .row-fluid .article-leftbox .left-richtext { padding-right:0; }
  .row-fluid .article-leftbox .button-style2 { display:none; }
  
  .row-fluid .expert-section { position:relative; z-index:2; }
  .row-fluid .expert-section .button-style2 span.hs-cta-node:after { top:17px; }
  
  /* Advisory Page */
  body.innerpages .logo { text-align:center; padding-bottom:20px; padding-top:5px; }
  body.innerpages .logo img { max-width:100px; }
  
  .row-fluid .inner-herosection-one { box-shadow:0px 5px 5px rgba(0,0,0,0.1), 0px -3px 5px rgba(0,0,0,0.1); padding:70px 0; }
  .row-fluid .inner-herosection-one:before { background-size:100% 100% !important; }
  .row-fluid .inner-herosection-one h1 { font-size:30px; line-height:36px; } 
  
  .row-fluid .timber-projectsection { padding:50px 0; }
  .row-fluid .timber-projectsection br { display:none; }    
  .row-fluid .timber-projectsection .wrapper { padding:0; }
  .row-fluid .timber-projectsection:before { display:none; }
  .row-fluid .timber-projectleft { padding-right:0; }
  .row-fluid .timber-project-content, .row-fluid .timber-project-title { padding:0 20px; }
  .row-fluid .timber-projectright { margin:30px 0; }
  .row-fluid .timber-projectleft img { width:100% !important; }
  .row-fluid .timber-projectsection .button-style2 { padding:0 20px; margin-top:15px; }
  .row-fluid .timber-projectsection .button-style2 span.hs-cta-node:after { top:17px; }
   
  .row-fluid .advice-section { overflow:hidden; }
  .row-fluid .advice-section:after { height:300px; top:-67px; }
  .row-fluid .advice-section .text-center { text-align:left; }
  .row-fluid .green-font { font-size:16px; line-height:26px; }
  .row-fluid .advice-col { padding:0 0 40px; }
  .row-fluid .advice-col:last-child { padding:0; }
  
  .row-fluid .advice-servicesection .wrapper { padding:0; }
  .row-fluid .advice-servicebox { padding:50px 20px 10px; }
  .row-fluid .service-adviceboxinner { padding:0; } 
  .row-fluid .service-adviceboxinner .content-box h5 { margin-top:20px; font-size:20px; line-height:28px; }
  .row-fluid .service-advicerightbox { height:auto !iimportant; }
  .row-fluid .service-adbviceimg { height:250px !important; margin-top:50px; }
  .row-fluid .advice-servicesection .button-style2 span.hs-cta-node:after { top:17px; }
  
  .row-fluid .testimonial-section { padding:40px 0 70px; }
  .row-fluid .testimonial-raw .quote h5 { font-size:17px; line-height:27px; }
  .row-fluid .testimonial-raw .quote:before { left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
  .row-fluid .testimonial-raw .name span { padding:0 20px; }
  
  .row-fluid .statement-section { padding:30px 0; margin-bottom:20px; }
  .row-fluid .statement-leftbox { text-align:left; padding:0 0 30px; }
  
  /* Overview Page */
  body.innerpages .logo { text-align:center; padding-bottom:20px; padding-top:5px; }
  body.innerpages .logo img { max-width:100px; }
  
  .row-fluid .hero-section2 { overflow:hidden; padding:80px 0 200px; }
  .row-fluid .hero-section2 .hero-title h1 { font-size:34px; line-height:42px; }
  
  .row-fluid .price-productsection .left-space { padding-left:0 !important; }  
  .row-fluid .product-featuresection:before, .row-fluid .product-featuresection:after { display:none; }
  .row-fluid .price-productcontent { padding:20px 20px; }
  .row-fluid .price-productbox h4 { font-size:20px; line-height:26px; } 
  .row-fluid .price-productmenu { float:left; width:100%; padding:15px 0; }
  .row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a { padding:5px 14px; }
  .row-fluid .price-productmenu .hs-menu-wrapper > ul > li > a:before { display:none; }
  
  .row-fluid .product-featureraw:before { left:-16px; top:-20px; width:83%; }
  .row-fluid .product-featurebox { padding:30px 0 0; text-align:center; }
  .row-fluid .feature-logoline { left:auto; right:0; top:-38px; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
  
  .row-fluid .product-featuresection { padding-bottom:30px; }
  .row-fluid .product-featurecol { padding:30px 0; }
  .row-fluid .product-featuretextbox { width:100%; padding:0 0 40px !important; }
  .row-fluid .product-featureimg { width:100%; height:470px; }
  .row-fluid .product-featurebtn { width:100%; text-align:center; }
  .row-fluid .product-featuretitle h2 { font-size:25px; line-height:30px; } 
  .row-fluid .button-style3 span.hs-cta-node { float:none; display:inline-block; }
  .row-fluid .product-featurebtn.button-style2 { padding:10px 0 0; }
  .row-fluid .product-featurebtn.button-style2 span.hs-cta-node:after { top:17px; }
  .row-fluid .product-featurecontent h5 { font-size:18px; line-height:24px; }
  
  /* Leadership Page */
  .row-fluid .leadrship-introsection { padding:40px 0 20px; }
  
  .row-fluid .team-logostylesec.logo-stylesection { display:block; }  
  .row-fluid .team-logostylesec.logo-stylesection .border-logostyle:before { left:0; width:calc(50% - 40px); } 
  .row-fluid .team-logostylesec.logo-stylesection .border-logostyle:after { right:0; width:calc(50% - 40px); } 
  
  .row-fluid .logo-stylesection { display:none; }
  
  .row-fluid .leadership-raw_wrap { text-align:center; }
  .row-fluid .leadership-raw { text-align:left; padding-bottom:35px; }
  .row-fluid .leadership-raw_title h3 { font-size:25px; line-height:32px; text-align:center; }
  .row-fluid .leadership-col_wrap.fl100 { float:left; width:100%; margin:0; }
  .row-fluid .leadership-raw .wrap-div { text-align:center; }
  .row-fluid .leadership-col.fl3 { float:none; display:inline-block; vertical-align:top; width:250px; max-width:100%; padding-bottom:0; }
  .row-fluid .leadership-img { height:210px; }
  .row-fluid .leadership-detailbox { padding-top:12px; text-align:left; } 
  .row-fluid .leadership-bio { padding:30px 0; }
  .row-fluid .leadership-bioinner { position:relative; padding-bottom:40px; }
  .row-fluid .close-bio { top:auto; right:auto; bottom:8px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
  .row-fluid .close-arrow { position:absolute; top:5px; right:15px; width:auto; cursor:pointer; }
  
  /* Bioenergy Page */
  .row-fluid .bioenergy-introsection { padding:50px 0; }
  .row-fluid .bioenergy-titlesection { padding-bottom:20px; }
  .row-fluid .bioenergy-image { margin-top:25px; text-align:center; }
  
  .row-fluid .bioenergy-ctastrip-section { margin-top:20px; }
  .row-fluid .bioenergy-ctastrip-section h2 { font-size:17px; line-height:24px; }
  
  /* Analytics Page */
  body.blueyellowbar .body-container-wrapper:after { height:20%; bottom:650px; }  
  
  .row-fluid .hero-section3 { padding-bottom:0; }
  .row-fluid .hero-section3 .hero-bgimg { float:left; width:100%; height:200px; }
  .row-fluid .hero-rightbox3 { margin:0; width:100%; text-align:center; padding:20px 20px 0; }
  .row-fluid .hero-rightbox3 .blue-font { float:none; display:inline-block; vertical-align:top; width:250px; max-width:100%; padding:15px 15px; background:rgba(255,255,255,0.95); margin-bottom:-40px; }
  body.analytics-bodypage .row-fluid .hero-rightbox3 .blue-font { width:100%; }
  .row-fluid .hero-rightbox3 .title-triangle:before { display:none; }
  .row-fluid .hero-rightbox3 .title-triangle span.hs_cos_wrapper_type_text { position:relative; width:auto; }
  .row-fluid .hero-rightbox3 .title-triangle span.hs_cos_wrapper_type_text:before { position:absolute; content:""; height:10px; width:10px; left:-15px; top:0px; background:url(https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/title-triangle.png) no-repeat center center; background-size:cover !important; }
  
  .row-fluid .forecast-section { padding:40px 0 0; } 
  .row-fluid .forecast-leftbox { width:100%; padding-bottom:25px; }
  .row-fluid .forecast-rightbox { width:100%; min-height:300px; max-width:300px; float:none; display:inline-block; }
  .row-fluid .forecast-leftbox { padding-right:0; }
  .row-fluid .forecast-section .button-style2 { float:left; width:100%; text-align:center; }
  .row-fluid .forecast-section .button-style2 span.hs-cta-node { float:none; display:inline-block; vertical-align:top; }
  .row-fluid .forecast-graph1 img { left:0; max-width:220px; }
  .row-fluid .forecast-graph2 img { right:-10px; max-width:235px; }
  .row-fluid .forecast-graph3 img { max-width:235px; }
  
  .row-fluid .we-supportsection { padding-bottom:30px; }
  .row-fluid .we-supportsection:after { width:300px; background-size:300px auto; }
  .row-fluid .we-supporttitlesection { text-align:left; }
  .row-fluid .we-supporttitlesection .blue-font { font-size:16px; line-height:24px; }
  .row-fluid .we-supportcol .we-support-textbox { padding:0 0 30px !important; width:100%; }
  .row-fluid .we-supportimgbox { height:auto !important; width:100%; text-align:center; }
  .row-fluid .we-supportimg { height:325px; float:none; display:inline-block; vertical-align:top; width:255px; max-width:100%; }
  .row-fluid .we-support-textbox { position:relative; }
  .row-fluid .we-support-textbox:before { position:absolute; content:""; height:68px; width:40px; left:-20px; top:-37px; background:#BCD631; z-index:-1; }
  .row-fluid .we-support-textbox h2 { font-size:22px; line-height:28px; }
  .row-fluid .we-support-subtitle { padding-bottom:20px; } 
  .row-fluid .we-support-textbox h5 { font-size:17px; line-height:22px; }
  .row-fluid .we-support-textbox .button-style a { min-width:240px; } 
  .row-fluid .we-support-textbox .button-style span.hs-cta-node:after { top:17px; }
  .row-fluid .we-supportimg:after { display:none; }
  .row-fluid .we-supportcol { padding:40px 0; }
  .row-fluid .we-supportcol:nth-child(even) .we-support-textbox:before { left:auto; right:-20px; }
  
  .row-fluid .long-termsection .blue-font { font-size:16px; line-height:22px; }
  .row-fluid .long-termsection .wrapper { padding:0; }
  .row-fluid .long-termintrosec { padding:0 20px 20px; }
  .row-fluid .long-termcol { padding:0 0 10px; width:100%; max-width:100%; float:right; }
  .row-fluid .long-termcolinner { height:auto !important; }
  .row-fluid .long-termsection .button-style2 { padding:0 20px; }
  .row-fluid .long-termwrap { margin-bottom:30px; padding-left:20px; } 
  
  /* Landing Page */
  .row-fluid .landing-section { padding:0; }
  .row-fluid .landing-section .wrapper { padding:0; }
  .row-fluid .landing-section:before { display:none; }
  .row-fluid .landing-img { height:auto !important; }
  .row-fluid .landing-logo { padding:20px 20px 35px;  }  
  .row-fluid .form-maintitle h1 { color:#fff; font-size:30px; line-height:40px; padding:150px 20px; }
  
  .row-fluid .landing-contentbox { height:auto !important; padding:40px 20px; }
  .row-fluid .ebook-right { padding:0 0 20px; width:100%; }
  .row-fluid .ebook-left { width:100%; text-align:center; }
  .row-fluid .landing-contentbox .form-title { text-align:center; }
  
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding-bottom:17px; }
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding-left:0 !important; padding-right:0 !important; width:100% !important; padding-bottom:17px; }
  .hs-form .hs-form-field { padding-bottom:17px; }
  .row-fluid .landing-form input[type="text"], .row-fluid .landing-form input[type="email"], .row-fluid .landing-form input[type="tel"], .row-fluid .landing-form select, .row-fluid .landing-form textarea { box-shadow:0px 1px 5px rgba(0,0,0,0.1); }
  .row-fluid .landing-form .actions { min-width:260px; }
  
  .row-fluid .landing-footersection { padding:50px 0; }
  .row-fluid .landing-footerlink .hs-menu-wrapper > ul > li { width:auto; }
  .row-fluid .landing-footerlink .hs-menu-wrapper > ul > li > a { padding:0 5px; font-size:10px; }
  
  /* Silva Stat Page */
  .row-fluid .hero-section4 { padding:70px 0 120px; }
  .row-fluid .hero-section4:before { background:rgba(27,47,84,0.8); }
  
  .row-fluid .hero-logo { top:-70px; right:auto; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
  .row-fluid .on-demandsection .wrapper { padding:150px 15px 50px; }
  .row-fluid .ondemand-leftbox h2 { font-size:25px; line-height:35px; }
  .row-fluid .on-demandsection .button-style2 span.hs-cta-node:after { top:16px; }
  .row-fluid .ondemand-rightbox { margin-top:50px; }
  
  .row-fluid .interactive-section { padding:40px 0; }
  .row-fluid .interactive-leftinner { padding-left:10px; padding-right:20px; }
  .row-fluid .interactive-leftinner h2 { font-size:24px; }
  .row-fluid .interactive-tabcontent-wrap { padding:0 20px; }
  .row-fluid .inter-tableft { width:100%; padding:0; }
  .row-fluid .interactive-tabtitlebox { position:relative; }
  .row-fluid .interactive-tabtitlebox span.mobile-select { padding:15px 15px; border:2px solid #BCD631; font-weight:700; letter-spacing:0.5px; float:left; width:100%; position:relative; cursor:pointer; }
  .row-fluid .interactive-tabtitlebox span.mobile-select:after { position:absolute; content:"\f078"; font-family:FontAwesome; right:15px; top:15px; }
  .row-fluid .interactive-tabtitlebox ul { position:absolute; left:0; top:100%; box-shadow:0px 0px 10px rgba(0,0,0,0.2); background:#fff; display:none; }
  .row-fluid .interactive-tabtitlebox ul li a:after { display:none; }
  .row-fluid .interactive-tabtitlebox ul li a { border-bottom:2px solid #BCD631; padding:15px 10px; font-size:14px; }
  
  .row-fluid .inter-tabright { width:100%; padding-bottom:20px; }
  .row-fluid .interactive-tabwrap { padding-top:35px; }
  .row-fluid .inter-tableft h5 { font-size:20px; }
  .row-fluid .inter-cta { width:100%; padding-top:20px; }
  
  .row-fluid .inter-videobox iframe { height:auto !important; }
  
  .row-fluid .expert-section.silvaexpert-section { padding-top:10px; }
  
  /* Pricing Page */
/*   body.price-bodypage .body-container-wrapper:before { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/mobile-cut.png') no-repeat center center; opacity:0.10; top:700px; } */
  
  .row-fluid .pricing-herorightbox.hero-rightbox3 .blue-font { width:100%; }  
  
  .row-fluid .price-featuresec .wrapper { padding:0; }
  .row-fluid .price-forecast-title { padding:0 20px; }
  .row-fluid .price-featuresec .forecast-rightbox { max-width:100%; margin:20px 0; }
  .row-fluid .price-featuresec .forecast-rightbox img { width:100% !important; height:250px; object-fit:cover; }
  .row-fluid .price-forecast-richtext { padding:0 20px; }
  .row-fluid .price-featuresec.forecast-section .button-style2 { padding:0 20px; margin-top:0; }
  .row-fluid .forecast-section .button-style2 span.hs-cta-node:after { top:17px; }
  .row-fluid .forecast-section .button-style2 a { min-width:220px; }
  
  .row-fluid .wood-pricesection { padding:60px 0; text-align:right; }
  .row-fluid .wood-pricesection .text-center { text-align:right; }
  .row-fluid .wood-pricecol { border-bottom:1px solid #DBDDDE; padding-top:15px !important; padding-bottom:30px !important; }
  .row-fluid .wood-pricecol:last-child { padding-bottom:0 !important; border:0; }
  .row-fluid .wood-pricecol:nth-child(odd) { padding-right:0; }
  .row-fluid .wood-pricecol:nth-child(even) { padding-left:0; }
  .row-fluid .wood-pricesection .wood-img img { display:none; }
  .row-fluid .wood-pricewrap:before, .row-fluid .wood-pricewrap:after, .row-fluid .wood-pricewrap img.woodlogo { display:none; }
  .row-fluid .wood-pricecol .wood-pricetitle:before { left:auto; right:0; }
  .row-fluid .wood-pricewrap .wood-pricecol:nth-child(even) .logo-extraimg, .row-fluid .wood-pricecol:nth-child(even):after { display:none; }
  .row-fluid .wood-pricewrap.odd-last-child-active .wood-pricecol:last-child { text-align:right; }
  .row-fluid .wood-pricewrap.odd-last-child-active .wood-pricecol:last-child .wood-pricetitle:before { left:auto; right:0; transform:none; }
  
  .row-fluid .wood-pricecol { width:100%; text-align:right; }
  .row-fluid .wood-pricecol:nth-child(even):before { display:none; }
    
  .row-fluid .platform-section { padding:50px 0 0; }
  .row-fluid .price-platformsec .platform-contentbox { float:left; width:100%; padding-top:0; text-align:left; }
  .row-fluid .price-platformsec .platform-contentbox .million-textbox { padding-left:10px; padding-right:20px; }
  .row-fluid .price-platformsec.platform-section .slick-dots { text-align:center; padding:0; }
  .row-fluid .price-platformsec:before { display:none; }
  .row-fluid .price-platformsec.platform-section .slick-list { padding-right:0; }
  .row-fluid .price-platformsec.platform-section .slick-arrow { right:0; }
  .row-fluid .pricing-ctasec .wrapper { padding:0; }
  .row-fluid .platform-slidercol .image-slidertitle { padding:0 20px; font-size:16px; line-height:26px; }
  
  .row-fluid .global-pricingsection { text-align:left; padding:50px 0; }
  .row-fluid .global-pricingsection .button-style span.hs-cta-node:after { top:17px; }
  .row-fluid .price-globalimg img { max-width:130px; }
  
  .row-fluid .price-logostylesec.logo-stylesection { display:block; }
  .row-fluid .border-logostyle:before { left:0; width:calc(50% - 40px); }
  .row-fluid .border-logostyle:after { right:0; width:calc(50% - 40px); }
  
  /* Blog Page */
  .row-fluid .blog-herosection .wrapper { padding:0; }
  .row-fluid .blog-heroleft { width:50%; padding:50px 20px; position:absolute; top:0; left:0; }
  .row-fluid .blog-heroright { position:relative; height:300px; float:right; width:90%; }
  .row-fluid .blog-herologo img { display:none; }
  
  .row-fluid .topic-section { background-image:none !important; text-align:center; padding:0; }
  .row-fluid .topic-section:before { display:none; }
  .row-fluid .topic-section .wrapper { padding:0; } 
  .row-fluid .topic-filterbox { float:left; width:100%; padding:10px 0; margin-bottom:5px; background-color:#1B2F54; }
  .row-fluid .topic-filterbox .block { float:none; display:inline-block; vertical-align:top; text-align:left; }
  
  .row-fluid .blog-subscriebox { float:left; width:100%; background:#29ABE2; padding:10px 0; }
  .row-fluid .blog-subscriebox h3.form-title { width:100%; }
  .row-fluid .blog-subscriebox h3.form-title + div { width:100%; }
  .row-fluid .blog-subscriebox form { float:none; display:inline-block; vertical-align:top; margin-top:8px; }
  
  .row-fluid .blog-subscriebox form ::-webkit-input-placeholder { color:#fff !important; }
  .row-fluid .blog-subscriebox form ::-moz-placeholder { color:#fff !important; }
  .row-fluid .blog-subscriebox form :-ms-input-placeholder { color:#fff !important; }
  .row-fluid .blog-subscriebox form :-moz-placeholder { color:#fff !important; }
  
  .row-fluid .first-twoblogsec .wrapper { padding:0; } 
  .row-fluid .first-twoblogsec .post-col { padding:0 0 15px; }
  .row-fluid .first-twoblogsec .post-col:last-child { padding:0; }
  .row-fluid .first-twoblogsec .date-topicbox .date, .row-fluid .first-twoblogsec .date-topicbox .topic { float:left; width:100%; }
  .row-fluid .first-twoblogsec .date-topicbox .topic { margin-top:5px; padding:0; }
  .row-fluid .post-itemtextbox { padding:15px 15px; }
  .row-fluid .post-itemtextbox .post-title a { font-size:16px; line-height:20px; }
  .row-fluid .post-itemtextbox .post-title { margin:10px 0; }
  .row-fluid .post-itemtextbox .post_text { font-size:12px; line-height:18px; }
  .row-fluid .post-itemtextbox .link-style:before { display:none; }
  .row-fluid .post-itemtextbox .link-style { padding-left:0; }
  body.hs-blog-listing .row-fluid .blog-mainsec:before { display:none; }
  
  .row-fluid .post-boxitem { padding:0 0 30px; }
  .row-fluid .post-boxitem .post-itemimgbox img { height:auto; }
  
  .row-fluid .subscribe-left { text-align:left; }
  .row-fluid .subscribe-left br { display:none; }
  .row-fluid .subscribe-right { width:100%; margin-top:20px; }
  
  /* Blog Inner */
  .row-fluid .no-feature-hero .blog-innterhero-right { padding-top:100px; padding-left:20px !important; padding-right:20px !important; }
  .row-fluid .blog-innerheroimg { height:250px; width:100%; position:relative; box-shadow:none; background-size:cover; }
  .row-fluid .blog-innterhero-right { width:100%; padding:30px 20px 30px 10px; margin:0; }
  .row-fluid .blog-innterhero-right h1 { font-size:22px; line-height:30px; }
  .row-fluid .blog-innterhero-right:before { display:none; }
  
  body.hs-blog-post .row-fluid .blog-mainsec { padding-bottom:30px; } 
  .row-fluid .back-bloglink { top:15px; }
  .row-fluid .social-sharing a { line-height:27px; }
  
  /* Author Page */
  body.author-Page .row-fluid .blog-mainsec { padding-top:0; }
  .row-fluid .about-author-sec { text-align:center; }
  .row-fluid .about-author-sec .author_img { float:none; display:inline-block; vertical-align:top; }
  .row-fluid .about-author-sec .author_text { width:100%; padding:20px 0 0; text-align:center; }
  
  /* Newsletter Page */
  .row-fluid .main-tabsec { background-image:none !important; }
  .row-fluid .main-tabcol:hover, .row-fluid .main-tabcol.active .tabinnerbox { box-shadow:none; }
  .row-fluid .tabinnerbox { padding:50px 20px 100px; color:#fff; }
  .row-fluid .tabinnerbox h2 { font-size:22px; line-height:28px; color:#fff; }
  .row-fluid .tabinnerbox .sameheight { height:auto !important; }
  
  .row-fluid .product-tabmainsec { float:left; width:100%; padding:40px 0; }
  .row-fluid .product-tabsec { padding:0; }
  .row-fluid .product-tabraw { padding:90px 0 50px; position:relative; }
  .row-fluid .product-tableft { width:100%; padding:0 20px !important; }
  .row-fluid .product-innertablink { text-align:right; }  
  .row-fluid .product-tableft h2 { font-size:25px; line-height:32px; } 
  .row-fluid .product-tableft .blue-font { font-size:16px; line-height:22px; }
  .row-fluid .product-innertablink ul li a { border:0; position:relative; }
  .row-fluid .product-innertablink ul li a:after { display:none; }
  
  .row-fluid .product-tabright { width:100%; padding:0 20px !important; text-align:right; }
  .row-fluid .tabright-linkbox.link-style { display:none; }
  
  .row-fluid .calender-wrap { padding-top:30px; }
  .row-fluid .calender-box { padding-right:130px; margin-top:15px; }
  .row-fluid .calender-box > ul { margin:0; }
  .row-fluid .calender-box > ul > li { width:100%; border:0; margin:0; }
  .row-fluid .calender-box > ul > li > a { background:transparent !important; padding:0px 10px 10px 10px; color:#41632E; text-align:right; font-size:14px; line-height:20px; position:relative; padding-right:15px; }
  .row-fluid .calender-box > ul > li > a:after { position:absolute; content:""; height:7px; width:8px; right:6px; top:10px; left:auto; background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/news-linkarrow.png') no-repeat center center; display:block; }
  .row-fluid .product-innertablink > ul > li { position:relative; }
  .row-fluid .product-innertablink > ul > li > a { padding-right:130px; }
  .row-fluid .calender-wrap ul li a span  { height:auto !important; }
  .row-fluid .product-innertablink span.tab-trigger { height:19px; width:120px; background:#29ABE2; text-align:center; position:absolute; right:0; top:8px; z-index:-1; }
  .row-fluid .product-innertablink span.tab-trigger:after { position:absolute; content:""; height:5px; width:6px; left:50%; top:50%; background:url(https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/submenu-arrow.png) no-repeat center center; -webkit-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
  
  .row-fluid .product-tabraw a.acc-close { position:absolute; padding:15px 10px; background:#29ABE2; text-align:center; top:0; left:0; width:100%; float:left; display:flex; align-items:center; justify-content:center; }
  .row-fluid .product-tabraw a.acc-close img { max-width:54px; }
  
  .row-fluid .main-tabcol.active .tabinnerbox:after { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/open-arrownew.png') no-repeat center center; }
  
  .row-fluid .product-tabmainsec > span > div.hs_cos_wrapper:nth-child(1) .main-tabcol:before { background:rgba(37,71,45,0.5); }
  .row-fluid .product-tabmainsec > span > div.hs_cos_wrapper:nth-child(1) .main-tabcol.active:before { background:rgba(37,71,45,1); }
  .row-fluid .product-tabmainsec > span > div.hs_cos_wrapper:nth-child(2) .main-tabcol.active:before { background:rgba(27,47,84,1); }
  .row-fluid .product-tabmainsec > span > div.hs_cos_wrapper:nth-child(3) .main-tabcol.active:before { background:rgba(65,99,46,1); }
  
  .row-fluid .mobile-tabtitle { padding-top:40px; font-size:12px; line-height:16px; color:#1B2F54; font-family:'Evolventa-Bold'; } 
  
  /* Diogonal Shape Css */
  .row-fluid .shape1:before { top:0; height:1000px; }
  
  /* Footer */
  .footer-container-wrapper { position:relative; z-index:1; }
  .row-fluid .footer-section { position:relative; }
  .row-fluid .footer-leftbox, .row-fluid .footer-rightbox { width:100%; height:auto !important; background:#203256; }
  .row-fluid .footer-leftinner { padding:30px 150px 30px 20px; text-align:left; }
  .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { font-size:17px; line-height:24px; white-space:normal; } 
  .row-fluid .footer-menu .hs-menu-wrapper > ul > li { width:100%; margin-bottom:20px; }
  .row-fluid .footer-menu .hs-menu-wrapper > ul { margin:20px 0 0; }
  
  .row-fluid .footer-social { border:0; background:#295175; position:absolute; width:140px; padding:100px 0; top:0; right:0; letter-spacing:2px; }
  .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { padding:0; }
  .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a:after { display:none; }
  
  .row-fluid .footer-rightinner { text-align:center; }
  .row-fluid .footer-link { margin-top:15px; float:left; width:100%; text-align:center; }
  .row-fluid .footer-link .hs-menu-wrapper > ul > li { width:auto; }
  .row-fluid .footer-link .hs-menu-wrapper > ul > li > a { font-size:10px; line-height:15px; letter-spacing:0.2px; padding:0px 7px; }
  
}

@media (max-width: 400px){
  /* Diogonal Shape Css */
  .row-fluid .shape1:before { top:100px; height:500px; }  
}

@media(min-width:320px) and (max-width:360px){
  /* Homepage */
  .row-fluid .we-knowsection { background-position:top center !important; }
  .row-fluid .we-knowintro-section { padding-left:0; }
}

@media (max-width: 400px){ 
  .row-fluid .hero-section2:before { background:url('https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/1Forest2Market/F2M_Website_2019/Images/mobile-heroshape.png') no-repeat center center; }    
}

@media (max-width: 767px){

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

  /* 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 */
  .mainmenu, .mainmenu li , .mainmenu 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
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: -6px;          /* Position Button at top right of screen  */
      right: 2px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      text-align:center;
      background:transparent;
      padding: 0;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-weight: normal;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      line-height:30px;
      text-align:left;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #333333;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #1B2F54;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 25px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color:#29ABE2; /* Icon color */ 
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 14px;
      right: 0px;
      width: 90px !important; /* Button width */
      height: 30px !important; /* Button height */  
      padding: 0 !important;
      background:rgba(41,171,226,0.7);
      cursor:pointer;
      
  }
  
  /* Child Toggle Button Icon & Animations
     ========================================================================== */

    span.child-triggerm span {
      position: relative;
      top: 50%; 
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; 
      height: 1px; 
      background-color: #FFFFFF; 
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

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


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 60px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
     
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 30px; /* Padding to add room for close button */
      background-color: #094c8e; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > 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 */
    
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #333333; /* link hover color set by global mobile-aColorHover variable */
  }

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

}

.ctct-form-embed.form_1 .ctct-form-defaults {
  background-color:transparent;
  }
  
  .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button{
    background-color: #BCD631;
    border: 1px solid #BCD631;
  }
  
   div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  width: 100%; border-radius: 31px; color: #fff;font-size: 14px; letter-spacing: 0.5px;
  }
  
.ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link{
  color:#fff;
  }
  div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
    height:40px;
    border-radius:0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    
  }
  
  div.ctct-form-embed form.ctct-form-custom div.ctct-form-listitem{
    margin-bottom:3px;
  }
  div.ctct-form-embed form.ctct-form-custom label.ctct-form-listname{
    font-weight:400!important;
  }

.lang_list_class li a{
  color: #1B2F54;
  font-size:15px;
  line-height: 17px;
  
}

.lang_list_class li{
  width:150px;
}

.globe_class {
    background-image: url(https://299583.fs1.hubspotusercontent-na1.net/hubfs/299583/globe.jpg);
    width: 25px;
    height: 25px;
}

}



      @media (max-width: 920px) {
    .hhs-menu-toggle {
        display: flex !important;
    }

    .hamburger-icon .line {
    background: #666 !important;
}
}