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

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

/***********************************************/
/* Emerald Theme Color Variables               */
/***********************************************/

/* Replace with your own colors to replace theme's default color scheme. */

 // Primary text color in paragraphs, headings, forms etc.
 // Primary color for certain headings, button colors, etc.
 // Alternate primary color for things like hover states on buttons.
 // Secondary color for certain headings, button colors, etc.
 // Background color for logo bar.
 // Text color in footer.
 // Secondary footer text color for things like subscribe heading, etc.
 // Background color for footer background.
 // Link color in footer.

 // Dark Gray
 // Light Gray

/***********************************************/
/* HS COS Boilerplate                          */
/***********************************************/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  color: #26d733;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: 'Open Sans', sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

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

/* Boilerplate styles taken from hubspot/styles/responsive/modules.css. Not importing directly since there are some styles we don't want. */

/* Images */

img {
    max-width: 100%;
    height: auto;
    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 {
    border: 0;
    max-width: 100%;
}

.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;
}

/* 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_gallery a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus,
.hs_cos_gallery 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 / Slick Necessary Styles
*********************************/
.home-slider .hs_cos_flex-slider, .home-slider .hs_cos_gallery {
    margin: 0; padding: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.home-slider .hs_cos_flex-slider .hs_cos_flex-slides > li {
    display: none; -webkit-backface-visibility: hidden; position: relative;
} 

.home-slider .slick-dots {
    display: none !important;
}
.home-slider .slick-slider {
    margin-bottom: 0;
}
.home-slider .hs_cos_flex-slider .hs_cos_flex-slides img,
.home-slider .hs_cos_gallery .hs_cos_gallery_slide 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
*********************************/
.home-slider .hs_cos_flex-slider, .home-slider .hs_cos_gallery {margin: 0;background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.home-slider .hs_cos_flex-viewport, .home-slider .slick-list {max-height: 700px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.home-slider .loading .hs_cos_flex-viewport, .home-slider .loading .slick-list {max-height: 300px;}
.home-slider .hs_cos_flex-slider .hs_cos_flex-slides,
.home-slider .hs_cos_gallery .slick-track {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.home-slider .hs_cos_flex-direction-nav {*height: 0;}
.home-slider .hs_cos_flex-direction-nav a,
.home-slider .hs_cos_gallery .slick-arrow {
    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;
    
}
.home-slider .hs_cos_flex-direction-nav .hs_cos_flex-next,
.home-slider .hs_cos_gallery .slick_next {
    background-position: 100% 0; right: -36px;
    
}
.home-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev,
.home-slider .hs_cos_gallery .slick_prev {
    left: -36px;
}
.home-slider .hs_cos_flex-slider:hover .hs_cos_flex-next,
.home-slider .hs_cos_gallery .slick_next {
    opacity: 0.8; right: 5px;
    
}
.home-slider .hs_cos_flex-slider:hover .hs_cos_flex-prev,
.home-slider .hs_cos_gallery .slick_prev {
    opacity: 0.8; left: 5px;
    
}
.home-slider .hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover, .hs_cos_gallery .slick_prev, .hs_cos_gallery .slick_next {opacity: 1;}
.home-slider .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; }

.hs_cos_gallery_thumbnails .slick-slide img {
    cursor: pointer;
}

/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: relative; 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;}
}

.home-slider .hs_cos_flex-slider .superimpose .caption,
.home-slider .hs_cos_gallery .superimpose.caption {
    color: white;
    font-size: 1em;
    line-height: 1.1em;
    position: absolute;
    top: 78px;
    text-align: center;
    background-color: transparent;
    left: 50% !important;
    transform: translateX(-50%);
    min-width: 290px;
}

.home-slider .hs_cos_flex-slider .superimpose .caption .cta_button:hover,
.home-slider .hs_cos_gallery .superimpose.caption .cta_button:hover {
    color: #fff;
    background: #26d733;
}

@media all and (max-width: 699px) {
    .home-slider .hs_cos_flex-slider .superimpose .caption,
    .home-slider .hs_cos_gallery .superimpose.caption {
        position: absolute;
        font-size: 1em;
        line-height: 1.1em;
        color: white;
        top: 33%;
    }
}

@media all and (max-width: 400px) {
    .home-slider .hs_cos_flex-slider .superimpose .caption,
    .home-slider .hs_cos_gallery .superimpose.caption {
        position: absolute;
        font-size: 1em;
        line-height: 1.1em;
        color: white;
        top: 33%;
    }
    /* 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;}
}

.home-slider .hs_cos_flex-slider .superimpose .caption h1,
.home-slider .hs_cos_gallery .superimpose.caption h1 {
    font-size: 1.25em;
    line-height: 1.1;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0;
}

.home-slider .hs_cos_flex-slider .superimpose .caption h2,
.home-slider .hs_cos_gallery .superimpose.caption h2{
    font-size: .7em;
    font-weight: 300;
    margin-top: 5px;
}

.home-slider .hs_cos_flex-slider .superimpose .caption > *:last-child,
.home-slider .hs_cos_gallery .superimpose.caption > *:last-child {
    margin-bottom: 10px;
}

.home-slider .hs_cos_flex-slider .superimpose .caption .cta_button,
.home-slider .hs_cos_gallery .superimpose.caption .cta_button {
    background: rgba(255,255,255,.9);
    color: #6f6f6f;
    border: 2px solid #26d733;
    padding: 8px;
    text-decoration: none;
    display: block;
    font-size: .75em;
    text-align: center;
    text-transform: uppercase;
}

.home-slider .hs_cos_flex-slider h1,
.home-slider .hs_cos_flex-slider h2,
.home-slider .hs_cos_flex-slider h3,
.home-slider .hs_cos_flex-slider h4,
.home-slider .hs_cos_flex-slider h5,
.home-slider .hs_cos_flex-slider h6,
.home-slider .hs_cos_flex-slider p,
.home-slider .hs_cos_gallery h1,
.home-slider .hs_cos_gallery h2,
.home-slider .hs_cos_gallery h3,
.home-slider .hs_cos_gallery h4,
.home-slider .hs_cos_gallery h5,
.home-slider .hs_cos_gallery h6,
.home-slider .hs_cos_gallery 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;
}

@media all and (min-width: 600px) {
    .home-slider .hs_cos_flex-slider .superimpose .caption,
    .home-slider .hs_cos_gallery .superimpose.caption {
        min-width: 75%;
    }
    .home-slider .hs_cos_flex-slider .superimpose .caption h1,
    .home-slider .hs_cos_gallery .superimpose.caption h1 {
        font-size: 2em;
    }
    .home-slider .hs_cos_flex-slider .superimpose .caption h2,
    .home-slider .hs_cos_gallery .superimpose.caption h2 {
        font-size: 1em;
    }
    .home-slider .hs_cos_flex-slider .superimpose .caption .cta_button,
    .home-slider .hs_cos_gallery .superimpose.caption .cta_button {
        display: inline-block;
        width: 400px;
    }
}

@media all and (min-width: 700px) {
    .home-slider .hs_cos_flex-slider .superimpose .caption,
    .home-slider .hs_cos_gallery .superimpose.caption {
        top: 125px;
    }
}

@media all and (min-width: 850px) {
    .home-slider .hs_cos_flex-slider .superimpose .caption,
    .home-slider .hs_cos_gallery .superimpose.caption {
        top: 145px;
    }
    .home-slider .hs_cos_flex-slider .superimpose .caption h1,
    .home-slider .hs_cos_gallery .superimpose.caption h1 {
        font-size: 4em;
    }
    .home-slider .hs_cos_flex-slider .superimpose .caption h2,
    .home-slider .hs_cos_gallery .superimpose.caption h2 {
        font-size: 1.875em;
    }
    .home-slider .hs_cos_flex-slider .superimpose .caption .cta_button,
    .home-slider .hs_cos_gallery .superimpose.caption .cta_button {
        font-size: 1em;
    }
}

@media all and (min-width: 1100px) {
    .home-slider .hs_cos_flex-slider .superimpose .caption,
    .home-slider .hs_cos_gallery .superimpose.caption {
        top: 225px;
    }
}

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



/*****************************************/
/* General Styles                        */
/*****************************************/

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

body, h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Open Sans', sans-serif;
    color: #6f6f6f;
    line-height: 1.4;
    font-weight: normal;
}

a.hs-button {
    background: #26d733;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    padding: 12px 15px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
}

a.hs-button:hover {
    background: #26b230;
}

input[type="submit"] {
    cursor: pointer;
}

.wrapper {
    padding: 0 15px;
}

.intro-wrapper {
    text-align: center;
    padding: 0 15px;
}

.button {
    background: #26d733;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 12px 15px;
    line-height: 1;
    text-decoration: none;
}

.box {
    border: 1px solid #dad8d9;
    border-bottom: 1px solid transparent;
    padding: 20px;
}

/*****************************************/
/* Header                                */
/*****************************************/

.header-container-wrapper {
    padding: 15px;
    background: rgba(14,30,14,.7);
    transition: height .3s, background .5s;
    width: 100%;
    height: 58px;
    position: fixed;
    z-index: 99;
    top: 0;
}

.site-logo {
    z-index: 99;
}

.site-logo img {
    max-width: 100%;
    max-height: 32px;
}

@media all and (max-width: 991px) {
    .site-logo img {
        width: auto !important;
    }
    .overlay-active .header-container-wrapper {
        background: rgba(14,30,14,.9);
        height: 100vh;
    }
}

#trigger-overlay {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.5s;
}

.home-slider .hs_cos_flex-slides img,
.home-slider .slick-slide-inner-wrapper img {
    min-height: 300px;
    max-height: 700px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE Polyfill */
}

.home-slider .slick-slide-inner-wrapper {
    width: 100%;
}

.hs_cos_flex-direction-nav,
.slick-arrow {
    display: none !important;
}

@media all and (min-width: 600px) and (max-width: 991px) {
    .overlay ul li {
        width: 500px;
    }
}

/* Off-Canvas Overlay Nav */
@media all and (max-width: 991px) {
    /* Overlay style */
    .overlay {
    	position: fixed;
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	/*background: rgba(14,30,14,0.9);*/
    }
    
    /* Overlay closing cross */
    .overlay .overlay-close {
    	position: absolute;
        right: 15px;
        top: 12px;
        font-size: 32px;
    	overflow: hidden;
    	border: none;
    	color: #fff;
    	outline: none;
    	z-index: 100;
    }
    
    .overlay-content.open ~ #trigger-overlay {
        opacity: 0;
    }
    
    /* Menu style */
    .footer-nav {
        text-align: center;
        font-size: 16px;
        position: relative;
        margin-top: 30px;
        padding-bottom: 30px;
        border-bottom: 3px solid #0cbd19;
    }
    
    .overlay nav {
    	text-align: center;
    	position: relative;
    	top: 90px;
    	font-size: 18px;
    }
    
    .overlay nav > .widget-type-menu {
        width: 100% !important;
    }
    
    .overlay ul, .footer-nav ul {
    	list-style: none;
    	padding: 0;
    	margin: 0 auto;
    	display: inline-block;
    	height: 100%;
    	position: relative;
    	min-width: 200px;
    }
    
    .overlay .hs-item-has-children,
    .footer-nav .hs-item-has-children {
        cursor: pointer;
    }
    
    .overlay .hs-item-has-children .plus-holder:after,
    .footer-nav .hs-item-has-children .plus-holder:after {
        content: "\f067";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #26d733;
        display: block;
        right: 0;
        vertical-align: top;
        position: absolute;
        top: 11px;
    }
    
    .overlay .hs-item-has-children.active .plus-holder:after,
    .footer-nav .hs-item-has-children.active .plus-holder:after{
        content: "\f068";
    }
    
    .overlay ul ul,
    .footer-nav ul ul {
        margin-bottom: 10px;
        display: none;
    }
    
    .overlay ul li.active ul,
    .footer-nav ul li.active ul {
        display: block;
    }
    
    .overlay ul li {
    	display: block;
    	position: relative;
    	text-transform: uppercase;
    	max-width: 100%;
    	border-bottom: 1px solid #fff;
    }
    
    .footer-nav ul li {
    	display: block;
    	position: relative;
    	text-transform: uppercase;
    }
    
    .overlay ul li li,
    .footer-nav ul li li {
        text-transform: none;
        border: 0;
    }
    
    .overlay ul li a {
        color: #fff;
    }
    
    .footer-nav ul li a {
        color: #26d733;
    }
    
    .footer-nav ul li li a {
        color: #fff;
    }
    
    .overlay ul li a,
    .footer-nav ul li a {
    	display: block;
    	line-height: 1;
    	padding: 10px 0;
    	-webkit-transition: color 0.1s;
    	transition: color 0.1s;
    	text-decoration: none;
    }
    
    .overlay ul li li a,
    .footer-nav ul li li a {
        font-size: 14px;
        padding: 5px 0;
    }
    
    .overlay ul li a:hover,
    .overlay ul li a:focus, {
    	color: #e3fcb1;
    }
    
    .footer-nav ul li a:hover,
    .footer-nav ul li a:focus {
    	color: #fff;
    }
    
    /* Overlay */
    .overlay-content {
    	opacity: 0;
    	visibility: hidden;
    	-webkit-transition: all 0.1s, visibility 0s 0.1s;
    	transition: all 0.1s, visibility 0s 0.1s;
    }
    
    .overlay-content.open {
    	opacity: 1;
    	visibility: visible;
    	-webkit-transition: all 0.3s;
    	transition: all 0.3s;
    }
    
    .overlay-content nav {
    	-webkit-perspective: 1200px;
    	perspective: 1200px;
    }
    
    .overlay-content nav ul {
    	opacity: 0.4;
    	-webkit-transition: -webkit-transform 0.1s, all 0.1s;
    	transition: transform 0.1s, all 0.1s;
    }
    
    .overlay-content.open nav ul {
    	opacity: 1;
    }
    
    .overlay-content.close {
    	font-weight: normal;
    	float: none;
        font-size: 18px;
        line-height: 1;
        color: #fff;
        text-shadow: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media all and (min-width: 992px) {
    .header-container-wrapper {
        position: absolute;
        background: transparent;
    }
    .header-container {
        padding: 15px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .header-container .row-fluid .row-fluid {
        display: table;
    }
    .header-container .site-logo {
        display: table-cell;
        float: none;
    }
    .header-container .overlay-content {
        display: table-cell;
        vertical-align: middle;
    }
    .header-container nav .widget-type-menu {
        float: right;
        width: 100%;
    }
    .header-container .overlay-close {
        display: none;
    }
    .header-container .hs-menu-wrapper {
        margin: 0;
        padding: 0;
    }
    .header-container-wrapper nav ul {
        list-style: none;
        text-align: right;
        padding: 0;
        margin: 0;
    }
    .header-container-wrapper nav ul li {
        display: inline-block;
    }
    .header-container-wrapper a {
        color: #fff;
        text-decoration: none;
        font-size: 1em;
        text-transform: uppercase;
    }
    .header-container-wrapper nav ul ul {
        display: none;
    }
    .site-logo img {
        max-width: 100%;
        max-height: none;
    }
    .emerald-wrapper .row-fluid {
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 45px;
    }
    .header-container-wrapper .hs-menu-item {
        position: relative;
    }
    .header-container-wrapper .hs-menu-item:hover {
        background: #fff;
    }
    .header-container-wrapper .hs-menu-item a {
        display: block;
        padding: 10px 15px;
    }
    .header-container-wrapper .hs-menu-item:hover > a {
        color: #26d733;
    }
    .header-container-wrapper .hs-menu-item .hs-menu-item:hover > a {
        color: #fff;
    }
    .header-container-wrapper .hs-menu-item:hover > .hs-menu-children-wrapper {
        display: block;
        background: #fff;
        left: 0;
        width: 110%;
        padding: 10px 0;
        position: absolute;
        text-align: left;
    }
    .header-container-wrapper nav ul li li {
        display: block;
    }
    .header-container-wrapper nav ul li li a {
        text-transform: none;
        color: #6f6f6f;
    }
    .header-container-wrapper nav ul li li a:hover {
        color: #fff;
        background: #6f6f6f;
    }
}

@media all and (min-width: 1024px) {
    .header-container-wrapper a {
        font-size: 1.125em;
    }
    .header-container-wrapper nav ul li li a {
        font-size: 1em;
    }
}

/*****************************************/
/* Home Intro Section                    */
/*****************************************/

.emerald-intro-section-wrapper {
    margin: -10px 10px 0;
    /*box-shadow: 0 0 5px 3px rgba(0,0,0,.1);*/
    position: relative;
    padding: 10px;
    background: #fff;
    text-align: center;
}

.emerald-intro-section-wrapper:before {
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 100%;
    height: 100%;
    content: '';
    background: url("https://info.opisnet.com/hubfs/Emerald/Template%20Images/box-bg-left.png") top left no-repeat;
}

.emerald-intro-section-wrapper:after {
    position: absolute;
    bottom: 0;
    right: -9px;
    width: 100%;
    height: 100%;
    content: '';
    background: url("https://info.opisnet.com/hubfs/Emerald/Template%20Images/box-bg-right.png") top right no-repeat;
}

.emerald-intro-section-wrapper .emerald-icon-boxes {
    margin-top: 40px;
}

.emerald-icon-boxes {
    text-align: center;
    padding: 0 15px;
}

.emerald-intro-section-wrapper > * {
    position: relative;
    z-index: 1;
}

.emerald-intro-section-wrapper2 {
    margin: 10px;
    /*box-shadow: 0 0 5px 3px rgba(0,0,0,.1);*/
    position: relative;
    padding: 10px;
    text-align: center;
}



.emerald-icon-boxes .fa {
    font-size: 72px;   
}

.emerald-icon-boxes h2 {
    color: #26d733;
    font-weight: normal;
    margin: 0;
}

.emerald-icon-boxes p {
    font-size: 14px;
}

.home .emerald-icon-boxes [class*="span"] {
    margin-bottom: 40px;
}

.emerald-icon-boxes .hs-cta-wrapper a {
    background: #26d733;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 12px 15px;
    line-height: 1;
    text-decoration: none;
}

.emerald-icon-boxes .hs-cta-wrapper a:hover,
.lp-form .hs-submit input[type="submit"]:hover,
.hp-form .hs-submit input[type="submit"]:hover,
.widget-type-blog_subscribe .hs-submit input[type="submit"]:hover,
#comment-form  .hs-submit input[type="submit"]:hover,
a.more-link:hover {
    background: #26b230;
    color: #fff;
}

.emerald-intro-section-wrapper > *:first-child {
    margin-top: 15px;
}

.emerald-intro-section-wrapper h1 {
    color: #6f6f6f;
    font-size: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
}

.emerald-content-section > *:last-child {
    margin-bottom: 0;
}

.emerald-content-section > *:first-child {
    margin-top: 0;
}

.emerald-gray-bg {
    background: #ededed;
}

.emerald-white-bg {
    background: #fff;
}

.emerald-dark-gray-bg {
    background: #646464;
    color: #fff;
}

.emerald-dark-gray-bg h2, .emerald-dark-gray-bg p, .emerald-dark-gray-bg h3, .emerald-dark-gray-bg a {
    color: #fff;
}

.emerald-content-section:first-child {
    padding-top: 40px;
}

.emerald-content-section,
.subpage-wrapper > span > .hs_cos_wrapper_type_form {
    padding: 15px;
}

form .inputs-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

form .inputs-list.multi-container li {
    display: block;
}

form .inputs-list input[type="checkbox"],
form .inputs-list input[type="radio"] {
    margin-right: 5px;
}

.lp-form form input[type="file"] {
    color: #fff;
}

form .inputs-list li {
    display: inline-block;
    margin-right: 10px;
}

.emerald-content-section img {
    max-width: 100%;
    height: auto;
}

.emerald-content-section h2 {
    font-weight: normal;
    text-transform: uppercase;
}

.emerald-content-section h2 strong {
    font-weight: bold;
}

.emerald-content-section p {
    font-size: 18px;
}

.emerald-content-section:last-child {
    padding-bottom: 40px;
}

.emerald-content-section .hs-cta-wrapper a {
    color: #6f6f6f;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #6f6f6f;
    line-height: 1;
    text-align: center;
    display: block;
    padding: 10px 15px;
    clear: both;
}

.emerald-content-section .hs-cta-wrapper a:hover {
    color: #fff;
    border: 2px solid #26d733;
    background: #26d733;
}

.emerald-wrapper {
    padding: 45px 0;
}

.subpage-wrapper > .hs_cos_wrapper > *:not(.hs_cos_wrapper_type_custom_widget) {
    padding: 30px 15px;
}

@media all and (min-width: 768px) {
    .emerald-content-section,
    .subpage-wrapper span .hs_cos_wrapper_type_form {
        padding: 30px 15px;
    }
    .emerald-intro-section-wrapper.alt {
        background: none;
    }
    
    .emerald-intro-section-wrapper.alt .emerald-icon-boxes {
        margin-top: -10px;
        padding: 0;
    }
    .emerald-intro-section-wrapper.alt .emerald-icon-boxes [class*="span"] {
        position: relative;
        background: #fff;
        padding: 15px;
    }
    .emerald-intro-section-wrapper.alt .emerald-icon-boxes [class*="span"] > * {
        position: relative;
        z-index: 99;
    }
    .home .emerald-icon-boxes [class*="span"] {
        margin-bottom: 0;
    }
    .emerald-intro-section-wrapper.alt .emerald-icon-boxes h2 {
        font-size: 21px;
    }
    
    .emerald-intro-section-wrapper.alt:before,
    .emerald-intro-section-wrapper.alt:after {
        background: none;
    }
    .emerald-intro-section-wrapper.alt .emerald-icon-boxes [class*="span"]:before {
        position: absolute;
        bottom: 0;
        left: -9px;
        width: 100%;
        height: 100%;
        content: '';
        background: url("https://info.opisnet.com/hubfs/Emerald/Template%20Images/box-bg-left.png") top left no-repeat;
    }
    
    .emerald-intro-section-wrapper.alt .emerald-icon-boxes [class*="span"]:after {
        position: absolute;
        bottom: 0;
        right: -9px;
        width: 100%;
        height: 100%;
        content: '';
        background: url("https://info.opisnet.com/hubfs/Emerald/Template%20Images/box-bg-right.png") top right no-repeat;
    }
    
    .emerald-content-section:last-child {
        padding-bottom: 0px;
    }
}

@media all and (min-width: 992px) {
    .emerald-intro-section-wrapper {
        padding: 30px 45px;
    }
    .emerald-intro-section-wrapper.alt {
        padding: 30px 0;
    }
    .emerald-intro-section-wrapper h1,
    .emerald-wrapper h2,
    .emerald-wrapper h1 {
        font-size: 2.4em;
    }
    .emerald-intro-section-wrapper p {
        font-size: 1.125em;
    }
    .emerald-intro-section-wrapper .emerald-icon-boxes {
        margin-top: 75px;
        padding: 0px 15px 45px;
    }
    .emerald-icon-boxes {
        padding: 45px 15px 0;
    }
    .emerald-icon-boxes p {
        font-size: 1.125em;
    }
    .emerald-icon-boxes h2 {
        font-size: 1.75em;
        margin-top: 15px;
    }
    .emerald-intro-section-wrapper {
        margin: -45px 10px 0;
    }
    .emerald-wrapper {
        padding: 45px 30px;
    }
    .emerald-intro-section-wrapper h1,
    .emerald-wrapper h2 {
        margin-bottom: 0;
    }
    .pricing-box-wrapper {
        margin: 45px 0;
    }
    .emerald-content-section:first-child {
        padding-top: 0;
    }
    .emerald-content-section {
        padding: 0;
    }
    .emerald-content-section .hs-cta-wrapper a {
        display: inline-block;
        min-width: 150px;
    }
    .emerald-intro-section-wrapper.alt .emerald-icon-boxes {
        margin-top: -40px;
    }
}

@media all and (min-width: 1200px) {
    .emerald-intro-section-wrapper { 
        margin: -75px auto 0;
        max-width: 1160px;
    }
}

@media all and (min-width: 1240px) {
    .emerald-intro-section-wrapper { 
        margin: -75px auto 0;
        max-width: 1200px;
    }
}

/*****************************************/
/* Team Member Grid                      */
/*****************************************/

.img-grid {
    padding: 15px 7.5px;
}

.emerald-content-section .img-grid .hs-cta-wrapper a,
.img-grid .hs-cta-wrapper a {
    margin: 40px 7.5px 40px;
    background: #26d733;
    color: #fff;
    border: 0;
}

.emerald-content-section .img-grid .hs-cta-wrapper a:hover,
.img-grid .hs-cta-wrapper a:hover {
    border: 0;
    color: #fff;
    background: #26b230;
}

.team-grid-item {
    float: left;
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
}

.team-grid-container {
    position: relative;
    border-bottom: 3px solid #26d733;
}

.team-grid-hover {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #26d733;
    width: 100%;
    color: #fff;
    padding: 4px 0;
}

.team-grid-hover h3 {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.team-grid-hover p {
    font-size: 10px;
    color: #fff;
    margin: 0;
}

@media all and (min-width: 768px) {
    .team-grid-container {
        overflow: hidden;
    }
    .team-grid-item {
        width: 25%;
        margin-bottom: 15px;
    }
    .team-grid-hover {
        bottom: -150px;
        transition: .3s all ease;
    }
    .team-grid-item:hover .team-grid-hover {
        bottom: 0;
    }
    .img-grid .hs-cta-wrapper {
        display: block;
        text-align: center;
    }
    .emerald-content-section .img-grid .hs-cta-wrapper a,
    .img-grid .hs-cta-wrapper a {
        display: inline-block;
        padding: 25px;
        min-width: 400px;
    }
    .intro-wrapper {
        padding: 0 30px;
    }
    .img-grid {
        padding: 15px 0;
    }
}

@media all and (min-width: 992px) {
    #trigger-overlay, .overlay-close {
        display: none;
    }
    .home-slider .hs_cos_flex-direction-nav {
        display: block;
    }
    .team-grid-item {
        width: 20%;
    }
    .img-grid {
        margin: 0;
        padding: 15px 22.5px;
    }
}

/*****************************************/
/* Testimonial Slider / Contact Widget   */
/*****************************************/

.testimonial-slider,
.contact-widget {
    padding: 50px 15px;
    text-align: center;
    background-size: cover !important;
}

.subpage-wrapper .hs-form .hs-form-field,
.subpage-wrapper .hs-form label {
    text-align: left;
}

.subpage-wrapper .contact-widget .hs-form label {
    color: #fff;
}

.subpage-wrapper .contact-widget .hs-form input,
.subpage-wrapper .contact-widget .hs-form textarea {
    background: rgba(255,255,255,.85);
}

.subpage-wrapper .contact-widget form {
    margin-top: 40px;
}

.testimonial-slider,
.testimonial-slider p,
.testimonial-slider h2,
.testimonial-slider blockquote,
.contact-widget,
.contact-widget p,
.contact-widget h2 {
    color: #fff;
}

.testimonial-content blockquote,
.testimonial-content p {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 25px;
    display: inline-block;
}

.testimonial-slider h2,
.contact-widget h2 {
    font-size: 1.75em;
    font-weight: 600;
    margin-top: 20px;
}

.testimonial-intro p,
.contact-intro p {
    font-size: 1em;
}

.testimonial-content {
    position: relative;
}

.testimonial-content:before {
    content: "\201C";
    color: #26d733;
    font-weight: bold;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-content:after {
    content: "\201D";
    color: #26d733;
    font-weight: bold;
    font-family: serif;
    font-size: 32px;
    line-height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonial-wrapper small {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline: 0;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    display: block;

    width: 100%;
    padding: 0;
    margin: 15px 0 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 50px;
    height: 4px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 50px;
    height: 4px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
    content: "";

    width: 50px;
    height: 4px;
    text-align: center;
    background: #676867;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    background: #26d733;
}

@media all and (min-width: 992px) {
    .testimonial-wrapper,
    .contact-widget-wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
    .testimonial-slider h2,
    .contact-widget h2 {
        font-size: 2.4em;
        margin-bottom: 0;
    }
    .testimonial-content {
        max-width: 750px;
        margin: 0 auto;
    }
    .testimonial-intro p,
    .testimonial-content blockquote,
    .testimonial-content p,
    .contact-intro p {
        font-size: 1.125em;
    }
    .testimonial-content blockquote,
    .testimonial-content p {
        max-width: 600px;
        margin-top: 50px;
    }
    .testimonial-content:before,
    .testimonial-content:after {
        font-size: 150px;
    }
    .testimonial-content:before {
        left: -35px;
    }
    .testimonial-content:after {
        right: -35px;
        bottom: -30px;
    }
    .testimonial-wrapper small {
        font-size: 1.25em;
        margin-top: 30px;
    }
    .slick-dots {
        margin-top: 30px;
    }
    .slick-dots li,
    .slick-dots li button,
    .slick-dots li button:before {
        height: 6px;
        width: 90px;
    }
}

/*****************************************/
/* Pricing Boxes                         */
/*****************************************/

.pricing-box {
    border: 1px solid #dad8d9;
    border-bottom: 1px solid transparent;
    padding: 20px;
    color: #6f6f6f;
    text-align: center;
}

.pricing-wrapper.alt .pricing-box {
    background: #fff;
}

.pricing-box:last-of-type {
    border-bottom: 1px solid #dad8d9;
}

.pricing-box-content h2 {
    margin-top: 0;
    font-size: 28px;
    text-transform: none;
    text-align: center;
}

.pricing-box-content p {
    font-size: 14px;
    text-align: center;
}

.pricing-box-cost h2 {
    text-transform: none;
    text-align: center;
}

.pricing-box-wrapper {
    padding: 0 15px;
}

.pricing-wrapper.alt .intro-wrapper * {
    color: #fff;
}

.pricing-box-wrapper:after {
    clear: both;
    content: "";
    display: table;
}

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

.emerald-content-section .hs-cta-wrapper a:hover {
    color: #6f6f6f;
    font-size: 18px;
    background: white;
    border: 2px solid #6f6f6f;
}

.emerald-content-section .hs-cta-wrapper a,
.hs-cta-wrapper a,
.blog-content-wrapper .hs-cta-wrapper a,
.blog-side-column-wrapper .hs-cta-wrapper a {
    color: #fff;
    border: 2px solid #26d733;
    background: #26d733;
    min-width: 150px;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    clear: both;
}

@media all and (min-width: 768px) {
    .pricing-box {
        width: 33.33%;
        float: left;
        border: 1px solid #dad8d9;
        border-right: 1px solid transparent;
    }
    .pricing-box-wrapper {
        padding: 0 30px;
    }
    .pricing-box:last-of-type {
        border-right: 1px solid #dad8d9;
    }
}

@media all and (min-width: 992px) {
    .pricing-wrapper.alt .intro-wrapper {
        margin-top: 90px;
    }
}

@media all and (min-width: 1200px) {
    .pricing-box-wrapper {
        padding: 0;
    }
}

/*****************************************/
/* Full Width CTA                        */
/*****************************************/

.full-width-cta h2 {
    text-transform: none;
}

.full-width-cta p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.8;
}

@media all and (min-width: 992px) {
    .full-width-cta p {
        font-size: 1.125em;
    }
}

/*****************************************/
/* Full Width Logo Bar                   */
/*****************************************/

.logo-bar {
    background: #646464;
    text-align: center;
}

.logo-bar .emerald-content-section {
    padding: 15px;
}

.logo-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo-bar li {
    display: block;
    margin: 20px 0;
}

.logo-bar img {
    max-height: 30px;
    width: auto;
}

@media all and (min-width: 992px) {
    .logo-bar li {
        display: inline-block;
        margin: 20px;
    }
    .logo-bar img {
        max-height: 40px;
        height: 40px;
    }
}

@media all and (min-width: 1200px) {
    .logo-bar img {
        max-height: 50px;
        height: 50px;
    }
}

/*****************************************/
/* Footer                                */
/*****************************************/

.footer-container-wrapper {
    background: #515050;
    color: #fff;
    padding: 40px 15px;
}

.footer-container-wrapper .widget-type-logo {
    padding: 0 15px;
    text-align: center;
}

@media all and (max-width: 991px) {
    .footer-container-wrapper .widget-type-logo,
    .footer-nav .span9 {
        width: 100%;
        float: none;
    }
}

.footer-subscribe h3 {
    color: #eaeaea;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.footer-subscribe label {
    color: #999999;
    font-size: 13px;
    font-weight: normal;
}

.footer-subscribe input {
    margin-top: 10px;
    padding: 10px;
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 300;
    border: 0;
}

.footer-subscribe input[type="submit"] {
    background: #26d733;
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
    font-weight: 300;
    color: #fff;
}

.footer-social {
    text-align: center;
    padding: 30px 0px;
}

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

.footer-social li {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding: 0 15px;
}

.footer-social a {
    font-size: 0;
    color: transparent;
}

.footer-social a .fa:before {
    color: #999999;
    font-size: 36px;
}

.footer-copyright {
    color: #999999;
    font-size: 10px;
    margin: 30px 0 0;
    text-align: center;
}

.row-fluid [class*="span"].footer-scripts {
    display: none;
}

@media all and (max-width: 991px) {
    .row-fluid .footer-subscribe,
    .row-fluid .footer-copyright,
    .row-fluid .footer-social {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-subscribe {
        margin-top: 45px;
    }
}

@media all and (min-width: 768px) {
    .footer-nav .widget-type-menu {
        float: none;
    }
}

@media all and (min-width: 992px) {
    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer-nav {
        padding-bottom: 90px;
        margin-bottom: 15px;
        border-bottom: 2px solid #26d733;
    }
    .footer-nav .span9 {
        text-align: right;
        float: right;
        padding: 0 15px;
    }
    .footer-nav ul {
        list-style: none;
        font-size: 14px;
        margin: 20px 0 0;
        padding: 0;
    }
    .footer-nav .hs-menu-item {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 30px;
    }
    .footer-nav .hs-menu-item .hs-menu-item {
        display: block;
        margin-left: 0;
    }
    .footer-nav ul ul {
        margin-top: 25px;
    }
    .footer-nav a {
        text-decoration: none;
    }
    .footer-nav .hs-menu-item > a {
        color: #26d733;
        font-size: 1.125em;
        text-transform: uppercase;
    }
    .footer-nav .hs-menu-item .hs-menu-item > a {
        color: #c5c4c4;
        font-size: 1em;
        padding: 5px 0;
        display: block;
        text-transform: none;
    }
    .footer-nav .hs-menu-item .hs-menu-item > a:hover {
        color: #fff;
    }
    .footer-nav nav:after {
        clear: both;
        content: "";
        display: table;
    }
    .footer-subscribe h3 {
        text-align: left;
    }
    .footer-social a:hover .fa:before {
        color: #26d733;
    }
}

@media all and (min-width: 1200px) {
    .footer-nav ul {
        font-size: 16px;
    }
}

/*****************************************/
/* Subpage                               */
/*****************************************/

.subpage .home-slider .hs_cos_flex-viewport,
.subpage .home-slider .slick-list {
    height: 150px;
}

.subpage .home-slider .hs_cos_flex-slider .superimpose .caption,
.subpage .home-slider .hs_cos_gallery .superimpose.caption {
    top: 75px;
}

@media all and (min-width: 600px) {
    .subpage .home-slider .hs_cos_flex-viewport,
    .subpage .home-slider .slick-list {
        height: 300px;
    }
    .subpage .home-slider .hs_cos_flex-slider .superimpose .caption,
    .subpage .home-slider .hs_cos_gallery .superimpose.caption {
        top: 125px;
    }
}

@media all and (min-width: 850px) {
    .subpage .home-slider .hs_cos_flex-viewport,
    .subpage .home-slider .slick-list{
        height: 450px;
    }
    .subpage .home-slider .hs_cos_flex-slider .superimpose .caption,
    .subpage .home-slider .hs_cos_gallery .superimpose.caption {
        top: 185px;
    }
}

@media all and (min-width: 1200px) {
    .subpage .home-slider .hs_cos_flex-slider .superimpose .caption,
    .subpage .home-slider .hs_cos_gallery .superimpose.caption {
        top: 175px;
    }
}

/*****************************************/
/* Contact Form                          */
/*****************************************/

.subpage-wrapper span .hs_cos_wrapper_type_form {
    padding-bottom: 80px;
}

.subpage-wrapper .hs-form label {
    display: inline-block;
    font-size: 14px;
    color: #6f6f6f;
}

.subpage-wrapper fieldset,
.subpage-wrapper .hs_submit {
    max-width: 900px !important;
    margin: 0 auto !important;
}

.subpage-wrapper .hs-form input,
.subpage-wrapper .hs-form textarea {
    border: 2px solid #26d733;
    color: #6f6f6f;
    padding: 10px;
}

.subpage-wrapper .hs-form ul {
    margin-bottom: 0;
}

.subpage-wrapper .hs_submit {
    text-align: center;
}

.subpage-wrapper .hs-form input[type="submit"] {
    background: #26d733;
    color: #fff;
    border: 0;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    margin: 20px 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px;
}

.subpage-wrapper .hs-form input[type="submit"]:hover {
    background: #26b230;
}

.subpage-wrapper .hs-form input::placeholder,
.subpage-wrapper .hs-form textarea::placeholder {
    font-size: 14px;
    color: #6f6f6f;
}

.subpage-wrapper .hs-form .hs-form-field, .subpage-wrapper .hs-form label {
    margin-bottom: 10px;
}

.subpage-wrapper .form-columns-1 div:not(.hs-submit) input[type="text"],
.subpage-wrapper .form-columns-1 div:not(.hs-submit) input[type="file"],
.subpage-wrapper .form-columns-1 select,
.subpage-wrapper .form-columns-1 textarea {
    width: 100% !important;
}

.hs_cos_gallery_main,
.hs_cos_gallery_thumbnails,
.hs_cos_gallery_lightbox {
    padding: 0;
}

.emerald-two-column {
    padding-left: 15px;
    padding-right: 15px;
}

.emerald-two-column p {
    font-size: 16px;
    line-height: 1.5;
}

.emerald-two-column .span6:first-of-type {
    margin-bottom: 30px;
}

.emerald-two-column .span6 > *:first-child {
    margin-top: 0;
}

@media all and (max-width: 599px) {
    .subpage-wrapper .form-columns-2 .hs-form-field,
    .subpage-wrapper .form-columns-2 input,
    .subpage-wrapper .form-columns-2 select,
    .subpage-wrapper .form-columns-2 textarea {
        width: 100% !important;
    }
    .subpage-wrapper .input {
        margin-right: 0 !important;
    }
}
 
@media all and (min-width: 992px) {
    .subpage-wrapper > span > .hs_cos_wrapper_type_form {
        padding: 0 30px 40px;
    }
    .subpage-wrapper > .hs_cos_wrapper > *:not(.hs_cos_wrapper_type_custom_widget) {
        padding: 30px 30px;
        max-width: 1260px;
        margin: 0 auto;
        padding-bottom: 45px;
    }
    .emerald-two-column {
        padding-left: 30px;
        padding-right: 30px;
    }
    .emerald-two-column p {
        font-size: 18px;
    }
}

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

.header-container .lp-contact-header {
    display: none;
}

.lp-banner-wrapper.emerald-wrapper,
.hp-banner-wrapper.emerald-wrapper {
    padding: 90px 15px 60px;
}

.lp-banner-wrapper .lp-form,
.hp-banner-wrapper .hp-form {
    background: rgba(0,0,0,.40);
    padding: 15px;
    margin-top: 30px;
}

.landing-page-2 .lp-banner-wrapper .lp-form { 
    max-width: 500px;
    margin: 0 auto;
}

.lp-banner-wrapper .lp-form h3,
.hp-banner-wrapper .hp-form h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.lp-form .submitted-message,
.hp-form .submitted-message {
    color: #fff;
    padding: 20px 0;
}

.lp-banner-wrapper .lp-form h3,
.lp-banner-wrapper .lp-form label,
.lp-banner-wrapper h1,
.lp-banner-wrapper h2,
.lp-banner-wrapper p,
.hp-banner-wrapper .hp-form h3,
.hp-banner-wrapper .hp-form label,
.hp-banner-wrapper h1,
.hp-banner-wrapper h2,
.hp-banner-wrapper p {
    color: #fff;
}

.lp-form input[type="submit"],
.hp-form input[type="submit"] {
    margin-top: 20px;
    background: #26d733;
    border: 1px solid #26d733;
    padding: 15px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}


.lp-form label,
.hp-form label {
    display: inline-block;
    font-size: 14px;
}

.lp-form .hs-form-field,
.lp-form label,
.hp-form .hs-form-field,
.hp-form label {
    margin-bottom: 10px;
}

.lp-form input,
.lp-form textarea,
.hp-form input,
.hp-form textarea, {
    border: 2px solid #26d733;
    color: #6f6f6f;
    padding: 10px;
    background: rgba(255,255,255,.95);
}

.lp-banner-wrapper h1,
.hp-banner-wrapper h1 {
    font-size: 2em;
    line-height: 1.1;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0;
    display: block;
    text-align: center;
}

.lp-banner-wrapper h2,
.hp-banner-wrapper h2 {
    font-size: 1.125em;
    font-weight: 300;
    padding: 0 30px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.lp-banner-wrapper,
.hp-banner-wrapper {
    margin: 0;
    background: #fff;
    border: 0;
    position: relative;
    zoom: 1;
    min-height: 300px;
}

@media all and (min-width: 992px) {
    .header-container .lp-contact-header {
        width: 100%;
        float: right;
        padding-bottom: 30px;
        text-align: right;
        color: #fff;
        display: block;
    }
    .header-container .lp-contact-header a {
        text-transform: none;
        color: #26d733;
    }
    .lp-banner-wrapper.emerald-wrapper,
    .hp-banner-wrapper.emerald-wrapper {
        padding: 140px 30px 110px;
    }
    .lp-banner-wrapper:after,
    .hp-banner-wrapper:after {
        clear: both;
        content: "";
        display: table;
    }
    .lp-banner-text,
    .hp-banner-text {
        float: left;
        margin-top: 90px;
        width: 60%;
    }
    .landing-page-2 .lp-banner-text {
        float: none;
        margin-top: 60px;
        width: 100%;
    }
    .lp-banner-wrapper .lp-form,
    .hp-banner-wrapper .hp-form {
        float: right;
        margin-top: 0;
        width: 40%;
    }
    .landing-page-2 .lp-banner-wrapper .lp-form {
        float: none;
        margin: 60px auto;
    }
    .lp-banner-wrapper .lp-form h3,
    .hp-banner-wrapper .hp-form h3 { 
        font-size: 24px;
        margin-bottom: 0;
    }
    .lp-form input[type="submit"],
    .hp-form input[type="submit"] {
        font-size: 16px;
        margin-top: 10px;
    }
    .lp-banner-wrapper h1,
    .hp-banner-wrapper h1 {
        font-size: 60px;
    }
    .lp-banner-wrapper h2,
    .hp-banner-wrapper h2 {
        font-size: 26px;
    }
    .landing-page-2 .lp-banner-wrapper.emerald-wrapper .row-fluid {
        padding-bottom: 0;
    }
}

/*****************************************/
/* Blog                                  */
/*****************************************/

.blog-content-wrapper {
    padding: 0 15px;
}

.blog-side-column-wrapper {
    padding: 0 15px;
}

@media all and (max-width: 991px) {
    .blog-content-wrapper,
    .blog-side-column-wrapper {
        width: 100% !important;
        margin: 0 !important;
    }
}

.post-header h2 {
    font-size: 28px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.hs-blog-social-share {
    height: initial;
}

.post-header a {
    text-decoration: none;
}

#hubspot-author_data,
.meta-bottom {
    font-size: 12px;
}

.more-link.button {
    margin-bottom: 30px;
}

.post-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #26d733;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #26d733;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #26d733;
  border-color: #26d733;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

#hs_cos_wrapper_about_this_blog > *:first-child {
    margin-top: 0;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    margin-right: 10px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    display: inline-block;
    float: none;
}

.hs-blog-social-share-item-facebook {
    margin-top: -2px;
    vertical-align: top;
}

.blog-side-column-wrapper .widget-span {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.blog-side-column-wrapper h1 {
    font-size: 28px;
}

.blog-side-column-wrapper h2 {
    font-size: 24px;
}

.blog-side-column-wrapper h1,
.blog-side-column-wrapper h2,
.blog-side-column-wrapper h3,
.blog-side-column-wrapper h4,
.blog-side-column-wrapper h5, 
.blog-side-column-wrapper h6 {
    line-height: 1.2;
}

.widget-type-blog_subscribe label,
#comment-form label {
    font-size: 13px;
    font-weight: normal;
}

.widget-type-blog_subscribe input,
#comment-form input,
#comment-form textarea {
    margin-top: 5px;
    padding: 10px;
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 15px;
}

.widget-type-blog_subscribe input {
    margin-bottom: 0;
}

#comment-form input,
#comment-form textarea {
    border: 1px solid #ccc;
}

.widget-type-blog_subscribe input[type="submit"],
#comment-form input[type="submit"] {
    background: #26d733;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
}

#comment-form input[type="submit"] {
    margin-bottom: 0;
}

#comment-form textarea {
    height: 200px;
    line-height: 1.5;
}

#comment-form [type="checkbox"],
#comment-form [type="radio"] {
    margin-right: 10px;
    margin-bottom: 0;
}

.blog-post-wrapper .post-header h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-post-wrapper .post-body h1,
.blog-post-wrapper .post-body h2,
.blog-post-wrapper .post-body h3,
.blog-post-wrapper .post-body h4,
.blog-post-wrapper .post-body h5,
.blog-post-wrapper .post-body h6 {
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 30px;
}

.blog-post-wrapper .post-body h1 {
    font-size: 32px;
}

.blog-post-wrapper .post-body h2 {
    font-size: 28px;
}

.blog-post-wrapper .post-body h3 {
    font-size: 24px;
}

.blog-post-wrapper .post-body h4 {
    font-size: 21px;
}

.blog-post-wrapper .post-body h5 {
    font-size: 18px;
}

.blog-post-wrapper .post-body h6 {
    font-size: 16px;
}

#comments-listing .comment {
    padding: 30px 0;
}

#comments-listing .comment.depth-0 {
    margin-top: 10px;
}

#comments-listing .comment.depth-1 {
    padding: 20px 20px 20px 30px;
}

#comments-listing .comment-from h4 {
    font-size: 16px;
    margin: 0;
}

#comments-listing {
    margin-top: 30px;
}

.comment-body, .comment-reply-to {
    font-size: 14px;
    line-height: 1.5;
}

#comments-listing .comment-body p {
    line-height: 1.5;
}

.comment-from, .comment-date {
    display: block !important;
}

.comment-reply-to {
    color: #6f6f6f !important;
    font-size: 12px;
}

.blog-content-wrapper .post-footer {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.blog-side-column-wrapper .layout-widget-wrapper > span > *:first-child,
.blog-side-column-wrapper .layout-widget-wrapper > span > .block > *:first-child {
    margin-top: 0;
}

.blog-side-column-wrapper .layout-widget-wrapper > span > *:last-child,
.blog-side-column-wrapper .layout-widget-wrapper > span > .block > *:last-child,
.blog-side-column-wrapper .layout-widget-wrapper .widget-module ul {
    margin-bottom: 0;
}

.hs_subscribe ul {
    margin-top: 0 !important;
}

@media all and (max-width: 479px) {
    .post-body img {
        float: none !important;
        margin: 0 !important;
    }
}

@media all and (min-width: 992px) {
    .blog-content-wrapper {
        padding: 0 30px 0 0;
    }
    
    .blog-side-column-wrapper {
        padding: 30px 0 0 0;
        border-top: 0;
    }
    
    .post-header h2 {
        font-size: 28px;
    }
    .emerald-wrapper .blog-side-column-wrapper .row-fluid {
        padding-bottom: 0;
    }
    
    .blog-side-column-wrapper .block > *:first-child {
        margin-top: 0;
    }
    .blog-post-wrapper h1 {
        font-size: 42px;
    }
    #comments-listing .comment-from h4 {
        font-size: 21px;
    }
    #comment-form {
        padding-top: 30px;
        border-top: 1px solid #ccc;
    }
    #comments-listing #comment-form {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
    #comment-form input[type="submit"] {
        display: inline-block;
        width: auto;
    }
    .comment-body,
    .comment-reply-to,
    #comment-form input,
    #comment-form textarea {
        font-size: 16px;
    }
    .blog-content-wrapper .post-footer {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .blog-post-wrapper img {
        padding-bottom: 30px;
    }
}