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


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

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


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


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

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

@import '//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';

@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700');

@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700');

@import url('//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/fa-solid-900.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/fa-solid-900.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "WWFRegular";
  src: local("â˜º"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/wwf-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/wwf-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: wwf;
  src: url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/wwf.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/wwf.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/wwf.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/fa-brands-400.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/fa-brands-400.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Ionicons";
  src: url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/ionicons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/ionicons.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/ionicons.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: icomoon;
  src: url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/icomoon.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Fonts/icomoon.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #333;
  font-family: 'Open Sans',sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

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

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


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

/* Basic text */
p {
  margin: 0 0 20px;
} 
small {}
strong {
  font-weight: 700;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2, h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h4, h5, h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

/* Anchor Links */
a { 
  background-color: transparent;
  color: #dd681b;
  text-decoration: none;
  transition: all .3s ease;
}
a:focus, a:hover {
  text-decoration: none;
  color: #f38e43;
}
a:active, a:hover {
  outline: 0;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ol, ul {
  padding-left: 17px;
  margin: 0 0 11px;
}

ol li, ul li {
  margin-bottom: 5px;
}

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

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


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

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

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

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


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


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

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

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


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

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

.header-group {
  text-transform: uppercase;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 71px;
}

.header-group .page-center {
  max-width: 100% !important; 
  padding-right: 0 !important;
}

.custom-logo {
  width: auto !important;
  margin: 0 !important;
}

.custom-logo a {
  margin-left: -15px;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 10;
  display: block;
}

.custom-logo img {
  display: block;
}


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

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

.body-container .page-center {
  padding-top: 30px;
  padding-bottom: 50px;
}

.banner-group {
  position: relative;
  background-color: rgba(0,0,0,.5);
}

.banner-top-group {
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.banner-bottom-content {
  position: absolute;
  right: 15px;
  bottom: 20px;
  font-size: 11px;
  color: #e2e2e2;
}

.banner-content {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: 100%;
}

.banner-content h1 {
  margin-bottom: 25px;
  font-size: 75px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-family: wwf;
  letter-spacing: 1px;
  margin-top: 0;
}

.banner-content h1:after {
  background: #fff;
  margin: 25px auto 0;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
}

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


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

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

.footer-bottom-group {
  padding-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
}

.custom-copyright p span {
  margin-left: 10px;
}

.footer-bottom-menu ul {
  margin: 0 0 20px !important;
  padding: 0;
  display: block !important;
}

.footer-bottom-menu ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-right: 1px solid #eee;
  float: none !important;
}

.footer-bottom-menu ul li a,
.footer-bottom-group a {
  color: gray;
  transition: all .3s ease;
}

.footer-bottom-menu ul li:last-child {
  border-right: 0;
}

.footer-top-menu {
  margin-bottom: 30px;
}

.footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  display: block;
}

.footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li {
  width: 16.66666667%;
  float: left;
  margin-bottom: 60px;
  padding: 0 15px;
}

.footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a {
  margin-bottom: 30px;
  position: relative;
  font-size: 21px;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  color: #333;
  cursor: text;
}

.footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li {
  margin-bottom: 10px;
}

.footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a {
  color: gray;
  display: inline-block !important;
  white-space: normal !important;
}

.footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > ul {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
}

.footer-top-group {
  text-align: center;
}

.footer-top-group .hs_cos_wrapper_type_text {
  font-size: 18px;
  margin: 60px 0;
  display: block;
  font-style: italic;
  font-family: serif;
}

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


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

/* Parent List */
@media screen and (min-width:1200px) {

  .custom-menu-primary .hs-menu-wrapper > ul {
    font-family: wwf;
    font-size: 25px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: block;
    position: relative;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #000;
    padding: 0 20px;
    line-height: 70px;
    display: block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 8.7px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f078";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > a {
    color: #dd681b;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.clicked >a:after {
    content: "\f077";
  }

  /* Child List */

  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
    opacity:0 !important;
    visibility:hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.clicked > ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
    opacity:0 !important;
    visibility:hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.clicked > ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    font-size: 14px;
    text-align: left;
    top: calc(100% - 8px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    clear: both;
    font-weight: 400;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    text-transform: none;
  }

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

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

  /* Header Top Styling */

  .header-right-group ul.navbar-right>li a.dropdown-toggle-search.open-search span.close-icon {
    display: block;
  }

  .header-right-group ul.navbar-right>li a.dropdown-toggle-search.open-search i.fas.fa-search:before {
    display: none;
  }

  .custom-menu-primary >.row-fluid-wrapper >.row-fluid > div {
    float: left !important;
    margin: 0 !important;
    width: auto !important;
  }

  .custom-menu-primary .header-search {
    display: none;
    background: #fff;
    padding: 30px 30px 30px 140px;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    z-index: 1;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }

  .custom-menu-primary>.row-fluid-wrapper>.row-fluid >.header-search {
    float: none !important;
    width: 100% !important;
  }

  .custom-menu-primary >.row-fluid-wrapper >.row-fluid > div.header-right-group {
    float: right!important;
    margin-right: -15px !important;
  }

  .custom-menu-primary {
    padding-right: 15px;
    padding-left: 15px;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .header-right-group ul.navbar-right {
    font-family: wwf;
    font-size: 25px;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }

  .header-right-group ul.navbar-right > li {
    margin: 0;
    float: left;
  }

  .header-right-group ul.navbar-right > li a.dropdown-toggle-search {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    min-width: 60px;
    text-align: center;
    color: #000;
    padding: 0 20px;
    line-height: 70px;
    display: block;
    position: relative;
  }

  .header-right-group ul.navbar-right > li a.dropdown-toggle-search .fa-search {
    font-size: 16px;
    position: relative;
    top: -3px;
    margin: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .fa-search:before {
    content: "\f002";
  }

  .header-right-group ul.navbar-right > li a.dropdown-toggle-search span.close-icon {
    display: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 32px;
    position: absolute;
    top: 0;
    color: #dd681b;
    left: 0;
    right: 0;
  }  

  .header-right-group ul.navbar-right>li a.dropdown-toggle-search.open-search:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
  }

  .header-right-group ul.navbar-right li.dropdown {
    display: block;
    position: relative;
  }

  .header-right-group ul.navbar-right li.dropdown .dropdown-toggle-country {
    font: 700 16px 'Open Sans',sans-serif;
    color: #000;
    padding: 0 20px;
    display: block;
    position: relative;
    line-height: 70px;
  }

  .header-right-group ul.navbar-right li.dropdown .dropdown-toggle-country i.fas.fa-globe {
    font-size: 20px;
    margin-left: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .header-right-group ul.navbar-right li.dropdown .dropdown-toggle-country span.fa.fa-chevron-down {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .fa-globe:before {
    content: "\f0ac";
  }

  .fa-chevron-down:before {
    content: "\f078";
  }

  .header-right-group ul.navbar-right li.dropdown .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 477px;
    padding: 50px 30px;
    right: -16px;
    font-family: 'Open Sans',sans-serif;
    text-transform: none;
    border: none;
    border-radius: 0;
    top: calc(100% - 8px);
    left: auto;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 160px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
  }

  .header-right-group ul.navbar-right li.dropdown span.mob-close-icon {
    display: none;
  }

  .header-right-group ul.navbar-right>li a.btn-orange-lighter {
    background: #f38e43;
    color: #fff;
    font: 700 16px 'Open Sans',sans-serif;
    line-height: 70px;
    padding: 0 20px;
    display: block;
    position: relative;
  }

  .header-right-group ul.navbar-right>li a.btn-orange {
    display: block;
    position: relative;
    padding: 0 20px;
    background: #dd681b;
    color: #fff;
    font: 700 16px 'Open Sans',sans-serif;
    line-height: 70px;
  }

  .header-right-group ul.navbar-right>li a.dropdown-toggle-search:hover,
  .header-right-group ul.navbar-right li.dropdown .dropdown-toggle-country:hover {
    color: #dd681b;
  }

  .header-search form input.hs-search-field__input {
    border: none;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: none;
    height: 56px;
    line-height: 56px;
    width: 100%;
    color: #555;
    background-color: #fff;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: 100%;
  }

  .header-search form button.submit-btn {
    height: 16px;
    line-height: 1;
    padding: 0;
    border: none;
    background: 0 0;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    font-family: inherit;
    font-size: inherit;
  }

  .header-search form button.submit-btn i.fas.fa-search {
    font-size: 16px;
    position: relative;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .header-right-group ul.navbar-right a:focus {
    color: #dd681b !important;
  }

  .header-right-group ul.navbar-right li.dropdown .dropdown-toggle-country.open-country span.fa.fa-chevron-down:before {
    content: "\f077";
  }

  .dropdown-menu-country .form-group {
    margin-bottom: 20px;
    position: relative;
  }

  .ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
  }

  .dropdown-menu-country .form-group label {
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
  }

  .dropdown-menu-country .form-group input#country_selector {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    height: 56px;
    line-height: 56px;
    max-width: 100%;
    width: 100%;
  }

  .form-inline {
    margin-bottom: 15px;
  }

  .form-inline .checkbox, 
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label {
    padding-left: 0;    
    text-transform: inherit;
    cursor: pointer;
  }

  .form-inline .radio input[type=radio] {
    display: none;
  }

  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .radio label span {
    display: inline-block;
  }

  .radio input:checked+span:before {
    content: '\f00c';
    background: #dd681b;
    border-color: #dd681b;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .radio label span:before {
    border-radius: 50%;
  }

  .radio label span:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #fff;
    font-size: 12px;
    margin-right: 9px;
    margin-bottom: 3px;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
  }

  .form-inline .radio+.radio {
    margin-left: 20px;
  }

  .dropdown-menu-country button {
    text-transform: uppercase;
    transition: all .3s ease;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #dd681b;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 58px;
    height: 58px;
    padding: 0 60px;
    font-family: wwf;
    letter-spacing: 1px;
  }

  .dropdown-menu-country button:hover,
  .dropdown-menu-country button:focus {
    background-color: #f38e43;
  }

  .dropdown-menu-country .form-group input#country_selector:focus {
    border-color: #dd681b;
    outline: 0;
  }

  /*  End  */  


}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active >a {
    background: 0 0;
    color: #dd681b;
  }
}


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

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

@media (max-width: 1199px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    width: 60px;
    height: 55px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    right: 0;
    position: relative;
    float: right;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    background-color: #ddd;
  }

  .mobile-trigger .icon-bar {
    background: #000;
    margin-left: auto;
    margin-right: auto;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    font-size: inherit;
  }

  .mobile-trigger em {
    font-style: normal;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  .mobile-trigger .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  /* Change button when menu is open */


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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100% !important;
    min-width: 100% !important;
    height: 50px !important;
    padding: 0 !important;
    border-left: 0px dotted rgba(255,255,255,.20);
    text-align: center;
  }

  .child-trigger:hover{
    text-decoration: none;
  }

  .fa-chevron-down:before {
    content: "\f078";
  }

  .child-trigger span.fa.fa-chevron-down {
    font-size: 12px;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: relative;
    transition: all .3s ease;
    text-align: right;
    width: auto;
    float: right;
    right: 30px;
    top: 57%;
    transform: translateY(-50%);
    color: #000;
  }

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

  .custom-menu-primary.type1.js-enabled{
    width: 85% !important;
    margin: 0 !important;
    min-height: 100% !important;
    max-width: 292px;
    padding: 30px 0 0;
    background: #fff;
    position: fixed;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .3s cubic-bezier(.5,.1,.35,1.03);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    border-top: 1px solid #e7e7e7;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    z-index: 30;
  }

  .mobile-open .custom-menu-primary.type1 {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .mobile-open .header-group:before {
    opacity: .8;
    visibility: visible;
  }

  .header-group:before {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 20;
    visibility: hidden;
    content: '';
    transition: all .3s cubic-bezier(.5,.1,.35,1.03);
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu {
    width: 100% !important;
  }

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary.type1 .hs-menu-wrapper > ul > li{
    position: relative ;
  }
  .custom-menu-primary.type1 .hs-menu-wrapper > ul > li > a{
    overflow: visible;
    padding: 0 20px;
    line-height: 50px;
    color: #000;
    display: block;
    position: relative;
    transition: all .3s ease;
  }
  .custom-menu-primary.type1 .hs-menu-wrapper>ul>li.hs-item-has-children:hover > a, 
  .custom-menu-primary.type1 .hs-menu-wrapper>ul>li.hs-item-has-children:hover .child-trigger span.fa.fa-chevron-down {
    color: #dd681b;
  }

  .custom-menu-primary.type1 .hs-menu-wrapper > ul > li.open-submenu > a {
    color: #dd681b;
  }

  .custom-menu-primary.type1 .hs-menu-wrapper > ul > li.open-submenu .child-trigger span.fa.fa-chevron-down {
    color: #dd681b;
  }

  .custom-menu-primary.type1 .hs-menu-wrapper > ul > li.open-submenu .child-trigger span.fa.fa-chevron-down:before {
    content: "\f077";
  }

  .custom-menu-primary.type1 .hs-menu-wrapper>ul ul {
    margin-top: 4px;
    position: static;
    float: none;
    width: auto;
    font-family: 'Open Sans',sans-serif;
    text-transform: none;
  }

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

  .custom-menu-primary.type1 .hs-menu-wrapper>ul ul li:first-child > a {
    border-top: 1px solid #eee;
  }

  .custom-menu-primary.type1 .hs-menu-wrapper>ul ul li a {
    color: #000;
    padding: 0;
    line-height: 50px;
    letter-spacing: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }


  .custom-menu {
    float: none !important;
  }

  .header-search {
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
    display: block !important;
  }

  .header-search .hs-search-field__bar {
    padding: 0 20px 0 40px;
    position: relative;
    top: 0;
    box-shadow: none;
  }

  .header-search form input.hs-search-field__input {
    border: none;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: none;
    height: 56px;
    line-height: 56px;
  }

  .header-search form button.submit-btn {
    left: 25px;
    height: 16px;
    line-height: 1;
    padding: 0;
    border: none;
    background: 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    cursor: pointer;
  }

  .header-search form button.submit-btn i.fas.fa-search {
    top: 0;
    font-size: 16px;
    position: relative;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .header-search form button.submit-btn i.fas.fa-search:before {
    content: "\f002";
  }

  .header-right-group {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }

  .header-right-group .navbar-right {
    font-family: wwf;
    font-size: 25px;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
  }

  .header-right-group .navbar-right li.search-desktop {
    display: none !important;
  }

  .header-right-group .navbar-right li.dropdown {
    position: static;
  }

  .header-right-group .navbar-right li.dropdown a.dropdown-toggle {
    padding: 0 20px;
    font: 700 16px 'Open Sans',sans-serif;
    line-height: 50px;
    color: #000;
    display: block;
    position: relative;
  }

  .header-right-group .navbar-right li.dropdown a.dropdown-toggle i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 20px;
  }

  .header-right-group .navbar-right li.dropdown a.dropdown-toggle span.fa.fa-chevron-down {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .header-right-group .navbar-right li.dropdown a.dropdown-toggle:hover {
    color: #f38e43;
  }

  .dropdown-menu-country {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 64px 20px 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    overflow-y: auto;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Open Sans',sans-serif;
    text-transform: none;
    border: none;
    font-size: 14px;
    display: none;
  }

  .dropdown-menu-country span.mob-close-icon {
    display: block;
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 20px;
    line-height: 35px;
    color: #333;
  }

  .dropdown-menu-country .form-group {
    margin-bottom: 20px;
    position: relative;
  }

  .ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
  }

  .dropdown-menu-country form label {
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
  }

  .dropdown-menu-country .form-group input#country_selector {
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    height: 56px;
    line-height: 56px;
    max-width: 100%;
    width: 100%;
    color: #555;
    background-color: #fff;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }

  .dropdown-menu-country .form-group input#country_selector:focus {
    outline: 0;
    border-color: #dd681b;
  }

  .form-inline {
    margin-bottom: 15px;
  }

  .form-inline .checkbox, 
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio+.radio {
    margin-left: 20px;
  }

  .form-inline .checkbox label, 
  .form-inline .radio label {
    padding-left: 0;
    text-transform: inherit;
  }

  .form-inline .radio input[type=radio] {
    display: none;
  }

  .form-inline .checkbox input[type=checkbox], 
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .checkbox label span, .radio label span {
    display: inline-block;
  }

  .checkbox input:checked+span:before,
  .radio input:checked+span:before {
    content: '\f00c';
    background: #dd681b;
    border-color: #dd681b;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .radio label span:before {
    border-radius: 50%;
  }

  .checkbox label span:before, 
  .radio label span:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #fff;
    font-size: 12px;
    margin-right: 9px;
    margin-bottom: 3px;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
  }

  .dropdown-menu-country form .btn-block {
    background-color: #dd681b;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 58px;
    height: 58px;
    padding: 0 60px;
    font-family: wwf;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .3s ease;
    display: block;
    width: 100%;
    cursor: pointer;
  }

  .dropdown-menu-country form .btn-block:hover,
  .dropdown-menu-country form .btn-block:focus {
    background-color: #f38e43;
  }

  .header-right-group .navbar-right li {
    margin: 0;
  }

  .header-right-group .navbar-right a.btn-orange-lighter {
    display: block;
    position: relative;
    background: #f38e43;
    color: #fff;
    font: 700 16px 'Open Sans',sans-serif;
    padding: 0 20px;
    line-height: 50px;
  }

  .header-right-group .navbar-right a.btn-orange {
    background: #dd681b;
    color: #fff;
    font: 700 16px 'Open Sans',sans-serif;
    padding: 0 20px;
    line-height: 50px;
    display: block;
    position: relative;
    transition: all .3s ease;
  }

}


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

/*  Blog Listing  */

.blog-content-group .page-center {
  padding-top: 99px;
}

.blog-list-filter ul.l_tinynav1,
.blog-list-filter h3 {
  display: none !important;
}

.blog-list-filter {
  margin-bottom: 15px;
}

.blog-list-filter .widget-module {
  width: 25%;
  padding-right: 23px;
}

.blog-list-filter select {
  font-size: 16px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  height: 56px;
  line-height: 56px;
  width: 100%;
  color: #555;
  background-color: #fff;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.blog-listing-wrapper .post-item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}

.blog-listing-wrapper .post-listing {
  margin-left: -15px;
  margin-right: -15px;
  display: inline-block;
  width: calc(100% + 30px);
  margin-bottom: 50px;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper {
  display: block;
  position: relative;
  margin-bottom: 5px;
  box-shadow: 0 0 12px rgba(0,0,0,.175);
  background: #fff;
  transition: all .3s ease;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper a.link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper img.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper .list-post-body {
  padding: 40px;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper .list-post-body p {
  color: gray;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper .list-post-body p i {
  font-family: serif;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper .list-post-body h2.title {
  color: #000;
  transition: all .3s ease;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: wwf;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper .listing-content p {
  display: inline;
  margin: 0;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper .list-post-body .listing-content {
  margin: 0 0 20px;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper .list-post-body a.more-link {
  background: #eee;
  color: #333;
  border-radius: 50%;
  border: none;
  line-height: 50px;
  width: 50px;
  text-align: center;
  padding: 0;
  transition: all .3s ease;
  margin: 20px 0 0;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper .list-post-body a.more-link i {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper:hover .list-post-body h2.title {
  color: #dd681b;
}

.blog-listing-wrapper .post-item .post-item-inner-wrapper:hover .list-post-body a.more-link {
  background: #dd681b;
  color: #fff;
}

.blog-pagination {
  text-align: center;
  margin-bottom: 20px;
}

.blog-pagination a.next-posts-link {
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  padding: 0 60px;
  font-family: wwf;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  color: #fff;
  background-color: #dd681b;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}

.blog-pagination a.next-posts-link:hover {
  background-color: #f38e43;
}

.blog-bottom-group .page-center {
  padding-top: 0;
}

.blog-news-group .right-group,
.blog-press-group .right-group {
  width: 41.66666667% !important;
  margin: 0 !important;
  padding-left: 15px;
}

.blog-news-group .left-group {
  width: 58.33333333% !important;
  padding-right: 15px;
  text-align: center;
}

.blog-press-group .left-group {
  width: 58.33333333% !important;
  padding-right: 15px;
}

.blog-news-group .right-group > .row-fluid-wrapper {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 22px;
  padding: 43px 40px 40px;
  position: relative;
}

.blog-news-group .right-group > .row-fluid-wrapper:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.blog-news-group .right-group h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: wwf;
  text-align: center;
  margin: 0 0 20px;
}

.blog-news-group .right-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-news-group .right-group ul li {
  position: relative;
  padding-left: 20px;
}

.blog-news-group .right-group ul li:before {
  display: inline-block;
  content: '\f101';
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  color: #dd681b;
  font-size: 14px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.blog-news-group .right-group ul li a {
  text-decoration: underline;
}

.blog-news-group .left-group h1 {
  margin: 18px 0 40px;
  font-size: 75px;
  line-height: 1;
  font-family: wwf;
  letter-spacing: 1px;
}

.blog-news-group .left-group p {
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
}

.blog-news-group {
  margin-bottom: 150px;
}

.blog-press-group .page-header {
  text-align: center;
}

.blog-press-group .page-header h1 {
  margin-bottom: 46px;
  font-size: 75px;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 18px;
}

.blog-press-group .page-header p {
  margin: 0 0 50px;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
}

.blog-press-group .left-group p {
  caret-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-size-adjust: auto;
}

.blog-press-group .right-group p {
  margin-bottom: 50px;
}

.blog-press-group .right-group center strong a {
  display: block;
}

.blog-press-group .right-group center strong a {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}

.blog-press-group {
  margin-bottom: 100px;
}

/*  End  */

/*  Blog Post  */

.blog .fade.in {
  opacity: 1;
}

.blog .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.blog-banner-post-title {
  padding-top: 100px;
}

.blog-banner-post-title .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-banner-post-title h1 {
  font-size: 75px;
  text-align: center;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  margin: -4px 0 47px;
}

.hs-blog-post .blog-content-group .page-center {
  padding-top: 0;
}

.hs-blog-post .blog-content-group .blog-content {
  width: 58.33333333% !important;
  padding-right: 15px;
}

.hs-blog-post .blog-content-group .blog-sidebar {
  margin-left: 8.33333333% !important;
  width: 33.33333333% !important;
  padding-left: 15px;
}

.section.post-header p.date {
  font-family: serif;
  font-style: italic;
}

.section.post-body img {
  width: 100%;
}

.blog-post-sidebar-content {
  text-align: center;
}

.blog-post-sidebar-content a {
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.blog-post-sidebar-content a img {
  width: 100%;
}

.blog-post-sidebar-content p i {
  font-family: serif;
  color: gray;
}

.blog-post-sidebar-content a i.fas.fa-search-plus {
  display: inline-block;
  color: #fff;
  position: absolute;
  background: rgba(0,0,0,.8);
  padding: 10px;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.blog-post-sidebar-content a i.fas.fa-search-plus:before {
  content: "\f00e";
}

.hs-blog-post .modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.hs-blog-post .modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.hs-blog-post .modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.hs-blog-post .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.hs-blog-post .modal-dialog {
  position: relative;
  margin: 10px auto;
}

.hs-blog-post .modal-content {
  position: relative;
  background-color: #fff;
  outline: 0;
}

.hs-blog-post .modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000;
}

.hs-blog-post .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
}

.hs-blog-post .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.hs-blog-post .modal-header .close {
  margin-top: -2px;
}

.hs-blog-post .modal-title {
  margin: 0;
  line-height: 1.6;
}

.hs-blog-post .modal-body {
  position: relative;
  padding: 15px;
}

.hs-blog-post .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.hs-blog-post .modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.hs-blog-post .modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.hs-blog-post .modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.hs-blog-post .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.hs-blog-post .modal-content {
  background-clip: padding-box;
}

.hs-blog-post .modal-dialog {
  width: 90%;
  max-width: 1300px;
}

.hs-blog-post .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: 0 0;
}

.hs-blog-post .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-shadow: none;
  opacity: 1;
  font-family: 'Open Sans',sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-blog-post button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.hs-blog-post .close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  font-weight: 700;
}

.hs-blog-post .modal, .hs-blog-post .modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 !important;
}

.hs-blog-post .modal {
  overflow: auto;
}

.hs-blog-post .modal-backdrop.fade.in {
  opacity: .9;
}

.hs-blog-post .modal-content img {
  width: 100%;
}

.hs-blog-post .modal-content .caption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0,0,0,.8);
  color: #fff;
  width: 100%;
}

.hs-blog-post .modal-content .caption p {
  margin: 0;
}

.hs-blog-post .modal-content .caption p i {
  font-family: serif;
}

.hs-blog-post.modal-open {
  overflow: hidden;
}

.hs-blog-post .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.section.post-footer form .hs-input {
  max-width: 100%;
}

/*  End  */


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {
  display: block;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 5px;
}
.hs-form-field > label {}

span.hs-form-required {
  color: red;
  padding-left: 3px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  max-width: 550px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  min-height: 56px;
  line-height: 56px;
  color: #555;
  background-color: #fff;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: inherit;
  font: inherit;
  margin: 0;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #dd681b;
  box-shadow: 0 0 8px #eee;
  outline: 0;
}

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

/* Separate Styles for Drop Downs */
select {
  font-size: 16px;
}
select:focus {}

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

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

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

/* Error */

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hs-error-msgs.inputs-list li {
  margin: 0;
}

.hs-error-msgs label {
  color: red;
  margin: 0;
}

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


.header2-search-group .search-wrappper .header-search form input.hs-search-field__input::-webkit-input-placeholder {
  color: #969393;
}

.header2-search-group .search-wrappper .header-search form input.hs-search-field__input::-webkit-input-placeholder {
  color: #969393;
}

.header2-search-group .search-wrappper .header-search form input.hs-search-field__input::-webkit-input-placeholder {
  color: #969393;
}

.header2-search-group .search-wrappper .header-search form input.hs-search-field__input::-webkit-input-placeholder {
  color: #969393;
}

.header-search form input.hs-search-field__input::-webkit-input-placeholder {
  color: #9a9898;
}

.header-search form input.hs-search-field__input:-moz-placeholder {
  color: #9a9898;
}

.header-search form input.hs-search-field__input::-moz-placeholder {
  color: #9a9898;
}

.header-search form input.hs-search-field__input:-ms-input-placeholder{
  color: #9a9898;
}




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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
form input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 58px;  
  min-height: 58px;
  padding: 0 60px;
  font-family: wwf;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  color: #fff;
  background-color: #dd681b;
  display: inline-block;
  margin: 15px 0;
  font-weight: 400;
  text-align: center;
  white-space: normal !important;
}

.hs-button.primary:hover,
form input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #f38e43;
}

.hs-button.primary:focus,
form input[type="submit"]:focus,
input[type="button"]:focus {
  background-color: #f38e43;
}


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

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


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

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


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

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


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

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


/*  Default Search Styling  */


.hs-search-results ul#hsresults li:first-child {
  border-top: 1px solid #ddd;
}

.hs-search-results ul#hsresults li {
  list-style: none;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 0;
  border-top: 0;
  position: relative;
}

.hs-search-results ul#hsresults li p {
  margin-bottom: 0;
}

.hs-search-results ul#hsresults li:last-child {
  border-bottom: 1px solid #ddd;
}

ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: 56px;
  background: #fff;
  margin-top: 0;
  z-index: 9;
  max-width: 550px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
  border: 1px solid #ddd !important;
}

.hs-search-results ul#hsresults li:after {
  content: '';
  border-bottom: 1px solid #ddd;
  height: 0;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hs-search-results ul#hsresults li:last-child:after {
  display: none;
}

.hs-search-field__suggestions li a:hover {
  background: transparent;
}

/*  End  */

/*  Header Footer Type2 Styling  */

.header-group.header-type-two .page-center {
  padding-right: 15px !important;
}

.header-type-two .custom-logo a {
  height: 104px;
  bottom: 0;
  margin-top: 0;
  margin-right: 15px;
  margin-left: 0;
  position: relative;
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  background-size: contain;
  width: 90px;
  background-repeat: no-repeat;
}

.header-type-two .custom-logo a img{
  display:none;  
}

.header-type-two.header-group {
  text-transform: uppercase;
  background: #fff;
  border-bottom: none;
  height: 73px;
  background-color: #000;
  margin-bottom: 22px;
  position: fixed;
  right: 0;
  z-index: 99;
  border-radius: 0;
}

.header-outer-group {
  min-height: 70px !important;
}

.header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 25px 11px 25px 15px;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  text-transform: none;
  line-height: 22px;
}

.header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li.clicked>a{
  background-color: #222;
  color: #fff;
}

.header-outer-group .custom-menu-primary .hs-menu-wrapper>ul ul li a {
  text-transform: none;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 15px 25px;
  font-family: Roboto,Calibri,Candara,Arial,sans-serif;
}

.header2-search-group .search-wrappper {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #0d0d0d;
  display: none;
}

.header2-search-group .search-wrappper a.close.ionicons {
  opacity: .4;
  float: right;
  text-shadow: none;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=20);
  font-weight: 700;
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header2-search-group .search-wrappper a.close.ionicons:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2d7";
}

.header2-search-group .search-wrappper .search-title h1 {
  display: inline-block;
  margin-top: 0;
  font-size: 34px;
  color: rgba(255,255,255,.75);
  text-align: center;
  margin: 0 0 11px;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.header2-search-group .search-wrappper .search-title {
  text-align: center;
}

.header2-search-group .search-wrappper .header-search {
  margin-top: 15px !important;
}

.header2-search-group .search-wrappper .header-search form {
  margin-bottom: 15px;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.header2-search-group .search-wrappper .header-search form input.hs-search-field__input {
  background-color: #2f2f2f;
  border: none!important;
  border-bottom: 2px solid #2f2f2f!important;
  color: rgba(255,255,255,.95);
  box-shadow: none!important;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  min-height: 44px;
  padding: 11px 18px 9px;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 16px;
  line-height: 1.42857143;
  height: auto;
  font-family: Roboto,Calibri,Candara,Arial,sans-serif;
  max-width: 100%;
}

.header2-search-group .search-wrappper .header-search form input.hs-search-field__input:focus {
  border-bottom-color: #FFC745 !important;
}

.header2 ul.navbar-right {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.header2 ul.navbar-right li a {
  display: block;
  position: relative;
  line-height: 22px;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 22px 10px;
  color: #969696;
  transition: none;
}

.header2 ul.navbar-right li a i.ionicons{
  font-size: 1.3em;
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header2 ul.navbar-right li a:hover,
.header2 ul.navbar-right li.search-nav.active-icon > a,
.header2 ul.navbar-right li.lang-icon.active-icon > a {
  background-color: transparent;
  color: #fff;
}

.header2-search-group .search-wrappper a.close.ionicons:hover {
  opacity: 1;
}

.header2 ul.navbar-right li a .ion-search:before {
  content: "\f21f";
}

.header2 ul.navbar-right li a .ion-earth:before {
  content: "\f276";
}

.header2 ul.navbar-right li.icon-nav {
  float: left;
  display: block;
  position: relative;
}

.header2-search-group .search-wrappper .header-search form span.input-group-btn input.hs-button {
  margin: 0;
  min-height: auto;
  height: auto;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  text-transform: inherit;
  transition: none;
  letter-spacing: 0;
  line-height: inherit;
  padding-top: 7px;
  padding-bottom: 6.5px;
  padding-left: 20px;
  padding-right: 47px;
}

.header2-search-group .search-wrappper .header-search form span.input-group-btn {
  position: relative;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
  border: 0px solid transparent;
  line-height: 1.42857143;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  font-size: 20px;
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.header2-search-group .search-wrappper .header-search form span.input-group-btn:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2f5";
  right: 20px;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
}

.header2-search-group .search-wrappper .header-search form span.input-group-btn:hover {
  color: #fff;
  background-color: #090909;
  border-color: #040404;
}

.footer-type-two .footer-bottom-group {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  border:none;
}

.footer-bottom-menu-wrapper {
  text-align: right;
  width: 66.66666667% !important;
  float: left !important;
  padding-left: 0;
  padding-right: 15px;
}

.footer-type-two .footer-bottom-menu ul li a {
  transition: all .3s ease;
  padding: 0 5px;
  margin-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  color: #969696;
  font-family: Roboto,Calibri,Candara,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}

.footer-type-two .footer-bottom-menu ul li a:hover{
  text-decoration: none;
  color: #efeeea;  
}

.footer-type-two .footer-bottom-menu ul li{
  border-right: none;
  margin-bottom: 0;
  padding:0;
  float: none !important;
}

.copyright-two {
  font-size: 13px;
  color: #6c6c6c;
  font-family: Roboto,Calibri,Candara,Arial,sans-serif;
  line-height: 1.42857143;
}

.copyright-two p {
  margin: 0;
}

.footer-type-two .footer-bottom-menu ul{
  margin: 0 !important;
}

.footer-type-two .footer-top-group {
  background-color: #393939;
  padding-bottom: 30px;
  padding-top: 40px;
  text-align: left;
}

.footer-type-two .footer-logo-wrapper {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-type-two .footer-logo {
  max-width: 300px !important;
  margin: 0 auto !important;
  float: none !important;
}

.footer-type-two .footer-logo img {
  margin-right: 20px;
  float: left!important;
  vertical-align: middle;
}

.footer-type-two .footer-logo p {
  margin: 0;
  font-size: 28px;
  color: #fff;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  line-height: 1.1em;
  font-weight: 300;
  text-align: left;
}

/*===================== Region Picker ================*/


.region-picker {
  padding-top: 26px;
  padding-bottom: 20px;
  background-color: #0d0d0d;
  display: none;
}

.region-picker .page-center {
  background-image: url(//cdn2.hubspot.net/hubfs/4783129/WWF_January2019%20Theme/Images/world-map.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 50px;
  background-size: contain;
  color: #fff;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
}

.region-picker .region-close {
  color: #fff;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
}

.region-picker .region-close a.close-ionicons {
  text-transform: uppercase;
  opacity: .4;
  text-decoration: none;
  float: right;
  text-shadow: none;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=20);
  font-weight: 700;
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: none;
}

.region-picker .region-close a.close-ionicons:hover{
  opacity: 1;
}

.region-picker .region-close a.close-ionicons:before {
  content: "\f2d7";
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.region-col-wrap {
  color: #fff;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  margin-left: -15px;
  margin-right: -15px;
  display: inline-block;
  width: calc(100% + 30px);
}

.region-col-wrap > div {
  width: 25%;
  padding: 0 15px;
  float: left;
}

.region-col-wrap .region-title h1 {
  color: rgba(255,255,255,.75);
  text-align: center;
  font-size: 41px;
  margin-top: 22px;
  margin-bottom: 11px;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.region-col-wrap .region-col ul {
  margin: 0 0 11px;
  padding: 0;
  font-weight: 300;
  list-style: none;
}

.region-col-wrap .region-col ul > li {
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-left: 15px;
  line-height: 1.42857143;
}

.region-col-wrap .region-col ul > li > a {
  color: rgba(255,255,255,.5);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: none;
}

.region-col-wrap .region-col ul> li >a em.fa.fa-map-marker {
  margin-right: 10px;
  color: rgba(255,255,255,.25);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.region-col-wrap .region-col ul> li >a em.fa.fa-map-marker:before {
  content: "\f041";
}

.region-col-wrap .region-col ul>li.selected > a {
  color: #fff;
}

.region-col-wrap .region-col ul>li.selected > a em.fa.fa-map-marker {
  color: #FFC745;
}

.region-col-wrap .region-col ul>li.selected .label {
  font-size: .6em;
  font-weight: 400;
  margin-left: 5px;
  position: relative;
  top: -2px;
  font-family: Roboto,Calibri,Candara,Arial,sans-serif;
  border-radius: 2px;
}

.region-col-wrap .region-col ul>li .label {
  background-color: #393939;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
}

.region-col-wrap .region-col ul>li>a:hover em.fa.fa-map-marker {
  color: #F89840;
}

.region-col-wrap .region-col ul>li>a:hover {
  color: #fff;
  text-decoration: none;
}
/*===================== End ================*/

.no-nav .mobile-trigger {
  display: none !important;
}

body.error-template .hs-input,
body.password-template input[type="password"] {
  display: block;
}

.checkbox-row span.fakelabel span {
  float: none;
}

.hs-search-field__suggestions li#results-for {
  word-break: break-word;
}

.body-container .hs-input.invalid.error {
  border: 1px solid red;
}

.hs-content-id-7146216500 .knowledge_hub_endangered_outer .panel-body .media-body {
  padding: 0;
}


/*  Error Page  */

.search-page ul#hsresults {
  margin-top: 20px;
}

.error-page .row1-group .page-center {
  max-width: 1170px !important;
  padding-top: 101px;
}

.error-page .row1-group ol li:first-child {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.error-page .row1-group ol li {
  margin-bottom: 27px;
}

.error-page .row1-group .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 27px;
  padding-left: 2px;
}

.error-page .row1-group input.hs-button {
  margin: 0;
}

.error-page .row1-group form {
  margin: 0 0 20px;
}

.error-page .row1-group input.hs-button {
  margin: 0;
  line-height: 56px;
  min-height: 56px;
  vertical-align: top;
}

.error-page .two-col-content-wrap {
  margin: 0;
}

.error-page .two-col-right-short .col-right img {
  width: 100%;
}

.error-page .two-col-right-short .col-right a {
  margin-bottom: 5px;
  cursor: pointer;
  display: block;
  position: relative;
}

.error-page .two-col-right-short .col-right i {
  font-family: serif;
  color: gray;
  font-size: 14px;
  line-height: 1.6;
}



/*  End  */

/*  Header Language Search Styling  */

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget.ui-widget-content {
  border-radius: 0;
  max-height: 300px;
}

.ui-widget.ui-widget-content.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-item-wrapper {
  line-height: 50px;
  padding: 0 20px;
}

.ui-button.ui-state-active:hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0;
  background: #dd681b;
  color: #fff
}

/*  End  */



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


/*  Giant Panda Layout  */

.giant-page .row1-group .page-center {
  padding-top: 100px;
  padding-bottom: 103px;
}

.giant-page .row1-group .two-col-right-group .right-col .inner-group {
  background: transparent;
  padding: 0;
  color: inherit;
}

.giant-page .row1-group .two-col-right-group .right-col .inner-group:before {
  display: none;
}

.giant-page .row1-group .two-col-right-group .right-col .inner-group img {
  width: 100%;
}

.giant-page .row1-group .two-col-right-group .right-col .inner-group a {
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 0 0 0 2px;
}

.giant-page .row1-group .two-col-right-group .right-col .inner-group i {
  font-family: serif;
  color: gray;
}

.giant-page .row1-group .two-col-right-group .right-col .bottom-right-col {
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  padding: 43px 40px 40px;
  text-align: center;
  margin: 30px 0 0;
  display: inline-block;
  width: 100%;
}

.giant-page .row1-group .two-col-right-group .right-col .bottom-right-col h2 {
  font-size: 30px;
  line-height: 1.2;
  font-family: wwf;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.giant-page .row1-group .two-col-right-group .right-col .bottom-right-col:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.giant-feature-group {
  background: #000;
  color: #fff;
}

.giant-feature-group .page-center {
  padding-top: 100px;
  padding-bottom: 100px;
}

.giant-feature-group .inner-group {
  padding-top: 85px;
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -15px -6px;
}

.giant-feature-group .inner-group > div {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.giant-feature-group .left-col {
  border-right: 1px solid #555;
}

.giant-feature-group .feature-item {
  padding: 40px;
  border-bottom: 1px solid #555;
  border-top: unset;
}

.giant-feature-group .feature-item .image-group {
  min-width: 130px;
  padding-right: 30px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.giant-feature-group .feature-item .content-group {
  display: table-cell;
  vertical-align: top;
}

.giant-feature-group .feature-item .image-group i.icon {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}

.icon-common-name:before {
  content: "\e900";
}

.icon-latin-name:before {
  content: "\e905";
}

.icon-geographic-place:before {
  content: "\e903";
}

.icon-endangered-dino:before {
  content: "\e902";
}

.icon-population2:before {
  content: "\e908";
}

.icon-did-you-know:before {
  content: "\e901";
}

.icon-height:before {
  content: "\e904";
}

.giant-feature-group .feature-item .content-group .title {
  font-size: 50px;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.giant-feature-group .feature-item .content-group a.text-primary i.fas.fa-angle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}

.giant-feature-group .feature-item .content-group a.text-primary:hover,
.giant-feature-group .feature-item .content-group a.text-primary:focus {
  color: #b05315;
}

.giant-feature-group .feature-item:last-child {
  border-bottom: 1px solid #eee;
}

.giant-page .row2-group h3.form-title {
  margin-top: 0;
}

.giant-page .row2-group .page-center {
  padding-top: 22px;
}

.giant-page .row2-group form .hs-form-field > label {
  display: none;
}

.giant-page .row2-group .bottom-latest-news-group .inner-group .left-col {
  width: 100%;
}

.giant-page .row2-group .bottom-latest-news-group .inner-group .left-col .media-left img {
  height: 155px;
}

.giant-page .row2-group .bottom-latest-news-group .inner-group .left-col .news-item .media-body p.text-gray span {
  margin-left: 4px;
}

.giant-page .row2-group .two-col-right-short .col-right .content-inner h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: wwf;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.giant-page .row2-group .two-col-content-wrap .section-title h2 {
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
}

.giant-page .row2-group .two-col-content-wrap .section-title {
  padding-top: 5px;
  padding-bottom: 40px;
}

.giant-page .row2-group .two-col-content-wrap p i {
  font-family: serif;
  color: gray;
  font-size: 14px;
  vertical-align: text-bottom;
}

.giant-page .row2-group .rhinoceros-detail-wrap {
  margin-bottom: 145px;
}

/*  End  */

/*  Pop Up Form  */

.popup-body form ul.hs-error-msgs.inputs-list li label {
  background-color: #ff5858;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
  border-radius: 0 0 4px 4px;
  line-height: 1.3em;
  padding: 0 5px;
}

.popup-body form fieldset.form-columns-2 {
  padding: 0;
}

.popup-body form fieldset.form-columns-2 .hs-form-field {
  padding-top: 8px;
  padding-bottom: 8px;
}

body.open-pop-form {
  overflow: hidden;
}

.fade {
  opacity: 0;
  -moz-transition: opacity .15s linear;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.show-form.pop-up-form-group:after {
  opacity: .5;
}

.fade.show-form {
  opacity: 1;
}

.pop-up-form-group:after {
  position: fixed;
  background-color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: opacity .15s linear;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  content: '';
  z-index: 1;
}

.pop-up-form-group {
  display: none;
  position: fixed;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-right: 17px;
}

.popup-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  width: 600px;
  margin: 30px auto;
  position: relative;
  z-index: 100;
}

.popup-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.popup-header button.close {
  color: #fff;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  opacity: .4;
  text-decoration: none;
  text-shadow: none;
  float: right;
  font-size: 24px;
  line-height: 1;
  font-family: inherit;
}

.popup-content {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  outline: 0;
  background-clip: padding-box;
}

.popup-body {
  position: relative;
  padding: 20px;
}

.fade.show-form {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.show-form .popup-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.popup-body h2 {
  padding: 33px 8px 15px;
  margin: 0;
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 1.15em;
  letter-spacing: 0;
}

.popup-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  margin-bottom: -6px;
}

.popup-header button.close:hover {
  opacity: 1;
}

.popup-body h3.form-title {
  display: none;
}

.popup-body form {
  clear: both;
  margin-top: 4px;
  line-height: normal;
  font-size: 16px;
}

.popup-body form fieldset {
  width: 100%;
  padding: 8px 0;
}

.popup-body form fieldset .hs-form-field {
  padding: 0 7px 0 8px;
  margin: 0;
}

.popup-body form fieldset .hs-form-field label {
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  color: #000000;
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 2px;
}

.popup-body form .hs-input {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  min-height: auto;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 0;
  font-size: 13px;
  line-height: normal;
}

.popup-body form span.hs-form-required {
  font-weight: bold;
  color: #8b0000;
  font-style: normal;
  padding-left: 2px;
}

.popup-body form textarea {
  min-height: 100px !important;
  resize: vertical;
  margin-bottom: -4px;
}

.popup-body form ul.inputs-list.multi-container {
  margin: 0;
  padding: 0;
  display: block;
}

.popup-body form ul.inputs-list.multi-container li.hs-form-radio {
  font-weight: normal;
  display: inline-block;
  padding: 4px 10px 4px 1.6em;
  text-indent: -1.6em;
  margin: 0;
  vertical-align: top;
}

.popup-body form ul.inputs-list.multi-container li.hs-form-radio label.hs-form-radio-display {
  padding: 0;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8125em;
  color: #000000;
  line-height: normal;
}

.popup-body form ul.inputs-list.multi-container li.hs-form-radio label .hs-input {
  width: 1em;
  height: 1em;
  padding: 0;
  margin: 0 .3em 0 0;
  font-size: 100%;
  vertical-align: middle;
}

.popup-body form .hs-richtext {
  margin-top: -8px;
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: calc(0.8125em * .9);
  font-style: italic;
  padding: 5px 8px 2px 8px;
  clear: left;
}

.popup-body form fieldset:last-of-type {
  padding: 0;
}

.popup-body form input.hs-button.primary.large {
  margin: 8px;
  color: #fff;
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1em;
  border-radius: 4px;
  padding: 0.57em 1.25em;
  min-height: auto;
  line-height: 16px;
  text-transform: inherit;
  background-color: #d85427;
  border-color: #C24B23;
  min-width: 100px;
  letter-spacing: 0;
  transition: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

.popup-body form input.hs-button.primary.large:hover {
  background-color: #C24B23;
}

.popup-body form .actions {
  padding: 0 0 20px 0;
}

.popup-body a.btn {
  margin: 22px 0 0 !important;
}

.living-report-page .body-container .popup-body a.btn {
  margin: 28px 0 0 !important;
  font-size: 20px;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  padding: 10px 18px;
  line-height: 1.42857143;
  min-width: auto;
}

/*  End  */

/* =============  Development Layout ========= */
.develop-banner-area {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.develop-banner-area .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.develop-banner-area .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.develop-banner-area * {
  color: #fff;
}
.develop-banner-area p {
  font-family: wwf;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
}
.develop-banner-area .top-summary {
  margin: 5px;
  font-family: serif;
}
a.banner-btn {
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  padding: 0 60px;
  font-family: wwf;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  background-color: #dd681b;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}

a.banner-btn:hover {
  background-color: #f38e43;
  color: white!important;
}
.development-lay .body-container .page-center {
  padding-bottom: 0;
  padding-top: 0;
}
.one-col-content-wrap {
  padding-top: 70px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  padding-bottom: 50px;
}
.one-col-content-wrap .content {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.section-title h2 {
  margin: 0;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 11px;
}
.section-title {
  padding-bottom: 60px;
}
.two-col {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.clearfix.content-wrap {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.two-col-content-wrap p {
  caret-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-size-adjust: auto;
}
.two-col-content-wrap {
  margin-bottom: 50px;
}
.mod-section-header {
  text-align: center;
  padding-bottom: 60px;
}
.tabber-content-top {
  border-bottom: 1px solid #eee;
}
.tabber-content-top ul {
  list-style: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5px;
  border: none;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.tabber-content-top ul:after,.tabber-content-top ul:before {
  content: "";
  display: block;
  width: 100%;
}
.tabber-content-top ul > li {
  margin: 0;
  float: none;
  display: inline-block;
}
.tabber-content-top ul a {
  color: gray;
  font-weight: 700;
  border: none;
  border-radius: 0;
  background: 0 0;
  padding: 0 15px;
  line-height: 80px;
  height: 80px;
  margin: 0;
  transition: all .3s ease;
  display: block;
}
.tabber-content-top ul li.active a {
  color: #000;
  border-bottom: 8px solid #dd681b;
  cursor: default;
}
.tabber-item {
  padding: 40px;
}

.tabber-item > div {
  padding: 20px 0;
}
.full-width-tabber-wrap .mod-section-header.page-center {
  text-align: center;
  padding-bottom: 60px;
}
.mod-section-header.page-center > div > * {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.mod-section-header h2 {
  text-align: center;
}

.tabber-content-bottom {
  margin-bottom: 60px;
}

.mod-section-header.page-center > div p {
  text-align: left;
}

.mod-section-header.page-center > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.tabber-item img {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.case-studies-what-wwf-is-doing .tabber-item>div,
.opinion-pieces .tabber-item>div{
  padding: 0;
}
.full-width-tabber-wrap.opinion-pieces {
  margin-top: -76px;
}
.opinion-pieces .tabber-content-bottom{
  margin-bottom:0;
}
.development-lay .slider-group .title {
  margin-top: 42px;
  margin-bottom: 81px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 30px;
  text-transform: none;
}
.development-lay .slider-group .title:after{
  display:none;
}
.development-lay .slider-group {
  margin-bottom: 50px;
}
.recent-feed-inner {
  width: 66.66666667%;
  margin-left: 16.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.sustainable_development_goals-recent-feed  .section-title h2{
  margin-top: 42px;
  margin-bottom: 31px;
}
.recent-feed {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  margin-bottom:70px;
}
.develop-banner-area .content {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* =============  Endif ========= */


/* =============== Cop 24 */
.cop-lay .two-col-content-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.cop-lay .develop-banner-area .content {
  text-align: right;
}

.cop-lay .develop-banner-area .content .content-inner {
  width: 100%;
}
.one-con-with-bg-wrap {
  margin-top: 120px;
  margin-bottom: 72px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.one-con-with-bg-wrap p.top-bor:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: gray;
  margin: 20px auto;
}
.cop-lay .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.one-con-with-bg-wrap p.title {
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 75px;
  line-height: .9;
}
.one-con-with-bg-wrap p.title:before,
.one-con-with-bg-wrap p.title:after {
  content: '"';
  color: #dd681b;
}
.text-gray {
  color: gray;
}
.font-serif {
  font-family: serif;
}
.cop-row-1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.cop-row-1 .hs_cos_wrapper_type_rich_text h1 {
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 75px;
  line-height: .9;
  margin-bottom: 50px;
}
.cop-row-1 .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 70px;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
}
.cop-row-1 .hs_cos_wrapper_type_rich_text img {
  border-width: 10px;
  border-style: solid;
  width: auto;
  height: auto;
  max-width: calc(66.66666667% - 10px);
}

a.list-group-item {
  border: none;
  border-radius: 0;
  background: #eee;
  color: #000;
  margin-bottom: 1px;
  position: relative;
  padding: 15px 60px;
  display: block;
}
.list-group-item-heading {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  transition: all .3s ease;
  color: #333;
}
i.list-group-item-text2 {
  color: gray;
  transition: all .3s ease;
}
a.list-group-item .icon-right {
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  right: 20px;
  color: #dd681b;
  transition: all .3s ease;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
a.list-group-item .icon-right:before {
  content: "\f0ab";
}
.download-the-infographic-group {
  margin-bottom: 70px;
}
a.list-group-item:hover * {
  color: #fff;
}
a.list-group-item:hover {
  background: #f38e43;
  color: #fff;
}
.join-us-panda-hub-wrap iframe {
  height: 400px;
  border: 0px;
  padding: 0;
  margin: 0;
}
.join-us-panda-hub-wrap .clearfix {
  margin-left: -15px;
  margin-right: -15px;
}
.join-us-panda-hub-wrap {
  margin-bottom: 73px;
}
.image-with-title-link-wrap .two-col a {
  display: block;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.image-with-title-link-wrap .two-col img {
  display: block;
  width: 100%;
  height: 403px;
  object-fit: cover;
  transition: all .3s ease;
}
.image-with-title-link-wrap .two-col {
  padding: 0 1px 1px 0;
  background: #fff;
}
.image-with-title-link-wrap {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.image-with-title-link-wrap .two-col .title {
  color: white;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: wwf;
  width: 100%;
  text-transform: uppercase;
}
.image-with-title-link-wrap .two-col a:hover img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.cop-lay .tabber-item>div {
  padding: 0;
}
.cop-lay .tabber-content-bottom {
  margin-bottom: 50px;
}
.cop-lay .two-col-content-wrap{
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.title-with-border,
.cop-lay .mod-section-header h2,
.cop-lay .section-title h2{
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
}
.cop-lay .section-title {
  padding-bottom: 20px;
}
.title-with-border:after,
.cop-lay .mod-section-header h2:after,
.cop-lay .section-title h2:after{
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  margin: 25px auto 0;
  background: #dd681b;
}
.cop-lay .one-col-content-wrap {
  padding-top: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 51px;
  text-align: center;
}
.news-feed-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
a.media {
  display: table;
  margin-bottom: 50px;
}

a.media > div {
  display: table-cell;
  vertical-align: top;
}

a.media > div.media-left {
  padding-right: 30px;
  width: 230px;
}

a.media > div.media-left img {
  display: block;
  vertical-align: middle;
  height: 150px;
  max-width: 100%;
  width: 200px;
}
a.media>div.media-body {
  zoom: 1;
  overflow: hidden;
  max-width: 405px;
}

a.media>div.media-body i.date {
  font-family: serif;
  color: gray;
}

a.media>div.media-body .media-heading {
  text-transform: none;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0;
  white-space: normal;
}
.cop-lay .sustainable_development_goals-recent-feed .section-title h2 {
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 72px;
  font-size: 75px;
  line-height: .9;
  color: inherit;
  margin-bottom: 102px;
}

.cop-lay .sustainable_development_goals-recent-feed .section-title h2:after {
  display: none;
}
.cop-lay .body-container-wrapper {
  margin-bottom: -46px;
}
.one-con-with-bg-wrap h4 {
  padding-bottom: 9px;
}
.two-col:nth-child(2n+1){
  clear:left;
}
.banner-refrence {
  position: absolute;
  right: 0px;
  bottom: 20px;
  font-size: 11px;
  color: #e2e2e2;
  margin-right: 15px;
  z-index: 2;
}
/*.tabber-item.active {
display: block;
}
.fade {
opacity: 0;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}*/
.tabber-item {
  display: none;
}
.tabber-item.fade {
  opacity: unset;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}



/* ================= Endangered Species Layout ========== */
.page-center.clearfix {
  display: block;
}
.endangered-species-lay .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.section-header-two-col.page-center.clearfix {
  padding-top: 100px;
  text-align: center;
}
.section-header-two-col h1.header-section {
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 75px;
  line-height: .9;
  margin-bottom: 50px;
}
.section-header-two-col  .section-summary {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
}
.two-col-right-group.page-center {
  margin-bottom: 150px !important;
}
.top-section-header {
  text-align: center;
}
.top-section-header h1.section-hed-title {
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 75px;
  line-height: .9;
  margin-bottom: 50px;
}
.two-col-right-side-wrap.nature-can-thrive-again {
  padding-top: 50px;
}
.two-col-right-side {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.two-col-wrap.clearfix {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  margin-bottom: 50px;
}
.two-col-right-side.col-left {
  width: 58.33333333%;
  padding-top: 20px;
}
.two-col-right-side.col-right {
  width: 41.66666667%;
}
.two-col-right-side.col-right blockquote {
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
}
.two-col-right-side.col-right blockquote:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
}
.two-col-right-side.col-right blockquote div {
  padding: 40px;
  text-align: center;
}
.two-col-right-side.col-right blockquote  h3 {
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.two-col-right-side-wrap {
  padding-bottom: 131px;
}
.top-section-header .section-summ {
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  margin-bottom: 50px;
}
.two-col-right-side-wrap.an-unmissable-opportunity {
  padding-top: 19px;
}
.two-col-right-side-wrap.an-unmissable-opportunity .two-col-right-side.col-left {
  caret-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-size-adjust: auto;
}
.an-unmissable-opportunity .two-col-right-side.col-left {
  padding-top: 0;
}
.join-us-group-header h1.section-hed-title {
  font-family: wwf;
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 1;
}
.join-us-group-outer {
  padding-top: 15px;
}
.join-us-group-content {
  border-bottom: 1px solid #eee;
  max-width: 58.33333333%;
  margin-bottom: 50px;
}
.join-us-group-content .title {
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  border-bottom: 1px solid #eee;
}
.join-us-group-content  .media {
  padding: 50px 0;
}
..join-us-group-outer .media-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
  width: 166px;
}
..join-us-group-outer .media-body {
  display: table-cell;
  vertical-align: top;
  zoom: 1;
  overflow: hidden;
}
.media-left img {
  display: block;
  vertical-align: middle;
}
.join-us-group-wrap {
  padding-right: 25px;
}

/* ================== Forest*/
.foster-content-title {
  padding-top: 100px;
  text-align: center;
}

.forests-lay .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.foster-content-title h1 {
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  margin: 0;
  margin-bottom: 50px;
}

.forests-col.col-left {}

.forests-col.col-left .hs_cos_wrapper_type_rich_text div {
  color: #005E7B !important;
  margin-top: 20px;
}

.forests-col.col-left .hs_cos_wrapper_type_rich_text {
  display: block;
}

.forests-col.col-left .hs_cos_wrapper_type_rich_text  ol {
  padding-bottom: 26px;
  border-bottom: 1px solid #ccc !important;
}

.one-col-quote-wrap {
  margin-bottom: 22px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}

.one-col-quote-wrap:before {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #dd681b;
  margin: 0 auto;
}

.one-col-quote-wrap .quote-wrap {
  padding: 40px;
}

.one-col-quote-wrap  p.title {
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 1.2;
}

.one-col-quote-wrap h4 {
  margin-bottom: 20px;
}

.signup-bg-wrap {
  font-size: 24px!important;
  color: #fff;
  padding: 0px;
  text-align: left;
  border: none;
  line-height: 26px;
  height: 190px;
  font-family: WWFRegular,Arial,sans-serif;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: left bottom;
}

.signup-bg-wrap > div {
  padding: 15px 20px 15px;
}

.signup-bg-wrap .sign-up-btn-wrap {
  padding: 0;
  text-align: center;
}

.signup-bg-wrap .sign-up-btn-wrap a {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  outline: none;
  max-width: 100%;
  /* height: 40px; */
  /* overflow: hidden; */
  width: 228px;
}

.sign-up-btn-wrap input#mc-embedded-subscribe {
  line-height: inherit;
  font: inherit;
  width: 100%;
  background: #0198AD!important;
  background-color: #0198AD!important;
  font-size: 14px!important;
  font-family: Arial,sans-serif!important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  /* height: 40px; */
  padding: 10px;
  cursor: pointer;
  border-radius: 3px;
  text-shadow: 0px 0px 1px #555;
  margin: 0;
  /* -webkit-appearance: button; */
  /* border: inset; */
  height: 40px;
  /* letter-spacing: normal; */
}

.signup-bg-wrap > div.content {
  padding: 0;
  padding: 0;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #f7f7f7;
  text-decoration: none;
  text-transform: none;
  font-size: 12px!important;
  line-height: 1.4;
  text-shadow: 0px 0px 4px #555;
  margin-bottom: 35px;
}

.signup-bg-wrap > div.content,.signup-bg-wrap > div.content * {
  color: #fff;
}

.signup-bg-wrap > div p.title {
  margin-bottom: 49px;
}
.topics-head {
  background-color: #000 !important;
  min-height: 50px;
  width: 100% !important;
}
.topics-head span.title {
  font-family: WWFRegular !important;
  font-size: 30px !important;
  color: #fff;
  margin-left: 20px !important;
  line-height: 1.5;
  letter-spacing: 1px;
}
.signup-bg-wrap {
  margin-bottom: 50px;
}

.topic-box-wrap{
  width: 100% ;
  min-height: 50px ;
  z-index: 10 ;
  position: relative ;
  border-bottom: 1px solid #fff ;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover !important ;
  background-position: top center !important;
}
.topic-box-wrap:hover{
  width: 100% ;
  min-height: 150px ;
  z-index: 10 ;
  position: relative ;
  border-bottom: 1px solid #fff ;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover !important ;
  background-position: top center  !iimportant;
}

a.rel-topic {
  text-decoration: none !important;
  color: #fff !important;
  position: relative !important;
  z-index: 1002;
  display: block;
  min-height: 49px;
  width: 100%;
  text-indent: -9999px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 0;
  cursor: pointer;
}
.topic-box-wrap .plus {
  position: absolute;
  z-index: 1001;
  color: #fff !important;
  bottom: 7px;
  cursor: pointer !important;
  left: 20px;
  font-size: 30px !important;
  width: 100% !important;
  font-family: WWFRegular;
  max-width: calc(100% - 40px);
}
.topic-group-wrap {
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.app_am_sidebar_sub_forest {
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out 0s;
}

.app_am_sidebar_sub_forest p {
  padding: 0px;
  font-size: 35px;
  line-height: 37px;
  color: #fff;
  font-family: WWFRegular,Arial,sans-serif;
  margin-bottom:17px;
}

.container-out-deforest {
  margin-bottom: 50px;
}

.forests-col .hs_cos_wrapper_type_rich_text figure {
  margin: 50px 0;
  padding: 0;
  display: block;
}

.forests-col .one-col-content-wrap {
  padding: 0;
  margin: 0 0 22px;
  background: #fff;
  border: 1px solid #eee;
}

.forests-col .one-col-content-wrap:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
}

.forests-col .one-col-content-wrap .content {
  padding: 40px;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.forests-col .one-col-content-wrap .content h3 {
  text-align: center;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.forests-col .one-col-content-wrap .content ul {
  margin: 0px;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 3;
}

.forests-col .one-col-content-wrap .content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.forests-col .one-col-content-wrap .content ul li:before {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  color: #dd681b;
  font-size: 14px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  content: '\f101';
  position: absolute;
  top: 5px;
  left: 0;
}

.forests-col .one-col-content-wrap .content ul a {
  text-decoration: underline;
}
.forests-content-group > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.widget-span.forests-col.col-left {
  width: 58.33333333%;
}

.widget-span.forests-col.col-right {width: 41.66666667%;}

.widget-span.forests-col {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.forests-col iframe {
  max-width: 100%;
}
.app_am_sidebar_sub_forest .backg_trans_am {
  height: 100%;
  transition: all 0.4s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0);
  padding: 26px 30px;
}
.app_am_sidebar_sub_forest:hover .backg_trans_am{
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out 0s;
}


.widget-span.forests-col.col-right {
  padding-bottom: 150px;
}



/* ======== Knowledge Hub Layout ============*/
.knowledge-hub-lay .body-container .page-center {
  padding-top: 100px;
  padding-bottom: 0;
}
.two-col-right-short .col-left {
  float: right;
  width: 41.66666667%;
  margin-bottom: 30px;
}

.two-col-right-short .col-right {
  width: 58.33333333%;
}
.image-with-description-caption-wrap .col-right .content-outer {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 22px;
}

.image-with-description-caption-wrap .col-right .content-outer:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
}

.image-with-description-caption-wrap .content-inner {
  padding: 40px;
}

.image-with-description-caption-wrap .content-inner .content {
  border-top: 1px solid #eee;
  padding: 50px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.image-with-description-caption-wrap .image + p {
  font-size: 14px;
  line-height: 1.6;
}

.two-col-right-short .col-right {
  width: 58.33333333%;
}
.image-with-description-caption-wrap .col-right .content-outer {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 22px;
}

.image-with-description-caption-wrap .col-right .content-outer:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
}

.image-with-description-caption-wrap .content-inner {
  padding: 40px;
}

.image-with-description-caption-wrap .content-inner .content {
  border-top: 1px solid #eee;
  padding: 50px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.image-with-description-caption-wrap .image + p {
  font-size: 14px;
  line-height: 1.6;
}

.two-col-right-short .image+p {
  font-size: 14px;
}

.two-col-right-short .image-item-wrap {
  margin-bottom: 50px;
}



.social-link-mod {}

.social-link-mod p.sidebar-social a {
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.social-link-mod p.sidebar-social {
  font-size: 14px;
  margin-bottom: 50px;
}

.right-news-sect {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.right-section-title {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
}

.right-section-title:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  margin: 25px auto 0;
  background: #dd681b;
}

.right-section-news {}

.right-section-news .media {
  border-top: 1px solid #eee;
  padding: 50px 0;
  margin: 0;
}
.image-with-description-caption-wrap .col-left a {
  margin-bottom: 5px;
  display:block;
}

.right-section-news .media-left,.right-section-news .media-body {
  display: table-cell;
  vertical-align: top;
}

.right-section-news .media-left {
  padding-right: 30px;
  float: left;
}

.right-section-news .media-body {
  zoom: 1;
  overflow: hidden;
  width: 10000px;
}

.right-section-news .media-body p {
  font-size: 14px;
  color: #333;
}

.right-section-news .media-body p.font-serif.text-gray {
  color: gray;
  font-family: serif;
}

.right-section-news .media-body .media-heading {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.right-section-news .media:last-child {
  border-bottom: 1px solid #eee;
}
.rhinoceros-detail-wrap {
  margin-bottom: 70px;
}
.image-with-description-social-share .content-outer {
  padding: 28px 0 9px;
}

.knowledge_hub_endangered_outer {
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}

.knowledge_hub_endangered_outer:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
}

.knowledge_hub_endangered_outer .panel-body {
  padding: 40px;
}

.knowledge_hub_endangered_outer .panel-body p.title {
  text-transform: uppercase;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}

.knowledge_hub_endangered_outer .panel-body .media {
  border-top: 1px solid #eee;
  padding: 50px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  zoom: 1;
  overflow: hidden;
}

.knowledge_hub_endangered_outer .panel-body  .media-body {
  padding-top: 20px;
  padding-bottom: 9px;
}
.with-img-caption > div {
  display: table-cell;
  vertical-align: top;
}

.with-img-caption > div.media-left {
  padding-right: 30px;
  float: left;
  max-width: 152px;
}

.with-img-caption > div.media-body {
  width: 10000px;
}
.knowledge_hub_endangered_outer  img {
  vertical-align: middle;
}
.knowledge_hub_endangered_outer .panel-body .infographic .media-body {
  padding-top: 0;
  padding-bottom: 0;
}
.elephants-detail-wrap .right-section-news .media:last-child {
  border-bottom: 0px solid #eee;
}
.elephants-detail-wrap .right-news-sect {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.rhinoceros-detail-wrap.elephants-detail-wrap  {
  margin-bottom: 60px;
}
.knowledge-hub-lay .elep-wrap .two-col.col-left {
  width: 58.33333333%;
}

.knowledge-hub-lay .elep-wrap .two-col.col-right {
  width: 41.66666667%;
}
.knowledge-hub-lay .elep-wrap .two-col.col-right {
  text-align: center;
}

.knowledge-hub-lay .elep-wrap .two-col.col-right p {
  font-family: 'Open Sans',sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.knowledge-hub-lay .elep-wrap .two-col.col-right p span {
  display: block;
}
.knowledge-hub-lay .elep-wrap .two-col.col-right {
  text-align: center;
}
.knowledge-hub-lay .elep-wrap .two-col.col-right p {
  font-family: 'Open Sans',sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.knowledge-hub-lay .elep-wrap .two-col.col-right p span {
  display: block;
}
.knowledge-hub-lay .section-title h2 {
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 75px;
  line-height: .9;
}
.knowledge-hub-lay .section-title {
  padding-top: 130px;
  padding-bottom: 40px;
}

.hs-content-id-7146216500 .rhinoceros-detail-wrap {
  margin-bottom: 120px;
}
.two-col.col-right.content-col {
  width: 58.33333333%;
}

.two-col.col-right.frame-col {
  width: 41.66666667%;
  text-align: center;
}

.two-col.col-right.frame-col .content {
  padding: 0;
  border: 0;
  padding-bottom: 5px;
}

.top-title {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
}

.top-title:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  margin: 25px auto 0;
  background: #dd681b;
}

.knowledge_hub_all_publications_group {}

.knowledge_hub_all_publications_group .two-col.col-left {
  width: 58.33333333%;
}

.knowledge_hub_all_publications_group .two-col.col-right {
  width: 41.66666667%;
}

.knowledge_hub_all_publications_group .two-col .media {
  border-top: 1px solid #eee;
  padding: 50px 0;
  margin: 0;
  zoom: 1;
  overflow: hidden;
}

.knowledge_hub_all_publications_group .two-col .media-left {}

.knowledge_hub_all_publications_group .two-col .media > div {
  display: table-cell;
  vertical-align: top;
}

.knowledge_hub_all_publications_group .two-col .media > div.media-left {
  padding-right: 30px;
  float: left;
}

.knowledge_hub_all_publications_group .two-col .media > div.media-body {
  width: 10000px;
}

.knowledge_hub_all_publications_group .two-col .media p {
  font-size: 14px;
  line-height: 1.6;
}

.knowledge_hub_all_publications_group .two-col .media p:first-child {
  font-family: serif;
  color: gray;
}

.knowledge_hub_all_publications_group .two-col .media .media-heading {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.knowledge_hub_all_publications_group .two-col.col-right .image > a {
  display: block;
  margin-bottom: 5px;
}
.knowledge_hub_all_publications_group .two-col.col-right  p {
  color: gray;
  font-family: serif;
  font-size: 14px;
  line-height: 1.6;
}
.knowledge_hub_all_publications_group .two-col.col-right .image-item-wrap{
  margin-bottom: 50px;
}
.download-sidebar-item .title-underline {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
}

.download-sidebar-item .title-underline:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  margin: 25px auto 0;
  background: #dd681b;
}
.download-sidebar-item {
  margin-bottom: 20px;
  padding-left: 0;
}

.download-sidebar-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.download-sidebar-wrap .fa-file-pdf {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.fa-file-pdf:before {
  content: "\f1c1";
}
.knowledge_hub_all_publications_group .two-col .media:last-child {
  border-bottom: 1px solid #eee;
}
.hs-content-id-7147324615 .knowledge_hub_endangered_outer .panel-body .media-body {
  padding-top: 0;
  padding-bottom: 0;
}
.all_publications_wrap iframe {
  max-width: 100%;
  overflow: auto;
}
/*///////////////////////  Delete It =============*/
.two-col-right-short .image-item-wrap img,
.image-with-description-caption-wrap .col-left img,
.image-with-description-social-share .col-left img,
.knowledge_hub_all_publications_group .two-col.col-right .image img{
  width: 100%;
}

/*  End */

/*  Living Planet Report */

.living-report-page .banner-top-group {
  min-height: 500px;
}

.living-report-page .banner-content h1 {
  font-size: 100px;
  color: #fff;
  -webkit-text-shadow: 0 2px 5px rgba(0,0,0,.45);
  text-shadow: 0 2px 5px rgba(0,0,0,.45);
  line-height: 1.1;
  margin-top: 22px;
  margin-bottom: 11px;
  letter-spacing: 0;
  text-transform: inherit;
}

.living-report-page .banner-content h1:after {
  display: none;
}

.living-report-page .banner-inner-center {
  width: 66.66666667%;
  padding: 0 5px;
  top: 23px;
}

.living-report-page .banner-top-group:before {
  background-color: rgba(0,0,0,.2);
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.region-picker-wrap {
  margin-top: -1px;
}

.living-report-page .row1-group .page-center {
  text-align: center;
  padding: 75px 0;
}

.living-report-page .row1-group .page-center .row-fluid-wrapper {
  width: 66.66666667%;
  padding: 0 15px;
  margin: 0 auto;
}

.living-report-page .row1-group h2 {
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 16px;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #393939;
}

body.living-report-page {
  -webkit-font-smoothing: antialiased;
}

.living-report-page .body-container {
  color: #393939;
  font-family: Roboto,Calibri,Candara,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}

.living-report-page .body-container p {
  font-weight: 300;
  margin: 0 0 16px;
}

.living-report-page .row1-group p {
  font-size: 18px;
}

.living-report-page .body-container a {
  text-decoration: none;
  color: #393939;
  transition: none;
}

.living-report-page .body-container a.btn:after {
  position: relative;
  right: -5px;
  top: -2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f105";
}

.living-report-page .body-container a.btn {
  margin-top: 25px;
  font-size: 25px;
  max-width: 100%;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  color: #fff;
  background-color: #393939;
  border: 1px solid #393939;
  margin-bottom: 0;
  padding: 15px 18px;
  line-height: 1.42857143;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  min-width: 350px;
  letter-spacing: 0;
  height: auto;
}

.living-report-page .body-container a.btn:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

.living-report-page .full-sec-bg-group .bg-img {
  min-height: 500px;
}

.living-report-page .full-sec-bg-group:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.2);
  color: #fff;
  height: 100%;
  content: '';
  width: 100%;
  z-index: 1;
}

.living-report-page .full-sec-bg-group .bg-content-group h1 {
  width: 66.66666667%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 8;
  font-size: 100px;
  color: #fff;
  text-align: center;
  -webkit-text-shadow: 0 2px 5px rgba(0,0,0,.45);
  text-shadow: 0 2px 5px rgba(0,0,0,.45);
  letter-spacing: 0;
}

.living-report-page .full-sec-bg-group .bg-content-group {
  z-index: 2;
}

.our-client-group .page-center {
  padding-top: 45px;
  padding-bottom: 45px;
}

.our-client-group .inner-group {
  margin: 0 -15px;
  width: calc(100% + 30px);
  display: inline-block;
}

.our-client-group .our-client-item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}

.our-client-group .our-client-item a {
  display: block;
  margin: 10px auto;
}

.our-client-group .our-client-item a .image-group {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.our-client-group .our-client-item .link-detail {
  background-color: rgba(0,0,0,.4);
  height: 90px;
  text-align: center;
  display: table;
  width: 100%;
  color: #fff;
  min-height: 75px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.our-client-group .our-client-item .link-detail h1 {
  font-size: 28px;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  display: table-cell;
  vertical-align: middle;
}

.our-client-group .our-client-item a:hover .link-detail {
  background-color: rgba(0,0,0,.75);
}

.living-report-page .full-width-content-group .page-center {
  text-align: center;
  padding: 75px 0;
}

.living-report-page .full-width-content-group .inner-group {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 15px;
}

.living-report-page .full-width-content-group h2 {
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 16px;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #393939;
}

.living-report-page .full-width-content-group p {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 16px;
}

.living-report-page .row3-group .banner-top-group,
.living-report-page .row6-group .banner-top-group {
  min-height: 600px;
  background-color: #222;
}

.living-report-page .row3-group .banner-content .page-center,
.living-report-page .row6-group .banner-content .page-center {
  padding: 0;
  width: 100%;
}

.living-report-page .row3-group .banner-inner-center,
.living-report-page .row6-group .banner-inner-center {
  background: rgba(0,0,0,.5);
  width: 33.33333333% !important;
  height: 600px;
  padding: 0 65px;
  vertical-align: middle;
  top: 0;
  margin: 0 auto;
  float: left;
}

.living-report-page .row6-group .banner-inner-center {
  float: right;
}

.living-report-page .row3-group .banner-content h1,
.living-report-page .row6-group .banner-content h1 {
  font-size: 41px;
  line-height: 1.1em;
  font-family: WWF,Roboto,Calibri,Candara,Arial,sans-serif;
  text-align: center;
  font-weight: 400;
  color: #fff;
  -webkit-text-shadow: 0 2px 5px rgba(0,0,0,.25);
  text-shadow: 0 2px 5px rgba(0,0,0,.25);
  margin: 0 0 16px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.living-report-page .row3-group .banner-top-group:before,
.living-report-page .row6-group .banner-top-group:before {
  display: none;
}

.living-report-page .row4-group .page-center {
  text-align: center;
  padding: 75px 0;
}

.living-report-page .row4-group .page-center > .row-fluid-wrapper {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 15px;
}

.living-report-page .row4-group .page-center > .row-fluid-wrapper > .row-fluid > div {
  margin: 20px !important;
}

.living-report-page .row4-group .left-group {
  width: auto !important;
}

.living-report-page .row4-group .left-group .social-container iframe {
  border: 0 !important;
}

.living-report-page .row4-group .right-group {
  max-width: 300px;
}

.living-report-page .row5-group iframe.ytplayer-player {
  margin-bottom: -7px;
  width: 100% !important;
}

/*  End  */


/*  Borneo Layout  */

.borneo-page .row1-group .page-center {
  padding-top: 100px;
}

.borneo-page .row1-group .two-col-equal-group .inner-group {
  display: inline-block;
  width: 100%;
}

.borneo-page .row1-group .two-col-equal-group .custom-col1 {
  width: 58.33333333%;
  padding-right: 15px;
  float: left;
}

.borneo-page .row1-group .two-col-equal-group .custom-col2 {
  width: 41.66666667%;
  padding-left: 15px;
  float: left;
  text-align: center;
}

.borneo-page .row1-group .two-col-equal-group .custom-col2 center a {
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.borneo-page .row1-group .two-col-equal-group .custom-col2 p i,
.borneo-page .bottom-latest-news-group .inner-group .right-col p i {
  font-family: serif;
  color: gray;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col img {
  width: 100%;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
  font: 14px Helvetica,Arial,sans-serif;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col form .hs-form-field {
  margin: 0;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col form label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col form .hs-input {
  padding: 8px 0;
  margin: 0 0 10px 0;
  text-indent: 5px;
  width: 58%;
  min-width: 130px;
  min-height: auto;
  border: 1px solid #999;
  -webkit-appearance: none;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col form .hs-input:focus {
  border-color: #333;
  outline-offset: -2px;
  outline: -webkit-focus-ring-color auto 5px;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col form input.hs-button.primary.large {
  display: block;
  width: 35%;
  margin: 0 0 10px 0;
  min-width: 90px;
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  min-height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: inherit;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col form .hs-error-msgs label {
  font-size: inherit;
  font-weight: normal;
}

.borneo-page .bottom-latest-news-group .inner-group .right-col form input.hs-button.primary.large:hover {
  background-color: #777;
}

/*  End  */

/*  WildLife Layout  */

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group .top-content h2 {
  text-transform: inherit;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group .top-content ul li a {
  text-decoration: underline;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group .top-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group .top-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group .top-content ul li:before {
  display: inline-block;
  content: '\f101';
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  color: #dd681b;
  font-size: 14px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.wild-page.hs-content-id-7125009430 .row2-group .two-col-right-group {
  margin-bottom: 50px;
}

.wild-page .two-col-right-group-outer h1.header-section {
  font-size: 75px;
  line-height: 1;
  font-family: wwf;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 47px;
  margin-top: 10px;
}

.wild-page .row1-group .hs_cos_wrapper_type_header h1 {
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  text-align: center;
  margin: 0 0 50px;
}

.wild-page .row2-group .section-header {
  text-align: center;
}

.wild-page .two-col-right-group-outer .section-summary {
  font-size: 50px;
  line-height: 1;
  font-family: wwf;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.wild-page .row2-group .section-header h1 {
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  margin-bottom: 50px;
}

.wild-page .row2-group .section-header p {
  margin: 0 0 50px;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
}

.two-col-right-group .two-col-slider {
  background: #fff;
  border: 1px solid #eee;
}

.two-col-right-group .two-col-slider .slider-inner-group {
  padding: 43px 40px 40px;
  position: relative;
}

.two-col-right-group .two-col-slider .slider-inner-group:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.two-col-right-group .two-col-slider .slide-item p {
  margin-bottom: 5px;
}

.two-col-right-group .two-col-slider .slide-item .image-text {
  position: relative;
  right: -4px;
  bottom: 30px;
  font-size: 11px;
  color: #e2e2e2;
  margin-right: 65px;
}

.two-col-right-group .two-col-slider .slide-item p.font img {
  margin-bottom: 9px;
}

.two-col-right-group .two-col-slider ul.slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0;
  position: relative;
  list-style-type: none;
  text-align: center;
}

.wild-page .row2-group .hs_cos_wrapper_type_module:last-child .two-col-right-group .right-col .inner-group {
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
}

.wild-page .row2-group .hs_cos_wrapper_type_module:last-child .two-col-right-group .right-col .inner-group:before {
  height: 3px;
}

.knowledge-sec-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.knowledge-sec-group .knowledge-sec-inner-group {
  margin-bottom: 50px;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 22px;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group {
  padding: 40px;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: wwf;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group .panel-media-group:last-child {
  border-bottom: 1px solid #eee;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group .panel-media-group {
  border-top: 1px solid #eee;
  padding: 50px 0;
  margin: 0;
}

.knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group .panel-media-group .left-col {
  display: table-cell;
  vertical-align: top;
}

.knowledge-sec-group {
  margin-top: -13px;
}

/*  End  */

/*  Climate Layout  */

.climate-page .two-col-right-group .right-col .inner-group h4 {
  font-weight: normal;
  line-height: 1.2;
  font-size: 28px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  vertical-align: baseline;
  background-color: transparent;
  color: rgb(255, 255, 255);
  font-stretch: normal;
  font-family: WWFRegular, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-shadow: rgb(0, 0, 0) 1px 1px 2px;
}

.climate-page .row1-group .hs_cos_wrapper_type_header h1 {
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  text-align: center;
  margin: 0 0 50px;
}

.climate-page .row2-group .section-header {
  text-align: center;
}

.climate-page .row2-group .section-header h1 {
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  margin-bottom: 50px;
}

.climate-page .row2-group .section-header p {
  margin: 0 0 50px;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
}

.unknown2 a {
  display: block;
  position: relative;
}

.unknown2 a, .unknown3 a {
  margin-bottom: 5px;
  cursor: pointer;
}

.climate-page .row2-group .two-col-right-group .left-col p img {
  width: 100%;
}

.climate-page .row2-group .two-col-right-group .left-col p i {
  font-family: serif;
  color: gray;
  font-size: 14px;
  line-height: 1.6;
  display: block;
}

.climate-page .row2-group .hs_cos_wrapper_type_module:last-child .two-col-right-group {
  margin-bottom: 100px;
}

.climate-page .row2-group .page-center {
  padding-bottom: 0;
}

.climate-page .row3-group .hs_cos_wrapper_type_header h1:after {
  margin: 25px auto 0;
  background: #dd681b;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
}

.climate-page .row3-group .hs_cos_wrapper_type_header h1 {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
}

.climate-page .row3-group {
  margin-top: -20px;
}

.climate-page .row3-group .bottom-latest-news-group .page-center {
  max-width: 100% !important;
  padding: 0 !important;
}

.climate-page .row3-group .left-col {
  width: 58.33333333% !important;
  padding-right: 15px;
}

.climate-page .row3-group .right-col {
  width: 41.66666667% !important;
  margin: 0 !important;
  padding-left: 15px;
}

.climate-page .row3-group .bottom-latest-news-group .inner-group {
  width: 100%;
  margin: 0;
}

.climate-page .row3-group .bottom-latest-news-group .inner-group .left-col {
  width: 100% !important;
  padding: 0;
  float: none;
}

.climate-page .row3-group .right-col .inner-group {
  background: #fff;
  border: 1px solid #eee;
  padding: 44px 40px 40px;
  position: relative;
}

.climate-page .row3-group .right-col .inner-group:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #dd681b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.climate-page .row3-group .right-col .inner-group .hs_cos_wrapper_type_header h1:after {
  display: none;
}

.climate-page .row3-group .right-col .inner-group .hs_cos_wrapper_type_header h1 {
  font-size: 30px;
  line-height: 1.2;
  font-family: wwf;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: inherit;
}

.climate-page .two-col-right-group .two-col-slider {
  border: 0;
}

.climate-page .two-col-right-group .two-col-slider .slider-inner-group {
  padding: 0;
}

.climate-page .two-col-right-group .two-col-slider .slider-inner-group:before,
.climate-page .two-col-right-group .two-col-slider .slick-arrow {
  display: none !important;
}

.climate-page .row2-group .two-col-right-group .right-col img {
  width: auto !important;
}

/*  End  */

/*  Our Work Layout  */

.work-page .row1-group .page-center {
  padding-top: 100px;
  padding-bottom: 95px;
}

.work-page .row2-group .page-center {
  padding-top: 50px;
  padding-bottom: 40px;
}

.work-page .row2-group .hs_cos_wrapper_type_header h1 {
  margin: 22px 0 50px;
  text-align: center;
  font-size: 75px;
  line-height: 1;
  font-family: wwf;
  letter-spacing: 1px;
}

.work-page .row2-group .two-col-right-group .right-col .inner-group {
  margin-bottom: 22px;
}

.work-page .row2-group .two-col-right-group .right-col img {
  width: 100%;
}

.work-page .row2-group .two-col-right-group .right-col .bottom-right-col p {
  font-family: serif;
  color: gray;
}

.work-page .row2-group .two-col-right-group {
  margin-bottom: 142px;
}

.work-page .row2-group .two-col-right-group h1:after {
  margin: 25px auto 0;
  background: #dd681b;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
}

.work-page .row2-group .two-col-right-group h1 {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
  display: inline-block;
  width: 100%;
}

.work-page .row2-group .two-col-right-group ul.pdf-block {
  padding: 0 15px;
  margin: 0 0 0;
  list-style: none;
  display: block;
}

.work-page .row2-group .two-col-right-group ul.pdf-block li {
  margin: 0 0 20px;
}

.work-page .row2-group .two-col-right-group ul.pdf-block li a {
  border: none;
  border-radius: 0;
  background: #eee;
  color: #000;
  margin-bottom: 1px;
  position: relative;
  padding: 15px 60px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.work-page .row2-group .two-col-right-group ul.pdf-block li a span {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  transition: all .3s ease;
  color: #333;
}

.work-page .row2-group .two-col-right-group ul.pdf-block li a em {
  color: gray;
  transition: all .3s ease;
  display: block;
  font-style: italic;
}

.work-page .row2-group .two-col-right-group ul.pdf-block li a:after {
  font-size: 20px;
  right: 20px;
  color: #dd681b;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0ab";
}

.work-page .row2-group .two-col-right-group ul.pdf-block li a:before {
  left: 20px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f1c1";
}

.bottom-latest-news-group .page-center {
  padding-top: 0;
}

.bottom-latest-news-group .title-group h1 {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
}

.bottom-latest-news-group .title-group h1:after {
  margin: 25px auto 0;
  background: #dd681b;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
}

.bottom-latest-news-group .inner-group {
  width: calc(100% + 30px);
  margin: 0 -15px;
  display: inline-block;
}

.bottom-latest-news-group .inner-group .left-col {
  width: 58.33333333%;
  padding: 0 15px;
  float: left;
}

.bottom-latest-news-group .inner-group .right-col {
  width: 41.66666667%;
  float: left;
  padding: 0 15px;
}

.bottom-latest-news-group .inner-group .left-col .news-item {
  border-top: 1px solid #eee;
  padding: 50px 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.bottom-latest-news-group .inner-group .left-col .news-item .media-left {
  float: left;
  padding-right: 30px;
  display: table-cell;
  vertical-align: top;
}

.bottom-latest-news-group .inner-group .left-col .news-item .media-body {
  display: table-cell;
  vertical-align: top;
}

.bottom-latest-news-group .inner-group .left-col .news-item .media-body .text-gray {
  font-family: serif;
  color: gray;
}

.bottom-latest-news-group .inner-group .left-col .news-item .media-body .media-heading {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bottom-latest-news-group .inner-group .left-col .news-item:last-child {
  border-bottom: 1px solid #eee;
}

.work-page .row2-group .two-col-right-group ul.pdf-block li a:hover {
  background: #f38e43;
  color: #fff;
}

.work-page .row2-group .two-col-right-group ul.pdf-block li a:hover:before,
.work-page .row2-group .two-col-right-group ul.pdf-block li a:hover:after {
  color: #fff;
}

.work-page .row2-group .two-col-right-group ul.pdf-block li a:hover span, 
.work-page .row2-group .two-col-right-group ul.pdf-block li a:hover em {
  color: #fff;
}

/*  End  */

/*  NewsLetter Layout  */

.newsletter-page .row1-group .page-center {
  padding-top: 100px;
  padding-bottom: 0;
}

.newsletter-page .row1-group .hs_cos_wrapper_type_form {
  border: 15px solid #f7f6f1;
  display: inline-block;
  width: 100%;
  padding: 50px;
}

.newsletter-page .row1-group h3.form-title:after {
  margin: 25px auto 0;
  background: #dd681b;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
}

.newsletter-page .row1-group h3.form-title {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
}

.newsletter-page .row1-group .top-text {
  margin-bottom: 50px;
  text-align: center;
}

.newsletter-page .row1-group .top-text span {
  color: red;
}

.newsletter-page .row1-group form .hs-input {
  font-size: 16px;
  color: #555;
  max-width: 48.8%;
}

.newsletter-page .row1-group form input.hs-button.primary.large {
  margin: 0;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  font-weight: 400;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  min-height: auto;
  font-family: inherit;
  text-transform: inherit;
  letter-spacing: 0;
  transition: none;
}

.newsletter-page .row1-group form input.hs-button.primary.large:hover,
.newsletter-page .row1-group form input.hs-button.primary.large:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.newsletter-page .row1-group form .hs-input::-webkit-input-placeholder {
  color: #a8a4a4;
  opacity: 1;
}

.newsletter-page .row1-group form .hs-input:-moz-placeholder {
  color: #a8a4a4;
  opacity: 1;
} 

.newsletter-page .row1-group form .hs-input::-moz-placeholder {
  color: #a8a4a4;
  opacity: 1;
} 

.newsletter-page .row1-group form .hs-input:-ms-input-placeholder {
  color: #a8a4a4;
  opacity: 1;
} 

.popup-body form .hs-input::-webkit-input-placeholder {
  color: #ccc6c6;
}

.popup-body form .hs-input:-moz-placeholder {
  color: #ccc6c6;
}

.popup-body form .hs-input::-moz-placeholder {
  color: #ccc6c6;
}

.popup-body form .hs-input:-ms-input-placeholder {
  color: #ccc6c6;
}

.newsletter-page .full-width-tabber-wrap .tabber-item>div {
  padding: 0;
}

.newsletter-page .row2-group .banner-group .banner-top-group {
  height: 40vw;
  position: relative;
  background-position: center center;
  background-attachment: fixed;
  min-height: auto;
  display: block;
}

.newsletter-page .row2-group .banner-group .banner-top-group .banner-content {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
}

.newsletter-page .row2-group .banner-group .banner-top-group .banner-content h1 {
  text-transform: uppercase;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
}

.newsletter-page .row2-group .banner-group .banner-top-group .banner-content h1:after {
  background: #dd681b;
}

.newsletter-page .row2-group .banner-group .banner-top-group .banner-content .banner-inner-center {
  width: 50%;
  top: 0;
}

.newsletter-page .row2-group .banner-group .banner-top-group .banner-content .btn-wrapper {
  padding: 0;
}

.newsletter-page .row2-group {
  margin-bottom: 50px;
}

/*  End  */

/*  Planet Layout  */

.planet-page .row1-group .page-center {
  padding-top: 100px;
}

.planet-page .row1-group .top-col .section-header {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.planet-page .row1-group .top-col .section-header h1 {
  margin: 0 0 50px;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  margin-top: 22px;
}

.planet-page .row1-group .top-col .section-header p {
  margin: 0 0 50px;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
}

.planet-page .row1-group .top-col .hs_cos_wrapper_type_rich_text {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 5px;
  float: none;
  display: block;
}

.planet-page .row1-group .top-col {
  margin-bottom: 50px;
}

.planet-page .row1-group .two-col-equal-group .inner-group {
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.planet-page .row1-group .two-col-equal-group .content {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.planet-page .row1-group .two-col-equal-group .content h2 {
  margin-bottom: 33px;
}

.planet-page .row1-group .two-col-equal-group .custom-col2 a.btn:first-of-type {
  margin-right: 21px;
}

.planet-page .row1-group .two-col-equal-group .custom-col2 img {
  margin-top: 3px;
}

.project.slider-group {
  padding-top: 60px;
  position: relative;
  margin-top: -6px;
}

.project.slider-group:after {
  margin: 0 auto;
  background: #dd681b;
  display: block;
  width: 30px;
  height: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.project.slider-group .slick-list.draggable .slick-slide {
  padding: 0 15px;
}

.project.slider-group .slick-arrow.slick-prev {
  font-size: 0;
  left: 30px;
}

.project.slider-group .slick-arrow.slick-next {
  right: 30px;
  font-size: 0;
}

.project.slider-group .slick-list.draggable .slick-slide .img-wrapper {
  position: relative;
}

.project.slider-group .slick-list.draggable .slick-slide .img-wrapper .fancybox {
  font-size: 16px;
  background: #000;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.project.slider-group .slick-list.draggable .slick-slide .img-wrapper .fancybox:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f065";
}

.project.slider-group ul.slick-dots {
  display: none !important;
}

.planet-page .row3-group .page-center {
  padding-top: 70px;
}

.planet-page .row3-group .page-center > .row-fluid-wrapper {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 5px;
}

/*  End  */

/*  Ambition Layout  */

.ambition-page .row1-group .page-center {
  padding-top: 100px;
}

.ambition-page .row1-group .page-center > .row-fluid-wrapper {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 5px;
}

.ambition-page .row1-group a.btn {
  text-shadow: 2px 2px 2px #333;
}

.ambition-page .slider-group p.subheading {
  font-size: 24px;
  margin-top: 22px;
  margin-bottom: 11px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.ambition-page .slider-group .slick-slide-inner-wrapper .caption h2 {
  font-size: large;
  line-height: inherit;
  letter-spacing: 0;
  text-transform: inherit;
  font-family: inherit;
}

/*  End  */


/* Connect Layout  */

.connect-page .row1-group .two-col-left-image-group .right-col {
  margin-bottom: 40px;
}

.connect-page .row1-group .page-center {
  padding-top: 100px;
}

.connect-page .row1-group .section-header {
  text-align: center;
  width: 66.66666667%;
  display: block;
  margin: 0 auto 50px;
  padding: 0 5px;
}

.connect-page .row1-group .section-header h1 {
  font-size: 30px;
  margin-bottom: 53px;
}

.connect-page .row1-group .section-header p.secondary-header {
  display: inline-block;
}

.connect-page .row1-group .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 66.66666667%;
  margin: 0 auto;
  text-align: center;
  padding: 0 5px;
}

.connect-page .row1-group .hs_cos_wrapper_type_rich_text h2 {
  display: inline-block;
  width: 100%;
}

.connect-page .row1-group .two-col-left-image-group {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.connect-page .row1-group .two-col-left-image-group p a,
.connect-page .row1-group a.fm-btn {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  background: #E9500B;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 70%;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  border: 2px outset buttonface;
}

.connect-page .row1-group .two-col-left-image-group.right .left-col {
  order: 2;
}

.connect-page .row1-group .two-col-left-image-group.right .right-col {
  margin-left: 0;
}

/*  End  */

/*  Involved Layout  */

.involved-page .row1-group .page-center {
  padding-top: 96px;
  text-align: center;
}

.involved-page .row1-group h1 {
  margin: 0 0 46px;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  margin-top: 22px;
}

.involved-page .row1-group h2 {
  margin: 0 0 50px;
  line-height: 1.2;
  font-family: serif;
}

.involved-page .row1-group p {
  width: 66.66666667%;
  margin: 0 auto 20px;
  text-align: left;
  caret-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-size-adjust: auto;
  padding: 0 5px;
}

.involved-page .row1-group {
  margin-bottom: 100px;
}

.involved-page .row2-group .hs_cos_wrapper_type_form {
  display: inline-block;
  width: 100%;
  border: 15px solid #f7f6f1;
}

.involved-page .row2-group form {
  padding: 50px;
}

.involved-page .row2-group form .hs-form-field {
  padding: 0 15px;
}

.involved-page .row2-group form .hs-input {
  max-width: 100%;
}

.involved-page .row2-group form ul.inputs-list.multi-container,
.involved-page .row2-group form .hs_i_agree_to_the_terms_and_conditions_of_the_privacy_policy ul.inputs-list {
  margin: 0;
  padding: 0;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-radio,
.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-checkbox,
.involved-page .row2-group form .hs_i_agree_to_the_terms_and_conditions_of_the_privacy_policy ul.inputs-list li.hs-form-booleancheckbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-radio label.hs-form-radio-display,
.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-checkbox label.hs-form-checkbox-display,
.involved-page .row2-group form .hs_i_agree_to_the_terms_and_conditions_of_the_privacy_policy ul.inputs-list li.hs-form-booleancheckbox label {
  margin: 0;
  cursor: pointer;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-radio input[type="radio"],
.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-checkbox input[type="checkbox"],
.involved-page .row2-group form .hs_i_agree_to_the_terms_and_conditions_of_the_privacy_policy ul.inputs-list li.hs-form-booleancheckbox label .hs-input {
  position: absolute;
  margin-left: -20px;
  visibility: hidden;
  opacity: 0;
  line-height: normal;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-radio span:before {
  border-color: #dd681b;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border-radius: 50%;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #fff;
  font-size: 12px;
  margin-right: 9px;
  margin-bottom: 3px;
  text-align: center;
  border: 1px solid #ccc;
  overflow: hidden;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-checkbox span:before,
.involved-page .row2-group form .hs_i_agree_to_the_terms_and_conditions_of_the_privacy_policy ul.inputs-list li.hs-form-booleancheckbox label span:first-of-type:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #fff;
  font-size: 12px;
  margin-right: 9px;
  margin-bottom: 3px;
  text-align: center;
  border: 1px solid #ccc;
  overflow: hidden;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-radio label.hs-form-radio-display span,
.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-checkbox label.hs-form-checkbox-display span {
  display: inline-block;
  width: 100%;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-radio + li.hs-form-radio,
.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-checkbox + li.hs-form-checkbox {
  margin-top: -5px;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-radio input[type="radio"]:checked + span:before,
.involved-page .row2-group form .hs_i_agree_to_the_terms_and_conditions_of_the_privacy_policy ul.inputs-list li .hs-input[type="checkbox"]:checked + span:before,
.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-checkbox input[type="checkbox"]:checked + span:before {
  content: '\f00c';
  background: #dd681b;
  border-color: #dd681b;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-radio:last-child,
.involved-page .row2-group form ul.inputs-list.multi-container li.hs-form-checkbox:last-child {
  margin-bottom: 0;
}

.involved-page .row2-group form .hs-submit {
  padding: 0 15px;
}

.involved-page .row2-group form .hs_error_rollup {
  padding: 0 15px;
}

.involved-page .row2-group .slider-group {
  padding-top: 50px;
}

.involved-page .row3-group .page-center {
  padding-top: 0;
}

.recent-post-group .hs-rss-item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}

.recent-post-group .latest-news-inner-group {
  display: inline-block;
}

.recent-post-group {
  margin-top: 60px;
}

.recent-post-group .hs-rss-item a.news-block {
  display: block;
  background: #fff;
  margin-bottom: 5px;
  box-shadow: 0 0 12px rgba(0,0,0,.175);
  transition: all .3s ease;
}

.recent-post-group .hs-rss-item a.news-block .hs-rss-item-text {
  padding: 40px;
}

.recent-post-group .hs-rss-item a.news-block .hs-rss-item-text .hs-rss-byline {
  color: gray;
  margin: 0 0 20px;
  opacity: 1;
  font-size: inherit;
  font-family: serif;
}

.recent-post-group .hs-rss-item a.news-block .hs-rss-item-text p.hs-rss-title {
  color: #000;
  transition: all .3s ease;
  font-size: 30px;
  line-height: 1.2;
  font-family: wwf;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: bold;
}


.recent-post-group .hs-rss-item-text .hs-rss-description p {
  display: inline;
  margin: 0;
}

.recent-post-group .hs-rss-item-text .hs-rss-description {
  margin-bottom: 20px;
  color: gray;
}

.recent-post-group .hs-rss-item-text .read-more-btn {
  background: #eee;
  border-radius: 50%;
  border: none;
  line-height: 50px;
  width: 50px;
  text-align: center;
  padding: 0;
  transition: all .3s ease;
  margin: 20px 0 0;
  color: #333;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
}

.recent-post-group .hs-rss-item-text .read-more-btn i.fas.fa-arrow-right {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-arrow-right:before {
  content: "\f061";
}

.recent-post-group .hs-rss-item a.news-block:hover .read-more-btn {
  background: #dd681b;
  color: #fff;
}

.recent-post-group .hs-rss-item a.news-block:hover p.hs-rss-title {
  color: #dd681b;
}

.recent-post-group .hs-rss-item {
  margin: 0;
}

/*  End  */

/*  People Layout  */

.people-page .banner-group .banner-content {
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.people-page .banner-group .banner-content .page-center {
  height: 100%;
}

.people-page .banner-group .banner-content .banner-inner-center {
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: 15%;
  left: 15px;
  height: auto;
  top: auto;
  text-align: left;
}

.people-page .banner-group .banner-content h1:after {
  display: none;
}

.people-page .banner-group .banner-content h1 {
  padding-top: 20px;
}

.people-page .banner-group .banner-content h1:before {
  content: '';
  width: 30%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.people-page .banner-bottom-content.with-center {
  display: block;
  right: 15px;
}

.people-page .banner-bottom-content {
  display: none;
}

.people-page .top-menu-slider-group.menu-fixed {
  position: relative;
}

.people-page .row1-group .page-center {
  padding-top: 56px;
}

.people-page .row1-group .page-center > .row-fluid-wrapper,
.people-page .row7-group .page-center > .row-fluid-wrapper {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 5px;
}

.people-page .row3-group .page-center {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}

.people-page .row3-group .two-col-left-image-group {
  margin-top: 50px;
}

.people-page .row3-group .two-col-left-image-group.right .left-col {
  left: 41.66666667%;
  float: right;
}

.people-page .row3-group .two-col-left-image-group.right .right-col {
  right: 58.33333333%;
  margin-left: 0;
}

.people-page .row3-group .two-col-left-image-group p {
  margin-bottom: 22px;
}

.full-sec-bg-group .bg-content-group {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.full-sec-bg-group .bg-content-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.full-sec-bg-group .bg-content-group h1 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  font-family: wwf;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0;
}

.people-page .row5-group .page-center {
  padding-top: 50px;
  padding-bottom: 60px;
}

.people-page .row5-group .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 5px;
}

.people-page .row5-group .two-col-equal-group .inner-group {
  margin: 0 -15px;
  display: inline-block;
  width: calc(100% + 30px);
}

.people-page .row5-group .two-col-equal-group .content {
  width: 50%;
  padding: 0 15px;
  float: left;
}

.people-page .row5-group .two-col-equal-group .content h1 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  color: #dd681b;
  margin: 0 0 20px;
}

.people-page .row5-group .two-col-equal-group {
  padding-top: 8px;
  margin-bottom: 65px;
}

.people-page .row5-group .two-col-equal-group .content p {
  caret-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-size-adjust: auto;
}

.media-video-group .embed-vid .media-video-content .media-video-top-content .video-inner {
  margin-bottom: 40px;
}

.media-video-group .embed-vid .media-video-content .media-video-top-content .video-inner .title {
  font-size: 20px;
  font-family: wwf;
  line-height: 1;
  letter-spacing: 1px;
}

.people-page .row7-group .page-center {
  padding-top: 20px;
}

/*  End  */

/*  Food Layout  */

.banner-top-group .overlay {
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.food-page .banner-content .page-center {
  position: relative;
  z-index: 1;
}

.banner-top-group.no-bg {
  background-image: none !important;
  min-height: auto !important;
}

.banner-top-group.no-bg img {
  width: 100%;
}

.banner-top-group.no-bg .banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  z-index: 1;
}

.banner-top-group.no-bg .banner-inner-center {
  top: 0;
}

.food-page .row1-group {
  margin-top: 100px;
}

.two-col-right-group .left-col {
  width: 58.33333333%;
  padding-right: 15px;
  float: left;
}

.two-col-right-group .right-col {
  width: 41.66666667%;
  padding-left: 15px;
  float: left;
}

.two-col-right-group .left-col p {
  caret-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-size-adjust: auto;
}

.two-col-right-group .right-col .inner-group {
  background: #000;
  color: #fff;
  position: relative;
  padding: 45px 40px 40px;
}

.two-col-right-group .right-col .inner-group:before {
  background: #dd681b;
  margin: 0 auto;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.two-col-right-group .right-col .inner-group h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: wwf;
  margin: 0 0 20px;
}

.two-col-right-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.food-page .row1-group .page-center {
  padding-top: 0;
  margin-bottom: 94px;
  padding-bottom: 0;
}

.full-img-group {
  position: relative;
}

.full-sec-bg-group {
  position: relative;
}

.full-sec-bg-group .bg-img {
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.full-sec-bg-group:before {
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}

.full-sec-bg-group .full-img-group img {
  width: 100%;
}

.full-sec-bg-group .bottom-text {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 11px;
  color: #e2e2e2;
  padding-right: 15px;
}

.food-page .row3-group .page-center {
  padding-top: 50px;
}

.food-page .row3-group .hs_cos_wrapper_type_header h1 {
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  text-align: center;
  margin: 0 0 50px;
}

.food-page .row3-group .two-col-right-group {
  margin-bottom: 150px;
}

.one-col-image-group h1 {
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  text-align: center;
  margin: 3px 0 50px;
}

.one-col-image-group .inner-group {
  margin-top: 150px;
  display: inline-block;
  width: 100%;
}

.one-col-image-group .inner-group .one-col-image-item {
  width: 33.33333333%;
  padding: 0 1px 1px 0;
  position: relative;
  background: #fff;
  float: left;
}

.one-col-image-group .inner-group .one-col-image-item a {
  color: #fff;
  display: block;
  overflow: hidden;
  transition: all .3s ease;
}

.one-col-image-group .inner-group .one-col-image-item a img {
  transition: all .3s ease;
  width: 100%;
}

.one-col-image-group .inner-group h2 {
  position: absolute;
  bottom: 0;
  padding: 20px;
  font-size: 30px;
  line-height: 1.2;
  font-family: wwf;
  text-transform: uppercase;
  margin: 0;
}

.one-col-image-group .inner-group .one-col-image-item a:hover img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.one-col-image-group {
  margin-bottom: 50px;
}

.food-page .row3-group .hs_cos_wrapper_type_text {
  width: 66.66666667%;
  display: block;
  margin: -6px auto 170px !important;
  caret-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-size-adjust: auto;
  padding: 0 5px;
}

.food-page .row3-group iframe {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}

.food-page .row3-group .two-col-equal-group h1 {
  margin-bottom: 50px;
  font-size: 75px;
  line-height: 1;
  margin-top: 7px;
  letter-spacing: 1px;
  font-family: wwf;
  text-align: center;
}

.food-page .row3-group .two-col-equal-group .inner-group {
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -15px 150px;
}

.food-page .row3-group .two-col-equal-group .inner-group .custom-col2 {
  width: 41.66666667%;
  float: left;
  padding: 0 15px;
}

.food-page .row3-group .two-col-equal-group .inner-group .custom-col1 {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
}

.food-page .row3-group .section-header h1 {
  margin: 25px 0 50px;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  text-align: center;
}

.food-page .row3-group .section-header p {
  margin: 0 0 50px;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  text-align: center;
}

.food-page .row3-group .page-center {
  padding-bottom: 0;
}

.food-page .two-col-left-image-group h6 {
  color: #dd681b;
  font-family: serif;
  margin: 0 0 20px;
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.food-page .two-col-left-image-group h6:after {
  content: '';
  width: 80%;
  height: 2px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.food-page .row1-group .hs_cos_wrapper_type_header h1 {
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 46px;
}

.food-page .slider-group .page-center {
  padding-bottom: 0 !important;
}

.food-page .row3-group .two-col-left-image-group {
  margin-bottom: 45px;
}

.food-page .row1-group .two-col-left-image-group {
  margin-bottom: 50px;
}

/*  End  */

/*  Full Width Layout  */

.banner-bottom-content.with-center {
  display: none;
}

.banner-content p.banner-top-text {
  font-family: serif;
  color: #fff;
  margin: 0;
}

.banner-content h2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.banner-inner-center {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 13px;
}

.full-width .banner-content {
  text-align: left;
}

.full-width .banner-content p.banner-top-text {
  margin: 5px;
}

.full-width .slider-group {
  margin-top: 100px;
  display: inline-block;
  width: 100%;
}

.full-width .slider-group .slider-top-group {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 5px;
}

.full-width .slider-group .slider-top-group .title:after {
  display: none !important;
}

.full-width .slider-group .slider-top-group .title {
  font-size: 30px;
  margin-top: 22px;
  margin-bottom: 11px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-transform: inherit;
  text-align: left;
  letter-spacing: 0;
}

.full-width .slider-inner-group {
  margin-top: 70px;
}

.full-width .row1-group .page-center {
  padding-top: 0;
}

.full-width .row1-group .page-center > .row-fluid-wrapper {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 5px;
}

.full-width .row1-group .page-center > .row-fluid-wrapper p {
  margin: 0;
}

.full-width .row1-group .page-center > .row-fluid-wrapper h2 {
  margin-top: 70px;
}

.full-width .row2-group .slider-group {
  margin: 0;
}

.full-width .row2-group .slider-inner-group {
  margin: 10px 0 150px;
}

.full-width .row2-group .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_text {
  width: 66.66666667%;
  display: block;
  margin: 0px auto 20px;
  padding: 0 5px;
  float: none;
}

.full-width .row2-group .hs_cos_wrapper_type_module:last-child {
  display: block;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}

.full-width .row2-group {
  margin-bottom: 50px;
}

.full-width .row2-group .page-center {
  padding-bottom: 20px;
}

/*  End  */

/*  Top Menu Slider */

.top-menu-slider-group.scrolled-header.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:300;
}

.top-menu-slider-group {
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
  width: 100% !important;
  border-bottom: 1px solid #eee;
}

.top-menu-slider-group .page-center {
  text-transform: uppercase;
  text-align: center;
  padding: 0 5px !important;
  max-width: 1300px !important;
  margin: 0 auto;
}

.top-menu-slider-group .slick-slider {
  display: block !important;
}

.top-menu-slider-group .slick-slider .slick-slide {
  margin: 0;
  display: inline-block;
}

.top-menu-slider-group .slick-slider .slick-slide a {
  color: gray;
  font-weight: 700;
  border: none;
  border-radius: 0;
  background: 0 0;
  padding: 0 15px;
  line-height: 80px;
  height: 80px;
  margin: 0;
  transition: all .3s ease;
}

.top-menu-slider-group .slick-slider .slick-slide.active-branch a {
  color: #000;
  border-bottom: 8px solid #dd681b;
}

.top-menu-slider-group .slick-slider .slick-arrow {
  width: 40px;
  height: 100%;
  line-height: 80px;
  position: absolute;
  top: 0;
  z-index: 1;
  outline: 0;
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0;
  background-color: transparent;
}

.top-menu-slider-group .slick-slider .slick-next {
  right: -5px;
  background-image: linear-gradient(to left,#fff,rgba(255,255,255,0));
}

.top-menu-slider-group .slick-slider .slick-next:before {
  content: "\f105";
  display: inline-block;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  opacity: 1;
  line-height: inherit;
}

.top-menu-slider-group .slick-slider .slick-prev:before {
  content: "\f104";
  display: inline-block;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  line-height: inherit;
}

.top-menu-slider-group .slick-slider .slick-prev {
  left: -5px;
  background-image: linear-gradient(to right,#fff,rgba(255,255,255,0));
}

.top-menu-slider-group .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

/*  End  */

/*  Home Page  */

.home.banner-group button.slick-prev {
  left: 15px;
}

.home.banner-group .slick-arrow {
  width: 25px;
  height: 51px;
  margin: auto;
  outline: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home.banner-group .slick-arrow:after,
.home.banner-group .slick-arrow:before {
  content: "";
  width: 30px;
  height: 1px;
  left: -5px;
  position: absolute;
  background-color: #fff;
  opacity: 1;
}

.home.banner-group .slick-arrow:before {
  top: 12px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.home.banner-group .slick-arrow:after {
  bottom: 12px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.home.banner-group .slick-next {
  right: 15px;
}

.home.banner-group .slick-next:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.home.banner-group .slick-next:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.home.banner-group .banner-bottom-content {
  right: 15px;
}

.home.banner-group ul.slick-dots {
  list-style: none;
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  width: 100%;
}

.home.banner-group.slick-initialized.slick-slider {
  margin: 0;
}

.home.banner-group ul.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  width: auto;
  height: auto;
}

.home.banner-group ul.slick-dots li.slick-active button {
  width: 3px;
  height: 3px;
  background: #fff;
  opacity: 1;
}

.home.banner-group ul.slick-dots li button:before {
  display: none;
}

.home.banner-group ul.slick-dots li button {
  display: inline-block;
  width: 5px;
  height: 5px;
  font-size: 0;
  padding: 0;
  background: #fff;
  outline: 0;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  vertical-align: middle;
  opacity: 1;
}

.home.banner-group ul.slick-dots li button:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.home.banner-group ul.slick-dots li.slick-active button:after {
  width: 24px;
  height: 24px;
  opacity: 1;
  visibility: visible;
}

.home-page .banner-content .page-center > * {
  max-width: 350px;
}

.home-page .banner-content h1 {
  padding-top: 20px;
  margin: 0 0 20px;
  position: relative;
}

.home-page .banner-content h1:after {
  display: none;
}

.banner-content p.banner-bottom-text {
  color: #fff;
}

.banner-content .btn-wrapper a {
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  padding: 0 60px;
  font-family: wwf;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  color: #fff;
  background-color: #dd681b;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}

.banner-content .btn-wrapper a:hover, 
.banner-content .btn-wrapper a:focus {
  background-color: #f38e43;
}

.banner-content .btn-wrapper {
  padding-bottom: 20px;
}

.banner-content .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}

.home-page .banner-content h1:before {
  content: '';
  width: 30%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.home-page .banner-bottom-content {
  display: none;
}

.home-page .banner-bottom-content.with-center {
  display: block;
}

.home-page .banner-top-group {
  display: block;
}

.home-page .banner-content .page-center {
  text-align: left;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.home-page .banner-content .banner-inner-center {
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: 15%;
  left: 15px;
  top: auto;
}

.home-page .row1-group .page-center {
  padding-top: 0;
}

.home-page .row2-group .page-center {
  padding-top: 0;
}

/*  End  */

/*  Latest News Slider  */

.latest-news-group h3 {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
  margin-top: 6px;
}

.latest-news-group h3:after {
  margin: 25px auto 0;
  background: #dd681b;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
}

.latest-news-inner-group {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.latest-news-inner-group .slick-slide .inner-group {
  padding: 0 15px;
}

.latest-news-inner-group .slick-slide .inner-group a.news-block {
  display: block;
  background: #fff;
  margin-bottom: 5px;
  box-shadow: 0 0 12px rgba(0,0,0,.175);
  transition: all .3s ease;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text {
  padding: 40px;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text .hs-rss-byline i {
  font-family: serif;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text .hs-rss-byline {
  color: gray;
  margin: 0 0 20px;
  opacity: 1 !important;
  font-size: inherit;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text .hs-rss-byline i span.hs-rss-date {
  color: #dd681b;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text p.hs-rss-title {
  color: #000;
  transition: all .3s ease;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: wwf;
  text-transform: uppercase;
  font-weight: 700;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text .hs-rss-description p {
  display: inline;
  margin: 0;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text .hs-rss-description {
  margin-bottom: 20px;
  color: gray;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text .read-more-btn {
  background: #eee;
  border-radius: 50%;
  border: none;
  line-height: 50px;
  width: 50px;
  text-align: center;
  padding: 0;
  transition: all .3s ease;
  margin: 20px 0 0;
  color: #333;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
}

.latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text .read-more-btn i.fas.fa-arrow-right {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-arrow-right:before {
  content: "\f061";
}

.latest-news-inner-group .slick-slide .inner-group a.news-block:hover .read-more-btn {
  background: #dd681b;
  color: #fff;
}

.latest-news-inner-group .slick-slide .inner-group a.news-block:hover p.hs-rss-title {
  color: #dd681b;
}

.latest-news-inner-group ul.slick-dots {
  display: none !important;
}

.latest-news-group .hs-rss-item {
  margin: 0;
}

.latest-news-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
}

/*  End  */

/*  Two Column Left Image */

.two-col-left-image-group {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  display: inline-block;
}

.two-col-left-image-group .left-col {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}

.two-col-left-image-group .left-col p {
  margin-bottom: 20px;
}

.two-col-left-image-group .left-col p img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.two-col-left-image-group .left-col .bottom-text {
  position: relative;
  right: -5px;
  bottom: 45px;
  font-size: 11px;
  color: #e2e2e2;
  margin-right: 50px;
  margin-bottom: 0;
}

.two-col-left-image-group .right-col {
  margin-left: 8.33333333%;
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}

.two-col-left-image-group .right-col h1 {
  padding-bottom: 35px;
  border-bottom: 2px solid #000;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: wwf;
  text-transform: uppercase;
  margin: 0 0 20px;
}

a.btn {
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  padding: 0 60px;
  font-family: wwf;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  color: #fff;
  background-color: #dd681b;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}

a.btn:hover {
  background-color: #f38e43;
}

/*  End  */

/*  Media Video  */

.media-video-group {
  margin-bottom: 50px;
}

.media-video-group .embed-vid {
  overflow: hidden;
  position: relative;
}

.media-video-group .embed-vid .image {
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}

.media-video-group .embed-vid .image img {
  width: 100%;
  height: auto;
}

.media-video-group .embed-vid .media-video-content {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.media-video-group .embed-vid .media-video-content .vid-logo {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 14px;
}

.media-video-group .embed-vid .media-video-content .vid-logo i.fab.fa-youtube {
  font-size: 30px;
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-youtube:before {
  content: "\f167";
}

.media-video-group .embed-vid .media-video-content .bottom-content {
  position: absolute;
  right: 0px;
  bottom: 20px;
  font-size: 11px;
  color: #e2e2e2;
  margin-right: 15px;
}

.media-video-group .embed-vid iframe.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

.media-video-group .embed-vid .media-video-content .media-video-top-content .play-icon i.fas.fa-play {
  width: 85px;
  height: 85px;
  line-height: 85px;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all .3s linear;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
}

.media-video-group .embed-vid .media-video-content .media-video-top-content .play-icon .fa-play:before {
  content: "\f04b";
  margin-left: 5px;
}

.media-video-group .embed-vid .media-video-content .media-video-top-content {
  padding: 0 20px;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .9;
}

.media-video-group .embed-vid .media-video-content .media-video-top-content .play-icon i.fas.fa-play:hover {
  background: #fff;
  color: #000;
}

/*  End  */

/*  Slider Styling  */

.slider-group .page-center {
  padding-top: 0;
}

.slider-group .title:after {
  margin: 25px auto 0;
  background: #dd681b;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
}

.slider-group .title {
  text-transform: uppercase;
  color: #000;
  font-family: wwf;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 55px;
  line-height: 1;
  text-align: center;
}

.slider-group .slick-slider {
  padding: 0 !important;
  margin: 0 !important;
}

.slider-group .slick-slide-inner-wrapper a {
  max-width: none;
  display: block;
  overflow: hidden;
}

.slider-group .slick-slide-inner-wrapper img {
  transition: all .3s ease;
}

.slider-group .slick-slide-inner-wrapper .caption {
  width: 100%;
  position: absolute;
  left: 0;
  color: #fff;
  text-align: center !important;
  height: 100%;
  top: 0;
}

.slider-group .slick-slide-inner-wrapper .caption h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: wwf;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.slider-group .slick-slide-inner-wrapper > a:hover > img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.slider-group .slick-slide-inner-wrapper .caption a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.slider-group .slick-slide-inner-wrapper {
  overflow: hidden;
  padding-right: 1px;
  padding-bottom: 1px;
}

.slider-group .slick-slide-inner-wrapper:hover img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.slider-group .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 100%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  box-shadow: 0 0 5px rgba(33,33,33,.2);
  margin: 0;
  border: 0;
}

.slider-group .slick-prev {
  left: -25px;
  background-image: linear-gradient(to right,#fff,rgba(255,255,255,0));
}

.slider-group .slick-prev:before {
  content: "\f104";
}

.slider-group .slick-arrow:before {
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  opacity: 1;
  line-height: inherit;
}

.slider-group button.slick-next {
  right: -25px;
  background-image: linear-gradient(to left,#fff,rgba(255,255,255,0));
}

.slider-group button.slick-next:before {
  content: "\f105";
}

.slider-group ul.slick-dots,
.latest-news-inner-group ul.slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0;
  position: relative;
  list-style-type: none;
  text-align: center;
  bottom: 0;
}

.slider-group ul.slick-dots li button:before,
.latest-news-inner-group ul.slick-dots li button:before,
.two-col-right-group .two-col-slider ul.slick-dots li button:before {
  display: none;
}

.slider-group ul.slick-dots  li button,
.latest-news-inner-group ul.slick-dots li button,
.two-col-right-group .two-col-slider ul.slick-dots li button {
  background: #dd681b;
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 0;
  outline: 0;
  font-size: 0;
  opacity: .4;
  border: 0;
  box-shadow: none;
  border-radius: 50%;
  cursor: pointer;
}

.slider-group ul.slick-dots li.slick-active button,
.latest-news-inner-group ul.slick-dots li.slick-active button,
.two-col-right-group .two-col-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}

.slider-group ul.slick-dots li,
.latest-news-inner-group ul.slick-dots li,
.two-col-right-group .two-col-slider ul.slick-dots li {
  display: inline-block;
  margin: 0 2px;
  width: auto;
  height: auto;
}

/*  End  */


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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 768px) {
  .hs-blog-post .modal-dialog {
    margin: 30px auto;
  }

  .hs-blog-post .modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .hs-blog-post .modal-sm {
    width: 300px;
  }

  .header2 .navbar-right {
    float: right!important;
    margin-right: -15px;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper > ul {
    font-family: wwf;
    font-size: 25px;
    line-height: 1;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: block;
    position: relative;
    margin: 0;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 8.7px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f078";
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.clicked >a:after {
    content: "\f077";
  }

  /* Child List */

  .header-type-two .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
    opacity:0 !important;
    visibility:hidden !important;
  }
  .header-type-two .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.clicked > ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header-type-two .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header-type-two .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
    opacity:0 !important;
    visibility:hidden !important;
  }
  .header-type-two .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.clicked > ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header-type-two .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper > ul ul{
    min-width: 160px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    font-size: 14px;
    text-align: left;
    top: calc(100% - 8px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin: 0;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: #dd681b;
    color: #fff;
  }

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

  /* Header Top Styling */

  .header-type-two .custom-menu-primary >.row-fluid-wrapper >.row-fluid > div {
    float: left !important;
    margin: 0 !important;
    width: auto !important;
  }

  .header-type-two .custom-menu-primary .header-search {
    display: none;
    background: #fff;
    padding: 30px 30px 30px 140px;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    z-index: 1;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }

  .header-type-two .custom-menu-primary>.row-fluid-wrapper>.row-fluid >.header-search {
    float: none !important;
    width: 100% !important;
  }

  .header-type-two .custom-menu-primary >.row-fluid-wrapper >.row-fluid > div.header-right-group {
    float: right!important;
    margin-right: -15px !important;
  }

  .header-type-two .custom-menu-primary {
    padding-right: 15px;
    padding-left: 15px;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    position: relative;
    top: -2px;
    font-size: 13px;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul{
    top: calc(100% - -1px) !important;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.clicked>a:after {
    content: "\f078";
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul{
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgba(0,0,0,.6);
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover{
    background-color: rgba(0,0,0,.85);
    color: #fff;
  }

  .header-type-two .custom-menu-primary>.row-fluid-wrapper>.row-fluid>div.header-right-wrappper {
    float: right !important;
  }

  .header-type-two .custom-menu-primary > .row-fluid-wrapper > .row-fluid> div {
    display: inline-block;
    float: left !important;
    width: auto !important;
  }
}

@media (min-width:1200px) {
  .living-report-page .container-fluid .row-fluid .page-center {
    max-width: 1170px !important;
  }
}

@media(max-width: 1599px) {
  .living-report-page .row3-group .banner-content .page-center,
  .living-report-page .row6-group .banner-content .page-center {
    max-width: 100% !important;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .header-right-group ul.navbar-right>li a.btn-orange,
  .header-right-group ul.navbar-right>li a.btn-orange-lighter,
  .header-right-group ul.navbar-right li.dropdown .dropdown-toggle-country,
  .header-right-group ul.navbar-right>li a.dropdown-toggle-search,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 10px;
  }
}

@media (max-width: 1399px) {
  .slider-group .slick-arrow {
    display: none !important;
  }
}


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

@media (max-width: 1199px) {

  .header-group {
    height: 56px;
  }

  .custom-logo img {
    width: 65px !important;
  }

  /* Header & Footer Type2 Style  */

  .living-report-page .container-fluid .row-fluid .page-center {
    max-width: 970px !important;
  }

  .header-type-two .mobile-trigger {
    display: none !important;
  }

  .header-type-two .custom-menu-primary {
    margin: 0 !important;
    width: auto !important;
    float: none !important;
  }

  .living-report-page .banner-inner-center {
    width: 83.33333333%;
  }

  .header2-search-group .header-search .hs-search-field__bar {
    padding: 0;
  }

  .footer-type-two .footer-logo p {
    font-size: 27px;
    margin-top: 3px;
  }

  /*  End  */

  .living-report-page .full-sec-bg-group .bg-content-group h1 {
    width: 83.33333333%;
  }

  .living-report-page .row3-group .banner-content .page-center, 
  .living-report-page .row6-group .banner-content .page-center {
    max-width: 100% !important;
  }

  .living-report-page .row3-group .banner-inner-center,
  .living-report-page .row6-group .banner-inner-center {
    width: 41.66666667% !important;
    padding: 0 45px;
  }

  .living-report-page .row4-group .page-center > .row-fluid-wrapper > .row-fluid > div {
    padding: 20px !important;
    width: 100% !IMPORTANT;
    margin: 0 !important;
    float: none !important;
  }

  .living-report-page .row4-group .left-group .social-container iframe {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .living-report-page .row4-group .right-group {
    max-width: 100%;
  }

}

@media (max-width: 991px) and (min-width: 768px) {
  .header-type-two .custom-logo a {
    margin-left: -10px;
    margin-right: 5px;
    width: 76px;
    height: 88px;
    bottom: -21px;
    margin-top: -22px;
  }

  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    padding: 25px 10.7px 25px 15px;
  }

  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    position: relative;
    top: -1px;
    font-size: 9.5px;
    font-weight: 300;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0;
    margin: 0;
  }

  .header2 ul.navbar-right li a {
    padding-top: 25px;
    padding-bottom: 23px;
    font-size: 16px;
  }

  .endangered-species-lay .two-col-right-group .left-col {
    width: 58.33333333%;
    padding-right: 15px;
    margin-bottom: 0;
    float: left;
  }

  .endangered-species-lay .two-col-right-group .right-col {
    width: 41.66666667%;
    padding-left: 15px;
    float: left;
    margin-bottom: 0;
  }

  .giant-page .two-col-right-group .left-col {
    width: 58.33333333%;
    padding-right: 15px;
    float: left;
    margin: 0;
  }

  .giant-page .two-col-right-group .right-col {
    width: 41.66666667%;
    padding-left: 15px;
    float: left;
    margin: 0;
  }



}

@media (max-width: 991px) {

  /* Header & Footer Type2 Style  */

  .living-report-page .container-fluid .row-fluid .page-center {
    max-width: 750px !important;
  }

  .living-report-page .banner-inner-center {
    width: 100%;
    top: 0;
  }

  .living-report-page .banner-content h1 {
    font-size: 60px;
  }  

  .header-type-two.header-group {
    height: 72px;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul {
    top: calc(100% - 0px) !important;
  }

  .header2 .navbar-right {
    margin-right: -30px;
  }

  .region-col-wrap>div.region-title {
    width: 100%;
    float: none;
  }

  .region-col-wrap>div {
    width: 33.33333333%;
  }

  .footer-bottom-menu-wrapper {
    text-align: center;
    width: 100% !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-type-two .footer-logo-wrapper {
    width: 100% !important;
    float: none;
  }

  .footer-type-two {
    min-height: 305px !important;
    background-color: #000;
  }

  .footer-type-two .footer-top-group {
    padding: 25px;
  }

  /*  End  */

  .one-col-content-wrap .content,
  .mod-section-header.page-center > div > *,
  .recent-feed-inner{
    margin-left: 0;
    width: 100%;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    width: 20%;
  }

  .latest-news-inner-group ul.slick-dots {
    display: block !important;
  }

  .two-col-left-image-group .left-col {
    width: 50%;
  }

  .two-col-left-image-group .right-col {
    margin-left: 0;
    width: 50%;
  }

  .full-width .slider-group .slider-top-group,
  .full-width .row1-group .page-center>.row-fluid-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .full-width .row2-group .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_text {
    width: 100%;
    display: block;
    margin: 0px auto 20px;
    padding: 0;
    float: none;
  }

  .food-page .row3-group iframe {
    max-width: 750px;
  }

  .food-page .row3-group .two-col-equal-group .inner-group .custom-col1 {
    width: 100%;
    float: none;
    padding: 0;
  }

  .food-page .row3-group .two-col-equal-group .inner-group {
    display: inline-block;
    width: 100%;
    margin: 0 0px 150px;
  }

  .food-page .row3-group .two-col-equal-group .inner-group .custom-col2 {
    width: 100%;
    float: none;
    padding: 0;
  }

  .people-page .row1-group .page-center>.row-fluid-wrapper, 
  .people-page .row7-group .page-center>.row-fluid-wrapper,
  .people-page .row5-group .hs_cos_wrapper_type_rich_text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .involved-page .row1-group p {
    width: 100%;
    padding: 0;
  }

  .connect-page .row1-group .section-header,
  .connect-page .row1-group .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding: 0;
  }

  .ambition-page .row1-group .page-center>.row-fluid-wrapper,
  .planet-page .row3-group .page-center>.row-fluid-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .planet-page .row1-group .top-col .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding: 0;
  }

  .planet-page .row1-group .two-col-equal-group .custom-col2 a.btn {
    padding: 0 7px;
  }

  .newsletter-page .row2-group .banner-group .banner-top-group {
    height: auto;
  }

  .newsletter-page .row2-group .banner-group .banner-top-group .banner-content {
    padding: 20px 0;
    position: relative;
    top: 0;
    transform: none;
  }

  .blog-list-filter .widget-module {
    width: 100%;
    padding-right: 0;
  }

  .blog-list-filter select {
    max-width: 100%;
  }

  .blog-content-group .page-center {
    padding-top: 100px;
  }

  .living-report-page .row1-group .page-center .row-fluid-wrapper,
  .living-report-page .full-width-content-group .inner-group {
    width: 100%;
  }

  .living-report-page .full-sec-bg-group .bg-content-group h1 {
    font-size: 60px;
    width: 100%;
  }

  .our-client-group .our-client-item {
    width: 50%;
  }

  .living-report-page .row3-group .banner-content .page-center, 
  .living-report-page .row6-group .banner-content .page-center {
    max-width: 100% !important;
  }

  .living-report-page .row3-group .banner-inner-center, 
  .living-report-page .row6-group .banner-inner-center {
    width: 50% !important;
  }

  .living-report-page .row4-group .page-center > .row-fluid-wrapper {
    width: 100%;
  }

  .giant-feature-group .inner-group > div {
    width: 100%;
    float: none;
    padding: 0 15px;
  }

  .giant-feature-group .left-col {
    border-right: 0px solid #555;
  }
}


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

@media (max-width: 767px) and (min-height: 400px ) {
  .hs-blog-post .modal-content {
    top: 50%;
    transform: translateY(-50%);
  }

  .hs-blog-post .modal.in .modal-dialog {
    height: 100%;
  }
}

@media (max-width: 767px) {

  .two-col-right-group .left-col {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
  }

  .two-col-right-group .right-col {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-bottom: 25px;
  }

  .planet-page .fancybox-slide .fancybox-placeholder {
    left: 0 !important;
    right: 0 !important;
    margin: 0;
  }

  .planet-page .fancybox-slide {
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }


  .tabber-item img {
    float: none;
    margin: 10px auto;
    display: block;
  }

  .involved-page .row1-group .page-center {
    padding-top: 100px;
  }

  .involved-page .row1-group h1 {
    margin: 22px 0 50px;
  }

  .popup-dialog {
    width: 100%;
  }

  .pop-up-form-group {
    padding: 0 17px;
  }

  /*  New Style  */  

  .two-col{
    width: 100%;
  }
  .tabber-item {
    padding: 20px;
  }
  .one-con-with-bg-wrap p.title {
    font-size: 30px;
    line-height: 1.2;
  }

  .cop-row-1 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 50px;
    line-height: 1;
  }

  .cop-row-1 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .cop-row-1 .hs_cos_wrapper_type_rich_text img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .title-with-border, .cop-lay .section-title h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .join-us-panda-hub-wrap iframe {
    height: 600px;
    margin-bottom: 3px;
  }

  .image-with-title-and-link-group .title-with-border {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 1;
  }

  .join-us-panda-hub-wrap {
    margin-bottom: 50px;
  }

  .cop-lay .mod-section-header h2,
  .download-sidebar-item .title-underline{
    margin-bottom: 30px;
  }

  .cop-lay .two-col-content-wrap .section-title h2 {
    font-size: 50px;
    line-height: 1;
  }
  .cop-lay .two-col-content-wrap .two-col.col-left {
    padding-bottom: 9px;
  }

  .cop-lay .sustainable_development_goals-recent-feed .section-title h2 {
    font-size: 50px;
    line-height: 1;
  }

  .cop-lay .body-container-wrapper {
    margin-bottom: 0;
  }

  .section-header-two-col h1.header-section,
  .top-section-header h1.section-hed-title{
    font-size: 50px;
    line-height: 1;
  }

  .section-header-two-col .section-summary,
  .top-section-header .section-summ,
  .join-us-group-content .title,
  .foster-content-title h1{
    font-size: 16px;
    line-height: 1.5;
  }

  .two-col-right-group.page-center {
    margin-bottom: 147px !important;
  }

  .two-col-right-side {
    float: none !important;
    width: 100% !important;
  }

  .two-col-right-side.col-right blockquote div {
    padding: 20px;
  }

  .join-us-group-header h1.section-hed-title,
  .download-sidebar-item .title-underline{
    font-size: 30px;
    line-height: 1.2;
  }

  .join-us-group-content {
    width: 100%;
    max-width: 100%;
  }

  .join-us-group-wrap {
    padding-right: 0;
  }

  .join-us-group-outer .media-left {
    padding-right: 15px;
    width: 135px;
  }

  .widget-span.forests-col {
    width:100% !important;
  }

  .one-col-quote-wrap .quote-wrap {
    padding: 20px;
  }

  .widget-span.forests-col.col-left {
    padding-bottom: 9px;
  }

  a.rel-topic {
    margin-bottom: 0;
    min-height: 49px;
  }

  .forests-col .one-col-content-wrap .content {
    padding: 20px;
  }

  .two-col-right-short .two-col,
  .knowledge-hub-lay .elep-wrap .two-col.col-right,
  .knowledge-hub-lay .elep-wrap .two-col.col-left,
  .two-col.col-right.frame-col,
  .two-col.col-right.content-col,
  .knowledge_hub_all_publications_group .two-col.col-left,
  .knowledge_hub_all_publications_group .two-col.col-right{
    width:100% !important;
    float:none !importnat;
  }

  .knowledge_hub_endangered_outer .panel-body {
    padding: 20px;
  }

  .right-section-news .media-left,
  .knowledge_hub_all_publications_group .two-col .media > div.media-left{
    padding-right: 20px;
  }

  .knowledge-hub-lay .elep-wrap .two-col.col-left{
    margin-bottom:20px;
  }

  .knowledge-hub-lay .section-title h2 {
    font-size: 50px;
    line-height: 1;
  }

  .image-with-description-caption-wrap .content-inner {
    padding: 20px;
  }

  .two-col.col-right.frame-col {
    margin-bottom: 28px;
  }

  /*  End  */   

  .custom-logo {
    width: auto !important;
    float: left !important;
  }

  .banner-content h1 {
    font-size: 50px;
    line-height: 1;
  }

  .footer-bottom-menu ul li {
    width: auto;
  }

  .footer-bottom-group {
    padding-top: 0;
    border-top: 0px solid #eee;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    width: 100%;
    margin: 0;
    float: none;
    padding: 0;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children {
    border-top: 1px solid #eee;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul.hs-menu-children-wrapper {
    display: none;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li> a {
    margin: 0;
    line-height: 50px;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    width: 100%;
    margin: 0;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li> a {
    margin: 0;
    line-height: 49px;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li> a .dropdown-toggle {
    width: 100%;
    height: 100%;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    cursor: pointer;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
  }

  .footer-top-menu {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li> a .dropdown-toggle:before {
    content: "\f078";
  }

  .footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a span.dropdown-toggle.footer-toggle:before {
    content: "\f077";
  }

  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
    width: 100% !important;
  }

  ul.hs-search-field__suggestions {
    max-width: 100%;
  }

  .latest-news-group h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2;
  }

  .latest-news-inner-group .slick-slide .inner-group .hs-rss-item-text {
    padding: 20px;
  }

  .two-col-left-image-group {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .two-col-left-image-group .left-col {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .two-col-left-image-group .right-col {
    margin-left: 0;
    width: 100%;
    float: none;
    padding: 0;
  }

  .two-col-left-image-group .right-col h1 {
    font-size: 50px;
    line-height: 1;
  }

  .media-video-group .embed-vid .media-video-content .media-video-top-content .play-icon i.fas.fa-play {
    display: inline-block;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s linear;
  }

  .media-video-group .embed-vid .media-video-content .vid-logo {
    font-size: 9px;
    right: 20px;
  }

  .slider-group .title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2;
  }

  .top-menu-slider-group .slick-slider .slick-slide {
    float: left !important;
    width: auto !important;
  }

  .two-col-right-group .right-col .inner-group {
    padding: 25px 20px 20px;
  }

  .food-page .row3-group .hs_cos_wrapper_type_header h1 {
    font-size: 16px;
    line-height: 1.5;
  }

  .food-page .row3-group .page-center {
    padding-top: 20px;
  }

  .one-col-image-group h1 {
    font-size: 50px;
    line-height: 1;
  }

  .one-col-image-group .inner-group .one-col-image-item {
    width: 100%;
    padding: 0 0 1px;
    position: relative;
    background: #fff;
    float: none;
  }

  .food-page .row3-group .hs_cos_wrapper_type_text {
    width: 100%;
  }

  .food-page .row3-group .two-col-equal-group h1,
  .food-page .row3-group .section-header h1 {
    font-size: 50px;
    line-height: 1;
  }

  .food-page .row3-group .section-header p {
    font-size: 16px;
    line-height: 1.5;
  }

  .food-page .two-col-left-image-group h6 {
    margin-bottom: 5px;
  }

  .food-page .row1-group .hs_cos_wrapper_type_header h1 {
    font-size: 50px;
    margin-top: 22px;
    margin-bottom: 50px;
  }

  .people-page .row5-group .two-col-equal-group .inner-group {
    margin: 0;
    display: inline-block;
    width: 100%;
  }

  .people-page .row5-group .two-col-equal-group .content {
    width: 100%;
    padding: 0;
    float: none;
  }

  .involved-page .row1-group h1 {
    font-size: 50px;
    line-height: 1;
  }

  .involved-page .row1-group h2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .involved-page .row2-group form {
    padding: 15px;
  }

  .involved-page .row2-group form .hs-form-field {
    width: 100% !important;
  }

  .recent-post-group .hs-rss-item {
    width: 100%;
    float: none;
    padding: 0 15px;
  }

  .connect-page .row1-group .two-col-left-image-group {
    margin-top: 70px;
    display: block;
  }

  .connect-page .two-col-left-image-group .left-col img {
    display: block;
    margin: 0 auto;
  }

  .connect-page .two-col-left-image-group .left-col {
    text-align: center;
  }

  .planet-page .row1-group .two-col-equal-group .content {
    width: 100%;
    float: none;
    padding: 0;
  }

  .planet-page .row1-group .two-col-equal-group .inner-group {
    display: inline-block;
    width: 100%;
    margin: 0;
  }

  .planet-page .row1-group .top-col .section-header h1 {
    font-size: 50px;
    line-height: 1;
  }

  .planet-page .row1-group .top-col .section-header p {
    font-size: 16px;
    line-height: 1.5;
  }

  .planet-page .row1-group .two-col-equal-group .custom-col2 a.btn {
    padding: 0 30px;
  }

  .project.slider-group ul.slick-dots {
    display: block !important;
  }

  .project.slider-group ul.slick-dots li button {
    cursor: pointer;
  }

  .newsletter-page .row1-group h3.form-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .newsletter-page .row1-group .hs_cos_wrapper_type_form {
    padding: 15px;
  }

  .newsletter-page .row1-group form .hs-input {
    max-width: 100%;
  }

  .newsletter-page .row2-group .banner-group .banner-top-group .banner-content .banner-inner-center {
    width: 100%;
  }

  .newsletter-page .row2-group .banner-group .banner-top-group .banner-content h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 30px;
  }

  .work-page .row2-group .hs_cos_wrapper_type_header h1 {
    font-size: 50px;
    line-height: 1;
  }

  .bottom-latest-news-group .title-group h1 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 1;
  }

  .bottom-latest-news-group .inner-group {
    width: 100%;
    margin: 0;
  }

  .bottom-latest-news-group .inner-group .left-col,
  .bottom-latest-news-group .inner-group .right-col {
    width: 100%;
    padding: 0;
    float: none;
  }

  .bottom-latest-news-group .inner-group .left-col .news-item .media-left {
    padding-right: 15px;
  }

  .bottom-latest-news-group .inner-group .left-col .news-item .media-left img {
    padding-bottom: 10px;
  }

  .climate-page .row1-group .hs_cos_wrapper_type_header h1,
  .climate-page .row2-group .section-header p,
  .wild-page .row1-group .hs_cos_wrapper_type_header h1,
  .wild-page .row2-group .section-header p {
    font-size: 16px;
    line-height: 1.5;
  }

  .climate-page .row2-group .section-header h1,
  .wild-page .row2-group .section-header h1 {
    font-size: 50px;
    line-height: 1;
  }

  .climate-page .row3-group .left-col {
    width: 100% !important;
    padding-right: 0;
  }

  .climate-page .row3-group .right-col {
    width: 100% !important;
    margin: 20px 0 0 !important;
    padding-left: 0;
  }

  .two-col-right-group .two-col-slider .slider-inner-group {
    padding: 23px 20px 20px;
    position: relative;
  }

  .knowledge-sec-group {
    margin-top: 0;
  }

  .knowledge-sec-group .knowledge-sec-inner-group .inner-group .panel-group {
    padding: 20px;
  }

  .wild-page .two-col-right-group-outer h1.header-section {
    font-size: 50px;
    line-height: 1;
  }

  .wild-page .two-col-right-group-outer .section-summary {
    font-size: 30px;
    line-height: 1.2;
  }

  .borneo-page .row1-group .two-col-equal-group .custom-col1 {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .borneo-page .row1-group .two-col-equal-group .custom-col2 {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  .borneo-page .bottom-latest-news-group .inner-group .right-col form .hs-input {
    width: 100%;
  }

  .borneo-page .bottom-latest-news-group .inner-group .right-col form {
    padding: 10px 0 10px 0;
  }

  .blog-listing-wrapper .post-listing {
    width: 100%;
    margin: 0 0 50px;
  }

  .blog-listing-wrapper .post-item {
    width: 100%;
    float: none;
    padding: 0;
  }

  .blog-news-group .left-group {
    width: 100% !important;
    padding-right: 0;
  }

  .blog-news-group .left-group h1 {
    font-size: 50px;
    margin: 18px 0 44px;
  }

  .blog-news-group .left-group p {
    font-size: 16px;
    line-height: 1.5;
  }

  .blog-news-group .right-group,
  .blog-press-group .right-group {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0;
  }

  .blog-news-group .right-group>.row-fluid-wrapper {
    padding: 23px 20px 20px;
  }

  .blog-press-group .page-header h1 {
    font-size: 50px;
    margin-top: 21px;
    margin-bottom: 50px;
  }

  .blog-press-group .page-header p {
    font-size: 16px;
    line-height: 1.5;
  }

  .blog-listing-wrapper .post-item .post-item-inner-wrapper .list-post-body {
    padding: 20px;
  }

  .hs-blog-post .blog-content-group .blog-content {
    width: 100% !important;
    padding-right: 0;
  }

  .hs-blog-post .blog-content-group .blog-sidebar {
    margin-left: 0 !important;
    width: 100% !important;
    padding-left: 0;
  }

  .blog-banner-post-title h1 {
    font-size: 50px;
    margin: 0px 0 51px;
  }

  .hs-blog-post .blog-content-group .blog-sidebar {
    margin-top: 20px;
    margin-bottom: 80px;
  }


  /* Header & Footer Type2 Style  */

  .header-type-two.header-group {
    height: 70px;
    position: relative;
    margin: 0;
  }

  .header-type-two .mobile-trigger {
    display: block !important;
  }

  .header-type-two .custom-logo a {
    margin-left: 0;
    z-index: 99;
    width: 76px;
    height: 88px;
    bottom: -21px;
    margin-top: -22px;
  }

  .custom-menu-primary .header-right-wrappper {
    display: none;
  }

  .header-type-two .mobile-trigger {
    display: block !important;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 9px 10px;
    border: 1px solid transparent;
    width: 44px;
    height: 34px;
  }

  .header-type-two .mobile-trigger span.icon-bar {
    background-color: #fff;
  }

  .header-type-two .mobile-trigger:hover,
  .header-type-two .mobile-trigger:focus,
  .mobile-menu-slide .mobile-trigger {
    text-decoration: none;
    background-color: #222;
  }

  .header2-search-group {
    margin-top: -1px;
  }

  .header2 .custom-menu-primary {
    display: none;
  }  

  .header2 .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .header2 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .header2 .custom-menu-primary .hs-menu-wrapper{
    width: 100%; 
  }

  .header-type-two .custom-menu-primary {
    border-top: 1px solid #000;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    margin-right: -15px !important;
    margin-left: -15px !important;
    width: calc(100% + 30px) !important;
    position: relative;
    margin-top: 70px !important;
    overflow-y: auto;
    text-align: center;
    background-color: #000;
    padding: 0 15px;
  }

  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul {
    margin: 0 -15px !important;
    width: calc(100% + 30px);
  }

  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0;
  }

  .header-outer-group .custom-menu-primary .child-trigger {
    height: 72px !important;
  }

  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    margin-left: 8px;
    margin-right: -5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\f107";
  }

  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,
  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li.open-submenu>a,
  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    background-color: #222;
    color: #fff;
  }

  .header-outer-group .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    transition: none;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin: 0;
  }

  .header-type-two .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
  }

  .mobile-menu-slide .custom-menu-primary .header-right-wrappper {
    display: block;
  }

  .header2 ul.navbar-right {
    width: 100%;
    margin: 0 auto;
  }

  .header2 ul.navbar-right li.icon-nav {
    display: inline-block;
    width: 19.5% !important;
    float: none;
    vertical-align: top;
    margin: 0;
  }

  .region-col-wrap .region-title h1 {
    font-size: 20px;
  }

  .region-col-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .region-col-wrap>div {
    width: 100%;
    padding: 0;
    float: none;
  }

  .header2-search-group .search-wrappper {
    padding-top: 26px;
  }  

  /*  End  */

  .our-client-group .our-client-item {
    width: 100%;
    float: none;
  }

  .living-report-page .row3-group .banner-inner-center, 
  .living-report-page .row6-group .banner-inner-center {
    width: 100% !important;
  }

  .giant-page .row1-group .two-col-right-group .right-col .inner-group a {
    padding: 0;
  }

  .giant-feature-group .feature-item {
    padding: 40px 0;
  }

  .giant-feature-group .feature-item .content-group .title {
    font-size: 30px;
    line-height: 1.2;
  }

  .giant-feature-group .inner-group {
    padding-top: 60px;
  }

  .giant-feature-group .feature-item .image-group {
    padding-right: 15px;
  }

  .giant-page .bottom-latest-news-group .title-group h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .giant-page .row2-group .two-col-content-wrap .section-title h2 {
    font-size: 50px;
    line-height: 1;
  }

  .giant-page .row1-group .two-col-right-group .right-col .bottom-right-col {
    padding: 23px 20px 20px;
  }

  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  .error-page .row1-group input.hs-button {
    margin-top: 10px;
  }

}  


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

@media (max-width: 479px) {
  .home-page .banner-content .banner-inner-center {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    left: 0;
  }

  .banner-top-group.no-bg .banner-inner-center h1 {
    font-size: 30px;
    margin: 0;
  }

  .planet-page .row1-group .two-col-equal-group .custom-col2 a.btn {
    padding: 0 30px;
    width: 100%;
    margin: 0 0 10px !important;
  }

  .project.slider-group .slick-list.draggable .slick-slide .img-wrapper img {
    margin: 0 auto;
  }

  .project.slider-group .slick-list.draggable .slick-slide .img-wrapper .fancybox {
    right: 15px;
  }

  .bottom-latest-news-group .inner-group .left-col .news-item .media-left {
    float: none;
    padding-right: 0;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
  }

  .bottom-latest-news-group .inner-group .left-col .news-item .media-body {
    display: block;
    vertical-align: top;
  }

  .footer-type-two .footer-logo img {
    margin: 0 0 10px !important;
    float: none !important;
  }

  .footer-type-two .footer-logo {
    text-align: center;
  }

  .footer-type-two .footer-logo p {
    text-align: center;
  }



  .tabber-item img {
    float: none;
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }

  a.media {
    display: block;
  }

  a.media>div {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  a.media>div.media-left {
    padding-bottom: 15px;
  }

  .join-us-group-outer .media-left {
    padding-right: 15px;
    width: 100%;
  }

  .join-us-group-outer .media-left {
    padding-right: 0px;
    width: 100%;
    display: block;
  }

  .giant-page .row2-group .bottom-latest-news-group .inner-group .left-col .media-left img {
    margin: 0 auto;
    height: auto;
    width: auto !important;
  }

  .with-img-caption > div.media-left {
    padding-right: 0;
    float: none;
    max-width: 100%;
    display: block;
  }

  .right-section-news .media-left, .knowledge_hub_all_publications_group .two-col .media > div.media-left {
    padding-right: 0;
  }

  .knowledge_hub_all_publications_group .two-col .media > div.media-left {
    float: none;
    margin-bottom: 20px;
  }

  .knowledge_hub_all_publications_group .two-col .media > div {
    display: block;
    vertical-align: top;
    width: 100% !important;
  }

}


@media(max-width: 400px) {

  .living-report-page .body-container a.btn {
    min-width: 100%;
  }

  .giant-feature-group .feature-item .image-group {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .giant-feature-group .feature-item .content-group {
    display: block;
    vertical-align: top;
    text-align: center;
  }

  .hs-blog-post .modal-content .caption {
    position: relative;
  }

}

@media(max-width: 360px) {

  .two-col-left-image-group .left-col .bottom-text {
    bottom: 19vw;
  }

}



