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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*********************************************/
/*  Do not change the values below this section - Symphony Color selections */
/*********************************************/

 /* This is the main color of the site */
 /* this is the hover state of the main color of the site */
 /* This is the secondary color of the site */
 /* This is the hover state of the secondary color of the site */



/*****************************************/
/* Header Fixes    */
/*****************************************/

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
        padding: 0 10px;
        width: 275px !important;
        z-index: 50;
}

@media screen and (min-width: 768px) {
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: #fff;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    min-width:275px !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    min-width: 275px !important;
    white-space: normal;
}
}

@media (max-width: 768px) {
.call-us-header {
    display:none;
}
}

@media (min-width: 769px) {
.call-us-header {
    display:initial;
}
}

#header-demo {
    min-width:130px;
    background: #81c263;
    color: #fff !important;
    font-weight:bold;
}

@media (max-width: 768px) {
#header-demo {
padding: 5px 8px;
}
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    max-width: none !important;
    width: auto !important;
}

/*****************************************/
/* Banner H1 Fix */
/*****************************************/

@media (max-width: 465px) {

.page-banner-hero .header h1 {
    font-size: 38px;
    line-height: 50px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    text-transform: none;
}
}


/*****************************************/
/* Basic Lander Header Fixes    */
/*****************************************/

.landing.long .hero .basic-header a {
    border: 3px solid #81c263;
    background: #81c263;
    font-weight:bold;
}

.landing.long .hero .basic-header a:hover {

    background: rgba(129, 194, 99, .7);
    border-color: rgba(129, 194, 99, .7);
    color:#fff !important;
    font-weight:bold;
}

/*****************************************/
/* Lander Header Fixes    */
/*****************************************/

@media (max-width: 465px) {
.lander-header h1 {
    font-size: 33px !important;
    line-height: 50px !important;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    text-transform: none;
    word-wrap: normal;
}
}

@media (max-width: 1024px) {
.lander-header h1 {
    font-size: 42px !important;
    line-height: 50px !important;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    text-transform: none;
    word-wrap: normal;
}
}


@media (max-width: 1024px) {
.lander-header h3 {
    font-size: 22px !important;
    line-height: 25px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    text-transform: none;
    word-wrap: normal;
}
}

/*@media (max-width: 465px) {*/
/*.lander-header p {*/
/*    font-size: 22px !important;*/
/*    line-height: 50px;*/
/*    -webkit-margin-before: 0;*/
/*    -webkit-margin-after: 0;*/
/*    text-transform: none;*/
/*    word-wrap: normal;*/
/*}*/
/*}*/


/*****************************************/
/* Darker Backgrounds
/*****************************************/

.tri-section-group {
    background-color:rgba(204, 202, 202, 0.61);
}
/*****************************************/
/* Column Stacking Reordering - Use stack-row class to make top, use sidebar class to make bottom */
/*****************************************/

@media screen and (max-width:767px) {

.stack-row > .row-fluid-wrapper > .row-fluid{
  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;
}
    .main-content{
        order: 1 !important;
-webkit-order: 1 !important;
    -moz-order: 1 !important;
    -ms-order: 1 !important;
    
        width: 100%;
    }
    .sidebar {
        order: 2 !important;
-webkit-order: 2 !important;
    -moz-order: 2 !important;
    -ms-order: 2 !important;
        width: 100%;
    }
}

/*****************************************/
/* Homepage Fix    */
/*****************************************/

.home.one .hs-rss-item.hs-with-featured-image .hs-rss-description a {
    max-width: 195px;
    text-align:center;
}


.hero-box a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}




/*****************************************/
/* Stat Section Font Increase    */
/*****************************************/

.ff-item {
    font-size:55px !important;
}

/*****************************************/
/* Header Padding Decrease    */
/*****************************************/



.body-container-wrapper {
    padding-top:0px;
}

@media (min-width: 602px) {
    .body-container-wrapper {
    padding-top:75px !important;
}
}

/*****************************************/
/* FAQ Accordian Fix    */
/*****************************************/

.accordion_header {
    line-height: 35px !important;
}

.accordion_group {
    margin-bottom: 2px;
    background: #267bb3;
}


/*****************************************/
/* Case Study/Partner Pages Fix for Images    */
/*****************************************/

.case-studies .content-section .case-study-content img {
    border-radius: 0px;
}


/*****************************************/
/* Utility    */
/*****************************************/

.text-center {
    text-align:center;
}

@media (max-width: 768px) {
.hidden-mobile {
    display:none !important;
}
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px;
  height:200px;
}

/* to center flex-items */
.flex-item {
   margin: auto;
}


/*****************************************/
/* Cover Banner   */
/*****************************************/

* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box; 
}

@media (min-width: 806px) and (max-width: 1022px) {
.hero-box-left {
    height:450px;
    width:100%;
}
.hero-box-right {
    height:220px;
    width:100%;
}
}
@media (min-width: 767px) and (max-width: 805px) {
.hero-box-left {
    height:510px;
    width:100%;
}
.hero-box-right {
    height:250px;
    width:100%;
}
}


@media (max-width: 767px) {
.hero-box-left {
    height:315px;
}
.hero-box-right {
    height:300px;
}
.hero-tagline {
    display:none !important;
}
}
@media (min-width: 600) {

.hero-tagline {
    display:auto !important;
}
}
@media (min-width:1022px) {
.hero-box-left {
    height:511px;
}
.hero-box-right {
    height:250px;
}   

}

.hero-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;
}

.hero-box {
    padding:15px;
    border: 1px solid #ffffff;
    margin:5px 0px 5px 0px;
    position: relative;
    background-color: rgba(15, 4, 41, 0.62);
    transition: all 0.5s ease;
    
}

.hero-box:hover {
    background-color: rgba(1, 3, 23, 0.35);
    transition: all 0.5s ease;  
}

.main-product-header h1 {
    font-size:30px;
    text-align:center;
    font-weight:500;
    overflow: hidden;
    margin-bottom:0px;
}

.main-product-header: after {
    content: "";
    display: inline-block;
    height: .75em;
    vertical-align: bottom;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    border-top: 1px solid #fff;
}


.main-product-header h2 {
    font-size: 20px;
    text-align:center;
    font-weight:500;
    overflow: hidden;
    margin-bottom:0px;
}    

.smaller-button {
    font-size:12px !important;
}

.cta-transparent-bordered {
    padding: 10px 16px;
    color: #6126a7;
    border: 2px solid #6126a7;
    background: none;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    cursor:auto;
    font-size:18px;
    max-width:100%;
    font-family: 'Open Sans', "Times New Roman", Times, serif;  
}

.cta-transparent-bordered:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: blue;
    text-decoration: none;
    background: #6126a7;
    color: #fff;
    border: 2px solid #6126a7;
}

.home.one .hero-overlay {
    padding: 100px 0 !important;
    padding-top: 150px;
}

/* Top Banner Custom Styling */

.row-fluid {
    width: 100%;
    /*Needs to be @Media Queried for different size devices?*/
}

.esm-promo-bar {
    background: ;
    text-align: center;
    padding: 10px;
    
}

.esm-promo-bar-text {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.5em;
    text-align:center;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

/* Partner Holder Custom Module */

.partner-holder {
  border-top: 3px solid #f0f0f0;
  padding: 10px 0 15px;
}
.partner-logo-in-box { 
  height: 100px;
  width: 29%;
}

.custom-partner-holder-wrapper .partner-column {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.custom-partner-row1{
    margin-top: 30px;
}

.pricing-box {
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    position:relative;
}

.pricing-box a span {
    position:absolute; 
    width:100%;
    height:100%;
    top:0;
    left: 0;

    /* edit: added z-index */
    z-index: 1;

    /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
}

.pricing-box.style1-v2 {
    text-align:center;
    border-top:none;
}

.featured {
    border-top:none !important;
}

.pricing-box a {
    margin-top:0px !important;
}

/* ==========================================================================
   Pricing Table                             
   ========================================================================== */



.style1-v2 .price-table {
    background: #267bb3;
    padding: 50px 0;
}

.pricing-table h3.heading {
    color: #fff;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    background:  !important;
    border-top-right-radius: 4px;
    }
.pricing-table .label{
    padding: 5px 10px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    vertical-align: middle;
    background: 
    opacity: 100;;
}
.pricing-table .content {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    opacity: 100;
    }
    
.pricing-table .content ul{
    list-style: none;
    padding-left: 0px;
    opacity: 100;

    }
.pricing-table .content ul li{
    padding: 10px 0px;
    opacity: 100;
    }
.pricing-table .number{
    font-size: 60px;
    font-weight: 700;
    font-color: black;
    }
.pricing-table .currency{
    font-size: 24px;
    position: relative;
    top: -25px;
    font-color: black;
    opacity: 100;
    }
.pricing-table .unit{
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
    opacity: 100;
    }
.pricing-table .content a{
    padding: 10px 25px;
    opacity: 100;
}
.icon-width i {
    color: ;
}

.price-figure {
    opacity: 100;
}

/* ==========================================================================
   Pricing Product Selector                             
   ========================================================================== */

.header__nav-wrapper {
    bottom: 0;
    margin: 0 0 75px;
    width: 100%;
    position: relative;
}

.header__nav--title {
    display: none;
    cursor: pointer;
}

.header__nav {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border: 3px solid #fff;
}

.header__nav-link:visited {
    color:#fff;
}


.header__nav-link {
    display: block;
    padding: 14px;
    text-transform: uppercase;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .9px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    list-style-image: none;
    
}

.header__nav-link:link {
    color:#fff;
	text-decoration:none
}

.header__nav-link:hover {
	text-decoration:none;
	background:#fff;
	color:#267bb3;
}

.header__nav-item:first-child, .header__nav-item:last-child {
    border: none;
}

.header__nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    font-size: 1em;
    line-height: 1.6em;
    color: #fff;
    box-sizing: border-box;
    display: list-item;
    text-align: center;
    list-style: none;
    list-style-image: none;
    
}

.header__nav-item.active .header__nav-link {
    background: #fff;
    color: #267bb3;
}

/* ==========================================================================
   Pricing Calculator +Perform                             
   ========================================================================== */

fieldset {
    border-width: 0px;
    
}

.pricing-calculator {
    /*width: 676px;
    clear: both;
    float: right;*/
    text-align: left;
    color: #FFF;
    width: 100%;   
    background-color:#267bb3;
    list-style-type: none;
    border-radius:15px;
}


/* Math elements */
.pricing-calculator li {
    
    background-color: ##267bb3;
    background: ##267bb3;
    list-style-type: none;
    width: 50%;
    margin: 0 auto; 
}

.pricing-calculator input {
    max-width:80%;
}

.pricing-calculator .cost-per input {
    border: 0;
    background-color: rgba(117, 175, 90, 0.74);
    color: #FFF;
    text-align: right;
    

}


.pricing-calculator .cost-total input {
    border: 0;
    background-color: rgba(117, 175, 90, 0.74);
    color: #FFF;
    text-align: right;

}

.hs-form-field ul {
    list-style-type:none !important;
}

/* ==========================================================================
   ESM Card Styling                             
   ========================================================================== */

.esm-card--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    margin: 0 0 60px;
    width: 100%;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    overflow:hidden;
}

.esm-card--large:hover {
    box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    overflow:hidden;
}

.esm-card--large>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.esm-card--large>div:hover {
    cursor: pointer
}

.esm-card--large>div:hover .cta--tertiary {
    background-color: #e8f7fd;
    color: #1da1db;
    border-color: #1da1db
}

@media (max-width: 767px) {
    .esm-card--large>div {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

/* .esm-card--large>div * {
    pointer-events: none
}
*/

.esm-card--large .esm-card__heading {
    width: 55%;
    background: #f7751f;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

@media (max-width: 1024px) {
    .esm-card--large .esm-card__heading {
        width:100%;
        padding: 30px 0;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

.esm-card--large .esm-card__heading-content {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.esm-card--large .esm-card__heading-content img {
    max-width: 170px;
}

@media (max-width: 767px) {
    .esm-card--large .esm-card__heading-content {
        width:100%;
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

.esm-card--large .esm-card__heading-content h3 {
    margin: 0;
    font-weight: 100;
    font-size: 2em
}

.esm-card--large .esm-card__heading-content h3 strong {
    font-weight: 300
}

.esm-card--large .esm-card__content {
    padding: 60px 90px 55px 70px;
    background:#fff;
}

.esm-card--large .esm-card__content p {
    font-weight: 300;
    color: #797979
}

.clickable-card {
    cursor: pointer;
}

.esm-card__content a h4 {
    color: #565656 !important;
    -webkit-margin-after: 15px;
}

.esm-card__content a p {
    color: #565656 !important;
}

.esm-card__content .bordered-button-harmony {
    font-weight:bold;
    font-size:16px;
}

@media (max-width: 1024px) {
    .esm-card--large .esm-card__content {
        text-align:center;
        padding: 30px 45px 28px 35px
    }
}

.esm-cta-block--with-badge .esm-cta-block__content-wrapper {
    position: relative;
    margin-top: 100px
}

.esm-cta-block--with-badge .esm-cta-block__content-wrapper:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(//cdn2.hubspot.net/hubfs/53/cta-card-badge.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px
}

@media (max-width: 767px) {
    .esm-cta-block--with-badge .esm-cta-block__content-wrapper:before {
        left:50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.esm-card--large,.esm-card--third {
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.esm-card--large h4,.esm-card--third h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1.625em
}

.esm-page-header p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .02em
}

.esm-card--large,.esm-image-block__content-wrapper {
    position: relative
}


/*
.esm-card--large:after,.esm-image-block__content-wrapper:after {
    content: "";
    pointer-events: none;
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    /*background: url(Use this to add a pretty decoration to the box) no-repeat 100% 100% */
}
*/

@media (max-width: 767px) {
    .esm-card--large:after,.esm-image-block__content-wrapper:after {
        background:none
    }
}

.esm-get-started-two-col-wrapper {
    height: 100%;
    margin-left:0% !important;
}

.esm-card--half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    margin: 0 0 25px;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #fff;
}

.esm-card--half:hover {
    box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    cursor: pointer
}

.esm-card--half:hover .cta--tertiary {
    background-color: #e8f7fd;
    color: #1da1db;
    border-color: #1da1db
}

@media (max-width: 1024px) {
    .esm-card--half {
        width:100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.esm-card--half .esm-card__heading {
    width: 100%;
    background-color: #267bb3 ;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 30px 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.esm-card--half .esm-card__heading-content h3 {
    margin: 0;
    font-weight: 100;
    font-size: 1.45em
}

.esm-card--half .esm-card__heading-content img {
    max-width: 180px;
}

.esm-card--half .esm-card__content {
    text-align: center;
    padding: 40px 55px 50px
}

.esm-card--half .esm-card__content p {
    font-weight: 300
}

.esm-card--half .esm-card__content .cta--tertiary {
    display: inline-block
}

.esm-card--half a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .esm-card--half a {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.esm-card__flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .esm-card__flex-wrap {
        display:block
    }
}

.clickable-card a:link, {
    color:#565656;
}

.clickable-card a:active {
    color:#565656;
}

.clickable-card a:visited {
    color:#565656;
}

.clickable-card a span {
    position:absolute; 
    width:100%;
    height:100%;
    top:0;
    left: 0;

    /* edit: added z-index */
    z-index: 1;

    /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
}



.download-card:after {
    display:inline;
    content: "";
    width: inherit;
    height: 179px;
    display: block;
    position: absolute;
    background: url(/hubfs/Stock_Photos/Vectors/Download%20Icon%20.png) no-repeat 100% 100%;
    background-size:contain;
    bottom: -31px;
    right: -21px;
    opacity:.2;

}

.download-card:after:hover {
    
}

@media (max-width: 1024px) {
.download-card:after {
    display:none;
}
}




/* ==========================================================================
   White Paper Library Styling                            
   ========================================================================== */

.products .content-section .hs_cos_wrapper_type_rich_text, .resources .library-col .hs_cos_wrapper_type_rich_text {
    background:#fff;
}

/* ==========================================================================
   Hover download styling                          
   ========================================================================== */

.hs-resources .featured-whitepapers {
    width: 50%;
    overflow: hidden;
    padding-bottom: 27px;
    float: left;
}
.featured-whitepapers figure.img-polaroid {
    margin: 0;
}
.featured-whitepapers {
    border-radius:15px;
    max-width:330px;
}

figure.img-polaroid a.various.iframe {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    
}

figure.img-polaroid a.various.iframe span {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    background: url(/hubfs/ESM%20Software%20Group%20Oct%202016%20Theme/Image/dowload.png) center center no-repeat;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
figure.img-polaroid a.various.iframe:hover span {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hs-resources .featured-whitepapers h3 {
    text-align: center;
    margin: 3px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

/* ==========================================================================
   Partner Holder                         
   ========================================================================== */

.partner-holder {
  border-top: 3px solid #f0f0f0;
  padding: 10px 0 15px;
}

.partner-logo-in-box {
    height: 100px;
    max-width:150px;
    float: left;
}


.custom-partner-row1{
    margin-top: 20px;
}

.partner-name-in-box {
    
    float: right;
}
.partner-holder:after {
    content: "";
    clear: both;
    display: block;
}
.partner-name-in-box>a + p {
    margin: 10px 0 0;
}
.partner-name-in-box>a>h3 {
    margin: 0;
}
.custom-partner-holder-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width:100%;
}

.partner-column {
    width:auto;
    display:block;
}

ul.hs-error-msgs.inputs-list li {
    color: #AA0000;
}

.partner-holder h5 {
    margin-bottom:5px;
}

.partner-holder p {
    font-size:14px;
}

/* ==========================================================================
   Webinar Picture                       
   ========================================================================== */

#webinar-host img {
    border-radius:50%;
}

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

@media (max-width: 767px) {
    
.blog-slider-area {
    display: block !important;
}
}

.blog-post-item {
    margin:4px !important;
}

.blog.cards .post-body h2 {
    font-size:24px;
}

@media (max-width: 1139px) and (min-width: 767px) {
.blog-sidebar-item {
    max-width:100% !important;
    width:100% !important;
}
}

@media (max-width: 1139px) and (min-width: 767px) {
.blog-piece {
    max-width:100% !important;
    width:100% !important;
}
}

/*@media (max-width: 819px) {*/
/*.blog-section {*/
/*    max-width:100% !important;*/
/*    width:100%;  */
/*}*/
/*}*/

/*@media (max-width: 819px) {*/
/*.blog-sidebar-item {*/
/*    max-width:100% !important;*/
/*    width:100%;  */
/*}*/


body.blog.jobs, body.blog.portfolio {
    background-color: #fff;
}

.blog-pagination {
    clear: left;
    text-align: center;
    padding: 30px 0;
    
    margin: 7px auto 0!important;
    font-size: 24px;
}
.next-posts-link {
    margin-left: 15px;
}
.previous-posts-link {
    margin-right: 15px;
    padding-bottom:15px;
}
.page-nav {
    border-top: 2px solid #676767;
    border-bottom: 2px solid #676767;
    height: 40px;
    padding-bottom:15px;
}
.previous-post {
    color: #111;
    float: left;
    line-height: 2em;
    font-family: ;
    font-weight: bold;
    text-transform: uppercase;
    
}
.next-post {
    color: #111;
    float: right;
    line-height: 2em;
    font-family: ;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-listing-fix {
    display:normal;
}

.blog.two .blog-post-item .post-header-title {
    min-height: 45px;
}

@media (min-width: 768px) and (max-width: 1015px) {
.blog-listing-fix {
    display:none;   
}
}

/*Adjust Blog Header Size*/

.post-header h1 {
    font-size: 44px;
}

@media (max-width: 600px) {
    .post-header h1 {
        font-size: 30px;
    }
}

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

.footer .widget-type-post_listing ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-left: 0px;
} 

/* ==========================================================================
  Lander Fixes                  
   ========================================================================== */    
    
.landing.long .company-logo {
    margin: 0px;
    text-align: center;
}

.esm-styled-form {
    padding: 25px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    border-radius: 0;
    background: rgba(255,255,255,.9)
}
    
.esm-styled-form h3 {
    text-align: center;
}  

.esm-styled-form:before {
    background-image: url(https://www.esmgrp.com/hubfs/Stock_Photos/Vectors/bouncing-arrow-2-black.gif?t=1488575863950);
    position: absolute;
    height: 300px;
    width: 300px;
    position: absolute;
    left: -16px;
    top: -6px;
    height:20px;
    content:" ";
}

/* ==========================================================================
  Video                  
   ========================================================================== */    

.esm-image-block__video-wrapper {
    position: relative;
    text-align: center;
    padding: 0 30px;
    z-index: 1;
}

/*@media (min-width: 768px) {*/
/*    .esm-image-block__video-wrapper {*/
/*        padding:0 10%*/
/*    }*/
/*}*/

.esm-image-block__video {
    border: 1px solid #e4e5e6;
    border-radius: 5px;
    box-shadow: 0 50px 80px -40px rgba(0,0,0,.35),0 25px 25px -20px rgba(0,0,0,.35);
    text-align:center;
    max-width:700px;
}

.video-header hr {
    background-color:#267bb3;
}

.esm-video-1:after {
    content: "";
    width: 313px;
    height: 210px;
    display: initial;
    position: absolute;
    top: 250px;
    right: 2px;
    background: url(https://www.esmgrp.com/hubfs/Stock_Photos/Vectors/Gear%20Icons.png?t=1488829844299) no-repeat 100% 100%;
    background-size: contain;
    opacity: .2;
    /* transform: translateY(0); */
    z-index: -1;
}

.esm-video-2:after {
    content: "";
    width: 313px;
    height: 210px;
    display: initial;
    position: absolute;
    top: 1px;
    left: -207px;
    background: url(https://www.esmgrp.com/hubfs/Stock_Photos/Vectors/lightbulb_icon.png) no-repeat 100% 100%;
    background-size: contain;
    opacity: .2;
    /* transform: translateY(0); */
    z-index: -1;
}

.video-container {
    position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media (max-width: 1086px){ 
.esm-image-block__video {
    max-width: 635px;
}
}

/*****************************************/
/* Popup 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: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.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 {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
@media (max-width: 768px) {
    .reveal-modal {
        margin-left: -36%;
        max-width: 81%;
    }
}

.reveal-modal .hs-button.primary.large {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
}

/*****************************************/
/* Product Feature Set    */
/*****************************************/

.esm-product-feature-set,.esm-product-pricing-points,.esm-product-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 40px
}

@media (max-width: 767px) {
    .esm-product-feature-set,.esm-product-pricing-points,.esm-product-testimonial {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.esm-product-feature-set__left,.esm-product-pricing-points__left,.esm-product-testimonial__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 33.33333%;
    padding-right: 10.5%
}

@media (max-width: 767px) {
    .esm-product-feature-set__left,.esm-product-pricing-points__left,.esm-product-testimonial__left {
        min-width:100%;
        padding-right: 0
    }
}

.esm-product-feature-set__left h3,.esm-product-pricing-points__left h3,.esm-product-testimonial__left h3 {
    letter-spacing: 0;
    font-weight: 300
}

@media (max-width: 767px) {
    .esm-product-feature-set__left h3,.esm-product-pricing-points__left h3,.esm-product-testimonial__left h3 {
        font-size:32px
    }
}

.esm-product-feature-set__right,.esm-product-pricing-points__right,.esm-product-testimonial__right {
    padding-top: 27px;
    min-width: 66.66667%
}

.esm-product-feature-set__right h6,.esm-product-pricing-points__right h6,.esm-product-testimonial__right h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.esm-product-feature-set__right p,.esm-product-pricing-points__right p,.esm-product-testimonial__right p {
    margin-top: 0
}

.esm-product-feature-set-card,.esm-product-pricing-points-card,.esm-product-testimonial-card {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.esm-product-feature-set-card:hover,.esm-product-pricing-points-card:hover,.esm-product-testimonial-card:hover {
    box-shadow: none;
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em)
}

.esm-product-feature-set__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .esm-product-feature-set__row,.esm-product-pricing-points__row,.esm-product-testimonial__row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.esm-product-feature-set__row-item,.esm-product-pricing-points__row-item,.esm-product-testimonial__row-item {
    max-width: 33.33333%;
    padding-right: 40px;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 12em;
    flex: 1 1 12em
}

@media (max-width: 767px) {
    .esm-product-feature-set__row-item,.esm-product-pricing-points__row-item,.esm-product-testimonial__row-item {
        max-width:100%;
        margin-bottom: 20px
    }
}

.esm-product-feature-set__row-item h4,.esm-product-pricing-points__row-item h4,.esm-product-testimonial__row-item h4 {
    margin: 0.3em 0
}

.esm-product-feature-set__row-item svg,.esm-product-pricing-points__row-item svg,.esm-product-testimonial__row-item svg {
    width: 35px;
    height: 35px
}

@media (max-width: 767px) {
    .esm-product-feature-set,.esm-product-pricing-points {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .esm-product-feature-set,.esm-product-pricing-points {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.esm-product-feature-set__row-item h5 {
    font-size:15px;
    font-weight:bold;
    margin-bottom: 10px;
}

.esm-product-feature-set__row-item p {
    font-size:13px;
}

.esm-product-feature-set__row-item i {
    padding-bottom:5px;
    color:#267bb3;
}

/*****************************************/
/* client logo row   */
/*****************************************/

.client-logo img {
    height:95px;
    /*width:60px;*/
}


/* ==========================================================================
  Email Unsubscribe header fix - the header in the default hubspot module is static and it messes up the unsubscribe form
   ========================================================================== */

form > .page-header {
    position:static;
}

#hs_cos_wrapper_email_subscriptions_confirmation > .page-header {
    position:static;
}

#hs_cos_wrapper_email_simple_subscription > .page-header {
    position:static;
}


/*****************************************/
/* Healthcare Page Custom Styling - Market Veep   */
/*****************************************/

.healthcare-top {
    width: 100% !important;
}

.healthcare-top-left {
    float: left;
}

.healthcare-top-right {
    float: left !important;
}

.custom-footer-form {
    max-width: 800px !important;
}

.custom-footer-form h3 {
    font-size: 28px;
    padding-top: 30px;
    color: #81c263;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    margin: 0px 0 20px;
}
.custom-footer-form .hs-form-field label {
    font-size: 16px;
    margin: 5px !important;
    color: #fff;
    display: block;
}
body .custom-footer-form form .input input[type="text"], 
body .custom-footer-form form .input input[type="email"], 
body .custom-footer-form form .input input[type="url"], 
body .custom-footer-form form .input input[type="tel"], 
body .custom-footer-form form textarea,
body .custom-footer-form form select {
    margin: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border: 2px solid #f4f4f4;
}

.custom-footer-form .hs-button.primary, .custom-footer-form input[type="submit"], .custom-footer-form input[type="button"] {
    max-width: 500px !important;
    min-width: 200px !important;
    font-size: 20px;
}

body .custom-footer-form form .input .hs-input[type="checkbox"] {
    margin-right: 12px !important;
}
body .custom-footer-form form textarea{
    min-height: 150px !important;
    max-width: 100%;
}
body .custom-footer-form form .form-columns-1 .hs-richtext p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    padding: 13px 0 13px 33px;
}
.custom-footer-form form .actions input.hs-button.primary.large {
    margin-bottom: 20px;
    padding: 8px 20px 8px;
    
}
.custom-footer-form form .hs_city.field.hs-form-field {
    display: none;
}

.testimonials-section > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.healthcare3col > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.healthcareTestimonialBox {
    border: 1px solid rgba(255,255,255,.2);
    padding: 13px 20px 0 20px;
}

.bottom-cta-right {
    transform: translateY(25%) !important;
}

@media only screen and (min-width: 1069px){
    .button-cta-top {
        margin-top: -70px;
    }
}

@media only screen and (max-width: 767px){
    .footer-cta_mv {
        text-align: center;
    }
    
    .healthcare-top-img {
        display: none;
    }
}

@media (max-width: 938px) and (min-width: 767px) {
    a#cta_button_2256723_0f66978e-5736-4c3a-860b-4867cfeacf56, a#cta_button_2256723_704e8975-8688-40d3-b084-7dd5f4bb8102 {
        font-size: 0.7rem;
    }
}

/*****************************************/
/* Industry Pages Buttons   */
/*****************************************/

.industry-top-buttons {
    cursor: pointer;
    background: #81c263;
    color: #fff !important;
    font-weight: bold;
    padding: 12px;
    border-radius: 15px;
    margin: 0 auto;
    font-size: 16px;
}

.three-col-buttons {
    border: 3px solid #267bb3;
    padding: 15px 25px;
    border-radius: 40px;
    color: #209fd9 !important;
    background: transparent;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}

.right-talk-to-us {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(32,159,217);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 25px 15px;
    border-radius: 40px;
}