@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Inter:wght@400;500;600;700&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;}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

.sticky-menu.active .show-sticky {
  display: block!important;
}

.sticky-menu.active .show-sticky img {
  margin-top: -10px;
}

.sticky-menu.active .hide-sticky {
  display: none!important;
}


/*CHANGE COLORS HERE*/

a {
  /*color: rgb(234, 118, 0); */
  color: inherit;
  transition: color 0.5s ease;
  text-decoration: none!important;
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: rgb(234, 118, 0);
}

h2 {
  color: #b2292e;
}

body {
  /*color: #404040;*/
  color: #333;
}

.color-section-red {
  background-color: #b2292e;
}

.color-section-orange {
  background-color: #ed7800;
}

.color-section-blue {
  background: rgba(27,158,204,0.70)!important;
}

.color-section {
  background-color: #f4f4f4;
}


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

* {
  text-shadow: none;
  text-rendering: optimizeLegibility;
}

body,
html {
  background: #fff;
  margin: 0px!important;
  font-family: 'Lato', sans-serif;
}

html, body {
 overflow-x: visible!important; 
}

.hide {
  display: none;
}

.show {
  display: block;
}

a {
  text-decoration: none!important;
}

li,
p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 300;
  /*letter-spacing: -.012em*/
}

p {
  margin-bottom: 16px;
  font-weight: 300;
}

h6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5
}

.centered {
  text-align: center;
  display: block;
  width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

::-moz-selection {
  background-color: #f7973d;
  color: #ffffff;
}

::selection {
  background-color: #f7973d;
  color: #ffffff;
}


/*
h1 {font-family: 'Ubuntu', sans-serif; 
    font-size: 54px; 
    font-weight:500; 
    color:#b2292e;
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
*/

h1 {
  font-style: normal;
  font-weight: 300;
  color: #b2292e;
  display: block;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.Georgia {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px!important;
  }
}

h2 {
  font-size: 25px;
  color: #333;
  font-weight: 500;
  letter-spacing: -.015em;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  line-height: 1em;
  /*font-size: 32px;
  color: #b2292e;
  font-weight: 300;*/
}

@media (min-width: 481px) {
  h2 {
    -webkit-margin-before: 0;
  }
}

h3 {
  color: #454747;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 300;
}

h4 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.section-title {
  color: #404040;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  position: relative;
  margin: 0;
  margin-bottom: 2em;
  -webkit-font-smoothing: antialiased;
}

.section-title:after {
  content: "";
  height: 2px;
  background-color: #f7973d;
  width: 3em;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  margin-left: -1.5em;
}

.section-title-short {
  color: #404040;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  position: relative;
  margin: 0;
  margin-bottom: 1.25em;
  -webkit-font-smoothing: antialiased;
}

.section-title-short:after {
  content: "";
  height: 2px;
  background-color: #f7973d;
  width: 3em;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  margin-left: -1.5em;
}

li, p, div, span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*CUSTOM TEXT LINK RED*/

a.custom-cta-link,
a.cta-link {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  margin-top: 1em;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a.cta-link:after {
  display: block;
  margin-left: 10px;
  float: right;
  width: 20px;
  height: 20px;
  content: "";
  background: url("//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/Icons/long-arrow.svg"), none;
}

a.custom-cta-link svg,
a.cta-link svg {
  position: relative;
  top: 0.325em;
  height: 1.5em;
  width: 2.5em;
}


/*CUSTOM TEXT LINK WHITE*/

a.cta-link-white {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  margin-top: 1em;
  color: white !important;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a.cta-link-white:after {
  display: block;
  margin-left: 10px;
  float: right;
  width: 20px;
  height: 20px;
  content: "";
  background: url("//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/Icons/long-arrow-white.svg"), none;
}

a.custom-cta-link-white svg,
a.cta-link svg {
  position: relative;
  top: 0.325em;
  height: 1.5em;
  width: 2.5em;
}

@media only screen and (device-width: 768px) {
  h1 {
    font-size: 36px!important;
  }
  h2 {
    font-size: 25px!important;
  }
  h3 {
    font-size: 24px!important;
  }
  h4 {
    font-size: 16px!important;
  }
}

.content {
  padding-top: 3%!important;
  padding-bottom: 3%!important;
  max-width: 1300px!important;
  margin: 0 auto!important;
  float: none!important;
  padding-left: 5%!important;
  padding-right: 5%!important;
}

.content-grey {
  padding-top: 5%!important;
  padding-bottom: 5%!important;
  margin: 0 auto!important;
  float: none!important;
  padding-left: 5%!important;
  padding-right: 5%!important;
  /*background-color: #f0f0f0;*/
  max-width: 1300px!important;
}

.content-grey h3 {
  font-weight: 300!important;
  font-size: 36px!important;
  margin:0!important;
}

.content-grey-background {
  margin: 0 auto!important;
  float: none!important;
  background-color: #f0f0f0;
}
.content-blue-background {
  margin: 0 auto!important;
  float: none!important;
  background: rgba(27,158,204,0.70);
}

.content-blue-image {
  background-image: url("//www.civicplus.com/hubfs/2016_Website/images/COMPARISON/quote-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.content-quote {
    display: block !important;
    color: #fff !important;
    margin: 20px auto !important;
    width: 100% !important;
    font: 100 18px/38px 'Lato', sans-serif !important;
    text-align: center;
    text-decoration: none;
}

.content .hs-form-required {
  color: #f9de83;
  display: none;
}

.content-about {
  padding-top: 1%!important;
  padding-bottom: 1%!important;
  max-width: 1300px!important;
  margin: 0 auto!important;
  float: none!important;
  padding-left: 5%!important;
  padding-right: 5%!important;
}

@media (max-width: 480px) {
  .content {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
}

.visible-phone {
  display: none;
}

@media (max-width: 480px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
}


/*****************************************/
/*           Home Page                   */
/*****************************************/

.hero-section {
  background-repeat: no-repeat;
  background-position: 50% 0%!important;
  background-size: cover!important;
  margin-top: 0px!important;
  background-attachment: fixed!important;
}

@media (max-width: 1024px) {
  .hero-section {
    background-attachment: scroll!important;
  }
}

.hero-holder {
  margin-top: 8%!important;
  margin-bottom: 8%;
  max-width: 1300px;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 0%;
  padding-right: 0%;
  float: none!important;
}

.hero-holder .hs_cos_flex-slider {
  background: none!important;
}

.hero-holder h1,
.hero-holder h2,
.hero-holder h3,
.hero-holder h4,
.hero-holder p {
  color: #FFF!important;
  margin-top: 0px;
}

.hero-holder h1 {
  font-weight: 600;
  font-size: 3em!important;
}

.product-2017 .hero-holder h1 {
  font-weight: 600;
  font-size: 3em!important;
}


.product-2017 h3, body .ia .product-item h3 {
 line-height: 1.125!important; 
}

.hero-holder h3 {
  font-weight: 300!important;
  font-size: 1.5em!important;
}

@media (min-width:1441px) {
  .hero-holder {
    margin-top: 15%!important;
    margin-bottom: 13%;
  }
}

@media (max-width: 1440px) {
  .hero-holder {
    margin-top: 15%!important;
    margin-bottom: 13%;
    margin-left: auto!important;
  }
}

@media (max-width: 1280px) {
  .hero-holder {
    margin-top: 17%!important;
    margin-bottom: 15%;
  }
}

@media (max-width: 1024px) {
  .hero-holder {
    margin-top: 15%!important;
    margin-bottom: 13%;
  }
}

@media (max-width: 767px) {
  .hero-holder {
    margin-top: 26%!important;
    margin-bottom: 24%;
  }
}

@media (max-width: 480px) {
  .hero-holder {
    margin-top: 17%!important;
    margin-bottom: 15%;
  }
  .product-2017 .hero-holder h1 {
    font-weight: 600!important;
    font-size: 2.5em!important;
  }
  .hero-holder h3 {
    font-weight: 300!important;
    font-size: 1em!important;
  }
}

.dark-overlay {
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 100%;
  z-index: 2;
}

.section-bg {
  background-size: cover!important;
  background-position: center;
  background-attachment: fixed!important;
}

.section-bg-scroll {
  background-size: 100%!important;
  background-position: center;
  background-attachment: scroll!important;
  background-repeat: no-repeat;
}


/*****************************************/


/*           Interior Page                   */


/*****************************************/

.hero-interior-section {
  background-repeat: no-repeat;
  background-position: 50% 0%!important;
  background-size: cover!important;
  margin-top: 0px!important;
  background-attachment: fixed!important;
}

@media (max-width: 1024px) {
  .hero-interior-section {
    background-attachment: scroll!important;
  }
}

.hero-interior-holder {
  margin-top: 5%!important;
  margin-bottom: 6%;
  max-width: 1300px;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 0%;
  padding-right: 0%;
  float: none!important;
}

.hero-interior-holder .hs_cos_flex-slider {
  background: none!important;
}

.hero-interior-holder h1,
.hero-holder h2,
.hero-holder h3,
.hero-holder h4,
.hero-holder p {
  color: #FFF!important;
  margin-top: 0px;
}

.hero-interior-holder h1 {
  font-weight: 300!important;
  font-size: 50px!important;
}

.hero-interior-holder h3 {
  font-weight: 300!important;
  font-size: 30px!important;
}

@media (min-width:1441px) {
  .hero-interior-holder {
    margin-top: 5%!important;
    margin-bottom: 6%;
  }
}

@media (max-width: 1440px) {
  .hero-interior-holder {
    margin-top: 6%!important;
    margin-bottom: 7%;
    margin-left: auto!important;
  }
}

@media (max-width: 1280px) {
  .hero-interior-holder {
    margin-top: 6%!important;
    margin-bottom: 7%;
  }
}

@media (max-width: 1024px) {
  .hero-interior-holder {
    margin-top: 6%!important;
    margin-bottom: 7%;
  }
}

@media (max-width: 767px) {
  .hero-interior-holder {
    margin-top: 6%!important;
    margin-bottom: 7%;
  }
}

@media (max-width: 480px) {
  .hero-interior-holder {
    margin-top: 7%!important;
    margin-bottom: 8%
  }
}

/* Not Added by Modgility - Zach for Summit is Guess*/
@media(min-width:768px) and (max-width:1139px) and (orientation:landscape) {
  h2 {
    font-size: 25px;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media(min-width:768px) and (max-width:1139px) and (orientation:portrait) {
  h2 {
    font-size: 25px;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media(max-width:767px) {
  h2 {
    font-size: 25px;
    line-height: 1em;
  }
}

.scroll-button {
  margin: 0 auto!important;
  float: none!important;
  margin-top: -8%!important;
  max-width: 60px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .scroll-button {
    margin-top: -10%!important;
  }
}

@media only screen and (device-width: 768px) {
  .scroll-button {
    display: none!important;
  }
}

@media (max-width: 767px) {
  .scroll-button {
    display: none!important;
  }
}

.Center-Container {
  position: relative !important;
  margin: 0 auto!important;
}

.Absolute-Center .hs-image-widget {
  margin: auto !important;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0 !important;
}

.circular {
  border-radius: 50%;
  display: block;
  width: 240px !important;
  height: 240px !important;
  background-image: -moz-linear-gradient( 90deg, rgb(253, 254, 255) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(253, 254, 255) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(253, 254, 255) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 1px 1.732px 2px 0px rgba(255, 255, 255, 0.5), inset 1px 1.732px 7px 0px rgba(0, 0, 0, 0.15);
}

.circular-crop .hs-image-widget {
  border-radius: 50%;
  display: block;
  width: 210px !important;
  height: 210px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/*****************************************/


/*               Content                 */


/*****************************************/

#white-content h1,
#white-content h2,
#white-content h3,
#white-content h4,
#white-content p,
#white-content li,
#white-content {
  color: #FFF!important;
  margin-top: 0px;
}

#white-content h2 {
  margin-bottom: 10px;
}

#white-content h4 {
  font-weight: 300;
}

#white-content ul {
  -webkit-padding-start: 0px!important
}

#white-content ul li {
  padding-left: 25px;
  list-style-type: none;
  background-image: url(//offers.civicplus.com/hubfs/2015_Website/images/checkmark_bullet.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 5px;
}


/*Contact Section - Form*/

#contact-section .hs-form fieldset {
  max-width: 100%!important;
}

#contact-section .hs-form-required {
  display: none;
}

#contact-section input[type="text"],
input[type="textarea"],
#contact-section input[type="password"],
#contact-section input[type="number"],
#contact-section input[type="email"],
#contact-section input[type="url"],
#contact-section input[type="search"],
#contact-section input[type="tel"],
#contact-section input[type="color"],
#contact-section select {
  height: 48px;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
}

#contact-section .hs-button.primary.large {
  -webkit-appearance: none!important;
  width: 100%!important;
  background-color: #3C3C28!important;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  border: 0px;
  border-radius: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
  margin-top: 16px;
}

@media (min-width: 481px){
#contact-section .actions {
    margin-right: 6px;
}
}

@media (max-width: 480px) {
  #contact-section .hs-form .actions .hs-button.primary.large {
    width: 93%!important;
  }
}

#contact-section ul {
  -webkit-padding-start: 0px!important
}

#contact-section ul li {
  padding-left: 25px;
  list-style-type: none;
  background-image: url(https://www.civicplus.com/hubfs/2015_Website/images/checkmark_bullet.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 5px;
}

#contact-section ul li.hs-form-booleancheckbox {
    border: 1px solid #969696!important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.hs-form-checkbox {
  background-image: none!important;
}

@media (max-width: 400px),
(max-device-width: 480px) and (min-device-width: 320px) {
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 106%;
  }
}

#form-intro h2 {
    font-weight: bold!important;
}

#form-intro h2, #form-intro p {
    text-align: center!important;
}

.form-holder {
    max-width: 767px;
    padding: 0px 20px 20px;
    background: #fff;
    float: none!important;
    margin: -80px auto 0!important;
    -webkit-box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25);
}

    .form-holder .widget-type-form {
        margin-top: -50px;
    }

@media (max-width: 767px){
    /*.form-holder {
        margin: 0px auto 0px!important;    
    }*/
    .form-holder .widget-type-form {
        margin-top: 30px;
    }
    .form-holder {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
    
}

.form-holder .hs-form-3f1c1bfe-86a0-467c-b307-54d2fd35abc4_062f6ff9-d49a-4a3e-bcad-883378ad7d38 fieldset.form-columns-2 .hs-form-field {
    width: 100%;
}
body .form-holder select {
    max-width: 100%!important;
}

.form-holder .widget-type-form h3 {
    display: none;
}
#contact-section .form-holder .hs-form-required {
    display: inline-block;
    color: #333;
}
body .form-holder .hs-form-field > label {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
body .form-holder textarea, #contact-section .form-holder input[type="text"], #contact-section .form-holder input[type="textarea"], #contact-section .form-holder input[type="password"], #contact-section .form-holder input[type="number"], #contact-section .form-holder input[type="email"], #contact-section .form-holder input[type="url"], #contact-section .form-holder input[type="search"], #contact-section .form-holder input[type="tel"], #contact-section .form-holder input[type="color"], #contact-section .form-holder select {
    margin-top: 10px!important;    
    margin-bottom: 18px!important;
}

.form-holder .widget-type-form li {
    font-size: 16px;
}
/*.form-holder .hs-error-msgs.inputs-list label {
    color: #af282f;
}*/

.hs-input.error {
	border: 1px solid #eb1e32!important;
}
.hs-error-msgs.inputs-list label {
	font-size: 14px;
	font-weight: 400!important;
	color: #eb1e32!important;
}
.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    background: #FFC7BB;
    padding: 6px 12px;
    border-radius: 3px;
}
.hs-error-msgs.inputs-list li {
	line-height: 1.2;
  padding-left: 0px;
}
.no-list.hs-error-msgs.inputs-list {
 margin-top: 0px; 
  padding-left: 0px;
  margin-bottom: 24px;
  list-style-type: none;
}

body .hs-form-field label span.grey {
    color: #777;
   /*color: #545252;*/
}

/*****************************************/


/*            CivicPulse Form            */


/*****************************************/

#civicpulse-section {
  background-color: #a9caca!important;
}

#civicpulse-section h4 {
  margin-top: 1.25em!important;
  margin-bottom: .75em!important;
}

#civicpulse-section .content {
  padding-top: 2%!important;
  padding-bottom: 2%!important;
}

#civicpulse-section .hs-form fieldset {
  max-width: 100%!important;
}

#civicpulse-section .hs-form-required {
  display: none;
}

#civicpulse-section input[type="text"],
input[type="textarea"],
#contact-section input[type="password"],
#contact-section input[type="number"],
#contact-section input[type="email"],
#contact-section input[type="url"],
#contact-section input[type="search"],
#contact-section input[type="tel"],
#contact-section input[type="color"],
#contact-section select {
  height: 48px;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
}

#civicpulse-section .hs-button.primary.large {
  -webkit-appearance: none!important;
  width: 99%!important;
  background-color: #FFF!important;
  color: #ed7800;
  font-size: 18px;
  line-height: 1.5em;
  border: 0px;
  border-radius: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}

@media (max-width: 480px) {
  #civicpulse-section .hs-form .actions .hs-button.primary.large {
    width: 93%!important;
  }
}

#civicpulse-section ul {
  -webkit-padding-start: 0px!important
}

#civicpulse-section ul li {
  padding-left: 25px;
  list-style-type: none;
  background-image: url(//offers.civicplus.com/hubfs/2015_Website/images/checkmark_bullet.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.hs-form-checkbox {
  background-image: none!important;
}

@media (max-width: 400px),
(max-device-width: 480px) and (min-device-width: 320px) {
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 106%;
  }
}


/*****************************************/


/*                FOOTER                 */


/*****************************************/

ftp.hubapi.com .footer-holder {
  text-align: center!important;
  width: 100%!important;
  max-width: 1200px!important;
  margin: 0px auto 0!important;
  padding: 1.5% 20px!important;
  float: none!important;
  display: block!important;
  font-size: 12px;
}

.footer-holder .row-fluid [class*="span"] {
  min-height: 1px!important
}

@media (max-width: 767px){
.footer-holder .row-fluid .span4 {
 width: 33.33%;
  float: left;
  text-align: center;
}
}

.footer-holder ul {
  -webkit-padding-start: 0px!important
}

.footer-holder li {
  list-style-type: none!important;
  font-size: 12px;
  color: #333;
  line-height: 2;
}

.footer-holder p {
  color: #333;
  font-size: 12px;
}

.footer-holder li a {
  color: #333;
  font-size: 12px;
  transition: color 0.5s ease;
}

.footer-holder li a:hover {
  color: #333;
}

.footer-holder a {
  color: #333;
  font-size: 12px;
  transition: color 0.5s ease;
}

.footer-holder a:hover {
  color: #333;
}

.footer-holder li,
.footer-holder h4 {
  text-align: left;
}

.footer-holder h4 {
  font-weight: bold!important;
  font-size: 18px!important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-holder h4 {
    font-size: 16px!important;
  }
}

.footer-holder .cp-followme {
  width: 252px;
  margin: 0 auto!important;
  float: none!important;
  margin-top: 5ex!important;
  margin-bottom: 10ex!important;
}

@media (max-width: 767px) {
 .footer-holder .cp-followme {
     width: 100%!important;
 }   
}

.footer-holder .cp-followme svg {
  width: 52px;
  height: 52px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: static;
  margin-left: 18px;
  margin-right: 18px;
}

.footer-holder .footcplogo svg {
  width: 45px;
  height: 28px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2ex!important;
}

.content.footer-holder .gov-tech img {
    max-width: 75px;
}

@media (max-width: 767px){
.content.footer-holder .gov-tech {
    margin-bottom: 15px;
}
}

@media (min-width: 768px){
.content.footer-holder .gov-tech {
    text-align: center;
}
}


/*Misc*/


/*
form:nth-child(2) {display:none!important;}

form:nth-of-type(2){display:none!important;}

@media (max-width: 480px){
    form:nth-child(2) {display:none!important;}
    form:nth-of-type(2){display:none!important;}
}
*/

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

.container-fluid.body-container {
  margin: 0px;
}

#cta h4 {
  margin-top: 1.25em!important;
  margin-bottom: .75em!important;
}

#cta .content {
  padding-top: 2%!important;
  padding-bottom: 2%!important;
}

@media (max-width: 480px) {
  #cta .content {
    padding-bottom: 30px!important;
  }
}


/*Feature Add-ons*/

.view {
  width: 100%;
  height: 100%;
  margin: 10px;
  float: none;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  max-height: 200px;
}

.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
}

.view a.info {
  background: url('//offers.civicplus.com/hubfs/2015_Website/images/glass.png') center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 90px;
  height: 90px;
}

@media only screen and (device-width: 768px) {
  .view a.info {
    background: none!important;
  }
}

.third-effect .mask {
  opacity: 0;
  overflow: visible;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  width: 100%!important;
  height: 100%!important;
  max-width: 300px;
  max-height: 200px;
}

.third-effect a.info {
  position: relative;
  top: -50px;
  left: -20px;
  opacity: 0;
  transition: opacity 0.5s 0.01s ease-in-out;
}

.third-effect:hover .mask {
  opacity: 1;
  border: 100px solid rgba(0, 0, 0, 0.7)!important;
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .third-effect:hover .mask {
    border: 75px solid rgba(0, 0, 0, 0.7)!important;
  }
  .third-effect a.info {
    left: -60%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .third-effect a.info {
    left: -150%;
  }
  .third-effect:hover .mask {
    border: 75px solid rgba(0, 0, 0, 0.7)!important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .third-effect:hover .mask {
    border: 50px solid rgba(0, 0, 0, 0.7)!important;
  }
  .third-effect a.info {
    left: -80%;
  }
}

@media (max-width: 767px) {
  .third-effect:hover .mask {
    border: 100px solid rgba(0, 0, 0, 0.7)!important;
  }
  .third-effect a.info {
    left: 0px;
  }
}

.third-effect:hover a.info {
  opacity: 1;
  transition-delay: 0.3s;
}


/*BLOCKQUOTE*/

.blockquote {
  border-top: 1px solid #a5a5a5;
  padding-bottom: 4%;
}

.blockquote .quote p {
  color: #757878!important;
  font-size: 20px!important;
  line-height: 2!important;
  font-family: font-family: 'Lato', sans-serif!important;
}

.blockquote:before {
  content: url('https://www.civicplus.com/hubfs/2015_Website/images/blockquote.png');
  position: absolute;
  z-index: 100000;
  margin-right: -44px;
  margin-top: -44px;
  right: 50%;
  padding-bottom: 4%;
}

.blockquoteDemo {
  border-top: 0px solid #a5a5a5;
  padding-bottom: 4%;
  margin-top: 8%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.blockquoteDemo .quote p {
  color: #757878!important;
  font-size: 22px!important;
  line-height: 2!important;
  font-family: 'Lato', sans-serif;
  !important;
}

.blockquoteDemo:before {
  content: url('//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/Icons/quotes.png');
  position: absolute;
  z-index: 100000;
  margin-right: -25px;
  margin-top: -44px;
  right: 50%;
  padding-bottom: 4%;
}

.cta_button {
  border: 0px;
  text-shadow: none;
  font-weight: 400!important;
  font-family: 'Lato', sans-serif!important;
  margin: 5px;
}

@media (min-width: 1024px) {
  #my-menu .cta_button {
    min-width: 0px!important;
  }
}

@media (max-width: 767px) {
  .hs_cos_flex-slider {
    max-width: 200px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}


/*White Triangle*/

.wrap {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 101%;
  margin: 0 auto;
  background-color: #fff;
}

.wrap:before,
.wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 2%;
}

.wrap:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.wrap:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}


/*Validation Bar Light*/

.wrapVal {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 101%;
  margin: 0 auto;
  background-color: #f3f2f1;
}

.wrapVal:before,
.wrapVal:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 2%;
}

.wrapVal:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.wrapVal:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}


/*Validation Bar Dark*/

.wrapValDark {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 101%;
  margin: 0 auto;
  background-color: #383838;
}

.wrapValDark:before,
.wrapValDark:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 1%;
}

.wrapValDark:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.wrapValDark:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}


/*Validation Bar White*/

.wrapValWhite {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 101%;
  margin: 0 auto;
  background-color: #fff;
}

.wrapValWhite:before,
.wrapValWhite:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 50%;
  background-color: inherit;
  padding-bottom: 2%;
}

.wrapValWhite:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.wrapValWhite:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.numbers {
  margin-bottom: 0.1em!important;
  font-weight: 400!important;
}

.counter {
  font-family: 'Lato', sans-serif;
  font-size: 50px!important;
  font-weight: 300;
}

.pricingCounter {
  font-family: 'Lato', sans-serif;
  font-size: 60px!important;
  font-weight: 300;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .counter {
    font-size: 48px!important;
    margin-top: 0px!important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .counter {
    font-size: 36px!important;
  }
}

@media (min-width: 768px) {
  .numbers-spacing {
    margin-left: -5%!important;
    margin-right: 5%;
  }
  .numbers-border {
    border-left: 1px solid #fff;
    padding-left: 5%!important;
  }
  .border {
    border-left: 1px solid #fff;
    padding-left: 5%!important;
  }
}

@media (max-width: 767px) {
  .numbers-border {
    border-bottom: 1px solid #fff;
    padding-bottom: 5%!important;
    margin-bottom: 5%;
  }
  .border {
    border-top: 1px solid #fff;
    padding-top: 5%!important;
  }
  .counter {
    margin-bottom: 20px!important;
    margin-top: 20px!important;
  }
}

.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  display: none!important;
}

.mm-panel a {
  color: #FFF!important
}

.mm-navbar .mm-btn:last-child {
  padding-right: 20px;
  right: 0;
}

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  right: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 40px!important;
}

.mm-navbar .mm-btn a {
  font-size: 40px!important;
}

.mm-close {
  text-align: right;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-close:after {
  content: 'x';
}

.trusted-websites {
  max-width: 100%;
}

@media (max-width: 767px) {
  .trusted-websites .trusted-website {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.item {
  text-align: left;
  float: none;
  position: relative;
  /**background-color: #000; 
            margin-bottom: 5%;
            border: 0px solid #fff;
            box-shadow: 0px 0px 5px #aaa;
            **/
}

.checkbox-row span.fakelabel span {
  float: left;
  font-weight: bold;
  margin-left: 0px;
  vertical-align: top;
}

.email-prefs .item .item-inner * {
  color: #444;
}

.email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border: 0px solid #E4E4E4;
  overflow: hidden;
  margin-top: 0;
  padding: 15px;
}

.email-prefs .item .item-inner.hovered {}

.email-prefs .item .item-inner.selected {
  background-color: #f7973d;
  color: #fff;
  border: 0px solid #e0e7ec;
}

.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info {
  width: 100%;
  height: 100%;
}

.item-hover,
.item-hover .mask {
  position: absolute;
  top: -35%;
  left: 0;
}

.item-hover {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin-left: 0;
}

.item-img:hover {
  opacity: 0.5;
}

.item-type-line .item-hover {
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
}

.item-type-line .item-info {
  z-index: 10;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.item-type-line .item-info .headline {
  font-size: 24px;
  text-align: center;
}

.item-type-line .item-info .line {
  background: url('//offers.civicplus.com/hubfs/2015_Website/images/glass.png')center no-repeat;
  margin: 0px auto;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  height: 90px;
  width: 90px;
}

.item-type-line .item-info .date {
  font-size: 12px;
  text-align: center;
}

.item-type-line .item-hover .mask {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 0;
}

.item-type-line .item-hover:hover .line {
  width: 40%;
}

.item-type-line .item-hover:hover {
  opacity: 1;
}

.item-img {
  background-color: #fff;
  z-index: 0;
}


/*Case Studies*/

.filters-container {
  margin: 80px 0 30px 0;
}

.button-group {
  margin: 0 20px 0 0;
}

.filter-btn {
  display: inline-block;
  margin: 0 10px;
  background: none;
  color: #000;
  border: none;
  box-shadow: none;
}

.filter-btn:hover {
  text-decoration: none;
}

.filter-btn.is-checked {
  border-bottom: 3px solid #3a8ae7;
}

.group-right {
  float: right;
}

.filter-label {
  display: inline;
  font-size: 15px;
  color: #888;
}

.search-group {
  margin-top: 20px;
}

.filter-search {
  font-size: 16px;
  font-weight: 300;
  padding: 5px;
}

.filter-content {
  margin: 0;
  overflow: hidden;
}

.filter-item {
  position: relative;
  float: left;
  width: 31%;
  overflow: hidden;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  padding: 0px;
  margin-bottom: 15px;
  border-radius: 0px;
  margin-right: 2%
}

@media (min-width: 0) and (max-width: 768px) {
  .filter-item {
    width: 100%
  }
}

.filter-item__text-content,
.filter-item__img-wrapper,
.filter-item__logo-wrapper {
  max-width: 410px;
}

.filter-item__text-content {
  padding: 34px 20px 25px 20px;
  margin: 0 auto 40px auto;
  position: relative;
}

.filter-item__img-wrapper {
  padding: 0 10px 0 10px;
  margin: 0 auto;
  position: relative;
}

.filter-item__img {
  background-size: cover;
  background-position: center center;
  height: 151px;
}

.filter-item__description {
  font-size: 1em;
}

.filter-item__logo-wrapper {
  text-align: center;
  height: 151px;
  overflow: hidden;
  padding: 0 10px 0 10px;
  margin: 0 auto;
  position: relative;
}

.filter-item__logo-box {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}

.filter-item__logo {
  max-height: 148px;
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.filter-item__name {
  margin-top: 0;
}

.filter-item__float-logo-wrapper {
  width: 95px;
  height: 95px;
  margin-top: 9px;
  margin-right: 15px;
  float: left;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
}

.filter-item__float-logo {
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.side-ribbon {
  width: 58px;
  background: #f77621;
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 0;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #f0f0f0;
}

.filtersnav__dropdown {
  background: #FFF;
  float: left;
  z-index: 666;
  display: block;
  position: relative;
  margin: 12px 10px;
  padding: 0px 40px 0px 65px;
  cursor: default;
  border: none;
  border-bottom: #e97300 solid 2px;
  border-left: none;
  border-right: none;
  color: #525454;
  text-shadow: none;
  line-height: 48px;
  font-size: 16px!important;
  font-family: 'Lato', san-serif;
  font-weight: 400!important;
  border-radius: 0;
  text-transform: uppercase;
}

.filtersnav__dropdown-item {
  border-top: 1px solid #e8e8e8;
  color: #525454;
}

.filtersnav__dropdown-item.active {
  padding-left: 20px;
}

.filtersnav__dropdown-item a {
  text-decoration: none;
  color: #657380;
  padding-left: 5px;
  display: block;
}

.filtersnav__dropdown-item a:hover {
  color: blue;
}

.filtersnav__dropdown-item:first-child {
  border-top: none;
}

.filtersnav__dropdown-items {
  display: none;
  padding: 0;
  list-style-type: none;
  z-index: 777;
  background: #fff;
  min-width: 170px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.13);
  border-radius: 0;
  margin: 0;
  left: -1px;
  position: absolute;
  top: 26px;
  padding: 5px 5px;
  border: 1px solid #c6c6c6;
  border-top: none;
}

.filtersnav__dropdown-btn--search:after {
  content: ""
}

.filtersnav__dropdown-wrapper {
  float: none;
  padding-right: 30px;
}

@media (min-width: 0) and (max-width: 767px) {
  .filtersnav__dropdown-wrapper {
    float: none;
    padding-right: 0;
    margin-left: 0;
  }
}

.filtersnav {
  list-style: none;
  background-color: #fff;
  background-image: none;
  padding: 0 10px;
  height: 100px;
}

.filtersnav * {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 16px;
}

@media (min-width: 0) and (max-width: 767px) {
  .filtersnav {
    height: auto;
    display: none;
  }
}

.filtersnav__dropdown:hover {
  background: #e97300;
  color: #FFF;
}

.filtersnav__dropdown:after {
  content: url("https://www.civicplus.com/hubfs/2015_Website/case_studies/caret.png");
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(0deg);
  height: 48px;
  width: 48px;
  background-color: #e97300;
}

@media (min-width: 0) and (max-width: 767px) {
  .filtersnav__dropdown {
    float: none;
  }
}

.filtersnav__dropdown-items {
  display: none;
  padding: 0;
  list-style-type: none;
  z-index: 777;
  background: #f4f4f4;
  min-width: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  left: 0px;
  position: absolute;
  top: 50px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-bottom: #9b9f9f solid 1px;
}

.filtersnav__dropdown-item {
  border-top: 1px solid #9b9f9f;
  border-left: 1px solid #9b9f9f;
  border-right: 1px solid #9b9f9f;
  padding: 13px 20px;
  padding-left: 0px;
  display: table;
  background: #f4f4f4;
}

.filtersnav__dropdown-item:first-child {
  border-top: 1px solid #9b9f9f;
}

.filtersnav__dropdown-item label {
  padding-left: 15px;
}

.reset-button {
  float: left;
  margin: 10px 10px;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
}

.reset-button:before {
  content: url("//53.fs1.hubspotusercontent-na1.net/hubfs/53/assets/hubspot.com/style-guide/modules/filterable-block/reset-btn.png");
}

.reset-button__text {
  margin: 0 0;
  color: #f7751f;
  display: inline-block;
  position: relative;
  top: -9px;
  padding-left: 6px;
}

.filtersnav__filter,
.filtersnav__dropdown-item label {
  display: table-cell;
}

.filtersnav__dropdown-item label {
  width: 225px;
}

.case-studies-wrapper .column-case-studies {
  margin: 0 auto;
  float: none;
}

@media (min-width: 0) and (max-width: 320px) {
  .case-studies-wrapper .column-case-studies {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .case-studies-wrapper .column-case-studies {
    padding-left: 35px;
  }
}

.case-studies-wrapper .column-case-studies.items-loaded {
  opacity: 1;
}

.item-container-header {
  padding: 40px 0 10px 12px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1025px) {
  .item-container-header {
    padding-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .item-container-header {
    padding-top: 27px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .item-container-header {
    display: none;
  }
}

.item-container-header .case-study-count p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2.72px;
  font-weight: 400;
  color: #a0a0a0;
  margin: 0;
  padding: 6px 0 0;
}

.item-container-header .searching-for {
  color: #f7751f;
}

.item-container-header .search-box-wrapper {
  display: none;
}

.item-container-header .search-box-wrapper .clear-search {
  display: none;
  text-align: right;
}

.item-container-header .search-box-wrapper .clear-search a {
  color: #f7751f;
}

.item-container-header .search-box-wrapper .clear-search p {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #505050;
}


/*.item-container {
    min-height: 1400px;
    position: relative;
    padding-bottom: 100px;
}*/

@media (min-width: 0) and (max-width: 767px) {
  .item-container {
    width: 350px;
    margin: 0 auto;
  }
}

@media (min-width: 0) and (max-width: 1026px) {
  .item-container {
    width: 350px;
    padding-left: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .item-container {
    width: 420px;
    padding-left: 35px;
    margin-top: 30px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .item-container {
    padding-left: 0;
  }
}

@media (min-width: 0) and (max-width: 320px) {
  .item-container {
    padding-left: 0;
    width: 285px;
  }
}

.item-container .no-case-studies {
  display: none;
  font-size: 20px;
  padding: 50px 0 20px 11px;
  max-width: 735px;
}

.item-container .no-case-studies .headline,
.item-container .no-case-studies .subheadline {
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 1.6px;
  color: #414141;
  margin: 0;
}

.item-container .no-case-studies .headline {
  font-weight: 600;
}

.item-container .no-case-studies .subheadline {
  font-weight: 300;
}

.item-container .no-case-studies .sub-info {
  color: #f7751f;
  font-size: 18px;
  margin-top: 58px;
  letter-spacing: 1px;
}

.item-container .no-case-studies .sub-info:before {
  content: " ";
  display: block;
  position: relative;
  top: -30px;
  background: #cfcfcf;
  width: 100%;
  height: 1px;
}

.item-container .no-case-studies .asterisk {
  padding-right: 2px;
}

.item-container .case-study-item {
  width: 336px;
  list-style: none;
  margin: 10px;
  margin-bottom: 60px!important;
  background: #fff;
  -webkit-box-shadow: 0 0px 1px 0 #828282;
  -moz-box-shadow: 0 0px 1px 0 #828282;
  box-shadow: 0 0px 1px 0 #828282;
  border-radius: 0px;
  cursor: pointer;
}

.item-container .case-study-item .logo-container {
  height: 105px;
}

.item-container .case-study-item .mobile-link {
  display: block;
}

@media (min-width: 0) and (max-width: 320px) {
  .item-container .case-study-item {
    width: 264px;
  }
}

.item-container .case-study-item:hover {
  -webkit-box-shadow: 0 5px 10px 0 #828282;
  -moz-box-shadow: 0 5px 10px 0 #828282;
  box-shadow: 0 5px 10px 0 #828282;
}

.item-container .case-study-item.video img.logo {
  padding: 24px 30px 0 30px;
  margin-bottom: 25px;
}

.item-container .case-study-item.video img {
  width: 100%
}

.item-container .case-study-item .case-study-item-inner {
  padding-bottom: 30px;
}

.item-container .case-study-item .video-thumb-container {
  padding: 100px 0;
  background: #f7751f;
  background-size: cover !important;
}

.item-container .case-study-item .content-name {
  padding: 40px 30px 0 30px;
  margin: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  color: #414141;
  letter-spacing: 0.05em;
}

.item-container .case-study-item .content-name.video-content {
  color: #fff;
  padding-top: 0;
}

.item-container .case-study-item .content-name.video-content:after {
  height: 0;
}

@media (min-width: 0) and (max-width: 320px) {
  .item-container .case-study-item .content-name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
  }
}

.item-container .case-study-item .content-name:after {
  content: " ";
  display: block;
  position: relative;
  top: 30px;
  background: #cfcfcf;
  width: 100%;
  height: 1px;
}

.item-container .case-study-item .companyName {
  display: none;
  position: relative;
  top: 24px;
  padding: 20px 31px 0 27px;
  text-align: right;
  color: #67aded;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.12px;
}

@media (min-width: 0) and (max-width: 767px) {
  .item-container .case-study-item .companyName {
    display: block;
  }
}

.item-container .case-study-item img.logo {
  display: block;
  padding: 35px 30px 0 30px;
  max-width: 250px;
  max-height: 100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .item-container .case-study-item img.logo {
    padding: 35px 0;
  }
}


}
.item-container .case-study-item.featured .case-study-item-inner,
.item-container .case-study-item.video .case-study-item-inner {
  padding-bottom: 0;
}
.item-container .case-study-item.featured .companyName,
.item-container .case-study-item.video .companyName {
  padding-top: 0;
  top: 5px;
}
.item-container .case-study-item.featured .content-name {
  background: #f7751f;
  color: #fff;
  padding-bottom: 34px;
}
.item-container .case-study-item.featured .content-name:after {
  content: none;
}
.item-container .case-study-item.featured img.logo {
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
}
.case-study-center {
  margin: 0 auto;
  float: none;
}
#case-studies.content {
  padding-top: 50px!important;
  padding-bottom: 20px!important;
}
@media (min-width: 1200px) {
  #case-studies.content {
    max-width: 1200px!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #case-studies.content {
    max-width: 900px!important;
  }
}
@media (max-width: 767px) {
  #case-studies.content {
    max-width: 430px!important;
  }
}
@media (min-width: 1260px) {
  /* .filtersnav__dropdown {min-width: 12.3%;}*/
  
  .filtersnav__dropdown {
    min-width: 22.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1259px) {
  /*.filtersnav__dropdown{min-width: 9%;}*/
  
  .filtersnav__dropdown {
    min-width: 22%;
  }
}
@media (max-width: 1259px) {
  .filtersnav__dropdown {
    margin: 8px;
    padding: 0 10px 0 55px;
    min-width: 22%;
  }
}
@media (max-width: 1060px) {
  .filtersnav__dropdown {
    padding: 0 5px 0 55px;
    font-size: 14px!important;
  }
}
@media (max-width: 930px) {
  .filtersnav__dropdown:after {
    height: 0px;
    width: 0px;
    content: none;
  }
  
  .filtersnav__dropdown {
    padding: 0 5px 0 5px;
  }
  
  .filtersnav {
    float: none!important;
    margin: 0 auto!important;
    text-align: center;
    max-width: 767px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .filtersnav__dropdown:after {
    height: 0px;
    width: 0px;
    content: none;
  }
  
  .filtersnav__dropdown {
    padding: 0 5px 0 5px;
  }
  
  #case-studies.content {
    max-width: 430px!important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  #case-studies.content {
    max-width: 800px!important;
  }
  
  .filtersnav__dropdown:after {
    height: 0px;
    width: 0px;
    content: none;
  }
  
  .filtersnav__dropdown {
    padding: 0 5px 0 5px;
  }
  
  .item-container .case-study-item {
    width: 300px;
  }
  
  .filtersnav {
    float: none!important;
    margin: 0 auto!important;
    text-align: center;
    max-width: 767px;
  }
}
.filtersnav__dropdown {
  cursor: pointer;
}
.filtersnav__dropdown-item input[type='radio'],
.filtersnav__dropdown-item input[type='checkbox'] {
  /* Hide the input, but have it still be clickable */
  
  opacity: 0;
  /* float: left; */
  
  margin: 0px;
  position: relative;
  top: -1px;
  right: -15px;
  cursor: pointer!important;
}
.filtersnav__dropdown-item input[type='radio'] + label,
.filtersnav__dropdown-item input[type='checkbox'] + label {
  margin: 0;
  clear: none;
  /* Left padding makes room for image */
  
  padding: 0px 0 0px 34px!important;
  /* Make look clickable because they are */
  
  cursor: pointer!important;
  background: url(https://www.civicplus.com/hubfs/2015_Website/case_studies/unchecked.png) left center no-repeat!important;
}

/*
    Change from unchecked to checked graphic
*/
.filtersnav__dropdown-item input[type='checkbox']:checked + label {
  background-image: url(https://www.civicplus.com/hubfs/2015_Website/case_studies/checked.png)!important;
}
@media (min-width: 1281px) {
  .gutter-sizer {
    width: 50px;
  }
}
@media (max-width: 1281px) {
  .gutter-sizer {
    width: 20px;
  }
}

/*****************************************/

/*              Features                 */

/*****************************************/
#cta {
  background-color: #CC0020!important;
}
#cta .inline-form {
  padding-left: 0px!important;
}
#cta .hs-button.primary.large {
  background: #fff!important;
  color: #17191d!important;
  padding: 15px!important;
}
#cta input::placeholder {
  color: #7c97b6;
}
#cta .hs-error-msgs.inputs-list label {
  color: #fff!important;
}
.product-logo-container {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%!important;
  max-height: 80px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*.product-logo-container {
    max-height: 50px;
  }*/
  
  .product-logo-container img {
    max-height: 50px;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .product-logo-container {
    max-height: 50px;
  }
  
  .product-logo-container img {
    max-height: 50px;
    max-width: 160px;
  }
}
#product-light-background,
#product-base-background,
#product-dark-background {
  color: #FFF!important;
}
#product-light-background h2,
#product-base-background h2,
#product-dark-background h2 {
  color: #FFF!important;
}
#product-light-background a,
#product-base-background a,
#product-dark-background a {
  color: #FFF!important;
}
.civic-engage .product-logo-container {
  background-color: #055587;
}
.civic-engage #product-light-background {
  /*background-color: #c26e60;*/
  
  background-image: url("//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/CivicEngage/chester-county-pennsylvania-website.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 662px;
}
.civic-engage #product-base-background {
  background-color: #f2f1ef;
  /*background-image: url("//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/CivicEngage/battle-creek-website-wht.jpg")*/
  
  ;
  position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 662px;
}
.civic-engage #product-dark-background {
  /*background-color: #c26e60;*/
  
  background-image: url("//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/CivicEngage/wauconda-illinois-website.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 662px;
}
.civic-engage #cta {
  background-color: #a9caca!important;
}
.civic-hr .product-logo-container {
  background-color: #027fa8;
}
.civic-hr #product-light-background {
  /*background-color: #7da1c4;*/
  
  background-image: url("//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/CivicHR/civichr-applicant-tracking.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 662px;
}
.civic-hr #product-base-background {
  background-color: #f2f1ef;
}
.civic-hr #product-dark-background {
  /*background-color: #003b5c;*/
  
  background-image: url("//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/CivicHR/civichr-applicant-tracking-dashboard.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 662px;
}
.civic-hr #cta {
  background-color: #a9caca!important;
}
.civic-ready .product-logo-container {
  background-color: #ea7600;
}
.civic-ready #product-light-background {
  /*background-color: #fdaa63;*/
  
  background-image: url("//offers.civicplus.com/hubfs/2015_Website/images/products-civic-ready/enterprise-tour-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 662px;
}
.civic-ready #product-base-background {
  /*background-color: #ea7600;*/
}
.civic-ready #product-dark-background {
  /*background-color: #be4d00;*/
  
  background-image: url("//offers.civicplus.com/hubfs/2015_Website/images/products-civic-ready/enterprise-tour-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.civic-send .product-logo-container {
  background-color: #af272f;
}
.civic-send #product-light-background {
  background-color: #c26e60;
}
.civic-send #product-base-background {
  background-color: #af272f;
}
.civic-send #product-dark-background {
  background-color: #7c2529;
}
.civic-send #cta {
  background-color: #a9caca!important;
}
.civic-mobile .product-logo-container {
  background-color: #af272f;
}
.civic-mobile #product-light-background {
  background-color: #c26e60;
}
.civic-mobile #product-base-background {
  background-color: #af272f;
}
.civic-mobile #product-dark-background {
  background-color: #7c2529;
}
.civic-mobile #cta {
  background-color: #a9caca!important;
}
.civic-media .product-logo-container {
  background-color: #af272f;
}
.civic-media #product-light-background {
  background-color: #c26e60;
}
.civic-media #product-base-background {
  background-color: #af272f;
}
.civic-media #product-dark-background {
  background-color: #7c2529;
}
.civic-media #cta {
  background-color: #a9caca!important;
}

.civic-rec .product-logo-container {
    background-color: #0b7c40;
}

.civic-clerk .product-logo-container {
    background-color: #755884;
}

.civic-optimize.tour .product-logo-container {
    background-color: #008479;
}

.civic-clerk .call-section/*, .civic-clerk .hero-section-image*/ {
    background: #755884!important;
}

.civic-plus .product-logo-container .product-logo-insert {
    background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/white_logos/CivicPlus%20Logo%20White.svg);
    max-width: 275px;
    float: none;
    margin: 0 auto;
}

.civic-plus .call-section, .civic-plus .hero-section-image {
    background: #af282f!important;
}

.cp-connect .call-section {
  background: #af282f!important;
}

.civic-optimize .call-section {
  background: #008479!important;
}

.seeclickfix .call-section {
  background: #0099CC!important;
}

.civic-plus .product-logo-container {
    background-color: #fff!important;
}

.seeclickfix .product-logo-container {
    background-color: #0099CC!important;
}

.platform .product-logo-container, .platform .product-logo-container #sticky {
  background-color: #ad2a33!important;
}

/*****************************************/

/*            Product Logo               */

/*****************************************/
.civic-engage .product-logo-container .product-logo-insert {
  background-image: url(//www.civicplus.com/hubfs/_Logos/civicengage-product-medium.png);
}
.civic-hr .product-logo-container .product-logo-insert {
  background-image: url(//www.civicplus.com/hubfs/_Logos/civichr-product-medium.png);
}
.civic-ready .product-logo-container .product-logo-insert {
  background-image: url(https://www.civicplus.com/hubfs/2015_Website/images/products-civic-ready/civic-ready-product-logo.png?t=1435250878938);
}

.civic-rec .product-logo-container .product-logo-insert {
  background-image: url(https://www.civicplus.com/hubfs/2015_Website/images/products-civic-rec/civic-rec-product-logo.png);
}

.civic-mobile .product-logo-container .product-logo-insert {
  background-image: url(//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/CivicMobile-Logo-White.svg);
  background-size: 50% 50%;
}
.civic-send .product-logo-container .product-logo-insert {
  background-image: url(//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/CivicSend-Logo-White.svg);
  background-size: 15%;
}
.civic-media .product-logo-container .product-logo-insert {
  background-image: url(//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/CivicMedia-Logo-White.svg);
  background-size: 15%;
}
.civic-ready .logo-bar-notice:before {
  content: "CivicReady Customer Emergency Support: 888-228-2233";
  text-align: center;
}
.civic-ready .logo-bar-notice {
  text-align: center;
  color: #ffffff;
  margin: 8px 0;
  font-weight: 300;
  position: relative;
  font-size: .8em;
}

.civic-clerk .product-logo-container .product-logo-insert {
    background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/civic-clerk-product-logo-white.png);
    max-width: 275px;
    float: none;
    margin: 0 auto;
}

.seeclickfix .product-logo-container .product-logo-insert {
    background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/SeeClickFix_White.svg);
    max-width: 185px!important;
    float: none;
    margin: 0 auto;
}

.cp-connect .product-logo-container .product-logo-insert {
    background-image: url(https://www.civicplus.com/hubfs/2019_website/2019_logos/cp-connect.png)!important;
    max-width: 175px;
    float: none;
    margin: 5px auto!important;
}

.civic-optimize .product-logo-container .product-logo-insert {
    background-image: url(https://www.civicplus.com/hubfs/2020_website/CivicOptimize/civicoptimize@2x.png)!important;
    max-width: 225px;
    float: none;
    margin: 5px auto!important;
}

.cp-connect .product-logo-container {
 background: #fff!important; 
}

/*container*/
.product-logo-container .product-logo-insert {
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 75px;
  text-indent: 200%;
  white-space: nowrap;
  background-position: center center;
  display: block;
  width: 100%;
  background-size: contain;
}
@media (max-width: 767px) {
  .product-logo-container .product-logo-insert {
    padding-top: 50px;
    background-size: contain;
  }
}

/* Product Pillars*/
.pillar-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pillar-content {
  padding-top: 5%!important;
  padding-bottom: 5%!important;
  max-width: 1300px!important;
  margin: 0 auto!important;
  float: none!important;
  padding-left: 5%!important;
  padding-right: 5%!important;
}
.hs_cos_wrapper_type_custom_widget:nth-child(odd) .pillar {
  text-align: left!important;
  padding-right: 50%!important;
  background-color: none;
  box-sizing: content-box;
  max-width: 650px!important;
  color: #ffffff;
}
.hs_cos_wrapper_type_custom_widget:nth-child(even) .pillar {
  text-align: left!important;
  padding-left: 50%!important;
  background-color: none;
  box-sizing: content-box;
  max-width: 650px!important;
  color: #ffffff;
}
.hs_cos_wrapper_type_custom_widget:nth-child(odd) .pillar h2 {
  text-align: left;
  color: #ffffff;
}
.hs_cos_wrapper_type_custom_widget:nth-child(even) .pillar h2 {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hs_cos_wrapper_type_custom_widget:nth-child(odd) .pillar {
    background-image: none;
    background-color: #efe9e5;
    text-align: left!important;
    padding-top: 5%!important;
    padding-right: 5%!important;
    padding-bottom: 5%!important;
    padding-left: 5%!important;
    margin: 0 auto!important;
    float: none!important;
    color: #404040;
  }
  
  .hs_cos_wrapper_type_custom_widget:nth-child(even) .pillar {
    background-image: none;
    background-color: #efe9e5;
    text-align: left!important;
    padding-top: 5%!important;
    padding-right: 5%!important;
    padding-bottom: 5%!important;
    padding-left: 5%!important;
    margin: 0 auto!important;
    float: none!important;
    color: #404040;
  }
  
  .hs_cos_wrapper_type_custom_widget:nth-child(odd) .pillar h2 {
    text-align: left;
    color: #af272f;
  }
  
  .hs_cos_wrapper_type_custom_widget:nth-child(even) .pillar h2 {
    text-align: left;
    color: #af272f;
  }
  
  .hs_cos_wrapper_type_custom_widget:nth-child(odd) .pillar h4 {
    text-align: left;
    color: #404040;
  }
  
  .hs_cos_wrapper_type_custom_widget:nth-child(even) .pillar h4 {
    text-align: left;
    color: #404040;
  }
}
@media (max-width: 767px) {
  .pillar-row {
    background-image: none;
    background-color: #efe9e5;
  }
  
  .pillar-content {
    padding-top: 0!important;
    padding-bottom: 0!important;
    max-width: 100%!important;
    margin: 0 autoimportant;
    float: none!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media (min-width: 768px) {
  .pillar-mobile-image-hold {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .pillar-mobile-image-hold {
    display: block;
    width: 100%;
  }
}

/* Product Pillars END*/

/* Features-List*/
.features-group {
  padding-top: 21px;
  padding-bottom: 83px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 5%;
  margin-right: 5%
}
.features-group:first-of-type {
  padding-top: 21px;
  margin-top: 82px;
}
.features-group:last-of-type {
  border-bottom: none
}
.features-group h2.features-group-title {
  display: block;
  width: 23%;
  float: left;
  margin-top: -1px;
  margin-right: 2.66%;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: none;
  font-size: 26px
}
.features-list {
  display: block;
  float: none;
  width: 100%;
  margin: -1px 0 0 0;
  padding: 0;
  list-style-type: none
}
.features-item {
  float: left;
  width: 46%;
  margin: 9px 4.5% 14px 0;
  /*font-size: 14px;*/
  /*line-height: 21px;*/
  
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 35px;
}
.features-item strong {
  letter-spacing: .02em;
  /*opacity: .7;*/
  
  -webkit-font-smoothing: auto
}
.features-item a {
  border-bottom: 1px solid #bebebe;
  -webkit-transition-property: border-color;
  -webkit-transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: border-color;
  -moz-transition-duration: .1s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: border-color;
  -ms-transition-duration: .1s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: border-color;
  -o-transition-duration: .1s;
  -o-transition-timing-function: ease-out;
  transition-property: border-color;
  transition-duration: .1s;
  transition-timing-function: ease-out
}
.features-item a:hover {
  border-bottom: 1px solid #222
}
.features-item:nth-child(n) {
  margin-right: 8%;
  /*width: 46%;*/
  
  clear: both
}
.features-item:nth-child(2n) {
  clear: none;
  margin-right: 0
}
.features-item pre {
  display: inline;
  font-weight: normal
}
.features-group:last-child {
  padding-bottom: 0px
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
.clearfix {
  *zoom: 1
}
@media (min-width: 0) and (max-width: 768px) {
  .features-item:nth-child(n) {
    margin-right: 0;
    width: 100%;
    clear: both
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .features-list {
    width: 100%;
    float: none
  }
}

/*2016 product offer*/
.row-1-connect {
  background: url(//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/LP-background-Everywhere.jpg);
  max-height: 662px;
  background-size: cover;
  background-position: center center;
}
.row-2-experience {
  background: url(//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/LP-background-POSITIVE.jpg);
  max-height: 662px;
  background-size: cover;
  background-position: center center;
}
.row-3-easy-to-use {
  background: url(//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/LP-background-Easy-To-Use.jpg);
  max-height: 662px;
  background-size: cover;
  background-position: center center;
}
.row-4-meet {
  background: url(//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2016_Website/images/LP-background-Meet-Your-Neighbors.jpg);
  max-height: 662px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .row-1-connect {
    background-image: none;
    background-color: #efe9e5;
  }
  
  .row-2-experience {
    background-image: none;
    background-color: #efe9e5;
  }
  
  .row-3-easy-to-use {
    background-image: none;
    background-color: #efe9e5;
  }
  
  .row-4-meet {
    background-image: none;
    background-color: #efe9e5;
  }
}
@media (min-width: 768px) {
  .img-mobile-hold {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .img-mobile-hold {
    display: block;
    width: 100%;
  }
}
.text-hold h2 {
  font-weight: 300!important;
  font-size: 35px!important;
}
.text-hold h4 {
  font-weight: 300!important;
  font-size: 20px!important;
  line-height: 30px!important;
}
@media (max-width:767px) {
  .text-hold h2 {
    font-weight: 300!important;
    font-size: 2em!important;
    text-align: center!important;
  }
  
  .text-hold h4 {
    font-weight: 300!important;
    font-size: 1.2em!important;
    line-height: 30px!important;
    text-align: center!important;
  }
}

/*
.row-1-connect .img-hold{
  width: 50%;
}
.row-2-experience .img-hold{
  width: 50%;
}
.row-3-easy-to-use .img-hold{
  width: 50%;
}
.row-4-meet .img-hold{
  width: 50%;
}*/
.row-1-connect h1,
.row-1-connect h2,
.row-1-connect h3,
.row-1-connect h4,
.row-1-connect h5,
.row-1-connect h6 {
  color: #000000;
  text-align: right;
}
.row-2-experience h1,
.row-2-experience h2,
.row-2-experience h3,
.row-2-experience h4,
.row-2-experience h5,
.row-2-experience h6 {
  color: #000000;
  text-align: left;
}
.row-3-easy-to-use h1,
.row-3-easy-to-use h2,
.row-3-easy-to-use h3,
.row-3-easy-to-use h4,
.row-3-easy-to-use h5,
.row-3-easy-to-use h6 {
  color: #000000;
  text-align: right;
}
.row-4-meet h1,
.row-4-meet h2,
.row-4-meet h3,
.row-4-meet h4,
.row-4-meet h5,
.row-4-meet h6 {
  color: #000000;
  text-align: left;
}

/*****************************************/

/***PRODUCT FEATURES***/
.color-section-red {
  background-color: #b2292e;
}
.color-section-orange {
  background-color: #ed7800;
}
.color-section-blue {
  background-color: #ed7800;
}
ul.product-features {
  list-style-type: none;
  -webkit-padding-start: 0px;
}
li.product-features {
  float: left;
  width: 30.333333333%;
  margin: 1.5%;
  height: 300px;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  list-style-type: none;
  text-align: center!important;
}
@media (max-width: 767px) {
  li.product-features {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  .image-holder {
    position: relative;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  .image-holder img {
    position: absolute;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .image-holder {
    border-bottom: 0px solid #FFF;
    padding-bottom: 30px;
  }
  
  .product-image-right .image-holder {
    border-bottom: 0px solid #FFF;
    padding-bottom: 0px;
    border-top: 0px solid #FFF;
    padding-top: 30px;
  }
}

/*****************************************/

/*******PRODUCT FEATURES GRID************/
.list li {
  background: url(images/icon_arrow_right.png) no-repeat 97% 50%;
  border-bottom: 0px solid #ccc;
  display: table;
  border-collapse: collapse;
  width: 100%;
  min-height: 12em;
  margin-top: .5em;
}
.inner {
  display: table-row;
  overflow: hidden;
}
.li-img {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding-left: 1em;
  padding-right: 1em;
}
.li-img img {
  display: block;
  width: 100%;
  height: auto;
}
.li-text {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  padding-right: 1em;
}
.li-head {
  margin: 0;
  margin-bottom: 1em;
}
.li-summary {
  display: none;
  margin: 0;
  font-size: 1em;
  margin-bottom: .5em;
}
.li-action {
  margin: 0;
}
.innerlist {
  /*background-color:green;*/
  
  max-height: 15em;
  overflow: auto;
  /*overflow:hidden;*/
}
@media screen and (min-width: 40em) {
  .list li {
    background: none;
  }
  
  .li-summary {
    display: block;
  }
}
.innerlist li {
  /*background-color:green;*/
  
  min-height: 2em;
  font-size: 1em;
}
@media screen and (min-width: 60em) {
  .list li {
    float: left;
    width: 50%;
    height: 2em;
    overflow: hidden;
  }
  
  .inner {
    padding-right: 1em;
  }
  
  .innerlist li {
    /*background-color:green;*/
    min-height: 2em;
    font-size: .75em;
  }
}

/**************************************/
.content-section-left {
  margin-left: 0 !important;
}
.content-section-right {
  margin-right: 0 !important;
  float: right !important;
}
@media (max-width: 767px) {
  .content-section-right {
    margin-left: 0 !important;
  }
  
  .content-section-right,
  .content-section-left {
    width: 100% !important;
    float: none !important;
  }
}

/*****************************************/

/* Dropdown    */

/*****************************************/
body {
  margin: 0px!important;
}

/*for platform*/
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.extra-wrapper-primary a {
	background: #ed7800!important;
}
.main-navigation .hs-menu-flow-horizontal>ul>li>ul>li.extra-wrapper-primary:first-child:before {
  background: #ed7800!important;
}
/*end*/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  padding-top: 10px;
}
.sticky-menu.active .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  padding-top: 0px!important;
}
.main-navigation {
  padding-top: 7px!important;
}
.sticky-menu.active.main-navigation {
  padding-top: 0px!important;
}
/*.main-navigation .hs-menu-flow-horizontal>ul>li>a>div,
.main-navigation .hs-menu-flow-horizontal>ul>li>a>span {
  border-radius: 0px!important;
}*/
.header-logo img {
  max-height: 56px;
  max-width: 220px;
  float: left;
}
@media (min-width:1080px) and (max-width:1160px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 14px!important;
  }
}
@media (min-width:1080px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    max-height: 55px;
  }
  
  .header-logo .hide-sticky img {
    margin-bottom: -15px;
  }
  
  .hs-menu-wrapper ul li:hover > a,
  .hs-menu-wrapper ul li a:hover,
  .hs-menu-wrapper ul li.active > a,
  .hs-menu-wrapper ul li.active-branch > a {
    color: rgb(237, 120, 0);
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: rgb(237, 120, 0)!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a:hover:before {
    top: 45px!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #FFF!important;
    font-weight: 300 !important;
  }
}
@media(max-width:1079px) {
  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    width: 100%;
  }
  
  .main-navigation {
    padding-top: 0px!important;
  }
  
  .mobile-menu-button {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 10%!important;
    right: 10px!important;
    margin-top: 0px!important;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  @media (max-width: 1079px){
    body .mobile-menu-button {
        top: 52px !important;
    }
    .main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper {
        top: 104px !important;
    }
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-top: 0px!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 25px!important;
    max-width: 100%!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a {
    color: #222!important;
  }
  
  .js-on .header-wrapper.with-navigation .header-logo {
    width: 100% !important;
  }
  
  .centered,
  .centered-small,
  .centered-smaller,
  .container-fluid .row-fluid .centered,
  .container-fluid .row-fluid .centered-small,
  .container-fluid .row-fluid .centered-smaller {
    /*padding-right: 0px!important;
    padding-left: 0px!important;*/
    min-height: 60px!important;
    max-height: 60px!important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.expanded ul.hs-menu-children-wrapper {
    opacity: 1;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li a {
    background: transparent!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100%;
    color: #444;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li a {
    border-top: 0px solid #000!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>ul>li:first-child:before {
    display: none!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts>ul>li {
    margin-right: 0;
    float: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
  body .main-navigation .hs-menu-wrapper.flyouts ul ul {
    overflow: visible!important;
  }
  
  .main-navigation .hs-menu-wrapper.flyouts ul ul,
  .main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
    max-width: none;
    max-height: none;
    height: auto;
    overflow: hidden;
    opacity: 1;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul {
    position: static!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    border-radius: 0 0 0 5px;
  }
  
  .header-logo::-moz-selection,
  .header-logo *::-moz-selection,
  .main-navigation::-moz-selection,
  .main-navigation *::-moz-selection,
  .mobile-menu-button::-moz-selection {
    background: 0;
    color: inherit;
  }
  
  .header-logo::selection,
  .header-logo *::selection,
  .main-navigation::selection,
  .main-navigation *::selection,
  .mobile-menu-button::selection {
    background: 0;
    color: inherit;
  }
  
  .main-navigation {
    width: 100% !important;
    height: 0;
    margin-left: 0 !important;
    float: none !important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul {
    display: block;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts>ul>li {
    margin-right: 0;
    float: none;
  }
  
  .main-navigation .hs-menu-wrapper.flyouts ul ul,
  .main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
    display: none;
    max-width: none;
    max-height: none;
    height: auto;
    visibility: visible;
    overflow: hidden;
    opacity: 1;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>ul>li:first-child:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul li a {
    white-space: normal;
  }
  
  .mobile-menu-button i {
    display: block;
    height: 3px;
    position: absolute;
    left: 10px;
    right: 10px;
    background: #444!important;
  }
  
  .mobile-menu-button .mobile-menu-button-line-top {
    top: 15px;
  }
  
  .mobile-menu-button .mobile-menu-button-line-middle {
    top: 24px;
  }
  
  .mobile-menu-button .mobile-menu-button-line-bottom {
    top: 33px;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-top {
    display: none;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-middle,
  .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
    top: 26px;
    left: 15px;
    right: 15px;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-middle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .main-navigation .mobile-menu-expand-button:hover,
  .main-navigation .mobile-menu-expand-button:focus {
    opacity: 1;
  }
  
  .main-navigation .expanded>.mobile-menu-expand-button:before {
    content: url('//241237.fs1.hubspotusercontent-na1.net/hubfs/241237/collapse.png')
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    display: none;
    width: 320px;
    position: absolute;
    right: 0;
    padding-top: 4px;
    background: #fff;
    opacity: .98;
  }
  
  .main-navigation .hs-menu-flow-horizontal.expanded {
    display: block;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li a {
    margin-right: 60px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li a:hover,
  .main-navigation .hs-menu-flow-horizontal ul li a:focus {
    opacity: 0.8;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a {
    padding: 15px 20px!important;
    font-size: 18px;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a:before {
    display: none;
    height: 0px!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-primary,
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-secondary {
    border-top: 0;
    border-bottom: 0;
    text-align: center;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-primary>a,
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-secondary>a {
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  
  /*.main-navigation .hs-menu-flow-horizontal>ul>[class*="extra-wrapper"]+[class*="extra-wrapper"]>a {
    margin-top: -15px;
  }*/
  
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-primary>a:hover,
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-primary>a:focus,
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-secondary>a:hover,
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-secondary>a:focus {
    opacity: 1;
  }
  
  /*.main-navigation .hs-menu-flow-horizontal>ul>li>a>div,
  .main-navigation .hs-menu-flow-horizontal>ul>li>a>span {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    font-size: 18px;
    max-width: 140px;
  }*/
  
  /*.main-navigation .hs-menu-flow-horizontal>ul>li>a>span {
    padding-top: 8px;
    padding-bottom: 8px;
  }*/
  
  .main-navigation .hs-menu-flow-horizontal ul ul {
    margin-left: 0;
    border-bottom: 0;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li:first-child:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul li:last-child {
    border-bottom: 0;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li a {
    min-width: 0 !important;
    width: auto;
    padding: 15px 20px 15px 40px;
    font-size: 14px!important;
    font-weight: 700;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li.hs-item-has-children>a {
    padding-right: 16px;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li.hs-item-has-children>a:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li a,
  .main-navigation .hs-menu-flow-horizontal ul ul li:hover>a,
  .main-navigation .hs-menu-flow-horizontal ul ul li.active>a,
  .main-navigation .hs-menu-flow-horizontal ul ul li.active-branch a {
    background: 0;
    border: 0;
    color: #444;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>ul>li>ul {
    margin-top: 0;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul li:first-child:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul li a {
    padding-left: 50px;
    font-weight: normal;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul ul li a {
    padding-left: 60px;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul ul ul li a {
    padding-left: 70px;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul ul ul ul li a {
    padding-left: 80px;
  }
  
  html .sticky-menu {
    display: none !important;
  }
}

/*NEW HEADER MENU STYLES - Extras*/
.header-container-wrapper,
.header-wrapper,
.header-wrapper a,
.header-wrapper a:hover,
.header-wrapper h1,
.header-wrapper h2,
.header-wrapper h3,
.header-wrapper h4,
.header-wrapper h5,
.header-wrapper h6 {
  color: #444444;
}
.header-container-wrapper {
  background: #ffffff;
}
.header-container-wrapper {
  position: relative;
  z-index: 9999;
  background: #fff;
}
.header-logo {
  line-height: 55px;
}
.mobile-menu-button {
  display: none;
}

/*.main-navigation {
    text-align: right;
}*/
.main-navigation .cell-wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
.hs_cos_wrapper {
  display: block;
  clear: both;
}
@media (min-width: 1080px) {
  .main-navigation .hs-menu-wrapper.flyouts,
  .main-navigation .hs-menu-wrapper.flyouts ul ul,
  .main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
    display: block !important;
    overflow: visible !important;
  }
}
.hs-menu-flow-horizontal>ul {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.hs-menu-wrapper li,
.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation .hs-menu-flow-horizontal>ul>li {
  margin-right: 0px;
}
.hs-menu-flow-horizontal.flyouts>ul>li {
  float: left;
}
.hs-menu-wrapper.flyouts li {
  position: relative;
}
.hs-menu-wrapper ul li:hover > a,
.hs-menu-wrapper ul li a:hover,
.hs-menu-wrapper ul li.active > a,
.hs-menu-wrapper ul li.active-branch > a {
  color: rgba(234, 118, 0, 1);
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a {
  /* THIS IS THE MAIN NAV STYLE*/
  
  position: relative;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  color: #525454;
  /*font-size: 13px;*/
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color .2s, text-shadow .2s, background-color .2s, border-color .2s, -webkit-box-shadow .2s, opacity .2s;
  -o-transition: color .2s, text-shadow .2s, background-color .2s, border-color .2s, box-shadow .2s, opacity .2s;
  transition: color .2s, text-shadow .2s, background-color .2s, border-color .2s, box-shadow .2s, opacity .2s;
}
/*After Adding Resources to Nav */
@media (min-width: 1081px) and (max-width: 1279px){
  .main-navigation .hs-menu-flow-horizontal>ul>li>a {
  		  font-size: 12px!important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  	padding: 10px 12.5px!important;  
  }
}
/* End */
.main-navigation .hs-menu-flow-horizontal ul li a {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu-reset .hs-menu-flow-horizontal>ul>li>a {
  border-left: 0;
}
.hs-menu-wrapper a {
  display: block;
  text-decoration: none;
  -webkit-transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, -webkit-box-shadow .4s ease, opacity .4s ease;
  -o-transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease, opacity .4s ease;
  transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease, opacity .4s ease;
}
.main-navigation .hs-menu-flow-horizontal>ul>li:hover>a:before,
.main-navigation .hs-menu-flow-horizontal>ul>li.active>a:before,
.main-navigation .hs-menu-flow-horizontal>ul>li.active-branch>a:before {
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.main-navigation .hs-menu-flow-horizontal > ul > li > a:before {
  background: rgb(237, 120, 0);
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45px;
  left: 40%;
  right: 40%;
  z-index: 0;
  background: rgb(237, 120, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.main-navigation .hs-menu-flow-horizontal > ul > li > a > span {
  background: #ffffff;
  border: 2px solid #444444;
  color: #444444;
}*/
/*.main-navigation .hs-menu-flow-horizontal>ul>li>a>div,
.main-navigation .hs-menu-flow-horizontal>ul>li>a>span {
  position: relative;
  margin: -5px 0;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .08em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}*/
.main-navigation .hs-menu-flow-horizontal > ul > li > a > div {
  background: rgba(234, 118, 0, 1);
  color: #ffffff;
}
@media (min-width: 1080px) {
  body .main-navigation .hs-menu-wrapper.flyouts ul ul {
    overflow: hidden!important;
  }
  
  .main-navigation .hs-menu-wrapper.flyouts,
  .main-navigation .hs-menu-wrapper.flyouts ul ul,
  .main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
    display: block !important;
  }
  
  .main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper ul ul {
    border-bottom-width: 4px;
  }
}
.main-navigation .hs-menu-flow-horizontal.flyouts ul ul {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.flyouts-slide .hs-menu-flow-horizontal.flyouts ul ul {
  top: 60%;
}
.flyouts-fade .hs-menu-wrapper.flyouts ul ul {
  opacity: 0;
}
.hs-menu-flow-horizontal.flyouts ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  position: absolute;
}
.hs-menu-wrapper.flyouts ul ul {
  max-width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.main-navigation .hs-menu-flow-horizontal > ul > li > ul > li:first-child:before {
  background: #444444;
}
.main-navigation .hs-menu-flow-horizontal>ul>li>ul>li:first-child:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 20px;
  background: #444;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.main-navigation .hs-menu-flow-horizontal ul ul li:first-child > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.main-navigation .hs-menu-flow-horizontal ul ul li:first-child>a {
  border-top: 0;
  border-top-width: 0px;
  border-top-style: initial;
  border-top-color: initial;
}
.main-navigation .hs-menu-flow-horizontal ul ul li a {
  background: #444444;
  border-top: 1px solid #555555;
  color: #ffffff;
}
.main-navigation .hs-menu-flow-horizontal ul ul li a {
  min-width: 180px !important;
  position: relative;
  padding: 8px 15px;
  line-height: 25px;
  font-size: 14px!important;
}
.hs-menu-flow-horizontal.flyouts ul ul li a,
.hs-menu-flow-vertical.flyouts ul ul li a {
  white-space: nowrap;
}
.hs-menu-wrapper.flyouts li {
  position: relative;
}
.hs-menu-wrapper li,
.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-reset .hs-menu-wrapper.flyouts ul ul li a {
  min-width: 0;
}
.main-navigation .hs-menu-flow-horizontal ul ul li:last-child > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 1079px) {
  .mobile-menu-button {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 10%!important;
    right: 10px!important;
    margin-top: 0px!important;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .mobile-menu-button i,
  .mobile-menu-button i:before,
  .mobile-menu-button i:after {
    border-radius: 2px;
  }
  
  .mobile-menu-button i {
    background: #444444;
  }
  
  .mobile-menu-button i {
    display: block;
    height: 3px;
    position: absolute;
    left: 10px;
    right: 10px;
    background: #444;
  }
  
  .mobile-menu-button .mobile-menu-button-line-top {
    top: 15px;
  }
  
  .mobile-menu-button .mobile-menu-button-line-middle {
    top: 24px;
  }
  
  .mobile-menu-button .mobile-menu-button-line-bottom {
    top: 33px;
  }
  
  .main-navigation .hs-menu-flow-horizontal.expanded {
    display: block;
  }
  
  .main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper {
    border-radius: 0;
  }
  
  .main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper {
    overflow: hidden;
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    background: #ffffff;
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    width: 100%;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  }
  
  .main-navigation .hs-menu-flow-horizontal ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    overflow-x: hidden!important
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul {
    display: block;
  }
  
  .hs-menu-flow-horizontal.no-flyouts>ul>li,
  .hs-menu-flow-horizontal>ul {
    display: block;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts>ul>li {
    margin-right: 0;
    float: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a {
    padding: 15px 20px;
    font-size: 14px;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li a {
    margin-right: 60px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .hs-menu-flow-horizontal>ul>li>a {
    border-top: 0;
  }
  
  body .main-navigation .hs-menu-wrapper.flyouts ul ul {
    overflow: visible!important;
  }
  
  .main-navigation .mobile-menu-expand-button {
    display: block;
    width: 60px;
    height: 54px!important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 54px!important;
    text-align: center;
    opacity: .8;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .main-navigation .mobile-menu-expand-button:before {
    content: url('//241237.fs1.hubspotusercontent-na1.net/hubfs/241237/dropdown.png');
    font-family: FontAwesome;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul li a {
    white-space: normal;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li.expanded {
    background: rgba(0, 0, 0, 0.07);
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-primary,
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-secondary {
    border-top: 0;
    border-bottom: 0;
    text-align: center;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts>ul>li {
    margin-right: 0;
    float: none;
    line-height: 0!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-primary>a,
  .main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-secondary>a {
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  
  /*.main-navigation .hs-menu-flow-horizontal>ul>li>a>span {
    padding-top: 8px;
    padding-bottom: 8px;
  }*/
  
  /*.main-navigation .hs-menu-flow-horizontal>ul>li>a>div,
  .main-navigation .hs-menu-flow-horizontal>ul>li>a>span {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    font-size: 18px;
  }*/
  
  /*.main-navigation .hs-menu-flow-horizontal>ul>[class*="extra-wrapper"]+[class*="extra-wrapper"]>a {
    margin-top: -15px;
  }*/
  
  .main-navigation .hs-menu-flow-horizontal>ul>li:last-child {
    margin-right: 0 !important;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-middle,
  .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
    top: 26px;
    left: 15px;
    right: 15px;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-middle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-top {
    display: none;
  }
  
  .mobile-menu-button .mobile-menu-button-line-top {
    top: 15px;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    top: 60px;
    margin-top: -4px;
  }
  
  body .main-navigation .cell-wrapper {
    display: block;
  }
  
  .main-navigation {
    width: 100% !important;
    height: 0;
    margin-left: 0 !important;
    float: none !important;
  }
  
  .js-on .header-wrapper.with-navigation .header-logo {
    padding-right: 225px;
    float: none !important;
    position: relative;
  }
}
body .main-navigation .mobile-menu-expand-button {
  opacity: 1;
}
.sticky-menu.active {
  opacity: .95;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  max-height: 55px;
}
.sticky-menu,
.sticky-menu-option-check {
  display: block !important;
}
.sticky-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #444;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sticky-menu:after {
  height: 8px;
  bottom: -8px;
  background: url('//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2015_Website/bottom-shadow5.png') center top no-repeat;
}
.sticky-menu:before,
.sticky-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.centered,
.container-fluid .row-fluid .centered {
  max-width: 1200px;
}
.centered,
.centered-small,
.centered-smaller,
.container-fluid .row-fluid .centered,
.container-fluid .row-fluid .centered-small,
.container-fluid .row-fluid .centered-smaller {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
}

/*.header-inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}*/
.header-wrapper:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.06);
}

/*Added Before Break*/
.main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-primary>a:before {
  display: none;
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a:hover>div {
  opacity: .9;
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a:active>div,
.main-navigation .hs-menu-flow-horizontal>ul>li>a:active:hover>div {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(0.98, 0.98) translateY(2px);
  -ms-transform: scale(0.98, 0.98) translateY(2px);
  -o-transform: scale(0.98, 0.98) translateY(2px);
  transform: scale(0.98, 0.98) translateY(2px);
}
.main-navigation .hs-menu-flow-horizontal ul ul li a:hover {
  background: #222;
}
.main-navigation .hs-menu-flow-horizontal > ul > li > ul > li:first-child:hover:before {
  background: #222;
}
body .main-navigation .hs-menu-wrapper.flyouts ul ul {
  overflow: visible!important;
}
.main-navigation .hs-menu-wrapper.flyouts ul ul,
.main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
  max-width: none;
  max-height: none;
  height: auto;
  overflow: hidden;
  opacity: 1;
}

/*@media (max-width: 767px) and (orientation:landscape){
.js-on .header-wrapper.with-navigation .header-logo {
    padding-right: 425px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
.js-on .header-wrapper.with-navigation .header-logo {
    padding-right: 825px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  .js-on .header-wrapper.with-navigation .header-logo {
    padding-right: 825px;
}
}*/
@media (min-width: 568px) and (max-width: 1079px) {
  .main-navigation .hs-menu-flow-horizontal {
    width: 320px!important;
  }
}

/****CONTENT TABS****/
.transition,
.flip-wrap p,
.flip-wrap ul li i:before,
.flip-wrap ul li i:after {
  transition: all 0.25s ease-in-out;
}
.flipIn,
.flip-wrap h1,
.flip-wrap ul li {
  animation: flipdown 0.5s ease both;
}
.no-select,
.flip-wrap h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flip-wrap {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 40px 0;
  transform: translate(-50%, 0);
  box-shadow: 0 10px 0 0 #af272f inset;
  background-color: white;
  max-width: 85%;
  padding: 30px;
}
@media (max-width: 550px) {
  .flip-wrap {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}
.flip-wrap h1 {
  color: #454747;
}
.flip-wrap h2 {
  color: #af272f;
}
.flip-wrap h1 {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0px;
  font-weight: 300;
  text-align: center;
}
.flip-wrap h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: white;
  margin: 0;
  cursor: pointer;
}
.flip-wrap h3 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0px;
  margin-top: 14px;
  display: block;
  background-color: white;
  margin: 0;
  cursor: pointer;
}
.flip-wrap p {
  color: #454747;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
.flip-wrap ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.flip-wrap ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.flip-wrap ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.flip-wrap ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.flip-wrap ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.flip-wrap ul li:nth-of-type(4) {
  animation-delay: 1.25s;
}
.flip-wrap ul li:nth-of-type(5) {
  animation-delay: 1.5s;
}
.flip-wrap ul li:nth-of-type(6) {
  animation-delay: 1.75s;
}
.flip-wrap ul li:last-of-type {
  padding-bottom: 0;
}
.flip-wrap ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.flip-wrap ul li i:before,
.flip-wrap ul li i:after {
  content: "";
  position: absolute;
  background-color: #af272f;
  width: 3px;
  height: 9px;
}
.flip-wrap ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.flip-wrap ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.flip-wrap ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.flip-wrap ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.flip-wrap ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.flip-wrap ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  
  5% {
    opacity: 1;
  }
  
  80% {
    transform: rotateX(8deg);
  }
  
  83% {
    transform: rotateX(6deg);
  }
  
  92% {
    transform: rotateX(-3deg);
  }
  
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@media (max-width: 1139px) and (min-width: 768px) and (orientation: portrait) .flip-wrap h2 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 20px;
}

/****Site Map****/
.site-map {}
.site-map ul {
  list-style: none;
  /* Remove list bullets */
  
  padding: 0;
  margin: 0;
  display: block;
}
.site-map li {
  padding-left: 16px;
  display: block;
}
.site-map li:before {
  content: "•";
  /* Insert content that looks like bullets */
  
  padding-right: 8px;
  color: blue;
  /* Or a color you prefer */
}
@media (min-width: 1080px) {
  .centered .main-navigation .widget-type-menu {
    text-align: right!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: auto!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width: 350px!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    margin-top: -8px;
  }
  /*Edited by Jeff was -3*/
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>ul>li:first-child:hover:before {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 1080px) {
  body .main-navigation .hs-menu-wrapper.flyouts ul ul {
    overflow: hidden!important;
  }
}

featured

@media (max-width: 1079px){
  body .mobile-menu-button {
    top: 52px!important;
  }
  .main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper {
    top: 104px !important;
  }
}

@media (min-width: 1080px){
  /*.product-logo-container {
   padding-top: 50px; 
  }*/

  .seeclickfix .product-logo-container, .civic-engage .product-logo-container, .civic-hr .product-logo-container, .civic-clerk .product-logo-container, .civic-optimize .product-logo-container, .civic-rec .product-logo-container, .civic-ready .product-logo-container, .platform .product-logo-container {
   margin-top: 45px; 
  }
  
  .thank-you .product-logo-container, .demo-lp .product-logo-container  {
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
  
  body .body-container-wrapper .hero-section-image .hero-holder {
   margin-top: 101px!important; 
  }
  
  /*For HelloBar*/
  .hs-blog-listing .body-container-wrapper, .hs-blog-post .body-container-wrapper {
   padding-top: 45px; 
  }
  
  .hero-interior-section-image, .hero-section-image {
    padding-top: 45px; 
  }
  .product-2017.hs-landing-page  .hero-section-image {
    padding-top: 45px!important; 
  }
  .hs-landing-page  .hero-section-image, .hs-landing-page .hero-interior-section-image  {
   padding-top: 0px; 
  }
}

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

.learning-page-layout {
 padding-top: 50px; 
}

.learning-page-layout__body {
    height: calc(100vh - 107px - 42px - 50px)!important;
}

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

/* Blog Post */
body.hs-blog-post {}

.hs-blog-post .call-out-box {
    /*background: whitesmoke; 
    border: 1px solid #d0d5d8;*/
    padding: 0px 27px;
    margin-bottom: 27px;
    margin-bottom: 27px;
}

.hs-blog-post .call-out-box {
    background-color: #fee2b7;
    border-color: #c7be9d!important;
    /*color: #222;
    padding: 20px;
    margin-bottom: 32px;*/
    border: 2px solid transparent;
}

.hs-blog-post .call-out-box p {
    margin-top: 0px; 
    margin-bottom: 0px;
}

.hs-blog-post .call-out-box a {
    color: #af282f!important;
}

/* Blog Listing */
body.hs-blog-listing {}

/* Use this to style the main wrapper for the blog listing posts */
.blog-listing-wrapper {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 35px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date {
  font-size: 13px;
  text-align: right;
}
.comment-from {
  font-weight: bold;
}
.comment-body {
  padding: 10px 0;
}

/* Pagination */
.blog-pagination {}
.blog-pagination .previous-posts-link {}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {}

/* Subscription frequency form */
.hs_blog_default_blog_subscription {}
.hs_blog_default_blog_subscription ul {}

/** 
 * This is to override the default button styles.  
 *
 * Must include !important for each overriding propety.
 */
.hs_blog_default_blog_subscription .hs-button {}
.blog-template {}
.blog-sidebar h3 {}
.post-listing .post-header h2 a {
  font-size: 30px !important;
  font-weight: 400 !important;
  color: #14140C !important;
  line-height: 41px !important;
  text-decoration: none !important;
}
.post-listing .post-header h2 a:hover {
  font-size: 30px !important;
  color: #AF282F !important;
  text-decoration: none !important;
}
.blog-post-wrapper .post-header h2 a {
  font-size: 30px;
  line-height: 43px;
}
.widget-module ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.widget-module ul li {
  padding: 0 0 5px !important;
}
.widget-module ul li a {}
.widget-module ul li a:hover {}
input[type="radio"].hs-input {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  width: auto !important;
}
input[type="radio"],
input[type="checkbox"] {
  margin-bottom: 0;
  margin-right: 10px;
  width: auto!important;
}
.input ul {
  list-style: none;
  padding-left: 0;
}
.blog-sidebar h3 {
  font-size: 17px;
  font-weight: 700;
  color: #A2252B;
  line-height: 23.5px;
}
.full-width-template-landing-page .full-width .hs-input {
  width: 50%;
}

/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {
  width: 100%;
}
#comment-form input[type="text"]:focus {}
#comment-form textarea {
  width: 100%;
}
#comment-form textarea:focus {}
#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}

/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {
  width: 100%;
}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"] {}

/* Pull Quote
   ========================================================================== */
blockquote {
  display: inline !important;
  text-decoration: none;
  color: #333c4e !important;
  margin-right: 5px;
}
blockquote .copy {
  border-bottom: 1px dotted #af272f;
}
blockquote:hover .copy {
  border-bottom: 1px solid #af272f;
}
blockquote:hover .copy {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  color: #af272f;
}
blockquote .tweet-container {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 23px;
  vertical-align: middle;
  margin: -3px -2px 0 5px;
}
blockquote .inline-icon-twitter,
blockquote:visited .inline-icon-twitter {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 23px;
  background: url(img/twitter-sprite-inline.png) no-repeat left top;
}
blockquote .inline-icon-twitter-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 23px;
  background: url(img/twitter-sprite-inline.png) no-repeat -26px top;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
blockquote:hover .inline-icon-twitter-hover {
  opacity: 1;
}
blockquote,
blockquote:visited {
  display: block !important;
  color: #af272f !important;
  margin: 27px auto !important;
  width: 100% !important;
  font: italic 300 30px/50px 'Lato', sans-serif;
  !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
}
blockquote:hover {
  color: #af272f !important;
}
blockquote .sa-twitter-container {
  position: relative;
}
blockquote .sa-icon-twitter,
blockquote:visited .sa-icon-twitter {
  position: relative;
  display: block;
  width: 23px;
  height: 26px;
  background: url(img/twitter-sprite.png) no-repeat left top;
  margin: 7px auto 0;
}
blockquote .sa-icon-twitter-hover {
  position: absolute;
  top: 0;
  left: 50%;
  height: 26px;
  width: 23px;
  margin-left: -11.5px;
  background: url(img/twitter-sprite.png) no-repeat -23px top;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
blockquote:hover .sa-icon-twitter-hover {
  opacity: 1;
}
@media (max-width: 1366px) {
  blockquote,
  blockquote:visited {
    font: bold 20px/35px 'Lato', sans-serif;
    ;
  }
}
@media (max-width: 640px) {
  blockquote,
  blockquote:visited {
    font-size: 2.18em !important;
    line-height: 1.6em !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.rich-snippet {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #666;
  margin-top: 30px;
}

.rich-snippet-title {
    padding: 12px 16px;
    border-radius: 4px;
    background: #666;
    color: #fff;
    border: 1px solid #666;
    font-size: 24px;
  margin-top: 0px!important;
  font-weight: bold;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}

/* ==========================================================================
   CivicPlus Style Side Menu                                
   ========================================================================== */
.hamburger-text {
  top: 31px;
  left: 90px;
  position: absolute;
  z-index: 2;
  font-size: 30px;
  color: #444;
  font-weight: 700;
}

/* ==========================================================================
   Buttons                                              
   ========================================================================== */

/* All Global Buttons (Excluding CTAs)
   ========================================================================== */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {}
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}
body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

/* Form Module Button
   ========================================================================== */
.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}

/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}

/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}

/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

/* Email Subscriptions
   ========================================================================== */
.widget-type-email_subscriptions h1,
.widget-type-email_simple_subscription h1 {
  font-size: 30.4px !important;
  font-weight: 700 !important;
  color: #AF282F !important;
  text-decoration: none !important;
  line-height: 36.48px !important;
}
.widget-type-email_subscriptions h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #14140C !important;
  line-height: 36px !important;
}
.widget-type-email_subscriptions_confirmation h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #14140C !important;
  line-height: 36px !important;
}

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

/* inline form wide START*/
body .inline-form .hs-button {
  width: 50%;
}
.inline-form .hbspt-form {
  margin-top: 45px;
}
.inline-form .hs_cos_wrapper_type_form input[type="text"],
.inline-form .hs_cos_wrapper_type_form input[type="password"],
.inline-form .hs_cos_wrapper_type_form input[type="datetime"],
.inline-form .hs_cos_wrapper_type_form input[type="datetime-local"],
.inline-form .hs_cos_wrapper_type_form input[type="date"],
.inline-form .hs_cos_wrapper_type_form input[type="month"],
.inline-form .hs_cos_wrapper_type_form input[type="time"],
.inline-form .hs_cos_wrapper_type_form input[type="week"],
.inline-form .hs_cos_wrapper_type_form input[type="number"],
.inline-form .hs_cos_wrapper_type_form input[type="email"],
.inline-form .hs_cos_wrapper_type_form input[type="url"],
.inline-form .hs_cos_wrapper_type_form input[type="search"],
.inline-form .hs_cos_wrapper_type_form input[type="tel"],
.inline-form .hs_cos_wrapper_type_form input[type="color"] {
  width: 50%;
}
.inline-form input[type="text"],
.inline-form input[type="password"],
.inline-form input[type="number"],
.inline-form input[type="email"],
.inline-form input[type="url"],
.inline-form input[type="search"],
.inline-form input[type="tel"],
.inline-form input[type="color"],
.inline-form select {
  height: 48px;
  font-size: 14px;
  margin-bottom: 15px;
}
.inline-form form {
  height: 35px;
}
.inline-form .hs_submit {
  width: 275px;
  position: relative;
  left: 50%;
  top: -103px;
  margin-left: 8px;
  overflow: hidden;
}
.inline-form {
  position: relative;
  padding-left: 25%;
}
.inline-form .hs-form-required {
  display: none;
}
body .inline-form .hs-button {
  background-color: #fff;
  color: #ea7600;
  padding: 15px 28px 15px;
  font-size: 15px;
}
.inline-form .hs_email.field.hs-form-field {
  width: 50%;
}
ul.hs-error-msgs.inputs-list  {     
    position: relative;     
    top: auto; 
}
#white-content ul.hs-error-msgs.inputs-list a:hover {
    color: #fff!important;
}
@media (min-width: 768px){
.newsletter .inline-form .hs-error-msgs {
    position: absolute;
    top: 40px;
}
}
@media (max-width: 767px) {
  .inline-form .hs_submit {
    width: 100%;
    position: static;
    left: 0;
    right: 0;
    top: -103px;
    bottom: 0;
    margin-left: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  
  body .inline-form .hs-button {
    width: 100%;
  }
  
  .inline-form .hs_cos_wrapper_type_form input[type="text"],
  .inline-form .hs_cos_wrapper_type_form input[type="password"],
  .inline-form .hs_cos_wrapper_type_form input[type="datetime"],
  .inline-form .hs_cos_wrapper_type_form input[type="datetime-local"],
  .inline-form .hs_cos_wrapper_type_form input[type="date"],
  .inline-form .hs_cos_wrapper_type_form input[type="month"],
  .inline-form .hs_cos_wrapper_type_form input[type="time"],
  .inline-form .hs_cos_wrapper_type_form input[type="week"],
  .inline-form .hs_cos_wrapper_type_form input[type="number"],
  .inline-form .hs_cos_wrapper_type_form input[type="email"],
  .inline-form .hs_cos_wrapper_type_form input[type="url"],
  .inline-form .hs_cos_wrapper_type_form input[type="search"],
  .inline-form .hs_cos_wrapper_type_form input[type="tel"],
  .inline-form .hs_cos_wrapper_type_form input[type="color"] {
    width: 100%;
  }
  
  .inline-form input[type="text"],
  .inline-form input[type="password"],
  .inline-form input[type="number"],
  .inline-form input[type="email"],
  .inline-form input[type="url"],
  .inline-form input[type="search"],
  .inline-form input[type="tel"],
  .inline-form input[type="color"],
  .inline-form select {
    height: 48px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .inline-form form {
    height: auto;
  }
  
  .inline-form {
    position: static;
    top: 0;
    padding-left: 0;
  }
  
  .inline-form .hs-form-required {
    display: none;
  }
  
  body .inline-form .hs-button {
    background-color: #fff;
    color: #ea7600;
    padding: 15px 32px 15px;
    margin: 10px 0;
    font-size: 15px;
  }
  
  .inline-form .hs_email.field.hs-form-field {
    width: 100%;
  }
  
  ul.hs-error-msgs.inputs-list {
    position: static;
    top: 0;
  }
}

/* inline form wide END*/

/* All Global Forms
   ========================================================================== */

/* Labels */
body label {}
body .hs-form-field > label {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #454747;
  line-height: 19.6px;
}
body .hs-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

/* 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"] {
  background: #F6F6F6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px !important;
  color: #545252;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding: 5px 0px 5px 10px;
  margin: 4px 0 10px;
  transition: all 0.3s ease-in-out 0.01s;
  display: block;
  height: 40px;
}
body input: hover {
  background-color: #ffffff;
}
body textarea: hover {
  background-color: #ffffff;
}
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 {
  background-color: #E7F7FD;
  border-color: #9e9d93;
  border-width: 1px;
  box-shadow: 0 0 5px #007EFF;
}

/* Multiple Line Inputs */
body textarea {
  background: #F6F6F6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #545252;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding: 5px 0px 5px 10px;
  margin: 4px 0 10px;
  transition: all 0.3s ease-in-out 0.01s;
  display: block;
  min-height: 80px;
  width: 100%!important;
  padding-top: 15px;
}
body textarea:focus {
  background-color: #E7F7FD;
  border-color: #AF282F;
  border-width: 0px;
  box-shadow: 0 0 5px #007EFF;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
.hs-form-booleancheckbox {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.inputs-list {
  padding-left: 0px;
}

/* Drop Downs */
body select {
  height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -moz-appearance: none;
  background: url('//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/Icons/dropdown_arrow.png') no-repeat right #FAFAFA;
  /*Adds background-image*/
  
  border-radius: 0px!important;
  border-width: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #545252;
  padding: 5px 5px 5px 10px;
  margin: 4px 0 10px;
  transition: all 0.3s ease-in-out 0.01s;
  display: block;
  width: 100%!important;
  max-width: 500px!important;
  cursor: pointer;
}
body select:focus {
  background-color: #E7F7FD;
  border-color: #AF282F;
  border-width: 0px;
  box-shadow: 0 0 5px #007EFF;
}
body .hs-button {
  background-color: #af282f;
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  /*width: 50%;*/
  
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: normal;
  text-transform: uppercase;
  margin: 40px 0 20px;
  padding: 17px 32px 16px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
}
body .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
body .hs-button:hover {
  background-color: #e65400;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.hs-form-required {
  color: #f9de83;
}

/* Required */
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {}
body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {}
#hs-search-module .hs-input {
  margin: 10px 0 20px !important;
}

/* Form Module
   ========================================================================== */

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.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"] {
  width: 100%;
}
.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus {}

/* Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {
  width: 100%;
}
.hs_cos_wrapper_type_form textarea:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

/* Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}
.sidebar-form {
  border-left: 1px solid #C6C4C2;
  border-left: none!important;
  padding-left: 0!important;
  padding: 0;
  width: 340px;
  height: auto;
  margin-left: 30px;
  float: left;
  border-left-width: 0;
  border-left-style: solid;
  border-left-color: #ddd;
  margin-bottom: 20px;
  background: #ddd;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #db6000;
  border-right-width: 1px;
  border-right-color: #e9e8e5;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e9e8e5;
  border-bottom-style: solid
}
.sidebar-form .layout-widget-wrapper {
  padding: 0 20px 0 20px;
}

/* READ MORE GRID */
.new_features .grid {
  margin-left: -40px;
}
.new_features .grid li {
  /*float: left;*/
  
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.new_features .grid li a {
  border: 1px solid #e1e3e5;
  border-top-width: 3px;
  display: block;
  padding: 43px 48px 39px;
}
.new_features .grid li a:hover {
  border: 1px solid #ff6d3a!important;
  border-top-width: 3px;
  background: #ff6d3a;
}
.new_features .grid li a:hover .date {
  color: rgba(255, 255, 255, 0.5);
}
.new_features .grid li a:hover h3,
.new_features .grid li a:hover .more {
  color: #fff;
}
.new_features .grid li a:hover .more {
  border-color: #fff;
}
.new_features .grid li a span.date {
  font-size: 11px;
  color: #8a959e;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.new_features .grid li a h3 {
  font: 300 35px/52px 'Lato', sans-serif;
  font-size: 24px;
  color: #323a45;
  line-height: 35px;
  margin: 0;
  height: 203px;
  text-transform: none;
}
.new_features .grid li a span.more {
  display: inline-block;
  font-weight: 400;
  color: #8a959e;
  font-size: 15px;
  border-bottom: solid 1px #8a959e;
}
.new_features .grid li a h2 {
  font: 300 35px/52px 'Lato', sans-serif;
  font-size: 24px;
  color: #323a45;
  line-height: 35px;
  margin: 0;
  text-transform: none;
}
.new_features .grid li a:hover h2,
.new_features .grid li a:hover .more {
  color: #fff;
}
.new_features .grid li a h4 {
  font: 300 35px/52px 'Lato', sans-serif;
  font-size: 18px;
  color: #323a45;
  line-height: 28px;
  height: 173px;
  margin: 30px 0 0 0;
  text-transform: none;
}
.new_features .grid li a:hover h4,
.new_features .grid li a:hover .more {
  color: #fff;
}

/* PRICING COUNT UP GRID */
.processes .gridBox {
  margin-left: -40px;
}
.processes .gridBox li {
  /*float: left;*/
  
  display: block;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #e1e3e5;
  border-top-color: #ff6d3a;
  border-top-width: 3px;
  display: block;
  padding: 43px 48px 39px;
}
.processes .gridBox li h3 {
  font: 300 35px/52px 'Lato', sans-serif;
  font-size: 22px;
  color: #323a45;
  line-height: 35px;
  margin: 0;
  height: 110px;
  text-transform: none;
}

/*****************/

/*  5 Essentails */

/*****************/
.full-width-one {
  background-image: url("//cdn2.hubspot.net/hub/158743/file-2259418322-jpg/2015-5-Essentials/website-essentials_0004_Vision.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 1px solid white;
}
.full-width-two {
  background-image: url("//cdn2.hubspot.net/hub/158743/file-2259418257-jpg/2015-5-Essentials/website-essentials_0003_Alignment.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 1px solid white;
}
.full-width-three {
  background-image: url("//cdn2.hubspot.net/hub/158743/file-2259418207-jpg/2015-5-Essentials/website-essentials_0002_Mobility.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 1px solid white;
}
.full-width-four {
  background-image: url("//cdn2.hubspot.net/hub/158743/file-2259418212-jpg/2015-5-Essentials/website-essentials_0001_Usability.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 1px solid white;
}
.full-width-five {
  background-image: url("//cdn2.hubspot.net/hub/158743/file-2259418252-jpg/2015-5-Essentials/website-essentials_0000_Measurement.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 1px solid white;
  border-bottom: 5px solid white;
}

/*Mobile*/
@media(max-width:690px) {
  .full-width-one {
    background: #375d77;
  }
  
  .full-width-two {
    background: #a8b242;
  }
  
  .full-width-three {
    background: #ec884f;
  }
  
  .full-width-four {
    background: #e8b10e;
  }
  
  .full-width-five {
    background: #7a5d83;
    margin-bottom: 5em;
  }
}

/*5 Essentials Alignment*/
.full-width-alignment-title {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}
.full-width-alignment-keys {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}
.center-column {
  border-left: 1px solid #C6C4C2;
  padding-left: 30px
}
.sidebar {
  border-left: 1px solid #C6C4C2;
  padding-left: 30px
}

/**********************/

/*  5 Essentails END */

/*********************/

/***Email Preferences ***/

/**.email-prefs .item {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin: 20px 0px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    float: none;
    position: relative;
    background-color: #000;
    margin-bottom: 5%;
}
**/

/*REGIONAL USER GROUP LANDING PAGE and Table Styles*/
.sidebar-dates {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 340px;
  height: auto;
  margin-left: 30px;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  border-top: 10px solid #db6000;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  background: #fff;
  margin: 5px auto;
}
thead {}
thead th {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  padding: 20px;
  background-size: 100%;
}
thead th:first-child {}
thead th:last-child {}
tbody tr td {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #5f6062;
  font-size: 13px;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #e0e0e0;
}
tbody tr:nth-child(2n) {
  /*background: #f0f3f5;*/
  
  background: #fff;
}
tbody tr:last-child td {
  border-bottom: none;
}
tbody tr:last-child td:first-child {}
tbody tr:last-child td:last-child {}

tbody:hover > tr td {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
   /*opacity: 0.5;*/
  /* uncomment for blur effect */
  /* color:transparent;
  @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}
 tbody:hover > tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
} 
tbody tr td {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #5f6062;
  font-size: 13px;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #e0e0e0;
}
tbody tr:nth-child(2n) {
  /*background:#F6F6F6;*/
  
  background: #FFF;
}
tbody tr:last-child td {
  border-bottom: none;
  &:first-child {
    @include border-bottom-left-radius(5px);
  }
  
  &:last-child {
    @include border-bottom-right-radius(5px);
  }
}
tbody:hover > tr td {
  @include opacity(0.5);
  /* uncomment for blur effect */
  /* color:transparent;
  @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}
tbody:hover > tr:hover td {
  @include text-shadow(none);
  color: #2d2d2d;
  @include opacity(1.0);
}
border: 0;
height: 0;
border-top: 1px solid rgba(0,
0,
0,
0.1);
border-bottom: 1px solid rgba(255,
255,
255,
0.3);

/****************************************/
/* TOP 200 WEB PAGE STYLES */
/****************************************/

.column {
  /*margin: 15px 15px 0;*/
  
  padding: 0;
}
.column:last-child {
  padding-bottom: 0px;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  margin: 0 0 0 25px;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
figure {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover+span {
  bottom: -36px;
  opacity: 1;
}
.hover05 figure img {
  margin-top: 70px;
  margin-left: 0px;
  /*-webkit-transform: scale(1.5);*/
  /*transform: scale(1.5);*/
  
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover05 figure:hover img {
  margin-top: 0;
}
.enterprise-quote p {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
}
.enterprise-quote-signature p {
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}

/*BACKGROUND VIDEO*/

/*http://www.coverr.co/ For HTML and JS*/
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: relative;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 8%!important;
  margin-bottom: 8%;
  max-width: 1300px;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 0%;
  padding-right: 0%;
  float: none!important;
}

/*.video-container video::-webkit-media-controls {display: none !important}*/
@media (min-width:1441px) {
  .video-container .title-container {
    margin-top: 15%!important;
    margin-bottom: 18%;
  }
}
@media (max-width: 1440px) {
  .video-container .title-container {
    margin-top: 15%!important;
    margin-bottom: 18%;
    margin-left: auto!important;
  }
}
@media (max-width: 1280px) {
  .video-container .title-container {
    margin-top: 15%!important;
    margin-bottom: 18%;
  }
}
@media (max-width: 1024px) {
  .video-container .title-container {
    margin-top: 15%!important;
    margin-bottom: 18%;
  }
}
@media (max-width: 767px) {
  .video-container .title-container {
    margin-top: 8% !important;
    margin-bottom: 14%;
  }
}
@media (max-width: 480px) {
  .video-container .title-container {
    margin-top: 8% !important;
    margin-bottom: 12%;
  }
}
.overlay-full {
  position: absolute;
  font-size: 99px;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
}
.wrapVideoWhite {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 101%;
  /*margin: 0 auto;*/
  
  background-color: #fff;
}
.wrapVideoWhite:before,
.wrapVideoWhite:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 2%;
  z-index: 1000;
}
.wrapVideoWhite:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.wrapVideoWhite:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

/***************************************/

/*MAP BOX*/

/***************************************/
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  position: relative!important;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none!important;}
  


/*****************************************/
/*      June2016 updates Mogility        */
/*****************************************/


body.ia {
    background: none!important;
}

body.ia .footer-container-wrapper {
    background: #fff;
}

/*body.ia .header-container-wrapper .header-wrapper {
    position: absolute;
    top: 0px;
    width: 100%!important;
    background: none;
    padding: 0px;
}*/

/*body.ia .header-container-wrapper {
    background: none;
}

body.ia .header-container-wrapper .ia-logo {
    display: block!important;
    margin-top: 3px;
}

body.ia .header-container-wrapper .civic-logo {
    display: none!important;
}

body.ia .main-navigation .centered {
    text-align: right!important;
}

body.ia .main-navigation ul a {
    font-size: 14px!important;
    color: white;
    letter-spacing: 0.4px;
}

body.ia .header-wrapper:before {
    height: 0px!important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}


body.ia .header-wrapper .header-inner-wrapper {
    max-width: 100%!important;
    padding: 0 2em!important;
}

@media screen and (min-width: 64.0625em){
body.ia .header-wrapper .header-inner-wrapper {
    padding: 0 4em!important;
}
}

@media (max-width: 767px){
body.ia .header-wrapper .header-inner-wrapper {
    padding: 0 10px !important;
}
}


body.ia .main-navigation {
    padding-top: 30px!important;
}


body.ia .main-navigation .hs-menu-wrapper {
    margin-top: 6px;
}

body.ia .sticky-menu.active {
    max-height: 74px!important;
    padding-top: 15px!important;
}

body.ia .sticky-menu.main-navigation .hs-menu-flow-horizontal>ul>li>a {
    color: #8A959D!important;
}

body.ia .sticky-menu.main-navigation .hs-menu-flow-horizontal>ul>li>a:hover {
    color: #ea7923!important;
}

body.ia .sticky-menu.active .centered  {
    max-width: 100%!important;
    padding: 0 2em!important;
}

@media screen and (min-width: 64.0625em){
body.ia .sticky-menu.active .centered  {
    padding: 0 4em!important;
}
}

body.ia .sticky-menu.main-navigation .hs-menu-wrapper {
    margin-top: 2px;
}

body.ia .sticky-menu.active .header-logo {
    position: relative;
}

body.ia .sticky-menu.active .header-logo img {
    position: absolute;
    left: 0;
    top: 10px;
}

body.ia .sticky-menu:after {
    height: 0px;
    bottom: 0px;
    background: none;
}


body.ia .sticky-menu {
border-bottom: solid 1px #e4e4e4
}

body.ia .sticky-menu.active ul {
    padding-right: 8.59375%;
    margin-top: -5px;
    margin-left: -8.59375%;
}

body.ia .sticky-menu.active ul.hs-menu-children-wrapper {
    padding-right: 0px;
}*/

/*Adding Navigation CTA effect to all site page regardless of layout*/

body .hs-menu-item.hs-menu-depth-1.extra-wrapper-secondary a:before {
    display:none;
}

.hs-menu-wrapper ul li.extra-wrapper-secondary a span {
    /*color: #ea7923!important;
    border: solid 1px #ea7923;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 11px 17px!import;
    background: none;
    
}
@media (max-width: 1079px){
.hs-menu-wrapper ul li.extra-wrapper-secondary a span  {
   text-align: center;
}
}
.hs-menu-wrapper ul li.extra-wrapper-secondary a span:hover {
    color: #fff!important;
    background: #ea7923;
}

.sticky-menu.active .hs-menu-wrapper ul li.extra-wrapper-secondary a span {
    color: #fff!important;
    border: solid 1px #ea7923;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 17px;
    background: #ea7923;
}

.sticky-menu.active .hs-menu-wrapper ul li.extra-wrapper-secondary a span:hover {
    color: #fff!important;
    background: #d56f21;
}

/*end Navigation CTA to all site pages*/

body.ia .hs-menu-wrapper ul li.extra-wrapper-secondary a span {
    color: #ea7923!important;
    border: solid 1px #ea7923;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 17px;
    background: none;
}

body.ia .hs-menu-wrapper ul li.extra-wrapper-secondary a span:hover {
    color: #fff!important;
    background: #ea7923;
}

body.ia .sticky-menu.active .hs-menu-wrapper ul li.extra-wrapper-secondary a span {
    color: #fff!important;
    border: solid 1px #ea7923;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 17px;
    background: #ea7923;
}

body.ia .sticky-menu.active .hs-menu-wrapper ul li.extra-wrapper-secondary a span:hover {
    color: #fff!important;
    background: #d56f21;
}

@media (min-width: 1080px){
body.ia  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.sticky-menu.active .span9 .layout-widget-wrapper {
    width: 100%;
}
}
/*
@media (min-width: 1140px){
body.ia .header-container-wrapper .row-fluid .span3, .sticky-menu.active .row-fluid .span3 {
width: 14.529914530000001%;
}

body.ia .header-container-wrapper .row-fluid .span9, .sticky-menu.active .row-fluid .span9 {
width: 82.905982906%;
}
}

@media (min-width: 1080px) and (max-width: 1200px) {
    body.ia .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 11px!important;
    margin-left: -5px!important;
    margin-right: -5px!important;
    }
    body.ia .main-navigation ul a {
        font-size: 11px!important;
    }
}*/

@media (max-width: 1079px) {
.ia .mobile-menu-button i {
    background: #fff!important;
}
body.ia .main-navigation .hs-menu-wrapper {
    /*margin-top: 30px;*/
}
}

.ia .hs-menu-item.hs-menu-depth-1.extra-wrapper-secondary a:before {
    display:none;
}

/*homepage*/

.ia #cta {
    position: relative;
}

.ia .arrow-down:before {
       content: "";
       position: absolute!important;
       top: 0px!important;
       left: 50%!important;
       margin-left: -18px!important;
       border-top: 18px solid #f3f2f1!important;
       border-top-color: #f3f2f1!important; 
       border-left: 18px solid transparent!important;
       border-right: 18px solid transparent!important;
}

.ia .content.arrow-down {
    margin-top: 18px!important;
}

.ia .hero-section-overlay.brown {
    background: rgba(47,32,34,0.75)!important;
}

.ia .wrapValWhite:before, .ia .wrapValWhite:after {
    padding-bottom: 18px!important;
}

.ia .content h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}

.ia .content p, .ia .content ul, .ia .content li, .ia .content ol {
    font-size: 13px;
    font-weight: 400;
}

.ia .content {
    max-width: 1200px!important;
}

.ia .validation-bar {
    height: 80px;
    max-height: 80px;
    overflow: hidden;
}

.ia .validation-bar img{
    max-width: 120px;
    margin: 0 2em!important;
}


@media (min-width: 1441px) {

.ia .validation-bar {
    height: 100px;
    max-height: 100px;
}

.ia .validation-bar img{
    max-width: 180px;
    margin: 0 3em!important;
}

}

.ia.full-screen .hero-holder h1 {
    margin-bottom: 0.575em!important;

}

.ia.full-screen .hero-banner.hero-container, .ia.full-screen .hero-banner .hero-holder.inner-slider {
    /*padding: 15.3125em 0em 13.75em;*/
    max-width: 100%;
    margin-top: 0!important;
    margin-bottom: 0;
    position: absolute;
    z-index: 5;
    top: 30%;
}

@media (max-width: 1441px){
    .ia.full-screen .hero-banner.hero-container, .ia .hero-banner .hero-holder.inner-slider {
      /*padding: 11.3125em 0 13.75em;*/   
    }
    .ia.full-screen .hero-banner .scroll-button {
    margin-top: 0px !important;
}
}


@media (min-height: 1160px){
    .ia.full-screen .hero-banner .hs_cos_flex-slider .hs_cos_flex-slides img, .ia.full-screen .hero-banner .widget-type-image_slider, .ia.full-screen .hero-banner, .ia.full-screen .hero-banner .hero-section-overlay  {
        height: 80vh;
    } 
    .ia.full-screen .hero-banner .hero-holder.inner-slider {
         margin-top: -7.5vh !important;
    }
}

@media (max-width: 967px){
    .ia.full-screen .hero-banner .hs_cos_flex-slider .hs_cos_flex-slides img, .ia.full-screen .hero-banner .widget-type-image_slider  {
        display: none!important;
    }
    
}

@media (max-width: 767px){ 
    .ia.full-screen .hero-banner.hero-container, .ia.full-screen .hero-banner .hero-holder.inner-slider {
        padding-left: 15px;
        padding-right: 15px;
        left: 0!important;
        width: 100%!important;
        margin-top: 30px!important;
    }
    .ia .hero-holder.inner-slider h1 {
        font-size: 24px!important;
    }
    .ia .backstretch, .ia .backstretch img {
    height: 100vh!important;
}
.ia.full-screen .hero-banner, .ia.full-screen .hero-banner .hero-section-overlay {
    height: 100vh!important;
}
.ia.full-screen.product .hero-banner.hero-container, .ia.full-screen.product .hero-banner .hero-holder.inner-slider {
    margin-top: 30px!important;
}
}


@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) { 
.ia.full-screen .hero-banner, .ia.full-screen .hero-banner .hero-section-overlay {
    min-height: 450px!important;
}
.ia.full-screen .hero-banner.hero-container, .ia.full-screen .hero-banner .hero-holder.inner-slider {
    margin-top: 60px!important;
}
.ia.full-screen.product .hero-banner.hero-container, .ia.full-screen.product .hero-banner .hero-holder.inner-slider {
    margin-top: 110px!important;
}
}

.ia.full-screen .hero-banner .hs_cos_flex-direction-nav{
    display: none!important;
}

.ia .scroll-button {
    display: none!important;
}

.ia.full-screen .wrapValWhite {
    background: none;
}

.ia.full-screen .wrapValWhite:before, .ia.full-screen .wrapValWhite:after {
    z-index: 5;
    background: #fff;
}

@media (min-width: 480px) and (max-width: 767px){
.hero-holder h3 {
    font-weight: 300!important;
    font-size: 1em !important;
}

.ia.full-screen .hero-banner.hero-container, .ia.full-screen .hero-banner .hero-holder.inner-slider {
    padding-left: 30px;
    padding-right: 30px;
}
}

.hr-short {
    height: 20px;
    line-height: 20px;
    margin: 30px 0;
    float: none;
    border-color: #e1e1e1;
}

.hr {
    clear: both;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin: 0 0 15px 0;
    float: left;
    border-color: #e1e1e1;
}

.hr-short .hr-inner {
    background-color: #fcfcfc;
    border-color: #e1e1e1;
}

.hr-short .hr-inner {
    width: 32%;
    left: 50%;
    margin-left: -16%;
}

.hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
}

 .hr-short .hr-inner-style {
    background-color: #fcfcfc;
    border-color: #e1e1e1;
}

.hr-short .outer-wrap {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    margin-top: -15px;
}

.hr-short.white .outer-wrap {
    background: #fff;
}

.hr-short.alternate .outer-wrap {
    background: rgb(243, 242, 241);
}

.hr-short .hr-inner-style {
background:#af282f;
width:4px;
height:12px;
position:absolute;
left: 50%;
margin-top: 8px;
    margin-left: -2px;
}
.hr-short .hr-inner-style:before {
background:#af282f;
content:"";
width:12px;
height:4px;
position:absolute;
top:4px;
left:-4px;
}

.hr.hr-left.hr-short .hr-inner {
    width: 16%;
    left: 0;
    margin-left: 32px;
}

.hr.hr-left.hr-short .outer-wrap {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    left: 0px;
    margin-left: -40px;
    margin-top: -15px;
}

/*Rss alterations*/

/*.soft--sides, .grid, .g {
    padding-right: 5%!important;
    padding-left: 5%!important;
}*/

.ia .one-third, .ia .two-sixths, .ia .four-twelfths {
    width: 33.3%!important;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

@media (max-width: 767px){
    .ia .one-third, .ia .two-sixths, .ia .four-twelfths {
        width: 100%!important;
    }
}

.ia .grid__item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.ia .hard--sides {
    padding-right: 0!important;
    padding-left: 0!important;
}

.ia .one-whole {
    width: 100%;
}

.ia .rss-container .hs-rss-item.hs-with-featured-image {
    overflow: visible!important;
}

.ia .rss-container .hs-rss-item {
    width: 100%;
}

.ia .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%!important;
}

.ia .grid__item.one-third:last-of-type {
    border-right: 1px solid #e1e1e1;
}

.ia .rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block;
    width: 100%;
    margin: auto;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center!important;
}

.ia .rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    display: none;
}

.ia .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
}

/*.rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    padding: 24px;
    min-height: 220px;
}*/

/*.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 80%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}*/

.ia .blog-flow .hs-rss-title {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}

.ia .blog-flow .hs-rss-description p {
    display: none;
}

.ia .grid__item .hs-rss-item-text .read a {
    color: #af282f;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8!important;
}

.ia .rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    background-color: #fff;
    color: #454747;
    position: relative;
    padding: 20px;
}
@media (min-width: 768px) {
   .ia .blog-flow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    }
}
@media (max-width: 767px) {
.ia .grid__item.one-third {
    width: 100%;
    margin-bottom: 30px;
    border-right: 1px solid #e1e1e1;
}
}

.ia .grid-container.rss-listing {
    margin-top: -5px;
}

/*portfolio, website, blog showcase styles*/

.ia .grid-container {
    margin-bottom: 60px;
    margin-top: -30px;
}

.ia .no_margin-container.grid-col-3, .no_margin-container.grid-col-4 {
    margin-top: 60px;
}

.ia .no_margin.av_one_third {
    width: 33.3%;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.ia .no_margin.av_one_fourth {
    width: 25%;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
    .ia .no_margin.av_one_third, .ia .no_margin.av_one_fourth {
     width: 100%;
     margin-bottom: 30px;
     border-right: 1px solid #e1e1e1;
    }
    .ia .grid-image img {
    width: 100%!important;
}
}

/*.no_margin-container .end_row {
    border-right: 1px solid #e1e1e1;
}*/

.ia .grid-entry .inner-entry {
    margin-right: 1px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px;
    position: relative;
    border-color: #e1e1e1;
}

.ia .grid-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ia .grid-image img {
    height: auto;
}

.ia .grid-content {
    background-color: #ffffff;
    color: #666666;
    position: relative;
    padding: 20px;
   
}

.ia .grid-content .avia-arrow, .ia .grid__item .avia-arrow {
        background-color: #ffffff;
        border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    top: -4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
}

.ia .avia-arrow {
    height: 10px;
    width: 10px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
}

.ia .grid-entry-title {
    font-size: 13px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
        line-height: 1.1em;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; 
}


/*Avia Testimonials*/

.avia-testimonial-wrapper {
    display: table!important;
    margin: 30px 0;
    clear: both;
}

.avia-testimonial-row {
    display: table-row!important;
}

.no_margin.av_one_half {
    width: 50%;
}

.no_margin {
    margin-left: 0;
    margin-top: 0;
}

.avia-testimonial {
    display: table-cell!important;
    float: none;
    border-right-style: dashed;
    border-right-width: 1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    padding: 20px;
    border-color: #e1e1e1;
    min-height: 185px!important;
}

.flex_column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
}

.avia-testimonial-image {
    -webkit-animation: avia_appear 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_appear 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.avia-testimonial-image {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
}

.avia-testimonial-image img {
    border-radius: 100px;
    max-height: 80px;
}

.avia-testimonial-content {
    overflow: hidden;
}

.avia-testimonial-content p:first-child {
    margin-top: 0;
}

.avia-testimonial-content p {
    color: #888888;
    font-size: 13px;
}

.avia-testimonial-meta {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}

.avia-testimonial-meta-mini {
    overflow: hidden;
}

.avia-testimonial-name {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.avia-testimonial-subtitle {
    color: #A0A0A0;
    font-size: 13px;
    font-weight: 300!important;
}

.avia-testimonial-link {
    color: #af282f;
    font-size: 13px;
    font-weight: 300!important;
}

.avia-testimonial.last {
    border-right: none!important;
}

@media only screen and (min-width: 767px) {
.avia-testimonial.bottom {
    border-bottom: none!important;
}
}


@media only screen and (max-width: 767px) {
.avia-testimonial {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
        padding: 20px 0;
    border-right: none;
    margin-bottom: 20px;
    width: 100%!important;
}

}

/*help section*/

.help-section-image h2 {
    margin-bottom: 0px!important;
}

.help-section-image .header {
    margin-bottom: 22px!important;
}

.iconbox {
    background: #fff;
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    text-align: center;
    position: relative;
}

@media (max-width: 767px){
    .iconbox {
        margin-top: 60px!important;
    }
}

.iconbox h3 {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}

.iconbox p {
    color: #666;
    font-size: 13px;
}

.iconbox a {
    color: #af282f;
}

.iconbox .icon {
    height: 23px;
    width: 23px;
}

.iconbox .icon {
    background-color: #af282f;
    float: none;
    position: absolute;
    left: 50%;
    top: -26px;
    margin: 0 0 0 -26px;
    padding: 15px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
    margin-left: -26px!important;
}

/*Footer Follow Me*/

@media (max-width: 767px){
   .cp-followme .span3 {
    width: 25%;
    float: left;
    margin: 0;
} 
}

/*blog*/

.blog .inside-grid {
    margin: 0 auto!important;
    float: none;
}

@media screen and (min-width: 80em) {
.blog .inside-grid {
    max-width: 90%!important;
}
}

@media screen and (min-width: 20em) {
.blog .inside-grid {
    max-width: 82.5em;
}
}

@media screen and (min-width: 105em) {
.blog .post-item {
    width: 21.95%!important;
    float: left;
    margin: 0 1.515% 1.875em!important;
}
}

@media screen and (min-width: 64em) and (max-width: 105em) {
.blog .post-item {
    width: 30.303%;
    float: left;
    margin: 0 1.515% 1.875em;
}
}

@media screen and (min-width: 40em) and (max-width: 64em){
.blog .post-item {
    width: 46.876%;
    margin: 0 1.515% 1.875em;
    float: left;
}
}

.blog-listing-wrapper .post-listing .post-item {
    min-height: 575px;
}

@media (max-width: 767px){
.blog-listing-wrapper .post-listing .post-item {
    min-height: 475px;
}
}

.blog .hs-featured-image {
    width: 100%;
    max-width: 100%!important;
    margin: 0 0 34px 0!important;
    float: none;
}

.blog #hubspot-topic_data {
    margin-bottom: 15px!important;
}

.blog #hubspot-topic_data a{
    font-size: 10px;
    color: #7e8890;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
}

/*---Remove once tags are fixed----*/
.blog #hubspot-topic_data {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
    margin: 0 auto;
    text-align: center!important;
}
/*---Remove once tags are fixed----*/

.blog .post-listing .post-header h2 a, .blog .post-listing .post-header h2{
        font-size: 18px!important;
    line-height: 27px!important;
    letter-spacing: .065em;
    color: #b2292e!important;
    text-transform: uppercase;
    font-weight: 700!important;
    max-width: 270px;
    margin: 0 auto;
    text-align: center!important;
}

.blog .post-listing .post-body {
    font-size: 14px;
    line-height: 27px;
    color: #333c4e;
    padding: 0 25px;
    text-align: center;
    margin-top: 30px;
    display: block;
    width: 85%;
    margin: 15px auto;
    max-height: 100px;
    overflow: hidden;
}

.see-what-else {
    font-size: 14px;
    font-weight: 700;
    color: #7e8890;
    text-transform: uppercase;
    letter-spacing: .075em;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}

.blog .ias-trigger a.btn {
    color: #b2292e;
    text-transform: uppercase;
    background: 0 0;
    border: 1px solid #b2292e;
    font-weight: 700;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: .125em;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    padding: 12px 50px 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.blog .ias-trigger a.btn:hover {
    color: #fff;
    background: #b2292e;
}

.blog .ias-trigger .grid__item.one-whole {
    width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.share-wrapper{
    position: fixed;
    padding: 14px 0 14px;
    bottom: 0;
    height: 70px;
    border-top: 1px solid #e4e4e4;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    -moz-transform: translate3d(0,70px,0);
    -ms-transform: translate3d(0,70px,0);
    -webkit-transform: translate3d(0,70px,0);
    transform: translate3d(0,70px,0);
    -webkit-backface-visibility: hidden;
    /*background: #af272f!important;*/
  background: #f5f8fa;
  z-index: 1;
}

.share-wrapper .hide-sticky img {
  max-height: 32px!important;
}

/*.share-wrapper.hide {
    display: block!important;
}*/

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

.share-wrapper.on {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.share-wrapper .inline-form input[type="email"] {
    font-size: 12px;
    margin: 0px 0 0 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px!important;
}

.share-wrapper .inline-form input[type="email"] {
    font-size: 12px;
    padding: 9px 15px;
    height: 37px;
}

.share-wrapper .inline-form input[type="email"]{
    background: #fff;
    width: 232px;
    line-height: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 18px 15px;
    margin-right: 10px;
    border: 1px solid #d4d7da;
    color: #8a959e;
}

.share-wrapper input[type=submit] {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
        background: #ea7600;
    border: 1px solid #ea7600;
    color: #fff;
    padding: 12px 25px 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    max-width: 108px;
}

.share-wrapper input[type=submit]:hover {
    color: #ea7600;
    background: #fff;
}

.share-wrapper .inline-form {
    top: 0px;
    padding-left: 0%;
}

.share-wrapper .inline-form .hbspt-form {
    margin-top: 0px;
}

.share-wrapper .inline-form .hs_submit {
    position: relative;
    left: 232px;
    top: -79px;
    overflow: hidden;
}

.share-wrapper .inline-form .hs-error-msgs {
    display: none!important;
}

.share-wrapper .subscribe-form {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 355px;
}

.hs-form input:not([type="image"]), .hs-form textarea {
    box-sizing: border-box!important;
}


.hs-content-name-7-ways-local-government-can-use-social-media .hs-form .actions {
    margin-top: 0px!important;
    padding-top: 23px!important;
}

.share-wrapper .feature-share a {
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 18px;
}

.share-wrapper .feature-share a li {
    margin-right: 10px;
}

.share-wrapper .feature-share a li {
    position: relative;
    display: inline-block;
    border: 1px solid #abb0b7;
    border-radius: 3px;
    padding: 5px 10px;
    min-width: 36px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
}

.share-wrapper .feature-share a li .social-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}

.share-wrapper .feature-share a li.twitter .social-icon {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -7926px;
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
}

.share-wrapper .share-widget-container-fixed .feature-share a li.twitter .social-icon-hover {
    position: absolute;
    top: 8px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -7815px;
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
}

.share-wrapper .feature-share a li.facebook .social-icon {
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -7255px;
    background-repeat: no-repeat;
    height: 12px;
    width: 6px;
}

.share-wrapper .feature-share a li.facebook .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -7143px;
    background-repeat: no-repeat;
    height: 12px;
    width: 6px;
}

.share-wrapper .feature-share a li.gplus .social-icon {
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -7479px;
    background-repeat: no-repeat;
    height: 12px;
    width: 13px;
}

.share-wrapper .feature-share a li.gplus .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -7367px;
    background-repeat: no-repeat;
    height: 12px;
    width: 13px;
}


.share-wrapper .feature-share a li.linkedin .social-icon {
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -7703px;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
}

.share-wrapper .feature-share a li.linkedin .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -7591px;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
}

.share-wrapper .feature-share {
    margin-top: 0px;
}

.share-wrapper ul.feature-share {
    padding-left: 0px!important;
}
.share-wrapper .logo {
    padding-left: 52px;
}

@media (min-width: 769px) {
.share-wrapper-mobile {
    display: none!important;
}
}

.share-wrapper-mobile {
    bottom: 0;
    width: 100%!important;
}

.share-wrapper-mobile {
    position: fixed;
    
    height: 45px;
    width: 100%;
    z-index: 101;
    border-top: 1px solid #e4e4e4;
    background: #fff;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.share-wrapper-mobile ul li div {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.share-wrapper-mobile ul {
    margin: 0;
    padding: 0!important;
    height: 45px;
}

.share-wrapper-mobile ul li {
    position: relative;
    border-right: 1px solid #e4e4e5;
    display: inline-block;
}

/*.share-wrapper-mobile ul li.in {
    width: 45px;
}

.share-wrapper-mobile ul li.in div {
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -5802px;
    background-repeat: no-repeat;
    height: 19px;
    width: 22px;
}*/

.share-wrapper-mobile ul li.in {
    position: relative;
    border-right: 1px solid #e4e4e5;
    width: 45px;
    display: inline-block;
    padding: 4px;
    height: 45px;
}

.share-wrapper-mobile ul li.in img {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
}

.share-wrapper-mobile ul li.twitter div {
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -5921px;
    background-repeat: no-repeat;
    height: 17px;
    width: 20px;
}

.share-wrapper-mobile ul li.facebook div {
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -5444px;
    background-repeat: no-repeat;
    height: 20px;
    width: 10px;
}

.share-wrapper-mobile ul li.gplus div {
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -5564px;
    background-repeat: no-repeat;
    height: 18px;
    width: 20px;
}

.share-wrapper-mobile ul li.linkedin div {
    display: inline-block;
    background-image: url(//www.civicplus.com/hubfs/global-s8d6d993224.png);
    background-position: 0 -5682px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

/*Blog Slider*/

@media screen and (min-width: 550px) {
.blog article.hero {
    height: 630px!important;
}
}

.blog article.hero {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    height: 90vh;
}

.blog article.hero .entry {
    height: 100%;
    width: 100%;
}

.blog article.hero .hero-bg {
    height: 100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #252b33;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
}

/*.ia.hs-blog-post .ia-overlay {
    background-color: rgba (37,43,51,0.6);
    height: 600px;
}*/

@media (max-width: 767px){
  .hs-blog-listing .topic-filter{
   padding-top: 30px; 
  }
  .topic-filter li {
    padding: 6px 10px 3px 10px!important;
    width: 100%;
  }
}

.blog article.hero .bs-bullets {
    list-style-type: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: auto;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin: 0;
    padding: 0;
}

.blog article.hero .bs-bullets li {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    background-color: #fff;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

article .entry ol li, article .entry ul li {
    font-size: 16px;
    line-height: 1.7em;
    padding-left: .2em;
    margin: 10px 0;
}

.blog article.hero .bs-bullets li.active {
    background-color: #b2292e!important;
}

.blog article.hero .content {
    position: absolute;
    max-width: 700px;
    width: 85%;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media screen and (min-width: 550px) {
.blog article.hero .content h1 {
    font-size: 50px!important;
    line-height: 66px!important;
}
}

.blog article.hero .content h1 {
    position: relative;
    z-index: 2;
    padding: 0;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
}

@media screen and (min-width: 550px) {
.blog article.hero .content .hero-cta {
    font-size: 13px!important;
}
}


.blog article.hero .content .hero-cta {
    display: inline;
    font-size: 1.33333em;
    padding: .57143em 1.92857em;
    -moz-border-radius: .21429em;
    -webkit-border-radius: .21429em;
    border-radius: .21429em;
    line-height: 1em;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
        letter-spacing: .1em;
            text-transform: uppercase;
    font-weight: 400;
}

/*Blog Post*/

.hs-blog-post .blog .content {
    max-width: 800px!important;
}

@media (max-width: 1366px) {
    .hs-blog-post .blog .content {
    max-width: 700px!important;
}
}

.hs-blog-post .blog .content .blog-section {
    padding-top: 10px;
}

.hs-blog-post .blog .content {
    display: block;
    width: 85%;
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.hs-blog-post .blog .content p, .hs-blog-post .blog .content ol, .hs-blog-post .blog .content ul {
    color: #17191d;
    font-size: 18px;
    line-height: 1.5;
    margin: 27px auto;
    font-weight: 300;
}

.hs-blog-post .blog .content li {
    color: #17191d;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.hs-blog-post .blog .content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 40px;
  color: #17191d;
}
.hs-blog-post .blog .content h3 {
    font-size: 21px;
    font-weight: 600;
  color: #17191d;
}
.hs-blog-post .blog .content .dropcap {
    float: left;
    font-size: 119.2px;
    line-height: 90px;
    font-weight: 400;
    color: #b2292e;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: -1px;
}

@media (max-width: 640px) { 
blockquote p, blockquote:visited p {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
}

@media (max-width: 1366px){
blockquote p, blockquote:visited p {
    font: bold 16px/28px 'Lato',sans-serif;
}
}

blockquote p, blockquote:visited p {
    display: block !important;
    color: #af272f !important;
    margin: 35px auto !important;
    width: 100% !important;
    font: italic 300 16px/28px 'Lato',sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    margin-bottom: 16px!important;
    margin-top: 0px!important;
}

.inv-tweet-sa, .inv-tweet-sa:visited {
    display: block !important;
    color: #b2292e !important;
    margin: 70px auto !important;
    width: 100% !important;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.inv-tweet-sa .sa-twitter-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.inv-tweet-sa .sa-icon-twitter, .inv-tweet-sa:visited .sa-icon-twitter {
    position: relative;
    display: block;
    width: 23px;
    height: 26px;
    background: url(//www.civicplus.com/hubfs/twitter-sprite.png) no-repeat left top;
    margin: 7px auto 0;
}

.inv-tweet-sa .sa-icon-twitter:hover {
    opacity: 0;
}

.inv-tweet-sa .sa-icon-twitter-hover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 26px;
    width: 23px;
    margin-left: -11.5px;
    background: url(//www.civicplus.com/hubfs/twitter-sprite.png) no-repeat -23px top;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.caption-text {
    color: #7e8890!important;
    text-align: center;
}

.newsletter-signup {
    position: relative;
    background: #00b2a9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 40px auto 90px;
}


.newsletter-signup .newsletter-content {
    padding: 55px 0;
    margin: 0 auto;
}

.newsletter-signup .newsletter-content h2 {
    font: 26px!important;
    font-weight: 300!important;
    color: #fff!important;
    text-align: center;
    margin: 0 auto 5px!important;
}

.newsletter-signup .newsletter-content p {
    margin: 0 auto 25px!important;
    font-weight: 500;
    font-size: 15px!important;
    color: #7e8890!important;
}

.newsletter-signup .inline-form {
    padding-left: 0px!important;
}

@media screen and (min-width: 768px){
.newsletter-signup .newsletter-content form {
    width: auto;
}
.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    width: 300px!important;
    margin: 0 15px 0 0;
}
.newsletter-signup .newsletter-content form .button input {
    width: auto;
    margin: 0;
}
.newsletter-signup .newsletter-content .inline-form {
    width: auto;
    margin-left: -130px;
}
}

@media screen and (max-width: 767px) {
    .newsletter-content .inline-form .hs_submit {
        left: 0!important;
        top: 0!important;
    }
    .hs-blog-post .newsletter-signup .newsletter-content p.footnote {
    margin-top: 0px!important;
    display:none!important;
    }
    .newsletter-signup .newsletter-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.newsletter-signup .newsletter-content .inline-form {
    display: inline-block;
    margin-top: -20px!important;
}

@media (max-width: 767px){
    .newsletter-signup .newsletter-content .inline-form {
    margin-top: -50px !important;
}
}

.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    margin: 10px 0 0 17px;
    font-size: 15px;
    color: #7e8890;
    /*position: absolute;
    top: 0;
    left: 0;*/
}

.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 12px 15px!important;
    border-color: #d0d5d8;
}

.newsletter-content .inline-form input[type="email"] {
    background: #fff;
    width: 232px;
    line-height: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px!important;
    padding: 18px 15px;
    margin-right: 10px;
    border: 1px solid #d4d7da;
}

.newsletter-signup .newsletter-content .inline-form .hs-button {
    width: auto;
    padding: 20px 25px 18px!important;
    font-size: 12px;
}

.newsletter-signup .newsletter-content .inline-form form {
    height: 80px!important;
}

.newsletter-content .inline-form .hs-button {
    display: inline-block;
    padding: 20px 40px;
    background: #b2292e;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.newsletter-content .inline-form .hs_submit {
    width: auto;
    position: relative;
    left: 220px;
    top: -89px;
    margin-left: 8px;
    overflow: hidden;
}

.newsletter-content .hs-error-msgs {
    display: none!important;
}

.newsletter-signup .newsletter-content p.footnote {
    opacity: .5;
    font-weight: 500;
    font-size: 11px!important;
    color: #abb0b7!important;
    margin-bottom: 0!important;
    margin-top: -90px!important;
}

@media (min-width: 768px){
_::-webkit-:not(:root:root), .newsletter-signup .newsletter-content p.footnote {
 margin-top: -75px!important;
}
}

.author-card {
    margin: 0 auto 70px;
}

.author-card .divider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.author-card .divider .copy {
    font-weight: 700;
    font-size: 12px;
    color: #abb0b7;
    float: left;
        text-transform: uppercase;
        padding-right: 15px;
}

.author-card .divider .line {
    margin-top: 6px;
    border-bottom: 1px solid #d0d5d8;
    overflow: hidden;
}

.author-card .author-block img {
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.author-card .author-block h3, .author-card .author-block h3 a {
    color: #252b33!important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 0px;
}


.author-card .author-block p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #252b33;
    width: auto;
    margin-top: 10px!important;
    margin-bottom: 0px!important;
}

.author-card .author-block a {
    color:#b2292e;
}

.hs-blog-post .related-articles {
    position: relative;
    max-width: 1080px;
    margin: 0 auto!important;
    padding-top: 70px;
    float: none;
}

.ia .related-articles h2 {
    font-size: 14px!important;
    font-weight: 700!important;
    color: #252b33!important;
    letter-spacing: .075em!important;
    text-align: center!important;
    margin-bottom: 35px!important;
    text-transform: uppercase;
}

.ia .related-articles .related-content .grid__item.one-third {
    float: left;
    border-bottom: 0px;
    border-left: 0px;
}

.ia .related-articles .related-content .grid__item.one-third .hs-rss-item-image-wrapper {
    width: 100%!important;
    margin-bottom: 35px;
}

.ia .related-articles .related-content .blog-flow {
    text-align: center;
}

@media screen and (min-width: 1024px) {
.ia .related-articles .related-content .grid__item.one-third {
    width: 32.5%;
    padding: 0 26px;
    margin-bottom: 80px;
    height: 298px!important;
}
}

@media screen and (min-width: 550px) and (max-width: 1023px) {
.ia .related-articles .related-content .grid__item.one-third {
    width: 49.5%;
    display: inline-block;
    margin-bottom: 80px;
    padding: 0 12px;
    min-height: 400px;
}
}

@media screen and (max-width: 549px){
.ia .related-articles .related-content .grid__item.one-third {
    width: 100%;
    margin-bottom: 80px;
}
}

.ia .related-articles .related-content .grid__item .hs-rss-title {
    font-size: 18px!important;
    line-height: 27px!important;
    letter-spacing: .065em;
    color: #cc0020;
    max-width: 275px;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center!important;
}

.ia .related-articles .related-content .grid__item .hs-rss-title span {
    text-align: center !important;
}


.ia .related-articles .related-content .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding-right: 0px;
    box-sizing: border-box;
    margin: 0 auto;
}

.ia .related-articles .related-content .grid__item.one-third:last-of-type {
    border-right: 0px;
}

.ia .related-articles .related-content .blog-flow {
    overflow: visible;
    text-overflow: initial;
    white-space: initial;
    width: auto;
}

.ia .related-articles .related-content .rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 0px!important;
}

.ia .related-articles .related-content .rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
     height: 187px!important;
}

/*@media screen and (min-width: 769px) {
.post-background {
    position: fixed!important;
}
}*/

@media screen and (min-width: 550px) {
.post-background{
    height: 480px!important;
}
}

.post-background {
    position: relative;
    text-align: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

@media (max-width: 767px){
.hs-blog-post .post-background .header-content {
    position: absolute;
    top: 35%;
    left: auto;
    width: 100%!important;
    max-width: 100%;
    margin-left: 0px!important;
    padding: 0 5%;
    margin-top: -14px;
}
}

.post-background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
}

.post-background .header-content {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 90%;
    max-width: 700px;
    margin-left: -350px!important;
    margin-top: -14px;
    /*-moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

@media screen and (min-width: 550px) {
.author-content {
    display: block!important;
}
}

.author-content {
    position: absolute;
    left: 50%;
    /*-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    width: 100px;
    margin-left: -50px;
    display: none;
}

.author-content img {
    height: 40px;
    width: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
}

.author-content p, .author-content span, .author-content {
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    text-align: center;
}

.author-content a {
    color: #fff!important;
    font-weight: 700;
}

.post-background .header-content h2 {
    font-size: 10px;
    letter-spacing: .125em;
    color: #fff!important;
    font-weight: 700;
}

.post-background .header-content h2 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 550px) {
.post-background .header-content h1 {
    font-size: 50px!important;
    line-height: 66px!important;
}
}
.post-background .header-content h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .05em;
    color: #fff;
    font-weight: 500;
    padding-bottom: 0;
        margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
}

.ia #comment-form .hs-form-field {
    margin-bottom: 30px;
}

.ia #comment-form .hs-form-field label {
    color: #333;
    font-size: 18px;
    line-height: 1.9;
}

.ia #comment-form .hs-button {
    margin: 0px;
}

.ia #comment-form form input:not([type=submit]), .ia #comment-form form textarea {
    font-size: 18px !important;
    line-height: 1.4 !important;
    max-width: none !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    background: #fff;
    border-radius: 3px!important;
}

.ia #comment-form .hs-form-required {
     display: inline-block;
    color: #af282f;
    margin-left: 3px;
}

.ia #comment-form .inputs-list {
    margin-top: 0px!important;
}

.ia #comment-form .hs-button {
    border-radius: 3px!important;
}

.ia #comment-form .hs-error-msgs.inputs-list {
    display: none!important;
}

@media (min-width: 768px) {
    .ia .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 48.5% !important;
}
.ia .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-right: 3% !important;
}
}

/*Product Pages*/

.ia .hero-section-image.hero-banner .hero-holder.inner-slider {
    position: relative!important;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 
    /* STYLES GO HERE */
    .ia .hero-banner {
        height: auto;
    }
}

.ia .product-logo-container {
    top: 120px;
}

@media (max-width: 767px) {
  .ia .product-logo-container {
    top: 90px;
}

.ia .hero-holder.inner-slider h1{
    margin-top: 30px;
} 
.ia .validation-bar {
    height: auto;
    max-height: 100%;
    overflow: auto;
}
}

.ia .wrapVal.borders {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.ia .wrapVal.borders .content {
    padding-top: 72px!important;
    padding-bottom: 72px!important;
    max-width: 1024px!important;
}

.ia .product-item {
    position: relative;
    min-height: 57.5em;
    overflow: hidden;
    border-bottom: 1px solid #cfd5e1;
    background-color: white;
}

/*.ia .product-item.product-1 {
    padding: 2.375em 0 6.375em 0;
}*/

.ia .product-item.product-1 {
    padding: 2.6875em 0 4.875em 0;
}

.ia .product-item.product-2 {
    padding: 2.6875em 0 8.875em 0;
}

.ia .product-item .left {
    position: relative;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.ia .product-item .right {
    position: relative;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.ia .product-item p, .ia .product-item ul, .ia .product-item ol  {
    /*font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;*/
    font-size: 1em;
    line-height: 1.9em;
    color: #333;
    margin: 0 0 3.125em 0;
}

.ia .product-item li {
    margin-bottom: 30px;
}

.ia .product-item h3 {
    font-size: 22px;
    line-height: 28px;
    color: #333!important;
}

.product-2017 .ia h3 {
    color: #333!important;
}

.ia .product-item h2 {
    /*font-size: 38px;
    font-weight: 600;
    line-height: 1.2;*/
    letter-spacing: 3px;
    font-size: 2.1875em;
    line-height: 48px;
    color: #333c4e;
    margin: 3.28571em 0 0.94286em 0;
    font-weight: 600;
}

.ia .product-content {
    width: 100%;
    max-width: 28.125em;
    z-index: 3;
    margin: 0 auto!important;
    float: none!important;
}

@media (max-width: 1024px) {
    .ia .product-content {
        padding-left: 45px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .ia .product-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ia .product-item.product-left .right {
    margin-left: 0%!important;
}
.ia .product-item .right , .ia .product-item .left {
    width: 100%!important;
}
.ia .product-item .right img, .ia .product-item .left img {
    max-width: 100%!important;
    height: 100%!important;
    width: 100%!important;
}
.ia .product-item .left.ani-wrapper img {
    position: relative!important;
    right: 0;
}
.ia .product-item.product-2, .ia .product-item.product-1 {
    padding: 3.6875em 0 3.875em 0;
}
.ia .product-item h2 {
    margin: 0.28571em 0 .94286em 0;
}
.ia .product-left.product-item h2 {
    margin: 1.28571em 0 .94286em 0;
}
}

@media (min-width: 768px) {
.ia .product-item .right img, .ia .product-item .left img {
    max-width: none!important;
}
}

.ia .product-item .left.ani-wrapper img {
    position: absolute;
    right: 0;
}

.ia .product-item.product-left .right {
    margin-left: 49%;
}

.ia .background-grid .row-fluid [class*="span"] {
    margin-left: 0px!important;
    background-position: center!important;
}

@media (min-width: 768px) {
.ia .background-grid .row-fluid .span6 {
    width: 50%!important;
}
.ia .background-grid .row-fluid .span6 .span12  {
    width: 100%!important;
}
.ia .background-grid .row-fluid .span3 {
    width: 25%!important;
} 
}

.ia .background-grid .large img{
    
    height: 100%;
    /*height: 38.7%*/
    width: 100%;
}

.ia .background-grid .small img{
    
    height: 100%;
    width: 100%;
    
}

@media (max-width: 767px) {
.ia .background-grid .large img, .ia .background-grid .small img{
    border-top: 1px solid #fff!important;
}
}

@media (min-width: 768px){
/*.ia .background-grid .item_1 img, .ia .background-grid .item_2 img, .ia .background-grid .item_5 img, .ia .background-grid .item_6 img*/
/*.ia .background-grid .large img, .ia .background-grid .small img {
    border-right: 1px solid #fff;
}*/

.ia .background-grid {
    margin-bottom: -1px;
    overflow: hidden;
}

.ia .background-grid .large.item_1 img {
    /*border-bottom: 1px solid #fff;*/
    /*border-right: 1px solid #fff;*/
}
.ia .background-grid .item_2 img {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.ia .background-grid .item_3 img {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.ia .background-grid .item_4 img {
    /*border-bottom: 1px solid #fff;*/
    border-left: 1px solid #fff;
}
.ia .background-grid .item_5 img {
    /*border-right: 1px solid #fff;*/
    border-top: 1px solid #fff;
}
.ia .background-grid .item_6 img {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.ia .background-grid .item_7 img {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
}

/*Case Studies - Updated for 2016*/

.ia #case-studies.content {
    padding-top: 0px!important;    
    }
    
    .ia .filter-content {
        margin-left: -30px!important;
    }
    
    @media (max-width: 767px) {
    .ia .case-study-center {
        margin-left: -40px;
    } 
    }

/*.ia .filter-content {
    height: auto!important;
}*/

.ia #case-studies.content {
    padding-bottom: 60px!important;
}

.ia .item-container .case-study-item {
    list-style: none;
    margin: 0px!important;
    /* background: #fff; */
    -webkit-box-shadow: 0 0 0px 0 #828282;
    -moz-box-shadow: 0 0 0px 0 #828282;
    box-shadow: 0 0 0px 0 #828282;
    cursor: pointer;
    width: 33.3% !important;
    margin-left: 0;
    margin-top: 0;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    /*position: relative!important;
    left: 0!important;
    top: 0!important;*/
    /*transition: transform 0.4s, opacity!important;
-webkit-transition: transform 0.4s, opacity!important;
transform: translate3d(0px, 0px, 0px)!important;*/
}

@media (max-width: 1080px) and (min-width: 768px){
    .ia .item-container .case-study-item {
        width: 50%!important;
    }
}

@media (max-width: 767px) and (min-width: 0px){
    .ia .item-container .case-study-item {
        width: 100%!important;
    }
}

@media (max-width: 1026px) and (min-width: 0) {
.ia .item-container {
    width: 100%!important;
    padding-left: 0px!important;
}
}

@media (max-width: 1025px) and (min-width: 768px) {
.ia .item-container {
    width: 100%;
    padding-left: 0px!important;
    margin-top: 0px!important;
}
}

@media (max-width: 767px) {
.ia .item-container .case-study-item {
    width: 100%;
    margin-bottom: 30px!important;
    border-right: 1px solid #e1e1e1;
}
.ia .item-container li.case-study-item:nth-of-type(3n+0) .grid-content, .ia .item-container li.case-study-item:last-of-type .grid-content{
       border-right: 0px solid #e1e1e1;   
    } 
}

.ia .item-container .case-study-item .case-study-item-inner {
    padding-bottom: 0px!important;
}

.ia .item-container .case-study-item:hover {
    -webkit-box-shadow: 0 0 0px 0 #828282;
    -moz-box-shadow: 0 0 0px 0 #828282;
    box-shadow: 0 0 0px 0 #828282;
}

.ia .item-container .case-study-item .logo-container {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.ia .item-container .case-study-item img.logo, .ia .item-container .case-study-item img {
    display: block;
    padding: 0px!important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    height: auto;
}

.ia .item-container .case-study-item .grid-content {
    background-color: #fff;
    color: #666;
    position: relative;
    padding: 20px;
}

.ia .case-study-item .grid-content .avia-arrow {
    background-color: #fff;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    top: -4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
}

.ia .case-study-item .grid-content .avia-arrow {
    height: 10px;
    width: 10px;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    color: #fff;
}
    
.ia .item-container li.case-study-item:nth-of-type(3n+0) .grid-content, .ia .item-container li.case-study-item:last-of-type .grid-content{
       border-right: 1px solid #e1e1e1;   
    } 
    
.ia .item-container .case-study-item h3 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
        font-family: 'Lato', sans-serif;
}

.ia .item-container .case-study-item a {
    color: #af282f;
    font-size: 13px;
    font-weight: 300;
}

/*Vertically Align Center*/

.parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


/*Firefox Only*/

body:last-child .selector, x:-moz-any-link, .share-wrapper .inline-form input[type="email"] {
    padding: 0 0 0 10px;
}

/*IE Only*/

html[data-useragent*='MSIE 10.0'] .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

_:-ms-input-placeholder, :root .selector, .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

_:-ms-input-placeholder, :root .selector .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

_:-ms-fullscreen, :root .selector .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

_:-ms-fullscreen, :root .selector, .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.share-wrapper input[type="submit"] {
			font-size: 10px!important;
		}
	}

}

.footer-info h3 {
    padding-right: 0px;
    margin: 13px 0;
    font-size: 22px!important;
    font-weight: 300;
    text-align: left;
}


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

.footer-info ul li {
    line-height: 1.5;
}

.footer-info .footer-navigation {
    max-width: 352px; float: none; margin: 0 auto!important; margin-top: -40px!important; margin-bottom: 60px!important;
}

.footer-holder li a {
    font-weight: 300!important;
}

@media (min-width: 768px){
.footer-info .footer-navigation .right {
    padding-left: 37px;
}
.footer-info .footer-navigation .left {
    padding-left: 15px;
}
}


@media (max-width: 767px){
.footer-info .footer-navigation h3 {
    text-align: center;
}
.footer-info .footer-navigation ul li a, .footer-info .footer-navigation ul li  {
    text-align: center;
}
}

.footer-holder .footcplogo svg {
    float: none;
}

.footer-holder .hr.hr-left.hr-short .hr-inner {
    width: 50%;
}

.content.footer-holder .footcplogo svg {
    margin-bottom: 8px!important;
}

.content.footer-holder img {
    max-width: 85px;
}

.content.footer-holder .inc-5000 img {
    margin-top: 8px;
}

.footer-holder li a, .footer-holder p  {
    font-size: 16px!important;
    font-weight: 300!important;
}

.footer-holder li, .footer-holder p {
    line-height: 1.5;
}

.footer-holder.copyright a, .footer-holder.copyright p {
    font-size: 12px!important;
} 

.footer-holder h3 {
    font-size: 22px;
    font-weight: 300!important;
    margin-top: 0px;
    margin-bottom: 15px;
  color: #333!important;
}
@media (max-width: 767px){
 .content.footer-holder {
     padding-top: 30px;
     padding-bottom: 30px;
 }   
}

.content.footer-holder {
        padding-top: 5% !important;
    padding-bottom: 5% !important;
}

/*Product Page Subnavigation*/


.class-button {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: inherit;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    border-radius: 0;
    border-width: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 10px 70px;
    margin-top: 23px;
}

.bwhite{
background:#fff;
color:#ea7600 !important;
}

.toggle-content-container {
border-bottom: 1px solid #cfd5e1;
}

    #sticky {
    padding: 0.5ex;
    font-size: 2em;
background: #fff;
}

#sticky.container {
max-width: 100%; float: none; margin: 0 auto;
}

#sticky.container ul {
    margin: 0 auto!important;
    float: none!important;
    /*max-width: 840px;*/
    /*max-width: 430px;*/
    text-align: center;
    display: block;
opacity: 1;
margin-bottom: -5px!important;
padding-top: 0px;
}

#sticky.container ul li {
font-size: 13px;
text-transform: uppercase;
float: none;
display: inline-block;
text-align: left;
}

#sticky {
transition: all .3s ease;
}

@media (min-width: 1080px){
#sticky {
display: block!important;
}

#sticky.stick .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    max-height: 45px;
}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 74px;
    z-index: 999;
background: whitesmoke;
}
#sticky.stick {
border-bottom: 1px solid #cfd5e1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: .95;
}
body #sticky.stick ul {
    margin: 0 auto!important;
    float: none!important;
    /*max-width: 840px;*/
    /*max-width: 430px;*/
    display: block;
    text-align: center;
    margin-top: -5px!important;
    margin-bottom: -10px!important;
}
.toggle {
display: none;
visibility: hidden;
}
}

@media (max-width: 1079px){
#sticky {
display: none;
}

.toggle-content-container {
background: whitesmoke;
border-bottom: 1px solid #cfd5e1;
}

.toggle-content {
    text-align: right;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1024px;
    float: none;
    margin: 0 auto;
}

.toggle {
font-size: 12px;
}

#sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
padding: 5px!important;
}

#sticky {
background: none;
}
}

#sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    content: '';
    background: #cccccc;
    /*background: #ea7600;*/
    border: 4px solid #fff;
    margin: 0 auto;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}
@media (max-width: 1079px){
    #sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
        display: none;
    }
}
#sticky.stick li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 42px;
}

@media (min-width: 1080px){
.sticky-menu.menu-reset.main-navigation.active .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0px!important;
}
}

/*For Safari Only*/


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
    /*_:-webkit-full-screen, body #sticky.container ul {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}*/

_:-webkit-full-screen, body #sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 46px!important;
}

/*_:-webkit-full-screen, body #sticky.stick ul {
    padding-top: 5px !important;
}*/

_:-webkit-full-screen, #sticky.stick li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 42px!important;
}
}}

_::-webkit-full-page-media, _:future, :root body #sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 46px!important;
}

_::-webkit-full-page-media, _:future, :root body #sticky.container ul {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}

_::-webkit-full-page-media, _:future, :root #sticky.stick li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 42px!important;
}

_::-webkit-full-page-media, _:future, :root body #sticky.stick ul {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

/* Safari 10.0+ */

_::-webkit-:host:not(:root:root), body #sticky.stick ul {
    padding-top: 5px !important;
    /*margin-bottom: 0px !important;*/
}

_::-webkit-:host:not(:root:root), #sticky.stick li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 42px!importantx;
}

_::-webkit-:host:not(:root:root), body #sticky.container ul {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}

_::-webkit-:host:not(:root:root), body #sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 46px!important;
}


/* Navigation with updated font size */

body .sticky-menu.active ul {
    padding-right: 8.59375%;
    margin-top: -5px;
}

body .sticky-menu.active.main-navigation {
    padding-top: 15px!important;
    max-height: 74px!important;
}

/* Blog Post Navigation */

body.ia.hs-blog-post .header-container-wrapper .header-wrapper {
    background-color: rgba(37,43,51,0.75)!important;
}

/* routine and emergency case study */

#hs_cos_wrapper_widget_1517352646807, #hs_cos_wrapper_widget_1517352902224 {
    background: url(https://www.civicplus.com/hubfs/Case-Studies/Case-Study-Bullard-BKG.png?t=1517347534751);
    backgrounbd-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 80px;
    padding-top: 80px;
}


#hs_cos_wrapper_widget_1517352646807 h2, #hs_cos_wrapper_widget_1517352902224 h2 {
    font-size: 34px;
    line-height: 1.2;
    text-transform: none;
    font-weight: 500;
    letter-spacing: -.015em;
    text-rendering: geometricPrecision;
    
}

/* Product SubNav Updates for 2018*/

/* move to stylesheet - replicate for other products */

.product-logo-container #sticky .span2 img {
	max-height: 47px!important;
}

.civic-engage .product-logo-container #sticky {
    background-color: #055587;
}

.civic-hr .product-logo-container #sticky {
    background-color: #027fa8;
}

.civic-rec .product-logo-container #sticky {
    background-color: #0b7c40;
}

.civic-ready .product-logo-container #sticky {
    background-color: #db8427;
}

.civic-clerk .product-logo-container #sticky {
	background-color: #755884;
}


/*Applies to all new subnav*/
#sticky .container ul li {
    font-size: 13px;
    text-transform: uppercase;
    float: none;
    display: inline-block;
    text-align: left;
}
#sticky .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
   color: #fff;
   opacity: 0.9;
   font-weight: 400;
}
#sticky .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
   opacity: 1;
   color: #fff!important;
}
.product-logo-container .toggle-content-container, .product-logo-container .toggle-content-container #sticky.stick {
    border-bottom: 0px solid #fff!important;
}
.product-logo-container #sticky .span2 {
    margin-top: 3px;
}
.product-logo-container #sticky.stick .span2 {
    margin-top: 0px;
}
body .product-logo-container #sticky ul, body .product-logo-container #sticky.stick ul {
    float: right!important;
    text-align: center;
}
/*This will widen content across the site*/
.centered, .centered, .container-fluid .row-fluid .centered {
    max-width: 1300px;
}
/* End */
@media (min-width: 1080px) {
body #sticky.stick ul {
    margin-top: -5px!important;  
}
}
@media (min-width: 1140px){
body.ia .header-container-wrapper .product-logo-container #sticky .row-fluid .span9, .product-logo-container #sticky .sticky-menu.active .row-fluid .span9 {
    width: 74.358974359%;
}
body.ia .header-container-wrapper .product-logo-container #sticky .row-fluid .span3, .product-logo-container #sticky .sticky-menu.active .row-fluid .span3 {
    width: 23.076923077%;
}
}
/*This is for the top level nav*/
body .sticky-menu.active ul {
    padding-right: 0px!important;
    float: right;
}
body .header-logo {
    text-align: left
}
body #sticky .hs-menu-wrapper ul li.active>a, #sticky .hs-menu-wrapper ul li.active-branch>a {
    color: #fff!important;
}
#sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    display: none!important;
}
#sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-top: 5px!important;
}
/* Safari 7.1+ */

_::-webkit-full-page-media, _:future #sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul, :root .safari_only #sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul, :root body #sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  padding-top: 0px!important;
}

/* End */
@media (max-width: 1079px){
#sticky {
    display: block!important;
}
#sticky #menu {
    display: none;
}
.toggle-content {
    margin-top: -8px;
    padding-top: 0px;
}
a.toggle {
    color: #fff;
    opacity: 0.9;
}
a.toggle:hover {
    color: #fff!important;
    opacity: 1;
}
#sticky .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    text-align: right;
}
body .product-logo-container #sticky ul {
    padding-top: 20px!important;
}
#sticky .toggle-content {
    /*max-width: 50%!important;*/
    float: right!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

/* Product Specific*/
.product-logo-container #sticky .span2 {
    margin-top: -5px!important;
}
.civic-engage .product-logo-container #sticky {
    padding-top: 0px!important;
}
.civic-engage .product-logo-container #sticky .span2 {
    margin-top: 3px!important;
}
/* End Specific*/
}
/* End */


body .sticky-menu.active.main-navigation {
 	display: none!important; 
}


/* Software Tour 2018 */

.civic-rec .learning-page-layout__body h1 {color: #0b7c40}
.civic-hr .learning-page-layout__body h1 {color: #027fa8}
.civic-clerk  .learning-page-layout__body h1 {color: #755884}
.civic-ready .learning-page-layout__body h1 {color: #db8427}
.civic-engage .learning-page-layout__body h1 {color :#055587}

.learning-page-layout__body #start {font-weight: bold; border-radius: 3px;}
body .learning-page-layout__body #start.hs-button {margin-top: 20px!important;}

.civic-rec .learning-page-layout__body #start {background-color: #0b7c40}
.civic-hr .learning-page-layout__body #start {background-color: #027fa8}
.civic-clerk .learning-page-layout__body #start {background-color: #755884}
.civic-ready .learning-page-layout__body #start {background-color: #db8427}
.civic-engage .learning-page-layout__body #start {background-color :#055587}

/*fixing other style issues*/

.tour .header-container.container-fluid {
	padding-left: 0px!important;
  padding-right: 0px!important;
}

.tour .mm-ul {
  margin-top: 1em!important;
  margin-bottom: 1em!important;
}

.tour h4,.tour h4 a {
    font-size: 22px!important;
    font-family: 'Lato', sans-serif!important;
   font-weight: 900!important;
}

/*.tour .header-wrapper h4 a {
	font-size: 24px!important;
  font-family: 'Lato', sans-serif!important;
   font-weight: 900!important;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  line-height: 43.2px!important;
} 

.tour .mm-ul li span {
  font-size: 18px!important;
  line-height: 1.9!important;
}*/


/*End Software Tour*/

/* Adding border to subnavigation CTA */

@media (min-width: 1080px){
.product-logo-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a span {
    border: 1px solid #fff;
    padding: 11px 17px;
    margin: 0px -15px;
    border-radius: 3px;
}

.product-logo-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a span:hover {
    background: rgba(0,0,0,0.5)
}

.product-logo-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	text-overflow: inherit;  
}
}

@media (max-width: 1160px) and (min-width: 1080px){
.product-logo-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 12px!important;
}
}

@media (max-width: 1280px) and (min-width: 1161px){
  .product-logo-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 14px!important;
}
  .product-logo-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a span {
     margin: 0px -12px;
  }
}

@media (max-width: 1079px){
  .product-logo-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
		text-overflow: inherit;  
	}
  #sticky {position: relative;}
}

@media (max-width: 767px){
  
  a.toggle {
    max-width: 100px!important;
    float: right;
    position: absolute;
    top: 20px;
    right: 30px;
  }
  
body .product-logo-container #sticky ul {
  padding-top: 35px!important
}

.product-logo-container.menu-open #sticky #menu { 
    position: absolute;
    top: 60px;
    left: 0px;
    padding-bottom: 30px;
  	padding-right: 30px;
}

.civic-engage .product-logo-container.menu-open #sticky #menu {background-color: #055587; width: 100%!important;}
.civic-hr .product-logo-container.menu-open #sticky #menu {background-color: #027fa8; width: 100%!important;}
.civic-ready .product-logo-container.menu-open #sticky #menu {background-color: #db8427; width: 100%!important;}
.civic-rec .product-logo-container.menu-open #sticky #menu {background-color: #0b7c40; width: 100%!important;}
.civic-clerk .product-logo-container.menu-open #sticky #menu {background-color: #755884; width: 100%!important;}
.platform .product-logo-container.menu-open #sticky #menu {background-color: #ad2a33; width: 100%!important;}
}




/*===============================*/
/* Mobile Mega Menu Adjustments */
/*==============================*/

  .OpenClass {
    display:block!important;
    z-index:1000;
  }
  .CloseClass {display:none!important;} 

/* dropdown JS styling overrides */

 @media (max-width: 1079px){
.main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper {
    overflow: scroll !important;
    height: 100% !important;
    position: fixed !important;
  padding-bottom:60px;
}
    
    .main-navigation .hs-menu-flow-horizontal {
    opacity: 1;
}
    
.menu-is-open {position:fixed !important; width:100%!important;}

.main-navigation .hs-menu-flow-horizontal ul li {
    border-top: none!important;
    border-bottom: none!important;
}
        
}
  
  @media (min-width: 1081px){
    .hs-menu-item svg {    
        margin-left: 5px!important;
    	margin-bottom: 2px;
      transition: all .2s ease;
      -moz-transition: all .2s ease;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
    }
    .hs-menu-item:hover svg, .hs-menu-item.mega-menuized-active svg {    
      color:#ed7800!important;
      fill: #ed7800!important;
    }
  }
  
/* Mobile Menu */
  
@media (max-width: 1079px){
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
   text-overflow: clip!important;
  }
}

.back-arrow {
    margin-top: -30px;
    /*background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/js/back-arrow.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    left: 25px;*/
    width: 175px!important;
}
  
  .hs-menu-item .back-arrow svg {
    width: 20px;
    padding-top: 4px;
  }
	
  @media (max-width: 1080px){
    body .hs-menu-item svg {
       display: inline-block!important;
    }
    .hs-menu-item.extra-wrapper-primary svg {
        margin-left: 10px;
        margin-bottom: 2px;
        transform: rotate(-90deg);
        width: 8px;
    }
    .hs-menu-item:hover svg, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover svg #arrow {
      fill: #ed7800;
    }
    .main-navigation .hs-menu-flow-horizontal ul li:hover a div {
    	color: #ed7800!important;
    }
  }

/* menu styling specific to CP*/

.header-logo img {
    max-height: 30px!important;
    margin-top: 5px!important;
}

  .dd-engage, .dd-ready, .dd-rec, .dd-clerk, .dd-hr, .dd-platform {
    margin-top:-10px;;
  }
  
.dd-engage h4 {
  color:#055587;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }
  
.dd-ready h4 {
  color:#db8427;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }
  
.dd-rec h4 {
  color:#0b7c40;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }
  
.dd-clerk h4 {
  color:#755884;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }
  
.dd-hr h4 {
  color:#027fa8;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }
  
.dd-platform h4 {
  color:#af282f;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }
.dd-optimize h4 {
  color:#008479;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }

body .dd-service h4 {
  color:#757575!important;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }

.dd-partners h4 {
  color:#17191d;
  font-size:24px;
  font-weight:bold;
  text-transform:none;
  margin-top:0px;
  margin-bottom:-7px;
  }
.dd-partners {
 height: 100px; 
}

  
.dd-engage span, .dd-ready span, .dd-rec span, .dd-clerk span, .dd-hr span, .dd-platform span, .dd-service span, .dd-partners span, .dd-optimize span {
    color: #17191d!important;
    font-weight: 300 !important;
  font-size: 16px!important;
  text-transform:none;
}

.hs-menu-item.extra-wrapper-primary h4 {
 text-align: left; 
}

.main-navigation .hs-menu-flow-horizontal > ul > li > a > div {
    background: transparent;
    color: #525454;
    text-align: left;
}
 
body .main-navigation .hs-menu-flow-horizontal>ul>li>a {
   color: #17191d !important;
}


/* For About Tab */

#myNav2 .closebtn.back-arrow{
  width: 100%!important;
}

#myNav2 .closebtn.back-arrow strong {
  display: inline-block;
  width: 100%;
}

/* Hide Product Nav */

@media (max-width: 1079px ){
  .product-logo-container .toggle-content {
   	display: none;
  }
}

/* Self-guided Demo Pages - Logo Click class*/ 

.lp-product-logo {
    height: 75px;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 225px;
    margin-left: -112px;
}

/* Form in Hero LP Button for Mobile*/
@media (max-width: 480px){
  .form-wrapper .hs-button {
   font-size: 13px!important; 
  }
}

/* Scroll to Top Button */

.scroll-to-top, .scroll-to-top.active {
 display: none!important; 
}

/* ==========================================================================
 Global
========================================================================== */


/* trans header */


/* Temp */
body #sticky2.stick {
 /*display: none!important; */
}

body.blockBodyScroll {
    /*overflow-y: scroll!important;*/
}

body.blockBodyScroll .nav-overlay, body .nav-overlay.active {
    /*display: none!important;*/
}

/* End Temp */

.support-bar ul {
  max-width: 1200px!important;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px){
  .support-bar ul {
   padding-left: 0px!important;
    padding-right: 0px!important;
  }
}

.support-bar li a {
  font-family: 'Inter',Helvetica,Arial,sans-serif;
  font-weight: bold;
  color: #17191d!important;
  font-size: 12px !important;
}

.header-wrapper:before {
 background: transparent!important; 
}

body .header-inner-wrapper.centered {
  max-width: 1200px!important;
  padding-left: 15px!important;
    padding-right: 15px!important;
}
@media (min-width: 1080px){
 .hs-menu-item.hs-menu-depth-1.extra-wrapper-secondary a{
   padding-right: 0px!important;
  }
}

/* To get top spacing to 117px from Support to top of Open Nav */
.mega-menu-options .mega-menu-branch {
  top: -22px!important; 
  width: 1170px!important;
  margin: 0 auto!important;
  float: none;
  max-width: 100%;
  border-radius: 0px 0px 2px 2px;
  border-bottom-width: 0px!important;
  background: #fff!important;
}

.transparent-header .mega-menu-options .mega-menu-branch {
  border-radius: 2px;
}

/* For Sticky */
#sticky2.stick.main-navigation {
 padding-bottom: 0px; 
 border-bottom-width: 0px;
}

#sticky2.stick.main-navigation  .header-logo img {
    margin-top: -8px !important;
}
#sticky2.stick .mega-menu-branch {
 border-radius: 0px 0px 2px 2px!important; 
}

/* Hide Hold Menu / Toggle on New Menu */
.mega-menu-2019 {
 display: none!important; 
}

.mega-menu-2020 {
 display: none!important; 
}


/* ==========================================================================
New Mega Menu Inner Styles
========================================================================== */

.mega-menu-container {
 width: 100%!important; 
}

.mega-menu-branch, #sticky2.stick .mega-menu-branch, .mega-menu-branch.activated-by-2, #sticky2.stick .mega-menu-branch.activated-by-2 {
        -webkit-box-shadow: 10px 35px 35px 10px rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 35px 35px 10px rgba(0,0,0,0.05);
    box-shadow: 10px 35px 35px 10px rgba(0,0,0,0.05);
}

.mega-menu-2020 {
  margin-top: 68px;
  margin-bottom: 10px;
}

.mega-menu-2020 .inner-section .container {
      width: 1080px;
  max-width: 100%;
}

.mega-menu-2020 .inner-section .container p {
  text-align: left;
  font-size: 13px!important;
  line-height: 21px!important;
  margin-bottom: 0px;
  text-transform: none!important;
}

.mega-menu-2020 .inner-section .product-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 13px!important;
    text-align: left;
    display: block!important;
}

.mega-menu-2020 .inner-section .product-logo.bi-line {
  margin-top: 10px;
  margin-bottom: -10px;
  height: 22px!important;
}

.mega-menu-2020 .inner-section .product-logo.bi-line.seeclickfix {
 margin-top: 10px; 
  height: 20px!important;
  margin-bottom: -8px!important;
}

.mega-menu-2020 .inner-section .primary-header{
 display: flex;
    align-items: center; 
  margin-bottom: 26px;
}

.mega-menu-2020 .inner-section .primary-header:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    margin-left: 10px;
}

.mega-menu-2020 .inner-section h3.mini-head {
font-size: 12px!important;
    text-transform: uppercase!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    width: 225px!important;
    text-align: left!important;
    color: #17191d!important;
    font-weight: bold!important;
}

.mega-menu-2020 .inner-section h3.mini-head a, body .mega-menu-2020 .container a.red:not(.cta_button){
  color: #ce2127!important;
}

.mega-menu-2020 .inner-section h3.mini-head a .inline-down-arrow {
 float: inherit!important;
 transform: rotate(-90deg);
    width: 10px;
    margin-top: -5px;
    margin-left: 5px;
}

.mega-menu-2020 .inner-section h3.menu-item {
 font-size: 16px!important; 
  margin-bottom: -9px!important;
  text-align: left!important;
  margin-top: 0px!important; 
  color: #17191d!important;
  font-weight: bold!important;
}

.mega-menu-2020 .inner-section .flex-row {
 margin-bottom: 62px; 
}

body .mega-menu-2020 .container a:not(.cta_button), body .mega-menu-2020 .container a.link-icon:not(.btn-border) {
    color: inherit!important;
    text-decoration: none!important;
}

.mega-menu-2020 a {
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition: all 0.5s ease;
}

.mega-menu-2020 a:hover h3, .mega-menu-2020 a:hover p, .mega-menu-2020 a:hover img {
 opacity: 0.9; 
}

.red-cta-block {
  background-color: #ce2127;
  text-align: center;
  box-shadow: -0.4rem .4rem 2rem rgba(0,0,0,0.08) !important;
  border-radius: 2px;
  /*padding: 30px 15px;*/
}

.red-cta-block:hover {
  opacity: 0.95; 
}

.red-cta-block h3 {
 color: #fff!important; 
      font-size: 24px!important;
    line-height: 28px!important;
    font-weight: 700!important;
}

.red-cta-block .client-awards {
    height: 322px;
    padding: 125px 15px 30px; 
}

.mega-menu-branch, #sticky2.stick .mega-menu-branch, .mega-menu-branch.activated-by-2, #sticky2.stick .mega-menu-branch.activated-by-2 {
 padding-bottom: 0px!important; 
  top: -22px!important;
}

.mega-menu-2020 .flex-row .col-sm-6 {
  padding-top: 0px;
}

.mega-menu-2020 .flex-row .col-sm-6.col-md-6 {
  padding-bottom: 0px;
}

@media (max-height: 768px) {
 .mega-menu-2020 .primary-products p, .mega-menu-2020 .secondary-products p {
   display: none;
  }
  .mega-menu-2020 .primary-products.inner-section .flex-row, .mega-menu-2020 .secondary-products.inner-section .flex-row {
    margin-bottom: 32px;
  }
}



.main-navigation .mega-menu-parent .bottom-row {
 margin-bottom: 70px; 
}


/* ==========================================================================
Mega Menu 2022
========================================================================== */

.closebtn.back-arrow img {
margin-bottom: 4px!important;
}

/* ==========================================================================
New Header - Both on White and Transparent
========================================================================== */


.main-navigation {
 padding-bottom: 8px; 
}

.old-header-logo {
 display: none!important;
}

.non-transparent-header-logo {
 display: block!important; 
}

.transparent-header-logo {
 display: none!important; 
}

.transparent-header .header-logo img, .non-transparent-header-logo .header-logo img {
  max-height: 28px!important;
}

.main-navigation .mega-menu-parent .hs-menu-flow-horizontal>ul>li:hover>a:before, .main-navigation .mega-menu-parent .hs-menu-flow-horizontal>ul>li.active>a:before, .main-navigation .hs-menu-flow-horizontal>ul>li.active-branch>a:before {
 display: none;
  visibility: hidden!important;
  height: 0px!important;
  opacity: 0!important;
}

.main-navigation .mega-menu-parent .hs-menu-flow-horizontal>ul>li>a {
  font-family: 'Inter',Helvetica,Arial,sans-serif;
  font-weight: bold;
}

.main-navigation .mega-menu-parent  .hs-menu-flow-horizontal>ul>li>a, .main-navigation  .mega-menu-parent .hs-menu-flow-horizontal>ul>li>a:hover { 
  color: #17191d!important;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active a, body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active {
  color: #17191d!important;
}

.hs-menu-wrapper ul li.extra-wrapper-secondary a span {
  border: solid 1px rgba(0,0,0,0.25);
  padding: 16px 42px;
}

@media (min-width: 1080px){
.mega-menu-parent .hs-menu-item svg {
  display: none!important;
}
}


/* To get top spacing to 35px from Support to top of logo*/
.main-navigation .header-logo img {
 margin-top: 3px!important; 
}
/* To get top spacing to 40px from Support to top of nav item - then comment adjusted to be center*/
.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
 /*padding-top: 12px; */
 padding-top: 7px;
}
/* Float Nav Left and Button Right */

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
 width: 100%;
  float: left;
}

.mega-menu-main .hs-menu-wrapper li.extra-wrapper-secondary {
  float: right!important;
}

@media (max-width: 1279px) and (min-width: 1081px){
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 16px 12.5px !important;
}
}


/* ==========================================================================
Transparent Header - Body Class Added  
========================================================================== */

@media (min-width: 1080px){

.transparent-header .header-container-wrapper {
  min-height: 0px!important;
}

.transparent-header .mega-menu-main {
  height: 0px;
  min-height: 0px!important;
}

.transparent-header .header-container-wrapper, .transparent-header .main-navigation {
 background: transparent!important; 
}

.transparent-header .transparent-header-logo {
 display: block!important; 
}

.transparent-header .non-transparent-header-logo {
 display: none!important; 
}

.transparent-header .main-navigation .hs-menu-flow-horizontal>ul>li>a, .transparent-header .main-navigation .hs-menu-flow-horizontal>ul>li>a:hover { 
  color: #fff!important;
}

.transparent-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active a, .transparent-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active {
    color: #fff!important;
}

.transparent-header .hs-menu-wrapper ul li.extra-wrapper-secondary a span {
  color: #fff!important;
  border: solid 1px rgba(255,255,255,0.25);
}

.transparent-header .hs-menu-wrapper ul li.extra-wrapper-secondary a span:hover {
  color: #17191d!important;
  background: #fff!important;
  border: solid 1px #fff;
}
 

/* Sticky Transparent Fix */

.transparent-header #sticky2.stick.main-navigation, #sticky2.stick.main-navigation {
 background: #fff!important; 
  height: 82px!important;
}

.transparent-header  #sticky2.stick.main-navigation .transparent-header-logo {
 display: none!important; 
}

.transparent-header  #sticky2.stick.main-navigation .non-transparent-header-logo {
 display: block!important; 
}

.transparent-header  #sticky2.stick.main-navigation .mega-menu-parent  .hs-menu-flow-horizontal>ul>li>a, #sticky2.stick.main-navigation  .mega-menu-parent .hs-menu-flow-horizontal>ul>li>a:hover { 
  color: #17191d!important;
}

.transparent-header  #sticky2.stick.main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active a, .transparent-header  #sticky2.stick.main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active {
  color: #17191d!important;
}

.transparent-header  #sticky2.stick.main-navigation .hs-menu-wrapper ul li.extra-wrapper-secondary a span {
  border: solid 1px rgba(0,0,0,0.25);
  padding: 16px 42px;
  color: #17191d!important;
}

.transparent-header  #sticky2.stick.main-navigation .hs-menu-wrapper ul li.extra-wrapper-secondary a span:hover {
  background: #17191d!important;
  color: #fff!important;
}
}


/* ==========================================================================
Hero Section Padding 
========================================================================== */

/* To get top spacing to 237px from Support to top of logo in Hero section */
@media (min-width: 1080px){
.transparent-header #hero {
 padding-top: 154px; 
}
}

/* ==========================================================================
Mobile 
========================================================================== */

@media (max-width: 1079px){

.header-container-wrapper {
    min-height: 104px;
}
body .main-navigation .header-logo img {
  margin-top: 7px!important;
  max-height: 28px!important;
  }
body .mobile-menu-button {
    top: 51px !important;
}
  body .mobile-menu-button i, body.ia .mobile-menu-button i {
   background:  #17191d!important;
  }
  
  body .mobile-logo-2019 {
   display: none!important; 
  }
  
   body .mobile-logo-2020 {
   display: block!important; 
         width: 48px;
  }

  
  
/* Inner Menu */
  
  .mobile-menu-2019 {
    display: none!important; 
  }
  .mobile-menu-2020 {
    display: block!important; 
  }
  
.main-navigation .hs-menu-flow-horizontal ul {
  border-top-width: 0px!important;
  }
.main-navigation .hs-menu-flow-horizontal {
    width: 100%!important;
  }
  .hs-menu-item.hs-menu-depth-1.extra-wrapper-primary svg {
    display: none!important;
  }
  .hs-menu-item:hover svg, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover svg #arrow, .hs-menu-item:hover svg, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover svg #arrow {
    fill: #17191d!important;
}
  
  .main-navigation .inner-section .hs-menu-flow-horizontal ul li:hover a div {
    color: #17191d!important;
}
  .main-navigation .hs-menu-flow-horizontal ul li a:hover, .main-navigation .hs-menu-flow-horizontal ul li a:focus {
    opacity: .9;
}
  .main-navigation .inner-section .hs-menu-flow-horizontal>ul>li.extra-wrapper-secondary {
   text-align: left; 
  }
  .main-navigation .hs-menu-flow-horizontal ul, .header-wrapper .mobile-menu-2020 ul {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .main-navigation .hs-menu-flow-horizontal>ul>li>a>div, body .main-navigation .hs-menu-flow-horizontal>ul>li>a, body .main-navigation .hs-menu-flow-horizontal>ul>li>a:hover, body .main-navigation .hs-menu-flow-horizontal>ul>li:active>a  {
   font-family: 'Inter',Helvetica,Arial,sans-serif;
   font-weight: bold;
   color:  #17191d!important;
    font-size: 12px!important;
  }
  .header-wrapper .inner-section p {
    font-family: 'Inter',Helvetica,Arial,sans-serif;
    color:  #17191d!important;
    font-weight: 400;
  text-align: left;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0px;
    text-transform: none!important;
    white-space: normal;
}

.header-wrapper .inner-section .product-logo {
    margin-top: 0px;
    margin-bottom: 10px;
    height: 13px!important;
    text-align: left;
    display: block!important;
  width: auto;
}

.header-wrapper .inner-section .product-logo.bi-line {
  margin-top: 10px;
  margin-bottom: -10px;
  height: 22px!important;
}

.header-wrapper .inner-section .product-logo.bi-line.seeclickfix {
 margin-top: 10px; 
  height: 20px!important;
  margin-bottom: -8px!important;
}
  
.header-wrapper .inner-section h3.menu-item {
 font-size: 16px!important; 
  margin-bottom: -9px!important;
  text-align: left!important;
  margin-top: 0px!important;
    font-family: 'DM Sans',sans-serif!important;
    color: #17191d!important;
  line-height: 28px!important;
    font-weight: 700!important;
    letter-spacing: -0.01em!important;
  text-transform: none!important;
  
}
  
.header-wrapper .inner-section h3.mini-head {
  font-size: 12px!important;
  text-transform: uppercase!important;
      margin-top: 0px!important;
    margin-bottom: 0px!important;
  width: 225px!important;
  text-align: left!important;
  color: #17191d!important;
}
  

.header-wrapper .inner-section h3.mini-head a, body .header-wrapper .inner-section a.red:not(.cta_button){
  color: #ce2127!important;
}

.header-wrapper.inner-section h3.mini-head a .inline-down-arrow {
 float: inherit!important;
 transform: rotate(-90deg);
    width: 10px;
    margin-top: -5px;
    margin-left: 5px;
}

  .header-wrapper .mobile-menu-2020 ul {
   padding-bottom: 100px; 
  }

}

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

.footer-2019 {
 display: none!important; 
}

.footer-2020 {
 display: block!important; 
}

.demo-lp .footer-navigation, .resource-lp .footer-navigation {
  display: none!important;
}

.demo-lp .footer-2020, .resource-lp .footer-2020 {
 padding-top: 0px!important; 
}

.footer-container-wrapper {
 background: #f6f6f6;
}

.footer-container-wrapper .container {
 padding-top: 86px;
  padding-bottom: 86px;
}

.footer-container-wrapper h4 {
  font-family: 'DM Sans',sans-serif;
  color: #17191d;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.footer-container-wrapper li a, .footer-container-wrapper .container p {
  color: #17191d!important;
  font-weight: 400!important;
  font-size: 14px!important;
  line-height: 22px;
}

.footer-container-wrapper li {
  padding-bottom: 5px;
}

.footer-container-wrapper .container a:not(.cta_button), .container a.link-icon:not(.btn-border) {
   color: #17191d!important;
  text-decoration: none!important;
  text-transform: none!important;
}

.footer-container-wrapper .footer-awards img, .footer-container-wrapper .footer-awards svg {
    width: 75px!important;
  max-width: 100%!important;
    display: block;
}

@media (min-width: 768px){
  .footer-container-wrapper .footer-awards img.stevie {
   max-width: none!important; 
  }
}

.footer-container-wrapper .logo {
 margin-top: 80px; 
  padding-bottom: 22px;
  border-bottom: 2px solid #eeeff1;
  margin-bottom: 28px;
}

.footer-container-wrapper .copyright p {
  font-size: 12px!important;
}



/* end trans header */



/* New Overrides */
@media (min-width: 1080px){
.header-container-wrapper {
 min-height: 126px;
}
}
.hs-landing-page .header-container-wrapper {
  min-height: 0px!important;
}
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
 .container {
   padding-left: 0px;
   padding-right: 0px;
  }
}
@media (min-width: 1600px){
.container {
    width: 1200px;
}

}
.container .white-text h1, .container .white-text h2, .container .white-text h3, .container .white-text p, .container .white-text li {
  color: #fff;
}
body .container a.w-button {
 text-decoration: none!important;
      color: #464646;
}
body .container .white-text a.w-button, body .container.white-text a.w-button {
 color: #fff!important;
}

.m-t-0 {
 margin-top: 0px; 
}

/* End */

/* Headers */ 
.container h1 {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #383938;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.container h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #17191d ;
  font-size: 34px;
  line-height: 41px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.container h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #17191d ;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.container h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
}

.container h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
}

.container h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}

/* Body Elements */

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.container p {
  margin-bottom: 1.6em;
  font-family: Inter, sans-serif!important;
  color: #383938;
  font-size: 18px!important;
  line-height: 31px!important;
  font-weight: 400;
}

/*.container a {
  color: #222;
  font-size: 15px;
  line-height: 1.6em;
  text-decoration: underline;
}*/

.container ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.container img {
  display: inline-block;
  max-width: 100%;
}

.container .w-col img {
  display: block;
}

.container blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #ebebeb;
  font-size: 19px;
  line-height: 1.6em;
}

.container figure {
  margin-bottom: 10px;
}

.container figcaption {
  margin-top: 5px;
  margin-bottom: 80px;
  text-align: center;
}

.container .button {
  height: 44px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #3898ec;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.container .button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.feature-button {
  position: static;
  width: auto;
  padding: 15px 45px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #cbcbcb;
  border-radius: 2px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #464646;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.red-text-span {
  color: #ce2127;
      display: initial!important;
    float: initial!important;
}

/* Container */

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-container:after {
    clear: both;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-6 {
    width: 50%;
}

.w-col-8 {
    width: 66.66666667%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1000px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* ==========================================================================
 Tile Hero
========================================================================== */

.container .hero-headline {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
}

.hero-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 90vh;
  /*height: calc(100vh - 126px);*/
  padding-top: 51px;
  padding-bottom: 51px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero-column.second {
  padding-top: 0px;
  padding-bottom: 0px;  
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-column.third {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #383838;
}

.hero-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-callout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 50px 80px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

p.hero-callout-paragraph, .hero-callout-paragraph {
  padding-top: 10px;
  line-height: 30px;
  max-width: 565px;
}

.hero-callout-headline {
  line-height: 50px;
}

.hero-resource-button {
  position: static;
  width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #cbcbcb;
  border-radius: 2px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #464646;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.hero-column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*padding: 50px;*/
  padding: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*.hero-column-inner.bottom {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #be4b00;
} */

.hero-column-inner.top {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-column-inner.bottom {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: -5px;
}

.hero-column-text-container {
  padding-bottom: 0px;
  padding-left: 0px;
}

/* Article Tile Section */

.hero-column .column-article-headline {
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  color: #fff;
}

.article-button {
  position: static;
  width: auto;
  padding: 15px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 89.3%, 0.26);
  border-radius: 2px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.045em;
  display: inline-block;
  text-transform: uppercase;
}

.article-top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}

.article-bottom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}

.hero-column-inner-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-column .column-article-type {
  padding-bottom: 0px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.175em;
}

.image {
  margin-left: -9px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* ==========================================================================
 Features Section
========================================================================== */

.column-4 {
  height: 750px;
  background-image: url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f74a3359399c85649422b15_Woman.png");
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-section {
  background-image: url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f74a4d126b890642887c41a_Feature_BKG.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
}

.feature-callout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 50px 80px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-4 {
  position: static;
  top: 0px;
  z-index: 999;
  height: 200px;
  border-radius: 2px;
  background-color: #ce2127;
  box-shadow: -5px -5px 20px 4px rgba(0, 0, 0, 0.2);
}

.w-container:before, .w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

/* ==========================================================================
Support Section
========================================================================== */

.support-column-left {
  display: block;
  padding: 135px 93px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-headline {
  color: #fff;
  text-align: center;
}

.support-paragraph {
  padding-top: 10px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.block-left {
  width: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  float: right;
}

.block-right {
  width: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
}

.column-11 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #3f3f3f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f75d7d0d260d116b4f4379b_Work-2.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f75d7d0d260d116b4f4379b_Work-2.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-12 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #636363;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f75d7b94b623a74278ce796_Work-1.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f75d7b94b623a74278ce796_Work-1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

/* ==========================================================================
Red Feature Bar Section - 3 column
========================================================================== */

.red-column-dark {
  height: 200px;
  padding-top: 50px;
  padding-bottom: 0px;
}

.red-column {
  height: 200px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #e6252c;
}

.column-10 {
  height: 200px;
  padding-top: 50px;
  padding-bottom: 0px;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-text {
  margin-top: 10px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.columns-2 {
  position: static;
  top: -82px;
  height: 700px;
}

.section {
  position: relative;
  top: -201px;
  padding-top: 0px;
}

.callout-button-1 {
  position: static;
  display: block;
  width: 250px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #cbcbcb;
  border-radius: 2px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

/* ==========================================================================
Client Section
========================================================================== */

.footer-callout-section {
  background-image: url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f74a4d126b890642887c41a_Feature_BKG.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.section-2 {
  position: relative;
  top: -100px;
  z-index: 999;
}

.client-callout-section {
  position: relative;
  top: -202px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f761fe07d0a7c31f8f000ff_Client-BKG.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.client-callout-section-slim {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;  
  padding-bottom: 60px!important;
}

.client-text-callout {
  padding-bottom: 36px!important;
  color: #ffffff!important;
  font-size: 150px!important;
  line-height: 50px!important;
  text-align: center!important;
  letter-spacing: -0.055em!important;
}

.client-callout-secondary-text {
  display: block!important;
  width: 600px!important;
  margin-right: auto!important;
  margin-left: auto!important;
  -webkit-box-pack: start!important;
  -webkit-justify-content: flex-start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
  text-align: center!important;
  color: #ffffff!important;
}

.section-2-copy {
  position: relative;
  top: -300px;
  z-index: 999;
}

/* ==========================================================================
Secondary Red Feature Bar Section - 4 column
========================================================================== */

.red-column-secondary {
  height: 200px;
  padding: 45px 50px 0px;
  background-color: #e6252c;
}

.red-column-dark-primary {
  height: 200px;
  padding: 45px 50px 0px;
}

.section-3 {
  position: relative;
  top: -402px;
  height: auto;
  padding-bottom: 80px;
  background-color: #f6f6f6;
}

.container-5 {
  padding-top: 150px;
}

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

.heading {
  font-family: 'DM Sans', sans-serif;
  color: #ce2127;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.footer-text {
  margin-bottom: 0.5em;
  padding-top: 10px;
  font-size: 14px;
  line-height: 23px;
}

.columns-3 {
  padding-top: 15px;
}

.footer-text-copy {
  margin-bottom: 0.5em;
  padding-top: 23px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}

.columns-4 {
  padding-bottom: 60px;
}

.image-2-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 6px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.image-2-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-2-copy-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  position: static;
  display: block;
  padding-left: 10px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Inter, sans-serif;
  color: #ce2127;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  display: block;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inline-down-arrow {
  padding-top: 0px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}


/* ==========================================================================
Navigation / Menu / Header
========================================================================== */

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.navbar-2 {
  height: 90px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #fff;
}

.nav-link {
  padding: 0px 27px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-link.first {
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.brand {
  width: 33.33%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-button-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.demo-button {
  position: static;
  width: auto;
  padding: 7px 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 2px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #464646;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

/* ==========================================================================
Unused
========================================================================== */

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details-container {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.project-services {
  padding-left: 0px;
}

.project-hero-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-services ul {
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.style-guide-title-section {
  margin-bottom: 10px;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.style-guide-label-column {
  min-height: 44px;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f6a6a04900ab2b1f911dc8c_transparent.gif");
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f6a6a04900ab2b1f911dc8c_transparent.gif");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f6a6a04900ab2b1f911dc8c_transparent.gif");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f6a6a04900ab2b1f911dc8c_transparent.gif");
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url("https://assets.website-files.com/5f6a6a048df2d1ed12c937d0/5f6a6a04900ab2b1f911dc8c_transparent.gif");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.link {
  display: block;
  float: right;
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

/*.input {
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}*/

.form-success {
  background-color: #1cec88;
  color: #1cec88;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.card {
  margin: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top: 0px;
}

.card-paragraph {
  margin-bottom: 0px;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}



.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.column {
  height: 90vh;
}

.column-2 {
  height: 90vh;
  background-color: #ccc;
}

.column-3 {
  height: 90vh;
  background-color: #a7a7a7;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e4e4e4;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #464646;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.columns {
  position: relative;
  top: -275px;
  margin-top: 0px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-right: 50px;
  padding-left: 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #e6e6e6;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-right: 140px;
  padding-left: 50px;
  background-color: #cacaca;
}
.secondary-feature-flex-section {
  height: auto;
}

@media screen and (max-width: 767px) {
  .card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}


/* Webflow Homepage Overrides */


/* Feature Section */
#hs_cos_wrapper_widget_1605817345323 .col-sm-pull-6 {
height: 500px;
    background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hub/158743/hubfs/People-Technology-1.png?width=301&name=People-Technology-1.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  background-size: 85%;
}

@media (min-width: 992px){
#hs_cos_wrapper_widget_1605817345323 .col-sm-push-6 {
    left: 33.3%;
    width: 66.6%!important;
}
#hs_cos_wrapper_widget_1605817345323 .col-sm-pull-6 {
        right: 66%;
    width: 33%!important;
}
}

@media (min-width: 768px) and (max-width: 991px){
#hs_cos_wrapper_widget_1605817345323 .col-sm-push-6 {
    left: 45%;
    width: 55%!important;
}
#hs_cos_wrapper_widget_1605817345323 .col-sm-pull-6 {
        right: 55%;
    width: 45%!important;
}
}

@media (min-width: 992px) and (max-width: 1199px){
#hs_cos_wrapper_widget_1605817345323 .col-sm-push-6 {
    height: 500px;
}
#hs_cos_wrapper_widget_1605817345323 .col-sm-pull-6 {

    height: 500px;
}
}

@media (max-width: 767px){
#hs_cos_wrapper_widget_1605817345323 .col-sm-push-6 {
    height: auto!important;
}
}





.col-text, #hs_cos_wrapper_widget_1605817345323 .col-sm-push-6 {
    display: flex;
    height: 500px;
}

#hs_cos_wrapper_widget_1605817345323 .feature-callout-container {

    height: 100%;
}

#hs_cos_wrapper_widget_1605817345323 .section-background {
    background-position: 50% 100%!important;
    background-size: cover!important;
}

/* Split Section Below Red Plan */

#hs_cos_wrapper_widget_1605803887605 .col-sm-6 {
    height: 100%!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    background-position: 0px 0px,50% 50%!important;
    background-size: auto,cover!important;
    background-repeat: repeat,no-repeat!important;
}

/* clientcallout */

#hs_cos_wrapper_widget_1605808410447 .section-background {
    background-position: 50% 50%!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
  margin-top:-30px;
}


@media (min-width: 768px) and (max-width: 991px) {
.col-md-3 {
    width: 50% !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.col-md-4 {
    width: 33.3% !important;
  min-width: 33.3%!important;
}
}


@media (max-width: 767px) {
.plan-section {
  margin-left: 20px;
  margin-right: 20px;
}
}


@media (min-width: 1024px) and (max-width: 1124px) {
#hs_cos_wrapper_widget_1605808410447 .section-background  {
    background-size: 135%!important;
}

.client-text-callout {
  font-size: 140px!important;
  color: #ffffff!important;
}

.client-callout-secondary-text {
    font-size: 30px!important;
  color: #ffffff!important;
}
  
.client-callout-section-slim {
    height: 600px !important;
    padding-bottom: 60px!important;
}
}

@media (min-width: 1125px) and (max-width: 1300px) {
#hs_cos_wrapper_widget_1605808410447 .section-background  {
    background-size: 128%!important;
}
  
  .client-callout-section-slim {
    height: 675px !important;
    padding-bottom: 60px!important;
}
  
}

@media (min-width: 768px){
 .hero-column.first {
   min-height: 700px!important;
  }
}

@media (max-width: 767px) {
/* #hs_cos_wrapper_widget_1605808410447 .section-background  {
    background-size: 128%!important;
} */
  
  #hs_cos_wrapper_widget_1606939950156 {
    margin-bottom: -110px!important;
}
  #hs_cos_wrapper_widget_1605817345323 .feature-callout-container {
   padding: 80px 0px;
    width: 100%;
    max-width: 100%;
  }
  
  .client-callout-section-slim {
    height: 525px !important;
    padding-bottom: 60px!important;
}
  
  .client-text-callout {
  font-size: 60px!important;
}

.client-callout-secondary-text {
    font-size: 20px!important;
  max-width: 100% !important;
  line-height: 1.3em!important;
}
  
  #hs_cos_wrapper_widget_1605809687405 .plan-section {
  margin-top: -50px!important;
}
  
}


@media (max-width: 991px) {
  
.w-col-6 {
    width: 100%;
}
  
  #hs_cos_wrapper_widget_1605806019700 .container {
    margin-top: 50px!important;
  }
  
  .block-left, .block-right {
    width: 100%!important;
    padding-top: 60px;
    padding-bottom: 60px;
    float: none!important;
}
  
  .support-column-left {    
    padding: 0px 93px 20px!important;
  
}
  
  .column-12, .column-11 {
    height: auto!important;
  
}
}


/* hero section responsive css */

@media (max-width: 767px){
  
  .hero-column-container {
    display: block!important;
}
  
  .hero-column-container .first {
  width: 100%!important;
    height: auto!important;
  }
  
  .hero-callout-container {
     padding: 0px 20px 20px 20px!important;
}
 .hero-column-container .second, .hero-column-container .third { 
  width: 100%!important;
  
}
  
  .hero-callout-headline {
    line-height: 42px!important;
}
  
   .hero-column-container .second { 
  height: 45vh!important;
         background-position: 0px 0px,30% 30%!important;
  
}

}


@media (min-width: 768px) and (max-width: 1199px){
  
  .hero-column-container {
    display: block!important;
}
  
  .hero-column-container .first {
  width: 100%!important;
  }
  
  .hero-callout-container {
     padding: 0px 50px 50px 50px!important;
}
 .hero-column-container .second { 
  width: 33.3%!important;
   display: inline-block!important;
  
}
  
  .hero-column-container .third { 
  width: 66.2%!important;
    display: inline-block!important;  
}
  
   .hero-column-container .second { 
    height: 425px!important;
         background-position: 0px 0px,30% 30%!important;
  
}
  
    .hero-column-container .first { 
  height: 70vh!important;
  
}
  
  
  
  .hero-column-inner-third {
    display: inline-flex!important;
    -webkit-flex-direction: inherit!important;
    flex-direction: row!important;
  }
  
  .hero-column.third {
    background-color: #ffffff!important;
    margin-left: -5px!important;
    height: 425px!important;
    margin-top: 1px!important;
}
  
  .hero-column-inner {
    margin-top: -1px!important;
    height: 425px;
}
  
  .article-bottom-flex, .article-top-flex {
    width: 50%!important;
}
  

}


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

.hero-column .column-article-headline {
padding-right: 0px!important;
    padding-bottom: 25px;
}
  
.hero-column-inner {
    padding: 3vh; 
 
}
}



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

.block-left {
  max-width: 600px;  
  width: auto!important;
  height: 800px!important;
}

.block-right {
  max-width: 600px;  
  width: auto!important;
  height: 800px!important;
}
  
  .columns-2 {
    height: 800px!important;
}
  
  
}


@media (max-width: 767px){
#hs_cos_wrapper_widget_1605817345323 .col-sm-pull-6 {
    height: 350px!important;
    background-size: 55%!important;
    margin-top: -50px!important;
    margin-bottom: 50px!important;
}
}


@media (min-width: 768px){
#hs_cos_wrapper_widget_1605731884092 .mini-features-right {
  margin-top: -90px!important;
  }
}

/* Product Pages */

h2.product {

color:#17191d;
  margin-bottom: 10px;
    font-family: 'DM Sans',sans-serif;    
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -0.05em;
  text-align: left;
  max-width: 690px;

}

h2.product-blue {

color:#006cf6;
  margin-bottom: 10px;
   margin-top: 30px;
    font-family: 'DM Sans',sans-serif;    
    font-size: 46px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: -0.05em;
  text-align: left;
  

}

h2.product2 {

color:#17191d;
  margin-bottom: 10px;
    font-family: 'DM Sans',sans-serif;    
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -0.05em;
  text-align: left;

}

h2.product-center {
    color: #17191d;
    margin-bottom: 10px;
    font-family: 'DM Sans',sans-serif;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: center;
    max-width: 750px;
  margin: 0 auto!important;
}

.struggles.seeclickfix p {
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/white_logos/blue-check.png) no-repeat top 7px left;
    
}

.struggles.clerk p {
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/white_logos/purple-check.png) no-repeat top 7px left;
    
}

.struggles.engage p {
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2021_website/engage/engage-check.png) no-repeat top 7px left;
  min-height: 70px;
    
}

.struggles.ready p {
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2021_website/ready/ready-check.png) no-repeat top 7px left;
  min-height: 70px;
    
}

.struggles.hrcheck p {
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2021_website/hr/hr-check.png) no-repeat top 7px left;
  min-height: 70px;
    
}



.struggles p {
    background-size: 21px !important;
  font-weight: 700!important;
  padding: 0 0 0 60px!important;
  background-size: 42px!important;
}

@media (max-width: 767px){
  .struggles p {
min-height: 42px!important;
}
}



.home-products-feature__card:not(.full-width-card) {    
    background-color: #ffffff!important;
  box-shadow: -0.4rem 0.4rem 2rem rgba(0,0,0,0.08)!important;
  padding: 36px!important;
}

/*body .home-products-feature__container {
    margin-top: -90px !important;
}*/

.scf-mini-features .mini-head {
font-size: 14px!important;
  font-weight: bold!important;
  color: #0099cc!important;
  text-transform: uppercase!important;
  margin-top: 60px!important;
}

.engage-mini-features .mini-head {
font-size: 14px!important;
  font-weight: bold!important;
  color: #006cf6!important;
  text-transform: uppercase!important;
  margin-top: 60px!important;
}

.ready-mini-features .mini-head {
font-size: 14px!important;
  font-weight: bold!important;
  color: #be4b00!important;
  text-transform: uppercase!important;
  margin-top: 60px!important;
}

.clerk-mini-features .mini-head {
font-size: 14px!important;
  font-weight: bold!important;
  color: #7958e8!important;
  text-transform: uppercase!important;
  margin-top: 60px!important;
}

.hr-mini-features .mini-head {
font-size: 14px!important;
  font-weight: bold!important;
  color: #007ebc!important;
  text-transform: uppercase!important;
  margin-top: 0px!important;
}

.mini-features-left h2 {
color:#17191d!important;
  margin-bottom: 50px!important;
}

.mini-features-right h3 {
color:#17191d!important;  
  font-weight: bold!important;
  text-align: center!important;
}

#guide h2 {
    font-size: 42px!important;
    line-height: 46px!important;
  margin-bottom: 50px!important;
}

#guide .container h2, #guide .container p, #guide .container {
    color: #fff!important;
}

.guide.large p {
    background-size: 40px !important;
  font-weight: 100!important;
  font-size: 18px!important;
  min-height: 50px!important;
}

.seeclickfix.guide.large p:nth-of-type(1) {
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/Icons/svg/App-Rating-ICN.svg) no-repeat top 0px left;
  border-bottom: 1px solid #8b8986;
  border-top: 1px solid #8b8986;
}

.seeclickfix.guide.large p:nth-of-type(2) {
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/Icons/svg/Customers-ICN.svg) no-repeat top 0px left;
  border-bottom: 1px solid #8b8986;
}

.seeclickfix.guide.large p:nth-of-type(3) {
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/Icons/svg/Requests-Resolved-ICN.svg) no-repeat top 0px left;
  border-bottom: 1px solid #8b8986;
}

#guide .benefit-item {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 60px 10px;
    align-items: center!important;
}

#guide .benefit-container {
    background-color: transparent!important;
  box-shadow: none!important;
}

@media (max-width: 767px){
 .benefit-item img {
   width: 50px !important;
  }
}

.the-plan .mini-features .home-products-feature__card img {
    margin: 0px 0px;
    width: 200px !important;
    height: 200px !important;
}

.the-plan .mini-features .home-products-feature__card h3.blue {
 color: #0099cc!important; 
  margin-bottom: 10px!important;
  margin-top: -20px!important;
}

.the-plan .mini-features .home-products-feature__card h3.purple {
 color: #7958e8!important; 
  margin-bottom: 10px!important;
  margin-top: -20px!important;
}

.the-plan .mini-features .home-products-feature__card h3.engageblue {
 color: #006cf6!important; 
  margin-bottom: 10px!important;
  margin-top: 0px!important;
}

.the-plan .mini-features .home-products-feature__card h3.hrblue {
 color: #007ebc!important; 
  margin-bottom: 10px!important;
  margin-top: 0px!important;
}

.the-plan .mini-features .home-products-feature__card h3.readyorange {
 color: #be4b00!important; 
  margin-bottom: 10px!important;
  margin-top: 0px!important;
}

.the-plan .mini-features .home-products-feature__card h3, .home-products-feature__container h3 {
    line-height: 1.7rem !important;
    font-size: 1.5rem !important;
    margin: 0 auto !important;
    color: #17191d !important;
    text-align: center !important;
}

.the-plan .home-products-feature__card:not(.full-width-card) {
    background-color: #ffffff!important;
    box-shadow: -0.4rem 0.4rem 2rem rgba(0,0,0,0.08)!important;
    padding: 20px!important;
  padding-bottom: 60px!important;
}

.the-plan .home-products-feature__container {
    margin-top: 0px !important;
}

.the-plan .mini-features-left h2 {
    margin-top: 30%;
}

.white-text.container h1, .white-text.container h2, .white-text.container h3, .white-text.container p, .white-text.container li {
    color: #fff!important;
}

.product-columns h3 {
margin-top: -30px!important;
}



#hero .inline-hero-buttons .cta_button {
    margin-top: -26px!important;
}


/* success column mobile styling */

@media (max-width: 767px) {
#hs_cos_wrapper_widget_1607005620172 .section-padding__sm {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
}
  
.success-column {
    margin-top: 0px!important;
}
  
.container .image-column img {
    max-width: 100%!important;
    margin-bottom: -50px!important;
    margin-top: -20px!important;
}  
  
  
  #hero .container h3 {
    margin-bottom: 20px!important;
}
  
  
}




@media (max-width: 472px) {
    #hero .inline-hero-buttons .cta_button {
    margin-top: 20px!important;
      min-width: 132px!important
}
}




@media (min-width: 473px) and (max-width: 767px){
    #hero .inline-hero-buttons .cta_button {
    margin-top: -26px!important;
}
}

@media (min-width: 768px) and (max-width: 991px){
    #hero .inline-hero-buttons .cta_button {
    margin-top: 20px!important;
}
}


@media (min-width: 768px) and (max-width: 991px) {
#hs_cos_wrapper_widget_1607005620172 .section-padding__sm {
    padding-top: 70px!important;
    padding-bottom: 160px!important;
}
  
.success-column {
    margin-top: -130px!important;
}
}

@media (min-width: 992px) and (max-width: 1270px) {
#hs_cos_wrapper_widget_1607005620172 .section-padding__sm {
    padding-top: 70px!important;
    padding-bottom: 160px!important;
}
  

}


@media (min-width: 992px) and (max-width: 1199px) {
.success-column {
    margin-top: -360px!important;
}
}


@media (min-width: 1200px) and (max-width: 1270px) {
.success-column {
    margin-top: -300px!important;
}
}




@media (min-width: 768px) and (max-width: 1199px){
.col-med-6 {
    width: 50%!important;
}
  
.col-med-5 {
    width: 41.66%!important;
}
 
.col-med-7 {
    width: 58.33%!important;
}
  
}



img.testimonial-icon {
    margin-top: 0px!important;
    width: 150px;
    position: static!important;
    top: auto!important;
    left: 50%;
   margin-left: 0px!important;
}

body .cta_button {
    font-family: Inter, sans-serif!important;
    font-weight: 600!important;
  letter-spacing: .045em!important;
}

#readButton {
line-height: 25px;
    border-radius: 3px;
    font-size: 14px;
    padding: 19px 45px!important;
    margin: 0px!important;
    margin-top: 20px!important;
    border: 1px solid #cbcbcb!important;
font-family: Inter,sans-serif !important;
    font-weight: 600 !important;
  text-decoration: none!important;
  text-transform: none!important;
  font-size: 14px!important;
    position: relative!important;
    letter-spacing: inherit!important;
}

.container li {
    font-family: Inter, sans-serif!important;
  font-weight: 400!important;
  font-size: 18px!important;
    letter-spacing: 0;
    line-height: 30px;
}
  

@media (max-width: 480px){
h1 {
    font-size: 36px !important;
    line-height: 42px!important;
}
}


/* 2021 Logos */

.civic-mobile .product-logo-container .product-logo-insert {
    background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/CivicPlus_RGB.svg)!important;
    max-width: 261px;
    float: none;
    margin: 0 auto;
}
  
/* ==========================================================================
Form LPs for 2021
========================================================================== */

body .hs-button, body.platform .ae-form .hs-button.primary.large, body.civic-plus .ae-form .hs-button.primary.large {
  background: #ce2127!important;
}

body .hs-button:hover, body.platform .ae-form .hs-button.primary.large:hover, body.civic-plus .ae-form .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

/* CivicEngage */

.demo-lp.civic-engage .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/CivicEngage_RGB.svg) !important;
}

.civic-engage .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/CivicEngage_White.svg) !important;
}

.demo-lp.civic-engage .hs-button.primary.large {
  background: rgb(0,108,246)!important;
}

.demo-lp.civic-engage .hs-button.primary.large:hover {
  background: rgb(0,118,255)!important;
}

body.civic-engage .call-section, body.civic-engage .hero-section-image {
  background: rgb(0,108,246)!important;
}

.hs-content-name-civicengage-more-information .logo img, .hs-content-name-civicengage-more-information-general .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-civicengage-more-information .hs-button.primary.large, .hs-content-name-civicengage-more-information-general .hs-button.primary.large {
  background-color: rgb(0,108,246)!important;
}

.hs-content-name-civicengage-more-information .hs-button.primary.large:hover, .hs-content-name-civicengage-more-information-general .hs-button.primary.large:hover{
  background-color: rgb(0,118,255)!important;
}

/* CivicRec */

.demo-lp.civic-rec .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/CivicRec_RGB.svg) !important;
}

.civic-rec .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/CivicRec_White.svg) !important;
}

.demo-lp.civic-rec .hs-button.primary.large {
  background: #408100!important;
}

.demo-lp.civic-rec .hs-button.primary.large:hover {
  background: #498700!important;
}

body.civic-rec .call-section, body.civic-rec.hero-section-image {
  background: #408100!important;
}

.hs-content-name-civicrec-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-civicrec-more-information .hs-button.primary.large {
  background-color: #408100!important;
}

.hs-content-name-civicrec-more-information .hs-button.primary.large:hover {
  background-color: #498700!important;
}

/* CivicReady */

.demo-lp.civic-ready .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/CivicReady_Logo_Color_Isolated.png) !important;
}

.civic-ready .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/CivicReady_White.svg) !important;
}

.demo-lp.civic-ready .hs-button.primary.large {
  background: rgb(190,75,0)!important;
}

.demo-lp.civic-ready .hs-button.primary.large:hover {
  background: rgb(209,82,0)!important;
}

body.civic-ready .call-section, body.civic-ready.hero-section-image {
  background: rgb(190,75,0)!important;
}

.hs-content-name-civicready-more-information .logo img {
  max-height: 35px!important;
  height: 35px!important;
}

.hs-content-name-civicready-more-information .hs-button.primary.large {
  background-color: rgb(190,75,0)!important;
}

.hs-content-name-civicready-more-information .hs-button.primary.large:hover {
  background-color: rgb(209,82,0)!important;
}

.hs-content-id-4931604243 .hs-button.primary.large {
  background-color: rgb(190,75,0)!important;
}

.hs-content-id-4931604243 .hs-button.primary.large:hover {
  background-color: rgb(209,82,0)!important;
}

/* CivicOptimize */

.demo-lp.civic-optimize .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/CivicOptimize_White.svg) !important;
}

.civic-optimize .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/CivicOptimize_White.svg) !important;
}

.demo-lp.civic-optimize .hs-button.primary.large {
  background: #008672!important;
}

.demo-lp.civic-optimize .hs-button.primary.large:hover {
  background: #009179!important;
}

body.civic-optimize .call-section, body.civic-optimize.hero-section-image {
  background: #008672!important;
}

.hs-content-name-civicoptimize-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-civicoptimize-more-information .hs-button.primary.large {
  background-color: #008672!important;
}

.hs-content-name-civicoptimize-more-information .hs-button.primary.large:hover {
  background-color: #009179!important;
}

/* SeeClickFix */

.hs-content-name-seeclickfix-more-information  .logo img {
  max-height: 35px!important;
  height: 35px!important;
}

.hs-content-name-seeclickfix-more-information .hs-button.primary.large {
  background-color: rgb(11,153,203)!important;
}

.hs-content-name-seeclickfix-more-information .hs-button.primary.large:hover {
  background-color: rgb(12,168,223)!important;
}

/* Platform */

.hs-content-name-seeclickfix-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-platform-more-information .hs-button.primary.large {
  background-color: #ce2127!important;
}

.hs-content-name-platform-more-information .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

.hs-content-id-5567852265 .hs-button.primary.large {
  background-color: #ce2127!important;
}

.hs-content-id-5567852265 .hs-button.primary.large:hover {
  background-color: #d82735!important;
}


/* CivicClerk */

.demo-lp.civic-clerk .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/CivicClerk_RGB.svg) !important;
}

.civic-clerk.product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/CivicClerk_White.svg) !important;
}

.demo-lp.civic-clerk .hs-button.primary.large {
  background-color: rgb(121,88,232)!important;
}

.demo-lp.civic-clerk .hs-button.primary.large:hover {
  background-color: rgb(133,96,255)!important;
}

body.civic-clerk .call-section, body.civic-clerk .hero-section-image {
  background: rgb(121,88,232)!important;
}

.hs-content-name-civicclerk-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-civicclerk-more-information .hs-button.primary.large {
  background-color: rgb(121,88,232)!important;
}

.hs-content-name-civicclerk-more-information .hs-button.primary.large:hover {
  background-color: rgb(133,96,255)!important;
}

.hs-content-id-22979861545 .hs-button.primary.large {
  background-color: rgb(121,88,232)!important;
}

.hs-content-id-22979861545 .hs-button.primary.large:hover {
  background-color: rgb(133,96,255)!important;
}

/* CivicHR */

.demo-lp.civic-hr .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/CivicHR_RGB.svg) !important;
}

.civic-hr .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/CivicHR_White.svg) !important;
}

.demo-lp.civic-hr .hs-button.primary.large {
  background-color: rgb(0,126,188)!important;
}

.demo-lp.civic-hr .hs-button.primary.large:hover {
  background-color: rgb(0,143,198)!important;
}

.hs-content-name-civichr-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

body.civic-hr .call-section, body.civic-hr .hero-section-image {
  background: rgb(0,126,188)!important;
}

.hs-content-name-civichr-more-information .hs-button.primary.large {
  background-color: rgb(0,126,188)!important;
}

.hs-content-name-civichr-more-information .hs-button.primary.large:hover {
  background-color: rgb(0,143,198)!important;
}

/* CivicPlus Mobile */

.demo-lp.civic-mobile .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/CivicPlus_RGB.svg) !important;
  max-width: 451px;
}

.civic-mobile .product-logo-container .product-logo-insert {
  background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/_Logos/product/svg/white/CivicPlus_White.svg) !important;
  max-width: 451px;
}

.demo-lp.civic-mobile .hs-button.primary.large {
  background: #ce2127!important;
}

.demo-lp.civic-mobile .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

body.civic-mobile .call-section, body.civic-mobile .hero-section-image {
  background: #ce2127!important;
}

.hs-content-name-civicplus-mobile-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-civicplus-mobile-more-information .hs-button.primary.large {
  background-color: #ce2127!important;
}

.hs-content-name-civicplus-mobile-more-information .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

.hs-content-id-12669014458 .form-wrapper .hs-button {
  background: #ce2127!important;
}

.hs-content-id-12669014458 .form-wrapper .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

/* CivicPlus Media */

.hs-content-id-39111881536 .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-id-4941674541 .form-wrapper .hs-button, .hs-content-id-39111881536 .form-wrapper .hs-button {
  background: #ce2127!important;
}

.hs-content-id-4941674541 .form-wrapper .hs-button.primary.large:hover, .hs-content-id-39111881536 .form-wrapper .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

/* Civil Space */

.hs-content-name-civil-space-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-civil-space-more-information .form-wrapper .hs-button {
  background: #ce2127!important;
  background-color: #ce2127!important;
}

.hs-content-name-civil-space-more-information .form-wrapper .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

.hs-content-id-27234302269 .form-wrapper .hs-button {
  background: #ce2127!important;
  background-color: #ce2127!important;
}

.hs-content-id-27234302269 .form-wrapper .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

/* Platform  */

.hs-content-name-platform-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-platform-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-platform-more-information .form-wrapper .hs-button {
  background: #ce2127!important;
  background-color: #ce2127!important;
}

/* CivicPlus Pay */

.hs-content-name-civicplus-pay-more-information .logo img {
  max-height: 25px!important;
  height: 25px!important;
}

.hs-content-name-civicplus-pay-more-information .form-wrapper .hs-button {
  background: #ce2127!important;
  background-color: #ce2127!important;
}

.hs-content-name-civicplus-pay-more-information .form-wrapper .hs-button.primary.large:hover {
  background-color: #d82735!important;
}

.hs-content-id-5650241589 .form-wrapper .hs-button {
  background: #ce2127!important;
  background-color: #ce2127!important;
}

.hs-content-id-5650241589 .form-wrapper .hs-button.primary.large:hover {
  background-color: #d82735!important;
}


/* CivicPlus */

body.civic-plus .call-section, body.civic-plus .hero-section-image {
  background: #ce2127!important;
}

/* Content on LPs */

body.resource-lp .content-container.content-2019 p, body.resource-lp .content-container p, body.resource-lp .content-2019 .content-container li, body.resource-lp .content-container li {
    font-family: 'Inter',sans-serif!important;
    font-size: 18px !important;
    line-height: 31px !important;
    font-weight: 400;
}
body.resource-lp .content-container p, body.resource-lp .content-container.content-2019 p {
 margin-bottom: 1.6em; 
}
body.resource-lp .form2019 .form-wrapper h3,  body .form2019 .form-wrapper h3 {
  font-family: 'DM Sans',sans-serif!important;
}
body.resource-lp .form2019 .form-wrapper h4, body .form2019 .form-wrapper h4 {
  font-family: 'Inter',sans-serif!important;
}

/* ==========================================================================
Additional Pages - To Update Other Site Pages
========================================================================== */

/* Site Wide */

body, html {
  font-family: 'Inter', sans-serif!important;
  font-size: 18px;
  line-height: 30px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'DM Sans',sans-serif!important;
}

p,li {
  font-family: 'Inter', sans-serif!important;
}

.container a:not(.cta_button), .container a.link-icon:not(.btn-border) {
  color: #ce2127;
}

/*.container a:not(.cta_button), .container a.link-icon:not(.btn-border) {
  font-family: Inter,sans-serif;
  color: #ce2127!important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none!important;
}*/

/* More Information LPs */

body .main-panel h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Sans',sans-serif!important;
  color: #17191d;
  font-size: 34px!important;
  line-height: 41px!important;
  font-weight: 700!important;
  letter-spacing: -0.015em!important;
}
body .main-panel p {
  margin-bottom: 1.6em;
  font-family: 'Inter',sans-serif!important;
  font-size: 18px!important;
  line-height: 31px!important;
  font-weight: 400;
}
form label span {
  margin-bottom: 1.6em;
  font-family: 'Inter',sans-serif!important;
  font-size: 14px!important;
  line-height: 21px!important;
  font-weight: bold!important;
}

body form input:not([type='checkbox']), body form select, body form textarea, body form select {
    border-radius: 2px!important;
    font-size: 14px!important;
    font-family: 'Inter',sans-serif;
  letter-spacing: 0px;!important;
}

body form .hs-button.primary.large {
  border-radius: 2px!important;
}


/* Content Download LPs */

.form2019 .form-wrapper h4 {
  font-family: 'Inter',sans-serif!important;
}

.form2019 .form-wrapper h3 {
  font-family: 'DM Sans',sans-serif!important;
}

body .form2019 .form-wrapper .hs-form-field label {
  margin-bottom: 1.6em;
  font-family: 'Inter',sans-serif!important;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

body form input:not([type='checkbox']), body form select, body form textarea, body form select {
  border-radius: 2px!important;
  font-size: 14px!important;
  font-family: 'Inter',sans-serif!important;
}

.form-wrapper .hs-button {
  border-radius: 2px!important;
}

/* TY Pages */

.content h1 {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #383938;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.content h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #17191d ;
  font-size: 34px;
  line-height: 41px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #17191d ;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
}

.content h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
}

.content h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}

.content p {
  margin-bottom: 1.6em;
  font-family: 'Inter', sans-serif;
  color: #383938;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.hr-short {
display: none!important;
}

/*  Case Studies */

.filter-1, .filter-2, .filter-3 {
  background: #17191d!important;
}
.filter-1:hover, .filter-2:hover, .filter-3:hover, .ui-group h3.active {
  background: #ce2127!important;
}
body .ui-group button.is-checked {
  border-bottom: 1px solid #ce2127!important;
  color: #ce2127!important;
}
.if-content .tags {
  font-family: 'Inter', sans-serif!important;
      line-height: 1.675;
}

.if-content h3 {
  font-family: 'DM Sans', sans-serif!important;
  font-size: 1em!important;
}

.topic-type a:hover .if-content h3 {
  color: #ce2127!important;
}

.if-content p {
  font-family: 'Inter', sans-serif!important;
}

.if-content .read-more {
    font-family: 'Inter',sans-serif;
    color: #ce2127!important;
    font-size: 16px!important;
    text-transform: none!important;
    text-decoration: none!important;
}

.topic-type a:hover .if-content .read-more {
  opacity: 0.9;
}

/* Blog */



.hs-blog-post .blog .content p, .hs-blog-post .blog .content ol, .hs-blog-post .blog .content ul, .hs-blog-post .blog .content li {
  font-family: 'Inter',sans-serif!important;
  font-size: 18px!important;
  letter-spacing: 0!important;
  line-height: 30px!important;
}

body .pillar-page-header__text p {
  font-family: 'Inter',sans-serif!important;
}

body.hs-blog-post .blog .content p, body.hs-blog-post .blog .content ol, body.hs-blog-post .blog .content ul, body.hs-blog-post .blog .content li {
  font-family: 'Inter',sans-serif!important;
}

.blog-section .section {
 top: 0px!important; 
}

@media (min-width: 1080px){
.hs-blog-listing .body-container-wrapper, .hs-blog-post .body-container-wrapper {
    padding-top: 0px!important;
}
}

/* Old Blog Header Colors

.hs-blog-name-civicplus-blog .pillar-page-header {
	background-color: #ce2127!important;
}

.hs-blog-name-news .pillar-page-header, .hs-blog-name-civicplus-company-news .pillar-page-header {
	background-color: #ce2127!important;
}

.hs-blog-name-citizen-request-management .pillar-page-header {
	background-color: rgb(11,153,203)!important;
}

.hs-blog-name-citizen-engagement .pillar-page-header {
	background-color: rgb(0,108,246)!important;
}

.hs-blog-name-parks-recreation .pillar-page-header {
	background-color: #408100!important;
}

.hs-blog-name-public-safety .pillar-page-header {
	background-color: rgb(190,75,0)!important;
}

.hs-blog-name-human-resources .pillar-page-header {
	background-color:  rgb(0,126,188)!important;
}

.hs-blog-name-agendas-meetings .pillar-page-header {
	background-color: rgb(121,88,232)!important;
}

.hs-blog-name-digital-optimization .pillar-page-header {
    background-color: #008672!important;
}
*/


/* Header Color (All Blogs Corporate Red) */

.hs-blog-name-civicplus-blog .pillar-page-header, .hs-blog-name-news .pillar-page-header, .hs-blog-name-civicplus-company-news .pillar-page-header, .hs-blog-name-citizen-request-management .pillar-page-header, .hs-blog-name-citizen-engagement .pillar-page-header, .hs-blog-name-parks-recreation .pillar-page-header, .hs-blog-name-public-safety .pillar-page-header, .hs-blog-name-human-resources .pillar-page-header, .hs-blog-name-agendas-meetings .pillar-page-header, .hs-blog-name-digital-optimization .pillar-page-header, .hs-blog-name-codification-supplementation .pillar-page-header {
	background-color: #cc0020!important;
}

/* Thank You Page */


.thank-you #sticky2 {
  height: 82px!important;
} 

body.thank-you .product-logo-container {
      margin-top: 48px!important;
}

body.thank-you .content h1 {
  margin-top: 60px;
}


/* nav cta */

.nav-cta {float: right!important;
padding-top: 14px!important;
}

.mobile-nav-cta .cta_button {
position: absolute!important;
    right: 100px!important;
    top: 50px!important;
}

  li.extra-wrapper-secondary {display: none!important;}

.product-logo-container #sticky .span2 img {
    margin-top: 10px!important;
    margin-bottom: 1px!important;
    margin-left: 20px!important;
}

.navigator-title {    
    margin-top: 0px!important;
}

.product-logo-container #sticky {
    padding: 1ex!important;
}

@media (min-width: 1080px){
.transparent-header a#cta_button_158743_d9131dfe-8a82-4ae8-9ec1-9fcdc63ddfe3 {
    border-color: #ffffff!important;
    color: #ffffff!important;
}
  
  .transparent-header a#cta_button_158743_d9131dfe-8a82-4ae8-9ec1-9fcdc63ddfe3:hover {
    border-color: #17191d!important;    
}
}
  
  @media (max-width: 1079px){
body .mobile-menu-button {
    top: 51px !important;
} 
  
}

/* 2019 Form Right Hero Template CSS */


.resource-lp .hero-content h1 {font-size: 40px;}

.resource-lp .bottom-section-image {
background-position: 50% 50%;
}
.resource-lp .header-top-bar {
    overflow: hidden;
    padding: 22px 0 18px;
}

.resource-lp .header-top-bar .container {
    max-width: 1150px;
    width: 98%;
    margin: 0 auto!important;
    text-align: center;
float: none;
}

.resource-lp .header-top-bar img {
    max-height: 45px;	
float: left;
}

.resource-lp .header-top-bar p {
font-size: 16px;
line-height: 45px;
margin: 0px!important;
}

.resource-lp .header-top-bar a {
    color: #AF282F;
}

.resource-lp h1 {
font-size: 46px;
    font-weight: bold!important;
    line-height: 1.2;
color: #fff!important
}

.resource-lp .hero-section-image .container {
max-width: 767px;
float: none;
margin: 0 auto!important;
}

.resource-lp .hero-section-image .container p {
font-size: 16px;
color: #fff;
text-align: center!important;
max-width: 415px;
    margin-left: auto!important;
    margin-right: auto!important;
margin-bottom: 30px;

}
.resource-lp a#cta_button_158743_a5834ea2-06bf-4808-9e23-3eeb7bec893d {
font-weight: bold;
    margin-top: 18px;
    margin-bottom: 45px;
}

.resource-lp a#cta_button_158743_a5834ea2-06bf-4808-9e23-3eeb7bec893d:hover {
background: none!important;
color: #fff!important;
}

.resource-lp .video-wrapper {
background: white; 
padding: 20px;
margin-bottom: -200px;
}

.resource-lp .under-video {
margin-top: 130px!important;
}

.resource-lp .content-container {
max-width: 940px;
width: 98%;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
padding-top: 72px;
padding-bottom: 42px;
}

.resource-lp .content-container h2 {
font-size: 34px;
line-height: 1.2;
text-transform: none;
color: #333;
}

.resource-lp .content-container p {
    line-height: 1.9;
    color: #333;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 18px;
}

.resource-lp h3 {
font-size: 21px;
color: #333;
}

.resource-lp .benefit-icon {
margin-top: 60px;
padding-left: 30px;
padding-right: 30px;
}

.resource-lp .icon-circle {
    background: none;
    border-radius: 173px;
    height: 146px;
    width: 146px;
    margin-left: auto;
    margin-right: auto;
}

.resource-lp .icon-circle img {
    margin-top: 32px;
}

.resource-lp .icon-color-1 {
    border-style: solid;
    border-width: 2px;
/*border-width: 5px;*/
    border-color: #f06030;
}

.resource-lp .content-alt-background {
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #d1d3d4;
    background: rgba(236,238,241,1);
}

.resource-lp #form h3 {
font-size: 26px;
font-weight: bold;
color: #af272f;
    margin-top: 0px;
    margin-bottom: 15px;
}

.resource-lp #form label {
    margin-top: 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    color: #888;
}

.resource-lp #form input[type=text], .resource-lp #form input[type="email"], .resource-lp #form input[type="tel"] {
    border-style: solid;
    border-width: 1px;
    border-color: #888;
background-color: #fff;
    color: #a9b1bc;
    border-radius: 3px!important;
height: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.resource-lp #form {
padding: 45px 60px 45px 60px;
}

.resource-lp body #form .hs-button{
height: 65px;
width: 100%!important;
font-size: 21px;
    line-height: 25px;
font-weight: bolder;
letter-spacing: 1px;
    margin-top: 15px;
border-radius: 3px!important;
}

.resource-lp .hs-form-required {
color: #a9b1bc;
}

.resource-lp h2.quote {
margin-top: 40px;
margin-bottom: 40px;
color: #666;
font-size: 26px;
line-height: 42px;
}

.resource-lp .quote-description {
    margin-left: 10px;
    margin-top: 15px;
    float: left;
}
.resource-lp .quote-description .name {
font-weight: bold;
}

.resource-lp .quote-2 {
margin-top: 40px;
}

.resource-lp .footer-holder .row-fluid-wrapper.row-depth-1.row-number-2  {
/*display: none!important;*/
}

.resource-lp .footer-holder .cp-followme {
margin-bottom: 0px!important;
}

@media (max-width: 1149px) {
.resource-lp .content-container {
padding-left: 30px;
padding-right: 30px;
}
}

@media (max-width: 767px) {
body.resource-lp  #form .hs-button{
height: 65px;
width: 100%!important;
font-size: 18px;
    line-height: 25px;
font-weight: bolder;
letter-spacing: 0px;
    margin-top: 15px;
}
.resource-lp #form {
    padding: 15px 15px 15px 15px;
margin-top: 40px!important;
}
.resource-lp h2.quote {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #888;
    font-size: 18px;
    line-height: 36px;
}
.resource-lp .alt-background .container {
padding: 20px;
}
.resource-lp .header-top-bar img {
float: none;
}
.resource-lp .header-top-bar p {
text-align:center!important;
}
.resource-lp .under-video {
margin-top: 150px!important;
}
}
/*@media (max-width: 480px){
.under-video {
margin-top: 100px!important;
}
}*/


.resource-lp .client-logos img {
max-height: 111px;
}

.resource-lp .white-box {
    display: block;
    background: rgba(255,255,255,1);
    border-radius: 0px;
    z-index: 15;
    width: 50px;
    height: 5px;
    margin-left: auto!important;
margin-right: auto!important;
float: none!important;
}

.resource-lp .bottom-section-image .content-container h2, .bottom-section-image .content-container h3, .bottom-section-image .content-container p {
color: #fff!important
}
.resource-lp .content.footer-holder {
    display: none!important;
}
body.resource-lp .form-wrapper input[type="text"], body.resource-lp .form-wrapper input[type="password"], body.resource-lp .form-wrapper input[type="datetime"], body.resource-lp .form-wrapper input[type="datetime-local"], body.resource-lp .form-wrapper input[type="date"], body.resource-lp .form-wrapper input[type="month"], body.resource-lp .form-wrapper input[type="time"], body.resource-lp .form-wrapper input[type="week"], body.resource-lp .form-wrapper input[type="number"], body.resource-lp .form-wrapper input[type="email"], body.resource-lp .form-wrapper input[type="url"], body.resource-lp .form-wrapper input[type="search"], body.resource-lp .form-wrapper input[type="tel"], body.resource-lp .form-wrapper input[type="color"]{
    height: 30px!important;
}
.resource-lp .hs-form .hs-input, .hs-form textarea.hs-input {
    margin-bottom: 10px!important;
}



/* 2019 styles */

@media (min-width: 768px){
.form-wrapper {
    margin-top: 25px!important;
}
  }
  
 .resource-lp .hero-section-image .content-container {
    max-width: 1100px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;   
}
  
 .resource-lp .lp-body-content {
    
  }
  
 .resource-lp .form {
    position: relative!important;
 }
  
 .resource-lp .form-wrapper {
    max-width: 380px!important;
    display: block;
    background: rgba(26,41,62,1);
    float: none!important;
    margin-left: 50px;
    margin-right: 0px!important;
    padding: 15px 50px 15px 50px;
    margin-bottom: -200px;
    position: absolute!important;
}
  
.resource-lp .hero-section-overlay {
    background: rgba(173,42,51,.89);
}
  
.resource-lp .body-container-wrapper form select {
    margin-bottom: 18px !important;
    color: #17191d;
}
body.resource-lp  form select {
    max-width: 100% !important;
    background: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2018_Website/images/select-arrows.svg) no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    cursor: pointer;
    background-size: 24px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    padding: 8px 10px 10px 7px;
    letter-spacing: normal;
    color: #9b9b9b;
  border: solid 1px #cbd6e2;
}
  
  body.resource-lp  form input[type="text"], body form input[type="email"], body form select, body form textarea {
    font-size: 15px;
    line-height: 1;
    text-align: left;
    margin-bottom: 7px;
    border-radius: 0;
    background: transparent;
    padding: 10px 10px;
    font-weight: 400;
    background-color: #fff;
    border: solid 1px #cbd6e2;
    color: #17191d;
}
  
  body .form-wrapper input[type="text"], body .form-wrapper input[type="password"], body .form-wrapper input[type="datetime"], body .form-wrapper input[type="datetime-local"], body .form-wrapper input[type="date"], body .form-wrapper input[type="month"], body .form-wrapper input[type="time"], body .form-wrapper input[type="week"], body .form-wrapper input[type="number"], body .form-wrapper input[type="email"], body .form-wrapper input[type="url"], body .form-wrapper input[type="search"], body .form-wrapper input[type="tel"], body .form-wrapper input[type="color"] {
    height: 41px!important;
}
  
.resource-lp .content-container p, .resource-lp .content-2019 .content-container li, .resource-lp .content-container li {
    font-family: 'Merriweather',serif!important;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 30px!important;
    color: #17191d!important;
  }
    
.resource-lp  .content-container h2 {
    font-size: 36px!important;
    line-height: 42px!important;
      letter-spacing: -.75px!important;    
    font-weight: 800!important;
    text-transform: none!important;
      color: #17191d!important;
}
  
.resource-lp .hs-error-msgs.inputs-list label {
    font-size: 14px!important;
    font-weight: 400 !important;
    color: #eb1e32 !important;
    font-family: 'Lato',sans-serif!important;
}
  
.resource-lp h1
 {
    color: #17191d !important;
   font-weight: 900!important;
}
  
.resource-lp .content-container.content-2019 p
 {
    color: #17191d !important;
}


@media (max-width: 767px){
.resource-lp .form-wrapper {
    margin-bottom: 0px;
    position: relative!important;
	margin-left: auto!important;
    margin-right: auto!important; 
	margin-top: 30px!important;	
	max-width: 460px!important;
    display: block;
    background: ;
	float: none!important;
	padding: 15px!important;
   border-radius: 5px!important;
   -webkit-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.55);
box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.55);
	
	
}
	
.resource-lp .form2019 .form-wrapper, .form-wrapper {
    margin-left: auto!important;
    margin-right: auto!important;   
	margin-bottom: 0px;
    position: relative!important;
	margin-left: auto!important;
    margin-right: auto!important; 
	margin-top: 30px!important;	
	max-width: 460px!important;
    display: block;
    background: rgba(255,255,255,1)!important;
	float: none!important;
	padding: 15px!important;
   border-radius: 5px!important;
   -webkit-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.55);
box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.55);
}
	
}
  
 .resource-lp .header-top-bar p {
    display: none;
}
  
body.resource-lp .row-fluid .lp-body-content {
        min-height: calc(100vh + 100px)!important;
  }

@media (max-width: 1199px){
body.resource-lp .form2019 .form-wrapper {
    width: 100%!important;
  }
 .resource-lp .body-container-wrapper form {
    padding: 0 0 45px;
  }
  }
  @media (max-width: 767px){
.resource-lp .content-container {
    padding-left: 15px;
    padding-right: 15px;
}

body.resource-lp  .header-top-bar p {
    margin-top: 5px!important;
}
  }




/* 2022 summit */

.footer-container-wrapper .summit-footer .container p {
  margin-top: 0px!important;
}

.footer-container-wrapper .summit-footer li a, .footer-container-wrapper .summit-footer .container p {
    font-size: 16px !important;    
}

.summit-footer a, .summit-footer p, .summit-footer li {
  font-size: 16px!important;
}

.summit-footer .container {
  max-width: 1200px !important;
    padding-left: 15px !important;    
    padding-right: 15px !important;
  margin: 0 auto !important;
  float: none!important;
}

.summit-footer .footer-logo img {
  max-width: 230px !important;    
}

.summit-footer p.red {
  color: #cc0020!important;
}


.summit-footer .summit-socket {
border-top: 1px solid #e6e6e6!important;
      padding-top: 50px !important;    
  margin-top: 40px !important;    
    padding-bottom: 0px !important;

}

.summit-socket .right-side p.socket-text, .summit-socket .right-side a.socket-link {
  font-size: 14px!important;
}

.summit-footer a.socket-link {
  font-size: 14px!important;
}

.summit-socket .right-side a.socket-link {
  text-decoration: underline!important;
}


.footer-container-wrapper .summit-footer .container {
    padding-top: 0px;
    padding-bottom: 26px !important;
    margin-top: -140px!important;
}

.summit-footer .col-sm-12 {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.summit-cards img.summit-circle {
width: 112px!important;
margin: 0px auto!important;
margin-top: 20px!important;
}


.summit-cards .hs-cta-wrapper img {
width: auto!important;
margin: 0px auto!important;
}

.summit-cards .home-products-feature__card {
width: 350px!important;
  max-width: 100%!important;
margin-top: 30px!important;
  padding: 30px !important;
}


@media (min-width: 1280px){
.summit-footer .row-fluid .span5 {
    width: 29.170940171000005%!important;
    *width: 29.117748681638304%!important;
}
  
.summit-footer .row-fluid .span2 {
    width: 19.529914530000001%!important;
    *width: 14.4767230406383%!important;
}
    
}

@media (min-width: 768px) and (max-width: 1139px){
.summit-footer .row-fluid .span5 {
    width: 29.170940171000005%!important;
    *width: 29.117748681638304%!important;
}
  
.summit-footer .row-fluid .span2 {
    width: 19.529914530000001%!important;
    *width: 14.4767230406383%!important;
}
}

@media (max-width: 767px) {

  .summit-footer ul {
  margin-top: 30px!important;
    margin-bottom: 30px!important;
  }
  
}  

@media (min-width: 768px){
  
.summit-footer .summit-socket .right-side, .summit-footer .summit-socket .right-side p {
float: right!important;

}  

}

@media (max-width: 1120px){
.summit-cards .home-products-feature__card {    
    margin: 0px auto !important;
    margin-top: 30px !important;
    
}
}


@media (max-width: 1120px){
.summit-cards .home-products-feature__container {
    flex-direction: column!important;
}
}

p.set-height-p {
min-height: 64px!important;
}

h3.summit-home-h3 {
    font-size: 32px!important;
    line-height: 38px!important;
  margin-bottom: 18px!important;
}

body .navsummit2022 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active a {
    color: #cc0020 !important;
    border-bottom: 4px solid #cc0020!important;
}
 
.navsummit2022 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding-left: 4px!important;
  padding-right: 4px!important;
  margin-left: 16px!important;
  margin-right: 16px!important;
      padding-top: 15px !important;
    padding-bottom: 7px !important;
  margin-bottom: 8px !important;

}

.navsummit2022 .main-navigation .hs-menu-flow-horizontal>ul>li>a {
    position: relative;
}

h1.x-out:after {
    content: url('https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/CivicSummit_2022/red-x.png');
  position: absolute;    
    left: 0;
    right: 0;
    top: 50px;
}

@media (max-width: 767px){
.col-sm-6 .hs-cta-wrapper img {
    margin-top: 0px!important;
}
  
h1.x-out:after {
    content: url('https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/CivicSummit_2022/red-x-small.png');  
    top: 55px!important;
}
  
}