/* ==========================================================================
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 url('//fonts.googleapis.com/css?family=Montserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic%7CRaleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic%7CDroid+Serif%3A400%2C700%2C400italic%2C700italic%7CLora%3A400%2C700%2C400italic%2C700italic&subset=latin&ver=1516828324');

@font-face {
  font-family: 'soc-icons';
  src: url("//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/soc-icons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/soc-icons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/soc-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dfd-added-font-icon';
  src: url('//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/dfd-added-font-icon.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/dfd-added-font-icon.ttf') format('truetype'), 
    url('//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/dfd-added-font-icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'icomoon';
  src:url('//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/icomoon.eot?t0y29j');
  src:url('//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/icomoon.eot?#iefixt0y29j') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/icomoon.woff?t0y29j') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/icomoon.ttf?t0y29j') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/4887089/FloridaFunders-December2018/Fonts/icomoon.svg?t0y29j#icomoon') format('svg');
  font-weight:normal;
  font-style:normal;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-family: "Raleway";
  line-height: 24.99px;
  color: #565656;
}

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

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


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

/* Basic text */
p {
  margin-bottom: 1.07em;
  margin-top:0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Montserrat";
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 55px;
  line-height: 89.65px;
  letter-spacing: -2px;
  color: #28262b;
}
h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #769b3e;
}
h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #666;
  margin: 0;
}
h4 {
  font-size: 26px;
  color: #666666;
  line-height: 30px;
  letter-spacing: -1px;
}
h5 {
  font-size: 22px;
  line-height: 45.1px;
  letter-spacing: -1px;
  color: #28262b;
}
h6 {}

/* Anchor Links */
a {     color: #769b3e;
  text-decoration: none;
}
a:hover, a:focus {     color: #666666; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* 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 {
  min-height:90px;
}

.custom-header .page-center {
  padding: 0 30px !important;
}

.custom-logo img{
  height: 90px;
  width: auto !important;
}

.custom-header {
  position: fixed;
  width: 100% !important;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
}
/* =============== Content =============== */

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

.content-wrapper {
  padding-top:50px;
  padding-bottom:50px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-copyright {
  padding-bottom: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-container .page-center {
  max-width: 1200px !important;
  padding: 0 10px !important;
}


ul.footer-soc-icons {
  margin: 0;
  margin-top: 40px;
  list-style: none;
  padding: 0;
  text-align: center;
}

ul.footer-soc-icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px 0.5px;
}

ul.footer-soc-icons li a {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-family: 'soc-icons' !important;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-left: 1px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 1px;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  overflow: hidden;
  color: #28262b;
}

.soc_icon-facebook:before {
  content: "\e0f8";
}

ul.footer-soc-icons li a:before {
  display: block;
  position: relative;
  color: inherit;
  bottom: 0;
  background: transparent;
  -webkit-transition: color .2s ease-in-out, bottom .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, opacity .2s ease-in-out;
  -moz-transition: color .2s ease-in-out, bottom .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, opacity .2s ease-in-out;
  transition: color .2s ease-in-out, bottom .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, opacity .2s ease-in-out;
  width: 100%;
  height: 100%;
  line-height: inherit;
}

ul.footer-soc-icons li a i {
  display: none;
}

ul.footer-soc-icons li a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #28262b;
  top: 48%;
  left: -115%;
  -webkit-transition: left 0s ease-in-out;
  -moz-transition: left 0s ease-in-out;
  transition: left 0s ease-in-out;
  background: #28262b;
}

ul.footer-soc-icons li a:hover:after{
  left: 100%;
  -webkit-transition: left .3s ease-in-out;
  -moz-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

ul.footer-soc-icons li a:hover{
  opacity: .5;
}

.soc_icon-linkedin:before {
  content: "\e0e5";
}

.soc_icon-twitter-3:before {
  content: "\e0cf";
}

.custom-copyright p {
  margin: 0;
}

.custom-footer-logo {
  text-align: center;
}

#back-to-top {
  display: block;
  cursor: pointer;
  z-index: 99999;
  position: fixed;
  bottom: 40px;
  right: 40px;
  border: 1px solid #bfbfbf;
  font-size: 12px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #353535;
  background: rgba(0,10,0,0.01);
  border: 1px solid rgba(38,38,38,0.11);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

#back-to-top:hover{
  color: #ffffff;
  background: rgba(45,45,45,1);
  border-color: rgba(45,45,45,1);
}

#back-to-top i{
  font-family: 'dfd-added-font-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

i.dfd-added-font-icon-right-open:before {
  content: "\e800";
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding:20px 0;
  float:right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position:relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #474747;
  font-size: 13px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 20px;
  padding: 14.5px 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -20px;
  left: 0;
  margin: 0;
  visibility: hidden;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: rgba(71,71,71,0.1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before{
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  bottom: -20px;
  display: block;
  width: 100%;
  height: auto;
  background: #1b1b1b;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  opacity: 0;
  z-index: -1;
  background: rgba(10,10,10,1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover:before{
  opacity:1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover{
  color:#fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover:after{
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  content: "";
  display: block;
  background: transparent;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -20px;
}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  top: 69px;
  background: rgba(10,10,10,1);
  padding: 21px 0 19px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding-right: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-family: "Raleway";
  line-height: 26px;
  text-transform: none;
  letter-spacing: 0px;
  color: rgba(255,255,255,0.75);
  position: relative;
  display: block;
  padding: 5px 60px 5px 20px;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #769b3e;
  background: rgba(0,10,0,0);
}

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

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

  .cm-visible-phone{
    display:none !important;
  }


  .fixed.hs-blog-post .custom-logo img {
    height: 38px;
  }

  .hs-blog-post.fixed .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 4px 0 5px;
  }

  .hs-blog-post.fixed .custom-logo .hs_cos_wrapper_type_logo {
    height: 57px;
  }

  .hs-blog-post.fixed .custom-menu-primary .hs-menu-wrapper > ul ul{
    top: 51px;
  }

  .hs-blog-post.fixed .custom-header {
    background: rgba(118,155,62,0.75);
  }

  .hs-blog-post.fixed .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    color: #fff;
  }

}


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

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

@media (max-width: 1100px){

  .cm-visible-phone{
    display:block !important;
  }

  .cm-hidden-phone{
    display:none !important;
  }

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    font-weight: normal;
    text-align: left;
    color: #000;
    line-height: 40px;
    transform: translateY(-50%);
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; /* Icon line width */
    height: 1px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #28262b; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -5px; 
    width: 25px;
  } /* Position top line */
  .mobile-trigger i:after{ top: 5px;
    width: 31px;
  } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{

  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    top: 0;
    margin-top: 0;
    text-align: center;
    margin-right: 10px;
  }

  .child-trigger:after{
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -1px;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: -3px 0 0 0 rgba(255,255,255,0.5), 3px 0 0 0 rgba(255,255,255,0.5);
    box-shadow: -3px 0 0 0 rgba(255,255,255,0.5), 3px 0 0 0 rgba(255,255,255,0.5);
    -webkit-transition: background .3s ease, box-shadow .3s ease;
    -moz-transition: background .3s ease, box-shadow .3s ease;
    transition: background .3s ease, box-shadow .3s ease;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: -3px 0 0 0 rgba(255,255,255,0.5), 3px 0 0 0 rgba(255,255,255,0.5);
    box-shadow: -3px 0 0 0 rgba(255,255,255,0.5), 3px 0 0 0 rgba(255,255,255,0.5);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  
  .custom-menu-primary{
    position: fixed;
    padding-top: 0;
    margin: 0;
    height: 100%;
    width: 260px !important;
    left: -260px;
    top: 0;
    background: #2d2d2d;
    color: rgba(255,255,255,0.5);
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 0.3s;
  }

  .mobile-open .custom-menu-primary{
    left:0;
  }
  /* Hide menu on mobile */

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

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

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

    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    border-top: 1px dotted rgba(255,255,255,0.1) !important;
    border-bottom: 1px dotted rgba(255,255,255,0.1) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border-top-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-top: 1px dotted rgba(255,255,255,0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 12px; /* Font size of top level list items */
    overflow: visible;
    line-height: 48px;
    padding: 0 25px !important;
    color: rgba(255,255,255,0.5);
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover .child-trigger:after {
    background: rgba(255,255,255,1);
    box-shadow: -3px 0 0 0 rgba(255,255,255,1), 3px 0 0 0 rgba(255,255,255,1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    content: none;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #ffffff;
    background: #252525;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    color: rgb(118, 155, 62);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    top: 0;
    background: #252525;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border-top: 1px dotted rgba(255,255,255,0.1);
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 15px 25px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background: #1d1d1d;
    color: #ffffff;
  }

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:inline-block;
  margin: 15px 15px 15px 0;
}
.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                                        
========================================================================== */

h3.form-title {
  font-size: 30px;
  color: #769b3e !important;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
}

/* 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 {
  background-color: #fff;
  color: #565656;
  border: 1px solid #d6d6d6;
  display: block;
  height: 47px;
  line-height: 20px;
  margin: 8px 0 13px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  outline: none;
  max-width:700px;
}
.hs-input.invalid.error {
  border: 1px solid #790000;
}
ul.hs-error-msgs.inputs-list {
  max-width: 100%;
  padding-right: 16px;
  padding: 0 0 10px;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  list-style: none;
}
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 {}

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

/* Separate Styles for Drop Downs */
select {}
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 */
.hs-error-msgs label{}

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


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.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,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 39px;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(118,155,62,1);
  border: 1px solid rgba(118,155,62,1);
  font-size: 1em;
  width: auto;
  margin:10px 0 15px 0;
  display: inline-block;
  vertical-align: middle;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: rgba(118,155,62,0.5);
  border: 1px solid rgba(118,155,62,1);
  border: 1px solid rgba(118,155,62,1);
}

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


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

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


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

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


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

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


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

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


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

/*============= blog styling ==============*/

.hs-blog-header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  font-family: "Montserrat";
  line-height: 53.9px;
  text-transform: none;
  letter-spacing: -1px;
  color: #28262b;
  margin: 0;
}

.blog .page-center.content-wrapper {
  padding-top: 2% !important;
  padding-right: 6% !important;
  padding-bottom: 2% !important;
  padding-left: 6% !important;
}

.blog .page-center.content-wrapper {
  padding-top: 2% !important;
  padding-right: 6% !important;
  padding-bottom: 2% !important;
  padding-left: 6% !important;
}

.hs-blog-header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  font-family: "Montserrat";
  line-height: 53.9px;
  text-transform: none;
  letter-spacing: -1px;
  color: #28262b;
  margin: 0;
}

.cm-post-filter .widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.cm-post-filter .widget-module ul li.active a {
  border-color: #769b3e;
}

.cm-post-filter .widget-module {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.cm-post-filter .widget-module ul li {
  position: relative;
  float: left;
  list-style: none;
  background: transparent;
}
.cm-post-filter .widget-module ul li.active + li a:before ,
.cm-post-filter .widget-module ul li.active  a:before {
  display:none;
}
.cm-post-filter .widget-module ul li a {
  font-size: 14px;
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #242424;
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 42px;
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
  position: relative;
}

.hs-blog-header {
  padding-top: 89px;
}

.cm-post-filter .widget-module ul li a:hover{
  color: #8ac540 !important;
}

.cm-post-filter .widget-module ul li a:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: -20px;
  margin-top: 7px;
  background: rgba(40,38,43,0.2);
  margin-top: 7px;
  background: rgba(40,38,43,0.2);
}

.cm-post-filter .widget-module ul li:first-child a:before {
  content: none;
}

.cm-post-filter .widget-module ul li a span {
  display: none;
}

.post-item-inner {
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.entry-media.comments-like-hover {
  position: relative;
  overflow: hidden;
}

.entry-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: .5;
}
.entry-thumb.no-fea {
  height: 360px;
  background-color: #666;
}
.entry-thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: background .3s ease, opacity .3s ease;
  -moz-transition: background .3s ease, opacity .3s ease;
  transition: background .3s ease, opacity .3s ease;
}

.entry-thumb img {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  max-width: 100%;
  margin: 0;
  float: none;
  /*height: 350px*/
}

.post-comments-wrap {
  font-size: 12px;
  font-family: "Lora";
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: 10px;
  text-align: center;
  background: #c39f76;
  color: #fff;
  z-index: 2;
  -webkit-transition: margin-top .3s ease;
  -moz-transition: margin-top .3s ease;
  transition: margin-top .3s ease;
  font-size: 12px;
  font-family: "Lora";
  background: #769b3e;
  margin-top: -40px;
}

.custom_listing_comments,.custom_listing_comments a {
  display: block;
  line-height: inherit;
  color: inherit;
}

.post-comments-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #5c8124;
  border-left: 3px solid #5c8124;
}

.post-item-inner .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 20px;
  z-index: 2;
}

p#hubspot-topic_data {
  max-height: 25px;
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

p#hubspot-topic_data a {
  display: block;
  float: left;
  line-height: 1;
  padding: 7px 13px;
  color: #fff;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  position: relative;
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 12px;
  background: #789a44;
}
.hs-blog-listing .blog-listing-wrapper .post-listing .post-item p#hubspot-topic_data a {
  margin-right: 5px;
}

.post-header h2 {
  margin-top: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat";
  line-height: 28.8px;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.post-header h2 a {
  color: #fff;
  background-image: -webkit-linear-gradient(to right,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 50%);
  background-image: -moz-linear-gradient(to right,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 50%);
  background-image: -ms-linear-gradient(to right,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 50%);
  background-image: -o-linear-gradient(to right,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 50%);
  background-image: linear-gradient(to right,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 50%);
  -webkit-background-size: 200.22% auto;
  -ms-background-size: 200.22% auto;
  -moz-background-size: 200.22% auto;
  -o-background-size: 200.22% auto;
  background-size: 200.22% auto;
  -webkit-transition: background-position 0.5s ease-out, color .3s ease-in-out;
  -moz-transition: background-position 0.5s ease-out, color .3s ease-in-out;
  transition: background-position 0.5s ease-out, color .3s ease-in-out;
}

.post-header h2 a:hover {
  background-position: -99.99% 0;
}

div#hubspot-author_data {
  margin-top: 5px;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  line-height: 20.8px;
  margin-bottom: 7px;
}

div#hubspot-author_data > * {
  display:inline-block;
  padding-right: 6px;
  color: rgba(255,255,255,0.5);
}

.post-listing {
  margin: -10px;
}

p.cm-hubspot-topic_data {
  margin: 0;
}

.blog-listing-wrapper .post-listing .post-item {
  float: left;
  width: 33%;
}

#hubspot-author_data a{
  position:relative;
  color: rgba(255,255,255,0.5);
}

#hubspot-author_data a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 7px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #c39f76;
  -webkit-transition: border-bottom .3s ease;
  -moz-transition: border-bottom .3s ease;
  transition: border-bottom .3s ease;
  margin-top: 7px;
  border-bottom-style: dotted;
  border-bottom-color: #c39f76;
}

#hubspot-author_data a:hover:before{
  border-bottom-style: solid;
}

 .entry-thumb:before {
  background: rgba(0,0,0,0.5);
}

.entry-media.comments-like-hover:hover .post-comments-wrap {
  margin-top: 0;
}

#hubspot-topic_data a.topic-link:hover {
  color: #28262b;
}

.custom-footer-logo {
  padding-top: 70px;
}

.blog .header-container {
  min-height: 1px;
}

.post-banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(27,27,27,0.1);
  z-index: 0;
  background-color: rgba(0,0,0,0.55);
  background-size: initial;
  background-attachment: fixed;
  background-position: center;
}

.post-banner-area {
  position: relative;
  text-align: center;
  margin-top: -1px;
  padding: 57px 0;
}

.hs-blog-post .custom-header {
  background: transparent;
}

.post-banner-header-inner {
  position: relative;
  z-index: 9;
}

.post-banner-area p#hubspot-topic_data {
  margin: 0;
  max-height: 100%;
}

.post-banner-area p#hubspot-topic_data a.topic-link {
  float: none;
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 8px 15px 7px;
}

.post-banner-area .post-header h1 {
  margin: 15px 0 0;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  font-family: "Montserrat";
  line-height: 56px;
  text-transform: none;
  letter-spacing: -2px;
  padding-bottom:5px;
}

.post-banner-area div#hubspot-author_data,
.post-banner-area div#hubspot-author_data > *{
  color: #fff;
}

.post-banner-area #hubspot-author_data a.author-link {
  color: #fff;
  padding: 0;
  font-style: normal;
}

.post-banner-area span.custom_listing_comments {
  display: inline-block !important;
}

.post-banner-area span.custom_listing_comments {
  margin-left: 10px;
  padding-left: 20px;
  color: #769b3e !important;
  position: relative;
}

.post-banner-area span.custom_listing_comments:before {
  font-size: 14px;
  content: "\ebc8";
  font-family: "icomoon" !important;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1em;
  line-height: 1;
  margin-top: -0.5em;
  color: inherit;
}

.post-banner-area span.custom_listing_comments a {
  color: #769b3e !important;
}

.post-banner-area span.custom_listing_comments a:before {
  content: none !important;
}

.hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#fff;
}

.blog .blog-body-wrapper .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  max-width: 1200px;
}

.blog-body-wrapper p#hubspot-topic_data {
  margin: 0;
  max-height: 100%;
}

.blog-body-wrapper .blog-content {
  padding-left: 10px;
  padding-right: 40px;
}

.blog-body-wrapper p#hubspot-topic_data a.topic-link {
  padding: 8px 15px 6px;
  margin-right: 5px;
}

.post-header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat";
  line-height: 28.8px;
  text-transform: none;
  letter-spacing: -1px;
  color: #28262b;
  margin: 15px 0 5px;
}

.blog-body-wrapper div#hubspot-author_data,.blog-body-wrapper div#hubspot-author_data > * {
  margin-bottom: 25px;
  color: #727272;
  line-height: 20.8px;
}

.blog-body-wrapper div#hubspot-author_data a {
  color: #242424;
  font-style: normal;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.blog-body-wrapper div#hubspot-author_data a:hover {
  color: #8ac540;
}

.hs-blog-post .custom-header,
.hs-blog-post .custom-logo img,
.hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul{
  transition:all 0.3s ease;
}

.hs-blog-post .custom-logo .hs_cos_wrapper_type_logo {
  display: block;
  position: relative;
  height: 90px;
}

.hs-blog-post .custom-logo img {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

.blog-sidebar {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-sidebar h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 20.8px;
  text-transform: none;
  letter-spacing: -1px;
  color: #2d2d2d;
  margin: 0 0 30px;
}

.blog-sidebar input.hs-search-field__input {
  margin: 0;
  border-radius: 3px;
  -webkit-transition: -webkit-border-radius .3s ease;
  -moz-transition: -moz-border-radius .3s ease;
  -o-transition: -o-border-radius .3s ease;
  -ms-transition: -ms-border-radius .3s ease;
  transition: -webkit-border-radius .3s ease, border-radius .3s ease;
  font-size: 14px;
  border: 1px solid #d6d6d6;
  color: #565656;
  padding: 7px 15px 7px;
  height: 47px;
  line-height: 20px;
  font-family: "Raleway";
}

.blog-sidebar input.hs-search-field__input:focus{
  border-radius: 47px;
}

.blog-search form {
  position: relative;
}

.blog-search .btn {
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 47px;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0;
  background: transparent;
  border: 0;
  color: red;
}

.blog-search form:after {
  content: "\e97e";
  font-family: "icomoon" !important;
  font-size: 15px;
  color: #28262b;
  -webkit-transition: color .15s ease-in-out .2s;
  -moz-transition: color .15s ease-in-out .2s;
  transition: color .15s ease-in-out .2s;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 47px;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}

.site-search-wrapper {
  margin-bottom: 70px;
}

.blog-sidebar .widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar .widget-module ul li {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  padding-left: 25px;
  color: #bcbcbc;
  border-bottom: 1px dotted #cdcdcd;
  -webkit-transition: color .3s ease-in-out, padding-left .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, padding-left .3s ease-in-out;
  transition: color .3s ease-in-out, padding-left .3s ease-in-out;
  color: #727272;
  border-bottom: 1px dotted #d6d6d6;
}

.blog-sidebar .widget-module ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: #c39f76;
  width: 5px;
  height: 5px;
  background: #769b3e;
}

.blog-sidebar .widget-module ul li a {
  float: left;
  margin-left: 0;
  padding-right: 5px;
  color: #242424;
}

.blog-sidebar .widget-module ul li a span.filter-link-count {
  display: none;
}

.blog-sidebar .widget-module ul li:hover {
  padding-left: 30px;
}

.blog-sidebar .widget-module ul li:last-child {
  border: none;
}

.section.post-footer form h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat";
  line-height: 28.8px;
  text-transform: none;
  letter-spacing: -1px;
  color: #28262b;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #d6d6d6;
}

.section.post-footer .hs-form-field > label {
  color: #565656;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.section.post-footer .hs-input {
  margin-bottom: 10px;
  background: #f4f4f4;
  border-radius: 2px;
}

.section.post-footer input.hs-button.primary {
  font-weight: 400;
  font-size: 13px;
  font-family: "Montserrat";
  padding-left: 35px;
  padding-right: 35px;
  border: none !important;
}

.post-banner-area div#hubspot-author_data {
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  font-family: "Raleway";
  line-height: 20.8px;
  text-transform: none;
  letter-spacing: 0px;
}

.hs-blog-post .section.post-header div#hubspot-author_data {
  font-weight: 400;
  font-size: 13px;
  font-family: "Raleway";
}

.social-share-wrapper {
  position: relative;
  float: right;
  padding: 15px 0;
}

.dfd-share-icons {
  position: absolute;
  right: 0;
  width: 196px;
  height: 36px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.dfd-share-icons ul {
  list-style: none;
  padding: 0;
  margin: 0 0 17px;
}

.dfd-share-icons ul li {
  font-family: 'soc-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 160px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: text-shadow .3s ease, left .3s ease, -webkit-transform .3s ease;
  -moz-transition: text-shadow .3s ease, left .3s ease, -moz-transform .3s ease;
  -o-transition: text-shadow .3s ease, left .3s ease, -o-transform .3s ease;
  transition: text-shadow .3s ease, left .3s ease, -webkit-transform .3s ease, transform .3s ease;
}

.dfd-share-icons ul li.facebook {
  background: #39579a;
  text-shadow: 1px 1px 0px transparent;
}

.soc_icon-facebook:before {
  content: "\e0f8";
}

.soc_icon-google:before {
  content: "\e0ef";
}

.soc_icon-linkedin:before {
  content: "\e0e5";
}

.soc_icon-pinterest:before {
  content: "\e0db";
}

.soc_icon-twitter-3:before {
  content: "\e0cf";
}

.dfd-share-icons ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.social-share-wrapper:hover .dfd-share-icons {
  opacity: 1;
}

.dfd-share-title.box-name {
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #e8e8e8;
  border-radius: 36px;
  opacity: 1;
  -webkit-transition: width .3s ease, opacity .3s ease;
  -moz-transition: width .3s ease, opacity .3s ease;
  transition: width .3s ease, opacity .3s ease;
  width: 100px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #28262b;
  letter-spacing: -1px;
}

.social-share-wrapper:hover .dfd-share-title.box-name {
  opacity: 0;
  width: 0;
}

.dfd-share-icons ul li.facebook:hover{
  text-shadow: #283d6c 1px 1px, #283d6c 2px 2px, #283d6c 3px 3px, #293f6f 4px 4px, #2a4173 5px 5px, #2b4376 6px 6px, #2d457a 7px 7px, #2e477d 8px 8px, #2f4981 9px 9px, #314b84 10px 10px, #324d88 11px 11px, #334f8b 12px 12px, #35518f 13px 13px, #365392 14px 14px, #375596 15px 15px, #39579a 16px 16px;
}

.dfd-share-icons ul li.googleplus.soc_icon-google {
  background: #df4a32;
  text-shadow: 1px 1px 0px transparent;
}

.social-share-wrapper:hover ul li.googleplus.soc_icon-google{
  left: 40px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.social-share-wrapper:hover ul li.facebook{
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 0;
}

.dfd-share-icons ul li.googleplus.soc_icon-google:hover{
  text-shadow: #9c3423 1px 1px, #9c3423 2px 2px, #9c3423 3px 3px, #a13524 4px 4px, #a63725 5px 5px, #ab3926 6px 6px, #b03a27 7px 7px, #b53c28 8px 8px, #ba3e29 9px 9px, #c03f2b 10px 10px, #c5412c 11px 11px, #ca432d 12px 12px, #cf442e 13px 13px, #d4462f 14px 14px, #d94830 15px 15px, #df4a32 16px 16px;
}

.dfd-share-icons ul li.linkedin.soc_icon-linkedin {
  background: #e1003a;
  text-shadow: 1px 1px 0px transparent;
}

.social-share-wrapper:hover ul li.linkedin.soc_icon-linkedin{
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 80px;
}

.dfd-share-icons ul li.linkedin.soc_icon-linkedin:hover{
  text-shadow: #9e0029 1px 1px, #9e0029 2px 2px, #9e0029 3px 3px, #a3002a 4px 4px, #a8002b 5px 5px, #ad002c 6px 6px, #b2002e 7px 7px, #b7002f 8px 8px, #bc0030 9px 9px, #c20032 10px 10px, #c70033 11px 11px, #cc0034 12px 12px, #d10036 13px 13px, #d60037 14px 14px, #db0038 15px 15px, #e1003a 16px 16px;
}

.dfd-share-icons ul li.pinterest.soc_icon-pinterest {
  background: #cd1d1e;
  text-shadow: 1px 1px 0px transparent;
}

.social-share-wrapper:hover ul li.pinterest.soc_icon-pinterest{
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 120px;
}

.dfd-share-icons ul li.pinterest.soc_icon-pinterest:hover{
  text-shadow: #901415 1px 1px, #901415 2px 2px, #901415 3px 3px, #941415 4px 4px, #991516 5px 5px, #9e1617 6px 6px, #a21617 7px 7px, #a71718 8px 8px, #ac1819 9px 9px, #b01819 10px 10px, #b5191a 11px 11px, #ba1a1b 12px 12px, #be1a1b 13px 13px, #c31b1c 14px 14px, #c81c1d 15px 15px, #cd1d1e 16px 16px;
}

.dfd-share-icons ul li.twitter.soc_icon-twitter-3 {
  background: #50abf0;
  text-shadow: 1px 1px 0px transparent;
}

.social-share-wrapper:hover ul li.twitter.soc_icon-twitter-3{
  left: 160px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.dfd-share-icons ul li.twitter.soc_icon-twitter-3:hover{
  text-shadow: #3878a8 1px 1px, #3878a8 2px 2px, #3878a8 3px 3px, #397bad 4px 4px, #3b7fb3 5px 5px, #3d83b8 6px 6px, #3f87be 7px 7px, #418bc3 8px 8px, #438fc9 9px 9px, #4493ce 10px 10px, #4697d4 11px 11px, #489bd9 12px 12px, #4a9fdf 13px 13px, #4ca3e4 14px 14px, #4ea7ea 15px 15px, #50abf0 16px 16px;
}

.hs-blog-post .dfd-meta-container .dfd-commentss-tags {
  position: relative;
  border-bottom: 1px dotted #d6d6d6;
  padding: 15px 0;
}

.hs-blog-post .dfd-meta-container .dfd-commentss-tags .post-comments-wrap {
  float: left;
  width: 140px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "Raleway";
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  color: #565656;
  position: static;
  background: transparent;
  margin: 0;
  height: auto;
}

.hs-blog-post .dfd-meta-container .dfd-commentss-tags .post-comments-wrap:after {
  content: none;
}

.hs-blog-post .dfd-meta-container .dfd-commentss-tags .post-comments-wrap span.entry-comments a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  float: left;
  font-size: 12px;
  font-family: "Lora";
  background: #769b3e;
}

.hs-blog-post .dfd-meta-container .dfd-commentss-tags .post-comments-wrap span.entry-comments a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 3px solid #5c8124;
  border-left: 3px solid #5c8124;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}

.hs-blog-post .dfd-meta-container .dfd-commentss-tags .post-comments-wrap span.box-name {
  font-size: 14px;
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #242424;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
  position: relative;
}

.blog-post-wrapper .dfd-meta-container {
  overflow: hidden;
  padding: 0 10px;
  padding-bottom: 45px;
}
.recent-post-main-wrapper {
  padding-top: 55px;
  padding-bottom: 60px;
  background: transparent;
}

.dfd-meta-container {
  overflow: hidden;
  padding: 0 10px;
}

.hs-blog-post .dfd-meta-container .dfd-commentss-tags .dfd-single-tags.clearfix {
  text-align: right;
  margin-left: 140px;
  padding-left: 20px;
}

.post-tags {
  float: right;
  overflow: visible;
}

.post-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-tags ul li {
  float: left;
  line-height: 25px;
  margin-right: 4px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px 1px transparent;
  box-shadow: 0 2px 3px 1px transparent;
  -webkit-transform: perspective(0);
  -moz-transform: perspective(0);
  -o-transform: perspective(0);
  transform: perspective(0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #d6d6d6;
}

.post-tags ul li:hover{
  border-color: transparent;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 6px 1px rgba(0,0,0,0.2);
  -webkit-transform: perspective(400px);
  -moz-transform: perspective(400px);
  -o-transform: perspective(400px);
  transform: perspective(400px);
}

.post-tags ul li a {
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #242424;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  display: block;
  height: inherit;
  line-height: inherit;
  opacity: 1;
  font-size: 14px;
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #242424;
}

.hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  color: rgb(118, 155, 62);
}

.about-author {
  border: 1px solid #d6d6d6;
  border-radius: 2px;
}

.about-author figure {
  margin: 0;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.about-author figure img {
  max-width: 80px;
  display: block;
  border-radius: 2px;
}

.about-author .author-content {
  margin-left: 95px;
}

.author-top-inner {
  overflow: hidden;
  padding-left: 20px;
  border-bottom: 1px dotted #d6d6d6;
}

.author-top-inner .box-name {
  letter-spacing: -1px;
  color: #28262b;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat";
  float: left;
  height: 40px;
  line-height: 40px;
}

.author-top-inner .soc-icons {
  position: relative;
  font-size: 12px;
  float: right;
}

.author-top-inner .soc-icons a {
  font-family: 'soc-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
  color: #28262b;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #d6d6d6;
}

.author-top-inner .soc-icons a:before {
  display: block;
  position: relative;
  color: inherit;
  bottom: 0;
  background: transparent;
  -webkit-transition: color .2s ease-in-out, bottom .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, opacity .2s ease-in-out;
  -moz-transition: color .2s ease-in-out, bottom .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, opacity .2s ease-in-out;
  transition: color .2s ease-in-out, bottom .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, opacity .2s ease-in-out;
  width: 100%;
  height: 100%;
  line-height: inherit;
  background: #fff;
  z-index: 1;
  top: 0;
  -webkit-transition: color .1s ease-in-out .15s, top .15s ease-in-out .15s;
  -moz-transition: color .1s ease-in-out .15s, top .15s ease-in-out .15s;
  transition: color .1s ease-in-out .15s, top .15s ease-in-out .15s;
}

.author-top-inner .soc-icons a i {
  position: absolute;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: top .15s ease-in-out .15s, text-shadow .15s ease 0s;
  -moz-transition: top .15s ease-in-out .15s, text-shadow .15s ease 0s;
  transition: top .15s ease-in-out .15s, text-shadow .15s ease 0s;
  background-color: #39c;
  width: 100%;
  height: 100%;
  line-height: inherit;
  top: -100%;
  left: 0;
  font-style:normal;
}

.author-top-inner .soc-icons a:hover i {
  top: 0;
  text-shadow: #28779f 1px 1px, #28779f 2px 2px, #28779f 3px 3px, #28779f 4px 4px, #28779f 5px 5px, #28779f 6px 6px, #28779f 7px 7px, #28779f 8px 8px, #2878a1 9px 9px, #297aa3 10px 10px, #297ca5 11px 11px, #2a7da8 12px 12px, #2a7faa 13px 13px, #2b81ac 14px 14px, #2b82ae 15px 15px, #2c84b1 16px 16px, #2c86b3 17px 17px, #2d88b5 18px 18px, #2e89b7 19px 19px, #2e8bba 20px 20px, #2f8dbc 21px 21px, #2f8ebe 22px 22px, #3090c0 23px 23px, #3092c3 24px 24px, #3193c5 25px 25px, #3195c7 26px 26px, #3297c9 27px 27px, #39c 28px 28px;
}

.author-top-inner .soc-icons a:hover:before{
  top: 100%;
}

.author-description {
  min-height: 70px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.author-description p:last-of-type{
  margin:0;
}

.recent-post-main-wrapper h6.uvc-main-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-family: "Montserrat";
  line-height: 40px;
  text-transform: none;
  letter-spacing: -2px;
  color: #28262b;
  word-spacing: 0;
  margin: 0 0 20px;
  text-align: center;
}
.recent-post-group .recent-post-item {
  width: 33.33333%;
  border-bottom: 1px dotted #d6d6d6;
  position: relative;
  float: left;
  min-height: 1px;
  padding: 0 10px;
  border-bottom-width: 0;
}
.recent-post-group {
  margin: 0 -10px;
}
.recent-post-group .recent-post-item .entry-media {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.recent-post-group .recent-post-item .entry-media .entry-thumb:before {
  content:none;
}
.recent-post-group .recent-post-item .entry-media .post-comments-wrap {
  font-size: 12px;
  font-family: "Lora";
  background: #769b3e;
  margin: 0;
}
.recent-post-group .recent-post-item .entry-media .post-comments-wrap span.entry-comments {
  display: block;
  line-height: inherit;
  color: inherit;
}
.recent-post-group .recent-post-item .entry-media .post-comments-wrap span.entry-comments a.fn {
  color: #fff;
}
.recent-post-group .recent-post-item .title-wrap .block-title {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat";
  line-height: 28.8px;
  text-transform: none;
  letter-spacing: -1px;
  color: #28262b;
  word-spacing: 0;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.recent-post-group .recent-post-item .title-wrap .block-title a {
  color: inherit;
}
.recent-post-group .recent-post-item .title-wrap .entry-meta.meta-bottom {
  margin-bottom: 25px;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  font-family: "Raleway";
  line-height: 20.8px;
  text-transform: none;
  letter-spacing: 0px;
  color: #727272;
}
.recent-post-group .recent-post-item .title-wrap .entry-meta.meta-bottom > span {
  float: left;
  padding-right: 6px;
}
.recent-post-group .recent-post-item .title-wrap .entry-meta.meta-bottom a {
  display: block;
  color: rgb(40, 38, 43);
}
.recent-post-group .recent-post-item .title-wrap .entry-meta.meta-bottom a:hover {
  color: #8ac540;
}
#comments-listing.new-comments {
  margin: 0;
  border: 0;
}
.dfd-controls a.page-inner-nav {
  display: block;
  width: 32px;
  height: 95px;
  position: fixed;
  top: 50%;
  margin-top: -24px;
  z-index: 3;
}
.dfd-controls .page-inner-nav.nav-prev {
  left: 0;
}
.dfd-controls .page-inner-nav.nav-next {
  right: 0;
}
.dfd-controls .page-inner-nav .dfd-controler {
  display: block;
  width: 32px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: absolute;
  top: 0;
  color: #28262b;
  background: transparent;
  z-index: 3;
  border: 1px solid rgba(119,119,119,0.4);
  border-radius: 2px;
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}
.dfd-controls .page-inner-nav .dfd-controler {
  color: #28262b;
}
.dfd-controls .page-inner-nav .dfd-controler.prev {
  left: 10px;
}
.dfd-controls .page-inner-nav .pagination-title {
  position: absolute;
  top: 50%;
  display: block;
  height: 95px;
  min-width: 95px;
  white-space: nowrap;
  padding: 0;
  margin-top: -47.5px;
  background: #fff;
  z-index: 2;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.dfd-controls .page-inner-nav .pagination-title {
  border: 1px solid #d6d6d6;
}
.dfd-controls .page-inner-nav .dfd-controler.prev span, .dfd-controls .page-inner-nav .dfd-controler.next span {
  position: relative;
  font-size: 14px;
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #242424;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-transition: color .3s ease, margin-left .3s ease;
  -moz-transition: color .3s ease, margin-left .3s ease;
  transition: color .3s ease, margin-left .3s ease;
}
.dfd-controls .page-inner-nav .dfd-controler.prev span {
  margin-left: 20px;
}
.dfd-controls .page-inner-nav .dfd-controler.prev span, .dfd-controls .page-inner-nav .dfd-controler.next span {
  font-size: 14px;
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #242424;
}
.dfd-controls .page-inner-nav .dfd-controler.prev span:before, 
.dfd-controls .page-inner-nav .dfd-controler.next span:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 7px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #c39f76;
  -webkit-transition: border-bottom .3s ease;
  -moz-transition: border-bottom .3s ease;
  transition: border-bottom .3s ease;
}
.dfd-controls .page-inner-nav .dfd-controler.prev span:before, .dfd-controls .page-inner-nav .dfd-controler.next span:before {
  margin-top: 7px;
  border-bottom-style: dotted;
  border-bottom-color: #c39f76;
}
.dfd-controls .page-inner-nav.nav-prev .pagination-title {
  left: 42px;
  text-align: left;
  padding-right: 20px;
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  transform: translateX(-150%);
}
.dfd-controls .page-inner-nav .dfd-controler.next {
  right: 10px;
}
.dfd-controls .page-inner-nav.nav-next .pagination-title {
  right: 42px;
  text-align: right;
  padding-left: 20px;
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%);
}
.dfd-controls .page-inner-nav .thumb {
  position: relative;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  margin-top: -1px;
  color: #28262b;
}
.dfd-controls .page-inner-nav .thumb {
  color: #28262b;
}
.dfd-controls .page-inner-nav .thumb.next {
  float: right;
  left: 0;
}
.dfd-controls .page-inner-nav.nav-next .pagination-title .thumb {
  margin-right: -1px;
}
.dfd-controls .page-inner-nav .thumb.prev {
  float: left;
  right: 0;
}
.dfd-controls .page-inner-nav.nav-prev .pagination-title .thumb {
  margin-left: -1px;
}
.dfd-controls .page-inner-nav .dfd-controler.next span {
  margin-left: -20px;
}
.dfd-controls .page-inner-nav .thumb img {
  display: block;
  border-radius: 2px;
}
.dfd-controls .page-inner-nav .thumb .entry-comments {
  position: absolute;
  top: 15px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #c39f76;
}
.dfd-controls .page-inner-nav .thumb .entry-comments {
  background: #769b3e;
}
.dfd-controls .page-inner-nav .thumb.prev .entry-comments {
  right: -15px;
}
.dfd-controls .page-inner-nav .thumb.next .entry-comments {
  left: -15px;
}
.dfd-controls .page-inner-nav .thumb .entry-comments:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 3px solid #b38653;
  border-left: 3px solid #b38653;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}
.dfd-controls .page-inner-nav .thumb .entry-comments:before {
  border-top: 3px solid #5c8124;
  border-left: 3px solid #5c8124;
}
.dfd-vertical-aligned {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-name {
  color: #28262b;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat";
  line-height: 19.18px;
  text-transform: none;
  letter-spacing: -1px;
  color: #28262b;
  word-spacing: 0;
  -webkit-transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out;
}
.dfd-controls .page-inner-nav .pagination-title div.box-name {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 6px;
  border-bottom: 1px dotted #d6d6d6;
}
.dfd-controls .page-inner-nav.nav-prev .pagination-title div.box-name, 
.dfd-controls .page-inner-nav.nav-prev .pagination-title div.subtitle {
  padding-left: 30px;
  margin-left: 95px;
}
.dfd-controls .page-inner-nav .thumb .entry-comments:before {
  border-top: 3px solid #5c8124;
  border-left: 3px solid #5c8124;
}
.dfd-controls .page-inner-nav:hover .dfd-controler, 
.dfd-controls .page-inner-nav.active .dfd-controler {
  background: #769b3e;
  border-color: #769b3e;
}
.dfd-controls .page-inner-nav:hover .dfd-controler.prev span, 
.dfd-controls .page-inner-nav.active .dfd-controler.prev span {
  margin-left: -20px;
}
.dfd-controls .page-inner-nav:hover .pagination-title, 
.dfd-controls .page-inner-nav.active .pagination-title {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.dfd-controls .page-inner-nav:hover.nav-prev .pagination-title, 
.dfd-controls .page-inner-nav.active.nav-prev .pagination-title {
  margin-left: 5px;
}
.dfd-controls .page-inner-nav:hover .dfd-controler.next span, 
.dfd-controls .page-inner-nav.active .dfd-controler.next span {
  margin-left: 10px;
}
.dfd-controls .page-inner-nav:hover.nav-next .pagination-title, 
.dfd-controls .page-inner-nav.active.nav-next .pagination-title {
  margin-right: 5px;
}
.dfd-controls .page-inner-nav:hover .thumb, 
.dfd-controls .page-inner-nav.active .thumb {
  opacity: 1;
}
/* Styles that do not fit into any of the available sections above can go here. */

.header-no-nav .mobile-trigger{
  display:none !important;
}
.dfd-controls .page-inner-nav.nav-next .pagination-title div.box-name, 
.dfd-controls .page-inner-nav.nav-next .pagination-title div.subtitle {
  padding-right: 30px;
  margin-right: 95px;
}

.blog-body-wrapper span.hs-author-label {
  padding-left: 3px;
  padding-right: 3px !important;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1279px) {
  .custom-header .page-center {
    padding: 0 10px !important; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-search-container {
    position: relative;
    margin: 35px 15px 0;
  }
  .form-search-container form#searchform {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: "Raleway";
    line-height: 24.99px;
    text-transform: none;
    letter-spacing: 0px;
    color: #565656;
  }
  .form-search-container form#searchform input#s {
    font-family: "Raleway";
    color: #565656;
    width: 100%;
    display: block;
    line-height: 20px;
    margin: 0 0 13px;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    font-size: 14px;
    height: 48px;
    padding: 5px 15px;
    margin-bottom: 0;
    border: none;
    border-radius: 3px;
    background: #252525;
    outline: none;
  }
  .form-search-container form#searchform input#searchsubmit {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 3;
  }
  .searchsubmit-icon {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: "Raleway";
    text-transform: none;
    letter-spacing: 0px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,0.5);
    z-index: 0;
  }
  .searchsubmit-icon i.dfd-icon-zoom {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .dfd-icon-zoom:before {
    content: "\e97e";
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover {
    border-top-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover + li {
    border-top-color: transparent;
  }

  .cm-post-filter .widget-module{
    margin-top: 0;
  }

  .dfd-controls.hidden-phone {
    display: none;
  }
}

@media (max-width: 1100px) {
  .custom-header.cm-visible-phone {
    padding: 20px 10px;
    border-bottom: 1px solid rgba(40,38,43,0.1);
    position: relative;
  }

  .menu-logo {
    padding: 20px 50px 20px 20px;
  }

  .hs-blog-header {
    padding-top: 0;
  }
}

@media (max-width: 910px) {
  .blog-listing-wrapper .post-listing .post-item{
    width: 50%;
  }

  .blog-body-wrapper {
    padding-top: 70px;
  }

  .hs-blog-post .blog-body-wrapper {
    padding-top: 0;
  }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .blog-body-wrapper .blog-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-blog-post .blog-body-wrapper {
    padding-top: 70px;
  }

  .custom-footer {
    padding-bottom: 20px;
  }

  .blog-listing-wrapper .post-listing .post-item{
    width: 100%;
  }

  .hs-blog-header {
    padding: 0 10px;
  }

  .cm-post-filter {
    display: none !important;
  }

  .post-listing {
    padding: 0 10px;
  }

  .recent-post-group .recent-post-item {
    width: 100%;
    float: none;
  }

  .hs-blog-post .dfd-meta-container .dfd-commentss-tags .dfd-single-tags.clearfix {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    clear: both;
    margin-top: 45px !important;
  }

  .post-tags {
    float: none;
  }

  .about-author .author-content {
    margin: 0;
    clear: both;
  }

}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 500px) {
  .custom-logo img{
    height: 78px;
  }

  .custom-header.cm-visible-phone{
    padding-bottom:32px;
  }
 
}
