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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700');
@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');
@font-face{
    font-family:'FontAwesome';
	
	src:url('//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/fontawesome-webfont%20.ttf'),
		url('//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/fontawesome-webfont%20.woff2'),
		url('//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/fontawesome-webfont%20.eot');
		font-weight:normal;
		font-style:normal
}
@font-face {
font-family: 'font-icons';

src:url('//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/font-icons.eot'),
url('//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/font-icons.ttf'),
url('//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/font-icons.woff');
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/glyphicons-halflings-regular.woff2),
     url('//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/glyphicons-halflings-regular.ttf'),
    
    url(//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/fonts/glyphicons-halflings-regular.eot);
    
}
/* Freshlifefloral_April_2017-modules.css is required to address style issues with the default modules and responsive grid layout */


/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
ul.hs-menu-children-wrapper{display:none!important;}
body {
    background: #fff;
    color: #666;
       font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.5;
}

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

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


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

/* Basic text */
p {
    margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: #414141;
    margin: 0 0 30px 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {
    font-size: 17px ;
    line-height: 23px;
}
h3 {
    font-size: 24px;
    letter-spacing: normal;
}
h4 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 0 0 14px 0;
}
h5 {
    font-size: 15px;
    letter-spacing: normal;
    margin: 0 0 14px 0;
}
h6 {
    font-size: 14px;
    letter-spacing: normal;
    margin: 0 0 14px 0;
}

/* Anchor Links */
a { 
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s; 
    color: #337ab7;
    text-decoration: none;
    }
a:hover, a:focus { 
    color: #212121;
    text-decoration: none;
    }

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

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

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


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

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

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

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


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


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

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

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


/* =============== Header =============== */
.test2 .hs-header-top {
    min-height: 39px;
}
.header-container-wrapper {}
.header-container {}
.hs-header-top{
    display: block;
    background-color: #fff;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
}
.hs-pull-right{
    float:right!important;
    margin: 0!important;
}

.hs-language-link{
        
}

.hs-language-link ul>li{
    padding: 0;
    display: inline-block;
    margin-left: -3px;
    position: relative;
    border-right: rgba(0,0,0,0.1) 1px solid;
}
.hs-language-link ul {
    margin: 0;
    padding: 0;
}
.hs-language-link ul>li>a{
    padding: 10px;
    font-size: 12px;
    color: #151515;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}
.hs-language-link.hs-pull-right {
    float: left!important;
}
.hs-language-link ul>li>a img{
    float: left;
    margin-top: 3px;
    vertical-align: middle;
    margin-right: 6px;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.hs-logo img {
    margin-top: 19px;
}
.smaller .hs-logo img {
    margin-top: 0px;
}
.hs-language-link ul>li:hover >.dropdown-menu {
    display: block !important;
}
 ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width: 50px;
    margin: 0;
    padding: 0;
    z-index: 3000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
       margin-left: 8px;
}
 ul.dropdown-langs>li{
    border:0;
    margin-left:0!important;
 }
 ul.dropdown-langs>li:hover>a{
     color: #000 !important;
    background-color: #eee;
    }
 ul.dropdown-langs>li>a {
    padding: 3px 6px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
 ul.dropdown-menu>li.divider {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    height: 1px;
 }
  .hs-header-top ul.dropdown-menu>li.divider {
    display:none;
}
.hs-login-link.hs-pull-right {
    text-align: right;
}
.hs-login-link  ul li{
    padding: 0;
    display: inline-block;
    margin-left: 0px;
    position: relative;
    border-right: rgba(0,0,0,0.1) 1px solid;
}
.hs-login-link  ul{
    margin:0;
    padding:0;
}

.hs-login-link  ul li a{
    padding: 10px;
    font-size: 12px;
    color: #151515;
    display: block;
    text-decoration: none;
}

.hs-search ul{
    padding-left: 15px;
    margin-top: 39px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    padding: 0;
}
.hs-search ul li{
    list-style:none;
}
.hs-search ul li a{
    background-color: transparent;
    color: #666;
    padding: 0 3px;
    display: block;
    border-radius: 4px;
}
.hs-search ul li i{
    font-size: 18px;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    color: #333;
    cursor: pointer;
    position: relative;
}
.fa {
    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;
    transform: translate(0,0);
}
.fa-search:before {
    content: "\f002";
}
.hs-logo a{
    height: 90px;
    line-height: 79px;
    overflow: hidden;
    display: inline-block;
}
.hs-header-bottom .page-center{
    position:relative;
}
.hs-search ul li:hover i{
    opacity: 1;
    filter: alpha(opacity=100);
}
.hs-hedaer-search {
    text-align: center;
    position: absolute;
    padding: 0;
    background-color: #fff !important;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    z-index: 2000;
    border: 0;
}
.hs-header-bottom {
    background: #fff;
    z-index: 1000;
    background-color: #fff;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
}
.hs-hedaer-search .hs-input{
    font-size: 32px;
    font-weight: bold;
    background-color: transparent;
    height: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color:#555;
    margin-top: -30px;
    padding-left: 40px;
    padding-right: 60px;
    border: 0;
    box-shadow: none;
    margin-top: -20px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    line-height:29px;
    outline:none;
    
}
.column4.footer-col .hs-input.invalid.error {
    color: #888 !important;
}
.smaller .hs-header-bottom{
    position: fixed;
    border-bottom: rgba(0,0,0,0.08) 1px solid;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}
.smaller  .hs-logo a {
    height:53px;
    line-height: 50px;
    overflow: hidden;
    display: inline-block;
}
 .smaller .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 3px;
    height: 56px;
    line-height: 22px;
    border-radius: 4px;
 
}
 .smaller .hs-search ul {
    padding-left: 15px;
    margin-top: 19px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
       margin-bottom: 20px;
}
a#closeSearch:before {
    content: "\e014";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#closeSearch {
    position: absolute;
    right: 0;
    color: #333;
    background: transparent;
    top: 50%;
    right: 30px;
    font-size: 20px;
    margin-top: -10px;
    z-index: 1;
}
.box-flip:hover .front {
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.box-flip:hover .back {
    width: 100%;
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.hs-header-bottom{
    position:relative;
}
   .hs-breadcrumb-menu-item:last-child span.hs-breadcrumb-label {
    color: #8a2b83 !important;
    font-weight: bold;
}
.hs-home #back-to-top{
    display:none;
}
select {
    height: 46px;
  }
#back-to-top{
    font-size: 0px;
    line-height: 33px;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    position: fixed;
    height: 35px;
    width: 40px;
    right: 6px;
    bottom: 6px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
    display: block;
    text-decoration: none;
   
    z-index: 1000;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#back-to-top:hover{
    background-color: rgba(0,0,0,0.7);
    }
#back-to-top span:before{
    font-family: "fontawesome";
    content: "\f102";
    font-size: 38px;
    }
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
    padding:80px 0 ;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.js-import {
   min-height:0 !important;
}

.footer-bottom {
   background-color: #272727;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
   padding: 24px 0;
   font-size: 13px;
   display: block;
}

.footer-copyright p {
   font-size: 13px;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
   color: rgba(255,255,255,0.6);
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   -webkit-font-smoothing: antialiased;
   margin: 0;
   line-height: 19.5px;
}

.terms-conditions ul {
   list-style: none;
   margin: 0;
   padding: 0;
   text-align: right;
}

.terms-conditions ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5.5px;
    color: rgba(255,255,255,0.6);
}

.terms-conditions ul li a {
   color: rgba(255,255,255,0.6);
   text-decoration: none;
   font-size: 14px;
   line-height: 21px;
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.footer-top {
   background: #313131;
   color: rgba(255,255,255,0.6);
   padding: 60px 0 83px;
}

.column1.footer-col img {
   margin-bottom: 20px;
}

.footer-top p {
   font-size: 14px;
   margin-bottom: 30px;
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   -webkit-font-smoothing: antialiased;
   line-height: 18px;
}

.column1.footer-col ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.column1.footer-col ul li {
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 14px;
    font-style: normal;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

.column1.footer-col ul li a {
   color: rgba(255,255,255,0.6);
   text-decoration: none;
}

.column1.footer-col ul li a:hover {
   color: rgba(255,255,255,0.9);
}

.column1.footer-col {
   padding-bottom: 5px;
}
.column2.footer-col h3 {
   color: rgba(255,255,255,0.8) !important;
   font-weight: 600 !important;
   font-size: 14px;
   margin-bottom: 21px;
   letter-spacing: 0.1em !important;
}
.column4.footer-col p {
    margin-bottom: 0;
}
.hs-rss-item-text a {
   color: rgba(255,255,255,0.6);
   text-decoration: none;
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   -webkit-font-smoothing: antialiased;
   font-size: 14px;
   line-height: 19px;
}

.hs-rss-byline {
   opacity: 1;
   font-size: 85%;
}

.hs-rss-item {
   margin-bottom: 16px;
}

.hs-rss-item-text {
   padding: 0 0 14px;
   border-bottom: rgba(255,255,255,0.07) 1px solid;
}

.hs-rss-byline {
   opacity: 1;
   font-size: 11.9px;
   line-height: 17.85px;
   margin-top: -1px;
}

span.hs-rss-date {
   font-family: 'Lato', sans-serif;
   line-height: 17.85px;
   font-size: 11.9px;
   opacity: 1;
   color: rgba(255,255,255,0.6) !important;
}
.footer-top h4 {
   color: rgba(255,255,255,0.8) !important;
   font-weight: 600 !important;
   font-size: 14px;
   margin-bottom: 25px;
   letter-spacing: 0.1em !important;
   line-height: 21px;
}

.column3.footer-col ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.column3.footer-col ul li {
   padding-bottom: 10px;
   font-size: 14px;
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   font-weight: 300;
   color: rgba(255,255,255,0.6);
}

.column3.footer-col ul li a {
   color: rgba(255,255,255,0.6);
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   -webkit-font-smoothing: antialiased;
   font-weight: 300;
   font-size: 14px;
   line-height: 21px;
}

.column3.footer-col ul li a:hover {
   color: rgba(255,255,255,0.9);
}

.column3.footer-col ul li a:before {
   content: "\f105";
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   padding-right: 10px;
}
.footer-top h4 {
   color: rgba(255,255,255,0.8) !important;
   font-weight: 600 !important;
   font-size: 14px;
   margin-bottom: 25px;
   letter-spacing: 0.1em !important;
   line-height: 21px;
}

.column3.footer-col ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.column3.footer-col ul li {
   padding-bottom: 10px;
   font-size: 14px;
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   font-weight: 300;
   color: rgba(255,255,255,0.6);
}

.column3.footer-col ul li a {
   color: rgba(255,255,255,0.6);
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   -webkit-font-smoothing: antialiased;
   font-weight: 300;
   font-size: 14px;
   line-height: 21px;
}

.column3.footer-col ul li a:hover {
   color: rgba(255,255,255,0.9);
}

.column3.footer-col ul li a:before {
   content: "\f105";
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   padding-right: 10px;
}
.social-icons a {
    background-color: transparent;
   border: #999 1px solid;
   margin: 4px 5px 5px 0;
   width: 40px;
   height: 40px;
   text-shadow: none;
   overflow: hidden;
   display: inline-block;
   text-decoration: none !important;
   text-align: center;
   cursor: pointer;
   font-style: normal;
   letter-spacing: 0em !important;
   color: #eaeaea !important;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.icon-facebook:before {
   content: "\e86f";
}

.icon-twitter:before {
   content: "\e85f";
}

.icon-gplus:before {
   content: "\e838";
}

.icon-linkedin:before {
   content: "\e858";
}

.icon-rss:before {
   content: "\e85d";
}

.social-icons i {
    display: block;
   position: relative;
   width: 40px;
   height: 40px;
   margin-top: 6px;
   font-family: font-icons;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: inherit;
   -webkit-font-smoothing: antialiased;
   color: #555;
   font-size: 20px;
}
.column4 span.hs-form-required {
   display: none;
}

.column4.footer-col .form-title {
   display: none;
}

.column4.footer-col .hs-input {
    color: rgba(255,255,255,0.6) !important;
    background-color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.25);
    margin-bottom: 6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 36px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    opacity: 1;
    max-width: 100%;
    
}
.social-facebook:hover {
   background-color: #3B5998 !important;
border: transparent;
}

.social-twitter:hover {
   background-color: #00ACEE !important;
}

.social-gplus:hover {
   background-color: #DD4B39 !important;
}

.social-rss:hover {
   background-color: #EE802F !important;
}

.social-linkedin:hover {
   background-color: #0E76A8 !important;
}

.social-icons a:hover {
    color: #fff !important;
    border: transparent;
}

.social-icons a:hover i {
color: #fff !important;
}
.social-icon:hover i:last-child {
    margin-top: 4px;
}
.social-icon:hover i:first-child {
    margin-top: -38px;
}
body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.column4 input.hs-button.primary.large {
position: absolute;
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
height: 36px;
display: inline-block;
padding: 6px 11px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
cursor: pointer;
border-radius: 0 3px 3px 0;
right:0;
z-index:9;
font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.hs-rss-item-text a:hover {
   color: rgba(255,255,255,0.9);
}

.column4.footer-col .hs-input:focus {
      background-color: rgba(0,0,0,.3);
   outline: none;
}

.top-section h1 {
   margin: 0;
   padding: 0;
   font-size: 26px;
   font-weight: 500;
   font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
   color: #414141;
   line-height: 39px;
}

.top-section {
   padding: 20px 0 20px 0;
   position: relative;
   background-color: rgba(0,0,0,0.05);
   -webkit-transition: all 0s;
   -moz-transition: all 0s;
   -o-transition: all 0s;
   transition: all 0s;
   border-bottom: 1px solid #eee;
}
.column1.footer-col ul li:first-child  {
    background-position: 0 0;
}
.column1.footer-col ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    background: url(https://cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/Image/footer_sprite.png) no-repeat 0 0;
}
.column1.footer-col ul li:nth-child(2)  {
    background-position: 0 -138px;
    line-height: 30px;
}
.column1.footer-col ul li:last-child  {
    background-position: 0 -247px;
        margin-bottom: 0;
    }
   /*.column1.footer-col  address{
    background: url(//cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/Image/world-map.png) no-repeat center;
   } */
   .column1.footer-col  address{
    margin-bottom: 0;
    }
  .column4.footer-col  ul.hs-error-msgs.inputs-list {
    position: absolute;
    margin: 0;
    bottom: -19px;
}
.widget-type-blog_subscribe {
    position: relative;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:993px) {
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    margin: 0 4px 0 2px;
}
.hs-full-layout  .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch>a>div {
    background-color: #8AB933;
    color: #fff;
}
.header-container-wrapper {
    min-height: 135px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li+li{
    margin-left: 2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
        margin-left: 3px;
    height: 86px;
    line-height: 76px;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 400;
    background-color: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: static!important;
}

.hs-full-layout  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a>div {
    background-color: #8AB933 !important;
    color: #fff !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
color: #1F262D;
line-height: 76px;
height:68px;

}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul >li:Hover>ul:before{
    content:"";
    display:inline-block;
    
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a > div {
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: normal;
    border-radius: 3px;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul >li>ul{
    text-align: left;
    margin-top: 0;
    box-shadow: none;
    border: #eee 1px solid;
    border-top: #eee 2px solid;
    list-style: none;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
    min-width: 200px;
    padding: 0;
    border-color: #1ABC9C #fff #fff;
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #8a2b83 #fff #fff;
    max-width: 100%;
    width: 100%;
    display: table!important;
    margin: 0;
    padding: 0;
    overflow:hidden;
    width: 100%;
   
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li ul {
  
    
    position: static !important;
   
    
}.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li ul {
    opacity: 1 !important;
    
    visibility: visible !important;
}

.custom-menu-primary .hs-menu-wrapper > ul >li>ul> li:first-child{
    border-left:0;
}
.custom-menu-primary .hs-menu-wrapper > ul >li>ul> li{
    margin-left: -1px;
    display: table-cell;
    vertical-align: top;
    float: none;
    margin: 0;
    width: 20%;
    border-left: rgba(0,0,0,0.1) 1px solid;
    padding: 15px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul>li> ul >li> a{
    color: #111;
    font-weight: bold;
    display: block;
    line-height: 21px;
    padding: 6px 15px 15px 15px;
    cursor:text;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.custom-menu-primary .hs-menu-wrapper > ul>li> ul >li>ul>li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul>li> ul >li>ul>li>a{
    margin: 0;
    padding: 7px 15px;
    font-weight: 400;
    line-height: 23px;
    color: #666;
    font-size: 12px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul>li> ul >li>ul>li>a:hover{
    color: #000;
    background-color: rgba(0,0,0,0.05);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li ul {
 
 position: static !important;
 
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li ul {
 opacity: 1 !important;

 visibility: visible !important;
}
/* 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;
}
.custom-menu-primary.mob{
    display:none!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;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover>a>div{
        background-color: rgba(0,0,0,0.01);
            color: #1F262D;
}
.hs-home .hs-row3-wrapper .span8 h3 {
    font-weight: 300;
    margin-top: -10px;
}
}


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

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

@media (max-width: 992px){

  /* 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: -54px;
    right: 11px;
    width: 18px;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }
.mobile-trigger:after{
    content: "\f0c9";
    font-size: 21px!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;
    transform: translate(0,0);
}
.smaller .mobile-trigger {
   
    top: -59px;
}
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    
 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
   
 
    border-color: transparent;
  }

  /* 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: 0px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== 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{
    position: relative;
    padding-top:0px; /* Makes room for button */
    margin:  0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 40px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
     border-bottom: rgba(0,0,0,0.1) 1px solid;
  }
    .custom-menu-primary .hs-menu-wrapper > ul li:last-child{
        border-bottom:0;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 0!important;
    height: auto!important;
    line-height: normal!important;
}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 17px 0;
    color: #151515;
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #151515;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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


/* ==========================================================================
   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 {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    font-size: 22px;
    margin:0 0 10px;
    text-transform: uppercase;
}
.post-header h2 a {
       color: #121212;
}
.post-header h2 a:hover {
    text-decoration:none;
        color: purple;
}
#hubspot-author_data span {
    color: #888;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    margin-right: 30px !important;
}
p#hubspot-author_data {
    border-bottom: 1px dotted #eee;
    padding-bottom: 14px;
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-comment-o:before {
    content: "\f0e5";
}
/* 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 {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
   height: auto !important;
    max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 50px;
}
.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;
}
.custom-layout-body  a.more-link {
    padding: 4px 40px !important;
    text-decoration: none;
    font-size: 14px;
    background: transparent;
    border: 2px solid #ddd !important;
    border-radius: 4px !important;
    color: #000 !important;
    display: inline-block;
    margin: 18px 0 0;
    overflow: hidden;
    position: relative;
    line-height: 26px;
}
.custom-layout-body  a.more-link:hover {
    background: #a4ba3a;
    border: 2px solid #fff !important;
    color: #fff !important;
    }
    .btn.btn-reveal:hover i {
    left: 0;
}
.custom-layout-body .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.btn.btn-reveal i {
    display: block;
    position: absolute;
    left: -32px;
    width: 32px;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 34px;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    webkit-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}
.lft_bar {
    float: none;
    width: 38%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.rht_bar {
    float: none;
    width: 61%;
    display: inline-block;
}
.hs-featured-image {
    margin: 0 0 20px 0px;
    max-width: 100%;
}
table.gsc-search-box td {
    vertical-align: middle;
}
table.gsc-search-box td {
    vertical-align: middle;
}
#gsc-i-id1 {
    width: 131%!important;
    padding: 0px!important;
    margin: -0.0625em 0px 0px!important;
    background: #fff!important;
    border: #e3e3e3 1px solid!important;
    color: #aaa!important;
    float: left!important;
    font-size: 13px!important;
    height: 37px!important;
    margin-top: -5px!important;
    margin-left: -9px!important;
    text-indent: 10px;
        line-height: 35px;
    min-height: 35px;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #666666;
    background-color:transparent!important;
    background-image: none;
    filter: none;
}
.gsc-search-button input.gsc-search-button {
    background: url(//cdn2.hubspot.net/hubfs/295496/search_icon.png?t=1476819302426) !important;
    background-repeat: no-repeat !important;
    height: 19px !important;
    border: none !important;
}
td.gsc-search-button {
    width: 1%;
    
    border: 1px solid #ccc;
}
.fa-search:before {
    content: "\f002";
}
.gsib_b {
    display: none;
}
/* 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-top: 10px;
    padding: 10px 0 0;
}
.custom-layout-body .breadcrumb {
    padding: 8px 15px!important;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
        padding: 8px 15px;
}
.custom-layout-body  .breadcrumb>li {
    display: inline-block;
}

.custom-layout-body .container {
    padding: 60px 0;
}
section.dark.page-header .breadcrumb a {
    color: #ccc;
}
section.dark.page-header .breadcrumb a:hover {
    color: purple!important;
    }
.custom-layout-body .page-header{
    border-bottom: rgba(255,255,255,0.1) 1px solid;
    color: #fff;
    padding: 20px 0 20px 0;
    background-color: #151515;
 }
.custom-layout-body  .page-header h1{
     color:#fff;
         margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 500;
 }
 .breadcrumb>.active {
    color: #777;
}

.custom-layout-body  .breadcrumb>li {
    display: inline-block;
}
.custom-layout-body  .page-header .page-center{
  position: relative;
  padding:0 15px!important;
  }
section.page-header .breadcrumb {
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 0;
    margin-top: -15px;
    background: transparent;
    margin-bottom: 0;
    z-index: 10;
}
section.page-header .breadcrumb {
    right: 0;
    left: auto;
     right: 0;
    left: auto;
    padding: 0;
    list-style: none;

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

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

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

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

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


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

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}


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

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

.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%;
}
.terms-conditions ul li a:hover{
    color: rgba(255,255,255,0.9);
    }
    .custom-layout-body  .custom-blog-module ul li a span.filter-link-count {
    float: right;
        font-size: 11px !important;
    line-height: 15px !important;
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.custom-layout-body  .custom-blog-module  h3{
        font-size: 16px ;
        line-height:25px;
}
.custom-layout-body  .custom-blog-module ul{
        padding-left: 2px !important;
    list-style: none;
    margin:0 0 30px;
}
.custom-layout-body  .custom-blog-module ul li{
    border-bottom: 1px solid #eee !important;
        padding: 7px 0;
}
.custom-layout-body  .custom-blog-module ul li a {
    font-size: 14px;    color: #777;
    text-decoration: none !important;
    text-transform: uppercase;
}
.custom-layout-body  .custom-blog-module ul li a:hover {
    color: purple!important;
    }
    a.filter-expand-link {
    display: none;
}
div#tabs {
    margin-bottom: 30px;
}
.blog-pagination ul li a {
    padding: 6px 12px !important;
    text-decoration: none;
    line-height: 20px;
    color: #666 !important;
    border: 1px solid #ddd;
    border-radius: 5px;
        border: 1px solid #ddd;
}
.blog-pagination {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 30px 0 40px !important;
    padding: 40px 20px;
}
.blog-pagination ul {
       text-align: -webkit-auto;
    margin: 30px 0;
   
    list-style: none;
}
.blog-pagination ul li:hover a, .blog-pagination ul li.active a {
    border-color: #a4ba38;
    background-color: #a4ba38;
    color: #fff !important;
}
.blog-pagination ul li.hide {
    visibility: hidden;
}


.blog-pagination .previous-posts-link {
    float: 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 {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    font-weight: bold;
    margin-bottom: 5px;
    display:block;
    margin-top: 15px!important;
}

/* 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%!important;
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
        font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.nav .body-container .hs-input{
    max-width:500px;
}

.body-container .hs-input.invalid.error{
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important
    }
.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{
    color:red;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"]{
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top:50px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.hs-error-msgs label{
    font-weight:bold;
}
.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {}

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


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

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


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

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


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

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


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

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


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


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

.one-column-layout .body-container .page-center {
    padding-top: 80px;
    padding-bottom: 80px;
}
.hs-grower-form span.hs-form-required{
    display:none;
}
.hs-grower-form ul.hs-error-msgs.inputs-list{
   margin-top:20px; 
   font-weight: bold;
}
.hs-grower-form .hs-input{
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    }
.top-section .page-center {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hs-breadcrumb-menu {
   list-style-type: none;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: right;
   float: right;
}
span.hs-breadcrumb-label {
   color: #777;
   font-size: 12px;
   line-height: 18px;
}

.hs-breadcrumb-menu-divider:before {
    padding: 0 5px 0 7px;
    color: #ccc;
    content: "/\00a0";
}
.hs-breadcrumb-menu-item {
   float: left;
   padding: 10px 0px 8px 0px;
}

.hs-breadcrumb-menu a {
   color: #333;
   font-size: 12px;
   line-height: 18px;
}

.hs-breadcrumb-menu a:hover {
    color: #8a2b83 !important;
    text-decoration: none;
}
.hs-hedaer-search.open {
    display: block!important;
}
.hs-full-layout .hs-breadcrumb-menu,.hs-faq .hs-breadcrumb-menu,.hs-breadcrumb .hs-breadcrumb-menu{
   
    float: none;
}
.hs-full-layout  .top-section,.hs-faq .top-section,.hs-breadcrumb{
    padding: 0;
    position: relative;
    background-color: rgba(0,0,0,0.05);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    border-bottom: 1px solid #eee;
}
.hs-full-layout .hs-row1-wrapper,.hs-contact .hs-rwo1-wrapper {
    color:#666;
    padding: 80px 0;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
   
}
.hs-full-layout .hs-row1-wrapper   blockquote {
    border-left: 5px solid rgba(0,0,0,0.1);
    font-size: 1.3em;
    font-style: normal;
    letter-spacing: -1px;
    margin: 25px 0;
    padding: 0 0 0 25px;
    position: relative;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.hs-faq  .hs-rwo1-wrapper{
    padding: 80px 0;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.hs-label{
    border: #ccc 1px solid;
    border-bottom: 0;
    margin: 0;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    transition: all .10s ease-out;
    padding: 10px 20px;
    position: relative;
    display: block;
}
.hs-toggle-content {
    border: #ccc 1px solid !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    margin-top: -5px;
    padding: 15px 20px;
}
.hs-toggle-content p:last-child {
    margin-bottom:0;
}
.hs-faq-bottom-content{
    border: rgba(0,0,0,0.1) 2px solid;
    padding: 20px 0;
    color: #111;
    border-radius: 3px;
    margin-top: 60px ;
    transition: all .400s;
}
.hs-faq-bottom-content .span9,.hs-faq-bottom-content .span3{
    padding:0 15px;
}
.hs-faq-bottom-content .span9 h4,.hs-faq-bottom-content .span9 p{
    margin:0;
}
.hs-faq-bottom-content .span9 p{
    font-family: 'Lato',Arial,Helvetica,sans-serif ;
    font-size: 17px ;
    line-height: 23px ;
    font-weight: 300;
}
.hs-faq-bottom-content  .btn{
    margin: 2px 0 0 0;
    border: 1px solid transparent;
    line-height: 26px;
    border-radius: 3px;
    border-width: 2px;
    padding: 10px 16px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
}
.hs-faq-bottom-content  .btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.hs-faq-sidebar-right  span.hs-form-required{
    display:none; 
}
.hs-faq-form textarea{ 
    width: 100%!important;
    min-height: 175px!important;
    text-indent: 10px;
}
.hs-faq-sidebar-right hr{
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
        background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
        background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
        background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
        background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
        margin-top: 20px;
        margin-bottom: 20px;
}
.hs-faq-sidebar-right ul.hs-error-msgs.inputs-list{
    margin-top:20px;
}
.hs-faq-sidebar-right ul{
    margin:0;
    padding:0;
    margin-bottom: 30px;
}
.hs-faq-sidebar-right ul li{
    font-size: 14px ;
    font-weight: 700;
    list-style:none;
}
.hs-faq-sidebar-right .hs_cos_wrapper.form-title{
    font-size: 18px;
    letter-spacing: normal;
    margin: 0 0 14px 0;
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: #414141;
}
.hs-faq-form .hs-input{
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight:bold;
}

.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.block {
    display: block !important;
}
.hs-sidebar-right h2{
    font-size: 30px;
    margin: 0 0 32px 0;
}
.hs-sidebar-right {
    padding-top: 26px;
}
.timeline{
    position: relative;
    padding-left: 100px;  
}
.timeline .timeline-item-bordered {
    border-left: #ccc 1px dashed;
    padding-left: 20px;
}

.timeline .timeline-item {
    position: relative;
    min-height: 150px;
    display: block;
    margin-bottom: 30px;
}
.rounded {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.timeline .timeline-entry>span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.timeline .timeline-entry>.timeline-vline {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -40px;
    width: 40px;
    height: 0;
    border-top: 1px dashed #CCC;
}
 .timeline-entry {
    display: block;
    border: rgba(0,0,0,0.1) 3px solid;
    background-color: #fff;
    padding-top: 10px;
    top: 20px;
    z-index: 10;
    position: absolute;
    left: -102px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #ccc;
    font-weight: bold;
    font-family: 'Lato','Open Sans',Arial,Helvetica,sans-serif;
}
.bold {
    font-weight: bold !important;
}

.uppercase {
    text-transform: uppercase;
}

.size-17 {
    font-size: 17px !important;
    line-height: 23px !important;
}
.timeline h2 {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 12px;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    margin-bottom: 15px;
}
.timeline .timeline-item-bordered {
    border-left: #ccc 1px dashed;
    padding-left: 20px;
}

.timeline  {
    position: relative;
    min-height: 150px;
    display: block;
    margin-bottom: 30px;
}
.hs-two-column-wrapper .span2 img{
    width: 260px!important;
    max-width: 260px;
    margin-left: -60px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #121212;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #888;
}
.hs-two-column-wrapper .span10 h2{
    margin-bottom: 10px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
ul.list-inline{
    padding:0;
    margin:-3px 0 0 0;
    margin-left: -5px;
    margin-bottom: 30px;
}
ul.list-inline li img{
    vertical-align: middle;
}
.hs-two-column-wrapper hr,.hs-growers-sidebar hr,.hs-two-col-right-layout   .main-content hr{
    /* color: #ccc; */
    background-color:transparent;
    height: 1px;
    border: none;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
    margin-top: 20px;
    margin-bottom: 20px;
}
.hs-two-col-right-layout   .hs-row1-wrapper{
    padding:80px 0;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 30px;
}
.hs-growers-sidebar ul{
    margin:0 0 30px;
    padding:0;
    list-style:none;
    }
    .hs-growers-sidebar .hs_cos_wrapper.form-title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 14px 0;
}
.hs-grower-form textarea{
    width: 100%!important;
    min-height: 175px!important;
    padding-left: 10px;
}
select{
    border: 2px solid #E5E7E9!important;
    min-height: 46px!important;
    padding: 12px!important;
    outline: none;
    line-height: 1 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px!important;
}
 .hs-grower-form   .actions {
    text-align: right;
}
ul>li>i {
    margin-right: 10px;
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.hs-buying-iframe{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
     padding-bottom: 56%;
    box-shadow: 0 14px 6px -6px #666;
}
.hs-buying-iframe iframe{ 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    }
    .hs-buyer-title{
        border-bottom: #ccc 2px solid;
        position: relative;
        margin-bottom: 40px;
}
.section {
    display: block;
    position: relative;
    padding: 80px 0;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    
}
.hs-tabber-heading a{
    color: #111;
    font-weight: bold;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    display: block;
    padding: 10px 15px;
        border-bottom: 1px solid #ddd;
    }
   .hs-tabber-content{
    padding: 15px 0;

}
.overlay {
    /* background: rgba(0,0,0, 0.2); */
    position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.hs-box-banner-wrapper {
    background-position: 50% 114px;
    color: #fff;
    position: relative;
    z-index: 10;
    transition: all .400s;
    background-attachment: fixed;
    background-repeat: no-repeat;
        background-position: center;
    background-size: cover !important;
  
}
.overlay.dark-5 {
    background-color: rgba(0,0,0,.5);
}
.box-flip .front {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.box-flip .back {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
section.parallax {
    border: 0;
}

.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax p, .parallax .btn, .parallax img, .parallax div, .parallax {
    color: #fff;
    position: relative;
    z-index: 10;
}
.box-flip .front, .box-flip .back {
    text-align: center;
}
.box-icon>a, .box-icon .box-icon-title {
    text-decoration: none !important;
    display: block;
}
.box-icon.box-icon-center .box-icon-more, .box-icon.box-icon-center .box-icon-title, .box-icon.box-icon-center p {
    text-align: center !important;
}

.box-icon.box-icon-center .box-icon-more, .box-icon.box-icon-center .box-icon-title, .box-icon.box-icon-center p {
    text-align: center !important;
}

.fa {
    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;
}
.box-icon.box-icon-round .box-icon-title>i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.box-flip {
    margin: 0 auto;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600;
    width: 100%;
}
.box-flip .box1 {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.box-icon .box-icon-title>i {
    height: 35px;
    width: 35px;
    line-height: 37px;
    font-size: 18px;
    margin-right: 15px;
    background-color: transparent;
    text-align: center;
    color: #fff;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.box-flip .box-icon-title>i {
    color: #fff;
    background-color: rgba(0,0,0,0.07);
}
.box-flip.box-color h1, .box-flip.box-color h2, .box-flip.box-color h3, .box-flip.box-color h4, .box-flip.box-color h5, .box-flip.box-color h6, .box-flip.box-color p, .box-flip.box-color .box-icon-title>i {
    color: #fff;
}


.box-icon.box-icon-large .box-icon-title>i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
}

.box-icon.box-icon-center .box-icon-title>i {
    float: none;
    margin: 0 0 10px 0;
}
.fa-file-text:before {
    content: "\f15c";
}
.box-icon .box-icon-title>h2 {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
}
.box-icon p {
    margin: 15px 0;
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.col1{
        min-height: 285px;
}
.col2{
           min-height: 243px;
}
.col3{
    min-height: 282px;

}
.col4{
        min-height: 306px;

}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.hs-full-layout .hs-row4-wrapper .slick-prev:before,.hs-full-layout .hs-row4-wrapper .slick-next:before {
    content: none;
}
.hs-full-layout .hs-row4-wrapper h3{
    text-align:center;
}
blockquote {
    border-left: 5px solid rgba(0,0,0,0.1);
    font-size: 1.3em;
    font-style: normal;
    letter-spacing: -1px;
    margin: 25px 0;
    padding: 0 0 0 25px;
    position: relative;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
blockquote cite:before {
    content: '\2014 \00A0';
    padding-right: 8px;
}
blockquote cite:after {
    content: '\2014 \00A0';
    padding-left: 10px;
}
blockquote cite {
    display: block;
    font-size: 0.75em;
    color: #9CA6B4;
}
.hs-about-layout .hs-row2-wrapper h3{
    margin-bottom:40px;
    border-bottom: #ccc 2px solid;
}
.hs-toggle  label{
    background: rgba(0,0,0,0.03);
    transition: all .10s ease-out;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding: 10px 20px;
    position: relative;
    display: block;
    border-bottom: rgba(0,0,0,0.03) 1px solid;
}
.hs-toggle  label:hover{
    background: rgba(0,0,0,0.04); 
}
.hs-content{
    margin-top: -5px;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.hs-content p{
        margin:1.4px 0 0 0;
}
.hs-about-layout  .hs-about-col3 .btn{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid transparent;
    padding: 10px 16px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    line-height: 26px;
    text-align: center;
    display: block;
    white-space: nowrap;
    vertical-align: middle;
}
.hs-about-layout  .hs-about-col3 .btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    }
.hs-service-layout  .hs-row5-wrapper {
    padding: 20px 0;
    color: #111;
    border-width: 1px;
    text-align: center;
}
.hs-service-layout  .hs-row5-wrapper span{
    color: #1ABC9C;
    }
.hs-service-layout  .hs-row5-wrapper h3{
    color: #111;
    margin:0;
    font-weight: 500;
    }
   .hs-service-layout  .hs-row5-wrapper p{ 
    font-weight: 300;
    margin:0;
    font-size: 20px;
    color: #111;
    line-height: 26px ;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    }
.hs-service-layout  .hs-row5-wrapper .btn{
    background-color: #8AB933;
    border: 1px solid transparent;
    line-height: 26px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    border-radius: 3px;
    margin-top: 30px;
    color:#fff;
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    border-color: #8a2b83;
}
.hs-service-Flowers-text h3{
    font-size: 20px !important;
    line-height: 26px !important;
}
.hs-service-Flowers-text ul{
    padding:0;
    margin:0 0 30px;
}
.hs-service-Flowers-text ul li{
    list-style:none;
}
.hs-service-Flowers-text ul li:before{
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs-testimonial h3{
    letter-spacing: normal;
    margin: 0 0 32px 0;
    font-size: 20px ;
    line-height: 26px ;
    text-align: center;
}
ul.testimonial-dotted {
    overflow: hidden;
    padding-left: 0;
    list-style: none;
}
ul.testimonial-dotted>li {
    padding-top: 30px;
    padding-bottom: 30px;
    width:50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
ul.testimonial-dotted>li figure {
    text-align: center;
    display: block;
}
ul.testimonial-dotted>li img {
    display: inline-block;
}
div.testimonial>figure>img {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.rounded {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.testimonial-content {
    position: relative;
    padding-left: 75px;
}
div.testimonial p {
    margin-top: 0;
}
.hs-testimonial .pull-left {
    float: left!important;
    margin: 0;
}
.testimonial cite {
    font-weight: bold;
    text-shadow: none;
}
ul.testimonial-dotted>li:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed rgba(0,0,0,0.3);
}

ul.testimonial-dotted>li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
}
.hs-service-layout  .hs-row3-wrapper h2{
    font-size: 25px ;
    line-height: 30px;
}
.hs-service-layout  .hs-row3-wrapper .lead{
    margin-bottom: 60px;
}
.hs-four-column-content  .span3{
    padding:0 15px;
}
.text-center {
    text-align: center;
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}
i.ico-transparent, i.ico-bordered, i.ico-rounded, i.ico-color, i.ico-light, i.ico-dark {
    color: #444;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    border: 1px solid #555;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    margin: 4px 8px 7px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i.ico-rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
i.ico-light {
    border: transparent;
    background-color: rgba(0,0,0,0.05);
}
i.ico-lg {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 45px;
}
.word-rotator {
    visibility: hidden;
    width: 100px;
    height: 0;
    margin-bottom: -11px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    position: relative;
}
a .word-rotator {
    bottom: 6px;
    height: 21px;
}
.word-rotator.active {
    visibility: visible;
    width: auto;
}
.glyphicon-menu-right:before {
    content: "\e258";
    font-size: 12px;
}

.word-rotator .items span {
    display: block;
    margin-bottom: 0;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs-home .hs-row8-wrapper .hs-input{
    line-height:21px;
}
.fa-shield:before {
    content: "\f132";
}
.fa-user:before {
    content: "\f007";
}
 i.ico-hover:hover {
    background-color: #8a2b83;
    border-color: #8a2b83;
    color: #fff;
}
div.divider {
    margin: 40px 0;
    position: relative;
    display: block;
    min-height: 20px;
}
div.divider.divider-center:before {
    left: 0 !important;
    right: 50%;
    margin-right: 20px;
    content: '';
    position: absolute;
    top: 8px;
    height: 0;
    border-top: 1px solid #ddd;
}
div.divider.divider-center {
    text-align: center;
}
div.divider.divider-color:before, div.divider.divider-color:after {
    border-top: #8a2b83 1px solid;
}
div.divider i {
    line-height: 1;
    font-size: 18px;
    color: #ccc;
}
div.divider.divider-color i {
    color: #8a2b83;
}
.fa-chevron-down:before {
    content: "\f078";
}
div.divider:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px solid #ddd;
}
div.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}
div.divider.divider-color:before, div.divider.divider-color:after {
    border-top: #8a2b83 1px solid;
}
.hs-service-layout  .hs-buyer-title {
    border:0;
}

.hs-gallery .hs_cos_gallery_main{
  padding:0;  
}
.hs-gallery .slick-prev, .hs-gallery .slick-next{
    color: #121212;
    background: #fff;
    border: #fff 1px solid;
    opacity: 0;
    filter: Alpha(Opacity=100);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 55px;
    margin-top: -28px;
    width: 56px;
    z-index: 9;
}
.hs_cos_gallery:hover .slick-prev, .hs-gallery:hover .slick-next{
    opacity:1;
}
.hs-gallery .slick-prev:before{
    content: "\f104";
    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;
    color: #121212;
    line-height: 34px;
    font-size: 34px;
}
.hs-gallery .slick-next,.hs-gallery .slick-prev{
    margin-right: -2px;
    }
   .hs_cos_gallery_main .slick-prev:before, .hs_cos_gallery_main .slick-next:before, .hs_cos_gallery_thumbnails .slick-prev:before, .hs_cos_gallery_thumbnails .slick-next:before, .hs_cos_gallery_lightbox .slick-prev:before, .hs_cos_gallery_lightbox .slick-next:before{
       color: #121212; 
   }    
.hs-gallery .slick-next:before{
    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;
    color: #121212;
    line-height: 34px;
    font-size: 34px;
}
.hs-gallery  .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    width: 60%;
    margin: auto;
    bottom: -8px!important;
    left: 0;
    right: 0;
    z-index: 1;
}
.hs-gallery .slick-dots li {
    height: 15px;
    position: relative;
    display: inline-block;
    width: 34px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hs-gallery .slick-dots li:last-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    }
 .hs-gallery   .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 5px;
    opacity: 0.5;
    margin: 5px 7px;
    background: #fff;
}
 .hs-gallery   .slick-dots li.active button {
    opacity: 1;
 }
.hs-buying-right-content h3{
    border-bottom: #ccc 2px solid;
}
.hs-buying-right-content blockquote p,.hs-about-layout  blockquote p{
    margin-bottom: 20px;
}
.hs-full-layout   .hs-row2-wrapper.section h3{
    margin:0;
}
.fa-cubes:before {
    content: "\f1b3";
    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;
}
.fa-binoculars:before {
    content: "\f1e5";
        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;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
        background-color: transparent;
        margin:20px 0;
}
.hs-about-layout  .hs-row3-wrapper h3{
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 30px;
    color: #111;
    text-align:center;
}
.hs-about-layout  .hs-row3-wrapper p{
  
     text-align:center;
    }
.hs-about-layout  .hs-row4-wrapper h3{
    text-align:center;  
}
.hs-about-layout  .hs-row4-wrapper ul{
    padding:0;
    margin:0;
    list-style:none;
}
.hs-about-layout  .hs-row4-wrapper ul li:before{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed rgba(0,0,0,0.3);
}
.hs-about-layout  .hs-row4-wrapper ul li:first-child:before{
    content:none;
    }
.hs-about-layout  .hs-row4-wrapper ul li{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 20%;
    position: relative;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.item-box {
    overflow: hidden;
    margin: 0;
    position: relative;
    box-shadow: rgba(0,0,0,0.1) 0 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
        margin-bottom: 30px;
}
.item-box .item-hover, .item-box .item-hover button, .item-box .item-hover a {
    color: #fff;
}

.item-box .item-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.item-box figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
        margin: 0;
    text-align: center;
}
.inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 54px;
    height: 54px;
    margin: auto;
}
.item-box .item-hover .inner {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -10px;
    margin-bottom: 0;
    width: 100%;
    z-index: 100;
    line-height: 23px;
}
.item-box .item-hover .inner {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -10px;
    margin-bottom: 0;
    width: 100%;
    z-index: 100;
    line-height: 23px;
}
.item-box .item-hover .inner .ico-rounded>span {
    color: #666;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    margin: -20px 5px 0 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topleft: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.fa-plus:before {
    content: "\f067";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.size-20 {
    font-size: 20px !important;
    line-height: 26px !important;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.item-box:hover .item-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.hs-about-layout .hs-row3-wrapper.section {
    padding-bottom: 0;
    border:0;
    
}
.hs-three-col-wrapper   .item-box-overlay-title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    z-index: 100;
}
.hs-three-col-wrapper   h2, .hs-three-col-wrapper   h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
.hs-three-col-wrapper ul {
    margin: 0 !important;
        padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
ul.categories>li {
    margin: 0;
    padding: 1px;
}
ul.categories>li a{
color: #fff;
}
div.divider.divider-dotted:after{
    content:none;
}

div.divider {
    margin: 40px 0;
    position: relative;
    display: block;
    min-height: 20px;
}
div.divider.divider-dotted {
    height: 10px;
    border: 0;
    background: url(https://cdn2.hubspot.net/hubfs/295496/Freshlifefloral_April2017/Image/download.png) repeat-x center;
}
.back .box2 {
    padding: 20px;
    min-height: 285px;
}
.btn-translucid {
    color: #fff;
    border: rgba(0,0,0,0.07) 1px solid;
    background-color: rgba(0,0,0,0.07);
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    display: block;
    width: 100%;
    line-height: 26px;
    padding:10px 16px;
}
.btn-translucid:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}
/*home*/

.hs-home .hs-row8-wrapper{

background-color: rgba(0,0,0,0.02);
}
.hs-home .hs_cos_wrapper.form-title{
    font-weight: 300 ;
    font-size: 30px;
    margin-bottom:60px ;
    text-align:center;
    }
  .hs-home   span.hs-form-required{
        display:none;
    }
.hs-home  textarea{
    width: 100%!important;
    min-height: 175px!important;
    text-indent: 10px;
    }
     .parallax {
    color: #fff;
    position: relative;
    z-index: 10;

}
.weight-300 {
    font-weight: 300 !important;
}
.size-40 {
    font-size: 40px !important;
    line-height: 46px !important;
}
section.parallax{
        background-position: 50% 53px;
        border: 0;
        padding: 80px 0;
        background-size: cover !important;
        -webkit-transition: all .400s;
        -moz-transition: all .400s;
        -o-transition: all .400s;
        background-repeat: no-repeat;
        transition: all .400s;
        background-attachment: fixed;
}
.hs-home  .btn-danger {
    color: #fff;
    border: 1px solid transparent;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-weight: 400;
    padding: 10px 16px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}
.hs-home  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-flag:before {
    content: "\e034";
}
.info-bar h1, .info-bar h2, .info-bar h3, .info-bar h4, .info-bar h5, .info-bar h6, .info-bar p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.info-bar div.row>div i {
    color: #333;
    font-size: 32px;
    line-height: 1.2;
    margin-right: 10px;
    float: left;
}
.info-bar.info-bar-bordered {
    padding:10px 0 10px;
    border: rgba(0,0,0,0.1) 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.info-bar .page-center{
    padding:0!important;
}
.info-bar p {
    font-size: 12px;
    line-height: 1;
}
.info-bar.info-bar-bordered div.row>div {
    width: 33.33333333%;
    padding: 15px;
    margin: 0 !important;
    border-right: rgba(0,0,0,0.1) 1px solid;
}
.info-bar div.row>div:last-child {
    border: 0;
}
.hs-full-layout .hs-row4-wrapper{
    padding: 60px 0;
    }
.hs-full-layout .hs-row4-wrapper  .slick-dots li button{
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #869791;
    padding: 0;
    background-color: #8AB933;
    }
   .hs-full-layout .hs-row4-wrapper  .slick-dots li.slick-active button,.hs-full-layout .hs-row4-wrapper  .slick-dots li:hover button{
        opacity:1;
    }
  .hs-full-layout .hs-row4-wrapper   .slick-dots li button:before{
        content:none;
    }
 .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.hs-banner-wrapper.clearfix {
    min-height: 532px !important;
    background-position: center;
    background-size: cover;
}
.hs-home  .hs-row3-wrapper h2{
    font-size: 30px;
    margin: 0 0 43px 0;
    }
  
 .hs-home  .hs-row3-wrapper .span8 h3{
        font-weight:300;
    }
 .hs-home  .hs-row3-wrapper.section {
    padding: 118px 0 109px;
}
.hs-home  .hs-row3-wrapper ul li{
    list-style:none;
    position: relative;
}
.hs-home  .hs-row3-wrapper ul {
    padding:0;
    margin:0;
   
    position: relative;
    }
.hs-home  .hs-row3-wrapper ul li:before{
        content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 9px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 10px;
    top: 7px;
}
.column4 input.hs-button.primary.large:hover{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    }
  .hs-home   .hs-row5-wrapper h2{
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    margin-bottom: 75px;
    margin-top: 5px;
    }
    .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.thumbnail .caption h4 {
   margin:0;
}
.hs-home .margin-bottom-20 {
    margin-bottom: 30px !important;
}
.hs-buying-wrapper  .btn{
    border: 2px solid transparent;
line-height: 26px;
    min-height: 26px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.hs-buying-wrapper  .btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    }
.hs-home .hs-row7-wrapper h2{
    font-size: 30px;
    margin-bottom:95px;
    text-align:center;
    }
    .img-hover img{
        margin-bottom:15px;
}
.img-hover a{
    text-transform: lowercase;
    color: #888;
}
.img-hover:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.img-hover img {
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
}
.hs-home  ul.list-inline.list-separator>li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: .5;
}
.hs-home  ul.list-inline.list-separator>li:first-child:before {
    margin: 0;
    content: '';
}
.hs-home .hs-row7-wrapper  ul{
    text-align: left;
    }
    .hs-home .hs-row7-wrapper  ul.list-separator li a{
        color: #337ab7;
    text-decoration: none;
    }
.hs-home .hs-row7-wrapper  ul.list-separator li a:hover{
    color: #212121;
    text-decoration: none;
}
.fa-comments:before {
    content: "\f086";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.owl-prev{
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: auto;
    right: -13px;
    zoom: 1;
    width: 36px;
    height: 36px;
    opacity: 0;
    margin-left: 10px;
    border-radius: 3px;
    color: #121212;
    background: #fff;
    border: #fff 1px solid;
    opacity: 1;
    font-size: 34px;
        right: auto;
    left: -6px;
}
 .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: auto;
    right: -13px;
    margin-right: 10px;
    zoom: 1;
    width: 36px;
    border-radius: 3px;
    height: 36px;
    opacity: 0;
    color: #121212;
    background: #fff;
    border: #fff 1px solid;
    opacity: 1;
    font-size: 34px;
}
.hs-contact  ul.hs-error-msgs.inputs-list {
    font-weight:bold;
}
.slick-dots li.slick-active button:before,.slick-dots li button:before {
   color:transparent;
    opacity: 0;
}
.hs-gallery .slick-dots li.slick-active button{
    opacity: 1;
}
.hs-contact .hs-input{
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.hs-faq   .hs_cos_wrapper_type_form .hs-button.primary.large {
    margin-top: 20px;
}
.column4.footer-col  .hs-input.invalid.error{
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    }

.input-group-addon {
     padding: 9px 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    border: #ddd 2px solid;
    color: #999;
    background-color: rgba(0,0,0,.4);
    border-color: rgba(0,0,0,.25);
    position: absolute;
    left: 2px;
    top: 30px;
    border-right-color: transparent;
    z-index: 99;
}
.column4.footer-col .input {
padding-left: 42px;
}
.new-comments.no-comments {
   border: 0 !important;
   margin: 0 !important;
}
#comment-form {
  
  
}
#comment-form .hs-input:focus{
    border-color: rgba(0,0,0,0.6);
    }
.nav .body-container .page-center{
    padding-top:50px!important;
    padding-bottom:50px!important;
}
#hs-pwd-widget-password{
    max-width:500px;
}
.blog .section {
    display: block;
    position: relative;
    padding: 20px 0;
    border-bottom: 0;
}
ol{
    margin-top:0;
}
.column4.footer-col .hs-form-field > label {
    display: none;
}
.custom-layout-body  .hs-blog-post #hubspot-topic_data{
font-size: 12px;
}
.section.post-header h2{
        border-bottom: 0px solid red!important;
    letter-spacing: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif!important;
    text-transform: uppercase;
    margin: 0 0 44px 0;
    font-size: 24px;
        margin-bottom: 10px!important;
    line-height: 1.5;
}
.section.post-header h2 a:hover{
    color: purple!important;}
    
.hs-blog-post  .hs-featured-image {
    float: left!important;
    margin: 0 !important;
    max-width: 40% !important;
    min-width: 200px !important;
    padding: 5px 20px 0 0;
}
#hubspot-author_data .author-link {
    margin-right: 15px;
    font-size: 12px;
}
#hubspot-author_data a {
    color: #888;
}
p#hubspot-author_data {
    border-bottom: 1px dotted #eee;
    padding-bottom: 14px;
}
#hubspot-author_data span.hs-author-label {
       background: url(//cdn2.hubspot.net/hubfs/295496/images/user_ico.png?t=1492768293017)no-repeat;
    background-position: 0px 2px;
    padding-left: 18px;
}
#hubspot-author_data span {
    color: #888;
    padding: 0;
    margin-right: 30px !important;
}
#hubspot-author_data span.dt {
       font-size: 14px;
    background: url(//cdn2.hubspot.net/hubfs/295496/images/clock_ico.png?t=1492768293017)no-repeat;
    background-position: 0 4px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    padding-left: 15px;
}
.section.post-header {
    padding: 0;
}
.custom-body-content .span12.widget-span.widget-type-blog_content {
    background: transparent!important;
    padding-right: 0;
}
#tabs .ui-tabs-nav {
    margin: 0 0 25px !important;
    padding: 0 !important;
}
.ui-widget-header .ui-state-default.ui-state-active {
    border-bottom: 3px solid purple !important;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 !important;
    width: 50%;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0;
    background: transparent!important;
    font-weight: normal;
    color: #212121;
}
#tabs .ui-tabs-nav li a {
    font-size: 14px !important;
    text-transform: capitalize;
    text-decoration: none;
    outline: none !important;
    width: 100%;
    font-weight: 500;
    font-weight: bold;
        color: #000;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
}
#tabs .ui-tabs-nav li a:hover {
       color: purple !important;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0;
    background: none;
    text-align:left;
}
.ui-widget-content h5 a {
    text-decoration: none;
    color: #666 !important;
    font-size: 13px !important;
    line-height: 16px;
    font-weight: 500;
}
#tabs span.dt {
    font-size: 12px;
    text-align: left;
    float: left;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color: #666;
}
.ui-widget-header {
    border: 0!important;
    background: transparent!important;
    color: #222222;
    font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0;
    background: transparent!important;
    font-weight: normal;
    color: #212121;
}
.ui-widget-content {
    border: 0!important;
    background: transparent!important;
    color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0!important;
    background: transparent!important;
    font-weight: normal;
    color: #555555;
}
#tabs h5 {
    text-align: left;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    margin: 0 0 2px !important;
}
.hs-sidebar-search .hs-input{
     background: #fff!important;
    border: #e3e3e3 1px solid!important;
    color: #aaa!important;
    float: left!important;
    font-size: 13px!important;
    min-height: 37px!important;
         box-shadow: none;
             border-radius: 0!Important;
}
.hs-sidebar-search  form.hs-form {
    margin: 0;
        position: relative;
}
.hs-sidebar-search  a.hs-button.primary {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    border-left: #e3e3e3 1px solid!important;
    font-size: 17px;
    /* width: 22px; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(102, 102, 102);
    position: absolute;
    top: 1px;
    margin: 0;
    right: 0;
    line-height: 22px;

}
..custom-layout-body .page-header .page-center {
    position: relative;
    padding: 0 15px!important;
}
.no-nav .page-header{
    
}

.hs-home .hs-banner-wrapper.clearfix i {
    transition: none;
    line-height: 30px;
    border-width: 0px;
    margin: -1px 0px 2px 0px !important;
    padding: 0px 0 0 10px;
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 30px !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;
        text-align: center;
    margin: 0 auto;
    width: 100%;
}

.hs-home .hs-banner-wrapper.clearfix i::before {
    content: "\f002";
    color: rgb(255, 255, 255);
}

.hs-home .hs-banner-wrapper.clearfix h2 {
    color: rgba(255,255,255,1);
    font-family: Raleway;
    z-index: 7;
    white-space: nowrap;
    font-size: 50px;
    line-height: 50px;
    visibility: inherit;
    transition: none;
    border-width: 0px;
    margin: 0px;
    padding: 20px 0px 7px;
    letter-spacing: 0px;
    font-weight: 800;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    background-color: transparent;
    border-color: transparent;
    text-shadow: #000 1px 1px 1px;
    text-align: center;
}

.hs-home .hs-banner-wrapper.clearfix p {
    z-index: 8;
    white-space: nowrap;
    visibility: inherit;
    transition: none;
    line-height: 20px;
    border-width: 0px;
    margin: 0px 0 2px;
    padding: 0px;
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 13px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    border-color: transparent;
    border-style: none;
    font-style: normal;
    font-family: Raleway;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
    text-shadow: #000 1px 1px 1px;
    text-align: center;
}

.hs-home .hs-banner-wrapper.clearfix label {
    display: none;
}

.hs-home .hs-banner-wrapper.clearfix .hs-input {
    font-family: Arial,sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px !important;
    margin-bottom: 0;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    -ms-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
}

.hs-banner-wrapper.clearfix .page-center {
    padding-top: 159px !important;
}

.hs-home .hs-banner-wrapper.clearfix .hs-input:focus {
    border: 1px solid #8a2b83;
}

.hs-home .hs-banner-wrapper.clearfix a.hs-button.primary {
    display: inline-block;
    margin-top: -2px;
    font-family: Arial,sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #A1B739;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.hs-home .hs-banner-wrapper.clearfix .input {
    margin: 0 auto;
    text-align: center;
}

.hs-home .hs-banner-wrapper.clearfix form.hs-form {
    margin: 0 !important;
}






.hs-full-layout .hs-col-outer-wrapper {
   width: 31.623931624%;
   margin-right: 2.564102564%;
   float: left;
   position: relative;
}

.hs-one-col-wrapper.clearfix {
   position: relative;
}

.hs-full-layout .hs-col-outer-wrapper .item-box-overlay-title {
   display: block;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 8px;
   color: #fff;
   background-color: rgba(0,0,0,0.6);
   color: #fff;
   z-index: 100;
}

.hs-full-layout .hs-col-outer-wrapper .item-box-overlay-title h3 {
   font-size: 18px;
   line-height: 20px;
   margin: 0;
   color: #fff;
}

.hs-full-layout .hs-col-outer-wrapper .item-box-overlay-title ul {
   margin: 0 !important;
   padding-left: 0;
   margin-left: -5px;
   list-style: none;
}
.hs-full-layout .hs-col-outer-wrapper .item-box-overlay-title ul li {
   margin: 0;
   padding: 1px;
}


.hs-full-layout .hs-col-outer-wrapper:nth-child(3n) {
    margin-right: 0;
}

.upper-outer-class {
    overflow: hidden;
}


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


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

@media (min-width: 1400px) {
    .hs-logo a {
        height: 91px;
        line-height: 71px;
        overflow: hidden;
        display: inline-block;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        float: right;
        margin: 1px 6px 0 2px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > div {
        padding: 10px 14.1px;
        min-height:normal;
    }
}
@media (min-width: 992px) {
    .boxes{
    width: 20%;
    float: left;
    }
    }
@media (min-width: 768px) {
.lead {
    font-size: 21px;
}
.hs-growers-sidebar{
    float:left!important;
    margin:0!important;
}
.hs-two-col-right-layout  .main-content{
    float:right!Important;
}
.timeline .timeline-item {
   
    margin-bottom: 0;
}
.hs-sidebar-layout{
   float:left!important;
   margin:0!important;
}
.custom-body-content{
    float:right!important;
     margin:0!important;
}
}
@media (max-width: 1199px) and (min-width:768px){
    .column4.footer-col .hs-input {
   
   
}
}
@media (max-width: 1199px) and (min-width:990px){
.hs-two-column-wrapper .span2 img {
    width: 256px!important;
    max-width: 218px;
    margin-left: -60px;
}
}
@media (max-width: 1199px) {
.hs-faq-bottom-content  .btn{
  
    white-space: normal;
    
}
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    margin: 0 2px 0 -51px;
}

.hs-service-layout  .hs-row1-wrapper .hs-service-right-content,.hs-service-layout  .hs-row1-wrapper .hs_cos_gallery,.hs-service-Flowers-text
,.hs-testimonial{
    margin:0!important;
    width:100%!important;
    
}
.hs-four-column-content .span3 {
    padding: 0 15px;
    width: 47%;
}
ul.testimonial-dotted>li {
  margin: 0!important;
    width: 100%!important;
    
}
ul.testimonial-dotted>li:before{
    content:none;
}
.hs-about-layout  .hs-about-left-text,.hs-about-iframe,.hs-about-layout .hs-row2-wrapper .span4{
     margin:0!important;
    width:100%!important;
}
.hs-banner-wrapper.clearfix {
    min-height: 226px;
    background-position: center;
    background-size: cover;
}
.info-bar.info-bar-bordered {
    padding: 10px 0 10px;
    
}


}
@media (max-width: 990px) {
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px;
}
.header-container-wrapper {
    min-height: 100px;
}
.thumbnail img{
    width:100%;
}
.hs-logo a {
    height: 54px;
    line-height: 49px;
    overflow: hidden;
    display: inline-block;
}
.hs-logo img {
    margin-top: 0px;
}
.hs-search ul {
    padding-left: 0;
    margin-top: 22px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    padding: 0;
    margin-right: 31px;
    float: right;
        margin-bottom: 15px;
}

.hs-search {
    float: right!important;
}
.hs-logo{
    width:auto!important;
    float:left!Important;
}
.footer-copyright {
    width: auto;
    float: left;
}
.hs-faq-bottom-content {
    padding: 20px 15px;
}
.hs-faq-bottom-content .span9, .hs-faq-bottom-content .span3{
    margin-bottom: 60px;
}
.hs-faq-bottom-content  .btn{
    width:100%;
}
.boxes img{ 
    width:100%;
    }
    .hs-two-column-wrapper.clearfix .span2, .hs-two-column-wrapper.clearfix .span10 {
    width: 100%;
    display: block;
    margin: 0!important;
}
.hs-home  .hs-row3-wrapper.section .span4,.hs-home  .hs-row3-wrapper.section .span8{
    margin:0!important;
    width:100%!important;
}
.hs-buying-wrapper .span3{
    width:47%!important;
}
.hs-box-banner-wrapper .span3 {
    width: 100%!important;
    margin: 0!important;
}
.box-flip .box1{
    min-height:282px;
}
.col2 {
    min-height: 306px;
}
.box-flip {
  
    margin-bottom: 30px;
}
.hs-about-layout  .hs-row4-wrapper ul li:before{
    content:none;
}
.hs-about-layout  .hs-row4-wrapper ul li{
    width:100%;
}
.hs-about-layout  .hs-row4-wrapper ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
}
.hs-about-layout .hs-row4-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
.hs-five-col-wrapper .item-box {
    margin-bottom: 0;
}
.hs-search ul li i {
    
 
}
}
@media (max-width: 992px) and (min-width:990px){
.hs-search {
    float: right!important;
    display: inline-block!important;
}
.hs-search ul li {
    list-style: none;
    display: inline-block;
}
.hs-search ul li i{
    top:13px;
}
.hs-search ul {
  
    margin-top: 43px;
    
    display: inline-block;
}
}
@media (max-width: 990px) and (min-width:768px){
.column4.footer-col ul.hs-error-msgs.inputs-list {
    position: absolute;
    margin: 0;
    bottom: -23px;
    font-size: 12px;
}
.column4 input.hs-button.primary.large {
   
    padding: 6px 2px;
    font-size: 12px;
   
}
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
.top-section h1 {
   text-align: center;
}
div#tabs-1 >div {
    float: none!important;
    width: 100%!important;
    margin-bottom: 10px!important;
}
.custom-layout-body .body-container .page-center{
    padding:0px 15px;
}
#tabs span.dt {
   
    margin-bottom: 10px;
}
.custom-layout-body  .page-header h1 {
    
    text-align: center;
}
p#hubspot-author_data {
    border-bottom: 1px dotted #eee;
    padding-bottom: 14px;
    margin-top: 10px;
}
.hs-blog-post .hs-featured-image {
    float: none!important;
    margin: 0 !important;
    max-width: 40% !important;
    min-width: 200px !important;
    padding: 5px 20px 0 0;
    margin-bottom: 15px;
}
section.page-header .breadcrumb {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
}
.lft_bar {
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.rht_bar {
    float: none;
    width: 100%;
    display: inline-block;
}
#gsc-i-id1 {
    width: 100%!important;
    padding: 0px!important;
    margin: -0.0625em 0px 0px!important;
    background: #fff!important;
    border: #e3e3e3 1px solid!important;
    color: #aaa!important;
    float: left!important;
    font-size: 13px!important;
    height: 37px!important;
    margin-top: -5px!important;
    margin-left: -9px!important;
    text-indent: 10px;
}
.input-group-addon {
   
    top: 0px;
    border-right-color: transparent;
    z-index: 99;
}
.blog .blog-sidebar {
    padding-top: 20px;
}
.nav .body-container .hs-input,#hs-pwd-widget-password{
    max-width:100%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    
    float: none;
    margin: 20px 0 20px 0px;
}
#comment-form {
  
   
}
.footer-bottom {
   
    text-align: center;
}
.info-bar.info-bar-bordered div.row>div {
    width: 100%;
    padding: 15px;
    margin: 0 !important;
    border-right: 0;
}
.hs-home  .hs-row3-wrapper.section .span8{
    margin-top:20px;
}
.item-box {
   
    margin-bottom: 60px;
}
.hs-bottom-wrapper img {
    width: auto;
}
.hs-two-column-wrapper.clearfix .span2{
    margin-bottom:60px!important
}
.hs-sidebar-right .hs-form-field{
    width: 100%;
    float: none!important;

}
.hs-breadcrumb-menu-item {
   float: none;
   padding: 10px 0px 8px 0px;
   display: inline-block;
}
.hs-faq-bottom-content {
    margin-bottom: 60px;
}
.hs-breadcrumb-menu {
   list-style-type: none;
   margin: 0 auto;
   padding: 0px 0px 0px 0px;
   text-align: center;
   float: none;
   width: 100%;
}
.list-inline>li {
    display: block;
    padding-top: 5px;
}
span.hs-rating {
    display: block;
    padding-top: 5px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.hs-four-column-content .span3 {
    padding: 0 15px;
    width: 100%;
}
.column4.footer-col ul.hs-error-msgs.inputs-list {
    position: absolute;
    margin: 0;
    bottom: -57px;
}
.terms-conditions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.terms-conditions ul li:first-child{
padding-left:0;
}
.hs-buying-wrapper .span3 {
    width: 100%!important;
}
.thumbnail img {
    width: 100%;
}
.terms-conditions ul {
   
    text-align: center;
}
.hs-banner-wrapper.clearfix {
    min-height: 237px!important;
}

.hs-banner-wrapper.clearfix .page-center {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.hs-full-layout .hs-col-outer-wrapper {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative;
}

}  


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

@media (max-width: 535px) {
    .hs-home .hs-banner-wrapper.clearfix .hs-input {
        width: 250px !important;
        display: inline-block;
    }
    .hs-home .hs-banner-wrapper.clearfix h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .hs-banner-wrapper.clearfix .page-center {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .hs-home .hs-banner-wrapper.clearfix p {
        line-height: 13px;
        font-size: 8px;
        letter-spacing: 2px;
    }
}

@media (max-width: 479px) {
    
    .timeline {
    position: relative;
    padding-left: 0;
}
.timeline .timeline-entry>.timeline-vline {
    
    right: 0;
    width: 40px;
    height: 0;
    border-top: 0;
}
.footer-top h4 ,.column2.footer-col h3{
    
    margin-top: 60px;
}

.timeline-entry {
    display: block;
    border: rgba(0,0,0,0.1) 3px solid;
    background-color: #fff;
    padding-top: 10px;
    top: 0;
    z-index: 10;
    position: relative;
    left: 0;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #ccc;
    font-weight: bold;
    font-family: 'Lato','Open Sans',Arial,Helvetica,sans-serif;
}
.timeline .timeline-item-bordered {
    border-left: 0;
    padding-left: 20px;
}
.hs-service-layout   .hs-row3-wrapper.section {
    padding-bottom: 60px;
}
.hs-tabber-content img {
    float: none!important;
    margin-left: 0!important;
}
.hs-service-layout  .hs-row5-wrapper .btn{
    display:block;
}
.hs-full-layout .hs-row4-wrapper  .slick-dots li button{
    display:none;
}
.hs-buying-iframe {
    margin-bottom: 60px;
}
.size-40 {
    font-size: 30px !important;
    line-height: 36px !important;
}
.hs-home .hs-row8-wrapper  .hs-form-field {
    width: 100%!important;
    float: none!important;
}
.hs-banner-wrapper.clearfix {
    min-height: 137px;!important;
}
}

@media (max-width: 380px) {
    .hs-home .hs-banner-wrapper.clearfix .hs-input {
        width: 190px !important;
        display: inline-block;
    }
    
    .hs-home .hs-banner-wrapper.clearfix h2 {
        font-size: 19px;
        line-height: 19px;
        padding: 6px 0;
    }
}


