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

@import url('https://fonts.googleapis.com/css?family=Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400');
@import url('https://fonts.googleapis.com/css?family=Roboto:500');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Roboto:100');

@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);

@font-face {
  font-family: "VisbyCF";
  font-style: normal;
 	font-weight: 700;
  src: url(https://www.swipedon.com/hubfs/fonts/VisbyCF-Bold.woff);
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/* FAQ Module */
.accordion {}
.accordion_group {
    margin-bottom: 2px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    width: 100%;
    padding: 10px 15px;
}
.accordion_icon{
    color: #34495e;
    padding-right: 16px;
    background-color: #34495e;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}
.accordion_content { 
    padding: 10px 15px;
    display: none;
}

.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: #f0f0f0;
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}


/* Testimonial */
.quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px;
}
.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    bottom: -20px;
    margin-left: -20px;
    left: 50%;
}
.quote {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
.details {
    font-size: 13px;
}  
.name {
    display: block;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}
.quote-box .fa{
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot {
    text-align: center;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px !important;
    max-height: 150px !important;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}

/* Services/ Product */
.service-group::after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;    
}


/* Well Module */

/* Well Colors */









#well{
    min-height: 20px;
    margin-bottom: 20px;       
    border-radius: 4px;
    color: #fff;
}
#well .default{
    border-radius: 4px;        
    border-style: solid;
    border-width: 1px;
    background: #34495e;
    border-color: #02172c;
}
#well .primary{
    border-radius: 4px;
    background: #74bdfc;
    border: 1px solid #428bca;
}    
#well .success{
    border-radius: 4px;
    background: #8eea8e;
    border: 1px solid #5cb85c;
}    
#well .danger{
    border-radius: 4px;
    background: #db7674;
    border: 1px solid #a94442;
}    
#well .info{
    border-radius: 4px;
    background: #8df2ff;
    border: 1px solid #5bc0de;        
}   
#well .plain{
    border-radius: 4px;
    background:#f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}
#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}   
#well .large{
    padding: 28px;
}
#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #666;
}

/* Tabber Module */
.body-container .custom-tabber-wrap .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 40px 0 -2px;
}
.custom-tabber-wrap .tabber-tabs > li {
    float: left;
}
.custom-tabber-wrap .tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: ;
    text-decoration: none;
    display: block;
}
.custom-tabber-wrap .tabber-tabs > .active > a, 
.custom-tabber-wrap .tabber-tabs > .active > a:hover, 
.custom-tabber-wrap .tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-tabber-wrap .tabber-content .tab-pane {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: ;
}
.custom-tabber-wrap .tabber-content .tab-pane.active:nth-child(1) {
    border-top-left-radius: 0;
}
.body-container .custom-tabber-wrap .tabber-content ul {
    padding: 0;
    margin: 0;
}
.custom-tabber-wrap .tabber-content .block h3 {
    display: none;
}


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




/* Fonts ,Background Colors */
    /* Body base Color  #000000*/
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
      /*  */
                         /*  */
                        /*  */
 /*  */

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


/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */



/* User Select */


/* Opacity*/



/*Body Blog Style's*/

body {
    margin: 0 auto;
    float: none;
    padding: 0px;
    line-height: 23px;
    font-size: 15px;
    color: #000;
    background:#ffffff;
    max-width:100%;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: Roboto, Arial, sans-serif;
    height: 46px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #73D13D;
    border-color: #73D13D;
    -webkit-appearance: none;
    min-width: 150px;
    background-color: transparent;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    border: 1px solid #FFF;
    border-color: #73D13D;
    background: #73D13D;
    color: #fff;
}

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



.body-container-wrapper{/* Safari Latest */
    overflow-x: hidden;
}

h1,
h2,
h3,
h5 {
        font-family: 'VisbyCF', Arial, sans-serif;
    		font-style: normal;
}

.so-logo {
  margin-top: 15px;
  padding-bottom: 10px;
}

.global-header {
    padding: 0 6%;
  	width: 100%;
}

.grey-line {
    border: 0;
    height: 0;
    border-top: 1px solid;
    border-top-color: #F2F2F2;
    margin: 15px 0;
}


.uppercase {
    text-transform: capitalize;
}

a {
    text-decoration: none;
}

.orange_border_button {
    border-style: solid;
    border-width: 1px;
    height: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: ;
    display: inline-block;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #73D13D;
    border-color: #73D13D;
    -webkit-appearance: none;
}
#hs_cos_wrapper_module_1639609759986196 .hs-search-field__button, #hs_cos_wrapper_widget_1686611775615 .hs-search-field__button {
    padding: 0 15px;
    background: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    position:relative;
    margin-left:-45px;
    width:40px;
    cursor:pointer;
}
#hs_cos_wrapper_module_1639609759986196 .hs-search-field__button:before, #hs_cos_wrapper_widget_1686611775615 .hs-search-field__button:before{
    content:'';
    display:block;
    position:absolute;
    background:url("https://www.swipedon.com/hubfs/search-1.svg") no-repeat;
    width:12px;
    height:12px;
  opacity:0.5;
  top:14px;
  left:14px;
}
#hs_cos_wrapper_module_1639609759986196 .hs-search-field__bar button svg,#hs_cos_wrapper_widget_1686611775615 .hs-search-field__bar button svg  {
    height: 13px;
}
/* clears the ‘X’ from Internet Explorer */
#hs_cos_wrapper_module_1639609759986196 input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
#hs_cos_wrapper_module_1639609759986196 input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
#hs_cos_wrapper_module_1639609759986196 input[type="search"]::-webkit-search-decoration,
#hs_cos_wrapper_module_1639609759986196 input[type="search"]::-webkit-search-cancel-button,
#hs_cos_wrapper_module_1639609759986196 input[type="search"]::-webkit-search-results-button,
#hs_cos_wrapper_module_1639609759986196 input[type="search"]::-webkit-search-results-decoration { display: none; }





.orange_border_button:hover {
    border: 1px solid #73D13D;
    border-color: #73D13D;
    background: #73D13D;
    color: #FFF;
}

.orange_border_button_square {
    min-width: var(--button-min-width);
    padding: var(--button-padding);
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
     font-family: var(--font-family-title);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    font-size: var(--button-font-size);
    text-transform: var(--button-font-case);
    font-weight: var(--button-font-weight);
    border-radius: var(--button-radius);
    text-decoration: none;
    color: #73D13D;
    border-color: #73D13D;
    -webkit-appearance: none;
}

.orange_border_button_square:hover {
    border: 1px solid #73D13D;
    border-color: #73D13D;
    background: #73D13D;
    color: #ffffff;
}

.light_border_button {
    border-style: solid;
    border-width: 1px;
    height: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: ;
    display: inline-block;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #7E8D99;
    border-color: #7E8D99;
    -webkit-appearance: none;
}

.light_border_button:hover {
    border: 1px solid #7E8D99;
    border-color: #7E8D99;
    background: #7E8D99;
    color: #FFF;
}

.small-button {
    min-width: 100px;
    padding: 10px 20px;
    margin: 30px 0;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: ;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17px;
    text-transform: none;
    border-radius: 5px;
    text-decoration: none;
    color: #73D13D;
    border-color: #73D13D;
}

.small-button:hover {
    border: 1px solid #FFF;
    border-color: #73D13D;
    background: #73D13D;
    color: #FFF;
}
.post-item .post-body .small-button,.post-item-featured .post-body .small-button {
    display:none;
}

/* Highlighted Text */

::-moz-selection {
    color: #fff;
    background: #666;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #666;
    text-shadow: none;
}

 .full-width-bg {
     width: 100%;
     height: auto;
     margin: 0;
 }

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




.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
  	padding-top: 0 !important;
}

.header-container {
    padding: 0;
    background: #fff;
    z-index: 9999;
}

@media (max-width:1320px) and (min-width:768px){
.container-fluid .wrapper{
    padding-left:35px;
    padding-right:35px;
}

.row-fluid .blog-subscription{
    right:35px;
}

}

.span3 .widget-span .widget-type-cell .about-us {
  	padding: 0;
}

.span3 .widget-span .widget-type-cell .more-link {
  	padding: 0;
}

.turqoise-half {
  width: 100%;
  background-color: #e8f8fc;
  background-image: url(https://www.swipedon.com/hubfs/backgrounds/back-curve-blue.gif);
  background-repeat: no-repeat;
  background-position: center top;
  color: #000000;
}

.turqoise-half h1, .turqoise-half h2, .turqoise-half h3 {
  color: #000000;
}

.turqoise-half ul, .turqoise-half li {
  color: #000000;
}

.turqoise-half h6, .turqoise-half i, .turqoise-half fal {
  color: #73D13D; 
}

.h1-style {
   	color: var(--color-swipedon-primary); 
    font-family: var(--font-family-title);
    font-size: var(--font-size-large);
    line-height: var(--font-line-height-large);
    font-style: normal;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
}

.h2-style {
   	color: var(--color-swipedon-primary); 
    font-family: var(--font-family-title);
    font-size: var(--font-size-medium);
    line-height: var(--font-line-height-medium);
    font-style: normal;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
}

.h3-style {
   	color: var(--color-swipedon-primary); 
    font-family: var(--font-family-title);
    font-size: var(--font-size-large);
    line-height: var(--font-line-height-body);
    font-style: normal;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
}

.h4-style {
    font-family: var(--font-family-body);
    font-size: var(--font-size-small);
    line-height: var(--font-line-height-body);
    margin: 0;
    padding: 0;
}

.h5-style {
    font-family: var(--font-family-body);
    font-size: 22px;
    line-height: 30px; 
    margin: 0;
    padding: 0;
}

.h6-style {
    font-family: var(--font-family-body);
    font-size: 22px;
    line-height: 30px; 
    margin: 0;
    padding: 0;
}

/* ==========================================================================
 
                                Body-Container                            
 
   ========================================================================== */

/*Slider Item Style's*/


.post-image {
    min-height:635px;
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-align:center;
}

.post-image:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}

.post-title h2 a {
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-family: 'VisbyCF', Arial, sans-serif;
}

.more-button a{
    background: #fff;
    color: #73D13D;
    font-size: 17px;
    padding: 10px 20px;
    text-transform: none;
    letter-spacing: .5px;
    border-radius: 5px;
    margin-top: 65px;
    display: inline-block;
    transition: all .4s ease-out;
    min-width: 100px;
}

.more-button a:hover{
    background: #73D13D;
    color: #ffffff;
}

.wrapper-wrapped {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    float: none;
}

.slick-initialized .item{
    display:block;
}

.item{
    display:none;
}

body .slick-dots li{
    margin:0px 2px;
}

body .slick-dots li button:before {
    font-size:0px;
    line-height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    width:8px;
    height:8px;
    background:#ffffff;
    content: '•';
    text-align: center;
    border:2px solid  #ffffff;
    color:transparent;
    opacity:1;
    border-radius:100%;
}

body .slick-dots li.slick-active button:before{
    background-color: #73D13D;
    border:2px solid  #73D13D;
}

body .slick-dotted.slick-slider {
    margin-bottom:0px;
    overflow:hidden;
}

body .slick-dots {
    bottom:15px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
}

.post-title h2 a:focus{
    outline:none;
}

.blog-subscription-outer{
    position: absolute;
    top: 108px;
    right:0px;
    left:0px;
}


.blog-subscription {
    max-width: 400px; 
    position: absolute;
    right:10px;
}

.blog-subscription input[type="email"] {
    border:0px;
    background:none;
    border-bottom:1px solid #ffffff;
    height: 30px;
    padding-left: 0px;
    color:#ffffff;
    
}

.blog-subscription input[type="email"]:focus{
    outline:none;
}

.blog-subscription input[type="submit"] {
    color: #73D13D;
    -webkit-appearance: none;
    background: #fff;
    border: 0;
    font-size: 12px;
    letter-spacing: .25px;
    position: absolute;
    top: 0px;
    right:0px;
    padding: 7px 15px;
    cursor:pointer;
    margin:0px;
}

.blog-subscription{}

/* Placeholder Text */

.blog-subscription::-webkit-input-placeholder{ /* Webkit Browsers */
   font-size: 12px;
   color:#ffffff;
}

.blog-subscription form:-moz-placeholder{ /* Firefox 18- */
   font-size: 12px;
   color:#ffffff;
}

.blog-subscription form::-moz-placeholder{ /* Firefox 19+ */
   font-size: 12px;
   color:#ffffff;
}

.blog-subscription form:-ms-input-placeholder{ /* IE10 */
   font-size: 12px;
   color:#ffffff;
}

.blog-subscription input:-webkit-autofill{
    background:transparent;
    color:#ffffff;
}

.blog-subscription .form-title{
    display:none;
}

.blog-subscription label{
    display:none;
}

ul.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -18px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.hs-error-msgs.inputs-list label{
    display: block;
    color: red;
    font-size: 12px;
    font-weight: bold;
}



/* ==========================================================================
 
                                Blog-Style                            
 
   ========================================================================== */

.post-blog-section .section.post-body .topics-all span:nth-child(2){
   display:none;
}
.blog-content-wrapper{
  position:relative;
}

.hs-blog-listing .blog-outer-section{
    padding-top:80px;
    padding-bottom:90px;
}
.blog-title{
    font-size: var(--font-size-large);
    font-weight: bold;
    line-height: var(--font-line-height-large);
    color: var(--color-swipedon-mineshaft);
    margin: 20px 0;
    padding-top: 65px;
}

@media (max-width: 764px){
  .blog-title{
    padding-top: 0;
  }
}

.post-blog-section .topics-all{
  position:relative;
  overflow:hidden;
}

.post-blog-section .section.post-body .topics-all a,.post-blog-section .section.post-body .topics-all span{
   color:#878787;
   text-decoration:none;
}
.topics-all .orange-block{
    display: block;
    float: left;
    width: 20px;
    height: 13px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background: #73D13D;
}

.hs-featured-image {
    float: none;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    padding-right: 0px;
    height: 250px;
    width: 100%;
    display: block;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}

.hs-featured-image:before {
    content: "";
    position: absolute;
    width: 198px;
    height: 15px;
    display: block;
    bottom: 0;
    left: 0;
    background: url(https://www.swipedon.com/hubfs/icons/rounded_left.png)no-repeat;
}

.hs-featured-image:after {
    content: "";
    position: absolute;
    width: 198px;
    height: 15px;
    display: block;
    bottom: 0;
    right: -1px;
    background: url(https://www.swipedon.com/hubfs/icons/rounded_right.png)no-repeat;
}      




.post-item .post-body,.post-item-featured .post-body{
    position:relative
}      
/*.post-item .post-body:before{
    content: "";
    position: absolute;
    width: 198px;
    height: 15px;
    display: block;
    top: 0;
    left: 0;
    background: url(https://www.swipedon.com/hubfs/icons/rounded_left_top.png)no-repeat;
}
.post-item .post-body:after{
    content: "";
    position: absolute;
    width: 198px;
    height: 15px;
    display: block;
    top: 0;
    right: 0;
    background: url(https://www.swipedon.com/hubfs/icons/rounded_right_top.png)no-repeat;
}*/
.custom-date-allposts{
  color:#878787;
  position:absolute;
  bottom:25px;
  width:calc(100% - 50px);
}

/*FEATURED POST*/

.featured-post .post-item-featured{
  width:100%;
  
  border-radius:none;
  padding-top: 30px;
}
.featured-post .post-item-featured .hs-featured-image-wrapper{
  float:left;
  width: 40%;
  margin: 0;
  padding: 0;
}
.featured-post .post-item-featured .post-body{
  float:right;
  width:60%;
  padding:15px 25px 15px 50px;
  margin:0;
  background:#fff;
}
.featured-post{
  margin-bottom: 35px;
}
.featured-post .post-item-featured .hs-featured-image:after,.featured-post .post-item-featured .hs-featured-image:before{
  display:none;
}
.featured-post .post-item-featured .post-body p{
  display:block;
  text-align: left;
  margin-bottom: 25px;
}
.featured-post .ias-trigger.ias-trigger-next{
  display:none!important;
}
.featured-post .post-item-inner{
  border-radius:0;
  display:flex;
  overflow:hidden;
}
.featured-post .hs-featured-image{
  height:100%;
}
.featured-post .post-item-featured .post-body .orange{
  color:#73D13D;
}
.featured-post .post-item-featured h2 a{
  font-weight:bold;
  text-align:left;
}
.featured-post .featured-footer{
  overflow:hidden;
}
.featured-post .post-item-featured .author-link{
  float:left;
  width:50%;
  line-height:46px;
}
.featured-post .post-item-featured .authorname {
    margin-top: 0;
    float: left;
}
.featured-post .custom-date{
    margin-top: 0;
    float: right;
    width:50%;
    color: #878787;
    line-height:46px;
    text-align: right;
    font-size: 14px;
}
.featured-post .post-item-featured .hs-author-avatar{
  float:left;
  margin-left:0;
  left:auto;
  top:auto;
  margin-right:15px;
}

/*FEATURED POST END*/

.post-header {
    position: relative;
}

.post-list-topics {
    padding-bottom: 15px;
    /*float:left;*/
}
.post-list-time-to-read{
    float:right;
    color:#878787;
}

.post-list-topics a:first-child{
    display:inline-block;
}
.fal, .far {
    font-family: "Font Awesome 5 Pro";
}
.post-list-header{
  display:block;
  overflow:hidden;
  padding:2px 0;
}
.post-list-time-to-read .fal{
   color: #878787; 
  font-size: 20px; 
  padding-right:5px;
  float:left;
  margin-top:1px;
}
.post-list-topics a{
    font-size:15px;
    font-weight:400;
    color:#878787;
    letter-spacing: .25px;
    display:none;
    text-transform: capitalize;
    font-family: 'Roboto', Arial, sans-serif;
}

.filter-expand-link {
  display: none;
}

.post-item h2, .post-item-featured h2{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    display: inline-block;
}

.post-item h2 a, .post-item-featured h2 a{
    color: #000;
    line-height: 27px;
    display: -webkit-box;
    font-size: 22px;
    font-weight: 200;
    font-family: 'VisbyCF',Arial,sans-serif;
}
.post-item-featured h2 a{
    line-height: 30px;
    font-size: 25px;
}

.post-listing,.post-listing-featured {
    display: block;
    margin: 0 -40px 0 0;
    padding: 0 25px 0px 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-item,.post-item-featured {
    float: left;
    width: 33.33%;
    padding-right: 40px;
    display: block;
    box-sizing: border-box;
    /*align-self: stretch;*/
    margin-bottom: 60px;
}

.hs-blog-post .hs-search-field {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
 padding: 10px; 
}

.blog-outer-section .wrapper-listing {
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    margin: 0 auto;
}

.blog-outer-section .hs-search-field {
  width: 100%;
  max-width: 700px;
  float: none;
  margin: 0 auto 50px;
}

.blog-outer-section .hs-search-field input {
    font-size: 18px;
    border: 1px solid #e9edef;
    border-radius: 20px;
    padding-left: 35px;
    height: 40px;
    line-height: 40px;
}
.blog-outer-section .hs-search-field input:focus{
    box-shadow: 0px 3px 18px 0px rgb(0 0 0 / 15%);
    border-color: #e9edef;
}

.post-item-inner{
   padding-bottom:0px;
   transition:all .4s ease-out;
   border:1px solid transparent;
   position:relative;
   overflow:hidden;
   border-radius:30px;
}
#hubspot-author_data,.section.post-header, #hs_cos_wrapper_blog_social_sharing{
   display:none!important;
}
.post-item-inner:hover{
    background: #ffffff;
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.15);
    border:1px solid rgb(233, 237, 239);
  
}

.post-item-inner:hover .read-more-link{
    opacity:1;
}

.read-more-link{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #73D13D;
    opacity:0;
}


.post-item .post-body{
    text-align: center;
    padding: 25px;
    margin-top: 15px;
    background: #edf1f5;
    min-height:160px;
}
.post-item .post-body p,.post-item-featured .post-body p{
    display:none;
}

.post-item .post-body p,.post-item-featured .post-body p{
    font-size:15px;
    line-height:23px;
    margin: 0px;
}

.post-body {
    padding: 25px 15px 15px;
}

.hs-featured-image-wrapper {
    position: relative;
}

.post-body p {
    margin-top: 0px;
    font-size: 15px;
    line-height: 23px;
}
.related-post .custom-date-allposts {
    text-align: center;
    width: 100%;
}



/*Blog Post page Fadding Effects*/

body.hs-blog-post .body-container-wrapper {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    
    -o-animation: fadein 2s;
    /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    /* Firefox */
    
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    /* Safari and Chrome */
    
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    /* Opera */
    
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.hs-blog-listing .post-section-hero{
    display:none;
}

.hs-blog-post .blog-featured-main{
    display:none;
}


.hs-blog-post{
    
}

.post-section-hero{
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
}


.post_featured_image {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    display: block;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
}

.post_featured_image:after{
    content:"";
    width:100%;
    height:100%;
    left:0px;
    right:0px;
    background-color: rgba(65, 68, 71, 0.55);
    display:block;
    position:absolute;
}

.post-author-avatar{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin: 0 auto 10px;
    display: block;
    max-width: 50px;
}

.author-link-avator{
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.post_banner_date, .post_author, .author-link{
    display:block;
    font-style: normal;
    font-size:14px;
    color:#ffffff;
    font-weight:400;
}

.post_author, .post_author .author-link{
    display:inline-block;
    font-weight: bold;
}

.post_author .author-link{

}

.post_topic_data a:first-child{
    display:inline-block;
}

.post_topic_data a{
    display:none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    padding: 15px 0px 10px;
}

.post-section-hero h1{
    font-size: 50px;
  line-height: 55px;
    color: #fff;
    font-weight: 200;
    font-family: 'VisbyCF', Arial, sans-serif;
    margin: 0px;
}


.section.post-body{
    padding:0px 0px;
}

.blog-post-wrapper{
    margin:0 auto;
    max-width:830px;
    padding-left:15px;
    padding-right:15px;
    float:none;
}


.section.post-body h2{
    font-size:30px;
    color:#3B3B3B;
    line-height:35px;
    font-weight:200;
}

.section.post-body p{
    font-size:16px;
    color:#000;
    line-height:24px;
    font-weight:400;
    margin: 25px 0px;
}


.section.post-body a{
    color:#000000;
    text-decoration:underline;
}

.section.post-body ul{
    padding-left:20px;
    margin:20px 0px;
}

.section.post-body ul li{
    font-size:16px;
    color:#000000;
    line-height:25px;
    font-weight:400;
    margin-bottom: 15px;
}

.section.post-body img{
    margin: 25px 0px;
}
.post-list-topics{
   float:left;
}
.author_box_bottom{
    width: 110px;
    height:110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    display: block;
}

.about-author-sec{
    padding: 70px 0px;
}

.about-author-sec .span10{
    margin-left:5px;
}

.about-author-sec  h3{
    margin:0px;
}

.about-author-sec  h3 a.author-link{
    display: block;
    color:#73D13D;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: .5px;
    padding: 15px 0px 10px;
    font-family: 'VisbyCF', Arial, sans-serif;
}

.about-author-sec p{
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
}

.about-author-sec .share_links{
    color: #3fa2f7;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    padding: 10px 0px;
}

.cta_section{
    padding-top:15px;
    padding-bottom: 115px;
}

.hs-blog-post .blog-section{
    position:relative;
    max-width:860px;
    margin:55px auto 0;
    float:none;
}

.hs-blog-post .blog-outer-section {
    padding-top: 45px;
}

.social_sharing_module {
    max-width: 50px;
    padding: 0 10px 0;
    position: absolute;
    top: 0;
    left: -100px;
}


@media(min-width:1050px) and (max-width:1200px){
  .social_sharing_module {
      
  }  
    
}

@media(min-width:768px) and (max-width:1049px){
  .social_sharing_module {
      left:-50px;
  } 
  
  .blog-post-wrapper{
      max-width: 650px;
  }
    
}



.social_sharing_module a {
    display: block;
    max-width: 30px;
    margin: 0px auto 10px;
    color: #929292;
    
}

.social_sharing_module a i{
    font-size: 18px;
    padding: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    vertical-align: bottom;
    line-height: 30px;
    transition: all .2s ease-out;
}


.social_sharing_module a i.fa-facebook-f {
    color: #929292;
}

.social_sharing_module a:hover i.fa-facebook-f {
    color: #73D13D;
}

.social_sharing_module a i.fa-linkedin {
    color: #929292;
}

.social_sharing_module a:hover i.fa-linkedin {
    color: #73D13D;
}

.social_sharing_module a i.fa-twitter {
    color: #929292;
}

.social_sharing_module a:hover i.fa-twitter {
    color: #73D13D;
}

.social_sharing_module a i.fa-pinterest-p {
    color: #929292;
}

.social_sharing_module a:hover i.fa-pinterest-p {
    color: #73D13D;
}




/*Related Post Section*/

.related-post-title{
    text-align:center;
    font-size:24px;
    font-weight:200;
    font-family: 'VisbyCF', Arial, sans-serif;
    padding-bottom: 45px;
    margin:0px;
    text-transform: capitalize;
}

.wrapper-short{
    max-width:1050px;
    padding-left:10px;
    padding-right:10px;
    margin:0 auto;
    float:none;
    display:block;
}

.related-post-section .hs-featured-image{
    height:190px;
}

.related-post-section .post-item .post-body,.related-post-section .post-item-featured .post-body {
    text-align: center;
    padding:20px 15px 20px;
    min-height:178px;
}

.related-post-section .post-item-inner{
    padding-bottom:0px;
    min-height:100%;
}



/*Author-Style*/


#comment-form {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

#comment-form .hs-form-field {
    position: relative;
}

#comment-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -5px;
    list-style: none;
    padding: 0;
    margin: 0px;
}

#comment-form ul.hs-error-msgs.inputs-list label {
    font-size: 13px;
    color: red;
    font-weight: 600;
    letter-spacing: .25px;
}

#comment-form input[type="email"],
#comment-form input[type="text"] {
    text-align: left!important;
    min-height: 50px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 16px;
}

#comment-form .hs-form fieldset {
    max-width: 100%;
}

#comment-form textarea {
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 6px;
    text-align: left!important;
    min-height: 120px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
}

#comment-form .hs-form-booleancheckbox input {
    min-height: 10px;
}

#comment-form .hs-button {
    border: none;
    cursor: pointer;
    float: none;
    text-align: center;
    padding: 16px 0;
    display: inline-block;
    background: #f69417;
    color: #fff;
    font-weight: 600;
    margin: 0px auto 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#comment-form .hs-button:hover {} #hubspot-topic_data {
    border-top: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
    padding: 10px 0;
}

body.hs-blog-listing.author-body .post-item .bottom-part,
body.hs-blog-listing.author-body .post-body {} body.hs-blog-listing.author-body .hs-author-profile {
    text-align: center;
}

body.hs-blog-listing.author-body .hs-author-avatar img {
    max-width: 100px;
    border-radius: 50%;
}

body.hs-blog-listing.author-body h2.hs-author-name {
    font-size: 25px;
    color: #ffffff;
}

body.hs-blog-listing.author-body .hs-author-social-links {
    padding-bottom: 15px;
}

body.hs-blog-listing.author-body .hs-author-bio {
    max-width: 770px;
    margin: 0 auto;
    float: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link {
    background-image: none;
    width: 30px;
    height: 30px;
    border-width: 0;
    border: 0;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 0px;
    font-size: 20px;
    color: #ffffff;
}

body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link:hover {
    color: #f69417;
}

/*Footer STyle*/

.about-us h4, .more-links h4, .company-info h4, .stay-informed h4 { 
	font-size: 17px; 
	line-height: 25px; 
	font-weight: 400;
	font-style: normal;
	font-family: 'Roboto', Arial, sans-serif;
  color: #fff;
}

.
-container-wrapper {}
.footer-container {
    font-size: 14px; 
    line-height: 28px;
}

.footer-text {
    font-size: 14px;
    line-height: 28px;
}

.footer-background,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a, 
.footer-container-wrapper .contact-us a, 
.footer-container-wrapper .about-us a {
    color: #969696;
}
.footer-background, 
.footer-background a {
    background: #000;
}
.footer-container-wrapper .more-links a:hover, 
.footer-container-wrapper .contact-us a:hover, 
.footer-container-wrapper .about-us a:hover {
    color: #73D13D;
}
.footer-container-wrapper .more-links a {
    margin: 10px 0px;
}
.footer-container-wrapper .more-links .footer-nav li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}
.footer-container-wrapper .icon {
    margin-bottom: 5px;
}
.footer-container-wrapper .icon i {
    float: left;
    margin-top: 3px;
}
.footer-container-wrapper .contact-us {
    word-wrap: break-word;
}
.footer-container-wrapper .contact-info {
    margin-left: 25px;
}
.footer-container-wrapper .footer-copyright {
    background: #000;
    color: #BCBCBC;
    padding: 40px 0 0 0;
    font-size: 12px;
    position: relative;
}

.footer-copyright .copyright-text {
    padding: 10px 0;
}
.footer-container-wrapper .social-icons .fa{
    font-size: 20px;
    padding-right: 5px;
}

.hs-form-required {
  display: none;
}
.post-item .author-link,.post-item-featured .author-link{
    text-align:center
}
.post-item .hs-author-avatar,.post-item-featured .hs-author-avatar{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    position: relative;
    margin-left: 50%;
    left: -23px;
    top: -23px;
}
.post-item .authorname,.post-item-featured .authorname{
    color:#000;
    margin-top: -20px;
    display: block;
}




/* ==========================================================================
   Responsive-Style
   ========================================================================== */


.hs-form-required {
  display: none;
}

.topic-list {
  width: 100%; 
  text-align: center;
  padding-bottom: 40px;
  overflow:hidden;
}

.topic-list ul {
  list-style-type: none;
  overflow:hidden;
}

.topic-list li {
  display: block; 
  float:left;
  margin: 10px 7px 0 0;
}

.topic-list li a {
  color: #000;
  text-transform:lowercase;
  text-indent: 0;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1em;
  float:left;
  display:block;
  background:#edf1f5;
  padding:10px 12px;
  border-radius:20px;
}

.topic-list li a:hover {
  background: #73D13D;
  color:#000;
}

.filter-link-count {
  	display: none;
}

@media(max-width:1024px) and (min-width:768px) {
.post-item, .post-listing-simple {
    width: 50%
}
  .post-listing-featured {
    width: 100%;
}
.next-post a,
.prev-post a,
.next-posts-link,
.previous-posts-link {
    font-size: 0px;
    z-index: 3;
}
 .topic-list ul{
    padding-left:0;
}
}


@media(max-width:767px){
.featured-post .post-item-inner {
    display:block;
}  
   .topic-list ul{
    padding-left:0;
}
featured-post .post-list-topics {
    padding-bottom: 0;
}
featured-post .post-list-time-to-read{
  clear:both;
  float:left;
  padding-bottom:15px;
  padding-top:5px;
}   
.featured-post .post-item-featured h2 a,.featured-post .post-item-featured .post-body p {
    text-align: center;
}
.featured-post .post-item .hs-featured-image-wrapper,.featured-post .post-item-featured .hs-featured-image-wrapper {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 300px;
}
.featured-post .post-item .post-body,.featured-post .post-item-featured .post-body {
    float: none;
    width: auto;
    padding: 25px 10px 35px;
    margin: 0;
    background: #fff;
}
.custom-date-allposts {
    bottom: 10px;
    width: calc(100% - 20px);
}
    
.row-fluid .blog-subscription-outer{
    display:none;
} 

  

.post-title h2 a {
    font-size: 35px;
}

.hs-blog-listing .blog-outer-section {
    padding-bottom: 50px;
}

.ias-trigger.ias-trigger-next{
    padding-top:20px;
    
}

.footer-container-wrapper{
    padding: 100px 0 90px;
}

.post-section-hero h1{
    font-size:35px;
}
.post-item .post-body,.post-item-featured .post-body {
   padding-bottom:25px!important;
    min-height: 0;
}

.social_sharing_module {
    max-width: 100%;
    padding: 0 10px 0px;
    position: absolute;
    top: -34px;
    left: -18px;
}

.social_sharing_module a{
    margin: 0px 10px 0px 0px;
    display: inline-block;
}



.recents-post ul li {
    padding-bottom: 10px;
}
.post-item,
.post-item-featured,
.post-listing-simple {
    width: 100%;
    padding-right: 0px;
    margin: 0px 0px 25px;
}
.authorname {
    font-size: 11px;
    top: 8px;
}
.span3.pop-post-image {
    float: left;
    width: 50px;
    margin-right: 15px;
}
.span9.pop-post-title {
    float: left;
    width: 70%;
}
.span9.pop-post-title a {
    font-size: 14px;
}
.post-listing,.post-listing-featured {
    margin: 0px;
    padding:0px;
}

.cta_section {
    padding-top: 15px;
    padding-bottom: 50px;
}

.cta_section a.cta_button img{
    height:100%;
}

.related-post-section{
    padding-bottom:50px;
}

.section.post-body {
    padding: 25px 0px 0px;
}

.about-author-sec {
    padding: 40px 0;
}

.row-fluid blockquote {
    padding-left: 15px;
    margin: 30px 0;
}
  

.widget-type-blog_subscribe,
.recents-post {
    padding-top: 40px;
}
.section.post-header h2,
.section.post-header h2 a {
    font-size: 30px;
    line-height: 40px;
}
.next-post a,
.prev-post a,
.next-posts-link,
.previous-posts-link {
    font-size: 0px;
    z-index: 3;
    padding: 10px 10px 5px;
}
.next-post a .fa,
.prev-post a .fa,
.next-posts-link .fa,
.previous-posts-link.fa {
    font-size: 16px;
    top: -3px;
}
#comment-form {
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.hs-blog-post #comment-form div.input {
    margin-right: 0px;
}
.hs-blog-post .section.post-body h3,
.hs-blog-post .section.post-body h2 {
    font-size: 24px;
    line-height: 32px;
}
}
@media(max-width:767px) {
    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 175px;
        padding-top: 10px;
        padding-left: 15px;
    }
    
    .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 15px 20px 12px;
    }
    
    .header-container.container-fluid .wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
    .row-fluid .subnav {
        position: relative;
        width: 100%;
        top: 0px;
    }
    .body-container-wrapper {
        padding-top: 0px;
    }
    .row-fluid .breadcrumb-section {
        display: none;
        visibility: hidden;
    }
    .blog-section {
        padding-top: 15px;
        padding-right: 0px;
    }
    .blog-content {
        padding-right: 0px;
    }
    .post-body .hs-featured-image {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .section.post-header h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .hs-blog-post .section.post-body img:first-child {
        margin-bottom: 0px;
    }
}


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


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


.custom-menu-primar {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:;
    padding-top: 10px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    background:
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px;
    position: relative;
    display: block;
    color: #34495e;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#73D13D;
}

/* Home white nav */
.custom-menu-primary-w .hs-menu-wrapper > ul{ 
    padding-top: 10px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.custom-menu-primary-w .hs-menu-wrapper > ul > li{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}
.custom-menu-primary-w .hs-menu-wrapper > ul > li > a{
    padding: 10px;
    position: relative;
    display: block;
    color: #ffffff;
}
.custom-menu-primary-w .hs-menu-wrapper > ul > li > a:hover{
    color: #73D13D;
}


/* Child List */

.hs-menu-children-wrapper {
    padding: 14px!important;
    left: -3px!important;
    background: #fff;
    border-radius: 4px;
    min-width: 150px;
    font-size: 14px;
    line-height: 30px;
    color: #A2A2A2;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.hs-menu-children-wrapper li {
    margin-left: 7px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: -35px!important;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    min-width: 150px;
    font-size: 13px;
    line-height: 25px;
    color: #A2A2A2;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    color: #323E48;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: -7px;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #A2A2A2;
    padding: 3px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #323E48;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: #34495e;
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper { 
      background: transparent !important;
  }
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 1024px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    overflow: hidden;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}



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


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

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

@media (max-width: 1080px){


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

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

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

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .hs-menu-children-wrapper li,
  .hs-menu-children-wrapper {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


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

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

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
  
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
        display: none;
        visibility: hidden;
  }
  
.hs-menu-item .hs-menu-depth-2, .hs-menu-children-wrapper {
        padding: 0; !important;
}

}

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

  .mobile-trigger {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 32px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }

.cta_border_button {
    min-width: 180px;
    padding: 10px 20px;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--font-family-title);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17px;
    text-transform: none;
    font-weight: 300;
    border-radius: 5px;
    text-decoration: none;
    color: #73D13D;
    border-color: #73D13D;
}

.cta_border_button:hover {
    border: 1px solid #FFF;
    border-color: #73D13D;
    background: #73D13D;
    color: #FFF;
}

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 55px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .15);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


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

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    font-size: 16px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: #000;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 45px;
    margin: 10px 20px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .20); /* Adds transparent dark highlights to top of top level list items */
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
    color: #ffffff;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}
  
/* Header Small */
.small-header .header-container { padding: 0; }
.small-header .header-container .hs_cos_wrapper_type_logo a img { max-width: 200px;}
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 5px; }
.small-header .header-cta { margin-top: 7px;  margin-bottom: 7px; }  


/*Sidebar*/


.pop-post-image {} 

.pop-post-item {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    margin-bottom: 15px;
}
.pop-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.span3.pop-post-image {
    max-width: 60px;
}
.pop-post-image a span {
    width: 55px;
    height: 75px;
    background-size: cover !important;
    display: block;
    background-position: center center !important;
}
.pop-post-title a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    padding-left: 0px;
    color: #ffffff;
}
.pop-post-date {
    font-size: 12px;
    color: #fff;
    text-align: left;
    display: block;
}
blockquote {
    border-left: 5px solid #f69417;
    margin: 50px 0px;
    padding-left: 30px;
}
.author-body .author-box {
    display: none;
}

@media(min-width:768px) {
    .make-equal-height > .row-fluid-wrapper >.row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}


.ias-trigger.ias-trigger-next{
    width: 100%;
    //max-width: 188px;
    margin: 0 auto;
}

body .ias-spinner{
    display:block!important;
    width:100%!important;
}

.ias-trigger.ias-trigger-next a{
        width: 190px;
        border-style: solid;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
        font-family: var(--font-family-title);
        display: inline-block;
        padding: 12px 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        font-size: 17px;
        border-radius: 5px;
        text-decoration: none;
        color: #ffffff;
        border-color: #73D13D;
        background-color: #73D13D;
}


.ias-trigger.ias-trigger-next a:hover{
    background: #73D13D;
    color:#fff;
}


@media (max-width: 1024px) {
  
		.so-logo {
  			padding: 10px 0;
		}   
  
    .header-container-wrapper{
        position: relative;
    }
    
    .header-container{
        padding: 0;
    }
    
    .header-container-wrapper .container-fluid .row-fluid .page-center .page-center-small{
        padding: 0;
    }
    
    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 200px;
        margin: 25px 0 5px 10px;
    }
    
    .row-fluid [class*="span"].header-cta{
        display: none !important;
    }
  
    .body-container-wrapper {
        padding-top: 0 !important;
    }
    .padding40tb {
        padding: 0;
    }
  
.about-us, .more-links, .company-info, .stay-informed {
  	margin-top: 30px;
  	padding-left: 7%;
   	padding-right: 7%;
}
  
.navbuttons {
display: none !important;    
}

  
}

/* Form Field */
body .hs-form-field { 
    margin-bottom: 15px; 
}

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

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 700;
}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    display: block;
    height: 34px;
    padding-bottom: 8px;
    line-height: 1.42857143;
    color: #555;
    background: none;
    background-image: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #EAEBEC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    margin-left: 0;
    text-indent: 0;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: #34495e;
    
}


@media (max-width: 1280px) {
.padding40tb {
    padding: 40px 10%;
}
}
.copyright {
 	float: right; 
  text-align: right;
  color: #5a5a5a; 
  font-size: 12px;
}
@media (max-width: 1024px) {
.copyright {
  text-align: left;
  float: left;
  width: 100%;
  display: inline-block;
  margin-left: 7%;
}
}

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

.bottom-container {
    width: 100%;
    padding: 50px 0 10px 0;
    background-color: #000;
    font-size: 14px; 
    line-height: 28px;
    color: #969696;
}
    
.bottom-container h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
}
    
.bottom-container a {
    color: #969696;    
    text-decoration: none;
}
    
.bottom-container a:hover {
    color: #73D13D;    
}
    
.bottom-col {
    width: 25%;
    float: left;
} 

.bottom-col1 {
    width: 25%;
    float: left;
} 

@media (max-width: 1024px) {
.bottom-col {
    width: 32%;
    float: left;
} 
} 

@media (max-width: 800px) {
.bottom-col {
    width: 100%;
    float: none;
    display: inline-block;
}    
}

@media (max-width: 1024px) {
.bottom-col1 {
    display: none;
}  
}
    
.copyright {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    color: #5a5a5a; 
    font-size: 12px;
}

.tab_wrapper {
	height: 28px;
	margin-top: 35px;
	background: none;
	width: 100%;
}

.top_tab {
	width: 28px;
	height: 28px;
	background: none;
  float: left;
  margin-right: 10px;
}

.top_tab a {
  background: transparent;
}


#facebook {
	background:url(/hubfs/facebook.png?noresize) no-repeat;
  background-size: cover;
}

#twitter {
	background:url(/hubfs/twitter.png?noresize) no-repeat;
  background-size: cover;
}

#instagram {
	background:url(/hubfs/instagram.png?noresize) no-repeat;
	background-size: cover;
}

#youtube {
	background:url(/hubfs/youtube-off.png?noresize) no-repeat;
  background-size: cover;
  
}

#linkedin {
	background:url(/hubfs/linkedin-off.png?noresize) no-repeat;
	background-size: cover;
}

#Pinterest {
	background:url(/hubfs/pinterest-hover.png?noresize) no-repeat;
	background-size: cover;
}

.top_tab a img {
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}

.top_tab a:hover img {
	opacity:.01;
}


#hsForm_7088a030-f9d0-4a50-93d1-a7ac38cf253f input[type="submit"] {
    background: transparent;
    border-style: solid;
    border-width: 1px;
    color: #73D13D;
    height: 46px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--font-family-title);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border-color: #73D13D;
    text-shadow: none;
    -webkit-appearance: none;
    box-sizing: inherit;
    box-shadow: none;
}


#hsForm_7088a030-f9d0-4a50-93d1-a7ac38cf253f input[type="submit"]:hover {
    border: 1px solid #D33700;
    border-color: #73D13D;
    background: #73D13D;
    color: #FFF;
}

#hsForm_7088a030-f9d0-4a50-93d1-a7ac38cf253f input[type="email"] {
    width: 100%;
    font-family: var(--font-family-title);
    font-size: 16px;
    display: block;
    height: 34px;
    padding-bottom: 8px;
    line-height: 1.42857143;
    color: #969696;
    background: none;
    background-image: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #353535;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    margin-left: 0;
    text-indent: 0;
    text-shadow: none;
    box-sizing: inherit;
    box-shadow: none;
}

#hsForm_7088a030-f9d0-4a50-93d1-a7ac38cf253f input[type="email"]:focus {
    outline: 0;
    border-left: none;
    border-right: none;
    border-top: none;
  	color: #ffffff;
    border-bottom-color: #797979;
}

.hs-error-msgs label {
		margin-top: 0 !important;
}

.hs-error-msgs inputs-list {
  	display: none !important;
  
}

.base-hs-button-styles, .hs-form-7088a030-f9d0-4a50-93d1-a7ac38cf253f_fae3c17b-2d79-4737-ac3a-2a6f5626f72c .hs-button {
	padding: 0 !important;
}

body .hs-button.primary, body input[type="submit"], body input[type="button"] {
	padding: 0 !important;  
}

/* SwipedOn Header */

    .so-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 0;
        z-index: 10000;
        transition: all 0.2s ease-in-out;
        height: auto;
        background-color: transparent;  
        color: #fff;
    }

    .so-page-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 0;
        z-index: 10000;
        transition: all 0.2s ease-in-out;
        height: auto;
        background-color: transparent;  
        color: #000;
    }

    .so-header.active, .so-page-header.active {
        color: #000;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.04);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.04);
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.04);
    }  
    
    .so-header a:link {
        color: #000;
        text-decoration: none;
    }
    
    .so-header a:hover {
        color: #73D13D;
        text-decoration: none;
    }
    
    .so-header a:visited {
        color: #000;
        text-decoration: none;
    }
    
    .so-header.active a:link {
        color: #000;
        text-decoration: none;
    }
    
    .so-header.active a:hover {
        color: #73D13D;
        text-decoration: none;
    }
    
    .so-header.active a:visited {
        color: #000;
        text-decoration: none;
    }  

    .so-page-header a:link {
        color: #000;
        text-decoration: none;
    }
    
    .so-page-header a:hover {
        color: #73D13D;
        text-decoration: none;
    }
    
    .so-page-header a:visited {
        color: #000;
        text-decoration: none;
    }
    
    .so-page-header.active a:link {
        color: #000;
        text-decoration: none;
    }
    
    .so-page-header.active a:hover {
        color: #73D13D;
        text-decoration: none;
    }
    
    .so-page-header.active a:visited {
        color: #000;
        text-decoration: none;
    } 
    
    #device-nav a:link {
        color: #fff;
        text-decoration: none;
    }
    
    #device-nav a:hover {
        color: #73D13D;
        text-decoration: none;
    }
    
    #device-nav a:visited {
        color: #fff;
        text-decoration: none;
    }
    
    
     #device-nav {
        width: 100%;
        height: 100%;
        background-color: black;
        display: none;
        visibility: visible;
        overflow-y:auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        line-height: 45px;
    }

#device-nav .hs-menu-item {
        padding: 8px 6%;
        display: block;
        width: 100%;
        text-align: left;
    }

#device-nav .hs-menu-item:hover {
       background-color: #151515;
    }

.hs-menu-item .hs-menu-depth-2 a {
      font-size: 14px; 
      color: #85898E;
      text-align: left;
}

.hs-menu-item .hs-menu-depth-2 a:hover {
      font-size: 14px; 
      color: #73D13D;
}

#device-nav .hs-menu-wrapper, #device-nav ul {
        width: 100%;
}


#device-nav .hs-menu-depth-2 {
        display: block !important;
}

#device-nav .hs-menu-children-wrapper {
        display: block;
}

#device-nav .hs-menu-children-wrapper .open-menu-list {
        display: none !important;
        visibility: none !important;
}

#device-nav .open-menu-list {
        display: none;
}
    
    .device-nav-link {
        padding: 8px 6%;
        display: block;
        width: 100%;
    }
    
    .device-nav-link:hover {
        background-color: #151515;
    }
    
    .trial-button {
        width: 120px;
        border-style: solid;
        border-width: 1px;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
        font-family: var(--font-family-title);
        letter-spacing: 0.7px;
        display: inline-block;
        padding: 10px 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        text-decoration: none;
        color: #ffffff;
        border-color: #73D13D;
        background-color: #73D13D;
        font-size: 17px;
        text-transform: none;
        font-weight: 300;
        border-radius: 5px;
    }

    .trial-button:hover {
        border: 1px solid #73D13D;
        border-color: #dd3900;
        background: #dd3900;
        color: #FFF;
    }

    .landing-trial-button {
        width: 190px;
        border-style: solid;
        border-width: 1px;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
        font-family: var(--font-family-title);
        letter-spacing: 0.7px;
        display: inline-block;
        padding: 12px 0;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        font-size: 14px;
        border-radius: 100px;
        text-decoration: none;
        color: #ffffff;
        border-color: #73D13D;
        background-color: #73D13D;
    }

    .landing-trial-button:hover {
        border: 1px solid #73D13D;
        border-color: #dd3900;
        background: #dd3900;
        color: #FFF;
    }
    
    .login-button {
        width: 100px;
        border-style: solid;
        border-width: 1px;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
        font-family: var(--font-family-title);
        letter-spacing: 0.7px;
        display: inline-block;
        padding: 12px 0;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        font-size: 14px;
        border-radius: 100px;
        text-decoration: none;
        color: #73D13D;
        border-color: #73D13D;
    }

    .login-button:hover {
        border: 1px solid #000;
        border-color: #dd3900;
        color: #dd3900;
    }
    
    .header-left {
        float: left;
        width: 20%;
      	margin-top: 5px;
        min-width: 180px; 
        height: 40px;
        /*background-image: url(/hubfs/swipedon-white-3.png);*/
        background-image: url(/hubfs/swipedon-black-3.png);
        background-size: 180px;
        background-position: left top;
        background-repeat: no-repeat;
        transition: all 0.2s ease-in-out;
    }

    .header-left.active {
        background-image: url(/hubfs/swipedon-black-3.png);
    }

    .header-page-left {
        float: left;
        width: 20%;
        margin-top: 5px;
        min-width: 180px; 
        height: 40px;
        background-image: url(/hubfs/swipedon-black-3.png);
        background-size: 180px;
        background-position: left top;
        background-repeat: no-repeat;
        transition: all 0.2s ease-in-out;
    }

    .header-page-left.active {
        background-image: url(/hubfs/swipedon-black-3.png);
    }

    .header-page-center {
        width: 100%;
        margin-top: 5px;
        min-width: 180px; 
        height: 40px;
        background-image: url(/hubfs/swipedon-black-3.png);
        background-size: 180px;
        background-position: center top;
        background-repeat: no-repeat;
        transition: all 0.2s ease-in-out;
    }

    .header-page-center.active {
        background-image: url(/hubfs/swipedon-black-3.png);
    }
    
    .header-center {
        float: left;
        letter-spacing: 0.5px;
        width: 60%; 
        text-align: center;
        margin-top: 12px;
        text-transform: uppercase;
    }

.header-center .hs-menu-item {
    padding-right: 20px;
}
    
    .header-right {
        float: right;
        width: 20%;
        text-align: right;
        min-width: 150px; 
    }
    
    .nav-item {
       padding: 0 10px;
    }
    
    .mobile-nav, .mobile-page-nav {
        display: none;
    }
    

    
@media (max-width: 1080px) { 
    .trial-button {
        display: none;
    }
  .header-right {
      min-width: 47px;
  }
  .so-header.blog-header.active-bg{
        background-color:black;
    }
    
    .header-center {
        display: none;
    }
    
    .mobile-nav {
        display: inline-block;
        margin-top: 13px;
        content: url(/hubfs/mobile-nav-white.png);
        cursor: pointer;
    }
    
    .mobile-nav.active {
        display: inline-block;
        margin-top: 13px;
        content: url(/hubfs/mobile-nav-black.png);
    }
  
    .mobile-page-nav {
        display: inline-block;
        margin-top: 13px;
        content: url(/hubfs/mobile-nav-black.png);
        cursor: pointer;
    }
    .mobile-page-nav.active {
        display: inline-block;
        margin-top: 13px;
        content: url(/hubfs/mobile-nav-black.png);
    }

}

/* Country selector */

.dropbtn {
    background-color: #242424;
    color: white;
    padding: 14px;
    font-size: 16px;
    border: none;
  	border-radius: 3px;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  	border-radius: 3px;
}

.dropdown-content a {
    color: black;
    padding: 5px 14px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
	border-radius: 3px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #2e2e2e;
}

.header-center .hs-menu-item {
    padding-right: 0 !important;
}

.hs-menu-item {
  text-transform: uppercase;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 0 10px; 
}

.content-1280 {
    max-width: 1280px;
    margin: 0 auto;
 }

.content-left {
    width: 50%;
    float: left;
}

.content-right {
    width: 50%;
    float: left;
}

@media (max-width: 780px) {
.content-left, .content-right {
  float: none;
  width: 100%;
  display: inline-block;
}
}

@media (max-width: 1380px) {
  
.content-1280 {
    padding: 0 40px;
}
}

@media (max-width: 480px) {
.content-1280 {
    padding: 0 20px;
}
}
  
.mobile-free-trial {
  display: none;
}

.accordion {
  display: none;
}



@media (max-width: 480px) {
 
.mobile-free-trial {
  display: block;
  background-color: #73D13D;
  color: #fff;
  cursor: pointer;
  padding: 14px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #2D2D2D;
}
  
.mobile-free-trial:hover {
  background-color: #F70E00;
}
  
.mobile-free-trial:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 13px;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}  
  
.accordion {
  display: block;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #2D2D2D;
}

.accordion:hover {
  background-color: #333;
}

.panel {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0;
}
  
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
  
}

.anchor-scroll {
  scroll-margin: 90px 0 0 0;
}

.main-container {
    max-width: 1280px;
    margin: 0 auto;
 }


.footer-styles {
  color: #535353; 
  width: 100%;
  font-size: 15px;
  line-height: 28px;
}

.footer-styles a {
  color: #3b3b3b;    
} 

.footer-styles a:hover {
  color: #73D13D;    
}

.margin-bottom-small {
  margin-bottom: 25px; 
}

.margin-bottom-medium {
  margin-bottom: 50px; 
}

.margin-bottom-large {
  margin-bottom: 100px; 
}

.margin-top-small {
  margin-top: 25px; 
}

.margin-top-medium {
  margin-top: 50px; 
}

.margin-top-large {
  margin-top: 100px; 
}

.one-column {
  float: left; 
  width: 25%; 
}

.two-column {
  float: left; 
  width: 50%; 
}

.sub-heading {
  font-family: var(--font-family-title);
  font-size: 45px;
  line-height: 45px;
  color: black;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h6 { 
font-size: 22px; 
line-height: 30px; 
font-weight: 300;
font-style: normal;
}

@media (max-width: 1280px) {  
  
  .main-container {
    padding: 0 40px;  
  }  
  
}

@media (max-width: 780px) {   

  
  .one-column {
    width: 50%;
  }
  
  .two-column {
    float: none;
    width: 100%;
    display: inline-block;
  }
  
   .h1-style, .h3-style {
    font-size: var(--font-size-medium);
    line-height: var(--font-line-height-medium);
  }
  
  .h2-style {
    font-size: 30px;
    line-height: 35px;
  }    
  
        .margin-top-extra-large {
        margin-top: 60px;
      }
      
       .padding-top-extra-large {
        padding-top: 60px;
      }
}

@media (max-width: 480px) {  
  
  .hide-content {
    display: none; 
  }
  
  .one-column {
    width: 100%;
  }
  
}

.cta_solid_button {
    min-width: var(--button-min-width);
    padding: var(--button-padding);
    background: #73D13D;
    border-style: solid;
    border-width: 1px;
    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;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--font-family-title);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: var(--button-font-size);
    text-transform: var(--button-font-case);
    font-weight: var(--button-font-weight);
    border-radius: var(--button-radius);
    text-decoration: none;
    border-color: #73D13D;
    -webkit-appearance: none;
}
.cta_solid_button:hover {
    border: 1px solid #D33700;
    border-color: #D33700;
    background: #D33700;
    color: #FFF;
}

.leader {
  font-size: var(--font-size-small);
  font-weight: 700;
  line-height: 18px;
  color: #73D13D;
  padding: 0;
  margin: 0 0 15px 0;
}

.grey-text {
  font-family: "VisbyCF";
  font-style: normal;
 	font-weight: 700;
  font-size: var(--font-size-small);
  color: var(--color-swipedon-submarine);
  line-height: var(--font-line-height-body);
}

.image-shadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
}

:root {
  
  --color-swipedon-primary: #73D13D;
  --color-swipedon-secondary: #1bbae1;
  --color-swipedon-submarine: #B4BBC3;
  --color-swipedon-mineshaft: #3B3B3B;
  
  --button-radius: 5px;
  --button-font-case: none;
  --button-font-size: 17px;
  --button-font-weight: 300;
  --button-padding: 10px 20px;
  --button-min-width: 180px;
  
  --spacing-extra-small: 18px;  
  --spacing-small: 25px; 
  --spacing-medium: 50px; 
  --spacing-large: 100px; 
  --spacing-extra-large: 180px; 
  
  --font-family-title: 'VisbyCF', Helvetica, Arial, sans-serif;
  --font-family-body: 'Roboto', Helvetica, Arial, sans-serif;
  --font-size-body: 16px;
  --font-size-large: 45px;
  --font-size-medium: 38px;
  --font-size-small: 23px;
  --font-size-extra-small: 18px;
  --font-line-height-body: 24px;
  --font-line-height-large: 53px;
  --font-line-height-medium: 46px;
  --font-line-height-small: 29px;
  --font-line-height-extra-small: 24px;
}

/* Resource Template */

.rc-main-container {
    width: 100%; 
    color: #3B3B3B; 
    text-align: center; 
    max-width: 820px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 500px; 
    margin-bottom: 0; 
    padding-top: 40px; 
    position: relative; 
}

.rc-main-container h1 {
    font-size: 45px;
    line-height: 50px; 
}  

.rc-featured-image {
    float: none;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    padding-right: 0px;
    height: 250px;
    width: 100%;
    display: block;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}

.rc-featured-image:before {
    content: "";
    position: absolute;
    width: 198px;
    height: 15px;
    display: block;
    bottom: 0;
    left: 0;
}

.rc-featured-image:after {
    content: "";
    position: absolute;
    width: 198px;
    height: 15px;
    display: block;
    bottom: 0;
    right: -1px;
} 

.rc-post-list-topics {
    padding: 5px 20px;
    border-radius: 50px;
    color: #3B3B3B;
    display: inline-block;
    background-color: #FEF2ED;
}

.rc-post-list-topics a, .rc-post-list-topics a:active. .rc-post-list-topics a:visited {
    color: #3B3B3B; 
    background-color: #FEF2ED;
}

.rc-post-list-topics a:hover {
    color: #3B3B3B; 
    background-color: #FEE4DB;
}

.rc-tag {
    background-color: #edf1f5; 
    padding: 10px 20px; 
    border-radius: 50px; 
    display: inline-block; 
    margin: 5px; 
    color: #3B3B3B;
}

.rc-tag a, .rc-tag a:visited, .rc-tag a:active {
    color: #3B3B3B;
}

.rc-tag a:hover, .rc-tag:hover {
    background-color: #6D7478; 
    color: #ffffff;
}

/*  HubSpot hAcKz
    ========================================================================== */

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

.row-fluid [class*="span"]:first-child {
    margin: 0 !important;
}

.header-container,
.body-container-wrapper
{
  padding-top: 0 !important;
  min-height: 0 !important;
}

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

.anchor-scroll {
  scroll-margin: 110px 0 0 0;
}

.row-fluid [class*="span"] {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.row-fluid [class*="span"]:first-child {
  margin: auto !important;
}

.hs-form .hs-form-field .hs-input { 
  background-color: #ffffff !important; 
  border-color: #DCE1E7 !important;
}

#hs-cta-99a4cec9-45f5-4214-b75f-32c8bf4a8394:hover {
   color: #73D13D !important;  
}

#cta_button_4249991_c2296f22-49c8-4cb9-92dd-7c335deb4b07:hover, #cta_button_4249991_6185dec9-b1e6-4874-81d2-f2c7198f27c6:hover {
   color: #73D13D !important;  
}

.cta_button:hover {
  opacity: 0.7 !important;
}

.cta_button {
  font-family: 'VisbyCF', Helvetica, Arial, sans-serif !important; 
}

.row-fluid .span6 {
  width: 100% !important;
}