/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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








/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family:'Open Sans', sans-serif; font-size:16px; line-height:25px; font-weight:400; color:#2b2b2b; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

/*hr { border:none; outline:none; float:left; width:100%; height:1px; background:#e8e8e8; clear:both; margin:30px 0; }*/
hr {
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 2em 0;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient(
 linear,
 left bottom,
 right bottom,
 color-stop(0, rgb(255,255,255)),
 color-stop(0.1, rgb(221,221,221)),
 color-stop(0.9, rgb(221,221,221)),
 color-stop(1, rgb(255,255,255))
 );
}

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#328b93; font-family:'Open Sans', sans-serif; font-size:50px; line-height:70px; font-weight:500; margin:0; padding:0; clear:both }
h2 { color:#333333; font-family:'Open Sans', sans-serif; font-size:42px; line-height:55px; font-weight:500; margin:0; padding:0; clear:both }
h3 { color:#333333; font-family:'Open Sans', sans-serif; font-size:31px; line-height:40px; font-weight:300; margin:0; padding:0; clear:both }
h4 { color:#333333; font-family:'Open Sans', sans-serif; font-size:26px; line-height:32px; font-weight:300; margin:0; padding:0; clear:both }
h5 { color:#333333; font-family:'Open Sans', sans-serif; font-size:22px; line-height:28px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#333333; font-family:'Open Sans', sans-serif; font-size:16px; line-height:16px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#328b93; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#000000; }

input , button , textarea, select , 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"] { outline:none; color:#000000; background:#525252; border-radius:0px; border:0; height:60px; padding:0 15px; font-size:14px; width:100%; font-family:'Open Sans', sans-serif; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 15px; height:182px; min-width:100%; max-width:100%; resize:none; font-family:'Open Sans', sans-serif; }
input[type=submit] , button { cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#397277; padding:21px 35px; width:100%; max-width:100%; text-align:center; display:inline-block; color:#fff; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; height:auto; font-size:16px; letter-spacing:1px; } 
input[type=submit]:hover , button:hover { background-color:#000000; } 


::-webkit-input-placeholder { font-size:14px !important; color:#000 !important; font-style:italic !important; font-family:'Open Sans', sans-serif !important; font-weight:500 !important; opacity: 1 !important; letter-spacing: 0.5px !important; }
::-moz-placeholder { font-size:14px !important; color:#000 !important; font-style:italic !important; font-family:'Open Sans', sans-serif !important; font-weight:500 !important; opacity: 1 !important; letter-spacing: 0.5px !important; }
:-ms-input-placeholder { font-size:14px !important; color:#000 !important; font-style:italic !important; font-family:'Open Sans', sans-serif !important; font-weight:500 !important; opacity: 1 !important; letter-spacing: 0.5px !important; }
:-moz-placeholder { font-size:14px !important; color:#000 !important; font-style:italic !important; font-family:'Open Sans', sans-serif !important; font-weight:500 !important; opacity: 1 !important; letter-spacing: 0.5px !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

/* 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 { outline:none; 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; }
.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; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#3c5263;  width:6px; height:6px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#f7893f; }
ul.slick-dots li.slick-active button { height:10px; width:10px; box-shadow:1px 0px 1px rgba(0,0,0,0.15); }

.row-fluid .btn-style a, .row-fluid a.btn-style { float:none; display:inline-block; position:relative; padding:18px 69px; color:#fff; font-weight:500; border-radius:4px; -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -o-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -ms-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 0px rgba(0,0,0,0.17);; background:#fc9400; background: -moz-linear-gradient(top, #fc9400 0%, #e98900 60%, #e58700 100%); background: -webkit-linear-gradient(top, #fc9400 0%,#e98900 60%,#e58700 100%); background: linear-gradient(to bottom, #fc9400 0%,#e98900 60%,#e58700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9400', endColorstr='#e58700',GradientType=0 ); }
.row-fluid .btn-style a span, .row-fluid a.btn-style span { position:relative; z-index:1; }
.row-fluid .btn-style a:after, .row-fluid a.btn-style:after { position:absolute; content:''; border-radius:4px; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; width:100%; height:0; top:0; left:0; background:#000000; }
.row-fluid .btn-style a:hover:after, .row-fluid a.btn-style:hover:after { height:100%; }
/*.row-fluid .btn-style a:hover, .row-fluid a.btn-style:hover { box-shadow:none; }*/

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1120px; padding:0; float:none !important; } 

/* Page Wise Css */
.at4-share { display:none; }
.row-fluid .top { position:absolute; left:0; top:0; width:100%; float:left; z-index:1; padding:35px 0; background-color: #333; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; z-index:2; }
.row-fluid .top .logo img { max-width:260px; }

.row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; width:auto; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:5px 16px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:0; font-size:14px; letter-spacing:1px; line-height:20px; color:#fff; font-weight:400; position:relative; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#c8543b; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { content:attr(data-letters); position:absolute; color:#c8543b; left:0; overflow:hidden; white-space:nowrap; width:0%; -webkit-transition:width 0.3s ease; -o-transition:width 0.3s ease; transition:width 0.3s ease; -webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1); }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:before { width:100%; }

.row-fluid .blog-hero { position:relative; padding:150px 0 160px; }
.row-fluid .subscribe-section { padding:45px 0; border-top:1px solid rgba(0,0,0,0.27); margin-top:50px; }
.row-fluid .subscribe-section .title h4 { font-size:18px; line-height:26px; font-weight:300; letter-spacing:2.1px; }
.row-fluid .subscribe-section .hs-form-required { display:none; }
.row-fluid .subscribe-section .hs-form { font-size:12px; line-height:16px; }
.row-fluid .subscribe-section .hs-form a:hover { color:#c8543b; }
.row-fluid .subscribe-section .hs-form { position:relative; margin-top:5px; }
.row-fluid .subscribe-section .hs-form .actions { position:absolute; top:0; right:0; width:auto; }
.row-fluid .subscribe-section .hs-form input[type="email"] { padding-right:175px; color:#fff }
.row-fluid .subscribe-section .hs-form input[type="email"]::placeholder{ color:#fff !important; } 
.row-fluid .subscribe-section .hs-form input[type="submit"] { padding:19px 35px; }

.row-fluid .blog-headersec { padding:60px 0 50px; }
.row-fluid .blog-headersec .wrapper > div > div { display:flex; align-items:center; }

.row-fluid .search-icon { padding:0 20px 0 10px; border-right:1px solid #e4e4e5; cursor:pointer; text-align:right; }
.row-fluid .search-icon img { position:relative; top:4px; }
.row-fluid .search-box { position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(51, 51, 51, 0.98); z-index:2; padding:160px 0; transition: opacity 0.5s; -moz-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; opacity:0; visibility:hidden; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .search-box form { margin:0 auto !important; max-width:1400px; width:100%; padding:0 10px; float:none !important; }
.row-fluid .search-box form input[type="text"] { font-size:60px; border-radius:0; font-weight:400; padding:0 0 0 10px; width:100%; height:70px; border:none; background:transparent; font-style:italic; color:#fff; border-bottom:2px solid #3f3f3f; background:url('https://cdn2.hubspot.net/hubfs/3841176/Piezo_2018/Images/white-searchicon.png') no-repeat center right 20px; }
.row-fluid .search-box span.search-close { position:absolute; right:10px; top:20px; -webkit-transition:opacity 0.5s; -o-transition:opacity 0.5s; transition:opacity 0.5s; width:60px; height:60px; background-image:url(https://cdn2.hubspot.net/hubfs/3841176/Piezo_2018/Images/close_x.gif); background-repeat:no-repeat; background-position:center; text-align:center; opacity:0.15; padding:14px; cursor:pointer; }
.row-fluid .search-box span.search-close:hover { opacity:1; }
body.search-open .search-box { opacity:1; visibility:visible; transition: opacity 0.5s; -moz-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }

.row-fluid .hs_error_rollup { display:none; }
.row-fluid .search-box ::-webkit-input-placeholder { font-size:60px !important; color:#fff !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; }
.row-fluid .search-box ::-moz-placeholder { font-size:60px !important; color:#fff !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; }
.row-fluid .search-box :-ms-input-placeholder { font-size:60px !important; color:#fff !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; }
.row-fluid .search-box :-moz-placeholder { font-size:60px !important; color:#fff !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; }

.row-fluid .category-popupsec { position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(51, 51, 51, 0.98); z-index:2; padding:160px 0; transition: opacity 0.5s; -moz-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; opacity:0; visibility:hidden; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .category-popupsec .widget-module { margin:0 auto !important; max-width:1400px; width:100%; padding:0 10px; float:none !important; position:relative; }
.row-fluid .category-popupsec .filter-title { font-size:20px; line-height:36px; color:#939598; text-transform:uppercase; font-weight:700; letter-spacing:0.15em; }
.row-fluid .category-popupsec span.close-icon { position:absolute; right:0; top:0; -webkit-transition:opacity 0.5s; -o-transition:opacity 0.5s; transition:opacity 0.5s; width:60px; height:60px; background-image:url(https://cdn2.hubspot.net/hubfs/3841176/Piezo_2018/Images/close_x.gif); background-repeat:no-repeat; background-position:center; text-align:center; opacity:0.15; padding:14px; cursor:pointer; }
.row-fluid .category-popupsec span.close-icon:hover { opacity:1; }
body.category-open .category-popupsec { opacity:1; visibility:visible; transition: opacity 0.5s; -moz-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }

.row-fluid .blog-headersec .post-filter h3 { font-size:18px; line-height:26px; color:#328b93; font-weight:800; position:relative; letter-spacing:2px; display:inline-block; cursor:pointer; text-transform:uppercase; transition:all ease .5s; }
.row-fluid .blog-headersec .post-filter h3:after { display:inline-block; vertical-align:middle; margin-left:15px; content:""; margin-top:-2px; height:14px; width:18px; background:url('https://cdn2.hubspot.net/hubfs/3841176/Piezo_2018/Images/category-button.png') no-repeat; }
.row-fluid .blog-headersec .post-filter h3:hover { color:#000; }
.row-fluid .blog-headersec .post-filter ul { float:left; width:100%; padding:0; margin:5px 0 0; list-style-type:none; }
.row-fluid .blog-headersec .post-filter ul li { margin-bottom:5px; }
.row-fluid .blog-headersec .post-filter ul li a { font-size:17px; line-height:21px; color:#fff; text-transform:capitalize; }
.row-fluid .blog-headersec .post-filter ul li a:hover { color:#c8543b; }
.row-fluid .blog-headersec .post-filter ul li a.active { color:#c8543b; }
.row-fluid .blog-headersec .post-filter ul li a .filter-link-count { display:none; }

.row-fluid .recent3-listsec { position:relative; background:#2D2D2D; padding-bottom:50px; }
.row-fluid .post-listing { float:none; display:block; margin:0px -15px 0px; }
.row-fluid .recent-postlisting { margin-top:-160px; }
.row-fluid .post-listing .post-item { float:left; width:33.33%; padding:0 15px; margin-bottom:30px; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; }
.row-fluid .post-listing .post-item .post-iteminner { -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; }
.row-fluid .post-listing .post-item .post-image { height:180px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);; }
.row-fluid .post-listing .post-item .post-header { background:#fff; position:relative; }
.row-fluid .post-listing .post-item .post-header:before { background:#fff; content:''; display:block; height:50%; left:0; position:absolute; right:0; top:0; z-index:-1; transform-origin:100%; -webkit-backface-visibility:hidden; -moz-transform:skewY(-5deg); -ms-transform: skewY(-5deg); -webkit-transform: skewY(-5deg); transform: skewY(-5deg); -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; }
.row-fluid .post-listing .post-item .post-contentbox { padding:28px 30px; position:relative; z-index:1; }
.row-fluid .post-listing .post-item .post-title { margin-bottom:40px; }
.row-fluid .post-listing .post-item .post-title a { font-size:23px; line-height:30px; font-weight:700; }
.row-fluid .hubspot-editable a { font-size:13px; line-height:20px; letter-spacing:1px; color:#000; text-transform:uppercase; }
.row-fluid .hubspot-editable a:hover { color:#328b93; }
.row-fluid .post-listing .post-item .post-body { position:relative; overflow:hidden; }

.row-fluid .blog-mainsec { padding:70px 0; background:#f2f2f3; }

/* Blog Inner */
body.hs-blog-post .row-fluid .top { background:#333; }
.row-fluid .innerpost-featureimage { padding:210px 0 40px; position:relative; }
.row-fluid .innerpost-featureimage:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(51, 51, 51, 0.85); }
.row-fluid .innerpost-featureimage > div { position:relative; }
.row-fluid .innerpost-featureimage .title h1 { line-height:75px; font-weight:400 }

.row-fluid .innerpost-featureimage .post-detailbox { margin:50px 0 80px; font-size:14px; line-height:18px; letter-spacing:1px; text-transform:uppercase; }
.row-fluid .innerpost-featureimage .post-detailbox .topic { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .innerpost-featureimage .post-detailbox .topic a { float:none; display:inline-block; vertical-align:top; padding:0 20px; border-right:1px solid #fff; font-weight:600; }
.row-fluid .innerpost-featureimage .post-detailbox .custom_listing_comments { float:none; display:inline-block; vertical-align:middle; padding-left:20px; }

.row-fluid .AddThis-title { display:inline-block; padding:0 30px 0 0; font-size:14px; line-height:18px; letter-spacing:1px; color:#bababa; text-transform:uppercase; }  
.addthis_toolbox { display:inline-block; padding-top:0; vertical-align:middle; }
.row-fluid .AddThis a { font-size:24px; line-height:30px; margin-left:25px; color:#fff; }
.row-fluid .AddThis a:hover { color:#328b93; }
.row-fluid .AddThis a:first-child { margin:0; }
.row-fluid .addthis_counter a { color:#000; }

body.hs-blog-post .row-fluid .blog-mainsec { background:#fff; }
.row-fluid .inner-blogcontentsec { font-size:18px; line-height:32px; color:#58595b; font-weight:400; }  
.row-fluid .inner-blogcontentsec .inner-left { float:left; width:20%; padding:20px 15px 0; text-transform:uppercase; font-size:16px; line-height:22px; color:#000; font-weight:300; letter-spacing: 1.14px; }
.row-fluid .inner-blogcontentsec .inner-left .author-name { margin-top:15px; }
.row-fluid .inner-blogcontentsec .inner-left .author-name a { color:#000; font-size:16px; }
.row-fluid .inner-blogcontentsec .inner-left .hs-author-avatar { height:200px; width:200px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; border:5px #e8e8e8 solid; }

/* DELETE DISPLAY NONE IN THE NEXT LINE TO MAKE THE SOCIAL MEDIA "SHARE THIS" BUTTONS RE-APPEAR */

.row-fluid .AddThis.AddThis--left { float:left; width:200px; padding-top:100px; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .AddThis.AddThis--left .AddThis-title { float:left; width:100%; padding:0 0 20px; text-align:center; }
.row-fluid .AddThis.AddThis--left a { color:#d1d3d4; margin:0 0 15px; width:auto; display:block; }
.row-fluid .AddThis.AddThis--left a:hover { color:#000; }
.row-fluid .AddThis.AddThis--left .addthis_toolbox { float:left; width:100%; text-align:center; }
.row-fluid .AddThis.AddThis--left.is_stuck { opacity:1; visibility:visible; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; position:fixed; }

.row-fluid .inner-blogcontentsec .inner-right { float:left; width:73%; padding:0 15px 0 70px; }
.row-fluid .inner-blogcontentsec .inner-right hr { margin-bottom:2em; }
.row-fluid .inner-blogcontentsec .inner-right h3 { font-size:32px; line-height:40px; font-weight:500; color:#328b93; padding-top:30px; }
.row-fluid .inner-blogcontentsec .inner-right h4 { font-size:20px; line-height:32px; font-weight:700; color:#58595b; padding:20px 0 5px; }
.row-fluid .inner-blogcontentsec .inner-right blockquote { border-left:4px solid #328b93; margin-left:30px; padding-left:40px; }

.row-fluid .inner-blogcontentsec .inner-right table { border-spacing:0; font-size:16px; line-height:22px; color:#58595b; margin:20px 0 15px; }
.row-fluid .inner-blogcontentsec .inner-right table tr th { background:#58595b; font-size:18px; line-height:23px; font-weight:700; color:#fff; padding:16px 10px; text-align:center; border-right:2px solid #2C2C2D; border-top:2px solid #2C2C2D; border-bottom:2px solid #2C2C2D; }
.row-fluid .inner-blogcontentsec .inner-right table tr th:first-child { border-left:2px solid #2C2C2D; }
.row-fluid .inner-blogcontentsec .inner-right table tr td { border:1px solid #e3e3e3; width:25%; padding:0 10px; }
.row-fluid .inner-blogcontentsec .inner-right table ul { padding:15px 0; margin:0; list-style-type:none; float:left; width:100%; }
.row-fluid .inner-blogcontentsec .inner-right table ul li { float:left; width:100%; padding-left:20px; position:relative; margin:0 0 8px; }
.row-fluid .inner-blogcontentsec .inner-right table ul li:last-child { margin:0; }
.row-fluid .inner-blogcontentsec .inner-right table ul li:before { position:absolute; content:""; height:4px; width:4px; border-radius:100%; left:0; top:9px; background:#58595b; }

.row-fluid .AddThis--bottom { padding:45px 0; }
.row-fluid .AddThis--bottom a { color:#d1d3d4; }

.row-fluid .about-author-sec { padding-left:70px; }
.row-fluid .about-author-box { padding:45px 35px 60px 0; background:#f2f2f3; font-size:16px; line-height:32px; color:#58595b; }
.row-fluid .about-author-box .author-imgbox { float:left; height:160px; width:160px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; border:5px #e8e8e8 solid; position:relative; margin-left:-60px; }
.row-fluid .about-author-box .author-introbox { float:left; width:calc(100% - 100px); padding-left:30px; }
.row-fluid .inner-blogcontentsec .inner-right .author-introbox h3 { padding:0; font-size:32px; line-height:32px; color:#58595b; font-weight:700; margin-bottom:5px; }
.row-fluid .inner-blogcontentsec .inner-right .author-introbox h3 a { color:#58595b; }
.row-fluid .inner-blogcontentsec .inner-right .author-introbox h3 a:hover { color:#000; }

.row-fluid .blog-commentsec { width:73%; float:right; padding-right:94px; padding-top:95px; }
.row-fluid .blog-commentform { padding:35px 50px 50px; background-image:linear-gradient(to bottom, #494949, #353335); }
.row-fluid .blog-commentform input[type="text"], .row-fluid .blog-commentform input[type="email"] { background:#000; color:#fff; height:32px; border:1px solid rgba(151, 151, 151, 0.6); font-size:12px; }
.row-fluid .blog-commentform textarea { background:#000; color:#fff; height:96px; font-size:12px; }
.row-fluid .blog-commentform form .hs-form-field .hs-form-required { display:none; }
.row-fluid .blog-commentform h3 { font-size:24px; line-height:30px; font-weight:300; text-transform:uppercase; letter-spacing:2px; margin-bottom:20px; }
.row-fluid .blog-commentform .hs-form .hs_comment.hs-form-field { padding:0 0 2px; }
.row-fluid .blog-commentform .hs-form .hs-form-field { padding:0 0 10px; }
.row-fluid .blog-commentform input[type="submit"] { width:auto; float:right; background:#fff; border-radius:20px; font-size:16px; line-height:22px; color:#000; padding:9px 29px; font-weight:400; margin-top:10px; }
.row-fluid .blog-commentform input[type="submit"]:hover { background:#000; color:#fff; }
.row-fluid .privacy-text { font-size:12px; line-height:16px; color:#58595b; margin:20px 0 0; }
.row-fluid span.comment-title { float:left; width:100%; margin:50px 0 18px; font-size:24px; line-height:30px; color:#333333; letter-spacing:2px; text-transform:uppercase; }

.row-fluid .new-comments { color:#000; }
.row-fluid .new-comments .comment { float:left; width:100%; padding:30px 30px 30px 0; margin:0; border-top:1px solid #e8e8e8; }
.row-fluid .new-comments .comment-reply-to { padding:0; font-size:16px; line-height:22px; color:#23b1be; background:transparent; text-align:left; }
.row-fluid .new-comments .comment:nth-child(even) { padding-left:50px; }
.row-fluid .new-comments .comment h4 { font-size:16px; line-height:22px; color:#58595b; font-weight:400; }
.row-fluid .new-comments .comment-date { font-style:italic; }

.row-fluid .blog-commentform ::-webkit-input-placeholder { color:#e8e8e8 !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; font-style:normal !important; font-size:12px !important; }
.row-fluid .blog-commentform ::-moz-placeholder { color:#e8e8e8 !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; font-style:normal !important; font-size:12px !important; }
.row-fluid .blog-commentform :-ms-input-placeholder { color:#e8e8e8 !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; font-style:normal !important; font-size:12px !important; }
.row-fluid .blog-commentform :-moz-placeholder { color:#e8e8e8 !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; font-style:normal !important; font-size:12px !important; }

.row-fluid .sticky-subscribe { background:#fff; position:fixed; bottom:0; left:0; width:100%; z-index:20; font-size:12px; line-height:16px; color:#58595b; }
.row-fluid .progressbar { height:5px; width:100%; background:#d1d3d4; position:absolute; left:0; bottom:100%; z-index:200; }
.row-fluid .sticky-subscribe .bar-long { height:5px; background-color:#2c2b2b; width:0px; }
.row-fluid .sticky-subscribebox { padding:22px 0; }
.row-fluid .sticky-subscribe .subscribe-title h4 { font-size:26px; line-height:32px; font-weight:300; letter-spacing:1px; color:#58595b; font-weight:400; }
.row-fluid .sticky-subscribe .hs-form-required { display:none; }
.row-fluid .sticky-subscribe .hs-form { font-size:12px; line-height:16px; }
.row-fluid .sticky-subscribe .hs-form a:hover { color:#c8543b; }
.row-fluid .sticky-subscribe .hs-form { position:relative; margin-top:5px; }
.row-fluid .sticky-subscribe .hs-form .actions { position:absolute; top:0; right:0; width:auto; }
.row-fluid .sticky-subscribe .hs-form input[type="email"] { padding-right:175px; background:#e8e8e8; height:40px; }
.row-fluid .sticky-subscribe .hs-form input[type="submit"] { background:#328b93; padding:9px 35px; }

/* ==A== 22-12-2018 ==A== */
.row-fluid .sticky-footer .sticky-subscribebox { padding: 15px 0; position: relative;}
.row-fluid .sticky-footer .hs-form .hs-form-field{ float: right; width: 50%;}
.row-fluid .sticky-footer .legal-consent-container{ float: left; width: 50%;}
.row-fluid .sticky-footer .legal-consent-container p{padding:12px 0;}
/* .sticky-footer .sticky-subscribebox > div > div { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;} */
.row-fluid .sticky-footer .hs-form input[type="email"] { width: calc(100% - 131px); padding-right:0; }
.row-fluid .sticky-footer .hs-form input[type="submit"] { padding: 9px 15px;}
.sticky-up { display: block; width: 40px; cursor: pointer; height: 35px; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; font-size: 28px; text-align: center; line-height: 35px; background-color: #328b93; border-top-left-radius: 5px; border-top-right-radius: 5px; position: absolute; top: -40px; right: 0; color: #fff;}
.sticky-up:before{content:'\f106'; font-family:'fontawesome'; } 
.sticky-footer.sticky-m-open .sticky-up:before{content:'\f107';}
.row-fluid .sticky-subscribe.sticky-footer { -webkit-transform: translateY(90%);
    -moz-transform: translateY(90%);
    -o-transform: translateY(90%);
    -ms-transform: translateY(90%);
    transform: translateY(90%);; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; }
.row-fluid .sticky-subscribe.sticky-footer.sticky-m-open{ -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);; }
.row-fluid .sticky-subscribe.sticky-footer .subscribe-title { padding-top: 6px;}

body.hs-blog-id-6563850930 .at-share-dock.atss{display:none !important;}


body.hs-blog-post .footer-container-wrapper { padding-bottom:130px; }   
.row-fluid .allpost-header { background:#2d2c2c; padding:5px 0; display:none; }
.row-fluid .allpost-header a { color:#6e6e6e; font-size:14px; line-height:18px; letter-spacing:0.1em; text-transform:uppercase; }  
.row-fluid .allpost-header a:hover { color:#fff; }
body.hs-blog-listing .allpost-header { display:none; }


/* Blog Author Page */
body.author-Page .row-fluid .about-author-sec { text-align:center; margin-bottom:30px; }
body.author-Page .about-author-box { float:none; display:inline-block; vertical-align:top; max-width:740px; width:100%; background:#fff; text-align:left; }
body.author-Page .row-fluid .about-author-box .author-imgbox { margin-left:-80px; }
body.author-Page .hs-author-listing-header { margin-bottom:50px; }
body.author-Page .row-fluid .blog-commentsec { display:none; }

/* Blog Topic Page */
.row-fluid .blog-topicname .topic-rawname { display:none; }
body.tagbody-Page .row-fluid .blog-topicname .topic-rawname { display:block; }
.row-fluid .blog-topicname .topic-rawname { text-transform:capitalize; font-weight:600; font-size:22px; line-height:26px; color:#328b93; }

/* Footer */
.row-fluid .footer { padding:100px 0; background:#333333; font-size:18px; line-height:26px; font-weight:300; }
.row-fluid .footer .hs_cos_wrapper_type_header h4 { margin-bottom:30px; }
.row-fluid .footer p { padding:10px 0 23px; }
.row-fluid .footer .footerbox1 a { color:#fff; }
.row-fluid .footer .footerbox1 a:hover, .row-fluid .footer a:hover { color:#c8543b; }
.row-fluid .footer .footerbox2 a { letter-spacing:0.7px; }

.row-fluid .social-icon { margin-top:100px; }
.row-fluid .social-icon a { float:none; display:inline-block; vertical-align:top; font-size:26px; line-height:32px; color:#58595B; margin:0 15px; }
.row-fluid .social-icon a:hover { color:#c8543b; } 

.author-Page .row-fluid .blog-hero,.author-Page .row-fluid .recent3-listsec { display:none; }
.author-Page .row-fluid .blog-headersec { margin-top:100px; }
.author-Page .top { background:#333; }
.row-fluid .blog-pagination { margin-top:15px; float:left; width:100%; text-align:right; }
.row-fluid .pagin-link {background-color: #333; position: relative; display: inline-block; width: 60px; height: 60px; overflow: hidden; z-index: 10; }
.row-fluid .pagin-link.previous-posts-link:after { content: "\f053"; }
.row-fluid .pagin-link.previous-posts-link {   margin-left: 10px; }
.row-fluid .pagin-link.next-posts-link:after { content: "\f054"; }
.row-fluid .pagin-link:after { font-family: "FontAwesome"; font-weight: 500; position: absolute; top: 0; left: 0; display: flex; width: 60px; height: 60px; font-size: 24px; align-items:center; justify-content:center; color: #fff; text-align: center; }


/* 20-12-2018 Updates */ 
.row-fluid .footer .f-link { text-align:center; }
.footer-title-wrap .f-link {    display: inline-block;    width: auto;    margin: 0;    padding: 0 123px;}
.footer-title-wrap .f-link:first-child{ padding-left:0; }
.footer-title-wrap .f-link:last-child{ padding-right:0; }

.row-fluid .footer .f-link a { margin-bottom: 30px; display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 26px; line-height: 32px; font-weight: 300; margin: 0; padding: 0; color:#39b3be; }
.row-fluid .footer .f-link a:hover { color:#f5fbf8; }


.row-fluid .subscribe-section a {
    color: #39b3be;
}

.row-fluid .subscribe-section a:hover {
    color: #f5fbf8;
}

.hs-blog-post .row-fluid .footer .f-link {
    display: none;
}

.hs-blog-post .row-fluid .footer {
    padding-top: 0;
    padding-bottom: 80px;
}


/* Media Query Start */
@media (min-width:1700px){
    
}

@media (min-width:1500px){
    
}

@media (min-width:1300px){
  .row-fluid .blog-headersec .right { position:relative; left:55px; }   
}

@media (min-width: 1201px) and (max-width: 1340px){
    
}

@media (min-width: 992px) and (max-width: 1200px){

  .row-fluid .wrapper {  width:920px; }
  
  .footer-title-wrap .f-link{ padding:0 90px; }  

}

@media (max-width: 1200px) {

    .row-fluid .sticky-subscribe .subscribe-title h4 { font-size: 20px; line-height: normal;}
    .row-fluid .sticky-footer .hs-form input[type="submit"] { padding: 10px 15px; font-size: 15px;}
    .row-fluid .sticky-footer .hs-form input[type="email"] { width: calc(100% - 124px); }
    .row-fluid .sticky-subscribe.sticky-footer .subscribe-title { padding-top: 9px;}
}
@media (max-width: 992px) {
    
    .row-fluid .sticky-subscribe .subscribe-title h4 { font-size: 16px;}
    .row-fluid .sticky-footer .hs-form .hs-form-field { float: inherit; width: 100%;}
    .row-fluid .sticky-footer .legal-consent-container { float: inherit; width: 100%;}
    .row-fluid .sticky-footer .legal-consent-container p { padding: 5px 0;}
  
}
@media (max-width: 767px) {
  
    .row-fluid .sticky-footer.sticky-subscribe .hs-form input[type="submit"] { font-size: 15px;}
    .row-fluid .sticky-footer.sticky-subscribe .hs-form input[type="email"] { width: 100%;}
    .row-fluid .sticky-subscribe.sticky-footer .subscribe-title { padding-top: 0;}
  
}

@media (min-width: 768px) and (max-width: 991px){

  .row-fluid .wrapper {  width:720px; }
  
  /* Blog Inner */
  .row-fluid .blog-mainsec { padding:40px 0; }
  .row-fluid .inner-blogcontentsec .inner-left { width:100%; text-align:center; }
  .row-fluid .AddThis.AddThis--left .AddThis-title { padding:0; } 
  .row-fluid .AddThis.AddThis--left { opacity:1; visibility:visible; }
  .row-fluid .inner-blogcontentsec .inner-left .hs-author-avatar { float:none; display:inline-block; vertical-align:top; }
  .row-fluid .AddThis.AddThis--left { float:none; display:inline-block; width:100%; padding-top:20px; }
  .row-fluid .AddThis.AddThis--left a { display:inline-block; }
  .row-fluid .AddThis.AddThis--left a { margin:0 8px 0px; }
  
  .row-fluid .inner-blogcontentsec .inner-right { width:100%; padding:0; }
  .row-fluid .inner-blogcontentsec { font-size:16px; line-height:26px; }
  .row-fluid .inner-blogcontentsec .inner-right h3 { font-size:22px; line-height:30px; }
  
  .row-fluid .blog-commentsec { width:100%; padding-right:0; padding-top:50px; }
  .at-share-dock { display:none; }
  
  .footer-title-wrap .f-link{ padding: 0 57px; }

}

@media (min-width: 768px) and (max-width: 1200px){
    
  h1 { font-size:30px; line-height:36px; }
  h2 { font-size:26px; line-height:36px; }
  h4 { font-size:24px; line-height:28px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:20px; line-height:26px; }
  
  .row-fluid .subscribe-section input[type="submit"] { padding:21px 15px; font-size:12px; }
  
  .row-fluid .post-listing .post-item .post-contentbox { padding:20px 20px; }
  .row-fluid .post-listing .post-item .post-title a { font-size:16px; line-height:20px; }
  .row-fluid .post-listing .post-item .post-title { margin-bottom:10px; }
  
  .row-fluid .blog-headersec .post-filter h3 { font-size:12px; }
  
  /* Footer */
  .row-fluid .footer { padding:70px 0 120px; }
  .row-fluid .footer .hs_cos_wrapper_type_header h4 { margin-bottom:15px; }
  
  .row-fluid .social-icon { margin-top:40px; }

}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
  .row-fluid .mainmenu ul > li > ul { width:auto; min-width:260px; background:rgba(9,76,142,0.80); padding:15px 0 15px; }
  .row-fluid .mainmenu ul > li > ul > li { line-height:0; }
  .row-fluid .mainmenu ul > li > ul > li:hover { background:rgba(9,76,142,1); }
  .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
  .row-fluid .mainmenu ul > li > ul > li > a { color:#fff; font-size:16px; font-weight:500; text-transform:none; padding:10px 20px; line-height:22px; white-space:normal !important; }
  .row-fluid .mainmenu ul > li > ul > li:hover > a { color:#328b93; }
  
  .row-fluid .post-listing .post-item:hover .post-header:before { top:-38px; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; z-index:1; }
	.row-fluid .post-listing .post-item:hover .post-image { -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);; }
	.row-fluid .post-listing .post-item:hover .post-iteminner { -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;; -webkit-box-shadow:0px 5px 25px rgba(0, 0, 0, 0.25); box-shadow:0px 5px 25px rgba(0, 0, 0, 0.25); }
    
  .row-fluid .top { position:fixed; }
  body.fixIt .row-fluid .top { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; background:#333; }
  body.leaveIt .row-fluid .top { top:-94px; }
  body.fixIt.fullView .row-fluid .allpost-header, body.leaveIt.fullView .row-fluid .allpost-header { display:none; }
  body.fixIt .row-fluid .allpost-header, body.leaveIt .row-fluid .allpost-header { display:block; } 
  body.fixIt.hs-blog-listing .row-fluid .allpost-header, body.leaveIt.hs-blog-listing .row-fluid .allpost-header { display:none; }
  
  body.hs-blog-post .top { padding-bottom:0; }
  body.hs-blog-post .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:5px 16px 30px; }
  body.hs-blog-post.fixIt .row-fluid .AddThis.AddThis--left.is_stuck { padding-top:150px; }
}

@media (min-width: 30px) and (max-width: 767px){
    
  h1 { font-size:30px; line-height:36px; }
  h2 { font-size:26px; line-height:36px; }
  h3 { font-size:24px; line-height:34px; }
  h4 { font-size:24px; line-height:28px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:20px; line-height:26px; }
    
  .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }

  .row-fluid .top { padding:15px 0; }	
  
  .row-fluid .mainmenu .hs-menu-wrapper > ul { float:left; width:100%; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li { float:left; width:100%; padding:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child { border:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; line-height:22px; color:#fff; padding:10px 20px; font-weight:700; float:left; width:100%; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a { color:#c8543b; }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a { text-align:center; }

  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a::after { display:none; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { display:none; }
  
  .row-fluid .blog-hero { padding:100px 0 0; text-align:center; }
  .row-fluid .subscribe-section { padding:30px 0 50px; margin-top:35px; text-align:center; }
  .row-fluid .subscribe-section .title h4 { margin-bottom:15px; }
  .row-fluid .subscribe-section .hs-form input[type="email"] { padding-right:15px; }
  .row-fluid .subscribe-section .hs-form .actions { position:relative; margin-top:7px; }
  
  .row-fluid .post-listing { margin:0; }
  .row-fluid .post-listing .post-item { width:100%; padding:0 0 30px; }
  .row-fluid .post-listing .post-item:last-child { padding:0; margin:0; }
  .row-fluid .post-listing .post-item .post-contentbox { padding:20px 15px; }
  .row-fluid .post-listing .post-item .post-title a { font-size:18px; line-height:24px; }
  .row-fluid .post-listing .post-item .post-title { margin-bottom:20px; height:auto !important; }
  
  
  .row-fluid .blog-headersec { padding:30px 0; text-align:center; }
  .row-fluid .blog-headersec .wrapper > div > div { float:left; width:100%; display:inline-block; text-align:center; }    
  .row-fluid .blog-headersec .left h1 { font-size:40px; line-height:50px; margin-bottom:20px; }
  .row-fluid .search-icon { float:none; display:inline-block; vertical-align:top; width:100%; max-width:450px; text-align:center; background:#c8543b; color:#fff; margin-bottom:20px; text-transform:uppercase; padding:15px 15px; letter-spacing:1px; font-size:16px; }
  .row-fluid .search-icon:hover { color:#000; }
  .row-fluid .search-icon img { display:none; }
  
  .row-fluid .blog-headersec .post-filter { float:none; display:inline-block; vertical-align:top; width:100%; max-width:450px; text-align:center; background:#c8543b; color:#fff; text-transform:uppercase; padding:15px 15px; letter-spacing:1px; font-size:16px; }
	.row-fluid .blog-headersec .post-filter h3:after { display:none; }
  .row-fluid .blog-headersec .post-filter h3 { color:#fff; font-size:16px; line-height:22px; letter-spacing:1px; font-weight:300; }
  
  .row-fluid .search-box ::-webkit-input-placeholder { font-size:20px !important;  }
	.row-fluid .search-box ::-moz-placeholder { font-size:20px !important;  }
	.row-fluid .search-box :-ms-input-placeholder { font-size:20px !important;  }
	.row-fluid .search-box :-moz-placeholder { font-size:20px !important;  }
  .row-fluid .search-box form input[type="text"] { font-size:20px; }
  
  .row-fluid .post-listing .post-item { margin:0; }
  
  /* Blog Inner */
  .row-fluid .innerpost-featureimage { padding:100px 0 40px; }
  .row-fluid .innerpost-featureimage .title h1 { line-height:38px; }
  .row-fluid .innerpost-featureimage .post-detailbox .topic a { padding:0 6px; }
  .row-fluid .innerpost-featureimage .post-detailbox { margin:40px 0; }
  .row-fluid .innerpost-featureimage .post-detailbox .custom_listing_comments { padding-left:12px; }
  .row-fluid .AddThis a { margin-left:15px; font-size:20px; }
  .addthis_toolbox { padding-top:10px; }
  .row-fluid .AddThis-title { width:100%; float:left; }  
  
  .row-fluid .blog-mainsec { padding:40px 0; }
  .row-fluid .inner-blogcontentsec .inner-left { width:100%; text-align:center; }
  .row-fluid .AddThis.AddThis--left .AddThis-title { padding:0; } 
  .row-fluid .AddThis.AddThis--left { opacity:1; visibility:visible; }
  .row-fluid .inner-blogcontentsec .inner-left .hs-author-avatar { float:none; display:inline-block; vertical-align:top; }
  .row-fluid .AddThis.AddThis--left { float:none; display:inline-block; width:100%; padding-top:20px; }
  .row-fluid .AddThis.AddThis--left a { display:inline-block; }
  .row-fluid .AddThis.AddThis--left a { margin:0 8px 0px; }
  
  .row-fluid .inner-blogcontentsec .inner-right { width:100%; padding:0; }
  .row-fluid .inner-blogcontentsec { font-size:15px; line-height:24px; }
  .row-fluid .inner-blogcontentsec .inner-right h3 { font-size:22px; line-height:30px; }
  
  .row-fluid .sticky-subscribebox { padding:15px 0; text-align:center; }
  .row-fluid .sticky-subscribe .subscribe-title h4 { font-size:20px; line-height:30px; margin-bottom:10px; }
  .row-fluid .sticky-subscribe .hs-form input[type="submit"] { padding:10px 10px; letter-spacing:0; font-size:12px; }    
  .at-share-dock { display:none; }
  .row-fluid .sticky-subscribe .hs-form input[type="email"] { padding-right:92px; }
  .row-fluid .sticky-subscribe .subscribe-form p { padding-top:0; }
  
  .row-fluid .AddThis--bottom { padding:10px 0 20px; }
  .row-fluid .about-author-sec { padding:0; }
  .row-fluid .about-author-box { padding:30px 20px; text-align:center; }
  .row-fluid .about-author-box .author-imgbox { float:none; display:inline-block; vertical-align:top; margin:0; } 
  .row-fluid .about-author-box .author-introbox { float:left; width:100%; padding-top:30px; padding-left:0; } 
  .row-fluid .inner-blogcontentsec .inner-right .author-introbox h3 { font-size:24px; line-height:28px; margin:0; }
  
  .row-fluid .blog-commentsec { width:100%; padding:0; }
  .row-fluid .blog-commentform { padding:35px 20px; float:left; width:100%; } 
  .row-fluid .blog-commentform h3 { font-size:20px; line-height:28px; text-align:center; } 
  .row-fluid .blog-commentform .actions { text-align:center; }    
  .row-fluid .blog-commentform input[type="submit"] { float:none; display:inline-block; vertical-align:top; }
  
  .row-fluid span.comment-title { margin-top:20px; }
  .row-fluid .new-comments .comment { padding:20px 0px 20px 0; }
  .row-fluid .new-comments .comment:nth-child(2n) { padding-left:20px; }
  .row-fluid .table-wrap { overflow-x:auto; }
  .row-fluid .table-wrap table { width:700px; } 
  
  .row-fluid .inner-blogcontentsec .inner-right blockquote { margin-left:0; }
  
  /* Blog Author Page */
  body.author-Page .about-author-box { text-align:center; }
  body.author-Page .row-fluid .about-author-box .author-imgbox { margin:0; float:none; display:inline-block; vertical-align:top; }
  
  /* Blog Topic Page */
  .row-fluid .blog-topicname .topic-rawname { margin-bottom:20px; }
  
  /* Footer */
  .row-fluid .footer { padding:50px 0 100px; font-size:16px; line-height:24px; }
  .row-fluid .footer .hs_cos_wrapper_type_header h4 { margin-bottom:10px; }
  .row-fluid .footer p { padding:0 0 10px; }
  .row-fluid .footerbox { margin-bottom:20px }
  .row-fluid .footerbox.footerbox3 { margin:0; }
  
  .row-fluid .footer .footerbox2 a { padding:10px 0; }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin:0; }
  
  .row-fluid .social-icon { margin-top:40px; }	
  .author-Page .row-fluid .blog-headersec { margin-top:50px; }
  
  .row-fluid .pagin-link { width: 45px; height: 45px; }
.row-fluid .pagin-link:after {width: 45px; height: 45px; }
  .row-fluid .footer .f-link { padding:0 0 16px 0; display:block; }
  
}

@media (max-width: 500px){
    
}

@media (max-width: 480px){ 
    
}

@media (max-width: 767px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu li , .mainmenu li  a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: -2px;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: 60px; /* Button width */
      height: 60px; /* Button height */      
      text-align:center;
      background:transparent;
      padding: 12px 10px;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      line-height:30px;
      text-align:left;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #054f7d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      
  }
  
  span.child-triggerm:after { position:absolute; content:"\f101"; font-family:Fontawesome; right:0; top:50%; color:#fff; font-size:26px; transform:translateY(-50%); }
  span.child-triggerm.child-open:after { content:"\f103"; }


  /* Menu Styles on Mobile Devices
     ========================================================================== */  
	
  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 60px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
     
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0 40px; /* Padding to add room for close button */
      background-color: #333; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

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

  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     text-align:center;
     float:left;
     width:100%;
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 0; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
      line-height:20px;
      padding:5px 0;
      font-weight:500;
  }

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

}

/*  *************************** GENERIC TABLE *********************************** */

.generic_table {
    margin:0px;padding:0px;
	width:100%;
	/* box-shadow: 10px 10px 5px #888888; */
	border:1px solid #cccccc;

}

.generic_table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

table.generic_table > tbody > tr > th {
	background-color:#4c4c4c;
	border:0px solid #cccccc;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-weight:bold;
	color:#ffffff;
	padding:10px;
	
}

/* make the first cell of every row bold */
.generic_table tr td:FIRST-CHILD{
    font-weight:bold;
}

/* make the last cell of every row italic */
.generic_table tr td:LAST-CHILD{
    font-style:normal;
}

.generic_table tr:nth-child(odd){ background-color:#e5e5e5; }
.generic_table tr:nth-child(even)    { background-color:#ffffff; }
.generic_table td{
	vertical-align:middle;
border:1px solid #cccccc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-weight:normal;
	color:#000000;
}.generic_table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.generic_table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.generic_table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.generic_table tr:first-child td{
		background:-o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c) );
	background:-moz-linear-gradient( center top, #4c4c4c 5%, #4c4c4c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");	background: -o-linear-gradient(top,#4c4c4c,4c4c4c);

	background-color:#4c4c4c;
	border:0px solid #cccccc;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-weight:bold;
	color:#ffffff;
}
.generic_table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c) );
	background:-moz-linear-gradient( center top, #4c4c4c 5%, #4c4c4c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");	background: -o-linear-gradient(top,#4c4c4c,4c4c4c);

	background-color:#4c4c4c;
}
.generic_table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.generic_table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/* FORM CODE COPIED FROM MIDE BLOG INLINE FORM CSS ON 5/22/2019  */
.c-callout--hbsp-form{border:1px solid #d6dde3;margin-bottom:.5em;margin-top:2.5em;padding:3em}.c-callout--hbsp-form p{font-size:15px !important}.c-callout--hbsp-form .c-hubspot-form{margin:0 !important;max-width:100% !important}.c-callout--hbsp-form .c-hubspot-form fieldset{max-width:100% !important}.c-callout--hbsp-form .c-hubspot-form label{color:#93a1af}.c-callout--hbsp-form .c-hubspot-form input[type=submit]{margin-bottom:0;padding:0 20px;width:initial !important}.c-callout--hbsp-form .c-hubspot-form .form-columns-2 .hs-form-field,.c-callout--hbsp-form .c-hubspot-form .form-columns-2 .hs_lastname.hs-form-field{float:none !important;width:100% !important}@media(min-width:768px){.c-callout--hbsp-form .c-hubspot-form .form-columns-2 .hs-form-field,.c-callout--hbsp-form .c-hubspot-form .form-columns-2 .hs_lastname.hs-form-field{float:left !important;width:48% !important}.c-callout--hbsp-form .c-hubspot-form .form-columns-2 .hs-form-field:first-child,.c-callout--hbsp-form .c-hubspot-form .form-columns-2 .hs_lastname.hs-form-field:first-child{margin-right:8px}}@media(min-width:768px){.c-callout--hbsp-form .c-hubspot-form .form-columns-2 .hs_lastname.hs-form-field{float:right !important;width:48% !important}}.c-callout--hbsp-form p{font-family:"Aktiv Grotesk",Helvetica,Arial,sans-serif !important}@media(min-width:768px){.s-referral h1{font-size:28px}}.s-referral .c-refer-name{display:block;font-size:36px;margin-bottom:4px;text-transform:capitalize}.s-referral .c-callout{position:relative;z-index:100;background:#fff;border-radius:4px;box-shadow:0 20px 60px -20px rgba(29,43,54,.44);margin:-10em 0 0}@media(min-width:768px){.s-referral .c-callout{margin:-16em 0 0}}.s-referral .c-callout__description{color:#72808e;font-size:20px;line-height:30px;margin:0;text-align:center}.s-referral .c-callout__form{background:#f6f9fc;border-radius:0 0 4px 4px}@media(max-width:767px){.s-referral .c-callout .c-cta__input{border:1px solid #e3e8eb}}.u-pos-relative{position:relative !important}@media(min-width:992px){.u-pos-absolute\@lg{position:absolute !important}.u-pos-relative\@lg{position:relative !important}}.t-bg-grey-200{background-color:#f9fafa !important}.o-row{box-sizing:border-box;margin-left:-15px;margin-right:-15px}.o-row::after{clear:both;content:"";display:table}.o-row>[class*=o-col]{float:left}.o-row-flex{box-sizing:border-box;display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.o-col-4{width:33.33333%}@media(min-width:544px){.o-col-4\@sm{width:33.33333%}}@media(min-width:768px){.o-col-4\@md{width:33.33333%}}@media(min-width:992px){.o-col-4\@lg{width:33.33333%}}@media(min-width:544px){.o-col-4\@sm{width:33.33333%}}@media(min-width:992px){.tx-center\@lg{text-align:center !important}}.u-width-12{width:100% !important}.u-mrg-t-1{margin-top:4px !important}.u-mrg-b-5{margin-bottom:20px !important}.u-mrg-h-0{margin-left:0 !important;margin-right:0 !important}@media(min-width:768px){.u-mrg-h-auto\@md{margin-left:auto !important;margin-right:auto !important}}.o-col-12{width:100%}@media(min-width:768px){.o-col-8\@md{width:66.66667%}}@media(min-width:768px){.tx-20\@md{font-size:20px !important}}.tx-18{font-size:22px !important}.tx-lh-heading{line-height:1.2 !important}.u-mrg-t-0{margin-top:0 !important}.u-mrg-b-3{margin-bottom:12px !important}.tx-lh-body{line-height:1.5 !important}.t-tx-charcoal-500{color:#394956 !important}.u-mrg-b-5m{margin-bottom:5em !important}.hbspt-form{position:relative}.hbspt-form input,.hbspt-form select,.hbspt-form textarea{background-image:none;background:#fff;border-radius:4px;border:1px solid #c1cbd4;color:#253540;display:block;font-size:15px;height:42px;line-height:38px;margin:0 0 20px;padding:0 12px;width:100% !important}.hbspt-form input:active,.hbspt-form input:focus,.hbspt-form select:active,.hbspt-form select:focus,.hbspt-form textarea:active,.hbspt-form textarea:focus{border:1px solid #3197d6;box-shadow:none;outline:0}.hbspt-form input::placeholder,.hbspt-form select::placeholder,.hbspt-form textarea::placeholder{color:#93a1af}.hbspt-form select,.hbspt-form select option{color:#253540}.hbspt-form select option[value=""],.hbspt-form select:invalid{color:#93a1af}.hbspt-form textarea{height:auto}.hbspt-form label{color:#333;display:block;font-size:16px;font-weight:500;margin-bottom:5px}.hbspt-form .c-hubspot-form{position:relative;text-align:left;margin:0 auto !important}@media(min-width:992px){.hbspt-form .c-hubspot-form.has-fixed-error .hs-input.invalid.error{box-shadow:0 0 0 3px #e52f28}}@media(min-width:992px){.hbspt-form .c-hubspot-form.has-fixed-error .hs-error-msgs{display:none !important}}.hbspt-form .c-hubspot-form .form-columns-2 .smart-field+.smart-field{padding-left:5px}.hbspt-form .c-hubspot-form .actions{text-align:center}.hbspt-form .c-hubspot-form .hs_content_types{font-size:12.5px;margin-bottom:12px;margin-top:12px}.hbspt-form .c-hubspot-form .hs_content_types>label{margin-bottom:10px}.hbspt-form .c-hubspot-form .hs_content_types .hs-error-msgs{margin-top:5px !important}.hbspt-form .c-hubspot-form .hs_content_types .hs-error-msgs li{margin-bottom:0 !important}.hbspt-form .c-hubspot-form .hs_content_types .inputs-list.multi-container{background:rgba(0,0,0,.04);border-radius:4px;padding:6px 14px}.hbspt-form .c-hubspot-form--mutli-select .inputs-list.multi-container{display:block;margin:1em 0;overflow:hidden;padding:0 0 0 1px}.hbspt-form .c-hubspot-form--mutli-select .hs-form-checkbox{display:block;float:left}.hbspt-form .c-hubspot-form--mutli-select .hs-form-checkbox span{padding:2px 24px 3px 18px}.hbspt-form .c-hubspot-form .hs-form-required{display:none}.hbspt-form .c-hubspot-form .input{margin-right:0 !important}.hbspt-form .c-btn-plus,.hbspt-form .c-btn-primary{border:0;color:#fff;font-weight:500;-webkit-font-smoothing:auto !important}.hbspt-form .c-btn--large{height:48px;line-height:46px;font-size:16px}.hbspt-form .c-btn-primary{background:#3197d6;transition:ease-in-out .2s all}.hbspt-form .c-btn-primary:hover{background:#237ab3}.hbspt-form .c-btn-primary--orange{background:#ff9139}.hbspt-form .c-btn-primary--orange:hover{background:#e87800}.hbspt-form .c-btn-primary--fixed-right{background:#3197d6;border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;border:0;color:#fff;font-weight:400;height:42px !important;padding-left:16px;padding-right:16px;position:absolute;right:0;top:0;transition:ease-in-out .2s all;width:auto !important}.hbspt-form .c-btn-primary--fixed-right:hover{background:#237ab3}.hbspt-form .c-btn--shadow{-webkit-box-shadow:0 0 2px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.1),0 12px 16px rgba(0,0,0,.1);box-shadow:0 0 2px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.1),0 12px 16px rgba(0,0,0,.1)}.hbspt-form .c-btn--shadow:hover{-webkit-box-shadow:0 0 2px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.15),0 12px 16px rgba(0,0,0,.15);box-shadow:0 0 2px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.15),0 12px 16px rgba(0,0,0,.15)}.hbspt-form .c-btn--hover-transition:hover{transform:translateY(-2px)}.hbspt-form .c-btn-dark{background:#1f5e89;border:0;color:#fff}.hbspt-form .c-btn-dark--fixed-right{background:#1f5e89;border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;border:0;color:#fff;font-weight:500;height:42px !important;letter-spacing:.5px;padding-left:16px;padding-right:16px;position:absolute;right:0;top:0;transition:ease-in-out .2s all;width:auto !important}.hbspt-form .c-btn-dark--fixed-right:active,.hbspt-form .c-btn-dark--fixed-right:focus{border:1px solid #1f5e89;box-shadow:none;outline:0}.hbspt-form .c-btn-dark--fixed-right:hover{background:#194c6e}.hbspt-form .c-btn-plus{margin-top:10px;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.08),0 12px 16px rgba(0,0,0,.08);box-shadow:0 0 2px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.08),0 12px 16px rgba(0,0,0,.08);background:#7e80e7}.hbspt-form .c-btn-inline-block{display:inline-block;width:inherit !important;padding:0 40px}.hbspt-form .hs-form-checkbox .hs-form-checkbox-display{margin-bottom:0;position:relative;top:-3px}.hbspt-form .hs-form-checkbox .hs-input{cursor:pointer;height:14px;left:-3px;position:absolute;top:5px;width:22px !important}.hbspt-form .hs-form-checkbox span{display:block;line-height:1.4;padding:3px 16px 3px 22px}.hbspt-form .inputs-list.multi-container{list-style-type:none;margin:0;padding:0}.hbspt-form legend.hs-field-desc{color:#93a1af;font-size:14px;text-align:center;border:0;margin:0 0 10px}.hbspt-form .submitted-message{background:#e4fbe6;border-radius:4px;border:1px solid #4bc27d;color:#228350;font-size:15px;font-weight:400;line-height:20px;margin-bottom:1em;padding:10px 15px}.hbspt-form .hs-error-msgs{list-style:none;margin:0 !important;margin-top:-4px !important;padding:0}.hbspt-form .hs-error-msgs li{background:#ffe3e2;border-radius:4px;font-family:"Aktiv Grotesk",Helvetica,Arial,sans-serif;font-size:12px !important;margin-bottom:10px !important;padding:2px 6px}.hbspt-form .hs-error-msgs li label{font-size:12px;color:#e52f28;font-weight:400;margin:0;line-height:16px !important;-webkit-font-smoothing:antialiased}.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field{float:left !important;width:48% !important}.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field:first-child{margin-right:8px}@media(min-width:544px){.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2){float:right !important;width:48% !important}}.hbspt-form .hs-form fieldset.form-columns-1,.hbspt-form .hs-form fieldset.form-columns-2{max-width:100%}.hbspt-form .hs_account_owner_of_contact label+.hs-field-desc{font-size:13px;margin-bottom:5px}.hbspt-form #plus-sub-form .hbspt-form .submitted-message{background:#fff url("https://blog.mide.com/images/pricing/modal/avatar--tim-thyne.png") left 18px center no-repeat;background-size:55px 55px;border-radius:4px;border:1px solid #d6dde3;color:#394956;font-size:15px;line-height:24px;margin-bottom:0;padding:1.5em 2em 1.5em 5.9em;text-align:left}.hbspt-form #post-content .inputs-list.multi-container{margin-bottom:0}.hbspt-form #post-content .hs-form-checkbox{margin:0}.hbspt-form #post-content .hs-form-checkbox span{line-height:18px;display:block;font-size:12.5px;font-weight:400;padding:3px 28px 3px 22px}.add-ons .hbspt-form legend.hs-field-desc{font-size:16px;text-align:left}body .hs-button.primary,body input[type="submit"],body input[type="button"]{color:#fff;text-shadow:none;background-color:#3197d6;background-image:none;background-image:none;background-image:none;background-image:none;box-shadow:none;border-top:1px solid #3197d6;border-bottom:1px solid #3197d6;border-right:1px solid #3197d6;border-left:1px solid #3197d6;border-radius:4px;-webkit-transition:none;-moz-transition:none;transition:none;-moz-user-select:none;-webkit-user-select:none;font-family:Helvetica,Arial,sans-serif;text-decoration:none;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:12px;padding:7px 18px 7px;text-align:center}body .hs-button.primary:hover,body input[type="submit"]:hover,body input[type="button"]:hover{box-shadow:none;background:#237ab3;border-top:1px solid #237ab3;border-bottom:1px solid #237ab3;border-right:1px solid #237ab3;border-left:1px solid #237ab3}body .hs-button.primary:focus,body input[type="submit"]:focus,body input[type="button"]:focus{box-shadow:none;border-top:1px solid #3197d6;border-bottom:1px solid #3197d6;border-right:1px solid #3197d6;border-left:1px solid #3197d6}body .hs-button.primary,body input[type="submit"],body input[type="button"]{width:100% !important}
.displaysourcecode{display:none}.syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.syntaxhighlighter table thead,.syntaxhighlighter table caption,.syntaxhighlighter textarea{-moz-border-radius:0!important;-webkit-border-radius:0 0 0 0!important;background:none!important;border:0!important;bottom:auto!important;float:none!important;height:auto!important;left:auto!important;line-height:1.1em!important;margin:0!important;outline:0!important;overflow:visible!important;padding:0!important;position:static!important;right:auto!important;text-align:left!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;font-weight:400!important;font-style:normal!important;font-size:1em!important;min-height:inherit!important;min-height:auto!important}.syntaxhighlighter{width:100%!important;margin:1em 0!important;position:relative!important;overflow:auto!important;font-size:1em!important}.syntaxhighlighter.source{overflow:hidden!important}.syntaxhighlighter .bold{font-weight:700!important}.syntaxhighlighter .italic{font-style:italic!important}.syntaxhighlighter .line{white-space:pre!important}.syntaxhighlighter table{width:100%!important}.syntaxhighlighter table caption{text-align:left!important;padding:.5em 0 .5em 1em !important}.syntaxhighlighter table td.code{width:100%!important}.syntaxhighlighter table td.code .container{position:relative!important}.syntaxhighlighter table td.code .container textarea{box-sizing:border-box!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;border:none!important;background:#fff!important;padding-left:1em!important;overflow:hidden!important;white-space:pre!important}.syntaxhighlighter table td.gutter .line{text-align:right!important;padding:0 .5em 0 1em !important}.syntaxhighlighter table td.code .line{padding:0 1em!important}.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0!important}.syntaxhighlighter.show{display:block!important}.syntaxhighlighter.collapsed table{display:none!important}.syntaxhighlighter.collapsed .toolbar{padding:.1em .8em 0!important;font-size:1em!important;position:static!important;width:auto!important;height:auto!important}.syntaxhighlighter.collapsed .toolbar span{display:inline!important;margin-right:1em!important}.syntaxhighlighter.collapsed .toolbar span a{padding:0!important;display:none!important}.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline!important}.syntaxhighlighter .toolbar{position:absolute!important;right:1px!important;top:1px!important;width:11px!important;height:11px!important;font-size:10px!important;z-index:10!important}.syntaxhighlighter .toolbar span.title{display:inline!important}.syntaxhighlighter .toolbar a{display:block!important;text-align:center!important;text-decoration:none!important;padding-top:1px!important}.syntaxhighlighter .toolbar a.expandSource{display:none!important}.syntaxhighlighter.ie{font-size:.9em!important;padding:1px 0!important}.syntaxhighlighter.ie .toolbar{line-height:8px!important}.syntaxhighlighter.ie .toolbar a{padding-top:0!important}.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:none!important}.syntaxhighlighter.printing .line .number{color:#bbb!important}.syntaxhighlighter.printing .line .content{color:#000!important}.syntaxhighlighter.printing .toolbar{display:none!important}.syntaxhighlighter.printing a{text-decoration:none!important}.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:#000!important}.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200!important}.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue!important}.syntaxhighlighter.printing .keyword{color:#069!important;font-weight:700!important}.syntaxhighlighter.printing .preprocessor{color:gray!important}.syntaxhighlighter.printing .variable{color:#a70!important}.syntaxhighlighter.printing .value{color:#090!important}.syntaxhighlighter.printing .functions{color:#ff1493!important}.syntaxhighlighter.printing .constants{color:#06c!important}.syntaxhighlighter.printing .script{font-weight:700!important}.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray!important}.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493!important}.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red!important}.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:#000!important}.syntaxhighlighter{background-color:#1b2426!important}.syntaxhighlighter .line.alt1{background-color:#1b2426!important}.syntaxhighlighter .line.alt2{background-color:#1b2426!important}.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#323e41!important}.syntaxhighlighter .line.highlighted.number{color:#b9bdb6!important}.syntaxhighlighter table caption{color:#b9bdb6!important}.syntaxhighlighter .gutter{color:#afafaf!important}.syntaxhighlighter .gutter .line{border-right:3px solid #435a5f!important}.syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f!important;color:#1b2426!important}.syntaxhighlighter.printing .line .content{border:none!important}.syntaxhighlighter.collapsed{overflow:visible!important}.syntaxhighlighter.collapsed .toolbar{color:#5ba1cf!important;background:#000!important;border:1px solid #435a5f!important}.syntaxhighlighter.collapsed .toolbar a{color:#5ba1cf!important}.syntaxhighlighter.collapsed .toolbar a:hover{color:#5ce638!important}.syntaxhighlighter .toolbar{color:#fff!important;background:#435a5f!important;border:none!important}.syntaxhighlighter .toolbar a{color:#fff!important}.syntaxhighlighter .toolbar a:hover{color:#e0e8ff!important}.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#b9bdb6!important}.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#878a85!important}.syntaxhighlighter .string,.syntaxhighlighter .string a{color:#5ce638!important}.syntaxhighlighter .keyword{color:#5ba1cf!important}.syntaxhighlighter .preprocessor{color:#435a5f!important}.syntaxhighlighter .variable{color:#ffaa3e!important}.syntaxhighlighter .value{color:#090!important}.syntaxhighlighter .functions{color:#ffaa3e!important}.syntaxhighlighter .constants{color:#e0e8ff!important}.syntaxhighlighter .script{font-weight:700!important;color:#5ba1cf!important;background-color:none!important}.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#e0e8ff!important}.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#fff!important}.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#ffaa3e!important}