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


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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */




/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */


/** Use for open sans font-family: 'Open Sans', sans-serif; **/



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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */

            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


.show-mobile {
    display: none !Important;
}



/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing:.5px;
  font-weight:300;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */
 

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}

.container-fluid .row-fluid .page-center1200 {
    float:none;
    max-width: 1200px;
    margin:0 auto;
}

a { color: #0093d1; }
a:hover, a:focus { color: #000; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



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


/* Basic text */
p {font-size:16px; font-weight:300;} 
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:'Open Sans', sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {font-size:48px; font-weight:bold;}
h2 {font-size:36px; font-weight:bold;}
h3 {font-size:24px; font-weight:bold;}
h4 {font-size:22px; font-weight:bold;}
h5 {}
h6 {}

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





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


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

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




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


.header-container-wrapper {
     position: fixed;
    width: 100%;
    z-index: 9999;
}

.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}




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


.body-container-wrapper {
    padding-top:142px;
 -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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


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








/* ==========================================================================
   3. MAIN NAVIGATION                      
   CUSTOM NAVIGATION FOR NUTRILAWN
   ========================================================================== */
   

.custom-navigation li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    height:40px;
    
}

.custom-navigation .hs-menu-depth-1.hs-item-has-children a:after,
.custom-navigation .hs-menu-depth-2.hs-item-has-children a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: light;
    font-style: normal;
    position: absolute;
    margin-left:5px;
}

.custom-navigation .hs-menu-item .hs-menu-depth-2 a:after {
    content: "";
}

.custom-navigation li.hs-menu-item.hs-menu-depth-3 a:after {
    content:'';
}
   
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical li a {
    white-space: normal;
    color:#000;
}
   
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
    color:#0093d1;
}

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical li a:active {
    color:#0093d1;
}
   
  .custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    white-space:normal!important;
}

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical li a {
    width:100%;
}

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical li a {
    float:right;
}

.custom-navigation ul {
    width:100%;
    position:relative;
    height:auto;
    max-width:960px;
    float:right;
   
    margin-bottom:0!important;
}

.custom-navigation li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a{
       padding-bottom:26px;
   }

.custom-navigation ul:first-child {
    margin-top:20px;
}

.custom-navigation ul > li {
    display:inline-block;
    float:left;
    margin:0px;
    text-align:left;
    width:21%;
    padding:0px;
}

.custom-navigation ul > li:nth-child(1) {
    width:26%;
}

.custom-navigation ul > li:nth-child(2) {
    width:24%;
}

.custom-navigation ul > li:nth-child(3) {
    width:18%;
}


.custom-navigation ul > li:nth-child(4){
    width:11%;
}

.custom-navigation ul > li:nth-child(5){
    width:10%;
}
.custom-navigation ul > li:nth-child(6){
    width:8%;
}



.custom-navigation ul > li > a {
    display:inline-block;
    float:left;
    font-size:16px;
    padding:0px;
    margin:0px;
}

.custom-navigation ul ul { 
    background-color:#fff; 
}

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical> ul li.hs-item-has-children:hover  > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    visibility:visible!important;
    opacity:1!important;
    border: none;
    box-shadow:none;
} 



/** Second UL **/
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:first-child > ul.hs-menu-children-wrapper {
    -webkit-transition: opacity .4s;
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    min-width: 960px;
    position:relative;
    float:left;
    margin:0 auto;
}

.google-search {
    max-width:400px;
    float:right!important;
}

.google-search form.hs-form{
    padding:5px 15px 5px 15px;
    background-color:#fff;
    margin-top: 32px;
    border-radius: 5px;
    border: 2px solid #d9d9d9;
    position:relative;
}

.header-container .google-search form.hs-form .field div.input {
    position:relative!important;
}

.header-container .google-search form .hs-button.primary {
    height: 40px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 100%;
    background-image: none;
    overflow: hidden;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #0093d1;
}

.header-container .google-search form .hs-button.primary:after {
    content:'\f002';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-right:12px;
}


/** Second UL Sub Menu **/

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper {
    -webkit-transition: opacity .4s;
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: -108%;
    background-color: #fff;
    min-width: 960px;    
    position:relative;
    float:left;
}

/** third menu item Other Services */
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(3) ul.hs-menu-children-wrapper {
    -webkit-transition: opacity .4s;
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: -278%;
    background-color: #fff;
    min-width: 960px;    
    position:relative;
    float:left;
}


/* Fourth menu item Learn */
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper {
    -webkit-transition: opacity .4s;
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: -618%;
    background-color: #fff;
    min-width: 960px; 
    position:relative;
    float:left;
}


/* Fifth menu item About */
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper {
    -webkit-transition: opacity .4s;
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: -790%;
    background-color: #fff;
    min-width: 960px; 
    position:relative;
    float:left;
}

/** make the last item in Learn float right **/
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2.hs-item-has-children:last-child {
    float:right;
}


.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 5px 5px 0px rgba(0,0, 0, 0.3);
}

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children > ul.hs-menu-children-wrapper > ul{
   
}

/* Top level links */

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper > li > a,
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper > li > a,
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(3) ul.hs-menu-children-wrapper > li > a,
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper > li > a,
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:first-child > ul.hs-menu-children-wrapper > li > a
{
   text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    color:#fff;
    background-color:#0093d1;
    font-size:16px;
    cursor:default;
    overflow: inherit;
    word-wrap:break-word;
}


/** Make Other Services and about menu full width */
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(3) ul.hs-menu-children-wrapper li,
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li{
    width:100%; 
}

/** Learn Menu Width */
.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper li{
    width:25%; 
    display:inline-block;
    
}

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper li ul li{
    width:100%; 
    display:block;
}


.custom-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    width:50%;
}

/** Third Level UL Nav Links**/

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    min-width:100%;
    background-color:#fff;
    left:0;
    top:100%;
    position: relative;
    width: 20%;
    float: left;
    display:block;
    margin-top:0!important;
}


.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
    font-weight:300;
    border:none;
    background-color:#fff;
     text-transform:normal;
     color:#000;
     font-size:14px;
     cursor:pointer;
 
}

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a:hover {
    background-color:#ff6900;
    color:#fff;
}

.custom-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li {
    width:50%;
}




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


 /* Set ul background color */ 
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:#0093d1;
  margin-bottom:0px;
  margin-top:20px;
  float:right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:#fff;
  display:inline-block;
  float:left;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#000;
  font-size:16px;
  
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#0093d1;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper ul ul {
    width:100%;
    position:relative;
    display:block;
}

.custom-menu-primary .hs-menu-wrapper ul ul ul {
    width:30%;
    display:inline-block;
}


.custom-menu-primary .hs-menu-wrapper ul ul li{
    width:100%;
    position:relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position:relative;
    width:100%;
}



ul.hs-menu-children-wrapper {
    width:100%;
    background-color:#000;
}


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

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#0093d1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#1fb259;
}

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





/* Search Trigger */
.custom-navigation .hs-menu-wrapper>ul>li.search-trigger{cursor:pointer;height:44px;padding-left:0px ;margin-left:0px;display:block; width:3%;}

.custom-navigation .hs-menu-wrapper>ul>li.search-trigger:after {
content:'\f002';
font-family: FontAwesome;
font-style: normal;
    font-weight: normal;
    line-height: 1;
    line-height: 44px;
    color: #000;
    font-size: 16px;
    float: right;
}

.add-search ul{
    background-color:#fff;
}

.add-search .hs-menu-wrapper>ul>li.search-trigger{cursor:pointer;height:44px;padding-left:0px ;margin-left:0px;display:block; width:3%;}

.add-search .hs-menu-wrapper>ul>li.search-trigger:after {
content:'\f002';
font-family: FontAwesome;
font-style: normal;
    font-weight: normal;
    line-height: 1;
    line-height: 44px;
    color: #000;
    font-size: 16px;
    float: right;
}

.search-trigger:hover::after {
    color:#0093d1;
}
.custom-menu-primary .hs-menu-wrapper>ul {
    background-color:#fff;
}

/* .custom-navigation .hs-menu-wrapper>ul>li.search-trigger:before {
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    border: .2em solid #808080;
    border-radius:50%;
    background-color:#fff;
    position: absolute;
    
}

.custom-navigation .hs-menu-wrapper>ul>li.search-trigger:after {
    content: '';
    display: inline-block;
    background-color: #808080;
    width:11px;
    height:2px;
    position:absolute;
    z-index:-1;
    border-radius:1px;
     -webkit-transform: rotateX(45deg); /* Safari */
    /*transform: rotateZ(45deg);
    }
             
*/

.custom-navigation .hs-menu-wrapper>ul>li.search-trigger:hover{}

.custom-navigation .hs-menu-wrapper>ul>li.search-trigger:hover:before {border-color:;}

.custom-navigation .hs-menu-wrapper>ul>li.search-trigger:hover:after {background-color:;}



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





/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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



@media (max-width: 1165px){
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float:none;
    }
    
    .add-search .hs-menu-wrapper>ul>li.search-trigger {
        width:100%;
    }
    
    .add-search .hs-menu-wrapper>ul>li.search-trigger:after {
    margin-left:10px;
    color:#fff;
    float:left;
}

.google-search form.hs-form {
    margin-top:0px;
}

.google-search {
    max-width:100%;
    margin-top:0px;
    float:none!Important;
}
    
    .custom-menu-primary .hs-menu-wrapper>ul {
    background-color:#0093d1;
}
    
    .main-menu-section {
        width:100%!Important;
        margin:0px!Important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul{ 
  margin-top:40px;
}
    
    .main-logo {
        padding:16px;
    }
    
    .main-navigation {
        padding:0px!important;
    }
    
    
    .custom-menu-primary {
        width:100%!important;
    }


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .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:#ffffff;
    font-size:16px
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -65px;          /* Position Button at right of screen  */
    right: 16px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #0093d1;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #0093d1; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#000;
    background-color: #0093d1; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000;
    background-color: #0093d1; 
    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: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #0093d1; /* 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: #000; /* Icon color */
  }


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

  .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;
  }
  .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:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 0px; /* Makes room for button */
       margin: 0px 0 10px 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: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#0093d1; /* Menu background color set off global menuColorMobile variable */
    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: 16px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#fff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#000; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(0, 147, 209, .8);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      color:#fff;
    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 */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* Accordion */

.accordion {
    margin:5px 0;
}
            
.accordion_group .accordion_header .accordion_icon:before {
    content: "\f0fe";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #ff6900;
    font-size: 22px;
    position:absolute;
    left:0;
    line-height:1.8;
}
        
.accordion_group .accordion_header {
    font-size:24px;
    position:relative;
    padding-left:30px;
    font-weight:bold;
}
        
.accordion_content {
    padding:8px 0;
}
        
.accordion_group .accordion_header:hover {
    cursor:pointer;
}
        
        
.accordion_group.expanded .accordion_header .accordion_icon:before {
    content: "\f146";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #ff6900;
    font-size: 28px;
    position:absolute;
    left:0;
    font-size:22px;
    line-height:1.8;
}





/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

.content-section {
    padding:50px 0;
}

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}

/*********************************************/
/** Custom Classes and Styles for Home page **/
/********************************************/



.top-bar {
    background-color:#f8f8f8;
    padding:10px 100px 5px 100px;
    border-bottom:1px solid #d9d9d9;
    color:#7c7c7c;
    font-size:16px;
}

.top-bar-right {
    max-width:630px;
    float:right!important;
}

.top-bar .fa {
    color:#7c7c7c;
    margin-left:20px;
    font-size:20px;
}

.top-bar .fa:first-child {
    color:#7c7c7c;
    margin-left:0px;
}

.top-bar a {
    color:#7c7c7c;
    text-decoration:none;
    font-weight:light;
    font-size:16px;
    padding-left:5px;
}

.top-bar a:hover {
    color:#0093d1;
}

.top-bar .top-bar-quick-link {
    display:inline-block;
    float:left;
    padding-right:15px;
    margin-top:5px;
}

.top-bar-quick-link-r-map {
    margin-top:5px;
}

.top-bar-quick-link-r {
    margin-top:4px;
}

.top-bar .top-bar-quick-link-r,
.top-bar-quick-link-r-map{
    display:inline-block;
}



.main-navigation {
    background-color:#fff;
    max-height:100px;
    padding:20px 100px 20px 100px;
    box-shadow: 0 2px 5px rgba(28,28,28,0.25);
}

.main-navigation img {
    max-width:200px;
}

.home-page-hero {
    height:650px;
    background-position:50% !important;
    background-color:#d9d9d9;
    position:relative;
}

.local-page-hero {
    min-height:700px;
    background-position:50% !important;
    background-color:#d9d9d9;
    position:relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover!important;
}

.contact-page-hero {
    height:500px;
    background-position:50%!important;
    background-color:#fff;
    position:relative;
}

.resource-page-hero{
    height:200px;
    background-position:50%!important;
    background-color:#fff;
    position:relative;
}

.service-page-hero {
    height:200px;
    background-position:50%!important;
    background-color:#fff;
    position:relative;
}

.hero-headline {
    position:absolute;
    margin-left:100px!important;
    margin-top:250px;
}

.hero-headline {
    color:#fff;
    text-shadow:1px 1px #000;
}

.hero-headline p{
    margin-top:0px;
    font-size:23px;
}

.hero-message {
    margin-top:160px;
}

.hero-headline h2 {
    background-color:#1FB256;
    color:#fff;
    display:inline-block;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    text-shadow:1px 1px #1ea952;
}

.hero-search-bar {
    background-color:#0093D1;
    min-height:100px;
    padding-top:10px;
    padding-bottom:10px;
}

.search-text h2,
.search-text p{
    color:#fff;
    margin:0px;
    text-shadow:1px 1px #0096bc;
}

.search-text p {
    font-size:20px;
}

.search-hero-bar {
    margin-top:10px;
}

/** Get a quote blue button **/

a#cta_button_456762_f48da280-8cc8-43c7-8785-4f46dd4b6429 {
    height:35px;
    width:140px;
    color:#fff;
    font-size:16px;
    border:none;
    margin-left:10px;
    background-color:#0093d1;
    padding:5px 15px;
    margin-top:5px;
    text-align:center;
}


a#cta_button_456762_f48da280-8cc8-43c7-8785-4f46dd4b6429:hover {
    background-color:#ff6900;
}

.why-nutrilawn-section,
.lawn-care-solutions {
    padding:50px 0;
}

.why-nutrilawn-section h2,
.lawn-care-solutions h2 {
    display:inline-block;
    margin-top:0px;
    border-bottom:3px solid #0093d1;
    margin-bottom:10px;
}

img#play-icon {
    display:inline-block;
    width:50px;
    float:left;
    margin-top: 29px;
    margin-right: 10px;
}



a h4#watch-the-video-text {
    font-weight:300;
    color:#1FB256;
    font-size:26px;
    text-decoration:none;
    display:inline-block;
    float:left;
}

.association-row {
    padding:25px 0;
}

.video-image img {
    width:100%!important;
}

.lawn-care-solutions {
    background-color:#f8f8f8;
}

.service-section {
    margin:25px 0;
}

.service-section ul {
    padding-left: 20px;
}
.service-section ul li {
    list-style: none;
    padding:5px 0;
    font-weight:300;
    position:relative;
    padding-left:15px;
}

.service-section  ul li:before {
    position:absolute;
    top:10px;
    left:0;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 8px;
    color:#1fb256;
}



h3.service-headline {
    display:inline-block;
    line-height:0.8;
}

img.service-icon {
    display:inline-block;
}

.call-to-action-widget {
    margin-top:25px;
}

/* Programs section */

.programs-section {
    padding:50px 0;
    /*/background-color:#ff6900;*/
    background-image: url('https://www.nutrilawn.com/hubfs/2018%20Compressed%20Images/backyard-dining-compressor.jpg');
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat
    background-size:cover!Important;
}

.programs-section h2 {
    color:#fff;
    text-shadow:1px 1px #000;
    text-align:center;
}

.feature-section {
    padding:50px 0;
    background-color:#0093d1;
    /*background-image: url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Backgrounds/nutrilawn-grass-background.jpg');*/
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat
    background-size:cover!Important;
}

.feature-section h2 {
    text-align:left;
    color:#fff;
}


.programs-container {
    padding:30px;
    min-height:380px !Important;
    margin-top:25px;
    color:#fff;
}

.programs-container p {
    font-size:20px;
}

.programs-container img {
    display:block;
    width:240px;
    margin:0 auto;
    float:none;
}

.programs-container.classic {
    background-color:rgba(99,100,109,0.9);
}

.programs-container.lightblue {
    background-color:rgba(0, 147, 209, 1);
}

.programs-container.organics {
    background-color:rgba(86,72,59,0.85);
}

.programs-container.hybrid {
    background-color:rgba(154,173,65,0.60);
} 

.programs-container.cta-block {
    background-color:rgba(79,97,102,0.85);
    
}
.programs-container.cta-block p {
    margin-top:0;
    font-size:26px;
}

.programs-cta {
    margin-top:20px;
}

/* Offer section */

.offer-main-section {
    min-height:380px;
    padding:20px 0;
}

.offer-main-section .offer-left-section {
   float:left;
   width:70%;
}

.offer-main-section .offer-left-section h2 {
    display:inline-block;
    border-bottom: 3px solid #0093d1;
    margin-bottom:10px;
}

.offer-main-section .offer-left-section h3 {
    margin:0;
}

.offer-main-section .offer-right-section {
    float:right;
    width:30%;
}

.offer-main-section .offer-right-section img {
    max-width:100%;
}

#download-btn {
    background-color:#ff6900;
    color:#fff;
    text-align:center;
    display:inline-block;
    padding:12px 45px;
    border:none;
    font-size:20px;
    border:2px solid #ff6900;
    margin-top:10px;
}

#view-more-btn {
    background-color:#fff;
    color:#999999;
    text-align:center;
    display:inline-block;
    padding:10px 25px;
    border:3px solid #999;
    font-size:20px;
    margin-top:10px;
}



#view-more-btn:hover {
    background-color:#999;
    color:#fff;
    cursor:pointer;
}

#download-btn:hover {
    background-color:#0093d1;
    border-color:#0093d1;
    cursor:pointer;
}

/** expert service block **/
#expert-service-block {
    display:flex;
    display: -webkit-flex; 
}
#expert-service-section {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; 
    flex: 1;
    width:50%;
    padding:50px 100px;
    background: #1fb258 url('https://www.nutrilawn.com/hubfs/2018%20Compressed%20Images/howitworksbg-compressor.jpg')no-repeat center;
    background-size:cover;
}

#expert-service-section h2 {
    color:#fff;
    text-shadow:1px 1px #3a3028;
    margin-left:30px;
}

.number-one,
.number-two,
.number-three,
.number-four,
.number-five,
.number-six,
.number-seven {
    position: relative;
}

.number-one p,
.number-two p,
.number-three p,
.number-four p,
.number-five p,
.number-six p,
.number-seven p {
    font-size:16px;    
    color:#fff;
    text-shadow:1px 1px #3a3028;
    margin-left:30px;
    margin-top:0px;
    position:relative;
}

.number-one strong,
.number-two strong,
.number-three strong {
    font-size:28px;
    color:#fff;
    text-shadow:1px 1px #3a3028;    
    margin-top:0px;
    position:relative;
}

.number-one p:before,
.number-two p:before,
.number-three p:before,
.number-four p:before,
.number-five p:before,
.number-six p:before,
.number-seven p:before{
    font-size:65px;
    display:inline-block;
    float:left;
    font-weight: bold;
    color:#fff;
}

.number-one p:before {content:'1';     line-height: 1.1; position: absolute;
    left: -50px;}
.number-two p:before {content:'2';     line-height: 1.1; position: absolute;
    left: -50px;}
.number-three p:before {content:'3';     line-height: 1.1; position: absolute;
    left: -50px;}
.number-four p:before {content:'4';     line-height: 1.2; position: absolute;
    left: -50px;}
.number-five p:before {content:'5';     line-height: 1.2; position: absolute;
    left: -50px;}
.number-six p:before {content:'6';     line-height: 1.2; position: absolute;
    left: -50px;}
.number-seven p:before {content:'7';     line-height: 1.2; position: absolute;
    left: -50px;}
    
    
/** testimonial block **/
.testimonial-block p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#testimonial-block {

    -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.testimonial-block-wrapper {
    padding:50px 100px;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
    width:50%;
    background:#ff6900 url('//cdn2.hubspot.net/hubfs/456762/mbtestimonialsbg.png') no-repeat center;
    overflow:hidden;
    position:relative;
    background-size:cover;
}



.view-more-testimonials {
    color:#fff;
    text-decoration:none;
    text-align:right;
    display:inline-block;
}

.btn-bar {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#buttons {
  float: right;
}

#buttons a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size:50px;
      width: 50px;
    font-size: 50px;
    height: 50px;
}

#buttons a i {
    font-size:50px;
    
}

a#prev:hover,
a#next:hover {
  color: #FFF;
  
}

a#prev {
    background:url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Icons/left-arrow.png')no-repeat center;
    background-size:100%;
}

a#next {
    background:url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Icons/right-arrow.png')no-repeat center;
    background-size:100%;
}





#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
   
}

#slides ul {
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-justify-content: center; 
  justify-content: center; 
}

#slides li {
  width: 100%;
  float: left;
  position: relative;
   text-align:center;
   -webkit-justify-content: center; 
  justify-content: center; 
} 

#slides li span.testimonial {
 font-size:38px;
  font-weight:bold;
  color:#fff;
  text-align: center;
  text-shadow: -1px -1px 1px rgba(63, 127, 66, 0.6);
}

#slides li span.customer-name {
 font-size:24px;
 color:#fff;
 text-align:right;
 text-shadow: -1px -1px 1px rgba(63, 127, 66, 0.6);
 display:inline-block;
 text-align:right;
 margin-top:10px;
}

/** footer search section **/
.search-footer-bar {
    width:400px;
}

.search-section {
    padding-top:50px;
    padding-bottom:0px;
}

.search-section h2{
    font-size:54px;
    text-align:center;
    margin-top:0;
}

.search-section h4 {
    text-align:center;
    margin:0;
}

.main-footer-section {
    background-color:#0093d1;
    /*background:url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Backgrounds/grass-footer-final.png')no-repeat center;*/
    background-position:50% 0%;
    padding-top:10px;4
}

.main-footer-section .inner-footer-container {
    color:#fff;
    padding-left:100px;
    padding-right:100px;
}

.main-footer-section .inner-footer-container h4{
    margin-bottom:10px;
    text-shadow: 1px 1px #3a3028;
}
.footer-section li.hs-menu-item.hs-menu-depth-1 a {
    color:#fff;
    padding-left:0px;
     padding-top:3px;
    padding-bottom:3px;
    font-weight:300;
    text-shadow: 1px 1px #3a3028;
}

.footer-section li.hs-menu-item.hs-menu-depth-1 a:hover {
    color:#ff6900;
} 

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float:right;
    width:70%;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-title:hover {
    color:#ff6900;
} 

.hs-rss-item-image-wrapper{
    float:left;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width:30%;
}

.hs-rss-item-text {
    color:#fff;
    font-size:16px;
    padding:0 10px;
}

.hs-rss-item-text a {
    color:#fff;
    text-decoration:none;
}

.inner-footer-container .social-section {
    max-width:450px;
    margin:0 auto;
    display:block;
    float:none;
}

.inner-footer-container {
    padding-bottom:50px;
}

.inner-footer-container .social-section span {
    background-color:rgba(255,255,255,0.4);
    width:50px;
    height:50px;
    border-radius:25px;
    margin:0px 10px;
}
.inner-footer-container .social-section span:hover {
    background-color:#ff6900;
}

.inner-footer-container .social-section span.fa {
    color:#fff;
    font-size:25px;
    line-height:50px;
    text-align:center;
}

.inner-footer-container h4.tagline {
    text-align:center;
    margin-top:0px;
}

h4.footer-phone {
    margin-top:0;
}

.bottom-footer-bar {
    margin-top:20px;
}

/** GET A QUOTE PAGE **/

.inner-container {
    padding:25px;
}

.secondary-content {
    margin-top:20px;
}
.quote-content h1 {
    border-bottom:3px solid #0093D1;
    display:inline-block;
    font-size:44px;
    
}
.quote-content h2 {
    text-align:left;
    margin-top:0px;
}

.quote-content h3 {
    font-weight:400;
    display:inline-block;
    float:left;
    padding-left:15px;
}

.quote-content img {
    display:inline-block;
    float:left;
}

#fertilizer-services,
#insect-control,
#weed-control,
#lawn-services,
#other-services{
    display:block;
    width:100%;
    float:left;
}

.share-text {
    margin-top:20px;
}

.share-text p{
    font-size:16px;
    display:inline-block;
    
}

.share-text span .fa {
    font-size:25px;
    padding:8px;
}

.share-text span .fa.fa-facebook{
    color:#3B5998;
}

.share-text span .fa.fa-twitter{
color:#1DA0F2;
}

.share-text span .fa.fa-linkedin{ 
    color:#007BB6;
}

.share-text span .fa.fa-google-plus{
    color:#DC4A38;
}

.share-text span .fa.fa-pinterest-p{
color:#BD081C
}


/* QUOTE FORM STYLES */
.request-a-quote-form {
    border:1px solid #0093d1;
    padding:20px;
    box-shadow: 5px 3px 15.3px 2.7px rgba(0, 0, 0, 0.2);
}

.request-a-quote-form form input,
.request-a-quote-form form textarea,
.request-a-quote-form form select{
border:1px solid #0093d1;
}

.request-a-quote-form form select{
    border-radius:0;
    padding:5px;
}

.request-a-quote-form input.hs-button.primary.large {
    display:block;
    width:100%;
    padding:10px 20px;
    color:#fff;
    background-color:#ff6900;
    border:none;
}

.request-a-quote-form input.hs-button.primary.large:hover {
    background-color:#1FB256;
}

.request-a-quote-form h3 {
    font-weight:400;
    margin-top:0;
    text-align:center;
    font-size:26px;
}
.request-a-quote-form  form fieldset {
    margin:15px 0;
}

.quote-content p{
   margin-top:0px;
   margin-bottom:20px;
}

.local-bar {
    width:320px;
    float:right;
}

.top-bar-quick-link-local {
    width:170px;
    display:inline-block;
    float:left;
    text-align:right;
}

.top-bar-quick-link-btn-local {
    width:140px;
    display:inline-block;
    float:left;
}

/** Local overlay request a quote forms **/
/* QUOTE FORM STYLES */
.request-a-local-quote-form {
    border:1px solid #d9d9d9;
    padding:20px;
    box-shadow: 5px 3px 15.3px 2.7px rgba(0, 0, 0, 0.2);
    background-color: rgba(255,255,255,0.8);
}

.request-a-local-quote-form form input,
.request-a-local-quote-form form textarea,
.request-a-local-quote-form form select{
border:1px solid #0093d1;
}

.request-a-local-quote-form form select{
    border-radius:0;
    padding:5px;
}

.request-a-local-quote-form input.hs-button.primary.large {
    display:block;
    width:100%;
    padding:10px 20px;
    color:#fff;
    background-color:#ff6900;
    border:none;
}

.request-a-local-quote-form input.hs-button.primary.large:hover {
    background-color:#0093d1;
}

.request-a-local-quote-form h3 {
    font-weight:400;
    margin-top:0;
    text-align:center;
    font-size:26px;
}
.request-a-local-quote-form  form fieldset {
    margin:15px 0;
}

.local-quote-content p{
   margin-top:0px;
   margin-bottom:20px;
}


/** contact us page **/
.contact-page-hero h2 {
    text-align:center;
    color:#fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    margin-bottom:0px;
    font-size:48px;
}

.contact-page-hero p {
    text-align:center;
    color:#fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    margin:0px;
    font-size:20px;
}

.contact-hero-headline {
    margin-top:150px;
}

.main-contact-section h1 {
    text-align:center;
}

.national-dealers-section {
    padding:50px 0px;
}
.national-dealers-section h2 {
    margin-bottom:0;
    text-align:center;
}

.national-dealers-section p {
    margin:0;
    text-align:center;
}

.national-dealers-section .sub-heading {
    margin-bottom:25px;
}


/* Tabber Module */
.body-container .province-tabs {
    
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
    text-align:center;
}

.body-container .province-tabs {
   
}

.province-tabs > li {
    float: left;
}
.province-tabs  > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin:3px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    border:1px solid #d9d9d9;
    text-decoration:none!important;
    
}

.province-pane ul li a{
    text-decoration:none;
}

.province-tabs > .active > a, 
.province-tabs > .active > a:hover, 
.province-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #0093d1;
    color:#fff;
    
}
.province-content {
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -o-border-radius: 0 4px 4px 4px;
    -ms-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;

}

.body-container .province-content ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    list-style-type:none;
    
}

.province-content .block h3 {
    display: none;
}

/* resource pages */

.resources-hero-headline h2 {
    text-align:center;
    margin-top:75px;
    color:#fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.main-resource-section h1 {
    margin-bottom:0px;
    display:inline-block;
    border-bottom:3px solid #0093d1;
}

/** ebook custom tile module */

.ebook-tile-picture {
position:relative;
width:100%;
height:340px;
}

.ebook-tile-title h4 {
    color:#fff;
    background-color:#0093d1;
    border-top:3px solid #0093d1;
    margin:0;
    padding:5px;
    text-align:center;
    font-weight:400;
}

.ebook-tile {
    margin:20px 0;
    border:3px solid #0093d1;
}

.ebook-overlay {
    background-color:#0093d1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
    /*text-transform: uppercase;*/
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding:10px;
}

.ebook-overlay:hover {
    opacity:0.95;
}

/**************************
OVERLAY STYLES ***********/

p.share-text a {
    text-align:center;
}

p.share-text {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height:28px;
}

.social-shares {
    font-weight: bold;
    color: #aaa;
    text-align: center;
}


button.ebook-download-button {
    background-color:#f8f8f8;
    padding:15px 25px;
    color:#000;
    border:none;
    font-size:16px;
    text-align:center;
    margin:0 auto;
    display:block;
    float:none;
    margin-top:40%;
    cursor:pointer;
    z-index:20;
}

button.ebook-download-button:hover {
    background-color:#ff6900;
    color:#fff;
}


.social-shares span{
    width:50px;
    height:50px;
    background-color:#fff;
    border-radius:50%;
   
}

.social-shares p {
    font-weight:400;
}

.social-shares span:hover{
    background-color:#fff;
}


.social-shares span.fa.fa-linkedin {
    color:#007BB6;
}
.social-shares span.fa.fa-twitter {
    color:#1DA0F2;
}
.social-shares span.fa.fa-facebook {
    color:#3B5998;
}
.social-shares span.fa.fa-google-plus {
    color:#DD5144;
}


.social-shares span {
    background-color:rgba(255,255,255,0.7);
    width:50px;
    height:50px;
    border-radius:25px;
}

.social-share-icon span:hover {
    background-color:#1fb259;
}

.social-shares span.fa {
    color:#000;
    font-size:25px;
    line-height:50px;
    text-align:center;
}



/**** Video Section ****/
.video-section {
    background-color:#f8f8f8;
    padding:50px 0;
}

.ebooks-section {
    padding-bottom:30px;
}

.video-module {
    margin:20px 0;
}


/** Resource Page **/
.service-page-hero h2 {
    color:#fff;
    text-align:center;
    margin-top:75px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.sidebar-menu {
    background-color:#f7f7f7;
    padding:15px;
}

.sidebar-menu h4 {
    margin-bottom:10px;
    margin-top:10px;
}

.sidebar-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.5em;
    color:#1fb256;
    margin-right: 8px;
}

.sidebar-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    color:#000;
    padding:0;
}

.sidebar-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:hover {
    color:#1FB256;
}



.menu-cta-box {
    background-color:#ff6900;
    color:#fff;
    padding:8px;
    text-align:center;
}

.cta-menu-content p {
    margin-bottom:10px;
    margin-top:5px;
}

.menu-cta-button {
    padding-bottom:5px;
}

.resources-second-block {
    padding:25px 0;
}

.resources-second-block p {
    margin-top:0px;
} 

.image-block img {
    padding:5px;
    border:1px solid #d9d9d9!Important;
}

.image-block .image-description {
    text-align:center;
    padding:5px;
    font-style:italic;
    font-size:14px;
}

.resource-video-section {
    height:500px;
    background: url('//www.mosquito.buzz/hubfs/mbvideobg.png') no-repeat center;
    background-size:cover;
}

.resource-video-section h2 {
    text-align:center;
    color:#fff;
}

.resource-video-section img {
    margin:0 auto;
    display:block;
    width:80px;
    float:none;
}

.resource-video-section .title-overlay {
    margin-top:100px;
}


/************** VIDEO MODAL *****************************/
.reveal-modal-bg { 
    	position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 0; 
		left: 50%;
        margin-top:200px;
		margin-left: -300px;
		width: auto;
		position: absolute;
		z-index: 101;
        opacity:0;
}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
        height:31px;
        width:31px;
		font-size: 20px;
		line-height: .5;
		position: absolute;
		top: 0;
		right: -15px;
        background: #7b796a url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Icons/close.png') 0 0 no-repeat;
		border-radius: 50%;
        -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
        box-shadow: 0 3px 3px rgba(0,0,0,0.4);
		} 


@media screen and (max-width:767px) {
     .reveal-modal {
		top:200px;
}   
    
}
/*************************************
LOCAL PAGES
*************************************/

.local-headline-bar {
    background-color:#0093D1;
    min-height:100px;
    padding-top:10px;
    padding-bottom:10px;
}

.local-headline-bar h1 {
    color:#fff;
    text-align:center;
    margin:0;
}

.local-hero-container {
    margin:2%;
    padding:0 100px;
}

.local-headline h2 {
    display:inline-block;
    background-color:#1FB256;
    padding:5px 15px;
    color:#fff;
    margin-top:450px;
}

.request-a-local-quote-form h2 {
    margin:0;
    text-align:center;
    
}

.request-a-local-quote-form h3 {
    font-size:16px;
}


.local- {
    background-color:#f9f9f9;
    padding:50px 0;
}

.local- h2 {
    display:inline-block;
    border-bottom:3px solid #0093d1;
    margin-bottom:0;
    margin-top:0;
}

.local-lawn-services h2 {
    display:inline-block;
    border-bottom:3px solid #0093d1;
    margin-top:0;
}

.local-lawn-services {
    padding:50px 0;
}

.service-cta {
    margin:50px 0;
}


/****************************************
            Price Module
****************************************/

.price-module {
    background-color:#fff;
    box-shadow: 5px 3px 15.3px 2.7px rgba(0, 0, 0, 0.3);
    min-height:765px;
    margin:20px 0;
}

.price-content-wrapper {
    padding:15px;
}

.price-module .picture-section {
    padding:15px 25px;
    background:#ff6900;
    /*background:#1fb256 url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Content%20Images/pricing-module-header.jpg') no-repeat center;*/
    background-size:cover;
}

.price-module .picture-section img {
    display:block;
    max-width:100%;
    float:none;
    margin:0 auto;
}

.price-module .ideal-for h4 {
    margin:0;
    text-align:center;
    font-size:16px;
}

.price-module .ideal-for p {
    margin:0;
    text-align:center;
    font-size:14px;
}

    .price-module {
        min-height:0px;
    }

.price-module button#request-a-quote {
    color:#fff;
    background-color:#0093d1;
    padding:10px 20px;
    display:block;
    margin:0 auto;
    border:none;
    font-size:20px;
    width:100%;
    cursor:pointer;
    margin-top:20px;
}

.price-module button#request-a-quote:hover {
    background-color:#ff6900;
}

.price-module .feature {
    border-bottom:1px solid #ff6900;
    position:relative;
}

.price-module .feature p {
    font-size:14px;
    margin-left: 5px;
}

.price-module .featured-price p {
    text-align:center;
}

.price-module .featured-price p span.strong-price {
    display:block;
    font-weight:bold;
    font-size:1.5em;
}

/*.price-module .feature p:before {
    content:url('//cdn2.hubspot.net/hubfs/456762/orange-dot.png') ;
    list-style-type: circle;
    /*content:url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Content%20Images/leaf-icon.png') ;
    position: absolute;
    left: 0px;
    height:5px;
    width:5px;
    top: 15px;
}*/

.price-content-wrapper a {
    text-decoration:none;
}


.buy-online-bar {
    border-top:3px solid #0093d1;
    background-color:#fff;
    min-height:125px;
    padding:10px 50px;
    box-shadow: 5px 3px 15.3px 2.7px rgba(0, 0, 0, 0.3);
}

.buy-online-bar h3 {
    margin:0;
}

.buy-online-bar p {
    margin:0;
}

.buy-online-button {
    margin-top:25px;
}


.get-in-touch-section {
    padding:50px 0;
    background-color:#f8f8f8;
}

.get-in-touch-section h2 {
    margin:0;
}

.get-in-touch-section h3 {
    font-weight:400;
    font-size:16px;
}

.get-in-touch-section .main-header h2:first-child {
    border-bottom:3px solid #0093d1;
    display:inline-block;
    margin:0;
}

.get-in-touch-section h3 {
    margin:0;
}

.facebook-button {
    margin:25px 0;
}

.manager-block {
    margin:20px 0;
}

.local-special-offer {
    padding:50px 0;
}

.sharing-bar {
    width: 50px!important;
    background-color: #fff;
    box-shadow: 5px 3px 15.3px 2.7px rgba(0, 0, 0, 0.2);
    padding:5PX;
    padding-top:10px;
    padding-bottom:10px;
    right: 0;
    position: fixed;
    top: 250px;
    z-index: 99;
}

.share-title {
    font-size:12px;
    text-transform:uppercase;
    color:#000;
    text-align:center;
    display: inline-block;
    width: 40px;
    
}
.sharing-bar a {
    text-decoration:none;
}
.sharing-bar .fa {
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    width: 43px;
    padding:5px 0;
}

.sharing-bar .fa.fa-linkedin {
    color:#0077B5;
}

.sharing-bar .fa.fa-facebook-f {
    color:#4867AA;
}

.sharing-bar .fa.fa-twitter {
    color:#1DA1F2;
}

.sharing-bar .fa.fa-youtube {
    color:#d92524;
}

.sharing-bar .fa.fa-pinterest-p {
    color:#BD081C;
}

.sharing-bar .fa.fa-google-plus {
    color:#DD5144;
    font-size: 24px;
}


.sharing-bar .fa.fa-envelope {
    font-size:26px;
}
.sharing-bar a .fa:hover,
.sharing-bar a .fa:active{
    color:#1fb256;
}
.sharing-bar .fa:active,
.sharing-bar .fa:focus {
    color:#0093D1;
}


.top-bar .top-bar-quick-link-r, .top-bar-quick-link-r-map {
    float:left;
    
}

/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





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


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

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

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

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

.blog-page img {
    height: auto;
}


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

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

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

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

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#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 Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

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

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

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

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

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

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

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

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* 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"] {}

/* Error */
body .hs-common-error-message {}


/* 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"] {}


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}

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

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body 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 {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}



/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */



/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 



/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */

/* Screensizing 1375px */

@media (max-width:1375px) {
    .home-page-hero {
        background-size:cover!important;
    }
    
    .body-container-wrapper {
    padding-top:138px;
    }
    
    .top-bar-quick-link-r {
        margin-top:4px;
    }
    
    .top-bar-right {
        max-width:100%;
    }
    
    .custom-navigation ul:first-child {
        margin-top:10px;
    }
    
   .custom-navigation li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a{
       padding-bottom:27px;
   }
    
    .main-navigation img {
        max-width:150px!important;
    }
    
    .local-hero-container {
        padding:0 50px;
    }
    
    .inner-footer-container .social-section span {
        margin:0;
    }
    
    .inner-footer-container .social-section {
        max-width:350px;
    }
    .top-bar {
        padding:10px 50px;
        line-height:16px;
    }
    .top-bar a,
    .top-bar .fa{
        font-size:14px;
        line-height:24px;
    }
    
    .top-bar-quick-link {
        width:25%;
        text-align:center;
    }
    
    .top-bar-quick-link-r-map {
        font-size:14px;
        margin-right:5px;
    }
    .search-hero-bar.top-bar-quick-link-r {
        margin-left:0px !Important;
    }
    
    .main-navigation {
        padding:10px 50px;
        
    }
    
    .main-footer-section .inner-footer-container {
        padding-left:50px;
        padding-right:50px;
    }
    
    #expert-service-section {
        padding:25px 35px;
    }
    #slides li {
        margin-top:10%;
    }
}
 
@media (max-width:1160px){
 .top-bar-quick-link-r {
        margin-top:4px;
    }


.top-bar-quick-link {
    width:50%;
    text-align:left;
}

.top-bar-quick-link-r-map {
    width:100%;
}

    .main-navigation {
        max-height:80px;
    }

}


/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 960px) {
    
    .search-text,
    .hero-search-form{
        width:100%!important;
    }
    
    .hero-search-form {
        margin-left:0px!important;
    }
    
    .hero-headline {
        
            margin-top: 300px!Important;
    margin-left: 50px!important;
    }
    
    .programs-container {
        min-height:522px!Important;
    }
    
    .programs-section {
    background-image: url('//cdn2.hubspot.net/hubfs/456762/MB-BUZZ-Orange-Banner.pngg') no-repeat center;
    background-size:cover;
}
    
    .buy-online-bar {
        min-height:145px;
    }
    
    
    .local-headline {
        width:100%!important;
    }
    .local-headline h2 {
        margin-top:50px;
    }
    
    .request-a-local-quote-form {
        width:100%!important;
        margin:0 auto!Important;
    }
    
    .top-bar-right {
        max-width:100%;
        float:none!important;
    }
    
    #buttons a {
        width:30px;
        height:30px;
    }
    #slides li {
        margin-top:0;
    }
    
    .offer-main-section {
        padding:25px;
    }
    
.main-footer-section {
    background-color:#0093d1;
    /*background:url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Backgrounds/grass-footer.jpg')no-repeat center;*/
    background-position:50% 0%;
    padding-top:50px;
    background-size:cover!important;
}    
    
    .responsive-padding,
    .responsive-padding-alt{
        padding-left:15px;
        padding-right:15px;
}
    
    .responsive-margin {
        margin-left:25px;
        margin-right:25px;
    }
    
    #expert-service-block {
        display:inherit;
    }

    .testimonial-block-wrapper,
    #expert-service-section {
        width:100% !Important;
        flex:none;
        padding-left:25px;
        padding-right:25px;
        
        padding:35px 25px;
    }
    #slides li span.testimonial {
        margin-top:20px;
        margin-bottom:20px;
    }
    
    .hero-headline p {
        font-size:20px;
    }
    
    

}


@media (max-width: 820px) {
    .offer-main-section {
        min-height:420px;
    }
}

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

@media (max-width: 767px) {
    
    .top-bar .top-bar-quick-link {
        width:33.33%;
    }
    
    
    .feature-section h2 {
    text-align:center;
    }
    
    .hero-message {
        margin-top:50px;
    }
    
    #expert-service-section {
        display:none!Important;
    }
    
    .main-footer-section .inner-footer-container h4 {
        margin-top:10px;
    }
    
    .main-footer-section {
        padding-top:25px;
    }
    
    .sidebar-menu {
        display:none!important;
    }
    
    .hero-headline {
        margin-top:125px!important;
    }
    
    .home-page-hero {
        /*background:url('//cdn2.hubspot.net/hubfs/456762/mosquito-buzz-hero-001%20%281%29.png') no-repeat center!important;*/
        height:400px;
    }
    
    h1,h2 {
        font-size:24px;
    }
    
    .top-bar-quick-link-btn-local {
        display:none;
    }
    
    .local-bar {
    width:250px;
    margin:0 auto;
    float:none;
    display:block;
}

.top-bar-quick-link-local span.fa.fa-marker {
    
}



.top-bar-quick-link-local {
    
    margin-top:12px;
}
    
    h2 {
        line-height:1.2em;
    }
    
    .top-bar .top-bar-quick-link,
    .top-bar-quick-link-r-map{
        margin-top:0px;
    }
    

    .sharing-bar {
    width: 100%!important;
    bottom: 0;
    height: 50px;
    top: auto;
    text-align: center;
    }
    
    .local-headline h2 {
    display:block;
    margin-top:20px;
}
    
    
    #slides li span.testimonial {
        font-size:24px;
    }
    
    #slides li span.customer-name {
        font-size:16px;
    }
    
    
    
    .search-section form input,
    .search-hero-bar form input{
        max-width:140px;
        float:left;
        font-size:24px!important;
    }
    
    .association-row img {
        margin:10px auto;
        float:none;
        max-width:100%;
        display:block;
    }
    
    .main-footer-section {
        background-color:#0093d1;
        /*background:url('//cdn2.hubspot.net/hubfs/456762/Nutrilawn-2017/Images/Backgrounds/mobile-footer-nutrilawn.jpg') no-repeat top;*/
    }
    
    
    .inner-footer-container .social-section {
        width:100%;
    }
    
    .inner-footer-container .social-section span {
        margin:0;
    }
    
.top-bar {
    padding:10px 15px;
    line-height:16px;
}

.top-bar a,
.top-bar .fa{
    font-size:14px;
    line-height:30px;    
}
    
    .top-bar-quick-link {
        width:25%;
        text-align:center;
    }
    
    .top-bar-quick-link-r-map {
        font-size:14px;
        width:100%;
        text-align:center;
    }
    .search-hero-bar.top-bar-quick-link-r {
        margin-left:0px !Important;
        width:100%;
        margin:0 auto;
        float:none;
    }
    .search-hero-bar.top-bar-quick-link-r form {
        margin:0 auto;
        display:block;
        float:none;
        width:172px;
    }
    
    .top-bar-quick-link-r  {
        width:100%;
    }
    
    .main-navigation {
        padding:10px 25px;
        
    }
    
    .header-container-wrapper {
        position:relative;
    }
    
    .body-container-wrapper {
    padding-top:0;
}

.why-nutrilawn-section,
.programs-section,
.lawn-care-solutions{
    padding:25px 0;
}
    
    .programs-container {
        min-height:0!important;
    }
    
    .offer-main-section {
        padding:25px;
        min-height:500px;
        display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
        
    }
    
    .offer-main-section .offer-left-section {
        width:100%;
       order: 2;
-webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    }
    
    .offer-main-section .offer-right-section {
        width:100%;
       order: 1;
-webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    }
    
    button#download-btn {
        min-width:268px;
    }
    
    button#view-more-btn {
        min-width:268px;
        padding:10px 0;
    }
    
    .expert-service-section {
        padding: 25px;
    }
    
    #expert-service-section h2 {
        margin-top:0px;
    }
    
    .search-section h2 {
        font-size:40px;
    }
    
    .search-section {
        padding-top:25px;
        padding-bottom:25px;
    }
    .inner-footer-container h4.tagline {
        text-align:left;
    }
    
    .main-footer-section .inner-footer-container {
        padding-left:25px;
        padding-right:25px;
    }
    
    .inner-footer-container .social-section {
        margin-left:0;
        margin-bottom:15px;
    }
    
    a#cta_button_456762_f48da280-8cc8-43c7-8785-4f46dd4b6429 {
        margin:0 auto;
        float:none;
        display:block;
        width:172px;
        margin-top:10px;
        text-align:center;
    }
    
    
    .hero-headline {
        margin-left:25px!important;
    }
    
    
    button.ebook-download-button {
        margin-top:15%;
    }
    
    .ebook-tile img {
    max-width:250px;
    margin:0 auto;
    float:none;
    display:block;
}
    
    .province-tabs li {
        width:50%;
    }
    
    .body-container .province-content ul {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
    list-style-type:none;
    
}
.search-footer-bar {
    width:300px;
}

.image-block img {
    margin:0 auto;
    float:none;
    display:block;
}
    
    
    } /* END OF 768PX RESPONSIVENESS */
     

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

@media (max-width: 479px) {
    
    .testimonial-page-extras
    {
        display:none!important;
    }
    
    .testimonial-img {
        margin-top:20px;
    }
    
    .reveal-modal .close-reveal-modal {
        right:0;
    }
    
    a#cta_button_456762_deeb7044-d04e-4ac1-905c-b993554bc25e {
        width:auto;
    }
    
    .footer-section .hs-rss-module .hs-rss-item:nth-child(2), .footer-section .hs-rss-module .hs-rss-item:nth-child(3), .footer-section .hs-rss-module .hs-rss-item:nth-child(4) {
        display:none!important;
    }
    .bottom-footer-bar {
        margin-top:0px;
    }
    
    .feature-section {
        display:none!important;
    }
    
    .search-section h4 {
        font-size:16px;
    }
    
    .resource-video-section {
        height:300px;
    }
    
    .resource-video-section .title-overlay {
        margin-top:50px;
    }
    
    .video-image img {
        display:none;
    }
    
    .search-section h2 {
        font-size:26px;
    }
    
    .responsive-padding-alt {
        padding-left:10px;
        padding-right:10px;
    }
    
    .offer-main-section {
        min-height:600px;
    }
    
    .quote-content p {
        width:100%;
    }
    
    .request-a-quote-form {
        margin-top:20px;
    }
    
    
    
    .hero-headline p {
        font-size:20px;
    }
    
    .hero-headline {
        margin-left:0px!important;
        padding:15px;
    }
    
     .hero-headline h2 {
         font-size:26px;
     }
    
    .offer-main-section {
        min-height:625px;
    }
    
    .top-bar-quick-link {
        width:50%;
        text-align:center;
    }
    
    
    .body-container .province-content ul {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
    list-style-type:none;
    
}

.search-section form input,
.search-hero-bar form input{
    margin-left:0px!important;
}
    }
    
    @media (max-width: 479px) {
        
    .top-bar a {
        font-size:12px;
    }        
        
.search-section h2 {
    font-size:24px;
}        
        
.show-mobile {
    display: block !Important;
}

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


.top-bar .top-bar-quick-link {
    width:33.33%;
    padding: 0px;
}

.search-text p {
    font-size:15px;
}

.search-text h1 {
    font-size:22px!important;
}

.search-hero-bar form input {
    width: 49% !important;
    max-width: none;
    float: none;
    display: inline-block;
}

.search-hero-bar {
    width:100%;
}

        
        .why-nutrilawn-section h2, .lawn-care-solutions h2 {
            text-align:center;
            display:block;
            width:100%;
        }
        
        img#play-icon {
            display:block;
            margin:0 auto;
            float:none;
        }
        
        a h4#watch-the-video-text {
            margin-top:10px;
            text-align:center;
            display:block;
            width:100%;
            margin-bottom:10px;
        }
        
        body {
            font-size:16px;
        }
        
        img.service-icon {
            margin:0 auto;
            float:none;
            display:block;
        }
        
        h3.service-headline {
            display:block;
            text-align:center;
        }
        
        p {
            font-size:16px;
        }
        
        .number-one p, .number-two p, .number-three p, .number-four p, .number-five p, .number-six p, .number-seven p {
            font-size:16px;
        }
        
        .offer-main-section {
        min-height:700px;
    }
    a#cta_button_456762_3a7eb715-3298-4986-a42b-85e84c17b201,
    a#cta_button_456762_874357e3-cac3-4ee8-880a-eb94b861e8b5,
    a#cta_button_456762_03da8aca-10ad-49e0-812a-fbceeb70e3e7,
    a#cta_button_456762_6dacb779-a5ac-4fbb-87f3-d3b1bfe74727{
          font-size:16px;
      }
      
      button#download-btn,
      button#view-more-btn{
          min-width:100%;
      }
      
      .programs-container p,
      .programs-container.cta-block p{
          font-size:16px;
      }
      .hero-headline {
          margin-top:20px!important;
      }
      
      
      .hero-headline p {
          font-size:14px;
      }
      .hero-headline h2 {
          margin-top:0px;
          font-size:24px;
      }
      
    .home-page-hero {
          /*background:url('//cdn2.hubspot.net/hubfs/456762/mosquito-buzz-hero-001%20%281%29.png')no-repeat center!important;*/
          height:400px;
    }
    
}

/* postal code/find button css */

input#postal_code {
    text-transform: uppercase;
    width: 170px;
    height: 60px;
    font-size:12px;
    text-align:center;
    font-weight:400;
    color: #000;
}

input#postal_code2 {
    text-transform: uppercase;
    width: 170px;
    height: 60px;
    font-size:22px;
    text-align:center;
    font-weight:400;
    color: #000;
}

input#postal_code3 {
    text-transform: uppercase;
    width: 170px;
    height: 60px;
    font-size:22px;
    text-align:center;
    font-weight:400;
    color: #000;
}

input#finddealer {
    padding: 0px;
    height: 60px;
    width: 170px;
    font-size:22px;
    color:#fff;
    background-color:#ff6900;
    border:none;
}
    
/* Really small mobile screens 
1/18/2016
*/
  @media (max-width: 321px) {
      
      .search-section form#form {
          width:100%;
          margin:0 auto;
      }
      
      .top-bar-quick-link a{
          font-size:12px;
      }
      .local-bar {
          width:100%;
      }
      .local-bar .top-bar-quick-link-local {
          margin-top:5px;
          width:100%;
      }
      .top-bar-quick-link-local {
          text-align:center;
      }
      
      a#cta_button_456762_f48da280-8cc8-43c7-8785-4f46dd4b6429 {
          font-size:16px;
      }
      
      
  }
 }
 
label#postal_code2-error.error2{
display:none!important;
} 

@media screen and (min-width: 1920px) {

.home-page-hero  {
background-size:cover!important; 
}

.main-footer-section  {
 background-size:cover!important; 

}

.programs-section {
background-size:cover !important;

}
}



/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed {

position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
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.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo {

padding-bottom: 56.25%;

}

/* MB Employment section */

.mb-employment-section {
    padding:50px 0;
    /*/background-color:#ff6900;*/
    background-image: url('https://www.nutrilawn.com/hubfs/2018%20Compressed%20Images/backyard-dining-compressor.jpg');
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat
    background-size:cover!Important;
}

