

/* 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;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 .header-container-wrapper, 
 .body-container-wrapper, 
 .footer-container-wrapper .container-fluid {
   padding-left: 0 !important;
   padding-right: 0 !important;
 }
 
 .footer-container-wrapper {
   position: relative;
   z-index: 1;
 }
 
 
 
 
 
 
 .hhs-full-hero-vh {height: 100vh !important;}
 
 @media (max-width: 575px){
   .hhs-full-hero-vh {height: auto !important;}
 }
 
 .hhs-full-hero-vh .hhs-center-hero {padding: 100px 0 !important;}
 
.hhs-scroll-down {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
  opacity: 0.4;
}

.hhs-row-overlay {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 0;
}

 
 .hhs-rich-text-in {
   clear: both; 
 }
 
 
 .hhs-image-grid img {margin-bottom: 25px;}
 
 .hhs-team-social-con i {
   font-size: 18px;
   padding: 5px;
 }
 
 
 .hhs-pricing-option {
   text-align: center; 
 }
 
 .hhs-package-desc p {
   line-height: 2.5em; 
 }
 



.hhs-wave-con-top,
.hhs-wave-con {
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 100;
}

.hhs-wave-module svg,
.hhs-wave-module {
  display: block;
  width: 100%;
  min-width: 1366px;
}

.hhs-wave-module svg {
  transform: scaleX(-1);
}
 
.hhs-wave-con-top .hhs-wave-module svg {
  transform: scaleY(-1);
}
 
 
.hhs-clearfix:before,
.hhs-clearfix:after,
.hhs-container:before,
.hhs-container:after,
.hhs-container-fluid:before,
.hhs-container-fluid:after {
  content: " ";
  display: table;
}
.hhs-clearfix:after,
.hhs-container:after,
.hhs-container-fluid:after {
  clear: both;
}
 
 
 @keyframes scrollDown {
   0% {
     opacity: 0;
     transform: translate(-50%, 0);
   }
 
   30% {
     opacity: 1;
   }
 
   100% {
     opacity: 0;
     transform: translate(-50%, 22px);
   }
 }

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -5%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

 
 
 .hide-desktop {display: none;}
 .show-desktop {display: block;}
 
 @media (max-width: 834px) { 
   .hide-desktop {display: block !important;}
 
   .show-tablet {display: block !important;}
   .hide-tablet {display: none !important;}
 }
 
 @media (max-width: 575px) { 
   .hide-mobile {display: none !important;}
   .show-mobile {display: block !important;}
 }

 
 

 .widget-type-blog_subscribe .hs-error-msgs {
   display: none;
 }
 
 .hs_error_rollup {display: none;}

 
 .hs_cos_wrapper_type_rich_text ul {
   padding-left: 40px;
 }

 .hs_cos_wrapper_type_rich_text ul li:before {
   display: none;
 }

 
 .post-jump .next-arrow,
 .post-jump .prev-arrow {
   margin: 60px 0 0 12px;
 }

 
 
 
 .hhs-contact-con i {float: left; margin-right: 10px;}
 .hhs-contact-con span {float: left;display: block;line-height: normal;}
 .hhs-contact-con p {clear:both; margin-bottom: 10px; display: inline-block;}
 
 .hhs-footer .horz-rule {
   border-color: rgba(0,0,0,0.3) !important;
   clear: both;
 }

 
 
 
 .hhs-header-menu {
   float: right !important; 
 }
 
 .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a {
   padding: 10px 5px; 
   display: inline-block;
 }
 .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a {
   padding: 5px 5px 5px 10px; 
 }
 
 
 @media (max-width: 768px) {
   .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a,
   .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a {
     padding: 0px 0px 0px 10px; 
   }
 }
 
 .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a span {
   padding: 10px 0; 
 }

 
 .custom-menu-primary .hs-menu-wrapper > ul{ 
   float: right;
   -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 }
 
 .custom-menu-primary .hs-menu-wrapper > ul > li > a{
   padding: 10px 15px;
   position: relative;
   display: block;
 }
 
 
 
 .custom-menu-primary .hs-menu-wrapper > ul ul{
   left: 15px!important;
   padding: 10px 0px;
   -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
   box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
   min-width: 150px;
   position: relative;
 }
 
 
 .custom-menu-primary .hs-menu-wrapper > ul > li > ul .subnav-caret {
   position: absolute;
   top: -12px;
   left: 0;
   width: 100%;
   padding-left: 10px;
 }

 .custom-menu-primary .hs-menu-wrapper > ul > li > ul .subnav-caret svg {
   width: 20px;
   height: 20px;
 }

 @media (max-width: 768px) {
   .custom-menu-primary .hs-menu-wrapper > ul > li > ul .subnav-caret {
     display: none !important;
   }
 }
 .transparent-nav .custom-menu-primary .hs-menu-wrapper > ul ul li a {
   color:#444;
 }
 
 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
   z-index: 1000 !important;
   width: max-content !important;
   max-width: 250px;
 }
 
 .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% !important;
 }
 

 
 
 
 .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;
   text-decoration: none !important;
   padding-right: 30px;
   white-space: normal !important;
   
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
   margin: 0px; 
 }
 
 .hs-menu-wrapper.hs-menu-flow-horizontal ul {
   margin-bottom: 0px; 
 }
 
 
 

.hhs-nav-links li.hs-item-has-children .nav-caret {
  display: inline;
}
.hhs-nav-links li.hs-item-has-children .nav-caret-right {
  display: none;
}

.hhs-nav-links li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper .subnav-caret,
.hhs-nav-links li.hs-menu-depth-2.hs-item-has-children .nav-caret {
  display: none;
}

.hhs-nav-links li.hs-menu-depth-2.hs-item-has-children .nav-caret-right {
  display: inline;
   position: absolute;
   right: 10px;
   top: 0px;
   padding-top: 7px;
}

.hhs-nav-links li.hs-menu-depth-2.hs-item-has-children .nav-caret-right svg {
  width: 15px;
  height: 15px;
}

 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children .nav-caret svg {
   margin-left: 3px;
   width: 15px;
   height: 15px;
 }
 
 
 .hhs-footer .hs-menu-item.active {
   background-color: transparent !important; 
 }
 
 
 @media screen and (min-width:769px) {
   .custom-menu-primary .hs-menu-wrapper {
     display:block !important;
     background: transparent !important;
   }
 }
 
 
 @media (max-width: 768px){
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
     display: none; 
   }
   .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
     display: block;
     float: none !important;
     width: auto !important;
     margin-left: 0 !important;
   }
 }
 
 .row-fluid [class*="span"] {
   min-height: auto !important; 
 }
 
 @media (min-width: 1280px) {
   .row-fluid [class*="span"] {
     min-height: 0 !important;
   }
 }
 
 .row-fluid {
   min-height: 0px !important;
 }
 
 
 
 
 
 .hhs-toggle-price .wrapper{
   position: relative; 
   width: 100%;
   margin-bottom: 25px;
 }
 
 .toggler-label-left {
   position: absolute;
   left: 0px;
   text-align: right;
   width: 45%;
 }
 
 .toggler-label-right {
   position: absolute;
   right: 0px;
   text-align: right;
   width: 45%;
   top: 7px;
   text-align: left;
 }
 
 
 
 .wrapper {
   position: relative;
   display: flex;
   width: 120px;
   margin: 0 auto;
   align-items: center;
   justify-content: space-around;
 }
 @media (max-width: 767px) {
   .wrapper {
     width: 250px;
   }
 }
 .wrapper .toggler {
   display: inline-block;
   width: 67px;
   text-align: center;
 }
 .wrapper .toggler *, .wrapper .toggler *:before {
   transition: 0.15s ease-in-out all;
 }
 .wrapper .toggler:before, .wrapper .toggler:after {
   margin: 0px -15px;
   width: 100%;
   top: 50%;
   transform: translateY(-50%);
   position: absolute;
 }
 .wrapper .toggler:before {
   text-align: right;
   content: attr(span-prev);
   left: -100%;
 }
 .wrapper .toggler:after {
   text-align: left;
   content: attr(span-next);
   right: -100%;
 }
 .wrapper .toggler .tgl, .wrapper .toggler .tgl:active {
   position: absolute;
   visibility: hidden;
   height: 0;
   width: 0;
 }
 
 .wrapper .toggler .checkbox-label:before:hover {
   cursor: pointer;
 }
 .wrapper .toggler .toggle:checked + .checkbox-label:before {
   left: calc(100% - 50px);
 }
 .wrap {
   transition: 0.2s opacity;
 }
 .price2 {
   display: none;
 }
 .price1 {
   display: block;
 }
 
 
 .tgl {
   display: none;
 }
 .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
   box-sizing: border-box;
 }
 .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
   background: none;
 }
 .tgl + .tgl-btn {
   outline: 0;
   display: block;
   
   height: 2em;
   position: relative;
   cursor: pointer;
   user-select: none;
   margin: 0 auto;
 }
 .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
   position: relative;
   display: block;
   content: "";
   width: 50%;
   height: 100%;
 }
 .tgl + .tgl-btn:after {
   left: 0;
 }
 .tgl + .tgl-btn:before {
   display: none;
 }
 .tgl:checked + .tgl-btn:after {
   left: 50%;
 }
 .tgl-ios + .tgl-btn {
   background:  transparent;
   border-radius: 2em;
   padding: 2px;
   transition: all 0.4s ease;
 }
 .tgl-ios + .tgl-btn:after {
   border-radius: 2em;
   transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
   box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 rgba(0, 0, 0, .08);
 }
 .tgl-ios + .tgl-btn:hover:after {
   will-change: padding;
 }
 .tgl-ios + .tgl-btn:active {
   box-shadow: inset 0 0 0 2em #e8eae9;
 }
 .tgl-ios + .tgl-btn:active:after {
   padding-right: 0.8em;
 }
 .tgl-ios:checked + .tgl-btn {
   background: transparent;
 }
 .tgl-ios:checked + .tgl-btn:active {
   box-shadow: none;
 }
 .tgl-ios:checked + .tgl-btn:active:after {
   margin-left: -0.8em;
 }
 
 
 @media (max-width: 992px) {
   .toggler-label-right,
   .toggler-label-left {
     width: 43%; 
   }
 } 
 
 @media (max-width: 768px) {
   .toggler-label-right,
   .toggler-label-left {
     width: 40%; 
   }
 }
 
 @media (max-width: 575px) {
   .wrapper .toggler:after {
     right: 20px 
   }
   .wrapper .toggler:before {
     left: 10px; 
   }
   .toggler-label-right,
   .toggler-label-left {
     width: 32%; 
   }
   .toggler-label-right {
     top: auto; 
   }
 }
 
 
 @media (max-width: 575px) {
   .highlight-pack.hhs-price-inner {
     margin-top: 0px;
   }
 }
 
 
 
 
 
 #hs-pwd-widget-password {
   margin-bottom: 15px;
   height: auto !important;
   margin-top: 0px !important;
 }
 
 
 
 
 
 .social-sharing-wrapper {
   clear: both;
 }
 
 
 
 #comments-listing {
   margin-bottom: 30px;
   margin-top: 30px;
 }
 .comment {
   margin: 10px 0;
   padding: 15px 0;
 }
 .comment-date { font-size: 0.8em; display: block !important;  }

 .comment-body { padding: 10px 0; }
 
 
 
 .hs-embed-wrapper,
 .hs-responsive-embed-wrapper,
 .hs-responsive-embed { 
   position: relative; 
   height: 0; 
   overflow: hidden; 
   padding-top: 0; 
   padding-left: 0; 
   padding-right: 0; 
   max-width: none !important;
   max-height: none !important;
 }
 
 
 
 .hs-responsive-embed-target-iframe,
 .hs-responsive-embed iframe, 
 .hs-responsive-embed object, 
 .hs-responsive-embed embed { 
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
   border: 0; 
 }
 
 .hs-responsive-embed, 
 .hs-responsive-embed.hs-responsive-embed-youtube, 
 .hs-responsive-embed.hs-responsive-embed-wistia, 
 .hs-responsive-embed.hs-responsive-embed-vimeo { 
   padding-bottom: 56.25%; 
 }
 
 
 
 .form-title {
   margin-bottom: 30px;
 }
 
 .legal-consent-container {
   margin: 5px 0 15px;
 }
 
 .legal-consent-container .hs-dependent-field {
   margin-bottom: 20px;
 }
 
 
 
 .cta-input-inline {
   position: relative; 
 }
 
 .cta-input-inline *, 
 .cta-input-inline form *:after, .cta-input-inline form *:before{
   box-sizing:border-box;
 }
 .cta-input-inline form > div:first-child{
   display:inline-block;
   width:100%;
 }
 .cta-input-inline .hs_email,
 .cta-input-inline .hs_email input{ 
   width:100%;
   display:inline-block;
 }
 .cta-input-inline .hs_submit{
   position: absolute;
   top: 24px;
   right: 0px;
 }
 
 .cta-input-inline .submit-alt .hs-button.primary,
 .cta-input-inline .hs-button.primary {
   padding-top: 14px;
   padding-bottom: 13px;
   margin-right: -2px;
 }
 
 body .cta-input-inline input[type="email"] {
   margin-bottom: 0px; 
 }
 
 .hubspot-link__icon {
   margin-bottom: 4px !important; 
 }
 
 .hs_submit .actions {
   margin-top: 0em; 
 }
 
 
 
 
 
 body label {
   margin-bottom: 5px;
   font-weight: 700;
 }
 body .hs-form-field > label {}
 
 
 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;
   box-shadow: none;
 }
 
 
 body textarea {
   min-height: 200px;
 }
 
 
 body select {
   height: 44px;
   -webkit-appearance: none;
   background: #ffffff url("https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/CLEAN-images/gfx/select-drop-down-arrows.png") no-repeat right center;
   background-size: 14px 33px;
 }
 
 
 body form.hs-form .hs-form-field ul.inputs-list {
   list-style: none;
   padding: 0;
 }
 
 .hs-form fieldset.form-columns-1 input[type="checkbox"], 
 .hs-form fieldset.form-columns-1 input[type="radio"] { 
   width: auto !important
 }
 
 
 .form-simple label {
   display: none !important;
 }
 
 
 
 
 .hs_cos_wrapper_type_form .hs-form-field {position: relative;margin-bottom: 15px;}
 
 
 
 .hs_cos_wrapper_type_form label {line-height: 20px;}
 
 
 .hs_cos_wrapper_type_form input[type="text"],
 .hs_cos_wrapper_type_form input[type="password"], 
 .hs_cos_wrapper_type_form input[type="datetime"], 
 .hs_cos_wrapper_type_form input[type="datetime-local"], 
 .hs_cos_wrapper_type_form input[type="date"], 
 .hs_cos_wrapper_type_form input[type="month"], 
 .hs_cos_wrapper_type_form input[type="time"], 
 .hs_cos_wrapper_type_form input[type="week"], 
 .hs_cos_wrapper_type_form input[type="number"], 
 .hs_cos_wrapper_type_form input[type="email"], 
 .hs_cos_wrapper_type_form input[type="url"], 
 .hs_cos_wrapper_type_form input[type="search"], 
 .hs_cos_wrapper_type_form input[type="tel"], 
 .hs_cos_wrapper_type_form input[type="color"],
 .hs_cos_wrapper_type_form input[type="file"],
 .hs_cos_wrapper_type_form textarea,
 .hs_cos_wrapper_type_form select {
   padding: 8px 8px 9px;
 }
 
 
 
 
 #comment-form label span {
   vertical-align: middle;
 }
 
 
 #comment-form input[type="text"] {
   display: inline-block;
 }
 
 #comment-form input[type="checkbox"] {margin-right: 10px;}
 
 
 
 
 
 
 
 
 #hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
   float: left;
   margin-top: 2px;
   text-align: left !important;
   margin-bottom: 15px;
 }
 #hs_form_target_blog_subscription input[type="email"]:focus {}
 
 #hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
   width: auto;
   margin-right: 10px;
 }
 
 
 
 
 
 .hhs-search-modal.modal {
   max-width: 100%;
   z-index: 100000;
 }
 .hs-search-field__suggestions {
   background-color: #fff; 
   max-height: 200px;
   overflow: scroll;
   text-align: left !important;
 }
 
 .hs-search-field--open .hs-search-field__suggestions {
   border-color: transparent;
   -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
   box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
 }
 
 .hs-search-field__suggestions li a {
   padding: 5px 10px;
   color: #000;
 }
 
 
 .hs-search-field__suggestions li a:hover .hs-search-highlight {
   color: #ffffff; 
 }
 
 #results-for {
   background-color: #f4f4f4;
   padding: 5px 10px;
 }
 


 
 
 
 
 .hhs-search-modal {
   position: relative; 
 }
 
 .hhs-pop {overflow: visible !important;}
 
 .hhs-pop.hhs-modal.hhs-search-modal {
   padding: 20px 40px !important; 
 }
 
 
 .hhs-search-modal .hs-search-field__input {
   box-sizing: border-box;
   width: 100%;
   font-size: 32px !important;
   border: none;
 }
 
 
 .hhs-search-modal .hs-search-field__input  {
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   -o-box-shadow: none !important;
   -ms-box-shadow: none !important;
   box-shadow: none !important; 
 }
 
 .hhs-search-modal button {
   position: absolute;
   top: 0;
   right: -5px;
   height: 100%;
   display: block;
   border: none;
   font-size: 24px;
   -webkit-border-radius: 0 8px 8px 0;
   border-radius: 0 8px 8px 0;
 }
 
 .hhs-search-modal button svg {
   fill: #fff;
   width: 40px;
   height: 20px;
 }
 
.hhs-search-modal.modal a.close-modal {
 right: -25px; 
}

 .hhs-search-modal .hs-search-field__suggestions {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .hhs-search-modal .hs-search-field--open .hs-search-field__suggestions {
   border: 1px solid #000;  
 }
 .hhs-search-modal .hs-search-field__suggestions li {
   display: block;
   margin: 0;
   padding: 0;
 }
 .hhs-search-modal .hs-search-field__suggestions #results-for {
   font-weight: bold;
 }
 .hhs-search-modal .hs-search-field__suggestions a,
 .hhs-search-modal .hs-search-field__suggestions #results-for {
   display: block;
 }
 .hhs-search-modal .hs-search-field__suggestions a:hover,
 .hhs-search-modal .hs-search-field__suggestions a:focus {
   background-color:  rgba(0,0,0, .1);
   outline: none;
 }
 
 .blocker {
   z-index: 10000; 
 }
 
 
 @media (max-width: 575px) {
   .search-results h1 {
     text-align: left !important;
   }
   .search-results .padding40tb {
     padding: 0px;
   }
 }
 
 
 
 
 .hhs-pop .hhs-pop-the-form {
   padding: 50px 0;
 }
 
 .blocker {z-index:100000 !important;}
 .hhs-pop.hhs-modal {
   padding: 60px 0px 60px;
   max-width: 800px !important;
   z-index: 1000000;
   position: relative;
 }
 .hhs-pop.hhs-modal .hhs-pform .hs-form-required {
   display: none !important;
 }
 .hhs-pop.hhs-modal .hs-form {
   margin-top: 0;
 }
 @media (min-width: 768px) {
   .hhs-pop .vert-align {
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     align-items: center;
     -webkit-align-items: center;
     justify-content: center;
     -webkit-justify-content: center;
   }
   .hhs-pop .vert-align.rev-order {
     flex-direction: row-reverse;
     -webkit-flex-direction: row-reverse;
   }
 }
 
 .hhs-pop .hhs-page-center {
   max-width: 1000px;
   margin: 0 auto !important;
   float: none !important;
 }
 
 .hhs-pop a.hhs-cta-button, .hhs-pop a.hhs-cta-button:link, .hhs-pop a.hhs-cta-button:active, .hhs-pop a.hhs-cta-button:visited, .hhs-pop a.hhs-cta_button, .hhs-pop a.hhs-cta_button:link, .hhs-pop a.hhs-cta_button:active, .hhs-pop a.hhs-cta_button:visited {
   color: #fff;
   text-decoration: none;
 }
 
 .modal {
   -webkit-border-radius: 3px !important;
   border-radius: 3px !important; 
 }
 
 
 
 
 
 .hhs-pop .hhs-pform input, .hhs-pop .hhs-pform select, .hhs-pop .hhs-pform textarea {
   -webkit-appearance: none;
   color: #555;
   padding: 10px;
   background-color: #f5f5f5;
   border: 1px solid #aaaaaa;
 }
 .hhs-pop .hhs-pform .hs-button.primary {
   background-color: #ffaf03;
   color: #fff;
   text-align: center;
   padding: 15px 12px;
   min-width: 93.5% !important;
 }
 
 @media (max-width: 767px) {
   .hhs-pop .hhs-pform .hs-button.primary {
     min-width: 100% !important;
   }
 }
 
 .hhs-pop .hhs-pform .hs-button.primary:hover {
   background-color: rgba(255, 175, 3, .7);
 }
 
 
 
 
 
 .hhs-pop .hhs-pform .hs-button.primary {
   padding: 10px;
   font-size: 24px;
   background: transparent;
   color: #ffaf03;
   border: 3px solid #ffaf03;
   margin-top:10px;
   min-width:100%;
   max-width: 100%;
   white-space: normal;
   display: block;
   -webkit-transition-duration: .3s;
   -moz-transition-duration: .3s;
   transition-duration: .3s;
 }
 .hhs-pop .hhs-pform .hs-button.primary:hover {
   background: #ffaf03;
   color: #fff;
 }
 
 .hhs-pop .hhs-pform .hs-form {
   margin-top:45px;
 }
 .hhs-pop .hhs-pform ul.inputs-list {
   -webkit-padding-start: 0;
 }
 .hhs-pop .hhs-pform .hs-form-radio {
   list-style-type:none;
 }
 .hhs-pop .hhs-pform .hs-form-booleancheckbox {
   list-style-type:none;
 }
 .hhs-pop .hhs-pform .hs-form fieldset {
   max-width: none !important;
 }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .input {
   margin-right: 0!important;
 }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .input {
   margin-right: 8px;
 }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input {
   margin-right: 0;
 }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .input {
   margin-right: 12px;
 }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .hs-form-field:last-child .input {
   margin-right: 0;
 }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .hs-input {
   width: 100%!important;
 }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 input[type=checkbox], .hhs-pop .hs-form fieldset.form-columns-1 input[type=radio] {
   width:auto!important;
 }
 .hhs-pop .hhs-pform .hs-form-field .hs_email {
   display:inline-block;
 }
 
 body .hhs-pop .hhs-pform input[type="text"]:focus,
 body .hhs-pop .hhs-pform input[type="password"]:focus, 
 body .hhs-pop .hhs-pform input[type="datetime"]:focus, 
 body .hhs-pop .hhs-pform input[type="datetime-local"]:focus, 
 body .hhs-pop .hhs-pform input[type="date"]:focus, 
 body .hhs-pop .hhs-pform input[type="month"]:focus, 
 body .hhs-pop .hhs-pform input[type="time"]:focus, 
 body .hhs-pop .hhs-pform input[type="week"]:focus, 
 body .hhs-pop .hhs-pform input[type="number"]:focus, 
 body .hhs-pop .hhs-pform input[type="email"]:focus, 
 body .hhs-pop .hhs-pform input[type="url"]:focus, 
 body .hhs-pop .hhs-pform input[type="search"]:focus, 
 body .hhs-pop .hhs-pform input[type="tel"]:focus, 
 body .hhs-pop .hhs-pform input[type="color"]:focus,
 body .hhs-pop .hhs-pform input[type="file"]:focus,
 body .hhs-pop .hhs-pform textarea:focus,
 body .hhs-pop .hhs-pform select:focus {}
 body .hhs-pop .hhs-pform label {
   font-size: 16px;
   letter-spacing: 0.5px;
   line-height: 20px;
 }
 
 .hhs-pop .hhs-pform ul.inputs-list li {
   list-style: none;
 }
 
 .hs-fieldtype-checkbox > label {
   margin-bottom: 15px;
   display: block;
 }
 .hs-fieldtype-radio > label {
   margin-bottom: 15px;
   display: block;
 }
 
 body .hhs-pop .hhs-pform input[type="checkbox"] {
   -webkit-appearance: checkbox;
   box-sizing: border-box;
 }
 
 body .hhs-pop .hhs-pform input[type="radio"] {
   -webkit-appearance: radio;
   box-sizing: border-box;
 }
 
 body .hhs-pop .hhs-pform input[type="radio"], body .hhs-pop .hhs-pform input[type="checkbox"] {
   background-color: initial;
   cursor: default;
   margin: 3px 0.5ex;
   padding: initial;
   border: initial;
 }
 
 .hhs.hhs-modal.modal .hs-richtext {
   height: auto !important;
   width: 300px !important;
 }
 .hhs.hhs-modal.modal .hs-richtext img {
   height: auto !important;
   width: 300px !important;
 }
 .hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
   width: auto;
   margin-right: 10px;
 }
 .hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input {
   width: auto;
   margin-right: 10px;
 }
 .hhs-pop .hhs-pform form.hs-form fieldset[class*="form-columns"] .hs-input {
   width: 100%;
   height: auto;
 }
 
 .submitted-message p {
   font-weight: bold;
   font-size: 22px;
 }
 
 @media (max-width: 575px) {
   .hhs-pop.hhs-modal {
     padding: 50px 0px;
   }
 }
 
 
 
 
 
 body form.hs-form .hs-form-field ul.inputs-list li input {}
 body input[type="radio"] {}
 body input[type="checkbox"] {}
 body form.hs-form fieldset { max-width: none; margin-bottom: 0px; }
 body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
 body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
 body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
 body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
 body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }
 
 @media (max-width: 400px) {
   body form.hs-form fieldset .hs-form-field { padding: 0; }
   body form.hs-form fieldset.form-columns-3 .hs-form-field,
   body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
   body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100% !important; }
   body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
 }
 
 
 
 .hsformerror{
   font-size: 12px!important;
   border: 0 !important;
   color: #FFF!important;
   background-image: none!important;
   -webkit-box-shadow: none!important;
   -moz-box-shadow: none!important;
   box-shadow: none!important;
   z-index: 99999 !important;#}
 }
 
 
 
 
 
 
 
 
 .comment-reply-to{
   background: transparent!important;
   padding-left: 0px!important;
 }
 .comment-reply-to:before{
   content: "\f3e5";
   display: inline-block;
   font-family: "Font Awesome 5 Free";
   font-style: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 7px;
   font-size: 15px;
   vertical-align: top;
 }
 
 
 
 
 
 
 
 .body-container.container-fluid {
   padding-right: 0 !important;
   padding-left: 0 !important
 }


 
 
 
 @media (max-width: 768px) { 
   .header-container-wrapper{
     position: relative;
   }
   .header-container{
     padding: 0;
   }
   .header-container .hs_cos_wrapper_type_logo a img {
     max-width: 120px;
     max-height: 35px !important;
     margin: 0px 0 0px 10px;
   }
 
   .row-fluid [class*="span"].header-cta{
     position: absolute;
     right: 70px;
     top: 8px;
   }
   
   .body-container-wrapper {
     padding-top: 0;
   }
   .sidebar.right,
   .main-content,
   .blog-sidebar {
     margin: 25px 0;
   }
   .hhs-team-member-con {
     margin-top: 50px !important; 
   }
   .social-tagline {
     text-align: center;
     margin-bottom: 15px;
   }
 
   
   #comment-form {
     margin-bottom: 25px;
   }
   .logo-white {
     float:left !important;
   }
   .logo-white img {
     float: left;
   }
   .widget-type-logo {
     position: absolute;
     top: 17px;
   }
   .left-col-detail {
     float: left;
     width: 100%;
   }
   .left-col-detail i.fa {
     display: contents;
   }
   .left-col-detail #sticker-sticky-wrapper #sticker {
     position: static !important; 
   }
   .hhs-form-con {
     max-width: 100% !important;
   }
 
   .ourLogos-section{
     padding: 0 !important; 
   }
   .hhs-gallery-card {
     margin-bottom: 50px !important; 
   }
   .hhs-text-content {padding: 0px !important;}
   .hhs-form-con-1 {max-width: 100% !important;}
 }

 
 
 
 
 
 @media (max-width: 575px) {
   .body-container-wrapper {
     padding-top: 0px;
   }
   .cta-input-inline .hs_submit {
     float: none;
     width: auto;
   }
   .cta-input-inline form > div:first-child {
     width: 100%;
   }
   .post-item h2 {
     text-align: left;
   }
 
   .hhs-search-modal .hs-search-field__input {
     font-size: 18px !important; 
     margin-bottom: 0px;
   }
   .hhs-pop.hhs-modal.hhs-search-modal{
     padding: 10px !important; 
   }
   .hhs-search-modal button {
     font-size: 16px; 
   }
   .hhs-search-modal button i{
     padding: 0 20px !important;
   }
   .hhs-video-con {max-width:100% !important;}
 
   .hhs-footer {padding: 30px 0px !important;}
 
   .scrolling-testimonials .quote-con {
     font-size: 21px !important; 
   }
   .hhs-form-con {
     max-width: 100% !important; 
   }
 }
 
 
 img {height: auto !important;}
 

 
 @media (max-width: 767px) {
   .testimonial-avatar, .person-info {
     float: none !important;
     max-width: 100% !important;
   }
 }
 
 .hubspot-link__container {
   top: 7px !important;
   padding-bottom: 0px !important;
 }
 
 
 
 
 @media (max-width: 922px) {
   .order-1-tablet {order: 1;}
   .order-2-tablet {order: 2;}
   .order-3-tablet {order: 3;}
   .order-4-tablet {order: 4;}
   .order-5-tablet {order: 5;}
   .order-6-tablet {order: 6;}
 
 }

 
 @media (max-width: 575px) {
   .order-1-mobile {order: 1;}
   .order-2-mobile {order: 2;}
   .order-3-mobile {order: 3;}
   .order-4-mobile {order: 4;}
   .order-5-mobile {order: 5;}
   .order-6-mobile {order: 6;}
 
 }

 
 
 
 .hubspot-link__container.sproket .hubspot-link__icon {margin-top: -4px !important;}
 
 .header-container.container-fluid {
   padding-right: 0px;
   padding-left: 0px;
 }
 
 .row {
   margin-right: 0px !important; 
   margin-left: 0px !important; 
 }
 
 .hubspot-link__container.sproket {
   display: none !important;
   opacity: 0 !important;
   visibility: hidden !important;
 }
 
 div#preload {
   display: none;
 }


@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}