/* ==========================================================================
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('https://fonts.googleapis.com/css?family=Open+Sans: 100,400,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:800');
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('//fonts.googleapis.com/css?family=Emilys+Candy');
@font-face{
  font-family:'icomoon';
  src:url('https://cdn2.hubspot.net/hubfs/3021673/GrowUp_December2018/Fonts/icomoon.eot') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/3021673/GrowUp_December2018/Fonts/icomoon.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/3021673/GrowUp_December2018/Fonts/icomoon.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face{
  font-family:steadysets;
  src:url(//cdn2.hubspot.net/hubfs/3021673/GrowUp_December2018/Fonts/steadysets.eot) format('embedded-opentype'),
    url(//cdn2.hubspot.net/hubfs/3021673/GrowUp_December2018/Fonts/steadysets.ttf) format('truetype'),
    url(//cdn2.hubspot.net/hubfs/3021673/GrowUp_December2018/Fonts/steadysets.woff) format('woff');
  font-weight:400;
  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; }



/* ==========================================================================
0000 Ryan STYLES                                             
========================================================================== */

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

.dl-back {
  display: none!important;
}

a {
  text-decoration: none;
}

.link {
  background-image: url(https://cdn2.hubspot.net/hubfs/3021673/arrow-circle-right-solid-white.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 20px;
}

.link: hover {
  background-image: url(https://cdn2.hubspot.net/hubfs/3021673/arrow-circle-right-solid-white.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 20px;
}

.hider {
  display: none;
}

.hero-image {
  width: 100%;
}

.hero {
  padding: 0px 100px;
}

.hero h1 {
  font-weight: 800!important;
  font-size: 40px!important;
  color: #676767!important;
  font-family: 'Montserrat', sans-serif!important;
  margin-bottom: 20px;
  line-height: 50px;
}

.hero h2 {
  margin-top: 100px!important;
}

.hero p {
  font-weight: 100!important;
  font-size: 18px!important;
  color: #333333!important;
  font-family: "Open Sans", "Sans-Serif"!important;
  line-height: 28px;
  padding: 0px;
}


.sub-item {
  padding: 20px;
}

.sub-item h3 {
  font-weight: 100!important;
  font-size: 22px!important;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: center!important;
  min-height: 60px;
}

.center-please {
  text-align: center!important;
}

.quote {
  font-size: 26px!important;
}

.quote-box {
  margin-top: 55px!important;
}

.quote-box .fa {
    font-size: 36px!important;
    position: absolute!important;
    right: 30px!important;
    top: 30px!important;
}



.contact-module {
  background: #f1f6f8!important;
  text-align: center!important;
  color: #fff!important;
  padding: 55px!important;
}




.contact-module-dark {
  background: #878787!important;
  text-align: center!important;
  padding: 55px!important;
}

.contact-module-dark h2 {
  
  color: #fff!important;
}






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

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

.hs-cta-wrapper .cta_button , #cta_button_3021673_898cb674-d8e2-4125-bed6-33087a323510 {
    border-radius: 30px !important;
}

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

a#cta_button_3021673_7e067fa6-1cc9-4bf6-8783-3a64fb5388f1 {
  border-radius: 30px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 15px 40px 15px 40px !important;
  letter-spacing: 2px!important;
}

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

body {
  background: #fff;
  color: #676767;
  font-family: "Open Sans", "Sans-Serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

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

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

/* Basic text */
p {
  padding-bottom: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
} 
small {}
.bold, strong, b {
  font-family: 'Open Sans';
  font-weight: 600
}

.uppercase {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase
}
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 {
  color: #444;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

h6 {
  color: #fff;
  font-weight: 300;
  font-size: 18px!important;
  font-family: 'Montserrat', sans-serif!important;
  margin: 10px 0 30px 0!important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 54px;
  line-height: 62px;
  margin-bottom: 7px
}

h2 {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 7px
}

h3 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 7px
}

h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px
}

h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px
}

/* Anchor Links */
a {
  color:  #00aa05;
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s
}

a:hover {
  color: inherit
}

blockquote {
  font-weight: 300;
  line-height: 40px;
  font-size: 22px;
  padding-left: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 30px
}

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

.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container .hs_cos_wrapper_type_rich_text ol {
  padding-left:30px;
}
.body-container .hs_cos_wrapper_type_rich_text 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 {}


.banner-area {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.custom-header {
  position: absolute;
  width: 100% !important;
  z-index: 9999;
  top: 0;
  padding-top: 25px;
}

.banner-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  min-height: 134vh;
}

/*
.parallax-mirror {
pointer-events: none;
z-index: 99 !important;
top: 0 !important;
}*/

.custom-logo img {
  text-indent: -9999px;
  position: absolute;
  max-width: none;
  width: auto;
  margin-bottom: 0px;
  display: block;
  transition: opacity 0.4s ease;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  top: 0;
  left: 0;
}

.custom-logo img.starting-logo {
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
}

.custom-logo img.dark-version {
  opacity: 0;
}

.custom-logo {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li,.custom-menu-primary .hs-menu-wrapper > ul > div {
  float: left;
}

div#social-in-menu {
  margin: 0 0 0 29px;
  font-size: 12px;
  position: relative;
}

div#social-in-menu a {
  padding: 0px;
  position: relative;
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  color: #ffffff!important;
  opacity: 0.75!important;
  transition: opacity 0.2s ease,color 0.2s ease;
  margin-right: -1px;
}

div#social-in-menu a i {
  top: -2px;
  word-spacing: 1px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px!important;
  color: inherit!important;
  background-color: transparent;
  transition: transform 0.25s ease,opacity 0.2s ease;
  -webkit-transition: -webkit-transform 0.25s ease,opacity 0.2s ease;
  text-align: center;
  line-height: 24px;
  height: 22px;
}

div#social-in-menu a i.fa-facebook {
  width: 28px;
}

div#social-in-menu a i:before {
  width: 100%;
}

div#social-in-menu a i:after {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width: 100%;
  text-decoration: inherit;
  display: block;
  speak: none;
}

div#social-in-menu a .fa-facebook:after {
  content: "\f09a";
}

div#social-in-menu a .fa-pinterest:after {
  content: "\f0d2";
}

div#social-in-menu a .fa-linkedin:after {
  content: "\f0e1";
}

div#social-in-menu a .fa-youtube-play:after {
  content: "\f16a";
}

div#social-in-menu a .fa-instagram:after {
  content: "\f16d";
}

ul.buttons {
  margin-left: 15px;
}

ul.buttons li {
  line-height: 12px;
  position: relative;
  float: left;
}

ul #search-btn>div {
  padding-left: 22px;
  border-color: #eee;
  border-left: 1px solid rgba(255,255,255,0.25);
}

#search-btn a {
  padding-left: 23px;
  padding: 0px 0px 0px 0px;
  width: 24px;
  height: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
}

[class^="icon-"], [class*=" icon-"] {
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

[class^="icon-"], i[class*=" icon-"] {
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  word-spacing: 1px;
}

ul #search-btn a span {
  line-height: 24px!important;
  height: 24px!important;
  top: 0;
  background-color: transparent!important;
  font-size: 18px!important;
  color: #ffffff!important;
  opacity: 0.75!important;
  transition: opacity 0.2s ease,color 0.2s ease;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  speak: none;
}

.icon-salient-search:before {
  content: "\e036";
}

.icon-salient-x, .icon-salient-search, .icon-salient-right-arrow, 
.icon-salient-left-arrow, .icon-salient-right-line,
.icon-salient-back-to-all, .icon-salient-left-arrow-thin,
.icon-salient-right-arrow-thin, .icon-salient-down-arrow-thin, 
.icon-salient-down-arrow, .icon-salient-google-plus, 
.ascend .mfp-image-holder .mfp-close, .ascend .mfp-iframe-holder .mfp-close, 
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close,
.icon-salient-facebook, .icon-salient-twitter, 
.icon-salient-pinterest, .icon-salient-heart, 
.icon-salient-heart-2, .icon-salient-plus, 
.icon-salient-cart, body[data-is="minimal"] [class^="icon-"].icon-reorder,
.icon-salient-pencil, .icon-be, .icon-vimeo, .icon-soundcloud,
.icon-button-arrow, .icon-salient-thin-line, .icon-salient-spotify,
.icon-salient-m-user, .salient-page-submenu-icon,
.icon-salient-m-clock, .video-play-button, 
.mejs-controls .mejs-button button {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.custom-menu-primary.js-enabled {
  float: right;
  margin-right: 3px;
  width: auto !important;
  margin-left: 0 !important;
}

li#search-btn {
  margin-left: 17px;
}

div#social-in-menu a.pinterest {
  padding-left: 0;
}

#search-outer {
  overflow: visible!important;
  left: 0px;
  width: 100%;
  background-color: rgba(255,255,255,0.96)!important;
  height: 95%!important;
  position: fixed;
  z-index: 1010!important;
  top: 150px;
  visibility: hidden;
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform: scale(1, 0);
}

.search-icon{
  cursor:pointer;
}

.search-open #search-outer {
  visibility: visible;
  transform: scale(1, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.banner-content {
  position: relative;
  z-index: 999;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 5.4%;
  margin-top: 49px;
  color: #fff;
}

.banner-content .span6 {
  width: 48.93617020799999%;
}

.banner-content .span6.right {
  margin-left: 2.1%;
}

.banner-area:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 99;
  background-color: #004301;
  opacity: 0.3;
}

.banner-content .span6.left {
  border-radius: 10px;
  overflow: hidden;
}

.banner-inner-content h1 {
  font-family: Open Sans;
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.banner-inner-content p {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 20px;
  color: #fff;
  padding-top: 4px;
}

a.nectar-button {
  line-height: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  padding: 8px 14px;
  letter-spacing: 2px;
  color: #FFF;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 12px;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  padding-left: 33px;
  padding-right: 33px;
  background-color: #000;
  opacity: 0.9;
  margin-top: 25px;
  visibility: visible;
  text-align: center;
}

.banner-inner-content a.nectar-button:last-of-type {
  margin-top: 35px;
  margin-bottom: 0;
}

.nectar-shape-divider-wrap {
  transform: translateZ(0);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 100px;
}

.nectar-shape-divider {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
}

div#social-in-menu a:hover {
  opacity: 1 !important;
}

div#social-in-menu a:hover i {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

ul #search-btn a:hover span {
  opacity: 1 !important;
}

div#search-box {
  position: relative;
  top: 34.5px;
}

div#close {
  list-style: none;
  position: absolute;
  top: 25px;
  right: 25px;
}

#search-box form {
  width: 100%!important;
  float: none!important;
  position: relative;
}

#search-box span {
  text-align: center;
  display: block;
  color: rgba(0,0,0,0.4);
  margin-top: 15px;
  position: relative;
}

#search-box form input[type="text"] {
  width: 100%;
  line-height: 43px;
  position: relative;
  padding: 0px!important;
  background-color: transparent;
  border: 0px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000!important;
  height: auto!important;
  font-size: 80px!important;
  text-align: center!important;
  outline:0 !important;
}

div#close a {
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  position: absolute;
  top: -2px;
  right: -2px;
}

#close a span {
  color: #888888;
  height: 20px!important;
  line-height: 19px!important;
  background-color: transparent!important;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 20px;
}

#close a span:before {
  text-decoration: inherit;
  speak: none;
  content: "\e117";
}

#close a span:hover {
  color: #00aa05!important;
}

div#close a:hover {
  transform: rotate(90deg) translateZ(0);
  -webkit-transform: rotate(90deg) translateZ(0);
  top: 2px;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

.logo-wrapper {
  width: auto !important;
  margin-right: 2%;
}



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

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

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


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

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

.custom-footer {
  color: #ccc;
  position: relative;
  z-index: 10;
  background-color: #000;
}

.custom-footer-bottom {
  color: #777;
  padding: 20px 0px;
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,0.1);
  background-color: transparent;
}

.custom-copyright p {
  padding: 0;
  margin: 0;
  line-height: 22px;
  margin-top: 3px;
}

.custom-copyright p a {
  color: #ccc;
}

.custom-copyright p a:hover {
  color: #00aa05;
}

.footer-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.footer-social-icons ul li {
  float: left;
  margin-left: 20px;
}

.footer-social-icons ul li a {
  color: #ccc;
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
}

.footer-social-icons ul li a i {
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  font-size: 20px;
  width: auto;
  background-color: transparent;
  font-family: FontAwesome;
  color: #777;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.footer-social-icons ul li a:hover i {
  color: #00aa05;
}

div#call-to-action {
  text-align: center;
  vertical-align: bottom;
  font-size: 22px;
  font-family: 'Open Sans';
  font-weight: 300;
  position: relative;
  z-index: 10;
  background-color: #420041;
}

div#call-to-action .page-center {
      padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#call-to-action span {
   font-family: 'Montserrat',sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 0;
  display: inline-block;
}

div#call-to-action a.nectar-button {
  font-size: 16px !important;
  font-weight: 600;
  position: relative;
  top: -3px;
  color: #FFF;
  margin-bottom: 0px!important;
  font-size: 12px;
  box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  padding: 16px 21px;
  letter-spacing: 2px;
  margin-left: 20px;
  line-height: 24px;
  display: inline-block;
}

div#call-to-action a.nectar-button:hover {
  opacity: 0.75;
}

.custom-footer-top{
  color: #ccc;
}

.custom-footer-top [class*="footer-col"] {
  width: 32.0% !important;
  margin-left: 0 !important;
  margin-right: 2%;
}

.custom-footer-top [class*="footer-col"].footer-col3 {
  margin-right: 0;
}

.custom-footer-top [class*="footer-col"] h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  font-size: 16px!important;
  line-height: 26px;
  font-weight: 600!important;
  margin: 0;
  margin-bottom: 12px;
}

.custom-footer-top .page-center>.row-fluid-wrapper {
  padding: 55px 0px;
}

.custom-footer-top a {
  color: #ccc;
}

.custom-footer-top a:hover {
  color: #00aa05;
}

.custom-footer-top p {
  margin: 0;
}

.footer-col1 h3~div:first-of-type p:last-of-type {
  padding-bottom: 0;
}

.footer-col1 h3~div {
  margin-bottom: 30px;
}

.custom-footer-top a.nectar-button {
  margin-top: 0;
  padding: 12px 18px;
  padding-left: 42px;
  padding-right: 42px;
  opacity: 1 !important;
  background-color: rgb(0, 170, 5);
}

.custom-footer-top a.nectar-button:after {
  content: "\e909";
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  height: 32px;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  line-height: 18px;
  font-size: 20px;
  width: auto;
  background-color: transparent!important;
}

.custom-footer-top a span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}

.custom-footer-top a:hover span {
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}

.custom-footer-top a.nectar-button:hover:after {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}

.custom-footer-top a.nectar-button:hover {
  color: #fff;
  opacity: 0.87 !important;
}

.footer-col1 h3~div:first-of-type p:first-of-type {
  padding-bottom: 20px;
}


[class*="fa-"] {
  display: inline-block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}

.thank-layout .header-container-wrapper {
  min-height: 151.23px;
  transition: 0.3s ease all;
}

.thank-layout .custom-logo img.starting-logo {
  opacity: 0;
}

.thank-layout .custom-logo img.stnd.default-logo {
  opacity: 1;
}



.thank-layout div#social-in-menu a {
  color: #888 !important;
  opacity: 1 !important;
  padding: 0 1.4px;
  margin-right:0;
}

.thank-layout ul #search-btn a span {
  color: #888 !important;
  opacity: 1 !important;
}

.thank-layout ul #search-btn>div {
  border-color: #eee;
}

.thank-layout div#social-in-menu a i {
  width: 28px;
}

.thank-layout div#social-in-menu {
  margin-left: 26px;
}

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


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:1000px) {
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    float: right;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 0 8px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 600;
    color: #ffffff!important;
    opacity: 0.75!important;
    transition: opacity 0.2s ease,color 0.2s ease;
    padding-bottom: 65.5px;
    padding-top: 41px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit;
    border-color: #ffffff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active>a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch>a:after{
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active>a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch>a{
    opacity: 1 !important;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    width: 192px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    font-size: 12px;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    margin: 0;
    padding: 14px 13.5px;
    color: #888888;
    font-family: Open Sans;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active>a{
    color: #00aa05;
  }

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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .scroll-body .custom-header {
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    padding: 28px 0px 0px 0px;
    background-color: rgba(255,255,255,100);
    border-bottom: 1px solid #f7f7f7;
    padding-top: 14px;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s;
  }

  .scroll-body .custom-logo img.starting-logo {
    opacity: 0;
  }

  .scroll-body .custom-logo img.stnd.default-logo {
    opacity: 1;
    max-width: 53px;
    height: 50px !important;
  }

  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 29px;
    padding-top: 15px;
    color: #888888!important;
    opacity: 1 !important;
  }

  .scroll-body div#social-in-menu a {
    margin-bottom: 27px !important;
    margin-top: 14px !important;
    color: #888888!important;
    opacity: 1 !important;
  }

  .scroll-body li#search-btn {
    padding-bottom: 13px !important;
    padding-top: 13px !important;
  }

  .scroll-body ul #search-btn>div {
    border-color: #eee;
  }

  .scroll-body ul #search-btn a span {
    color: #888 !important;
    opacity: 1 !important;
  }

  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul {
    height: auto;
  }

  .scroll-body .custom-menu-primary.js-enabled {
    margin-bottom: -26px;
  }

  .scroll-body #search-outer {
    top: 77px;
  }

  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after,
  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after,
  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
    border-color: #00aa05!important;
  }

  .scroll-body div#social-in-menu a:hover i:after {
    color: #00aa05!important;
  }

  .scroll-body ul #search-btn a:hover span {
    color: #00aa05!important;
  }

  li.dl-back {
    display: none;
  }

  .scroll-body.thank-layout .header-container-wrapper {
    min-height: 77px;
  }

  .thank-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    border-color: #00aa05!important;
  }

  .thank-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #888888 !important;
    opacity: 1 !important;
    padding-top: 40px;
  }

  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 15px;
  }

  .resource-row2 iframe {
    width: 397px !important;
    height: 223.313px !important;
  }

  .scroll-body .custom-header.lp-header {
    min-height: 77px;
  }
}


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

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

@media (max-width: 999px){

  /* 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: 13px;
    right: 0px;
    width: auto;
    height: auto;
  }

  /* 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: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #888888; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */


  /* ===== 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: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #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.js-enabled{
    padding-top: 0;
    margin: 0;
    float: none !important;
    position: fixed;
    transform: translate(301px,0px);
    -webkit-transform: translate(301px,0px);
    -o-transform: translate(301px,0px);
    -ms-transform: translate(301px,0px);
    top: 0;
    right: 0;
    width: 300px !important;
    height: 100%;
    z-index: 10000;
    background-color: #fff;
    padding: 33px;
    overflow: hidden;
    transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }

  .mobile-open .custom-menu-primary.js-enabled {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }

  .site-wrapper {
    right:0;
    transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position:relative;
  }

  .mobile-open .site-wrapper {
    right:300px;
  }


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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  .overlay {
    left: 0;
    top: 89px;
    z-index: 1;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    visibility: hidden;
  }

  .mobile-open .overlay {
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  ul.buttons {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #00aa05!important;
    font-family: Open Sans;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: -6px;
  }

  .bottom-meta-wrap {
    position: absolute;
    bottom: 24px;
    width: 100%;
    left: 0;
    right: 0;
  }

  .bottom-meta-wrap ul {
    padding: 0 33px;
    padding-top: 25px;
    transition: padding 0.2s ease;
  }

  .bottom-meta-wrap ul li {
    display: inline-block;
    padding: 0 6px 6px 0;
  }

  .bottom-meta-wrap ul li a {
    color: #00aa05!important;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
  }

  .bottom-meta-wrap ul li a i {
    background-color: transparent!important;
    font-size: 18px;
    line-height: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    transition: transform .5s ease;
    transform: translateX(100%);
    position: absolute !important;
    left: 0;
    top: 0;
    display: block !important;
    padding: 33px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul.active {
    transform: translateX(0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul.go-left {
    transform: translateX(-100%);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back>a.dl-menuopen {
    background: rgba(0,0,0,0.13);
    opacity: 0.7;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    display: inline;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back>a.dl-menuopen:hover {
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back {
    margin-bottom: 20px;
  }

  a.slide_out_area_close {
    position: absolute;
    right: 17px;
    top: 17px;
    font-weight: 400;
    display: block;
    line-height: 32px;
    font-size: 18px;
    color: #ddd;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    width: 34px;
    height: 34px;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: block;
    z-index: 99;
  }

  span.icon-salient-x.icon-default-style {
    height: 34px !important;
    left: -2px;
    line-height: 32px !important;
    max-width: none !important;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    width: 34px;
    color: #00aa05!important;
    font-size: 24px;
  }

  .icon-salient-x:before {
    content: "\e117";
  }

  a.slide_out_area_close:hover {
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin-top: 11px;
    margin-right: 3px;
  }

  .mobile-open .custom-header {
    left: -300px
  }

  .custom-header {
    transition: left 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}


/* ==========================================================================
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 {
  text-decoration: none;
}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 46.8%;
  float: left;
  margin-bottom: 40px;
}

.post-item:nth-child(odd) {
    margin-right: 40px;
    clear: both;
}

.blog-content p {
    padding-bottom: 0px;
}


.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 {
  display:block;
  margin:10px 0;
}

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

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

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

/* Pagination */
.blog-pagination { clear: both; }
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link{
  display:block;
}

.blog-pagination a.next-posts-link {
  display:block;
}

/* 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 {
  position: -webkit-sticky;
  position: sticky;
  top: 138px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 26px;
}

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

.blog .blog-sidebar .widget-span ul li {
  padding: 4px 0;
}

.blog .blog-sidebar .widget-span ul li a {
  color: #00aa05;
  display: block;
}

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

.blog .blog-sidebar .widget-span ul li a:hover {
  color: inherit;
}

.sidebar-search .hs-search-field__bar {
  background: transparent !important;
  padding: 0 !important;
  position: relative;
}

.sidebar-search .hs-search-field__bar input[type="text"] {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  line-height: 22px;
  color: #555;
  font-family: 'Open Sans';
  font-weight: 400;
  -webkit-box-shadow: none!important;
  font-size: 16px!important;
  -o-box-shadow: none!important;
  background: transparent;
  padding-top: 13px!important;
  padding-bottom: 13px!important;
  padding-left: 0!important;
  position: relative;
  border: none;
  padding-right: 75px!important;
  border-radius: 0px 2px 2px 0px;
}

.sidebar-search .hs-search-field__bar input.search-submit {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  background-color: #00aa05!important;
  margin: 0!important;
  position: absolute;
  right: 0px;
  bottom: 0;
  line-height: 24px;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  padding: 15px 23px!important;
  border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  -o-border-radius: 0px!important;
}

.sidebar-search .hs-search-field__bar input.search-submit:hover {
  opacity: 0.85;
}

.minimal-form-input{
  position: relative;
  padding-top: 35px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  display: inline-block;
  width: 100%;
}

.minimal-form-input label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  display: inline-block;
  margin: 0!important;
  font-family: Open Sans;
  font-size: 16px!important;
  line-height: 26px;
  font-weight: 600!important;
}

.minimal-form-input label:before,.minimal-form-input label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 3px;
  border-bottom: 1px solid #e0e0e0;
}

.minimal-form-input label:after {
  display: block;
  border-bottom: 2px solid #27CFC3;
  -webkit-transform: translate3d(-101%,0,0);
  transform: translate3d(-101%,0,0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24,1,0.30,1),border-color 0.2s cubic-bezier(.39,.71,.56,.98);
  transition: transform 0.4s cubic-bezier(0.24,1,0.30,1),border-color 0.2s cubic-bezier(.39,.71,.56,.98);
  bottom: 0px;
}

.minimal-form-input label span.text {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 14px;
  margin-top: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #acacac!important;
}

.blog-pagination>div {
  display: inline-block;
}

.blog-pagination a {
  padding: 11px 13px 10px 13px!important;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  font-size: 12px;
  line-height: 11px;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  font-weight: 600;
  color: inherit;
}

.blog-pagination a:hover {
  color: #00aa05;
}

.blog-pagination a.active {
  -webkit-box-shadow: 0px 6px 15px rgba(0,0,0,0.16);
  box-shadow: 0px 6px 15px rgba(0,0,0,0.16);
  margin: 0 8px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 14px;
  font-size: 12px!important;
  background-color: #00aa05;
  color: #fff;
  pointer-events: none;
}


/* =============== 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

.hs-author-profile .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}


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

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

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


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


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

.content-wrapper {
  padding-top:30px;
  padding-bottom:30px;
}

.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,.body-container #comment-form,
.body-container .hs-search-field__bar {
  display: block;
  padding: 24.8906px;
}



.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

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

.body-container .widget-type-google_search input[type="text"],
.body-container #hs-pwd-widget-password,
.body-container .hs-form-field {
  margin-bottom: 18px;
}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  padding: 8px 10px;
  font-family: helvetica;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #3C6D74;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  outline:0;
}

/* 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 {
  color:#000;
  opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
  color:#000;
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
  color:#000;
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color:#000;
  opacity:1;
} /* IE10 */

.req-row2 form textarea::-webkit-input-placeholder {
  color:#888;
  opacity:0.5;
} /* Webkit Browsers */
.req-row2 form textarea:-moz-placeholder {
  color:#888;
  opacity:0.5;
} /* Firefox 18- */
.req-row2 form textarea::-moz-placeholder {
  color:#888;
  opacity:0.5;
} /* Firefox 19+ */
.req-row2 form textarea:-ms-input-placeholder {
  color:#888;
  opacity:0.5;
} /* 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) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
      -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 6px 18px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    border-radius: 20px;
    background-color: transparent;
    background: #3C6D74;
    cursor: pointer !important;
    color: #fff;
    text-transform: uppercase;
}

.hs-button:hover {
    color: #fff;
    background-color: #3C6D74;
}

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

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  outline:0;
}


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

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent
}

.slick-lightbox .slick-prev {
  left: 15px
}

.slick-lightbox .slick-next {
  right: 15px
}

.slick-lightbox-hide {
  opacity: 0
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0)
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0)
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden
}

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none
}

.slick-lightbox-close:focus {
  outline: none
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×'
}

.widget-type-form, .widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form ,
.widget-type-widget_container form,
.body-container .hs-search-field
{
  max-width:650px;
  width:100%;
}

.hs-search-field input.hs-search-field__input {
  -webkit-appearance: textfield;
}

.iframe-embed iframe, iframe {
  max-width: 100%;
}

.desktop-menu {
  display:block !important;
}

.mobile-menu{
  display:none !important;
}

.custom-top-cntnt {
  padding: 38.06px 0;
}

.custom-top-cntnt h2 {
  font-family: Open Sans;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  margin: 0;
  padding: 24.8906px;
}

.rec-post-item {
  margin-right: 2%;
  position: relative;
  float: left;
  width: 23.5%;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
}

.rec-post-item:last-child {
  margin-right: 0;
}

.rec-post-group {
  padding: 24.8906px;
  clear: both;
  overflow: hidden;
}

.latest-post-wrapper {
  padding: 38.06px 0;
}

.rec-post-inner {
  background-color: #fff;
  width: 100%;
  min-height: 800px;
  padding-bottom: 47px;
  border-radius: 4px;
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  box-shadow: 0px 1px 3px rgba(0,0,0,.08)!important;
}

span.post-featured-img {
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  line-height: 0;
  display: block;
  position: relative;
}

span.post-featured-img img {
  display: block;
  margin-bottom: 0px!important;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}

a.entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  height: 100%;
}

.article-content-wrap {
  padding: 17%!important;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.post-header {
  color: #888;
  font-size: 12px;
  margin-bottom: 12px;
}

.post-header h3.title {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin: 0;
}

.excerpt p {
  padding: 0;
  margin: 0;
}

.post-meta {
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 6px 21px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 300;
  width: 100%;
}

span.meta-author {
  margin-right: 13px;
  margin-left: 0!important;
}

span.meta-author a {
  display: inline-block;
  color: #888;
  font-size: 12px;
}

span.meta-author a i {
  color: #b9b9b9!important;
  width: 15px!important;
  margin-right: 3px;
  font-size: 14px!important;
  top: 0px!important;
  transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}

.icon-salient-m-user:before {
  content: "\e074";
}

span.meta-author a:hover i {
  color: #00aa05!important;
}

.meta-category a.topic-link {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.2s ease;
  padding: 0px 10px;
  display: inline-block;
  line-height: 20px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 100px;
  z-index: 99999;
}

.meta-category a.topic-link:hover {
  background-color: #00aa05;
  border: 2px solid transparent!important;
  color: #fff!important;
}

.rec-post-inner:hover span.post-featured-img img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.thank-layout .banner-inner-content a.nectar-button span {
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  display: inline-block;
}

.thank-layout .banner-inner-content a.nectar-button:hover span {
  -ms-transform: translateX(-14px);
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}



.thank-layout .banner-content {
  padding-top: 6.3%;
}

.thank-layout .banner-content .banner-inner-content p {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}



.thank-layout .banner-content .banner-inner-content a.nectar-button:last-of-type {
  margin-top: 30px;
}

.nectar_image_with_hotspots.no-img{
  background-color:#333;
  width:75%;
  height:400px
}
.row .col .nectar_image_with_hotspots img:not([srcset]) {
  max-width: 100%;
}
.row .nectar_image_with_hotspots img{
  max-width:none;
  width:100%;
  margin-bottom:0
}
.nectar_image_with_hotspots{
  position:relative;
  line-height:0
}
.nectar_image_with_hotspots .nectar_hotspot_wrap{
  position:absolute!important;
  width:30px;
  height:30px
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip{
  position:relative;
  display:block;
  opacity:0;
  z-index:900;
  cursor:default;
  background-color:#fff;
  padding:23px;
  max-width:250px;
  transition:opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  line-height:22px;
  font-size:14px;
  color:#666;
  border-radius:10px;
  pointer-events:none
}
.nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot_wrap .open.nttip {
  pointer-events: auto;
  cursor: auto;
}
.nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot_wrap .nttip{
  transition:opacity 0.2s;
  -webkit-transition:opacity 0.2s
}
.nectar_image_with_hotspots[data-tooltip_shadow="small_depth"] .nectar_hotspot_wrap .nttip{
  box-shadow:0px 1px 4px rgba(0,0,0,0.15)
}
.nectar_image_with_hotspots[data-tooltip_shadow="medium_depth"] .nectar_hotspot_wrap .nttip{
  box-shadow:0 20px 40px rgba(0,0,0,0.16),0 10px 25px rgba(0,0,0,0.1)
}
.nectar_image_with_hotspots[data-tooltip_shadow="large_depth"] .nectar_hotspot_wrap .nttip{
  box-shadow:0 30px 102px rgba(0,0,0,0.33),0 20px 51px rgba(0,0,0,0.18)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip h4, .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip h3{
  margin-bottom:4px
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="bottom"]{
  margin-top:42px;
  margin-left:6px;
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="top"]{
  margin-top:-20px;
  margin-left:6px;
  -ms-transform:translateX(-50%) translateY(-100%);
  transform:translateX(-50%) translateY(-100%);
  -webkit-transform:translateX(-50%) translateY(-100%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.force-top{
  margin-top:-20px!important;
  margin-left:6px!important;
  -ms-transform:translateX(-50%) translateY(-100%);
  transform:translateX(-50%) translateY(-100%);
  -webkit-transform:translateX(-50%) translateY(-100%)!important
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="left"]{
  margin-left:-20px;
  margin-top:6px;
  -ms-transform:translateX(-100%) translateY(-50%);
  transform:translateX(-100%) translateY(-50%);
  -webkit-transform:translateX(-100%) translateY(-50%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.force-left{
  margin-left:-20px!important;
  margin-top:6px!important;
  -ms-transform:translateX(-100%) translateY(-50%);
  transform:translateX(-100%) translateY(-50%);
  -webkit-transform:translateX(-100%) translateY(-50%)!important
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="right"]{
  margin-left:42px;
  margin-top:6px;
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.force-right{
  margin-left:42px!important;
  margin-top:6px!important;
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%)!important
}
.nttip.empty-tip{
  display:none!important
}


.nectar_image_with_hotspots .nttip.open{
  opacity:1!important
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span{
  display:block;
  pointer-events:none;
  transition:transform 0.3s;
  -webkit-transition:-webkit-transform 0.3s;
  width:22px;
  height:22px
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"][data-tooltip-func="click"] .nectar_hotspot span{
  transition:transform 0.2s;
  -webkit-transition:-webkit-transform 0.2s
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:before{
  position:absolute;
  display:block;
  height:2px;
  width:10px;
  left:6px;
  top:10px;
  content:' ';
  background-color:#fff
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:after{
  position:absolute;
  display:block;
  height:10px;
  width:2px;
  left:10px;
  top:6px;
  content:' ';
  background-color:#fff
}
.nectar_image_with_hotspots .nectar_hotspot{
  height:22px;
  width:22px;
  border-radius:100px;
  position:absolute;
  z-index:100;
  cursor:pointer;
  line-height:22px;
  text-align:center;
  color:#fff;
  font-size:11px;
  display:block
}
.nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot{
  background-color:#27CFC3
}
.nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot:before{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  content:'';
  width:22px;
  height:22px;
  margin:-11px auto auto -11px;
  -webkit-transform-origin:50% 50%;
  transform-origin:50% 50%;
  border-radius:50%;
  background-color:inherit;
  opacity:1;
  z-index:-1;
  pointer-events:none
}
.nectar_image_with_hotspots[data-stlye="color_pulse"][data-hotspot-icon="numerical"] .nectar_hotspot.pulse:before, .nectar_image_with_hotspots[data-stlye="color_pulse"][data-hotspot-icon="plus_sign"] .nectar_hotspot:before{
  -webkit-animation:pulsate 3s cubic-bezier(0.2,1,0.2,1) infinite;
  animation:pulsate 3s cubic-bezier(0.2,1,0.2,1) infinite
}
@-webkit-keyframes pulsate{
  from{
    opacity:1;
    transform:scale(1)
  }
  to{
    opacity:0;
    transform:scale(3)
  }
}
@keyframes pulsate{
  from{
    opacity:1;
    transform:scale(1)
  }
  to{
    opacity:0;
    transform:scale(3)
  }
}
@keyframes nectarBounceIn{
  0%{
    transform:translateY(80px);
    opacity:0
  }
  33%{
    transform:translateY(-13px);
    opacity:1
  }
  66%{
    transform:translateY(4px);
    opacity:1
  }
  100%{
    transform:translateY(0px);
    opacity:1
  }
}
@-webkit-keyframes nectarBounceIn{
  0%{
    transform:translateY(80px);
    opacity:0
  }
  33%{
    transform:translateY(-13px);
    opacity:1
  }
  66%{
    transform:translateY(4px);
    opacity:1
  }
  100%{
    transform:translateY(0px);
    opacity:1
  }
}

.solutions-lyt .banner-content {
  padding-bottom: 5.8%;
}

.solutions-lyt .banner-inner-content p:first-of-type {
  padding-bottom: 3px;
}

.solutions-lyt .banner-image {
  min-height: 143vh;
}

.solution-row2 h1 {
  font-family: Open Sans;
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  margin: 0 0 7px;
  text-align: center;
  color: #00aa05;
  background: linear-gradient(to bottom right,#00aa05,#004301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,#00aa05,#004301);
  padding-top: 38.06px;
}

.featured-item {
  width: 31.914893614%;
  position: relative;
  float: left;
  margin-right: 2.1%;
  padding-top: 38.06px;
}

.featured-item:nth-child(3n) {
  margin-right: 0;
}

.iwithtext {
  margin-bottom: 24px;
  position: relative;
}

.iwt-icon {
  position: absolute;
  left: 0;
  top: 0px;
}

.iwt-icon img {
  width: 35px;
  height: auto;
}

.iwt-text {
  padding-left: 55px;
}

.iwt-text h3 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin: 0 0 8px;
}

.featured-content p {
  margin: 0;
  padding: 0;
}

.full-width-content-bg {
  padding: 38.06px 0;
  text-align: center;
}

.full-width-content-bg h3 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin: 0;
  color: #fff;
  margin-bottom: 40px;
}

a.btn-trans {
  display: inline-block;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 22px;
  border: 2px solid rgba(255,255,255,0.75);
  opacity: 1;
  transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -moz-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  border-width: 2px!important;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
}

a.btn-trans:hover {
  border-color: rgb(0, 170, 5);
  background-color: rgb(0, 170, 5);
}

.solution-row2 {
  padding-bottom: 38.06px;
}

.solution-row4 {
  padding: 38.06px 0;
  padding-bottom: 10px;
}

.solution-row4-left h3 {
  display: inline-block;
  color: #00aa05;
  background: linear-gradient(to bottom right,#00aa05,#004301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  margin-bottom: 32px;
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  background-image: linear-gradient(to right,#00aa05,#004301);
}

.solution-row4-left p {
  margin: 0;
}

.solution-row4-left ol {
  margin: 0;
}

.nectar_image_with_hotspots img {
  width: 100%;
  display: block;
  height: auto;
}

.nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot {
  background-color: #00aa05!important;
}

.nttip {
  text-align: center;
}

div#howitworks {
  margin: 0 !important;
}

.three-col-equal h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin: 0;
}

.three-col-equal {
  padding-top: 10.06px;
}

.three-col-equal p {
  margin: 0;
}

.custom-image-gallery-wrapper {
  padding: 38.06px 0;
  background-color: #f6f6f6;
}

.gallery-top-content {
  text-align: center;
}

.gallery-top-content h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  margin: 0 0 7px;
}

.gallery-top-content h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}

.gallery-top-content a.nectar-button {
  padding: 8px 33px;
  font-size: 12px;
  line-height: 20px;
}

.gallery-top-content a.nectar-button span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}

.gallery-top-content a.nectar-button i {
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  width: 18px;
  position: absolute;
  top: 50%;
  line-height: 16px;
  right: 26px;
  font-size: 16px;
}

.icon-button-arrow:before {
  content: "\e909";
}

.gallery-top-content a.nectar-button:hover span {
  -ms-transform: translateX(-14px);
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}

.gallery-top-content a.nectar-button:hover i {
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px)!important;
  opacity: 1;
}

.gallery-settings {
  display: none;
}

.custom-growup-slider {
  margin: 80px 0;
}

.custom-growup-item.slick-slide {
  /*margin-right: 37px;*/
  outline: 0 !important;
}



.custom-growup-slider .slick-arrow {
  display: none !important;
}

.custom-growup-slider ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -65px;
}

.custom-growup-slider ul.slick-dots li {
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
  transition: all 0.1s ease;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
  margin: 0 5px;
}

.custom-growup-slider ul.slick-dots li button {
  display: none;
}

.custom-growup-slider ul.slick-dots li:before {
  background: #333;
  width: 100%;
  height: 4px;
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  transition: all 0.1s linear;
}

.custom-growup-slider ul.slick-dots li.slick-active {
  opacity: 1;
}

.contact-row2-left {
  padding: 24.8906px;
}

.contact-row2-left h2 {
  margin: 0 0 7px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  color: #00aa05;
  background: linear-gradient(to bottom right,#00aa05,#004301);
  background-image: linear-gradient(to right,#00aa05,#004301);
  font-family: Open Sans;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  padding-bottom: 8px;
}

.contact-row2-left p a {
  color: #00aa05;
}

.contact-row2-left p a:hover {
  color: inherit;
}

.contact-row2 {
  padding: 38.06px 0;
}

.contact-row2-right form {
  max-width: 100%;
  border-radius: 10px;
}

.hs-form-required {
  color: red;
}

.contact-row2-right .hs-richtext p,
.req-row2 form .hs-richtext,
.cntct-type2 .contact-row2-right .hs-richtext {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  font-family: helvetica;
  color: #33475b;
  padding-bottom: 12px;
}

.contact-lyt .banner-content {
  padding-top: 8%;
  padding-bottom: 4.9%;
}

.contact-lyt .banner-content .banner-inner-content p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.contact-lyt .banner-content .banner-inner-content a.nectar-button {
  padding: 15px 42px;
  font-size: 14px;
  margin-bottom: 5px;
}

a.nectar-button.arrow-btn span {
  left: 0px;
  display: inline-block;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

a.nectar-button.arrow-btn:after {
  content: "\e909";
  text-align: center;
  vertical-align: middle;
  height: 32px;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #fff;
  display: inline-block;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  font-size: 19px;
}

a.nectar-button.arrow-btn:hover span {
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}

a.nectar-button.arrow-btn:hover:after {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}

a.nectar-button.phn-btn span {
  left: 0px;
  display: inline-block;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

a.nectar-button.phn-btn:hover span {
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}

a.nectar-button.phn-btn:after {
  content: "\f095";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  word-spacing: 1px;
  display: inline-block;
  height: 32px;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
}

a.nectar-button.phn-btn:hover:after {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}

.contact-lyt .banner-image {
  min-height: 129vh;
}

.contact-row2-left p {
  margin-bottom: 0;
  padding-bottom: 11px;
}

.contact-row2-right input.hs-button.primary.large {
  margin-bottom: 20px;
}

.bottom-pane {
  background-color: #f6f6f6;
}

.bottom-pane h2 {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  margin: 0;
  padding-top: 38.06px;
  font-family: 'Montserrat',sans-serif;
}

.bottom-pane .latest-post-wrapper .rec-post-group {
  padding: 0;
}

.req-row2 form {
  max-width: 100%;
}

.req-row2 .hs-form-field {
  max-width: 500px;
}

.req-lyt.contact-lyt .banner-content .banner-inner-content a.nectar-button {
  padding: 8px 33px;
  font-size: 12px;
}

.cntct-type2.contact-lyt .banner-content .banner-inner-content p {
  padding-bottom: 7px;
}

.cntct-type2.contact-lyt .banner-content .span6.left {
  padding: 2%;
}

.cntct-type2.contact-lyt .banner-image {
  min-height: 132vh;
}

.cntct-type2 .contact-row2-left {
  padding: 74.6875px;
}

.cntct-type2 .contact-row2-left h1 {
  margin: 0;
  font-family: Open Sans;
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 7px;
  display: inline-block;
  color: #00aa05;
  background: linear-gradient(to bottom right,#00aa05,#004301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(to right,#00aa05,#004301);
}

.contact-details-btm i {
  background-color: #00aa05;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  top: -2px;
  word-spacing: 1px;
}

.thank-layout div#social-in-menu a:hover {
  color: #00aa05 !important;
}

.thank-layout ul #search-btn a:hover span {
  color: #00aa05 !important;
}

div#search-box {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: calc(50% - 105px);
  transform: translateY(-50%);
}

.thank-layout .banner-content {
  padding-top: 6.3%;
  padding-bottom: 5.2%;
}

.thank-layout .banner-image {
  min-height: 119vh;
}

.banner-area a.nectar-button:hover {
  opacity: 1 !important;
}

.thank-layout.thnk-main .content-wrapper {
  padding: 0;
}

.resources-layout .banner-content {
  padding-top: 8%;
  padding-bottom: 5.2%;
}

.resources-layout .banner-image {
  min-height: 129vh;
}

.resources-layout .banner-inner-content p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 10px;
}

.resource-row2 h3 {
  text-align: center;
  padding: 38.06px 0;
  margin: 0 0 8px;
  color: #00aa05;
  background: linear-gradient(to bottom right,#00aa05,#004301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  background-image: linear-gradient(to right,#00aa05,#004301);
}

.resource-item {
  width: 31.914893614%;
  float: left;
  margin-right: 2.1%;
}

.resource-item:nth-child(3n) {
  margin-right: 0;
}

.resouce-img {
  padding-bottom: 20px;
}

.nectar-animated-title-inner h5,
.nectar--title-inner h5 {
  padding: 6px 0px;
  font-family: Open Sans;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  z-index: 100;
  color: #fff;
  margin: 0;
  -ms-transform: translateX(100%) translateZ(0);
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  display: block;
}

.nectar-animated-title.animated h5
.nectar-animated-title.animated .nectar--title-inner h5{
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
  -ms-transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.85,0,0.12,1);
  transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
}

.resources-group {
  overflow: hidden;
  padding-bottom: 40px;
}

.nectar-animated-title-inner:after,
.nectar-animated-title .nectar--title-inner:after{
  display: block;
  background-color: transparent;
  content: ' ';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform-origin: left;
  -ms-transform: scale(0,1);
  transform-origin: left;
  transform: scale(0,1);
}

.nectar-animated-title.animated .nectar-animated-title-inner:after,
.nectar-animated-title.animated .nectar--title-inner:after{
  -webkit-animation: colorStripReveal 0.7s cubic-bezier(0.85,0,0.12,1) forwards;
  animation: colorStripReveal 0.7s cubic-bezier(0.85,0,0.12,1) forwards;
}

.bounceInUp.animated {
  animation: none !important;
}

@keyframes colorStripReveal {
  0% {
    transform: scale(0,1) translateZ(0)
  }

  100% {
    transform: scale(1,1) translateZ(0)
  }
}

.nectar-animated-title-inner,
.nectar--title-inner {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.nectar-animated-title-inner .wrap,
.nectar--title-inner .wrap{
  overflow: hidden;
  -ms-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  position: relative;
  z-index: 100;
}

.nectar-animated-title.animated .nectar-animated-title-inner .wrap,
.nectar-animated-title.animated .nectar--title-inner .wrap{
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
  -ms-transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.85,0,0.12,1);
  transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
}

.nectar-animated-title.animated .nectar-animated-title-inner .wrap h5,
.nectar-animated-title.animated .nectar--title-inner .wrap h5{
  -ms-transform: translateX(0%) translateZ(0);
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
  -ms-transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.85,0,0.12,1);
  transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
  font-family: 'Montserrat',sans-serif;
    font-size: 26px;
    color: #000;
    font-weight: 300;
}


.resource-row2 .iframe-embed {
  border-radius: 10px;
  width: auto;
  overflow: hidden;
  display: inline-block;
  height: 223.313px;
}

.resource-row2 {
  padding-bottom: 38.06px;
}

.resources-layout .custom-image-gallery-wrapper {
  background-color: #ffffff;
}

ul.hs-search-field__suggestions {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 10px;
}

ul.hs-search-field__suggestions li a {
  padding: 5px 10px;
}

ul.hs-search-field__suggestions li#results-for {
  padding: 5px 10px;
}

.blog .body-container-wrapper {
  padding-top: 6px;
  padding-bottom: 40px;
}

.blog .blog-sidebar .widget-span h3 {
  font-family: Open Sans;
  font-size: 16px!important;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
}

.blog-subs a.nectar-button {
  padding: 12px 18px;
  padding-left: 42px;
  padding-right: 42px;
  margin: 0 0 10px;
  opacity: 1;
}

.blog-subs a.nectar-button:hover {
  opacity: 0.87;
}

.blog div#call-to-action .page-center,
.privacy-lyt div#call-to-action .page-center,
.error-page div#call-to-action .page-center {
  position: relative;
}

.blog div#call-to-action .page-center:before,
.privacy-lyt div#call-to-action .page-center:before,
.error-page div#call-to-action .page-center:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f8f8f8;
  height: 10px;
  width: 10px;
  color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.blog-pagination {
  margin-left: -15px;
}

.custom-post-content {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 35px;
  position: relative;
}

.custom-post-content h1.entry-title {
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  max-width: 800px;
  font-family: Open Sans;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  margin: 0;
}

div#single-below-header {
  font-size: 11px;
  color: #888;
  margin-top: 8px;
  margin-bottom: 0px;
  clear: both;
  overflow: hidden;
}

div#single-below-header span {
  top: 0px;
  position: relative;
  text-transform: none;
  font-weight: 600;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 16px;
  color: #888;
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
  margin: 0 !important;
}

div#single-below-header span:first-child {
  padding-left: 0;
  border: none;
}

div#single-below-header span span.fn {
  padding: 0;
}


div#single-meta {
  right: 0px;
  height: 21px;
  top: 50%;
  margin-top: -32px;
  float: none;
  z-index: 102;
  position: absolute;
}

div#single-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 30px;
}

div#single-meta ul li {
  margin: 5px;
  float: left;
  list-style: none;
  padding: 0px!important;
  border-bottom: 0px!important;
}

div#single-meta ul li:last-child {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0;
}

div#single-meta ul li:first-child {
  padding: 0;
}

div#single-meta ul li a {
  height: auto;
  line-height: 20px;
  display: block;
  border-radius: 100px;
  padding: 8px 16px;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  color: #999;
  border: 2px solid rgba(0,0,0,0.1);
}

div#single-meta ul li:hover>a, div#single-meta ul li:hover>a>i {
  border-color: #00aa05;
  color: #00aa05;
}

[class*=" steadysets-icon-"], [class^=steadysets-icon-] {
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body [class^="icon-"].icon-default-style {
  background-color: transparent!important;
}

#single-meta ul li i {
  height: 20px;
  font-size: 16px!important;
  width: 16px;
  line-height: 22px!important;
  color: #999;
}

#single-meta ul li.meta-comment-count i {
  margin-right: 3px;
}

.steadysets-icon-chat:before {
  content: "\e651";
}

#single-meta ul li.meta-comment-count i:before {
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
}

.steadysets-icon-share:before {
  content: "\e63c";
}

.nectar-social.animated-in.in-sight {
  position: absolute;
  width: 188px;
  text-align: right;
  border-radius: 5px;
  padding: 10px 0;
  top: 0;
}

.nectar-social.animated-in.in-sight a {
  color: #999!important;
  border: 0 !important;
  margin: 0!important;
  padding: 0px 9px!important;
  border: none!important;
  box-sizing: content-box;
  display: inline-block!important;
}

.nectar-social.animated-in.in-sight a:hover,
.nectar-social.animated-in.in-sight a:hover i {
  color: #00aa05 !important;
}

.share-main-wrapper {
  display: inline-block;
  text-align: left;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  margin-left: 25px;
}

.share-main-wrapper .shareaholic-share-arrow {
  transform: scale(.7,.7) translate(-115%,115%) rotateZ(20deg);
}

.shareaholic-share-buttons-heading-text {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-family: "Emilys Candy";
  color: rgb(211, 69, 68);
  line-height: normal;
}

div#shr_canvas2 {
  float: none !important;
  background: none !important;
  list-style: none;
  overflow: hidden;
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.shareaholic-share-buttons-heading.shareaholic-custom {
  text-align: left !important;
  text-indent: 0;
  position: relative;
  margin-left: 15px;
}

.shareaholic-share-buttons-container li.shareaholic-share-button{
  display: block !important;
}

.post-pagination {
  background-color: #333;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.post-pagination ul.controls {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.post-pagination ul.controls li {
  width: 50%;
  line-height: 0;
  height: auto!important;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none!important;
  overflow: hidden;
  position: relative;
  background-color: #333;
  padding: 6% 9%;
}

.post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.post-pagination ul.controls li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  z-index: 101;
  display: block;
}

.post-pagination ul.controls li  h3 {
  margin: 0;
  margin-bottom: 7px;
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  color: #fff;
  position: relative;
  z-index: 100;
}

.post-pagination ul.controls li h3 span {
  color: #fff;
  margin-bottom: 5px;
}

.post-pagination ul.controls li h3 span:not(.text) {
  display: block;
  font-size: 14px;
  text-align: right;
}

.post-pagination ul.controls li.next-post h3 span:not(.text) {
  text-align: left;
}

.post-pagination ul.controls li:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.post-pagination ul.controls li:hover:after {
  background-color: rgba(13,13,13,0.9);
}

.post-pagination ul.controls li:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-pagination ul.controls li.previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

.post-pagination svg.next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  left: -43px;
  right: auto;
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.previous-post:hover h3 .next-arrow {
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

@keyframes rightArrowStart {
  0% { transform: translateX(-50px); }
  100% { transform: translateX(42px); }
}

@keyframes rightArrowEnd {
  0% { transform: translateX(42px); }
  100% { transform: translateX(75px); }
}

@keyframes rightArrowStart2 {
  0% { transform: translateX(50px) rotate(180deg); }
  100% { transform: translateX(-42px) rotate(180deg); }
}

@keyframes rightArrowEnd2 {
  0% { transform: translateX(-42px) rotate(180deg); }
  100% { transform: translateX(-75px) rotate(180deg); }
}

.post-pagination .previous-post h3 svg.next-arrow line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}

.post-pagination .previous-post:hover h3 svg.next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

@keyframes rightArrowLineStart {
  0% { stroke-dashoffset: 30px; }
  100% { stroke-dashoffset: 40px; }
}

@keyframes rightArrowLineEnd {
  0% { stroke-dashoffset: 40px; }
  100% { stroke-dashoffset: 50px; }
}


.post-pagination span.line {
  color: #fff;
  margin-bottom: 5px;
  backface-visibility: hidden;
  top: 50%;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  display: block;
  font-size: 14px;
  text-align: right;
}

.previous-post h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.previous-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.next-post span {
  color: #fff;
  position: relative;
  z-index: 100;
  text-align: left;
}

.next-post.mouse-leaving h3 .next-arrow {
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
  left: auto;
  right: -43px;
}

.next-post.mouse-leaving h3 .text .line {
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
}

.next-post h3 .next-arrow line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}

.next-post:hover h3 .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

.next-post:hover .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

.next-post h3 .next-arrow line {}

.next-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0) !important;
  transform: translateX(-40px) translateZ(0) !important;
  backface-visibility: hidden;
}

.next-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.toggle {
  margin-bottom: 15px!important
}

.toggle.open h3 a {
  color: #fff!important;
  background-color: #27CFC3
}

.toggle h3 {
  position: relative;
  z-index: 10;
  font-size: 12px;
  margin-bottom: 0px!important
}

div[data-style="default"] .toggle h3 a, div[data-style="default"] .toggle h3 {
  font-size: 12px!important;
  line-height: 14px!important
}

.toggle h3 a {
  display: block;
  color: #888;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 14px 16px 43px;
  font-family: 'Open Sans';
  font-weight: 300;
  background-color: rgba(0,0,0,0.045);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear
}

.toggle h3 a i {
  position: absolute;
  left: 13px;
  background-color: transparent;
  color: #888;
  top: 13px;
  width: 18px;
  height: 16px!important;
  line-height: 18px!important;
  font-size: 15px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear
}

.toggle.open h3 a i {
  color: #fff
}

.toggle h3 a:hover {
  background-color: rgba(0,0,0,0.035)
}

body .toggle >div {
  padding: 10px 14px;
  border-top: 0px;
  display: none;
  background-color: #fff!important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

.toggle >div .wpb_wrapper {
  margin: 0!important
}

.toggle >div >div:last-child {
  margin-bottom: 0px!important
}

.light .toggle >div {
  color: #676767!important
}

body div[data-style*="minimal"] .toggle.open h3 a, body div[data-style*="minimal"] .toggle h3 a {
  background-color: transparent!important
}

div[data-style*="minimal"] .toggle >div {
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0 0 30px 0;
  background-color: transparent!important
}

div[data-style*="minimal"] .toggle h3 i {
  width: 30px;
  height: 30px!important;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  margin-top: -15px;
  border: 2px solid #888;
  border-radius: 30px 30px;
  -ms-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  -webkit-transition: border-color 0.15s ease
}

div[data-style="minimal"] .toggle h3 a {
  padding: 30px 70px 30px 0px;
  -ms-transition: color 0.15s ease;
  transition: color 0.15s ease;
  -webkit-transition: color 0.15s ease
}

div[data-style="minimal"] .toggle {
  border-bottom: 2px solid rgba(0,0,0,0.08);
  -ms-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  -webkit-transition: border-color 0.15s ease;
  margin-bottom: 0!important
}

div[data-style="minimal"] .toggle h3 i:before {
  content: ' ';
  top: 14px;
  left: 6px;
  margin-top: -2px;
  width: 14px;
  height: 2px;
  position: absolute;
  background-color: #888;
  -ms-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  -webkit-transition: background-color 0.15s ease
}

div[data-style="minimal"] .toggle h3 i:after {
  content: ' ';
  top: 6px;
  left: 14px;
  width: 2px;
  margin-left: -2px;
  height: 14px;
  position: absolute;
  background-color: #888;
  -ms-transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease
}

.light div[data-style="minimal"] .toggle {
  border-color: rgba(255,255,255,0.2)
}

.light div[data-style*="minimal"] .toggle h3 i {
  border-color: #fff
}

.light div[data-style*="minimal"] .toggle h3 i:before, .light div[data-style*="minimal"] .toggle h3 i:after {
  background-color: #fff
}

.light div[data-style*="minimal"] .toggle h3 a {
  color: #fff
}

div[data-style*="minimal"] .toggle.open i:after {
  -ms-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform: scale(1,0)
}

div[data-style="minimal_small"] .toggle h3 {
  display: inline-block;
}

div[data-style="minimal_small"] .toggle h3 a {
  padding: 0
}

div[data-style="minimal_small"] .toggle.default h3 a:hover, div[data-style="minimal_small"] .toggle.default.open h3 a {
  color: #000!important;
}

div[data-style="minimal_small"] .toggle.default > h3:after {
  background-color: #000;
}

.span_12.light div[data-style="minimal_small"] .toggle.default h3 a:hover, .span_12.light div[data-style="minimal_small"] .toggle.default.open h3 a {
  color: #fff!important;
}

.span_12.light div[data-style="minimal_small"] .toggle > h3:before {
  background-color: rgba(255,255,255,0.2);
}

.span_12.light div[data-style="minimal_small"] .toggle.default:hover > h3:after, .span_12.light div[data-style="minimal_small"] .toggle.default.open > h3:after {
  background-color: #fff;
}

div[data-style="minimal_small"] .toggle > h3:after, div[data-style="minimal_small"] .toggle > h3:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  height: 2px;
  left: 0;
  pointer-events: none;
}

div[data-style="minimal_small"] .toggle > h3:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.5s cubic-bezier(0.3, 0.4, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0.4, 0.1, 1);
  transform-origin: left;
}

div[data-style="minimal_small"] .toggle.open > h3:after, div[data-style="minimal_small"] .toggle:hover > h3:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

div[data-style="minimal_small"] .toggle >div {
  padding-top: 1.4em;
  padding-bottom: 0;
}

div[data-style="minimal_small"] .toggle > h3 i {
  display: none;
}

div[data-style="minimal_small"] .toggle {
  margin-bottom: 1.4em!important;
}

.banner-type2 {
  position: relative;
  margin-top: -1px;
  padding: 5.06px 0 76.12px;
}

.banner-type2 h1 {
  font-family: Open Sans;
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  padding-top: 1px;
}

.cm-banner-content {
  padding-top: 10%;
  padding-bottom: 2%;
  position: relative;
  z-index: 9;
}

.banner-type2:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: #0a0a0a;
  opacity: 0.5;
}


.icon-plus-sign:before {
  content: "\f055";
}

[class^="icon-"], [class*=" icon-"], [class*="fa-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.toggle.open h3 a {
  background-color: #00aa05!important;
}

.accordion-content p {
  margin: 0;
}

.accordion-content p:last-child {
  padding: 0;
}

.privacy-row2 {
  padding-bottom: 40px;
}

.banner-type2 h1 {
  font-size: 32.2px;
  line-height: 39.2px;
}

.home-banner-bottom .span4 {
  color: rgb(255, 255, 255);
  width: 31.914893614%;
  padding: 2%;
  margin-left: 2.1%;
  position: relative;
  min-height: 231.78px;
}

.home-banner-bottom .span4:before {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 0.1;
}

.home-banner-bottom .span4 h5 {
  margin: 0 0 15px;
  font-family: Open Sans;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}

.home-banner-bottom .span4 p {
  font-size: 20px;
  color: rgba(255,255,255,0.65);
  text-align: left;
  padding-right: 20%;
  margin: 0;
}

.home-banner a.nectar-button {
  margin: 0;
  font-size: 14px;
  padding: 15px 22px;
  padding-left: 42px;
  padding-right: 42px;
  z-index: 9;
}

.home-banner a.nectar-button span {
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  left: -18px;
}

.home-banner a.nectar-button:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  right: 24px;
}

.home-banner-bottom .span4 p {
  min-height: 73px;
}

.home-banner-bottom {
  position: relative;
  margin-top: 58px;
}

.home-banner a.yellow-btn span {
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  left: -18px;
}

.home-banner a.yellow-btn:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  right: 24px;
}

.home-banner a.yellow-btn {
  line-height: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 22px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  margin-top: 5px;
  visibility: visible;
  background-color: rgb(222, 244, 69);
  opacity: 0.9;
  color: #000;
  margin-bottom: 5px;
}

.home-banner-bottom .span4 a.nectar-button {
  margin-bottom: 10px;
}

.home-banner .banner-image {
  min-height: 170.5vh;
}

.home-banner .banner-content {
  padding: 65.18px 0 126.12px;
}

.home-banner .page-center>.row-fluid {
  padding-top: 10%;
  padding-bottom: 0;
}

.homepage .custom-image-gallery-wrapper {
  background: transparent;
}

.homepage .custom-image-gallery-wrapper a.nectar-button {
  font-size: 14px;
  padding: 15px 22px;
  padding-left: 42px;
  padding-right: 42px;
  z-index: 9;
  opacity: 1;
}

.homepage .custom-image-gallery-wrapper a.nectar-button span {
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  left: -18px;
}

.homepage .custom-image-gallery-wrapper a.nectar-button:after {
  content: "\f105" !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  right: 24px;
}

.homepage .custom-image-gallery-wrapper a.nectar-button i.icon-button-arrow {
  display: none;
}

.homepage .custom-image-gallery-wrapper a.nectar-button:hover {
  opacity: 0.87;
  color: #fff;
}

.homepage .custom-image-gallery-wrapper a.nectar-button:hover span {
  left: -18px;
  -ms-transform: translateX(-18px);
  -webkit-transform: none;
}

.homepage .custom-image-gallery-wrapper a.nectar-button:hover:after {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}

.home-row3-left {
  padding: 0 10%;
  width: 50% !important;
  height: 100%;
  display: table !important;
  height: 634.33px;
}

.home-row3-left h2 {
  font-family: Open Sans;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  margin: 0 0 7px;
}



.home-row3-left>span {
  display: table-cell;
  vertical-align: middle;
}

.home-row3-left p {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.home-row3-left h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}

.home-row3-left a.nectar-button {
  font-size: 14px;
  padding: 15px 22px;
  padding-left: 42px;
  padding-right: 42px;
  z-index: 9;
  opacity: 1;
}

.home-row3-left a.nectar-button span {
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  left: -18px;
}

.home-row3-left a.nectar-button:after {
  content: "\f105" !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  right: 24px;
}

.home-row3-left a.nectar-button:hover:after {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}

.home-row3-left a.nectar-button:hover {
  opacity: 0.87;
  color: #fff;
}

.home-row3-right {
  width: 50% !important;
  margin-left: 0 !important;
}

.home-banner a.nectar-button:hover:after {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}

.home-banner a.nectar-button:hover {
  opacity: 0.87;
  color: #fff;
}

.home-banner a.yellow-btn:hover {
  opacity: 1;
}

.home-banner a.yellow-btn:hover:after {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}

.homepage .rec-post-group {
  padding: 0 10% !important;
}

.resource-item p {
  margin: 0;
  padding-bottom: 21px;
}

.minimal-form-input label:after {
  border-color: #00aa05!important;
}

.minimal-form-input.filled label:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

span.text-inner {
  -webkit-transition: all 0.25s cubic-bezier(.39,.71,.56,.98);
  transition: all 0.25s cubic-bezier(.39,.71,.56,.98);
  color: #acacac!important;
  display: inline-block;
}

.filled span.text-inner {
  -webkit-animation: text-in-from-left 0.25s cubic-bezier(.39,.71,.56,.98) forwards;
  animation: text-in-from-left 0.25s cubic-bezier(.39,.71,.56,.98) forwards;
}

@-webkit-keyframes text-in-from-left {
  50% {
    opacity: 0;
    -webkit-transform: translateX(15px) translateY(0px);
    font-size: 14px
  }

  51% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-26px);
    font-size: 12px;
    line-height: 12px
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-26px);
    font-size: 12px;
    line-height: 12px
  }
}

@keyframes text-in-from-left {
  50% {
    opacity: 0;
    transform: translateX(15px) translateY(0px);
    font-size: 14px
  }

  51% {
    opacity: 0;
    transform: translateX(-10px) translateY(-26px);
    font-size: 12px;
    line-height: 12px
  }

  100% {
    opacity: 1;
    transform: translateX(0px) translateY(-26px);
    font-size: 12px;
    line-height: 12px
  }
}

@-webkit-keyframes text-out-from-left {
  0% {
    -webkit-transform: translateY(-26px) translateX(0px);
    font-size: 12px;
    line-height: 12px
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-26px);
    font-size: 12px;
    line-height: 12px
  }

  51% {
    opacity: 0;
    -webkit-transform: translateX(15px) translateY(0px);
    font-size: 14px
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px)
  }
}

@keyframes text-out-from-left {
  0% {
    transform: translateY(-27px) translateX(0px);
    font-size: 12px;
    line-height: 12px
  }

  50% {
    opacity: 0;
    transform: translateX(-10px) translateY(-27px);
    font-size: 12px;
    line-height: 12px
  }

  51% {
    opacity: 0;
    transform: translateX(15px) translateY(0px);
    font-size: 14px
  }

  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px)
  }
}

.cm-blog-top-content span.subheader {
  font-family: Open Sans;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: #888;
  top: 0px;
  position: relative;
  text-transform: none;
  margin: 0 0 15px;
}

.cm-blog-top-content {
  padding: 0px 0px 36px 0px;
  border-bottom: 1px solid #ddd;
  margin-top: -3px;
  margin-bottom: 63px;
}

.cm-blog-top-content h1 {
  font-family: Open Sans;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  margin: 0;
}

.gallery-lyt .banner-content {
  padding: 76.12px 0;
  padding-bottom: 74px;
}

.gallery-lyt .banner-content .page-center>.row-fluid {
  padding-top: 6.1%;
  padding-bottom: 2%;
}

.gallery-lyt .banner-inner-content p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.gallery-lyt .banner-inner-content a.nectar-button:last-of-type {
  margin-top: 30px;
}

.gallery-lyt .banner-image {
  min-height: 129vh;
}


.work-item {
  width: 22.7%;
  margin: 0px 1.1%;
  padding: 0px;
  float: left;
  margin-bottom: 40px;
}

.portfolio-slides {
  clear: both;
  overflow: hidden;
  margin: 0 -12px;
}

.lightbox-gallery {
  margin-bottom: 30px;
}

.work-item {
  overflow: hidden;
  position: relative;
}

.work-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.work-info-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100.2%;
  top: 0px;
  left: 0px;
  background-color: #3C6D74!important;
  position: absolute;
  z-index: 2;
  transition: all 0.4s cubic-bezier(.15,.75,.5,1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(.15,.75,.5,1) 0s;
}

.work-info {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 10;
  padding: 0px 20px;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.vert-center {
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 10;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

.vert-center a {
      opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background-color: transparent;
    padding: 9px 15px;
    color: #fff!important;
    border: 2px solid #fff;
    font-size: 12px!important;
    margin: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 20px;
    -o-border-radius: 2px;
}

.work-item:hover .work-info-bg {
  opacity: 0.9 !important;
}

.work-item:hover .work-info {
  opacity: 1 !important;
}

.vert-center {
  margin-top: 0 !important;
}

img.slick-lightbox-slick-img {
  max-width: 100%;
}

.slick-lightbox-close:before {
  content: "\e117";
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 20px!important;
  height: 20px;
  padding-right: 0!important;
  line-height: 20px!important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  top: 20px;
  color: #FFF;
  right: -6px;
  text-align: right;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

button.slick-lightbox-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.slick-lightbox-close:hover:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  opacity: 1;
}

.slick-lightbox-slick .slick-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  cursor: pointer;
  background: transparent;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  box-shadow: none;
  border: 2px solid rgba(255,255,255,0.4);
  width: 40px;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 24px!important;
  font-family: FontAwesome!important;
  margin-top: 0!important;
  opacity: 1;
  left: 40px;
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  font-size: 0 !important;
}

.slick-lightbox-slick .slick-arrow.slick-next {
  left: auto;
  right: 40px;
  opacity: 1;
}

.slick-lightbox-slick .slick-arrow.slick-prev:before {
  content: "\f104";
  color: #fff;
  top: -3px;
  left: -1px;
  display: block;
  position: relative;
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  font-size: 24px;
}

.slick-lightbox-slick .slick-arrow:after {}

.slick-lightbox-slick .slick-arrow.slick-prev:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #fff;
  top: 19px;
  opacity: 0;
  left: -6px;
  cursor: pointer;
  transform: translateX(-37px);
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  pointer-events: none;
  top: 17px;
  transform: translateX(-27px);
  -webkit-transform: translateX(-27px);
  left: 65px;
}

.slick-lightbox .slick-prev:hover {
  border: 2px solid rgba(255,255,255,0);
}

.slick-lightbox .slick-prev:hover:before {
  transform: translateX(-9px);
  -webkit-transform: translateX(-9px);
}

.slick-lightbox .slick-prev:hover:after {
  transform: translateX(-58px);
  -webkit-transform: translateX(-58px);
  opacity: 1;
}

.slick-lightbox-slick .slick-arrow.slick-next:before {
  content: "\f105";
  color: #fff;
  top: -3px;
  right: -1px;
  display: block;
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  position: relative;
  line-height: 40px!important;
  height: 40px!important;
  font-size: 24px!important;
  margin-top: 0!important;
  font-family: FontAwesome!important;
  opacity: 1;
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
}

.slick-lightbox-slick .slick-arrow.slick-next:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #fff;
  top: 19px;
  opacity: 0;
  left: -6px;
  cursor: pointer;
  transform: translateX(-37px);
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  pointer-events: none;
  top: 17px;
  transform: translateX(-27px);
  -webkit-transform: translateX(-27px);
}

.slick-lightbox-slick .slick-arrow.slick-next:hover:after {
  transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
  opacity: 1;
}

.slick-lightbox-slick .slick-arrow.slick-next:hover:before {
  transform: translateX(9px);
  -webkit-transform: translateX(9px);
}

.slick-lightbox-slick .slick-arrow.slick-next:hover {
  border: 2px solid rgba(255,255,255,0);
}

.privacy-lyt .banner-type2 h1 {
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
}

.banner-type2 {
  padding-top: 9px;
  padding-bottom: 76px;
}

.cm-banner-content {
  padding-top: 9.7%;
}

.toggle.open .icon-plus-sign:before {
  content: "\f056";
}

.widget-type-blog_comments form {
  margin: 20px 0;
}

.post-pagination.no-post ul.controls li {
  width: 100%;
}

.post-pagination.no-post ul.controls li h3 span:not(.text) {
  text-align: center;
}

.hs-blog-post #single-below-header a.topic-link {
  display: inline-block;
  color: #888;
  font-size: 12px;
}

.hs-blog-post #single-below-header a.topic-link:hover,
.hs-blog-post #single-below-header span.meta-author a:hover {
  color: #00aa05!important;
}

.error-page .custom_error_message {
  text-align: center;
}

.error-page .custom_error_message h1 {
  font-size: 250px;
  line-height: 1;
  margin: 0;
  font-family: 'Open Sans';
  font-weight: 700;
  padding-top: 7px;
}

.error-page .custom_error_message h2 {
  font-size: 70px;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 46px;
  margin: 0;
  padding-top: 7px;
}

.error-page .custom_error_message {
  margin-bottom: 50px;
}

.error-page .body-container .hs-search-field {
  margin: 0 auto;
}

.privacy-row2 {
  margin-top: -12px;
}

.home-banner-bottom .span4:hover:before {
  opacity: 0.3;
}

.banner-area .iframe-embed {
  margin-bottom: -6px;
}

.custom-footer-top a.nectar-button:hover {
  opacity: 0.87;
}

.custom-footer-top a.nectar-button span {
  left: -18px;
  transform: none;
}

.custom-footer-top a.nectar-button:after {
  opacity: 1;
  right: 24px;
}

.custom-footer-top a span {
  transform: none !important;
}

.solutions-lyt.hs-content-id-6868697885 .banner-area a.nectar-button:first-of-type,
.solutions-lyt.hs-content-id-6868697940 a.nectar-button:first-of-type {
  margin-top: 22px;
}

.solutions-lyt.hs-content-id-6868697885 .banner-image {
  min-height: 140vh;
}

.resource-item a.nectar-button {
  opacity: 1;
}

.resource-item a.nectar-button:after {
  content: "\f019";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  width: 18px;
  position: absolute;
  top: 50%;
  font-size: 16px;
  line-height: 16px;
  right: 26px;
}

.resource-item a.nectar-button span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}

.resource-item a.nectar-button:hover span {
  -ms-transform: translateX(-14px);
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}

.resource-item a.nectar-button:hover:after {
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px)!important;
  opacity: 1;
}

.gallery-row2 {
  padding-top: 38px;
}

.req-lyt.contact-lyt .banner-content {
  padding-bottom: 5.2%;
}

.contact-lyt.hs-content-id-6868749424 .banner-content {
  padding-bottom: 5.2%;
}

.slick-lightbox {
  background: rgba(11,11,11,0.85) !important;
}

.post-pagination ul.controls li:first-child:last-child {
  width: 100%;
}

.has-text span.text-inner {
  -webkit-animation: text-in-from-left 0.25s cubic-bezier(.39,.71,.56,.98) forwards;
  animation: text-in-from-left 0.25s cubic-bezier(.39,.71,.56,.98) forwards;
}

.hs-error-msgs {
  line-height: 18px;
  font-weight: normal;
  margin: 0;
  font-family: helvetica;
  font-size: 14px;
  color: #f00;
  padding: 0;
  list-style: none;
}

.widget-type-blog_comments form h3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.widget-type-blog_comments form {
  margin-top: 90px;
}

.widget-type-blog_comments form .hs-form-field > label {
  font-size: 14px;
  color: #acacac!important;
  font-family: inherit;
  font-weight: 600;
}

.widget-type-blog_comments form span.hs-form-required {
  color: #00aa05;
  margin-left: 5px;
}

.widget-type-blog_comments form input[type="text"], .widget-type-blog_comments form input[type="email"], .widget-type-blog_comments form textarea {
  border-bottom-width: 1px;
}

.widget-type-blog_comments form .hs-form-field {
  margin-bottom: 40px;
}

.widget-type-blog_comments form .actions {
  text-align: center;
}

.widget-type-blog_comments form input.hs-button.primary {
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  padding: 16px 23px!important;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.widget-type-blog_comments form input.hs-button.primary:hover {
  opacity: 0.85;
}

.excerpt {
  color: #888;
}

.home-banner a.yellow-btn:hover {
  color: #000 !important;
}

.banner-inner-content a.nectar-button i {
  text-align: center;
  vertical-align: middle;
  height: 32px;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  width: 18px;
  position: absolute;
  top: 50%;
  line-height: 16px;
  right: 26px;
  font-size: 16px;
}

.banner-inner-content a.nectar-button span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}

.banner-inner-content a.nectar-button:hover span {
  -ms-transform: translateX(-14px);
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}

.banner-inner-content a.nectar-button:hover i {
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px)!important;
  opacity: 1;
}

i.icon-phone:before {
  content: "\f095";
}

.banner-inner-content a.nectar-button i.icon-phone {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
}




/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media only screen and (min-width:690px){
  .nectar_image_with_hotspots[data-tooltip-func="hover"] .nectar_hotspot:hover+.nttip{
    opacity:1
  }
  .nectar_image_with_hotspots[data-tooltip-func="hover"] .nectar_hotspot:hover span{
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg)
  }
  .nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot.open span{
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg)
  }
  .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap{
    opacity:0;
    transform:translateY(80px);
    -webkit-transform:translateY(80px)
  }
  .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap.animated-in{
    -webkit-animation:nectarBounceIn .8s ease-out forwards;
    animation:nectarBounceIn .8s ease-out forwards
  }
  .nectar_image_with_hotspots[data-tooltip-func="always_show"] .nectar_hotspot_wrap .nttip{
    opacity:1
  }
  .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot{
    height:30px;
    width:30px;
    line-height:30px;
    font-size:14px
  }
  .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span{
    height:30px;
    width:30px
  }
  .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:before{
    height:2px;
    width:12px;
    left:9px;
    top:14px
  }
  .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:after{
    height:12px;
    width:2px;
    left:14px;
    top:9px
  }
  .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="bottom"]{
    margin-top:60px;
    margin-left:15px
  }
  .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="top"]{
    margin-top:-30px;
    margin-left:15px
  }
  .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="left"]{
    margin-left:-30px;
    margin-top:15px
  }
  .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="right"]{
    margin-left:60px;
    margin-top:15px
  }
}

@media (min-width: 2100px) {
  .banner-type2 {
    padding-top: 13px;
    padding-bottom: 85px;
  }

  .home-banner .banner-content {
    padding-top: 78px;
    padding-bottom: 134px;
  }

  .home-banner .banner-image {
    min-height: 161.5vh;
  }

  .homepage .custom-image-gallery-wrapper {
    padding-top: 42px;
  }

  .solutions-lyt .banner-content {
    padding-bottom: 5.7%;
    padding-top: 9.55%;
  }

  .solutions-lyt .banner-image {
    min-height: 137vh;
  }

  .solution-row2 {
    padding-top: 4px;
  }

  .solution-row2 h1 {
    margin: 0 0 11px;
  }

  .resources-layout .banner-content {
    padding-top: 7.55%;
    padding-bottom: 5.2%;
  }

  .resources-layout .banner-image {
    min-height: 124vh;
  }

  .gallery-lyt .banner-content {
    padding: 84.12px 0;
    padding-bottom: 84px;
  }

  .gallery-lyt .banner-image {
    min-height: 124vh;
  }

  .gallery-row2 {
    padding-top: 43px;
  }

  .req-lyt.contact-lyt .banner-content {
    padding-bottom: 5.2%;
    padding-top: 7.55%;
  }

  .req-lyt.contact-lyt .banner-image {
    min-height: 124vh;
  }

  .cntct-type2.contact-lyt .banner-content {
    padding-top: 7.6%;
    padding-bottom: 5%;
  }

  .cntct-type2.contact-lyt .banner-image {
    min-height: 126vh;
  }

  .contact-lyt.hs-content-id-6868749424 .banner-content {
    padding-bottom: 5.2%;
    padding-top: 7.55%;
  }

  .contact-lyt.hs-content-id-6868749424 .banner-image {
    min-height: 124vh;
  }
}

@media (min-width: 2400px) {
  .banner-type2 {
    padding-top: 18px;
    padding-bottom: 95px;
  }

  .home-banner .banner-content {
    padding-top: 94px;
    padding-bottom: 143px;
  }

  .home-banner .banner-image {
    min-height: 151.5vh;
  }

  .homepage .custom-image-gallery-wrapper {
    padding-top: 47px;
  }

  .solutions-lyt .banner-content {
    padding-bottom: 5.5%;
    padding-top: 9.2%;
  }

  .solutions-lyt .banner-image {
    min-height: 130vh;
  }

  .solution-row2 {
    padding-top: 8px;
  }

  .solution-row2 h1 {
    margin-bottom: 17px;
  }

  .resources-layout .banner-content {
    padding-top: 7.2%;
    padding-bottom: 5.1%;
  }

  .resources-layout .banner-image {
    min-height: 119vh;
  }

  .gallery-lyt .banner-content {
    padding: 95.12px 0;
    padding-bottom: 95px;
  }

  .gallery-lyt .banner-image {
    min-height: 119vh;
  }

  .req-lyt.contact-lyt .banner-content {
    padding-bottom: 5%;
    padding-top: 7.2%;
  }

  .req-lyt.contact-lyt .banner-image {
    min-height: 119vh;
  }

  .cntct-type2.contact-lyt .banner-content {
    padding-top: 7.2%;
  }

  .cntct-type2.contact-lyt .banner-image {
    min-height: 121vh;
  }
}

@media (min-width: 2500px) {
  .banner-type2 {
    padding-top: 23px;
    padding-bottom: 100px;
  }

  .home-banner .banner-content {
    padding-top: 104px;
    padding-bottom: 150px;
  }

  .home-banner .banner-image {
    min-height: 148vh;
  }

  .homepage .custom-image-gallery-wrapper {
    padding-top: 51px;
  }

  .solutions-lyt .banner-content {
    padding-bottom: 5.4%;
    padding-top: 9%;
  }

  .solutions-lyt .banner-image {
    min-height: 127.5vh;
  }

  .req-lyt.contact-lyt .banner-content {
    padding-bottom: 5%;
    padding-top: 7%;
  }

  .req-lyt.contact-lyt .banner-image {
    min-height: 116vh;
  }
}

@media (min-width: 2800px) {
  .banner-type2 {
    padding-top: 28px;
    padding-bottom: 113px;
  }

  .home-banner .banner-content {
    padding-top: 122px;
    padding-bottom: 163px;
  }

  .home-banner .banner-image {
    min-height: 140vh;
  }

  .homepage .custom-image-gallery-wrapper {
    padding-top: 57px;
  }

  .req-lyt.contact-lyt .banner-content {
    padding-bottom: 4.8%;
    padding-top: 6.65%;
  }

  .req-lyt.contact-lyt .banner-image {
    min-height: 112vh;
  }
}

@media only screen and (max-width: 1570px) {
  .resources-layout .banner-content {
    padding-bottom: 7.9%;
  }

  img.slick-lightbox-slick-img {
    max-width: 100%;
  }

  .req-lyt.contact-lyt .banner-content {
    margin-bottom: 30px;
  }

  .contact-lyt .banner-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 1570px) {
  .banner-content {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .banner-inner-content a.nectar-button:last-of-type {
    margin-bottom: 15px;
  }
}


@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .banner-inner-content h1 {
    font-size: 34.5px;
    line-height: 42px;
  }

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

  .gutter-sizer {
    width: 25px;
  }
}

@media (max-width: 1100px) and (min-width: 1000px) {
  .rec-post-item {
    width: 49%;
    margin-right: 2% !important;
  }

  .rec-post-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  
    .hero {
    width: 100%!important;
    display: block;
}
  .hero-image {
    width: 100%!important;
    margin-left: 0!important;
  }

  
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  .container-fluid .row-fluid .page-center {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 999px) {
  .custom-header {
    position: fixed;
    background-color: rgba(255,255,255,100);
    padding-top: 19px;
    top: 0;
    left: 0;
    clear: both;
    min-height: 88px !important;
  }
  
  .hero {
    padding: 0px 50px!important;
    width: 100%!important;
    display: block;
}
  
  .hero h2 {
  margin-top: 50px!important;
}
  
  .hero-image {
    width: 100%!important;
    margin-left: 0!important;
  }

  .header-container-wrapper {
    min-height: 89px;
  }

  .custom-logo img.dark-version {
    opacity: 0;
  }

  .custom-logo img.starting-logo {
    opacity: 0;
  }

  .custom-logo img.stnd.default-logo {
    opacity: 1;
    width: 53px;
    height: 50px !important;
  }

  .desktop-menu {
    display:none !important;
  }

  .mobile-menu{
    display:block !important;
  }

  .custom-header .page-center {
    position: relative;
  }

  .banner-content .span6 {
    width: 100% !important;
  }

  .banner-content .span6.left {
    margin-bottom: 17px;
  }

  .banner-content .span6.right {
    margin-left: 0;
  }

  .banner-inner-content h1 {
    font-size: 32.2px;
    line-height: 39.2px;
  }

  .banner-content {
    margin-top: 21px;
  }

  .nectar-shape-divider {
    height: 75%;
  }

  .banner-inner-content a.nectar-button:last-of-type {
    margin-bottom: 9px;
  }

  .footer-social-icons ul li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .custom-copyright {
    width: 49% !important;
    margin-bottom: 0px;
  }

  .footer-social {
    width: 49% !important;
    margin-left: 0 !important;
  }

  .footer-social-icons ul {
    margin-right: -12px;
  }

  .custom-footer-top [class*="footer-col"] {
    width: 48% !important;
    margin-left: 0px;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 50px;
  }

  .custom-footer-top [class*="footer-col"]:nth-child(2) {
    margin-right: 0px!Important;
  }

  .custom-footer-top [class*="footer-col"].footer-col3 {
    margin-bottom: 0;
  }

  .custom-footer-top [class*="footer-col"].footer-col3>div {
    margin-bottom: 52px;
  }

  .thank-layout .header-container-wrapper {
    min-height: 127.23px;
  }

  .thank-layout .banner-content {
    padding-top: 7.9%;
  }

  .thank-layout .banner-content .span6.left {
    margin-bottom: 19px;
  }

  .thank-layout .banner-content .banner-inner-content p {
    margin-bottom: 20px;
  }

  .thank-layout .banner-image {
    min-height: 76vh;
  }

  .custom-top-cntnt h2 {
    font-size: 28.8px;
    line-height: 36.8px;
  }

  .custom-top-cntnt {
    padding: 19.58px 0;
  }

  .custom-top-cntnt h2 {
    padding: 3%;
  }

  .rec-post-item {
    margin-right: 15px !important;
    width: 48%;
    padding: 15px;
  }

  .rec-post-item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .rec-post-group {
    padding: 3%;
  }

  .latest-post-wrapper {
    padding-top: 20px;
  }

  .solutions-lyt .banner-image {
    min-height: 84vh;
  }

  .solution-row2 h1 {
    font-size: 32.2px;
    line-height: 39.2px;
    padding-top: 19.64px;
  }

  .featured-item {
    height: auto !important;
    width: 100%;
    float: none;
    margin-right: 0 !important;
    padding-top: 19.64px;
    margin-bottom: 5px;
  }

  .iwt-text h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .full-width-content-bg {
    padding: 19.64px 0;
  }

  .full-width-content-bg h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .solution-row2 {
    padding-bottom: 19.64px;
  }

  .solution-row4 {
    padding: 19.64px 0 10px;
  }

  .solution-row4-left,.solution-row4-right {
    width: 100% !important;
    margin-left: 0 !important;
    overflow: hidden;
  }

  .solution-row4-left h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .three-col-equal .span4 {
    width: 100%;
    margin-left: 0;
  }

  div#howitworks {
    height: auto !important;
  }

  .three-col-equal h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .three-col-equal .span4 img {
    display: block;
    margin: 0 auto;
  }

  .gallery-top-content h2 {
    font-size: 28.8px;
    line-height: 36.8px;
  }

  .custom-image-gallery-wrapper {
    padding: 19.64px 0;
  }



  .custom-growup-item.slick-slide {
    margin-right:18px;
  }

  .contact-lyt .banner-image {
    min-height: 88vh;
  }

  .contact-lyt .banner-content {
    padding-bottom: 5.8%;
  }

  .contact-row2-left {
    width: 100% !important;
  }

  .contact-row2-right {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .contact-row2-left h2 {
    font-size: 28.8px;
    line-height: 36.8px;
  }

  .contact-row2 {
    padding: 19.62px 0;
  }

  .bottom-pane h2 {
    font-size: 28.8px;
    line-height: 36.8px;
    padding-top: 19.62px;
  }

  .bottom-pane .rec-post-item {
    margin-bottom: 10px;
  }

  .contact-row2-left {
    padding: 3%;
  }

  .req-lyt.contact-lyt .banner-image {
    min-height: 85vh;
  }

  .cntct-type2.contact-lyt .banner-content .span6.left {
    padding: 3%;
  }

  .cntct-type2.contact-lyt .banner-image {
    min-height: 82vh;
  }

  .cntct-type2.contact-lyt .contact-row2-left {
    padding: 10% 0;
  }

  .cntct-type2.contact-lyt .contact-row2-left h1 {
    font-size: 32.2px;
    line-height: 39.2px;
  }

  .resources-layout .banner-content {
    padding-bottom: 5.5%;
  }

  .resources-layout .banner-image {
    min-height: 59vh;
  }

  .resource-item {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
  }

  .resource-row2 h3 {
    font-size: 24px;
    line-height: 32px;
    padding: 19.64px  0;
  }

  .resource-row2 .iframe-embed iframe {
    width: 600px !important;
    height: 337.5px !important;
  }

  .resource-row2 .iframe-embed {
    height: 337.5px;
  }

  .blog .blog-content {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 47.5%;
    margin-bottom: 25px;
  }

  .gutter-sizer {
    width: 25px;
  }

  .blog .body-container-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog .blog-sidebar {
    margin-left: 0 !important;
    position: static !important;
    width: 100% !important;
    margin-top: 30px;
  }

  div#single-meta {
    display: block;
    position: relative!important;
    clear: both;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  div#single-meta ul {
    float: left;
    margin-left: 0px;
  }

  #single-meta ul li {
    float: right !important;
  }

  .nectar-social.animated-in.in-sight {
    left: 0!important;
    right: auto!important;
    text-align: left;
  }

  .post-pagination ul.controls li h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .post-pagination ul.controls li h3 span:not(.text) {
    text-align: center !important;
  }

  .post-pagination ul.controls li.previous-post h3 span {
    text-align: right;
  }

  .post-pagination ul.controls li h3 span {
    display: block;
  }

  .next-post.mouse-leaving h3 .next-arrow {
    display: none !important;
  }

  .next-post.mouse-leaving h3 .line {
    display: none !important;
  }

  .post-pagination ul.controls li h3 {
    transform: none !important;
  }

  .previous-post h3 .text .line {
    display: none !important;
    transform: none !important;
    animation: none !important;
  }

  .post-pagination svg.next-arrow {
    display: none !important;
  }

  .post-pagination ul.controls li {
    min-height: 225px;
  }

  .post-pagination {
    margin-bottom: 40px;
  }

  .home-banner .banner-content {
    padding-top: 38px;
  }

  .home-banner-bottom .span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 3%;
    min-height: initial;
  }

  .home-banner-bottom .span4:last-of-type {
    margin-bottom: 0;
  }

  .home-banner-bottom {
    margin-top: 38px;
  }

  .home-banner-bottom .span4 p {
    min-height: initial;
  }

  .home-row3-left {
    width: 100% !important;
    height: auto !important;
  }

  .home-row3-left h2 {
    font-size: 28.8px;
    line-height: 36.8px;
  }

  .home-row3-right {
    height: auto !important;
    width: 100% !important;
  }

  .home-row3-right img {
    display: block;
    margin: 0 auto;
  }

  .homepage .bottom-pane .rec-post-item {
    padding: 0;
  }

  .gallery-lyt .banner-content {
    padding-top: 41.5px;
  }

  .gallery-lyt .banner-image {
    min-height: 86vh;
  }

  .lightbox-gallery-top-content h2 {
    font-size: 28.8px;
    line-height: 36.8px;
  }

  .gallery-row2 {
    padding: 19.56px 0;
  }

  .work-item {
    width: 47%;
  }

  .privacy-lyt .banner-type2 h1 {
    font-size: 32.2px;
    line-height: 39.2px;
  }

  .custom-growup-item-image {
    padding: 0;
  }

  .req-lyt .banner-content .span6.left {
    margin-bottom: 25px;
  }

  .bottom-meta-wrap ul li a:hover {
    opacity: 1;
  }
}

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

@media (max-width: 767px) {
  .widget-type-form, .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt,
  .widget-type-email_simple_subscription form ,
  .widget-type-widget_container form,
  .body-container .hs-search-field{
    width: 100% !important;
    max-width: 100%;
  }

  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px; 
    margin-top:25px;
  }

  .footer-social {
    width: 100% !important;
  }

  .footer-social-icons ul {
    float: none;
    margin-right: 0;
  }

  .footer-social-icons ul li:first-child {
    margin-left: 0;
  }

  .footer-social-icons ul li {
    margin-left: 10px;
  }

  .custom-copyright {
    width: 100% !important;
    margin-bottom: 25px;
  }

  .custom-footer-top [class*="footer-col"] {
    width: 100% !important;
    padding: 0;
    margin-bottom: 60px !important;
  }

  .custom-footer-top [class*="footer-col"]>div {
    margin-bottom: 0 !important;
  }

  .custom-footer-top [class*="footer-col"].footer-col3 {
    margin-bottom: 52px !important;
  }


}  


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

@media only screen and (max-width: 690px) {
  .nectar-shape-divider {
    height: 33%;
  }

  .container-fluid .row-fluid .page-center {
    max-width:350px;
    padding-left:15px;
    padding-right:15px;
  }
  
  .hero {
    padding: 0px 20px;
}
  
  .hero h1 {
    font-size: 40px !important;
  }


  body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip { 
    position: fixed!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    max-width: none!important;
    margin: 0!important;
    height: 100%;
    box-shadow: none!important;
    border-radius: 0;
    text-align: center;
    transform: none!important;
    -webkit-transform: none!important;
    z-index: 999;
  }

  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .inner {
    transform: translateY(-50%) translateX(-50%) scale(0.8);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
    -webkit-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 60%;
    text-align: center;
  }

  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.open .inner {
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  }

  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.open { pointer-events: auto!important; }

  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -11px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    border: 2px solid #000;
    border-radius: 100px;
  }

  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    height: 18px;
    width: 18px;
    transform-origin: center;
  }
  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 10px;
    left: 4px;
    top: 8px;
    content: ' ';
  }
  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after {
    position: absolute;
    display: block;
    height: 10px;
    width: 2px;
    left: 8px;
    top: 4px;
    content: ' ';
  }

  #page-header-bg .span_6 h1, .single.single-post .section-title h1 {
    font-size: 24px!important;
    line-height: 30px!important;
    margin-bottom: 4px!important;
  }

  #page-header-bg .span_6 {
    top: auto!important;
    display: block!important;
    opacity: 1!important;
    float: none!important;
  }

  #page-header-bg .author-section .meta-author .avatar {
    display: none;
  }
  #page-header-bg.fullscreen-header .author-section .avatar-post-info {
    margin: 10px 0 0 0!important;
  }

  .ascend #single-below-header.fullscreen-header  {
    border-top: 1px solid #dddddd!important;
  }

  .portfolio-filters {
    width: 100%!important;
    position: relative!important;
    display: block!important;
    clear: both!important;
    top: auto!important;
  }

  .page-template-template-portfolio-php .portfolio-filters {
    margin-bottom: 0px;
  }

  .page-header-no-bg .portfolio-filters {
    margin-top: 20px!important;
    height: auto!important;
  }

  .portfolio-filters > ul {
    position: relative!important;
  }

  .nectar-social.full-width.items_6 > * {
    width: 33.3%!important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10% 5%!important;
  }

  body[data-button-style="default"]  .nectar-social.full-width.items_6 > *:nth-child(1n+4) {
    border-bottom: none!important;
  }
  body[data-button-style="default"] .nectar-social.full-width.items_6 > *:nth-child(3) {
    border-right: none!important;
  }

  .nectar-social.full-width.items_6 i {
    font-size: 20px!important;
    margin-top: -20px!important;
  }

  .nectar-social.full-width.items_5 i {
    font-size: 16px!important;
    margin-top: -20px!important;
    padding: 0!important;
  }

  .nectar-social.full-width.items_4 > * {
    width: 50%!important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10% 5%!important;
  }

  .nectar-social.full-width.items_4 i {
    font-size: 20px!important;
    margin-top: -20px!important;
  }

  body[data-button-style="default"] .nectar-social.full-width.items_4 > *:nth-child(1n+3) {
    border-bottom: none!important;
  }

  body[data-button-style="default"] .nectar-social.full-width.items_4 > *:nth-child(2) {
    border-right: none!important;
  }

  .nectar-social.full-width.items_3 i {
    font-size: 16px!important;
    margin-top: -20px!important;
    padding: 0!important;
  }

  .nectar-social.full-width.items_2 i {
    font-size: 30px!important;
    margin-top: -20px!important;
    padding: 0!important;
  }

  .nectar-social.full-width.items_2 > *, .nectar-social.full-width.items_1 > * {
    padding: 10% 5%!important;
  }

  .nectar-social.full-width.items_1 i {
    font-size: 50px!important;
    margin-top: -20px!important;
    padding: 0!important;
  }

  .nectar-social.full-width a.nectar-love i { margin-top: -15px!important;}

  .nectar-social.full-width.items_5 a span { display: none!important; }

  .pricing-table > div { 
    width: 100%!important; 
    margin: 0px 0px 25px 0px!important;
  }

  .nectar-icon-list[data-icon-size="large"] .nectar-icon-list-item .list-icon-holder,
  .nectar-icon-list[data-icon-size="large"] .nectar-icon-list-item .list-icon-holder i {
    line-height: 60px!important;
    font-size: 26px!important;
    width: 60px;
    height: 60px;
  }
  .nectar-icon-list[data-icon-style="no-border"][data-icon-size="large"] .nectar-icon-list-item .list-icon-holder,
  .nectar-icon-list[data-icon-style="no-border"][data-icon-size="large"] .nectar-icon-list-item .list-icon-holder i {
    line-height: 45px!important;
    font-size: 45px!important;
    width: 45px;
    height: 45px;
  }

  .nectar-icon-list[data-icon-size="large"] .nectar-icon-list-item  {
    padding-left: 100px;
  }
  .nectar-icon-list[data-icon-size="large"][data-icon-style="no-border"] .nectar-icon-list-item  {
    padding-left: 80px;
  }
  .nectar-icon-list[data-icon-size="large"]:after {
    top: 30px;
    left: 30px;
  }

  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before,.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after {
    background-color: #00aa05!important;
  }

  .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose {
    border-color: #00aa05!important;
  }

  div#call-to-action a.nectar-button {
    display: block!important;
    margin-top: 20px;
    margin-left: 0px!important;
  }

  .rec-post-item {
    width: 100%;
    margin-right: 0 !important;
    padding: 3%;
  }

  .rec-post-group {
    padding: 0;
  }

  .latest-post-wrapper {
    padding: 0;
  }

  .contact-lyt .banner-image {
    min-height: 74vh;
  }

  .banner-inner-content h1 {
    font-size: 29.9px;
    line-height: 36.4px;
  }

  .bottom-pane h2 {
    font-size: 27px;
    line-height: 34.5px;
  }

  .bottom-pane .rec-post-item {
    padding-left: 0;
    padding-right: 0;
  }

  .resource-row2 .iframe-embed iframe {
    width: 420px !important;
    height: 236.25px !important;
  }

  .resource-row2 .iframe-embed {
    height: 236.25px;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .gutter-sizer {
    width: 0;
  }

  .custom-post-content h1.entry-title {
    font-size: 24px!important;
    line-height: 30px!important;
    margin-bottom: 4px!important;
  }

  div#single-below-header span {
    display: none;
  }

  .post-pagination ul.controls li {
    width: 100%;
    min-height: 250px;
  }

  .banner-type2 h1 {
    font-size: 29.9px;
    line-height: 36.4px;
  }

  .banner-type2 {
    padding-bottom: 50px;
  }

  .home-banner .banner-content {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .cm-blog-top-content span.subheader {
    display: none;
  }

  .gallery-lyt .banner-content {
    padding-top: 26.5px;
    padding-bottom: 27px;
  }

  .work-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-slides {
    margin: 0 -5px;
  }

  .error-page .custom_error_message h1 {
    font-size: 150px;
  }

  .error-page .custom_error_message h2 {
    font-size: 40px;
  }

  .error-page .content-wrapper {
    padding-top: 0;
  }

  .privacy-lyt .banner-type2 h1 {
    font-size: 29.9px;
    line-height: 36.4px;
  }

  .banner-image {
    top: 0 !important;
  }

  .blog .content-wrapper {
    padding-top: 0;
  }

  .custom-growup-slider ul.slick-dots li {
    width: 12px;
    margin: 0 3px;
  }

  .custom-growup-slider ul.slick-dots li:before {
    height: 2px;
  }

  .gallery-top-content h2 {
    font-size: 27px;
    line-height: 34.5px;
  }
}

@media only screen and (max-width: 690px) and (min-width: 480px) {
  .container-fluid .row-fluid .page-center {
    max-width:420px;
    padding-left:0;
    padding-right:0;
  }

  .banner-content {
    margin-top: 15px;
  }
  
  

}

@media (max-width: 480px) {
  .subscribe-options label {
    margin: 0;
  }

  .banner-content {
    margin-top: 12px;
  }

  .banner-inner-content h1 {
    font-size: 29.9px;
    line-height: 36.4px;
  }

  .solution-row4-right {
    overflow: hidden;
  }
}

@media (max-width: 390px) {
  .mobile-trigger {
    right: 15px;
  }

  .custom-growup-slider .slick-list.draggable {
    overflow: hidden;
  }

  .custom-growup-item.slick-slide {
    margin-right: 0;
  }

  .contact-row2 {
    padding: 7.12px 0;
  }

  .contact-lyt .banner-content {
    padding-bottom: 7.9%;
  }

  .custom-growup-item-image {
    padding: 0 10px;
  }
}